UNPKG

@anoki/fse-ui

Version:

FSE UI components library

40 lines (39 loc) 905 B
import { j as r } from "./index.es278.js"; import { clsx as a } from "./index.es280.js"; import { createColorClasses as m } from "./index.es352.js"; const p = ({ width: s = 21, height: t = 22, className: e, color: l, decorative: o = !0, ariaLabel: i = "Zoom in" }) => { const n = m({ color: l }); return /* @__PURE__ */ r.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: s, height: t, fill: "none", viewBox: "0 0 21 22", className: a(e, n), "aria-hidden": o, "aria-label": o ? void 0 : i, children: /* @__PURE__ */ r.jsx( "path", { fill: "currentColor", stroke: "currentColor", strokeWidth: "1.2", d: "M19.8 11.272h-9v9.416H9.6v-9.416h-9v-1.256h9V.6h1.2v9.416h9z" } ) } ); }; export { p as ZoomIn }; //# sourceMappingURL=index.es276.js.map