@team-monolith/cds 0.6.2 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -1
- package/dist/index.js +6 -1
- package/dist/remixicons/Arrows/index.d.ts +0 -325
- package/dist/remixicons/Arrows/index.js +108 -216
- package/dist/remixicons/Buildings/index.d.ts +0 -175
- package/dist/remixicons/Buildings/index.js +58 -116
- package/dist/remixicons/Business/index.d.ts +0 -577
- package/dist/remixicons/Business/index.js +192 -384
- package/dist/remixicons/Communication/index.d.ts +0 -193
- package/dist/remixicons/Communication/index.js +64 -128
- package/dist/remixicons/Design/index.d.ts +0 -493
- package/dist/remixicons/Design/index.js +164 -328
- package/dist/remixicons/Development/index.d.ts +0 -151
- package/dist/remixicons/Development/index.js +50 -100
- package/dist/remixicons/Device/index.d.ts +0 -499
- package/dist/remixicons/Device/index.js +166 -332
- package/dist/remixicons/Document/index.d.ts +0 -607
- package/dist/remixicons/Document/index.js +202 -404
- package/dist/remixicons/Editor/index.d.ts +0 -343
- package/dist/remixicons/Editor/index.js +114 -228
- package/dist/remixicons/Finance/index.d.ts +0 -421
- package/dist/remixicons/Finance/index.js +140 -280
- package/dist/remixicons/Health & Medical/index.d.ts +0 -187
- package/dist/remixicons/Health & Medical/index.js +62 -124
- package/dist/remixicons/Logos/index.d.ts +0 -673
- package/dist/remixicons/Logos/index.js +224 -448
- package/dist/remixicons/Map/index.d.ts +0 -523
- package/dist/remixicons/Map/index.js +174 -348
- package/dist/remixicons/Media/index.d.ts +0 -655
- package/dist/remixicons/Media/index.js +218 -436
- package/dist/remixicons/Others/index.d.ts +0 -313
- package/dist/remixicons/Others/index.js +104 -208
- package/dist/remixicons/System/index.d.ts +0 -787
- package/dist/remixicons/System/index.js +262 -524
- package/dist/remixicons/User & Faces/index.d.ts +0 -337
- package/dist/remixicons/User & Faces/index.js +112 -224
- package/dist/remixicons/Weather/index.d.ts +0 -241
- package/dist/remixicons/Weather/index.js +80 -160
- package/package.json +2 -2
|
@@ -1,342 +1,228 @@
|
|
|
1
|
-
import aBSvgImport
|
|
2
|
-
import aiGenerateSvgImport
|
|
3
|
-
import alignBottomSvgImport
|
|
4
|
-
import alignCenterSvgImport
|
|
5
|
-
import alignJustifySvgImport
|
|
6
|
-
import alignLeftSvgImport
|
|
7
|
-
import alignRightSvgImport
|
|
8
|
-
import alignTopSvgImport
|
|
9
|
-
import alignVerticallySvgImport
|
|
10
|
-
import asteriskSvgImport
|
|
11
|
-
import attachment2SvgImport
|
|
12
|
-
import boldSvgImport
|
|
13
|
-
import bringForwardSvgImport
|
|
14
|
-
import bringToFrontSvgImport
|
|
15
|
-
import codeViewSvgImport
|
|
16
|
-
import deleteColumnSvgImport
|
|
17
|
-
import deleteRowSvgImport
|
|
18
|
-
import doubleQuotesLSvgImport
|
|
19
|
-
import doubleQuotesRSvgImport
|
|
20
|
-
import draggableSvgImport
|
|
21
|
-
import emphasisCnSvgImport
|
|
22
|
-
import emphasisSvgImport
|
|
23
|
-
import englishInputSvgImport
|
|
24
|
-
import flowChartSvgImport
|
|
25
|
-
import fontColorSvgImport
|
|
26
|
-
import fontFamilySvgImport
|
|
27
|
-
import fontMonoSvgImport
|
|
28
|
-
import fontSansSerifSvgImport
|
|
29
|
-
import fontSansSvgImport
|
|
30
|
-
import fontSize2SvgImport
|
|
31
|
-
import fontSizeSvgImport
|
|
32
|
-
import formatClearSvgImport
|
|
33
|
-
import functionsSvgImport
|
|
34
|
-
import h1SvgImport
|
|
35
|
-
import h2SvgImport
|
|
36
|
-
import h3SvgImport
|
|
37
|
-
import h4SvgImport
|
|
38
|
-
import h5SvgImport
|
|
39
|
-
import h6SvgImport
|
|
40
|
-
import hashtagSvgImport
|
|
41
|
-
import headingSvgImport
|
|
42
|
-
import indentDecreaseSvgImport
|
|
43
|
-
import indentIncreaseSvgImport
|
|
44
|
-
import inputCursorMoveSvgImport
|
|
45
|
-
import insertColumnLeftSvgImport
|
|
46
|
-
import insertColumnRightSvgImport
|
|
47
|
-
import insertRowBottomSvgImport
|
|
48
|
-
import insertRowTopSvgImport
|
|
49
|
-
import italicSvgImport
|
|
50
|
-
import lineHeightSvgImport
|
|
51
|
-
import linkMSvgImport
|
|
52
|
-
import linkUnlinkMSvgImport
|
|
53
|
-
import linkUnlinkSvgImport
|
|
54
|
-
import linkSvgImport
|
|
55
|
-
import listCheck2SvgImport
|
|
56
|
-
import listCheck3SvgImport
|
|
57
|
-
import listCheckSvgImport
|
|
58
|
-
import listIndefiniteSvgImport
|
|
59
|
-
import listOrdered2SvgImport
|
|
60
|
-
import listOrderedSvgImport
|
|
61
|
-
import listRadioSvgImport
|
|
62
|
-
import listUnorderedSvgImport
|
|
63
|
-
import mergeCellsHorizontalSvgImport
|
|
64
|
-
import mergeCellsVerticalSvgImport
|
|
65
|
-
import mindMapSvgImport
|
|
66
|
-
import nodeTreeSvgImport
|
|
67
|
-
import number0SvgImport
|
|
68
|
-
import number1SvgImport
|
|
69
|
-
import number2SvgImport
|
|
70
|
-
import number3SvgImport
|
|
71
|
-
import number4SvgImport
|
|
72
|
-
import number5SvgImport
|
|
73
|
-
import number6SvgImport
|
|
74
|
-
import number7SvgImport
|
|
75
|
-
import number8SvgImport
|
|
76
|
-
import number9SvgImport
|
|
77
|
-
import omegaSvgImport
|
|
78
|
-
import organizationChartSvgImport
|
|
79
|
-
import overlineSvgImport
|
|
80
|
-
import pageSeparatorSvgImport
|
|
81
|
-
import paragraphSvgImport
|
|
82
|
-
import pinyinInputSvgImport
|
|
83
|
-
import questionMarkSvgImport
|
|
84
|
-
import quoteTextSvgImport
|
|
85
|
-
import roundedCornerSvgImport
|
|
86
|
-
import sendBackwardSvgImport
|
|
87
|
-
import sendToBackSvgImport
|
|
88
|
-
import separatorSvgImport
|
|
89
|
-
import singleQuotesLSvgImport
|
|
90
|
-
import singleQuotesRSvgImport
|
|
91
|
-
import sketchingSvgImport
|
|
92
|
-
import slashCommands2SvgImport
|
|
93
|
-
import slashCommandsSvgImport
|
|
94
|
-
import sortAscSvgImport
|
|
95
|
-
import sortDescSvgImport
|
|
96
|
-
import spaceSvgImport
|
|
97
|
-
import splitCellsHorizontalSvgImport
|
|
98
|
-
import splitCellsVerticalSvgImport
|
|
99
|
-
import strikethrough2SvgImport
|
|
100
|
-
import strikethroughSvgImport
|
|
101
|
-
import subscript2SvgImport
|
|
102
|
-
import subscriptSvgImport
|
|
103
|
-
import superscript2SvgImport
|
|
104
|
-
import superscriptSvgImport
|
|
105
|
-
import table2SvgImport
|
|
106
|
-
import textDirectionLSvgImport
|
|
107
|
-
import textDirectionRSvgImport
|
|
108
|
-
import textSpacingSvgImport
|
|
109
|
-
import textWrapSvgImport
|
|
110
|
-
import textSvgImport
|
|
111
|
-
import translate2SvgImport
|
|
112
|
-
import translateSvgImport
|
|
113
|
-
import underlineSvgImport
|
|
114
|
-
import wubiInputSvgImport
|
|
1
|
+
import aBSvgImport from "remixicon/icons/Editor/a-b.svg";
|
|
2
|
+
import aiGenerateSvgImport from "remixicon/icons/Editor/ai-generate.svg";
|
|
3
|
+
import alignBottomSvgImport from "remixicon/icons/Editor/align-bottom.svg";
|
|
4
|
+
import alignCenterSvgImport from "remixicon/icons/Editor/align-center.svg";
|
|
5
|
+
import alignJustifySvgImport from "remixicon/icons/Editor/align-justify.svg";
|
|
6
|
+
import alignLeftSvgImport from "remixicon/icons/Editor/align-left.svg";
|
|
7
|
+
import alignRightSvgImport from "remixicon/icons/Editor/align-right.svg";
|
|
8
|
+
import alignTopSvgImport from "remixicon/icons/Editor/align-top.svg";
|
|
9
|
+
import alignVerticallySvgImport from "remixicon/icons/Editor/align-vertically.svg";
|
|
10
|
+
import asteriskSvgImport from "remixicon/icons/Editor/asterisk.svg";
|
|
11
|
+
import attachment2SvgImport from "remixicon/icons/Editor/attachment-2.svg";
|
|
12
|
+
import boldSvgImport from "remixicon/icons/Editor/bold.svg";
|
|
13
|
+
import bringForwardSvgImport from "remixicon/icons/Editor/bring-forward.svg";
|
|
14
|
+
import bringToFrontSvgImport from "remixicon/icons/Editor/bring-to-front.svg";
|
|
15
|
+
import codeViewSvgImport from "remixicon/icons/Editor/code-view.svg";
|
|
16
|
+
import deleteColumnSvgImport from "remixicon/icons/Editor/delete-column.svg";
|
|
17
|
+
import deleteRowSvgImport from "remixicon/icons/Editor/delete-row.svg";
|
|
18
|
+
import doubleQuotesLSvgImport from "remixicon/icons/Editor/double-quotes-l.svg";
|
|
19
|
+
import doubleQuotesRSvgImport from "remixicon/icons/Editor/double-quotes-r.svg";
|
|
20
|
+
import draggableSvgImport from "remixicon/icons/Editor/draggable.svg";
|
|
21
|
+
import emphasisCnSvgImport from "remixicon/icons/Editor/emphasis-cn.svg";
|
|
22
|
+
import emphasisSvgImport from "remixicon/icons/Editor/emphasis.svg";
|
|
23
|
+
import englishInputSvgImport from "remixicon/icons/Editor/english-input.svg";
|
|
24
|
+
import flowChartSvgImport from "remixicon/icons/Editor/flow-chart.svg";
|
|
25
|
+
import fontColorSvgImport from "remixicon/icons/Editor/font-color.svg";
|
|
26
|
+
import fontFamilySvgImport from "remixicon/icons/Editor/font-family.svg";
|
|
27
|
+
import fontMonoSvgImport from "remixicon/icons/Editor/font-mono.svg";
|
|
28
|
+
import fontSansSerifSvgImport from "remixicon/icons/Editor/font-sans-serif.svg";
|
|
29
|
+
import fontSansSvgImport from "remixicon/icons/Editor/font-sans.svg";
|
|
30
|
+
import fontSize2SvgImport from "remixicon/icons/Editor/font-size-2.svg";
|
|
31
|
+
import fontSizeSvgImport from "remixicon/icons/Editor/font-size.svg";
|
|
32
|
+
import formatClearSvgImport from "remixicon/icons/Editor/format-clear.svg";
|
|
33
|
+
import functionsSvgImport from "remixicon/icons/Editor/functions.svg";
|
|
34
|
+
import h1SvgImport from "remixicon/icons/Editor/h-1.svg";
|
|
35
|
+
import h2SvgImport from "remixicon/icons/Editor/h-2.svg";
|
|
36
|
+
import h3SvgImport from "remixicon/icons/Editor/h-3.svg";
|
|
37
|
+
import h4SvgImport from "remixicon/icons/Editor/h-4.svg";
|
|
38
|
+
import h5SvgImport from "remixicon/icons/Editor/h-5.svg";
|
|
39
|
+
import h6SvgImport from "remixicon/icons/Editor/h-6.svg";
|
|
40
|
+
import hashtagSvgImport from "remixicon/icons/Editor/hashtag.svg";
|
|
41
|
+
import headingSvgImport from "remixicon/icons/Editor/heading.svg";
|
|
42
|
+
import indentDecreaseSvgImport from "remixicon/icons/Editor/indent-decrease.svg";
|
|
43
|
+
import indentIncreaseSvgImport from "remixicon/icons/Editor/indent-increase.svg";
|
|
44
|
+
import inputCursorMoveSvgImport from "remixicon/icons/Editor/input-cursor-move.svg";
|
|
45
|
+
import insertColumnLeftSvgImport from "remixicon/icons/Editor/insert-column-left.svg";
|
|
46
|
+
import insertColumnRightSvgImport from "remixicon/icons/Editor/insert-column-right.svg";
|
|
47
|
+
import insertRowBottomSvgImport from "remixicon/icons/Editor/insert-row-bottom.svg";
|
|
48
|
+
import insertRowTopSvgImport from "remixicon/icons/Editor/insert-row-top.svg";
|
|
49
|
+
import italicSvgImport from "remixicon/icons/Editor/italic.svg";
|
|
50
|
+
import lineHeightSvgImport from "remixicon/icons/Editor/line-height.svg";
|
|
51
|
+
import linkMSvgImport from "remixicon/icons/Editor/link-m.svg";
|
|
52
|
+
import linkUnlinkMSvgImport from "remixicon/icons/Editor/link-unlink-m.svg";
|
|
53
|
+
import linkUnlinkSvgImport from "remixicon/icons/Editor/link-unlink.svg";
|
|
54
|
+
import linkSvgImport from "remixicon/icons/Editor/link.svg";
|
|
55
|
+
import listCheck2SvgImport from "remixicon/icons/Editor/list-check-2.svg";
|
|
56
|
+
import listCheck3SvgImport from "remixicon/icons/Editor/list-check-3.svg";
|
|
57
|
+
import listCheckSvgImport from "remixicon/icons/Editor/list-check.svg";
|
|
58
|
+
import listIndefiniteSvgImport from "remixicon/icons/Editor/list-indefinite.svg";
|
|
59
|
+
import listOrdered2SvgImport from "remixicon/icons/Editor/list-ordered-2.svg";
|
|
60
|
+
import listOrderedSvgImport from "remixicon/icons/Editor/list-ordered.svg";
|
|
61
|
+
import listRadioSvgImport from "remixicon/icons/Editor/list-radio.svg";
|
|
62
|
+
import listUnorderedSvgImport from "remixicon/icons/Editor/list-unordered.svg";
|
|
63
|
+
import mergeCellsHorizontalSvgImport from "remixicon/icons/Editor/merge-cells-horizontal.svg";
|
|
64
|
+
import mergeCellsVerticalSvgImport from "remixicon/icons/Editor/merge-cells-vertical.svg";
|
|
65
|
+
import mindMapSvgImport from "remixicon/icons/Editor/mind-map.svg";
|
|
66
|
+
import nodeTreeSvgImport from "remixicon/icons/Editor/node-tree.svg";
|
|
67
|
+
import number0SvgImport from "remixicon/icons/Editor/number-0.svg";
|
|
68
|
+
import number1SvgImport from "remixicon/icons/Editor/number-1.svg";
|
|
69
|
+
import number2SvgImport from "remixicon/icons/Editor/number-2.svg";
|
|
70
|
+
import number3SvgImport from "remixicon/icons/Editor/number-3.svg";
|
|
71
|
+
import number4SvgImport from "remixicon/icons/Editor/number-4.svg";
|
|
72
|
+
import number5SvgImport from "remixicon/icons/Editor/number-5.svg";
|
|
73
|
+
import number6SvgImport from "remixicon/icons/Editor/number-6.svg";
|
|
74
|
+
import number7SvgImport from "remixicon/icons/Editor/number-7.svg";
|
|
75
|
+
import number8SvgImport from "remixicon/icons/Editor/number-8.svg";
|
|
76
|
+
import number9SvgImport from "remixicon/icons/Editor/number-9.svg";
|
|
77
|
+
import omegaSvgImport from "remixicon/icons/Editor/omega.svg";
|
|
78
|
+
import organizationChartSvgImport from "remixicon/icons/Editor/organization-chart.svg";
|
|
79
|
+
import overlineSvgImport from "remixicon/icons/Editor/overline.svg";
|
|
80
|
+
import pageSeparatorSvgImport from "remixicon/icons/Editor/page-separator.svg";
|
|
81
|
+
import paragraphSvgImport from "remixicon/icons/Editor/paragraph.svg";
|
|
82
|
+
import pinyinInputSvgImport from "remixicon/icons/Editor/pinyin-input.svg";
|
|
83
|
+
import questionMarkSvgImport from "remixicon/icons/Editor/question-mark.svg";
|
|
84
|
+
import quoteTextSvgImport from "remixicon/icons/Editor/quote-text.svg";
|
|
85
|
+
import roundedCornerSvgImport from "remixicon/icons/Editor/rounded-corner.svg";
|
|
86
|
+
import sendBackwardSvgImport from "remixicon/icons/Editor/send-backward.svg";
|
|
87
|
+
import sendToBackSvgImport from "remixicon/icons/Editor/send-to-back.svg";
|
|
88
|
+
import separatorSvgImport from "remixicon/icons/Editor/separator.svg";
|
|
89
|
+
import singleQuotesLSvgImport from "remixicon/icons/Editor/single-quotes-l.svg";
|
|
90
|
+
import singleQuotesRSvgImport from "remixicon/icons/Editor/single-quotes-r.svg";
|
|
91
|
+
import sketchingSvgImport from "remixicon/icons/Editor/sketching.svg";
|
|
92
|
+
import slashCommands2SvgImport from "remixicon/icons/Editor/slash-commands-2.svg";
|
|
93
|
+
import slashCommandsSvgImport from "remixicon/icons/Editor/slash-commands.svg";
|
|
94
|
+
import sortAscSvgImport from "remixicon/icons/Editor/sort-asc.svg";
|
|
95
|
+
import sortDescSvgImport from "remixicon/icons/Editor/sort-desc.svg";
|
|
96
|
+
import spaceSvgImport from "remixicon/icons/Editor/space.svg";
|
|
97
|
+
import splitCellsHorizontalSvgImport from "remixicon/icons/Editor/split-cells-horizontal.svg";
|
|
98
|
+
import splitCellsVerticalSvgImport from "remixicon/icons/Editor/split-cells-vertical.svg";
|
|
99
|
+
import strikethrough2SvgImport from "remixicon/icons/Editor/strikethrough-2.svg";
|
|
100
|
+
import strikethroughSvgImport from "remixicon/icons/Editor/strikethrough.svg";
|
|
101
|
+
import subscript2SvgImport from "remixicon/icons/Editor/subscript-2.svg";
|
|
102
|
+
import subscriptSvgImport from "remixicon/icons/Editor/subscript.svg";
|
|
103
|
+
import superscript2SvgImport from "remixicon/icons/Editor/superscript-2.svg";
|
|
104
|
+
import superscriptSvgImport from "remixicon/icons/Editor/superscript.svg";
|
|
105
|
+
import table2SvgImport from "remixicon/icons/Editor/table-2.svg";
|
|
106
|
+
import textDirectionLSvgImport from "remixicon/icons/Editor/text-direction-l.svg";
|
|
107
|
+
import textDirectionRSvgImport from "remixicon/icons/Editor/text-direction-r.svg";
|
|
108
|
+
import textSpacingSvgImport from "remixicon/icons/Editor/text-spacing.svg";
|
|
109
|
+
import textWrapSvgImport from "remixicon/icons/Editor/text-wrap.svg";
|
|
110
|
+
import textSvgImport from "remixicon/icons/Editor/text.svg";
|
|
111
|
+
import translate2SvgImport from "remixicon/icons/Editor/translate-2.svg";
|
|
112
|
+
import translateSvgImport from "remixicon/icons/Editor/translate.svg";
|
|
113
|
+
import underlineSvgImport from "remixicon/icons/Editor/underline.svg";
|
|
114
|
+
import wubiInputSvgImport from "remixicon/icons/Editor/wubi-input.svg";
|
|
115
115
|
export var aBSvg = aBSvgImport;
|
|
116
|
-
export var ABIcon = ABIconImport;
|
|
117
116
|
export var aiGenerateSvg = aiGenerateSvgImport;
|
|
118
|
-
export var AiGenerateIcon = AiGenerateIconImport;
|
|
119
117
|
export var alignBottomSvg = alignBottomSvgImport;
|
|
120
|
-
export var AlignBottomIcon = AlignBottomIconImport;
|
|
121
118
|
export var alignCenterSvg = alignCenterSvgImport;
|
|
122
|
-
export var AlignCenterIcon = AlignCenterIconImport;
|
|
123
119
|
export var alignJustifySvg = alignJustifySvgImport;
|
|
124
|
-
export var AlignJustifyIcon = AlignJustifyIconImport;
|
|
125
120
|
export var alignLeftSvg = alignLeftSvgImport;
|
|
126
|
-
export var AlignLeftIcon = AlignLeftIconImport;
|
|
127
121
|
export var alignRightSvg = alignRightSvgImport;
|
|
128
|
-
export var AlignRightIcon = AlignRightIconImport;
|
|
129
122
|
export var alignTopSvg = alignTopSvgImport;
|
|
130
|
-
export var AlignTopIcon = AlignTopIconImport;
|
|
131
123
|
export var alignVerticallySvg = alignVerticallySvgImport;
|
|
132
|
-
export var AlignVerticallyIcon = AlignVerticallyIconImport;
|
|
133
124
|
export var asteriskSvg = asteriskSvgImport;
|
|
134
|
-
export var AsteriskIcon = AsteriskIconImport;
|
|
135
125
|
export var attachment2Svg = attachment2SvgImport;
|
|
136
|
-
export var Attachment2Icon = Attachment2IconImport;
|
|
137
126
|
export var boldSvg = boldSvgImport;
|
|
138
|
-
export var BoldIcon = BoldIconImport;
|
|
139
127
|
export var bringForwardSvg = bringForwardSvgImport;
|
|
140
|
-
export var BringForwardIcon = BringForwardIconImport;
|
|
141
128
|
export var bringToFrontSvg = bringToFrontSvgImport;
|
|
142
|
-
export var BringToFrontIcon = BringToFrontIconImport;
|
|
143
129
|
export var codeViewSvg = codeViewSvgImport;
|
|
144
|
-
export var CodeViewIcon = CodeViewIconImport;
|
|
145
130
|
export var deleteColumnSvg = deleteColumnSvgImport;
|
|
146
|
-
export var DeleteColumnIcon = DeleteColumnIconImport;
|
|
147
131
|
export var deleteRowSvg = deleteRowSvgImport;
|
|
148
|
-
export var DeleteRowIcon = DeleteRowIconImport;
|
|
149
132
|
export var doubleQuotesLSvg = doubleQuotesLSvgImport;
|
|
150
|
-
export var DoubleQuotesLIcon = DoubleQuotesLIconImport;
|
|
151
133
|
export var doubleQuotesRSvg = doubleQuotesRSvgImport;
|
|
152
|
-
export var DoubleQuotesRIcon = DoubleQuotesRIconImport;
|
|
153
134
|
export var draggableSvg = draggableSvgImport;
|
|
154
|
-
export var DraggableIcon = DraggableIconImport;
|
|
155
135
|
export var emphasisCnSvg = emphasisCnSvgImport;
|
|
156
|
-
export var EmphasisCnIcon = EmphasisCnIconImport;
|
|
157
136
|
export var emphasisSvg = emphasisSvgImport;
|
|
158
|
-
export var EmphasisIcon = EmphasisIconImport;
|
|
159
137
|
export var englishInputSvg = englishInputSvgImport;
|
|
160
|
-
export var EnglishInputIcon = EnglishInputIconImport;
|
|
161
138
|
export var flowChartSvg = flowChartSvgImport;
|
|
162
|
-
export var FlowChartIcon = FlowChartIconImport;
|
|
163
139
|
export var fontColorSvg = fontColorSvgImport;
|
|
164
|
-
export var FontColorIcon = FontColorIconImport;
|
|
165
140
|
export var fontFamilySvg = fontFamilySvgImport;
|
|
166
|
-
export var FontFamilyIcon = FontFamilyIconImport;
|
|
167
141
|
export var fontMonoSvg = fontMonoSvgImport;
|
|
168
|
-
export var FontMonoIcon = FontMonoIconImport;
|
|
169
142
|
export var fontSansSerifSvg = fontSansSerifSvgImport;
|
|
170
|
-
export var FontSansSerifIcon = FontSansSerifIconImport;
|
|
171
143
|
export var fontSansSvg = fontSansSvgImport;
|
|
172
|
-
export var FontSansIcon = FontSansIconImport;
|
|
173
144
|
export var fontSize2Svg = fontSize2SvgImport;
|
|
174
|
-
export var FontSize2Icon = FontSize2IconImport;
|
|
175
145
|
export var fontSizeSvg = fontSizeSvgImport;
|
|
176
|
-
export var FontSizeIcon = FontSizeIconImport;
|
|
177
146
|
export var formatClearSvg = formatClearSvgImport;
|
|
178
|
-
export var FormatClearIcon = FormatClearIconImport;
|
|
179
147
|
export var functionsSvg = functionsSvgImport;
|
|
180
|
-
export var FunctionsIcon = FunctionsIconImport;
|
|
181
148
|
export var h1Svg = h1SvgImport;
|
|
182
|
-
export var H1Icon = H1IconImport;
|
|
183
149
|
export var h2Svg = h2SvgImport;
|
|
184
|
-
export var H2Icon = H2IconImport;
|
|
185
150
|
export var h3Svg = h3SvgImport;
|
|
186
|
-
export var H3Icon = H3IconImport;
|
|
187
151
|
export var h4Svg = h4SvgImport;
|
|
188
|
-
export var H4Icon = H4IconImport;
|
|
189
152
|
export var h5Svg = h5SvgImport;
|
|
190
|
-
export var H5Icon = H5IconImport;
|
|
191
153
|
export var h6Svg = h6SvgImport;
|
|
192
|
-
export var H6Icon = H6IconImport;
|
|
193
154
|
export var hashtagSvg = hashtagSvgImport;
|
|
194
|
-
export var HashtagIcon = HashtagIconImport;
|
|
195
155
|
export var headingSvg = headingSvgImport;
|
|
196
|
-
export var HeadingIcon = HeadingIconImport;
|
|
197
156
|
export var indentDecreaseSvg = indentDecreaseSvgImport;
|
|
198
|
-
export var IndentDecreaseIcon = IndentDecreaseIconImport;
|
|
199
157
|
export var indentIncreaseSvg = indentIncreaseSvgImport;
|
|
200
|
-
export var IndentIncreaseIcon = IndentIncreaseIconImport;
|
|
201
158
|
export var inputCursorMoveSvg = inputCursorMoveSvgImport;
|
|
202
|
-
export var InputCursorMoveIcon = InputCursorMoveIconImport;
|
|
203
159
|
export var insertColumnLeftSvg = insertColumnLeftSvgImport;
|
|
204
|
-
export var InsertColumnLeftIcon = InsertColumnLeftIconImport;
|
|
205
160
|
export var insertColumnRightSvg = insertColumnRightSvgImport;
|
|
206
|
-
export var InsertColumnRightIcon = InsertColumnRightIconImport;
|
|
207
161
|
export var insertRowBottomSvg = insertRowBottomSvgImport;
|
|
208
|
-
export var InsertRowBottomIcon = InsertRowBottomIconImport;
|
|
209
162
|
export var insertRowTopSvg = insertRowTopSvgImport;
|
|
210
|
-
export var InsertRowTopIcon = InsertRowTopIconImport;
|
|
211
163
|
export var italicSvg = italicSvgImport;
|
|
212
|
-
export var ItalicIcon = ItalicIconImport;
|
|
213
164
|
export var lineHeightSvg = lineHeightSvgImport;
|
|
214
|
-
export var LineHeightIcon = LineHeightIconImport;
|
|
215
165
|
export var linkMSvg = linkMSvgImport;
|
|
216
|
-
export var LinkMIcon = LinkMIconImport;
|
|
217
166
|
export var linkUnlinkMSvg = linkUnlinkMSvgImport;
|
|
218
|
-
export var LinkUnlinkMIcon = LinkUnlinkMIconImport;
|
|
219
167
|
export var linkUnlinkSvg = linkUnlinkSvgImport;
|
|
220
|
-
export var LinkUnlinkIcon = LinkUnlinkIconImport;
|
|
221
168
|
export var linkSvg = linkSvgImport;
|
|
222
|
-
export var LinkIcon = LinkIconImport;
|
|
223
169
|
export var listCheck2Svg = listCheck2SvgImport;
|
|
224
|
-
export var ListCheck2Icon = ListCheck2IconImport;
|
|
225
170
|
export var listCheck3Svg = listCheck3SvgImport;
|
|
226
|
-
export var ListCheck3Icon = ListCheck3IconImport;
|
|
227
171
|
export var listCheckSvg = listCheckSvgImport;
|
|
228
|
-
export var ListCheckIcon = ListCheckIconImport;
|
|
229
172
|
export var listIndefiniteSvg = listIndefiniteSvgImport;
|
|
230
|
-
export var ListIndefiniteIcon = ListIndefiniteIconImport;
|
|
231
173
|
export var listOrdered2Svg = listOrdered2SvgImport;
|
|
232
|
-
export var ListOrdered2Icon = ListOrdered2IconImport;
|
|
233
174
|
export var listOrderedSvg = listOrderedSvgImport;
|
|
234
|
-
export var ListOrderedIcon = ListOrderedIconImport;
|
|
235
175
|
export var listRadioSvg = listRadioSvgImport;
|
|
236
|
-
export var ListRadioIcon = ListRadioIconImport;
|
|
237
176
|
export var listUnorderedSvg = listUnorderedSvgImport;
|
|
238
|
-
export var ListUnorderedIcon = ListUnorderedIconImport;
|
|
239
177
|
export var mergeCellsHorizontalSvg = mergeCellsHorizontalSvgImport;
|
|
240
|
-
export var MergeCellsHorizontalIcon = MergeCellsHorizontalIconImport;
|
|
241
178
|
export var mergeCellsVerticalSvg = mergeCellsVerticalSvgImport;
|
|
242
|
-
export var MergeCellsVerticalIcon = MergeCellsVerticalIconImport;
|
|
243
179
|
export var mindMapSvg = mindMapSvgImport;
|
|
244
|
-
export var MindMapIcon = MindMapIconImport;
|
|
245
180
|
export var nodeTreeSvg = nodeTreeSvgImport;
|
|
246
|
-
export var NodeTreeIcon = NodeTreeIconImport;
|
|
247
181
|
export var number0Svg = number0SvgImport;
|
|
248
|
-
export var Number0Icon = Number0IconImport;
|
|
249
182
|
export var number1Svg = number1SvgImport;
|
|
250
|
-
export var Number1Icon = Number1IconImport;
|
|
251
183
|
export var number2Svg = number2SvgImport;
|
|
252
|
-
export var Number2Icon = Number2IconImport;
|
|
253
184
|
export var number3Svg = number3SvgImport;
|
|
254
|
-
export var Number3Icon = Number3IconImport;
|
|
255
185
|
export var number4Svg = number4SvgImport;
|
|
256
|
-
export var Number4Icon = Number4IconImport;
|
|
257
186
|
export var number5Svg = number5SvgImport;
|
|
258
|
-
export var Number5Icon = Number5IconImport;
|
|
259
187
|
export var number6Svg = number6SvgImport;
|
|
260
|
-
export var Number6Icon = Number6IconImport;
|
|
261
188
|
export var number7Svg = number7SvgImport;
|
|
262
|
-
export var Number7Icon = Number7IconImport;
|
|
263
189
|
export var number8Svg = number8SvgImport;
|
|
264
|
-
export var Number8Icon = Number8IconImport;
|
|
265
190
|
export var number9Svg = number9SvgImport;
|
|
266
|
-
export var Number9Icon = Number9IconImport;
|
|
267
191
|
export var omegaSvg = omegaSvgImport;
|
|
268
|
-
export var OmegaIcon = OmegaIconImport;
|
|
269
192
|
export var organizationChartSvg = organizationChartSvgImport;
|
|
270
|
-
export var OrganizationChartIcon = OrganizationChartIconImport;
|
|
271
193
|
export var overlineSvg = overlineSvgImport;
|
|
272
|
-
export var OverlineIcon = OverlineIconImport;
|
|
273
194
|
export var pageSeparatorSvg = pageSeparatorSvgImport;
|
|
274
|
-
export var PageSeparatorIcon = PageSeparatorIconImport;
|
|
275
195
|
export var paragraphSvg = paragraphSvgImport;
|
|
276
|
-
export var ParagraphIcon = ParagraphIconImport;
|
|
277
196
|
export var pinyinInputSvg = pinyinInputSvgImport;
|
|
278
|
-
export var PinyinInputIcon = PinyinInputIconImport;
|
|
279
197
|
export var questionMarkSvg = questionMarkSvgImport;
|
|
280
|
-
export var QuestionMarkIcon = QuestionMarkIconImport;
|
|
281
198
|
export var quoteTextSvg = quoteTextSvgImport;
|
|
282
|
-
export var QuoteTextIcon = QuoteTextIconImport;
|
|
283
199
|
export var roundedCornerSvg = roundedCornerSvgImport;
|
|
284
|
-
export var RoundedCornerIcon = RoundedCornerIconImport;
|
|
285
200
|
export var sendBackwardSvg = sendBackwardSvgImport;
|
|
286
|
-
export var SendBackwardIcon = SendBackwardIconImport;
|
|
287
201
|
export var sendToBackSvg = sendToBackSvgImport;
|
|
288
|
-
export var SendToBackIcon = SendToBackIconImport;
|
|
289
202
|
export var separatorSvg = separatorSvgImport;
|
|
290
|
-
export var SeparatorIcon = SeparatorIconImport;
|
|
291
203
|
export var singleQuotesLSvg = singleQuotesLSvgImport;
|
|
292
|
-
export var SingleQuotesLIcon = SingleQuotesLIconImport;
|
|
293
204
|
export var singleQuotesRSvg = singleQuotesRSvgImport;
|
|
294
|
-
export var SingleQuotesRIcon = SingleQuotesRIconImport;
|
|
295
205
|
export var sketchingSvg = sketchingSvgImport;
|
|
296
|
-
export var SketchingIcon = SketchingIconImport;
|
|
297
206
|
export var slashCommands2Svg = slashCommands2SvgImport;
|
|
298
|
-
export var SlashCommands2Icon = SlashCommands2IconImport;
|
|
299
207
|
export var slashCommandsSvg = slashCommandsSvgImport;
|
|
300
|
-
export var SlashCommandsIcon = SlashCommandsIconImport;
|
|
301
208
|
export var sortAscSvg = sortAscSvgImport;
|
|
302
|
-
export var SortAscIcon = SortAscIconImport;
|
|
303
209
|
export var sortDescSvg = sortDescSvgImport;
|
|
304
|
-
export var SortDescIcon = SortDescIconImport;
|
|
305
210
|
export var spaceSvg = spaceSvgImport;
|
|
306
|
-
export var SpaceIcon = SpaceIconImport;
|
|
307
211
|
export var splitCellsHorizontalSvg = splitCellsHorizontalSvgImport;
|
|
308
|
-
export var SplitCellsHorizontalIcon = SplitCellsHorizontalIconImport;
|
|
309
212
|
export var splitCellsVerticalSvg = splitCellsVerticalSvgImport;
|
|
310
|
-
export var SplitCellsVerticalIcon = SplitCellsVerticalIconImport;
|
|
311
213
|
export var strikethrough2Svg = strikethrough2SvgImport;
|
|
312
|
-
export var Strikethrough2Icon = Strikethrough2IconImport;
|
|
313
214
|
export var strikethroughSvg = strikethroughSvgImport;
|
|
314
|
-
export var StrikethroughIcon = StrikethroughIconImport;
|
|
315
215
|
export var subscript2Svg = subscript2SvgImport;
|
|
316
|
-
export var Subscript2Icon = Subscript2IconImport;
|
|
317
216
|
export var subscriptSvg = subscriptSvgImport;
|
|
318
|
-
export var SubscriptIcon = SubscriptIconImport;
|
|
319
217
|
export var superscript2Svg = superscript2SvgImport;
|
|
320
|
-
export var Superscript2Icon = Superscript2IconImport;
|
|
321
218
|
export var superscriptSvg = superscriptSvgImport;
|
|
322
|
-
export var SuperscriptIcon = SuperscriptIconImport;
|
|
323
219
|
export var table2Svg = table2SvgImport;
|
|
324
|
-
export var Table2Icon = Table2IconImport;
|
|
325
220
|
export var textDirectionLSvg = textDirectionLSvgImport;
|
|
326
|
-
export var TextDirectionLIcon = TextDirectionLIconImport;
|
|
327
221
|
export var textDirectionRSvg = textDirectionRSvgImport;
|
|
328
|
-
export var TextDirectionRIcon = TextDirectionRIconImport;
|
|
329
222
|
export var textSpacingSvg = textSpacingSvgImport;
|
|
330
|
-
export var TextSpacingIcon = TextSpacingIconImport;
|
|
331
223
|
export var textWrapSvg = textWrapSvgImport;
|
|
332
|
-
export var TextWrapIcon = TextWrapIconImport;
|
|
333
224
|
export var textSvg = textSvgImport;
|
|
334
|
-
export var TextIcon = TextIconImport;
|
|
335
225
|
export var translate2Svg = translate2SvgImport;
|
|
336
|
-
export var Translate2Icon = Translate2IconImport;
|
|
337
226
|
export var translateSvg = translateSvgImport;
|
|
338
|
-
export var TranslateIcon = TranslateIconImport;
|
|
339
227
|
export var underlineSvg = underlineSvgImport;
|
|
340
|
-
export var UnderlineIcon = UnderlineIconImport;
|
|
341
228
|
export var wubiInputSvg = wubiInputSvgImport;
|
|
342
|
-
export var WubiInputIcon = WubiInputIconImport;
|