From e8d90d2b45e8be0595f75454429fc1a5cedb4e33 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 16 Jun 2023 19:35:50 +0200 Subject: feat(plugin): BiggerStreamPreview (#1222) Co-authored-by: V --- src/components/Icons.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/components') diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx index 91b01dc..96df3dc 100644 --- a/src/components/Icons.tsx +++ b/src/components/Icons.tsx @@ -147,6 +147,26 @@ export function OwnerCrownIcon(props: IconProps) { ); } +/** + * Discord's screenshare icon, as seen in the connection panel + */ +export function ScreenshareIcon(props: IconProps) { + return ( + + + + ); +} + export function ImageVisible(props: IconProps) { return (