diff --git a/documentation/src/refine-theme/icons/small-openpanel-logo.tsx b/documentation/src/refine-theme/icons/small-openpanel-logo.tsx new file mode 100644 index 00000000..be0ec211 --- /dev/null +++ b/documentation/src/refine-theme/icons/small-openpanel-logo.tsx @@ -0,0 +1,20 @@ +import React from "react"; + +export const OpenPanelLogoIcon = (props: React.SVGProps) => ( + + + + + + +);