UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 433 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCodeSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M161.98 397.63L0 256l161.98-141.63 27.65 31.61L64 256l125.63 110.02-27.65 31.61zM350.02 397.63l-27.65-31.61L448 256 322.37 145.98l27.65-31.61L512 256 350.02 397.63z" /></Svg>; } export default SvgCodeSharp;