UNPKG

@anoki/fse-marche-ui

Version:

FSE UI components library

37 lines (36 loc) 834 B
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: n = !1 }) => { const a = 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, a), "aria-hidden": n ? "true" : "false", children: /* @__PURE__ */ r.jsx( "path", { d: "M12.1625 0.749999L7 9.05307L1.83747 0.75L12.1625 0.749999Z", stroke: "currentColor" } ) } ); }; export { f as TriangleDown }; //# sourceMappingURL=index.es114.js.map