ddu_icons
Version:
小杜的自定义react图标库
71 lines (70 loc) • 1.67 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: "M6 6V42H42",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M14 30V34",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M22 22V34",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M30 6V34",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ t.jsx(
"path",
{
d: "M38 14V34",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
i as default
};