UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 419 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgBrush3Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M8 19.997v-5h2v5h9v-7H5v7h3Zm-4-9h16v-3h-6v-4h-4v4H4v3Zm-1 10v-8H2v-6a1 1 0 0 1 1-1h5v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3h5a1 1 0 0 1 1 1v6h-1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1Z" /> </Svg> ); export default SvgBrush3Line;