@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIMokaPot = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIMokaPot = function GIMokaPot(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: "m238.6 25 7 14h20.8l7-14h-34.8zm-74.9 32-14 14h271.4l-70-14H163.7zm-24.6 32 44.2 206h30.3L184.2 89h-45.1zm63.3 0 29.4 206h48.4l29.4-206H202.4zm125.4 0-29.4 206h30.3l44.2-206h-45.1zm63.4 0-15.9 74.6L416.7 89h-25.5zM92.27 103l-54.73 54.7 50.03 133.5 16.83-6.4-45.94-122.5L99.73 121h27.87l-3.8-18H92.27zM201 313v14h110v-14H201zm-18.3 32-42.6 142h44.5L213 345h-30.3zm48.7 0L203 487h106l-28.4-142h-49.2zm67.6 0 28.4 142h44.5l-42.6-142H299z"
})]
}));
};
exports.GIMokaPot = GIMokaPot;