Skip to content

Commit 1acf377

Browse files
authored
feat(icons): update monospace, tabs, mermaid and drawio icons (#837)
1 parent 2c17fa4 commit 1acf377

File tree

147 files changed

+5
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+5
-65
lines changed

src/icons/Mermaid.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/icons/Mono.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/icons/Tabs.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/icons/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import GPTIcon from './GPT';
22
import GPTLoading from './GPTLoading';
3-
import MermaidIcon from './Mermaid';
4-
import MonoIcon from './Mono';
5-
import TabsIcon from './Tabs';
63

7-
export {MermaidIcon, MonoIcon, TabsIcon, GPTIcon, GPTLoading};
4+
export {GPTIcon, GPTLoading};
85

96
export {
107
ArrowUturnCcwLeft as UndoIcon,
@@ -14,6 +11,7 @@ export {
1411
Italic as ItalicIcon,
1512
Underline as UnderlineIcon,
1613
Strikethrough as StrikethroughIcon,
14+
LetterM as MonoIcon,
1715
FontCursor as MarkIcon,
1816
//
1917
Text as TextIcon,
@@ -47,6 +45,7 @@ export {
4745
Picture as ImageIcon,
4846
Person as UserIcon,
4947
FaceSmile as EmojiIcon,
48+
LayoutTabs as TabsIcon,
5049
//
5150
Code as CodeInlineIcon,
5251
FileCode as CodeBlockIcon,
@@ -58,7 +57,8 @@ export {
5857
SquareDashedText as BlockIcon,
5958
LayoutColumns3 as LayoutIcon,
6059
//
61-
Pencil as DrawIoIcon,
60+
LogoDrawIo as DrawIoIcon,
61+
LogoMermaid as MermaidIcon,
6262
FolderCode as HtmlBlockIcon,
6363
ArrowChevronRight as FoldingHeadingIcon,
6464
CircleLink as QuoteLinkIcon,

0 commit comments

Comments
 (0)