@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.31 kB
JavaScript
import { j as a } from "./index.es244.js";
import { clsx as m } from "./index.es246.js";
import { createColorClasses as n } from "./index.es274.js";
const x = ({
width: o = 24,
height: r = 24,
className: s,
color: e = "primary",
decorative: l = !1,
ariaLabel: i = "Copy link"
}) => {
const t = n({ color: e });
return /* @__PURE__ */ a.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: o,
height: r,
fill: "currentColor",
viewBox: "0 0 24 24",
className: m(s, t),
"aria-hidden": l,
"aria-label": l ? void 0 : i,
children: /* @__PURE__ */ a.jsx(
"path",
{
fill: "#06C",
fillRule: "evenodd",
d: "m12.7 12.7.7.7a3.6 3.6 0 0 0 1.2-2.8 3.6 3.6 0 0 0-1.2-2.8L9.9 4.2a4.2 4.2 0 0 0-5.7 0 4.2 4.2 0 0 0 0 5.7l2.9 2.8.7-.7-2.9-2.8a3.2 3.2 0 0 1 0-4.3 3.2 3.2 0 0 1 4.3 0l3.5 3.6a2.7 2.7 0 0 1 .9 2.1 2.9 2.9 0 0 1-.9 2.1m7.1 1.4a4.2 4.2 0 0 1 0 5.7 3.9 3.9 0 0 1-2.9 1.1 3.8 3.8 0 0 1-2.8-1.1l-3.5-3.6a3.6 3.6 0 0 1-1.2-2.8 3.6 3.6 0 0 1 1.2-2.8l.7.7a2.9 2.9 0 0 0-.9 2.1 2.7 2.7 0 0 0 .9 2.1l3.5 3.6a3.2 3.2 0 0 0 4.3 0 3.2 3.2 0 0 0 0-4.3L16.2 12l.7-.7z",
clipRule: "evenodd"
}
)
}
);
};
export {
x as CopyLink
};
//# sourceMappingURL=index.es206.js.map