UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.05 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 Alarm = createIcon("Alarm", [ [ "path", { d: "M12.4996 8.09503H10.9996V14.095L15.7496 16.945L16.4996 15.715L12.4996 13.345V8.09503ZM17.3366 1.90503L21.9436 5.75003L20.6636 7.28503L16.0536 3.44203L17.3366 1.90503ZM6.66264 1.90503L7.94464 3.44103L3.33664 7.28503L2.05664 5.74903L6.66264 1.90503ZM11.9996 4.09503C7.02964 4.09503 2.99964 8.12503 2.99964 13.095C2.99964 18.065 7.02964 22.095 11.9996 22.095C16.9696 22.095 20.9996 18.065 20.9996 13.095C20.9996 8.12503 16.9696 4.09503 11.9996 4.09503ZM11.9996 20.095C8.13964 20.095 4.99964 16.955 4.99964 13.095C4.99964 9.23503 8.13964 6.09503 11.9996 6.09503C15.8596 6.09503 18.9996 9.23503 18.9996 13.095C18.9996 16.955 15.8596 20.095 11.9996 20.095Z", key: "1wh6y9" } ] ]); export { Alarm as default }; //# sourceMappingURL=alarm.js.map