UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

32 lines (28 loc) 815 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-open", size: 24, node: [ ["path", { d: "M10 21H2", key: "1sthdo" }], ["path", { d: "M10 3H7a2 2 0 00-2 2v16", key: "15gt7x" }], ["path", { d: "M14 12h.01", key: "1jfl7z" }], [ "path", { d: "M19 21V5a2 2 0 00-1.675-1.974l-6.163-1.013A1 1 0 0010 3v18a1 1 0 001.124.992z", key: "tyvg9a" } ], ["path", { d: "M22 21h-3", key: "1ec3tr" }] ] }; __iconData.node; const DoorOpen = createLucideIcon(__iconData); export { __iconData, DoorOpen as default }; //# sourceMappingURL=door-open.mjs.map