UNPKG

@anoki/fse-ui

Version:

FSE UI components library

39 lines (38 loc) 904 B
import { j as o } from "./index.es237.js"; import { clsx as m } from "./index.es239.js"; import { createColorClasses as c } from "./index.es310.js"; const f = ({ width: s = 13, height: e = 9, className: l, filled: t, color: a, decorative: r = !1, ariaLabel: n = "Down triangle" }) => { const i = c({ color: a }); return /* @__PURE__ */ o.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: s, height: e, fill: t ? "currentColor" : "none", viewBox: "0 0 13 9", className: m(l, i), "aria-hidden": r ? "true" : "false", "aria-label": r ? void 0 : n, children: /* @__PURE__ */ o.jsx( "path", { d: "M12.1625 0.749999L7 9.05307L1.83747 0.75L12.1625 0.749999Z", stroke: "currentColor" } ) } ); }; export { f as TriangleDown }; //# sourceMappingURL=index.es230.js.map