@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphClock = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_jsx("path", {
d: "M8 5h.959v3.978H8zm0 4h3.938v.979H8z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphClock };