ddu_icons
Version:
小杜的自定义react图标库
83 lines (82 loc) • 2.06 kB
JavaScript
import { j as e } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const i = (r) => {
const { color: o, size: t } = r;
return /* @__PURE__ */ e.jsxs(
"svg",
{
width: t ? t * 1.5 : "24",
height: t ? t * 1.5 : "24",
viewBox: "0 0 48 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ e.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20 5.91406H28V13.9141H43V21.9141H5V13.9141H20V5.91406Z",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M8 40H40V22H8V40Z",
fill: "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M16 39.8976V33.9141",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M24 39.8977V33.8977",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M32 39.8976V33.9141",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M12 40H36",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
i as default
};