UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 436 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgFlutterFill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M13.503 2.001l-10 10 3.083 3.083 13.08-13.083h-6.163zm-.006 9.198L8.122 16.62 13.494 22h6.189l-5.387-5.4 5.389-5.4h-6.188z" /> </Svg> ); } export default SvgFlutterFill;