UNPKG

@anoki/fse-ui

Version:

FSE UI components library

32 lines (31 loc) 810 B
import { j as s } from "./index.es237.js"; import { clsx as i } from "./index.es238.js"; import { createColorClasses as n } from "./index.es239.js"; const h = ({ width: o = 24, height: e = 24, className: a, color: l, decorative: r = !1, ariaLabel: t = "Menu" }) => { const m = n({ color: l }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: o, height: e, fill: "currentColor", viewBox: "0 0 40 40", className: i(a, m), "aria-hidden": r, "aria-label": r ? void 0 : t, children: /* @__PURE__ */ s.jsx("path", { d: "M36.667 8.333V10H3.334V8.333zm-33.333 12.5h33.333v-1.667H3.334zm33.333 10.833H3.334V30h33.333z" }) } ); }; export { h as Hamburguer }; //# sourceMappingURL=index.es206.js.map