UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 507 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgExpandSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path fill="none" stroke={props.fill} strokeLinecap="square" strokeMiterlimit={10} strokeWidth={32} d="M432 320v112H320M421.8 421.77L304 304M80 192V80h112M90.2 90.23L208 208M320 80h112v112M421.77 90.2L304 208M192 432H80V320M90.23 421.8L208 304" /></Svg>; } export default SvgExpandSharp;