UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

28 lines (24 loc) 704 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: "astroid", size: 24, node: [ [ "path", { d: "M12.983 21.186a1 1 0 0 1-1.966 0 10 10 0 0 0-8.203-8.203 1 1 0 0 1 0-1.966 10 10 0 0 0 8.203-8.203 1 1 0 0 1 1.966 0 10 10 0 0 0 8.203 8.203 1 1 0 0 1 0 1.966 10 10 0 0 0-8.203 8.203", key: "1tipus" } ] ] }; __iconData.node; const Astroid = createLucideIcon(__iconData); export { __iconData, Astroid as default }; //# sourceMappingURL=astroid.mjs.map