UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 411 B
import React from 'react'; export default function MessageAlertOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-message-alert-outline ${props.className}`} viewBox="0 0 24 24" > <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> ); }