UNPKG

@anoki/fse-ui

Version:

FSE UI components library

39 lines (38 loc) 886 B
import { j as s } from "./index.es237.js"; import { clsx as m } from "./index.es239.js"; import { createColorClasses as n } from "./index.es310.js"; const x = ({ width: l = 16, height: o = 29, className: r, color: a, decorative: e = !1, ariaLabel: t = "Shape" }) => { const i = n({ color: a }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: l, height: o, fill: "currentColor", viewBox: "0 0 26 44", className: m(r, i), "aria-hidden": e, "aria-label": e ? void 0 : t, children: /* @__PURE__ */ s.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 { x as Shape }; //# sourceMappingURL=index.es224.js.map