ddu_icons
Version:
小杜的自定义react图标库
79 lines (78 loc) • 2.12 kB
JavaScript
import { j as e } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const d = (r) => {
const { color: o, size: t, fill: n } = 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",
{
d: "M6 9C6 7.34315 7.34315 6 9 6H34.2814L42 13.2065V39C42 40.6569 40.6569 42 39 42H9C7.34315 42 6 40.6569 6 39V9Z",
fill: n || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M24.0083 6L24 13.3846C24 13.7245 23.5523 14 23 14H15C14.4477 14 14 13.7245 14 13.3846L14 6",
fill: n || "none"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M24.0083 6L24 13.3846C24 13.7245 23.5523 14 23 14H15C14.4477 14 14 13.7245 14 13.3846L14 6H24.0083Z",
stroke: o || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M9 6H34.2814",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M14 26H34",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M14 34H24.0083",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
d as default
};