@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.95 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIMilleniumKey = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIMilleniumKey = function GIMilleniumKey(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: "M458.888 51.697c-16.687-16.687-36.67-26.1-56.998-26.912-20.327-.814-40.034 6.726-57.094 19.626-24.845 18.785-45.254 48.744-59.135 86.723 9.75 11.124 18.958 21.279 28.077 30.927 12.097-42.184 32.322-73.476 52.768-88.935 11.93-9.02 23.337-12.795 33.945-12.37 10.609.424 21.385 4.8 32.982 16.397 11.596 11.597 15.973 22.373 16.397 32.982.424 10.608-3.35 22.014-12.37 33.945-15.46 20.446-46.751 40.67-88.936 52.768 9.649 9.12 19.804 18.327 30.928 28.077 37.979-13.882 67.938-34.29 86.723-59.135 12.9-17.06 20.44-36.767 19.626-57.095-.813-20.327-10.225-40.31-26.913-56.998zM207.932 66.48l-42.56 42.56c114.63 93.989 142.185 121.544 236.174 236.173l42.56-42.559C329.475 208.664 301.92 181.109 207.931 66.48zM278.6 231.985a868.658 868.658 0 0 0-16.487-16.04L150.106 327.952c.976 7.424 4.937 15.284 11.09 21.437 6.154 6.154 14.014 10.115 21.437 11.09l112.008-112.007a868.658 868.658 0 0 0-16.04-16.487zM141.37 353.658 26.14 468.89l15.556 15.557 115.233-115.232a63.201 63.201 0 0 1-8.46-7.098 63.201 63.201 0 0 1-7.097-8.459zm-31.793 88.362L77.05 474.547l12.728 12.728 32.527-32.527z"
})]
}));
};
exports.GIMilleniumKey = GIMilleniumKey;