UNPKG

@anoki/fse-ui

Version:

FSE UI components library

32 lines (31 loc) 772 B
import { j as o } from "./index.es244.js"; import { clsx as n } from "./index.es246.js"; import { createColorClasses as m } from "./index.es274.js"; const p = ({ width: s = 24, height: l = 24, className: a, color: t, decorative: r = !1, ariaLabel: e = "Down arrow" }) => { const i = m({ color: t }); return /* @__PURE__ */ o.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: s, height: l, fill: "currentColor", viewBox: "0 0 24 24", className: n(a, i), "aria-hidden": r, "aria-label": r ? void 0 : e, children: /* @__PURE__ */ o.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 { p as ArrowDown }; //# sourceMappingURL=index.es158.js.map