UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 437 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgLaptop(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M496 400h-28.34A47.92 47.92 0 00480 367.86V128.14A48.2 48.2 0 00431.86 80H80.14A48.2 48.2 0 0032 128.14v239.72A47.92 47.92 0 0044.34 400H16a16 16 0 000 32h480a16 16 0 000-32z" /></Svg>; } export default SvgLaptop;