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 {{ 'default': , 'delay': , 'speedChange': , 'loop': !props.loopEnd ? : , }[props.type]} ; } export function SlideKeyframeOutline(props: { type: slideTypes; loopEnd?: boolean; }) { return {{ 'default': , 'delay': , 'speedChange': , 'loop': !props.loopEnd ? : , }[props.type]} ; } 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 ; }