diff --git a/apps/docs/components/icons.tsx b/apps/docs/components/icons.tsx index 7addb30ea..3a55f5e5e 100644 --- a/apps/docs/components/icons.tsx +++ b/apps/docs/components/icons.tsx @@ -4636,3 +4636,24 @@ export function BedrockIcon(props: SVGProps) { ) } + +export function TableIcon(props: SVGProps) { + return ( + + + + + + + + ) +}