UNPKG

react-native-unicons

Version:
9 lines (8 loc) 372 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgWebGridAlt(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21 2H3a1 1 0 00-1 1v18a1 1 0 001 1h18a1 1 0 001-1V3a1 1 0 00-1-1zM11 20H4V10h7zm9 0h-7V10h7zm0-12H4V4h16z" fill="currentColor"/> </Svg>); } export default SvgWebGridAlt;