@icongo/gi
Version:
Game Icons
25 lines (24 loc) • 2.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GIDragonShield = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GIDragonShield = function GIDragonShield(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: "M111.9 33.4c24.8 45.04 23.8 88 8.4 124.5-16.3 38.6-47.47 70.4-78.91 94.6 1.8 12.4 11.15 31.8 26.2 52.9 16.81 23.7 40.01 49.9 64.81 74.6 24.7 24.8 51 48.1 73.9 66.1 21.1 16.5 39.6 28.2 49.7 32.5 10.1-4.3 28.6-16 49.7-32.5 22.9-18 49.2-41.3 73.9-66.1 24.8-24.7 48-50.9 64.8-74.6 15.1-21.1 24.4-40.5 26.2-52.9-31.4-24.2-62.6-56-78.9-94.6-15.4-36.5-16.4-79.46 8.4-124.5H354c-64.8 31.74-131.2 31.74-196 0zm49.2 46h49l1.9.95c22.1 11.01 33.7 15.75 44 15.75 10.3 0 21.9-4.74 44-15.75l1.9-.95h49l-1.6 10.38c-11.9 76.52 25 129.12 67.5 161.02l3.6 2.7v4.5c0 15.2-8.9 30.9-21.3 48.3-12.4 17.5-29 36.1-46.5 53.7-17.6 17.6-36.2 34.1-52.7 47-16.5 13-30 22.3-41.1 25.9l-2.8 1-2.8-1c-11.1-3.6-24.6-12.9-41.1-25.9-16.4-12.9-35-29.4-52.6-47s-34.2-36.2-46.6-53.7c-12.4-17.4-21.19-33.1-21.19-48.3v-4.5l3.59-2.7c42.4-31.9 79.4-84.5 67.4-161.01zm20.6 18c7.9 75.5-28.9 130.8-71.3 164.4 1.5 7.8 7.4 20.3 17.2 34.1 11.5 16.2 27.6 34.3 44.6 51.4 17.1 17.1 35.3 33.2 51 45.6 13.9 10.8 26.1 18.6 32.8 21.6 6.7-3 18.9-10.8 32.8-21.6 15.8-12.4 33.9-28.5 51-45.6s33.1-35.2 44.7-51.4c9.8-13.8 15.7-26.3 17.2-34.1-42.5-33.6-79.2-88.9-71.4-164.4h-24.2c-21.2 10.5-35.1 16.7-50.1 16.7s-28.9-6.2-50.1-16.7zm74.3 26.3 44.7 44.7-44.7 44.7-44.7-44.7 38.3-38.4zm0 25.4-19.3 19.3 19.3 19.3 19.3-19.3zm0 86.6 76.7 76.7-76.7 76.7-76.7-76.7 70.3-70.4zm0 25.4-51.3 51.3 51.3 51.3 51.3-51.3z"
})]
}));
};
exports.GIDragonShield = GIDragonShield;