@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.36 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAbstract012 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAbstract012 = function GIAbstract012(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: "M75.05 21A53.906 53.906 0 0 0 21 75.05v136.447h71.969a26.067 26.067 0 0 1 26.144 26.144v7.05H204.3v-15.716h197.106c6.544 0 11.75 2.708 11.75 6.169v41.712c0 3.46-5.206 6.169-11.75 6.169H204.3v-15.716h-85.188v7.05a26.068 26.068 0 0 1-26.143 26.144H21v136.3C21 466.767 45.086 491 75.05 491h106.778v-99.434h-30.256c-17.286 0-31.137-14.001-31.137-31.285v-2.35H465.59c14.103 0 25.41-10.658 25.41-23.647V177.57c0-12.988-11.306-23.5-25.41-23.5H120.435v-2.497a31.026 31.026 0 0 1 31.137-31.138h30.256V21H75.05zm129.25 0v99.434H491V75.05A53.906 53.906 0 0 0 436.95 21H204.3zm52.581 25.703c.851-.086 1.77 0 2.644 0 13.972 0 25.263 11.29 25.263 25.263s-11.291 25.262-25.263 25.262-25.41-11.29-25.41-25.262c0-13.1 10.01-23.967 22.766-25.263zm80.341 0c.85-.086 1.772 0 2.644 0 13.973 0 25.262 11.29 25.262 25.263s-11.29 25.262-25.262 25.262-25.41-11.29-25.41-25.262c0-13.1 10.009-23.967 22.766-25.263zm80.194 0c.851-.086 1.77 0 2.644 0 13.97 0 25.262 11.29 25.262 25.263s-11.291 25.262-25.262 25.262-25.41-11.29-25.41-25.262c0-13.1 10.01-23.967 22.766-25.263zM204.3 391.566V491h232.65c29.964 0 54.05-24.233 54.05-54.197v-45.237H204.3zm55.225 23.206c13.972 0 25.263 11.29 25.263 25.262s-11.29 25.41-25.263 25.41-25.41-11.438-25.41-25.41 11.438-25.262 25.41-25.262zm80.34 0c13.974 0 25.263 11.29 25.263 25.262s-11.29 25.41-25.262 25.41-25.41-11.438-25.41-25.41 11.437-25.262 25.41-25.262zm80.195 0c13.972 0 25.262 11.29 25.262 25.262s-11.29 25.41-25.262 25.41-25.41-11.438-25.41-25.41 11.436-25.262 25.41-25.262z"
})]
}));
};
exports.GIAbstract012 = GIAbstract012;