@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
18 lines (17 loc) • 912 B
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const Meteor = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M136 160a40 40 0 1 1-40-40 40 40 0 0 1 40 40m74.34-37.66-48 48a8 8 0 0 0 11.32 11.32l48-48a8 8 0 0 0-11.32-11.32m-20.68-12.68a8 8 0 0 0-11.32-11.32l-24 24a8 8 0 0 0 11.32 11.32Zm40-51.32a8 8 0 0 0-11.32 0l-16 16a8 8 0 0 0 11.32 11.32l16-16a8 8 0 0 0 0-11.32m-107.32 43.32a8 8 0 0 0 11.32 0l72-72a8 8 0 1 0-11.32-11.32l-72 72a8 8 0 0 0 0 11.32m13.26 97.94a56 56 0 0 1-79.2-79.2l82.75-82.74a8 8 0 1 0-11.32-11.32l-82.74 82.75a72 72 0 1 0 101.82 101.82 8 8 0 0 0-11.31-11.31"
})
});
export default Meteor;
//# sourceMappingURL=Meteor.js.map