google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 910 B
JavaScript
/**
* @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: "M7.88 3.46018L6.6 1.93018L2 5.78018L3.29 7.31018L7.88 3.46018ZM22 5.79018L17.4 1.93018L16.11 3.46018L20.71 7.32018L22 5.79018ZM12 4.07018C7.03 4.07018 3 8.10018 3 13.0702C3 18.0402 7.02 22.0702 12 22.0702C16.97 22.0702 21 18.0402 21 13.0702C21 8.10018 16.97 4.07018 12 4.07018ZM12 20.0702C8.13 20.0702 5 16.9402 5 13.0702C5 9.20018 8.13 6.07018 12 6.07018C15.87 6.07018 19 9.20018 19 13.0702C19 16.9402 15.87 20.0702 12 20.0702ZM9 11.0702H12.63L9 15.2702V17.0702H15V15.0702H11.37L15 10.8702V9.07018H9V11.0702Z",
key: "bdj8z4"
}
]
]);
export { Snooze as default };
//# sourceMappingURL=snooze.js.map