UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

32 lines (28 loc) 898 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: "galaxy", size: 24, node: [ [ "path", { d: "M16.005 15.108a5.041 6.52 28.25 00-8.008-6.217 5.041 6.52 28.25 008.008 6.217A11.884 7.288-60.76 014.029 7.001", key: "1w3uyc" } ], ["path", { d: "M17 21h.01", key: "1yigvh" }], ["path", { d: "M7 3h.01", key: "we4yfo" }], ["path", { d: "M7.997 8.891a11.885 7.288-60.756 0111.977 8.107", key: "mpf5op" }], ["circle", { cx: "12", cy: "12", r: "1", fill: "currentColor", key: "1t76vf" }] ] }; __iconData.node; const Galaxy = createLucideIcon(__iconData); export { __iconData, Galaxy as default }; //# sourceMappingURL=galaxy.mjs.map