UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 374 B
import React from 'react'; export default function MessagePlusIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-message-plus ${props.className}`} viewBox="0 0 24 24" > <path d="M20 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h16m-9 4v3H8v2h3v3h2v-3h3V9h-3V6h-2z" /> </svg> ); }