UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 546 B
import * as React from "react"; import Svg, { Rect, Path } from "react-native-svg"; function SvgTerminalOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Rect x={32} y={48} width={448} height={416} rx={48} ry={48} fill="none" stroke={props.fill} strokeLinejoin="round" strokeWidth={32} /><Path fill="none" stroke={props.fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth={32} d="M96 112l80 64-80 64M192 240h64" /></Svg>; } export default SvgTerminalOutline;