UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 398 B
import React from 'react'; export default function FormatLetterEndsWithIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-letter-ends-with ${props.className}`} viewBox="0 0 24 24" > <path d="M11.14 4L6.43 16h1.93l.96-2.57h5.35l.97 2.57h1.93L12.86 4M12 6.29l2.03 5.42H9.96M20 14v4H2v2h20v-6z" /> </svg> ); }