UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 387 B
import React from 'react'; export default function FormatAnnotationMinusIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-annotation-minus ${props.className}`} viewBox="0 0 24 24" > <path d="M10.5 7h-2L3 21h2.2l1.1-3h6.2l1.1 3H16L10.5 7m-3.4 9l2.4-6.3 2.4 6.3H7.1M22 7h-8V5h8v2z" /> </svg> ); }