UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 440 B
import React from 'react'; export default function FormatFontSizeIncreaseIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-font-size-increase ${props.className}`} viewBox="0 0 24 24" > <path d="M5.12 14L7.5 7.67 9.87 14M6.5 5L1 19h2.25l1.12-3h6.25l1.13 3H14L8.5 5h-2M18 7l-5 5.07 1.41 1.43L17 10.9V17h2v-6.1l2.59 2.6L23 12.07 18 7z" /> </svg> ); }