@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 873 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCaretRightDouble16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.854 2.147a.5.5 0 1 0-.708.708L7.293 8l-5.147 5.147a.5.5 0 1 0 .708.707l5.5-5.5L8.707 8l-.353-.353zm5.5 0a.5.5 0 1 0-.708.708L12.793 8l-5.147 5.147a.5.5 0 1 0 .708.707l5.5-5.5.353-.354-.354-.353z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(o);
export {
i as default
};
//# sourceMappingURL=IconCaretRightDouble16.es.js.map