ddu_icons
Version:
小杜的自定义react图标库
65 lines (64 loc) • 1.64 kB
JavaScript
import { j as e } from "../node_modules/react/jsx-runtime.mjs";
import "../node_modules/react/index.mjs";
const L = (r) => {
const { color: o, size: t, fill: n } = 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: "M17 11L24 4L31 11L24 18L17 11Z",
fill: n || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M30 25L37 18L44 25L37 32L30 25Z",
fill: n || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M17 37L24 30L31 37L24 44L17 37Z",
fill: n || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ e.jsx(
"path",
{
d: "M4 24L11 17L18 24L11 31L4 24Z",
fill: n || "none",
stroke: o || "#333",
strokeWidth: "4",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
}
);
};
export {
L as default
};