UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 381 B
import React from 'react'; export default function MessagePlusOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-message-plus-outline ${props.className}`} > <path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 14H5.2L4 17.2V4h16v12m-4-7v2h-3v3h-2v-3H8V9h3V6h2v3h3z" /> </svg> ); }