UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 443 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgListCheck3 = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M8 6v3H5V6zM3 4v7h7V4zm10 0h8v2h-8zm0 7h8v2h-8zm0 7h8v2h-8zm-2.293-1.793-1.414-1.414L6 18.086l-1.793-1.793-1.414 1.414L6 20.914z" /> </Svg> ); export default SvgListCheck3;