@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.GYSiGlyphHistory = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHistory = function GYSiGlyphHistory(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-history",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.479 1.046c3.859 0 6.819 3.192 7.166 6.985h1.324l-1.892 1.952-2.065-1.952h1.338c-.33-3.229-2.746-5.958-5.936-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.231-.713 4.35-1.865l.822.826a7.369 7.369 0 0 1-5.107 2.065c-4.092 0-7.419-3.349-7.419-7.464s3.327-7.464 7.419-7.464Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.058 4.03 8 8.953 12 9V8l-3.032.062V4.031h-.91Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphHistory = GYSiGlyphHistory;