UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

26 lines (22 loc) 804 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-locked", size: 24, node: [ ["path", { d: "M19 8V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16", key: "18uk87" }], ["path", { d: "M2 21h8", key: "oshpy" }], ["path", { d: "M20 16v-2a2 2 0 00-4 0v2", key: "1xumi5" }], ["path", { d: "M9 12h.01", key: "157uk2" }], ["rect", { x: "14", y: "16", width: "8", height: "5", rx: "1", key: "1rp9x2" }] ] }; __iconData.node; const DoorClosedLocked = createLucideIcon(__iconData); export { __iconData, DoorClosedLocked as default }; //# sourceMappingURL=door-closed-locked.mjs.map