UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

29 lines (28 loc) 731 B
import { j as r } from "./index.es137.js"; import { clsx as a } from "./index.es139.js"; import { createColorClasses as l } from "./index.es145.js"; const x = ({ width: s = 24, height: o = 24, className: t, color: e }) => { const m = l({ color: e }); return /* @__PURE__ */ r.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: s, height: o, fill: "currentColor", viewBox: "0 0 40 40", className: a(t, m), "aria-hidden": "true", children: /* @__PURE__ */ r.jsx("path", { d: "M36.667 8.333V10H3.334V8.333zm-33.333 12.5h33.333v-1.667H3.334zm33.333 10.833H3.334V30h33.333z" }) } ); }; export { x as Hamburguer }; //# sourceMappingURL=index.es78.js.map