@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 1.96 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIAsianLantern = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIAsianLantern = function GIAsianLantern(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: "M247 20v67h18V20h-18zm174.637 63.637-44 44 12.726 12.726 44-44-12.726-12.726zm-331.274 2L77.637 98.363l44 44 12.726-12.726-44-44zM201 105v30h110v-30H201zm-9 48c-13 0-27.447 6.922-38.238 15.914a76.393 76.393 0 0 0-6.487 6.086H288v18H137v46h151v18H137v46h151v18H137v46h151v18H147.275a76.393 76.393 0 0 0 6.487 6.086C164.552 400.078 179 407 192 407h128c13 0 27.447-6.922 38.238-15.914 5.396-4.496 9.859-9.456 12.774-13.828C373.927 372.886 375 369 375 368V192c0-1-1.073-4.886-3.988-9.258-2.915-4.372-7.378-9.332-12.774-13.828C347.448 159.922 333 153 320 153H192zM44.557 179.371l-5.114 17.258 54 16 5.114-17.258-54-16zm420.797.027-52 16 5.292 17.204 52-16-5.292-17.204zM32 279v18h64v-18H32zm384 0v18h64v-18h-64zm2.557 84.371-5.114 17.258 54 16 5.114-17.258-54-16zm-325.203.027-52 16 5.292 17.204 52-16-5.292-17.204zM201 425v18h110v-18H201zm189.363 8.637-12.726 12.726 44 44 12.726-12.726-44-44zm-268.726 2-44 44 12.726 12.726 44-44-12.726-12.726zM241.96 456l-2.576 4.613c-6.843 12.263-8.313 24.248-8.313 24.248L229.777 495h52.446l-1.295-10.139s-1.47-11.985-8.313-24.248L270.04 456h-28.078z"
})]
}));
};
exports.GIAsianLantern = GIAsianLantern;