@icongo/sti
Version:
Super Tiny Icons
28 lines • 787 B
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 STIReact = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "React",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 36,
fill: "#61dafb"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#61dafb",
strokeWidth: 18,
d: "M317.47 291.43a71 183 30 1 0-.05.09zm-122.89.09a183 71 60 1 0-.05-.09zm61.47 35.43a183 71 0 1 0-.1 0z"
})]
}));
export { STIReact };