UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 522 B
import React from 'react'; export default function FormatTextIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-text ${props.className}`} viewBox="0 0 24 24" > <path d="M18.5 4l1.16 4.35-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4h13z" /> </svg> ); }