@icongo/sti
Version:
Super Tiny Icons
38 lines • 1.04 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 STIGatehub = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("rect", {
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
id: "prefix__a",
children: [/*#__PURE__*/_jsx("circle", {
cx: 83,
cy: 256,
r: 36,
fill: "none",
stroke: "#f7f6f2",
strokeWidth: 15
}), /*#__PURE__*/_jsx("path", {
fill: "#9d9fa7",
d: "M169 250h88v13h-88z"
})]
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "rotate(120 256 256)"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "rotate(240 256 256)"
})]
}));
export { STIGatehub };