@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.11 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIBarStool = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIBarStool = function GIBarStool(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M116 41c-12.3 13.94-19.27 34.56-21.03 55.75C93.3 116.8 96.31 137 101.9 151h308.2c5.6-14 8.6-34.2 6.9-54.25-1.7-21.19-8.7-41.81-21-55.75H116zm13.9 128L90.2 487h29.9l39.7-318h-29.9zm222.3 0 39.7 318h29.9l-39.7-318h-29.9zM149.9 393l-2 16h216.2l-2-16H149.9z"
})]
}));
};
exports.GIBarStool = GIBarStool;