ddu_icons
Version:
小杜的自定义react图标库
71 lines (70 loc) • 1.7 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: "M9 10V44H39V10H9Z",
fill: r || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M20 20V33",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M28 20V33",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M4 10H44",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M16 10L19.289 4H28.7771L32 10H16Z",
fill: r || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
d as default
};