@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.6 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIExpandedRays = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIExpandedRays = function GIExpandedRays(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: "m115.928 14.217 97.87 150.246-63.23-150.246h-34.64zm54.916 0 64.127 152.38-30.933-152.38h-33.193zm52.263 0 30.358 149.556-.133-149.556h-30.225zm48.913 0 .134 150.68 30.744-150.68H272.02zm49.95 0L291.103 165.51 354.51 14.217h-32.54zm52.805 0L311.35 165.55l98.705-151.333h-35.28zM259.682 184.03c-40.35.944-72.1 34.217-71.155 74.566.945 40.35 34.218 72.097 74.567 71.152 40.35-.945 72.097-34.215 71.152-74.564-.945-40.35-34.215-72.1-74.564-71.155zm31.02 163.18 29.064 143.17h31.187l-60.25-143.17zm-76.157.966L121.793 490.38h33.152l59.6-142.204zm20.168.226-59.506 141.98h30.537l28.97-141.98zm77.076.733 59.44 141.246h32.567L311.79 349.136zm-58.16.03-28.814 141.216h28.94l-.125-141.214zm18.69 1.43.125 139.786h28.25L272.32 350.595z"
})]
}));
};
exports.GIExpandedRays = GIExpandedRays;