UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.09 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 Snooze = createIcon("Snooze", [ [ "path", { d: "M8.99966 11.0948H12.6297L8.99966 15.2948V17.0948H14.9997V15.0948H11.3697L14.9997 10.8948V9.09479H8.99966V11.0948ZM16.0557 3.44079L17.3377 1.90579L21.9447 5.75578L20.6647 7.29579L16.0557 3.44079ZM3.33566 7.28479L2.05566 5.74879L6.66166 1.90479L7.94166 3.44079L3.33566 7.28479ZM11.9997 6.09479C15.8597 6.09479 18.9997 9.23479 18.9997 13.0948C18.9997 16.9548 15.8597 20.0948 11.9997 20.0948C8.13966 20.0948 4.99966 16.9548 4.99966 13.0948C4.99966 9.23479 8.13966 6.09479 11.9997 6.09479ZM11.9997 4.09479C7.02966 4.09479 2.99966 8.12479 2.99966 13.0948C2.99966 18.0648 7.02966 22.0948 11.9997 22.0948C16.9697 22.0948 20.9997 18.0648 20.9997 13.0948C20.9997 8.12479 16.9697 4.09479 11.9997 4.09479Z", key: "43oisa" } ] ]); export { Snooze as default }; //# sourceMappingURL=snooze.js.map