@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 357 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgCloudWindyFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M14 19v-3.993H2.074a8 8 0 1 1 14.383-6.908A5.5 5.5 0 1 1 17.5 19h-3.499Zm-8 2h10v2H6v-2Zm-4-4h10v2H2v-2Z" />
</Svg>
);
export default SvgCloudWindyFill;