ddu_icons
Version:
小杜的自定义react图标库
79 lines (78 loc) • 1.79 kB
JavaScript
import { j as o } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const s = (i) => {
const { color: e, size: t } = i;
return /* @__PURE__ */ o.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__ */ o.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M4 42H44H4Z",
fill: "none"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M4 42H44",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ o.jsx(
"rect",
{
x: "8",
y: "28",
width: "6",
height: "14",
fill: "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ o.jsx(
"rect",
{
x: "21",
y: "18",
width: "6",
height: "24",
fill: "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ o.jsx(
"rect",
{
x: "34",
y: "6",
width: "6",
height: "36",
fill: "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
s as default
};