UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 432 B
import React from 'react'; export default function DeleteRestoreIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-delete-restore ${props.className}`} viewBox="0 0 24 24" > <path d="M14 14h2l-4-4-4 4h2v4h4v-4M6 7h12v12c0 .5-.2 1-.61 1.39-.39.41-.89.61-1.39.61H8c-.5 0-1-.2-1.39-.61C6.2 20 6 19.5 6 19V7m13-3v2H5V4h3.5l1-1h5l1 1H19z" /> </svg> ); }