@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.75 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIExplosiveMaterials = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIExplosiveMaterials = function GIExplosiveMaterials(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: "M16.504 12.025v151.26l54.93 177.096c-.248.088-.49.187-.737.276l90.278 47.748-32.21 40.035 28.817 38.04 89.61 27.946H361.08l-196.783-37.424a78.472 78.472 0 0 0 6.326-12.22l325.95 18.11V413.25l-321.627 17.313a79.63 79.63 0 0 0 1.563-14.627l320.062-60.504v-50.81l-320.8 99.216a78.577 78.577 0 0 0-3.463-14.578l324.263-170.49v-65.41L167.35 377.767a78.593 78.593 0 0 0-7.88-12.032L496.567 62.836v-50.81l-.002.005H456.27L148.533 354.456a78.672 78.672 0 0 0-12.068-8.38L364.578 12.032H298l-172.725 328.83a78.666 78.666 0 0 0-10.318-3.037l101.28-325.793H168.35l-60.963 324.473a80.484 80.484 0 0 0-9.282-.584l17.1-323.89h-44.97l17.812 324.466a79.11 79.11 0 0 0-9.926 1.85L16.505 12.025zm22.642 349.84c-12.633 13.97-20.314 32.506-20.314 52.897 0 43.655 35.188 78.843 78.844 78.843 19.185 0 36.72-6.81 50.36-18.136l-54.415-39.784 29.425-32.424-83.9-41.397z"
})]
}));
};
exports.GIExplosiveMaterials = GIExplosiveMaterials;