@icongo/sti
Version:
Super Tiny Icons
55 lines • 1.47 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 STIOlympics = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Olympic Rings",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "none",
stroke: "#000",
strokeWidth: 11.4,
children: [/*#__PURE__*/_jsx("circle", {
cx: 115.6,
cy: 226,
r: 59.1,
stroke: "#0081c8"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 226,
r: 59.1
}), /*#__PURE__*/_jsx("circle", {
cx: 396.4,
cy: 226,
r: 59.1,
stroke: "#ee334e"
}), /*#__PURE__*/_jsx("circle", {
cx: 185.8,
cy: 286,
r: 59.1,
stroke: "#fcb131"
}), /*#__PURE__*/_jsx("circle", {
cx: 326.2,
cy: 286,
r: 59.1,
stroke: "#00a651"
}), /*#__PURE__*/_jsx("path", {
stroke: "#0081c8",
d: "M162.9 190.5a59.1 59.1 90 0 1 0 70.9"
}), /*#__PURE__*/_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__*/_jsx("path", {
stroke: "#ee334e",
d: "M396.4 285.1a59.1 59.1 90 0 1-35.5-11.8"
})]
})]
}));
export { STIOlympics };