UNPKG

react-native-remix-icons

Version:
14 lines (13 loc) 381 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgListCheck2 = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" {...props} > <Path d="M11 4h10v2H11zm0 4h6v2h-6zm0 6h10v2H11zm0 4h6v2h-6zM3 4h6v6H3zm2 2v2h2V6zm-2 8h6v6H3zm2 2v2h2v-2z" /> </Svg> ); export default SvgListCheck2;