UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 393 B
import React from 'react'; export default function MessageReplyTextIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-message-reply-text ${props.className}`} viewBox="0 0 24 24" > <path d="M18 8H6V6h12v2m0 3H6V9h12v2m0 3H6v-2h12v2m4-10a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14l4 4V4z" /> </svg> ); }