ddu_icons
Version:
小杜的自定义react图标库
65 lines (64 loc) • 1.75 kB
JavaScript
import { j as t } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const d = (s) => {
const { color: o, size: e, fill: r } = s;
return /* @__PURE__ */ t.jsxs(
"svg",
{
width: e ? e * 1.5 : "24",
height: e ? e * 1.5 : "24",
viewBox: "0 0 48 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ t.jsx(
"path",
{
d: "M44.0001 11C44.0001 11 44 36.0623 44 38C44 41.3137 35.0457 44 24 44C12.9543 44 4.00003 41.3137 4.00003 38C4.00003 36.1423 4 11 4 11",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M44 29C44 32.3137 35.0457 35 24 35C12.9543 35 4 32.3137 4 29",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M44 20C44 23.3137 35.0457 26 24 26C12.9543 26 4 23.3137 4 20",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"ellipse",
{
cx: "24",
cy: "10",
rx: "20",
ry: "6",
fill: r || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
d as default
};