@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 866 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretRightDouble24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12.53 4.47a.75.75 0 0 0-1.06 1.06L17.94 12l-6.47 6.47a.75.75 0 1 0 1.06 1.06l7-7 .53-.53-.53-.53zm-7 0a.75.75 0 0 0-1.06 1.06L10.94 12l-6.47 6.47a.75.75 0 1 0 1.06 1.06l7-7 .53-.53-.53-.53z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(o);
export {
i as default
};
//# sourceMappingURL=IconCaretRightDouble24.es.js.map