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