UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 448 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgTerminalSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M16 44v424a12 12 0 0012 12h456a12 12 0 0012-12V44a12 12 0 00-12-12H28a12 12 0 00-12 12zm57.51 193.5l76.88-61.5-76.88-61.5 20-25 108.1 86.5L93.5 262.49zM272 256h-96v-32h96z" /></Svg>; } export default SvgTerminalSharp;