@icongo/sti
Version:
Super Tiny Icons
20 lines • 713 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 STIFlattr = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Flattr",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#FFF",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
d: "M112 254c0-77 63-140 141-140h76l-41 40 19 19 84-86H252c-92 0-167 75-167 167v131l27-25V254zm308-130-27 25v105c0 78-63 141-141 141h-76l41-40-19-19-84 86h138c93 0 168-75 168-167V124z"
})]
}));
export { STIFlattr };