UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 409 B
import React from 'react'; export default function EmailVariantIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-email-variant ${props.className}`} viewBox="0 0 24 24" > <path d="M12 13L2 6.76V6c0-1.11.89-2 2-2h16a2 2 0 0 1 2 2v.75L12 13m10 5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.11l2 1.25V18h16v-7.64l2-1.25V18z" /> </svg> ); }