@anoki/fse-ui
Version:
FSE UI components library
40 lines (39 loc) • 868 B
JavaScript
import { j as r } from "./index.es278.js";
import { clsx as m } from "./index.es280.js";
import { createColorClasses as n } from "./index.es352.js";
const u = ({
width: s = 21,
height: t = 3,
className: e,
color: l,
decorative: o = !0,
ariaLabel: i = "Zoom out"
}) => {
const a = n({ color: l });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: t,
fill: "none",
viewBox: "0 0 21 3",
className: m(e, a),
"aria-hidden": o,
"aria-label": o ? void 0 : i,
children: /* @__PURE__ */ r.jsx(
"path",
{
fill: "currentColor",
stroke: "currentColor",
strokeWidth: "1.2",
d: "M19.8 1.855H.6V.6h19.2z"
}
)
}
);
};
export {
u as ZoomOut
};
//# sourceMappingURL=index.es277.js.map