@anoki/fse-ui
Version:
FSE UI components library
32 lines (31 loc) • 769 B
JavaScript
import { j as s } from "./index.es237.js";
import { clsx as m } from "./index.es239.js";
import { createColorClasses as p } from "./index.es310.js";
const w = ({
width: o = 24,
height: l = 24,
className: a,
color: t,
decorative: r = !1,
ariaLabel: e = "Up arrow"
}) => {
const i = p({ color: t });
return /* @__PURE__ */ s.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: o,
height: l,
fill: "currentColor",
viewBox: "0 0 24 24",
className: m(a, i),
"aria-hidden": r,
"aria-label": r ? void 0 : e,
children: /* @__PURE__ */ s.jsx("path", { d: "M12 8.8l5.6 5.6-.7.8-4.9-4.9-4.9 4.9-.7-.8 5.6-5.6Z" })
}
);
};
export {
w as ArrowTop
};
//# sourceMappingURL=index.es168.js.map