UNPKG

react-native-unicons

Version:
9 lines (8 loc) 358 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgGrids(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-1zM8 20H4V4h4zm6 0h-4V4h4zm6 0h-4V4h4z" fill="currentColor"/> </Svg>); } export default SvgGrids;