UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 377 B
import React from 'react'; export default function DeleteAlertOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-delete-alert-outline ${props.className}`} > <path d="M4 19V7h12v12c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2M6 9v10h8V9H6m7.5-5H17v2H3V4h3.5l1-1h5l1 1M19 17v-2h2v2h-2m0-4V7h2v6h-2z" /> </svg> ); }