@@ -60,18 +64,19 @@ export const AddDataSourceDropdown = () => {
value: 'generic-http',
},
].map( ( { icon, label, value } ) => (
-
+
+
+
) ) }
) }
diff --git a/src/settings/icons/GoogleSheetsIcon.tsx b/src/settings/icons/GoogleSheetsIcon.tsx
index f190b005..4b81a1b4 100644
--- a/src/settings/icons/GoogleSheetsIcon.tsx
+++ b/src/settings/icons/GoogleSheetsIcon.tsx
@@ -1,15 +1,156 @@
import { SVG } from '@wordpress/primitives';
export const GoogleSheetsIcon: JSX.Element = (
-