@vtj/icons 0.8.22 → 0.8.24
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.mjs +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +2 -2
- package/types/assets.d.ts +385 -385
- package/types/version.d.ts +2 -2
package/types/assets.d.ts
CHANGED
|
@@ -1,388 +1,388 @@
|
|
|
1
|
-
import { default as IconWizard } from '../assets/wizard.svg';
|
|
2
|
-
import { default as IconWarning } from '../assets/warning.svg';
|
|
3
|
-
import { default as IconVideo } from '../assets/video.svg';
|
|
4
|
-
import { default as IconVar } from '../assets/var.svg';
|
|
5
|
-
import { default as IconUserLocked } from '../assets/user-locked.svg';
|
|
6
|
-
import { default as IconUnlocked } from '../assets/unlocked.svg';
|
|
7
|
-
import { default as IconUnfoldOutline } from '../assets/unfold-outline.svg';
|
|
8
|
-
import { default as IconUndo } from '../assets/undo.svg';
|
|
9
|
-
import { default as IconTutorial } from '../assets/tutorial.svg';
|
|
10
|
-
import { default as IconTree } from '../assets/tree.svg';
|
|
11
|
-
import { default as IconTreeShape } from '../assets/tree-shape.svg';
|
|
12
|
-
import { default as IconTrash } from '../assets/trash.svg';
|
|
13
|
-
import { default as IconTransformOriginTop } from '../assets/transform-origin-top.svg';
|
|
14
|
-
import { default as IconTransformOriginTopRight } from '../assets/transform-origin-top-right.svg';
|
|
15
|
-
import { default as IconTransformOriginTopLeft } from '../assets/transform-origin-top-left.svg';
|
|
16
|
-
import { default as IconTransformOriginRight } from '../assets/transform-origin-right.svg';
|
|
17
|
-
import { default as IconTransformOriginPoint } from '../assets/transform-origin-point.svg';
|
|
18
|
-
import { default as IconTransformOriginLeft } from '../assets/transform-origin-left.svg';
|
|
19
|
-
import { default as IconTransformOriginCenter } from '../assets/transform-origin-center.svg';
|
|
20
|
-
import { default as IconTransformOriginBottom } from '../assets/transform-origin-bottom.svg';
|
|
21
|
-
import { default as IconTransformOriginBottomRight } from '../assets/transform-origin-bottom-right.svg';
|
|
22
|
-
import { default as IconTransformOriginBottomLeft } from '../assets/transform-origin-bottom-left.svg';
|
|
23
|
-
import { default as IconTooltip } from '../assets/tooltip.svg';
|
|
24
|
-
import { default as IconTinyLogo } from '../assets/tiny-logo.svg';
|
|
25
|
-
import { default as IconTimeline } from '../assets/timeline.svg';
|
|
26
|
-
import { default as IconTileY } from '../assets/tile-y.svg';
|
|
27
|
-
import { default as IconTileXy } from '../assets/tile-xy.svg';
|
|
28
|
-
import { default as IconTileX } from '../assets/tile-x.svg';
|
|
29
|
-
import { default as IconText } from '../assets/text.svg';
|
|
30
|
-
import { default as IconTextTransformSentence } from '../assets/text-transform-sentence.svg';
|
|
31
|
-
import { default as IconTextTransformLowercase } from '../assets/text-transform-lowercase.svg';
|
|
32
|
-
import { default as IconTextTransformCapitalize } from '../assets/text-transform-capitalize.svg';
|
|
33
|
-
import { default as IconTextSourceString } from '../assets/text-source-string.svg';
|
|
34
|
-
import { default as IconTextSourceSetting } from '../assets/text-source-setting.svg';
|
|
35
|
-
import { default as IconTextSourceListRef } from '../assets/text-source-list-ref.svg';
|
|
36
|
-
import { default as IconTextSourceListClose } from '../assets/text-source-list-close.svg';
|
|
37
|
-
import { default as IconTextSourceListAdd } from '../assets/text-source-list-add.svg';
|
|
38
|
-
import { default as IconTextSourceDelete } from '../assets/text-source-delete.svg';
|
|
39
|
-
import { default as IconTextPageReview } from '../assets/text-page-review.svg';
|
|
40
|
-
import { default as IconTextPageRevert } from '../assets/text-page-revert.svg';
|
|
41
|
-
import { default as IconTextPageLink } from '../assets/text-page-link.svg';
|
|
42
|
-
import { default as IconTextPageHome } from '../assets/text-page-home.svg';
|
|
43
|
-
import { default as IconTextPageFolder } from '../assets/text-page-folder.svg';
|
|
44
|
-
import { default as IconTextPageFolderClosed } from '../assets/text-page-folder-closed.svg';
|
|
45
|
-
import { default as IconTextPageCommon } from '../assets/text-page-common.svg';
|
|
46
|
-
import { default as IconTextDirectionRtl } from '../assets/text-direction-rtl.svg';
|
|
47
|
-
import { default as IconTextDirectionLtr } from '../assets/text-direction-ltr.svg';
|
|
48
|
-
import { default as IconTextDecorationUnderline } from '../assets/text-decoration-underline.svg';
|
|
49
|
-
import { default as IconTextDecorationStrike } from '../assets/text-decoration-strike.svg';
|
|
50
|
-
import { default as IconTextDecorationOverline } from '../assets/text-decoration-overline.svg';
|
|
51
|
-
import { default as IconTextCopyPage } from '../assets/text-copy-page.svg';
|
|
52
|
-
import { default as IconTextAlignRight } from '../assets/text-align-right.svg';
|
|
53
|
-
import { default as IconTextAlignLeft } from '../assets/text-align-left.svg';
|
|
54
|
-
import { default as IconTextAlignJustify } from '../assets/text-align-justify.svg';
|
|
55
|
-
import { default as IconTextAlignCenter } from '../assets/text-align-center.svg';
|
|
56
|
-
import { default as IconTarget } from '../assets/target.svg';
|
|
57
|
-
import { default as IconTag } from '../assets/tag.svg';
|
|
58
|
-
import { default as IconTabs } from '../assets/tabs.svg';
|
|
59
|
-
import { default as IconTabletPortrait } from '../assets/tablet-portrait.svg';
|
|
60
|
-
import { default as IconTablefilter } from '../assets/tablefilter.svg';
|
|
61
|
-
import { default as IconTable } from '../assets/table.svg';
|
|
62
|
-
import { default as IconSymbol } from '../assets/symbol.svg';
|
|
63
|
-
import { default as IconSwitch } from '../assets/switch.svg';
|
|
64
|
-
import { default as IconSwiper } from '../assets/swiper.svg';
|
|
65
|
-
import { default as IconStyleSettingBackgroundImage } from '../assets/style-setting-background-image.svg';
|
|
66
|
-
import { default as IconStart } from '../assets/start.svg';
|
|
67
|
-
import { default as IconStars } from '../assets/stars.svg';
|
|
68
|
-
import { default as IconSmallList } from '../assets/small-list.svg';
|
|
69
|
-
import { default as IconSlot } from '../assets/slot.svg';
|
|
70
|
-
import { default as IconSetting } from '../assets/setting.svg';
|
|
71
|
-
import { default as IconSettingOutline } from '../assets/setting-outline.svg';
|
|
72
|
-
import { default as IconSelect } from '../assets/select.svg';
|
|
73
|
-
import { default as IconSearch } from '../assets/search.svg';
|
|
74
|
-
import { default as IconSave } from '../assets/save.svg';
|
|
75
|
-
import { default as IconRow } from '../assets/row.svg';
|
|
76
|
-
import { default as IconRing } from '../assets/ring.svg';
|
|
77
|
-
import { default as IconRfAlarm } from '../assets/rf-alarm.svg';
|
|
78
|
-
import { default as IconReturn } from '../assets/return.svg';
|
|
79
|
-
import { default as IconResources } from '../assets/resources.svg';
|
|
80
|
-
import { default as IconReport } from '../assets/report.svg';
|
|
81
|
-
import { default as IconRefresh } from '../assets/refresh.svg';
|
|
82
|
-
import { default as IconRedo } from '../assets/redo.svg';
|
|
83
|
-
import { default as IconRealtimeFlow } from '../assets/realtime-flow.svg';
|
|
84
|
-
import { default as IconRadio } from '../assets/radio.svg';
|
|
85
|
-
import { default as IconRadialGradient } from '../assets/radial-gradient.svg';
|
|
86
|
-
import { default as IconRadar } from '../assets/radar.svg';
|
|
87
|
-
import { default as IconPrompt } from '../assets/prompt.svg';
|
|
88
|
-
import { default as IconPreview } from '../assets/preview.svg';
|
|
89
|
-
import { default as IconPositionTop } from '../assets/position-top.svg';
|
|
90
|
-
import { default as IconPositionTopRight } from '../assets/position-top-right.svg';
|
|
91
|
-
import { default as IconPositionTopLeft } from '../assets/position-top-left.svg';
|
|
92
|
-
import { default as IconPositionRight } from '../assets/position-right.svg';
|
|
93
|
-
import { default as IconPositionLeft } from '../assets/position-left.svg';
|
|
94
|
-
import { default as IconPositionBottom } from '../assets/position-bottom.svg';
|
|
95
|
-
import { default as IconPositionBottomRight } from '../assets/position-bottom-right.svg';
|
|
96
|
-
import { default as IconPositionBottomLeft } from '../assets/position-bottom-left.svg';
|
|
97
|
-
import { default as IconPositionAll } from '../assets/position-all.svg';
|
|
98
|
-
import { default as IconPopover } from '../assets/popover.svg';
|
|
99
|
-
import { default as IconPopeditor } from '../assets/popeditor.svg';
|
|
100
|
-
import { default as IconPlus } from '../assets/plus.svg';
|
|
101
|
-
import { default as IconPlusCircle } from '../assets/plus-circle.svg';
|
|
102
|
-
import { default as IconPluginIconVar } from '../assets/plugin-icon-var.svg';
|
|
103
|
-
import { default as IconPluginIconTutorial } from '../assets/plugin-icon-tutorial.svg';
|
|
104
|
-
import { default as IconPluginIconTree } from '../assets/plugin-icon-tree.svg';
|
|
105
|
-
import { default as IconPluginIconSymbol } from '../assets/plugin-icon-symbol.svg';
|
|
106
|
-
import { default as IconPluginIconSresources } from '../assets/plugin-icon-sresources.svg';
|
|
107
|
-
import { default as IconPluginIconRobot } from '../assets/plugin-icon-robot.svg';
|
|
108
|
-
import { default as IconPluginIconPluginHelp } from '../assets/plugin-icon-plugin-help.svg';
|
|
109
|
-
import { default as IconPluginIconPage } from '../assets/plugin-icon-page.svg';
|
|
110
|
-
import { default as IconPluginIconPageSchema } from '../assets/plugin-icon-page-schema.svg';
|
|
111
|
-
import { default as IconPluginIconMaterials } from '../assets/plugin-icon-materials.svg';
|
|
112
|
-
import { default as IconPluginIconLanguage } from '../assets/plugin-icon-language.svg';
|
|
113
|
-
import { default as IconPluginIconJs } from '../assets/plugin-icon-js.svg';
|
|
114
|
-
import { default as IconPluginIconData } from '../assets/plugin-icon-data.svg';
|
|
115
|
-
import { default as IconPluginHelp } from '../assets/plugin-help.svg';
|
|
116
|
-
import { default as IconPie } from '../assets/pie.svg';
|
|
117
|
-
import { default as IconPencilThick } from '../assets/pencil-thick.svg';
|
|
118
|
-
import { default as IconParagraph } from '../assets/paragraph.svg';
|
|
119
|
-
import { default as IconPager } from '../assets/pager.svg';
|
|
120
|
-
import { default as IconPage } from '../assets/page.svg';
|
|
121
|
-
import { default as IconPageSchema } from '../assets/page-schema.svg';
|
|
122
|
-
import { default as IconPadding } from '../assets/padding.svg';
|
|
123
|
-
import { default as IconOverflowScroll } from '../assets/overflow-scroll.svg';
|
|
124
|
-
import { default as IconNumeric } from '../assets/numeric.svg';
|
|
125
|
-
import { default as IconNotifySuccess } from '../assets/notify-success.svg';
|
|
126
|
-
import { default as IconNotifyPrompt } from '../assets/notify-prompt.svg';
|
|
127
|
-
import { default as IconNotifyFailure } from '../assets/notify-failure.svg';
|
|
128
|
-
import { default as IconNotifyAlarm } from '../assets/notify-alarm.svg';
|
|
129
|
-
import { default as IconNonsupportregion } from '../assets/nonsupportregion.svg';
|
|
130
|
-
import { default as IconNews } from '../assets/news.svg';
|
|
131
|
-
import { default as IconNewPage } from '../assets/new-page.svg';
|
|
132
|
-
import { default as IconMobilePortrai } from '../assets/mobile-portrai.svg';
|
|
133
|
-
import { default as IconMobileLandscape } from '../assets/mobile-landscape.svg';
|
|
134
|
-
import { default as IconMenu } from '../assets/menu.svg';
|
|
135
|
-
import { default as IconMaterials } from '../assets/materials.svg';
|
|
136
|
-
import { default as IconMargin } from '../assets/margin.svg';
|
|
137
|
-
import { default as IconLogout } from '../assets/logout.svg';
|
|
138
|
-
import { default as IconLocked } from '../assets/locked.svg';
|
|
139
|
-
import { default as IconLockedOutline } from '../assets/locked-outline.svg';
|
|
140
|
-
import { default as IconLocation } from '../assets/location.svg';
|
|
141
|
-
import { default as IconLoading } from '../assets/loading.svg';
|
|
142
|
-
import { default as IconList } from '../assets/list.svg';
|
|
143
|
-
import { default as IconLink } from '../assets/link.svg';
|
|
144
|
-
import { default as IconLinearGradient } from '../assets/linear-gradient.svg';
|
|
145
|
-
import { default as IconLine } from '../assets/line.svg';
|
|
146
|
-
import { default as IconLaptopCutCorner } from '../assets/laptop-cut-corner.svg';
|
|
147
|
-
import { default as IconLanguage } from '../assets/language.svg';
|
|
148
|
-
import { default as IconJustifyItemsStretch } from '../assets/justify-items-stretch.svg';
|
|
149
|
-
import { default as IconJustifyItemsStart } from '../assets/justify-items-start.svg';
|
|
150
|
-
import { default as IconJustifyItemsEnd } from '../assets/justify-items-end.svg';
|
|
151
|
-
import { default as IconJustifyItemsCenter } from '../assets/justify-items-center.svg';
|
|
152
|
-
import { default as IconJustifyItemsBaseline } from '../assets/justify-items-baseline.svg';
|
|
153
|
-
import { default as IconJustifyContentStretch } from '../assets/justify-content-stretch.svg';
|
|
154
|
-
import { default as IconJustifyContentStart } from '../assets/justify-content-start.svg';
|
|
155
|
-
import { default as IconJustifyContentSpaceBetween } from '../assets/justify-content-space-between.svg';
|
|
156
|
-
import { default as IconJustifyContentSpaceAround } from '../assets/justify-content-space-around.svg';
|
|
157
|
-
import { default as IconJustifyContentEnd } from '../assets/justify-content-end.svg';
|
|
158
|
-
import { default as IconJustifyContentCenter } from '../assets/justify-content-center.svg';
|
|
159
|
-
import { default as IconJson } from '../assets/json.svg';
|
|
160
|
-
import { default as IconJs } from '../assets/js.svg';
|
|
161
|
-
import { default as IconInput } from '../assets/input.svg';
|
|
162
|
-
import { default as IconImage } from '../assets/image.svg';
|
|
163
|
-
import { default as IconIcon } from '../assets/icon.svg';
|
|
164
|
-
import { default as IconHr } from '../assets/hr.svg';
|
|
165
|
-
import { default as IconHome } from '../assets/home.svg';
|
|
166
|
-
import { default as IconHomeOutline } from '../assets/home-outline.svg';
|
|
167
|
-
import { default as IconHistogram } from '../assets/histogram.svg';
|
|
168
|
-
import { default as IconHelp } from '../assets/help.svg';
|
|
169
|
-
import { default as IconHelpCenter } from '../assets/help-center.svg';
|
|
170
|
-
import { default as IconH6 } from '../assets/h6.svg';
|
|
171
|
-
import { default as IconH5 } from '../assets/h5.svg';
|
|
172
|
-
import { default as IconH4 } from '../assets/h4.svg';
|
|
173
|
-
import { default as IconH3 } from '../assets/h3.svg';
|
|
174
|
-
import { default as IconH2 } from '../assets/h2.svg';
|
|
175
|
-
import { default as IconH16 } from '../assets/h16.svg';
|
|
176
|
-
import { default as IconH1 } from '../assets/h1.svg';
|
|
177
|
-
import { default as IconGrid } from '../assets/grid.svg';
|
|
178
|
-
import { default as IconGridRowAuto } from '../assets/grid-row-auto.svg';
|
|
179
|
-
import { default as IconGridColumnFlex } from '../assets/grid-column-flex.svg';
|
|
180
|
-
import { default as IconGenerateCode } from '../assets/generate-code.svg';
|
|
181
|
-
import { default as IconFullScreen } from '../assets/full-screen.svg';
|
|
182
|
-
import { default as IconFrozenpage } from '../assets/frozenpage.svg';
|
|
183
|
-
import { default as IconFormitem } from '../assets/formitem.svg';
|
|
184
|
-
import { default as IconFormfield } from '../assets/formfield.svg';
|
|
185
|
-
import { default as IconForm } from '../assets/form.svg';
|
|
186
|
-
import { default as IconFontStyleNone } from '../assets/font-style-none.svg';
|
|
187
|
-
import { default as IconFontStyleItalic } from '../assets/font-style-italic.svg';
|
|
188
|
-
import { default as IconFolder } from '../assets/folder.svg';
|
|
189
|
-
import { default as IconFolderWold } from '../assets/folder-wold.svg';
|
|
190
|
-
import { default as IconFoldOutline } from '../assets/fold-outline.svg';
|
|
191
|
-
import { default as IconFlowZoomOut } from '../assets/flow-zoom-out.svg';
|
|
192
|
-
import { default as IconFlowZoomIn } from '../assets/flow-zoom-in.svg';
|
|
193
|
-
import { default as IconFlowView } from '../assets/flow-view.svg';
|
|
194
|
-
import { default as IconFlowViewRf } from '../assets/flow-view-rf.svg';
|
|
195
|
-
import { default as IconFlowUndo } from '../assets/flow-undo.svg';
|
|
196
|
-
import { default as IconFlowSuccess } from '../assets/flow-success.svg';
|
|
197
|
-
import { default as IconFlowSetTop } from '../assets/flow-set-top.svg';
|
|
198
|
-
import { default as IconFlowSetBottom } from '../assets/flow-set-bottom.svg';
|
|
199
|
-
import { default as IconFlowSelect } from '../assets/flow-select.svg';
|
|
200
|
-
import { default as IconFlowRequirestar } from '../assets/flow-requirestar.svg';
|
|
201
|
-
import { default as IconFlowRefresh } from '../assets/flow-refresh.svg';
|
|
202
|
-
import { default as IconFlowReduce } from '../assets/flow-reduce.svg';
|
|
203
|
-
import { default as IconFlowRedo } from '../assets/flow-redo.svg';
|
|
204
|
-
import { default as IconFlowPrompt } from '../assets/flow-prompt.svg';
|
|
205
|
-
import { default as IconFlowParams } from '../assets/flow-params.svg';
|
|
206
|
-
import { default as IconFlowParamsRf } from '../assets/flow-params-rf.svg';
|
|
207
|
-
import { default as IconFlowNavigation } from '../assets/flow-navigation.svg';
|
|
208
|
-
import { default as IconFlowMinscreenIcon } from '../assets/flow-minscreen-icon.svg';
|
|
209
|
-
import { default as IconFlowLocation } from '../assets/flow-location.svg';
|
|
210
|
-
import { default as IconFlowHelpCenter } from '../assets/flow-help-center.svg';
|
|
211
|
-
import { default as IconFlowGuide } from '../assets/flow-guide.svg';
|
|
212
|
-
import { default as IconFlowFullscreenIcon } from '../assets/flow-fullscreen-icon.svg';
|
|
213
|
-
import { default as IconFlowFileDownload } from '../assets/flow-file-download.svg';
|
|
214
|
-
import { default as IconFlowFailure } from '../assets/flow-failure.svg';
|
|
215
|
-
import { default as IconFlowEmpty } from '../assets/flow-empty.svg';
|
|
216
|
-
import { default as IconFlowEdit } from '../assets/flow-edit.svg';
|
|
217
|
-
import { default as IconFlowDownload } from '../assets/flow-download.svg';
|
|
218
|
-
import { default as IconFlowDelete } from '../assets/flow-delete.svg';
|
|
219
|
-
import { default as IconFlowCross } from '../assets/flow-cross.svg';
|
|
220
|
-
import { default as IconFlowClear } from '../assets/flow-clear.svg';
|
|
221
|
-
import { default as IconFlowCheckmark } from '../assets/flow-checkmark.svg';
|
|
222
|
-
import { default as IconFlowBoxSelect } from '../assets/flow-box-select.svg';
|
|
223
|
-
import { default as IconFlowBoxSelectRf } from '../assets/flow-box-select-rf.svg';
|
|
224
|
-
import { default as IconFlowAlignVertical } from '../assets/flow-align-vertical.svg';
|
|
225
|
-
import { default as IconFlowAlignTop } from '../assets/flow-align-top.svg';
|
|
226
|
-
import { default as IconFlowAlignRight } from '../assets/flow-align-right.svg';
|
|
227
|
-
import { default as IconFlowAlignRf } from '../assets/flow-align-rf.svg';
|
|
228
|
-
import { default as IconFlowAlignLevel } from '../assets/flow-align-level.svg';
|
|
229
|
-
import { default as IconFlowAlignLeft } from '../assets/flow-align-left.svg';
|
|
230
|
-
import { default as IconFlowAlignBottom } from '../assets/flow-align-bottom.svg';
|
|
231
|
-
import { default as IconFlowAdd } from '../assets/flow-add.svg';
|
|
232
|
-
import { default as IconFlexJustifyspaceBetweenrow } from '../assets/flex-justifyspace-betweenrow.svg';
|
|
233
|
-
import { default as IconFlexJustifyspaceAroundrow } from '../assets/flex-justifyspace-aroundrow.svg';
|
|
234
|
-
import { default as IconFlexJustifyflexStartrow } from '../assets/flex-justifyflex-startrow.svg';
|
|
235
|
-
import { default as IconFlexJustifyflexEndrow } from '../assets/flex-justifyflex-endrow.svg';
|
|
236
|
-
import { default as IconFlexJustifycenterrow } from '../assets/flex-justifycenterrow.svg';
|
|
237
|
-
import { default as IconFlexDirectionrow } from '../assets/flex-directionrow.svg';
|
|
238
|
-
import { default as IconFlexDirectionrowReverse } from '../assets/flex-directionrow-reverse.svg';
|
|
239
|
-
import { default as IconFlexDirectioncolumn } from '../assets/flex-directioncolumn.svg';
|
|
240
|
-
import { default as IconFlexDirectioncolumnReverse } from '../assets/flex-directioncolumn-reverse.svg';
|
|
241
|
-
import { default as IconFlexAlignstretchrow } from '../assets/flex-alignstretchrow.svg';
|
|
242
|
-
import { default as IconFlexAlignflexStartrow } from '../assets/flex-alignflex-startrow.svg';
|
|
243
|
-
import { default as IconFlexAlignflexEndrow } from '../assets/flex-alignflex-endrow.svg';
|
|
244
|
-
import { default as IconFlexAligncenterrow } from '../assets/flex-aligncenterrow.svg';
|
|
245
|
-
import { default as IconFlexAlignbaselinerow } from '../assets/flex-alignbaselinerow.svg';
|
|
246
|
-
import { default as IconFixed } from '../assets/fixed.svg';
|
|
247
|
-
import { default as IconFarthestSide } from '../assets/farthest-side.svg';
|
|
248
|
-
import { default as IconFarthestCorner } from '../assets/farthest-corner.svg';
|
|
249
|
-
import { default as IconEye } from '../assets/eye.svg';
|
|
250
|
-
import { default as IconEyeInvisible } from '../assets/eye-invisible.svg';
|
|
251
|
-
import { default as IconExpand } from '../assets/expand.svg';
|
|
252
|
-
import { default as IconEvents } from '../assets/events.svg';
|
|
253
|
-
import { default as IconError } from '../assets/error.svg';
|
|
254
|
-
import { default as IconEn } from '../assets/en.svg';
|
|
255
|
-
import { default as IconEmpty } from '../assets/empty.svg';
|
|
256
|
-
import { default as IconEmptyData } from '../assets/empty-data.svg';
|
|
257
|
-
import { default as IconEmptyAction } from '../assets/empty-action.svg';
|
|
258
|
-
import { default as IconEllipsis } from '../assets/ellipsis.svg';
|
|
259
|
-
import { default as IconEdit } from '../assets/edit.svg';
|
|
260
|
-
import { default as IconDropdown } from '../assets/dropdown.svg';
|
|
261
|
-
import { default as IconDragger } from '../assets/dragger.svg';
|
|
262
|
-
import { default as IconDisplayInline } from '../assets/display-inline.svg';
|
|
263
|
-
import { default as IconDisplayInlineBlock } from '../assets/display-inline-block.svg';
|
|
264
|
-
import { default as IconDisplayGrid } from '../assets/display-grid.svg';
|
|
265
|
-
import { default as IconDisplayFlex } from '../assets/display-flex.svg';
|
|
266
|
-
import { default as IconDisplayBlock } from '../assets/display-block.svg';
|
|
267
|
-
import { default as IconDialogbox } from '../assets/dialogbox.svg';
|
|
268
|
-
import { default as IconDesktopLarge } from '../assets/desktop-large.svg';
|
|
269
|
-
import { default as IconDescend } from '../assets/descend.svg';
|
|
270
|
-
import { default as IconDelete } from '../assets/delete.svg';
|
|
271
|
-
import { default as IconDaterange } from '../assets/daterange.svg';
|
|
272
|
-
import { default as IconDatepick } from '../assets/datepick.svg';
|
|
273
|
-
import { default as IconData } from '../assets/data.svg';
|
|
274
|
-
import { default as IconCursorZoomOut } from '../assets/cursor-zoom-out.svg';
|
|
275
|
-
import { default as IconCursorZoomIn } from '../assets/cursor-zoom-in.svg';
|
|
276
|
-
import { default as IconCursorWait } from '../assets/cursor-wait.svg';
|
|
277
|
-
import { default as IconCursorWResize } from '../assets/cursor-w-resize.svg';
|
|
278
|
-
import { default as IconCursorVerticalText } from '../assets/cursor-vertical-text.svg';
|
|
279
|
-
import { default as IconCursorText } from '../assets/cursor-text.svg';
|
|
280
|
-
import { default as IconCursorSwResize } from '../assets/cursor-sw-resize.svg';
|
|
281
|
-
import { default as IconCursorSeResize } from '../assets/cursor-se-resize.svg';
|
|
282
|
-
import { default as IconCursorSResize } from '../assets/cursor-s-resize.svg';
|
|
283
|
-
import { default as IconCursorRowResize } from '../assets/cursor-row-resize.svg';
|
|
284
|
-
import { default as IconCursorProgress } from '../assets/cursor-progress.svg';
|
|
285
|
-
import { default as IconCursorPointer } from '../assets/cursor-pointer.svg';
|
|
286
|
-
import { default as IconCursorNwseResize } from '../assets/cursor-nwse-resize.svg';
|
|
287
|
-
import { default as IconCursorNwResize } from '../assets/cursor-nw-resize.svg';
|
|
288
|
-
import { default as IconCursorNsResize } from '../assets/cursor-ns-resize.svg';
|
|
289
|
-
import { default as IconCursorNotAllowed } from '../assets/cursor-not-allowed.svg';
|
|
290
|
-
import { default as IconCursorNone } from '../assets/cursor-none.svg';
|
|
291
|
-
import { default as IconCursorNeswResize } from '../assets/cursor-nesw-resize.svg';
|
|
292
|
-
import { default as IconCursorNeResize } from '../assets/cursor-ne-resize.svg';
|
|
293
|
-
import { default as IconCursorNResize } from '../assets/cursor-n-resize.svg';
|
|
294
|
-
import { default as IconCursorMove } from '../assets/cursor-move.svg';
|
|
295
|
-
import { default as IconCursorHelp } from '../assets/cursor-help.svg';
|
|
296
|
-
import { default as IconCursorGrabbing } from '../assets/cursor-grabbing.svg';
|
|
297
|
-
import { default as IconCursorGrab } from '../assets/cursor-grab.svg';
|
|
298
|
-
import { default as IconCursorEwResize } from '../assets/cursor-ew-resize.svg';
|
|
299
|
-
import { default as IconCursorEResize } from '../assets/cursor-e-resize.svg';
|
|
300
|
-
import { default as IconCursorCrosshair } from '../assets/cursor-crosshair.svg';
|
|
301
|
-
import { default as IconCursorCopy } from '../assets/cursor-copy.svg';
|
|
302
|
-
import { default as IconCursorContextMenu } from '../assets/cursor-context-menu.svg';
|
|
303
|
-
import { default as IconCursorColResize } from '../assets/cursor-col-resize.svg';
|
|
304
|
-
import { default as IconCursorCell } from '../assets/cursor-cell.svg';
|
|
305
|
-
import { default as IconCursorAuto } from '../assets/cursor-auto.svg';
|
|
306
|
-
import { default as IconCursorAlias } from '../assets/cursor-alias.svg';
|
|
307
|
-
import { default as IconCross } from '../assets/cross.svg';
|
|
308
|
-
import { default as IconCopy } from '../assets/copy.svg';
|
|
309
|
-
import { default as IconCopyOutline } from '../assets/copy-outline.svg';
|
|
310
|
-
import { default as IconCollection } from '../assets/collection.svg';
|
|
311
|
-
import { default as IconCollapse } from '../assets/collapse.svg';
|
|
312
|
-
import { default as IconCol } from '../assets/col.svg';
|
|
313
|
-
import { default as IconCn } from '../assets/cn.svg';
|
|
314
|
-
import { default as IconCloudShell } from '../assets/cloud-shell.svg';
|
|
315
|
-
import { default as IconClosestSide } from '../assets/closest-side.svg';
|
|
316
|
-
import { default as IconClosestCorner } from '../assets/closest-corner.svg';
|
|
317
|
-
import { default as IconClose } from '../assets/close.svg';
|
|
318
|
-
import { default as IconClockWise } from '../assets/clock-wise.svg';
|
|
319
|
-
import { default as IconClockWiseCounter } from '../assets/clock-wise-counter.svg';
|
|
320
|
-
import { default as IconClockSmall } from '../assets/clock-small.svg';
|
|
321
|
-
import { default as IconClear } from '../assets/clear.svg';
|
|
322
|
-
import { default as IconCheckout } from '../assets/checkout.svg';
|
|
323
|
-
import { default as IconCheckin } from '../assets/checkin.svg';
|
|
324
|
-
import { default as IconCheckboxs } from '../assets/checkboxs.svg';
|
|
325
|
-
import { default as IconCheckboxgroup } from '../assets/checkboxgroup.svg';
|
|
326
|
-
import { default as IconCheckbox } from '../assets/checkbox.svg';
|
|
327
|
-
import { default as IconChatMinimize } from '../assets/chat-minimize.svg';
|
|
328
|
-
import { default as IconChatMicrophone } from '../assets/chat-microphone.svg';
|
|
329
|
-
import { default as IconChatMessage } from '../assets/chat-message.svg';
|
|
330
|
-
import { default as IconChatMaximize } from '../assets/chat-maximize.svg';
|
|
331
|
-
import { default as IconCarouselitem } from '../assets/carouselitem.svg';
|
|
332
|
-
import { default as IconCarousel } from '../assets/carousel.svg';
|
|
333
|
-
import { default as IconCanvasFit } from '../assets/canvas-fit.svg';
|
|
334
|
-
import { default as IconCancelFullScreen } from '../assets/cancel-full-screen.svg';
|
|
335
|
-
import { default as IconButtons } from '../assets/buttons.svg';
|
|
336
|
-
import { default as IconButton } from '../assets/button.svg';
|
|
337
|
-
import { default as IconBridge } from '../assets/bridge.svg';
|
|
338
|
-
import { default as IconBreadcrumb } from '../assets/breadcrumb.svg';
|
|
339
|
-
import { default as IconBox } from '../assets/box.svg';
|
|
340
|
-
import { default as IconBorderTop } from '../assets/border-top.svg';
|
|
341
|
-
import { default as IconBorderStyleSolid } from '../assets/border-style-solid.svg';
|
|
342
|
-
import { default as IconBorderStyleDotted } from '../assets/border-style-dotted.svg';
|
|
343
|
-
import { default as IconBorderStyleDashed } from '../assets/border-style-dashed.svg';
|
|
344
|
-
import { default as IconBorderRight } from '../assets/border-right.svg';
|
|
345
|
-
import { default as IconBorderRadiusTopright } from '../assets/border-radius-topright.svg';
|
|
346
|
-
import { default as IconBorderRadiusTopleft } from '../assets/border-radius-topleft.svg';
|
|
347
|
-
import { default as IconBorderRadiusSingle } from '../assets/border-radius-single.svg';
|
|
348
|
-
import { default as IconBorderRadiusMultiple } from '../assets/border-radius-multiple.svg';
|
|
349
|
-
import { default as IconBorderRadiusBottomright } from '../assets/border-radius-bottomright.svg';
|
|
350
|
-
import { default as IconBorderRadiusBottomleft } from '../assets/border-radius-bottomleft.svg';
|
|
351
|
-
import { default as IconBorderLeft } from '../assets/border-left.svg';
|
|
352
|
-
import { default as IconBorderBottom } from '../assets/border-bottom.svg';
|
|
353
|
-
import { default as IconBorderAll } from '../assets/border-all.svg';
|
|
354
|
-
import { default as IconBlockManage } from '../assets/block-manage.svg';
|
|
355
|
-
import { default as IconBlockDefaultImg } from '../assets/block-default-img.svg';
|
|
356
|
-
import { default as IconBindVariable } from '../assets/bind-variable.svg';
|
|
357
|
-
import { default as IconBeta } from '../assets/beta.svg';
|
|
358
|
-
import { default as IconBem } from '../assets/bem.svg';
|
|
359
|
-
import { default as IconBeingmaintained } from '../assets/beingmaintained.svg';
|
|
360
|
-
import { default as IconBdlayout } from '../assets/bdlayout.svg';
|
|
361
|
-
import { default as IconBasicSearch } from '../assets/basic-search.svg';
|
|
362
|
-
import { default as IconBar } from '../assets/bar.svg';
|
|
363
|
-
import { default as IconBackgroundImage } from '../assets/background-image.svg';
|
|
364
|
-
import { default as IconBackgroundColor } from '../assets/background-color.svg';
|
|
365
|
-
import { default as IconAlignItemsStretch } from '../assets/align-items-stretch.svg';
|
|
366
|
-
import { default as IconAlignItemsStart } from '../assets/align-items-start.svg';
|
|
367
|
-
import { default as IconAlignItemsEnd } from '../assets/align-items-end.svg';
|
|
368
|
-
import { default as IconAlignItemsCenter } from '../assets/align-items-center.svg';
|
|
369
|
-
import { default as IconAlignItemsBaseline } from '../assets/align-items-baseline.svg';
|
|
370
|
-
import { default as IconAlignContentStretch } from '../assets/align-content-stretch.svg';
|
|
371
|
-
import { default as IconAlignContentStart } from '../assets/align-content-start.svg';
|
|
372
|
-
import { default as IconAlignContentSpaceBetween } from '../assets/align-content-space-between.svg';
|
|
373
|
-
import { default as IconAlignContentSpaceAround } from '../assets/align-content-space-around.svg';
|
|
374
|
-
import { default as IconAlignContentEnd } from '../assets/align-content-end.svg';
|
|
375
|
-
import { default as IconAlignContentCenter } from '../assets/align-content-center.svg';
|
|
376
|
-
import { default as IconAlert } from '../assets/alert.svg';
|
|
377
|
-
import { default as IconAdd } from '../assets/add.svg';
|
|
378
|
-
import { default as IconAddUtils } from '../assets/add-utils.svg';
|
|
379
|
-
import { default as IconAddPage } from '../assets/add-page.svg';
|
|
380
|
-
import { default as IconAddPageNew } from '../assets/add-page-new.svg';
|
|
381
|
-
import { default as IconAddGroup } from '../assets/add-group.svg';
|
|
382
|
-
import { default as IconAddFolder } from '../assets/add-folder.svg';
|
|
383
|
-
import { default as IconAddCollection } from '../assets/add-collection.svg';
|
|
384
|
-
import { default as IconAchart } from '../assets/achart.svg';
|
|
385
|
-
import { default as IconAccordion } from '../assets/accordion.svg';
|
|
386
1
|
import { default as IconAccessdeclined } from '../assets/accessdeclined.svg';
|
|
2
|
+
import { default as IconAccordion } from '../assets/accordion.svg';
|
|
3
|
+
import { default as IconAchart } from '../assets/achart.svg';
|
|
4
|
+
import { default as IconAddCollection } from '../assets/add-collection.svg';
|
|
5
|
+
import { default as IconAddFolder } from '../assets/add-folder.svg';
|
|
6
|
+
import { default as IconAddGroup } from '../assets/add-group.svg';
|
|
7
|
+
import { default as IconAddPageNew } from '../assets/add-page-new.svg';
|
|
8
|
+
import { default as IconAddPage } from '../assets/add-page.svg';
|
|
9
|
+
import { default as IconAddUtils } from '../assets/add-utils.svg';
|
|
10
|
+
import { default as IconAdd } from '../assets/add.svg';
|
|
11
|
+
import { default as IconAlert } from '../assets/alert.svg';
|
|
12
|
+
import { default as IconAlignContentCenter } from '../assets/align-content-center.svg';
|
|
13
|
+
import { default as IconAlignContentEnd } from '../assets/align-content-end.svg';
|
|
14
|
+
import { default as IconAlignContentSpaceAround } from '../assets/align-content-space-around.svg';
|
|
15
|
+
import { default as IconAlignContentSpaceBetween } from '../assets/align-content-space-between.svg';
|
|
16
|
+
import { default as IconAlignContentStart } from '../assets/align-content-start.svg';
|
|
17
|
+
import { default as IconAlignContentStretch } from '../assets/align-content-stretch.svg';
|
|
18
|
+
import { default as IconAlignItemsBaseline } from '../assets/align-items-baseline.svg';
|
|
19
|
+
import { default as IconAlignItemsCenter } from '../assets/align-items-center.svg';
|
|
20
|
+
import { default as IconAlignItemsEnd } from '../assets/align-items-end.svg';
|
|
21
|
+
import { default as IconAlignItemsStart } from '../assets/align-items-start.svg';
|
|
22
|
+
import { default as IconAlignItemsStretch } from '../assets/align-items-stretch.svg';
|
|
23
|
+
import { default as IconBackgroundColor } from '../assets/background-color.svg';
|
|
24
|
+
import { default as IconBackgroundImage } from '../assets/background-image.svg';
|
|
25
|
+
import { default as IconBar } from '../assets/bar.svg';
|
|
26
|
+
import { default as IconBasicSearch } from '../assets/basic-search.svg';
|
|
27
|
+
import { default as IconBdlayout } from '../assets/bdlayout.svg';
|
|
28
|
+
import { default as IconBeingmaintained } from '../assets/beingmaintained.svg';
|
|
29
|
+
import { default as IconBem } from '../assets/bem.svg';
|
|
30
|
+
import { default as IconBeta } from '../assets/beta.svg';
|
|
31
|
+
import { default as IconBindVariable } from '../assets/bind-variable.svg';
|
|
32
|
+
import { default as IconBlockDefaultImg } from '../assets/block-default-img.svg';
|
|
33
|
+
import { default as IconBlockManage } from '../assets/block-manage.svg';
|
|
34
|
+
import { default as IconBorderAll } from '../assets/border-all.svg';
|
|
35
|
+
import { default as IconBorderBottom } from '../assets/border-bottom.svg';
|
|
36
|
+
import { default as IconBorderLeft } from '../assets/border-left.svg';
|
|
37
|
+
import { default as IconBorderRadiusBottomleft } from '../assets/border-radius-bottomleft.svg';
|
|
38
|
+
import { default as IconBorderRadiusBottomright } from '../assets/border-radius-bottomright.svg';
|
|
39
|
+
import { default as IconBorderRadiusMultiple } from '../assets/border-radius-multiple.svg';
|
|
40
|
+
import { default as IconBorderRadiusSingle } from '../assets/border-radius-single.svg';
|
|
41
|
+
import { default as IconBorderRadiusTopleft } from '../assets/border-radius-topleft.svg';
|
|
42
|
+
import { default as IconBorderRadiusTopright } from '../assets/border-radius-topright.svg';
|
|
43
|
+
import { default as IconBorderRight } from '../assets/border-right.svg';
|
|
44
|
+
import { default as IconBorderStyleDashed } from '../assets/border-style-dashed.svg';
|
|
45
|
+
import { default as IconBorderStyleDotted } from '../assets/border-style-dotted.svg';
|
|
46
|
+
import { default as IconBorderStyleSolid } from '../assets/border-style-solid.svg';
|
|
47
|
+
import { default as IconBorderTop } from '../assets/border-top.svg';
|
|
48
|
+
import { default as IconBox } from '../assets/box.svg';
|
|
49
|
+
import { default as IconBreadcrumb } from '../assets/breadcrumb.svg';
|
|
50
|
+
import { default as IconBridge } from '../assets/bridge.svg';
|
|
51
|
+
import { default as IconButton } from '../assets/button.svg';
|
|
52
|
+
import { default as IconButtons } from '../assets/buttons.svg';
|
|
53
|
+
import { default as IconCancelFullScreen } from '../assets/cancel-full-screen.svg';
|
|
54
|
+
import { default as IconCanvasFit } from '../assets/canvas-fit.svg';
|
|
55
|
+
import { default as IconCarousel } from '../assets/carousel.svg';
|
|
56
|
+
import { default as IconCarouselitem } from '../assets/carouselitem.svg';
|
|
57
|
+
import { default as IconChatMaximize } from '../assets/chat-maximize.svg';
|
|
58
|
+
import { default as IconChatMessage } from '../assets/chat-message.svg';
|
|
59
|
+
import { default as IconChatMicrophone } from '../assets/chat-microphone.svg';
|
|
60
|
+
import { default as IconChatMinimize } from '../assets/chat-minimize.svg';
|
|
61
|
+
import { default as IconCheckbox } from '../assets/checkbox.svg';
|
|
62
|
+
import { default as IconCheckboxgroup } from '../assets/checkboxgroup.svg';
|
|
63
|
+
import { default as IconCheckboxs } from '../assets/checkboxs.svg';
|
|
64
|
+
import { default as IconCheckin } from '../assets/checkin.svg';
|
|
65
|
+
import { default as IconCheckout } from '../assets/checkout.svg';
|
|
66
|
+
import { default as IconClear } from '../assets/clear.svg';
|
|
67
|
+
import { default as IconClockSmall } from '../assets/clock-small.svg';
|
|
68
|
+
import { default as IconClockWiseCounter } from '../assets/clock-wise-counter.svg';
|
|
69
|
+
import { default as IconClockWise } from '../assets/clock-wise.svg';
|
|
70
|
+
import { default as IconClose } from '../assets/close.svg';
|
|
71
|
+
import { default as IconClosestCorner } from '../assets/closest-corner.svg';
|
|
72
|
+
import { default as IconClosestSide } from '../assets/closest-side.svg';
|
|
73
|
+
import { default as IconCloudShell } from '../assets/cloud-shell.svg';
|
|
74
|
+
import { default as IconCn } from '../assets/cn.svg';
|
|
75
|
+
import { default as IconCol } from '../assets/col.svg';
|
|
76
|
+
import { default as IconCollapse } from '../assets/collapse.svg';
|
|
77
|
+
import { default as IconCollection } from '../assets/collection.svg';
|
|
78
|
+
import { default as IconCopyOutline } from '../assets/copy-outline.svg';
|
|
79
|
+
import { default as IconCopy } from '../assets/copy.svg';
|
|
80
|
+
import { default as IconCross } from '../assets/cross.svg';
|
|
81
|
+
import { default as IconCursorAlias } from '../assets/cursor-alias.svg';
|
|
82
|
+
import { default as IconCursorAuto } from '../assets/cursor-auto.svg';
|
|
83
|
+
import { default as IconCursorCell } from '../assets/cursor-cell.svg';
|
|
84
|
+
import { default as IconCursorColResize } from '../assets/cursor-col-resize.svg';
|
|
85
|
+
import { default as IconCursorContextMenu } from '../assets/cursor-context-menu.svg';
|
|
86
|
+
import { default as IconCursorCopy } from '../assets/cursor-copy.svg';
|
|
87
|
+
import { default as IconCursorCrosshair } from '../assets/cursor-crosshair.svg';
|
|
88
|
+
import { default as IconCursorEResize } from '../assets/cursor-e-resize.svg';
|
|
89
|
+
import { default as IconCursorEwResize } from '../assets/cursor-ew-resize.svg';
|
|
90
|
+
import { default as IconCursorGrab } from '../assets/cursor-grab.svg';
|
|
91
|
+
import { default as IconCursorGrabbing } from '../assets/cursor-grabbing.svg';
|
|
92
|
+
import { default as IconCursorHelp } from '../assets/cursor-help.svg';
|
|
93
|
+
import { default as IconCursorMove } from '../assets/cursor-move.svg';
|
|
94
|
+
import { default as IconCursorNResize } from '../assets/cursor-n-resize.svg';
|
|
95
|
+
import { default as IconCursorNeResize } from '../assets/cursor-ne-resize.svg';
|
|
96
|
+
import { default as IconCursorNeswResize } from '../assets/cursor-nesw-resize.svg';
|
|
97
|
+
import { default as IconCursorNone } from '../assets/cursor-none.svg';
|
|
98
|
+
import { default as IconCursorNotAllowed } from '../assets/cursor-not-allowed.svg';
|
|
99
|
+
import { default as IconCursorNsResize } from '../assets/cursor-ns-resize.svg';
|
|
100
|
+
import { default as IconCursorNwResize } from '../assets/cursor-nw-resize.svg';
|
|
101
|
+
import { default as IconCursorNwseResize } from '../assets/cursor-nwse-resize.svg';
|
|
102
|
+
import { default as IconCursorPointer } from '../assets/cursor-pointer.svg';
|
|
103
|
+
import { default as IconCursorProgress } from '../assets/cursor-progress.svg';
|
|
104
|
+
import { default as IconCursorRowResize } from '../assets/cursor-row-resize.svg';
|
|
105
|
+
import { default as IconCursorSResize } from '../assets/cursor-s-resize.svg';
|
|
106
|
+
import { default as IconCursorSeResize } from '../assets/cursor-se-resize.svg';
|
|
107
|
+
import { default as IconCursorSwResize } from '../assets/cursor-sw-resize.svg';
|
|
108
|
+
import { default as IconCursorText } from '../assets/cursor-text.svg';
|
|
109
|
+
import { default as IconCursorVerticalText } from '../assets/cursor-vertical-text.svg';
|
|
110
|
+
import { default as IconCursorWResize } from '../assets/cursor-w-resize.svg';
|
|
111
|
+
import { default as IconCursorWait } from '../assets/cursor-wait.svg';
|
|
112
|
+
import { default as IconCursorZoomIn } from '../assets/cursor-zoom-in.svg';
|
|
113
|
+
import { default as IconCursorZoomOut } from '../assets/cursor-zoom-out.svg';
|
|
114
|
+
import { default as IconData } from '../assets/data.svg';
|
|
115
|
+
import { default as IconDatepick } from '../assets/datepick.svg';
|
|
116
|
+
import { default as IconDaterange } from '../assets/daterange.svg';
|
|
117
|
+
import { default as IconDelete } from '../assets/delete.svg';
|
|
118
|
+
import { default as IconDescend } from '../assets/descend.svg';
|
|
119
|
+
import { default as IconDesktopLarge } from '../assets/desktop-large.svg';
|
|
120
|
+
import { default as IconDialogbox } from '../assets/dialogbox.svg';
|
|
121
|
+
import { default as IconDisplayBlock } from '../assets/display-block.svg';
|
|
122
|
+
import { default as IconDisplayFlex } from '../assets/display-flex.svg';
|
|
123
|
+
import { default as IconDisplayGrid } from '../assets/display-grid.svg';
|
|
124
|
+
import { default as IconDisplayInlineBlock } from '../assets/display-inline-block.svg';
|
|
125
|
+
import { default as IconDisplayInline } from '../assets/display-inline.svg';
|
|
126
|
+
import { default as IconDragger } from '../assets/dragger.svg';
|
|
127
|
+
import { default as IconDropdown } from '../assets/dropdown.svg';
|
|
128
|
+
import { default as IconEdit } from '../assets/edit.svg';
|
|
129
|
+
import { default as IconEllipsis } from '../assets/ellipsis.svg';
|
|
130
|
+
import { default as IconEmptyAction } from '../assets/empty-action.svg';
|
|
131
|
+
import { default as IconEmptyData } from '../assets/empty-data.svg';
|
|
132
|
+
import { default as IconEmpty } from '../assets/empty.svg';
|
|
133
|
+
import { default as IconEn } from '../assets/en.svg';
|
|
134
|
+
import { default as IconError } from '../assets/error.svg';
|
|
135
|
+
import { default as IconEvents } from '../assets/events.svg';
|
|
136
|
+
import { default as IconExpand } from '../assets/expand.svg';
|
|
137
|
+
import { default as IconEyeInvisible } from '../assets/eye-invisible.svg';
|
|
138
|
+
import { default as IconEye } from '../assets/eye.svg';
|
|
139
|
+
import { default as IconFarthestCorner } from '../assets/farthest-corner.svg';
|
|
140
|
+
import { default as IconFarthestSide } from '../assets/farthest-side.svg';
|
|
141
|
+
import { default as IconFixed } from '../assets/fixed.svg';
|
|
142
|
+
import { default as IconFlexAlignbaselinerow } from '../assets/flex-alignbaselinerow.svg';
|
|
143
|
+
import { default as IconFlexAligncenterrow } from '../assets/flex-aligncenterrow.svg';
|
|
144
|
+
import { default as IconFlexAlignflexEndrow } from '../assets/flex-alignflex-endrow.svg';
|
|
145
|
+
import { default as IconFlexAlignflexStartrow } from '../assets/flex-alignflex-startrow.svg';
|
|
146
|
+
import { default as IconFlexAlignstretchrow } from '../assets/flex-alignstretchrow.svg';
|
|
147
|
+
import { default as IconFlexDirectioncolumnReverse } from '../assets/flex-directioncolumn-reverse.svg';
|
|
148
|
+
import { default as IconFlexDirectioncolumn } from '../assets/flex-directioncolumn.svg';
|
|
149
|
+
import { default as IconFlexDirectionrowReverse } from '../assets/flex-directionrow-reverse.svg';
|
|
150
|
+
import { default as IconFlexDirectionrow } from '../assets/flex-directionrow.svg';
|
|
151
|
+
import { default as IconFlexJustifycenterrow } from '../assets/flex-justifycenterrow.svg';
|
|
152
|
+
import { default as IconFlexJustifyflexEndrow } from '../assets/flex-justifyflex-endrow.svg';
|
|
153
|
+
import { default as IconFlexJustifyflexStartrow } from '../assets/flex-justifyflex-startrow.svg';
|
|
154
|
+
import { default as IconFlexJustifyspaceAroundrow } from '../assets/flex-justifyspace-aroundrow.svg';
|
|
155
|
+
import { default as IconFlexJustifyspaceBetweenrow } from '../assets/flex-justifyspace-betweenrow.svg';
|
|
156
|
+
import { default as IconFlowAdd } from '../assets/flow-add.svg';
|
|
157
|
+
import { default as IconFlowAlignBottom } from '../assets/flow-align-bottom.svg';
|
|
158
|
+
import { default as IconFlowAlignLeft } from '../assets/flow-align-left.svg';
|
|
159
|
+
import { default as IconFlowAlignLevel } from '../assets/flow-align-level.svg';
|
|
160
|
+
import { default as IconFlowAlignRf } from '../assets/flow-align-rf.svg';
|
|
161
|
+
import { default as IconFlowAlignRight } from '../assets/flow-align-right.svg';
|
|
162
|
+
import { default as IconFlowAlignTop } from '../assets/flow-align-top.svg';
|
|
163
|
+
import { default as IconFlowAlignVertical } from '../assets/flow-align-vertical.svg';
|
|
164
|
+
import { default as IconFlowBoxSelectRf } from '../assets/flow-box-select-rf.svg';
|
|
165
|
+
import { default as IconFlowBoxSelect } from '../assets/flow-box-select.svg';
|
|
166
|
+
import { default as IconFlowCheckmark } from '../assets/flow-checkmark.svg';
|
|
167
|
+
import { default as IconFlowClear } from '../assets/flow-clear.svg';
|
|
168
|
+
import { default as IconFlowCross } from '../assets/flow-cross.svg';
|
|
169
|
+
import { default as IconFlowDelete } from '../assets/flow-delete.svg';
|
|
170
|
+
import { default as IconFlowDownload } from '../assets/flow-download.svg';
|
|
171
|
+
import { default as IconFlowEdit } from '../assets/flow-edit.svg';
|
|
172
|
+
import { default as IconFlowEmpty } from '../assets/flow-empty.svg';
|
|
173
|
+
import { default as IconFlowFailure } from '../assets/flow-failure.svg';
|
|
174
|
+
import { default as IconFlowFileDownload } from '../assets/flow-file-download.svg';
|
|
175
|
+
import { default as IconFlowFullscreenIcon } from '../assets/flow-fullscreen-icon.svg';
|
|
176
|
+
import { default as IconFlowGuide } from '../assets/flow-guide.svg';
|
|
177
|
+
import { default as IconFlowHelpCenter } from '../assets/flow-help-center.svg';
|
|
178
|
+
import { default as IconFlowLocation } from '../assets/flow-location.svg';
|
|
179
|
+
import { default as IconFlowMinscreenIcon } from '../assets/flow-minscreen-icon.svg';
|
|
180
|
+
import { default as IconFlowNavigation } from '../assets/flow-navigation.svg';
|
|
181
|
+
import { default as IconFlowParamsRf } from '../assets/flow-params-rf.svg';
|
|
182
|
+
import { default as IconFlowParams } from '../assets/flow-params.svg';
|
|
183
|
+
import { default as IconFlowPrompt } from '../assets/flow-prompt.svg';
|
|
184
|
+
import { default as IconFlowRedo } from '../assets/flow-redo.svg';
|
|
185
|
+
import { default as IconFlowReduce } from '../assets/flow-reduce.svg';
|
|
186
|
+
import { default as IconFlowRefresh } from '../assets/flow-refresh.svg';
|
|
187
|
+
import { default as IconFlowRequirestar } from '../assets/flow-requirestar.svg';
|
|
188
|
+
import { default as IconFlowSelect } from '../assets/flow-select.svg';
|
|
189
|
+
import { default as IconFlowSetBottom } from '../assets/flow-set-bottom.svg';
|
|
190
|
+
import { default as IconFlowSetTop } from '../assets/flow-set-top.svg';
|
|
191
|
+
import { default as IconFlowSuccess } from '../assets/flow-success.svg';
|
|
192
|
+
import { default as IconFlowUndo } from '../assets/flow-undo.svg';
|
|
193
|
+
import { default as IconFlowViewRf } from '../assets/flow-view-rf.svg';
|
|
194
|
+
import { default as IconFlowView } from '../assets/flow-view.svg';
|
|
195
|
+
import { default as IconFlowZoomIn } from '../assets/flow-zoom-in.svg';
|
|
196
|
+
import { default as IconFlowZoomOut } from '../assets/flow-zoom-out.svg';
|
|
197
|
+
import { default as IconFoldOutline } from '../assets/fold-outline.svg';
|
|
198
|
+
import { default as IconFolderWold } from '../assets/folder-wold.svg';
|
|
199
|
+
import { default as IconFolder } from '../assets/folder.svg';
|
|
200
|
+
import { default as IconFontStyleItalic } from '../assets/font-style-italic.svg';
|
|
201
|
+
import { default as IconFontStyleNone } from '../assets/font-style-none.svg';
|
|
202
|
+
import { default as IconForm } from '../assets/form.svg';
|
|
203
|
+
import { default as IconFormfield } from '../assets/formfield.svg';
|
|
204
|
+
import { default as IconFormitem } from '../assets/formitem.svg';
|
|
205
|
+
import { default as IconFrozenpage } from '../assets/frozenpage.svg';
|
|
206
|
+
import { default as IconFullScreen } from '../assets/full-screen.svg';
|
|
207
|
+
import { default as IconGenerateCode } from '../assets/generate-code.svg';
|
|
208
|
+
import { default as IconGridColumnFlex } from '../assets/grid-column-flex.svg';
|
|
209
|
+
import { default as IconGridRowAuto } from '../assets/grid-row-auto.svg';
|
|
210
|
+
import { default as IconGrid } from '../assets/grid.svg';
|
|
211
|
+
import { default as IconH1 } from '../assets/h1.svg';
|
|
212
|
+
import { default as IconH16 } from '../assets/h16.svg';
|
|
213
|
+
import { default as IconH2 } from '../assets/h2.svg';
|
|
214
|
+
import { default as IconH3 } from '../assets/h3.svg';
|
|
215
|
+
import { default as IconH4 } from '../assets/h4.svg';
|
|
216
|
+
import { default as IconH5 } from '../assets/h5.svg';
|
|
217
|
+
import { default as IconH6 } from '../assets/h6.svg';
|
|
218
|
+
import { default as IconHelpCenter } from '../assets/help-center.svg';
|
|
219
|
+
import { default as IconHelp } from '../assets/help.svg';
|
|
220
|
+
import { default as IconHistogram } from '../assets/histogram.svg';
|
|
221
|
+
import { default as IconHomeOutline } from '../assets/home-outline.svg';
|
|
222
|
+
import { default as IconHome } from '../assets/home.svg';
|
|
223
|
+
import { default as IconHr } from '../assets/hr.svg';
|
|
224
|
+
import { default as IconIcon } from '../assets/icon.svg';
|
|
225
|
+
import { default as IconImage } from '../assets/image.svg';
|
|
226
|
+
import { default as IconInput } from '../assets/input.svg';
|
|
227
|
+
import { default as IconJs } from '../assets/js.svg';
|
|
228
|
+
import { default as IconJson } from '../assets/json.svg';
|
|
229
|
+
import { default as IconJustifyContentCenter } from '../assets/justify-content-center.svg';
|
|
230
|
+
import { default as IconJustifyContentEnd } from '../assets/justify-content-end.svg';
|
|
231
|
+
import { default as IconJustifyContentSpaceAround } from '../assets/justify-content-space-around.svg';
|
|
232
|
+
import { default as IconJustifyContentSpaceBetween } from '../assets/justify-content-space-between.svg';
|
|
233
|
+
import { default as IconJustifyContentStart } from '../assets/justify-content-start.svg';
|
|
234
|
+
import { default as IconJustifyContentStretch } from '../assets/justify-content-stretch.svg';
|
|
235
|
+
import { default as IconJustifyItemsBaseline } from '../assets/justify-items-baseline.svg';
|
|
236
|
+
import { default as IconJustifyItemsCenter } from '../assets/justify-items-center.svg';
|
|
237
|
+
import { default as IconJustifyItemsEnd } from '../assets/justify-items-end.svg';
|
|
238
|
+
import { default as IconJustifyItemsStart } from '../assets/justify-items-start.svg';
|
|
239
|
+
import { default as IconJustifyItemsStretch } from '../assets/justify-items-stretch.svg';
|
|
240
|
+
import { default as IconLanguage } from '../assets/language.svg';
|
|
241
|
+
import { default as IconLaptopCutCorner } from '../assets/laptop-cut-corner.svg';
|
|
242
|
+
import { default as IconLine } from '../assets/line.svg';
|
|
243
|
+
import { default as IconLinearGradient } from '../assets/linear-gradient.svg';
|
|
244
|
+
import { default as IconLink } from '../assets/link.svg';
|
|
245
|
+
import { default as IconList } from '../assets/list.svg';
|
|
246
|
+
import { default as IconLoading } from '../assets/loading.svg';
|
|
247
|
+
import { default as IconLocation } from '../assets/location.svg';
|
|
248
|
+
import { default as IconLockedOutline } from '../assets/locked-outline.svg';
|
|
249
|
+
import { default as IconLocked } from '../assets/locked.svg';
|
|
250
|
+
import { default as IconLogout } from '../assets/logout.svg';
|
|
251
|
+
import { default as IconMargin } from '../assets/margin.svg';
|
|
252
|
+
import { default as IconMaterials } from '../assets/materials.svg';
|
|
253
|
+
import { default as IconMenu } from '../assets/menu.svg';
|
|
254
|
+
import { default as IconMobileLandscape } from '../assets/mobile-landscape.svg';
|
|
255
|
+
import { default as IconMobilePortrai } from '../assets/mobile-portrai.svg';
|
|
256
|
+
import { default as IconNewPage } from '../assets/new-page.svg';
|
|
257
|
+
import { default as IconNews } from '../assets/news.svg';
|
|
258
|
+
import { default as IconNonsupportregion } from '../assets/nonsupportregion.svg';
|
|
259
|
+
import { default as IconNotifyAlarm } from '../assets/notify-alarm.svg';
|
|
260
|
+
import { default as IconNotifyFailure } from '../assets/notify-failure.svg';
|
|
261
|
+
import { default as IconNotifyPrompt } from '../assets/notify-prompt.svg';
|
|
262
|
+
import { default as IconNotifySuccess } from '../assets/notify-success.svg';
|
|
263
|
+
import { default as IconNumeric } from '../assets/numeric.svg';
|
|
264
|
+
import { default as IconOverflowScroll } from '../assets/overflow-scroll.svg';
|
|
265
|
+
import { default as IconPadding } from '../assets/padding.svg';
|
|
266
|
+
import { default as IconPageSchema } from '../assets/page-schema.svg';
|
|
267
|
+
import { default as IconPage } from '../assets/page.svg';
|
|
268
|
+
import { default as IconPager } from '../assets/pager.svg';
|
|
269
|
+
import { default as IconParagraph } from '../assets/paragraph.svg';
|
|
270
|
+
import { default as IconPencilThick } from '../assets/pencil-thick.svg';
|
|
271
|
+
import { default as IconPie } from '../assets/pie.svg';
|
|
272
|
+
import { default as IconPluginHelp } from '../assets/plugin-help.svg';
|
|
273
|
+
import { default as IconPluginIconData } from '../assets/plugin-icon-data.svg';
|
|
274
|
+
import { default as IconPluginIconJs } from '../assets/plugin-icon-js.svg';
|
|
275
|
+
import { default as IconPluginIconLanguage } from '../assets/plugin-icon-language.svg';
|
|
276
|
+
import { default as IconPluginIconMaterials } from '../assets/plugin-icon-materials.svg';
|
|
277
|
+
import { default as IconPluginIconPageSchema } from '../assets/plugin-icon-page-schema.svg';
|
|
278
|
+
import { default as IconPluginIconPage } from '../assets/plugin-icon-page.svg';
|
|
279
|
+
import { default as IconPluginIconPluginHelp } from '../assets/plugin-icon-plugin-help.svg';
|
|
280
|
+
import { default as IconPluginIconRobot } from '../assets/plugin-icon-robot.svg';
|
|
281
|
+
import { default as IconPluginIconSresources } from '../assets/plugin-icon-sresources.svg';
|
|
282
|
+
import { default as IconPluginIconSymbol } from '../assets/plugin-icon-symbol.svg';
|
|
283
|
+
import { default as IconPluginIconTree } from '../assets/plugin-icon-tree.svg';
|
|
284
|
+
import { default as IconPluginIconTutorial } from '../assets/plugin-icon-tutorial.svg';
|
|
285
|
+
import { default as IconPluginIconVar } from '../assets/plugin-icon-var.svg';
|
|
286
|
+
import { default as IconPlusCircle } from '../assets/plus-circle.svg';
|
|
287
|
+
import { default as IconPlus } from '../assets/plus.svg';
|
|
288
|
+
import { default as IconPopeditor } from '../assets/popeditor.svg';
|
|
289
|
+
import { default as IconPopover } from '../assets/popover.svg';
|
|
290
|
+
import { default as IconPositionAll } from '../assets/position-all.svg';
|
|
291
|
+
import { default as IconPositionBottomLeft } from '../assets/position-bottom-left.svg';
|
|
292
|
+
import { default as IconPositionBottomRight } from '../assets/position-bottom-right.svg';
|
|
293
|
+
import { default as IconPositionBottom } from '../assets/position-bottom.svg';
|
|
294
|
+
import { default as IconPositionLeft } from '../assets/position-left.svg';
|
|
295
|
+
import { default as IconPositionRight } from '../assets/position-right.svg';
|
|
296
|
+
import { default as IconPositionTopLeft } from '../assets/position-top-left.svg';
|
|
297
|
+
import { default as IconPositionTopRight } from '../assets/position-top-right.svg';
|
|
298
|
+
import { default as IconPositionTop } from '../assets/position-top.svg';
|
|
299
|
+
import { default as IconPreview } from '../assets/preview.svg';
|
|
300
|
+
import { default as IconPrompt } from '../assets/prompt.svg';
|
|
301
|
+
import { default as IconRadar } from '../assets/radar.svg';
|
|
302
|
+
import { default as IconRadialGradient } from '../assets/radial-gradient.svg';
|
|
303
|
+
import { default as IconRadio } from '../assets/radio.svg';
|
|
304
|
+
import { default as IconRealtimeFlow } from '../assets/realtime-flow.svg';
|
|
305
|
+
import { default as IconRedo } from '../assets/redo.svg';
|
|
306
|
+
import { default as IconRefresh } from '../assets/refresh.svg';
|
|
307
|
+
import { default as IconReport } from '../assets/report.svg';
|
|
308
|
+
import { default as IconResources } from '../assets/resources.svg';
|
|
309
|
+
import { default as IconReturn } from '../assets/return.svg';
|
|
310
|
+
import { default as IconRfAlarm } from '../assets/rf-alarm.svg';
|
|
311
|
+
import { default as IconRing } from '../assets/ring.svg';
|
|
312
|
+
import { default as IconRow } from '../assets/row.svg';
|
|
313
|
+
import { default as IconSave } from '../assets/save.svg';
|
|
314
|
+
import { default as IconSearch } from '../assets/search.svg';
|
|
315
|
+
import { default as IconSelect } from '../assets/select.svg';
|
|
316
|
+
import { default as IconSettingOutline } from '../assets/setting-outline.svg';
|
|
317
|
+
import { default as IconSetting } from '../assets/setting.svg';
|
|
318
|
+
import { default as IconSlot } from '../assets/slot.svg';
|
|
319
|
+
import { default as IconSmallList } from '../assets/small-list.svg';
|
|
320
|
+
import { default as IconStars } from '../assets/stars.svg';
|
|
321
|
+
import { default as IconStart } from '../assets/start.svg';
|
|
322
|
+
import { default as IconStyleSettingBackgroundImage } from '../assets/style-setting-background-image.svg';
|
|
323
|
+
import { default as IconSwiper } from '../assets/swiper.svg';
|
|
324
|
+
import { default as IconSwitch } from '../assets/switch.svg';
|
|
325
|
+
import { default as IconSymbol } from '../assets/symbol.svg';
|
|
326
|
+
import { default as IconTable } from '../assets/table.svg';
|
|
327
|
+
import { default as IconTablefilter } from '../assets/tablefilter.svg';
|
|
328
|
+
import { default as IconTabletPortrait } from '../assets/tablet-portrait.svg';
|
|
329
|
+
import { default as IconTabs } from '../assets/tabs.svg';
|
|
330
|
+
import { default as IconTag } from '../assets/tag.svg';
|
|
331
|
+
import { default as IconTarget } from '../assets/target.svg';
|
|
332
|
+
import { default as IconTextAlignCenter } from '../assets/text-align-center.svg';
|
|
333
|
+
import { default as IconTextAlignJustify } from '../assets/text-align-justify.svg';
|
|
334
|
+
import { default as IconTextAlignLeft } from '../assets/text-align-left.svg';
|
|
335
|
+
import { default as IconTextAlignRight } from '../assets/text-align-right.svg';
|
|
336
|
+
import { default as IconTextCopyPage } from '../assets/text-copy-page.svg';
|
|
337
|
+
import { default as IconTextDecorationOverline } from '../assets/text-decoration-overline.svg';
|
|
338
|
+
import { default as IconTextDecorationStrike } from '../assets/text-decoration-strike.svg';
|
|
339
|
+
import { default as IconTextDecorationUnderline } from '../assets/text-decoration-underline.svg';
|
|
340
|
+
import { default as IconTextDirectionLtr } from '../assets/text-direction-ltr.svg';
|
|
341
|
+
import { default as IconTextDirectionRtl } from '../assets/text-direction-rtl.svg';
|
|
342
|
+
import { default as IconTextPageCommon } from '../assets/text-page-common.svg';
|
|
343
|
+
import { default as IconTextPageFolderClosed } from '../assets/text-page-folder-closed.svg';
|
|
344
|
+
import { default as IconTextPageFolder } from '../assets/text-page-folder.svg';
|
|
345
|
+
import { default as IconTextPageHome } from '../assets/text-page-home.svg';
|
|
346
|
+
import { default as IconTextPageLink } from '../assets/text-page-link.svg';
|
|
347
|
+
import { default as IconTextPageRevert } from '../assets/text-page-revert.svg';
|
|
348
|
+
import { default as IconTextPageReview } from '../assets/text-page-review.svg';
|
|
349
|
+
import { default as IconTextSourceDelete } from '../assets/text-source-delete.svg';
|
|
350
|
+
import { default as IconTextSourceListAdd } from '../assets/text-source-list-add.svg';
|
|
351
|
+
import { default as IconTextSourceListClose } from '../assets/text-source-list-close.svg';
|
|
352
|
+
import { default as IconTextSourceListRef } from '../assets/text-source-list-ref.svg';
|
|
353
|
+
import { default as IconTextSourceSetting } from '../assets/text-source-setting.svg';
|
|
354
|
+
import { default as IconTextSourceString } from '../assets/text-source-string.svg';
|
|
355
|
+
import { default as IconTextTransformCapitalize } from '../assets/text-transform-capitalize.svg';
|
|
356
|
+
import { default as IconTextTransformLowercase } from '../assets/text-transform-lowercase.svg';
|
|
357
|
+
import { default as IconTextTransformSentence } from '../assets/text-transform-sentence.svg';
|
|
358
|
+
import { default as IconText } from '../assets/text.svg';
|
|
359
|
+
import { default as IconTileX } from '../assets/tile-x.svg';
|
|
360
|
+
import { default as IconTileXy } from '../assets/tile-xy.svg';
|
|
361
|
+
import { default as IconTileY } from '../assets/tile-y.svg';
|
|
362
|
+
import { default as IconTimeline } from '../assets/timeline.svg';
|
|
363
|
+
import { default as IconTinyLogo } from '../assets/tiny-logo.svg';
|
|
364
|
+
import { default as IconTooltip } from '../assets/tooltip.svg';
|
|
365
|
+
import { default as IconTransformOriginBottomLeft } from '../assets/transform-origin-bottom-left.svg';
|
|
366
|
+
import { default as IconTransformOriginBottomRight } from '../assets/transform-origin-bottom-right.svg';
|
|
367
|
+
import { default as IconTransformOriginBottom } from '../assets/transform-origin-bottom.svg';
|
|
368
|
+
import { default as IconTransformOriginCenter } from '../assets/transform-origin-center.svg';
|
|
369
|
+
import { default as IconTransformOriginLeft } from '../assets/transform-origin-left.svg';
|
|
370
|
+
import { default as IconTransformOriginPoint } from '../assets/transform-origin-point.svg';
|
|
371
|
+
import { default as IconTransformOriginRight } from '../assets/transform-origin-right.svg';
|
|
372
|
+
import { default as IconTransformOriginTopLeft } from '../assets/transform-origin-top-left.svg';
|
|
373
|
+
import { default as IconTransformOriginTopRight } from '../assets/transform-origin-top-right.svg';
|
|
374
|
+
import { default as IconTransformOriginTop } from '../assets/transform-origin-top.svg';
|
|
375
|
+
import { default as IconTrash } from '../assets/trash.svg';
|
|
376
|
+
import { default as IconTreeShape } from '../assets/tree-shape.svg';
|
|
377
|
+
import { default as IconTree } from '../assets/tree.svg';
|
|
378
|
+
import { default as IconTutorial } from '../assets/tutorial.svg';
|
|
379
|
+
import { default as IconUndo } from '../assets/undo.svg';
|
|
380
|
+
import { default as IconUnfoldOutline } from '../assets/unfold-outline.svg';
|
|
381
|
+
import { default as IconUnlocked } from '../assets/unlocked.svg';
|
|
382
|
+
import { default as IconUserLocked } from '../assets/user-locked.svg';
|
|
383
|
+
import { default as IconVar } from '../assets/var.svg';
|
|
384
|
+
import { default as IconVideo } from '../assets/video.svg';
|
|
385
|
+
import { default as IconWarning } from '../assets/warning.svg';
|
|
386
|
+
import { default as IconWizard } from '../assets/wizard.svg';
|
|
387
387
|
|
|
388
388
|
export { IconAccessdeclined, IconAccordion, IconAchart, IconAddCollection, IconAddFolder, IconAddGroup, IconAddPageNew, IconAddPage, IconAddUtils, IconAdd, IconAlert, IconAlignContentCenter, IconAlignContentEnd, IconAlignContentSpaceAround, IconAlignContentSpaceBetween, IconAlignContentStart, IconAlignContentStretch, IconAlignItemsBaseline, IconAlignItemsCenter, IconAlignItemsEnd, IconAlignItemsStart, IconAlignItemsStretch, IconBackgroundColor, IconBackgroundImage, IconBar, IconBasicSearch, IconBdlayout, IconBeingmaintained, IconBem, IconBeta, IconBindVariable, IconBlockDefaultImg, IconBlockManage, IconBorderAll, IconBorderBottom, IconBorderLeft, IconBorderRadiusBottomleft, IconBorderRadiusBottomright, IconBorderRadiusMultiple, IconBorderRadiusSingle, IconBorderRadiusTopleft, IconBorderRadiusTopright, IconBorderRight, IconBorderStyleDashed, IconBorderStyleDotted, IconBorderStyleSolid, IconBorderTop, IconBox, IconBreadcrumb, IconBridge, IconButton, IconButtons, IconCancelFullScreen, IconCanvasFit, IconCarousel, IconCarouselitem, IconChatMaximize, IconChatMessage, IconChatMicrophone, IconChatMinimize, IconCheckbox, IconCheckboxgroup, IconCheckboxs, IconCheckin, IconCheckout, IconClear, IconClockSmall, IconClockWiseCounter, IconClockWise, IconClose, IconClosestCorner, IconClosestSide, IconCloudShell, IconCn, IconCol, IconCollapse, IconCollection, IconCopyOutline, IconCopy, IconCross, IconCursorAlias, IconCursorAuto, IconCursorCell, IconCursorColResize, IconCursorContextMenu, IconCursorCopy, IconCursorCrosshair, IconCursorEResize, IconCursorEwResize, IconCursorGrab, IconCursorGrabbing, IconCursorHelp, IconCursorMove, IconCursorNResize, IconCursorNeResize, IconCursorNeswResize, IconCursorNone, IconCursorNotAllowed, IconCursorNsResize, IconCursorNwResize, IconCursorNwseResize, IconCursorPointer, IconCursorProgress, IconCursorRowResize, IconCursorSResize, IconCursorSeResize, IconCursorSwResize, IconCursorText, IconCursorVerticalText, IconCursorWResize, IconCursorWait, IconCursorZoomIn, IconCursorZoomOut, IconData, IconDatepick, IconDaterange, IconDelete, IconDescend, IconDesktopLarge, IconDialogbox, IconDisplayBlock, IconDisplayFlex, IconDisplayGrid, IconDisplayInlineBlock, IconDisplayInline, IconDragger, IconDropdown, IconEdit, IconEllipsis, IconEmptyAction, IconEmptyData, IconEmpty, IconEn, IconError, IconEvents, IconExpand, IconEyeInvisible, IconEye, IconFarthestCorner, IconFarthestSide, IconFixed, IconFlexAlignbaselinerow, IconFlexAligncenterrow, IconFlexAlignflexEndrow, IconFlexAlignflexStartrow, IconFlexAlignstretchrow, IconFlexDirectioncolumnReverse, IconFlexDirectioncolumn, IconFlexDirectionrowReverse, IconFlexDirectionrow, IconFlexJustifycenterrow, IconFlexJustifyflexEndrow, IconFlexJustifyflexStartrow, IconFlexJustifyspaceAroundrow, IconFlexJustifyspaceBetweenrow, IconFlowAdd, IconFlowAlignBottom, IconFlowAlignLeft, IconFlowAlignLevel, IconFlowAlignRf, IconFlowAlignRight, IconFlowAlignTop, IconFlowAlignVertical, IconFlowBoxSelectRf, IconFlowBoxSelect, IconFlowCheckmark, IconFlowClear, IconFlowCross, IconFlowDelete, IconFlowDownload, IconFlowEdit, IconFlowEmpty, IconFlowFailure, IconFlowFileDownload, IconFlowFullscreenIcon, IconFlowGuide, IconFlowHelpCenter, IconFlowLocation, IconFlowMinscreenIcon, IconFlowNavigation, IconFlowParamsRf, IconFlowParams, IconFlowPrompt, IconFlowRedo, IconFlowReduce, IconFlowRefresh, IconFlowRequirestar, IconFlowSelect, IconFlowSetBottom, IconFlowSetTop, IconFlowSuccess, IconFlowUndo, IconFlowViewRf, IconFlowView, IconFlowZoomIn, IconFlowZoomOut, IconFoldOutline, IconFolderWold, IconFolder, IconFontStyleItalic, IconFontStyleNone, IconForm, IconFormfield, IconFormitem, IconFrozenpage, IconFullScreen, IconGenerateCode, IconGridColumnFlex, IconGridRowAuto, IconGrid, IconH1, IconH16, IconH2, IconH3, IconH4, IconH5, IconH6, IconHelpCenter, IconHelp, IconHistogram, IconHomeOutline, IconHome, IconHr, IconIcon, IconImage, IconInput, IconJs, IconJson, IconJustifyContentCenter, IconJustifyContentEnd, IconJustifyContentSpaceAround, IconJustifyContentSpaceBetween, IconJustifyContentStart, IconJustifyContentStretch, IconJustifyItemsBaseline, IconJustifyItemsCenter, IconJustifyItemsEnd, IconJustifyItemsStart, IconJustifyItemsStretch, IconLanguage, IconLaptopCutCorner, IconLine, IconLinearGradient, IconLink, IconList, IconLoading, IconLocation, IconLockedOutline, IconLocked, IconLogout, IconMargin, IconMaterials, IconMenu, IconMobileLandscape, IconMobilePortrai, IconNewPage, IconNews, IconNonsupportregion, IconNotifyAlarm, IconNotifyFailure, IconNotifyPrompt, IconNotifySuccess, IconNumeric, IconOverflowScroll, IconPadding, IconPageSchema, IconPage, IconPager, IconParagraph, IconPencilThick, IconPie, IconPluginHelp, IconPluginIconData, IconPluginIconJs, IconPluginIconLanguage, IconPluginIconMaterials, IconPluginIconPageSchema, IconPluginIconPage, IconPluginIconPluginHelp, IconPluginIconRobot, IconPluginIconSresources, IconPluginIconSymbol, IconPluginIconTree, IconPluginIconTutorial, IconPluginIconVar, IconPlusCircle, IconPlus, IconPopeditor, IconPopover, IconPositionAll, IconPositionBottomLeft, IconPositionBottomRight, IconPositionBottom, IconPositionLeft, IconPositionRight, IconPositionTopLeft, IconPositionTopRight, IconPositionTop, IconPreview, IconPrompt, IconRadar, IconRadialGradient, IconRadio, IconRealtimeFlow, IconRedo, IconRefresh, IconReport, IconResources, IconReturn, IconRfAlarm, IconRing, IconRow, IconSave, IconSearch, IconSelect, IconSettingOutline, IconSetting, IconSlot, IconSmallList, IconStars, IconStart, IconStyleSettingBackgroundImage, IconSwiper, IconSwitch, IconSymbol, IconTable, IconTablefilter, IconTabletPortrait, IconTabs, IconTag, IconTarget, IconTextAlignCenter, IconTextAlignJustify, IconTextAlignLeft, IconTextAlignRight, IconTextCopyPage, IconTextDecorationOverline, IconTextDecorationStrike, IconTextDecorationUnderline, IconTextDirectionLtr, IconTextDirectionRtl, IconTextPageCommon, IconTextPageFolderClosed, IconTextPageFolder, IconTextPageHome, IconTextPageLink, IconTextPageRevert, IconTextPageReview, IconTextSourceDelete, IconTextSourceListAdd, IconTextSourceListClose, IconTextSourceListRef, IconTextSourceSetting, IconTextSourceString, IconTextTransformCapitalize, IconTextTransformLowercase, IconTextTransformSentence, IconText, IconTileX, IconTileXy, IconTileY, IconTimeline, IconTinyLogo, IconTooltip, IconTransformOriginBottomLeft, IconTransformOriginBottomRight, IconTransformOriginBottom, IconTransformOriginCenter, IconTransformOriginLeft, IconTransformOriginPoint, IconTransformOriginRight, IconTransformOriginTopLeft, IconTransformOriginTopRight, IconTransformOriginTop, IconTrash, IconTreeShape, IconTree, IconTutorial, IconUndo, IconUnfoldOutline, IconUnlocked, IconUserLocked, IconVar, IconVideo, IconWarning, IconWizard };
|