UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 783 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: "ghost", size: 24, node: [ ["path", { d: "M15 10v1", key: "oj8wfp" }], [ "path", { d: "M7.528 20.472a1.6 1.6 0 012.277 0l1.057 1.056a1.6 1.6 0 002.276 0l1.057-1.056a1.6 1.6 0 012.277 0l1.114 1.114a1.4 1.4 0 002.414-1V10a8 8 0 00-16 0v10.586a1.4 1.4 0 002.414 1z", key: "13lou3" } ], ["path", { d: "M9 10v1", key: "1e14fa" }] ] }; __iconData.node; const Ghost = createLucideIcon(__iconData); export { __iconData, Ghost as default }; //# sourceMappingURL=ghost.mjs.map