@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.09 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIGreaseTrap = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIGreaseTrap = function GIGreaseTrap(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.535 21.3-9.03 33.848c-10.657 39.96-25.893 69.12-38.827 93.19-12.935 24.07-24.328 43.162-24.328 64.254 0 39.893 32.407 72.474 72.185 72.474 39.778 0 72.186-32.582 72.186-72.474 0-21.092-11.393-40.174-24.325-64.238-12.933-24.065-28.167-53.222-38.83-93.206l-9.03-33.85zm-.39 68.688c-5.008 47.814-20.54 90.294-16.987 109.873 3.727 20.527 23.308 34.156 43.738 30.447 12.198-2.215 21.937-10.11 27.014-20.48.077.936.12 1.86.12 2.765 0 29.838-23.864 53.787-53.495 53.787-29.63 0-53.498-23.95-53.498-53.788 0-13.773 9.087-31.185 22.104-55.408 9.702-18.053 21.152-39.86 31.006-67.196zM56.642 251.658 20.243 354.725 200.2 418.988a58.347 58.347 0 0 1 5.607-26.607 58.015 58.015 0 0 1 33.914-30.204l-24.445-53.87-19.11 54.108-32.997-72.717-19.11 54.11-32.997-72.717-19.956 56.514-34.463-75.946zm399.79 0-34.463 75.946-19.957-56.514-32.998 72.717-19.11-54.11-32.998 72.717-19.11-54.11-31.97 70.458a36.8 36.8 0 0 0-6.877-.924c-14.764-.56-29.253 7.772-36.25 22.543-9.33 19.696-1.384 42.648 17.475 51.665 18.86 9.017 41.51.767 50.838-18.928 1.13-2.384 2-4.815 2.635-7.263l199.183-71.13-36.4-103.065zM256.406 398.906c9.678 0 17.52 7.846 17.52 17.522 0 9.676-7.844 17.52-17.52 17.52-9.676 0-17.52-7.842-17.52-17.52s7.842-17.522 17.52-17.522z"
})]
}));
};
exports.GIGreaseTrap = GIGreaseTrap;