@refineui/icon-cdn 0.3.24 → 0.3.26
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/filled-icons.d.ts +206 -43
- package/dist/filled-icons.js +215 -49
- package/dist/index.esm.js +415 -89
- package/dist/index.js +826 -174
- package/dist/index.umd.js +826 -174
- package/dist/regular-icons.d.ts +206 -43
- package/dist/regular-icons.js +215 -49
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,24 +39,48 @@ const getIconURL = (iconName, size = 24, style = 'regular') => {
|
|
|
39
39
|
};
|
|
40
40
|
|
|
41
41
|
// === Regular style icons ===
|
|
42
|
-
const
|
|
42
|
+
const AccessTimeRegular = createIconURL('access-time', 24, 'regular');
|
|
43
43
|
const AccessibilityRegular = createIconURL('accessibility', 24, 'regular');
|
|
44
44
|
const AddRegular = createIconURL('add', 24, 'regular');
|
|
45
|
+
const AddCircleRegular = createIconURL('add-circle', 24, 'regular');
|
|
46
|
+
const AddSquareRegular = createIconURL('add-square', 24, 'regular');
|
|
45
47
|
const AirplaneRegular = createIconURL('airplane', 24, 'regular');
|
|
46
48
|
const AlbumRegular = createIconURL('album', 24, 'regular');
|
|
47
49
|
const AlertRegular = createIconURL('alert', 24, 'regular');
|
|
48
|
-
const
|
|
50
|
+
const AlertBadgeRegular = createIconURL('alert-badge', 24, 'regular');
|
|
51
|
+
const AlertOffRegular = createIconURL('alert-off', 24, 'regular');
|
|
52
|
+
const AlignBottomRegular = createIconURL('align-bottom', 24, 'regular');
|
|
53
|
+
const AlignCenterHorizontalRegular = createIconURL('align-center-horizontal', 24, 'regular');
|
|
54
|
+
const AlignCenterVerticalRegular = createIconURL('align-center-vertical', 24, 'regular');
|
|
55
|
+
const AlignLeftRegular = createIconURL('align-left', 24, 'regular');
|
|
56
|
+
const AlignRightRegular = createIconURL('align-right', 24, 'regular');
|
|
57
|
+
const AlignTopRegular = createIconURL('align-top', 24, 'regular');
|
|
49
58
|
const AndroidRegular = createIconURL('android', 24, 'regular');
|
|
50
|
-
const
|
|
59
|
+
const AppFolderRegular = createIconURL('app-folder', 24, 'regular');
|
|
60
|
+
const AppRecentRegular = createIconURL('app-recent', 24, 'regular');
|
|
61
|
+
const AppTitleRegular = createIconURL('app-title', 24, 'regular');
|
|
51
62
|
const AppstoreRegular = createIconURL('appstore', 24, 'regular');
|
|
52
63
|
const AutosumRegular = createIconURL('autosum', 24, 'regular');
|
|
53
64
|
const BackpackRegular = createIconURL('backpack', 24, 'regular');
|
|
54
65
|
const BackspaceRegular = createIconURL('backspace', 24, 'regular');
|
|
55
66
|
const BadgeRegular = createIconURL('badge', 24, 'regular');
|
|
56
67
|
const BalloonRegular = createIconURL('balloon', 24, 'regular');
|
|
57
|
-
const
|
|
58
|
-
const
|
|
59
|
-
const
|
|
68
|
+
const BarChartHorizontalRegular = createIconURL('bar-chart-horizontal', 24, 'regular');
|
|
69
|
+
const BarChartHorizontalDescendingRegular = createIconURL('bar-chart-horizontal-descending', 24, 'regular');
|
|
70
|
+
const BarChartVerticalRegular = createIconURL('bar-chart-vertical', 24, 'regular');
|
|
71
|
+
const BarChartVerticalDescendingRegular = createIconURL('bar-chart-vertical-descending', 24, 'regular');
|
|
72
|
+
const BarcodeScannerRegular = createIconURL('barcode-scanner', 24, 'regular');
|
|
73
|
+
const Battery0Regular = createIconURL('battery-0', 24, 'regular');
|
|
74
|
+
const Battery10Regular = createIconURL('battery-10', 24, 'regular');
|
|
75
|
+
const Battery100Regular = createIconURL('battery-100', 24, 'regular');
|
|
76
|
+
const Battery20Regular = createIconURL('battery-20', 24, 'regular');
|
|
77
|
+
const Battery30Regular = createIconURL('battery-30', 24, 'regular');
|
|
78
|
+
const Battery40Regular = createIconURL('battery-40', 24, 'regular');
|
|
79
|
+
const Battery50Regular = createIconURL('battery-50', 24, 'regular');
|
|
80
|
+
const Battery60Regular = createIconURL('battery-60', 24, 'regular');
|
|
81
|
+
const Battery70Regular = createIconURL('battery-70', 24, 'regular');
|
|
82
|
+
const Battery80Regular = createIconURL('battery-80', 24, 'regular');
|
|
83
|
+
const Battery90Regular = createIconURL('battery-90', 24, 'regular');
|
|
60
84
|
const BlockRegular = createIconURL('block', 24, 'regular');
|
|
61
85
|
const BluetoothRegular = createIconURL('bluetooth', 24, 'regular');
|
|
62
86
|
const BlurRegular = createIconURL('blur', 24, 'regular');
|
|
@@ -68,23 +92,30 @@ const CalculatorRegular = createIconURL('calculator', 24, 'regular');
|
|
|
68
92
|
const CalendarRegular = createIconURL('calendar', 24, 'regular');
|
|
69
93
|
const CameraRegular = createIconURL('camera', 24, 'regular');
|
|
70
94
|
const CartRegular = createIconURL('cart', 24, 'regular');
|
|
71
|
-
const
|
|
95
|
+
const CartonBoxRegular = createIconURL('carton-box', 24, 'regular');
|
|
72
96
|
const ChartRegular = createIconURL('chart', 24, 'regular');
|
|
73
97
|
const ChatRegular = createIconURL('chat', 24, 'regular');
|
|
98
|
+
const ChatAddRegular = createIconURL('chat-add', 24, 'regular');
|
|
99
|
+
const ChatEmptyRegular = createIconURL('chat-empty', 24, 'regular');
|
|
74
100
|
const CheckmarkRegular = createIconURL('checkmark', 24, 'regular');
|
|
75
101
|
const ChessRegular = createIconURL('chess', 24, 'regular');
|
|
76
|
-
const
|
|
102
|
+
const ChevronDownRegular = createIconURL('chevron-down', 24, 'regular');
|
|
103
|
+
const ChevronLeftRegular = createIconURL('chevron-left', 24, 'regular');
|
|
104
|
+
const ChevronRightRegular = createIconURL('chevron-right', 24, 'regular');
|
|
105
|
+
const ChevronUpRegular = createIconURL('chevron-up', 24, 'regular');
|
|
77
106
|
const CircleRegular = createIconURL('circle', 24, 'regular');
|
|
78
107
|
const ClipboardRegular = createIconURL('clipboard', 24, 'regular');
|
|
79
108
|
const ClockRegular = createIconURL('clock', 24, 'regular');
|
|
109
|
+
const ClockAlarmRegular = createIconURL('clock-alarm', 24, 'regular');
|
|
80
110
|
const CloudRegular = createIconURL('cloud', 24, 'regular');
|
|
81
111
|
const CloverRegular = createIconURL('clover', 24, 'regular');
|
|
82
112
|
const CodeRegular = createIconURL('code', 24, 'regular');
|
|
113
|
+
const CodeBlockRegular = createIconURL('code-block', 24, 'regular');
|
|
83
114
|
const CommaRegular = createIconURL('comma', 24, 'regular');
|
|
84
115
|
const CommentRegular = createIconURL('comment', 24, 'regular');
|
|
85
116
|
const ConeRegular = createIconURL('cone', 24, 'regular');
|
|
86
117
|
const ContrastRegular = createIconURL('contrast', 24, 'regular');
|
|
87
|
-
const
|
|
118
|
+
const ControlButtonRegular = createIconURL('control-button', 24, 'regular');
|
|
88
119
|
const CookieRegular = createIconURL('cookie', 24, 'regular');
|
|
89
120
|
const CopyRegular = createIconURL('copy', 24, 'regular');
|
|
90
121
|
const CouchRegular = createIconURL('couch', 24, 'regular');
|
|
@@ -98,47 +129,73 @@ const CutRegular = createIconURL('cut', 24, 'regular');
|
|
|
98
129
|
const DartRegular = createIconURL('dart', 24, 'regular');
|
|
99
130
|
const DatabaseRegular = createIconURL('database', 24, 'regular');
|
|
100
131
|
const DeleteRegular = createIconURL('delete', 24, 'regular');
|
|
132
|
+
const DeleteOffRegular = createIconURL('delete-off', 24, 'regular');
|
|
101
133
|
const DentistRegular = createIconURL('dentist', 24, 'regular');
|
|
102
134
|
const DeskRegular = createIconURL('desk', 24, 'regular');
|
|
103
135
|
const DesktopRegular = createIconURL('desktop', 24, 'regular');
|
|
136
|
+
const DesktopMacRegular = createIconURL('desktop-mac', 24, 'regular');
|
|
104
137
|
const DialpadRegular = createIconURL('dialpad', 24, 'regular');
|
|
105
138
|
const DiamondRegular = createIconURL('diamond', 24, 'regular');
|
|
106
139
|
const DismissRegular = createIconURL('dismiss', 24, 'regular');
|
|
140
|
+
const DismissCircleRegular = createIconURL('dismiss-circle', 24, 'regular');
|
|
141
|
+
const DismissSquareRegular = createIconURL('dismiss-square', 24, 'regular');
|
|
107
142
|
const DoctorRegular = createIconURL('doctor', 24, 'regular');
|
|
108
143
|
const DocumentRegular = createIconURL('document', 24, 'regular');
|
|
144
|
+
const DocumentBorderRegular = createIconURL('document-border', 24, 'regular');
|
|
109
145
|
const DoorRegular = createIconURL('door', 24, 'regular');
|
|
110
146
|
const DragRegular = createIconURL('drag', 24, 'regular');
|
|
111
147
|
const DrawerRegular = createIconURL('drawer', 24, 'regular');
|
|
112
148
|
const DropRegular = createIconURL('drop', 24, 'regular');
|
|
113
|
-
const
|
|
149
|
+
const DualScreenRegular = createIconURL('dual-screen', 24, 'regular');
|
|
114
150
|
const DumbbellRegular = createIconURL('dumbbell', 24, 'regular');
|
|
115
151
|
const DustRegular = createIconURL('dust', 24, 'regular');
|
|
116
152
|
const EarthRegular = createIconURL('earth', 24, 'regular');
|
|
117
153
|
const EditRegular = createIconURL('edit', 24, 'regular');
|
|
154
|
+
const EditOffRegular = createIconURL('edit-off', 24, 'regular');
|
|
118
155
|
const ElevatorRegular = createIconURL('elevator', 24, 'regular');
|
|
119
156
|
const EmojiRegular = createIconURL('emoji', 24, 'regular');
|
|
157
|
+
const EmojiAngryRegular = createIconURL('emoji-angry', 24, 'regular');
|
|
158
|
+
const EmojiCoolRegular = createIconURL('emoji-cool', 24, 'regular');
|
|
159
|
+
const EmojiGrimacingRegular = createIconURL('emoji-grimacing', 24, 'regular');
|
|
160
|
+
const EmojiLaughRegular = createIconURL('emoji-laugh', 24, 'regular');
|
|
161
|
+
const EmojiMehRegular = createIconURL('emoji-meh', 24, 'regular');
|
|
162
|
+
const EmojiSadRegular = createIconURL('emoji-sad', 24, 'regular');
|
|
163
|
+
const EmojiSurpriseRegular = createIconURL('emoji-surprise', 24, 'regular');
|
|
120
164
|
const EngineRegular = createIconURL('engine', 24, 'regular');
|
|
121
165
|
const EqualRegular = createIconURL('equal', 24, 'regular');
|
|
122
|
-
const
|
|
166
|
+
const EqualCircleRegular = createIconURL('equal-circle', 24, 'regular');
|
|
167
|
+
const EqualOffRegular = createIconURL('equal-off', 24, 'regular');
|
|
168
|
+
const ErrorCircleRegular = createIconURL('error-circle', 24, 'regular');
|
|
123
169
|
const EyeRegular = createIconURL('eye', 24, 'regular');
|
|
170
|
+
const EyeOffRegular = createIconURL('eye-off', 24, 'regular');
|
|
124
171
|
const EyedropperRegular = createIconURL('eyedropper', 24, 'regular');
|
|
125
|
-
const
|
|
172
|
+
const EyedropperOffRegular = createIconURL('eyedropper-off', 24, 'regular');
|
|
173
|
+
const FastForwardRegular = createIconURL('fast-forward', 24, 'regular');
|
|
126
174
|
const FilmstripRegular = createIconURL('filmstrip', 24, 'regular');
|
|
175
|
+
const FilmstripOffRegular = createIconURL('filmstrip-off', 24, 'regular');
|
|
127
176
|
const FilterRegular = createIconURL('filter', 24, 'regular');
|
|
128
177
|
const FireRegular = createIconURL('fire', 24, 'regular');
|
|
129
178
|
const FlagRegular = createIconURL('flag', 24, 'regular');
|
|
179
|
+
const FlagOffRegular = createIconURL('flag-off', 24, 'regular');
|
|
130
180
|
const FlashRegular = createIconURL('flash', 24, 'regular');
|
|
181
|
+
const FlashOffRegular = createIconURL('flash-off', 24, 'regular');
|
|
131
182
|
const FlashlightRegular = createIconURL('flashlight', 24, 'regular');
|
|
132
|
-
const
|
|
183
|
+
const FlashlightOffRegular = createIconURL('flashlight-off', 24, 'regular');
|
|
184
|
+
const FlipHorizontalRegular = createIconURL('flip-horizontal', 24, 'regular');
|
|
185
|
+
const FlipVerticialRegular = createIconURL('flip-verticial', 24, 'regular');
|
|
133
186
|
const FolderRegular = createIconURL('folder', 24, 'regular');
|
|
187
|
+
const FolderOpenRegular = createIconURL('folder-open', 24, 'regular');
|
|
134
188
|
const FrameRegular = createIconURL('frame', 24, 'regular');
|
|
135
|
-
const
|
|
189
|
+
const FullScreenMaximizeRegular = createIconURL('full-screen-maximize', 24, 'regular');
|
|
190
|
+
const FullScreenMinimizeRegular = createIconURL('full-screen-minimize', 24, 'regular');
|
|
136
191
|
const GamesRegular = createIconURL('games', 24, 'regular');
|
|
137
|
-
const
|
|
192
|
+
const GanttChartRegular = createIconURL('gantt-chart', 24, 'regular');
|
|
138
193
|
const GasRegular = createIconURL('gas', 24, 'regular');
|
|
194
|
+
const GasStationRegular = createIconURL('gas-station', 24, 'regular');
|
|
139
195
|
const GavelRegular = createIconURL('gavel', 24, 'regular');
|
|
140
196
|
const GifRegular = createIconURL('gif', 24, 'regular');
|
|
141
197
|
const GiftRegular = createIconURL('gift', 24, 'regular');
|
|
198
|
+
const GiftCardRegular = createIconURL('gift-card', 24, 'regular');
|
|
142
199
|
const GitRegular = createIconURL('git', 24, 'regular');
|
|
143
200
|
const GlassesRegular = createIconURL('glasses', 24, 'regular');
|
|
144
201
|
const GlobalRegular = createIconURL('global', 24, 'regular');
|
|
@@ -146,102 +203,160 @@ const GridRegular = createIconURL('grid', 24, 'regular');
|
|
|
146
203
|
const GuestRegular = createIconURL('guest', 24, 'regular');
|
|
147
204
|
const GuitarRegular = createIconURL('guitar', 24, 'regular');
|
|
148
205
|
const HammerRegular = createIconURL('hammer', 24, 'regular');
|
|
149
|
-
const
|
|
150
|
-
const
|
|
206
|
+
const HardDriveRegular = createIconURL('hard-drive', 24, 'regular');
|
|
207
|
+
const HatGraduationRegular = createIconURL('hat-graduation', 24, 'regular');
|
|
151
208
|
const HdRegular = createIconURL('hd', 24, 'regular');
|
|
152
209
|
const HdrRegular = createIconURL('hdr', 24, 'regular');
|
|
210
|
+
const HdrOffRegular = createIconURL('hdr-off', 24, 'regular');
|
|
153
211
|
const HeadphonesRegular = createIconURL('headphones', 24, 'regular');
|
|
154
|
-
const
|
|
212
|
+
const HeadphonesMicRegular = createIconURL('headphones-mic', 24, 'regular');
|
|
213
|
+
const HeadsetVrRegular = createIconURL('headset-vr', 24, 'regular');
|
|
155
214
|
const HeartRegular = createIconURL('heart', 24, 'regular');
|
|
215
|
+
const HeartBrokenRegular = createIconURL('heart-broken', 24, 'regular');
|
|
156
216
|
const HexagonRegular = createIconURL('hexagon', 24, 'regular');
|
|
157
217
|
const HighlightRegular = createIconURL('highlight', 24, 'regular');
|
|
158
218
|
const HighwayRegular = createIconURL('highway', 24, 'regular');
|
|
159
219
|
const HomeRegular = createIconURL('home', 24, 'regular');
|
|
220
|
+
const HomeCheckmarkRegular = createIconURL('home-checkmark', 24, 'regular');
|
|
160
221
|
const HourglassRegular = createIconURL('hourglass', 24, 'regular');
|
|
222
|
+
const HourglassHalfRegular = createIconURL('hourglass-half', 24, 'regular');
|
|
223
|
+
const HourglassOneQuarterRegular = createIconURL('hourglass-one-quarter', 24, 'regular');
|
|
224
|
+
const HourglassThreeQuarterRegular = createIconURL('hourglass-three-quarter', 24, 'regular');
|
|
161
225
|
const HtmlRegular = createIconURL('html', 24, 'regular');
|
|
162
226
|
const ImageRegular = createIconURL('image', 24, 'regular');
|
|
227
|
+
const ImageCircleRegular = createIconURL('image-circle', 24, 'regular');
|
|
163
228
|
const ImportantRegular = createIconURL('important', 24, 'regular');
|
|
164
229
|
const IncognitoRegular = createIconURL('incognito', 24, 'regular');
|
|
165
230
|
const InfoRegular = createIconURL('info', 24, 'regular');
|
|
166
231
|
const IosRegular = createIconURL('ios', 24, 'regular');
|
|
232
|
+
const IosArrowLtrRegular = createIconURL('ios-arrow-ltr', 24, 'regular');
|
|
233
|
+
const IosArrowRtlRegular = createIconURL('ios-arrow-rtl', 24, 'regular');
|
|
234
|
+
const IosChevronLtrRegular = createIconURL('ios-chevron-ltr', 24, 'regular');
|
|
235
|
+
const IosChevronRtlRegular = createIconURL('ios-chevron-rtl', 24, 'regular');
|
|
167
236
|
const IotRegular = createIconURL('iot', 24, 'regular');
|
|
168
237
|
const JavascriptRegular = createIconURL('javascript', 24, 'regular');
|
|
169
238
|
const JoystickRegular = createIconURL('joystick', 24, 'regular');
|
|
170
239
|
const JsonRegular = createIconURL('json', 24, 'regular');
|
|
240
|
+
const JsonFileRegular = createIconURL('json-file', 24, 'regular');
|
|
171
241
|
const KeyRegular = createIconURL('key', 24, 'regular');
|
|
242
|
+
const KeyMultipleRegular = createIconURL('key-multiple', 24, 'regular');
|
|
172
243
|
const KeyboardRegular = createIconURL('keyboard', 24, 'regular');
|
|
244
|
+
const KeyboardBackspaceRegular = createIconURL('keyboard-backspace', 24, 'regular');
|
|
245
|
+
const KeyboardCommandRegular = createIconURL('keyboard-command', 24, 'regular');
|
|
246
|
+
const KeyboardLockRegular = createIconURL('keyboard-lock', 24, 'regular');
|
|
247
|
+
const KeyboardOffRegular = createIconURL('keyboard-off', 24, 'regular');
|
|
248
|
+
const KeyboardOptionRegular = createIconURL('keyboard-option', 24, 'regular');
|
|
249
|
+
const KeyboardReturnRegular = createIconURL('keyboard-return', 24, 'regular');
|
|
250
|
+
const KeyboardShiftRegular = createIconURL('keyboard-shift', 24, 'regular');
|
|
251
|
+
const KeyboardShiftUppercaseRegular = createIconURL('keyboard-shift-uppercase', 24, 'regular');
|
|
252
|
+
const KeyboardTabRegular = createIconURL('keyboard-tab', 24, 'regular');
|
|
173
253
|
const KioskRegular = createIconURL('kiosk', 24, 'regular');
|
|
174
254
|
const KotlinRegular = createIconURL('kotlin', 24, 'regular');
|
|
175
255
|
const LaptopRegular = createIconURL('laptop', 24, 'regular');
|
|
176
256
|
const LayerRegular = createIconURL('layer', 24, 'regular');
|
|
177
257
|
const LightbulbRegular = createIconURL('lightbulb', 24, 'regular');
|
|
178
258
|
const LineRegular = createIconURL('line', 24, 'regular');
|
|
259
|
+
const LineDashesRegular = createIconURL('line-dashes', 24, 'regular');
|
|
260
|
+
const LineHorizontal1Regular = createIconURL('line-horizontal-1', 24, 'regular');
|
|
261
|
+
const LineHorizontal1DashesRegular = createIconURL('line-horizontal-1-dashes', 24, 'regular');
|
|
179
262
|
const LinkRegular = createIconURL('link', 24, 'regular');
|
|
180
|
-
const LocalRegular = createIconURL('local', 24, 'regular');
|
|
181
263
|
const LocalLanguageRegular = createIconURL('local-language', 24, 'regular');
|
|
182
264
|
const LocationRegular = createIconURL('location', 24, 'regular');
|
|
183
|
-
const
|
|
265
|
+
const LocationArrowRegular = createIconURL('location-arrow', 24, 'regular');
|
|
266
|
+
const LockClosedRegular = createIconURL('lock-closed', 24, 'regular');
|
|
267
|
+
const LockOpenRegular = createIconURL('lock-open', 24, 'regular');
|
|
184
268
|
const LuggageRegular = createIconURL('luggage', 24, 'regular');
|
|
185
269
|
const MacosRegular = createIconURL('macos', 24, 'regular');
|
|
186
270
|
const MailRegular = createIconURL('mail', 24, 'regular');
|
|
271
|
+
const MailReadRegular = createIconURL('mail-read', 24, 'regular');
|
|
187
272
|
const MailboxRegular = createIconURL('mailbox', 24, 'regular');
|
|
188
273
|
const MapRegular = createIconURL('map', 24, 'regular');
|
|
189
274
|
const MarkdownRegular = createIconURL('markdown', 24, 'regular');
|
|
190
|
-
const
|
|
275
|
+
const MathSymbolsRegular = createIconURL('math-symbols', 24, 'regular');
|
|
191
276
|
const MegaphoneRegular = createIconURL('megaphone', 24, 'regular');
|
|
192
277
|
const MicRegular = createIconURL('mic', 24, 'regular');
|
|
193
278
|
const MoonRegular = createIconURL('moon', 24, 'regular');
|
|
194
|
-
const
|
|
279
|
+
const MoreCircleRegular = createIconURL('more-circle', 24, 'regular');
|
|
280
|
+
const MoreHorizontalRegular = createIconURL('more-horizontal', 24, 'regular');
|
|
281
|
+
const MoreVerticialRegular = createIconURL('more-verticial', 24, 'regular');
|
|
195
282
|
const MouseRegular = createIconURL('mouse', 24, 'regular');
|
|
196
283
|
const MovieRegular = createIconURL('movie', 24, 'regular');
|
|
197
|
-
const
|
|
284
|
+
const NetworkCheckRegular = createIconURL('network-check', 24, 'regular');
|
|
198
285
|
const NewsRegular = createIconURL('news', 24, 'regular');
|
|
199
286
|
const NextRegular = createIconURL('next', 24, 'regular');
|
|
200
287
|
const NoteRegular = createIconURL('note', 24, 'regular');
|
|
201
288
|
const NotebookRegular = createIconURL('notebook', 24, 'regular');
|
|
202
289
|
const NotepadRegular = createIconURL('notepad', 24, 'regular');
|
|
203
|
-
const
|
|
290
|
+
const NumberCircle0Regular = createIconURL('number-circle-0', 24, 'regular');
|
|
291
|
+
const NumberCircle1Regular = createIconURL('number-circle-1', 24, 'regular');
|
|
292
|
+
const NumberCircle2Regular = createIconURL('number-circle-2', 24, 'regular');
|
|
293
|
+
const NumberCircle3Regular = createIconURL('number-circle-3', 24, 'regular');
|
|
294
|
+
const NumberCircle4Regular = createIconURL('number-circle-4', 24, 'regular');
|
|
295
|
+
const NumberCircle5Regular = createIconURL('number-circle-5', 24, 'regular');
|
|
296
|
+
const NumberCircle6Regular = createIconURL('number-circle-6', 24, 'regular');
|
|
297
|
+
const NumberCircle7Regular = createIconURL('number-circle-7', 24, 'regular');
|
|
298
|
+
const NumberCircle8Regular = createIconURL('number-circle-8', 24, 'regular');
|
|
299
|
+
const NumberCircle9Regular = createIconURL('number-circle-9', 24, 'regular');
|
|
300
|
+
const NumberSymbolRegular = createIconURL('number-symbol', 24, 'regular');
|
|
301
|
+
const NumberSymbolCircleRegular = createIconURL('number-symbol-circle', 24, 'regular');
|
|
302
|
+
const NumberSymbolSquareRegular = createIconURL('number-symbol-square', 24, 'regular');
|
|
204
303
|
const OpacityRegular = createIconURL('opacity', 24, 'regular');
|
|
205
304
|
const OpenRegular = createIconURL('open', 24, 'regular');
|
|
305
|
+
const OpenOffRegular = createIconURL('open-off', 24, 'regular');
|
|
206
306
|
const OptionsRegular = createIconURL('options', 24, 'regular');
|
|
207
307
|
const OrganizationRegular = createIconURL('organization', 24, 'regular');
|
|
308
|
+
const OrganizationHorizontalRegular = createIconURL('organization-horizontal', 24, 'regular');
|
|
208
309
|
const OrientationRegular = createIconURL('orientation', 24, 'regular');
|
|
209
310
|
const OvalRegular = createIconURL('oval', 24, 'regular');
|
|
210
311
|
const OvenRegular = createIconURL('oven', 24, 'regular');
|
|
211
312
|
const PaddingRegular = createIconURL('padding', 24, 'regular');
|
|
212
|
-
const
|
|
213
|
-
const
|
|
313
|
+
const PageFitRegular = createIconURL('page-fit', 24, 'regular');
|
|
314
|
+
const PaintBrushRegular = createIconURL('paint-brush', 24, 'regular');
|
|
315
|
+
const PaintBucketRegular = createIconURL('paint-bucket', 24, 'regular');
|
|
214
316
|
const ParallelogramRegular = createIconURL('parallelogram', 24, 'regular');
|
|
215
317
|
const PasswordRegular = createIconURL('password', 24, 'regular');
|
|
216
318
|
const PauseRegular = createIconURL('pause', 24, 'regular');
|
|
319
|
+
const PauseCircleRegular = createIconURL('pause-circle', 24, 'regular');
|
|
217
320
|
const PaymentRegular = createIconURL('payment', 24, 'regular');
|
|
321
|
+
const PaymentWirelessRegular = createIconURL('payment-wireless', 24, 'regular');
|
|
218
322
|
const PenRegular = createIconURL('pen', 24, 'regular');
|
|
323
|
+
const PenOffRegular = createIconURL('pen-off', 24, 'regular');
|
|
219
324
|
const PentagonRegular = createIconURL('pentagon', 24, 'regular');
|
|
220
325
|
const PersonRegular = createIconURL('person', 24, 'regular');
|
|
326
|
+
const PersonVoiceRegular = createIconURL('person-voice', 24, 'regular');
|
|
221
327
|
const PhoneRegular = createIconURL('phone', 24, 'regular');
|
|
222
328
|
const PianoRegular = createIconURL('piano', 24, 'regular');
|
|
223
329
|
const PinRegular = createIconURL('pin', 24, 'regular');
|
|
224
330
|
const PipelineRegular = createIconURL('pipeline', 24, 'regular');
|
|
225
331
|
const PlayRegular = createIconURL('play', 24, 'regular');
|
|
332
|
+
const PlayCircleRegular = createIconURL('play-circle', 24, 'regular');
|
|
226
333
|
const PlaystoreRegular = createIconURL('playstore', 24, 'regular');
|
|
227
|
-
const
|
|
334
|
+
const PortHdmiRegular = createIconURL('port-hdmi', 24, 'regular');
|
|
335
|
+
const PortMicroUsbRegular = createIconURL('port-micro-usb', 24, 'regular');
|
|
336
|
+
const PortUsbARegular = createIconURL('port-usb-a', 24, 'regular');
|
|
337
|
+
const PortUsbCRegular = createIconURL('port-usb-c', 24, 'regular');
|
|
228
338
|
const PowerRegular = createIconURL('power', 24, 'regular');
|
|
229
|
-
const
|
|
339
|
+
const PreviewLinkRegular = createIconURL('preview-link', 24, 'regular');
|
|
230
340
|
const PreviousRegular = createIconURL('previous', 24, 'regular');
|
|
231
341
|
const PrintRegular = createIconURL('print', 24, 'regular');
|
|
232
342
|
const PulseRegular = createIconURL('pulse', 24, 'regular');
|
|
343
|
+
const PulseCircleRegular = createIconURL('pulse-circle', 24, 'regular');
|
|
344
|
+
const PulseSquareRegular = createIconURL('pulse-square', 24, 'regular');
|
|
233
345
|
const PythonRegular = createIconURL('python', 24, 'regular');
|
|
234
|
-
const
|
|
346
|
+
const QrCodeRegular = createIconURL('qr-code', 24, 'regular');
|
|
235
347
|
const QuestionRegular = createIconURL('question', 24, 'regular');
|
|
236
|
-
const
|
|
348
|
+
const QuestionCircleRegular = createIconURL('question-circle', 24, 'regular');
|
|
349
|
+
const RadioButtonRegular = createIconURL('radio-button', 24, 'regular');
|
|
237
350
|
const RamRegular = createIconURL('ram', 24, 'regular');
|
|
238
351
|
const RecordRegular = createIconURL('record', 24, 'regular');
|
|
352
|
+
const RecordStopRegular = createIconURL('record-stop', 24, 'regular');
|
|
239
353
|
const RectangleRegular = createIconURL('rectangle', 24, 'regular');
|
|
240
354
|
const RefineuiRegular = createIconURL('refineui', 24, 'regular');
|
|
241
355
|
const RewindRegular = createIconURL('rewind', 24, 'regular');
|
|
242
356
|
const RhombusRegular = createIconURL('rhombus', 24, 'regular');
|
|
243
357
|
const RibbonRegular = createIconURL('ribbon', 24, 'regular');
|
|
244
358
|
const RoadRegular = createIconURL('road', 24, 'regular');
|
|
359
|
+
const RoadConeRegular = createIconURL('road-cone', 24, 'regular');
|
|
245
360
|
const RocketRegular = createIconURL('rocket', 24, 'regular');
|
|
246
361
|
const RotationRegular = createIconURL('rotation', 24, 'regular');
|
|
247
362
|
const RouterRegular = createIconURL('router', 24, 'regular');
|
|
@@ -253,24 +368,40 @@ const ScalesRegular = createIconURL('scales', 24, 'regular');
|
|
|
253
368
|
const ScriptRegular = createIconURL('script', 24, 'regular');
|
|
254
369
|
const SearchRegular = createIconURL('search', 24, 'regular');
|
|
255
370
|
const SendRegular = createIconURL('send', 24, 'regular');
|
|
256
|
-
const
|
|
371
|
+
const SerialPortRegular = createIconURL('serial-port', 24, 'regular');
|
|
257
372
|
const ServerRegular = createIconURL('server', 24, 'regular');
|
|
258
|
-
const
|
|
373
|
+
const ServerLinkRegular = createIconURL('server-link', 24, 'regular');
|
|
374
|
+
const ServerPlayRegular = createIconURL('server-play', 24, 'regular');
|
|
375
|
+
const ServiceBellRegular = createIconURL('service-bell', 24, 'regular');
|
|
259
376
|
const SettingsRegular = createIconURL('settings', 24, 'regular');
|
|
260
|
-
const
|
|
377
|
+
const ShapeExcludeRegular = createIconURL('shape-exclude', 24, 'regular');
|
|
378
|
+
const ShapeIntersectRegular = createIconURL('shape-intersect', 24, 'regular');
|
|
379
|
+
const ShapeSubtractRegular = createIconURL('shape-subtract', 24, 'regular');
|
|
380
|
+
const ShapeUnionRegular = createIconURL('shape-union', 24, 'regular');
|
|
261
381
|
const ShapesRegular = createIconURL('shapes', 24, 'regular');
|
|
262
382
|
const ShareRegular = createIconURL('share', 24, 'regular');
|
|
263
|
-
const
|
|
383
|
+
const ShareAndroidRegular = createIconURL('share-android', 24, 'regular');
|
|
384
|
+
const ShareIosRegular = createIconURL('share-ios', 24, 'regular');
|
|
385
|
+
const ShellScriptRegular = createIconURL('shell-script', 24, 'regular');
|
|
264
386
|
const ShieldRegular = createIconURL('shield', 24, 'regular');
|
|
265
|
-
const
|
|
387
|
+
const ShoppingBagRegular = createIconURL('shopping-bag', 24, 'regular');
|
|
266
388
|
const SimRegular = createIconURL('sim', 24, 'regular');
|
|
267
|
-
const
|
|
389
|
+
const SlideAddRegular = createIconURL('slide-add', 24, 'regular');
|
|
390
|
+
const SlideContentRegular = createIconURL('slide-content', 24, 'regular');
|
|
391
|
+
const SlideEraserRegular = createIconURL('slide-eraser', 24, 'regular');
|
|
392
|
+
const SlideGridRegular = createIconURL('slide-grid', 24, 'regular');
|
|
393
|
+
const SlideHideRegular = createIconURL('slide-hide', 24, 'regular');
|
|
394
|
+
const SlideLayoutRegular = createIconURL('slide-layout', 24, 'regular');
|
|
268
395
|
const SmartwatchRegular = createIconURL('smartwatch', 24, 'regular');
|
|
269
|
-
const
|
|
396
|
+
const SoundSourceRegular = createIconURL('sound-source', 24, 'regular');
|
|
270
397
|
const SpacebarRegular = createIconURL('spacebar', 24, 'regular');
|
|
271
|
-
const
|
|
272
|
-
const
|
|
398
|
+
const SportBaseballRegular = createIconURL('sport-baseball', 24, 'regular');
|
|
399
|
+
const SportBasketballRegular = createIconURL('sport-basketball', 24, 'regular');
|
|
400
|
+
const SportSoccerRegular = createIconURL('sport-soccer', 24, 'regular');
|
|
401
|
+
const SprayCanRegular = createIconURL('spray-can', 24, 'regular');
|
|
273
402
|
const SquareRegular = createIconURL('square', 24, 'regular');
|
|
403
|
+
const SquareHintRegular = createIconURL('square-hint', 24, 'regular');
|
|
404
|
+
const SquareMultipleRegular = createIconURL('square-multiple', 24, 'regular');
|
|
274
405
|
const StarRegular = createIconURL('star', 24, 'regular');
|
|
275
406
|
const StopRegular = createIconURL('stop', 24, 'regular');
|
|
276
407
|
const SubtractRegular = createIconURL('subtract', 24, 'regular');
|
|
@@ -282,54 +413,110 @@ const TargetRegular = createIconURL('target', 24, 'regular');
|
|
|
282
413
|
const TemperatureRegular = createIconURL('temperature', 24, 'regular');
|
|
283
414
|
const TentRegular = createIconURL('tent', 24, 'regular');
|
|
284
415
|
const TextRegular = createIconURL('text', 24, 'regular');
|
|
416
|
+
const TextAlignCenterRegular = createIconURL('text-align-center', 24, 'regular');
|
|
417
|
+
const TextAlignJustifyRegular = createIconURL('text-align-justify', 24, 'regular');
|
|
418
|
+
const TextAlignLeftRegular = createIconURL('text-align-left', 24, 'regular');
|
|
419
|
+
const TextAlignRightRegular = createIconURL('text-align-right', 24, 'regular');
|
|
285
420
|
const TextboxRegular = createIconURL('textbox', 24, 'regular');
|
|
421
|
+
const TextboxAlignBottomRegular = createIconURL('textbox-align-bottom', 24, 'regular');
|
|
422
|
+
const TextboxAlignBottomCenterRegular = createIconURL('textbox-align-bottom-center', 24, 'regular');
|
|
423
|
+
const TextboxAlignBottomLeftRegular = createIconURL('textbox-align-bottom-left', 24, 'regular');
|
|
424
|
+
const TextboxAlignBottomRightRegular = createIconURL('textbox-align-bottom-right', 24, 'regular');
|
|
425
|
+
const TextboxAlignCenterRegular = createIconURL('textbox-align-center', 24, 'regular');
|
|
426
|
+
const TextboxAlignMiddleRegular = createIconURL('textbox-align-middle', 24, 'regular');
|
|
427
|
+
const TextboxAlignMiddleLeftRegular = createIconURL('textbox-align-middle-left', 24, 'regular');
|
|
428
|
+
const TextboxAlignMiddleRightRegular = createIconURL('textbox-align-middle-right', 24, 'regular');
|
|
429
|
+
const TextboxAlignTopRegular = createIconURL('textbox-align-top', 24, 'regular');
|
|
430
|
+
const TextboxAlignTopCenterRegular = createIconURL('textbox-align-top-center', 24, 'regular');
|
|
431
|
+
const TextboxAlignTopLeftRegular = createIconURL('textbox-align-top-left', 24, 'regular');
|
|
432
|
+
const TextboxAlignTopRightRegular = createIconURL('textbox-align-top-right', 24, 'regular');
|
|
286
433
|
const ThinkingRegular = createIconURL('thinking', 24, 'regular');
|
|
287
434
|
const TicketRegular = createIconURL('ticket', 24, 'regular');
|
|
288
435
|
const TimerRegular = createIconURL('timer', 24, 'regular');
|
|
289
|
-
const
|
|
436
|
+
const ToggleLeftRegular = createIconURL('toggle-left', 24, 'regular');
|
|
437
|
+
const ToggleMultipleRegular = createIconURL('toggle-multiple', 24, 'regular');
|
|
438
|
+
const ToggleRightRegular = createIconURL('toggle-right', 24, 'regular');
|
|
290
439
|
const ToolboxRegular = createIconURL('toolbox', 24, 'regular');
|
|
291
440
|
const TrophyRegular = createIconURL('trophy', 24, 'regular');
|
|
292
441
|
const TvRegular = createIconURL('tv', 24, 'regular');
|
|
293
442
|
const TypescriptRegular = createIconURL('typescript', 24, 'regular');
|
|
294
443
|
const UmbrellaRegular = createIconURL('umbrella', 24, 'regular');
|
|
295
444
|
const UsbRegular = createIconURL('usb', 24, 'regular');
|
|
445
|
+
const UsbCableRegular = createIconURL('usb-cable', 24, 'regular');
|
|
296
446
|
const VerifiedRegular = createIconURL('verified', 24, 'regular');
|
|
297
447
|
const VideoRegular = createIconURL('video', 24, 'regular');
|
|
448
|
+
const VideoClipRegular = createIconURL('video-clip', 24, 'regular');
|
|
449
|
+
const VideoPlayPauseRegular = createIconURL('video-play-pause', 24, 'regular');
|
|
298
450
|
const VoicemailRegular = createIconURL('voicemail', 24, 'regular');
|
|
299
451
|
const VoteRegular = createIconURL('vote', 24, 'regular');
|
|
300
|
-
const
|
|
452
|
+
const WalkieTalkieRegular = createIconURL('walkie-talkie', 24, 'regular');
|
|
301
453
|
const WalletRegular = createIconURL('wallet', 24, 'regular');
|
|
302
454
|
const WandRegular = createIconURL('wand', 24, 'regular');
|
|
303
455
|
const WarningRegular = createIconURL('warning', 24, 'regular');
|
|
304
456
|
const WasherRegular = createIconURL('washer', 24, 'regular');
|
|
305
457
|
const WaterRegular = createIconURL('water', 24, 'regular');
|
|
306
|
-
const
|
|
458
|
+
const WeatherBlowingSnowRegular = createIconURL('weather-blowing-snow', 24, 'regular');
|
|
459
|
+
const WeatherCloudyRegular = createIconURL('weather-cloudy', 24, 'regular');
|
|
460
|
+
const WeatherRainRegular = createIconURL('weather-rain', 24, 'regular');
|
|
461
|
+
const WeatherSnowRegular = createIconURL('weather-snow', 24, 'regular');
|
|
462
|
+
const WeatherSnowflakeRegular = createIconURL('weather-snowflake', 24, 'regular');
|
|
463
|
+
const WeatherSunnyRegular = createIconURL('weather-sunny', 24, 'regular');
|
|
464
|
+
const WeatherThunderstormRegular = createIconURL('weather-thunderstorm', 24, 'regular');
|
|
307
465
|
const WebRegular = createIconURL('web', 24, 'regular');
|
|
308
|
-
const
|
|
466
|
+
const Wifi1Regular = createIconURL('wifi-1', 24, 'regular');
|
|
467
|
+
const Wifi2Regular = createIconURL('wifi-2', 24, 'regular');
|
|
468
|
+
const Wifi3Regular = createIconURL('wifi-3', 24, 'regular');
|
|
469
|
+
const Wifi4Regular = createIconURL('wifi-4', 24, 'regular');
|
|
309
470
|
const WindowsRegular = createIconURL('windows', 24, 'regular');
|
|
310
471
|
const WrenchRegular = createIconURL('wrench', 24, 'regular');
|
|
311
472
|
const XrayRegular = createIconURL('xray', 24, 'regular');
|
|
312
|
-
const ZoomRegular = createIconURL('zoom', 24, 'regular');
|
|
473
|
+
const ZoomRegular = createIconURL('zoom', 24, 'regular');
|
|
474
|
+
const ZoomInRegular = createIconURL('zoom-in', 24, 'regular');
|
|
475
|
+
const ZoomOutRegular = createIconURL('zoom-out', 24, 'regular');
|
|
313
476
|
|
|
314
477
|
// === Filled style icons ===
|
|
315
|
-
const
|
|
478
|
+
const AccessTimeFilled = createIconURL('access-time', 24, 'filled');
|
|
316
479
|
const AccessibilityFilled = createIconURL('accessibility', 24, 'filled');
|
|
317
480
|
const AddFilled = createIconURL('add', 24, 'filled');
|
|
481
|
+
const AddCircleFilled = createIconURL('add-circle', 24, 'filled');
|
|
482
|
+
const AddSquareFilled = createIconURL('add-square', 24, 'filled');
|
|
318
483
|
const AirplaneFilled = createIconURL('airplane', 24, 'filled');
|
|
319
484
|
const AlbumFilled = createIconURL('album', 24, 'filled');
|
|
320
485
|
const AlertFilled = createIconURL('alert', 24, 'filled');
|
|
321
|
-
const
|
|
486
|
+
const AlertBadgeFilled = createIconURL('alert-badge', 24, 'filled');
|
|
487
|
+
const AlertOffFilled = createIconURL('alert-off', 24, 'filled');
|
|
488
|
+
const AlignBottomFilled = createIconURL('align-bottom', 24, 'filled');
|
|
489
|
+
const AlignCenterHorizontalFilled = createIconURL('align-center-horizontal', 24, 'filled');
|
|
490
|
+
const AlignCenterVerticalFilled = createIconURL('align-center-vertical', 24, 'filled');
|
|
491
|
+
const AlignLeftFilled = createIconURL('align-left', 24, 'filled');
|
|
492
|
+
const AlignRightFilled = createIconURL('align-right', 24, 'filled');
|
|
493
|
+
const AlignTopFilled = createIconURL('align-top', 24, 'filled');
|
|
322
494
|
const AndroidFilled = createIconURL('android', 24, 'filled');
|
|
323
|
-
const
|
|
495
|
+
const AppFolderFilled = createIconURL('app-folder', 24, 'filled');
|
|
496
|
+
const AppRecentFilled = createIconURL('app-recent', 24, 'filled');
|
|
497
|
+
const AppTitleFilled = createIconURL('app-title', 24, 'filled');
|
|
324
498
|
const AppstoreFilled = createIconURL('appstore', 24, 'filled');
|
|
325
499
|
const AutosumFilled = createIconURL('autosum', 24, 'filled');
|
|
326
500
|
const BackpackFilled = createIconURL('backpack', 24, 'filled');
|
|
327
501
|
const BackspaceFilled = createIconURL('backspace', 24, 'filled');
|
|
328
502
|
const BadgeFilled = createIconURL('badge', 24, 'filled');
|
|
329
503
|
const BalloonFilled = createIconURL('balloon', 24, 'filled');
|
|
330
|
-
const
|
|
331
|
-
const
|
|
332
|
-
const
|
|
504
|
+
const BarChartHorizontalFilled = createIconURL('bar-chart-horizontal', 24, 'filled');
|
|
505
|
+
const BarChartHorizontalDescendingFilled = createIconURL('bar-chart-horizontal-descending', 24, 'filled');
|
|
506
|
+
const BarChartVerticalFilled = createIconURL('bar-chart-vertical', 24, 'filled');
|
|
507
|
+
const BarChartVerticalDescendingFilled = createIconURL('bar-chart-vertical-descending', 24, 'filled');
|
|
508
|
+
const BarcodeScannerFilled = createIconURL('barcode-scanner', 24, 'filled');
|
|
509
|
+
const Battery0Filled = createIconURL('battery-0', 24, 'filled');
|
|
510
|
+
const Battery10Filled = createIconURL('battery-10', 24, 'filled');
|
|
511
|
+
const Battery100Filled = createIconURL('battery-100', 24, 'filled');
|
|
512
|
+
const Battery20Filled = createIconURL('battery-20', 24, 'filled');
|
|
513
|
+
const Battery30Filled = createIconURL('battery-30', 24, 'filled');
|
|
514
|
+
const Battery40Filled = createIconURL('battery-40', 24, 'filled');
|
|
515
|
+
const Battery50Filled = createIconURL('battery-50', 24, 'filled');
|
|
516
|
+
const Battery60Filled = createIconURL('battery-60', 24, 'filled');
|
|
517
|
+
const Battery70Filled = createIconURL('battery-70', 24, 'filled');
|
|
518
|
+
const Battery80Filled = createIconURL('battery-80', 24, 'filled');
|
|
519
|
+
const Battery90Filled = createIconURL('battery-90', 24, 'filled');
|
|
333
520
|
const BlockFilled = createIconURL('block', 24, 'filled');
|
|
334
521
|
const BluetoothFilled = createIconURL('bluetooth', 24, 'filled');
|
|
335
522
|
const BlurFilled = createIconURL('blur', 24, 'filled');
|
|
@@ -341,23 +528,30 @@ const CalculatorFilled = createIconURL('calculator', 24, 'filled');
|
|
|
341
528
|
const CalendarFilled = createIconURL('calendar', 24, 'filled');
|
|
342
529
|
const CameraFilled = createIconURL('camera', 24, 'filled');
|
|
343
530
|
const CartFilled = createIconURL('cart', 24, 'filled');
|
|
344
|
-
const
|
|
531
|
+
const CartonBoxFilled = createIconURL('carton-box', 24, 'filled');
|
|
345
532
|
const ChartFilled = createIconURL('chart', 24, 'filled');
|
|
346
533
|
const ChatFilled = createIconURL('chat', 24, 'filled');
|
|
534
|
+
const ChatAddFilled = createIconURL('chat-add', 24, 'filled');
|
|
535
|
+
const ChatEmptyFilled = createIconURL('chat-empty', 24, 'filled');
|
|
347
536
|
const CheckmarkFilled = createIconURL('checkmark', 24, 'filled');
|
|
348
537
|
const ChessFilled = createIconURL('chess', 24, 'filled');
|
|
349
|
-
const
|
|
538
|
+
const ChevronDownFilled = createIconURL('chevron-down', 24, 'filled');
|
|
539
|
+
const ChevronLeftFilled = createIconURL('chevron-left', 24, 'filled');
|
|
540
|
+
const ChevronRightFilled = createIconURL('chevron-right', 24, 'filled');
|
|
541
|
+
const ChevronUpFilled = createIconURL('chevron-up', 24, 'filled');
|
|
350
542
|
const CircleFilled = createIconURL('circle', 24, 'filled');
|
|
351
543
|
const ClipboardFilled = createIconURL('clipboard', 24, 'filled');
|
|
352
544
|
const ClockFilled = createIconURL('clock', 24, 'filled');
|
|
545
|
+
const ClockAlarmFilled = createIconURL('clock-alarm', 24, 'filled');
|
|
353
546
|
const CloudFilled = createIconURL('cloud', 24, 'filled');
|
|
354
547
|
const CloverFilled = createIconURL('clover', 24, 'filled');
|
|
355
548
|
const CodeFilled = createIconURL('code', 24, 'filled');
|
|
549
|
+
const CodeBlockFilled = createIconURL('code-block', 24, 'filled');
|
|
356
550
|
const CommaFilled = createIconURL('comma', 24, 'filled');
|
|
357
551
|
const CommentFilled = createIconURL('comment', 24, 'filled');
|
|
358
552
|
const ConeFilled = createIconURL('cone', 24, 'filled');
|
|
359
553
|
const ContrastFilled = createIconURL('contrast', 24, 'filled');
|
|
360
|
-
const
|
|
554
|
+
const ControlButtonFilled = createIconURL('control-button', 24, 'filled');
|
|
361
555
|
const CookieFilled = createIconURL('cookie', 24, 'filled');
|
|
362
556
|
const CopyFilled = createIconURL('copy', 24, 'filled');
|
|
363
557
|
const CouchFilled = createIconURL('couch', 24, 'filled');
|
|
@@ -371,47 +565,73 @@ const CutFilled = createIconURL('cut', 24, 'filled');
|
|
|
371
565
|
const DartFilled = createIconURL('dart', 24, 'filled');
|
|
372
566
|
const DatabaseFilled = createIconURL('database', 24, 'filled');
|
|
373
567
|
const DeleteFilled = createIconURL('delete', 24, 'filled');
|
|
568
|
+
const DeleteOffFilled = createIconURL('delete-off', 24, 'filled');
|
|
374
569
|
const DentistFilled = createIconURL('dentist', 24, 'filled');
|
|
375
570
|
const DeskFilled = createIconURL('desk', 24, 'filled');
|
|
376
571
|
const DesktopFilled = createIconURL('desktop', 24, 'filled');
|
|
572
|
+
const DesktopMacFilled = createIconURL('desktop-mac', 24, 'filled');
|
|
377
573
|
const DialpadFilled = createIconURL('dialpad', 24, 'filled');
|
|
378
574
|
const DiamondFilled = createIconURL('diamond', 24, 'filled');
|
|
379
575
|
const DismissFilled = createIconURL('dismiss', 24, 'filled');
|
|
576
|
+
const DismissCircleFilled = createIconURL('dismiss-circle', 24, 'filled');
|
|
577
|
+
const DismissSquareFilled = createIconURL('dismiss-square', 24, 'filled');
|
|
380
578
|
const DoctorFilled = createIconURL('doctor', 24, 'filled');
|
|
381
579
|
const DocumentFilled = createIconURL('document', 24, 'filled');
|
|
580
|
+
const DocumentBorderFilled = createIconURL('document-border', 24, 'filled');
|
|
382
581
|
const DoorFilled = createIconURL('door', 24, 'filled');
|
|
383
582
|
const DragFilled = createIconURL('drag', 24, 'filled');
|
|
384
583
|
const DrawerFilled = createIconURL('drawer', 24, 'filled');
|
|
385
584
|
const DropFilled = createIconURL('drop', 24, 'filled');
|
|
386
|
-
const
|
|
585
|
+
const DualScreenFilled = createIconURL('dual-screen', 24, 'filled');
|
|
387
586
|
const DumbbellFilled = createIconURL('dumbbell', 24, 'filled');
|
|
388
587
|
const DustFilled = createIconURL('dust', 24, 'filled');
|
|
389
588
|
const EarthFilled = createIconURL('earth', 24, 'filled');
|
|
390
589
|
const EditFilled = createIconURL('edit', 24, 'filled');
|
|
590
|
+
const EditOffFilled = createIconURL('edit-off', 24, 'filled');
|
|
391
591
|
const ElevatorFilled = createIconURL('elevator', 24, 'filled');
|
|
392
592
|
const EmojiFilled = createIconURL('emoji', 24, 'filled');
|
|
593
|
+
const EmojiAngryFilled = createIconURL('emoji-angry', 24, 'filled');
|
|
594
|
+
const EmojiCoolFilled = createIconURL('emoji-cool', 24, 'filled');
|
|
595
|
+
const EmojiGrimacingFilled = createIconURL('emoji-grimacing', 24, 'filled');
|
|
596
|
+
const EmojiLaughFilled = createIconURL('emoji-laugh', 24, 'filled');
|
|
597
|
+
const EmojiMehFilled = createIconURL('emoji-meh', 24, 'filled');
|
|
598
|
+
const EmojiSadFilled = createIconURL('emoji-sad', 24, 'filled');
|
|
599
|
+
const EmojiSurpriseFilled = createIconURL('emoji-surprise', 24, 'filled');
|
|
393
600
|
const EngineFilled = createIconURL('engine', 24, 'filled');
|
|
394
601
|
const EqualFilled = createIconURL('equal', 24, 'filled');
|
|
395
|
-
const
|
|
602
|
+
const EqualCircleFilled = createIconURL('equal-circle', 24, 'filled');
|
|
603
|
+
const EqualOffFilled = createIconURL('equal-off', 24, 'filled');
|
|
604
|
+
const ErrorCircleFilled = createIconURL('error-circle', 24, 'filled');
|
|
396
605
|
const EyeFilled = createIconURL('eye', 24, 'filled');
|
|
606
|
+
const EyeOffFilled = createIconURL('eye-off', 24, 'filled');
|
|
397
607
|
const EyedropperFilled = createIconURL('eyedropper', 24, 'filled');
|
|
398
|
-
const
|
|
608
|
+
const EyedropperOffFilled = createIconURL('eyedropper-off', 24, 'filled');
|
|
609
|
+
const FastForwardFilled = createIconURL('fast-forward', 24, 'filled');
|
|
399
610
|
const FilmstripFilled = createIconURL('filmstrip', 24, 'filled');
|
|
611
|
+
const FilmstripOffFilled = createIconURL('filmstrip-off', 24, 'filled');
|
|
400
612
|
const FilterFilled = createIconURL('filter', 24, 'filled');
|
|
401
613
|
const FireFilled = createIconURL('fire', 24, 'filled');
|
|
402
614
|
const FlagFilled = createIconURL('flag', 24, 'filled');
|
|
615
|
+
const FlagOffFilled = createIconURL('flag-off', 24, 'filled');
|
|
403
616
|
const FlashFilled = createIconURL('flash', 24, 'filled');
|
|
617
|
+
const FlashOffFilled = createIconURL('flash-off', 24, 'filled');
|
|
404
618
|
const FlashlightFilled = createIconURL('flashlight', 24, 'filled');
|
|
405
|
-
const
|
|
619
|
+
const FlashlightOffFilled = createIconURL('flashlight-off', 24, 'filled');
|
|
620
|
+
const FlipHorizontalFilled = createIconURL('flip-horizontal', 24, 'filled');
|
|
621
|
+
const FlipVerticialFilled = createIconURL('flip-verticial', 24, 'filled');
|
|
406
622
|
const FolderFilled = createIconURL('folder', 24, 'filled');
|
|
623
|
+
const FolderOpenFilled = createIconURL('folder-open', 24, 'filled');
|
|
407
624
|
const FrameFilled = createIconURL('frame', 24, 'filled');
|
|
408
|
-
const
|
|
625
|
+
const FullScreenMaximizeFilled = createIconURL('full-screen-maximize', 24, 'filled');
|
|
626
|
+
const FullScreenMinimizeFilled = createIconURL('full-screen-minimize', 24, 'filled');
|
|
409
627
|
const GamesFilled = createIconURL('games', 24, 'filled');
|
|
410
|
-
const
|
|
628
|
+
const GanttChartFilled = createIconURL('gantt-chart', 24, 'filled');
|
|
411
629
|
const GasFilled = createIconURL('gas', 24, 'filled');
|
|
630
|
+
const GasStationFilled = createIconURL('gas-station', 24, 'filled');
|
|
412
631
|
const GavelFilled = createIconURL('gavel', 24, 'filled');
|
|
413
632
|
const GifFilled = createIconURL('gif', 24, 'filled');
|
|
414
633
|
const GiftFilled = createIconURL('gift', 24, 'filled');
|
|
634
|
+
const GiftCardFilled = createIconURL('gift-card', 24, 'filled');
|
|
415
635
|
const GitFilled = createIconURL('git', 24, 'filled');
|
|
416
636
|
const GlassesFilled = createIconURL('glasses', 24, 'filled');
|
|
417
637
|
const GlobalFilled = createIconURL('global', 24, 'filled');
|
|
@@ -419,102 +639,160 @@ const GridFilled = createIconURL('grid', 24, 'filled');
|
|
|
419
639
|
const GuestFilled = createIconURL('guest', 24, 'filled');
|
|
420
640
|
const GuitarFilled = createIconURL('guitar', 24, 'filled');
|
|
421
641
|
const HammerFilled = createIconURL('hammer', 24, 'filled');
|
|
422
|
-
const
|
|
423
|
-
const
|
|
642
|
+
const HardDriveFilled = createIconURL('hard-drive', 24, 'filled');
|
|
643
|
+
const HatGraduationFilled = createIconURL('hat-graduation', 24, 'filled');
|
|
424
644
|
const HdFilled = createIconURL('hd', 24, 'filled');
|
|
425
645
|
const HdrFilled = createIconURL('hdr', 24, 'filled');
|
|
646
|
+
const HdrOffFilled = createIconURL('hdr-off', 24, 'filled');
|
|
426
647
|
const HeadphonesFilled = createIconURL('headphones', 24, 'filled');
|
|
427
|
-
const
|
|
648
|
+
const HeadphonesMicFilled = createIconURL('headphones-mic', 24, 'filled');
|
|
649
|
+
const HeadsetVrFilled = createIconURL('headset-vr', 24, 'filled');
|
|
428
650
|
const HeartFilled = createIconURL('heart', 24, 'filled');
|
|
651
|
+
const HeartBrokenFilled = createIconURL('heart-broken', 24, 'filled');
|
|
429
652
|
const HexagonFilled = createIconURL('hexagon', 24, 'filled');
|
|
430
653
|
const HighlightFilled = createIconURL('highlight', 24, 'filled');
|
|
431
654
|
const HighwayFilled = createIconURL('highway', 24, 'filled');
|
|
432
655
|
const HomeFilled = createIconURL('home', 24, 'filled');
|
|
656
|
+
const HomeCheckmarkFilled = createIconURL('home-checkmark', 24, 'filled');
|
|
433
657
|
const HourglassFilled = createIconURL('hourglass', 24, 'filled');
|
|
658
|
+
const HourglassHalfFilled = createIconURL('hourglass-half', 24, 'filled');
|
|
659
|
+
const HourglassOneQuarterFilled = createIconURL('hourglass-one-quarter', 24, 'filled');
|
|
660
|
+
const HourglassThreeQuarterFilled = createIconURL('hourglass-three-quarter', 24, 'filled');
|
|
434
661
|
const HtmlFilled = createIconURL('html', 24, 'filled');
|
|
435
662
|
const ImageFilled = createIconURL('image', 24, 'filled');
|
|
663
|
+
const ImageCircleFilled = createIconURL('image-circle', 24, 'filled');
|
|
436
664
|
const ImportantFilled = createIconURL('important', 24, 'filled');
|
|
437
665
|
const IncognitoFilled = createIconURL('incognito', 24, 'filled');
|
|
438
666
|
const InfoFilled = createIconURL('info', 24, 'filled');
|
|
439
667
|
const IosFilled = createIconURL('ios', 24, 'filled');
|
|
668
|
+
const IosArrowLtrFilled = createIconURL('ios-arrow-ltr', 24, 'filled');
|
|
669
|
+
const IosArrowRtlFilled = createIconURL('ios-arrow-rtl', 24, 'filled');
|
|
670
|
+
const IosChevronLtrFilled = createIconURL('ios-chevron-ltr', 24, 'filled');
|
|
671
|
+
const IosChevronRtlFilled = createIconURL('ios-chevron-rtl', 24, 'filled');
|
|
440
672
|
const IotFilled = createIconURL('iot', 24, 'filled');
|
|
441
673
|
const JavascriptFilled = createIconURL('javascript', 24, 'filled');
|
|
442
674
|
const JoystickFilled = createIconURL('joystick', 24, 'filled');
|
|
443
675
|
const JsonFilled = createIconURL('json', 24, 'filled');
|
|
676
|
+
const JsonFileFilled = createIconURL('json-file', 24, 'filled');
|
|
444
677
|
const KeyFilled = createIconURL('key', 24, 'filled');
|
|
678
|
+
const KeyMultipleFilled = createIconURL('key-multiple', 24, 'filled');
|
|
445
679
|
const KeyboardFilled = createIconURL('keyboard', 24, 'filled');
|
|
680
|
+
const KeyboardBackspaceFilled = createIconURL('keyboard-backspace', 24, 'filled');
|
|
681
|
+
const KeyboardCommandFilled = createIconURL('keyboard-command', 24, 'filled');
|
|
682
|
+
const KeyboardLockFilled = createIconURL('keyboard-lock', 24, 'filled');
|
|
683
|
+
const KeyboardOffFilled = createIconURL('keyboard-off', 24, 'filled');
|
|
684
|
+
const KeyboardOptionFilled = createIconURL('keyboard-option', 24, 'filled');
|
|
685
|
+
const KeyboardReturnFilled = createIconURL('keyboard-return', 24, 'filled');
|
|
686
|
+
const KeyboardShiftFilled = createIconURL('keyboard-shift', 24, 'filled');
|
|
687
|
+
const KeyboardShiftUppercaseFilled = createIconURL('keyboard-shift-uppercase', 24, 'filled');
|
|
688
|
+
const KeyboardTabFilled = createIconURL('keyboard-tab', 24, 'filled');
|
|
446
689
|
const KioskFilled = createIconURL('kiosk', 24, 'filled');
|
|
447
690
|
const KotlinFilled = createIconURL('kotlin', 24, 'filled');
|
|
448
691
|
const LaptopFilled = createIconURL('laptop', 24, 'filled');
|
|
449
692
|
const LayerFilled = createIconURL('layer', 24, 'filled');
|
|
450
693
|
const LightbulbFilled = createIconURL('lightbulb', 24, 'filled');
|
|
451
694
|
const LineFilled = createIconURL('line', 24, 'filled');
|
|
695
|
+
const LineDashesFilled = createIconURL('line-dashes', 24, 'filled');
|
|
696
|
+
const LineHorizontal1Filled = createIconURL('line-horizontal-1', 24, 'filled');
|
|
697
|
+
const LineHorizontal1DashesFilled = createIconURL('line-horizontal-1-dashes', 24, 'filled');
|
|
452
698
|
const LinkFilled = createIconURL('link', 24, 'filled');
|
|
453
|
-
const LocalFilled = createIconURL('local', 24, 'filled');
|
|
454
699
|
const LocalLanguageFilled = createIconURL('local-language', 24, 'filled');
|
|
455
700
|
const LocationFilled = createIconURL('location', 24, 'filled');
|
|
456
|
-
const
|
|
701
|
+
const LocationArrowFilled = createIconURL('location-arrow', 24, 'filled');
|
|
702
|
+
const LockClosedFilled = createIconURL('lock-closed', 24, 'filled');
|
|
703
|
+
const LockOpenFilled = createIconURL('lock-open', 24, 'filled');
|
|
457
704
|
const LuggageFilled = createIconURL('luggage', 24, 'filled');
|
|
458
705
|
const MacosFilled = createIconURL('macos', 24, 'filled');
|
|
459
706
|
const MailFilled = createIconURL('mail', 24, 'filled');
|
|
707
|
+
const MailReadFilled = createIconURL('mail-read', 24, 'filled');
|
|
460
708
|
const MailboxFilled = createIconURL('mailbox', 24, 'filled');
|
|
461
709
|
const MapFilled = createIconURL('map', 24, 'filled');
|
|
462
710
|
const MarkdownFilled = createIconURL('markdown', 24, 'filled');
|
|
463
|
-
const
|
|
711
|
+
const MathSymbolsFilled = createIconURL('math-symbols', 24, 'filled');
|
|
464
712
|
const MegaphoneFilled = createIconURL('megaphone', 24, 'filled');
|
|
465
713
|
const MicFilled = createIconURL('mic', 24, 'filled');
|
|
466
714
|
const MoonFilled = createIconURL('moon', 24, 'filled');
|
|
467
|
-
const
|
|
715
|
+
const MoreCircleFilled = createIconURL('more-circle', 24, 'filled');
|
|
716
|
+
const MoreHorizontalFilled = createIconURL('more-horizontal', 24, 'filled');
|
|
717
|
+
const MoreVerticialFilled = createIconURL('more-verticial', 24, 'filled');
|
|
468
718
|
const MouseFilled = createIconURL('mouse', 24, 'filled');
|
|
469
719
|
const MovieFilled = createIconURL('movie', 24, 'filled');
|
|
470
|
-
const
|
|
720
|
+
const NetworkCheckFilled = createIconURL('network-check', 24, 'filled');
|
|
471
721
|
const NewsFilled = createIconURL('news', 24, 'filled');
|
|
472
722
|
const NextFilled = createIconURL('next', 24, 'filled');
|
|
473
723
|
const NoteFilled = createIconURL('note', 24, 'filled');
|
|
474
724
|
const NotebookFilled = createIconURL('notebook', 24, 'filled');
|
|
475
725
|
const NotepadFilled = createIconURL('notepad', 24, 'filled');
|
|
476
|
-
const
|
|
726
|
+
const NumberCircle0Filled = createIconURL('number-circle-0', 24, 'filled');
|
|
727
|
+
const NumberCircle1Filled = createIconURL('number-circle-1', 24, 'filled');
|
|
728
|
+
const NumberCircle2Filled = createIconURL('number-circle-2', 24, 'filled');
|
|
729
|
+
const NumberCircle3Filled = createIconURL('number-circle-3', 24, 'filled');
|
|
730
|
+
const NumberCircle4Filled = createIconURL('number-circle-4', 24, 'filled');
|
|
731
|
+
const NumberCircle5Filled = createIconURL('number-circle-5', 24, 'filled');
|
|
732
|
+
const NumberCircle6Filled = createIconURL('number-circle-6', 24, 'filled');
|
|
733
|
+
const NumberCircle7Filled = createIconURL('number-circle-7', 24, 'filled');
|
|
734
|
+
const NumberCircle8Filled = createIconURL('number-circle-8', 24, 'filled');
|
|
735
|
+
const NumberCircle9Filled = createIconURL('number-circle-9', 24, 'filled');
|
|
736
|
+
const NumberSymbolFilled = createIconURL('number-symbol', 24, 'filled');
|
|
737
|
+
const NumberSymbolCircleFilled = createIconURL('number-symbol-circle', 24, 'filled');
|
|
738
|
+
const NumberSymbolSquareFilled = createIconURL('number-symbol-square', 24, 'filled');
|
|
477
739
|
const OpacityFilled = createIconURL('opacity', 24, 'filled');
|
|
478
740
|
const OpenFilled = createIconURL('open', 24, 'filled');
|
|
741
|
+
const OpenOffFilled = createIconURL('open-off', 24, 'filled');
|
|
479
742
|
const OptionsFilled = createIconURL('options', 24, 'filled');
|
|
480
743
|
const OrganizationFilled = createIconURL('organization', 24, 'filled');
|
|
744
|
+
const OrganizationHorizontalFilled = createIconURL('organization-horizontal', 24, 'filled');
|
|
481
745
|
const OrientationFilled = createIconURL('orientation', 24, 'filled');
|
|
482
746
|
const OvalFilled = createIconURL('oval', 24, 'filled');
|
|
483
747
|
const OvenFilled = createIconURL('oven', 24, 'filled');
|
|
484
748
|
const PaddingFilled = createIconURL('padding', 24, 'filled');
|
|
485
|
-
const
|
|
486
|
-
const
|
|
749
|
+
const PageFitFilled = createIconURL('page-fit', 24, 'filled');
|
|
750
|
+
const PaintBrushFilled = createIconURL('paint-brush', 24, 'filled');
|
|
751
|
+
const PaintBucketFilled = createIconURL('paint-bucket', 24, 'filled');
|
|
487
752
|
const ParallelogramFilled = createIconURL('parallelogram', 24, 'filled');
|
|
488
753
|
const PasswordFilled = createIconURL('password', 24, 'filled');
|
|
489
754
|
const PauseFilled = createIconURL('pause', 24, 'filled');
|
|
755
|
+
const PauseCircleFilled = createIconURL('pause-circle', 24, 'filled');
|
|
490
756
|
const PaymentFilled = createIconURL('payment', 24, 'filled');
|
|
757
|
+
const PaymentWirelessFilled = createIconURL('payment-wireless', 24, 'filled');
|
|
491
758
|
const PenFilled = createIconURL('pen', 24, 'filled');
|
|
759
|
+
const PenOffFilled = createIconURL('pen-off', 24, 'filled');
|
|
492
760
|
const PentagonFilled = createIconURL('pentagon', 24, 'filled');
|
|
493
761
|
const PersonFilled = createIconURL('person', 24, 'filled');
|
|
762
|
+
const PersonVoiceFilled = createIconURL('person-voice', 24, 'filled');
|
|
494
763
|
const PhoneFilled = createIconURL('phone', 24, 'filled');
|
|
495
764
|
const PianoFilled = createIconURL('piano', 24, 'filled');
|
|
496
765
|
const PinFilled = createIconURL('pin', 24, 'filled');
|
|
497
766
|
const PipelineFilled = createIconURL('pipeline', 24, 'filled');
|
|
498
767
|
const PlayFilled = createIconURL('play', 24, 'filled');
|
|
768
|
+
const PlayCircleFilled = createIconURL('play-circle', 24, 'filled');
|
|
499
769
|
const PlaystoreFilled = createIconURL('playstore', 24, 'filled');
|
|
500
|
-
const
|
|
770
|
+
const PortHdmiFilled = createIconURL('port-hdmi', 24, 'filled');
|
|
771
|
+
const PortMicroUsbFilled = createIconURL('port-micro-usb', 24, 'filled');
|
|
772
|
+
const PortUsbAFilled = createIconURL('port-usb-a', 24, 'filled');
|
|
773
|
+
const PortUsbCFilled = createIconURL('port-usb-c', 24, 'filled');
|
|
501
774
|
const PowerFilled = createIconURL('power', 24, 'filled');
|
|
502
|
-
const
|
|
775
|
+
const PreviewLinkFilled = createIconURL('preview-link', 24, 'filled');
|
|
503
776
|
const PreviousFilled = createIconURL('previous', 24, 'filled');
|
|
504
777
|
const PrintFilled = createIconURL('print', 24, 'filled');
|
|
505
778
|
const PulseFilled = createIconURL('pulse', 24, 'filled');
|
|
779
|
+
const PulseCircleFilled = createIconURL('pulse-circle', 24, 'filled');
|
|
780
|
+
const PulseSquareFilled = createIconURL('pulse-square', 24, 'filled');
|
|
506
781
|
const PythonFilled = createIconURL('python', 24, 'filled');
|
|
507
|
-
const
|
|
782
|
+
const QrCodeFilled = createIconURL('qr-code', 24, 'filled');
|
|
508
783
|
const QuestionFilled = createIconURL('question', 24, 'filled');
|
|
509
|
-
const
|
|
784
|
+
const QuestionCircleFilled = createIconURL('question-circle', 24, 'filled');
|
|
785
|
+
const RadioButtonFilled = createIconURL('radio-button', 24, 'filled');
|
|
510
786
|
const RamFilled = createIconURL('ram', 24, 'filled');
|
|
511
787
|
const RecordFilled = createIconURL('record', 24, 'filled');
|
|
788
|
+
const RecordStopFilled = createIconURL('record-stop', 24, 'filled');
|
|
512
789
|
const RectangleFilled = createIconURL('rectangle', 24, 'filled');
|
|
513
790
|
const RefineuiFilled = createIconURL('refineui', 24, 'filled');
|
|
514
791
|
const RewindFilled = createIconURL('rewind', 24, 'filled');
|
|
515
792
|
const RhombusFilled = createIconURL('rhombus', 24, 'filled');
|
|
516
793
|
const RibbonFilled = createIconURL('ribbon', 24, 'filled');
|
|
517
794
|
const RoadFilled = createIconURL('road', 24, 'filled');
|
|
795
|
+
const RoadConeFilled = createIconURL('road-cone', 24, 'filled');
|
|
518
796
|
const RocketFilled = createIconURL('rocket', 24, 'filled');
|
|
519
797
|
const RotationFilled = createIconURL('rotation', 24, 'filled');
|
|
520
798
|
const RouterFilled = createIconURL('router', 24, 'filled');
|
|
@@ -526,24 +804,40 @@ const ScalesFilled = createIconURL('scales', 24, 'filled');
|
|
|
526
804
|
const ScriptFilled = createIconURL('script', 24, 'filled');
|
|
527
805
|
const SearchFilled = createIconURL('search', 24, 'filled');
|
|
528
806
|
const SendFilled = createIconURL('send', 24, 'filled');
|
|
529
|
-
const
|
|
807
|
+
const SerialPortFilled = createIconURL('serial-port', 24, 'filled');
|
|
530
808
|
const ServerFilled = createIconURL('server', 24, 'filled');
|
|
531
|
-
const
|
|
809
|
+
const ServerLinkFilled = createIconURL('server-link', 24, 'filled');
|
|
810
|
+
const ServerPlayFilled = createIconURL('server-play', 24, 'filled');
|
|
811
|
+
const ServiceBellFilled = createIconURL('service-bell', 24, 'filled');
|
|
532
812
|
const SettingsFilled = createIconURL('settings', 24, 'filled');
|
|
533
|
-
const
|
|
813
|
+
const ShapeExcludeFilled = createIconURL('shape-exclude', 24, 'filled');
|
|
814
|
+
const ShapeIntersectFilled = createIconURL('shape-intersect', 24, 'filled');
|
|
815
|
+
const ShapeSubtractFilled = createIconURL('shape-subtract', 24, 'filled');
|
|
816
|
+
const ShapeUnionFilled = createIconURL('shape-union', 24, 'filled');
|
|
534
817
|
const ShapesFilled = createIconURL('shapes', 24, 'filled');
|
|
535
818
|
const ShareFilled = createIconURL('share', 24, 'filled');
|
|
536
|
-
const
|
|
819
|
+
const ShareAndroidFilled = createIconURL('share-android', 24, 'filled');
|
|
820
|
+
const ShareIosFilled = createIconURL('share-ios', 24, 'filled');
|
|
821
|
+
const ShellScriptFilled = createIconURL('shell-script', 24, 'filled');
|
|
537
822
|
const ShieldFilled = createIconURL('shield', 24, 'filled');
|
|
538
|
-
const
|
|
823
|
+
const ShoppingBagFilled = createIconURL('shopping-bag', 24, 'filled');
|
|
539
824
|
const SimFilled = createIconURL('sim', 24, 'filled');
|
|
540
|
-
const
|
|
825
|
+
const SlideAddFilled = createIconURL('slide-add', 24, 'filled');
|
|
826
|
+
const SlideContentFilled = createIconURL('slide-content', 24, 'filled');
|
|
827
|
+
const SlideEraserFilled = createIconURL('slide-eraser', 24, 'filled');
|
|
828
|
+
const SlideGridFilled = createIconURL('slide-grid', 24, 'filled');
|
|
829
|
+
const SlideHideFilled = createIconURL('slide-hide', 24, 'filled');
|
|
830
|
+
const SlideLayoutFilled = createIconURL('slide-layout', 24, 'filled');
|
|
541
831
|
const SmartwatchFilled = createIconURL('smartwatch', 24, 'filled');
|
|
542
|
-
const
|
|
832
|
+
const SoundSourceFilled = createIconURL('sound-source', 24, 'filled');
|
|
543
833
|
const SpacebarFilled = createIconURL('spacebar', 24, 'filled');
|
|
544
|
-
const
|
|
545
|
-
const
|
|
834
|
+
const SportBaseballFilled = createIconURL('sport-baseball', 24, 'filled');
|
|
835
|
+
const SportBasketballFilled = createIconURL('sport-basketball', 24, 'filled');
|
|
836
|
+
const SportSoccerFilled = createIconURL('sport-soccer', 24, 'filled');
|
|
837
|
+
const SprayCanFilled = createIconURL('spray-can', 24, 'filled');
|
|
546
838
|
const SquareFilled = createIconURL('square', 24, 'filled');
|
|
839
|
+
const SquareHintFilled = createIconURL('square-hint', 24, 'filled');
|
|
840
|
+
const SquareMultipleFilled = createIconURL('square-multiple', 24, 'filled');
|
|
547
841
|
const StarFilled = createIconURL('star', 24, 'filled');
|
|
548
842
|
const StopFilled = createIconURL('stop', 24, 'filled');
|
|
549
843
|
const SubtractFilled = createIconURL('subtract', 24, 'filled');
|
|
@@ -555,34 +849,66 @@ const TargetFilled = createIconURL('target', 24, 'filled');
|
|
|
555
849
|
const TemperatureFilled = createIconURL('temperature', 24, 'filled');
|
|
556
850
|
const TentFilled = createIconURL('tent', 24, 'filled');
|
|
557
851
|
const TextFilled = createIconURL('text', 24, 'filled');
|
|
852
|
+
const TextAlignCenterFilled = createIconURL('text-align-center', 24, 'filled');
|
|
853
|
+
const TextAlignJustifyFilled = createIconURL('text-align-justify', 24, 'filled');
|
|
854
|
+
const TextAlignLeftFilled = createIconURL('text-align-left', 24, 'filled');
|
|
855
|
+
const TextAlignRightFilled = createIconURL('text-align-right', 24, 'filled');
|
|
558
856
|
const TextboxFilled = createIconURL('textbox', 24, 'filled');
|
|
857
|
+
const TextboxAlignBottomFilled = createIconURL('textbox-align-bottom', 24, 'filled');
|
|
858
|
+
const TextboxAlignBottomCenterFilled = createIconURL('textbox-align-bottom-center', 24, 'filled');
|
|
859
|
+
const TextboxAlignBottomLeftFilled = createIconURL('textbox-align-bottom-left', 24, 'filled');
|
|
860
|
+
const TextboxAlignBottomRightFilled = createIconURL('textbox-align-bottom-right', 24, 'filled');
|
|
861
|
+
const TextboxAlignCenterFilled = createIconURL('textbox-align-center', 24, 'filled');
|
|
862
|
+
const TextboxAlignMiddleFilled = createIconURL('textbox-align-middle', 24, 'filled');
|
|
863
|
+
const TextboxAlignMiddleLeftFilled = createIconURL('textbox-align-middle-left', 24, 'filled');
|
|
864
|
+
const TextboxAlignMiddleRightFilled = createIconURL('textbox-align-middle-right', 24, 'filled');
|
|
865
|
+
const TextboxAlignTopFilled = createIconURL('textbox-align-top', 24, 'filled');
|
|
866
|
+
const TextboxAlignTopCenterFilled = createIconURL('textbox-align-top-center', 24, 'filled');
|
|
867
|
+
const TextboxAlignTopLeftFilled = createIconURL('textbox-align-top-left', 24, 'filled');
|
|
868
|
+
const TextboxAlignTopRightFilled = createIconURL('textbox-align-top-right', 24, 'filled');
|
|
559
869
|
const ThinkingFilled = createIconURL('thinking', 24, 'filled');
|
|
560
870
|
const TicketFilled = createIconURL('ticket', 24, 'filled');
|
|
561
871
|
const TimerFilled = createIconURL('timer', 24, 'filled');
|
|
562
|
-
const
|
|
872
|
+
const ToggleLeftFilled = createIconURL('toggle-left', 24, 'filled');
|
|
873
|
+
const ToggleMultipleFilled = createIconURL('toggle-multiple', 24, 'filled');
|
|
874
|
+
const ToggleRightFilled = createIconURL('toggle-right', 24, 'filled');
|
|
563
875
|
const ToolboxFilled = createIconURL('toolbox', 24, 'filled');
|
|
564
876
|
const TrophyFilled = createIconURL('trophy', 24, 'filled');
|
|
565
877
|
const TvFilled = createIconURL('tv', 24, 'filled');
|
|
566
878
|
const TypescriptFilled = createIconURL('typescript', 24, 'filled');
|
|
567
879
|
const UmbrellaFilled = createIconURL('umbrella', 24, 'filled');
|
|
568
880
|
const UsbFilled = createIconURL('usb', 24, 'filled');
|
|
881
|
+
const UsbCableFilled = createIconURL('usb-cable', 24, 'filled');
|
|
569
882
|
const VerifiedFilled = createIconURL('verified', 24, 'filled');
|
|
570
883
|
const VideoFilled = createIconURL('video', 24, 'filled');
|
|
884
|
+
const VideoClipFilled = createIconURL('video-clip', 24, 'filled');
|
|
885
|
+
const VideoPlayPauseFilled = createIconURL('video-play-pause', 24, 'filled');
|
|
571
886
|
const VoicemailFilled = createIconURL('voicemail', 24, 'filled');
|
|
572
887
|
const VoteFilled = createIconURL('vote', 24, 'filled');
|
|
573
|
-
const
|
|
888
|
+
const WalkieTalkieFilled = createIconURL('walkie-talkie', 24, 'filled');
|
|
574
889
|
const WalletFilled = createIconURL('wallet', 24, 'filled');
|
|
575
890
|
const WandFilled = createIconURL('wand', 24, 'filled');
|
|
576
891
|
const WarningFilled = createIconURL('warning', 24, 'filled');
|
|
577
892
|
const WasherFilled = createIconURL('washer', 24, 'filled');
|
|
578
893
|
const WaterFilled = createIconURL('water', 24, 'filled');
|
|
579
|
-
const
|
|
894
|
+
const WeatherBlowingSnowFilled = createIconURL('weather-blowing-snow', 24, 'filled');
|
|
895
|
+
const WeatherCloudyFilled = createIconURL('weather-cloudy', 24, 'filled');
|
|
896
|
+
const WeatherRainFilled = createIconURL('weather-rain', 24, 'filled');
|
|
897
|
+
const WeatherSnowFilled = createIconURL('weather-snow', 24, 'filled');
|
|
898
|
+
const WeatherSnowflakeFilled = createIconURL('weather-snowflake', 24, 'filled');
|
|
899
|
+
const WeatherSunnyFilled = createIconURL('weather-sunny', 24, 'filled');
|
|
900
|
+
const WeatherThunderstormFilled = createIconURL('weather-thunderstorm', 24, 'filled');
|
|
580
901
|
const WebFilled = createIconURL('web', 24, 'filled');
|
|
581
|
-
const
|
|
902
|
+
const Wifi1Filled = createIconURL('wifi-1', 24, 'filled');
|
|
903
|
+
const Wifi2Filled = createIconURL('wifi-2', 24, 'filled');
|
|
904
|
+
const Wifi3Filled = createIconURL('wifi-3', 24, 'filled');
|
|
905
|
+
const Wifi4Filled = createIconURL('wifi-4', 24, 'filled');
|
|
582
906
|
const WindowsFilled = createIconURL('windows', 24, 'filled');
|
|
583
907
|
const WrenchFilled = createIconURL('wrench', 24, 'filled');
|
|
584
908
|
const XrayFilled = createIconURL('xray', 24, 'filled');
|
|
585
|
-
const ZoomFilled = createIconURL('zoom', 24, 'filled');
|
|
909
|
+
const ZoomFilled = createIconURL('zoom', 24, 'filled');
|
|
910
|
+
const ZoomInFilled = createIconURL('zoom-in', 24, 'filled');
|
|
911
|
+
const ZoomOutFilled = createIconURL('zoom-out', 24, 'filled');
|
|
586
912
|
|
|
587
913
|
var totalIcons = 434;
|
|
588
914
|
var supportedSizes = [
|
|
@@ -57831,24 +58157,46 @@ class IconUtils {
|
|
|
57831
58157
|
// Singleton instance creation
|
|
57832
58158
|
const iconUtils = new IconUtils();
|
|
57833
58159
|
|
|
57834
|
-
exports.
|
|
57835
|
-
exports.
|
|
58160
|
+
exports.AccessTimeFilled = AccessTimeFilled;
|
|
58161
|
+
exports.AccessTimeRegular = AccessTimeRegular;
|
|
57836
58162
|
exports.AccessibilityFilled = AccessibilityFilled;
|
|
57837
58163
|
exports.AccessibilityRegular = AccessibilityRegular;
|
|
58164
|
+
exports.AddCircleFilled = AddCircleFilled;
|
|
58165
|
+
exports.AddCircleRegular = AddCircleRegular;
|
|
57838
58166
|
exports.AddFilled = AddFilled;
|
|
57839
58167
|
exports.AddRegular = AddRegular;
|
|
58168
|
+
exports.AddSquareFilled = AddSquareFilled;
|
|
58169
|
+
exports.AddSquareRegular = AddSquareRegular;
|
|
57840
58170
|
exports.AirplaneFilled = AirplaneFilled;
|
|
57841
58171
|
exports.AirplaneRegular = AirplaneRegular;
|
|
57842
58172
|
exports.AlbumFilled = AlbumFilled;
|
|
57843
58173
|
exports.AlbumRegular = AlbumRegular;
|
|
58174
|
+
exports.AlertBadgeFilled = AlertBadgeFilled;
|
|
58175
|
+
exports.AlertBadgeRegular = AlertBadgeRegular;
|
|
57844
58176
|
exports.AlertFilled = AlertFilled;
|
|
58177
|
+
exports.AlertOffFilled = AlertOffFilled;
|
|
58178
|
+
exports.AlertOffRegular = AlertOffRegular;
|
|
57845
58179
|
exports.AlertRegular = AlertRegular;
|
|
57846
|
-
exports.
|
|
57847
|
-
exports.
|
|
58180
|
+
exports.AlignBottomFilled = AlignBottomFilled;
|
|
58181
|
+
exports.AlignBottomRegular = AlignBottomRegular;
|
|
58182
|
+
exports.AlignCenterHorizontalFilled = AlignCenterHorizontalFilled;
|
|
58183
|
+
exports.AlignCenterHorizontalRegular = AlignCenterHorizontalRegular;
|
|
58184
|
+
exports.AlignCenterVerticalFilled = AlignCenterVerticalFilled;
|
|
58185
|
+
exports.AlignCenterVerticalRegular = AlignCenterVerticalRegular;
|
|
58186
|
+
exports.AlignLeftFilled = AlignLeftFilled;
|
|
58187
|
+
exports.AlignLeftRegular = AlignLeftRegular;
|
|
58188
|
+
exports.AlignRightFilled = AlignRightFilled;
|
|
58189
|
+
exports.AlignRightRegular = AlignRightRegular;
|
|
58190
|
+
exports.AlignTopFilled = AlignTopFilled;
|
|
58191
|
+
exports.AlignTopRegular = AlignTopRegular;
|
|
57848
58192
|
exports.AndroidFilled = AndroidFilled;
|
|
57849
58193
|
exports.AndroidRegular = AndroidRegular;
|
|
57850
|
-
exports.
|
|
57851
|
-
exports.
|
|
58194
|
+
exports.AppFolderFilled = AppFolderFilled;
|
|
58195
|
+
exports.AppFolderRegular = AppFolderRegular;
|
|
58196
|
+
exports.AppRecentFilled = AppRecentFilled;
|
|
58197
|
+
exports.AppRecentRegular = AppRecentRegular;
|
|
58198
|
+
exports.AppTitleFilled = AppTitleFilled;
|
|
58199
|
+
exports.AppTitleRegular = AppTitleRegular;
|
|
57852
58200
|
exports.AppstoreFilled = AppstoreFilled;
|
|
57853
58201
|
exports.AppstoreRegular = AppstoreRegular;
|
|
57854
58202
|
exports.AutosumFilled = AutosumFilled;
|
|
@@ -57861,12 +58209,38 @@ exports.BadgeFilled = BadgeFilled;
|
|
|
57861
58209
|
exports.BadgeRegular = BadgeRegular;
|
|
57862
58210
|
exports.BalloonFilled = BalloonFilled;
|
|
57863
58211
|
exports.BalloonRegular = BalloonRegular;
|
|
57864
|
-
exports.
|
|
57865
|
-
exports.
|
|
57866
|
-
exports.
|
|
57867
|
-
exports.
|
|
57868
|
-
exports.
|
|
57869
|
-
exports.
|
|
58212
|
+
exports.BarChartHorizontalDescendingFilled = BarChartHorizontalDescendingFilled;
|
|
58213
|
+
exports.BarChartHorizontalDescendingRegular = BarChartHorizontalDescendingRegular;
|
|
58214
|
+
exports.BarChartHorizontalFilled = BarChartHorizontalFilled;
|
|
58215
|
+
exports.BarChartHorizontalRegular = BarChartHorizontalRegular;
|
|
58216
|
+
exports.BarChartVerticalDescendingFilled = BarChartVerticalDescendingFilled;
|
|
58217
|
+
exports.BarChartVerticalDescendingRegular = BarChartVerticalDescendingRegular;
|
|
58218
|
+
exports.BarChartVerticalFilled = BarChartVerticalFilled;
|
|
58219
|
+
exports.BarChartVerticalRegular = BarChartVerticalRegular;
|
|
58220
|
+
exports.BarcodeScannerFilled = BarcodeScannerFilled;
|
|
58221
|
+
exports.BarcodeScannerRegular = BarcodeScannerRegular;
|
|
58222
|
+
exports.Battery0Filled = Battery0Filled;
|
|
58223
|
+
exports.Battery0Regular = Battery0Regular;
|
|
58224
|
+
exports.Battery100Filled = Battery100Filled;
|
|
58225
|
+
exports.Battery100Regular = Battery100Regular;
|
|
58226
|
+
exports.Battery10Filled = Battery10Filled;
|
|
58227
|
+
exports.Battery10Regular = Battery10Regular;
|
|
58228
|
+
exports.Battery20Filled = Battery20Filled;
|
|
58229
|
+
exports.Battery20Regular = Battery20Regular;
|
|
58230
|
+
exports.Battery30Filled = Battery30Filled;
|
|
58231
|
+
exports.Battery30Regular = Battery30Regular;
|
|
58232
|
+
exports.Battery40Filled = Battery40Filled;
|
|
58233
|
+
exports.Battery40Regular = Battery40Regular;
|
|
58234
|
+
exports.Battery50Filled = Battery50Filled;
|
|
58235
|
+
exports.Battery50Regular = Battery50Regular;
|
|
58236
|
+
exports.Battery60Filled = Battery60Filled;
|
|
58237
|
+
exports.Battery60Regular = Battery60Regular;
|
|
58238
|
+
exports.Battery70Filled = Battery70Filled;
|
|
58239
|
+
exports.Battery70Regular = Battery70Regular;
|
|
58240
|
+
exports.Battery80Filled = Battery80Filled;
|
|
58241
|
+
exports.Battery80Regular = Battery80Regular;
|
|
58242
|
+
exports.Battery90Filled = Battery90Filled;
|
|
58243
|
+
exports.Battery90Regular = Battery90Regular;
|
|
57870
58244
|
exports.BlockFilled = BlockFilled;
|
|
57871
58245
|
exports.BlockRegular = BlockRegular;
|
|
57872
58246
|
exports.BluetoothFilled = BluetoothFilled;
|
|
@@ -57889,28 +58263,42 @@ exports.CameraFilled = CameraFilled;
|
|
|
57889
58263
|
exports.CameraRegular = CameraRegular;
|
|
57890
58264
|
exports.CartFilled = CartFilled;
|
|
57891
58265
|
exports.CartRegular = CartRegular;
|
|
57892
|
-
exports.
|
|
57893
|
-
exports.
|
|
58266
|
+
exports.CartonBoxFilled = CartonBoxFilled;
|
|
58267
|
+
exports.CartonBoxRegular = CartonBoxRegular;
|
|
57894
58268
|
exports.ChartFilled = ChartFilled;
|
|
57895
58269
|
exports.ChartRegular = ChartRegular;
|
|
58270
|
+
exports.ChatAddFilled = ChatAddFilled;
|
|
58271
|
+
exports.ChatAddRegular = ChatAddRegular;
|
|
58272
|
+
exports.ChatEmptyFilled = ChatEmptyFilled;
|
|
58273
|
+
exports.ChatEmptyRegular = ChatEmptyRegular;
|
|
57896
58274
|
exports.ChatFilled = ChatFilled;
|
|
57897
58275
|
exports.ChatRegular = ChatRegular;
|
|
57898
58276
|
exports.CheckmarkFilled = CheckmarkFilled;
|
|
57899
58277
|
exports.CheckmarkRegular = CheckmarkRegular;
|
|
57900
58278
|
exports.ChessFilled = ChessFilled;
|
|
57901
58279
|
exports.ChessRegular = ChessRegular;
|
|
57902
|
-
exports.
|
|
57903
|
-
exports.
|
|
58280
|
+
exports.ChevronDownFilled = ChevronDownFilled;
|
|
58281
|
+
exports.ChevronDownRegular = ChevronDownRegular;
|
|
58282
|
+
exports.ChevronLeftFilled = ChevronLeftFilled;
|
|
58283
|
+
exports.ChevronLeftRegular = ChevronLeftRegular;
|
|
58284
|
+
exports.ChevronRightFilled = ChevronRightFilled;
|
|
58285
|
+
exports.ChevronRightRegular = ChevronRightRegular;
|
|
58286
|
+
exports.ChevronUpFilled = ChevronUpFilled;
|
|
58287
|
+
exports.ChevronUpRegular = ChevronUpRegular;
|
|
57904
58288
|
exports.CircleFilled = CircleFilled;
|
|
57905
58289
|
exports.CircleRegular = CircleRegular;
|
|
57906
58290
|
exports.ClipboardFilled = ClipboardFilled;
|
|
57907
58291
|
exports.ClipboardRegular = ClipboardRegular;
|
|
58292
|
+
exports.ClockAlarmFilled = ClockAlarmFilled;
|
|
58293
|
+
exports.ClockAlarmRegular = ClockAlarmRegular;
|
|
57908
58294
|
exports.ClockFilled = ClockFilled;
|
|
57909
58295
|
exports.ClockRegular = ClockRegular;
|
|
57910
58296
|
exports.CloudFilled = CloudFilled;
|
|
57911
58297
|
exports.CloudRegular = CloudRegular;
|
|
57912
58298
|
exports.CloverFilled = CloverFilled;
|
|
57913
58299
|
exports.CloverRegular = CloverRegular;
|
|
58300
|
+
exports.CodeBlockFilled = CodeBlockFilled;
|
|
58301
|
+
exports.CodeBlockRegular = CodeBlockRegular;
|
|
57914
58302
|
exports.CodeFilled = CodeFilled;
|
|
57915
58303
|
exports.CodeRegular = CodeRegular;
|
|
57916
58304
|
exports.CommaFilled = CommaFilled;
|
|
@@ -57921,8 +58309,8 @@ exports.ConeFilled = ConeFilled;
|
|
|
57921
58309
|
exports.ConeRegular = ConeRegular;
|
|
57922
58310
|
exports.ContrastFilled = ContrastFilled;
|
|
57923
58311
|
exports.ContrastRegular = ContrastRegular;
|
|
57924
|
-
exports.
|
|
57925
|
-
exports.
|
|
58312
|
+
exports.ControlButtonFilled = ControlButtonFilled;
|
|
58313
|
+
exports.ControlButtonRegular = ControlButtonRegular;
|
|
57926
58314
|
exports.CookieFilled = CookieFilled;
|
|
57927
58315
|
exports.CookieRegular = CookieRegular;
|
|
57928
58316
|
exports.CopyFilled = CopyFilled;
|
|
@@ -57948,21 +58336,31 @@ exports.DartRegular = DartRegular;
|
|
|
57948
58336
|
exports.DatabaseFilled = DatabaseFilled;
|
|
57949
58337
|
exports.DatabaseRegular = DatabaseRegular;
|
|
57950
58338
|
exports.DeleteFilled = DeleteFilled;
|
|
58339
|
+
exports.DeleteOffFilled = DeleteOffFilled;
|
|
58340
|
+
exports.DeleteOffRegular = DeleteOffRegular;
|
|
57951
58341
|
exports.DeleteRegular = DeleteRegular;
|
|
57952
58342
|
exports.DentistFilled = DentistFilled;
|
|
57953
58343
|
exports.DentistRegular = DentistRegular;
|
|
57954
58344
|
exports.DeskFilled = DeskFilled;
|
|
57955
58345
|
exports.DeskRegular = DeskRegular;
|
|
57956
58346
|
exports.DesktopFilled = DesktopFilled;
|
|
58347
|
+
exports.DesktopMacFilled = DesktopMacFilled;
|
|
58348
|
+
exports.DesktopMacRegular = DesktopMacRegular;
|
|
57957
58349
|
exports.DesktopRegular = DesktopRegular;
|
|
57958
58350
|
exports.DialpadFilled = DialpadFilled;
|
|
57959
58351
|
exports.DialpadRegular = DialpadRegular;
|
|
57960
58352
|
exports.DiamondFilled = DiamondFilled;
|
|
57961
58353
|
exports.DiamondRegular = DiamondRegular;
|
|
58354
|
+
exports.DismissCircleFilled = DismissCircleFilled;
|
|
58355
|
+
exports.DismissCircleRegular = DismissCircleRegular;
|
|
57962
58356
|
exports.DismissFilled = DismissFilled;
|
|
57963
58357
|
exports.DismissRegular = DismissRegular;
|
|
58358
|
+
exports.DismissSquareFilled = DismissSquareFilled;
|
|
58359
|
+
exports.DismissSquareRegular = DismissSquareRegular;
|
|
57964
58360
|
exports.DoctorFilled = DoctorFilled;
|
|
57965
58361
|
exports.DoctorRegular = DoctorRegular;
|
|
58362
|
+
exports.DocumentBorderFilled = DocumentBorderFilled;
|
|
58363
|
+
exports.DocumentBorderRegular = DocumentBorderRegular;
|
|
57966
58364
|
exports.DocumentFilled = DocumentFilled;
|
|
57967
58365
|
exports.DocumentRegular = DocumentRegular;
|
|
57968
58366
|
exports.DoorFilled = DoorFilled;
|
|
@@ -57973,8 +58371,8 @@ exports.DrawerFilled = DrawerFilled;
|
|
|
57973
58371
|
exports.DrawerRegular = DrawerRegular;
|
|
57974
58372
|
exports.DropFilled = DropFilled;
|
|
57975
58373
|
exports.DropRegular = DropRegular;
|
|
57976
|
-
exports.
|
|
57977
|
-
exports.
|
|
58374
|
+
exports.DualScreenFilled = DualScreenFilled;
|
|
58375
|
+
exports.DualScreenRegular = DualScreenRegular;
|
|
57978
58376
|
exports.DumbbellFilled = DumbbellFilled;
|
|
57979
58377
|
exports.DumbbellRegular = DumbbellRegular;
|
|
57980
58378
|
exports.DustFilled = DustFilled;
|
|
@@ -57982,53 +58380,95 @@ exports.DustRegular = DustRegular;
|
|
|
57982
58380
|
exports.EarthFilled = EarthFilled;
|
|
57983
58381
|
exports.EarthRegular = EarthRegular;
|
|
57984
58382
|
exports.EditFilled = EditFilled;
|
|
58383
|
+
exports.EditOffFilled = EditOffFilled;
|
|
58384
|
+
exports.EditOffRegular = EditOffRegular;
|
|
57985
58385
|
exports.EditRegular = EditRegular;
|
|
57986
58386
|
exports.ElevatorFilled = ElevatorFilled;
|
|
57987
58387
|
exports.ElevatorRegular = ElevatorRegular;
|
|
58388
|
+
exports.EmojiAngryFilled = EmojiAngryFilled;
|
|
58389
|
+
exports.EmojiAngryRegular = EmojiAngryRegular;
|
|
58390
|
+
exports.EmojiCoolFilled = EmojiCoolFilled;
|
|
58391
|
+
exports.EmojiCoolRegular = EmojiCoolRegular;
|
|
57988
58392
|
exports.EmojiFilled = EmojiFilled;
|
|
58393
|
+
exports.EmojiGrimacingFilled = EmojiGrimacingFilled;
|
|
58394
|
+
exports.EmojiGrimacingRegular = EmojiGrimacingRegular;
|
|
58395
|
+
exports.EmojiLaughFilled = EmojiLaughFilled;
|
|
58396
|
+
exports.EmojiLaughRegular = EmojiLaughRegular;
|
|
58397
|
+
exports.EmojiMehFilled = EmojiMehFilled;
|
|
58398
|
+
exports.EmojiMehRegular = EmojiMehRegular;
|
|
57989
58399
|
exports.EmojiRegular = EmojiRegular;
|
|
58400
|
+
exports.EmojiSadFilled = EmojiSadFilled;
|
|
58401
|
+
exports.EmojiSadRegular = EmojiSadRegular;
|
|
58402
|
+
exports.EmojiSurpriseFilled = EmojiSurpriseFilled;
|
|
58403
|
+
exports.EmojiSurpriseRegular = EmojiSurpriseRegular;
|
|
57990
58404
|
exports.EngineFilled = EngineFilled;
|
|
57991
58405
|
exports.EngineRegular = EngineRegular;
|
|
58406
|
+
exports.EqualCircleFilled = EqualCircleFilled;
|
|
58407
|
+
exports.EqualCircleRegular = EqualCircleRegular;
|
|
57992
58408
|
exports.EqualFilled = EqualFilled;
|
|
58409
|
+
exports.EqualOffFilled = EqualOffFilled;
|
|
58410
|
+
exports.EqualOffRegular = EqualOffRegular;
|
|
57993
58411
|
exports.EqualRegular = EqualRegular;
|
|
57994
|
-
exports.
|
|
57995
|
-
exports.
|
|
58412
|
+
exports.ErrorCircleFilled = ErrorCircleFilled;
|
|
58413
|
+
exports.ErrorCircleRegular = ErrorCircleRegular;
|
|
57996
58414
|
exports.EyeFilled = EyeFilled;
|
|
58415
|
+
exports.EyeOffFilled = EyeOffFilled;
|
|
58416
|
+
exports.EyeOffRegular = EyeOffRegular;
|
|
57997
58417
|
exports.EyeRegular = EyeRegular;
|
|
57998
58418
|
exports.EyedropperFilled = EyedropperFilled;
|
|
58419
|
+
exports.EyedropperOffFilled = EyedropperOffFilled;
|
|
58420
|
+
exports.EyedropperOffRegular = EyedropperOffRegular;
|
|
57999
58421
|
exports.EyedropperRegular = EyedropperRegular;
|
|
58000
|
-
exports.
|
|
58001
|
-
exports.
|
|
58422
|
+
exports.FastForwardFilled = FastForwardFilled;
|
|
58423
|
+
exports.FastForwardRegular = FastForwardRegular;
|
|
58002
58424
|
exports.FilmstripFilled = FilmstripFilled;
|
|
58425
|
+
exports.FilmstripOffFilled = FilmstripOffFilled;
|
|
58426
|
+
exports.FilmstripOffRegular = FilmstripOffRegular;
|
|
58003
58427
|
exports.FilmstripRegular = FilmstripRegular;
|
|
58004
58428
|
exports.FilterFilled = FilterFilled;
|
|
58005
58429
|
exports.FilterRegular = FilterRegular;
|
|
58006
58430
|
exports.FireFilled = FireFilled;
|
|
58007
58431
|
exports.FireRegular = FireRegular;
|
|
58008
58432
|
exports.FlagFilled = FlagFilled;
|
|
58433
|
+
exports.FlagOffFilled = FlagOffFilled;
|
|
58434
|
+
exports.FlagOffRegular = FlagOffRegular;
|
|
58009
58435
|
exports.FlagRegular = FlagRegular;
|
|
58010
58436
|
exports.FlashFilled = FlashFilled;
|
|
58437
|
+
exports.FlashOffFilled = FlashOffFilled;
|
|
58438
|
+
exports.FlashOffRegular = FlashOffRegular;
|
|
58011
58439
|
exports.FlashRegular = FlashRegular;
|
|
58012
58440
|
exports.FlashlightFilled = FlashlightFilled;
|
|
58441
|
+
exports.FlashlightOffFilled = FlashlightOffFilled;
|
|
58442
|
+
exports.FlashlightOffRegular = FlashlightOffRegular;
|
|
58013
58443
|
exports.FlashlightRegular = FlashlightRegular;
|
|
58014
|
-
exports.
|
|
58015
|
-
exports.
|
|
58444
|
+
exports.FlipHorizontalFilled = FlipHorizontalFilled;
|
|
58445
|
+
exports.FlipHorizontalRegular = FlipHorizontalRegular;
|
|
58446
|
+
exports.FlipVerticialFilled = FlipVerticialFilled;
|
|
58447
|
+
exports.FlipVerticialRegular = FlipVerticialRegular;
|
|
58016
58448
|
exports.FolderFilled = FolderFilled;
|
|
58449
|
+
exports.FolderOpenFilled = FolderOpenFilled;
|
|
58450
|
+
exports.FolderOpenRegular = FolderOpenRegular;
|
|
58017
58451
|
exports.FolderRegular = FolderRegular;
|
|
58018
58452
|
exports.FrameFilled = FrameFilled;
|
|
58019
58453
|
exports.FrameRegular = FrameRegular;
|
|
58020
|
-
exports.
|
|
58021
|
-
exports.
|
|
58454
|
+
exports.FullScreenMaximizeFilled = FullScreenMaximizeFilled;
|
|
58455
|
+
exports.FullScreenMaximizeRegular = FullScreenMaximizeRegular;
|
|
58456
|
+
exports.FullScreenMinimizeFilled = FullScreenMinimizeFilled;
|
|
58457
|
+
exports.FullScreenMinimizeRegular = FullScreenMinimizeRegular;
|
|
58022
58458
|
exports.GamesFilled = GamesFilled;
|
|
58023
58459
|
exports.GamesRegular = GamesRegular;
|
|
58024
|
-
exports.
|
|
58025
|
-
exports.
|
|
58460
|
+
exports.GanttChartFilled = GanttChartFilled;
|
|
58461
|
+
exports.GanttChartRegular = GanttChartRegular;
|
|
58026
58462
|
exports.GasFilled = GasFilled;
|
|
58027
58463
|
exports.GasRegular = GasRegular;
|
|
58464
|
+
exports.GasStationFilled = GasStationFilled;
|
|
58465
|
+
exports.GasStationRegular = GasStationRegular;
|
|
58028
58466
|
exports.GavelFilled = GavelFilled;
|
|
58029
58467
|
exports.GavelRegular = GavelRegular;
|
|
58030
58468
|
exports.GifFilled = GifFilled;
|
|
58031
58469
|
exports.GifRegular = GifRegular;
|
|
58470
|
+
exports.GiftCardFilled = GiftCardFilled;
|
|
58471
|
+
exports.GiftCardRegular = GiftCardRegular;
|
|
58032
58472
|
exports.GiftFilled = GiftFilled;
|
|
58033
58473
|
exports.GiftRegular = GiftRegular;
|
|
58034
58474
|
exports.GitFilled = GitFilled;
|
|
@@ -58045,18 +58485,24 @@ exports.GuitarFilled = GuitarFilled;
|
|
|
58045
58485
|
exports.GuitarRegular = GuitarRegular;
|
|
58046
58486
|
exports.HammerFilled = HammerFilled;
|
|
58047
58487
|
exports.HammerRegular = HammerRegular;
|
|
58048
|
-
exports.
|
|
58049
|
-
exports.
|
|
58050
|
-
exports.
|
|
58051
|
-
exports.
|
|
58488
|
+
exports.HardDriveFilled = HardDriveFilled;
|
|
58489
|
+
exports.HardDriveRegular = HardDriveRegular;
|
|
58490
|
+
exports.HatGraduationFilled = HatGraduationFilled;
|
|
58491
|
+
exports.HatGraduationRegular = HatGraduationRegular;
|
|
58052
58492
|
exports.HdFilled = HdFilled;
|
|
58053
58493
|
exports.HdRegular = HdRegular;
|
|
58054
58494
|
exports.HdrFilled = HdrFilled;
|
|
58495
|
+
exports.HdrOffFilled = HdrOffFilled;
|
|
58496
|
+
exports.HdrOffRegular = HdrOffRegular;
|
|
58055
58497
|
exports.HdrRegular = HdrRegular;
|
|
58056
58498
|
exports.HeadphonesFilled = HeadphonesFilled;
|
|
58499
|
+
exports.HeadphonesMicFilled = HeadphonesMicFilled;
|
|
58500
|
+
exports.HeadphonesMicRegular = HeadphonesMicRegular;
|
|
58057
58501
|
exports.HeadphonesRegular = HeadphonesRegular;
|
|
58058
|
-
exports.
|
|
58059
|
-
exports.
|
|
58502
|
+
exports.HeadsetVrFilled = HeadsetVrFilled;
|
|
58503
|
+
exports.HeadsetVrRegular = HeadsetVrRegular;
|
|
58504
|
+
exports.HeartBrokenFilled = HeartBrokenFilled;
|
|
58505
|
+
exports.HeartBrokenRegular = HeartBrokenRegular;
|
|
58060
58506
|
exports.HeartFilled = HeartFilled;
|
|
58061
58507
|
exports.HeartRegular = HeartRegular;
|
|
58062
58508
|
exports.HexagonFilled = HexagonFilled;
|
|
@@ -58065,13 +58511,23 @@ exports.HighlightFilled = HighlightFilled;
|
|
|
58065
58511
|
exports.HighlightRegular = HighlightRegular;
|
|
58066
58512
|
exports.HighwayFilled = HighwayFilled;
|
|
58067
58513
|
exports.HighwayRegular = HighwayRegular;
|
|
58514
|
+
exports.HomeCheckmarkFilled = HomeCheckmarkFilled;
|
|
58515
|
+
exports.HomeCheckmarkRegular = HomeCheckmarkRegular;
|
|
58068
58516
|
exports.HomeFilled = HomeFilled;
|
|
58069
58517
|
exports.HomeRegular = HomeRegular;
|
|
58070
58518
|
exports.HourglassFilled = HourglassFilled;
|
|
58519
|
+
exports.HourglassHalfFilled = HourglassHalfFilled;
|
|
58520
|
+
exports.HourglassHalfRegular = HourglassHalfRegular;
|
|
58521
|
+
exports.HourglassOneQuarterFilled = HourglassOneQuarterFilled;
|
|
58522
|
+
exports.HourglassOneQuarterRegular = HourglassOneQuarterRegular;
|
|
58071
58523
|
exports.HourglassRegular = HourglassRegular;
|
|
58524
|
+
exports.HourglassThreeQuarterFilled = HourglassThreeQuarterFilled;
|
|
58525
|
+
exports.HourglassThreeQuarterRegular = HourglassThreeQuarterRegular;
|
|
58072
58526
|
exports.HtmlFilled = HtmlFilled;
|
|
58073
58527
|
exports.HtmlRegular = HtmlRegular;
|
|
58074
58528
|
exports.IconUtils = iconUtils;
|
|
58529
|
+
exports.ImageCircleFilled = ImageCircleFilled;
|
|
58530
|
+
exports.ImageCircleRegular = ImageCircleRegular;
|
|
58075
58531
|
exports.ImageFilled = ImageFilled;
|
|
58076
58532
|
exports.ImageRegular = ImageRegular;
|
|
58077
58533
|
exports.ImportantFilled = ImportantFilled;
|
|
@@ -58080,6 +58536,14 @@ exports.IncognitoFilled = IncognitoFilled;
|
|
|
58080
58536
|
exports.IncognitoRegular = IncognitoRegular;
|
|
58081
58537
|
exports.InfoFilled = InfoFilled;
|
|
58082
58538
|
exports.InfoRegular = InfoRegular;
|
|
58539
|
+
exports.IosArrowLtrFilled = IosArrowLtrFilled;
|
|
58540
|
+
exports.IosArrowLtrRegular = IosArrowLtrRegular;
|
|
58541
|
+
exports.IosArrowRtlFilled = IosArrowRtlFilled;
|
|
58542
|
+
exports.IosArrowRtlRegular = IosArrowRtlRegular;
|
|
58543
|
+
exports.IosChevronLtrFilled = IosChevronLtrFilled;
|
|
58544
|
+
exports.IosChevronLtrRegular = IosChevronLtrRegular;
|
|
58545
|
+
exports.IosChevronRtlFilled = IosChevronRtlFilled;
|
|
58546
|
+
exports.IosChevronRtlRegular = IosChevronRtlRegular;
|
|
58083
58547
|
exports.IosFilled = IosFilled;
|
|
58084
58548
|
exports.IosRegular = IosRegular;
|
|
58085
58549
|
exports.IotFilled = IotFilled;
|
|
@@ -58088,12 +58552,34 @@ exports.JavascriptFilled = JavascriptFilled;
|
|
|
58088
58552
|
exports.JavascriptRegular = JavascriptRegular;
|
|
58089
58553
|
exports.JoystickFilled = JoystickFilled;
|
|
58090
58554
|
exports.JoystickRegular = JoystickRegular;
|
|
58555
|
+
exports.JsonFileFilled = JsonFileFilled;
|
|
58556
|
+
exports.JsonFileRegular = JsonFileRegular;
|
|
58091
58557
|
exports.JsonFilled = JsonFilled;
|
|
58092
58558
|
exports.JsonRegular = JsonRegular;
|
|
58093
58559
|
exports.KeyFilled = KeyFilled;
|
|
58560
|
+
exports.KeyMultipleFilled = KeyMultipleFilled;
|
|
58561
|
+
exports.KeyMultipleRegular = KeyMultipleRegular;
|
|
58094
58562
|
exports.KeyRegular = KeyRegular;
|
|
58563
|
+
exports.KeyboardBackspaceFilled = KeyboardBackspaceFilled;
|
|
58564
|
+
exports.KeyboardBackspaceRegular = KeyboardBackspaceRegular;
|
|
58565
|
+
exports.KeyboardCommandFilled = KeyboardCommandFilled;
|
|
58566
|
+
exports.KeyboardCommandRegular = KeyboardCommandRegular;
|
|
58095
58567
|
exports.KeyboardFilled = KeyboardFilled;
|
|
58568
|
+
exports.KeyboardLockFilled = KeyboardLockFilled;
|
|
58569
|
+
exports.KeyboardLockRegular = KeyboardLockRegular;
|
|
58570
|
+
exports.KeyboardOffFilled = KeyboardOffFilled;
|
|
58571
|
+
exports.KeyboardOffRegular = KeyboardOffRegular;
|
|
58572
|
+
exports.KeyboardOptionFilled = KeyboardOptionFilled;
|
|
58573
|
+
exports.KeyboardOptionRegular = KeyboardOptionRegular;
|
|
58096
58574
|
exports.KeyboardRegular = KeyboardRegular;
|
|
58575
|
+
exports.KeyboardReturnFilled = KeyboardReturnFilled;
|
|
58576
|
+
exports.KeyboardReturnRegular = KeyboardReturnRegular;
|
|
58577
|
+
exports.KeyboardShiftFilled = KeyboardShiftFilled;
|
|
58578
|
+
exports.KeyboardShiftRegular = KeyboardShiftRegular;
|
|
58579
|
+
exports.KeyboardShiftUppercaseFilled = KeyboardShiftUppercaseFilled;
|
|
58580
|
+
exports.KeyboardShiftUppercaseRegular = KeyboardShiftUppercaseRegular;
|
|
58581
|
+
exports.KeyboardTabFilled = KeyboardTabFilled;
|
|
58582
|
+
exports.KeyboardTabRegular = KeyboardTabRegular;
|
|
58097
58583
|
exports.KioskFilled = KioskFilled;
|
|
58098
58584
|
exports.KioskRegular = KioskRegular;
|
|
58099
58585
|
exports.KotlinFilled = KotlinFilled;
|
|
@@ -58104,23 +58590,33 @@ exports.LayerFilled = LayerFilled;
|
|
|
58104
58590
|
exports.LayerRegular = LayerRegular;
|
|
58105
58591
|
exports.LightbulbFilled = LightbulbFilled;
|
|
58106
58592
|
exports.LightbulbRegular = LightbulbRegular;
|
|
58593
|
+
exports.LineDashesFilled = LineDashesFilled;
|
|
58594
|
+
exports.LineDashesRegular = LineDashesRegular;
|
|
58107
58595
|
exports.LineFilled = LineFilled;
|
|
58596
|
+
exports.LineHorizontal1DashesFilled = LineHorizontal1DashesFilled;
|
|
58597
|
+
exports.LineHorizontal1DashesRegular = LineHorizontal1DashesRegular;
|
|
58598
|
+
exports.LineHorizontal1Filled = LineHorizontal1Filled;
|
|
58599
|
+
exports.LineHorizontal1Regular = LineHorizontal1Regular;
|
|
58108
58600
|
exports.LineRegular = LineRegular;
|
|
58109
58601
|
exports.LinkFilled = LinkFilled;
|
|
58110
58602
|
exports.LinkRegular = LinkRegular;
|
|
58111
|
-
exports.LocalFilled = LocalFilled;
|
|
58112
58603
|
exports.LocalLanguageFilled = LocalLanguageFilled;
|
|
58113
58604
|
exports.LocalLanguageRegular = LocalLanguageRegular;
|
|
58114
|
-
exports.
|
|
58605
|
+
exports.LocationArrowFilled = LocationArrowFilled;
|
|
58606
|
+
exports.LocationArrowRegular = LocationArrowRegular;
|
|
58115
58607
|
exports.LocationFilled = LocationFilled;
|
|
58116
58608
|
exports.LocationRegular = LocationRegular;
|
|
58117
|
-
exports.
|
|
58118
|
-
exports.
|
|
58609
|
+
exports.LockClosedFilled = LockClosedFilled;
|
|
58610
|
+
exports.LockClosedRegular = LockClosedRegular;
|
|
58611
|
+
exports.LockOpenFilled = LockOpenFilled;
|
|
58612
|
+
exports.LockOpenRegular = LockOpenRegular;
|
|
58119
58613
|
exports.LuggageFilled = LuggageFilled;
|
|
58120
58614
|
exports.LuggageRegular = LuggageRegular;
|
|
58121
58615
|
exports.MacosFilled = MacosFilled;
|
|
58122
58616
|
exports.MacosRegular = MacosRegular;
|
|
58123
58617
|
exports.MailFilled = MailFilled;
|
|
58618
|
+
exports.MailReadFilled = MailReadFilled;
|
|
58619
|
+
exports.MailReadRegular = MailReadRegular;
|
|
58124
58620
|
exports.MailRegular = MailRegular;
|
|
58125
58621
|
exports.MailboxFilled = MailboxFilled;
|
|
58126
58622
|
exports.MailboxRegular = MailboxRegular;
|
|
@@ -58128,22 +58624,26 @@ exports.MapFilled = MapFilled;
|
|
|
58128
58624
|
exports.MapRegular = MapRegular;
|
|
58129
58625
|
exports.MarkdownFilled = MarkdownFilled;
|
|
58130
58626
|
exports.MarkdownRegular = MarkdownRegular;
|
|
58131
|
-
exports.
|
|
58132
|
-
exports.
|
|
58627
|
+
exports.MathSymbolsFilled = MathSymbolsFilled;
|
|
58628
|
+
exports.MathSymbolsRegular = MathSymbolsRegular;
|
|
58133
58629
|
exports.MegaphoneFilled = MegaphoneFilled;
|
|
58134
58630
|
exports.MegaphoneRegular = MegaphoneRegular;
|
|
58135
58631
|
exports.MicFilled = MicFilled;
|
|
58136
58632
|
exports.MicRegular = MicRegular;
|
|
58137
58633
|
exports.MoonFilled = MoonFilled;
|
|
58138
58634
|
exports.MoonRegular = MoonRegular;
|
|
58139
|
-
exports.
|
|
58140
|
-
exports.
|
|
58635
|
+
exports.MoreCircleFilled = MoreCircleFilled;
|
|
58636
|
+
exports.MoreCircleRegular = MoreCircleRegular;
|
|
58637
|
+
exports.MoreHorizontalFilled = MoreHorizontalFilled;
|
|
58638
|
+
exports.MoreHorizontalRegular = MoreHorizontalRegular;
|
|
58639
|
+
exports.MoreVerticialFilled = MoreVerticialFilled;
|
|
58640
|
+
exports.MoreVerticialRegular = MoreVerticialRegular;
|
|
58141
58641
|
exports.MouseFilled = MouseFilled;
|
|
58142
58642
|
exports.MouseRegular = MouseRegular;
|
|
58143
58643
|
exports.MovieFilled = MovieFilled;
|
|
58144
58644
|
exports.MovieRegular = MovieRegular;
|
|
58145
|
-
exports.
|
|
58146
|
-
exports.
|
|
58645
|
+
exports.NetworkCheckFilled = NetworkCheckFilled;
|
|
58646
|
+
exports.NetworkCheckRegular = NetworkCheckRegular;
|
|
58147
58647
|
exports.NewsFilled = NewsFilled;
|
|
58148
58648
|
exports.NewsRegular = NewsRegular;
|
|
58149
58649
|
exports.NextFilled = NextFilled;
|
|
@@ -58154,15 +58654,43 @@ exports.NotebookFilled = NotebookFilled;
|
|
|
58154
58654
|
exports.NotebookRegular = NotebookRegular;
|
|
58155
58655
|
exports.NotepadFilled = NotepadFilled;
|
|
58156
58656
|
exports.NotepadRegular = NotepadRegular;
|
|
58157
|
-
exports.
|
|
58158
|
-
exports.
|
|
58657
|
+
exports.NumberCircle0Filled = NumberCircle0Filled;
|
|
58658
|
+
exports.NumberCircle0Regular = NumberCircle0Regular;
|
|
58659
|
+
exports.NumberCircle1Filled = NumberCircle1Filled;
|
|
58660
|
+
exports.NumberCircle1Regular = NumberCircle1Regular;
|
|
58661
|
+
exports.NumberCircle2Filled = NumberCircle2Filled;
|
|
58662
|
+
exports.NumberCircle2Regular = NumberCircle2Regular;
|
|
58663
|
+
exports.NumberCircle3Filled = NumberCircle3Filled;
|
|
58664
|
+
exports.NumberCircle3Regular = NumberCircle3Regular;
|
|
58665
|
+
exports.NumberCircle4Filled = NumberCircle4Filled;
|
|
58666
|
+
exports.NumberCircle4Regular = NumberCircle4Regular;
|
|
58667
|
+
exports.NumberCircle5Filled = NumberCircle5Filled;
|
|
58668
|
+
exports.NumberCircle5Regular = NumberCircle5Regular;
|
|
58669
|
+
exports.NumberCircle6Filled = NumberCircle6Filled;
|
|
58670
|
+
exports.NumberCircle6Regular = NumberCircle6Regular;
|
|
58671
|
+
exports.NumberCircle7Filled = NumberCircle7Filled;
|
|
58672
|
+
exports.NumberCircle7Regular = NumberCircle7Regular;
|
|
58673
|
+
exports.NumberCircle8Filled = NumberCircle8Filled;
|
|
58674
|
+
exports.NumberCircle8Regular = NumberCircle8Regular;
|
|
58675
|
+
exports.NumberCircle9Filled = NumberCircle9Filled;
|
|
58676
|
+
exports.NumberCircle9Regular = NumberCircle9Regular;
|
|
58677
|
+
exports.NumberSymbolCircleFilled = NumberSymbolCircleFilled;
|
|
58678
|
+
exports.NumberSymbolCircleRegular = NumberSymbolCircleRegular;
|
|
58679
|
+
exports.NumberSymbolFilled = NumberSymbolFilled;
|
|
58680
|
+
exports.NumberSymbolRegular = NumberSymbolRegular;
|
|
58681
|
+
exports.NumberSymbolSquareFilled = NumberSymbolSquareFilled;
|
|
58682
|
+
exports.NumberSymbolSquareRegular = NumberSymbolSquareRegular;
|
|
58159
58683
|
exports.OpacityFilled = OpacityFilled;
|
|
58160
58684
|
exports.OpacityRegular = OpacityRegular;
|
|
58161
58685
|
exports.OpenFilled = OpenFilled;
|
|
58686
|
+
exports.OpenOffFilled = OpenOffFilled;
|
|
58687
|
+
exports.OpenOffRegular = OpenOffRegular;
|
|
58162
58688
|
exports.OpenRegular = OpenRegular;
|
|
58163
58689
|
exports.OptionsFilled = OptionsFilled;
|
|
58164
58690
|
exports.OptionsRegular = OptionsRegular;
|
|
58165
58691
|
exports.OrganizationFilled = OrganizationFilled;
|
|
58692
|
+
exports.OrganizationHorizontalFilled = OrganizationHorizontalFilled;
|
|
58693
|
+
exports.OrganizationHorizontalRegular = OrganizationHorizontalRegular;
|
|
58166
58694
|
exports.OrganizationRegular = OrganizationRegular;
|
|
58167
58695
|
exports.OrientationFilled = OrientationFilled;
|
|
58168
58696
|
exports.OrientationRegular = OrientationRegular;
|
|
@@ -58172,24 +58700,34 @@ exports.OvenFilled = OvenFilled;
|
|
|
58172
58700
|
exports.OvenRegular = OvenRegular;
|
|
58173
58701
|
exports.PaddingFilled = PaddingFilled;
|
|
58174
58702
|
exports.PaddingRegular = PaddingRegular;
|
|
58175
|
-
exports.
|
|
58176
|
-
exports.
|
|
58177
|
-
exports.
|
|
58178
|
-
exports.
|
|
58703
|
+
exports.PageFitFilled = PageFitFilled;
|
|
58704
|
+
exports.PageFitRegular = PageFitRegular;
|
|
58705
|
+
exports.PaintBrushFilled = PaintBrushFilled;
|
|
58706
|
+
exports.PaintBrushRegular = PaintBrushRegular;
|
|
58707
|
+
exports.PaintBucketFilled = PaintBucketFilled;
|
|
58708
|
+
exports.PaintBucketRegular = PaintBucketRegular;
|
|
58179
58709
|
exports.ParallelogramFilled = ParallelogramFilled;
|
|
58180
58710
|
exports.ParallelogramRegular = ParallelogramRegular;
|
|
58181
58711
|
exports.PasswordFilled = PasswordFilled;
|
|
58182
58712
|
exports.PasswordRegular = PasswordRegular;
|
|
58713
|
+
exports.PauseCircleFilled = PauseCircleFilled;
|
|
58714
|
+
exports.PauseCircleRegular = PauseCircleRegular;
|
|
58183
58715
|
exports.PauseFilled = PauseFilled;
|
|
58184
58716
|
exports.PauseRegular = PauseRegular;
|
|
58185
58717
|
exports.PaymentFilled = PaymentFilled;
|
|
58186
58718
|
exports.PaymentRegular = PaymentRegular;
|
|
58719
|
+
exports.PaymentWirelessFilled = PaymentWirelessFilled;
|
|
58720
|
+
exports.PaymentWirelessRegular = PaymentWirelessRegular;
|
|
58187
58721
|
exports.PenFilled = PenFilled;
|
|
58722
|
+
exports.PenOffFilled = PenOffFilled;
|
|
58723
|
+
exports.PenOffRegular = PenOffRegular;
|
|
58188
58724
|
exports.PenRegular = PenRegular;
|
|
58189
58725
|
exports.PentagonFilled = PentagonFilled;
|
|
58190
58726
|
exports.PentagonRegular = PentagonRegular;
|
|
58191
58727
|
exports.PersonFilled = PersonFilled;
|
|
58192
58728
|
exports.PersonRegular = PersonRegular;
|
|
58729
|
+
exports.PersonVoiceFilled = PersonVoiceFilled;
|
|
58730
|
+
exports.PersonVoiceRegular = PersonVoiceRegular;
|
|
58193
58731
|
exports.PhoneFilled = PhoneFilled;
|
|
58194
58732
|
exports.PhoneRegular = PhoneRegular;
|
|
58195
58733
|
exports.PianoFilled = PianoFilled;
|
|
@@ -58198,34 +58736,50 @@ exports.PinFilled = PinFilled;
|
|
|
58198
58736
|
exports.PinRegular = PinRegular;
|
|
58199
58737
|
exports.PipelineFilled = PipelineFilled;
|
|
58200
58738
|
exports.PipelineRegular = PipelineRegular;
|
|
58739
|
+
exports.PlayCircleFilled = PlayCircleFilled;
|
|
58740
|
+
exports.PlayCircleRegular = PlayCircleRegular;
|
|
58201
58741
|
exports.PlayFilled = PlayFilled;
|
|
58202
58742
|
exports.PlayRegular = PlayRegular;
|
|
58203
58743
|
exports.PlaystoreFilled = PlaystoreFilled;
|
|
58204
58744
|
exports.PlaystoreRegular = PlaystoreRegular;
|
|
58205
|
-
exports.
|
|
58206
|
-
exports.
|
|
58745
|
+
exports.PortHdmiFilled = PortHdmiFilled;
|
|
58746
|
+
exports.PortHdmiRegular = PortHdmiRegular;
|
|
58747
|
+
exports.PortMicroUsbFilled = PortMicroUsbFilled;
|
|
58748
|
+
exports.PortMicroUsbRegular = PortMicroUsbRegular;
|
|
58749
|
+
exports.PortUsbAFilled = PortUsbAFilled;
|
|
58750
|
+
exports.PortUsbARegular = PortUsbARegular;
|
|
58751
|
+
exports.PortUsbCFilled = PortUsbCFilled;
|
|
58752
|
+
exports.PortUsbCRegular = PortUsbCRegular;
|
|
58207
58753
|
exports.PowerFilled = PowerFilled;
|
|
58208
58754
|
exports.PowerRegular = PowerRegular;
|
|
58209
|
-
exports.
|
|
58210
|
-
exports.
|
|
58755
|
+
exports.PreviewLinkFilled = PreviewLinkFilled;
|
|
58756
|
+
exports.PreviewLinkRegular = PreviewLinkRegular;
|
|
58211
58757
|
exports.PreviousFilled = PreviousFilled;
|
|
58212
58758
|
exports.PreviousRegular = PreviousRegular;
|
|
58213
58759
|
exports.PrintFilled = PrintFilled;
|
|
58214
58760
|
exports.PrintRegular = PrintRegular;
|
|
58761
|
+
exports.PulseCircleFilled = PulseCircleFilled;
|
|
58762
|
+
exports.PulseCircleRegular = PulseCircleRegular;
|
|
58215
58763
|
exports.PulseFilled = PulseFilled;
|
|
58216
58764
|
exports.PulseRegular = PulseRegular;
|
|
58765
|
+
exports.PulseSquareFilled = PulseSquareFilled;
|
|
58766
|
+
exports.PulseSquareRegular = PulseSquareRegular;
|
|
58217
58767
|
exports.PythonFilled = PythonFilled;
|
|
58218
58768
|
exports.PythonRegular = PythonRegular;
|
|
58219
|
-
exports.
|
|
58220
|
-
exports.
|
|
58769
|
+
exports.QrCodeFilled = QrCodeFilled;
|
|
58770
|
+
exports.QrCodeRegular = QrCodeRegular;
|
|
58771
|
+
exports.QuestionCircleFilled = QuestionCircleFilled;
|
|
58772
|
+
exports.QuestionCircleRegular = QuestionCircleRegular;
|
|
58221
58773
|
exports.QuestionFilled = QuestionFilled;
|
|
58222
58774
|
exports.QuestionRegular = QuestionRegular;
|
|
58223
|
-
exports.
|
|
58224
|
-
exports.
|
|
58775
|
+
exports.RadioButtonFilled = RadioButtonFilled;
|
|
58776
|
+
exports.RadioButtonRegular = RadioButtonRegular;
|
|
58225
58777
|
exports.RamFilled = RamFilled;
|
|
58226
58778
|
exports.RamRegular = RamRegular;
|
|
58227
58779
|
exports.RecordFilled = RecordFilled;
|
|
58228
58780
|
exports.RecordRegular = RecordRegular;
|
|
58781
|
+
exports.RecordStopFilled = RecordStopFilled;
|
|
58782
|
+
exports.RecordStopRegular = RecordStopRegular;
|
|
58229
58783
|
exports.RectangleFilled = RectangleFilled;
|
|
58230
58784
|
exports.RectangleRegular = RectangleRegular;
|
|
58231
58785
|
exports.RefineuiFilled = RefineuiFilled;
|
|
@@ -58236,6 +58790,8 @@ exports.RhombusFilled = RhombusFilled;
|
|
|
58236
58790
|
exports.RhombusRegular = RhombusRegular;
|
|
58237
58791
|
exports.RibbonFilled = RibbonFilled;
|
|
58238
58792
|
exports.RibbonRegular = RibbonRegular;
|
|
58793
|
+
exports.RoadConeFilled = RoadConeFilled;
|
|
58794
|
+
exports.RoadConeRegular = RoadConeRegular;
|
|
58239
58795
|
exports.RoadFilled = RoadFilled;
|
|
58240
58796
|
exports.RoadRegular = RoadRegular;
|
|
58241
58797
|
exports.RocketFilled = RocketFilled;
|
|
@@ -58260,41 +58816,73 @@ exports.SearchFilled = SearchFilled;
|
|
|
58260
58816
|
exports.SearchRegular = SearchRegular;
|
|
58261
58817
|
exports.SendFilled = SendFilled;
|
|
58262
58818
|
exports.SendRegular = SendRegular;
|
|
58263
|
-
exports.
|
|
58264
|
-
exports.
|
|
58819
|
+
exports.SerialPortFilled = SerialPortFilled;
|
|
58820
|
+
exports.SerialPortRegular = SerialPortRegular;
|
|
58265
58821
|
exports.ServerFilled = ServerFilled;
|
|
58822
|
+
exports.ServerLinkFilled = ServerLinkFilled;
|
|
58823
|
+
exports.ServerLinkRegular = ServerLinkRegular;
|
|
58824
|
+
exports.ServerPlayFilled = ServerPlayFilled;
|
|
58825
|
+
exports.ServerPlayRegular = ServerPlayRegular;
|
|
58266
58826
|
exports.ServerRegular = ServerRegular;
|
|
58267
|
-
exports.
|
|
58268
|
-
exports.
|
|
58827
|
+
exports.ServiceBellFilled = ServiceBellFilled;
|
|
58828
|
+
exports.ServiceBellRegular = ServiceBellRegular;
|
|
58269
58829
|
exports.SettingsFilled = SettingsFilled;
|
|
58270
58830
|
exports.SettingsRegular = SettingsRegular;
|
|
58271
|
-
exports.
|
|
58272
|
-
exports.
|
|
58831
|
+
exports.ShapeExcludeFilled = ShapeExcludeFilled;
|
|
58832
|
+
exports.ShapeExcludeRegular = ShapeExcludeRegular;
|
|
58833
|
+
exports.ShapeIntersectFilled = ShapeIntersectFilled;
|
|
58834
|
+
exports.ShapeIntersectRegular = ShapeIntersectRegular;
|
|
58835
|
+
exports.ShapeSubtractFilled = ShapeSubtractFilled;
|
|
58836
|
+
exports.ShapeSubtractRegular = ShapeSubtractRegular;
|
|
58837
|
+
exports.ShapeUnionFilled = ShapeUnionFilled;
|
|
58838
|
+
exports.ShapeUnionRegular = ShapeUnionRegular;
|
|
58273
58839
|
exports.ShapesFilled = ShapesFilled;
|
|
58274
58840
|
exports.ShapesRegular = ShapesRegular;
|
|
58841
|
+
exports.ShareAndroidFilled = ShareAndroidFilled;
|
|
58842
|
+
exports.ShareAndroidRegular = ShareAndroidRegular;
|
|
58275
58843
|
exports.ShareFilled = ShareFilled;
|
|
58844
|
+
exports.ShareIosFilled = ShareIosFilled;
|
|
58845
|
+
exports.ShareIosRegular = ShareIosRegular;
|
|
58276
58846
|
exports.ShareRegular = ShareRegular;
|
|
58277
|
-
exports.
|
|
58278
|
-
exports.
|
|
58847
|
+
exports.ShellScriptFilled = ShellScriptFilled;
|
|
58848
|
+
exports.ShellScriptRegular = ShellScriptRegular;
|
|
58279
58849
|
exports.ShieldFilled = ShieldFilled;
|
|
58280
58850
|
exports.ShieldRegular = ShieldRegular;
|
|
58281
|
-
exports.
|
|
58282
|
-
exports.
|
|
58851
|
+
exports.ShoppingBagFilled = ShoppingBagFilled;
|
|
58852
|
+
exports.ShoppingBagRegular = ShoppingBagRegular;
|
|
58283
58853
|
exports.SimFilled = SimFilled;
|
|
58284
58854
|
exports.SimRegular = SimRegular;
|
|
58285
|
-
exports.
|
|
58286
|
-
exports.
|
|
58855
|
+
exports.SlideAddFilled = SlideAddFilled;
|
|
58856
|
+
exports.SlideAddRegular = SlideAddRegular;
|
|
58857
|
+
exports.SlideContentFilled = SlideContentFilled;
|
|
58858
|
+
exports.SlideContentRegular = SlideContentRegular;
|
|
58859
|
+
exports.SlideEraserFilled = SlideEraserFilled;
|
|
58860
|
+
exports.SlideEraserRegular = SlideEraserRegular;
|
|
58861
|
+
exports.SlideGridFilled = SlideGridFilled;
|
|
58862
|
+
exports.SlideGridRegular = SlideGridRegular;
|
|
58863
|
+
exports.SlideHideFilled = SlideHideFilled;
|
|
58864
|
+
exports.SlideHideRegular = SlideHideRegular;
|
|
58865
|
+
exports.SlideLayoutFilled = SlideLayoutFilled;
|
|
58866
|
+
exports.SlideLayoutRegular = SlideLayoutRegular;
|
|
58287
58867
|
exports.SmartwatchFilled = SmartwatchFilled;
|
|
58288
58868
|
exports.SmartwatchRegular = SmartwatchRegular;
|
|
58289
|
-
exports.
|
|
58290
|
-
exports.
|
|
58869
|
+
exports.SoundSourceFilled = SoundSourceFilled;
|
|
58870
|
+
exports.SoundSourceRegular = SoundSourceRegular;
|
|
58291
58871
|
exports.SpacebarFilled = SpacebarFilled;
|
|
58292
58872
|
exports.SpacebarRegular = SpacebarRegular;
|
|
58293
|
-
exports.
|
|
58294
|
-
exports.
|
|
58295
|
-
exports.
|
|
58296
|
-
exports.
|
|
58873
|
+
exports.SportBaseballFilled = SportBaseballFilled;
|
|
58874
|
+
exports.SportBaseballRegular = SportBaseballRegular;
|
|
58875
|
+
exports.SportBasketballFilled = SportBasketballFilled;
|
|
58876
|
+
exports.SportBasketballRegular = SportBasketballRegular;
|
|
58877
|
+
exports.SportSoccerFilled = SportSoccerFilled;
|
|
58878
|
+
exports.SportSoccerRegular = SportSoccerRegular;
|
|
58879
|
+
exports.SprayCanFilled = SprayCanFilled;
|
|
58880
|
+
exports.SprayCanRegular = SprayCanRegular;
|
|
58297
58881
|
exports.SquareFilled = SquareFilled;
|
|
58882
|
+
exports.SquareHintFilled = SquareHintFilled;
|
|
58883
|
+
exports.SquareHintRegular = SquareHintRegular;
|
|
58884
|
+
exports.SquareMultipleFilled = SquareMultipleFilled;
|
|
58885
|
+
exports.SquareMultipleRegular = SquareMultipleRegular;
|
|
58298
58886
|
exports.SquareRegular = SquareRegular;
|
|
58299
58887
|
exports.StarFilled = StarFilled;
|
|
58300
58888
|
exports.StarRegular = StarRegular;
|
|
@@ -58316,8 +58904,40 @@ exports.TemperatureFilled = TemperatureFilled;
|
|
|
58316
58904
|
exports.TemperatureRegular = TemperatureRegular;
|
|
58317
58905
|
exports.TentFilled = TentFilled;
|
|
58318
58906
|
exports.TentRegular = TentRegular;
|
|
58907
|
+
exports.TextAlignCenterFilled = TextAlignCenterFilled;
|
|
58908
|
+
exports.TextAlignCenterRegular = TextAlignCenterRegular;
|
|
58909
|
+
exports.TextAlignJustifyFilled = TextAlignJustifyFilled;
|
|
58910
|
+
exports.TextAlignJustifyRegular = TextAlignJustifyRegular;
|
|
58911
|
+
exports.TextAlignLeftFilled = TextAlignLeftFilled;
|
|
58912
|
+
exports.TextAlignLeftRegular = TextAlignLeftRegular;
|
|
58913
|
+
exports.TextAlignRightFilled = TextAlignRightFilled;
|
|
58914
|
+
exports.TextAlignRightRegular = TextAlignRightRegular;
|
|
58319
58915
|
exports.TextFilled = TextFilled;
|
|
58320
58916
|
exports.TextRegular = TextRegular;
|
|
58917
|
+
exports.TextboxAlignBottomCenterFilled = TextboxAlignBottomCenterFilled;
|
|
58918
|
+
exports.TextboxAlignBottomCenterRegular = TextboxAlignBottomCenterRegular;
|
|
58919
|
+
exports.TextboxAlignBottomFilled = TextboxAlignBottomFilled;
|
|
58920
|
+
exports.TextboxAlignBottomLeftFilled = TextboxAlignBottomLeftFilled;
|
|
58921
|
+
exports.TextboxAlignBottomLeftRegular = TextboxAlignBottomLeftRegular;
|
|
58922
|
+
exports.TextboxAlignBottomRegular = TextboxAlignBottomRegular;
|
|
58923
|
+
exports.TextboxAlignBottomRightFilled = TextboxAlignBottomRightFilled;
|
|
58924
|
+
exports.TextboxAlignBottomRightRegular = TextboxAlignBottomRightRegular;
|
|
58925
|
+
exports.TextboxAlignCenterFilled = TextboxAlignCenterFilled;
|
|
58926
|
+
exports.TextboxAlignCenterRegular = TextboxAlignCenterRegular;
|
|
58927
|
+
exports.TextboxAlignMiddleFilled = TextboxAlignMiddleFilled;
|
|
58928
|
+
exports.TextboxAlignMiddleLeftFilled = TextboxAlignMiddleLeftFilled;
|
|
58929
|
+
exports.TextboxAlignMiddleLeftRegular = TextboxAlignMiddleLeftRegular;
|
|
58930
|
+
exports.TextboxAlignMiddleRegular = TextboxAlignMiddleRegular;
|
|
58931
|
+
exports.TextboxAlignMiddleRightFilled = TextboxAlignMiddleRightFilled;
|
|
58932
|
+
exports.TextboxAlignMiddleRightRegular = TextboxAlignMiddleRightRegular;
|
|
58933
|
+
exports.TextboxAlignTopCenterFilled = TextboxAlignTopCenterFilled;
|
|
58934
|
+
exports.TextboxAlignTopCenterRegular = TextboxAlignTopCenterRegular;
|
|
58935
|
+
exports.TextboxAlignTopFilled = TextboxAlignTopFilled;
|
|
58936
|
+
exports.TextboxAlignTopLeftFilled = TextboxAlignTopLeftFilled;
|
|
58937
|
+
exports.TextboxAlignTopLeftRegular = TextboxAlignTopLeftRegular;
|
|
58938
|
+
exports.TextboxAlignTopRegular = TextboxAlignTopRegular;
|
|
58939
|
+
exports.TextboxAlignTopRightFilled = TextboxAlignTopRightFilled;
|
|
58940
|
+
exports.TextboxAlignTopRightRegular = TextboxAlignTopRightRegular;
|
|
58321
58941
|
exports.TextboxFilled = TextboxFilled;
|
|
58322
58942
|
exports.TextboxRegular = TextboxRegular;
|
|
58323
58943
|
exports.ThinkingFilled = ThinkingFilled;
|
|
@@ -58326,8 +58946,12 @@ exports.TicketFilled = TicketFilled;
|
|
|
58326
58946
|
exports.TicketRegular = TicketRegular;
|
|
58327
58947
|
exports.TimerFilled = TimerFilled;
|
|
58328
58948
|
exports.TimerRegular = TimerRegular;
|
|
58329
|
-
exports.
|
|
58330
|
-
exports.
|
|
58949
|
+
exports.ToggleLeftFilled = ToggleLeftFilled;
|
|
58950
|
+
exports.ToggleLeftRegular = ToggleLeftRegular;
|
|
58951
|
+
exports.ToggleMultipleFilled = ToggleMultipleFilled;
|
|
58952
|
+
exports.ToggleMultipleRegular = ToggleMultipleRegular;
|
|
58953
|
+
exports.ToggleRightFilled = ToggleRightFilled;
|
|
58954
|
+
exports.ToggleRightRegular = ToggleRightRegular;
|
|
58331
58955
|
exports.ToolboxFilled = ToolboxFilled;
|
|
58332
58956
|
exports.ToolboxRegular = ToolboxRegular;
|
|
58333
58957
|
exports.TrophyFilled = TrophyFilled;
|
|
@@ -58338,18 +58962,24 @@ exports.TypescriptFilled = TypescriptFilled;
|
|
|
58338
58962
|
exports.TypescriptRegular = TypescriptRegular;
|
|
58339
58963
|
exports.UmbrellaFilled = UmbrellaFilled;
|
|
58340
58964
|
exports.UmbrellaRegular = UmbrellaRegular;
|
|
58965
|
+
exports.UsbCableFilled = UsbCableFilled;
|
|
58966
|
+
exports.UsbCableRegular = UsbCableRegular;
|
|
58341
58967
|
exports.UsbFilled = UsbFilled;
|
|
58342
58968
|
exports.UsbRegular = UsbRegular;
|
|
58343
58969
|
exports.VerifiedFilled = VerifiedFilled;
|
|
58344
58970
|
exports.VerifiedRegular = VerifiedRegular;
|
|
58971
|
+
exports.VideoClipFilled = VideoClipFilled;
|
|
58972
|
+
exports.VideoClipRegular = VideoClipRegular;
|
|
58345
58973
|
exports.VideoFilled = VideoFilled;
|
|
58974
|
+
exports.VideoPlayPauseFilled = VideoPlayPauseFilled;
|
|
58975
|
+
exports.VideoPlayPauseRegular = VideoPlayPauseRegular;
|
|
58346
58976
|
exports.VideoRegular = VideoRegular;
|
|
58347
58977
|
exports.VoicemailFilled = VoicemailFilled;
|
|
58348
58978
|
exports.VoicemailRegular = VoicemailRegular;
|
|
58349
58979
|
exports.VoteFilled = VoteFilled;
|
|
58350
58980
|
exports.VoteRegular = VoteRegular;
|
|
58351
|
-
exports.
|
|
58352
|
-
exports.
|
|
58981
|
+
exports.WalkieTalkieFilled = WalkieTalkieFilled;
|
|
58982
|
+
exports.WalkieTalkieRegular = WalkieTalkieRegular;
|
|
58353
58983
|
exports.WalletFilled = WalletFilled;
|
|
58354
58984
|
exports.WalletRegular = WalletRegular;
|
|
58355
58985
|
exports.WandFilled = WandFilled;
|
|
@@ -58360,12 +58990,30 @@ exports.WasherFilled = WasherFilled;
|
|
|
58360
58990
|
exports.WasherRegular = WasherRegular;
|
|
58361
58991
|
exports.WaterFilled = WaterFilled;
|
|
58362
58992
|
exports.WaterRegular = WaterRegular;
|
|
58363
|
-
exports.
|
|
58364
|
-
exports.
|
|
58993
|
+
exports.WeatherBlowingSnowFilled = WeatherBlowingSnowFilled;
|
|
58994
|
+
exports.WeatherBlowingSnowRegular = WeatherBlowingSnowRegular;
|
|
58995
|
+
exports.WeatherCloudyFilled = WeatherCloudyFilled;
|
|
58996
|
+
exports.WeatherCloudyRegular = WeatherCloudyRegular;
|
|
58997
|
+
exports.WeatherRainFilled = WeatherRainFilled;
|
|
58998
|
+
exports.WeatherRainRegular = WeatherRainRegular;
|
|
58999
|
+
exports.WeatherSnowFilled = WeatherSnowFilled;
|
|
59000
|
+
exports.WeatherSnowRegular = WeatherSnowRegular;
|
|
59001
|
+
exports.WeatherSnowflakeFilled = WeatherSnowflakeFilled;
|
|
59002
|
+
exports.WeatherSnowflakeRegular = WeatherSnowflakeRegular;
|
|
59003
|
+
exports.WeatherSunnyFilled = WeatherSunnyFilled;
|
|
59004
|
+
exports.WeatherSunnyRegular = WeatherSunnyRegular;
|
|
59005
|
+
exports.WeatherThunderstormFilled = WeatherThunderstormFilled;
|
|
59006
|
+
exports.WeatherThunderstormRegular = WeatherThunderstormRegular;
|
|
58365
59007
|
exports.WebFilled = WebFilled;
|
|
58366
59008
|
exports.WebRegular = WebRegular;
|
|
58367
|
-
exports.
|
|
58368
|
-
exports.
|
|
59009
|
+
exports.Wifi1Filled = Wifi1Filled;
|
|
59010
|
+
exports.Wifi1Regular = Wifi1Regular;
|
|
59011
|
+
exports.Wifi2Filled = Wifi2Filled;
|
|
59012
|
+
exports.Wifi2Regular = Wifi2Regular;
|
|
59013
|
+
exports.Wifi3Filled = Wifi3Filled;
|
|
59014
|
+
exports.Wifi3Regular = Wifi3Regular;
|
|
59015
|
+
exports.Wifi4Filled = Wifi4Filled;
|
|
59016
|
+
exports.Wifi4Regular = Wifi4Regular;
|
|
58369
59017
|
exports.WindowsFilled = WindowsFilled;
|
|
58370
59018
|
exports.WindowsRegular = WindowsRegular;
|
|
58371
59019
|
exports.WrenchFilled = WrenchFilled;
|
|
@@ -58373,6 +59021,10 @@ exports.WrenchRegular = WrenchRegular;
|
|
|
58373
59021
|
exports.XrayFilled = XrayFilled;
|
|
58374
59022
|
exports.XrayRegular = XrayRegular;
|
|
58375
59023
|
exports.ZoomFilled = ZoomFilled;
|
|
59024
|
+
exports.ZoomInFilled = ZoomInFilled;
|
|
59025
|
+
exports.ZoomInRegular = ZoomInRegular;
|
|
59026
|
+
exports.ZoomOutFilled = ZoomOutFilled;
|
|
59027
|
+
exports.ZoomOutRegular = ZoomOutRegular;
|
|
58376
59028
|
exports.ZoomRegular = ZoomRegular;
|
|
58377
59029
|
exports.createIconURL = createIconURL;
|
|
58378
59030
|
exports.generateIconFileName = generateIconFileName;
|