refactor: inner blocks note links (#1973)
This commit is contained in:
37
packages/icons/src/Lexical/index.ts
Normal file
37
packages/icons/src/Lexical/index.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
import LexicalArrowClockwise from './arrow-clockwise.svg'
|
||||
import LexicalArrowCounterClockwise from './arrow-counterclockwise.svg'
|
||||
import LexicalCamera from './camera.svg'
|
||||
import TypeItalic from './type-italic.svg'
|
||||
import TypeStrikethrough from './type-strikethrough.svg'
|
||||
import TypeSubscript from './type-subscript.svg'
|
||||
import TypeSuperscript from './type-superscript.svg'
|
||||
import TypeUnderline from './type-underline.svg'
|
||||
import TypeBold from './type-bold.svg'
|
||||
import TypeH1 from './type-h1.svg'
|
||||
import TypeH2 from './type-h2.svg'
|
||||
import TypeH3 from './type-h3.svg'
|
||||
import TypeH4 from './type-h4.svg'
|
||||
import TypeH5 from './type-h5.svg'
|
||||
import TypeH6 from './type-h6.svg'
|
||||
import LexicalCode from './code.svg'
|
||||
import LexicalLink from './link.svg'
|
||||
|
||||
export {
|
||||
LexicalArrowClockwise,
|
||||
LexicalArrowCounterClockwise,
|
||||
LexicalCamera,
|
||||
TypeItalic,
|
||||
TypeStrikethrough,
|
||||
TypeSubscript,
|
||||
TypeSuperscript,
|
||||
TypeUnderline,
|
||||
TypeBold,
|
||||
TypeH1,
|
||||
TypeH2,
|
||||
TypeH3,
|
||||
TypeH4,
|
||||
TypeH5,
|
||||
TypeH6,
|
||||
LexicalCode,
|
||||
LexicalLink,
|
||||
}
|
||||
Reference in New Issue
Block a user