@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.17 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 GYSiGlyphTimer = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_jsx("path", {
d: "M7 4h1v5H7z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M7 8h3v1H7z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphTimer };