UNPKG

ddu_icons

Version:

小杜的自定义react图标库

51 lines (50 loc) 1.2 kB
import { j as s } from "../node_modules/react/jsx-runtime.mjs"; import "../node_modules/react/index.mjs"; const d = (r) => { const { color: o, size: t, fill: e } = r; return /* @__PURE__ */ s.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__ */ s.jsx( "path", { d: "M9 18V42H39V18L24 6L9 18Z", fill: e || "none", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ s.jsx( "path", { d: "M19 29V42H29V29H19Z", fill: e || "none", stroke: o || "#333", strokeWidth: "4", strokeLinejoin: "round" } ), /* @__PURE__ */ s.jsx( "path", { d: "M9 42H39", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round" } ) ] } ); }; export { d as default };