@icongo/gi
Version:
Game Icons
17 lines • 753 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 GIKey = 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: "M226.878 16v243.274a120.023 120.023 0 0 0 30 236.71 119.996 119.996 0 0 0 29.998-236.242v-93.747h59.998v-44.998h-59.998v-45h89.997V16H226.878zm25.312 299.99a60.01 60.01 0 0 1 2.343 0 59.998 59.998 0 0 1 2.343 0 59.998 59.998 0 0 1 0 119.996 60.044 60.044 0 0 1-4.688-119.996z"
})]
}));
export { GIKey };