@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.49 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 IntersectThree = 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: "M200 93.66V92a72 72 0 0 0-144 0v1.66a72 72 0 1 0 72 124.65 72 72 0 1 0 72-124.65m-41.28 35.22A71.7 71.7 0 0 0 148 110.77a47.7 47.7 0 0 1 25-1.92 48.2 48.2 0 0 1-14.32 20.03ZM128 187.7a47.8 47.8 0 0 1-11.47-24.62 72 72 0 0 0 22.94 0A47.8 47.8 0 0 1 128 187.7m-44.94-78.85a47.7 47.7 0 0 1 25 1.92 71.7 71.7 0 0 0-10.72 18.11 48.2 48.2 0 0 1-14.28-20.03M128 140a48 48 0 0 1-8.94-.85A48 48 0 0 1 128 124.3a48 48 0 0 1 8.94 14.85 48 48 0 0 1-8.94.85m0-96a48.07 48.07 0 0 1 47.47 40.92A71.77 71.77 0 0 0 128 93.69a71.77 71.77 0 0 0-47.47-8.77A48.07 48.07 0 0 1 128 44M44 156a47.89 47.89 0 0 1 17.32-36.88A72.45 72.45 0 0 0 92 154.34V156a71.64 71.64 0 0 0 16 45.23A48 48 0 0 1 44 156m120 48a47.7 47.7 0 0 1-16-2.77A71.64 71.64 0 0 0 164 156v-1.66a72.45 72.45 0 0 0 30.72-35.22A48 48 0 0 1 164 204"
}));
export default IntersectThree;
//# sourceMappingURL=IntersectThree.js.map