UNPKG

react-native-remix-icons

Version:
14 lines (13 loc) 373 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgDeleteBin6Fill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" {...props} > <Path d="M17 4h5v2h-2v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6H2V4h5V2h10zM9 9v8h2V9zm4 0v8h2V9z" /> </Svg> ); export default SvgDeleteBin6Fill;