UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 785 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: "door-stairwell", size: 24, node: [ ["path", { d: "M12 17v-3a1 1 0 011-1h6", key: "1skdtv" }], ["path", { d: "M19 17h-9a1 1 0 00-1 1v3", key: "to8zj0" }], ["path", { d: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16", key: "4uynto" }], ["path", { d: "M19 9h-3a1 1 0 00-1 1v3", key: "1r4j1u" }], ["path", { d: "M22 21H2", key: "1gy6en" }] ] }; __iconData.node; const DoorStairwell = createLucideIcon(__iconData); export { __iconData, DoorStairwell as default }; //# sourceMappingURL=door-stairwell.mjs.map