@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 1.02 kB
JavaScript
import { j as e } from "./index.es237.js";
import { clsx as o } from "./index.es238.js";
import { createColorClasses as d } from "./index.es239.js";
const v = ({
width: a = 24,
height: r = 24,
className: i,
color: l,
decorative: s = !1,
ariaLabel: t = "Download"
}) => {
const n = d({ color: l });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: a,
height: r,
fill: "currentColor",
viewBox: "0 0 24 24",
className: o(i, n),
"aria-hidden": s,
"aria-label": s ? void 0 : t,
children: /* @__PURE__ */ e.jsx(
"path",
{
fill: o(l || "#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 {
v as Download
};
//# sourceMappingURL=index.es189.js.map