UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 462 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgLogoCss3(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M64 32l35 403.22L255.77 480 413 435.15 448 32zm290.68 334.9L256.07 395l-98.46-28.24-6.75-77.76h48.26l3.43 39.56 53.59 15.16.13.28 53.47-14.85 5.64-64.15H203l-4-50h120.65l4.35-51H140l-4-49h240.58z" /></Svg>; } export default SvgLogoCss3;