UNPKG

@anoki/fse-ui

Version:

FSE UI components library

39 lines (38 loc) 888 B
import { j as s } from "./index.es244.js"; import { clsx as m } from "./index.es246.js"; import { createColorClasses as p } from "./index.es274.js"; const g = ({ width: o = 13, height: e = 9, className: l, filled: t, color: a, decorative: r = !1, ariaLabel: n = "Up triangle" }) => { const i = p({ color: a }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: o, 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__ */ s.jsx( "path", { d: "M1.83747 9.25L7 0.946934L12.1625 9.25H1.83747Z", stroke: "currentColor" } ) } ); }; export { g as TriangleUp }; //# sourceMappingURL=index.es198.js.map