From d6a46e1cdc730d571eb2373e401ccc699fe6096c Mon Sep 17 00:00:00 2001 From: zisra <100528712+zisra@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:23:06 -0600 Subject: [PATCH] Update Icon.tsx --- src/components/Icon.tsx | 2 ++ 1 file changed, 2 insertions(+) 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() {