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