@anoki/fse-marche-ui
Version:
FSE UI components library
29 lines (28 loc) • 687 B
JavaScript
import { j as r } from "./index.es137.js";
import { clsx as a } from "./index.es139.js";
import { createColorClasses as i } from "./index.es145.js";
const x = ({
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 15.2 6.4 9.6l.7-.8 4.9 4.9 4.9-4.9.7.8-5.6 5.6Z" })
}
);
};
export {
x as ArrowDown
};
//# sourceMappingURL=index.es76.js.map