UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 817 B
/** * @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 AlarmOn = createIcon("AlarmOn", [ [ "path", { d: "M22 5.79L17.4 1.93L16.11 3.46L20.71 7.32L22 5.79ZM7.88 3.46L6.6 1.93L2 5.78L3.29 7.31L7.88 3.46ZM12 4.07C7.03 4.07 3 8.1 3 13.07C3 18.04 7.02 22.07 12 22.07C16.97 22.07 21 18.04 21 13.07C21 8.1 16.97 4.07 12 4.07ZM12 20.07C8.13 20.07 5 16.94 5 13.07C5 9.2 8.13 6.07 12 6.07C15.87 6.07 19 9.2 19 13.07C19 16.94 15.87 20.07 12 20.07ZM10.54 14.6L8.41 12.47L7.35 13.53L10.53 16.71L16.53 10.71L15.47 9.65L10.54 14.6Z", key: "yxd5s1" } ] ]); export { AlarmOn as default }; //# sourceMappingURL=alarm_on.js.map