export type SvgOptions = { url: (name: string) => string; defaultSize?: string; suspenseSvgString?: string; };