@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 797 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function l(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretRight32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.558 6.223a1 1 0 0 1 1.414 0l9.07 9.07.707.707-.707.707-9.084 9.085a1 1 0 0 1-1.415-1.415L18.921 16l-8.363-8.363a1 1 0 0 1 0-1.414",
clipRule: "evenodd"
}
)
}
);
}
const i = r(l);
export {
i as default
};
//# sourceMappingURL=IconCaretRight32.es.js.map