lucide-react
Version:
A Lucide icon library package for React applications
15 lines (11 loc) • 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