UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 385 B
import React from 'react'; export default function FormatHeaderDecreaseIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-header-decrease ${props.className}`} viewBox="0 0 24 24" > <path d="M4 4h2v6h4V4h2v14h-2v-6H6v6H4V4m16.42 3.41L16.83 11l3.59 3.59L19 16l-5-5 5-5 1.42 1.41z" /> </svg> ); }