@functionalcms/svelte-components 4.36.10 → 5.0.0-beta1
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/css/functional.css +48 -1
- package/dist/auth/getMachineAccessToken.d.ts +1 -1
- package/dist/auth/getMachineAccessToken.js +1 -2
- package/dist/auth/machineAuthenticationProvider.d.ts +1 -1
- package/dist/auth/machineAuthenticationProvider.js +1 -2
- package/dist/auth/tokenRefresh.d.ts +1 -1
- package/dist/auth/tokenRefresh.js +4 -5
- package/dist/auth/types.js +4 -8
- package/dist/auth/userAuthenticationProvider.d.ts +1 -1
- package/dist/auth/userAuthenticationProvider.js +1 -2
- package/dist/components/Icon.svelte +16 -0
- package/dist/components/Icon.svelte.d.ts +9 -0
- package/dist/components/content/Markdown.svelte +2 -2
- package/dist/components/content/Markdown.svelte.d.ts +17 -4
- package/dist/components/form/Dropzone.svelte +2 -5
- package/dist/components/form/SmartForm.svelte +206 -60
- package/dist/components/form/SmartForm.svelte.d.ts +2 -2
- package/dist/components/form/form.d.ts +87 -17
- package/dist/components/form/form.js +86 -6
- package/dist/components/icons.d.ts +763 -0
- package/dist/components/icons.js +765 -0
- package/dist/components/integrations/EasyTools.svelte +1 -1
- package/dist/components/layouts/DefaultLayout.svelte +92 -41
- package/dist/components/layouts/DefaultLayout.svelte.d.ts +17 -8
- package/dist/components/layouts/FlexBox.svelte +73 -0
- package/dist/components/layouts/FlexBox.svelte.d.ts +17 -0
- package/dist/components/layouts/MenuLayout.svelte +39 -201
- package/dist/components/layouts/MenuLayout.svelte.d.ts +2 -10
- package/dist/components/layouts/StyleBox.svelte +17 -0
- package/dist/components/layouts/StyleBox.svelte.d.ts +7 -0
- package/dist/components/layouts/Well.svelte +8 -34
- package/dist/components/layouts/Well.svelte.d.ts +4 -8
- package/dist/components/layouts/menuItems.d.ts +29 -0
- package/dist/components/layouts/menuItems.js +28 -0
- package/dist/index-server.d.ts +2 -1
- package/dist/index-server.js +2 -1
- package/dist/index.d.ts +9 -47
- package/dist/index.js +8 -59
- package/dist/server-side/getServices.d.ts +8 -8
- package/dist/server-side/getServices.js +16 -27
- package/dist/server-side/handlers/paraglideHandler.d.ts +2 -0
- package/dist/server-side/handlers/paraglideHandler.js +13 -0
- package/dist/server-side/handlers/redirectPipelineHandler.d.ts +5 -0
- package/dist/server-side/{getRedirectPipeline.js → handlers/redirectPipelineHandler.js} +1 -2
- package/dist/utils/stringHash.d.ts +1 -0
- package/dist/utils/stringHash.js +7 -0
- package/package.json +28 -39
- package/css/functional.css.map +0 -1
- package/dist/components/MaterialIconSet.d.ts +0 -3819
- package/dist/components/MaterialIconSet.js +0 -3823
- package/dist/components/Styling.d.ts +0 -59
- package/dist/components/Styling.js +0 -66
- package/dist/components/blog/blog.d.ts +0 -20
- package/dist/components/blog/blog.js +0 -29
- package/dist/components/dynamic/CopyToClipboard.svelte +0 -16
- package/dist/components/dynamic/CopyToClipboard.svelte.d.ts +0 -36
- package/dist/components/dynamic/DynamicButton.d.ts +0 -1
- package/dist/components/dynamic/DynamicButton.js +0 -10
- package/dist/components/dynamic/DynamicButton.svelte +0 -33
- package/dist/components/dynamic/DynamicButton.svelte.d.ts +0 -9
- package/dist/components/form/Button.svelte +0 -389
- package/dist/components/form/Button.svelte.d.ts +0 -30
- package/dist/components/form/ChoiceInput.svelte +0 -375
- package/dist/components/form/ChoiceInput.svelte.d.ts +0 -3
- package/dist/components/form/Input.svelte +0 -461
- package/dist/components/form/Input.svelte.d.ts +0 -30
- package/dist/components/form/Select.svelte +0 -163
- package/dist/components/form/Select.svelte.d.ts +0 -21
- package/dist/components/form/Switch.svelte +0 -293
- package/dist/components/form/Switch.svelte.d.ts +0 -14
- package/dist/components/indicators/Loader.svelte +0 -114
- package/dist/components/indicators/Loader.svelte.d.ts +0 -30
- package/dist/components/indicators/Spinner.svelte +0 -109
- package/dist/components/indicators/Spinner.svelte.d.ts +0 -28
- package/dist/components/layouts/Banner.svelte +0 -26
- package/dist/components/layouts/Banner.svelte.d.ts +0 -8
- package/dist/components/layouts/FoldablePanel.svelte +0 -16
- package/dist/components/layouts/FoldablePanel.svelte.d.ts +0 -7
- package/dist/components/layouts/SimpleFooter.svelte +0 -23
- package/dist/components/layouts/SimpleFooter.svelte.d.ts +0 -8
- package/dist/components/layouts/Tabs.svelte +0 -362
- package/dist/components/layouts/Tabs.svelte.d.ts +0 -11
- package/dist/components/layouts/TwoColumnsLayout.svelte +0 -44
- package/dist/components/layouts/TwoColumnsLayout.svelte.d.ts +0 -13
- package/dist/components/layouts/menuLayout.d.ts +0 -12
- package/dist/components/layouts/menuLayout.js +0 -1
- package/dist/components/layouts/tabs.d.ts +0 -21
- package/dist/components/layouts/tabs.js +0 -13
- package/dist/components/menu/CollapsibleMenu.svelte +0 -66
- package/dist/components/menu/CollapsibleMenu.svelte.d.ts +0 -18
- package/dist/components/menu/DynamicMenu.svelte +0 -55
- package/dist/components/menu/DynamicMenu.svelte.d.ts +0 -13
- package/dist/components/menu/HamburgerMenu.svelte +0 -62
- package/dist/components/menu/HamburgerMenu.svelte.d.ts +0 -14
- package/dist/components/menu/ListMenu.svelte +0 -61
- package/dist/components/menu/ListMenu.svelte.d.ts +0 -17
- package/dist/components/menu/NavigationDrawer.svelte +0 -53
- package/dist/components/menu/NavigationDrawer.svelte.d.ts +0 -18
- package/dist/components/menu/types.d.ts +0 -23
- package/dist/components/menu/types.js +0 -35
- package/dist/components/presentation/Accordion.svelte +0 -82
- package/dist/components/presentation/Accordion.svelte.d.ts +0 -11
- package/dist/components/presentation/Card.svelte +0 -147
- package/dist/components/presentation/Card.svelte.d.ts +0 -15
- package/dist/components/presentation/Carousel.d.ts +0 -5
- package/dist/components/presentation/Carousel.js +0 -1
- package/dist/components/presentation/Carousel.svelte +0 -119
- package/dist/components/presentation/Carousel.svelte.d.ts +0 -17
- package/dist/components/presentation/Dialog.svelte +0 -75
- package/dist/components/presentation/Dialog.svelte.d.ts +0 -22
- package/dist/components/presentation/Disclose.svelte +0 -116
- package/dist/components/presentation/Disclose.svelte.d.ts +0 -11
- package/dist/components/presentation/Drawer.svelte +0 -118
- package/dist/components/presentation/Drawer.svelte.d.ts +0 -13
- package/dist/components/presentation/EmptyState.svelte +0 -67
- package/dist/components/presentation/EmptyState.svelte.d.ts +0 -10
- package/dist/components/presentation/Gallery.svelte +0 -35
- package/dist/components/presentation/Gallery.svelte.d.ts +0 -14
- package/dist/components/presentation/Link.svelte +0 -362
- package/dist/components/presentation/Link.svelte.d.ts +0 -27
- package/dist/components/utils.d.ts +0 -3
- package/dist/components/utils.js +0 -1
- package/dist/index.server.d.ts +0 -11
- package/dist/index.server.js +0 -10
- package/dist/server-side/getRedirectPipeline.d.ts +0 -6
- package/dist/utils.d.ts +0 -1
- package/dist/utils.js +0 -3
|
@@ -0,0 +1,763 @@
|
|
|
1
|
+
export declare enum IconSize {
|
|
2
|
+
ExtraSmall = "xs",
|
|
3
|
+
Small = "sm",
|
|
4
|
+
Medium = "md",
|
|
5
|
+
Large = "lg",
|
|
6
|
+
ExtraLarge = "xl"
|
|
7
|
+
}
|
|
8
|
+
export declare enum OutlinedIcons {
|
|
9
|
+
AddColumnAfter = "AddColumnAfterOutline",
|
|
10
|
+
AddColumnBefore = "AddColumnBeforeOutline",
|
|
11
|
+
AddressBook = "AddressBookOutline",
|
|
12
|
+
AdjustmentsHorizontal = "AdjustmentsHorizontalOutline",
|
|
13
|
+
AdjustmentsVertical = "AdjustmentsVerticalOutline",
|
|
14
|
+
AlignCenter = "AlignCenterOutline",
|
|
15
|
+
AlignJustify = "AlignJustifyOutline",
|
|
16
|
+
AlignLeft = "AlignLeftOutline",
|
|
17
|
+
AlignRight = "AlignRightOutline",
|
|
18
|
+
AngleDown = "AngleDownOutline",
|
|
19
|
+
AngleLeft = "AngleLeftOutline",
|
|
20
|
+
AngleRight = "AngleRightOutline",
|
|
21
|
+
AngleUp = "AngleUpOutline",
|
|
22
|
+
Annotation = "AnnotationOutline",
|
|
23
|
+
ApiKey = "ApiKeyOutline",
|
|
24
|
+
AppleFull = "AppleFullOutline",
|
|
25
|
+
ArchiveArrowDown = "ArchiveArrowDownOutline",
|
|
26
|
+
Archive = "ArchiveOutline",
|
|
27
|
+
ArrowDown = "ArrowDownOutline",
|
|
28
|
+
ArrowDownToBracket = "ArrowDownToBracketOutline",
|
|
29
|
+
ArrowLeft = "ArrowLeftOutline",
|
|
30
|
+
ArrowLeftToBracket = "ArrowLeftToBracketOutline",
|
|
31
|
+
ArrowRightAlt = "ArrowRightAltOutline",
|
|
32
|
+
ArrowRight = "ArrowRightOutline",
|
|
33
|
+
ArrowRightToBracket = "ArrowRightToBracketOutline",
|
|
34
|
+
ArrowSortLetters = "ArrowSortLettersOutline",
|
|
35
|
+
ArrowUpDown = "ArrowUpDownOutline",
|
|
36
|
+
ArrowUpFromBracket = "ArrowUpFromBracketOutline",
|
|
37
|
+
ArrowUp = "ArrowUpOutline",
|
|
38
|
+
ArrowUpRightDownLeft = "ArrowUpRightDownLeftOutline",
|
|
39
|
+
ArrowUpRightFromSquare = "ArrowUpRightFromSquareOutline",
|
|
40
|
+
ArrowsRepeatCount = "ArrowsRepeatCountOutline",
|
|
41
|
+
ArrowsRepeat = "ArrowsRepeatOutline",
|
|
42
|
+
Atom = "AtomOutline",
|
|
43
|
+
Award = "AwardOutline",
|
|
44
|
+
BackwardStep = "BackwardStepOutline",
|
|
45
|
+
Bacon = "BaconOutline",
|
|
46
|
+
BadgeCheck = "BadgeCheckOutline",
|
|
47
|
+
Ban = "BanOutline",
|
|
48
|
+
Barcode = "BarcodeOutline",
|
|
49
|
+
BarsFromLeft = "BarsFromLeftOutline",
|
|
50
|
+
Bars = "BarsOutline",
|
|
51
|
+
Battery = "BatteryOutline",
|
|
52
|
+
Bed = "BedOutline",
|
|
53
|
+
BeerMugEmpty = "BeerMugEmptyOutline",
|
|
54
|
+
BellActiveAlt = "BellActiveAltOutline",
|
|
55
|
+
BellActive = "BellActiveOutline",
|
|
56
|
+
Bell = "BellOutline",
|
|
57
|
+
BellRing = "BellRingOutline",
|
|
58
|
+
BlenderPhone = "BlenderPhoneOutline",
|
|
59
|
+
Bone = "BoneOutline",
|
|
60
|
+
BookOpen = "BookOpenOutline",
|
|
61
|
+
BookOpenReader = "BookOpenReaderOutline",
|
|
62
|
+
Book = "BookOutline",
|
|
63
|
+
Bookmark = "BookmarkOutline",
|
|
64
|
+
BoothCurtain = "BoothCurtainOutline",
|
|
65
|
+
BowlFood = "BowlFoodOutline",
|
|
66
|
+
BowlRice = "BowlRiceOutline",
|
|
67
|
+
Brain = "BrainOutline",
|
|
68
|
+
BreadSlice = "BreadSliceOutline",
|
|
69
|
+
Briefcase = "BriefcaseOutline",
|
|
70
|
+
Bug = "BugOutline",
|
|
71
|
+
Building = "BuildingOutline",
|
|
72
|
+
Bullhorn = "BullhornOutline",
|
|
73
|
+
Burger = "BurgerOutline",
|
|
74
|
+
CakeCandles = "CakeCandlesOutline",
|
|
75
|
+
CalendarEdit = "CalendarEditOutline",
|
|
76
|
+
CalendarMonth = "CalendarMonthOutline",
|
|
77
|
+
CalendarPlus = "CalendarPlusOutline",
|
|
78
|
+
CalendarWeek = "CalendarWeekOutline",
|
|
79
|
+
CameraPhoto = "CameraPhotoOutline",
|
|
80
|
+
CandyCane = "CandyCaneOutline",
|
|
81
|
+
Caption = "CaptionOutline",
|
|
82
|
+
CaretDown = "CaretDownOutline",
|
|
83
|
+
CaretLeft = "CaretLeftOutline",
|
|
84
|
+
CaretRight = "CaretRightOutline",
|
|
85
|
+
CaretSort = "CaretSortOutline",
|
|
86
|
+
CaretUp = "CaretUpOutline",
|
|
87
|
+
Carrot = "CarrotOutline",
|
|
88
|
+
Cart = "CartOutline",
|
|
89
|
+
CartPlusAlt = "CartPlusAltOutline",
|
|
90
|
+
CartPlus = "CartPlusOutline",
|
|
91
|
+
Cash = "CashOutline",
|
|
92
|
+
CashRegister = "CashRegisterOutline",
|
|
93
|
+
CellAttributes = "CellAttributesOutline",
|
|
94
|
+
Chalkboard = "ChalkboardOutline",
|
|
95
|
+
ChalkboardUser = "ChalkboardUserOutline",
|
|
96
|
+
ChampagneGlasses = "ChampagneGlassesOutline",
|
|
97
|
+
ChartLineDown = "ChartLineDownOutline",
|
|
98
|
+
ChartLineUp = "ChartLineUpOutline",
|
|
99
|
+
ChartMixedDollar = "ChartMixedDollarOutline",
|
|
100
|
+
ChartMixed = "ChartMixedOutline",
|
|
101
|
+
Chart = "ChartOutline",
|
|
102
|
+
ChartPie = "ChartPieOutline",
|
|
103
|
+
CheckCircle = "CheckCircleOutline",
|
|
104
|
+
Check = "CheckOutline",
|
|
105
|
+
CheckPlusCircle = "CheckPlusCircleOutline",
|
|
106
|
+
Cheese = "CheeseOutline",
|
|
107
|
+
ChevronDoubleDown = "ChevronDoubleDownOutline",
|
|
108
|
+
ChevronDoubleLeft = "ChevronDoubleLeftOutline",
|
|
109
|
+
ChevronDoubleRight = "ChevronDoubleRightOutline",
|
|
110
|
+
ChevronDoubleUp = "ChevronDoubleUpOutline",
|
|
111
|
+
ChevronDown = "ChevronDownOutline",
|
|
112
|
+
ChevronLeft = "ChevronLeftOutline",
|
|
113
|
+
ChevronRight = "ChevronRightOutline",
|
|
114
|
+
ChevronSort = "ChevronSortOutline",
|
|
115
|
+
ChevronUp = "ChevronUpOutline",
|
|
116
|
+
CircleMinus = "CircleMinusOutline",
|
|
117
|
+
CirclePause = "CirclePauseOutline",
|
|
118
|
+
CirclePlus = "CirclePlusOutline",
|
|
119
|
+
ClapperboardPlay = "ClapperboardPlayOutline",
|
|
120
|
+
ClipboardCheck = "ClipboardCheckOutline",
|
|
121
|
+
ClipboardClean = "ClipboardCleanOutline",
|
|
122
|
+
ClipboardList = "ClipboardListOutline",
|
|
123
|
+
Clipboard = "ClipboardOutline",
|
|
124
|
+
ClockArrow = "ClockArrowOutline",
|
|
125
|
+
Clock = "ClockOutline",
|
|
126
|
+
CloseCircle = "CloseCircleOutline",
|
|
127
|
+
Close = "CloseOutline",
|
|
128
|
+
CloseSidebarAlt = "CloseSidebarAltOutline",
|
|
129
|
+
CloseSidebar = "CloseSidebarOutline",
|
|
130
|
+
CloudArrowUp = "CloudArrowUpOutline",
|
|
131
|
+
CloudMeatball = "CloudMeatballOutline",
|
|
132
|
+
CodeBranch = "CodeBranchOutline",
|
|
133
|
+
CodeFork = "CodeForkOutline",
|
|
134
|
+
CodeMerge = "CodeMergeOutline",
|
|
135
|
+
Code = "CodeOutline",
|
|
136
|
+
CodePullRequest = "CodePullRequestOutline",
|
|
137
|
+
Cog = "CogOutline",
|
|
138
|
+
Column = "ColumnOutline",
|
|
139
|
+
Command = "CommandOutline",
|
|
140
|
+
Compress = "CompressOutline",
|
|
141
|
+
ComputerSpeaker = "ComputerSpeakerOutline",
|
|
142
|
+
Cookie = "CookieOutline",
|
|
143
|
+
CreditCard = "CreditCardOutline",
|
|
144
|
+
CreditCardPlusAlt = "CreditCardPlusAltOutline",
|
|
145
|
+
CreditCardPlus = "CreditCardPlusOutline",
|
|
146
|
+
CubesStacked = "CubesStackedOutline",
|
|
147
|
+
Database = "DatabaseOutline",
|
|
148
|
+
DeleteColumn = "DeleteColumnOutline",
|
|
149
|
+
DeleteRow = "DeleteRowOutline",
|
|
150
|
+
DeleteTable = "DeleteTableOutline",
|
|
151
|
+
DesktopPc = "DesktopPcOutline",
|
|
152
|
+
Dna = "DnaOutline",
|
|
153
|
+
Dollar = "DollarOutline",
|
|
154
|
+
DotsHorizontal = "DotsHorizontalOutline",
|
|
155
|
+
DotsVertical = "DotsVerticalOutline",
|
|
156
|
+
Download = "DownloadOutline",
|
|
157
|
+
DrawSquare = "DrawSquareOutline",
|
|
158
|
+
DropletBottleAlt = "DropletBottleAltOutline",
|
|
159
|
+
DropletBottle = "DropletBottleOutline",
|
|
160
|
+
DrumstickBite = "DrumstickBiteOutline",
|
|
161
|
+
Edit = "EditOutline",
|
|
162
|
+
Egg = "EggOutline",
|
|
163
|
+
EnvelopeOpen = "EnvelopeOpenOutline",
|
|
164
|
+
Envelope = "EnvelopeOutline",
|
|
165
|
+
Euro = "EuroOutline",
|
|
166
|
+
ExclamationCircle = "ExclamationCircleOutline",
|
|
167
|
+
Expand = "ExpandOutline",
|
|
168
|
+
Eye = "EyeOutline",
|
|
169
|
+
EyeSlash = "EyeSlashOutline",
|
|
170
|
+
FaceExplode = "FaceExplodeOutline",
|
|
171
|
+
FaceGrin = "FaceGrinOutline",
|
|
172
|
+
FaceGrinStars = "FaceGrinStarsOutline",
|
|
173
|
+
FaceLaugh = "FaceLaughOutline",
|
|
174
|
+
FileChartBar = "FileChartBarOutline",
|
|
175
|
+
FileCheck = "FileCheckOutline",
|
|
176
|
+
FileCirclePlus = "FileCirclePlusOutline",
|
|
177
|
+
FileClone = "FileCloneOutline",
|
|
178
|
+
FileCode = "FileCodeOutline",
|
|
179
|
+
FileCopyAlt = "FileCopyAltOutline",
|
|
180
|
+
FileCopy = "FileCopyOutline",
|
|
181
|
+
FileCsv = "FileCsvOutline",
|
|
182
|
+
FileDoc = "FileDocOutline",
|
|
183
|
+
FileExport = "FileExportOutline",
|
|
184
|
+
FileImage = "FileImageOutline",
|
|
185
|
+
FileImport = "FileImportOutline",
|
|
186
|
+
FileInvoice = "FileInvoiceOutline",
|
|
187
|
+
FileLines = "FileLinesOutline",
|
|
188
|
+
FileMusic = "FileMusicOutline",
|
|
189
|
+
File = "FileOutline",
|
|
190
|
+
FilePaste = "FilePasteOutline",
|
|
191
|
+
FilePdf = "FilePdfOutline",
|
|
192
|
+
FilePen = "FilePenOutline",
|
|
193
|
+
FilePpt = "FilePptOutline",
|
|
194
|
+
FileSearch = "FileSearchOutline",
|
|
195
|
+
FileShield = "FileShieldOutline",
|
|
196
|
+
FileVideo = "FileVideoOutline",
|
|
197
|
+
FileWord = "FileWordOutline",
|
|
198
|
+
FileZip = "FileZipOutline",
|
|
199
|
+
FilterDollar = "FilterDollarOutline",
|
|
200
|
+
Filter = "FilterOutline",
|
|
201
|
+
Fingerprint = "FingerprintOutline",
|
|
202
|
+
Fire = "FireOutline",
|
|
203
|
+
FishAlt = "FishAltOutline",
|
|
204
|
+
Fish = "FishOutline",
|
|
205
|
+
FixTables = "FixTablesOutline",
|
|
206
|
+
Flag = "FlagOutline",
|
|
207
|
+
Flask = "FlaskOutline",
|
|
208
|
+
FloppyDiskAlt = "FloppyDiskAltOutline",
|
|
209
|
+
FloppyDisk = "FloppyDiskOutline",
|
|
210
|
+
FolderArrowRight = "FolderArrowRightOutline",
|
|
211
|
+
FolderDuplicate = "FolderDuplicateOutline",
|
|
212
|
+
FolderOpen = "FolderOpenOutline",
|
|
213
|
+
Folder = "FolderOutline",
|
|
214
|
+
FolderPlus = "FolderPlusOutline",
|
|
215
|
+
FontColor = "FontColorOutline",
|
|
216
|
+
FontFamily = "FontFamilyOutline",
|
|
217
|
+
FontHighlight = "FontHighlightOutline",
|
|
218
|
+
Forward = "ForwardOutline",
|
|
219
|
+
ForwardStep = "ForwardStepOutline",
|
|
220
|
+
GiftBox = "GiftBoxOutline",
|
|
221
|
+
GlassWaterDroplet = "GlassWaterDropletOutline",
|
|
222
|
+
GlassWater = "GlassWaterOutline",
|
|
223
|
+
Globe = "GlobeOutline",
|
|
224
|
+
GoToNextCell = "GoToNextCellOutline",
|
|
225
|
+
GoToPrevCell = "GoToPrevCellOutline",
|
|
226
|
+
GraduationCap = "GraduationCapOutline",
|
|
227
|
+
Grid = "GridOutline",
|
|
228
|
+
GridPlus = "GridPlusOutline",
|
|
229
|
+
Hammer = "HammerOutline",
|
|
230
|
+
Headphones = "HeadphonesOutline",
|
|
231
|
+
Heart = "HeartOutline",
|
|
232
|
+
Home = "HomeOutline",
|
|
233
|
+
HorizontalLines = "HorizontalLinesOutline",
|
|
234
|
+
Hotdog = "HotdogOutline",
|
|
235
|
+
Hourglass = "HourglassOutline",
|
|
236
|
+
IcecreamAlt = "IcecreamAltOutline",
|
|
237
|
+
Icecream = "IcecreamOutline",
|
|
238
|
+
Image = "ImageOutline",
|
|
239
|
+
InboxFull = "InboxFullOutline",
|
|
240
|
+
Inbox = "InboxOutline",
|
|
241
|
+
IncomingCall = "IncomingCallOutline",
|
|
242
|
+
Indent = "IndentOutline",
|
|
243
|
+
InfoCircle = "InfoCircleOutline",
|
|
244
|
+
InsertRowAfter = "InsertRowAfterOutline",
|
|
245
|
+
InsertRowBefore = "InsertRowBeforeOutline",
|
|
246
|
+
InsertTableAlt = "InsertTableAltOutline",
|
|
247
|
+
InsertTable = "InsertTableOutline",
|
|
248
|
+
Jar = "JarOutline",
|
|
249
|
+
JarWheat = "JarWheatOutline",
|
|
250
|
+
Keyboard = "KeyboardOutline",
|
|
251
|
+
Label = "LabelOutline",
|
|
252
|
+
Landmark = "LandmarkOutline",
|
|
253
|
+
Language = "LanguageOutline",
|
|
254
|
+
LaptopCode = "LaptopCodeOutline",
|
|
255
|
+
LaptopFile = "LaptopFileOutline",
|
|
256
|
+
Layers = "LayersOutline",
|
|
257
|
+
Lemon = "LemonOutline",
|
|
258
|
+
LetterBold = "LetterBoldOutline",
|
|
259
|
+
LetterItalic = "LetterItalicOutline",
|
|
260
|
+
LetterUnderline = "LetterUnderlineOutline",
|
|
261
|
+
LifeSaver = "LifeSaverOutline",
|
|
262
|
+
Lightbulb = "LightbulbOutline",
|
|
263
|
+
LinkBreak = "LinkBreakOutline",
|
|
264
|
+
Link = "LinkOutline",
|
|
265
|
+
ListMusic = "ListMusicOutline",
|
|
266
|
+
List = "ListOutline",
|
|
267
|
+
LockOpen = "LockOpenOutline",
|
|
268
|
+
Lock = "LockOutline",
|
|
269
|
+
LockTime = "LockTimeOutline",
|
|
270
|
+
MailBox = "MailBoxOutline",
|
|
271
|
+
MapPinAlt = "MapPinAltOutline",
|
|
272
|
+
MapPin = "MapPinOutline",
|
|
273
|
+
MartiniGlassCitrus = "MartiniGlassCitrusOutline",
|
|
274
|
+
MartiniGlassEmpty = "MartiniGlassEmptyOutline",
|
|
275
|
+
MartiniGlass = "MartiniGlassOutline",
|
|
276
|
+
MergeCells = "MergeCellsOutline",
|
|
277
|
+
MergeOrSplit = "MergeOrSplitOutline",
|
|
278
|
+
MessageCaption = "MessageCaptionOutline",
|
|
279
|
+
MessageDots = "MessageDotsOutline",
|
|
280
|
+
Messages = "MessagesOutline",
|
|
281
|
+
Microphone = "MicrophoneOutline",
|
|
282
|
+
MicrophoneSlash = "MicrophoneSlashOutline",
|
|
283
|
+
Microscope = "MicroscopeOutline",
|
|
284
|
+
Minimize = "MinimizeOutline",
|
|
285
|
+
Minus = "MinusOutline",
|
|
286
|
+
MissedCall = "MissedCallOutline",
|
|
287
|
+
MobilePhone = "MobilePhoneOutline",
|
|
288
|
+
Moon = "MoonOutline",
|
|
289
|
+
MoonPlus = "MoonPlusOutline",
|
|
290
|
+
MugHot = "MugHotOutline",
|
|
291
|
+
MugSaucer = "MugSaucerOutline",
|
|
292
|
+
MusicAlt = "MusicAltOutline",
|
|
293
|
+
Music = "MusicOutline",
|
|
294
|
+
Newspaper = "NewspaperOutline",
|
|
295
|
+
ObjectsColumn = "ObjectsColumnOutline",
|
|
296
|
+
OpenDoor = "OpenDoorOutline",
|
|
297
|
+
OpenSidebarAlt = "OpenSidebarAltOutline",
|
|
298
|
+
OpenSidebar = "OpenSidebarOutline",
|
|
299
|
+
OrderedList = "OrderedListOutline",
|
|
300
|
+
Outdent = "OutdentOutline",
|
|
301
|
+
OutgoingCall = "OutgoingCallOutline",
|
|
302
|
+
Palette = "PaletteOutline",
|
|
303
|
+
PaperClip = "PaperClipOutline",
|
|
304
|
+
PaperPlane = "PaperPlaneOutline",
|
|
305
|
+
Paragraph = "ParagraphOutline",
|
|
306
|
+
Pause = "PauseOutline",
|
|
307
|
+
PenNib = "PenNibOutline",
|
|
308
|
+
Pen = "PenOutline",
|
|
309
|
+
PepperHot = "PepperHotOutline",
|
|
310
|
+
PersonChalkboard = "PersonChalkboardOutline",
|
|
311
|
+
PhoneHangup = "PhoneHangupOutline",
|
|
312
|
+
Phone = "PhoneOutline",
|
|
313
|
+
PizzaSlice = "PizzaSliceOutline",
|
|
314
|
+
PlateWheat = "PlateWheatOutline",
|
|
315
|
+
Play = "PlayOutline",
|
|
316
|
+
Plus = "PlusOutline",
|
|
317
|
+
Printer = "PrinterOutline",
|
|
318
|
+
ProfileCard = "ProfileCardOutline",
|
|
319
|
+
QrCode = "QrCodeOutline",
|
|
320
|
+
QuestionCircle = "QuestionCircleOutline",
|
|
321
|
+
Quote = "QuoteOutline",
|
|
322
|
+
Receipt = "ReceiptOutline",
|
|
323
|
+
RectangleList = "RectangleListOutline",
|
|
324
|
+
Redo = "RedoOutline",
|
|
325
|
+
Refresh = "RefreshOutline",
|
|
326
|
+
ReplyAll = "ReplyAllOutline",
|
|
327
|
+
Reply = "ReplyOutline",
|
|
328
|
+
RestoreWindow = "RestoreWindowOutline",
|
|
329
|
+
Rocket = "RocketOutline",
|
|
330
|
+
RulerCombined = "RulerCombinedOutline",
|
|
331
|
+
SalePercent = "SalePercentOutline",
|
|
332
|
+
ScaleBalanced = "ScaleBalancedOutline",
|
|
333
|
+
SchoolAlt = "SchoolAltOutline",
|
|
334
|
+
SchoolCheckAlt = "SchoolCheckAltOutline",
|
|
335
|
+
SchoolCheck = "SchoolCheckOutline",
|
|
336
|
+
SchoolExclamationAlt = "SchoolExclamationAltOutline",
|
|
337
|
+
SchoolExclamation = "SchoolExclamationOutline",
|
|
338
|
+
SchoolFlagAlt = "SchoolFlagAltOutline",
|
|
339
|
+
SchoolFlag = "SchoolFlagOutline",
|
|
340
|
+
SchoolLockAlt = "SchoolLockAltOutline",
|
|
341
|
+
SchoolLock = "SchoolLockOutline",
|
|
342
|
+
School = "SchoolOutline",
|
|
343
|
+
SchoolXmarkAlt = "SchoolXmarkAltOutline",
|
|
344
|
+
SchoolXmark = "SchoolXmarkOutline",
|
|
345
|
+
Search = "SearchOutline",
|
|
346
|
+
Seedling = "SeedlingOutline",
|
|
347
|
+
Server = "ServerOutline",
|
|
348
|
+
Shapes = "ShapesOutline",
|
|
349
|
+
ShareAll = "ShareAllOutline",
|
|
350
|
+
ShareNodes = "ShareNodesOutline",
|
|
351
|
+
ShieldCheck = "ShieldCheckOutline",
|
|
352
|
+
Shield = "ShieldOutline",
|
|
353
|
+
ShoppingBag = "ShoppingBagOutline",
|
|
354
|
+
Shrimp = "ShrimpOutline",
|
|
355
|
+
Shuffle = "ShuffleOutline",
|
|
356
|
+
SortHorizontal = "SortHorizontalOutline",
|
|
357
|
+
Sort = "SortOutline",
|
|
358
|
+
SplitCells = "SplitCellsOutline",
|
|
359
|
+
StarHalf = "StarHalfOutline",
|
|
360
|
+
StarHalfStroke = "StarHalfStrokeOutline",
|
|
361
|
+
Star = "StarOutline",
|
|
362
|
+
Stop = "StopOutline",
|
|
363
|
+
Store = "StoreOutline",
|
|
364
|
+
Stroopwafel = "StroopwafelOutline",
|
|
365
|
+
Subscript = "SubscriptOutline",
|
|
366
|
+
Sun = "SunOutline",
|
|
367
|
+
Superscript = "SuperscriptOutline",
|
|
368
|
+
Swatchbook = "SwatchbookOutline",
|
|
369
|
+
TShirt = "TShirtOutline",
|
|
370
|
+
TableColumn = "TableColumnOutline",
|
|
371
|
+
TableRow = "TableRowOutline",
|
|
372
|
+
Tablet = "TabletOutline",
|
|
373
|
+
Tag = "TagOutline",
|
|
374
|
+
TeddyBear = "TeddyBearOutline",
|
|
375
|
+
Terminal = "TerminalOutline",
|
|
376
|
+
TextSize = "TextSizeOutline",
|
|
377
|
+
TextSlash = "TextSlashOutline",
|
|
378
|
+
TextUnderline = "TextUnderlineOutline",
|
|
379
|
+
Theatre = "TheatreOutline",
|
|
380
|
+
ThumbsDown = "ThumbsDownOutline",
|
|
381
|
+
ThumbsUp = "ThumbsUpOutline",
|
|
382
|
+
Thumbtack = "ThumbtackOutline",
|
|
383
|
+
Ticket = "TicketOutline",
|
|
384
|
+
ToggleHeaderCell = "ToggleHeaderCellOutline",
|
|
385
|
+
ToggleHeaderColumn = "ToggleHeaderColumnOutline",
|
|
386
|
+
ToggleHeaderRow = "ToggleHeaderRowOutline",
|
|
387
|
+
Tools = "ToolsOutline",
|
|
388
|
+
Tracking = "TrackingOutline",
|
|
389
|
+
TrashBin = "TrashBinOutline",
|
|
390
|
+
TruckClock = "TruckClockOutline",
|
|
391
|
+
Truck = "TruckOutline",
|
|
392
|
+
Undo = "UndoOutline",
|
|
393
|
+
Upload = "UploadOutline",
|
|
394
|
+
UserAdd = "UserAddOutline",
|
|
395
|
+
UserCircle = "UserCircleOutline",
|
|
396
|
+
UserEdit = "UserEditOutline",
|
|
397
|
+
UserGraduate = "UserGraduateOutline",
|
|
398
|
+
UserHeadset = "UserHeadsetOutline",
|
|
399
|
+
User = "UserOutline",
|
|
400
|
+
UserRemove = "UserRemoveOutline",
|
|
401
|
+
UserSettings = "UserSettingsOutline",
|
|
402
|
+
UsersGroup = "UsersGroupOutline",
|
|
403
|
+
Users = "UsersOutline",
|
|
404
|
+
VideoCamera = "VideoCameraOutline ",
|
|
405
|
+
VolumeDown = "VolumeDownOutline ",
|
|
406
|
+
VolumeMute = "VolumeMuteOutline ",
|
|
407
|
+
VolumeUp = "VolumeUpOutline",
|
|
408
|
+
Wallet = "VolumeUpOutline WalletOutline",
|
|
409
|
+
WandMagicSparkles = "WandMagicSparklesOutline",
|
|
410
|
+
WaterBottle = "WaterBottleOutline",
|
|
411
|
+
WheatExclamation = "WheatExclamationOutline",
|
|
412
|
+
Wheat = "WheatOutline",
|
|
413
|
+
WhiskeyGlass = "WhiskeyGlassOutline",
|
|
414
|
+
Window = "WindowOutline",
|
|
415
|
+
WineBottle = "WineBottleOutline",
|
|
416
|
+
WineGlassEmpty = "WineGlassEmptyOutline",
|
|
417
|
+
WineGlass = "WineGlassOutline",
|
|
418
|
+
ZoomIn = "ZoomInOutline",
|
|
419
|
+
ZoomOut = "ZoomOutOutline"
|
|
420
|
+
}
|
|
421
|
+
export declare enum SolidIcons {
|
|
422
|
+
AddressBook = "AddressBookSolid",
|
|
423
|
+
AdjustmentsHorizontal = "AdjustmentsHorizontalSolid",
|
|
424
|
+
AdjustmentsVertical = "AdjustmentsVerticalSolid",
|
|
425
|
+
Annotation = "AnnotationSolid",
|
|
426
|
+
AppleFull = "AppleFullSolid",
|
|
427
|
+
Apple = "AppleSolid",
|
|
428
|
+
ArchiveArrowDown = "ArchiveArrowDownSolid",
|
|
429
|
+
Archive = "ArchiveSolid",
|
|
430
|
+
ArrowRightAlt = "ArrowRightAltSolid",
|
|
431
|
+
ArrowUpRightFromSquare = "ArrowUpRightFromSquareSolid",
|
|
432
|
+
Award = "AwardSolid",
|
|
433
|
+
Aws = "AwsSolid",
|
|
434
|
+
BackwardStep = "BackwardStepSolid",
|
|
435
|
+
Bacon = "BaconSolid",
|
|
436
|
+
BadgeCheck = "BadgeCheckSolid",
|
|
437
|
+
Battery = "BatterySolid",
|
|
438
|
+
Bed = "BedSolid",
|
|
439
|
+
BeerMugEmpty = "BeerMugEmptySolid",
|
|
440
|
+
BellActiveAlt = "BellActiveAltSolid",
|
|
441
|
+
BellActive = "BellActiveSolid",
|
|
442
|
+
BellRing = "BellRingSolid",
|
|
443
|
+
Bell = "BellSolid",
|
|
444
|
+
Bitcoin = "BitcoinSolid",
|
|
445
|
+
BlenderPhone = "BlenderPhoneSolid",
|
|
446
|
+
Bone = "BoneSolid",
|
|
447
|
+
BookOpenReader = "BookOpenReaderSolid",
|
|
448
|
+
BookOpen = "BookOpenSolid",
|
|
449
|
+
Book = "BookSolid",
|
|
450
|
+
Bookmark = "BookmarkSolid",
|
|
451
|
+
BoothCurtain = "BoothCurtainSolid",
|
|
452
|
+
BowlFood = "BowlFoodSolid",
|
|
453
|
+
BowlRice = "BowlRiceSolid",
|
|
454
|
+
Brain = "BrainSolid",
|
|
455
|
+
BreadSlice = "BreadSliceSolid",
|
|
456
|
+
Briefcase = "BriefcaseSolid",
|
|
457
|
+
Bug = "BugSolid",
|
|
458
|
+
Building = "BuildingSolid",
|
|
459
|
+
Bullhorn = "BullhornSolid",
|
|
460
|
+
Burger = "BurgerSolid",
|
|
461
|
+
CakeCandles = "CakeCandlesSolid",
|
|
462
|
+
CalendarEdit = "CalendarEditSolid",
|
|
463
|
+
CalendarMonth = "CalendarMonthSolid",
|
|
464
|
+
CalendarPlus = "CalendarPlusSolid",
|
|
465
|
+
CalendarWeek = "CalendarWeekSolid",
|
|
466
|
+
CameraPhoto = "CameraPhotoSolid",
|
|
467
|
+
CandyCane = "CandyCaneSolid",
|
|
468
|
+
Caption = "CaptionSolid",
|
|
469
|
+
CaretDown = "CaretDownSolid",
|
|
470
|
+
CaretLeft = "CaretLeftSolid",
|
|
471
|
+
CaretRight = "CaretRightSolid",
|
|
472
|
+
CaretSort = "CaretSortSolid",
|
|
473
|
+
CaretUp = "CaretUpSolid",
|
|
474
|
+
Carrot = "CarrotSolid",
|
|
475
|
+
CartPlusAlt = "CartPlusAltSolid",
|
|
476
|
+
CartPlus = "CartPlusSolid",
|
|
477
|
+
Cart = "CartSolid",
|
|
478
|
+
CashRegister = "CashRegisterSolid",
|
|
479
|
+
Cash = "CashSolid",
|
|
480
|
+
Chalkboard = "ChalkboardSolid",
|
|
481
|
+
ChalkboardUser = "ChalkboardUserSolid",
|
|
482
|
+
ChampagneGlasses = "ChampagneGlassesSolid",
|
|
483
|
+
ChartMixedDollar = "ChartMixedDollarSolid",
|
|
484
|
+
ChartPie = "ChartPieSolid",
|
|
485
|
+
CheckCircle = "CheckCircleSolid",
|
|
486
|
+
CheckPlusCircle = "CheckPlusCircleSolid",
|
|
487
|
+
Cheese = "CheeseSolid",
|
|
488
|
+
CircleMinus = "CircleMinusSolid",
|
|
489
|
+
CirclePause = "CirclePauseSolid",
|
|
490
|
+
CirclePlus = "CirclePlusSolid",
|
|
491
|
+
ClapperboardPlay = "ClapperboardPlaySolid",
|
|
492
|
+
ClipboardCheck = "ClipboardCheckSolid",
|
|
493
|
+
ClipboardClean = "ClipboardCleanSolid",
|
|
494
|
+
ClipboardList = "ClipboardListSolid",
|
|
495
|
+
Clipboard = "ClipboardSolid",
|
|
496
|
+
Clock = "ClockSolid",
|
|
497
|
+
CloseCircle = "CloseCircleSolid",
|
|
498
|
+
CloseSidebarAlt = "CloseSidebarAltSolid",
|
|
499
|
+
CloseSidebar = "CloseSidebarSolid",
|
|
500
|
+
CloudArrowUp = "CloudArrowUpSolid",
|
|
501
|
+
CloudMeatball = "CloudMeatballSolid",
|
|
502
|
+
CodeBranch = "CodeBranchSolid",
|
|
503
|
+
CodeFork = "CodeForkSolid",
|
|
504
|
+
CodeMerge = "CodeMergeSolid",
|
|
505
|
+
CodePullRequest = "CodePullRequestSolid",
|
|
506
|
+
Cog = "CogSolid",
|
|
507
|
+
Column = "ColumnSolid",
|
|
508
|
+
ComputerSpeaker = "ComputerSpeakerSolid",
|
|
509
|
+
Cookie = "CookieSolid",
|
|
510
|
+
CreditCardPlusAlt = "CreditCardPlusAltSolid",
|
|
511
|
+
CreditCardPlus = "CreditCardPlusSolid",
|
|
512
|
+
CreditCard = "CreditCardSolid",
|
|
513
|
+
Css = "CssSolid",
|
|
514
|
+
Cube = "CubeSolid",
|
|
515
|
+
CubesStacked = "CubesStackedSolid",
|
|
516
|
+
Database = "DatabaseSolid",
|
|
517
|
+
DesktopPc = "DesktopPcSolid",
|
|
518
|
+
Discord = "DiscordSolid",
|
|
519
|
+
Download = "DownloadSolid",
|
|
520
|
+
DrawSquare = "DrawSquareSolid",
|
|
521
|
+
Dribbble = "DribbbleSolid",
|
|
522
|
+
Dropbox = "DropboxSolid",
|
|
523
|
+
DropletBottleAlt = "DropletBottleAltSolid",
|
|
524
|
+
DropletBottle = "DropletBottleSolid",
|
|
525
|
+
DrumstickBite = "DrumstickBiteSolid",
|
|
526
|
+
Edit = "EditSolid",
|
|
527
|
+
Egg = "EggSolid",
|
|
528
|
+
EnvelopeOpen = "EnvelopeOpenSolid",
|
|
529
|
+
Envelope = "EnvelopeSolid",
|
|
530
|
+
ExclamationCircle = "ExclamationCircleSolid",
|
|
531
|
+
EyeSlash = "EyeSlashSolid",
|
|
532
|
+
Eye = "EyeSolid",
|
|
533
|
+
FaceExplode = "FaceExplodeSolid",
|
|
534
|
+
FaceGrin = "FaceGrinSolid",
|
|
535
|
+
FaceGrinStars = "FaceGrinStarsSolid",
|
|
536
|
+
FaceLaugh = "FaceLaughSolid",
|
|
537
|
+
Facebook = "FacebookSolid",
|
|
538
|
+
FileChartBar = "FileChartBarSolid",
|
|
539
|
+
FileCheck = "FileCheckSolid",
|
|
540
|
+
FileCirclePlus = "FileCirclePlusSolid",
|
|
541
|
+
FileClone = "FileCloneSolid",
|
|
542
|
+
FileCode = "FileCodeSolid",
|
|
543
|
+
FileCopyAlt = "FileCopyAltSolid",
|
|
544
|
+
FileCopy = "FileCopySolid",
|
|
545
|
+
FileCsv = "FileCsvSolid",
|
|
546
|
+
FileDoc = "FileDocSolid",
|
|
547
|
+
FileExport = "FileExportSolid",
|
|
548
|
+
FileImage = "FileImageSolid",
|
|
549
|
+
FileImport = "FileImportSolid",
|
|
550
|
+
FileInvoice = "FileInvoiceSolid",
|
|
551
|
+
FileLines = "FileLinesSolid",
|
|
552
|
+
FileMusic = "FileMusicSolid",
|
|
553
|
+
FilePaste = "FilePasteSolid",
|
|
554
|
+
FilePdf = "FilePdfSolid",
|
|
555
|
+
FilePen = "FilePenSolid",
|
|
556
|
+
FilePpt = "FilePptSolid",
|
|
557
|
+
FileSearch = "FileSearchSolid",
|
|
558
|
+
FileShield = "FileShieldSolid",
|
|
559
|
+
File = "FileSolid",
|
|
560
|
+
FileVideo = "FileVideoSolid",
|
|
561
|
+
FileWord = "FileWordSolid",
|
|
562
|
+
FileZip = "FileZipSolid",
|
|
563
|
+
FilterDollar = "FilterDollarSolid",
|
|
564
|
+
Filter = "FilterSolid",
|
|
565
|
+
Fire = "FireSolid",
|
|
566
|
+
FishAlt = "FishAltSolid",
|
|
567
|
+
Fish = "FishSolid",
|
|
568
|
+
Flag = "FlagSolid",
|
|
569
|
+
Flask = "FlaskSolid",
|
|
570
|
+
FloppyDiskAlt = "FloppyDiskAltSolid",
|
|
571
|
+
FloppyDisk = "FloppyDiskSolid",
|
|
572
|
+
Flowbite = "FlowbiteSolid",
|
|
573
|
+
FolderArrowRight = "FolderArrowRightSolid",
|
|
574
|
+
FolderDuplicate = "FolderDuplicateSolid",
|
|
575
|
+
FolderOpen = "FolderOpenSolid",
|
|
576
|
+
FolderPlus = "FolderPlusSolid",
|
|
577
|
+
Folder = "FolderSolid",
|
|
578
|
+
FontColorAlt = "FontColorAltSolid",
|
|
579
|
+
Forward = "ForwardSolid",
|
|
580
|
+
ForwardStep = "ForwardStepSolid",
|
|
581
|
+
GiftBox = "GiftBoxSolid",
|
|
582
|
+
Github = "GithubSolid",
|
|
583
|
+
Gitlab = "GitlabSolid",
|
|
584
|
+
GlassWaterDroplet = "GlassWaterDropletSolid",
|
|
585
|
+
GlassWater = "GlassWaterSolid",
|
|
586
|
+
Globe = "GlobeSolid",
|
|
587
|
+
Google = "GoogleSolid",
|
|
588
|
+
GraduationCap = "GraduationCapSolid",
|
|
589
|
+
GridPlus = "GridPlusSolid",
|
|
590
|
+
Grid = "GridSolid",
|
|
591
|
+
Hammer = "HammerSolid",
|
|
592
|
+
Headphones = "HeadphonesSolid",
|
|
593
|
+
Heart = "HeartSolid",
|
|
594
|
+
Home = "HomeSolid",
|
|
595
|
+
Hotdog = "HotdogSolid",
|
|
596
|
+
Hourglass = "HourglassSolid",
|
|
597
|
+
Html = "HtmlSolid",
|
|
598
|
+
IcecreamAlt = "IcecreamAltSolid",
|
|
599
|
+
Icecream = "IcecreamSolid",
|
|
600
|
+
Image = "ImageSolid",
|
|
601
|
+
InboxFull = "InboxFullSolid",
|
|
602
|
+
Inbox = "InboxSolid",
|
|
603
|
+
IncomingCall = "IncomingCallSolid",
|
|
604
|
+
Indent = "IndentSolid",
|
|
605
|
+
InfoCircle = "InfoCircleSolid",
|
|
606
|
+
Instagram = "InstagramSolid",
|
|
607
|
+
Jar = "JarSolid",
|
|
608
|
+
JarWheat = "JarWheatSolid",
|
|
609
|
+
Keyboard = "KeyboardSolid",
|
|
610
|
+
Label = "LabelSolid",
|
|
611
|
+
Landmark = "LandmarkSolid",
|
|
612
|
+
LaptopCode = "LaptopCodeSolid",
|
|
613
|
+
LaptopFile = "LaptopFileSolid",
|
|
614
|
+
Laravel = "LaravelSolid",
|
|
615
|
+
Layers = "LayersSolid",
|
|
616
|
+
Lemon = "LemonSolid",
|
|
617
|
+
LifeSaver = "LifeSaverSolid",
|
|
618
|
+
Lightbulb = "LightbulbSolid",
|
|
619
|
+
Linkedin = "LinkedinSolid",
|
|
620
|
+
ListMusic = "ListMusicSolid",
|
|
621
|
+
LockOpen = "LockOpenSolid",
|
|
622
|
+
Lock = "LockSolid",
|
|
623
|
+
LockTime = "LockTimeSolid",
|
|
624
|
+
MailBox = "MailBoxSolid",
|
|
625
|
+
MapPinAlt = "MapPinAltSolid",
|
|
626
|
+
MapPin = "MapPinSolid",
|
|
627
|
+
MartiniGlassCitrus = "MartiniGlassCitrusSolid",
|
|
628
|
+
MartiniGlassEmpty = "MartiniGlassEmptySolid",
|
|
629
|
+
MartiniGlass = "MartiniGlassSolid",
|
|
630
|
+
Mastercard = "MastercardSolid",
|
|
631
|
+
MessageCaption = "MessageCaptionSolid",
|
|
632
|
+
MessageDots = "MessageDotsSolid",
|
|
633
|
+
Messages = "MessagesSolid",
|
|
634
|
+
MicrophoneSlash = "MicrophoneSlashSolid",
|
|
635
|
+
Microphone = "MicrophoneSolid",
|
|
636
|
+
Microscope = "MicroscopeSolid",
|
|
637
|
+
MissedCall = "MissedCallSolid",
|
|
638
|
+
MobilePhone = "MobilePhoneSolid",
|
|
639
|
+
MongoDb = "MongoDbSolid",
|
|
640
|
+
MoonPlus = "MoonPlusSolid",
|
|
641
|
+
Moon = "MoonSolid",
|
|
642
|
+
MugHot = "MugHotSolid",
|
|
643
|
+
MugSaucer = "MugSaucerSolid",
|
|
644
|
+
MusicAlt = "MusicAltSolid",
|
|
645
|
+
Music = "MusicSolid",
|
|
646
|
+
Newspaper = "NewspaperSolid",
|
|
647
|
+
Npm = "NpmSolid",
|
|
648
|
+
ObjectsColumn = "ObjectsColumnSolid",
|
|
649
|
+
OpenDoor = "OpenDoorSolid",
|
|
650
|
+
OpenSidebarAlt = "OpenSidebarAltSolid",
|
|
651
|
+
OpenSidebar = "OpenSidebarSolid",
|
|
652
|
+
Outdent = "OutdentSolid",
|
|
653
|
+
OutgoingCall = "OutgoingCallSolid",
|
|
654
|
+
Palette = "PaletteSolid",
|
|
655
|
+
PaperPlane = "PaperPlaneSolid",
|
|
656
|
+
Paragraph = "ParagraphSolid",
|
|
657
|
+
Pause = "PauseSolid",
|
|
658
|
+
PenNib = "PenNibSolid",
|
|
659
|
+
Pen = "PenSolid",
|
|
660
|
+
PepperHot = "PepperHotSolid",
|
|
661
|
+
PersonChalkboard = "PersonChalkboardSolid",
|
|
662
|
+
PhoneHangup = "PhoneHangupSolid",
|
|
663
|
+
Phone = "PhoneSolid",
|
|
664
|
+
PizzaSlice = "PizzaSliceSolid",
|
|
665
|
+
PlateWheat = "PlateWheatSolid",
|
|
666
|
+
Play = "PlaySolid",
|
|
667
|
+
Printer = "PrinterSolid",
|
|
668
|
+
ProfileCard = "ProfileCardSolid",
|
|
669
|
+
QuestionCircle = "QuestionCircleSolid",
|
|
670
|
+
Quote = "QuoteSolid",
|
|
671
|
+
React = "ReactSolid",
|
|
672
|
+
Receipt = "ReceiptSolid",
|
|
673
|
+
RectangleList = "RectangleListSolid",
|
|
674
|
+
Reddit = "RedditSolid",
|
|
675
|
+
ReplyAll = "ReplyAllSolid",
|
|
676
|
+
Reply = "ReplySolid",
|
|
677
|
+
Rocket = "RocketSolid",
|
|
678
|
+
RulerCombined = "RulerCombinedSolid",
|
|
679
|
+
SalePercent = "SalePercentSolid",
|
|
680
|
+
ScaleBalanced = "ScaleBalancedSolid",
|
|
681
|
+
SchoolAlt = "SchoolAltSolid",
|
|
682
|
+
SchoolCheckAlt = "SchoolCheckAltSolid",
|
|
683
|
+
SchoolCheck = "SchoolCheckSolid",
|
|
684
|
+
SchoolExclamationAlt = "SchoolExclamationAltSolid",
|
|
685
|
+
SchoolExclamation = "SchoolExclamationSolid",
|
|
686
|
+
SchoolFlagAlt = "SchoolFlagAltSolid",
|
|
687
|
+
SchoolFlag = "SchoolFlagSolid",
|
|
688
|
+
SchoolLockAlt = "SchoolLockAltSolid",
|
|
689
|
+
SchoolLock = "SchoolLockSolid",
|
|
690
|
+
School = "SchoolSolid",
|
|
691
|
+
SchoolXmarkAlt = "SchoolXmarkAltSolid",
|
|
692
|
+
SchoolXmark = "SchoolXmarkSolid",
|
|
693
|
+
Search = "SearchSolid",
|
|
694
|
+
Seedling = "SeedlingSolid",
|
|
695
|
+
Server = "ServerSolid",
|
|
696
|
+
Shapes = "ShapesSolid",
|
|
697
|
+
ShareAll = "ShareAllSolid",
|
|
698
|
+
ShareNodes = "ShareNodesSolid",
|
|
699
|
+
ShieldCheck = "ShieldCheckSolid",
|
|
700
|
+
Shield = "ShieldSolid",
|
|
701
|
+
ShoppingBag = "ShoppingBagSolid",
|
|
702
|
+
Shrimp = "ShrimpSolid",
|
|
703
|
+
Stackoverflow = "StackoverflowSolid",
|
|
704
|
+
StarHalf = "StarHalfSolid",
|
|
705
|
+
StarHalfStroke = "StarHalfStrokeSolid",
|
|
706
|
+
Star = "StarSolid",
|
|
707
|
+
Stop = "StopSolid",
|
|
708
|
+
Store = "StoreSolid",
|
|
709
|
+
Stroopwafel = "StroopwafelSolid",
|
|
710
|
+
Sun = "SunSolid",
|
|
711
|
+
Swatchbook = "SwatchbookSolid",
|
|
712
|
+
TShirt = "TShirtSolid",
|
|
713
|
+
TableColumn = "TableColumnSolid",
|
|
714
|
+
TableRow = "TableRowSolid",
|
|
715
|
+
Tablet = "TabletSolid",
|
|
716
|
+
Tag = "TagSolid",
|
|
717
|
+
Tailwind = "TailwindSolid",
|
|
718
|
+
TeddyBear = "TeddyBearSolid",
|
|
719
|
+
Terminal = "TerminalSolid",
|
|
720
|
+
Theatre = "TheatreSolid",
|
|
721
|
+
ThumbsDown = "ThumbsDownSolid",
|
|
722
|
+
ThumbsUp = "ThumbsUpSolid",
|
|
723
|
+
Thumbtack = "ThumbtackSolid",
|
|
724
|
+
Ticket = "TicketSolid",
|
|
725
|
+
Tracking = "TrackingSolid",
|
|
726
|
+
TrashBin = "TrashBinSolid",
|
|
727
|
+
TruckClock = "TruckClockSolid",
|
|
728
|
+
Truck = "TruckSolid",
|
|
729
|
+
Twitter = "TwitterSolid",
|
|
730
|
+
Upload = "UploadSolid",
|
|
731
|
+
UserAdd = "UserAddSolid",
|
|
732
|
+
UserCircle = "UserCircleSolid",
|
|
733
|
+
UserEdit = "UserEditSolid",
|
|
734
|
+
UserGraduate = "UserGraduateSolid",
|
|
735
|
+
UserHeadset = "UserHeadsetSolid",
|
|
736
|
+
UserRemove = "UserRemoveSolid",
|
|
737
|
+
UserSettings = "UserSettingsSolid",
|
|
738
|
+
User = "UserSolid",
|
|
739
|
+
UsersGroup = "UsersGroupSolid",
|
|
740
|
+
Users = "UsersSolid",
|
|
741
|
+
VideoCamera = "VideoCameraSolid",
|
|
742
|
+
Visa = "VisaSolid",
|
|
743
|
+
VolumeDown = "VolumeDownSolid",
|
|
744
|
+
VolumeMute = "VolumeMuteSolid",
|
|
745
|
+
VolumeUp = "VolumeUpSolid",
|
|
746
|
+
Vue = "VueSolid",
|
|
747
|
+
Wallet = "WalletSolid",
|
|
748
|
+
WandMagicSparkles = "WandMagicSparklesSolid",
|
|
749
|
+
WaterBottle = "WaterBottleSolid",
|
|
750
|
+
Whatsapp = "WhatsappSolid",
|
|
751
|
+
WhiskeyGlass = "WhiskeyGlassSolid",
|
|
752
|
+
WindowRestore = "WindowRestoreSolid",
|
|
753
|
+
Window = "WindowSolid",
|
|
754
|
+
Windows = "WindowsSolid",
|
|
755
|
+
WineBottle = "WineBottleSolid",
|
|
756
|
+
WineGlassEmpty = "WineGlassEmptySolid",
|
|
757
|
+
WineGlass = "WineGlassSolid",
|
|
758
|
+
X = "XSolid",
|
|
759
|
+
Youtube = "YoutubeSolid",
|
|
760
|
+
ZoomIn = "ZoomInSolid",
|
|
761
|
+
ZoomOut = "ZoomOutSolid"
|
|
762
|
+
}
|
|
763
|
+
export type Icons = string;
|