@anoki/fse-ui
Version:
FSE UI components library
34 lines (33 loc) • 837 B
JavaScript
import { j as s } from "./index.es278.js";
import { clsx as i } from "./index.es280.js";
import { createColorClasses as m } from "./index.es352.js";
const c = ({
width: o = 24,
height: l = 24,
className: a,
color: e,
decorative: r = !1,
ariaLabel: t = "Down arrow"
}) => {
const n = m({ color: e });
return /* @__PURE__ */ s.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: o,
height: l,
fill: "currentColor",
viewBox: "0 0 24 24",
className: i(a, n),
focusable: "false",
role: r ? "presentation" : "img",
"aria-hidden": r,
"aria-label": r ? void 0 : t,
children: /* @__PURE__ */ s.jsx("path", { d: "M12 15.2 6.4 9.6l.7-.8 4.9 4.9 4.9-4.9.7.8-5.6 5.6Z" })
}
);
};
export {
c as ArrowDown
};
//# sourceMappingURL=index.es19.js.map