UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 372 B
import React from 'react'; export default function DeleteOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-delete-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6v12M8 9h8v10H8V9m7.5-5l-1-1h-5l-1 1H5v2h14V4h-3.5z" /> </svg> ); }