@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) • 876 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 EggCrack = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M190 57.34C171.06 29 147.88 12 128 12S84.94 29 66 57.34C46.94 86 36 120.46 36 152a92 92 0 0 0 184 0c0-31.54-10.94-66-30-94.66M128 220a68.07 68.07 0 0 1-68-68c0-61.12 46.19-116 68-116 7.59 0 18.13 6.65 28.64 17.88L119.05 96a12 12 0 0 0 6 19.63l20.9 5.23-5.76 28.78a12 12 0 0 0 9.42 14.12 12 12 0 0 0 2.39.24 12 12 0 0 0 11.76-9.65l8-40a12 12 0 0 0-8.86-14l-12.74-3.19 21.4-24C185.2 94.34 196 122.44 196 152a68.07 68.07 0 0 1-68 68"
})
});
export default EggCrack;
//# sourceMappingURL=EggCrack.js.map