@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 886 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconCaretRightDouble32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.707 6.793a1 1 0 1 0-1.414 1.414L23.086 16l-7.793 7.793a1 1 0 0 0 1.414 1.414l8.5-8.5.707-.707-.707-.707zm-8.5 0a1 1 0 0 0-1.414 1.414L14.586 16l-7.793 7.793a1 1 0 1 0 1.414 1.415l8.5-8.5.707-.708-.707-.707z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(o);
export {
i as default
};
//# sourceMappingURL=IconCaretRightDouble32.es.js.map