Animated svg

Component used to display animated Scalable Vector Graphics (SVG)

Inputs
name : string

SVG filename inside the `assets/animations` folder. Without the `.svg` extension and prefixed by `animation-`. `animations` is allowlisted into the SSR image alongside `icons`.

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>()