@icongo/sti
Version:
Super Tiny Icons
40 lines (39 loc) • 1.78 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STICitrix = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STICitrix = function STICitrix(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": "Citrix",
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", {
d: "m390 266-29 35c-5 5-13-2-8-7l31-35-30-35c-5-5 2-13 8-7l29 34 29-34c5-6 13 1 7 7l-30 35 31 35c5 5-2 12-8 7l-30-35z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 390.5,
cy: 194.5,
r: 8.7
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M323 221c0-8 10-8 10 0v76c0 8-11 8-10 0v-76zm-17 6c-3 0-6-4-13-3-12 0-19 10-19 23v50c0 8-11 8-11 0v-76c0-8 11-8 11 0v2c5-6 12-10 20-10 5 0 10 2 15 4 5 3 2 10-3 10zm-79 70c0 8-11 8-11 0V192c0-8 11-8 11 0v24h19c7 0 7 10 0 10h-19v71zm-45-76c0-8 11-8 11 0v76c0 8-11 8-11 0v-76z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 187.8,
cy: 194.5,
r: 8.7
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M82 259c0-27 18-45 43-45 28-1 38 19 38 25s-8 8-11 1c-4-10-14-17-26-17-19 0-33 15-33 36s13 35 32 35c13 0 22-6 27-19 3-6 11-4 11 2 0 9-12 27-38 27-25 0-43-18-43-45z"
})]
}));
};
exports.STICitrix = STICitrix;