mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 06:19:05 +08:00
- Introduced multiple new SVG icons including AddCategory, AiChat, Aicon27, AiEssentialsIconSet, AiPrompt, Brain, BrainCircuit, BrainCog, CodeAi, Emoji, Group, MessageAi1, MessageBalloonAi1, and Vector. - Updated the icons index file to include the new icons for easier access. - Enhanced the icons component structure for better maintainability.
7 lines
87 B
TypeScript
7 lines
87 B
TypeScript
/**
|
|
* Icons 模块统一导出
|
|
*/
|
|
|
|
export * from './general'
|
|
export * from './logos'
|