UNPKG

ddu_icons

Version:

小杜的自定义react图标库

34 lines (33 loc) 1.06 kB
import { j as r } from "../node_modules/react/jsx-runtime.mjs"; import "../node_modules/react/index.mjs"; const c = (s) => { const { color: o, size: i, fill: l } = s; return /* @__PURE__ */ r.jsxs( "svg", { width: i ? i * 1.5 : "24", height: i ? i * 1.5 : "24", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [ /* @__PURE__ */ r.jsx( "path", { d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z", fill: l || "none", stroke: o || "#333", strokeWidth: "4", strokeLinejoin: "round" } ), /* @__PURE__ */ r.jsx("circle", { cx: "14", cy: "24", r: "3", fill: o || "#333" }), /* @__PURE__ */ r.jsx("circle", { cx: "24", cy: "24", r: "3", fill: o || "#333" }), /* @__PURE__ */ r.jsx("circle", { cx: "34", cy: "24", r: "3", fill: o || "#333" }) ] } ); }; export { c as default };