UNPKG

react-native-unicons

Version:
9 lines (8 loc) 366 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgTh(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 20H4v-7h7zm0-9H4V4h7zm9 9h-7v-7h7zm0-9h-7V4h7z" fill="currentColor"/> </Svg>); } export default SvgTh;