import { html } from 'lit'; export const LoadingIcon = html` `; export const LoadedImageIcon = html` `; export const FailedImageIcon = html` `;