@icongo/sti
Version:
Super Tiny Icons
42 lines • 1.35 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 STICentos = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
id: "prefix__a",
children: [/*#__PURE__*/_jsx("path", {
fill: "#9ccd2a",
d: "M118 118h124v124H118z"
}), /*#__PURE__*/_jsx("path", {
fill: "#932279",
d: "M270 118h124v124H270z"
}), /*#__PURE__*/_jsx("path", {
fill: "#efa724",
d: "M270 270h124v124H270z"
}), /*#__PURE__*/_jsx("path", {
fill: "#262577",
d: "M118 270h124v124H118z"
})]
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "rotate(225 256 256)"
}), /*#__PURE__*/_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"
})]
}));
export { STICentos };