UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

22 lines (18 loc) 603 B
/** * @license lucide-react-native v1.18.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 Astroid = createLucideIcon("Astroid", [ [ "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" } ] ]); export { Astroid as default }; //# sourceMappingURL=astroid.mjs.map