UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 393 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgListIndefinite = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M13 4h8v2h-8V4Zm0 7h8v2h-8v-2Zm0 7h8v2h-8v-2Zm-6.5 1a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 2a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM5 6v3h3V6H5ZM3 4h7v7H3V4Z" /> </Svg> ); export default SvgListIndefinite;