UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 750 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-horizontal", size: 24, node: [ ["path", { d: "M12 2v20", key: "t6zp3m" }], ["path", { d: "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3", key: "saxlbk" }], ["path", { d: "M8 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3", key: "m1vog4" }] ], aliases: ["split-square-horizontal"] }; __iconData.node; const SquareSplitHorizontal = createLucideIcon(__iconData); export { __iconData, SquareSplitHorizontal as default }; //# sourceMappingURL=square-split-horizontal.mjs.map