@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 o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretRight20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.22 3.225a.75.75 0 0 1 1.06 0l6.246 6.245.53.53-.53.531-6.246 6.246a.75.75 0 1 1-1.06-1.06L11.935 10 6.22 4.285a.75.75 0 0 1 0-1.06",
clipRule: "evenodd"
}
)
}
);
}
const i = r(o);
export {
i as default
};
//# sourceMappingURL=IconCaretRight20.es.js.map