UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 325 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgZzzLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M11 11v2l-5.327 6H11v2H3v-2l5.326-6H3v-2h8Zm10-8v2l-5.327 6H21v2h-8v-2l5.326-6H13V3h8Z" /> </Svg> ); export default SvgZzzLine;