UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

36 lines (35 loc) 807 B
import { j as e } from "./index.es137.js"; import { clsx as i } from "./index.es139.js"; import { createColorClasses as m } from "./index.es145.js"; const p = ({ width: r = 16, height: s = 29, className: o, color: l }) => { const t = m({ color: l }); return /* @__PURE__ */ e.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: r, height: s, fill: "currentColor", viewBox: "0 0 26 44", className: i(o, t), "aria-hidden": "true", children: /* @__PURE__ */ e.jsx( "path", { fillRule: "evenodd", d: "m8 20.28 8 8V.667H0V28.28zm6.667 4.773L8 18.387l-6.667 6.666V2h13.334z", clipRule: "evenodd" } ) } ); }; export { p as Shape }; //# sourceMappingURL=index.es108.js.map