@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 343 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgFoggyFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M1.584 13.007a8 8 0 1 1 14.873-5.908 5.5 5.5 0 0 1 6.52 5.908H1.584ZM4 19h17v2H4v-2Zm-2-4h21v2H2v-2Z" />
</Svg>
);
export default SvgFoggyFill;