foamicons 0.1.0 → 0.2.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/index.d.cts CHANGED
@@ -15,12 +15,246 @@ interface IconProps extends SVGProps<SVGSVGElement> {
15
15
  }
16
16
  type Icon = ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
17
17
 
18
+ declare const Alert: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
19
+
20
+ declare const ArchiveArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
21
+
22
+ declare const Archive: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
23
+
24
+ declare const ArrowDownNarrowWide: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
25
+
26
+ declare const ArrowDownUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
27
+
28
+ declare const ArrowDownWideNarrow: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
29
+
30
+ declare const ArrowDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
31
+
32
+ declare const ArrowLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
33
+
34
+ declare const ArrowRightToLine: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
35
+
36
+ declare const ArrowRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
37
+
38
+ declare const ArrowUpAZ: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
39
+
40
+ declare const ArrowUpNarrowWide: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
41
+
42
+ declare const ArrowUpWideNarrow: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
43
+
44
+ declare const ArrowUpZA: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
45
+
46
+ declare const ArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
47
+
48
+ declare const Ban: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
49
+
18
50
  declare const Bell: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
19
51
 
20
- declare const Block: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
52
+ declare const Bold: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
21
53
 
22
54
  declare const Bookmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
23
55
 
24
- declare const iconNames: readonly ["Bell", "Block", "Bookmark"];
56
+ declare const Calendar: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
57
+
58
+ declare const ChartColumnSquare: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
59
+
60
+ declare const Checkbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
61
+
62
+ declare const Checkmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
63
+
64
+ declare const ChevronDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
65
+
66
+ declare const ChevronLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
67
+
68
+ declare const ChevronRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
69
+
70
+ declare const ChevronUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
71
+
72
+ declare const CircleAlert: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
73
+
74
+ declare const CircleDollarSign: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
75
+
76
+ declare const CircleQuestionMark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
77
+
78
+ declare const CircleX: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
79
+
80
+ declare const Clock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
81
+
82
+ declare const Cog: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
83
+
84
+ declare const Columns3: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
85
+
86
+ declare const Command: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
87
+
88
+ declare const ContentPlus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
89
+
90
+ declare const Copy: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
91
+
92
+ declare const Download: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
93
+
94
+ declare const Eclipse: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
95
+
96
+ declare const ExternalLink: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
97
+
98
+ declare const EyeOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
99
+
100
+ declare const Eye: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
101
+
102
+ declare const Flame: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
103
+
104
+ declare const Frown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
105
+
106
+ declare const Fullscreen: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
107
+
108
+ declare const Globe: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
109
+
110
+ declare const Grid1x2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
111
+
112
+ declare const Grid2x2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
113
+
114
+ declare const History: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
115
+
116
+ declare const Hotspot: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
117
+
118
+ declare const House: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
119
+
120
+ declare const Image: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
121
+
122
+ declare const Images: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
123
+
124
+ declare const Inbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
125
+
126
+ declare const Info: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
127
+
128
+ declare const Italic: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
129
+
130
+ declare const Link: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
131
+
132
+ declare const ListFilter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
133
+
134
+ declare const ListIndentDecrease: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
135
+
136
+ declare const ListIndentIncrease: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
137
+
138
+ declare const ListOrdered: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
139
+
140
+ declare const List: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
141
+
142
+ declare const LoaderCircle: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
143
+
144
+ declare const Lock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
145
+
146
+ declare const LogOut: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
147
+
148
+ declare const MailMove: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
149
+
150
+ declare const MailPlus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
151
+
152
+ declare const Mail: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
153
+
154
+ declare const MapPin: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
155
+
156
+ declare const Maximize: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
157
+
158
+ declare const MediaKits: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
159
+
160
+ declare const MegaphoneActive: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
161
+
162
+ declare const Megaphone: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
163
+
164
+ declare const Menu: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
165
+
166
+ declare const MessageSquare: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
167
+
168
+ declare const MessagesSquare: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
169
+
170
+ declare const Minus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
171
+
172
+ declare const Moon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
173
+
174
+ declare const MousePointerClick: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
175
+
176
+ declare const Move: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
177
+
178
+ declare const PanelLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
179
+
180
+ declare const PanelRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
181
+
182
+ declare const Pencil: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
183
+
184
+ declare const Pin: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
185
+
186
+ declare const Play: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
187
+
188
+ declare const Plus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
189
+
190
+ declare const Reach: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
191
+
192
+ declare const Reel: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
193
+
194
+ declare const RefreshCw: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
195
+
196
+ declare const RemoveFormatting: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
197
+
198
+ declare const Reply: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
199
+
200
+ declare const RotateCw: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
201
+
202
+ declare const Rows2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
203
+
204
+ declare const Save: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
205
+
206
+ declare const SearchUser: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
207
+
208
+ declare const Search: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
209
+
210
+ declare const Share: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
211
+
212
+ declare const SlidersHorizontal: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
213
+
214
+ declare const Sparkles: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
215
+
216
+ declare const SquarePen: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
217
+
218
+ declare const Square: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
219
+
220
+ declare const Star: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
221
+
222
+ declare const Sun: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
223
+
224
+ declare const TextAlignCenter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
225
+
226
+ declare const TextAlignEnd: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
227
+
228
+ declare const TextAlignJustify: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
229
+
230
+ declare const TextAlignStart: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
231
+
232
+ declare const ThumbsDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
233
+
234
+ declare const ThumbsUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
235
+
236
+ declare const Trash: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
237
+
238
+ declare const TrendingDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
239
+
240
+ declare const TrendingUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
241
+
242
+ declare const TriangleDownUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
243
+
244
+ declare const Unlink: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
245
+
246
+ declare const Unlock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
247
+
248
+ declare const Upload: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
249
+
250
+ declare const User: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
251
+
252
+ declare const Users: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
253
+
254
+ declare const Volume2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
255
+
256
+ declare const VolumeOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
257
+
258
+ declare const iconNames: readonly ["Alert", "ArchiveArrowUp", "Archive", "ArrowDownNarrowWide", "ArrowDownUp", "ArrowDownWideNarrow", "ArrowDown", "ArrowLeft", "ArrowRightToLine", "ArrowRight", "ArrowUpAZ", "ArrowUpNarrowWide", "ArrowUpWideNarrow", "ArrowUpZA", "ArrowUp", "Ban", "Bell", "Bold", "Bookmark", "Calendar", "ChartColumnSquare", "Checkbox", "Checkmark", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleAlert", "CircleDollarSign", "CircleQuestionMark", "CircleX", "Clock", "Cog", "Columns3", "Command", "ContentPlus", "Copy", "Download", "Eclipse", "ExternalLink", "EyeOff", "Eye", "Flame", "Frown", "Fullscreen", "Globe", "Grid1x2", "Grid2x2", "History", "Hotspot", "House", "Image", "Images", "Inbox", "Info", "Italic", "Link", "ListFilter", "ListIndentDecrease", "ListIndentIncrease", "ListOrdered", "List", "LoaderCircle", "Lock", "LogOut", "MailMove", "MailPlus", "Mail", "MapPin", "Maximize", "MediaKits", "MegaphoneActive", "Megaphone", "Menu", "MessageSquare", "MessagesSquare", "Minus", "Moon", "MousePointerClick", "Move", "PanelLeft", "PanelRight", "Pencil", "Pin", "Play", "Plus", "Reach", "Reel", "RefreshCw", "RemoveFormatting", "Reply", "RotateCw", "Rows2", "Save", "SearchUser", "Search", "Share", "SlidersHorizontal", "Sparkles", "SquarePen", "Square", "Star", "Sun", "TextAlignCenter", "TextAlignEnd", "TextAlignJustify", "TextAlignStart", "ThumbsDown", "ThumbsUp", "Trash", "TrendingDown", "TrendingUp", "TriangleDownUp", "Unlink", "Unlock", "Upload", "User", "Users", "Volume2", "VolumeOff"];
25
259
 
26
- export { Bell, Block, Bookmark, type Icon, type IconProps, iconNames };
260
+ export { Alert, Archive, ArchiveArrowUp, ArrowDown, ArrowDownNarrowWide, ArrowDownUp, ArrowDownWideNarrow, ArrowLeft, ArrowRight, ArrowRightToLine, ArrowUp, ArrowUpAZ, ArrowUpNarrowWide, ArrowUpWideNarrow, ArrowUpZA, Ban, Bell, Bold, Bookmark, Calendar, ChartColumnSquare, Checkbox, Checkmark, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleAlert, CircleDollarSign, CircleQuestionMark, CircleX, Clock, Cog, Columns3, Command, ContentPlus, Copy, Download, Eclipse, ExternalLink, Eye, EyeOff, Flame, Frown, Fullscreen, Globe, Grid1x2, Grid2x2, History, Hotspot, House, type Icon, type IconProps, Image, Images, Inbox, Info, Italic, Link, List, ListFilter, ListIndentDecrease, ListIndentIncrease, ListOrdered, LoaderCircle, Lock, LogOut, Mail, MailMove, MailPlus, MapPin, Maximize, MediaKits, Megaphone, MegaphoneActive, Menu, MessageSquare, MessagesSquare, Minus, Moon, MousePointerClick, Move, PanelLeft, PanelRight, Pencil, Pin, Play, Plus, Reach, Reel, RefreshCw, RemoveFormatting, Reply, RotateCw, Rows2, Save, Search, SearchUser, Share, SlidersHorizontal, Sparkles, Square, SquarePen, Star, Sun, TextAlignCenter, TextAlignEnd, TextAlignJustify, TextAlignStart, ThumbsDown, ThumbsUp, Trash, TrendingDown, TrendingUp, TriangleDownUp, Unlink, Unlock, Upload, User, Users, Volume2, VolumeOff, iconNames };
package/dist/index.d.ts CHANGED
@@ -15,12 +15,246 @@ interface IconProps extends SVGProps<SVGSVGElement> {
15
15
  }
16
16
  type Icon = ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
17
17
 
18
+ declare const Alert: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
19
+
20
+ declare const ArchiveArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
21
+
22
+ declare const Archive: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
23
+
24
+ declare const ArrowDownNarrowWide: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
25
+
26
+ declare const ArrowDownUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
27
+
28
+ declare const ArrowDownWideNarrow: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
29
+
30
+ declare const ArrowDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
31
+
32
+ declare const ArrowLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
33
+
34
+ declare const ArrowRightToLine: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
35
+
36
+ declare const ArrowRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
37
+
38
+ declare const ArrowUpAZ: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
39
+
40
+ declare const ArrowUpNarrowWide: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
41
+
42
+ declare const ArrowUpWideNarrow: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
43
+
44
+ declare const ArrowUpZA: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
45
+
46
+ declare const ArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
47
+
48
+ declare const Ban: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
49
+
18
50
  declare const Bell: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
19
51
 
20
- declare const Block: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
52
+ declare const Bold: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
21
53
 
22
54
  declare const Bookmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
23
55
 
24
- declare const iconNames: readonly ["Bell", "Block", "Bookmark"];
56
+ declare const Calendar: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
57
+
58
+ declare const ChartColumnSquare: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
59
+
60
+ declare const Checkbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
61
+
62
+ declare const Checkmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
63
+
64
+ declare const ChevronDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
65
+
66
+ declare const ChevronLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
67
+
68
+ declare const ChevronRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
69
+
70
+ declare const ChevronUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
71
+
72
+ declare const CircleAlert: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
73
+
74
+ declare const CircleDollarSign: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
75
+
76
+ declare const CircleQuestionMark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
77
+
78
+ declare const CircleX: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
79
+
80
+ declare const Clock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
81
+
82
+ declare const Cog: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
83
+
84
+ declare const Columns3: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
85
+
86
+ declare const Command: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
87
+
88
+ declare const ContentPlus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
89
+
90
+ declare const Copy: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
91
+
92
+ declare const Download: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
93
+
94
+ declare const Eclipse: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
95
+
96
+ declare const ExternalLink: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
97
+
98
+ declare const EyeOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
99
+
100
+ declare const Eye: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
101
+
102
+ declare const Flame: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
103
+
104
+ declare const Frown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
105
+
106
+ declare const Fullscreen: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
107
+
108
+ declare const Globe: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
109
+
110
+ declare const Grid1x2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
111
+
112
+ declare const Grid2x2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
113
+
114
+ declare const History: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
115
+
116
+ declare const Hotspot: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
117
+
118
+ declare const House: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
119
+
120
+ declare const Image: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
121
+
122
+ declare const Images: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
123
+
124
+ declare const Inbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
125
+
126
+ declare const Info: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
127
+
128
+ declare const Italic: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
129
+
130
+ declare const Link: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
131
+
132
+ declare const ListFilter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
133
+
134
+ declare const ListIndentDecrease: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
135
+
136
+ declare const ListIndentIncrease: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
137
+
138
+ declare const ListOrdered: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
139
+
140
+ declare const List: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
141
+
142
+ declare const LoaderCircle: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
143
+
144
+ declare const Lock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
145
+
146
+ declare const LogOut: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
147
+
148
+ declare const MailMove: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
149
+
150
+ declare const MailPlus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
151
+
152
+ declare const Mail: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
153
+
154
+ declare const MapPin: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
155
+
156
+ declare const Maximize: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
157
+
158
+ declare const MediaKits: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
159
+
160
+ declare const MegaphoneActive: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
161
+
162
+ declare const Megaphone: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
163
+
164
+ declare const Menu: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
165
+
166
+ declare const MessageSquare: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
167
+
168
+ declare const MessagesSquare: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
169
+
170
+ declare const Minus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
171
+
172
+ declare const Moon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
173
+
174
+ declare const MousePointerClick: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
175
+
176
+ declare const Move: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
177
+
178
+ declare const PanelLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
179
+
180
+ declare const PanelRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
181
+
182
+ declare const Pencil: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
183
+
184
+ declare const Pin: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
185
+
186
+ declare const Play: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
187
+
188
+ declare const Plus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
189
+
190
+ declare const Reach: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
191
+
192
+ declare const Reel: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
193
+
194
+ declare const RefreshCw: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
195
+
196
+ declare const RemoveFormatting: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
197
+
198
+ declare const Reply: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
199
+
200
+ declare const RotateCw: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
201
+
202
+ declare const Rows2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
203
+
204
+ declare const Save: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
205
+
206
+ declare const SearchUser: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
207
+
208
+ declare const Search: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
209
+
210
+ declare const Share: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
211
+
212
+ declare const SlidersHorizontal: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
213
+
214
+ declare const Sparkles: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
215
+
216
+ declare const SquarePen: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
217
+
218
+ declare const Square: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
219
+
220
+ declare const Star: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
221
+
222
+ declare const Sun: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
223
+
224
+ declare const TextAlignCenter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
225
+
226
+ declare const TextAlignEnd: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
227
+
228
+ declare const TextAlignJustify: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
229
+
230
+ declare const TextAlignStart: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
231
+
232
+ declare const ThumbsDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
233
+
234
+ declare const ThumbsUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
235
+
236
+ declare const Trash: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
237
+
238
+ declare const TrendingDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
239
+
240
+ declare const TrendingUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
241
+
242
+ declare const TriangleDownUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
243
+
244
+ declare const Unlink: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
245
+
246
+ declare const Unlock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
247
+
248
+ declare const Upload: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
249
+
250
+ declare const User: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
251
+
252
+ declare const Users: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
253
+
254
+ declare const Volume2: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
255
+
256
+ declare const VolumeOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
257
+
258
+ declare const iconNames: readonly ["Alert", "ArchiveArrowUp", "Archive", "ArrowDownNarrowWide", "ArrowDownUp", "ArrowDownWideNarrow", "ArrowDown", "ArrowLeft", "ArrowRightToLine", "ArrowRight", "ArrowUpAZ", "ArrowUpNarrowWide", "ArrowUpWideNarrow", "ArrowUpZA", "ArrowUp", "Ban", "Bell", "Bold", "Bookmark", "Calendar", "ChartColumnSquare", "Checkbox", "Checkmark", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleAlert", "CircleDollarSign", "CircleQuestionMark", "CircleX", "Clock", "Cog", "Columns3", "Command", "ContentPlus", "Copy", "Download", "Eclipse", "ExternalLink", "EyeOff", "Eye", "Flame", "Frown", "Fullscreen", "Globe", "Grid1x2", "Grid2x2", "History", "Hotspot", "House", "Image", "Images", "Inbox", "Info", "Italic", "Link", "ListFilter", "ListIndentDecrease", "ListIndentIncrease", "ListOrdered", "List", "LoaderCircle", "Lock", "LogOut", "MailMove", "MailPlus", "Mail", "MapPin", "Maximize", "MediaKits", "MegaphoneActive", "Megaphone", "Menu", "MessageSquare", "MessagesSquare", "Minus", "Moon", "MousePointerClick", "Move", "PanelLeft", "PanelRight", "Pencil", "Pin", "Play", "Plus", "Reach", "Reel", "RefreshCw", "RemoveFormatting", "Reply", "RotateCw", "Rows2", "Save", "SearchUser", "Search", "Share", "SlidersHorizontal", "Sparkles", "SquarePen", "Square", "Star", "Sun", "TextAlignCenter", "TextAlignEnd", "TextAlignJustify", "TextAlignStart", "ThumbsDown", "ThumbsUp", "Trash", "TrendingDown", "TrendingUp", "TriangleDownUp", "Unlink", "Unlock", "Upload", "User", "Users", "Volume2", "VolumeOff"];
25
259
 
26
- export { Bell, Block, Bookmark, type Icon, type IconProps, iconNames };
260
+ export { Alert, Archive, ArchiveArrowUp, ArrowDown, ArrowDownNarrowWide, ArrowDownUp, ArrowDownWideNarrow, ArrowLeft, ArrowRight, ArrowRightToLine, ArrowUp, ArrowUpAZ, ArrowUpNarrowWide, ArrowUpWideNarrow, ArrowUpZA, Ban, Bell, Bold, Bookmark, Calendar, ChartColumnSquare, Checkbox, Checkmark, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleAlert, CircleDollarSign, CircleQuestionMark, CircleX, Clock, Cog, Columns3, Command, ContentPlus, Copy, Download, Eclipse, ExternalLink, Eye, EyeOff, Flame, Frown, Fullscreen, Globe, Grid1x2, Grid2x2, History, Hotspot, House, type Icon, type IconProps, Image, Images, Inbox, Info, Italic, Link, List, ListFilter, ListIndentDecrease, ListIndentIncrease, ListOrdered, LoaderCircle, Lock, LogOut, Mail, MailMove, MailPlus, MapPin, Maximize, MediaKits, Megaphone, MegaphoneActive, Menu, MessageSquare, MessagesSquare, Minus, Moon, MousePointerClick, Move, PanelLeft, PanelRight, Pencil, Pin, Play, Plus, Reach, Reel, RefreshCw, RemoveFormatting, Reply, RotateCw, Rows2, Save, Search, SearchUser, Share, SlidersHorizontal, Sparkles, Square, SquarePen, Star, Sun, TextAlignCenter, TextAlignEnd, TextAlignJustify, TextAlignStart, ThumbsDown, ThumbsUp, Trash, TrendingDown, TrendingUp, TriangleDownUp, Unlink, Unlock, Upload, User, Users, Volume2, VolumeOff, iconNames };