diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index bf0a0ae2..288cf5c8 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -34,6 +34,7 @@ export enum Icons { CAPTIONS = "captions", LINK = "link", CASTING = "casting", + DOWNLOAD = "download", } export interface IconProps { @@ -75,6 +76,7 @@ const iconList: Record = { captions: ``, link: ``, casting: "", + download ``, }; function ChromeCastButton() {