UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 476 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgFolderOpenSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M16.08 189.4l28.58 233.87A28 28 0 0072.52 448h367a28 28 0 0027.86-24.73l28.54-233.87A12 12 0 00484 176H28a12 12 0 00-11.92 13.4zM464 124a28 28 0 00-28-28H244.84l-48-32H76a28 28 0 00-28 28v52h416z" /></Svg>; } export default SvgFolderOpenSharp;