google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 631 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Highlight = createIcon("Highlight", [
[
"path",
{
d: "M6.00488 14L9.00488 17V22H15.0049V17L18.0049 14V9H6.00488V14ZM11.0049 2H13.0049V5H11.0049V2ZM3.50488 5.88L4.91488 4.47L7.03488 6.59L5.62488 8L3.50488 5.88ZM16.9649 6.59L19.0849 4.47L20.4949 5.88L18.3849 8L16.9649 6.59Z",
key: "1ffskr"
}
]
]);
export { Highlight as default };
//# sourceMappingURL=highlight.js.map