UNPKG

react-native-unicons

Version:
9 lines (8 loc) 445 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgPolygon(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21.87 11.5l-4.5-7.79a1 1 0 00-.87-.5h-9a1 1 0 00-.87.5l-4.5 7.79a1 1 0 000 1l4.5 7.79a1 1 0 00.87.5h9a1 1 0 00.87-.5l4.5-7.79a1 1 0 000-1zm-6 7.29H8.08L4.15 12l3.93-6.79h7.84L19.85 12z" fill="currentColor"/> </Svg>); } export default SvgPolygon;