@anoki/fse-ui
Version:
FSE UI components library
29 lines (28 loc) • 687 B
JavaScript
import { j as r } from "./index.es180.js";
import { clsx as a } from "./index.es182.js";
import { createColorClasses as i } from "./index.es191.js";
const p = ({
width: s = 24,
height: o = 24,
className: t,
color: e
}) => {
const l = i({ color: e });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: o,
fill: "currentColor",
viewBox: "0 0 24 24",
className: a(t, l),
"aria-hidden": "true",
children: /* @__PURE__ */ r.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 {
p as ArrowTop
};
//# sourceMappingURL=index.es156.js.map