diff --git a/documentation/src/refine-theme/common-circle-chevron-right.tsx b/documentation/src/refine-theme/common-circle-chevron-right.tsx new file mode 100644 index 00000000..b3e84f6c --- /dev/null +++ b/documentation/src/refine-theme/common-circle-chevron-right.tsx @@ -0,0 +1,24 @@ +import * as React from "react"; +import { SVGProps } from "react"; + +export const CommonCircleChevronRight = (props: SVGProps) => ( + + + + +);