ddu_icons
Version:
小杜的自定义react图标库
68 lines (67 loc) • 1.68 kB
JavaScript
import { j as o } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const i = (s) => {
const { color: t, size: r } = s;
return /* @__PURE__ */ o.jsxs(
"svg",
{
width: r ? r * 1.5 : "24",
height: r ? r * 1.5 : "24",
viewBox: "0 0 48 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ o.jsx(
"path",
{
d: "M40 33V42C40 43.1046 39.1046 44 38 44H31.5",
stroke: t || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M40 16V6C40 4.89543 39.1046 4 38 4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44H16",
stroke: t || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M16 16H30",
stroke: t || "#333",
strokeWidth: "4",
strokeLinecap: "round"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M23 44L40 23",
stroke: t || "#333",
strokeWidth: "4",
strokeLinecap: "round"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M16 24H24",
stroke: t || "#333",
strokeWidth: "4",
strokeLinecap: "round"
}
)
]
}
);
};
export {
i as default
};