ddu_icons
Version:
小杜的自定义react图标库
60 lines (59 loc) • 1.51 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: "M5 8C5 6.89543 5.89543 6 7 6H19L24 12H41C42.1046 12 43 12.8954 43 14V40C43 41.1046 42.1046 42 41 42H7C5.89543 42 5 41.1046 5 40V8Z",
fill: r || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M43 22H5",
stroke: o || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M5 16V28",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M43 16V28",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
d as default
};