@refineui/icon-cdn 0.3.25 → 0.3.28
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/IconUtils.d.ts +2 -0
- package/dist/IconUtils.js +39 -9
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +5 -4
- package/dist/filled-icons.d.ts +206 -43
- package/dist/filled-icons.js +215 -49
- package/dist/index.esm.js +454 -98
- package/dist/index.js +865 -183
- package/dist/index.umd.js +865 -183
- package/dist/regular-icons.d.ts +206 -43
- package/dist/regular-icons.js +215 -49
- package/icons/16/flip_verticial-filled.svg +5 -0
- package/icons/16/flip_verticial-regular.svg +5 -0
- package/icons/16/local_language-filled.svg +4 -0
- package/icons/16/local_language-regular.svg +4 -0
- package/icons/16/more_verticial-filled.svg +5 -0
- package/icons/16/more_verticial-regular.svg +5 -0
- package/icons/20/flip_verticial-filled.svg +5 -0
- package/icons/20/flip_verticial-regular.svg +5 -0
- package/icons/20/local_language-filled.svg +4 -0
- package/icons/20/local_language-regular.svg +4 -0
- package/icons/20/more_verticial-filled.svg +5 -0
- package/icons/20/more_verticial-regular.svg +5 -0
- package/icons/24/flip_verticial-filled.svg +5 -0
- package/icons/24/flip_verticial-regular.svg +5 -0
- package/icons/24/local_language-filled.svg +4 -0
- package/icons/24/local_language-regular.svg +4 -0
- package/icons/24/more_verticial-filled.svg +5 -0
- package/icons/24/more_verticial-regular.svg +5 -0
- package/icons/28/flip_verticial-filled.svg +5 -0
- package/icons/28/flip_verticial-regular.svg +5 -0
- package/icons/28/local_language-filled.svg +4 -0
- package/icons/28/local_language-regular.svg +4 -0
- package/icons/28/more_verticial-filled.svg +5 -0
- package/icons/28/more_verticial-regular.svg +5 -0
- package/icons/32/flip_verticial-filled.svg +5 -0
- package/icons/32/flip_verticial-regular.svg +5 -0
- package/icons/32/local_language-filled.svg +4 -0
- package/icons/32/local_language-regular.svg +4 -0
- package/icons/32/more_verticial-filled.svg +5 -0
- package/icons/32/more_verticial-regular.svg +5 -0
- package/icons/48/flip_verticial-filled.svg +5 -0
- package/icons/48/flip_verticial-regular.svg +5 -0
- package/icons/48/local_language-filled.svg +4 -0
- package/icons/48/local_language-regular.svg +4 -0
- package/icons/48/more_verticial-filled.svg +5 -0
- package/icons/48/more_verticial-regular.svg +5 -0
- package/package.json +1 -1
- package/icons/16/flip_vertcial-filled.svg +0 -4
- package/icons/16/flip_vertcial-regular.svg +0 -4
- package/icons/16/locallanguage-filled.svg +0 -4
- package/icons/16/locallanguage-regular.svg +0 -4
- package/icons/16/more_vertcial-filled.svg +0 -4
- package/icons/16/more_vertcial-regular.svg +0 -4
- package/icons/20/flip_vertcial-filled.svg +0 -4
- package/icons/20/flip_vertcial-regular.svg +0 -4
- package/icons/20/locallanguage-filled.svg +0 -4
- package/icons/20/locallanguage-regular.svg +0 -4
- package/icons/20/more_vertcial-filled.svg +0 -4
- package/icons/20/more_vertcial-regular.svg +0 -4
- package/icons/24/flip_vertcial-filled.svg +0 -4
- package/icons/24/flip_vertcial-regular.svg +0 -4
- package/icons/24/locallanguage-filled.svg +0 -4
- package/icons/24/locallanguage-regular.svg +0 -4
- package/icons/24/more_vertcial-filled.svg +0 -4
- package/icons/24/more_vertcial-regular.svg +0 -4
- package/icons/28/flip_vertcial-filled.svg +0 -4
- package/icons/28/flip_vertcial-regular.svg +0 -4
- package/icons/28/locallanguage-filled.svg +0 -4
- package/icons/28/locallanguage-regular.svg +0 -4
- package/icons/28/more_vertcial-filled.svg +0 -4
- package/icons/28/more_vertcial-regular.svg +0 -4
- package/icons/32/flip_vertcial-filled.svg +0 -4
- package/icons/32/flip_vertcial-regular.svg +0 -4
- package/icons/32/locallanguage-filled.svg +0 -4
- package/icons/32/locallanguage-regular.svg +0 -4
- package/icons/32/more_vertcial-filled.svg +0 -4
- package/icons/32/more_vertcial-regular.svg +0 -4
- package/icons/48/flip_vertcial-filled.svg +0 -4
- package/icons/48/flip_vertcial-regular.svg +0 -4
- package/icons/48/locallanguage-filled.svg +0 -4
- package/icons/48/locallanguage-regular.svg +0 -4
- package/icons/48/more_vertcial-filled.svg +0 -4
- package/icons/48/more_vertcial-regular.svg +0 -4
package/dist/regular-icons.d.ts
CHANGED
|
@@ -1,21 +1,45 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const AccessTimeRegular: string;
|
|
2
2
|
export declare const AccessibilityRegular: string;
|
|
3
3
|
export declare const AddRegular: string;
|
|
4
|
+
export declare const AddCircleRegular: string;
|
|
5
|
+
export declare const AddSquareRegular: string;
|
|
4
6
|
export declare const AirplaneRegular: string;
|
|
5
7
|
export declare const AlbumRegular: string;
|
|
6
8
|
export declare const AlertRegular: string;
|
|
7
|
-
export declare const
|
|
9
|
+
export declare const AlertBadgeRegular: string;
|
|
10
|
+
export declare const AlertOffRegular: string;
|
|
11
|
+
export declare const AlignBottomRegular: string;
|
|
12
|
+
export declare const AlignCenterHorizontalRegular: string;
|
|
13
|
+
export declare const AlignCenterVerticalRegular: string;
|
|
14
|
+
export declare const AlignLeftRegular: string;
|
|
15
|
+
export declare const AlignRightRegular: string;
|
|
16
|
+
export declare const AlignTopRegular: string;
|
|
8
17
|
export declare const AndroidRegular: string;
|
|
9
|
-
export declare const
|
|
18
|
+
export declare const AppFolderRegular: string;
|
|
19
|
+
export declare const AppRecentRegular: string;
|
|
20
|
+
export declare const AppTitleRegular: string;
|
|
10
21
|
export declare const AppstoreRegular: string;
|
|
11
22
|
export declare const AutosumRegular: string;
|
|
12
23
|
export declare const BackpackRegular: string;
|
|
13
24
|
export declare const BackspaceRegular: string;
|
|
14
25
|
export declare const BadgeRegular: string;
|
|
15
26
|
export declare const BalloonRegular: string;
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
27
|
+
export declare const BarChartHorizontalRegular: string;
|
|
28
|
+
export declare const BarChartHorizontalDescendingRegular: string;
|
|
29
|
+
export declare const BarChartVerticalRegular: string;
|
|
30
|
+
export declare const BarChartVerticalDescendingRegular: string;
|
|
31
|
+
export declare const BarcodeScannerRegular: string;
|
|
32
|
+
export declare const Battery0Regular: string;
|
|
33
|
+
export declare const Battery10Regular: string;
|
|
34
|
+
export declare const Battery100Regular: string;
|
|
35
|
+
export declare const Battery20Regular: string;
|
|
36
|
+
export declare const Battery30Regular: string;
|
|
37
|
+
export declare const Battery40Regular: string;
|
|
38
|
+
export declare const Battery50Regular: string;
|
|
39
|
+
export declare const Battery60Regular: string;
|
|
40
|
+
export declare const Battery70Regular: string;
|
|
41
|
+
export declare const Battery80Regular: string;
|
|
42
|
+
export declare const Battery90Regular: string;
|
|
19
43
|
export declare const BlockRegular: string;
|
|
20
44
|
export declare const BluetoothRegular: string;
|
|
21
45
|
export declare const BlurRegular: string;
|
|
@@ -27,23 +51,30 @@ export declare const CalculatorRegular: string;
|
|
|
27
51
|
export declare const CalendarRegular: string;
|
|
28
52
|
export declare const CameraRegular: string;
|
|
29
53
|
export declare const CartRegular: string;
|
|
30
|
-
export declare const
|
|
54
|
+
export declare const CartonBoxRegular: string;
|
|
31
55
|
export declare const ChartRegular: string;
|
|
32
56
|
export declare const ChatRegular: string;
|
|
57
|
+
export declare const ChatAddRegular: string;
|
|
58
|
+
export declare const ChatEmptyRegular: string;
|
|
33
59
|
export declare const CheckmarkRegular: string;
|
|
34
60
|
export declare const ChessRegular: string;
|
|
35
|
-
export declare const
|
|
61
|
+
export declare const ChevronDownRegular: string;
|
|
62
|
+
export declare const ChevronLeftRegular: string;
|
|
63
|
+
export declare const ChevronRightRegular: string;
|
|
64
|
+
export declare const ChevronUpRegular: string;
|
|
36
65
|
export declare const CircleRegular: string;
|
|
37
66
|
export declare const ClipboardRegular: string;
|
|
38
67
|
export declare const ClockRegular: string;
|
|
68
|
+
export declare const ClockAlarmRegular: string;
|
|
39
69
|
export declare const CloudRegular: string;
|
|
40
70
|
export declare const CloverRegular: string;
|
|
41
71
|
export declare const CodeRegular: string;
|
|
72
|
+
export declare const CodeBlockRegular: string;
|
|
42
73
|
export declare const CommaRegular: string;
|
|
43
74
|
export declare const CommentRegular: string;
|
|
44
75
|
export declare const ConeRegular: string;
|
|
45
76
|
export declare const ContrastRegular: string;
|
|
46
|
-
export declare const
|
|
77
|
+
export declare const ControlButtonRegular: string;
|
|
47
78
|
export declare const CookieRegular: string;
|
|
48
79
|
export declare const CopyRegular: string;
|
|
49
80
|
export declare const CouchRegular: string;
|
|
@@ -57,47 +88,73 @@ export declare const CutRegular: string;
|
|
|
57
88
|
export declare const DartRegular: string;
|
|
58
89
|
export declare const DatabaseRegular: string;
|
|
59
90
|
export declare const DeleteRegular: string;
|
|
91
|
+
export declare const DeleteOffRegular: string;
|
|
60
92
|
export declare const DentistRegular: string;
|
|
61
93
|
export declare const DeskRegular: string;
|
|
62
94
|
export declare const DesktopRegular: string;
|
|
95
|
+
export declare const DesktopMacRegular: string;
|
|
63
96
|
export declare const DialpadRegular: string;
|
|
64
97
|
export declare const DiamondRegular: string;
|
|
65
98
|
export declare const DismissRegular: string;
|
|
99
|
+
export declare const DismissCircleRegular: string;
|
|
100
|
+
export declare const DismissSquareRegular: string;
|
|
66
101
|
export declare const DoctorRegular: string;
|
|
67
102
|
export declare const DocumentRegular: string;
|
|
103
|
+
export declare const DocumentBorderRegular: string;
|
|
68
104
|
export declare const DoorRegular: string;
|
|
69
105
|
export declare const DragRegular: string;
|
|
70
106
|
export declare const DrawerRegular: string;
|
|
71
107
|
export declare const DropRegular: string;
|
|
72
|
-
export declare const
|
|
108
|
+
export declare const DualScreenRegular: string;
|
|
73
109
|
export declare const DumbbellRegular: string;
|
|
74
110
|
export declare const DustRegular: string;
|
|
75
111
|
export declare const EarthRegular: string;
|
|
76
112
|
export declare const EditRegular: string;
|
|
113
|
+
export declare const EditOffRegular: string;
|
|
77
114
|
export declare const ElevatorRegular: string;
|
|
78
115
|
export declare const EmojiRegular: string;
|
|
116
|
+
export declare const EmojiAngryRegular: string;
|
|
117
|
+
export declare const EmojiCoolRegular: string;
|
|
118
|
+
export declare const EmojiGrimacingRegular: string;
|
|
119
|
+
export declare const EmojiLaughRegular: string;
|
|
120
|
+
export declare const EmojiMehRegular: string;
|
|
121
|
+
export declare const EmojiSadRegular: string;
|
|
122
|
+
export declare const EmojiSurpriseRegular: string;
|
|
79
123
|
export declare const EngineRegular: string;
|
|
80
124
|
export declare const EqualRegular: string;
|
|
81
|
-
export declare const
|
|
125
|
+
export declare const EqualCircleRegular: string;
|
|
126
|
+
export declare const EqualOffRegular: string;
|
|
127
|
+
export declare const ErrorCircleRegular: string;
|
|
82
128
|
export declare const EyeRegular: string;
|
|
129
|
+
export declare const EyeOffRegular: string;
|
|
83
130
|
export declare const EyedropperRegular: string;
|
|
84
|
-
export declare const
|
|
131
|
+
export declare const EyedropperOffRegular: string;
|
|
132
|
+
export declare const FastForwardRegular: string;
|
|
85
133
|
export declare const FilmstripRegular: string;
|
|
134
|
+
export declare const FilmstripOffRegular: string;
|
|
86
135
|
export declare const FilterRegular: string;
|
|
87
136
|
export declare const FireRegular: string;
|
|
88
137
|
export declare const FlagRegular: string;
|
|
138
|
+
export declare const FlagOffRegular: string;
|
|
89
139
|
export declare const FlashRegular: string;
|
|
140
|
+
export declare const FlashOffRegular: string;
|
|
90
141
|
export declare const FlashlightRegular: string;
|
|
91
|
-
export declare const
|
|
142
|
+
export declare const FlashlightOffRegular: string;
|
|
143
|
+
export declare const FlipHorizontalRegular: string;
|
|
144
|
+
export declare const FlipVerticialRegular: string;
|
|
92
145
|
export declare const FolderRegular: string;
|
|
146
|
+
export declare const FolderOpenRegular: string;
|
|
93
147
|
export declare const FrameRegular: string;
|
|
94
|
-
export declare const
|
|
148
|
+
export declare const FullScreenMaximizeRegular: string;
|
|
149
|
+
export declare const FullScreenMinimizeRegular: string;
|
|
95
150
|
export declare const GamesRegular: string;
|
|
96
|
-
export declare const
|
|
151
|
+
export declare const GanttChartRegular: string;
|
|
97
152
|
export declare const GasRegular: string;
|
|
153
|
+
export declare const GasStationRegular: string;
|
|
98
154
|
export declare const GavelRegular: string;
|
|
99
155
|
export declare const GifRegular: string;
|
|
100
156
|
export declare const GiftRegular: string;
|
|
157
|
+
export declare const GiftCardRegular: string;
|
|
101
158
|
export declare const GitRegular: string;
|
|
102
159
|
export declare const GlassesRegular: string;
|
|
103
160
|
export declare const GlobalRegular: string;
|
|
@@ -105,102 +162,160 @@ export declare const GridRegular: string;
|
|
|
105
162
|
export declare const GuestRegular: string;
|
|
106
163
|
export declare const GuitarRegular: string;
|
|
107
164
|
export declare const HammerRegular: string;
|
|
108
|
-
export declare const
|
|
109
|
-
export declare const
|
|
165
|
+
export declare const HardDriveRegular: string;
|
|
166
|
+
export declare const HatGraduationRegular: string;
|
|
110
167
|
export declare const HdRegular: string;
|
|
111
168
|
export declare const HdrRegular: string;
|
|
169
|
+
export declare const HdrOffRegular: string;
|
|
112
170
|
export declare const HeadphonesRegular: string;
|
|
113
|
-
export declare const
|
|
171
|
+
export declare const HeadphonesMicRegular: string;
|
|
172
|
+
export declare const HeadsetVrRegular: string;
|
|
114
173
|
export declare const HeartRegular: string;
|
|
174
|
+
export declare const HeartBrokenRegular: string;
|
|
115
175
|
export declare const HexagonRegular: string;
|
|
116
176
|
export declare const HighlightRegular: string;
|
|
117
177
|
export declare const HighwayRegular: string;
|
|
118
178
|
export declare const HomeRegular: string;
|
|
179
|
+
export declare const HomeCheckmarkRegular: string;
|
|
119
180
|
export declare const HourglassRegular: string;
|
|
181
|
+
export declare const HourglassHalfRegular: string;
|
|
182
|
+
export declare const HourglassOneQuarterRegular: string;
|
|
183
|
+
export declare const HourglassThreeQuarterRegular: string;
|
|
120
184
|
export declare const HtmlRegular: string;
|
|
121
185
|
export declare const ImageRegular: string;
|
|
186
|
+
export declare const ImageCircleRegular: string;
|
|
122
187
|
export declare const ImportantRegular: string;
|
|
123
188
|
export declare const IncognitoRegular: string;
|
|
124
189
|
export declare const InfoRegular: string;
|
|
125
190
|
export declare const IosRegular: string;
|
|
191
|
+
export declare const IosArrowLtrRegular: string;
|
|
192
|
+
export declare const IosArrowRtlRegular: string;
|
|
193
|
+
export declare const IosChevronLtrRegular: string;
|
|
194
|
+
export declare const IosChevronRtlRegular: string;
|
|
126
195
|
export declare const IotRegular: string;
|
|
127
196
|
export declare const JavascriptRegular: string;
|
|
128
197
|
export declare const JoystickRegular: string;
|
|
129
198
|
export declare const JsonRegular: string;
|
|
199
|
+
export declare const JsonFileRegular: string;
|
|
130
200
|
export declare const KeyRegular: string;
|
|
201
|
+
export declare const KeyMultipleRegular: string;
|
|
131
202
|
export declare const KeyboardRegular: string;
|
|
203
|
+
export declare const KeyboardBackspaceRegular: string;
|
|
204
|
+
export declare const KeyboardCommandRegular: string;
|
|
205
|
+
export declare const KeyboardLockRegular: string;
|
|
206
|
+
export declare const KeyboardOffRegular: string;
|
|
207
|
+
export declare const KeyboardOptionRegular: string;
|
|
208
|
+
export declare const KeyboardReturnRegular: string;
|
|
209
|
+
export declare const KeyboardShiftRegular: string;
|
|
210
|
+
export declare const KeyboardShiftUppercaseRegular: string;
|
|
211
|
+
export declare const KeyboardTabRegular: string;
|
|
132
212
|
export declare const KioskRegular: string;
|
|
133
213
|
export declare const KotlinRegular: string;
|
|
134
214
|
export declare const LaptopRegular: string;
|
|
135
215
|
export declare const LayerRegular: string;
|
|
136
216
|
export declare const LightbulbRegular: string;
|
|
137
217
|
export declare const LineRegular: string;
|
|
218
|
+
export declare const LineDashesRegular: string;
|
|
219
|
+
export declare const LineHorizontal1Regular: string;
|
|
220
|
+
export declare const LineHorizontal1DashesRegular: string;
|
|
138
221
|
export declare const LinkRegular: string;
|
|
139
|
-
export declare const LocalRegular: string;
|
|
140
222
|
export declare const LocalLanguageRegular: string;
|
|
141
223
|
export declare const LocationRegular: string;
|
|
142
|
-
export declare const
|
|
224
|
+
export declare const LocationArrowRegular: string;
|
|
225
|
+
export declare const LockClosedRegular: string;
|
|
226
|
+
export declare const LockOpenRegular: string;
|
|
143
227
|
export declare const LuggageRegular: string;
|
|
144
228
|
export declare const MacosRegular: string;
|
|
145
229
|
export declare const MailRegular: string;
|
|
230
|
+
export declare const MailReadRegular: string;
|
|
146
231
|
export declare const MailboxRegular: string;
|
|
147
232
|
export declare const MapRegular: string;
|
|
148
233
|
export declare const MarkdownRegular: string;
|
|
149
|
-
export declare const
|
|
234
|
+
export declare const MathSymbolsRegular: string;
|
|
150
235
|
export declare const MegaphoneRegular: string;
|
|
151
236
|
export declare const MicRegular: string;
|
|
152
237
|
export declare const MoonRegular: string;
|
|
153
|
-
export declare const
|
|
238
|
+
export declare const MoreCircleRegular: string;
|
|
239
|
+
export declare const MoreHorizontalRegular: string;
|
|
240
|
+
export declare const MoreVerticialRegular: string;
|
|
154
241
|
export declare const MouseRegular: string;
|
|
155
242
|
export declare const MovieRegular: string;
|
|
156
|
-
export declare const
|
|
243
|
+
export declare const NetworkCheckRegular: string;
|
|
157
244
|
export declare const NewsRegular: string;
|
|
158
245
|
export declare const NextRegular: string;
|
|
159
246
|
export declare const NoteRegular: string;
|
|
160
247
|
export declare const NotebookRegular: string;
|
|
161
248
|
export declare const NotepadRegular: string;
|
|
162
|
-
export declare const
|
|
249
|
+
export declare const NumberCircle0Regular: string;
|
|
250
|
+
export declare const NumberCircle1Regular: string;
|
|
251
|
+
export declare const NumberCircle2Regular: string;
|
|
252
|
+
export declare const NumberCircle3Regular: string;
|
|
253
|
+
export declare const NumberCircle4Regular: string;
|
|
254
|
+
export declare const NumberCircle5Regular: string;
|
|
255
|
+
export declare const NumberCircle6Regular: string;
|
|
256
|
+
export declare const NumberCircle7Regular: string;
|
|
257
|
+
export declare const NumberCircle8Regular: string;
|
|
258
|
+
export declare const NumberCircle9Regular: string;
|
|
259
|
+
export declare const NumberSymbolRegular: string;
|
|
260
|
+
export declare const NumberSymbolCircleRegular: string;
|
|
261
|
+
export declare const NumberSymbolSquareRegular: string;
|
|
163
262
|
export declare const OpacityRegular: string;
|
|
164
263
|
export declare const OpenRegular: string;
|
|
264
|
+
export declare const OpenOffRegular: string;
|
|
165
265
|
export declare const OptionsRegular: string;
|
|
166
266
|
export declare const OrganizationRegular: string;
|
|
267
|
+
export declare const OrganizationHorizontalRegular: string;
|
|
167
268
|
export declare const OrientationRegular: string;
|
|
168
269
|
export declare const OvalRegular: string;
|
|
169
270
|
export declare const OvenRegular: string;
|
|
170
271
|
export declare const PaddingRegular: string;
|
|
171
|
-
export declare const
|
|
172
|
-
export declare const
|
|
272
|
+
export declare const PageFitRegular: string;
|
|
273
|
+
export declare const PaintBrushRegular: string;
|
|
274
|
+
export declare const PaintBucketRegular: string;
|
|
173
275
|
export declare const ParallelogramRegular: string;
|
|
174
276
|
export declare const PasswordRegular: string;
|
|
175
277
|
export declare const PauseRegular: string;
|
|
278
|
+
export declare const PauseCircleRegular: string;
|
|
176
279
|
export declare const PaymentRegular: string;
|
|
280
|
+
export declare const PaymentWirelessRegular: string;
|
|
177
281
|
export declare const PenRegular: string;
|
|
282
|
+
export declare const PenOffRegular: string;
|
|
178
283
|
export declare const PentagonRegular: string;
|
|
179
284
|
export declare const PersonRegular: string;
|
|
285
|
+
export declare const PersonVoiceRegular: string;
|
|
180
286
|
export declare const PhoneRegular: string;
|
|
181
287
|
export declare const PianoRegular: string;
|
|
182
288
|
export declare const PinRegular: string;
|
|
183
289
|
export declare const PipelineRegular: string;
|
|
184
290
|
export declare const PlayRegular: string;
|
|
291
|
+
export declare const PlayCircleRegular: string;
|
|
185
292
|
export declare const PlaystoreRegular: string;
|
|
186
|
-
export declare const
|
|
293
|
+
export declare const PortHdmiRegular: string;
|
|
294
|
+
export declare const PortMicroUsbRegular: string;
|
|
295
|
+
export declare const PortUsbARegular: string;
|
|
296
|
+
export declare const PortUsbCRegular: string;
|
|
187
297
|
export declare const PowerRegular: string;
|
|
188
|
-
export declare const
|
|
298
|
+
export declare const PreviewLinkRegular: string;
|
|
189
299
|
export declare const PreviousRegular: string;
|
|
190
300
|
export declare const PrintRegular: string;
|
|
191
301
|
export declare const PulseRegular: string;
|
|
302
|
+
export declare const PulseCircleRegular: string;
|
|
303
|
+
export declare const PulseSquareRegular: string;
|
|
192
304
|
export declare const PythonRegular: string;
|
|
193
|
-
export declare const
|
|
305
|
+
export declare const QrCodeRegular: string;
|
|
194
306
|
export declare const QuestionRegular: string;
|
|
195
|
-
export declare const
|
|
307
|
+
export declare const QuestionCircleRegular: string;
|
|
308
|
+
export declare const RadioButtonRegular: string;
|
|
196
309
|
export declare const RamRegular: string;
|
|
197
310
|
export declare const RecordRegular: string;
|
|
311
|
+
export declare const RecordStopRegular: string;
|
|
198
312
|
export declare const RectangleRegular: string;
|
|
199
313
|
export declare const RefineuiRegular: string;
|
|
200
314
|
export declare const RewindRegular: string;
|
|
201
315
|
export declare const RhombusRegular: string;
|
|
202
316
|
export declare const RibbonRegular: string;
|
|
203
317
|
export declare const RoadRegular: string;
|
|
318
|
+
export declare const RoadConeRegular: string;
|
|
204
319
|
export declare const RocketRegular: string;
|
|
205
320
|
export declare const RotationRegular: string;
|
|
206
321
|
export declare const RouterRegular: string;
|
|
@@ -212,24 +327,40 @@ export declare const ScalesRegular: string;
|
|
|
212
327
|
export declare const ScriptRegular: string;
|
|
213
328
|
export declare const SearchRegular: string;
|
|
214
329
|
export declare const SendRegular: string;
|
|
215
|
-
export declare const
|
|
330
|
+
export declare const SerialPortRegular: string;
|
|
216
331
|
export declare const ServerRegular: string;
|
|
217
|
-
export declare const
|
|
332
|
+
export declare const ServerLinkRegular: string;
|
|
333
|
+
export declare const ServerPlayRegular: string;
|
|
334
|
+
export declare const ServiceBellRegular: string;
|
|
218
335
|
export declare const SettingsRegular: string;
|
|
219
|
-
export declare const
|
|
336
|
+
export declare const ShapeExcludeRegular: string;
|
|
337
|
+
export declare const ShapeIntersectRegular: string;
|
|
338
|
+
export declare const ShapeSubtractRegular: string;
|
|
339
|
+
export declare const ShapeUnionRegular: string;
|
|
220
340
|
export declare const ShapesRegular: string;
|
|
221
341
|
export declare const ShareRegular: string;
|
|
222
|
-
export declare const
|
|
342
|
+
export declare const ShareAndroidRegular: string;
|
|
343
|
+
export declare const ShareIosRegular: string;
|
|
344
|
+
export declare const ShellScriptRegular: string;
|
|
223
345
|
export declare const ShieldRegular: string;
|
|
224
|
-
export declare const
|
|
346
|
+
export declare const ShoppingBagRegular: string;
|
|
225
347
|
export declare const SimRegular: string;
|
|
226
|
-
export declare const
|
|
348
|
+
export declare const SlideAddRegular: string;
|
|
349
|
+
export declare const SlideContentRegular: string;
|
|
350
|
+
export declare const SlideEraserRegular: string;
|
|
351
|
+
export declare const SlideGridRegular: string;
|
|
352
|
+
export declare const SlideHideRegular: string;
|
|
353
|
+
export declare const SlideLayoutRegular: string;
|
|
227
354
|
export declare const SmartwatchRegular: string;
|
|
228
|
-
export declare const
|
|
355
|
+
export declare const SoundSourceRegular: string;
|
|
229
356
|
export declare const SpacebarRegular: string;
|
|
230
|
-
export declare const
|
|
231
|
-
export declare const
|
|
357
|
+
export declare const SportBaseballRegular: string;
|
|
358
|
+
export declare const SportBasketballRegular: string;
|
|
359
|
+
export declare const SportSoccerRegular: string;
|
|
360
|
+
export declare const SprayCanRegular: string;
|
|
232
361
|
export declare const SquareRegular: string;
|
|
362
|
+
export declare const SquareHintRegular: string;
|
|
363
|
+
export declare const SquareMultipleRegular: string;
|
|
233
364
|
export declare const StarRegular: string;
|
|
234
365
|
export declare const StopRegular: string;
|
|
235
366
|
export declare const SubtractRegular: string;
|
|
@@ -241,32 +372,64 @@ export declare const TargetRegular: string;
|
|
|
241
372
|
export declare const TemperatureRegular: string;
|
|
242
373
|
export declare const TentRegular: string;
|
|
243
374
|
export declare const TextRegular: string;
|
|
375
|
+
export declare const TextAlignCenterRegular: string;
|
|
376
|
+
export declare const TextAlignJustifyRegular: string;
|
|
377
|
+
export declare const TextAlignLeftRegular: string;
|
|
378
|
+
export declare const TextAlignRightRegular: string;
|
|
244
379
|
export declare const TextboxRegular: string;
|
|
380
|
+
export declare const TextboxAlignBottomRegular: string;
|
|
381
|
+
export declare const TextboxAlignBottomCenterRegular: string;
|
|
382
|
+
export declare const TextboxAlignBottomLeftRegular: string;
|
|
383
|
+
export declare const TextboxAlignBottomRightRegular: string;
|
|
384
|
+
export declare const TextboxAlignCenterRegular: string;
|
|
385
|
+
export declare const TextboxAlignMiddleRegular: string;
|
|
386
|
+
export declare const TextboxAlignMiddleLeftRegular: string;
|
|
387
|
+
export declare const TextboxAlignMiddleRightRegular: string;
|
|
388
|
+
export declare const TextboxAlignTopRegular: string;
|
|
389
|
+
export declare const TextboxAlignTopCenterRegular: string;
|
|
390
|
+
export declare const TextboxAlignTopLeftRegular: string;
|
|
391
|
+
export declare const TextboxAlignTopRightRegular: string;
|
|
245
392
|
export declare const ThinkingRegular: string;
|
|
246
393
|
export declare const TicketRegular: string;
|
|
247
394
|
export declare const TimerRegular: string;
|
|
248
|
-
export declare const
|
|
395
|
+
export declare const ToggleLeftRegular: string;
|
|
396
|
+
export declare const ToggleMultipleRegular: string;
|
|
397
|
+
export declare const ToggleRightRegular: string;
|
|
249
398
|
export declare const ToolboxRegular: string;
|
|
250
399
|
export declare const TrophyRegular: string;
|
|
251
400
|
export declare const TvRegular: string;
|
|
252
401
|
export declare const TypescriptRegular: string;
|
|
253
402
|
export declare const UmbrellaRegular: string;
|
|
254
403
|
export declare const UsbRegular: string;
|
|
404
|
+
export declare const UsbCableRegular: string;
|
|
255
405
|
export declare const VerifiedRegular: string;
|
|
256
406
|
export declare const VideoRegular: string;
|
|
407
|
+
export declare const VideoClipRegular: string;
|
|
408
|
+
export declare const VideoPlayPauseRegular: string;
|
|
257
409
|
export declare const VoicemailRegular: string;
|
|
258
410
|
export declare const VoteRegular: string;
|
|
259
|
-
export declare const
|
|
411
|
+
export declare const WalkieTalkieRegular: string;
|
|
260
412
|
export declare const WalletRegular: string;
|
|
261
413
|
export declare const WandRegular: string;
|
|
262
414
|
export declare const WarningRegular: string;
|
|
263
415
|
export declare const WasherRegular: string;
|
|
264
416
|
export declare const WaterRegular: string;
|
|
265
|
-
export declare const
|
|
417
|
+
export declare const WeatherBlowingSnowRegular: string;
|
|
418
|
+
export declare const WeatherCloudyRegular: string;
|
|
419
|
+
export declare const WeatherRainRegular: string;
|
|
420
|
+
export declare const WeatherSnowRegular: string;
|
|
421
|
+
export declare const WeatherSnowflakeRegular: string;
|
|
422
|
+
export declare const WeatherSunnyRegular: string;
|
|
423
|
+
export declare const WeatherThunderstormRegular: string;
|
|
266
424
|
export declare const WebRegular: string;
|
|
267
|
-
export declare const
|
|
425
|
+
export declare const Wifi1Regular: string;
|
|
426
|
+
export declare const Wifi2Regular: string;
|
|
427
|
+
export declare const Wifi3Regular: string;
|
|
428
|
+
export declare const Wifi4Regular: string;
|
|
268
429
|
export declare const WindowsRegular: string;
|
|
269
430
|
export declare const WrenchRegular: string;
|
|
270
431
|
export declare const XrayRegular: string;
|
|
271
432
|
export declare const ZoomRegular: string;
|
|
433
|
+
export declare const ZoomInRegular: string;
|
|
434
|
+
export declare const ZoomOutRegular: string;
|
|
272
435
|
//# sourceMappingURL=regular-icons.d.ts.map
|