@icongo/sti
Version:
Super Tiny Icons
63 lines (62 loc) • 2.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIOlympics = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIOlympics = function STIOlympics(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": "Olympic Rings",
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", {
fill: "none",
stroke: "#000",
strokeWidth: 11.4,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 115.6,
cy: 226,
r: 59.1,
stroke: "#0081c8"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 226,
r: 59.1
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 396.4,
cy: 226,
r: 59.1,
stroke: "#ee334e"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 185.8,
cy: 286,
r: 59.1,
stroke: "#fcb131"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 326.2,
cy: 286,
r: 59.1,
stroke: "#00a651"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#0081c8",
d: "M162.9 190.5a59.1 59.1 90 0 1 0 70.9"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M303.3 190.5a59.1 59.1 90 0 1 0 71M256 285.1a59.1 59.1 90 0 1-35.5-11.8"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#ee334e",
d: "M396.4 285.1a59.1 59.1 90 0 1-35.5-11.8"
})]
})]
}));
};
exports.STIOlympics = STIOlympics;