UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 736 B
import * as React from "react"; import Svg, { Ellipse, Path } from "react-native-svg"; function SvgAmericanFootballOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Ellipse cx={256} cy={256} rx={267.57} ry={173.44} transform="rotate(-45 256 256.002)" fill="none" stroke={props.fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth={32} /><Path fill="none" stroke={props.fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth={32} d="M334.04 177.96L177.96 334.04M278.3 278.3l-44.6-44.6M322.89 233.7l-44.59-44.59M456.68 211.4L300.6 55.32M211.4 456.68L55.32 300.6M233.7 322.89l-44.59-44.59" /></Svg>; } export default SvgAmericanFootballOutline;