UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.42 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphClock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphClock = function GYSiGlyphClock(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-clock", viewBox: "0 0 17 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.008 16.929c-4.385 0-7.95-3.563-7.95-7.942 0-4.381 3.565-7.944 7.95-7.944 4.384 0 7.95 3.563 7.95 7.944 0 4.378-3.566 7.942-7.95 7.942ZM8.973 2.863c-3.354 0-6.084 2.742-6.084 6.111 0 3.369 2.73 6.111 6.084 6.111 3.355 0 6.085-2.742 6.085-6.111 0-3.369-2.73-6.111-6.085-6.111Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8 5h.959v3.978H8zm0 4h3.938v.979H8z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphClock = GYSiGlyphClock;