@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.16 kB
JavaScript
import { j as a } from "./index.es237.js";
import { clsx as m } from "./index.es239.js";
import { createColorClasses as n } from "./index.es310.js";
const x = ({
width: r = 24,
height: e = 24,
className: s,
color: o = "primary",
decorative: l = !1,
ariaLabel: i = "Share link"
}) => {
const t = n({ color: o });
return /* @__PURE__ */ a.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: e,
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: "M15.5 16a2.5 2.5 0 1 1-.5 1.5 1.3 1.3 0 0 1 .1-.6l-7.6-3.4a2.5 2.5 0 1 1 0-3l7.6-3.4a1.3 1.3 0 0 1-.1-.6 2.5 2.5 0 1 1 .5 1.5l-7.6 3.4c.08.19.115.395.1.6a1.3 1.3 0 0 1-.1.6zM19 6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m-13.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m10.5 4a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0",
clipRule: "evenodd"
}
)
}
);
};
export {
x as ShareLink
};
//# sourceMappingURL=index.es225.js.map