ddu_icons
Version:
小杜的自定义react图标库
60 lines (59 loc) • 1.74 kB
JavaScript
import { j as o } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const h = (s) => {
const { color: t, size: e, fill: i } = s;
return /* @__PURE__ */ o.jsxs(
"svg",
{
width: e ? e * 1.5 : "24",
height: e ? e * 1.5 : "24",
viewBox: "0 0 48 48",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ o.jsx("rect", { width: "48", height: "48", fill: "white", fillOpacity: "0.01" }),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M11 42C13.7614 42 16 39.7614 16 37C16 34.2386 13.7614 32 11 32C8.23858 32 6 34.2386 6 37C6 39.7614 8.23858 42 11 42Z",
fill: i || "none",
stroke: t || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M37 42C39.7614 42 42 39.7614 42 37C42 34.2386 39.7614 32 37 32C34.2386 32 32 34.2386 32 37C32 39.7614 34.2386 42 37 42Z",
fill: i || "none",
stroke: t || "#333",
strokeWidth: "4",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M15.3774 39.4131L17.5 35.8162L34.5 6.37138",
stroke: t || "#333",
strokeWidth: "4",
strokeLinecap: "round"
}
),
/* @__PURE__ */ o.jsx(
"path",
{
d: "M13.4957 6.17518L30.4957 35.62L32.6265 39.4131",
stroke: t || "#333",
strokeWidth: "4",
strokeLinecap: "round"
}
)
]
}
);
};
export {
h as default
};