@elevyg/react-native-ionicons
Version:
Ionicons 5 for React Native
8 lines (6 loc) • 395 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
function SvgOpenSharp(props) {
return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M201.37 288l176-176H48v352h352V134.63l-176 176L201.37 288z" /><Path d="M320 48v32h89.37l-32 32L400 134.63l32-32V192h32V48H320z" /></Svg>;
}
export default SvgOpenSharp;