UNPKG

@anoki/fse-ui

Version:

FSE UI components library

32 lines (31 loc) 810 B
import { j as s } from "./index.es244.js"; import { clsx as i } from "./index.es246.js"; import { createColorClasses as n } from "./index.es274.js"; const u = ({ width: o = 24, height: e = 24, className: t, color: a, decorative: r = !0, ariaLabel: l = "Menu" }) => { const m = n({ color: a }); 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(t, m), "aria-hidden": r, "aria-label": r ? void 0 : l, 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 { u as Hamburguer }; //# sourceMappingURL=index.es160.js.map