@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 355 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgWaterFlashFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M5.64 6.639 12.006.275l6.364 6.364a9 9 0 1 1-12.728 0Zm7.365 4.364v-4.5l-4.5 6.5h2.5v4.5l4.5-6.5h-2.5Z" />
</Svg>
);
export default SvgWaterFlashFill;