UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.21 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 AlarmOff = createIcon("AlarmOff", [ [ "path", { d: "M12.1752 6.07C16.0452 6.07 19.1752 9.2 19.1752 13.07C19.1752 13.91 19.0152 14.72 18.7452 15.47L20.2652 16.99C20.8452 15.8 21.1752 14.48 21.1752 13.07C21.1752 8.1 17.1452 4.07 12.1752 4.07C10.7652 4.07 9.4452 4.4 8.2552 4.98L9.7752 6.5C10.5252 6.23 11.3352 6.07 12.1752 6.07ZM22.1752 5.79L17.5752 1.93L16.2852 3.46L20.8852 7.32L22.1752 5.79ZM3.0952 2.36L1.8252 3.64L3.1552 4.97L2.0452 5.9L3.4652 7.32L4.5752 6.38L5.3752 7.18C4.0052 8.76 3.1752 10.82 3.1752 13.07C3.1752 18.04 7.1952 22.07 12.1752 22.07C14.4252 22.07 16.4852 21.24 18.0652 19.87L20.2652 22.07L21.5352 20.8L4.0652 3.34L3.0952 2.36ZM16.6452 18.46C15.4352 19.46 13.8752 20.07 12.1752 20.07C8.3052 20.07 5.1752 16.94 5.1752 13.07C5.1752 11.37 5.7852 9.81 6.7852 8.6L16.6452 18.46ZM8.1952 3.35L6.7752 1.93L5.91519 2.64L7.3352 4.06L8.1952 3.35Z", key: "1k3tmy" } ] ]); export { AlarmOff as default }; //# sourceMappingURL=alarm_off.js.map