UNPKG

ddu_icons

Version:

小杜的自定义react图标库

55 lines (54 loc) 1.63 kB
import { j as t } from "../node_modules/react/jsx-runtime.mjs"; import "../node_modules/react/index.mjs"; const d = (i) => { const { color: e, size: o, fill: n } = i; return /* @__PURE__ */ t.jsxs( "svg", { width: o ? o * 1.5 : "24", height: o ? o * 1.5 : "24", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [ /* @__PURE__ */ t.jsx( "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10C5 8.89543 5.89543 8 7 8L41 8C42.1046 8 43 8.89543 43 10V38C43 39.1046 42.1046 40 41 40H7C5.89543 40 5 39.1046 5 38V10Z", stroke: e || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ t.jsx( "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 18C15.3284 18 16 17.3284 16 16.5C16 15.6716 15.3284 15 14.5 15C13.6716 15 13 15.6716 13 16.5C13 17.3284 13.6716 18 14.5 18Z", stroke: e || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ t.jsx( "path", { d: "M15 24L20 28L26 21L43 34V38C43 39.1046 42.1046 40 41 40H7C5.89543 40 5 39.1046 5 38V34L15 24Z", fill: n || "none", stroke: e || "#333", strokeWidth: "4", strokeLinejoin: "round" } ) ] } ); }; export { d as default };