UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 418 B
import React from 'react'; export default function MessageBadgeOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-message-badge-outline ${props.className}`} > <path d="M22 7v9c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.1.3-.1.7-.1 1s0 .7.1 1H4v12h16V7.9c.7-.1 1.4-.5 2-.9m-6-4c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3-3 1.3-3 3z" /> </svg> ); }