UNPKG

@anoki/fse-ui

Version:

FSE UI components library

37 lines (36 loc) 1.08 kB
import { j as r } from "./index.es180.js"; import { clsx as t } from "./index.es182.js"; import { createColorClasses as i } from "./index.es191.js"; const p = ({ width: e = 24, height: l = 24, className: s, color: a = "primary" }) => { const o = i({ color: a }); return /* @__PURE__ */ r.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: e, height: l, fill: "currentColor", viewBox: "0 0 24 24", className: t(s, o), "aria-hidden": "true", children: /* @__PURE__ */ r.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 { p as ShareLink }; //# sourceMappingURL=index.es159.js.map