UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

37 lines (36 loc) 935 B
import { j as s } from "./index.es137.js"; import { clsx as r } from "./index.es139.js"; import { createColorClasses as i } from "./index.es145.js"; const h = ({ width: l = 24, height: o = 24, className: t, color: e }) => { const a = i({ color: e }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: l, height: o, fill: "currentColor", viewBox: "0 0 24 24", className: r(t, a), "aria-hidden": "true", children: /* @__PURE__ */ s.jsx( "path", { fill: r(e || "#06C"), fillRule: "evenodd", d: "m7.7 9.9 4.3 4.3 4.3-4.3-.7-.7-3.1 3V3h-1v9.3L8.4 9.2zM19 19.5V12h1v7.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 19.5V12h1v7.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5", clipRule: "evenodd" } ) } ); }; export { h as Download }; //# sourceMappingURL=index.es106.js.map