@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 796 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretRight12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.321 1.204a.5.5 0 0 1 .707 0l4.444 4.444.353.353-.353.354-4.442 4.442a.5.5 0 1 1-.707-.708L7.41 6.001l-4.09-4.09a.5.5 0 0 1 0-.707",
clipRule: "evenodd"
}
)
}
);
}
const i = r(l);
export {
i as default
};
//# sourceMappingURL=IconCaretRight12.es.js.map