UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

40 lines (36 loc) 1.09 kB
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "triangles-centerline-dashed-vertical", size: 24, node: [ ["path", { d: "M12 14v2", key: "8jcxud" }], ["path", { d: "M12 20v2", key: "1lh1kg" }], ["path", { d: "M12 2v2", key: "tus03m" }], ["path", { d: "M12 8v2", key: "1woqiv" }], [ "path", { d: "M20.288 16.703A1 1 0 0022 16V8a1 1 0 00-1.712-.703l-3.99 3.991a1 1 0 00-.001 1.424z", key: "1ewq2t" } ], [ "path", { d: "M3.712 16.703A1 1 0 012 16V8a1 1 0 011.712-.703l3.99 3.991a1 1 0 01.001 1.424z", key: "1c1klx" } ] ], aliases: ["flip-vertical-2"] }; __iconData.node; const TrianglesCenterlineDashedVertical = createLucideIcon(__iconData); export { __iconData, TrianglesCenterlineDashedVertical as default }; //# sourceMappingURL=triangles-centerline-dashed-vertical.mjs.map