From 4d5d2689e58afa86ba3d578cda1096dd3cb0e7ca Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 19 Jun 2021 19:25:41 +0200 Subject: on screen controls selection --- components/icons.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'components/icons.tsx') diff --git a/components/icons.tsx b/components/icons.tsx index cf60f54..cd0d0ff 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -197,3 +197,27 @@ export function SlideKeyframeOutline(props: { }[props.type]} ; } + +export function FullScreenControlsRoundedIcon() { + return + + + + ; +} + +export function MenuBarControlsRoundedIcon() { + return + + ; +} -- cgit v1.2.3