@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.
14 lines • 1.31 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const Polygon = props => /*#__PURE__*/React.createElement(Svg, _extends({
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Path, {
d: "M233.47 97.45a36 36 0 0 0-50.92-50.92 36 36 0 0 0-4.12 4.95l-22.55-6.15a36 36 0 0 0-61.34-22.8 36.05 36.05 0 0 0-7.8 39.24l-29.55 26.6a36.08 36.08 0 0 0-42.66 6.17 36 36 0 0 0 45.73 55.21l65.28 47.87A36 36 0 1 0 182.62 180L208 108a35.9 35.9 0 0 0 25.47-10.55m-93.74 80.81-65.28-47.87a36.2 36.2 0 0 0-1.21-24.17l29.56-26.61a36 36 0 0 0 42.66-6.16 35.5 35.5 0 0 0 4.12-5l22.55 6.15a35.86 35.86 0 0 0 10.42 22.8 38 38 0 0 0 2.85 2.6L160 172a36 36 0 0 0-20.27 6.26M216.5 63.5a12 12 0 1 1-17 0 12 12 0 0 1 17 0m-105-24a12 12 0 1 1 0 17 12 12 0 0 1 .01-17Zm-80 89a12 12 0 1 1 17 0 12 12 0 0 1-17-.01Zm137 88a12 12 0 1 1 0-17 12 12 0 0 1-.01 17Z"
}));
export default Polygon;
//# sourceMappingURL=Polygon.js.map