UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 398 B
import React from 'react'; export default function FileAlertOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-file-alert-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M10 18H8v-2h2v2m0-4H8V9h2v5m4-12H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6m4 18H6V4h7v5h5v11z" /> </svg> ); }