@icongo/gi
Version:
Game Icons
17 lines • 903 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GICrenulatedShield = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h512v512H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M45.063 17.406v99.938l63.656 60.312 2.936 2.78v185.25c33.96 43.39 82.572 83.76 148.906 122.627 67.823-39.784 116.793-81.943 150.688-126.094V180.436l2.906-2.78 63.656-60.282v-99.97h-58.968v67.753h-66v-67.75h-58.97v67.75H228.47v-67.75h-59v67.75h-65.41v-67.75h-59zm56.656 100.47h160.03v152.75H148.437v-108.97l-46.718-43.78zM262.312 271.81h112.156v73.813c-24.952 33.1-61.87 64.714-112.158 94.03V271.814z"
})]
}));
export { GICrenulatedShield };