UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 816 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: "dome", size: 24, node: [ ["path", { d: "M10 21v-3a2 2 0 014 0v3", key: "109363" }], ["path", { d: "M12 2v2", key: "tus03m" }], ["path", { d: "M18 12v9", key: "igdtv6" }], [ "path", { d: "M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2v-6a1 1 0 011-1h18a1 1 0 011 1z", key: "ggamol" } ], ["path", { d: "M4 12a8 8 0 0116 0", key: "ug8bwn" }], ["path", { d: "M6 12v9", key: "9e33v1" }] ] }; __iconData.node; const Dome = createLucideIcon(__iconData); export { __iconData, Dome as default }; //# sourceMappingURL=dome.mjs.map