@icongo/sti
Version:
Super Tiny Icons
41 lines (40 loc) • 1.98 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGodot = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGodot = function STIGodot(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Godot",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.STIGodot = STIGodot;