ddu_icons
Version:
小杜的自定义react图标库
51 lines (50 loc) • 1.22 kB
JavaScript
import { j as r } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const i = (e) => {
const { color: o, size: t } = e;
return /* @__PURE__ */ r.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__ */ r.jsx(
"path",
{
d: "M7.94971 11.9497H39.9497",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ r.jsx(
"path",
{
d: "M7.94971 23.9497H39.9497",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ r.jsx(
"path",
{
d: "M7.94971 35.9497H39.9497",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
i as default
};