@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) • 910 B
JavaScript
;
/* 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 SprayBottle = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M200 84a12 12 0 0 0 12-12 60.07 60.07 0 0 0-60-60H80a20 20 0 0 0-20 20v48a20 20 0 0 1-20 20 12 12 0 0 0 0 24 44.06 44.06 0 0 0 43.82-40H108v20.62a19.92 19.92 0 0 1-7.51 15.62L84.51 133A43.8 43.8 0 0 0 68 167.38V224a20 20 0 0 0 20 20h104a20 20 0 0 0 20-20v-12.53A274.8 274.8 0 0 0 180.68 84ZM84 36h68a36 36 0 0 1 33.94 24H84Zm104 175.47V220H92v-52.62a19.92 19.92 0 0 1 7.51-15.62l16-12.78A43.8 43.8 0 0 0 132 104.62V84h21.24A250.93 250.93 0 0 1 188 211.47"
})
});
export default SprayBottle;
//# sourceMappingURL=SprayBottle.js.map