chore: fix super icons
This commit is contained in:
@@ -14,6 +14,7 @@ export const IconNameToSvgMapping = {
|
||||
'arrows-sort-up': icons.ArrowsSortUpIcon,
|
||||
'arrows-vertical': icons.ArrowsVerticalIcon,
|
||||
'attachment-file': icons.AttachmentFileIcon,
|
||||
'caret-right': icons.CaretRightIcon,
|
||||
'check-bold': icons.CheckBoldIcon,
|
||||
'check-circle-filled': icons.CheckCircleFilledIcon,
|
||||
'check-circle': icons.CheckCircleIcon,
|
||||
@@ -103,6 +104,7 @@ export const IconNameToSvgMapping = {
|
||||
link: icons.LinkIcon,
|
||||
listed: icons.ListedIcon,
|
||||
lock: icons.LockIcon,
|
||||
image: icons.ImageIcon,
|
||||
markdown: icons.MarkdownIcon,
|
||||
merge: icons.MergeIcon,
|
||||
more: icons.MoreIcon,
|
||||
|
||||
@@ -6,7 +6,6 @@ export const LexicalIconNameToSvgMapping = {
|
||||
'align-justify': icons.LexicalTextJustify,
|
||||
'align-left': icons.LexicalTextLeft,
|
||||
'align-right': icons.LexicalTextRight,
|
||||
'caret-right-fill': icons.LexicalCaretRightFill,
|
||||
'horizontal-rule': icons.LexicalHorizontalRule,
|
||||
'list-ol': icons.LexicalListOL,
|
||||
'list-ul': icons.LexicalListUL,
|
||||
|
||||
Reference in New Issue
Block a user