UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

27 lines (23 loc) 810 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: "gap-vertical", size: 24, node: [ ["path", { d: "M2 12h2", key: "1t8f8n" }], ["path", { d: "M8 12h2", key: "f27al2" }], ["path", { d: "M14 12h2", key: "5yx4ln" }], ["path", { d: "M20 12h2", key: "1q8mjw" }], ["path", { d: "M3 21v-3a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3", key: "mbp45m" }], ["path", { d: "M3 3v3a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3", key: "kci8nr" }] ] }; __iconData.node; const GapVertical = createLucideIcon(__iconData); export { __iconData, GapVertical as default }; //# sourceMappingURL=gap-vertical.mjs.map