From c80a8b2615f2b576c1a022b16141d54f2c24f6a2 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 8 Jul 2021 15:15:53 +0200 Subject: buttons --- components/icons.tsx | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/icons.tsx b/components/icons.tsx index cd0d0ff..81d447d 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -199,7 +199,7 @@ export function SlideKeyframeOutline(props: { } export function FullScreenControlsRoundedIcon() { - return + return @@ -213,7 +213,7 @@ export function FullScreenControlsRoundedIcon() { } export function MenuBarControlsRoundedIcon() { - return + return ; } + +export function QRCodeRoundedIcon() { + return + + + + + + + + + + + + ; +} + +export function LoginRoundedIcon() { + return + + ; +} -- cgit v1.2.3