@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.06 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 GYSiGlyphHistory = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_jsx("path", {
d: "M8.058 4.03 8 8.953 12 9V8l-3.032.062V4.031h-.91Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphHistory };