UNPKG

ddu_icons

Version:

小杜的自定义react图标库

52 lines (51 loc) 1.24 kB
import { j as e } from "../node_modules/react/jsx-runtime.mjs"; import "../node_modules/react/index.mjs"; const d = (s) => { const { color: o, size: t, fill: r } = s; 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: "M14 11L4 24L14 37H44V11H14Z", fill: r || "none", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ e.jsx( "path", { d: "M21 19L31 29", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ e.jsx( "path", { d: "M31 19L21 29", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ) ] } ); }; export { d as default };