diff --git a/landing/components/icons/index.tsx b/landing/components/icons/index.tsx index a3dd3e5bb6..410607e428 100644 --- a/landing/components/icons/index.tsx +++ b/landing/components/icons/index.tsx @@ -609,4 +609,18 @@ export const Icons = { /> ), + encore: (props?: SVGProps) => ( + + + + ), };