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.05 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 DropSlash = 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: "M213.92 210.62a8 8 0 1 1-11.84 10.76l-12.9-14.19A87.7 87.7 0 0 1 128 232c-48 0-87.49-38.93-88-86.88-.27-24.34 8.22-49.84 24.73-74.81L42.3 45.63a8.23 8.23 0 0 1 .14-11.38 8 8 0 0 1 11.48.37Zm-10.07-34.86a4 4 0 0 0 6.7-1.27A87.7 87.7 0 0 0 216 144c0-31.4-14.51-64.68-42-96.25a254.2 254.2 0 0 0-41.45-38.3 8 8 0 0 0-9.18 0A251.3 251.3 0 0 0 87.17 42a4 4 0 0 0 0 5.41Z" })); export default DropSlash; //# sourceMappingURL=DropSlash.js.map