UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 412 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgTriangularFlagFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M5.66 2.181C5.016 1.613 4 2.071 4 2.932V22h2v-4h14.99c.922 0 1.352-1.142.66-1.75z" /> </Svg> ); export default SvgTriangularFlagFill;