@icongo/sti
Version:
Super Tiny Icons
24 lines • 833 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 STIKoFi = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Ko-Fi",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#478db1",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M371 140H100c-18 0-20 20-20 20v184s3 40 40 40h188c41 0 40-40 40-40v-26h23a89 89 0 0 0 0-178m0 132h-23v-86h23a43 43 0 0 1 0 86"
}), /*#__PURE__*/_jsx("path", {
fill: "#f1464d",
d: "M286 219c-10-30-63-33-77 3-15-36-67-33-77-3-7 19-4 35 9 54s68 64 68 64 56-45 68-64 15-35 9-54"
})]
}));
export { STIKoFi };