UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 465 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgColorFillSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M416 320s-64 48-64 99.84c0 33.28 28.67 60.16 64 60.16s64-27 64-60.16C480 368 416 320 416 320zM144 32l-76 76 70 70L32 280l176 184 152.8-148.3L416 304zm24 116l-39.6-41 15.88-15.89L184 132z" /></Svg>; } export default SvgColorFillSharp;