google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.03 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 AutoFixOff = createIcon("AutoFixOff", [
[
"path",
{
d: "M22.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.1615 7.71805L16.2815 9.83805L13.8415 12.278L14.6515 13.088L17.2015 10.538C17.5915 10.148 17.5915 9.51805 17.2015 9.12805L14.8615 6.78805C14.4715 6.39805 13.8415 6.39805 13.4515 6.78805L10.9015 9.33805L11.7115 10.148L14.1615 7.71805ZM2.77152 3.75805L1.50152 5.02805L8.36152 11.888L1.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.208L12.1115 15.638L18.9715 22.498L20.2415 21.228L2.77152 3.75805Z",
key: "jjvwhy"
}
]
]);
export { AutoFixOff as default };
//# sourceMappingURL=auto_fix_off.js.map