@icongo/sti
Version:
Super Tiny Icons
46 lines (45 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIGatehub = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIGatehub = function STIGatehub(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
fill: "#232323",
"aria-label": "GateHub",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "prefix__a",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 83,
cy: 256,
r: 36,
fill: "none",
stroke: "#f7f6f2",
strokeWidth: 15
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9d9fa7",
d: "M169 250h88v13h-88z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
transform: "rotate(120 256 256)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
transform: "rotate(240 256 256)"
})]
}));
};
exports.STIGatehub = STIGatehub;