UNPKG

ddu_icons

Version:

小杜的自定义react图标库

61 lines (60 loc) 1.57 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: "M21 38C30.3888 38 38 30.3888 38 21C38 11.6112 30.3888 4 21 4C11.6112 4 4 11.6112 4 21C4 30.3888 11.6112 38 21 38Z", fill: r || "none", stroke: o || "#333", strokeWidth: "4", strokeLinejoin: "round" } ), /* @__PURE__ */ t.jsx( "path", { d: "M21 15L21 27", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ t.jsx( "path", { d: "M15.0156 21.0156L27 21", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ), /* @__PURE__ */ t.jsx( "path", { d: "M33.2216 33.2217L41.7069 41.707", stroke: o || "#333", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" } ) ] } ); }; export { d as default };