UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 787 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 Alarm = createIcon("Alarm", [ [ "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.5 8.07H11V14.07L15.75 16.92L16.5 15.69L12.5 13.32V8.07ZM12 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.07Z", key: "yg6zya" } ] ]); export { Alarm as default }; //# sourceMappingURL=alarm.js.map