UNPKG

927 BJavaScriptView Raw
1function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
3import React from 'react';
4import withIcon from '../withIcon';
5
6function IconSnooze(props) {
7 return React.createElement("svg", _extends({
8 viewBox: "0 0 24 24"
9 }, props), React.createElement("path", {
10 d: "M17.093 8.262l3.904.015L20.683 10H14l.253-1.412 4.616-4.843-3.636-.015.313-1.73H22l-.245 1.368-4.662 4.894z"
11 }), React.createElement("path", {
12 fillRule: "evenodd",
13 clipRule: "evenodd",
14 d: "M19.748 14a8 8 0 11-8.719-9.942l.314-2.037C6.126 2.36 2 6.698 2 12.001c0 5.522 4.477 10 10 10 4.838 0 8.873-3.436 9.8-8h-2.052z"
15 }));
16}
17
18export default withIcon('IconSnooze')(IconSnooze);
\No newline at end of file