@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 717 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphGame1 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-game-1",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m8.931 7.986 4.813-6.343A7.875 7.875 0 0 0 8.931-.001C4.551-.001 1 3.561 1 7.956c0 4.396 3.551 7.959 7.931 7.959 3.517 0 6.495-2.3 7.533-5.481L8.931 7.986ZM7.499 5a1.5 1.5 0 1 1 .003-3.001A1.5 1.5 0 0 1 7.499 5Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphGame1 };