UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 454 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgShapesSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M363.27 336H4.73L184 16z" /><Path d="M336 160a160.54 160.54 0 00-32.55 3.36l87.75 157L417.81 368H183.36C203.8 432.85 264.49 480 336 480c88.22 0 160-71.78 160-160s-71.78-160-160-160z" /></Svg>; } export default SvgShapesSharp;