@anoki/fse-marche-ui
Version:
FSE UI components library
37 lines (36 loc) • 820 B
JavaScript
import { j as r } from "./index.es137.js";
import { clsx as i } from "./index.es139.js";
import { createColorClasses as c } from "./index.es145.js";
const f = ({
width: s = 13,
height: o = 9,
className: e,
filled: t,
color: l,
decorative: a = !1
}) => {
const n = c({ color: l });
return /* @__PURE__ */ r.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: s,
height: o,
fill: t ? "currentColor" : "none",
viewBox: "0 0 13 9",
className: i(e, n),
"aria-hidden": a ? "true" : "false",
children: /* @__PURE__ */ r.jsx(
"path",
{
d: "M1.83747 9.25L7 0.946934L12.1625 9.25H1.83747Z",
stroke: "currentColor"
}
)
}
);
};
export {
f as TriangleUp
};
//# sourceMappingURL=index.es113.js.map