UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 468 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgBowlingBallSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="1em" height="1em" {...props}><Path d="M414.39 97.61A224 224 0 1097.61 414.39 224 224 0 10414.39 97.61zM286 230a28 28 0 1128-28 28 28 0 01-28 28zm8-76a28 28 0 1128-28 28 28 0 01-28 28zm68 44a28 28 0 1128-28 28 28 0 01-28 28z" /></Svg>; } export default SvgBowlingBallSharp;