@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 907 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPuzzle = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-puzzle",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m14.992 6.567-.01-2.817c0-.911-.799-1.724-1.709-1.724h-3.185C10.092.698 9.006.075 7.668.075c-1.337 0-2.419.623-2.419 1.917 0 .012-2.536.034-2.536.034-.908 0-1.681.813-1.681 1.724l.035 2.711c1.322.016 2.39 1.056 2.39 2.341 0 1.284-1.067 2.323-2.39 2.34v3.208c0 .911.736 1.65 1.645 1.65h10.561c.909 0 1.745-.739 1.745-1.65l-.011-3.116c1.162-.139 1.969-1.125 1.969-2.333 0-1.215-.813-2.202-1.984-2.334Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPuzzle };