import { html } from 'lit'; export const AIStarIcon = html` `; // dotlottie-wc can only be used in the browser if (typeof window !== 'undefined') { import('@lottiefiles/dotlottie-wc').catch(console.error); } export const AIStarIconWithAnimation = html``; export const AIStopIcon = html` `; export const AIDoneIcon = html` `; export const EnterIcon = html` `; export const ArrowRightIcon = html` `;