refactor: super icons (#1974)

This commit is contained in:
Mo
2022-11-09 09:14:49 -06:00
committed by GitHub
parent 772fbea381
commit ec7f915642
177 changed files with 360 additions and 518 deletions

View File

@@ -1,11 +1,19 @@
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 LexicalCaretRightFill from './caret-right-fill.svg'
import LexicalCheck from './square-check.svg'
import LexicalCode from './code.svg'
import LexicalHorizontalRule from './horizontal-rule.svg'
import LexicalLink from './link.svg'
import LexicalListOL from './list-ol.svg'
import LexicalListUL from './list-ul.svg'
import LexicalQuote from './chat-square-quote.svg'
import LexicalTable from './table.svg'
import LexicalTextCenter from './text-center.svg'
import LexicalTextJustify from './justify.svg'
import LexicalTextLeft from './text-left.svg'
import LexicalTextParagraph from './text-paragraph.svg'
import LexicalTextRight from './text-right.svg'
import LexicalTweet from './tweet.svg'
import LexicalYoutube from './youtube.svg'
import TypeBold from './type-bold.svg'
import TypeH1 from './type-h1.svg'
import TypeH2 from './type-h2.svg'
@@ -13,18 +21,30 @@ 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'
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 LexicalPencilFill from './pencil-fill.svg'
export {
LexicalArrowClockwise,
LexicalArrowCounterClockwise,
LexicalCamera,
TypeItalic,
TypeStrikethrough,
TypeSubscript,
TypeSuperscript,
TypeUnderline,
LexicalCaretRightFill,
LexicalCheck,
LexicalCode,
LexicalHorizontalRule,
LexicalLink,
LexicalListOL,
LexicalListUL,
LexicalQuote,
LexicalTable,
LexicalTextCenter,
LexicalTextJustify,
LexicalTextLeft,
LexicalTextParagraph,
LexicalTextRight,
LexicalTweet,
LexicalYoutube,
TypeBold,
TypeH1,
TypeH2,
@@ -32,6 +52,10 @@ export {
TypeH4,
TypeH5,
TypeH6,
LexicalCode,
LexicalLink,
TypeItalic,
TypeStrikethrough,
TypeSubscript,
TypeSuperscript,
TypeUnderline,
LexicalPencilFill,
}