lucide-react
Version:
A Lucide icon library package for React applications.
23 lines (19 loc) • 639 B
JavaScript
/**
* @license lucide-react v1.16.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 __iconNode = [
[
"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"
}
]
];
const Astroid = createLucideIcon("astroid", __iconNode);
export { __iconNode, Astroid as default };
//# sourceMappingURL=astroid.mjs.map