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