@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.32 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GICrosscutSaw = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GICrosscutSaw = function GICrosscutSaw(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: "M333.2 25.24c-2.6 2.79-4.7 8.5 4.3 17.93l53.2 53.59L406 82.83l-54.2-53.11c-10.5-9.45-16-7.26-18.6-4.48zM25.21 333.3c-2.7 2.6-4.97 8.1 4.48 17.8l53.11 55 15.05-15-54.65-53.5c-9.49-9-15.22-6.9-17.99-4.3zm72.64 85.5 69.65 70.3 3.5-31.3 26.5 15.9c.1-.1.2-.1.3-.1l5.2-33.7 32.7 8.8.2-.1 9-36.4 34 7.8c.1-.1.3-.3.5-.4l6.5-38.1 31 6.7 2.8-35.1 35 1.6-1.4-35 34.9-2.8-6.7-30.7 38-6.8.4-.5-7.7-34.1 36.7-8.8.2-.2-9.2-32.7 33.5-6.7.2-.2-15.9-25.1 31.4-3.5-70.4-70.84z"
})]
}));
};
exports.GICrosscutSaw = GICrosscutSaw;