@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTimeReload = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTimeReload = function GYSiGlyphTimeReload(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-time-reload",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.549 1.046c-3.859 0-6.819 3.192-7.166 6.985H1.059l1.892 1.952 2.065-1.952H3.677c.331-3.229 2.747-5.958 5.937-5.958 3.412 0 6.189 2.888 6.189 6.437 0 3.549-2.777 6.438-6.189 6.438-1.695 0-3.232-.713-4.35-1.865l-.821.826a7.364 7.364 0 0 0 5.106 2.065c4.092 0 7.419-3.349 7.419-7.464s-3.327-7.464-7.419-7.464Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9 3.99V9h3.96V8H9.97V3.99H9Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTimeReload = GYSiGlyphTimeReload;