UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 418 B
import React from 'react'; export default function MessageStarOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-message-star-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-8-3.6 2.6 1.6-.7-3 2.3-2-3-.3L12 6l-1.2 2.8-3 .2 2.3 2-.7 3 2.6-1.6z" /> </svg> ); }