google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.05 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 AutoFixNormal = createIcon("AutoFixNormal", [
[
"path",
{
d: "M19.5015 7.5L20.4415 5.44L22.5015 4.5L20.4415 3.56L19.5015 1.5L18.5615 3.56L16.5015 4.5L18.5615 5.44L19.5015 7.5Z",
key: "gcmxzt"
}
],
[
"path",
{
d: "M17.2115 9.62L14.3815 6.79C14.1815 6.6 13.9315 6.5 13.6715 6.5C13.4115 6.5 13.1615 6.6 12.9615 6.79L1.79152 17.96C1.40152 18.35 1.40152 18.98 1.79152 19.37L4.62152 22.2C4.82152 22.4 5.07152 22.5 5.33152 22.5C5.59152 22.5 5.84152 22.4 6.04152 22.21L17.2115 11.04C17.6015 10.65 17.6015 10.01 17.2115 9.62ZM13.6715 8.92L15.0815 10.33L13.9115 11.5L12.5015 10.09L13.6715 8.92ZM5.33152 20.09L3.92152 18.68L11.0915 11.5L12.5015 12.91L5.33152 20.09Z",
key: "ewrxzz"
}
]
]);
export { AutoFixNormal as default };
//# sourceMappingURL=auto_fix_normal.js.map