import { slideTypes } from '../timeline';
export function PressureIcon() {
return ;
}
export function SlideKeyframe(props: {
type: slideTypes;
ghost?: boolean;
loopEnd?: boolean;
}) {
return
;
}
export function SlideKeyframeBackground(props: {
type: slideTypes;
loopEnd?: boolean;
}) {
return ;
}
export function SlideKeyframeOutline(props: {
type: slideTypes;
loopEnd?: boolean;
}) {
return ;
}
export function FullScreenControlsRoundedIcon() {
return ;
}
export function MenuBarControlsRoundedIcon() {
return ;
}
export function QRCodeRoundedIcon() {
return ;
}
export function LoginRoundedIcon() {
return ;
}
export function BracketsRoundedIcon() {
return ;
}
export function SlashRoundedIcon() {
return ;
}
export function UploadRoundedIcon() {
return ;
}