@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.36 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 GYSiGlyphKette = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-kette",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m2.4 4.945.683 7.262 1.044-.001c.173-3.921.648-5.88 1.33-7.604l-2.975.337a.555.555 0 0 1-.082.006Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "M4.051 16.081c0 .416.009.476.022.878h9.857c.013-.402.022-.462.022-.878v-.019H4.05l.001.019Zm.076-3.875-1.044.001L2.4 4.945a.566.566 0 0 0 .082-.006l2.975-.337c-.682 1.724-1.157 3.683-1.33 7.604Zm8.947-7.878-.506-.319c-.16-.417-.338-.597-.521-.915H6.379c-.056.077-4.027.509-4.027.509-.715.025-1.289.627-1.286 1.414l.669 7.171c0 .749.846 1.357 1.583 1.357h.763c-.012.438-.001.95-.004 1.417h9.892c-.03-3.34-.173-5.917-.523-7.898.005-.01 2.462-2.47 2.462-2.47.152-.319-.419-.327-.908-.563 0 0-1.773-.02-1.926.297ZM7.031 1.997h4.914c-.735-.845-1.446-.955-2.361-.955-.71 0-1.945.29-2.553.955Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphKette };