UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 397 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgListCheck3 = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M8 6v3H5V6h3ZM3 4v7h7V4H3Zm10 0h8v2h-8V4Zm0 7h8v2h-8v-2Zm0 7h8v2h-8v-2Zm-2.293-1.793-1.414-1.414L6 18.086l-1.793-1.793-1.414 1.414L6 20.914l4.707-4.707Z" /> </Svg> ); export default SvgListCheck3;