ddu_icons
Version:
小杜的自定义react图标库
51 lines (50 loc) • 1.31 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",
{
d: "M42 8V24",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M6 24L6 40",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M42 24C42 14.0589 33.9411 6 24 6C18.9145 6 14.3216 8.10896 11.0481 11.5M6 24C6 33.9411 14.0589 42 24 42C28.8556 42 33.2622 40.0774 36.5 36.9519",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
i as default
};