UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 373 B
import React from 'react'; export default function MessageTextIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-message-text ${props.className}`} viewBox="0 0 24 24" > <path d="M20 2H4a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M6 9h12v2H6m8 3H6v-2h8m4-4H6V6h12" /> </svg> ); }