@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.47 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 Yarn = 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: "M232 212h-36.17A107.94 107.94 0 1 0 128 236h104a12 12 0 1 0 0-24M128 44a83.3 83.3 0 0 1 34.9 7.63q-9.69 4.82-18.9 10.51a227.6 227.6 0 0 0-32.13-16.58A84.5 84.5 0 0 1 128 44M79.33 59.6a201.6 201.6 0 0 1 43.17 17.71q-6.73 5.35-13 11.2A185.5 185.5 0 0 0 65 72.49 85 85 0 0 1 79.33 59.6M51.11 94.23a161.5 161.5 0 0 1 40.75 12.43q-5.44 6.25-10.44 12.9a145.9 145.9 0 0 0-35.37-9.92 83 83 0 0 1 5.06-15.41m2.76 73.23a83.5 83.5 0 0 1-9.66-33.83A122 122 0 0 1 67.79 140a229 229 0 0 0-13.92 27.46M71 189.67A205.38 205.38 0 0 1 186.1 67.42a85.4 85.4 0 0 1 11 12.86A187.87 187.87 0 0 0 84.55 199.86 84 84 0 0 1 71 189.67m51.67 22.15a84 84 0 0 1-16-2.55 163.87 163.87 0 0 1 101.07-107.4 83.4 83.4 0 0 1 3.52 15.78 148.76 148.76 0 0 0-88.55 94.17Zm26.4-2.51a124.78 124.78 0 0 1 61.31-65.15 84.25 84.25 0 0 1-61.27 65.15Z"
}));
export default Yarn;
//# sourceMappingURL=Yarn.js.map