@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 794 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretRight16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.785 2.132a.5.5 0 0 1 .707 0l5.516 5.515.353.354-.353.353-5.514 5.514a.5.5 0 1 1-.707-.707L9.947 8 4.785 2.839a.5.5 0 0 1 0-.707",
clipRule: "evenodd"
}
)
}
);
}
const i = r(o);
export {
i as default
};
//# sourceMappingURL=IconCaretRight16.es.js.map