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.

18 lines (17 loc) 814 B
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const DropSlash = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(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