@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.05 kB
JavaScript
import { j as e } from "./index.es237.js";
import { clsx as a } from "./index.es239.js";
import { createColorClasses as v } from "./index.es310.js";
const x = ({
width: r = 18,
height: i = 18,
className: n,
color: l,
decorative: s = !1,
ariaLabel: o = "Expand"
}) => {
const t = v({ color: l });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: i,
fill: "none",
viewBox: "0 0 18 18",
className: a(n, t),
"aria-hidden": s ? "true" : "false",
"aria-label": s ? void 0 : o,
children: /* @__PURE__ */ e.jsx(
"path",
{
fill: a(l || "#06C"),
fillRule: "evenodd",
d: "M12.5 1V0H18v5.5h-1V1.71l-6.65 6.64-.7-.7L16.29 1zM1 16.29l6.65-6.64.7.7L1.71 17H5.5v1H0v-5.5h1zm16 0-6.65-6.64-.7.7L16.29 17H12.5v1H18v-5.5h-1zM8.35 7.65 1.71 1H5.5V0H0v5.5h1V1.71l6.65 6.64z",
clipRule: "evenodd"
}
)
}
);
};
export {
x as Expand
};
//# sourceMappingURL=index.es196.js.map