Animated svg

Component used to display animated Scalable Vector Graphics (SVG)

Inputs
name : string

SVG filename inside the `@freelancer/ui/assets/icon` folder. Without the `.svg` extension and prefixed by `animation-`.

clickable ?: boolean = false
display ?: SvgDisplay = 'inline-block'
label ?: string = ''

Aria label used for accessibility. Similar to the alt text of the picture component.

loadMethod ?: SvgLoadMethod = 'eager'
Outputs
svgLoaded ?: any = new EventEmitter<boolean>()