ddu_icons
Version:
小杜的自定义react图标库
41 lines (40 loc) • 1.24 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: "M14.5 8C13.8406 8.37652 13.2062 8.79103 12.6 9.24051C11.5625 10.0097 10.6074 10.8814 9.75 11.8402C6.79377 15.1463 5 19.4891 5 24.2455C5 34.6033 13.5066 43 24 43C34.4934 43 43 34.6033 43 24.2455C43 19.4891 41.2062 15.1463 38.25 11.8402C37.3926 10.8814 36.4375 10.0097 35.4 9.24051C34.7938 8.79103 34.1594 8.37652 33.5 8",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ r.jsx(
"path",
{
d: "M24 4V24",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
i as default
};