@icongo/gi
Version:
Game Icons
25 lines • 775 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 GIJustice = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 256 256"
}, props, {
children: [/*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 128
}), /*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 101,
stroke: "#fff",
strokeWidth: 18
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "m124 54-1.7 19H80v7l-24 51.2c0 17.1 48 17.1 48 0L84.22 89H121l-7.3 83.3L80 192h96l-33.7-19.7L135 89h36.8L152 131.2c0 17.1 48 17.1 48 0L176 80v-7h-42.3L132 54h-8z"
})]
}));
export { GIJustice };