@icongo/sti
Version:
Super Tiny Icons
33 lines • 1.54 kB
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 STIGodot = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Godot",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#478cbf",
d: "M220.6 91.9a200 200 0 0 0-46.4 15.9 210 210 0 0 0 2.9 38.2 160 160 0 0 0-33 24.2 210 210 0 0 0-30.9-18A200 200 0 0 0 82 193.1a210 210 0 0 0 21.3 30.4v117c0 53.7 68.1 79.5 152.7 79.8s152.8-26.1 152.8-79.8v-117a210 210 0 0 0 21.2-30.4 200 200 0 0 0-31.2-40.9 210 210 0 0 0-30.9 18 160 160 0 0 0-33-24.2 210 210 0 0 0 2.9-38.2 200 200 0 0 0-46.4-15.9 210 210 0 0 0-17.2 33.5 150 160 0 0 0-36.4 0 210 210 0 0 0-17.2-33.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M176 227a1 1 0 0 0 0 68.1 1 1 0 0 0 0-68.1zm160 0a1 1 0 0 0 0 68.1 1 1 0 0 0 0-68.1zm-91.1 61.3a1 1 0 0 0 22 0v-31.4a1 1 0 0 0-22 0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#414042",
d: "M179 240a1 1 0 0 0 0 45.2 1 1 0 0 0 0-45.2m154 0a1 1 0 0 0 0 45.2 1 1 0 0 0 0-45.2z"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#fff",
strokeLinejoin: "round",
strokeWidth: 12.4,
d: "M103 322h.7l55.9 5.6 2 30.2 60.2 4.3 4.2-28.6 59.6-.1 4.2 28.6 60.2-4.2 2.1-30.2 55.8-5.6h.6"
})]
}));
export { STIGodot };