@alveole/components 0.13.2 → 0.14.1
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/core/Image/Image.d.ts +11 -0
- package/dist/core/Image/Image.d.ts.map +1 -0
- package/dist/core/Image/Image.js +79 -0
- package/dist/core/Image/Image.stories.d.ts +21 -0
- package/dist/core/Image/Image.stories.d.ts.map +1 -0
- package/dist/core/Image/Image.stories.js +45 -0
- package/dist/core/Image/Image.style.d.ts +6 -0
- package/dist/core/Image/Image.style.d.ts.map +1 -0
- package/dist/core/Image/Image.style.js +6 -0
- package/dist/core/Image/index.d.ts +2 -0
- package/dist/core/Image/index.d.ts.map +1 -0
- package/dist/core/Image/index.js +1 -0
- package/dist/core/Metabase/Metabase.d.ts +11 -0
- package/dist/core/Metabase/Metabase.d.ts.map +1 -0
- package/dist/core/Metabase/Metabase.js +17 -0
- package/dist/core/Metabase/Metabase.stories.d.ts +20 -0
- package/dist/core/Metabase/Metabase.stories.d.ts.map +1 -0
- package/dist/core/Metabase/Metabase.stories.js +12 -0
- package/dist/core/Metabase/Metabase.styles.d.ts +11 -0
- package/dist/core/Metabase/Metabase.styles.d.ts.map +1 -0
- package/dist/core/Metabase/Metabase.styles.js +12 -0
- package/dist/core/Metabase/Metabase.web.d.ts +20 -0
- package/dist/core/Metabase/Metabase.web.d.ts.map +1 -0
- package/dist/core/Metabase/Metabase.web.js +53 -0
- package/dist/core/Metabase/index.d.ts +2 -0
- package/dist/core/Metabase/index.d.ts.map +1 -0
- package/dist/core/Metabase/index.js +1 -0
- package/dist/core/Version/Version.d.ts +5 -0
- package/dist/core/Version/Version.d.ts.map +1 -0
- package/dist/core/Version/Version.js +15 -0
- package/dist/core/Version/Version.stories.d.ts +21 -0
- package/dist/core/Version/Version.stories.d.ts.map +1 -0
- package/dist/core/Version/Version.stories.js +12 -0
- package/dist/core/Version/Version.styles.d.ts +12 -0
- package/dist/core/Version/Version.styles.d.ts.map +1 -0
- package/dist/core/Version/Version.styles.js +9 -0
- package/dist/core/Version/index.d.ts +2 -0
- package/dist/core/Version/index.d.ts.map +1 -0
- package/dist/core/Version/index.js +1 -0
- package/dist/core/index.d.ts +3 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/stories/index.d.ts +6 -0
- package/dist/stories/index.d.ts.map +1 -1
- package/dist/stories/index.js +8 -0
- package/dist/ui/Button/Button.d.ts +31 -0
- package/dist/ui/Button/Button.d.ts.map +1 -0
- package/dist/ui/Button/Button.js +141 -0
- package/dist/ui/Button/Button.stories.d.ts +249 -0
- package/dist/ui/Button/Button.stories.d.ts.map +1 -0
- package/dist/ui/Button/Button.stories.js +20 -0
- package/dist/ui/Button/Button.styles.d.ts +222 -0
- package/dist/ui/Button/Button.styles.d.ts.map +1 -0
- package/dist/ui/Button/Button.styles.js +194 -0
- package/dist/ui/Button/ButtonIcon.d.ts +26 -0
- package/dist/ui/Button/ButtonIcon.d.ts.map +1 -0
- package/dist/ui/Button/ButtonIcon.js +100 -0
- package/dist/ui/Button/index.d.ts +3 -0
- package/dist/ui/Button/index.d.ts.map +1 -0
- package/dist/ui/Button/index.js +2 -0
- package/dist/ui/Divider/Divider.d.ts +4 -0
- package/dist/ui/Divider/Divider.d.ts.map +1 -0
- package/dist/ui/Divider/Divider.js +7 -0
- package/dist/ui/Divider/Divider.stories.d.ts +18 -0
- package/dist/ui/Divider/Divider.stories.d.ts.map +1 -0
- package/dist/ui/Divider/Divider.stories.js +13 -0
- package/dist/ui/Divider/Divider.styles.d.ts +8 -0
- package/dist/ui/Divider/Divider.styles.d.ts.map +1 -0
- package/dist/ui/Divider/Divider.styles.js +8 -0
- package/dist/ui/Divider/index.d.ts +2 -0
- package/dist/ui/Divider/index.d.ts.map +1 -0
- package/dist/ui/Divider/index.js +1 -0
- package/dist/ui/LucideIcon/LucideIcon.d.ts +5 -0
- package/dist/ui/LucideIcon/LucideIcon.d.ts.map +1 -0
- package/dist/ui/LucideIcon/LucideIcon.js +23 -0
- package/dist/ui/LucideIcon/LucideIcon.props.d.ts +4135 -0
- package/dist/ui/LucideIcon/LucideIcon.props.d.ts.map +1 -0
- package/dist/ui/LucideIcon/LucideIcon.props.js +9 -0
- package/dist/ui/LucideIcon/LucideIcon.stories.d.ts +2073 -0
- package/dist/ui/LucideIcon/LucideIcon.stories.d.ts.map +1 -0
- package/dist/ui/LucideIcon/LucideIcon.stories.js +16 -0
- package/dist/ui/LucideIcon/index.d.ts +3 -0
- package/dist/ui/LucideIcon/index.d.ts.map +1 -0
- package/dist/ui/LucideIcon/index.js +2 -0
- package/dist/ui/index.d.ts +4 -0
- package/dist/ui/index.d.ts.map +1 -0
- package/dist/ui/index.js +3 -0
- package/package.json +7 -2
|
@@ -0,0 +1,2073 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: ["Kit"];
|
|
4
|
+
experimental: false;
|
|
5
|
+
figmaURL: string;
|
|
6
|
+
description: string;
|
|
7
|
+
props: import("zod/v4/core").ZodStandardJSONSchemaPayload<import("zod").ZodObject<{
|
|
8
|
+
size: import("zod").ZodEnum<{
|
|
9
|
+
xs: "xs";
|
|
10
|
+
sm: "sm";
|
|
11
|
+
md: "md";
|
|
12
|
+
lg: "lg";
|
|
13
|
+
xl: "xl";
|
|
14
|
+
}>;
|
|
15
|
+
name: import("zod").ZodEnum<{
|
|
16
|
+
Box: "Box";
|
|
17
|
+
tab: "tab";
|
|
18
|
+
olive: "olive";
|
|
19
|
+
AArrowDown: "AArrowDown";
|
|
20
|
+
AArrowUp: "AArrowUp";
|
|
21
|
+
ALargeSmall: "ALargeSmall";
|
|
22
|
+
Accessibility: "Accessibility";
|
|
23
|
+
Activity: "Activity";
|
|
24
|
+
AirVent: "AirVent";
|
|
25
|
+
Airplay: "Airplay";
|
|
26
|
+
AlarmClock: "AlarmClock";
|
|
27
|
+
AlarmClockCheck: "AlarmClockCheck";
|
|
28
|
+
AlarmClockMinus: "AlarmClockMinus";
|
|
29
|
+
AlarmClockOff: "AlarmClockOff";
|
|
30
|
+
AlarmClockPlus: "AlarmClockPlus";
|
|
31
|
+
AlarmSmoke: "AlarmSmoke";
|
|
32
|
+
Album: "Album";
|
|
33
|
+
AlignCenterHorizontal: "AlignCenterHorizontal";
|
|
34
|
+
AlignCenterVertical: "AlignCenterVertical";
|
|
35
|
+
AlignEndHorizontal: "AlignEndHorizontal";
|
|
36
|
+
AlignEndVertical: "AlignEndVertical";
|
|
37
|
+
AlignHorizontalDistributeCenter: "AlignHorizontalDistributeCenter";
|
|
38
|
+
AlignHorizontalDistributeEnd: "AlignHorizontalDistributeEnd";
|
|
39
|
+
AlignHorizontalDistributeStart: "AlignHorizontalDistributeStart";
|
|
40
|
+
AlignHorizontalJustifyCenter: "AlignHorizontalJustifyCenter";
|
|
41
|
+
AlignHorizontalJustifyEnd: "AlignHorizontalJustifyEnd";
|
|
42
|
+
AlignHorizontalJustifyStart: "AlignHorizontalJustifyStart";
|
|
43
|
+
AlignHorizontalSpaceAround: "AlignHorizontalSpaceAround";
|
|
44
|
+
AlignHorizontalSpaceBetween: "AlignHorizontalSpaceBetween";
|
|
45
|
+
AlignStartHorizontal: "AlignStartHorizontal";
|
|
46
|
+
AlignStartVertical: "AlignStartVertical";
|
|
47
|
+
AlignVerticalDistributeCenter: "AlignVerticalDistributeCenter";
|
|
48
|
+
AlignVerticalDistributeEnd: "AlignVerticalDistributeEnd";
|
|
49
|
+
AlignVerticalDistributeStart: "AlignVerticalDistributeStart";
|
|
50
|
+
AlignVerticalJustifyCenter: "AlignVerticalJustifyCenter";
|
|
51
|
+
AlignVerticalJustifyEnd: "AlignVerticalJustifyEnd";
|
|
52
|
+
AlignVerticalJustifyStart: "AlignVerticalJustifyStart";
|
|
53
|
+
AlignVerticalSpaceAround: "AlignVerticalSpaceAround";
|
|
54
|
+
AlignVerticalSpaceBetween: "AlignVerticalSpaceBetween";
|
|
55
|
+
Ambulance: "Ambulance";
|
|
56
|
+
Ampersand: "Ampersand";
|
|
57
|
+
Ampersands: "Ampersands";
|
|
58
|
+
Amphora: "Amphora";
|
|
59
|
+
Anchor: "Anchor";
|
|
60
|
+
Angry: "Angry";
|
|
61
|
+
Annoyed: "Annoyed";
|
|
62
|
+
Antenna: "Antenna";
|
|
63
|
+
Anvil: "Anvil";
|
|
64
|
+
Aperture: "Aperture";
|
|
65
|
+
AppWindow: "AppWindow";
|
|
66
|
+
AppWindowMac: "AppWindowMac";
|
|
67
|
+
Apple: "Apple";
|
|
68
|
+
Archive: "Archive";
|
|
69
|
+
ArchiveRestore: "ArchiveRestore";
|
|
70
|
+
ArchiveX: "ArchiveX";
|
|
71
|
+
Armchair: "Armchair";
|
|
72
|
+
ArrowBigDown: "ArrowBigDown";
|
|
73
|
+
ArrowBigDownDash: "ArrowBigDownDash";
|
|
74
|
+
ArrowBigLeft: "ArrowBigLeft";
|
|
75
|
+
ArrowBigLeftDash: "ArrowBigLeftDash";
|
|
76
|
+
ArrowBigRight: "ArrowBigRight";
|
|
77
|
+
ArrowBigRightDash: "ArrowBigRightDash";
|
|
78
|
+
ArrowBigUp: "ArrowBigUp";
|
|
79
|
+
ArrowBigUpDash: "ArrowBigUpDash";
|
|
80
|
+
ArrowDown: "ArrowDown";
|
|
81
|
+
ArrowDown01: "ArrowDown01";
|
|
82
|
+
ArrowDown10: "ArrowDown10";
|
|
83
|
+
ArrowDownAZ: "ArrowDownAZ";
|
|
84
|
+
ArrowDownFromLine: "ArrowDownFromLine";
|
|
85
|
+
ArrowDownLeft: "ArrowDownLeft";
|
|
86
|
+
ArrowDownNarrowWide: "ArrowDownNarrowWide";
|
|
87
|
+
ArrowDownRight: "ArrowDownRight";
|
|
88
|
+
ArrowDownToDot: "ArrowDownToDot";
|
|
89
|
+
ArrowDownToLine: "ArrowDownToLine";
|
|
90
|
+
ArrowDownUp: "ArrowDownUp";
|
|
91
|
+
ArrowDownWideNarrow: "ArrowDownWideNarrow";
|
|
92
|
+
ArrowDownZA: "ArrowDownZA";
|
|
93
|
+
ArrowLeft: "ArrowLeft";
|
|
94
|
+
ArrowLeftFromLine: "ArrowLeftFromLine";
|
|
95
|
+
ArrowLeftRight: "ArrowLeftRight";
|
|
96
|
+
ArrowLeftToLine: "ArrowLeftToLine";
|
|
97
|
+
ArrowRight: "ArrowRight";
|
|
98
|
+
ArrowRightFromLine: "ArrowRightFromLine";
|
|
99
|
+
ArrowRightLeft: "ArrowRightLeft";
|
|
100
|
+
ArrowRightToLine: "ArrowRightToLine";
|
|
101
|
+
ArrowUp: "ArrowUp";
|
|
102
|
+
ArrowUp01: "ArrowUp01";
|
|
103
|
+
ArrowUp10: "ArrowUp10";
|
|
104
|
+
ArrowUpAZ: "ArrowUpAZ";
|
|
105
|
+
ArrowUpDown: "ArrowUpDown";
|
|
106
|
+
ArrowUpFromDot: "ArrowUpFromDot";
|
|
107
|
+
ArrowUpFromLine: "ArrowUpFromLine";
|
|
108
|
+
ArrowUpLeft: "ArrowUpLeft";
|
|
109
|
+
ArrowUpNarrowWide: "ArrowUpNarrowWide";
|
|
110
|
+
ArrowUpRight: "ArrowUpRight";
|
|
111
|
+
ArrowUpToLine: "ArrowUpToLine";
|
|
112
|
+
ArrowUpWideNarrow: "ArrowUpWideNarrow";
|
|
113
|
+
ArrowUpZA: "ArrowUpZA";
|
|
114
|
+
ArrowsUpFromLine: "ArrowsUpFromLine";
|
|
115
|
+
Asterisk: "Asterisk";
|
|
116
|
+
AtSign: "AtSign";
|
|
117
|
+
Atom: "Atom";
|
|
118
|
+
AudioLines: "AudioLines";
|
|
119
|
+
AudioWaveform: "AudioWaveform";
|
|
120
|
+
Award: "Award";
|
|
121
|
+
Axe: "Axe";
|
|
122
|
+
Axis3d: "Axis3d";
|
|
123
|
+
Baby: "Baby";
|
|
124
|
+
Backpack: "Backpack";
|
|
125
|
+
Badge: "Badge";
|
|
126
|
+
BadgeAlert: "BadgeAlert";
|
|
127
|
+
BadgeCent: "BadgeCent";
|
|
128
|
+
BadgeCheck: "BadgeCheck";
|
|
129
|
+
BadgeDollarSign: "BadgeDollarSign";
|
|
130
|
+
BadgeEuro: "BadgeEuro";
|
|
131
|
+
BadgeIndianRupee: "BadgeIndianRupee";
|
|
132
|
+
BadgeInfo: "BadgeInfo";
|
|
133
|
+
BadgeJapaneseYen: "BadgeJapaneseYen";
|
|
134
|
+
BadgeMinus: "BadgeMinus";
|
|
135
|
+
BadgePercent: "BadgePercent";
|
|
136
|
+
BadgePlus: "BadgePlus";
|
|
137
|
+
BadgePoundSterling: "BadgePoundSterling";
|
|
138
|
+
BadgeQuestionMark: "BadgeQuestionMark";
|
|
139
|
+
BadgeRussianRuble: "BadgeRussianRuble";
|
|
140
|
+
BadgeSwissFranc: "BadgeSwissFranc";
|
|
141
|
+
BadgeTurkishLira: "BadgeTurkishLira";
|
|
142
|
+
BadgeX: "BadgeX";
|
|
143
|
+
BaggageClaim: "BaggageClaim";
|
|
144
|
+
Balloon: "Balloon";
|
|
145
|
+
Ban: "Ban";
|
|
146
|
+
Banana: "Banana";
|
|
147
|
+
Bandage: "Bandage";
|
|
148
|
+
Banknote: "Banknote";
|
|
149
|
+
BanknoteArrowDown: "BanknoteArrowDown";
|
|
150
|
+
BanknoteArrowUp: "BanknoteArrowUp";
|
|
151
|
+
BanknoteX: "BanknoteX";
|
|
152
|
+
Barcode: "Barcode";
|
|
153
|
+
Barrel: "Barrel";
|
|
154
|
+
Baseline: "Baseline";
|
|
155
|
+
Bath: "Bath";
|
|
156
|
+
Battery: "Battery";
|
|
157
|
+
BatteryCharging: "BatteryCharging";
|
|
158
|
+
BatteryFull: "BatteryFull";
|
|
159
|
+
BatteryLow: "BatteryLow";
|
|
160
|
+
BatteryMedium: "BatteryMedium";
|
|
161
|
+
BatteryPlus: "BatteryPlus";
|
|
162
|
+
BatteryWarning: "BatteryWarning";
|
|
163
|
+
Beaker: "Beaker";
|
|
164
|
+
Bean: "Bean";
|
|
165
|
+
BeanOff: "BeanOff";
|
|
166
|
+
Bed: "Bed";
|
|
167
|
+
BedDouble: "BedDouble";
|
|
168
|
+
BedSingle: "BedSingle";
|
|
169
|
+
Beef: "Beef";
|
|
170
|
+
Beer: "Beer";
|
|
171
|
+
BeerOff: "BeerOff";
|
|
172
|
+
Bell: "Bell";
|
|
173
|
+
BellDot: "BellDot";
|
|
174
|
+
BellElectric: "BellElectric";
|
|
175
|
+
BellMinus: "BellMinus";
|
|
176
|
+
BellOff: "BellOff";
|
|
177
|
+
BellPlus: "BellPlus";
|
|
178
|
+
BellRing: "BellRing";
|
|
179
|
+
BetweenHorizontalEnd: "BetweenHorizontalEnd";
|
|
180
|
+
BetweenHorizontalStart: "BetweenHorizontalStart";
|
|
181
|
+
BetweenVerticalEnd: "BetweenVerticalEnd";
|
|
182
|
+
BetweenVerticalStart: "BetweenVerticalStart";
|
|
183
|
+
BicepsFlexed: "BicepsFlexed";
|
|
184
|
+
Bike: "Bike";
|
|
185
|
+
Binary: "Binary";
|
|
186
|
+
Binoculars: "Binoculars";
|
|
187
|
+
Biohazard: "Biohazard";
|
|
188
|
+
Bird: "Bird";
|
|
189
|
+
Birdhouse: "Birdhouse";
|
|
190
|
+
Bitcoin: "Bitcoin";
|
|
191
|
+
Blend: "Blend";
|
|
192
|
+
Blinds: "Blinds";
|
|
193
|
+
Blocks: "Blocks";
|
|
194
|
+
Bluetooth: "Bluetooth";
|
|
195
|
+
BluetoothConnected: "BluetoothConnected";
|
|
196
|
+
BluetoothOff: "BluetoothOff";
|
|
197
|
+
BluetoothSearching: "BluetoothSearching";
|
|
198
|
+
Bold: "Bold";
|
|
199
|
+
Bolt: "Bolt";
|
|
200
|
+
Bomb: "Bomb";
|
|
201
|
+
Bone: "Bone";
|
|
202
|
+
Book: "Book";
|
|
203
|
+
BookA: "BookA";
|
|
204
|
+
BookAlert: "BookAlert";
|
|
205
|
+
BookAudio: "BookAudio";
|
|
206
|
+
BookCheck: "BookCheck";
|
|
207
|
+
BookCopy: "BookCopy";
|
|
208
|
+
BookDashed: "BookDashed";
|
|
209
|
+
BookDown: "BookDown";
|
|
210
|
+
BookHeadphones: "BookHeadphones";
|
|
211
|
+
BookHeart: "BookHeart";
|
|
212
|
+
BookImage: "BookImage";
|
|
213
|
+
BookKey: "BookKey";
|
|
214
|
+
BookLock: "BookLock";
|
|
215
|
+
BookMarked: "BookMarked";
|
|
216
|
+
BookMinus: "BookMinus";
|
|
217
|
+
BookOpen: "BookOpen";
|
|
218
|
+
BookOpenCheck: "BookOpenCheck";
|
|
219
|
+
BookOpenText: "BookOpenText";
|
|
220
|
+
BookPlus: "BookPlus";
|
|
221
|
+
BookSearch: "BookSearch";
|
|
222
|
+
BookText: "BookText";
|
|
223
|
+
BookType: "BookType";
|
|
224
|
+
BookUp: "BookUp";
|
|
225
|
+
BookUp2: "BookUp2";
|
|
226
|
+
BookUser: "BookUser";
|
|
227
|
+
BookX: "BookX";
|
|
228
|
+
Bookmark: "Bookmark";
|
|
229
|
+
BookmarkCheck: "BookmarkCheck";
|
|
230
|
+
BookmarkMinus: "BookmarkMinus";
|
|
231
|
+
BookmarkPlus: "BookmarkPlus";
|
|
232
|
+
BookmarkX: "BookmarkX";
|
|
233
|
+
BoomBox: "BoomBox";
|
|
234
|
+
Bot: "Bot";
|
|
235
|
+
BotMessageSquare: "BotMessageSquare";
|
|
236
|
+
BotOff: "BotOff";
|
|
237
|
+
BottleWine: "BottleWine";
|
|
238
|
+
BowArrow: "BowArrow";
|
|
239
|
+
Boxes: "Boxes";
|
|
240
|
+
Braces: "Braces";
|
|
241
|
+
Brackets: "Brackets";
|
|
242
|
+
Brain: "Brain";
|
|
243
|
+
BrainCircuit: "BrainCircuit";
|
|
244
|
+
BrainCog: "BrainCog";
|
|
245
|
+
BrickWall: "BrickWall";
|
|
246
|
+
BrickWallFire: "BrickWallFire";
|
|
247
|
+
BrickWallShield: "BrickWallShield";
|
|
248
|
+
Briefcase: "Briefcase";
|
|
249
|
+
BriefcaseBusiness: "BriefcaseBusiness";
|
|
250
|
+
BriefcaseConveyorBelt: "BriefcaseConveyorBelt";
|
|
251
|
+
BriefcaseMedical: "BriefcaseMedical";
|
|
252
|
+
BringToFront: "BringToFront";
|
|
253
|
+
Brush: "Brush";
|
|
254
|
+
BrushCleaning: "BrushCleaning";
|
|
255
|
+
Bubbles: "Bubbles";
|
|
256
|
+
Bug: "Bug";
|
|
257
|
+
BugOff: "BugOff";
|
|
258
|
+
BugPlay: "BugPlay";
|
|
259
|
+
Building: "Building";
|
|
260
|
+
Building2: "Building2";
|
|
261
|
+
Bus: "Bus";
|
|
262
|
+
BusFront: "BusFront";
|
|
263
|
+
Cable: "Cable";
|
|
264
|
+
CableCar: "CableCar";
|
|
265
|
+
Cake: "Cake";
|
|
266
|
+
CakeSlice: "CakeSlice";
|
|
267
|
+
Calculator: "Calculator";
|
|
268
|
+
Calendar: "Calendar";
|
|
269
|
+
Calendar1: "Calendar1";
|
|
270
|
+
CalendarArrowDown: "CalendarArrowDown";
|
|
271
|
+
CalendarArrowUp: "CalendarArrowUp";
|
|
272
|
+
CalendarCheck: "CalendarCheck";
|
|
273
|
+
CalendarCheck2: "CalendarCheck2";
|
|
274
|
+
CalendarClock: "CalendarClock";
|
|
275
|
+
CalendarCog: "CalendarCog";
|
|
276
|
+
CalendarDays: "CalendarDays";
|
|
277
|
+
CalendarFold: "CalendarFold";
|
|
278
|
+
CalendarHeart: "CalendarHeart";
|
|
279
|
+
CalendarMinus: "CalendarMinus";
|
|
280
|
+
CalendarMinus2: "CalendarMinus2";
|
|
281
|
+
CalendarOff: "CalendarOff";
|
|
282
|
+
CalendarPlus: "CalendarPlus";
|
|
283
|
+
CalendarPlus2: "CalendarPlus2";
|
|
284
|
+
CalendarRange: "CalendarRange";
|
|
285
|
+
CalendarSearch: "CalendarSearch";
|
|
286
|
+
CalendarSync: "CalendarSync";
|
|
287
|
+
CalendarX: "CalendarX";
|
|
288
|
+
CalendarX2: "CalendarX2";
|
|
289
|
+
Calendars: "Calendars";
|
|
290
|
+
Camera: "Camera";
|
|
291
|
+
CameraOff: "CameraOff";
|
|
292
|
+
Candy: "Candy";
|
|
293
|
+
CandyCane: "CandyCane";
|
|
294
|
+
CandyOff: "CandyOff";
|
|
295
|
+
Cannabis: "Cannabis";
|
|
296
|
+
Captions: "Captions";
|
|
297
|
+
CaptionsOff: "CaptionsOff";
|
|
298
|
+
Car: "Car";
|
|
299
|
+
CarFront: "CarFront";
|
|
300
|
+
CarTaxiFront: "CarTaxiFront";
|
|
301
|
+
Caravan: "Caravan";
|
|
302
|
+
CardSim: "CardSim";
|
|
303
|
+
Carrot: "Carrot";
|
|
304
|
+
CaseLower: "CaseLower";
|
|
305
|
+
CaseSensitive: "CaseSensitive";
|
|
306
|
+
CaseUpper: "CaseUpper";
|
|
307
|
+
CassetteTape: "CassetteTape";
|
|
308
|
+
Cast: "Cast";
|
|
309
|
+
Castle: "Castle";
|
|
310
|
+
Cat: "Cat";
|
|
311
|
+
Cctv: "Cctv";
|
|
312
|
+
ChartArea: "ChartArea";
|
|
313
|
+
ChartBar: "ChartBar";
|
|
314
|
+
ChartBarBig: "ChartBarBig";
|
|
315
|
+
ChartBarDecreasing: "ChartBarDecreasing";
|
|
316
|
+
ChartBarIncreasing: "ChartBarIncreasing";
|
|
317
|
+
ChartBarStacked: "ChartBarStacked";
|
|
318
|
+
ChartCandlestick: "ChartCandlestick";
|
|
319
|
+
ChartColumn: "ChartColumn";
|
|
320
|
+
ChartColumnBig: "ChartColumnBig";
|
|
321
|
+
ChartColumnDecreasing: "ChartColumnDecreasing";
|
|
322
|
+
ChartColumnIncreasing: "ChartColumnIncreasing";
|
|
323
|
+
ChartColumnStacked: "ChartColumnStacked";
|
|
324
|
+
ChartGantt: "ChartGantt";
|
|
325
|
+
ChartLine: "ChartLine";
|
|
326
|
+
ChartNetwork: "ChartNetwork";
|
|
327
|
+
ChartNoAxesColumn: "ChartNoAxesColumn";
|
|
328
|
+
ChartNoAxesColumnDecreasing: "ChartNoAxesColumnDecreasing";
|
|
329
|
+
ChartNoAxesColumnIncreasing: "ChartNoAxesColumnIncreasing";
|
|
330
|
+
ChartNoAxesCombined: "ChartNoAxesCombined";
|
|
331
|
+
ChartNoAxesGantt: "ChartNoAxesGantt";
|
|
332
|
+
ChartPie: "ChartPie";
|
|
333
|
+
ChartScatter: "ChartScatter";
|
|
334
|
+
ChartSpline: "ChartSpline";
|
|
335
|
+
Check: "Check";
|
|
336
|
+
CheckCheck: "CheckCheck";
|
|
337
|
+
CheckLine: "CheckLine";
|
|
338
|
+
ChefHat: "ChefHat";
|
|
339
|
+
Cherry: "Cherry";
|
|
340
|
+
ChessBishop: "ChessBishop";
|
|
341
|
+
ChessKing: "ChessKing";
|
|
342
|
+
ChessKnight: "ChessKnight";
|
|
343
|
+
ChessPawn: "ChessPawn";
|
|
344
|
+
ChessQueen: "ChessQueen";
|
|
345
|
+
ChessRook: "ChessRook";
|
|
346
|
+
ChevronDown: "ChevronDown";
|
|
347
|
+
ChevronFirst: "ChevronFirst";
|
|
348
|
+
ChevronLast: "ChevronLast";
|
|
349
|
+
ChevronLeft: "ChevronLeft";
|
|
350
|
+
ChevronRight: "ChevronRight";
|
|
351
|
+
ChevronUp: "ChevronUp";
|
|
352
|
+
ChevronsDown: "ChevronsDown";
|
|
353
|
+
ChevronsDownUp: "ChevronsDownUp";
|
|
354
|
+
ChevronsLeft: "ChevronsLeft";
|
|
355
|
+
ChevronsLeftRight: "ChevronsLeftRight";
|
|
356
|
+
ChevronsLeftRightEllipsis: "ChevronsLeftRightEllipsis";
|
|
357
|
+
ChevronsRight: "ChevronsRight";
|
|
358
|
+
ChevronsRightLeft: "ChevronsRightLeft";
|
|
359
|
+
ChevronsUp: "ChevronsUp";
|
|
360
|
+
ChevronsUpDown: "ChevronsUpDown";
|
|
361
|
+
Chromium: "Chromium";
|
|
362
|
+
Church: "Church";
|
|
363
|
+
Cigarette: "Cigarette";
|
|
364
|
+
CigaretteOff: "CigaretteOff";
|
|
365
|
+
Circle: "Circle";
|
|
366
|
+
CircleAlert: "CircleAlert";
|
|
367
|
+
CircleArrowDown: "CircleArrowDown";
|
|
368
|
+
CircleArrowLeft: "CircleArrowLeft";
|
|
369
|
+
CircleArrowOutDownLeft: "CircleArrowOutDownLeft";
|
|
370
|
+
CircleArrowOutDownRight: "CircleArrowOutDownRight";
|
|
371
|
+
CircleArrowOutUpLeft: "CircleArrowOutUpLeft";
|
|
372
|
+
CircleArrowOutUpRight: "CircleArrowOutUpRight";
|
|
373
|
+
CircleArrowRight: "CircleArrowRight";
|
|
374
|
+
CircleArrowUp: "CircleArrowUp";
|
|
375
|
+
CircleCheck: "CircleCheck";
|
|
376
|
+
CircleCheckBig: "CircleCheckBig";
|
|
377
|
+
CircleChevronDown: "CircleChevronDown";
|
|
378
|
+
CircleChevronLeft: "CircleChevronLeft";
|
|
379
|
+
CircleChevronRight: "CircleChevronRight";
|
|
380
|
+
CircleChevronUp: "CircleChevronUp";
|
|
381
|
+
CircleDashed: "CircleDashed";
|
|
382
|
+
CircleDivide: "CircleDivide";
|
|
383
|
+
CircleDollarSign: "CircleDollarSign";
|
|
384
|
+
CircleDot: "CircleDot";
|
|
385
|
+
CircleDotDashed: "CircleDotDashed";
|
|
386
|
+
CircleEllipsis: "CircleEllipsis";
|
|
387
|
+
CircleEqual: "CircleEqual";
|
|
388
|
+
CircleFadingArrowUp: "CircleFadingArrowUp";
|
|
389
|
+
CircleFadingPlus: "CircleFadingPlus";
|
|
390
|
+
CircleGauge: "CircleGauge";
|
|
391
|
+
CircleMinus: "CircleMinus";
|
|
392
|
+
CircleOff: "CircleOff";
|
|
393
|
+
CircleParking: "CircleParking";
|
|
394
|
+
CircleParkingOff: "CircleParkingOff";
|
|
395
|
+
CirclePause: "CirclePause";
|
|
396
|
+
CirclePercent: "CirclePercent";
|
|
397
|
+
CirclePile: "CirclePile";
|
|
398
|
+
CirclePlay: "CirclePlay";
|
|
399
|
+
CirclePlus: "CirclePlus";
|
|
400
|
+
CirclePoundSterling: "CirclePoundSterling";
|
|
401
|
+
CirclePower: "CirclePower";
|
|
402
|
+
CircleQuestionMark: "CircleQuestionMark";
|
|
403
|
+
CircleSlash: "CircleSlash";
|
|
404
|
+
CircleSlash2: "CircleSlash2";
|
|
405
|
+
CircleSmall: "CircleSmall";
|
|
406
|
+
CircleStar: "CircleStar";
|
|
407
|
+
CircleStop: "CircleStop";
|
|
408
|
+
CircleUser: "CircleUser";
|
|
409
|
+
CircleUserRound: "CircleUserRound";
|
|
410
|
+
CircleX: "CircleX";
|
|
411
|
+
CircuitBoard: "CircuitBoard";
|
|
412
|
+
Citrus: "Citrus";
|
|
413
|
+
Clapperboard: "Clapperboard";
|
|
414
|
+
Clipboard: "Clipboard";
|
|
415
|
+
ClipboardCheck: "ClipboardCheck";
|
|
416
|
+
ClipboardClock: "ClipboardClock";
|
|
417
|
+
ClipboardCopy: "ClipboardCopy";
|
|
418
|
+
ClipboardList: "ClipboardList";
|
|
419
|
+
ClipboardMinus: "ClipboardMinus";
|
|
420
|
+
ClipboardPaste: "ClipboardPaste";
|
|
421
|
+
ClipboardPen: "ClipboardPen";
|
|
422
|
+
ClipboardPenLine: "ClipboardPenLine";
|
|
423
|
+
ClipboardPlus: "ClipboardPlus";
|
|
424
|
+
ClipboardType: "ClipboardType";
|
|
425
|
+
ClipboardX: "ClipboardX";
|
|
426
|
+
Clock: "Clock";
|
|
427
|
+
Clock1: "Clock1";
|
|
428
|
+
Clock10: "Clock10";
|
|
429
|
+
Clock11: "Clock11";
|
|
430
|
+
Clock12: "Clock12";
|
|
431
|
+
Clock2: "Clock2";
|
|
432
|
+
Clock3: "Clock3";
|
|
433
|
+
Clock4: "Clock4";
|
|
434
|
+
Clock5: "Clock5";
|
|
435
|
+
Clock6: "Clock6";
|
|
436
|
+
Clock7: "Clock7";
|
|
437
|
+
Clock8: "Clock8";
|
|
438
|
+
Clock9: "Clock9";
|
|
439
|
+
ClockAlert: "ClockAlert";
|
|
440
|
+
ClockArrowDown: "ClockArrowDown";
|
|
441
|
+
ClockArrowUp: "ClockArrowUp";
|
|
442
|
+
ClockCheck: "ClockCheck";
|
|
443
|
+
ClockFading: "ClockFading";
|
|
444
|
+
ClockPlus: "ClockPlus";
|
|
445
|
+
ClosedCaption: "ClosedCaption";
|
|
446
|
+
Cloud: "Cloud";
|
|
447
|
+
CloudAlert: "CloudAlert";
|
|
448
|
+
CloudBackup: "CloudBackup";
|
|
449
|
+
CloudCheck: "CloudCheck";
|
|
450
|
+
CloudCog: "CloudCog";
|
|
451
|
+
CloudDownload: "CloudDownload";
|
|
452
|
+
CloudDrizzle: "CloudDrizzle";
|
|
453
|
+
CloudFog: "CloudFog";
|
|
454
|
+
CloudHail: "CloudHail";
|
|
455
|
+
CloudLightning: "CloudLightning";
|
|
456
|
+
CloudMoon: "CloudMoon";
|
|
457
|
+
CloudMoonRain: "CloudMoonRain";
|
|
458
|
+
CloudOff: "CloudOff";
|
|
459
|
+
CloudRain: "CloudRain";
|
|
460
|
+
CloudRainWind: "CloudRainWind";
|
|
461
|
+
CloudSnow: "CloudSnow";
|
|
462
|
+
CloudSun: "CloudSun";
|
|
463
|
+
CloudSunRain: "CloudSunRain";
|
|
464
|
+
CloudSync: "CloudSync";
|
|
465
|
+
CloudUpload: "CloudUpload";
|
|
466
|
+
Cloudy: "Cloudy";
|
|
467
|
+
Clover: "Clover";
|
|
468
|
+
Club: "Club";
|
|
469
|
+
Code: "Code";
|
|
470
|
+
CodeXml: "CodeXml";
|
|
471
|
+
Codepen: "Codepen";
|
|
472
|
+
Codesandbox: "Codesandbox";
|
|
473
|
+
Coffee: "Coffee";
|
|
474
|
+
Cog: "Cog";
|
|
475
|
+
Coins: "Coins";
|
|
476
|
+
Columns2: "Columns2";
|
|
477
|
+
Columns3: "Columns3";
|
|
478
|
+
Columns3Cog: "Columns3Cog";
|
|
479
|
+
Columns4: "Columns4";
|
|
480
|
+
Combine: "Combine";
|
|
481
|
+
Command: "Command";
|
|
482
|
+
Compass: "Compass";
|
|
483
|
+
Component: "Component";
|
|
484
|
+
Computer: "Computer";
|
|
485
|
+
ConciergeBell: "ConciergeBell";
|
|
486
|
+
Cone: "Cone";
|
|
487
|
+
Construction: "Construction";
|
|
488
|
+
Contact: "Contact";
|
|
489
|
+
ContactRound: "ContactRound";
|
|
490
|
+
Container: "Container";
|
|
491
|
+
Contrast: "Contrast";
|
|
492
|
+
Cookie: "Cookie";
|
|
493
|
+
CookingPot: "CookingPot";
|
|
494
|
+
Copy: "Copy";
|
|
495
|
+
CopyCheck: "CopyCheck";
|
|
496
|
+
CopyMinus: "CopyMinus";
|
|
497
|
+
CopyPlus: "CopyPlus";
|
|
498
|
+
CopySlash: "CopySlash";
|
|
499
|
+
CopyX: "CopyX";
|
|
500
|
+
Copyleft: "Copyleft";
|
|
501
|
+
Copyright: "Copyright";
|
|
502
|
+
CornerDownLeft: "CornerDownLeft";
|
|
503
|
+
CornerDownRight: "CornerDownRight";
|
|
504
|
+
CornerLeftDown: "CornerLeftDown";
|
|
505
|
+
CornerLeftUp: "CornerLeftUp";
|
|
506
|
+
CornerRightDown: "CornerRightDown";
|
|
507
|
+
CornerRightUp: "CornerRightUp";
|
|
508
|
+
CornerUpLeft: "CornerUpLeft";
|
|
509
|
+
CornerUpRight: "CornerUpRight";
|
|
510
|
+
Cpu: "Cpu";
|
|
511
|
+
CreativeCommons: "CreativeCommons";
|
|
512
|
+
CreditCard: "CreditCard";
|
|
513
|
+
Croissant: "Croissant";
|
|
514
|
+
Crop: "Crop";
|
|
515
|
+
Cross: "Cross";
|
|
516
|
+
Crosshair: "Crosshair";
|
|
517
|
+
Crown: "Crown";
|
|
518
|
+
Cuboid: "Cuboid";
|
|
519
|
+
CupSoda: "CupSoda";
|
|
520
|
+
Currency: "Currency";
|
|
521
|
+
Cylinder: "Cylinder";
|
|
522
|
+
Dam: "Dam";
|
|
523
|
+
Database: "Database";
|
|
524
|
+
DatabaseBackup: "DatabaseBackup";
|
|
525
|
+
DatabaseZap: "DatabaseZap";
|
|
526
|
+
DecimalsArrowLeft: "DecimalsArrowLeft";
|
|
527
|
+
DecimalsArrowRight: "DecimalsArrowRight";
|
|
528
|
+
Delete: "Delete";
|
|
529
|
+
Dessert: "Dessert";
|
|
530
|
+
Diameter: "Diameter";
|
|
531
|
+
Diamond: "Diamond";
|
|
532
|
+
DiamondMinus: "DiamondMinus";
|
|
533
|
+
DiamondPercent: "DiamondPercent";
|
|
534
|
+
DiamondPlus: "DiamondPlus";
|
|
535
|
+
Dice1: "Dice1";
|
|
536
|
+
Dice2: "Dice2";
|
|
537
|
+
Dice3: "Dice3";
|
|
538
|
+
Dice4: "Dice4";
|
|
539
|
+
Dice5: "Dice5";
|
|
540
|
+
Dice6: "Dice6";
|
|
541
|
+
Dices: "Dices";
|
|
542
|
+
Diff: "Diff";
|
|
543
|
+
Disc: "Disc";
|
|
544
|
+
Disc2: "Disc2";
|
|
545
|
+
Disc3: "Disc3";
|
|
546
|
+
DiscAlbum: "DiscAlbum";
|
|
547
|
+
Divide: "Divide";
|
|
548
|
+
Dna: "Dna";
|
|
549
|
+
DnaOff: "DnaOff";
|
|
550
|
+
Dock: "Dock";
|
|
551
|
+
Dog: "Dog";
|
|
552
|
+
DollarSign: "DollarSign";
|
|
553
|
+
Donut: "Donut";
|
|
554
|
+
DoorClosed: "DoorClosed";
|
|
555
|
+
DoorClosedLocked: "DoorClosedLocked";
|
|
556
|
+
DoorOpen: "DoorOpen";
|
|
557
|
+
Dot: "Dot";
|
|
558
|
+
Download: "Download";
|
|
559
|
+
DraftingCompass: "DraftingCompass";
|
|
560
|
+
Drama: "Drama";
|
|
561
|
+
Dribbble: "Dribbble";
|
|
562
|
+
Drill: "Drill";
|
|
563
|
+
Drone: "Drone";
|
|
564
|
+
Droplet: "Droplet";
|
|
565
|
+
DropletOff: "DropletOff";
|
|
566
|
+
Droplets: "Droplets";
|
|
567
|
+
Drum: "Drum";
|
|
568
|
+
Drumstick: "Drumstick";
|
|
569
|
+
Dumbbell: "Dumbbell";
|
|
570
|
+
Ear: "Ear";
|
|
571
|
+
EarOff: "EarOff";
|
|
572
|
+
Earth: "Earth";
|
|
573
|
+
EarthLock: "EarthLock";
|
|
574
|
+
Eclipse: "Eclipse";
|
|
575
|
+
Egg: "Egg";
|
|
576
|
+
EggFried: "EggFried";
|
|
577
|
+
EggOff: "EggOff";
|
|
578
|
+
Ellipsis: "Ellipsis";
|
|
579
|
+
EllipsisVertical: "EllipsisVertical";
|
|
580
|
+
Equal: "Equal";
|
|
581
|
+
EqualApproximately: "EqualApproximately";
|
|
582
|
+
EqualNot: "EqualNot";
|
|
583
|
+
Eraser: "Eraser";
|
|
584
|
+
EthernetPort: "EthernetPort";
|
|
585
|
+
Euro: "Euro";
|
|
586
|
+
EvCharger: "EvCharger";
|
|
587
|
+
Expand: "Expand";
|
|
588
|
+
ExternalLink: "ExternalLink";
|
|
589
|
+
Eye: "Eye";
|
|
590
|
+
EyeClosed: "EyeClosed";
|
|
591
|
+
EyeOff: "EyeOff";
|
|
592
|
+
Facebook: "Facebook";
|
|
593
|
+
Factory: "Factory";
|
|
594
|
+
Fan: "Fan";
|
|
595
|
+
FastForward: "FastForward";
|
|
596
|
+
Feather: "Feather";
|
|
597
|
+
Fence: "Fence";
|
|
598
|
+
FerrisWheel: "FerrisWheel";
|
|
599
|
+
Figma: "Figma";
|
|
600
|
+
File: "File";
|
|
601
|
+
FileArchive: "FileArchive";
|
|
602
|
+
FileAxis3d: "FileAxis3d";
|
|
603
|
+
FileBadge: "FileBadge";
|
|
604
|
+
FileBox: "FileBox";
|
|
605
|
+
FileBraces: "FileBraces";
|
|
606
|
+
FileBracesCorner: "FileBracesCorner";
|
|
607
|
+
FileChartColumn: "FileChartColumn";
|
|
608
|
+
FileChartColumnIncreasing: "FileChartColumnIncreasing";
|
|
609
|
+
FileChartLine: "FileChartLine";
|
|
610
|
+
FileChartPie: "FileChartPie";
|
|
611
|
+
FileCheck: "FileCheck";
|
|
612
|
+
FileCheckCorner: "FileCheckCorner";
|
|
613
|
+
FileClock: "FileClock";
|
|
614
|
+
FileCode: "FileCode";
|
|
615
|
+
FileCodeCorner: "FileCodeCorner";
|
|
616
|
+
FileCog: "FileCog";
|
|
617
|
+
FileDiff: "FileDiff";
|
|
618
|
+
FileDigit: "FileDigit";
|
|
619
|
+
FileDown: "FileDown";
|
|
620
|
+
FileExclamationPoint: "FileExclamationPoint";
|
|
621
|
+
FileHeadphone: "FileHeadphone";
|
|
622
|
+
FileHeart: "FileHeart";
|
|
623
|
+
FileImage: "FileImage";
|
|
624
|
+
FileInput: "FileInput";
|
|
625
|
+
FileKey: "FileKey";
|
|
626
|
+
FileLock: "FileLock";
|
|
627
|
+
FileMinus: "FileMinus";
|
|
628
|
+
FileMinusCorner: "FileMinusCorner";
|
|
629
|
+
FileMusic: "FileMusic";
|
|
630
|
+
FileOutput: "FileOutput";
|
|
631
|
+
FilePen: "FilePen";
|
|
632
|
+
FilePenLine: "FilePenLine";
|
|
633
|
+
FilePlay: "FilePlay";
|
|
634
|
+
FilePlus: "FilePlus";
|
|
635
|
+
FilePlusCorner: "FilePlusCorner";
|
|
636
|
+
FileQuestionMark: "FileQuestionMark";
|
|
637
|
+
FileScan: "FileScan";
|
|
638
|
+
FileSearch: "FileSearch";
|
|
639
|
+
FileSearchCorner: "FileSearchCorner";
|
|
640
|
+
FileSignal: "FileSignal";
|
|
641
|
+
FileSliders: "FileSliders";
|
|
642
|
+
FileSpreadsheet: "FileSpreadsheet";
|
|
643
|
+
FileStack: "FileStack";
|
|
644
|
+
FileSymlink: "FileSymlink";
|
|
645
|
+
FileTerminal: "FileTerminal";
|
|
646
|
+
FileText: "FileText";
|
|
647
|
+
FileType: "FileType";
|
|
648
|
+
FileTypeCorner: "FileTypeCorner";
|
|
649
|
+
FileUp: "FileUp";
|
|
650
|
+
FileUser: "FileUser";
|
|
651
|
+
FileVideoCamera: "FileVideoCamera";
|
|
652
|
+
FileVolume: "FileVolume";
|
|
653
|
+
FileX: "FileX";
|
|
654
|
+
FileXCorner: "FileXCorner";
|
|
655
|
+
Files: "Files";
|
|
656
|
+
Film: "Film";
|
|
657
|
+
FingerprintPattern: "FingerprintPattern";
|
|
658
|
+
FireExtinguisher: "FireExtinguisher";
|
|
659
|
+
Fish: "Fish";
|
|
660
|
+
FishOff: "FishOff";
|
|
661
|
+
FishSymbol: "FishSymbol";
|
|
662
|
+
Flag: "Flag";
|
|
663
|
+
FlagOff: "FlagOff";
|
|
664
|
+
FlagTriangleLeft: "FlagTriangleLeft";
|
|
665
|
+
FlagTriangleRight: "FlagTriangleRight";
|
|
666
|
+
Flame: "Flame";
|
|
667
|
+
FlameKindling: "FlameKindling";
|
|
668
|
+
Flashlight: "Flashlight";
|
|
669
|
+
FlashlightOff: "FlashlightOff";
|
|
670
|
+
FlaskConical: "FlaskConical";
|
|
671
|
+
FlaskConicalOff: "FlaskConicalOff";
|
|
672
|
+
FlaskRound: "FlaskRound";
|
|
673
|
+
FlipHorizontal: "FlipHorizontal";
|
|
674
|
+
FlipHorizontal2: "FlipHorizontal2";
|
|
675
|
+
FlipVertical: "FlipVertical";
|
|
676
|
+
FlipVertical2: "FlipVertical2";
|
|
677
|
+
Flower: "Flower";
|
|
678
|
+
Flower2: "Flower2";
|
|
679
|
+
Focus: "Focus";
|
|
680
|
+
FoldHorizontal: "FoldHorizontal";
|
|
681
|
+
FoldVertical: "FoldVertical";
|
|
682
|
+
Folder: "Folder";
|
|
683
|
+
FolderArchive: "FolderArchive";
|
|
684
|
+
FolderCheck: "FolderCheck";
|
|
685
|
+
FolderClock: "FolderClock";
|
|
686
|
+
FolderClosed: "FolderClosed";
|
|
687
|
+
FolderCode: "FolderCode";
|
|
688
|
+
FolderCog: "FolderCog";
|
|
689
|
+
FolderDot: "FolderDot";
|
|
690
|
+
FolderDown: "FolderDown";
|
|
691
|
+
FolderGit: "FolderGit";
|
|
692
|
+
FolderGit2: "FolderGit2";
|
|
693
|
+
FolderHeart: "FolderHeart";
|
|
694
|
+
FolderInput: "FolderInput";
|
|
695
|
+
FolderKanban: "FolderKanban";
|
|
696
|
+
FolderKey: "FolderKey";
|
|
697
|
+
FolderLock: "FolderLock";
|
|
698
|
+
FolderMinus: "FolderMinus";
|
|
699
|
+
FolderOpen: "FolderOpen";
|
|
700
|
+
FolderOpenDot: "FolderOpenDot";
|
|
701
|
+
FolderOutput: "FolderOutput";
|
|
702
|
+
FolderPen: "FolderPen";
|
|
703
|
+
FolderPlus: "FolderPlus";
|
|
704
|
+
FolderRoot: "FolderRoot";
|
|
705
|
+
FolderSearch: "FolderSearch";
|
|
706
|
+
FolderSearch2: "FolderSearch2";
|
|
707
|
+
FolderSymlink: "FolderSymlink";
|
|
708
|
+
FolderSync: "FolderSync";
|
|
709
|
+
FolderTree: "FolderTree";
|
|
710
|
+
FolderUp: "FolderUp";
|
|
711
|
+
FolderX: "FolderX";
|
|
712
|
+
Folders: "Folders";
|
|
713
|
+
Footprints: "Footprints";
|
|
714
|
+
Forklift: "Forklift";
|
|
715
|
+
Form: "Form";
|
|
716
|
+
Forward: "Forward";
|
|
717
|
+
Frame: "Frame";
|
|
718
|
+
Framer: "Framer";
|
|
719
|
+
Frown: "Frown";
|
|
720
|
+
Fuel: "Fuel";
|
|
721
|
+
Fullscreen: "Fullscreen";
|
|
722
|
+
Funnel: "Funnel";
|
|
723
|
+
FunnelPlus: "FunnelPlus";
|
|
724
|
+
FunnelX: "FunnelX";
|
|
725
|
+
GalleryHorizontal: "GalleryHorizontal";
|
|
726
|
+
GalleryHorizontalEnd: "GalleryHorizontalEnd";
|
|
727
|
+
GalleryThumbnails: "GalleryThumbnails";
|
|
728
|
+
GalleryVertical: "GalleryVertical";
|
|
729
|
+
GalleryVerticalEnd: "GalleryVerticalEnd";
|
|
730
|
+
Gamepad: "Gamepad";
|
|
731
|
+
Gamepad2: "Gamepad2";
|
|
732
|
+
GamepadDirectional: "GamepadDirectional";
|
|
733
|
+
Gauge: "Gauge";
|
|
734
|
+
Gavel: "Gavel";
|
|
735
|
+
Gem: "Gem";
|
|
736
|
+
GeorgianLari: "GeorgianLari";
|
|
737
|
+
Ghost: "Ghost";
|
|
738
|
+
Gift: "Gift";
|
|
739
|
+
GitBranch: "GitBranch";
|
|
740
|
+
GitBranchMinus: "GitBranchMinus";
|
|
741
|
+
GitBranchPlus: "GitBranchPlus";
|
|
742
|
+
GitCommitHorizontal: "GitCommitHorizontal";
|
|
743
|
+
GitCommitVertical: "GitCommitVertical";
|
|
744
|
+
GitCompare: "GitCompare";
|
|
745
|
+
GitCompareArrows: "GitCompareArrows";
|
|
746
|
+
GitFork: "GitFork";
|
|
747
|
+
GitGraph: "GitGraph";
|
|
748
|
+
GitMerge: "GitMerge";
|
|
749
|
+
GitPullRequest: "GitPullRequest";
|
|
750
|
+
GitPullRequestArrow: "GitPullRequestArrow";
|
|
751
|
+
GitPullRequestClosed: "GitPullRequestClosed";
|
|
752
|
+
GitPullRequestCreate: "GitPullRequestCreate";
|
|
753
|
+
GitPullRequestCreateArrow: "GitPullRequestCreateArrow";
|
|
754
|
+
GitPullRequestDraft: "GitPullRequestDraft";
|
|
755
|
+
Github: "Github";
|
|
756
|
+
Gitlab: "Gitlab";
|
|
757
|
+
GlassWater: "GlassWater";
|
|
758
|
+
Glasses: "Glasses";
|
|
759
|
+
Globe: "Globe";
|
|
760
|
+
GlobeLock: "GlobeLock";
|
|
761
|
+
Goal: "Goal";
|
|
762
|
+
Gpu: "Gpu";
|
|
763
|
+
GraduationCap: "GraduationCap";
|
|
764
|
+
Grape: "Grape";
|
|
765
|
+
Grid2x2: "Grid2x2";
|
|
766
|
+
Grid2x2Check: "Grid2x2Check";
|
|
767
|
+
Grid2x2Plus: "Grid2x2Plus";
|
|
768
|
+
Grid2x2X: "Grid2x2X";
|
|
769
|
+
Grid3x2: "Grid3x2";
|
|
770
|
+
Grid3x3: "Grid3x3";
|
|
771
|
+
Grip: "Grip";
|
|
772
|
+
GripHorizontal: "GripHorizontal";
|
|
773
|
+
GripVertical: "GripVertical";
|
|
774
|
+
Group: "Group";
|
|
775
|
+
Guitar: "Guitar";
|
|
776
|
+
Ham: "Ham";
|
|
777
|
+
Hamburger: "Hamburger";
|
|
778
|
+
Hammer: "Hammer";
|
|
779
|
+
Hand: "Hand";
|
|
780
|
+
HandCoins: "HandCoins";
|
|
781
|
+
HandFist: "HandFist";
|
|
782
|
+
HandGrab: "HandGrab";
|
|
783
|
+
HandHeart: "HandHeart";
|
|
784
|
+
HandHelping: "HandHelping";
|
|
785
|
+
HandMetal: "HandMetal";
|
|
786
|
+
HandPlatter: "HandPlatter";
|
|
787
|
+
Handbag: "Handbag";
|
|
788
|
+
Handshake: "Handshake";
|
|
789
|
+
HardDrive: "HardDrive";
|
|
790
|
+
HardDriveDownload: "HardDriveDownload";
|
|
791
|
+
HardDriveUpload: "HardDriveUpload";
|
|
792
|
+
HardHat: "HardHat";
|
|
793
|
+
Hash: "Hash";
|
|
794
|
+
HatGlasses: "HatGlasses";
|
|
795
|
+
Haze: "Haze";
|
|
796
|
+
HdmiPort: "HdmiPort";
|
|
797
|
+
Heading: "Heading";
|
|
798
|
+
Heading1: "Heading1";
|
|
799
|
+
Heading2: "Heading2";
|
|
800
|
+
Heading3: "Heading3";
|
|
801
|
+
Heading4: "Heading4";
|
|
802
|
+
Heading5: "Heading5";
|
|
803
|
+
Heading6: "Heading6";
|
|
804
|
+
HeadphoneOff: "HeadphoneOff";
|
|
805
|
+
Headphones: "Headphones";
|
|
806
|
+
Headset: "Headset";
|
|
807
|
+
Heart: "Heart";
|
|
808
|
+
HeartCrack: "HeartCrack";
|
|
809
|
+
HeartHandshake: "HeartHandshake";
|
|
810
|
+
HeartMinus: "HeartMinus";
|
|
811
|
+
HeartOff: "HeartOff";
|
|
812
|
+
HeartPlus: "HeartPlus";
|
|
813
|
+
HeartPulse: "HeartPulse";
|
|
814
|
+
Heater: "Heater";
|
|
815
|
+
Helicopter: "Helicopter";
|
|
816
|
+
Hexagon: "Hexagon";
|
|
817
|
+
Highlighter: "Highlighter";
|
|
818
|
+
History: "History";
|
|
819
|
+
Hop: "Hop";
|
|
820
|
+
HopOff: "HopOff";
|
|
821
|
+
Hospital: "Hospital";
|
|
822
|
+
Hotel: "Hotel";
|
|
823
|
+
Hourglass: "Hourglass";
|
|
824
|
+
House: "House";
|
|
825
|
+
HouseHeart: "HouseHeart";
|
|
826
|
+
HousePlug: "HousePlug";
|
|
827
|
+
HousePlus: "HousePlus";
|
|
828
|
+
HouseWifi: "HouseWifi";
|
|
829
|
+
IceCreamBowl: "IceCreamBowl";
|
|
830
|
+
IceCreamCone: "IceCreamCone";
|
|
831
|
+
IdCard: "IdCard";
|
|
832
|
+
IdCardLanyard: "IdCardLanyard";
|
|
833
|
+
Image: "Image";
|
|
834
|
+
ImageDown: "ImageDown";
|
|
835
|
+
ImageMinus: "ImageMinus";
|
|
836
|
+
ImageOff: "ImageOff";
|
|
837
|
+
ImagePlay: "ImagePlay";
|
|
838
|
+
ImagePlus: "ImagePlus";
|
|
839
|
+
ImageUp: "ImageUp";
|
|
840
|
+
ImageUpscale: "ImageUpscale";
|
|
841
|
+
Images: "Images";
|
|
842
|
+
Import: "Import";
|
|
843
|
+
Inbox: "Inbox";
|
|
844
|
+
IndianRupee: "IndianRupee";
|
|
845
|
+
Infinity: "Infinity";
|
|
846
|
+
Info: "Info";
|
|
847
|
+
InspectionPanel: "InspectionPanel";
|
|
848
|
+
Instagram: "Instagram";
|
|
849
|
+
Italic: "Italic";
|
|
850
|
+
IterationCcw: "IterationCcw";
|
|
851
|
+
IterationCw: "IterationCw";
|
|
852
|
+
JapaneseYen: "JapaneseYen";
|
|
853
|
+
Joystick: "Joystick";
|
|
854
|
+
Kanban: "Kanban";
|
|
855
|
+
Kayak: "Kayak";
|
|
856
|
+
Key: "Key";
|
|
857
|
+
KeyRound: "KeyRound";
|
|
858
|
+
KeySquare: "KeySquare";
|
|
859
|
+
Keyboard: "Keyboard";
|
|
860
|
+
KeyboardMusic: "KeyboardMusic";
|
|
861
|
+
KeyboardOff: "KeyboardOff";
|
|
862
|
+
Lamp: "Lamp";
|
|
863
|
+
LampCeiling: "LampCeiling";
|
|
864
|
+
LampDesk: "LampDesk";
|
|
865
|
+
LampFloor: "LampFloor";
|
|
866
|
+
LampWallDown: "LampWallDown";
|
|
867
|
+
LampWallUp: "LampWallUp";
|
|
868
|
+
LandPlot: "LandPlot";
|
|
869
|
+
Landmark: "Landmark";
|
|
870
|
+
Languages: "Languages";
|
|
871
|
+
Laptop: "Laptop";
|
|
872
|
+
LaptopMinimal: "LaptopMinimal";
|
|
873
|
+
LaptopMinimalCheck: "LaptopMinimalCheck";
|
|
874
|
+
Lasso: "Lasso";
|
|
875
|
+
LassoSelect: "LassoSelect";
|
|
876
|
+
Laugh: "Laugh";
|
|
877
|
+
Layers: "Layers";
|
|
878
|
+
Layers2: "Layers2";
|
|
879
|
+
LayersPlus: "LayersPlus";
|
|
880
|
+
LayoutDashboard: "LayoutDashboard";
|
|
881
|
+
LayoutGrid: "LayoutGrid";
|
|
882
|
+
LayoutList: "LayoutList";
|
|
883
|
+
LayoutPanelLeft: "LayoutPanelLeft";
|
|
884
|
+
LayoutPanelTop: "LayoutPanelTop";
|
|
885
|
+
LayoutTemplate: "LayoutTemplate";
|
|
886
|
+
Leaf: "Leaf";
|
|
887
|
+
LeafyGreen: "LeafyGreen";
|
|
888
|
+
Lectern: "Lectern";
|
|
889
|
+
Library: "Library";
|
|
890
|
+
LibraryBig: "LibraryBig";
|
|
891
|
+
LifeBuoy: "LifeBuoy";
|
|
892
|
+
Ligature: "Ligature";
|
|
893
|
+
Lightbulb: "Lightbulb";
|
|
894
|
+
LightbulbOff: "LightbulbOff";
|
|
895
|
+
LineSquiggle: "LineSquiggle";
|
|
896
|
+
Link: "Link";
|
|
897
|
+
Link2: "Link2";
|
|
898
|
+
Link2Off: "Link2Off";
|
|
899
|
+
Linkedin: "Linkedin";
|
|
900
|
+
List: "List";
|
|
901
|
+
ListCheck: "ListCheck";
|
|
902
|
+
ListChecks: "ListChecks";
|
|
903
|
+
ListChevronsDownUp: "ListChevronsDownUp";
|
|
904
|
+
ListChevronsUpDown: "ListChevronsUpDown";
|
|
905
|
+
ListCollapse: "ListCollapse";
|
|
906
|
+
ListEnd: "ListEnd";
|
|
907
|
+
ListFilter: "ListFilter";
|
|
908
|
+
ListFilterPlus: "ListFilterPlus";
|
|
909
|
+
ListIndentDecrease: "ListIndentDecrease";
|
|
910
|
+
ListIndentIncrease: "ListIndentIncrease";
|
|
911
|
+
ListMinus: "ListMinus";
|
|
912
|
+
ListMusic: "ListMusic";
|
|
913
|
+
ListOrdered: "ListOrdered";
|
|
914
|
+
ListPlus: "ListPlus";
|
|
915
|
+
ListRestart: "ListRestart";
|
|
916
|
+
ListStart: "ListStart";
|
|
917
|
+
ListTodo: "ListTodo";
|
|
918
|
+
ListTree: "ListTree";
|
|
919
|
+
ListVideo: "ListVideo";
|
|
920
|
+
ListX: "ListX";
|
|
921
|
+
Loader: "Loader";
|
|
922
|
+
LoaderCircle: "LoaderCircle";
|
|
923
|
+
LoaderPinwheel: "LoaderPinwheel";
|
|
924
|
+
Locate: "Locate";
|
|
925
|
+
LocateFixed: "LocateFixed";
|
|
926
|
+
LocateOff: "LocateOff";
|
|
927
|
+
Lock: "Lock";
|
|
928
|
+
LockKeyhole: "LockKeyhole";
|
|
929
|
+
LockKeyholeOpen: "LockKeyholeOpen";
|
|
930
|
+
LockOpen: "LockOpen";
|
|
931
|
+
LogIn: "LogIn";
|
|
932
|
+
LogOut: "LogOut";
|
|
933
|
+
Logs: "Logs";
|
|
934
|
+
Lollipop: "Lollipop";
|
|
935
|
+
Luggage: "Luggage";
|
|
936
|
+
Magnet: "Magnet";
|
|
937
|
+
Mail: "Mail";
|
|
938
|
+
MailCheck: "MailCheck";
|
|
939
|
+
MailMinus: "MailMinus";
|
|
940
|
+
MailOpen: "MailOpen";
|
|
941
|
+
MailPlus: "MailPlus";
|
|
942
|
+
MailQuestionMark: "MailQuestionMark";
|
|
943
|
+
MailSearch: "MailSearch";
|
|
944
|
+
MailWarning: "MailWarning";
|
|
945
|
+
MailX: "MailX";
|
|
946
|
+
Mailbox: "Mailbox";
|
|
947
|
+
Mails: "Mails";
|
|
948
|
+
Map: "Map";
|
|
949
|
+
MapMinus: "MapMinus";
|
|
950
|
+
MapPin: "MapPin";
|
|
951
|
+
MapPinCheck: "MapPinCheck";
|
|
952
|
+
MapPinCheckInside: "MapPinCheckInside";
|
|
953
|
+
MapPinHouse: "MapPinHouse";
|
|
954
|
+
MapPinMinus: "MapPinMinus";
|
|
955
|
+
MapPinMinusInside: "MapPinMinusInside";
|
|
956
|
+
MapPinOff: "MapPinOff";
|
|
957
|
+
MapPinPen: "MapPinPen";
|
|
958
|
+
MapPinPlus: "MapPinPlus";
|
|
959
|
+
MapPinPlusInside: "MapPinPlusInside";
|
|
960
|
+
MapPinX: "MapPinX";
|
|
961
|
+
MapPinXInside: "MapPinXInside";
|
|
962
|
+
MapPinned: "MapPinned";
|
|
963
|
+
MapPlus: "MapPlus";
|
|
964
|
+
Mars: "Mars";
|
|
965
|
+
MarsStroke: "MarsStroke";
|
|
966
|
+
Martini: "Martini";
|
|
967
|
+
Maximize: "Maximize";
|
|
968
|
+
Maximize2: "Maximize2";
|
|
969
|
+
Medal: "Medal";
|
|
970
|
+
Megaphone: "Megaphone";
|
|
971
|
+
MegaphoneOff: "MegaphoneOff";
|
|
972
|
+
Meh: "Meh";
|
|
973
|
+
MemoryStick: "MemoryStick";
|
|
974
|
+
Menu: "Menu";
|
|
975
|
+
Merge: "Merge";
|
|
976
|
+
MessageCircle: "MessageCircle";
|
|
977
|
+
MessageCircleCode: "MessageCircleCode";
|
|
978
|
+
MessageCircleDashed: "MessageCircleDashed";
|
|
979
|
+
MessageCircleHeart: "MessageCircleHeart";
|
|
980
|
+
MessageCircleMore: "MessageCircleMore";
|
|
981
|
+
MessageCircleOff: "MessageCircleOff";
|
|
982
|
+
MessageCirclePlus: "MessageCirclePlus";
|
|
983
|
+
MessageCircleQuestionMark: "MessageCircleQuestionMark";
|
|
984
|
+
MessageCircleReply: "MessageCircleReply";
|
|
985
|
+
MessageCircleWarning: "MessageCircleWarning";
|
|
986
|
+
MessageCircleX: "MessageCircleX";
|
|
987
|
+
MessageSquare: "MessageSquare";
|
|
988
|
+
MessageSquareCode: "MessageSquareCode";
|
|
989
|
+
MessageSquareDashed: "MessageSquareDashed";
|
|
990
|
+
MessageSquareDiff: "MessageSquareDiff";
|
|
991
|
+
MessageSquareDot: "MessageSquareDot";
|
|
992
|
+
MessageSquareHeart: "MessageSquareHeart";
|
|
993
|
+
MessageSquareLock: "MessageSquareLock";
|
|
994
|
+
MessageSquareMore: "MessageSquareMore";
|
|
995
|
+
MessageSquareOff: "MessageSquareOff";
|
|
996
|
+
MessageSquarePlus: "MessageSquarePlus";
|
|
997
|
+
MessageSquareQuote: "MessageSquareQuote";
|
|
998
|
+
MessageSquareReply: "MessageSquareReply";
|
|
999
|
+
MessageSquareShare: "MessageSquareShare";
|
|
1000
|
+
MessageSquareText: "MessageSquareText";
|
|
1001
|
+
MessageSquareWarning: "MessageSquareWarning";
|
|
1002
|
+
MessageSquareX: "MessageSquareX";
|
|
1003
|
+
MessagesSquare: "MessagesSquare";
|
|
1004
|
+
Mic: "Mic";
|
|
1005
|
+
MicOff: "MicOff";
|
|
1006
|
+
MicVocal: "MicVocal";
|
|
1007
|
+
Microchip: "Microchip";
|
|
1008
|
+
Microscope: "Microscope";
|
|
1009
|
+
Microwave: "Microwave";
|
|
1010
|
+
Milestone: "Milestone";
|
|
1011
|
+
Milk: "Milk";
|
|
1012
|
+
MilkOff: "MilkOff";
|
|
1013
|
+
Minimize: "Minimize";
|
|
1014
|
+
Minimize2: "Minimize2";
|
|
1015
|
+
Minus: "Minus";
|
|
1016
|
+
Monitor: "Monitor";
|
|
1017
|
+
MonitorCheck: "MonitorCheck";
|
|
1018
|
+
MonitorCloud: "MonitorCloud";
|
|
1019
|
+
MonitorCog: "MonitorCog";
|
|
1020
|
+
MonitorDot: "MonitorDot";
|
|
1021
|
+
MonitorDown: "MonitorDown";
|
|
1022
|
+
MonitorOff: "MonitorOff";
|
|
1023
|
+
MonitorPause: "MonitorPause";
|
|
1024
|
+
MonitorPlay: "MonitorPlay";
|
|
1025
|
+
MonitorSmartphone: "MonitorSmartphone";
|
|
1026
|
+
MonitorSpeaker: "MonitorSpeaker";
|
|
1027
|
+
MonitorStop: "MonitorStop";
|
|
1028
|
+
MonitorUp: "MonitorUp";
|
|
1029
|
+
MonitorX: "MonitorX";
|
|
1030
|
+
Moon: "Moon";
|
|
1031
|
+
MoonStar: "MoonStar";
|
|
1032
|
+
Motorbike: "Motorbike";
|
|
1033
|
+
Mountain: "Mountain";
|
|
1034
|
+
MountainSnow: "MountainSnow";
|
|
1035
|
+
Mouse: "Mouse";
|
|
1036
|
+
MouseOff: "MouseOff";
|
|
1037
|
+
MousePointer: "MousePointer";
|
|
1038
|
+
MousePointer2: "MousePointer2";
|
|
1039
|
+
MousePointer2Off: "MousePointer2Off";
|
|
1040
|
+
MousePointerBan: "MousePointerBan";
|
|
1041
|
+
MousePointerClick: "MousePointerClick";
|
|
1042
|
+
Move: "Move";
|
|
1043
|
+
Move3d: "Move3d";
|
|
1044
|
+
MoveDiagonal: "MoveDiagonal";
|
|
1045
|
+
MoveDiagonal2: "MoveDiagonal2";
|
|
1046
|
+
MoveDown: "MoveDown";
|
|
1047
|
+
MoveDownLeft: "MoveDownLeft";
|
|
1048
|
+
MoveDownRight: "MoveDownRight";
|
|
1049
|
+
MoveHorizontal: "MoveHorizontal";
|
|
1050
|
+
MoveLeft: "MoveLeft";
|
|
1051
|
+
MoveRight: "MoveRight";
|
|
1052
|
+
MoveUp: "MoveUp";
|
|
1053
|
+
MoveUpLeft: "MoveUpLeft";
|
|
1054
|
+
MoveUpRight: "MoveUpRight";
|
|
1055
|
+
MoveVertical: "MoveVertical";
|
|
1056
|
+
Music: "Music";
|
|
1057
|
+
Music2: "Music2";
|
|
1058
|
+
Music3: "Music3";
|
|
1059
|
+
Music4: "Music4";
|
|
1060
|
+
Navigation: "Navigation";
|
|
1061
|
+
Navigation2: "Navigation2";
|
|
1062
|
+
Navigation2Off: "Navigation2Off";
|
|
1063
|
+
NavigationOff: "NavigationOff";
|
|
1064
|
+
Network: "Network";
|
|
1065
|
+
Newspaper: "Newspaper";
|
|
1066
|
+
Nfc: "Nfc";
|
|
1067
|
+
NonBinary: "NonBinary";
|
|
1068
|
+
Notebook: "Notebook";
|
|
1069
|
+
NotebookPen: "NotebookPen";
|
|
1070
|
+
NotebookTabs: "NotebookTabs";
|
|
1071
|
+
NotebookText: "NotebookText";
|
|
1072
|
+
NotepadText: "NotepadText";
|
|
1073
|
+
NotepadTextDashed: "NotepadTextDashed";
|
|
1074
|
+
Nut: "Nut";
|
|
1075
|
+
NutOff: "NutOff";
|
|
1076
|
+
Octagon: "Octagon";
|
|
1077
|
+
OctagonAlert: "OctagonAlert";
|
|
1078
|
+
OctagonMinus: "OctagonMinus";
|
|
1079
|
+
OctagonPause: "OctagonPause";
|
|
1080
|
+
OctagonX: "OctagonX";
|
|
1081
|
+
Omega: "Omega";
|
|
1082
|
+
Option: "Option";
|
|
1083
|
+
Orbit: "Orbit";
|
|
1084
|
+
Origami: "Origami";
|
|
1085
|
+
Package: "Package";
|
|
1086
|
+
Package2: "Package2";
|
|
1087
|
+
PackageCheck: "PackageCheck";
|
|
1088
|
+
PackageMinus: "PackageMinus";
|
|
1089
|
+
PackageOpen: "PackageOpen";
|
|
1090
|
+
PackagePlus: "PackagePlus";
|
|
1091
|
+
PackageSearch: "PackageSearch";
|
|
1092
|
+
PackageX: "PackageX";
|
|
1093
|
+
PaintBucket: "PaintBucket";
|
|
1094
|
+
PaintRoller: "PaintRoller";
|
|
1095
|
+
Paintbrush: "Paintbrush";
|
|
1096
|
+
PaintbrushVertical: "PaintbrushVertical";
|
|
1097
|
+
Palette: "Palette";
|
|
1098
|
+
Panda: "Panda";
|
|
1099
|
+
PanelBottom: "PanelBottom";
|
|
1100
|
+
PanelBottomClose: "PanelBottomClose";
|
|
1101
|
+
PanelBottomDashed: "PanelBottomDashed";
|
|
1102
|
+
PanelBottomOpen: "PanelBottomOpen";
|
|
1103
|
+
PanelLeft: "PanelLeft";
|
|
1104
|
+
PanelLeftClose: "PanelLeftClose";
|
|
1105
|
+
PanelLeftDashed: "PanelLeftDashed";
|
|
1106
|
+
PanelLeftOpen: "PanelLeftOpen";
|
|
1107
|
+
PanelLeftRightDashed: "PanelLeftRightDashed";
|
|
1108
|
+
PanelRight: "PanelRight";
|
|
1109
|
+
PanelRightClose: "PanelRightClose";
|
|
1110
|
+
PanelRightDashed: "PanelRightDashed";
|
|
1111
|
+
PanelRightOpen: "PanelRightOpen";
|
|
1112
|
+
PanelTop: "PanelTop";
|
|
1113
|
+
PanelTopBottomDashed: "PanelTopBottomDashed";
|
|
1114
|
+
PanelTopClose: "PanelTopClose";
|
|
1115
|
+
PanelTopDashed: "PanelTopDashed";
|
|
1116
|
+
PanelTopOpen: "PanelTopOpen";
|
|
1117
|
+
PanelsLeftBottom: "PanelsLeftBottom";
|
|
1118
|
+
PanelsRightBottom: "PanelsRightBottom";
|
|
1119
|
+
PanelsTopLeft: "PanelsTopLeft";
|
|
1120
|
+
Paperclip: "Paperclip";
|
|
1121
|
+
Parentheses: "Parentheses";
|
|
1122
|
+
ParkingMeter: "ParkingMeter";
|
|
1123
|
+
PartyPopper: "PartyPopper";
|
|
1124
|
+
Pause: "Pause";
|
|
1125
|
+
PawPrint: "PawPrint";
|
|
1126
|
+
PcCase: "PcCase";
|
|
1127
|
+
Pen: "Pen";
|
|
1128
|
+
PenLine: "PenLine";
|
|
1129
|
+
PenOff: "PenOff";
|
|
1130
|
+
PenTool: "PenTool";
|
|
1131
|
+
Pencil: "Pencil";
|
|
1132
|
+
PencilLine: "PencilLine";
|
|
1133
|
+
PencilOff: "PencilOff";
|
|
1134
|
+
PencilRuler: "PencilRuler";
|
|
1135
|
+
Pentagon: "Pentagon";
|
|
1136
|
+
Percent: "Percent";
|
|
1137
|
+
PersonStanding: "PersonStanding";
|
|
1138
|
+
PhilippinePeso: "PhilippinePeso";
|
|
1139
|
+
Phone: "Phone";
|
|
1140
|
+
PhoneCall: "PhoneCall";
|
|
1141
|
+
PhoneForwarded: "PhoneForwarded";
|
|
1142
|
+
PhoneIncoming: "PhoneIncoming";
|
|
1143
|
+
PhoneMissed: "PhoneMissed";
|
|
1144
|
+
PhoneOff: "PhoneOff";
|
|
1145
|
+
PhoneOutgoing: "PhoneOutgoing";
|
|
1146
|
+
Pi: "Pi";
|
|
1147
|
+
Piano: "Piano";
|
|
1148
|
+
Pickaxe: "Pickaxe";
|
|
1149
|
+
PictureInPicture: "PictureInPicture";
|
|
1150
|
+
PictureInPicture2: "PictureInPicture2";
|
|
1151
|
+
PiggyBank: "PiggyBank";
|
|
1152
|
+
Pilcrow: "Pilcrow";
|
|
1153
|
+
PilcrowLeft: "PilcrowLeft";
|
|
1154
|
+
PilcrowRight: "PilcrowRight";
|
|
1155
|
+
Pill: "Pill";
|
|
1156
|
+
PillBottle: "PillBottle";
|
|
1157
|
+
Pin: "Pin";
|
|
1158
|
+
PinOff: "PinOff";
|
|
1159
|
+
Pipette: "Pipette";
|
|
1160
|
+
Pizza: "Pizza";
|
|
1161
|
+
Plane: "Plane";
|
|
1162
|
+
PlaneLanding: "PlaneLanding";
|
|
1163
|
+
PlaneTakeoff: "PlaneTakeoff";
|
|
1164
|
+
Play: "Play";
|
|
1165
|
+
Plug: "Plug";
|
|
1166
|
+
Plug2: "Plug2";
|
|
1167
|
+
PlugZap: "PlugZap";
|
|
1168
|
+
Plus: "Plus";
|
|
1169
|
+
Pocket: "Pocket";
|
|
1170
|
+
PocketKnife: "PocketKnife";
|
|
1171
|
+
Podcast: "Podcast";
|
|
1172
|
+
Pointer: "Pointer";
|
|
1173
|
+
PointerOff: "PointerOff";
|
|
1174
|
+
Popcorn: "Popcorn";
|
|
1175
|
+
Popsicle: "Popsicle";
|
|
1176
|
+
PoundSterling: "PoundSterling";
|
|
1177
|
+
Power: "Power";
|
|
1178
|
+
PowerOff: "PowerOff";
|
|
1179
|
+
Presentation: "Presentation";
|
|
1180
|
+
Printer: "Printer";
|
|
1181
|
+
PrinterCheck: "PrinterCheck";
|
|
1182
|
+
Projector: "Projector";
|
|
1183
|
+
Proportions: "Proportions";
|
|
1184
|
+
Puzzle: "Puzzle";
|
|
1185
|
+
Pyramid: "Pyramid";
|
|
1186
|
+
QrCode: "QrCode";
|
|
1187
|
+
Quote: "Quote";
|
|
1188
|
+
Rabbit: "Rabbit";
|
|
1189
|
+
Radar: "Radar";
|
|
1190
|
+
Radiation: "Radiation";
|
|
1191
|
+
Radical: "Radical";
|
|
1192
|
+
Radio: "Radio";
|
|
1193
|
+
RadioReceiver: "RadioReceiver";
|
|
1194
|
+
RadioTower: "RadioTower";
|
|
1195
|
+
Radius: "Radius";
|
|
1196
|
+
RailSymbol: "RailSymbol";
|
|
1197
|
+
Rainbow: "Rainbow";
|
|
1198
|
+
Rat: "Rat";
|
|
1199
|
+
Ratio: "Ratio";
|
|
1200
|
+
Receipt: "Receipt";
|
|
1201
|
+
ReceiptCent: "ReceiptCent";
|
|
1202
|
+
ReceiptEuro: "ReceiptEuro";
|
|
1203
|
+
ReceiptIndianRupee: "ReceiptIndianRupee";
|
|
1204
|
+
ReceiptJapaneseYen: "ReceiptJapaneseYen";
|
|
1205
|
+
ReceiptPoundSterling: "ReceiptPoundSterling";
|
|
1206
|
+
ReceiptRussianRuble: "ReceiptRussianRuble";
|
|
1207
|
+
ReceiptSwissFranc: "ReceiptSwissFranc";
|
|
1208
|
+
ReceiptText: "ReceiptText";
|
|
1209
|
+
ReceiptTurkishLira: "ReceiptTurkishLira";
|
|
1210
|
+
RectangleCircle: "RectangleCircle";
|
|
1211
|
+
RectangleEllipsis: "RectangleEllipsis";
|
|
1212
|
+
RectangleGoggles: "RectangleGoggles";
|
|
1213
|
+
RectangleHorizontal: "RectangleHorizontal";
|
|
1214
|
+
RectangleVertical: "RectangleVertical";
|
|
1215
|
+
Recycle: "Recycle";
|
|
1216
|
+
Redo: "Redo";
|
|
1217
|
+
Redo2: "Redo2";
|
|
1218
|
+
RedoDot: "RedoDot";
|
|
1219
|
+
RefreshCcw: "RefreshCcw";
|
|
1220
|
+
RefreshCcwDot: "RefreshCcwDot";
|
|
1221
|
+
RefreshCw: "RefreshCw";
|
|
1222
|
+
RefreshCwOff: "RefreshCwOff";
|
|
1223
|
+
Refrigerator: "Refrigerator";
|
|
1224
|
+
Regex: "Regex";
|
|
1225
|
+
RemoveFormatting: "RemoveFormatting";
|
|
1226
|
+
Repeat: "Repeat";
|
|
1227
|
+
Repeat1: "Repeat1";
|
|
1228
|
+
Repeat2: "Repeat2";
|
|
1229
|
+
Replace: "Replace";
|
|
1230
|
+
ReplaceAll: "ReplaceAll";
|
|
1231
|
+
Reply: "Reply";
|
|
1232
|
+
ReplyAll: "ReplyAll";
|
|
1233
|
+
Rewind: "Rewind";
|
|
1234
|
+
Ribbon: "Ribbon";
|
|
1235
|
+
Rocket: "Rocket";
|
|
1236
|
+
RockingChair: "RockingChair";
|
|
1237
|
+
RollerCoaster: "RollerCoaster";
|
|
1238
|
+
Rose: "Rose";
|
|
1239
|
+
Rotate3d: "Rotate3d";
|
|
1240
|
+
RotateCcw: "RotateCcw";
|
|
1241
|
+
RotateCcwKey: "RotateCcwKey";
|
|
1242
|
+
RotateCcwSquare: "RotateCcwSquare";
|
|
1243
|
+
RotateCw: "RotateCw";
|
|
1244
|
+
RotateCwSquare: "RotateCwSquare";
|
|
1245
|
+
Route: "Route";
|
|
1246
|
+
RouteOff: "RouteOff";
|
|
1247
|
+
Router: "Router";
|
|
1248
|
+
Rows2: "Rows2";
|
|
1249
|
+
Rows3: "Rows3";
|
|
1250
|
+
Rows4: "Rows4";
|
|
1251
|
+
Rss: "Rss";
|
|
1252
|
+
Ruler: "Ruler";
|
|
1253
|
+
RulerDimensionLine: "RulerDimensionLine";
|
|
1254
|
+
RussianRuble: "RussianRuble";
|
|
1255
|
+
Sailboat: "Sailboat";
|
|
1256
|
+
Salad: "Salad";
|
|
1257
|
+
Sandwich: "Sandwich";
|
|
1258
|
+
Satellite: "Satellite";
|
|
1259
|
+
SatelliteDish: "SatelliteDish";
|
|
1260
|
+
SaudiRiyal: "SaudiRiyal";
|
|
1261
|
+
Save: "Save";
|
|
1262
|
+
SaveAll: "SaveAll";
|
|
1263
|
+
SaveOff: "SaveOff";
|
|
1264
|
+
Scale: "Scale";
|
|
1265
|
+
Scale3d: "Scale3d";
|
|
1266
|
+
Scaling: "Scaling";
|
|
1267
|
+
Scan: "Scan";
|
|
1268
|
+
ScanBarcode: "ScanBarcode";
|
|
1269
|
+
ScanEye: "ScanEye";
|
|
1270
|
+
ScanFace: "ScanFace";
|
|
1271
|
+
ScanHeart: "ScanHeart";
|
|
1272
|
+
ScanLine: "ScanLine";
|
|
1273
|
+
ScanQrCode: "ScanQrCode";
|
|
1274
|
+
ScanSearch: "ScanSearch";
|
|
1275
|
+
ScanText: "ScanText";
|
|
1276
|
+
School: "School";
|
|
1277
|
+
Scissors: "Scissors";
|
|
1278
|
+
ScissorsLineDashed: "ScissorsLineDashed";
|
|
1279
|
+
Scooter: "Scooter";
|
|
1280
|
+
ScreenShare: "ScreenShare";
|
|
1281
|
+
ScreenShareOff: "ScreenShareOff";
|
|
1282
|
+
Scroll: "Scroll";
|
|
1283
|
+
ScrollText: "ScrollText";
|
|
1284
|
+
Search: "Search";
|
|
1285
|
+
SearchAlert: "SearchAlert";
|
|
1286
|
+
SearchCheck: "SearchCheck";
|
|
1287
|
+
SearchCode: "SearchCode";
|
|
1288
|
+
SearchSlash: "SearchSlash";
|
|
1289
|
+
SearchX: "SearchX";
|
|
1290
|
+
Section: "Section";
|
|
1291
|
+
Send: "Send";
|
|
1292
|
+
SendHorizontal: "SendHorizontal";
|
|
1293
|
+
SendToBack: "SendToBack";
|
|
1294
|
+
SeparatorHorizontal: "SeparatorHorizontal";
|
|
1295
|
+
SeparatorVertical: "SeparatorVertical";
|
|
1296
|
+
Server: "Server";
|
|
1297
|
+
ServerCog: "ServerCog";
|
|
1298
|
+
ServerCrash: "ServerCrash";
|
|
1299
|
+
ServerOff: "ServerOff";
|
|
1300
|
+
Settings: "Settings";
|
|
1301
|
+
Settings2: "Settings2";
|
|
1302
|
+
Shapes: "Shapes";
|
|
1303
|
+
Share: "Share";
|
|
1304
|
+
Share2: "Share2";
|
|
1305
|
+
Sheet: "Sheet";
|
|
1306
|
+
Shell: "Shell";
|
|
1307
|
+
Shield: "Shield";
|
|
1308
|
+
ShieldAlert: "ShieldAlert";
|
|
1309
|
+
ShieldBan: "ShieldBan";
|
|
1310
|
+
ShieldCheck: "ShieldCheck";
|
|
1311
|
+
ShieldEllipsis: "ShieldEllipsis";
|
|
1312
|
+
ShieldHalf: "ShieldHalf";
|
|
1313
|
+
ShieldMinus: "ShieldMinus";
|
|
1314
|
+
ShieldOff: "ShieldOff";
|
|
1315
|
+
ShieldPlus: "ShieldPlus";
|
|
1316
|
+
ShieldQuestionMark: "ShieldQuestionMark";
|
|
1317
|
+
ShieldUser: "ShieldUser";
|
|
1318
|
+
ShieldX: "ShieldX";
|
|
1319
|
+
Ship: "Ship";
|
|
1320
|
+
ShipWheel: "ShipWheel";
|
|
1321
|
+
Shirt: "Shirt";
|
|
1322
|
+
ShoppingBag: "ShoppingBag";
|
|
1323
|
+
ShoppingBasket: "ShoppingBasket";
|
|
1324
|
+
ShoppingCart: "ShoppingCart";
|
|
1325
|
+
Shovel: "Shovel";
|
|
1326
|
+
ShowerHead: "ShowerHead";
|
|
1327
|
+
Shredder: "Shredder";
|
|
1328
|
+
Shrimp: "Shrimp";
|
|
1329
|
+
Shrink: "Shrink";
|
|
1330
|
+
Shrub: "Shrub";
|
|
1331
|
+
Shuffle: "Shuffle";
|
|
1332
|
+
Sigma: "Sigma";
|
|
1333
|
+
Signal: "Signal";
|
|
1334
|
+
SignalHigh: "SignalHigh";
|
|
1335
|
+
SignalLow: "SignalLow";
|
|
1336
|
+
SignalMedium: "SignalMedium";
|
|
1337
|
+
SignalZero: "SignalZero";
|
|
1338
|
+
Signature: "Signature";
|
|
1339
|
+
Signpost: "Signpost";
|
|
1340
|
+
SignpostBig: "SignpostBig";
|
|
1341
|
+
Siren: "Siren";
|
|
1342
|
+
SkipBack: "SkipBack";
|
|
1343
|
+
SkipForward: "SkipForward";
|
|
1344
|
+
Skull: "Skull";
|
|
1345
|
+
Slack: "Slack";
|
|
1346
|
+
Slash: "Slash";
|
|
1347
|
+
Slice: "Slice";
|
|
1348
|
+
SlidersHorizontal: "SlidersHorizontal";
|
|
1349
|
+
SlidersVertical: "SlidersVertical";
|
|
1350
|
+
Smartphone: "Smartphone";
|
|
1351
|
+
SmartphoneCharging: "SmartphoneCharging";
|
|
1352
|
+
SmartphoneNfc: "SmartphoneNfc";
|
|
1353
|
+
Smile: "Smile";
|
|
1354
|
+
SmilePlus: "SmilePlus";
|
|
1355
|
+
Snail: "Snail";
|
|
1356
|
+
Snowflake: "Snowflake";
|
|
1357
|
+
SoapDispenserDroplet: "SoapDispenserDroplet";
|
|
1358
|
+
Sofa: "Sofa";
|
|
1359
|
+
SolarPanel: "SolarPanel";
|
|
1360
|
+
Soup: "Soup";
|
|
1361
|
+
Space: "Space";
|
|
1362
|
+
Spade: "Spade";
|
|
1363
|
+
Sparkle: "Sparkle";
|
|
1364
|
+
Sparkles: "Sparkles";
|
|
1365
|
+
Speaker: "Speaker";
|
|
1366
|
+
Speech: "Speech";
|
|
1367
|
+
SpellCheck: "SpellCheck";
|
|
1368
|
+
SpellCheck2: "SpellCheck2";
|
|
1369
|
+
Spline: "Spline";
|
|
1370
|
+
SplinePointer: "SplinePointer";
|
|
1371
|
+
Split: "Split";
|
|
1372
|
+
Spool: "Spool";
|
|
1373
|
+
Spotlight: "Spotlight";
|
|
1374
|
+
SprayCan: "SprayCan";
|
|
1375
|
+
Sprout: "Sprout";
|
|
1376
|
+
Square: "Square";
|
|
1377
|
+
SquareActivity: "SquareActivity";
|
|
1378
|
+
SquareArrowDown: "SquareArrowDown";
|
|
1379
|
+
SquareArrowDownLeft: "SquareArrowDownLeft";
|
|
1380
|
+
SquareArrowDownRight: "SquareArrowDownRight";
|
|
1381
|
+
SquareArrowLeft: "SquareArrowLeft";
|
|
1382
|
+
SquareArrowOutDownLeft: "SquareArrowOutDownLeft";
|
|
1383
|
+
SquareArrowOutDownRight: "SquareArrowOutDownRight";
|
|
1384
|
+
SquareArrowOutUpLeft: "SquareArrowOutUpLeft";
|
|
1385
|
+
SquareArrowOutUpRight: "SquareArrowOutUpRight";
|
|
1386
|
+
SquareArrowRight: "SquareArrowRight";
|
|
1387
|
+
SquareArrowUp: "SquareArrowUp";
|
|
1388
|
+
SquareArrowUpLeft: "SquareArrowUpLeft";
|
|
1389
|
+
SquareArrowUpRight: "SquareArrowUpRight";
|
|
1390
|
+
SquareAsterisk: "SquareAsterisk";
|
|
1391
|
+
SquareBottomDashedScissors: "SquareBottomDashedScissors";
|
|
1392
|
+
SquareChartGantt: "SquareChartGantt";
|
|
1393
|
+
SquareCheck: "SquareCheck";
|
|
1394
|
+
SquareCheckBig: "SquareCheckBig";
|
|
1395
|
+
SquareChevronDown: "SquareChevronDown";
|
|
1396
|
+
SquareChevronLeft: "SquareChevronLeft";
|
|
1397
|
+
SquareChevronRight: "SquareChevronRight";
|
|
1398
|
+
SquareChevronUp: "SquareChevronUp";
|
|
1399
|
+
SquareCode: "SquareCode";
|
|
1400
|
+
SquareDashed: "SquareDashed";
|
|
1401
|
+
SquareDashedBottom: "SquareDashedBottom";
|
|
1402
|
+
SquareDashedBottomCode: "SquareDashedBottomCode";
|
|
1403
|
+
SquareDashedKanban: "SquareDashedKanban";
|
|
1404
|
+
SquareDashedMousePointer: "SquareDashedMousePointer";
|
|
1405
|
+
SquareDashedTopSolid: "SquareDashedTopSolid";
|
|
1406
|
+
SquareDivide: "SquareDivide";
|
|
1407
|
+
SquareDot: "SquareDot";
|
|
1408
|
+
SquareEqual: "SquareEqual";
|
|
1409
|
+
SquareFunction: "SquareFunction";
|
|
1410
|
+
SquareKanban: "SquareKanban";
|
|
1411
|
+
SquareLibrary: "SquareLibrary";
|
|
1412
|
+
SquareM: "SquareM";
|
|
1413
|
+
SquareMenu: "SquareMenu";
|
|
1414
|
+
SquareMinus: "SquareMinus";
|
|
1415
|
+
SquareMousePointer: "SquareMousePointer";
|
|
1416
|
+
SquareParking: "SquareParking";
|
|
1417
|
+
SquareParkingOff: "SquareParkingOff";
|
|
1418
|
+
SquarePause: "SquarePause";
|
|
1419
|
+
SquarePen: "SquarePen";
|
|
1420
|
+
SquarePercent: "SquarePercent";
|
|
1421
|
+
SquarePi: "SquarePi";
|
|
1422
|
+
SquarePilcrow: "SquarePilcrow";
|
|
1423
|
+
SquarePlay: "SquarePlay";
|
|
1424
|
+
SquarePlus: "SquarePlus";
|
|
1425
|
+
SquarePower: "SquarePower";
|
|
1426
|
+
SquareRadical: "SquareRadical";
|
|
1427
|
+
SquareRoundCorner: "SquareRoundCorner";
|
|
1428
|
+
SquareScissors: "SquareScissors";
|
|
1429
|
+
SquareSigma: "SquareSigma";
|
|
1430
|
+
SquareSlash: "SquareSlash";
|
|
1431
|
+
SquareSplitHorizontal: "SquareSplitHorizontal";
|
|
1432
|
+
SquareSplitVertical: "SquareSplitVertical";
|
|
1433
|
+
SquareSquare: "SquareSquare";
|
|
1434
|
+
SquareStack: "SquareStack";
|
|
1435
|
+
SquareStar: "SquareStar";
|
|
1436
|
+
SquareStop: "SquareStop";
|
|
1437
|
+
SquareTerminal: "SquareTerminal";
|
|
1438
|
+
SquareUser: "SquareUser";
|
|
1439
|
+
SquareUserRound: "SquareUserRound";
|
|
1440
|
+
SquareX: "SquareX";
|
|
1441
|
+
SquaresExclude: "SquaresExclude";
|
|
1442
|
+
SquaresIntersect: "SquaresIntersect";
|
|
1443
|
+
SquaresSubtract: "SquaresSubtract";
|
|
1444
|
+
SquaresUnite: "SquaresUnite";
|
|
1445
|
+
Squircle: "Squircle";
|
|
1446
|
+
SquircleDashed: "SquircleDashed";
|
|
1447
|
+
Squirrel: "Squirrel";
|
|
1448
|
+
Stamp: "Stamp";
|
|
1449
|
+
Star: "Star";
|
|
1450
|
+
StarHalf: "StarHalf";
|
|
1451
|
+
StarOff: "StarOff";
|
|
1452
|
+
StepBack: "StepBack";
|
|
1453
|
+
StepForward: "StepForward";
|
|
1454
|
+
Stethoscope: "Stethoscope";
|
|
1455
|
+
Sticker: "Sticker";
|
|
1456
|
+
StickyNote: "StickyNote";
|
|
1457
|
+
Store: "Store";
|
|
1458
|
+
StretchHorizontal: "StretchHorizontal";
|
|
1459
|
+
StretchVertical: "StretchVertical";
|
|
1460
|
+
Strikethrough: "Strikethrough";
|
|
1461
|
+
Subscript: "Subscript";
|
|
1462
|
+
Sun: "Sun";
|
|
1463
|
+
SunDim: "SunDim";
|
|
1464
|
+
SunMedium: "SunMedium";
|
|
1465
|
+
SunMoon: "SunMoon";
|
|
1466
|
+
SunSnow: "SunSnow";
|
|
1467
|
+
Sunrise: "Sunrise";
|
|
1468
|
+
Sunset: "Sunset";
|
|
1469
|
+
Superscript: "Superscript";
|
|
1470
|
+
SwatchBook: "SwatchBook";
|
|
1471
|
+
SwissFranc: "SwissFranc";
|
|
1472
|
+
SwitchCamera: "SwitchCamera";
|
|
1473
|
+
Sword: "Sword";
|
|
1474
|
+
Swords: "Swords";
|
|
1475
|
+
Syringe: "Syringe";
|
|
1476
|
+
Table: "Table";
|
|
1477
|
+
Table2: "Table2";
|
|
1478
|
+
TableCellsMerge: "TableCellsMerge";
|
|
1479
|
+
TableCellsSplit: "TableCellsSplit";
|
|
1480
|
+
TableColumnsSplit: "TableColumnsSplit";
|
|
1481
|
+
TableOfContents: "TableOfContents";
|
|
1482
|
+
TableProperties: "TableProperties";
|
|
1483
|
+
TableRowsSplit: "TableRowsSplit";
|
|
1484
|
+
Tablet: "Tablet";
|
|
1485
|
+
TabletSmartphone: "TabletSmartphone";
|
|
1486
|
+
Tablets: "Tablets";
|
|
1487
|
+
Tag: "Tag";
|
|
1488
|
+
Tags: "Tags";
|
|
1489
|
+
Tally1: "Tally1";
|
|
1490
|
+
Tally2: "Tally2";
|
|
1491
|
+
Tally3: "Tally3";
|
|
1492
|
+
Tally4: "Tally4";
|
|
1493
|
+
Tally5: "Tally5";
|
|
1494
|
+
Tangent: "Tangent";
|
|
1495
|
+
Target: "Target";
|
|
1496
|
+
Telescope: "Telescope";
|
|
1497
|
+
Tent: "Tent";
|
|
1498
|
+
TentTree: "TentTree";
|
|
1499
|
+
Terminal: "Terminal";
|
|
1500
|
+
TestTube: "TestTube";
|
|
1501
|
+
TestTubeDiagonal: "TestTubeDiagonal";
|
|
1502
|
+
TestTubes: "TestTubes";
|
|
1503
|
+
TextAlignCenter: "TextAlignCenter";
|
|
1504
|
+
TextAlignEnd: "TextAlignEnd";
|
|
1505
|
+
TextAlignJustify: "TextAlignJustify";
|
|
1506
|
+
TextAlignStart: "TextAlignStart";
|
|
1507
|
+
TextCursor: "TextCursor";
|
|
1508
|
+
TextCursorInput: "TextCursorInput";
|
|
1509
|
+
TextInitial: "TextInitial";
|
|
1510
|
+
TextQuote: "TextQuote";
|
|
1511
|
+
TextSearch: "TextSearch";
|
|
1512
|
+
TextSelect: "TextSelect";
|
|
1513
|
+
TextWrap: "TextWrap";
|
|
1514
|
+
Theater: "Theater";
|
|
1515
|
+
Thermometer: "Thermometer";
|
|
1516
|
+
ThermometerSnowflake: "ThermometerSnowflake";
|
|
1517
|
+
ThermometerSun: "ThermometerSun";
|
|
1518
|
+
ThumbsDown: "ThumbsDown";
|
|
1519
|
+
ThumbsUp: "ThumbsUp";
|
|
1520
|
+
Ticket: "Ticket";
|
|
1521
|
+
TicketCheck: "TicketCheck";
|
|
1522
|
+
TicketMinus: "TicketMinus";
|
|
1523
|
+
TicketPercent: "TicketPercent";
|
|
1524
|
+
TicketPlus: "TicketPlus";
|
|
1525
|
+
TicketSlash: "TicketSlash";
|
|
1526
|
+
TicketX: "TicketX";
|
|
1527
|
+
Tickets: "Tickets";
|
|
1528
|
+
TicketsPlane: "TicketsPlane";
|
|
1529
|
+
Timer: "Timer";
|
|
1530
|
+
TimerOff: "TimerOff";
|
|
1531
|
+
TimerReset: "TimerReset";
|
|
1532
|
+
ToggleLeft: "ToggleLeft";
|
|
1533
|
+
ToggleRight: "ToggleRight";
|
|
1534
|
+
Toilet: "Toilet";
|
|
1535
|
+
ToolCase: "ToolCase";
|
|
1536
|
+
Tornado: "Tornado";
|
|
1537
|
+
Torus: "Torus";
|
|
1538
|
+
Touchpad: "Touchpad";
|
|
1539
|
+
TouchpadOff: "TouchpadOff";
|
|
1540
|
+
TowerControl: "TowerControl";
|
|
1541
|
+
ToyBrick: "ToyBrick";
|
|
1542
|
+
Tractor: "Tractor";
|
|
1543
|
+
TrafficCone: "TrafficCone";
|
|
1544
|
+
TrainFront: "TrainFront";
|
|
1545
|
+
TrainFrontTunnel: "TrainFrontTunnel";
|
|
1546
|
+
TrainTrack: "TrainTrack";
|
|
1547
|
+
TramFront: "TramFront";
|
|
1548
|
+
Transgender: "Transgender";
|
|
1549
|
+
Trash: "Trash";
|
|
1550
|
+
Trash2: "Trash2";
|
|
1551
|
+
TreeDeciduous: "TreeDeciduous";
|
|
1552
|
+
TreePalm: "TreePalm";
|
|
1553
|
+
TreePine: "TreePine";
|
|
1554
|
+
Trees: "Trees";
|
|
1555
|
+
Trello: "Trello";
|
|
1556
|
+
TrendingDown: "TrendingDown";
|
|
1557
|
+
TrendingUp: "TrendingUp";
|
|
1558
|
+
TrendingUpDown: "TrendingUpDown";
|
|
1559
|
+
Triangle: "Triangle";
|
|
1560
|
+
TriangleAlert: "TriangleAlert";
|
|
1561
|
+
TriangleDashed: "TriangleDashed";
|
|
1562
|
+
TriangleRight: "TriangleRight";
|
|
1563
|
+
Trophy: "Trophy";
|
|
1564
|
+
Truck: "Truck";
|
|
1565
|
+
TruckElectric: "TruckElectric";
|
|
1566
|
+
TurkishLira: "TurkishLira";
|
|
1567
|
+
Turntable: "Turntable";
|
|
1568
|
+
Turtle: "Turtle";
|
|
1569
|
+
Tv: "Tv";
|
|
1570
|
+
TvMinimal: "TvMinimal";
|
|
1571
|
+
TvMinimalPlay: "TvMinimalPlay";
|
|
1572
|
+
Twitch: "Twitch";
|
|
1573
|
+
Twitter: "Twitter";
|
|
1574
|
+
Type: "Type";
|
|
1575
|
+
TypeOutline: "TypeOutline";
|
|
1576
|
+
Umbrella: "Umbrella";
|
|
1577
|
+
UmbrellaOff: "UmbrellaOff";
|
|
1578
|
+
Underline: "Underline";
|
|
1579
|
+
Undo: "Undo";
|
|
1580
|
+
Undo2: "Undo2";
|
|
1581
|
+
UndoDot: "UndoDot";
|
|
1582
|
+
UnfoldHorizontal: "UnfoldHorizontal";
|
|
1583
|
+
UnfoldVertical: "UnfoldVertical";
|
|
1584
|
+
Ungroup: "Ungroup";
|
|
1585
|
+
University: "University";
|
|
1586
|
+
Unlink: "Unlink";
|
|
1587
|
+
Unlink2: "Unlink2";
|
|
1588
|
+
Unplug: "Unplug";
|
|
1589
|
+
Upload: "Upload";
|
|
1590
|
+
Usb: "Usb";
|
|
1591
|
+
User: "User";
|
|
1592
|
+
UserCheck: "UserCheck";
|
|
1593
|
+
UserCog: "UserCog";
|
|
1594
|
+
UserLock: "UserLock";
|
|
1595
|
+
UserMinus: "UserMinus";
|
|
1596
|
+
UserPen: "UserPen";
|
|
1597
|
+
UserPlus: "UserPlus";
|
|
1598
|
+
UserRound: "UserRound";
|
|
1599
|
+
UserRoundCheck: "UserRoundCheck";
|
|
1600
|
+
UserRoundCog: "UserRoundCog";
|
|
1601
|
+
UserRoundMinus: "UserRoundMinus";
|
|
1602
|
+
UserRoundPen: "UserRoundPen";
|
|
1603
|
+
UserRoundPlus: "UserRoundPlus";
|
|
1604
|
+
UserRoundSearch: "UserRoundSearch";
|
|
1605
|
+
UserRoundX: "UserRoundX";
|
|
1606
|
+
UserSearch: "UserSearch";
|
|
1607
|
+
UserStar: "UserStar";
|
|
1608
|
+
UserX: "UserX";
|
|
1609
|
+
Users: "Users";
|
|
1610
|
+
UsersRound: "UsersRound";
|
|
1611
|
+
Utensils: "Utensils";
|
|
1612
|
+
UtensilsCrossed: "UtensilsCrossed";
|
|
1613
|
+
UtilityPole: "UtilityPole";
|
|
1614
|
+
Van: "Van";
|
|
1615
|
+
Variable: "Variable";
|
|
1616
|
+
Vault: "Vault";
|
|
1617
|
+
VectorSquare: "VectorSquare";
|
|
1618
|
+
Vegan: "Vegan";
|
|
1619
|
+
VenetianMask: "VenetianMask";
|
|
1620
|
+
Venus: "Venus";
|
|
1621
|
+
VenusAndMars: "VenusAndMars";
|
|
1622
|
+
Vibrate: "Vibrate";
|
|
1623
|
+
VibrateOff: "VibrateOff";
|
|
1624
|
+
Video: "Video";
|
|
1625
|
+
VideoOff: "VideoOff";
|
|
1626
|
+
Videotape: "Videotape";
|
|
1627
|
+
View: "View";
|
|
1628
|
+
Voicemail: "Voicemail";
|
|
1629
|
+
Volleyball: "Volleyball";
|
|
1630
|
+
Volume: "Volume";
|
|
1631
|
+
Volume1: "Volume1";
|
|
1632
|
+
Volume2: "Volume2";
|
|
1633
|
+
VolumeOff: "VolumeOff";
|
|
1634
|
+
VolumeX: "VolumeX";
|
|
1635
|
+
Vote: "Vote";
|
|
1636
|
+
Wallet: "Wallet";
|
|
1637
|
+
WalletCards: "WalletCards";
|
|
1638
|
+
WalletMinimal: "WalletMinimal";
|
|
1639
|
+
Wallpaper: "Wallpaper";
|
|
1640
|
+
Wand: "Wand";
|
|
1641
|
+
WandSparkles: "WandSparkles";
|
|
1642
|
+
Warehouse: "Warehouse";
|
|
1643
|
+
WashingMachine: "WashingMachine";
|
|
1644
|
+
Watch: "Watch";
|
|
1645
|
+
Waves: "Waves";
|
|
1646
|
+
WavesArrowDown: "WavesArrowDown";
|
|
1647
|
+
WavesArrowUp: "WavesArrowUp";
|
|
1648
|
+
WavesLadder: "WavesLadder";
|
|
1649
|
+
Waypoints: "Waypoints";
|
|
1650
|
+
Webcam: "Webcam";
|
|
1651
|
+
Webhook: "Webhook";
|
|
1652
|
+
WebhookOff: "WebhookOff";
|
|
1653
|
+
Weight: "Weight";
|
|
1654
|
+
WeightTilde: "WeightTilde";
|
|
1655
|
+
Wheat: "Wheat";
|
|
1656
|
+
WheatOff: "WheatOff";
|
|
1657
|
+
WholeWord: "WholeWord";
|
|
1658
|
+
Wifi: "Wifi";
|
|
1659
|
+
WifiCog: "WifiCog";
|
|
1660
|
+
WifiHigh: "WifiHigh";
|
|
1661
|
+
WifiLow: "WifiLow";
|
|
1662
|
+
WifiOff: "WifiOff";
|
|
1663
|
+
WifiPen: "WifiPen";
|
|
1664
|
+
WifiSync: "WifiSync";
|
|
1665
|
+
WifiZero: "WifiZero";
|
|
1666
|
+
Wind: "Wind";
|
|
1667
|
+
WindArrowDown: "WindArrowDown";
|
|
1668
|
+
Wine: "Wine";
|
|
1669
|
+
WineOff: "WineOff";
|
|
1670
|
+
Workflow: "Workflow";
|
|
1671
|
+
Worm: "Worm";
|
|
1672
|
+
Wrench: "Wrench";
|
|
1673
|
+
X: "X";
|
|
1674
|
+
Youtube: "Youtube";
|
|
1675
|
+
Zap: "Zap";
|
|
1676
|
+
ZapOff: "ZapOff";
|
|
1677
|
+
ZoomIn: "ZoomIn";
|
|
1678
|
+
ZoomOut: "ZoomOut";
|
|
1679
|
+
ampersandSquare: "ampersandSquare";
|
|
1680
|
+
appleCore: "appleCore";
|
|
1681
|
+
arrowsUpDownSquare: "arrowsUpDownSquare";
|
|
1682
|
+
astronautHelmet: "astronautHelmet";
|
|
1683
|
+
atSignCircle: "atSignCircle";
|
|
1684
|
+
atSignSquare: "atSignSquare";
|
|
1685
|
+
avocado: "avocado";
|
|
1686
|
+
babyPacifier: "babyPacifier";
|
|
1687
|
+
bacon: "bacon";
|
|
1688
|
+
bagHand: "bagHand";
|
|
1689
|
+
barbecue: "barbecue";
|
|
1690
|
+
barberPole: "barberPole";
|
|
1691
|
+
barn: "barn";
|
|
1692
|
+
baseball: "baseball";
|
|
1693
|
+
baselineSquare: "baselineSquare";
|
|
1694
|
+
basketball: "basketball";
|
|
1695
|
+
batBall: "batBall";
|
|
1696
|
+
bathBubble: "bathBubble";
|
|
1697
|
+
beachBall: "beachBall";
|
|
1698
|
+
bearFace: "bearFace";
|
|
1699
|
+
bedBunk: "bedBunk";
|
|
1700
|
+
bee: "bee";
|
|
1701
|
+
beeHive: "beeHive";
|
|
1702
|
+
beetleScarab: "beetleScarab";
|
|
1703
|
+
bellConcierge: "bellConcierge";
|
|
1704
|
+
bellConciergeDot: "bellConciergeDot";
|
|
1705
|
+
bellConciergeOff: "bellConciergeOff";
|
|
1706
|
+
belt: "belt";
|
|
1707
|
+
boldSquare: "boldSquare";
|
|
1708
|
+
bottleBaby: "bottleBaby";
|
|
1709
|
+
bottleChampagne: "bottleChampagne";
|
|
1710
|
+
bottleDispenser: "bottleDispenser";
|
|
1711
|
+
bottlePerfume: "bottlePerfume";
|
|
1712
|
+
bottlePlastic: "bottlePlastic";
|
|
1713
|
+
bottleSpray: "bottleSpray";
|
|
1714
|
+
bottleToothbrushComb: "bottleToothbrushComb";
|
|
1715
|
+
bowlChopsticks: "bowlChopsticks";
|
|
1716
|
+
bowlOverflow: "bowlOverflow";
|
|
1717
|
+
bowling: "bowling";
|
|
1718
|
+
braSports: "braSports";
|
|
1719
|
+
briefcasePlus: "briefcasePlus";
|
|
1720
|
+
broom: "broom";
|
|
1721
|
+
bucket: "bucket";
|
|
1722
|
+
bullHead: "bullHead";
|
|
1723
|
+
burger: "burger";
|
|
1724
|
+
butterfly: "butterfly";
|
|
1725
|
+
cabin: "cabin";
|
|
1726
|
+
cabinetFiling: "cabinetFiling";
|
|
1727
|
+
cactus: "cactus";
|
|
1728
|
+
candleHolder: "candleHolder";
|
|
1729
|
+
candleHolderLit: "candleHolderLit";
|
|
1730
|
+
candleTealight: "candleTealight";
|
|
1731
|
+
candleTealightLit: "candleTealightLit";
|
|
1732
|
+
candlestick: "candlestick";
|
|
1733
|
+
candlestickBig: "candlestickBig";
|
|
1734
|
+
candlestickBigLit: "candlestickBigLit";
|
|
1735
|
+
candlestickLit: "candlestickLit";
|
|
1736
|
+
cardCredit: "cardCredit";
|
|
1737
|
+
cardSd: "cardSd";
|
|
1738
|
+
cardSim: "cardSim";
|
|
1739
|
+
carton: "carton";
|
|
1740
|
+
cartonOff: "cartonOff";
|
|
1741
|
+
caseCamel: "caseCamel";
|
|
1742
|
+
caseKebab: "caseKebab";
|
|
1743
|
+
caseSnake: "caseSnake";
|
|
1744
|
+
caseSnakeUpper: "caseSnakeUpper";
|
|
1745
|
+
catBig: "catBig";
|
|
1746
|
+
cauldron: "cauldron";
|
|
1747
|
+
cent: "cent";
|
|
1748
|
+
centCircle: "centCircle";
|
|
1749
|
+
centSquare: "centSquare";
|
|
1750
|
+
chairsTableParasol: "chairsTableParasol";
|
|
1751
|
+
chairsTablePlatter: "chairsTablePlatter";
|
|
1752
|
+
chameleon: "chameleon";
|
|
1753
|
+
cheese: "cheese";
|
|
1754
|
+
chefHat: "chefHat";
|
|
1755
|
+
chest: "chest";
|
|
1756
|
+
chevronsLeftRightSquare: "chevronsLeftRightSquare";
|
|
1757
|
+
chevronsUpDownSquare: "chevronsUpDownSquare";
|
|
1758
|
+
circleDollarSign: "circleDollarSign";
|
|
1759
|
+
cloth: "cloth";
|
|
1760
|
+
coatHanger: "coatHanger";
|
|
1761
|
+
cocktail: "cocktail";
|
|
1762
|
+
coconut: "coconut";
|
|
1763
|
+
coffee: "coffee";
|
|
1764
|
+
coffeeBean: "coffeeBean";
|
|
1765
|
+
coffeemaker: "coffeemaker";
|
|
1766
|
+
coinsExchange: "coinsExchange";
|
|
1767
|
+
coinsStack: "coinsStack";
|
|
1768
|
+
conciergeBell: "conciergeBell";
|
|
1769
|
+
copyCode: "copyCode";
|
|
1770
|
+
copyDown: "copyDown";
|
|
1771
|
+
copyFilePath: "copyFilePath";
|
|
1772
|
+
copyImage: "copyImage";
|
|
1773
|
+
copyText: "copyText";
|
|
1774
|
+
copyType: "copyType";
|
|
1775
|
+
cowHead: "cowHead";
|
|
1776
|
+
cowUdderDroplets: "cowUdderDroplets";
|
|
1777
|
+
crab: "crab";
|
|
1778
|
+
cricketBall: "cricketBall";
|
|
1779
|
+
cricketWicket: "cricketWicket";
|
|
1780
|
+
crossSquare: "crossSquare";
|
|
1781
|
+
crosshair2: "crosshair2";
|
|
1782
|
+
crosshair2Dot: "crosshair2Dot";
|
|
1783
|
+
crosshairPlus: "crosshairPlus";
|
|
1784
|
+
crosshairPlusDot: "crosshairPlusDot";
|
|
1785
|
+
crosshairSquare: "crosshairSquare";
|
|
1786
|
+
cupSaucer: "cupSaucer";
|
|
1787
|
+
cupToGo: "cupToGo";
|
|
1788
|
+
currencySquare: "currencySquare";
|
|
1789
|
+
deskLamp: "deskLamp";
|
|
1790
|
+
diaper: "diaper";
|
|
1791
|
+
dishwasher: "dishwasher";
|
|
1792
|
+
dollarSignCircle: "dollarSignCircle";
|
|
1793
|
+
dollarSignSquare: "dollarSignSquare";
|
|
1794
|
+
doorbellIntercom: "doorbellIntercom";
|
|
1795
|
+
dress: "dress";
|
|
1796
|
+
eggCup: "eggCup";
|
|
1797
|
+
elephant: "elephant";
|
|
1798
|
+
elephantFace: "elephantFace";
|
|
1799
|
+
escalatorArrowDownLeft: "escalatorArrowDownLeft";
|
|
1800
|
+
escalatorArrowUpRight: "escalatorArrowUpRight";
|
|
1801
|
+
euroCircle: "euroCircle";
|
|
1802
|
+
euroSquare: "euroSquare";
|
|
1803
|
+
faceAlien: "faceAlien";
|
|
1804
|
+
fanHandheld: "fanHandheld";
|
|
1805
|
+
farm: "farm";
|
|
1806
|
+
faucet: "faucet";
|
|
1807
|
+
featherPlus: "featherPlus";
|
|
1808
|
+
featherSquare: "featherSquare";
|
|
1809
|
+
featherText: "featherText";
|
|
1810
|
+
flippers: "flippers";
|
|
1811
|
+
floorPlan: "floorPlan";
|
|
1812
|
+
floppyDisk: "floppyDisk";
|
|
1813
|
+
floppyDisk2: "floppyDisk2";
|
|
1814
|
+
floppyDiskRear: "floppyDiskRear";
|
|
1815
|
+
floppyDisks: "floppyDisks";
|
|
1816
|
+
floppyDisks2: "floppyDisks2";
|
|
1817
|
+
floppyDisksRear: "floppyDisksRear";
|
|
1818
|
+
flower2: "flower2";
|
|
1819
|
+
flowerLotus: "flowerLotus";
|
|
1820
|
+
flowerPot: "flowerPot";
|
|
1821
|
+
flowerRose: "flowerRose";
|
|
1822
|
+
flowerRoseSingle: "flowerRoseSingle";
|
|
1823
|
+
flowerStem: "flowerStem";
|
|
1824
|
+
flowerTulip: "flowerTulip";
|
|
1825
|
+
football: "football";
|
|
1826
|
+
footballGoal: "footballGoal";
|
|
1827
|
+
footballHelmet: "footballHelmet";
|
|
1828
|
+
forkKnife: "forkKnife";
|
|
1829
|
+
forkKnifeCrossed: "forkKnifeCrossed";
|
|
1830
|
+
foxFaceTail: "foxFaceTail";
|
|
1831
|
+
frogFace: "frogFace";
|
|
1832
|
+
fruit: "fruit";
|
|
1833
|
+
garlic: "garlic";
|
|
1834
|
+
gearbox: "gearbox";
|
|
1835
|
+
gearboxSquare: "gearboxSquare";
|
|
1836
|
+
gemRing: "gemRing";
|
|
1837
|
+
glassesSquare: "glassesSquare";
|
|
1838
|
+
glassesSun: "glassesSun";
|
|
1839
|
+
goalNet: "goalNet";
|
|
1840
|
+
goblet: "goblet";
|
|
1841
|
+
gobletCrack: "gobletCrack";
|
|
1842
|
+
golfDriver: "golfDriver";
|
|
1843
|
+
grape: "grape";
|
|
1844
|
+
grapes: "grapes";
|
|
1845
|
+
gridLines: "gridLines";
|
|
1846
|
+
gridLinesOffset: "gridLinesOffset";
|
|
1847
|
+
hairdryer: "hairdryer";
|
|
1848
|
+
hardHat: "hardHat";
|
|
1849
|
+
hatBaseball: "hatBaseball";
|
|
1850
|
+
hatBeanie: "hatBeanie";
|
|
1851
|
+
hatBowler: "hatBowler";
|
|
1852
|
+
hatChef: "hatChef";
|
|
1853
|
+
hatHard: "hatHard";
|
|
1854
|
+
hatTop: "hatTop";
|
|
1855
|
+
headingCircle: "headingCircle";
|
|
1856
|
+
headingSquare: "headingSquare";
|
|
1857
|
+
hedgehog: "hedgehog";
|
|
1858
|
+
helmetDiving: "helmetDiving";
|
|
1859
|
+
hexagons3: "hexagons3";
|
|
1860
|
+
hexagons7: "hexagons7";
|
|
1861
|
+
highHeel: "highHeel";
|
|
1862
|
+
hockey: "hockey";
|
|
1863
|
+
hockeyMask: "hockeyMask";
|
|
1864
|
+
home: "home";
|
|
1865
|
+
horseHead: "horseHead";
|
|
1866
|
+
hotDog: "hotDog";
|
|
1867
|
+
house: "house";
|
|
1868
|
+
houseManor: "houseManor";
|
|
1869
|
+
houseOff: "houseOff";
|
|
1870
|
+
houseRoof: "houseRoof";
|
|
1871
|
+
houseRoofOff: "houseRoofOff";
|
|
1872
|
+
houses: "houses";
|
|
1873
|
+
iceHockey: "iceHockey";
|
|
1874
|
+
iceSkate: "iceSkate";
|
|
1875
|
+
igloo: "igloo";
|
|
1876
|
+
indianRupeeCircle: "indianRupeeCircle";
|
|
1877
|
+
indianRupeeSquare: "indianRupeeSquare";
|
|
1878
|
+
intercom: "intercom";
|
|
1879
|
+
iron: "iron";
|
|
1880
|
+
ironOff: "ironOff";
|
|
1881
|
+
ironingBoard: "ironingBoard";
|
|
1882
|
+
italicSquare: "italicSquare";
|
|
1883
|
+
jacket: "jacket";
|
|
1884
|
+
jacketSports: "jacketSports";
|
|
1885
|
+
japaneseYenCircle: "japaneseYenCircle";
|
|
1886
|
+
japaneseYenSquare: "japaneseYenSquare";
|
|
1887
|
+
jar: "jar";
|
|
1888
|
+
jug: "jug";
|
|
1889
|
+
kebab: "kebab";
|
|
1890
|
+
kettle: "kettle";
|
|
1891
|
+
kettleElectric: "kettleElectric";
|
|
1892
|
+
kiwi: "kiwi";
|
|
1893
|
+
layoutGridMoveHorizontal: "layoutGridMoveHorizontal";
|
|
1894
|
+
layoutGridMoveVertical: "layoutGridMoveVertical";
|
|
1895
|
+
layoutGridPlus: "layoutGridPlus";
|
|
1896
|
+
layoutListMove: "layoutListMove";
|
|
1897
|
+
lemon: "lemon";
|
|
1898
|
+
lifeJacket: "lifeJacket";
|
|
1899
|
+
ligatureSquare: "ligatureSquare";
|
|
1900
|
+
lightSwitch: "lightSwitch";
|
|
1901
|
+
lingerie: "lingerie";
|
|
1902
|
+
locateSquare: "locateSquare";
|
|
1903
|
+
luggageCabin: "luggageCabin";
|
|
1904
|
+
lunchBox: "lunchBox";
|
|
1905
|
+
mailboxFlag: "mailboxFlag";
|
|
1906
|
+
maskSnorkel: "maskSnorkel";
|
|
1907
|
+
mealBox: "mealBox";
|
|
1908
|
+
mortarPestle: "mortarPestle";
|
|
1909
|
+
motorRacingHelmet: "motorRacingHelmet";
|
|
1910
|
+
mug: "mug";
|
|
1911
|
+
mugTeabag: "mugTeabag";
|
|
1912
|
+
mustache: "mustache";
|
|
1913
|
+
onion: "onion";
|
|
1914
|
+
owl: "owl";
|
|
1915
|
+
pacMan: "pacMan";
|
|
1916
|
+
pacManGhost: "pacManGhost";
|
|
1917
|
+
palmtreeIslandSun: "palmtreeIslandSun";
|
|
1918
|
+
pancakes: "pancakes";
|
|
1919
|
+
peace: "peace";
|
|
1920
|
+
peach: "peach";
|
|
1921
|
+
pear: "pear";
|
|
1922
|
+
penguin: "penguin";
|
|
1923
|
+
pepperChilli: "pepperChilli";
|
|
1924
|
+
pie: "pie";
|
|
1925
|
+
pig: "pig";
|
|
1926
|
+
pigHead: "pigHead";
|
|
1927
|
+
pillow: "pillow";
|
|
1928
|
+
pinSafety: "pinSafety";
|
|
1929
|
+
pinSafetyOpen: "pinSafetyOpen";
|
|
1930
|
+
pineappleRing: "pineappleRing";
|
|
1931
|
+
planet: "planet";
|
|
1932
|
+
pond: "pond";
|
|
1933
|
+
poundSterlingCircle: "poundSterlingCircle";
|
|
1934
|
+
poundSterlingSquare: "poundSterlingSquare";
|
|
1935
|
+
pram: "pram";
|
|
1936
|
+
pretzel: "pretzel";
|
|
1937
|
+
pumpkin: "pumpkin";
|
|
1938
|
+
razor: "razor";
|
|
1939
|
+
razorBlade: "razorBlade";
|
|
1940
|
+
reelThread: "reelThread";
|
|
1941
|
+
refrigeratorFreezer: "refrigeratorFreezer";
|
|
1942
|
+
removeFormattingSquare: "removeFormattingSquare";
|
|
1943
|
+
rugby: "rugby";
|
|
1944
|
+
russianRubleCircle: "russianRubleCircle";
|
|
1945
|
+
russianRubleSquare: "russianRubleSquare";
|
|
1946
|
+
sausage: "sausage";
|
|
1947
|
+
save: "save";
|
|
1948
|
+
saveAll: "saveAll";
|
|
1949
|
+
scarf: "scarf";
|
|
1950
|
+
scissorsHairComb: "scissorsHairComb";
|
|
1951
|
+
shark: "shark";
|
|
1952
|
+
shaveFace: "shaveFace";
|
|
1953
|
+
shirt: "shirt";
|
|
1954
|
+
shirtFoldedButtons: "shirtFoldedButtons";
|
|
1955
|
+
shirtLongSleeve: "shirtLongSleeve";
|
|
1956
|
+
shirtT: "shirtT";
|
|
1957
|
+
shirtTRuler: "shirtTRuler";
|
|
1958
|
+
shirtTVNeck: "shirtTVNeck";
|
|
1959
|
+
shorts: "shorts";
|
|
1960
|
+
shortsBoxer: "shortsBoxer";
|
|
1961
|
+
shovelDig: "shovelDig";
|
|
1962
|
+
shower: "shower";
|
|
1963
|
+
skirt: "skirt";
|
|
1964
|
+
skis: "skis";
|
|
1965
|
+
slotCard: "slotCard";
|
|
1966
|
+
slotCardCredit: "slotCardCredit";
|
|
1967
|
+
slotDisc: "slotDisc";
|
|
1968
|
+
sneaker: "sneaker";
|
|
1969
|
+
snowboard: "snowboard";
|
|
1970
|
+
snowman: "snowman";
|
|
1971
|
+
soapBar: "soapBar";
|
|
1972
|
+
soccerBall: "soccerBall";
|
|
1973
|
+
soccerPitch: "soccerPitch";
|
|
1974
|
+
socketEu: "socketEu";
|
|
1975
|
+
socketUk: "socketUk";
|
|
1976
|
+
socketUsa: "socketUsa";
|
|
1977
|
+
socks: "socks";
|
|
1978
|
+
spider: "spider";
|
|
1979
|
+
spiderWeb: "spiderWeb";
|
|
1980
|
+
squareCode: "squareCode";
|
|
1981
|
+
stairs: "stairs";
|
|
1982
|
+
stairsArch: "stairsArch";
|
|
1983
|
+
stairsArrowDownLeft: "stairsArrowDownLeft";
|
|
1984
|
+
stairsArrowUpRight: "stairsArrowUpRight";
|
|
1985
|
+
starNorth: "starNorth";
|
|
1986
|
+
steeringWheel: "steeringWheel";
|
|
1987
|
+
strawberry: "strawberry";
|
|
1988
|
+
strikethroughSquare: "strikethroughSquare";
|
|
1989
|
+
stroller: "stroller";
|
|
1990
|
+
sunloungerParasolSun: "sunloungerParasolSun";
|
|
1991
|
+
sunloungerParasolSunPalmtree: "sunloungerParasolSunPalmtree";
|
|
1992
|
+
sunloungerParasolTable: "sunloungerParasolTable";
|
|
1993
|
+
surfboard: "surfboard";
|
|
1994
|
+
sushi: "sushi";
|
|
1995
|
+
sushi2: "sushi2";
|
|
1996
|
+
sushi3: "sushi3";
|
|
1997
|
+
sushiChopsticks: "sushiChopsticks";
|
|
1998
|
+
sweater: "sweater";
|
|
1999
|
+
swissFrancCircle: "swissFrancCircle";
|
|
2000
|
+
swissFrancSquare: "swissFrancSquare";
|
|
2001
|
+
tabArrowDown: "tabArrowDown";
|
|
2002
|
+
tabArrowUpRight: "tabArrowUpRight";
|
|
2003
|
+
tabCheck: "tabCheck";
|
|
2004
|
+
tabDot: "tabDot";
|
|
2005
|
+
tabPlus: "tabPlus";
|
|
2006
|
+
tabSlash: "tabSlash";
|
|
2007
|
+
tabText: "tabText";
|
|
2008
|
+
tabX: "tabX";
|
|
2009
|
+
targetArrow: "targetArrow";
|
|
2010
|
+
tennisBall: "tennisBall";
|
|
2011
|
+
tennisRacket: "tennisRacket";
|
|
2012
|
+
textSquare: "textSquare";
|
|
2013
|
+
tie: "tie";
|
|
2014
|
+
tieBow: "tieBow";
|
|
2015
|
+
tieBowRibbon: "tieBowRibbon";
|
|
2016
|
+
tire: "tire";
|
|
2017
|
+
toast: "toast";
|
|
2018
|
+
toaster: "toaster";
|
|
2019
|
+
toiletRoll: "toiletRoll";
|
|
2020
|
+
toolbox: "toolbox";
|
|
2021
|
+
toolbox2: "toolbox2";
|
|
2022
|
+
topCrop: "topCrop";
|
|
2023
|
+
towelFolded: "towelFolded";
|
|
2024
|
+
towelRack: "towelRack";
|
|
2025
|
+
treesForest: "treesForest";
|
|
2026
|
+
triangleStripes: "triangleStripes";
|
|
2027
|
+
trousers: "trousers";
|
|
2028
|
+
tuxedo: "tuxedo";
|
|
2029
|
+
typeSquare: "typeSquare";
|
|
2030
|
+
ufo: "ufo";
|
|
2031
|
+
underlineSquare: "underlineSquare";
|
|
2032
|
+
unicornHead: "unicornHead";
|
|
2033
|
+
utensils: "utensils";
|
|
2034
|
+
utensilsCrossed: "utensilsCrossed";
|
|
2035
|
+
venn: "venn";
|
|
2036
|
+
vest: "vest";
|
|
2037
|
+
volleyball: "volleyball";
|
|
2038
|
+
vote: "vote";
|
|
2039
|
+
waffle: "waffle";
|
|
2040
|
+
wardrobe: "wardrobe";
|
|
2041
|
+
watchActivity: "watchActivity";
|
|
2042
|
+
watchAlarm: "watchAlarm";
|
|
2043
|
+
watchBars: "watchBars";
|
|
2044
|
+
watchCharging: "watchCharging";
|
|
2045
|
+
watchCheck: "watchCheck";
|
|
2046
|
+
watchLoader: "watchLoader";
|
|
2047
|
+
watchMusic: "watchMusic";
|
|
2048
|
+
watchSquare: "watchSquare";
|
|
2049
|
+
watchSquareAlarm: "watchSquareAlarm";
|
|
2050
|
+
watchText: "watchText";
|
|
2051
|
+
watermelon: "watermelon";
|
|
2052
|
+
waveCircle: "waveCircle";
|
|
2053
|
+
wavesBirds: "wavesBirds";
|
|
2054
|
+
wavesSharkFin: "wavesSharkFin";
|
|
2055
|
+
whale: "whale";
|
|
2056
|
+
whaleNarwhal: "whaleNarwhal";
|
|
2057
|
+
wheel: "wheel";
|
|
2058
|
+
whisk: "whisk";
|
|
2059
|
+
whiskForkKnife: "whiskForkKnife";
|
|
2060
|
+
whisks: "whisks";
|
|
2061
|
+
windmill: "windmill";
|
|
2062
|
+
wineGlassBottle: "wineGlassBottle";
|
|
2063
|
+
yarnBall: "yarnBall";
|
|
2064
|
+
yinYang: "yinYang";
|
|
2065
|
+
}>;
|
|
2066
|
+
}, import("zod/v4/core").$strip>>;
|
|
2067
|
+
component: (props: import("./LucideIcon").IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
2068
|
+
styleFn: () => string;
|
|
2069
|
+
};
|
|
2070
|
+
export default _default;
|
|
2071
|
+
export declare const Default: () => import("react/jsx-runtime").JSX.Element;
|
|
2072
|
+
export declare const Colored: () => import("react/jsx-runtime").JSX.Element;
|
|
2073
|
+
//# sourceMappingURL=LucideIcon.stories.d.ts.map
|