ddu_icons
Version:
小杜的自定义react图标库
61 lines (60 loc) • 1.46 kB
JavaScript
import { j as t } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const i = (e) => {
const { color: o, size: r } = e;
return /* @__PURE__ */ t.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__ */ t.jsx(
"path",
{
d: "M36 15H44V28V41H4V28V15H12",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M24 19V5",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M30 13L24 19L18 13",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M4 15L24 30L44 15",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
i as default
};