google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 719 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.00093 14L9.00093 17V22H15.0009V17L18.0009 14V9H6.00093V14ZM8.00093 11H16.0009V13.17L13.0009 16.17V20H11.0009V16.17L8.00093 13.17V11ZM11.0009 2H13.0009V5H11.0009V2ZM3.50293 5.874L4.91693 4.46L7.03893 6.58L5.62493 7.995L3.50293 5.874ZM16.9609 6.582L19.0839 4.462L20.4969 5.878L18.3739 7.998L16.9609 6.582Z",
key: "jkxpel"
}
]
]);
export { Highlight as default };
//# sourceMappingURL=highlight.js.map