Files
khalij-pay/node_modules/lucide-react/dist/esm/icons/separator-horizontal.mjs
2025-10-23 21:52:07 +03:30

15 lines
455 B
JavaScript

/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const SeparatorHorizontal = createLucideIcon("SeparatorHorizontal", [
["line", { x1: "3", x2: "21", y1: "12", y2: "12", key: "10d38w" }],
["polyline", { points: "8 8 12 4 16 8", key: "zo8t4w" }],
["polyline", { points: "16 16 12 20 8 16", key: "1oyrid" }]
]);
export { SeparatorHorizontal as default };
//# sourceMappingURL=separator-horizontal.mjs.map