UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 378 B
import React from 'react'; export default function ArchiveAlertOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-archive-alert-outline ${props.className}`} > <path d="M2 4h16v3H2V4m5.5 7h5c.28 0 .5.22.5.5V13H7v-1.5c0-.28.22-.5.5-.5M20 13V7h2v6h-2m0 4v-2h2v2h-2M3 8h2v10h10V8h2v12H3V8z" /> </svg> ); }