ddu_icons
Version:
小杜的自定义react图标库
126 lines (125 loc) • 3.7 kB
JavaScript
import { j as n } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const s = (r) => {
const { color: e, size: t, fill: o } = r;
return /* @__PURE__ */ n.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__ */ n.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z",
fill: o || "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10 42C13.3137 42 16 39.3137 16 36C16 32.6863 13.3137 30 10 30C6.68629 30 4 32.6863 4 36C4 39.3137 6.68629 42 10 42Z",
fill: o || "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M38 44C41.3137 44 44 41.3137 44 38C44 34.6863 41.3137 32 38 32C34.6863 32 32 34.6863 32 38C32 41.3137 34.6863 44 38 44Z",
fill: o || "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M22 28C26.4183 28 30 24.4183 30 20C30 15.5817 26.4183 12 22 12C17.5817 12 14 15.5817 14 20C14 24.4183 17.5817 28 22 28Z",
fill: o || "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M34 12C36.2091 12 38 10.2091 38 8C38 5.79086 36.2091 4 34 4C31.7909 4 30 5.79086 30 8C30 10.2091 31.7909 12 34 12Z",
fill: o || "none",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
d: "M11 11L15 15",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
d: "M30 12L28 14",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
d: "M34 33.5L28 26",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ n.jsx(
"path",
{
d: "M14 31L18 27",
stroke: e || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
s as default
};