UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 632 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-closed", size: 24, node: [ ["path", { d: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16", key: "4uynto" }], ["path", { d: "M2 21h20", key: "1nyx9w" }], ["path", { d: "M9 12h.01", key: "157uk2" }] ] }; __iconData.node; const DoorClosed = createLucideIcon(__iconData); export { __iconData, DoorClosed as default }; //# sourceMappingURL=door-closed.mjs.map