@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.73 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIHeptagram = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIHeptagram = function GIHeptagram(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: "M256 17.338 213.543 180.08 59.836 111.807l100.766 134.662-149.215 77.605 168.11 5.178-32.36 165.047L256 366.096l108.863 128.203-32.36-165.047 168.11-5.178-149.215-77.605 100.766-134.662-153.707 68.273zm0 76.096 22.96 100.597L256 205.09l-22.96-11.059zm-136.668 65.82 92.967 44.77-5.672 24.841-22.963 11.059zm273.336 0-64.332 80.67-22.963-11.057-5.672-24.844zm-163.738 52.78 6.326 3.046-7.889 3.799zm54.14 0 1.563 6.845-7.889-3.799zM256 225.067l33.756 16.256 8.336 36.526-23.36 29.29h-37.464l-23.36-29.29 8.336-36.526zm-54.496 26.245-1.95 8.537-4.378-5.49zm108.992 0 6.328 3.046-4.379 5.49zm-131.953 11.056 15.889 19.926-5.67 24.846H85.574zm154.914 0 92.969 44.772H323.238l-5.67-24.846zm-124.67 37.926 5.46 6.846h-7.024zm94.426 0 1.564 6.846h-7.023zM203.115 325.14h25.487l15.888 19.923-64.336 80.674zm48.506 0h8.758L256 330.63zm31.78 0h25.484l22.96 100.597-64.333-80.674z"
})]
}));
};
exports.GIHeptagram = GIHeptagram;