google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 1.98 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: "M20.6901 17.3502C21.3401 16.1102 21.7101 14.7002 21.7101 13.2002C20.2101 13.2002 18.8001 13.5702 17.5601 14.2202L20.6901 17.3502Z",
key: "1m3spa"
}
],
[
"path",
{
d: "M3.7101 13.2002C3.7101 18.1702 7.7401 22.2002 12.7101 22.2002C12.7101 17.2302 8.6801 13.2002 3.7101 13.2002Z",
key: "1xsbdo"
}
],
[
"path",
{
d: "M12.7101 5.7002C14.0901 5.7002 15.2101 6.8202 15.2101 8.2002C15.2101 9.1902 14.6301 10.0402 13.7901 10.4502L16.2701 12.9302C16.3801 12.9502 16.5001 12.9602 16.6201 12.9602C18.0001 12.9602 19.1201 11.8402 19.1201 10.4602C19.1201 9.4602 18.5301 8.6102 17.6901 8.2102C18.5301 7.8102 19.1201 6.9602 19.1201 5.9602C19.1201 4.5802 18.0001 3.4602 16.6201 3.4602C16.0901 3.4602 15.6101 3.6202 15.2001 3.9002L15.2101 3.7002C15.2101 2.3202 14.0901 1.2002 12.7101 1.2002C11.3301 1.2002 10.2101 2.3202 10.2101 3.7002L10.2301 3.8902C9.8301 3.6102 9.3401 3.4502 8.8101 3.4502C8.2401 3.4502 7.7201 3.6502 7.3001 3.9702L10.4601 7.1302C10.8701 6.2802 11.7201 5.7002 12.7101 5.7002Z",
key: "3jwtse"
}
],
[
"path",
{
d: "M3.5201 3.0102L2.1001 4.4202L6.7401 9.06019C6.4701 9.46019 6.3101 9.93019 6.3101 10.4502C6.3101 11.8302 7.4301 12.9502 8.8101 12.9502C9.3301 12.9502 9.8001 12.7902 10.2101 12.5202L10.2301 12.5402L10.2101 12.7002C10.2101 14.0802 11.3301 15.2002 12.7101 15.2002C12.7601 15.2002 12.8101 15.1902 12.8701 15.1802L14.5101 16.8202C13.3801 18.3202 12.7101 20.1802 12.7101 22.2002C14.7301 22.2002 16.5901 21.5302 18.0901 20.4002L20.4901 22.8002L21.9001 21.3902L3.5201 3.0102Z",
key: "1jxdfo"
}
]
]);
export { MacroOff as default };
//# sourceMappingURL=macro_off.js.map