@refineui/icon-cdn 0.3.25 → 0.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/IconUtils.d.ts +2 -0
- package/dist/IconUtils.js +39 -9
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +5 -4
- package/dist/filled-icons.d.ts +206 -43
- package/dist/filled-icons.js +215 -49
- package/dist/index.esm.js +454 -98
- package/dist/index.js +865 -183
- package/dist/index.umd.js +865 -183
- package/dist/regular-icons.d.ts +206 -43
- package/dist/regular-icons.js +215 -49
- package/icons/16/flip_verticial-filled.svg +5 -0
- package/icons/16/flip_verticial-regular.svg +5 -0
- package/icons/16/local_language-filled.svg +4 -0
- package/icons/16/local_language-regular.svg +4 -0
- package/icons/16/more_verticial-filled.svg +5 -0
- package/icons/16/more_verticial-regular.svg +5 -0
- package/icons/20/flip_verticial-filled.svg +5 -0
- package/icons/20/flip_verticial-regular.svg +5 -0
- package/icons/20/local_language-filled.svg +4 -0
- package/icons/20/local_language-regular.svg +4 -0
- package/icons/20/more_verticial-filled.svg +5 -0
- package/icons/20/more_verticial-regular.svg +5 -0
- package/icons/24/flip_verticial-filled.svg +5 -0
- package/icons/24/flip_verticial-regular.svg +5 -0
- package/icons/24/local_language-filled.svg +4 -0
- package/icons/24/local_language-regular.svg +4 -0
- package/icons/24/more_verticial-filled.svg +5 -0
- package/icons/24/more_verticial-regular.svg +5 -0
- package/icons/28/flip_verticial-filled.svg +5 -0
- package/icons/28/flip_verticial-regular.svg +5 -0
- package/icons/28/local_language-filled.svg +4 -0
- package/icons/28/local_language-regular.svg +4 -0
- package/icons/28/more_verticial-filled.svg +5 -0
- package/icons/28/more_verticial-regular.svg +5 -0
- package/icons/32/flip_verticial-filled.svg +5 -0
- package/icons/32/flip_verticial-regular.svg +5 -0
- package/icons/32/local_language-filled.svg +4 -0
- package/icons/32/local_language-regular.svg +4 -0
- package/icons/32/more_verticial-filled.svg +5 -0
- package/icons/32/more_verticial-regular.svg +5 -0
- package/icons/48/flip_verticial-filled.svg +5 -0
- package/icons/48/flip_verticial-regular.svg +5 -0
- package/icons/48/local_language-filled.svg +4 -0
- package/icons/48/local_language-regular.svg +4 -0
- package/icons/48/more_verticial-filled.svg +5 -0
- package/icons/48/more_verticial-regular.svg +5 -0
- package/package.json +1 -1
- package/icons/16/flip_vertcial-filled.svg +0 -4
- package/icons/16/flip_vertcial-regular.svg +0 -4
- package/icons/16/locallanguage-filled.svg +0 -4
- package/icons/16/locallanguage-regular.svg +0 -4
- package/icons/16/more_vertcial-filled.svg +0 -4
- package/icons/16/more_vertcial-regular.svg +0 -4
- package/icons/20/flip_vertcial-filled.svg +0 -4
- package/icons/20/flip_vertcial-regular.svg +0 -4
- package/icons/20/locallanguage-filled.svg +0 -4
- package/icons/20/locallanguage-regular.svg +0 -4
- package/icons/20/more_vertcial-filled.svg +0 -4
- package/icons/20/more_vertcial-regular.svg +0 -4
- package/icons/24/flip_vertcial-filled.svg +0 -4
- package/icons/24/flip_vertcial-regular.svg +0 -4
- package/icons/24/locallanguage-filled.svg +0 -4
- package/icons/24/locallanguage-regular.svg +0 -4
- package/icons/24/more_vertcial-filled.svg +0 -4
- package/icons/24/more_vertcial-regular.svg +0 -4
- package/icons/28/flip_vertcial-filled.svg +0 -4
- package/icons/28/flip_vertcial-regular.svg +0 -4
- package/icons/28/locallanguage-filled.svg +0 -4
- package/icons/28/locallanguage-regular.svg +0 -4
- package/icons/28/more_vertcial-filled.svg +0 -4
- package/icons/28/more_vertcial-regular.svg +0 -4
- package/icons/32/flip_vertcial-filled.svg +0 -4
- package/icons/32/flip_vertcial-regular.svg +0 -4
- package/icons/32/locallanguage-filled.svg +0 -4
- package/icons/32/locallanguage-regular.svg +0 -4
- package/icons/32/more_vertcial-filled.svg +0 -4
- package/icons/32/more_vertcial-regular.svg +0 -4
- package/icons/48/flip_vertcial-filled.svg +0 -4
- package/icons/48/flip_vertcial-regular.svg +0 -4
- package/icons/48/locallanguage-filled.svg +0 -4
- package/icons/48/locallanguage-regular.svg +0 -4
- package/icons/48/more_vertcial-filled.svg +0 -4
- package/icons/48/more_vertcial-regular.svg +0 -4
package/dist/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 = [
|
|
@@ -57759,20 +58085,50 @@
|
|
|
57759
58085
|
icons: icons
|
|
57760
58086
|
};
|
|
57761
58087
|
|
|
58088
|
+
function nameToSlug(name) {
|
|
58089
|
+
return String(name).toLowerCase().trim().replace(/\s+/g, '-');
|
|
58090
|
+
}
|
|
58091
|
+
function pascalToSlug(name) {
|
|
58092
|
+
return String(name).replace(/([A-Z])/g, '-$1').toLowerCase().replace(/^-/, '');
|
|
58093
|
+
}
|
|
58094
|
+
function normalizeIconName(name) {
|
|
58095
|
+
return String(name).trim().replace(/\s+/g, ' ');
|
|
58096
|
+
}
|
|
57762
58097
|
class IconUtils {
|
|
57763
58098
|
constructor() {
|
|
57764
58099
|
this.metadata = metadata;
|
|
57765
58100
|
this.fontFamilies = metadata.fontFamilies;
|
|
57766
58101
|
}
|
|
58102
|
+
/** Resolve icon data by name or by slug (handles "Local language", "LocalLanguage", extra spaces) */
|
|
58103
|
+
getIconData(iconName) {
|
|
58104
|
+
if (!iconName || typeof iconName !== 'string')
|
|
58105
|
+
return null;
|
|
58106
|
+
const direct = this.metadata.icons[iconName] ?? null;
|
|
58107
|
+
if (direct)
|
|
58108
|
+
return direct;
|
|
58109
|
+
const normalized = normalizeIconName(iconName);
|
|
58110
|
+
if (normalized) {
|
|
58111
|
+
const found = this.metadata.icons[normalized] ?? null;
|
|
58112
|
+
if (found)
|
|
58113
|
+
return found;
|
|
58114
|
+
}
|
|
58115
|
+
const slug = nameToSlug(iconName);
|
|
58116
|
+
const bySlug = Object.values(this.metadata.icons).find((icon) => icon.slug === slug);
|
|
58117
|
+
if (bySlug)
|
|
58118
|
+
return bySlug;
|
|
58119
|
+
const slugPascal = pascalToSlug(iconName);
|
|
58120
|
+
const byPascal = Object.values(this.metadata.icons).find((icon) => icon.slug === slugPascal);
|
|
58121
|
+
return byPascal ?? null;
|
|
58122
|
+
}
|
|
57767
58123
|
/**
|
|
57768
58124
|
* Get the unicode character of the icon
|
|
57769
58125
|
*/
|
|
57770
58126
|
getIconChar(iconName, style = 'regular', size = 24) {
|
|
57771
|
-
const iconData = this.
|
|
57772
|
-
if (!iconData)
|
|
58127
|
+
const iconData = this.getIconData(iconName);
|
|
58128
|
+
if (!iconData?.unicodeMapping)
|
|
57773
58129
|
return null;
|
|
57774
|
-
const unicodeInfo = iconData.unicodeMapping[size]?.[style];
|
|
57775
|
-
if (!unicodeInfo)
|
|
58130
|
+
const unicodeInfo = iconData.unicodeMapping[String(size)]?.[style];
|
|
58131
|
+
if (!unicodeInfo || unicodeInfo.unicode == null)
|
|
57776
58132
|
return null;
|
|
57777
58133
|
return String.fromCodePoint(unicodeInfo.unicode);
|
|
57778
58134
|
}
|
|
@@ -57780,10 +58136,10 @@
|
|
|
57780
58136
|
* Get the CSS class name of the icon
|
|
57781
58137
|
*/
|
|
57782
58138
|
getIconClass(iconName, style = 'regular', size = 24) {
|
|
57783
|
-
const iconData = this.
|
|
57784
|
-
if (!iconData)
|
|
58139
|
+
const iconData = this.getIconData(iconName);
|
|
58140
|
+
if (!iconData?.unicodeMapping)
|
|
57785
58141
|
return null;
|
|
57786
|
-
const unicodeInfo = iconData.unicodeMapping[size]?.[style];
|
|
58142
|
+
const unicodeInfo = iconData.unicodeMapping[String(size)]?.[style];
|
|
57787
58143
|
if (!unicodeInfo)
|
|
57788
58144
|
return null;
|
|
57789
58145
|
return unicodeInfo.cssClass;
|
|
@@ -57810,7 +58166,7 @@
|
|
|
57810
58166
|
* Get icon info
|
|
57811
58167
|
*/
|
|
57812
58168
|
getIconInfo(iconName) {
|
|
57813
|
-
return this.
|
|
58169
|
+
return this.getIconData(iconName);
|
|
57814
58170
|
}
|
|
57815
58171
|
/**
|
|
57816
58172
|
* Search icons
|
|
@@ -57824,7 +58180,7 @@
|
|
|
57824
58180
|
* Check if an icon is supported for a specific size and style
|
|
57825
58181
|
*/
|
|
57826
58182
|
isIconSupported(iconName, style = 'regular', size = 24) {
|
|
57827
|
-
const iconData = this.
|
|
58183
|
+
const iconData = this.getIconData(iconName);
|
|
57828
58184
|
if (!iconData)
|
|
57829
58185
|
return false;
|
|
57830
58186
|
return iconData.size.includes(size) && iconData.style.includes(style);
|
|
@@ -57833,24 +58189,46 @@
|
|
|
57833
58189
|
// Singleton instance creation
|
|
57834
58190
|
const iconUtils = new IconUtils();
|
|
57835
58191
|
|
|
57836
|
-
exports.
|
|
57837
|
-
exports.
|
|
58192
|
+
exports.AccessTimeFilled = AccessTimeFilled;
|
|
58193
|
+
exports.AccessTimeRegular = AccessTimeRegular;
|
|
57838
58194
|
exports.AccessibilityFilled = AccessibilityFilled;
|
|
57839
58195
|
exports.AccessibilityRegular = AccessibilityRegular;
|
|
58196
|
+
exports.AddCircleFilled = AddCircleFilled;
|
|
58197
|
+
exports.AddCircleRegular = AddCircleRegular;
|
|
57840
58198
|
exports.AddFilled = AddFilled;
|
|
57841
58199
|
exports.AddRegular = AddRegular;
|
|
58200
|
+
exports.AddSquareFilled = AddSquareFilled;
|
|
58201
|
+
exports.AddSquareRegular = AddSquareRegular;
|
|
57842
58202
|
exports.AirplaneFilled = AirplaneFilled;
|
|
57843
58203
|
exports.AirplaneRegular = AirplaneRegular;
|
|
57844
58204
|
exports.AlbumFilled = AlbumFilled;
|
|
57845
58205
|
exports.AlbumRegular = AlbumRegular;
|
|
58206
|
+
exports.AlertBadgeFilled = AlertBadgeFilled;
|
|
58207
|
+
exports.AlertBadgeRegular = AlertBadgeRegular;
|
|
57846
58208
|
exports.AlertFilled = AlertFilled;
|
|
58209
|
+
exports.AlertOffFilled = AlertOffFilled;
|
|
58210
|
+
exports.AlertOffRegular = AlertOffRegular;
|
|
57847
58211
|
exports.AlertRegular = AlertRegular;
|
|
57848
|
-
exports.
|
|
57849
|
-
exports.
|
|
58212
|
+
exports.AlignBottomFilled = AlignBottomFilled;
|
|
58213
|
+
exports.AlignBottomRegular = AlignBottomRegular;
|
|
58214
|
+
exports.AlignCenterHorizontalFilled = AlignCenterHorizontalFilled;
|
|
58215
|
+
exports.AlignCenterHorizontalRegular = AlignCenterHorizontalRegular;
|
|
58216
|
+
exports.AlignCenterVerticalFilled = AlignCenterVerticalFilled;
|
|
58217
|
+
exports.AlignCenterVerticalRegular = AlignCenterVerticalRegular;
|
|
58218
|
+
exports.AlignLeftFilled = AlignLeftFilled;
|
|
58219
|
+
exports.AlignLeftRegular = AlignLeftRegular;
|
|
58220
|
+
exports.AlignRightFilled = AlignRightFilled;
|
|
58221
|
+
exports.AlignRightRegular = AlignRightRegular;
|
|
58222
|
+
exports.AlignTopFilled = AlignTopFilled;
|
|
58223
|
+
exports.AlignTopRegular = AlignTopRegular;
|
|
57850
58224
|
exports.AndroidFilled = AndroidFilled;
|
|
57851
58225
|
exports.AndroidRegular = AndroidRegular;
|
|
57852
|
-
exports.
|
|
57853
|
-
exports.
|
|
58226
|
+
exports.AppFolderFilled = AppFolderFilled;
|
|
58227
|
+
exports.AppFolderRegular = AppFolderRegular;
|
|
58228
|
+
exports.AppRecentFilled = AppRecentFilled;
|
|
58229
|
+
exports.AppRecentRegular = AppRecentRegular;
|
|
58230
|
+
exports.AppTitleFilled = AppTitleFilled;
|
|
58231
|
+
exports.AppTitleRegular = AppTitleRegular;
|
|
57854
58232
|
exports.AppstoreFilled = AppstoreFilled;
|
|
57855
58233
|
exports.AppstoreRegular = AppstoreRegular;
|
|
57856
58234
|
exports.AutosumFilled = AutosumFilled;
|
|
@@ -57863,12 +58241,38 @@
|
|
|
57863
58241
|
exports.BadgeRegular = BadgeRegular;
|
|
57864
58242
|
exports.BalloonFilled = BalloonFilled;
|
|
57865
58243
|
exports.BalloonRegular = BalloonRegular;
|
|
57866
|
-
exports.
|
|
57867
|
-
exports.
|
|
57868
|
-
exports.
|
|
57869
|
-
exports.
|
|
57870
|
-
exports.
|
|
57871
|
-
exports.
|
|
58244
|
+
exports.BarChartHorizontalDescendingFilled = BarChartHorizontalDescendingFilled;
|
|
58245
|
+
exports.BarChartHorizontalDescendingRegular = BarChartHorizontalDescendingRegular;
|
|
58246
|
+
exports.BarChartHorizontalFilled = BarChartHorizontalFilled;
|
|
58247
|
+
exports.BarChartHorizontalRegular = BarChartHorizontalRegular;
|
|
58248
|
+
exports.BarChartVerticalDescendingFilled = BarChartVerticalDescendingFilled;
|
|
58249
|
+
exports.BarChartVerticalDescendingRegular = BarChartVerticalDescendingRegular;
|
|
58250
|
+
exports.BarChartVerticalFilled = BarChartVerticalFilled;
|
|
58251
|
+
exports.BarChartVerticalRegular = BarChartVerticalRegular;
|
|
58252
|
+
exports.BarcodeScannerFilled = BarcodeScannerFilled;
|
|
58253
|
+
exports.BarcodeScannerRegular = BarcodeScannerRegular;
|
|
58254
|
+
exports.Battery0Filled = Battery0Filled;
|
|
58255
|
+
exports.Battery0Regular = Battery0Regular;
|
|
58256
|
+
exports.Battery100Filled = Battery100Filled;
|
|
58257
|
+
exports.Battery100Regular = Battery100Regular;
|
|
58258
|
+
exports.Battery10Filled = Battery10Filled;
|
|
58259
|
+
exports.Battery10Regular = Battery10Regular;
|
|
58260
|
+
exports.Battery20Filled = Battery20Filled;
|
|
58261
|
+
exports.Battery20Regular = Battery20Regular;
|
|
58262
|
+
exports.Battery30Filled = Battery30Filled;
|
|
58263
|
+
exports.Battery30Regular = Battery30Regular;
|
|
58264
|
+
exports.Battery40Filled = Battery40Filled;
|
|
58265
|
+
exports.Battery40Regular = Battery40Regular;
|
|
58266
|
+
exports.Battery50Filled = Battery50Filled;
|
|
58267
|
+
exports.Battery50Regular = Battery50Regular;
|
|
58268
|
+
exports.Battery60Filled = Battery60Filled;
|
|
58269
|
+
exports.Battery60Regular = Battery60Regular;
|
|
58270
|
+
exports.Battery70Filled = Battery70Filled;
|
|
58271
|
+
exports.Battery70Regular = Battery70Regular;
|
|
58272
|
+
exports.Battery80Filled = Battery80Filled;
|
|
58273
|
+
exports.Battery80Regular = Battery80Regular;
|
|
58274
|
+
exports.Battery90Filled = Battery90Filled;
|
|
58275
|
+
exports.Battery90Regular = Battery90Regular;
|
|
57872
58276
|
exports.BlockFilled = BlockFilled;
|
|
57873
58277
|
exports.BlockRegular = BlockRegular;
|
|
57874
58278
|
exports.BluetoothFilled = BluetoothFilled;
|
|
@@ -57891,28 +58295,42 @@
|
|
|
57891
58295
|
exports.CameraRegular = CameraRegular;
|
|
57892
58296
|
exports.CartFilled = CartFilled;
|
|
57893
58297
|
exports.CartRegular = CartRegular;
|
|
57894
|
-
exports.
|
|
57895
|
-
exports.
|
|
58298
|
+
exports.CartonBoxFilled = CartonBoxFilled;
|
|
58299
|
+
exports.CartonBoxRegular = CartonBoxRegular;
|
|
57896
58300
|
exports.ChartFilled = ChartFilled;
|
|
57897
58301
|
exports.ChartRegular = ChartRegular;
|
|
58302
|
+
exports.ChatAddFilled = ChatAddFilled;
|
|
58303
|
+
exports.ChatAddRegular = ChatAddRegular;
|
|
58304
|
+
exports.ChatEmptyFilled = ChatEmptyFilled;
|
|
58305
|
+
exports.ChatEmptyRegular = ChatEmptyRegular;
|
|
57898
58306
|
exports.ChatFilled = ChatFilled;
|
|
57899
58307
|
exports.ChatRegular = ChatRegular;
|
|
57900
58308
|
exports.CheckmarkFilled = CheckmarkFilled;
|
|
57901
58309
|
exports.CheckmarkRegular = CheckmarkRegular;
|
|
57902
58310
|
exports.ChessFilled = ChessFilled;
|
|
57903
58311
|
exports.ChessRegular = ChessRegular;
|
|
57904
|
-
exports.
|
|
57905
|
-
exports.
|
|
58312
|
+
exports.ChevronDownFilled = ChevronDownFilled;
|
|
58313
|
+
exports.ChevronDownRegular = ChevronDownRegular;
|
|
58314
|
+
exports.ChevronLeftFilled = ChevronLeftFilled;
|
|
58315
|
+
exports.ChevronLeftRegular = ChevronLeftRegular;
|
|
58316
|
+
exports.ChevronRightFilled = ChevronRightFilled;
|
|
58317
|
+
exports.ChevronRightRegular = ChevronRightRegular;
|
|
58318
|
+
exports.ChevronUpFilled = ChevronUpFilled;
|
|
58319
|
+
exports.ChevronUpRegular = ChevronUpRegular;
|
|
57906
58320
|
exports.CircleFilled = CircleFilled;
|
|
57907
58321
|
exports.CircleRegular = CircleRegular;
|
|
57908
58322
|
exports.ClipboardFilled = ClipboardFilled;
|
|
57909
58323
|
exports.ClipboardRegular = ClipboardRegular;
|
|
58324
|
+
exports.ClockAlarmFilled = ClockAlarmFilled;
|
|
58325
|
+
exports.ClockAlarmRegular = ClockAlarmRegular;
|
|
57910
58326
|
exports.ClockFilled = ClockFilled;
|
|
57911
58327
|
exports.ClockRegular = ClockRegular;
|
|
57912
58328
|
exports.CloudFilled = CloudFilled;
|
|
57913
58329
|
exports.CloudRegular = CloudRegular;
|
|
57914
58330
|
exports.CloverFilled = CloverFilled;
|
|
57915
58331
|
exports.CloverRegular = CloverRegular;
|
|
58332
|
+
exports.CodeBlockFilled = CodeBlockFilled;
|
|
58333
|
+
exports.CodeBlockRegular = CodeBlockRegular;
|
|
57916
58334
|
exports.CodeFilled = CodeFilled;
|
|
57917
58335
|
exports.CodeRegular = CodeRegular;
|
|
57918
58336
|
exports.CommaFilled = CommaFilled;
|
|
@@ -57923,8 +58341,8 @@
|
|
|
57923
58341
|
exports.ConeRegular = ConeRegular;
|
|
57924
58342
|
exports.ContrastFilled = ContrastFilled;
|
|
57925
58343
|
exports.ContrastRegular = ContrastRegular;
|
|
57926
|
-
exports.
|
|
57927
|
-
exports.
|
|
58344
|
+
exports.ControlButtonFilled = ControlButtonFilled;
|
|
58345
|
+
exports.ControlButtonRegular = ControlButtonRegular;
|
|
57928
58346
|
exports.CookieFilled = CookieFilled;
|
|
57929
58347
|
exports.CookieRegular = CookieRegular;
|
|
57930
58348
|
exports.CopyFilled = CopyFilled;
|
|
@@ -57950,21 +58368,31 @@
|
|
|
57950
58368
|
exports.DatabaseFilled = DatabaseFilled;
|
|
57951
58369
|
exports.DatabaseRegular = DatabaseRegular;
|
|
57952
58370
|
exports.DeleteFilled = DeleteFilled;
|
|
58371
|
+
exports.DeleteOffFilled = DeleteOffFilled;
|
|
58372
|
+
exports.DeleteOffRegular = DeleteOffRegular;
|
|
57953
58373
|
exports.DeleteRegular = DeleteRegular;
|
|
57954
58374
|
exports.DentistFilled = DentistFilled;
|
|
57955
58375
|
exports.DentistRegular = DentistRegular;
|
|
57956
58376
|
exports.DeskFilled = DeskFilled;
|
|
57957
58377
|
exports.DeskRegular = DeskRegular;
|
|
57958
58378
|
exports.DesktopFilled = DesktopFilled;
|
|
58379
|
+
exports.DesktopMacFilled = DesktopMacFilled;
|
|
58380
|
+
exports.DesktopMacRegular = DesktopMacRegular;
|
|
57959
58381
|
exports.DesktopRegular = DesktopRegular;
|
|
57960
58382
|
exports.DialpadFilled = DialpadFilled;
|
|
57961
58383
|
exports.DialpadRegular = DialpadRegular;
|
|
57962
58384
|
exports.DiamondFilled = DiamondFilled;
|
|
57963
58385
|
exports.DiamondRegular = DiamondRegular;
|
|
58386
|
+
exports.DismissCircleFilled = DismissCircleFilled;
|
|
58387
|
+
exports.DismissCircleRegular = DismissCircleRegular;
|
|
57964
58388
|
exports.DismissFilled = DismissFilled;
|
|
57965
58389
|
exports.DismissRegular = DismissRegular;
|
|
58390
|
+
exports.DismissSquareFilled = DismissSquareFilled;
|
|
58391
|
+
exports.DismissSquareRegular = DismissSquareRegular;
|
|
57966
58392
|
exports.DoctorFilled = DoctorFilled;
|
|
57967
58393
|
exports.DoctorRegular = DoctorRegular;
|
|
58394
|
+
exports.DocumentBorderFilled = DocumentBorderFilled;
|
|
58395
|
+
exports.DocumentBorderRegular = DocumentBorderRegular;
|
|
57968
58396
|
exports.DocumentFilled = DocumentFilled;
|
|
57969
58397
|
exports.DocumentRegular = DocumentRegular;
|
|
57970
58398
|
exports.DoorFilled = DoorFilled;
|
|
@@ -57975,8 +58403,8 @@
|
|
|
57975
58403
|
exports.DrawerRegular = DrawerRegular;
|
|
57976
58404
|
exports.DropFilled = DropFilled;
|
|
57977
58405
|
exports.DropRegular = DropRegular;
|
|
57978
|
-
exports.
|
|
57979
|
-
exports.
|
|
58406
|
+
exports.DualScreenFilled = DualScreenFilled;
|
|
58407
|
+
exports.DualScreenRegular = DualScreenRegular;
|
|
57980
58408
|
exports.DumbbellFilled = DumbbellFilled;
|
|
57981
58409
|
exports.DumbbellRegular = DumbbellRegular;
|
|
57982
58410
|
exports.DustFilled = DustFilled;
|
|
@@ -57984,53 +58412,95 @@
|
|
|
57984
58412
|
exports.EarthFilled = EarthFilled;
|
|
57985
58413
|
exports.EarthRegular = EarthRegular;
|
|
57986
58414
|
exports.EditFilled = EditFilled;
|
|
58415
|
+
exports.EditOffFilled = EditOffFilled;
|
|
58416
|
+
exports.EditOffRegular = EditOffRegular;
|
|
57987
58417
|
exports.EditRegular = EditRegular;
|
|
57988
58418
|
exports.ElevatorFilled = ElevatorFilled;
|
|
57989
58419
|
exports.ElevatorRegular = ElevatorRegular;
|
|
58420
|
+
exports.EmojiAngryFilled = EmojiAngryFilled;
|
|
58421
|
+
exports.EmojiAngryRegular = EmojiAngryRegular;
|
|
58422
|
+
exports.EmojiCoolFilled = EmojiCoolFilled;
|
|
58423
|
+
exports.EmojiCoolRegular = EmojiCoolRegular;
|
|
57990
58424
|
exports.EmojiFilled = EmojiFilled;
|
|
58425
|
+
exports.EmojiGrimacingFilled = EmojiGrimacingFilled;
|
|
58426
|
+
exports.EmojiGrimacingRegular = EmojiGrimacingRegular;
|
|
58427
|
+
exports.EmojiLaughFilled = EmojiLaughFilled;
|
|
58428
|
+
exports.EmojiLaughRegular = EmojiLaughRegular;
|
|
58429
|
+
exports.EmojiMehFilled = EmojiMehFilled;
|
|
58430
|
+
exports.EmojiMehRegular = EmojiMehRegular;
|
|
57991
58431
|
exports.EmojiRegular = EmojiRegular;
|
|
58432
|
+
exports.EmojiSadFilled = EmojiSadFilled;
|
|
58433
|
+
exports.EmojiSadRegular = EmojiSadRegular;
|
|
58434
|
+
exports.EmojiSurpriseFilled = EmojiSurpriseFilled;
|
|
58435
|
+
exports.EmojiSurpriseRegular = EmojiSurpriseRegular;
|
|
57992
58436
|
exports.EngineFilled = EngineFilled;
|
|
57993
58437
|
exports.EngineRegular = EngineRegular;
|
|
58438
|
+
exports.EqualCircleFilled = EqualCircleFilled;
|
|
58439
|
+
exports.EqualCircleRegular = EqualCircleRegular;
|
|
57994
58440
|
exports.EqualFilled = EqualFilled;
|
|
58441
|
+
exports.EqualOffFilled = EqualOffFilled;
|
|
58442
|
+
exports.EqualOffRegular = EqualOffRegular;
|
|
57995
58443
|
exports.EqualRegular = EqualRegular;
|
|
57996
|
-
exports.
|
|
57997
|
-
exports.
|
|
58444
|
+
exports.ErrorCircleFilled = ErrorCircleFilled;
|
|
58445
|
+
exports.ErrorCircleRegular = ErrorCircleRegular;
|
|
57998
58446
|
exports.EyeFilled = EyeFilled;
|
|
58447
|
+
exports.EyeOffFilled = EyeOffFilled;
|
|
58448
|
+
exports.EyeOffRegular = EyeOffRegular;
|
|
57999
58449
|
exports.EyeRegular = EyeRegular;
|
|
58000
58450
|
exports.EyedropperFilled = EyedropperFilled;
|
|
58451
|
+
exports.EyedropperOffFilled = EyedropperOffFilled;
|
|
58452
|
+
exports.EyedropperOffRegular = EyedropperOffRegular;
|
|
58001
58453
|
exports.EyedropperRegular = EyedropperRegular;
|
|
58002
|
-
exports.
|
|
58003
|
-
exports.
|
|
58454
|
+
exports.FastForwardFilled = FastForwardFilled;
|
|
58455
|
+
exports.FastForwardRegular = FastForwardRegular;
|
|
58004
58456
|
exports.FilmstripFilled = FilmstripFilled;
|
|
58457
|
+
exports.FilmstripOffFilled = FilmstripOffFilled;
|
|
58458
|
+
exports.FilmstripOffRegular = FilmstripOffRegular;
|
|
58005
58459
|
exports.FilmstripRegular = FilmstripRegular;
|
|
58006
58460
|
exports.FilterFilled = FilterFilled;
|
|
58007
58461
|
exports.FilterRegular = FilterRegular;
|
|
58008
58462
|
exports.FireFilled = FireFilled;
|
|
58009
58463
|
exports.FireRegular = FireRegular;
|
|
58010
58464
|
exports.FlagFilled = FlagFilled;
|
|
58465
|
+
exports.FlagOffFilled = FlagOffFilled;
|
|
58466
|
+
exports.FlagOffRegular = FlagOffRegular;
|
|
58011
58467
|
exports.FlagRegular = FlagRegular;
|
|
58012
58468
|
exports.FlashFilled = FlashFilled;
|
|
58469
|
+
exports.FlashOffFilled = FlashOffFilled;
|
|
58470
|
+
exports.FlashOffRegular = FlashOffRegular;
|
|
58013
58471
|
exports.FlashRegular = FlashRegular;
|
|
58014
58472
|
exports.FlashlightFilled = FlashlightFilled;
|
|
58473
|
+
exports.FlashlightOffFilled = FlashlightOffFilled;
|
|
58474
|
+
exports.FlashlightOffRegular = FlashlightOffRegular;
|
|
58015
58475
|
exports.FlashlightRegular = FlashlightRegular;
|
|
58016
|
-
exports.
|
|
58017
|
-
exports.
|
|
58476
|
+
exports.FlipHorizontalFilled = FlipHorizontalFilled;
|
|
58477
|
+
exports.FlipHorizontalRegular = FlipHorizontalRegular;
|
|
58478
|
+
exports.FlipVerticialFilled = FlipVerticialFilled;
|
|
58479
|
+
exports.FlipVerticialRegular = FlipVerticialRegular;
|
|
58018
58480
|
exports.FolderFilled = FolderFilled;
|
|
58481
|
+
exports.FolderOpenFilled = FolderOpenFilled;
|
|
58482
|
+
exports.FolderOpenRegular = FolderOpenRegular;
|
|
58019
58483
|
exports.FolderRegular = FolderRegular;
|
|
58020
58484
|
exports.FrameFilled = FrameFilled;
|
|
58021
58485
|
exports.FrameRegular = FrameRegular;
|
|
58022
|
-
exports.
|
|
58023
|
-
exports.
|
|
58486
|
+
exports.FullScreenMaximizeFilled = FullScreenMaximizeFilled;
|
|
58487
|
+
exports.FullScreenMaximizeRegular = FullScreenMaximizeRegular;
|
|
58488
|
+
exports.FullScreenMinimizeFilled = FullScreenMinimizeFilled;
|
|
58489
|
+
exports.FullScreenMinimizeRegular = FullScreenMinimizeRegular;
|
|
58024
58490
|
exports.GamesFilled = GamesFilled;
|
|
58025
58491
|
exports.GamesRegular = GamesRegular;
|
|
58026
|
-
exports.
|
|
58027
|
-
exports.
|
|
58492
|
+
exports.GanttChartFilled = GanttChartFilled;
|
|
58493
|
+
exports.GanttChartRegular = GanttChartRegular;
|
|
58028
58494
|
exports.GasFilled = GasFilled;
|
|
58029
58495
|
exports.GasRegular = GasRegular;
|
|
58496
|
+
exports.GasStationFilled = GasStationFilled;
|
|
58497
|
+
exports.GasStationRegular = GasStationRegular;
|
|
58030
58498
|
exports.GavelFilled = GavelFilled;
|
|
58031
58499
|
exports.GavelRegular = GavelRegular;
|
|
58032
58500
|
exports.GifFilled = GifFilled;
|
|
58033
58501
|
exports.GifRegular = GifRegular;
|
|
58502
|
+
exports.GiftCardFilled = GiftCardFilled;
|
|
58503
|
+
exports.GiftCardRegular = GiftCardRegular;
|
|
58034
58504
|
exports.GiftFilled = GiftFilled;
|
|
58035
58505
|
exports.GiftRegular = GiftRegular;
|
|
58036
58506
|
exports.GitFilled = GitFilled;
|
|
@@ -58047,18 +58517,24 @@
|
|
|
58047
58517
|
exports.GuitarRegular = GuitarRegular;
|
|
58048
58518
|
exports.HammerFilled = HammerFilled;
|
|
58049
58519
|
exports.HammerRegular = HammerRegular;
|
|
58050
|
-
exports.
|
|
58051
|
-
exports.
|
|
58052
|
-
exports.
|
|
58053
|
-
exports.
|
|
58520
|
+
exports.HardDriveFilled = HardDriveFilled;
|
|
58521
|
+
exports.HardDriveRegular = HardDriveRegular;
|
|
58522
|
+
exports.HatGraduationFilled = HatGraduationFilled;
|
|
58523
|
+
exports.HatGraduationRegular = HatGraduationRegular;
|
|
58054
58524
|
exports.HdFilled = HdFilled;
|
|
58055
58525
|
exports.HdRegular = HdRegular;
|
|
58056
58526
|
exports.HdrFilled = HdrFilled;
|
|
58527
|
+
exports.HdrOffFilled = HdrOffFilled;
|
|
58528
|
+
exports.HdrOffRegular = HdrOffRegular;
|
|
58057
58529
|
exports.HdrRegular = HdrRegular;
|
|
58058
58530
|
exports.HeadphonesFilled = HeadphonesFilled;
|
|
58531
|
+
exports.HeadphonesMicFilled = HeadphonesMicFilled;
|
|
58532
|
+
exports.HeadphonesMicRegular = HeadphonesMicRegular;
|
|
58059
58533
|
exports.HeadphonesRegular = HeadphonesRegular;
|
|
58060
|
-
exports.
|
|
58061
|
-
exports.
|
|
58534
|
+
exports.HeadsetVrFilled = HeadsetVrFilled;
|
|
58535
|
+
exports.HeadsetVrRegular = HeadsetVrRegular;
|
|
58536
|
+
exports.HeartBrokenFilled = HeartBrokenFilled;
|
|
58537
|
+
exports.HeartBrokenRegular = HeartBrokenRegular;
|
|
58062
58538
|
exports.HeartFilled = HeartFilled;
|
|
58063
58539
|
exports.HeartRegular = HeartRegular;
|
|
58064
58540
|
exports.HexagonFilled = HexagonFilled;
|
|
@@ -58067,13 +58543,23 @@
|
|
|
58067
58543
|
exports.HighlightRegular = HighlightRegular;
|
|
58068
58544
|
exports.HighwayFilled = HighwayFilled;
|
|
58069
58545
|
exports.HighwayRegular = HighwayRegular;
|
|
58546
|
+
exports.HomeCheckmarkFilled = HomeCheckmarkFilled;
|
|
58547
|
+
exports.HomeCheckmarkRegular = HomeCheckmarkRegular;
|
|
58070
58548
|
exports.HomeFilled = HomeFilled;
|
|
58071
58549
|
exports.HomeRegular = HomeRegular;
|
|
58072
58550
|
exports.HourglassFilled = HourglassFilled;
|
|
58551
|
+
exports.HourglassHalfFilled = HourglassHalfFilled;
|
|
58552
|
+
exports.HourglassHalfRegular = HourglassHalfRegular;
|
|
58553
|
+
exports.HourglassOneQuarterFilled = HourglassOneQuarterFilled;
|
|
58554
|
+
exports.HourglassOneQuarterRegular = HourglassOneQuarterRegular;
|
|
58073
58555
|
exports.HourglassRegular = HourglassRegular;
|
|
58556
|
+
exports.HourglassThreeQuarterFilled = HourglassThreeQuarterFilled;
|
|
58557
|
+
exports.HourglassThreeQuarterRegular = HourglassThreeQuarterRegular;
|
|
58074
58558
|
exports.HtmlFilled = HtmlFilled;
|
|
58075
58559
|
exports.HtmlRegular = HtmlRegular;
|
|
58076
58560
|
exports.IconUtils = iconUtils;
|
|
58561
|
+
exports.ImageCircleFilled = ImageCircleFilled;
|
|
58562
|
+
exports.ImageCircleRegular = ImageCircleRegular;
|
|
58077
58563
|
exports.ImageFilled = ImageFilled;
|
|
58078
58564
|
exports.ImageRegular = ImageRegular;
|
|
58079
58565
|
exports.ImportantFilled = ImportantFilled;
|
|
@@ -58082,6 +58568,14 @@
|
|
|
58082
58568
|
exports.IncognitoRegular = IncognitoRegular;
|
|
58083
58569
|
exports.InfoFilled = InfoFilled;
|
|
58084
58570
|
exports.InfoRegular = InfoRegular;
|
|
58571
|
+
exports.IosArrowLtrFilled = IosArrowLtrFilled;
|
|
58572
|
+
exports.IosArrowLtrRegular = IosArrowLtrRegular;
|
|
58573
|
+
exports.IosArrowRtlFilled = IosArrowRtlFilled;
|
|
58574
|
+
exports.IosArrowRtlRegular = IosArrowRtlRegular;
|
|
58575
|
+
exports.IosChevronLtrFilled = IosChevronLtrFilled;
|
|
58576
|
+
exports.IosChevronLtrRegular = IosChevronLtrRegular;
|
|
58577
|
+
exports.IosChevronRtlFilled = IosChevronRtlFilled;
|
|
58578
|
+
exports.IosChevronRtlRegular = IosChevronRtlRegular;
|
|
58085
58579
|
exports.IosFilled = IosFilled;
|
|
58086
58580
|
exports.IosRegular = IosRegular;
|
|
58087
58581
|
exports.IotFilled = IotFilled;
|
|
@@ -58090,12 +58584,34 @@
|
|
|
58090
58584
|
exports.JavascriptRegular = JavascriptRegular;
|
|
58091
58585
|
exports.JoystickFilled = JoystickFilled;
|
|
58092
58586
|
exports.JoystickRegular = JoystickRegular;
|
|
58587
|
+
exports.JsonFileFilled = JsonFileFilled;
|
|
58588
|
+
exports.JsonFileRegular = JsonFileRegular;
|
|
58093
58589
|
exports.JsonFilled = JsonFilled;
|
|
58094
58590
|
exports.JsonRegular = JsonRegular;
|
|
58095
58591
|
exports.KeyFilled = KeyFilled;
|
|
58592
|
+
exports.KeyMultipleFilled = KeyMultipleFilled;
|
|
58593
|
+
exports.KeyMultipleRegular = KeyMultipleRegular;
|
|
58096
58594
|
exports.KeyRegular = KeyRegular;
|
|
58595
|
+
exports.KeyboardBackspaceFilled = KeyboardBackspaceFilled;
|
|
58596
|
+
exports.KeyboardBackspaceRegular = KeyboardBackspaceRegular;
|
|
58597
|
+
exports.KeyboardCommandFilled = KeyboardCommandFilled;
|
|
58598
|
+
exports.KeyboardCommandRegular = KeyboardCommandRegular;
|
|
58097
58599
|
exports.KeyboardFilled = KeyboardFilled;
|
|
58600
|
+
exports.KeyboardLockFilled = KeyboardLockFilled;
|
|
58601
|
+
exports.KeyboardLockRegular = KeyboardLockRegular;
|
|
58602
|
+
exports.KeyboardOffFilled = KeyboardOffFilled;
|
|
58603
|
+
exports.KeyboardOffRegular = KeyboardOffRegular;
|
|
58604
|
+
exports.KeyboardOptionFilled = KeyboardOptionFilled;
|
|
58605
|
+
exports.KeyboardOptionRegular = KeyboardOptionRegular;
|
|
58098
58606
|
exports.KeyboardRegular = KeyboardRegular;
|
|
58607
|
+
exports.KeyboardReturnFilled = KeyboardReturnFilled;
|
|
58608
|
+
exports.KeyboardReturnRegular = KeyboardReturnRegular;
|
|
58609
|
+
exports.KeyboardShiftFilled = KeyboardShiftFilled;
|
|
58610
|
+
exports.KeyboardShiftRegular = KeyboardShiftRegular;
|
|
58611
|
+
exports.KeyboardShiftUppercaseFilled = KeyboardShiftUppercaseFilled;
|
|
58612
|
+
exports.KeyboardShiftUppercaseRegular = KeyboardShiftUppercaseRegular;
|
|
58613
|
+
exports.KeyboardTabFilled = KeyboardTabFilled;
|
|
58614
|
+
exports.KeyboardTabRegular = KeyboardTabRegular;
|
|
58099
58615
|
exports.KioskFilled = KioskFilled;
|
|
58100
58616
|
exports.KioskRegular = KioskRegular;
|
|
58101
58617
|
exports.KotlinFilled = KotlinFilled;
|
|
@@ -58106,23 +58622,33 @@
|
|
|
58106
58622
|
exports.LayerRegular = LayerRegular;
|
|
58107
58623
|
exports.LightbulbFilled = LightbulbFilled;
|
|
58108
58624
|
exports.LightbulbRegular = LightbulbRegular;
|
|
58625
|
+
exports.LineDashesFilled = LineDashesFilled;
|
|
58626
|
+
exports.LineDashesRegular = LineDashesRegular;
|
|
58109
58627
|
exports.LineFilled = LineFilled;
|
|
58628
|
+
exports.LineHorizontal1DashesFilled = LineHorizontal1DashesFilled;
|
|
58629
|
+
exports.LineHorizontal1DashesRegular = LineHorizontal1DashesRegular;
|
|
58630
|
+
exports.LineHorizontal1Filled = LineHorizontal1Filled;
|
|
58631
|
+
exports.LineHorizontal1Regular = LineHorizontal1Regular;
|
|
58110
58632
|
exports.LineRegular = LineRegular;
|
|
58111
58633
|
exports.LinkFilled = LinkFilled;
|
|
58112
58634
|
exports.LinkRegular = LinkRegular;
|
|
58113
|
-
exports.LocalFilled = LocalFilled;
|
|
58114
58635
|
exports.LocalLanguageFilled = LocalLanguageFilled;
|
|
58115
58636
|
exports.LocalLanguageRegular = LocalLanguageRegular;
|
|
58116
|
-
exports.
|
|
58637
|
+
exports.LocationArrowFilled = LocationArrowFilled;
|
|
58638
|
+
exports.LocationArrowRegular = LocationArrowRegular;
|
|
58117
58639
|
exports.LocationFilled = LocationFilled;
|
|
58118
58640
|
exports.LocationRegular = LocationRegular;
|
|
58119
|
-
exports.
|
|
58120
|
-
exports.
|
|
58641
|
+
exports.LockClosedFilled = LockClosedFilled;
|
|
58642
|
+
exports.LockClosedRegular = LockClosedRegular;
|
|
58643
|
+
exports.LockOpenFilled = LockOpenFilled;
|
|
58644
|
+
exports.LockOpenRegular = LockOpenRegular;
|
|
58121
58645
|
exports.LuggageFilled = LuggageFilled;
|
|
58122
58646
|
exports.LuggageRegular = LuggageRegular;
|
|
58123
58647
|
exports.MacosFilled = MacosFilled;
|
|
58124
58648
|
exports.MacosRegular = MacosRegular;
|
|
58125
58649
|
exports.MailFilled = MailFilled;
|
|
58650
|
+
exports.MailReadFilled = MailReadFilled;
|
|
58651
|
+
exports.MailReadRegular = MailReadRegular;
|
|
58126
58652
|
exports.MailRegular = MailRegular;
|
|
58127
58653
|
exports.MailboxFilled = MailboxFilled;
|
|
58128
58654
|
exports.MailboxRegular = MailboxRegular;
|
|
@@ -58130,22 +58656,26 @@
|
|
|
58130
58656
|
exports.MapRegular = MapRegular;
|
|
58131
58657
|
exports.MarkdownFilled = MarkdownFilled;
|
|
58132
58658
|
exports.MarkdownRegular = MarkdownRegular;
|
|
58133
|
-
exports.
|
|
58134
|
-
exports.
|
|
58659
|
+
exports.MathSymbolsFilled = MathSymbolsFilled;
|
|
58660
|
+
exports.MathSymbolsRegular = MathSymbolsRegular;
|
|
58135
58661
|
exports.MegaphoneFilled = MegaphoneFilled;
|
|
58136
58662
|
exports.MegaphoneRegular = MegaphoneRegular;
|
|
58137
58663
|
exports.MicFilled = MicFilled;
|
|
58138
58664
|
exports.MicRegular = MicRegular;
|
|
58139
58665
|
exports.MoonFilled = MoonFilled;
|
|
58140
58666
|
exports.MoonRegular = MoonRegular;
|
|
58141
|
-
exports.
|
|
58142
|
-
exports.
|
|
58667
|
+
exports.MoreCircleFilled = MoreCircleFilled;
|
|
58668
|
+
exports.MoreCircleRegular = MoreCircleRegular;
|
|
58669
|
+
exports.MoreHorizontalFilled = MoreHorizontalFilled;
|
|
58670
|
+
exports.MoreHorizontalRegular = MoreHorizontalRegular;
|
|
58671
|
+
exports.MoreVerticialFilled = MoreVerticialFilled;
|
|
58672
|
+
exports.MoreVerticialRegular = MoreVerticialRegular;
|
|
58143
58673
|
exports.MouseFilled = MouseFilled;
|
|
58144
58674
|
exports.MouseRegular = MouseRegular;
|
|
58145
58675
|
exports.MovieFilled = MovieFilled;
|
|
58146
58676
|
exports.MovieRegular = MovieRegular;
|
|
58147
|
-
exports.
|
|
58148
|
-
exports.
|
|
58677
|
+
exports.NetworkCheckFilled = NetworkCheckFilled;
|
|
58678
|
+
exports.NetworkCheckRegular = NetworkCheckRegular;
|
|
58149
58679
|
exports.NewsFilled = NewsFilled;
|
|
58150
58680
|
exports.NewsRegular = NewsRegular;
|
|
58151
58681
|
exports.NextFilled = NextFilled;
|
|
@@ -58156,15 +58686,43 @@
|
|
|
58156
58686
|
exports.NotebookRegular = NotebookRegular;
|
|
58157
58687
|
exports.NotepadFilled = NotepadFilled;
|
|
58158
58688
|
exports.NotepadRegular = NotepadRegular;
|
|
58159
|
-
exports.
|
|
58160
|
-
exports.
|
|
58689
|
+
exports.NumberCircle0Filled = NumberCircle0Filled;
|
|
58690
|
+
exports.NumberCircle0Regular = NumberCircle0Regular;
|
|
58691
|
+
exports.NumberCircle1Filled = NumberCircle1Filled;
|
|
58692
|
+
exports.NumberCircle1Regular = NumberCircle1Regular;
|
|
58693
|
+
exports.NumberCircle2Filled = NumberCircle2Filled;
|
|
58694
|
+
exports.NumberCircle2Regular = NumberCircle2Regular;
|
|
58695
|
+
exports.NumberCircle3Filled = NumberCircle3Filled;
|
|
58696
|
+
exports.NumberCircle3Regular = NumberCircle3Regular;
|
|
58697
|
+
exports.NumberCircle4Filled = NumberCircle4Filled;
|
|
58698
|
+
exports.NumberCircle4Regular = NumberCircle4Regular;
|
|
58699
|
+
exports.NumberCircle5Filled = NumberCircle5Filled;
|
|
58700
|
+
exports.NumberCircle5Regular = NumberCircle5Regular;
|
|
58701
|
+
exports.NumberCircle6Filled = NumberCircle6Filled;
|
|
58702
|
+
exports.NumberCircle6Regular = NumberCircle6Regular;
|
|
58703
|
+
exports.NumberCircle7Filled = NumberCircle7Filled;
|
|
58704
|
+
exports.NumberCircle7Regular = NumberCircle7Regular;
|
|
58705
|
+
exports.NumberCircle8Filled = NumberCircle8Filled;
|
|
58706
|
+
exports.NumberCircle8Regular = NumberCircle8Regular;
|
|
58707
|
+
exports.NumberCircle9Filled = NumberCircle9Filled;
|
|
58708
|
+
exports.NumberCircle9Regular = NumberCircle9Regular;
|
|
58709
|
+
exports.NumberSymbolCircleFilled = NumberSymbolCircleFilled;
|
|
58710
|
+
exports.NumberSymbolCircleRegular = NumberSymbolCircleRegular;
|
|
58711
|
+
exports.NumberSymbolFilled = NumberSymbolFilled;
|
|
58712
|
+
exports.NumberSymbolRegular = NumberSymbolRegular;
|
|
58713
|
+
exports.NumberSymbolSquareFilled = NumberSymbolSquareFilled;
|
|
58714
|
+
exports.NumberSymbolSquareRegular = NumberSymbolSquareRegular;
|
|
58161
58715
|
exports.OpacityFilled = OpacityFilled;
|
|
58162
58716
|
exports.OpacityRegular = OpacityRegular;
|
|
58163
58717
|
exports.OpenFilled = OpenFilled;
|
|
58718
|
+
exports.OpenOffFilled = OpenOffFilled;
|
|
58719
|
+
exports.OpenOffRegular = OpenOffRegular;
|
|
58164
58720
|
exports.OpenRegular = OpenRegular;
|
|
58165
58721
|
exports.OptionsFilled = OptionsFilled;
|
|
58166
58722
|
exports.OptionsRegular = OptionsRegular;
|
|
58167
58723
|
exports.OrganizationFilled = OrganizationFilled;
|
|
58724
|
+
exports.OrganizationHorizontalFilled = OrganizationHorizontalFilled;
|
|
58725
|
+
exports.OrganizationHorizontalRegular = OrganizationHorizontalRegular;
|
|
58168
58726
|
exports.OrganizationRegular = OrganizationRegular;
|
|
58169
58727
|
exports.OrientationFilled = OrientationFilled;
|
|
58170
58728
|
exports.OrientationRegular = OrientationRegular;
|
|
@@ -58174,24 +58732,34 @@
|
|
|
58174
58732
|
exports.OvenRegular = OvenRegular;
|
|
58175
58733
|
exports.PaddingFilled = PaddingFilled;
|
|
58176
58734
|
exports.PaddingRegular = PaddingRegular;
|
|
58177
|
-
exports.
|
|
58178
|
-
exports.
|
|
58179
|
-
exports.
|
|
58180
|
-
exports.
|
|
58735
|
+
exports.PageFitFilled = PageFitFilled;
|
|
58736
|
+
exports.PageFitRegular = PageFitRegular;
|
|
58737
|
+
exports.PaintBrushFilled = PaintBrushFilled;
|
|
58738
|
+
exports.PaintBrushRegular = PaintBrushRegular;
|
|
58739
|
+
exports.PaintBucketFilled = PaintBucketFilled;
|
|
58740
|
+
exports.PaintBucketRegular = PaintBucketRegular;
|
|
58181
58741
|
exports.ParallelogramFilled = ParallelogramFilled;
|
|
58182
58742
|
exports.ParallelogramRegular = ParallelogramRegular;
|
|
58183
58743
|
exports.PasswordFilled = PasswordFilled;
|
|
58184
58744
|
exports.PasswordRegular = PasswordRegular;
|
|
58745
|
+
exports.PauseCircleFilled = PauseCircleFilled;
|
|
58746
|
+
exports.PauseCircleRegular = PauseCircleRegular;
|
|
58185
58747
|
exports.PauseFilled = PauseFilled;
|
|
58186
58748
|
exports.PauseRegular = PauseRegular;
|
|
58187
58749
|
exports.PaymentFilled = PaymentFilled;
|
|
58188
58750
|
exports.PaymentRegular = PaymentRegular;
|
|
58751
|
+
exports.PaymentWirelessFilled = PaymentWirelessFilled;
|
|
58752
|
+
exports.PaymentWirelessRegular = PaymentWirelessRegular;
|
|
58189
58753
|
exports.PenFilled = PenFilled;
|
|
58754
|
+
exports.PenOffFilled = PenOffFilled;
|
|
58755
|
+
exports.PenOffRegular = PenOffRegular;
|
|
58190
58756
|
exports.PenRegular = PenRegular;
|
|
58191
58757
|
exports.PentagonFilled = PentagonFilled;
|
|
58192
58758
|
exports.PentagonRegular = PentagonRegular;
|
|
58193
58759
|
exports.PersonFilled = PersonFilled;
|
|
58194
58760
|
exports.PersonRegular = PersonRegular;
|
|
58761
|
+
exports.PersonVoiceFilled = PersonVoiceFilled;
|
|
58762
|
+
exports.PersonVoiceRegular = PersonVoiceRegular;
|
|
58195
58763
|
exports.PhoneFilled = PhoneFilled;
|
|
58196
58764
|
exports.PhoneRegular = PhoneRegular;
|
|
58197
58765
|
exports.PianoFilled = PianoFilled;
|
|
@@ -58200,34 +58768,50 @@
|
|
|
58200
58768
|
exports.PinRegular = PinRegular;
|
|
58201
58769
|
exports.PipelineFilled = PipelineFilled;
|
|
58202
58770
|
exports.PipelineRegular = PipelineRegular;
|
|
58771
|
+
exports.PlayCircleFilled = PlayCircleFilled;
|
|
58772
|
+
exports.PlayCircleRegular = PlayCircleRegular;
|
|
58203
58773
|
exports.PlayFilled = PlayFilled;
|
|
58204
58774
|
exports.PlayRegular = PlayRegular;
|
|
58205
58775
|
exports.PlaystoreFilled = PlaystoreFilled;
|
|
58206
58776
|
exports.PlaystoreRegular = PlaystoreRegular;
|
|
58207
|
-
exports.
|
|
58208
|
-
exports.
|
|
58777
|
+
exports.PortHdmiFilled = PortHdmiFilled;
|
|
58778
|
+
exports.PortHdmiRegular = PortHdmiRegular;
|
|
58779
|
+
exports.PortMicroUsbFilled = PortMicroUsbFilled;
|
|
58780
|
+
exports.PortMicroUsbRegular = PortMicroUsbRegular;
|
|
58781
|
+
exports.PortUsbAFilled = PortUsbAFilled;
|
|
58782
|
+
exports.PortUsbARegular = PortUsbARegular;
|
|
58783
|
+
exports.PortUsbCFilled = PortUsbCFilled;
|
|
58784
|
+
exports.PortUsbCRegular = PortUsbCRegular;
|
|
58209
58785
|
exports.PowerFilled = PowerFilled;
|
|
58210
58786
|
exports.PowerRegular = PowerRegular;
|
|
58211
|
-
exports.
|
|
58212
|
-
exports.
|
|
58787
|
+
exports.PreviewLinkFilled = PreviewLinkFilled;
|
|
58788
|
+
exports.PreviewLinkRegular = PreviewLinkRegular;
|
|
58213
58789
|
exports.PreviousFilled = PreviousFilled;
|
|
58214
58790
|
exports.PreviousRegular = PreviousRegular;
|
|
58215
58791
|
exports.PrintFilled = PrintFilled;
|
|
58216
58792
|
exports.PrintRegular = PrintRegular;
|
|
58793
|
+
exports.PulseCircleFilled = PulseCircleFilled;
|
|
58794
|
+
exports.PulseCircleRegular = PulseCircleRegular;
|
|
58217
58795
|
exports.PulseFilled = PulseFilled;
|
|
58218
58796
|
exports.PulseRegular = PulseRegular;
|
|
58797
|
+
exports.PulseSquareFilled = PulseSquareFilled;
|
|
58798
|
+
exports.PulseSquareRegular = PulseSquareRegular;
|
|
58219
58799
|
exports.PythonFilled = PythonFilled;
|
|
58220
58800
|
exports.PythonRegular = PythonRegular;
|
|
58221
|
-
exports.
|
|
58222
|
-
exports.
|
|
58801
|
+
exports.QrCodeFilled = QrCodeFilled;
|
|
58802
|
+
exports.QrCodeRegular = QrCodeRegular;
|
|
58803
|
+
exports.QuestionCircleFilled = QuestionCircleFilled;
|
|
58804
|
+
exports.QuestionCircleRegular = QuestionCircleRegular;
|
|
58223
58805
|
exports.QuestionFilled = QuestionFilled;
|
|
58224
58806
|
exports.QuestionRegular = QuestionRegular;
|
|
58225
|
-
exports.
|
|
58226
|
-
exports.
|
|
58807
|
+
exports.RadioButtonFilled = RadioButtonFilled;
|
|
58808
|
+
exports.RadioButtonRegular = RadioButtonRegular;
|
|
58227
58809
|
exports.RamFilled = RamFilled;
|
|
58228
58810
|
exports.RamRegular = RamRegular;
|
|
58229
58811
|
exports.RecordFilled = RecordFilled;
|
|
58230
58812
|
exports.RecordRegular = RecordRegular;
|
|
58813
|
+
exports.RecordStopFilled = RecordStopFilled;
|
|
58814
|
+
exports.RecordStopRegular = RecordStopRegular;
|
|
58231
58815
|
exports.RectangleFilled = RectangleFilled;
|
|
58232
58816
|
exports.RectangleRegular = RectangleRegular;
|
|
58233
58817
|
exports.RefineuiFilled = RefineuiFilled;
|
|
@@ -58238,6 +58822,8 @@
|
|
|
58238
58822
|
exports.RhombusRegular = RhombusRegular;
|
|
58239
58823
|
exports.RibbonFilled = RibbonFilled;
|
|
58240
58824
|
exports.RibbonRegular = RibbonRegular;
|
|
58825
|
+
exports.RoadConeFilled = RoadConeFilled;
|
|
58826
|
+
exports.RoadConeRegular = RoadConeRegular;
|
|
58241
58827
|
exports.RoadFilled = RoadFilled;
|
|
58242
58828
|
exports.RoadRegular = RoadRegular;
|
|
58243
58829
|
exports.RocketFilled = RocketFilled;
|
|
@@ -58262,41 +58848,73 @@
|
|
|
58262
58848
|
exports.SearchRegular = SearchRegular;
|
|
58263
58849
|
exports.SendFilled = SendFilled;
|
|
58264
58850
|
exports.SendRegular = SendRegular;
|
|
58265
|
-
exports.
|
|
58266
|
-
exports.
|
|
58851
|
+
exports.SerialPortFilled = SerialPortFilled;
|
|
58852
|
+
exports.SerialPortRegular = SerialPortRegular;
|
|
58267
58853
|
exports.ServerFilled = ServerFilled;
|
|
58854
|
+
exports.ServerLinkFilled = ServerLinkFilled;
|
|
58855
|
+
exports.ServerLinkRegular = ServerLinkRegular;
|
|
58856
|
+
exports.ServerPlayFilled = ServerPlayFilled;
|
|
58857
|
+
exports.ServerPlayRegular = ServerPlayRegular;
|
|
58268
58858
|
exports.ServerRegular = ServerRegular;
|
|
58269
|
-
exports.
|
|
58270
|
-
exports.
|
|
58859
|
+
exports.ServiceBellFilled = ServiceBellFilled;
|
|
58860
|
+
exports.ServiceBellRegular = ServiceBellRegular;
|
|
58271
58861
|
exports.SettingsFilled = SettingsFilled;
|
|
58272
58862
|
exports.SettingsRegular = SettingsRegular;
|
|
58273
|
-
exports.
|
|
58274
|
-
exports.
|
|
58863
|
+
exports.ShapeExcludeFilled = ShapeExcludeFilled;
|
|
58864
|
+
exports.ShapeExcludeRegular = ShapeExcludeRegular;
|
|
58865
|
+
exports.ShapeIntersectFilled = ShapeIntersectFilled;
|
|
58866
|
+
exports.ShapeIntersectRegular = ShapeIntersectRegular;
|
|
58867
|
+
exports.ShapeSubtractFilled = ShapeSubtractFilled;
|
|
58868
|
+
exports.ShapeSubtractRegular = ShapeSubtractRegular;
|
|
58869
|
+
exports.ShapeUnionFilled = ShapeUnionFilled;
|
|
58870
|
+
exports.ShapeUnionRegular = ShapeUnionRegular;
|
|
58275
58871
|
exports.ShapesFilled = ShapesFilled;
|
|
58276
58872
|
exports.ShapesRegular = ShapesRegular;
|
|
58873
|
+
exports.ShareAndroidFilled = ShareAndroidFilled;
|
|
58874
|
+
exports.ShareAndroidRegular = ShareAndroidRegular;
|
|
58277
58875
|
exports.ShareFilled = ShareFilled;
|
|
58876
|
+
exports.ShareIosFilled = ShareIosFilled;
|
|
58877
|
+
exports.ShareIosRegular = ShareIosRegular;
|
|
58278
58878
|
exports.ShareRegular = ShareRegular;
|
|
58279
|
-
exports.
|
|
58280
|
-
exports.
|
|
58879
|
+
exports.ShellScriptFilled = ShellScriptFilled;
|
|
58880
|
+
exports.ShellScriptRegular = ShellScriptRegular;
|
|
58281
58881
|
exports.ShieldFilled = ShieldFilled;
|
|
58282
58882
|
exports.ShieldRegular = ShieldRegular;
|
|
58283
|
-
exports.
|
|
58284
|
-
exports.
|
|
58883
|
+
exports.ShoppingBagFilled = ShoppingBagFilled;
|
|
58884
|
+
exports.ShoppingBagRegular = ShoppingBagRegular;
|
|
58285
58885
|
exports.SimFilled = SimFilled;
|
|
58286
58886
|
exports.SimRegular = SimRegular;
|
|
58287
|
-
exports.
|
|
58288
|
-
exports.
|
|
58887
|
+
exports.SlideAddFilled = SlideAddFilled;
|
|
58888
|
+
exports.SlideAddRegular = SlideAddRegular;
|
|
58889
|
+
exports.SlideContentFilled = SlideContentFilled;
|
|
58890
|
+
exports.SlideContentRegular = SlideContentRegular;
|
|
58891
|
+
exports.SlideEraserFilled = SlideEraserFilled;
|
|
58892
|
+
exports.SlideEraserRegular = SlideEraserRegular;
|
|
58893
|
+
exports.SlideGridFilled = SlideGridFilled;
|
|
58894
|
+
exports.SlideGridRegular = SlideGridRegular;
|
|
58895
|
+
exports.SlideHideFilled = SlideHideFilled;
|
|
58896
|
+
exports.SlideHideRegular = SlideHideRegular;
|
|
58897
|
+
exports.SlideLayoutFilled = SlideLayoutFilled;
|
|
58898
|
+
exports.SlideLayoutRegular = SlideLayoutRegular;
|
|
58289
58899
|
exports.SmartwatchFilled = SmartwatchFilled;
|
|
58290
58900
|
exports.SmartwatchRegular = SmartwatchRegular;
|
|
58291
|
-
exports.
|
|
58292
|
-
exports.
|
|
58901
|
+
exports.SoundSourceFilled = SoundSourceFilled;
|
|
58902
|
+
exports.SoundSourceRegular = SoundSourceRegular;
|
|
58293
58903
|
exports.SpacebarFilled = SpacebarFilled;
|
|
58294
58904
|
exports.SpacebarRegular = SpacebarRegular;
|
|
58295
|
-
exports.
|
|
58296
|
-
exports.
|
|
58297
|
-
exports.
|
|
58298
|
-
exports.
|
|
58905
|
+
exports.SportBaseballFilled = SportBaseballFilled;
|
|
58906
|
+
exports.SportBaseballRegular = SportBaseballRegular;
|
|
58907
|
+
exports.SportBasketballFilled = SportBasketballFilled;
|
|
58908
|
+
exports.SportBasketballRegular = SportBasketballRegular;
|
|
58909
|
+
exports.SportSoccerFilled = SportSoccerFilled;
|
|
58910
|
+
exports.SportSoccerRegular = SportSoccerRegular;
|
|
58911
|
+
exports.SprayCanFilled = SprayCanFilled;
|
|
58912
|
+
exports.SprayCanRegular = SprayCanRegular;
|
|
58299
58913
|
exports.SquareFilled = SquareFilled;
|
|
58914
|
+
exports.SquareHintFilled = SquareHintFilled;
|
|
58915
|
+
exports.SquareHintRegular = SquareHintRegular;
|
|
58916
|
+
exports.SquareMultipleFilled = SquareMultipleFilled;
|
|
58917
|
+
exports.SquareMultipleRegular = SquareMultipleRegular;
|
|
58300
58918
|
exports.SquareRegular = SquareRegular;
|
|
58301
58919
|
exports.StarFilled = StarFilled;
|
|
58302
58920
|
exports.StarRegular = StarRegular;
|
|
@@ -58318,8 +58936,40 @@
|
|
|
58318
58936
|
exports.TemperatureRegular = TemperatureRegular;
|
|
58319
58937
|
exports.TentFilled = TentFilled;
|
|
58320
58938
|
exports.TentRegular = TentRegular;
|
|
58939
|
+
exports.TextAlignCenterFilled = TextAlignCenterFilled;
|
|
58940
|
+
exports.TextAlignCenterRegular = TextAlignCenterRegular;
|
|
58941
|
+
exports.TextAlignJustifyFilled = TextAlignJustifyFilled;
|
|
58942
|
+
exports.TextAlignJustifyRegular = TextAlignJustifyRegular;
|
|
58943
|
+
exports.TextAlignLeftFilled = TextAlignLeftFilled;
|
|
58944
|
+
exports.TextAlignLeftRegular = TextAlignLeftRegular;
|
|
58945
|
+
exports.TextAlignRightFilled = TextAlignRightFilled;
|
|
58946
|
+
exports.TextAlignRightRegular = TextAlignRightRegular;
|
|
58321
58947
|
exports.TextFilled = TextFilled;
|
|
58322
58948
|
exports.TextRegular = TextRegular;
|
|
58949
|
+
exports.TextboxAlignBottomCenterFilled = TextboxAlignBottomCenterFilled;
|
|
58950
|
+
exports.TextboxAlignBottomCenterRegular = TextboxAlignBottomCenterRegular;
|
|
58951
|
+
exports.TextboxAlignBottomFilled = TextboxAlignBottomFilled;
|
|
58952
|
+
exports.TextboxAlignBottomLeftFilled = TextboxAlignBottomLeftFilled;
|
|
58953
|
+
exports.TextboxAlignBottomLeftRegular = TextboxAlignBottomLeftRegular;
|
|
58954
|
+
exports.TextboxAlignBottomRegular = TextboxAlignBottomRegular;
|
|
58955
|
+
exports.TextboxAlignBottomRightFilled = TextboxAlignBottomRightFilled;
|
|
58956
|
+
exports.TextboxAlignBottomRightRegular = TextboxAlignBottomRightRegular;
|
|
58957
|
+
exports.TextboxAlignCenterFilled = TextboxAlignCenterFilled;
|
|
58958
|
+
exports.TextboxAlignCenterRegular = TextboxAlignCenterRegular;
|
|
58959
|
+
exports.TextboxAlignMiddleFilled = TextboxAlignMiddleFilled;
|
|
58960
|
+
exports.TextboxAlignMiddleLeftFilled = TextboxAlignMiddleLeftFilled;
|
|
58961
|
+
exports.TextboxAlignMiddleLeftRegular = TextboxAlignMiddleLeftRegular;
|
|
58962
|
+
exports.TextboxAlignMiddleRegular = TextboxAlignMiddleRegular;
|
|
58963
|
+
exports.TextboxAlignMiddleRightFilled = TextboxAlignMiddleRightFilled;
|
|
58964
|
+
exports.TextboxAlignMiddleRightRegular = TextboxAlignMiddleRightRegular;
|
|
58965
|
+
exports.TextboxAlignTopCenterFilled = TextboxAlignTopCenterFilled;
|
|
58966
|
+
exports.TextboxAlignTopCenterRegular = TextboxAlignTopCenterRegular;
|
|
58967
|
+
exports.TextboxAlignTopFilled = TextboxAlignTopFilled;
|
|
58968
|
+
exports.TextboxAlignTopLeftFilled = TextboxAlignTopLeftFilled;
|
|
58969
|
+
exports.TextboxAlignTopLeftRegular = TextboxAlignTopLeftRegular;
|
|
58970
|
+
exports.TextboxAlignTopRegular = TextboxAlignTopRegular;
|
|
58971
|
+
exports.TextboxAlignTopRightFilled = TextboxAlignTopRightFilled;
|
|
58972
|
+
exports.TextboxAlignTopRightRegular = TextboxAlignTopRightRegular;
|
|
58323
58973
|
exports.TextboxFilled = TextboxFilled;
|
|
58324
58974
|
exports.TextboxRegular = TextboxRegular;
|
|
58325
58975
|
exports.ThinkingFilled = ThinkingFilled;
|
|
@@ -58328,8 +58978,12 @@
|
|
|
58328
58978
|
exports.TicketRegular = TicketRegular;
|
|
58329
58979
|
exports.TimerFilled = TimerFilled;
|
|
58330
58980
|
exports.TimerRegular = TimerRegular;
|
|
58331
|
-
exports.
|
|
58332
|
-
exports.
|
|
58981
|
+
exports.ToggleLeftFilled = ToggleLeftFilled;
|
|
58982
|
+
exports.ToggleLeftRegular = ToggleLeftRegular;
|
|
58983
|
+
exports.ToggleMultipleFilled = ToggleMultipleFilled;
|
|
58984
|
+
exports.ToggleMultipleRegular = ToggleMultipleRegular;
|
|
58985
|
+
exports.ToggleRightFilled = ToggleRightFilled;
|
|
58986
|
+
exports.ToggleRightRegular = ToggleRightRegular;
|
|
58333
58987
|
exports.ToolboxFilled = ToolboxFilled;
|
|
58334
58988
|
exports.ToolboxRegular = ToolboxRegular;
|
|
58335
58989
|
exports.TrophyFilled = TrophyFilled;
|
|
@@ -58340,18 +58994,24 @@
|
|
|
58340
58994
|
exports.TypescriptRegular = TypescriptRegular;
|
|
58341
58995
|
exports.UmbrellaFilled = UmbrellaFilled;
|
|
58342
58996
|
exports.UmbrellaRegular = UmbrellaRegular;
|
|
58997
|
+
exports.UsbCableFilled = UsbCableFilled;
|
|
58998
|
+
exports.UsbCableRegular = UsbCableRegular;
|
|
58343
58999
|
exports.UsbFilled = UsbFilled;
|
|
58344
59000
|
exports.UsbRegular = UsbRegular;
|
|
58345
59001
|
exports.VerifiedFilled = VerifiedFilled;
|
|
58346
59002
|
exports.VerifiedRegular = VerifiedRegular;
|
|
59003
|
+
exports.VideoClipFilled = VideoClipFilled;
|
|
59004
|
+
exports.VideoClipRegular = VideoClipRegular;
|
|
58347
59005
|
exports.VideoFilled = VideoFilled;
|
|
59006
|
+
exports.VideoPlayPauseFilled = VideoPlayPauseFilled;
|
|
59007
|
+
exports.VideoPlayPauseRegular = VideoPlayPauseRegular;
|
|
58348
59008
|
exports.VideoRegular = VideoRegular;
|
|
58349
59009
|
exports.VoicemailFilled = VoicemailFilled;
|
|
58350
59010
|
exports.VoicemailRegular = VoicemailRegular;
|
|
58351
59011
|
exports.VoteFilled = VoteFilled;
|
|
58352
59012
|
exports.VoteRegular = VoteRegular;
|
|
58353
|
-
exports.
|
|
58354
|
-
exports.
|
|
59013
|
+
exports.WalkieTalkieFilled = WalkieTalkieFilled;
|
|
59014
|
+
exports.WalkieTalkieRegular = WalkieTalkieRegular;
|
|
58355
59015
|
exports.WalletFilled = WalletFilled;
|
|
58356
59016
|
exports.WalletRegular = WalletRegular;
|
|
58357
59017
|
exports.WandFilled = WandFilled;
|
|
@@ -58362,12 +59022,30 @@
|
|
|
58362
59022
|
exports.WasherRegular = WasherRegular;
|
|
58363
59023
|
exports.WaterFilled = WaterFilled;
|
|
58364
59024
|
exports.WaterRegular = WaterRegular;
|
|
58365
|
-
exports.
|
|
58366
|
-
exports.
|
|
59025
|
+
exports.WeatherBlowingSnowFilled = WeatherBlowingSnowFilled;
|
|
59026
|
+
exports.WeatherBlowingSnowRegular = WeatherBlowingSnowRegular;
|
|
59027
|
+
exports.WeatherCloudyFilled = WeatherCloudyFilled;
|
|
59028
|
+
exports.WeatherCloudyRegular = WeatherCloudyRegular;
|
|
59029
|
+
exports.WeatherRainFilled = WeatherRainFilled;
|
|
59030
|
+
exports.WeatherRainRegular = WeatherRainRegular;
|
|
59031
|
+
exports.WeatherSnowFilled = WeatherSnowFilled;
|
|
59032
|
+
exports.WeatherSnowRegular = WeatherSnowRegular;
|
|
59033
|
+
exports.WeatherSnowflakeFilled = WeatherSnowflakeFilled;
|
|
59034
|
+
exports.WeatherSnowflakeRegular = WeatherSnowflakeRegular;
|
|
59035
|
+
exports.WeatherSunnyFilled = WeatherSunnyFilled;
|
|
59036
|
+
exports.WeatherSunnyRegular = WeatherSunnyRegular;
|
|
59037
|
+
exports.WeatherThunderstormFilled = WeatherThunderstormFilled;
|
|
59038
|
+
exports.WeatherThunderstormRegular = WeatherThunderstormRegular;
|
|
58367
59039
|
exports.WebFilled = WebFilled;
|
|
58368
59040
|
exports.WebRegular = WebRegular;
|
|
58369
|
-
exports.
|
|
58370
|
-
exports.
|
|
59041
|
+
exports.Wifi1Filled = Wifi1Filled;
|
|
59042
|
+
exports.Wifi1Regular = Wifi1Regular;
|
|
59043
|
+
exports.Wifi2Filled = Wifi2Filled;
|
|
59044
|
+
exports.Wifi2Regular = Wifi2Regular;
|
|
59045
|
+
exports.Wifi3Filled = Wifi3Filled;
|
|
59046
|
+
exports.Wifi3Regular = Wifi3Regular;
|
|
59047
|
+
exports.Wifi4Filled = Wifi4Filled;
|
|
59048
|
+
exports.Wifi4Regular = Wifi4Regular;
|
|
58371
59049
|
exports.WindowsFilled = WindowsFilled;
|
|
58372
59050
|
exports.WindowsRegular = WindowsRegular;
|
|
58373
59051
|
exports.WrenchFilled = WrenchFilled;
|
|
@@ -58375,6 +59053,10 @@
|
|
|
58375
59053
|
exports.XrayFilled = XrayFilled;
|
|
58376
59054
|
exports.XrayRegular = XrayRegular;
|
|
58377
59055
|
exports.ZoomFilled = ZoomFilled;
|
|
59056
|
+
exports.ZoomInFilled = ZoomInFilled;
|
|
59057
|
+
exports.ZoomInRegular = ZoomInRegular;
|
|
59058
|
+
exports.ZoomOutFilled = ZoomOutFilled;
|
|
59059
|
+
exports.ZoomOutRegular = ZoomOutRegular;
|
|
58378
59060
|
exports.ZoomRegular = ZoomRegular;
|
|
58379
59061
|
exports.createIconURL = createIconURL;
|
|
58380
59062
|
exports.generateIconFileName = generateIconFileName;
|