@icongo/gi
Version:
Game Icons
33 lines (32 loc) • 1.02 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIMinus = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIMinus = function GIMinus(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 256 256"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 128,
cy: 128,
r: 128
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 128,
cy: 128,
r: 101,
stroke: "#fff",
strokeWidth: 18
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M64 119v18h128v-18z"
})]
}));
};
exports.GIMinus = GIMinus;