@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.4 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 ScribbleLoop = 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 128a81.4 81.4 0 0 1 25.69 4.28C151.56 154.87 137.33 176 112 176c-15.8 0-24.06-10.85-24.06-21.58 0-6.59 3-12.75 8.56-17.35 7.12-5.93 18.02-9.07 31.5-9.07m96-80v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-18.11 98.59a120.2 120.2 0 0 0-36.08-25.21c-.9-14.35-5.75-27.54-13.89-37.55C145.38 70.86 130.19 64 112 64c-35.56 0-61.32 33.76-62.4 35.2a8 8 0 0 0 12.79 9.62C62.61 108.53 84.51 80 112 80c13.4 0 24 4.68 31.5 13.92a47.54 47.54 0 0 1 9.48 21.4A96.8 96.8 0 0 0 128 112c-17.27 0-31.71 4.42-41.74 12.78C77 132.47 71.94 143 71.94 154.42 71.94 172.64 86 192 112 192a54 54 0 0 0 43.53-21.23A70 70 0 0 0 169 138.89a106.2 106.2 0 0 1 25.13 18.52 8 8 0 1 0 11.78-10.82Z"
}));
export default ScribbleLoop;
//# sourceMappingURL=ScribbleLoop.js.map