@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.38 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 PokerChip = 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: "M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 144a36 36 0 1 1 36-36 36 36 0 0 1-36 36m33.06-86A59.5 59.5 0 0 0 140 69.21V44.87a83.55 83.55 0 0 1 38.28 15.88ZM116 69.21A59.5 59.5 0 0 0 94.94 78L77.72 60.75A83.55 83.55 0 0 1 116 44.87ZM78 94.94A59.5 59.5 0 0 0 69.21 116H44.87a83.6 83.6 0 0 1 15.88-38.28ZM69.21 140A59.5 59.5 0 0 0 78 161.06l-17.25 17.22A83.6 83.6 0 0 1 44.87 140Zm25.73 38a59.5 59.5 0 0 0 21.06 8.79v24.34a83.55 83.55 0 0 1-38.28-15.88Zm45.06 8.79a59.5 59.5 0 0 0 21.06-8.79l17.22 17.22A83.55 83.55 0 0 1 140 211.13Zm38-25.73a59.5 59.5 0 0 0 8.79-21.06h24.34a83.6 83.6 0 0 1-15.88 38.28Zm8.79-45.06A59.5 59.5 0 0 0 178 94.94l17.22-17.22A83.6 83.6 0 0 1 211.13 116Z"
}));
export default PokerChip;
//# sourceMappingURL=PokerChip.js.map