UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 2.63 kB
/** * @license google-material-icons v2.1.4 - 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 ModeFanOff = createIcon("ModeFanOff", [ [ "path", { d: "M18.3053 7.7002C17.2453 7.7002 16.6653 7.99019 14.3953 8.89019C14.2053 8.7502 13.9953 8.62019 13.7753 8.5202C14.0253 7.4902 14.3853 6.9902 15.1053 6.4802C15.9153 5.9102 16.3053 5.1402 16.3053 4.2002C16.3053 2.9802 15.3553 1.7002 13.7053 1.7002C10.6253 1.7002 8.78531 3.1702 8.38531 4.9602L10.7153 7.2902C10.3753 6.3902 10.3053 6.0802 10.3053 5.7002C10.3053 4.5202 11.7053 3.7002 13.7053 3.7002C14.2753 3.7002 14.3053 4.1202 14.3053 4.2002C14.3053 4.4702 14.2553 4.6302 13.9553 4.8502C12.6853 5.7502 12.1253 6.7602 11.7953 8.2402L11.7753 8.3402L19.0253 15.5902C19.2653 15.6502 19.5253 15.7002 19.8053 15.7002C21.0253 15.7002 22.3053 14.7502 22.3053 13.1002C22.3053 9.6102 20.4153 7.7002 18.3053 7.7002ZM19.8053 13.7002C19.5353 13.7002 19.3753 13.6502 19.1553 13.3502C18.2553 12.0802 17.2453 11.5202 15.7653 11.1902C15.7353 10.9702 15.6853 10.7702 15.6153 10.5702C17.4153 9.8202 17.7953 9.7002 18.3053 9.7002C19.4853 9.7002 20.3053 11.1002 20.3053 13.1002C20.3053 13.6702 19.8853 13.7002 19.8053 13.7002Z", key: "85le0f" } ], [ "path", { d: "M1.69531 3.9202L5.58531 7.81019C5.34531 7.7502 5.08531 7.7002 4.80531 7.7002C3.58531 7.7002 2.30531 8.6502 2.30531 10.3002C2.30531 13.7902 4.19531 15.7002 6.30531 15.7002C7.36531 15.7002 7.94531 15.4102 10.2153 14.5102C10.4053 14.6502 10.6153 14.7802 10.8353 14.8802C10.5853 15.9102 10.2253 16.4102 9.50531 16.9202C8.69531 17.4902 8.30531 18.2602 8.30531 19.2002C8.30531 20.4202 9.25531 21.7002 10.9053 21.7002C13.9853 21.7002 15.8253 20.2302 16.2253 18.4402L20.0853 22.3002L21.4953 20.8902L3.11531 2.5102L1.69531 3.9202ZM12.8253 15.1602C12.8553 15.1602 12.8853 15.1402 12.9153 15.1402L13.8853 16.1102C14.2353 17.0102 14.3053 17.3202 14.3053 17.7002C14.3053 18.8802 12.9053 19.7002 10.9053 19.7002C10.3353 19.7002 10.3053 19.2802 10.3053 19.2002C10.3053 18.9302 10.3553 18.7702 10.6553 18.5502C11.9353 17.6602 12.4853 16.6402 12.8253 15.1602ZM8.84531 12.2202C8.87531 12.4402 8.92531 12.6402 8.99531 12.8402C7.19531 13.5802 6.81531 13.7002 6.30531 13.7002C5.12531 13.7002 4.30531 12.3002 4.30531 10.3002C4.30531 9.7302 4.72531 9.7002 4.80531 9.7002C5.07531 9.7002 5.23531 9.7502 5.45531 10.0502C6.34531 11.3302 7.36531 11.8802 8.84531 12.2202Z", key: "1y3yvt" } ] ]); export { ModeFanOff as default }; //# sourceMappingURL=mode_fan_off.js.map