UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.22 kB
/** * @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 ModeFanOff = createIcon("ModeFanOff", [ [ "path", { d: "M16.6453 8.05531L14.3553 8.87531C14.1753 8.74531 13.9753 8.62531 13.7753 8.53531C13.9453 7.70531 14.4053 6.95531 15.1353 6.47531C17.1553 5.13531 16.4853 1.69531 13.6953 1.69531C10.6153 1.69531 8.79531 3.16531 8.39531 4.95531L19.0353 15.5953C20.5353 15.9853 22.3053 15.0853 22.3053 13.0853C22.3053 8.69531 19.2953 6.85531 16.6453 8.05531Z", key: "rfbyam" } ], [ "path", { d: "M3.11531 2.50531L1.69531 3.91531L5.57531 7.79531C4.07531 7.39531 2.30531 8.30531 2.30531 10.3053C2.30531 14.7053 5.31531 16.5453 7.96531 15.3353L10.2553 14.5153C10.4353 14.6453 10.6353 14.7653 10.8353 14.8553C10.6653 15.6853 10.2053 16.4353 9.47531 16.9153C7.45531 18.2553 8.12531 21.6953 10.9153 21.6953C13.9953 21.6953 15.8153 20.2253 16.2153 18.4353L20.0853 22.3053L21.4953 20.8953L3.11531 2.50531Z", key: "162d07" } ] ]); export { ModeFanOff as default }; //# sourceMappingURL=mode_fan_off.js.map