UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 376 B
import React from 'react'; export default function MessageAlertOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-message-alert-outline ${props.className}`} > <path d="M13 10h-2V6h2v4m0 2h-2v2h2v-2m9-8v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2m-2 0H4v13.2L5.2 16H20V4z" /> </svg> ); }