@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIFallingRocks = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIFallingRocks = function GIFallingRocks(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: "m156.115 34.48-36.94.586 10.02 28.995 27.258-2.324zM18 37.727V494h297.682L304 448l-64-64-48-160-88.055-80L96 64zM219.076 98.58 160 112l16.38 30.342 17.65 5.394-1.223 19.672L244.664 144zm34.656 60.99-19.56 21.05 27.508 12.61 12.855-20.804zm50.907 90.002-34.38 25.012-11.766 58.662 100.53 22.97-4.163-98.218zm107.475 62.373-20.886 3.465-15.988 20.033 4.873 21.23 40.848-15.55zm-43.62 95.996-44.32 5.87 6.858 29.422 36.875-1.396zm37.573 59.982-32.103 5.375L340.113 494h79.508z"
})]
}));
};
exports.GIFallingRocks = GIFallingRocks;