@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 789 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretRight24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.69 4.22a.75.75 0 0 1 1.06 0L16 11.47l.53.53-.53.53-7.25 7.25a.75.75 0 0 1-1.06-1.06L14.41 12 7.69 5.28a.75.75 0 0 1 0-1.06",
clipRule: "evenodd"
}
)
}
);
}
const i = r(o);
export {
i as default
};
//# sourceMappingURL=IconCaretRight24.es.js.map