google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 3.07 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 MacroOff = createIcon("MacroOff", [
[
"path",
{
d: "M9.36961 5.1302C9.60961 5.1302 9.82961 5.2002 10.0096 5.3302L10.8196 5.8902C10.5296 6.1302 10.2796 6.4302 10.0996 6.7602L11.7596 8.4202C11.7396 8.3402 11.7096 8.2802 11.7096 8.2002C11.7096 7.6502 12.1596 7.2002 12.7096 7.2002C13.2596 7.2002 13.7096 7.6502 13.7096 8.2002C13.7096 8.7502 13.2596 9.2002 12.7096 9.2002C12.6296 9.2002 12.5696 9.1702 12.4896 9.1602L16.5496 13.2202C18.0396 12.9802 19.1796 11.6902 19.1796 10.1302C19.1796 9.4202 18.9296 8.7402 18.5096 8.2002C18.9396 7.6602 19.1796 6.9802 19.1796 6.2702C19.1796 4.5402 17.7696 3.1302 16.0396 3.1302C15.8896 3.1302 15.7496 3.1402 15.6096 3.1602C15.1496 2.0102 14.0196 1.2002 12.7096 1.2002C11.3996 1.2002 10.2696 2.0102 9.79961 3.1602C9.65961 3.1402 9.50961 3.1302 9.36961 3.1302C8.56961 3.1302 7.83961 3.4402 7.27961 3.9402L8.69961 5.3602C8.89961 5.2302 9.11961 5.1302 9.36961 5.1302ZM16.0496 11.2702C15.8096 11.2702 15.5896 11.2002 15.4096 11.0702L14.5996 10.5002C15.1496 10.0502 15.5396 9.4102 15.6596 8.6702L16.5396 9.0902C16.9396 9.2802 17.1996 9.6802 17.1996 10.1202C17.1996 10.7602 16.6796 11.2702 16.0496 11.2702ZM15.3996 5.3302C15.5996 5.2002 15.8196 5.1302 16.0496 5.1302C16.6796 5.1302 17.1896 5.6402 17.1896 6.2702C17.1896 6.7102 16.9396 7.1002 16.5296 7.3002L15.6496 7.7202C15.5296 6.9802 15.1396 6.3402 14.5796 5.8902L15.3996 5.3302ZM12.7096 3.2002C13.3296 3.2002 13.8296 3.6902 13.8496 4.3002L13.7396 5.3902C13.4196 5.2702 13.0696 5.2002 12.7096 5.2002C12.3496 5.2002 12.0096 5.2702 11.6896 5.3902L11.5696 4.3002C11.5896 3.6902 12.0896 3.2002 12.7096 3.2002Z",
key: "1e7i2g"
}
],
[
"path",
{
d: "M20.6896 17.3502C21.3396 16.1102 21.7096 14.7002 21.7096 13.2002C20.2096 13.2002 18.7996 13.5702 17.5596 14.2202L20.6896 17.3502Z",
key: "1y2slq"
}
],
[
"path",
{
d: "M3.70961 13.2002C3.70961 18.1702 7.73961 22.2002 12.7096 22.2002C12.7096 17.2302 8.67961 13.2002 3.70961 13.2002ZM6.14961 15.6402C8.04961 16.3502 9.56961 17.8602 10.2696 19.7602C8.36961 19.0502 6.85961 17.5402 6.14961 15.6402Z",
key: "3ml45o"
}
],
[
"path",
{
d: "M3.51961 3.0102L2.09961 4.4202L6.51961 8.8402C6.32961 9.2402 6.21961 9.6802 6.21961 10.1302C6.21961 11.8602 7.62961 13.2702 9.36961 13.2702C9.51961 13.2702 9.65961 13.2602 9.79961 13.2402C10.2696 14.3902 11.3996 15.2002 12.7096 15.2002C12.7596 15.2002 12.8196 15.1902 12.8696 15.1902L14.5096 16.8302C13.3796 18.3202 12.7096 20.1802 12.7096 22.2002C14.7296 22.2002 16.5896 21.5302 18.0896 20.4002L20.4896 22.8002L21.8996 21.3902L3.51961 3.0102ZM15.1496 19.7602C15.3496 19.2202 15.6196 18.7202 15.9396 18.2602L16.6596 18.9802C16.1896 19.2902 15.6896 19.5602 15.1496 19.7602Z",
key: "16dhoo"
}
]
]);
export { MacroOff as default };
//# sourceMappingURL=macro_off.js.map