UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 506 B
import React from 'react'; export default function FormatColorHighlightIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-format-color-highlight ${props.className}`} viewBox="0 0 24 24" > <path d="M4 17l2.75-2.75-.03-.02c-.58-.59-.58-1.54 0-2.12l4.74-4.74 4.24 4.24-4.74 4.74c-.57.58-1.5.58-2.09.02l-.63.63H4M15.91 2.91c.59-.58 1.54-.58 2.12 0l2.13 2.12c.58.59.58 1.54 0 2.13l-3.3 3.29-4.24-4.24 3.29-3.3z" /> </svg> ); }