@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) • 954 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 Pizza = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M243.43 62.05a19.93 19.93 0 0 0-9.06-12.38 205.51 205.51 0 0 0-212.74 0 20 20 0 0 0-6.7 27.48l96 157.26a20 20 0 0 0 34.2 0l96-157.26a19.82 19.82 0 0 0 2.3-15.1M128 44a180.93 180.93 0 0 1 90.45 24.14L210 82a164.15 164.15 0 0 0-164 0l-8.45-13.86A180.93 180.93 0 0 1 128 44M83.88 144.06l-20.74-34A20 20 0 0 1 92 128a20.12 20.12 0 0 1-8.12 16.06m44.12 72.3-31.56-51.71a44 44 0 0 0-4.64-75.93 140.45 140.45 0 0 1 105.71 13.74l-8.95 14.66a44 44 0 0 0-45.75 75ZM148 156a20 20 0 0 1 28-18.32l-20.64 33.83A20 20 0 0 1 148 156"
})
});
export default Pizza;
//# sourceMappingURL=Pizza.js.map