UNPKG

ddu_icons

Version:

小杜的自定义react图标库

52 lines (51 loc) 1.32 kB
import { j as t } from "../node_modules/react/jsx-runtime.mjs"; import "../node_modules/react/index.mjs"; const d = (s) => { const { color: o, size: e, fill: r } = s; return /* @__PURE__ */ t.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__ */ t.jsx( "path", { d: "M10 44H38C39.1046 44 40 43.1046 40 42V14H30V4H10C8.89543 4 8 4.89543 8 6V42C8 43.1046 8.89543 44 10 44Z", fill: r || "none", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ t.jsx( "path", { d: "M30 4L40 14", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ t.jsx( "path", { d: "M17 28H24L31 28", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ) ] } ); }; export { d as default };