- Updated the app to support light and dark themes with appropriate CSS classes. - Enhanced PWA configuration with manifest details and caching strategies. - Improved the chat UI with dynamic theme adjustments for various components. - Added new meta tags for better mobile web app experience. - Refactored environment variables to include new Anthropic token. - Updated package dependencies for better compatibility and performance. Made-with: Cursor
8 lines
410 B
XML
8 lines
410 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#0a0a0a"/>
|
|
<path d="M8,12 L8,22 Q8,24 10,24 L14,24 L17,27 L17,24 L22,24 Q24,24 24,22 L24,12 Q24,10 22,10 L10,10 Q8,10 8,12 Z" fill="#F7931A"/>
|
|
<circle cx="13" cy="17" r="1.5" fill="#0a0a0a"/>
|
|
<circle cx="16" cy="17" r="1.5" fill="#0a0a0a"/>
|
|
<circle cx="19" cy="17" r="1.5" fill="#0a0a0a"/>
|
|
</svg>
|