UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 381 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgTrailSignSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M502.63 336l-80-80H278v-32h170V64H278V32h-44v32H89.37l-80 80 80 80H234v32H64v160h170v64h44v-64h144.63z" /></Svg>; } export default SvgTrailSignSharp;