google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.19 kB
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 AutoFixHigh = createIcon("AutoFixHigh", [
[
"path",
{
d: "M8.00152 5.09805L10.5015 6.49805L9.10152 3.99805L10.5015 1.49805L8.00152 2.89805L5.50152 1.49805L6.90152 3.99805L5.50152 6.49805L8.00152 5.09805ZM20.0015 14.898L17.5015 13.498L18.9015 15.998L17.5015 18.498L20.0015 17.098L22.5015 18.498L21.1015 15.998L22.5015 13.498L20.0015 14.898ZM22.5015 1.49805L20.0015 2.89805L17.5015 1.49805L18.9015 3.99805L17.5015 6.49805L20.0015 5.09805L22.5015 6.49805L21.1015 3.99805L22.5015 1.49805ZM14.8715 6.78805C14.4815 6.39805 13.8515 6.39805 13.4615 6.78805L1.79152 18.458C1.40152 18.848 1.40152 19.478 1.79152 19.868L4.13152 22.208C4.52152 22.598 5.15152 22.598 5.54152 22.208L17.2015 10.548C17.5915 10.158 17.5915 9.52805 17.2015 9.13805L14.8715 6.78805ZM13.8415 12.278L11.7215 10.158L14.1615 7.71805L16.2815 9.83805L13.8415 12.278Z",
key: "bo9oos"
}
]
]);
export { AutoFixHigh as default };
//# sourceMappingURL=auto_fix_high.js.map