From f848e1aa66847b73eb068592b9cc28c726fc7dd4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 12 Jul 2024 09:26:17 +0200 Subject: [PATCH] Create small-openpanel-logo.tsx --- .../icons/small-openpanel-logo.tsx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 documentation/src/refine-theme/icons/small-openpanel-logo.tsx 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) => ( + + + + + + +);