@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.53 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 GrainsSlash = 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: "M56.88 31.93a12 12 0 1 0-17.76 16.14l4.37 4.81A12 12 0 0 0 36 64v80a92 92 0 0 0 153 68.9l10.16 11.17a12 12 0 0 0 17.76-16.14Zm3.31 117.16a68.16 68.16 0 0 1 55.62 61.82 68.16 68.16 0 0 1-55.62-61.82M128 170.61a92.22 92.22 0 0 0-68-45.83V77.05a69 69 0 0 1 6.94 1.63l70.83 77.9a92.5 92.5 0 0 0-9.77 14.03m12.19 40.29a68.26 68.26 0 0 1 13.92-36.34l18.7 20.57a67.74 67.74 0 0 1-32.62 15.77M220 64v80a93 93 0 0 1-1 13.34 12 12 0 0 1-11.86 10.28 13 13 0 0 1-1.74-.13 12 12 0 0 1-10.15-13.6c.23-1.59.4-3.19.52-4.8-.76.14-1.53.29-2.29.45a12 12 0 1 1-5.08-23.45c2.49-.54 5-1 7.56-1.31V77.07a68 68 0 0 0-38.79 21.72 12 12 0 1 1-17.92-16 91.7 91.7 0 0 1 17.37-15.09c-8.2-14.93-21.31-25-28.63-29.76a98 98 0 0 0-15.56 12.6 12 12 0 0 1-17-16.95 116 116 0 0 1 27.19-20.32 12 12 0 0 1 10.74 0c1.33.66 29.36 15 44.74 43.74A91.8 91.8 0 0 1 208 52a12 12 0 0 1 12 12"
}));
export default GrainsSlash;
//# sourceMappingURL=GrainsSlash.js.map