// Inlined SVG status images for bundler compatibility — avoids runtime fetch of asset files.
// Source: assets/images/Status=*.svg
export const statusErrorSvg = `data:image/svg+xml,${encodeURIComponent('')}`;
export const statusSuccessSvg = `data:image/svg+xml,${encodeURIComponent('')}`;
export const statusWaitingSvg = `data:image/svg+xml,${encodeURIComponent('')}`;