UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

35 lines (34 loc) 748 B
import { j as r } from "./index.es137.js"; import { clsx as i } from "./index.es139.js"; import { createColorClasses as a } from "./index.es145.js"; const x = ({ width: s = 24, height: o = 24, className: t, color: e }) => { const l = a({ 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: i(t, l), "aria-hidden": "true", children: /* @__PURE__ */ r.jsx( "path", { fill: "#06C", d: "M14.4 17.6 8.8 12l5.6-5.6.8.7-4.9 4.9 4.9 4.9z" } ) } ); }; export { x as ArrowLeft }; //# sourceMappingURL=index.es90.js.map