ddu_icons
Version:
小杜的自定义react图标库
29 lines (28 loc) • 862 B
JavaScript
import { j as e } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const l = (i) => {
const { color: t, size: o, fill: s } = i;
return /* @__PURE__ */ e.jsx(
"svg",
{
width: o ? o * 1.5 : "24",
height: o ? o * 1.5 : "24",
viewBox: "0 0 48 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ e.jsx(
"path",
{
d: "M44 40.8361C39.1069 34.8632 34.7617 31.4739 30.9644 30.6682C27.1671 29.8625 23.5517 29.7408 20.1182 30.303V41L4 23.5453L20.1182 7V17.167C26.4667 17.2172 31.8638 19.4948 36.3095 24C40.7553 28.5052 43.3187 34.1172 44 40.8361Z",
fill: s || "none",
stroke: t || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
)
}
);
};
export {
l as default
};