UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 740 B
/** * @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: "square-split-vertical", size: 24, node: [ ["path", { d: "M2 12h20", key: "9i4pu4" }], ["path", { d: "M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3", key: "14rx03" }], ["path", { d: "M3 8V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3", key: "1haecz" }] ], aliases: ["split-square-vertical"] }; __iconData.node; const SquareSplitVertical = createLucideIcon(__iconData); export { __iconData, SquareSplitVertical as default }; //# sourceMappingURL=square-split-vertical.mjs.map