@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.6 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTimer = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTimer = function GYSiGlyphTimer(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-timer",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m12.115 2.612.525-.812.85.554.484-.75L11.527.011l-.483.75.849.553-.512.788A7.394 7.394 0 0 0 7.502.999C3.387.999.041 4.352.041 8.475c0 4.12 3.346 7.474 7.461 7.474 4.113 0 7.461-3.354 7.461-7.474a7.463 7.463 0 0 0-2.848-5.863ZM7.502 14.011c-3.047 0-5.527-2.488-5.527-5.544 0-3.058 2.48-5.545 5.527-5.545s5.527 2.487 5.527 5.545c0 3.055-2.48 5.544-5.527 5.544Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 4h1v5H7z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 8h3v1H7z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTimer = GYSiGlyphTimer;