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) 981 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 RainbowCloud = 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 112a48.18 48.18 0 0 0-44.66 30.4 31 31 0 0 0-3.34-.18c-17.65 0-32 14.76-32 32.89S134.35 208 152 208h48a48 48 0 0 0 0-96m0 80h-48c-8.82 0-16-7.58-16-16.89s7.18-16.89 16-16.89a15 15 0 0 1 5.78 1.14 8 8 0 0 0 10.87-5.81A32 32 0 1 1 200 192M24 160v16a8 8 0 0 1-16 0v-16a104 104 0 0 1 176.5-74.56 8 8 0 0 1-11.15 11.47A88 88 0 0 0 24 160m32 0v16a8 8 0 0 1-16 0v-16a72 72 0 0 1 114.6-58 8 8 0 1 1-9.47 12.89A56 56 0 0 0 56 160m61.57-23.35A24 24 0 0 0 88 160v16a8 8 0 0 1-16 0v-16a40 40 0 0 1 49.27-38.92 8 8 0 1 1-3.7 15.57" }) }); export default RainbowCloud; //# sourceMappingURL=RainbowCloud.js.map