From ea777904846c7b95fcc69374446d7366ae398f75 Mon Sep 17 00:00:00 2001 From: Lakee Sivaraya Date: Fri, 16 Jan 2026 16:48:23 -0800 Subject: [PATCH] docs --- apps/docs/components/icons.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 ( + + + + + + + + ) +}