UNPKG

@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.03 kB
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 Subtract = 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: "M178 78A84 84 0 1 0 78 178 84 84 0 1 0 178 78m42 82a61 61 0 0 1-.38 6.65l-44-44a83.6 83.6 0 0 0 4-19.39A59.83 59.83 0 0 1 220 160M36 96a60 60 0 1 1 60 60 60.07 60.07 0 0 1-60-60m67.28 83.66a83.6 83.6 0 0 0 19.39-4l44 44a61 61 0 0 1-6.67.34 59.83 59.83 0 0 1-56.72-40.34m88.53 31.18-46.73-46.73a85 85 0 0 0 19-19l46.73 46.73a60.45 60.45 0 0 1-19 19" })); export default Subtract; //# sourceMappingURL=Subtract.js.map