UNPKG

@icongo/sti

Version:
50 lines (49 loc) 1.85 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STICentos = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STICentos = function STICentos(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", "aria-label": "CentOS", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { id: "prefix__a", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9ccd2a", d: "M118 118h124v124H118z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#932279", d: "M270 118h124v124H270z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#efa724", d: "M270 270h124v124H270z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#262577", d: "M118 270h124v124H118z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", { xlinkHref: "#prefix__a", transform: "rotate(225 256 256)" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "none", stroke: "#fff", strokeWidth: 9, d: "m236 256-87 88-88-88 88-88zm6-14H118V118h124zm0 28v124H118V270zm14-34-88-87 88-88 88 88zm0 40-88 87 88 88 88-88zm14-34V118h124v124zm0 28h124v124H270zm6-14 87 88 88-88-88-88z" })] })); }; exports.STICentos = STICentos;