Skip to content

Commit a98325b

Browse files
authored
Merge branch 'staging' into waleedlatif1/add-google-tasks
2 parents 715f501 + e4fb8b2 commit a98325b

File tree

57 files changed

+5237
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5237
-27
lines changed

apps/docs/components/icons.tsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,6 +3445,23 @@ export const ResendIcon = (props: SVGProps<SVGSVGElement>) => (
34453445
</svg>
34463446
)
34473447

3448+
export const GoogleBigQueryIcon = (props: SVGProps<SVGSVGElement>) => (
3449+
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'>
3450+
<path
3451+
d='M14.48 58.196L.558 34.082c-.744-1.288-.744-2.876 0-4.164L14.48 5.805c.743-1.287 2.115-2.08 3.6-2.082h27.857c1.48.007 2.845.8 3.585 2.082l13.92 24.113c.744 1.288.744 2.876 0 4.164L49.52 58.196c-.743 1.287-2.115 2.08-3.6 2.082H18.07c-1.483-.005-2.85-.798-3.593-2.082z'
3452+
fill='#4386fa'
3453+
/>
3454+
<path
3455+
d='M40.697 24.235s3.87 9.283-1.406 14.545-14.883 1.894-14.883 1.894L43.95 60.27h1.984c1.486-.002 2.858-.796 3.6-2.082L58.75 42.23z'
3456+
opacity='.1'
3457+
/>
3458+
<path
3459+
d='M45.267 43.23L41 38.953a.67.67 0 0 0-.158-.12 11.63 11.63 0 1 0-2.032 2.037.67.67 0 0 0 .113.15l4.277 4.277a.67.67 0 0 0 .947 0l1.12-1.12a.67.67 0 0 0 0-.947zM31.64 40.464a8.75 8.75 0 1 1 8.749-8.749 8.75 8.75 0 0 1-8.749 8.749zm-5.593-9.216v3.616c.557.983 1.363 1.803 2.338 2.375v-6.013zm4.375-2.998v9.772a6.45 6.45 0 0 0 2.338 0V28.25zm6.764 6.606v-2.142H34.85v4.5a6.43 6.43 0 0 0 2.338-2.368z'
3460+
fill='#fff'
3461+
/>
3462+
</svg>
3463+
)
3464+
34483465
export const GoogleVaultIcon = (props: SVGProps<SVGSVGElement>) => (
34493466
<svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 82'>
34503467
<path

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import {
4242
GitLabIcon,
4343
GmailIcon,
4444
GongIcon,
45+
GoogleBigQueryIcon,
4546
GoogleBooksIcon,
4647
GoogleCalendarIcon,
4748
GoogleDocsIcon,
@@ -189,6 +190,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
189190
gitlab: GitLabIcon,
190191
gmail_v2: GmailIcon,
191192
gong: GongIcon,
193+
google_bigquery: GoogleBigQueryIcon,
192194
google_books: GoogleBooksIcon,
193195
google_calendar_v2: GoogleCalendarIcon,
194196
google_docs: GoogleDocsIcon,

0 commit comments

Comments
 (0)