@icongo/sti
Version:
Super Tiny Icons
24 lines • 903 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 STIOpencollective = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "OpenCollective",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#b8d3f4",
d: "M409 255c0 30-9 59-24 83l61 62c30-40 49-91 49-145s-19-105-49-145l-61 62c15 24 24 52 24 83z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3385ff",
d: "M256 409c-84 0-153-69-153-154s69-154 153-154c31 0 59 9 83 25l61-62c-40-30-90-49-144-49C124 15 16 122 16 256s108 239 240 239c55 0 105-19 146-49l-61-62c-24 15-53 24-84 24z"
})]
}));
export { STIOpencollective };