UNPKG

react-native-unicons

Version:
9 lines (8 loc) 365 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgWebGrid(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-1zm-7 18H4v-7h10zm0-9H4V4h10zm6 9h-4V4h4z" fill="currentColor"/> </Svg>); } export default SvgWebGrid;