UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 447 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgEnterSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M160 240h147.37l-64-64L266 153.37 368.63 256 266 358.63 243.37 336l64-64H160v148a12 12 0 0012 12h296a12 12 0 0012-12V92a12 12 0 00-12-12H172a12 12 0 00-12 12zM32 240h128v32H32z" /></Svg>; } export default SvgEnterSharp;