@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.74 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGameControll = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGameControll = function GYSiGlyphGameControll(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-game-controll",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.352 7.083S6.021 6.041 4.35 6.041c-1.671 0-2.006 2.006-2.006 2.006l-1.336 5.974c0 1.106.835 2.005 2.005 2.005 1.039 0 1.859-1.714 2.304-2.902.23.143.498.229.787.229.773 0 1.533-.715 1.617-1.465h2.75c.084.75.584 1.465 1.356 1.465.315 0 .608-.098.85-.264.437 1.188 1.247 2.938 2.241 2.938 1.505 0 2.006-.898 2.006-2.005l-1.336-5.974s-.251-2.006-2.006-2.006-1.881 1.042-1.881 1.042H6.352v-.001Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.041 7.459h-1V5.307c-.01-.007-.161-.927.4-1.63.37-.462.936-.696 1.683-.696 1.63 0 1.876-.436 1.876-1.938h1c0 1.835-.48 2.971-2.876 2.971-.431 0-.737.107-.907.318-.272.335-.184.875-.184.875l.008 2.252Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphGameControll = GYSiGlyphGameControll;