foamicons 0.1.0 → 0.2.0
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 +2655 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +228 -2
- package/dist/index.d.ts +228 -2
- package/dist/index.js +2544 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -15,12 +15,238 @@ 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
|
+
declare const Alert: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
|
|
22
|
+
declare const ArchiveArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
23
|
+
|
|
24
|
+
declare const Archive: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
25
|
+
|
|
26
|
+
declare const ArrowDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
27
|
+
|
|
28
|
+
declare const ArrowLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
|
|
30
|
+
declare const ArrowRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
|
|
32
|
+
declare const ArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
33
|
+
|
|
18
34
|
declare const Bell: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
19
35
|
|
|
20
36
|
declare const Block: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
21
37
|
|
|
22
38
|
declare const Bookmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
23
39
|
|
|
24
|
-
declare const
|
|
40
|
+
declare const Calendar: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
|
|
42
|
+
declare const Chat: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
43
|
+
|
|
44
|
+
declare const Chats: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
45
|
+
|
|
46
|
+
declare const Checkbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
47
|
+
|
|
48
|
+
declare const Checkmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
49
|
+
|
|
50
|
+
declare const ChevronDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
51
|
+
|
|
52
|
+
declare const ChevronLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
53
|
+
|
|
54
|
+
declare const ChevronRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
55
|
+
|
|
56
|
+
declare const ChevronUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
57
|
+
|
|
58
|
+
declare const Close: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
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>>;
|
|
63
|
+
|
|
64
|
+
declare const Command: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
65
|
+
|
|
66
|
+
declare const Copy: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
67
|
+
|
|
68
|
+
declare const Dollar: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
69
|
+
|
|
70
|
+
declare const Download: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
71
|
+
|
|
72
|
+
declare const EditDocument: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
73
|
+
|
|
74
|
+
declare const EditLine: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
75
|
+
|
|
76
|
+
declare const EmojiSad: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
77
|
+
|
|
78
|
+
declare const Engagement: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
79
|
+
|
|
80
|
+
declare const EnvelopeMove: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
81
|
+
|
|
82
|
+
declare const EnvelopePlus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
83
|
+
|
|
84
|
+
declare const Envelope: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
85
|
+
|
|
86
|
+
declare const Error: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
87
|
+
|
|
88
|
+
declare const EyeOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
89
|
+
|
|
90
|
+
declare const Eye: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
91
|
+
|
|
92
|
+
declare const FilterDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
93
|
+
|
|
94
|
+
declare const FilterUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
95
|
+
|
|
96
|
+
declare const Filter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
97
|
+
|
|
98
|
+
declare const Flame: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
99
|
+
|
|
100
|
+
declare const Globe: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
101
|
+
|
|
102
|
+
declare const History: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
103
|
+
|
|
104
|
+
declare const Home: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
105
|
+
|
|
106
|
+
declare const Hotspot: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
107
|
+
|
|
108
|
+
declare const Import: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
109
|
+
|
|
110
|
+
declare const Inbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
111
|
+
|
|
112
|
+
declare const Info: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
113
|
+
|
|
114
|
+
declare const LayoutColumn: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
115
|
+
|
|
116
|
+
declare const LayoutGrid: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
117
|
+
|
|
118
|
+
declare const LayoutList: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
119
|
+
|
|
120
|
+
declare const LayoutRow: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
121
|
+
|
|
122
|
+
declare const Link: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
123
|
+
|
|
124
|
+
declare const List: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
125
|
+
|
|
126
|
+
declare const Location: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
127
|
+
|
|
128
|
+
declare const Lock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
129
|
+
|
|
130
|
+
declare const Magic: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
131
|
+
|
|
132
|
+
declare const Maximize: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
133
|
+
|
|
134
|
+
declare const MediaPacks: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
135
|
+
|
|
136
|
+
declare const Menu: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
137
|
+
|
|
138
|
+
declare const Minus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
139
|
+
|
|
140
|
+
declare const Move: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
141
|
+
|
|
142
|
+
declare const Open: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
143
|
+
|
|
144
|
+
declare const Options: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
145
|
+
|
|
146
|
+
declare const Person: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
147
|
+
|
|
148
|
+
declare const Persons: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
149
|
+
|
|
150
|
+
declare const Picture: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
151
|
+
|
|
152
|
+
declare const Pictures: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
153
|
+
|
|
154
|
+
declare const Pin: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
155
|
+
|
|
156
|
+
declare const Play: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
157
|
+
|
|
158
|
+
declare const Plus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
159
|
+
|
|
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
|
+
declare const Reach: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
167
|
+
|
|
168
|
+
declare const Recents: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
169
|
+
|
|
170
|
+
declare const Reel: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
171
|
+
|
|
172
|
+
declare const Refresh: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
173
|
+
|
|
174
|
+
declare const Reload: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
175
|
+
|
|
176
|
+
declare const Reply: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
177
|
+
|
|
178
|
+
declare const Save: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
179
|
+
|
|
180
|
+
declare const SearchPerson: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
181
|
+
|
|
182
|
+
declare const Search: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
183
|
+
|
|
184
|
+
declare const Share: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
185
|
+
|
|
186
|
+
declare const Sidepanel: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
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>>;
|
|
193
|
+
|
|
194
|
+
declare const SpeakerOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
195
|
+
|
|
196
|
+
declare const Speaker: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
197
|
+
|
|
198
|
+
declare const Spinner: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
199
|
+
|
|
200
|
+
declare const Star: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
201
|
+
|
|
202
|
+
declare const Statistics: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
203
|
+
|
|
204
|
+
declare const Stop: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
205
|
+
|
|
206
|
+
declare const TextCenter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
207
|
+
|
|
208
|
+
declare const TextDedent: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
209
|
+
|
|
210
|
+
declare const TextIndent: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
211
|
+
|
|
212
|
+
declare const TextItalic: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
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>>;
|
|
225
|
+
|
|
226
|
+
declare const Text: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
227
|
+
|
|
228
|
+
declare const ThemeDark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
229
|
+
|
|
230
|
+
declare const ThemeLight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
231
|
+
|
|
232
|
+
declare const ThemeSystem: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
233
|
+
|
|
234
|
+
declare const ThumbUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
235
|
+
|
|
236
|
+
declare const ThumbsDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
237
|
+
|
|
238
|
+
declare const Trash: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
239
|
+
|
|
240
|
+
declare const TrendDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
241
|
+
|
|
242
|
+
declare const TrendUp: 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 iconNames: readonly ["AddContent", "Alert", "ArchiveArrowUp", "Archive", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Bell", "Block", "Bookmark", "Calendar", "Chat", "Chats", "Checkbox", "Checkmark", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "Close", "Cogwheel", "Columns", "Command", "Copy", "Dollar", "Download", "EditDocument", "EditLine", "EmojiSad", "Engagement", "EnvelopeMove", "EnvelopePlus", "Envelope", "Error", "EyeOff", "Eye", "FilterDown", "FilterUp", "Filter", "Flame", "Globe", "History", "Home", "Hotspot", "Import", "Inbox", "Info", "LayoutColumn", "LayoutGrid", "LayoutList", "LayoutRow", "Link", "List", "Location", "Lock", "Magic", "Maximize", "MediaPacks", "Menu", "Minus", "Move", "Open", "Options", "Person", "Persons", "Picture", "Pictures", "Pin", "Play", "Plus", "PromoteActive", "Promote", "Question", "Reach", "Recents", "Reel", "Refresh", "Reload", "Reply", "Save", "SearchPerson", "Search", "Share", "Sidepanel", "SignOut", "SortSmall", "Sort", "SpeakerOff", "Speaker", "Spinner", "Star", "Statistics", "Stop", "TextCenter", "TextDedent", "TextIndent", "TextItalic", "TextJustified", "TextLeft", "TextListNumbered", "TextList", "TextRight", "TextUnformat", "Text", "ThemeDark", "ThemeLight", "ThemeSystem", "ThumbUp", "ThumbsDown", "Trash", "TrendDown", "TrendUp", "Unlink", "Unlock", "Upload"];
|
|
25
251
|
|
|
26
|
-
export { Bell, Block, Bookmark, type Icon, type IconProps, iconNames };
|
|
252
|
+
export { AddContent, Alert, Archive, ArchiveArrowUp, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Bell, Block, Bookmark, Calendar, Chat, Chats, Checkbox, Checkmark, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, Cogwheel, Columns, Command, Copy, Dollar, Download, EditDocument, EditLine, EmojiSad, Engagement, Envelope, EnvelopeMove, EnvelopePlus, Error, Eye, EyeOff, Filter, FilterDown, FilterUp, Flame, Globe, History, Home, Hotspot, type Icon, type IconProps, Import, Inbox, Info, LayoutColumn, LayoutGrid, LayoutList, LayoutRow, Link, List, Location, Lock, Magic, Maximize, MediaPacks, Menu, Minus, Move, Open, Options, Person, Persons, Picture, Pictures, Pin, Play, Plus, Promote, PromoteActive, Question, Reach, Recents, Reel, Refresh, Reload, Reply, Save, Search, SearchPerson, Share, Sidepanel, SignOut, Sort, SortSmall, Speaker, SpeakerOff, Spinner, Star, Statistics, Stop, Text, TextCenter, TextDedent, TextIndent, TextItalic, TextJustified, TextLeft, TextList, TextListNumbered, TextRight, TextUnformat, ThemeDark, ThemeLight, ThemeSystem, ThumbUp, ThumbsDown, Trash, TrendDown, TrendUp, Unlink, Unlock, Upload, iconNames };
|
package/dist/index.d.ts
CHANGED
|
@@ -15,12 +15,238 @@ 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
|
+
declare const Alert: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
|
|
22
|
+
declare const ArchiveArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
23
|
+
|
|
24
|
+
declare const Archive: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
25
|
+
|
|
26
|
+
declare const ArrowDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
27
|
+
|
|
28
|
+
declare const ArrowLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
|
|
30
|
+
declare const ArrowRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
|
|
32
|
+
declare const ArrowUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
33
|
+
|
|
18
34
|
declare const Bell: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
19
35
|
|
|
20
36
|
declare const Block: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
21
37
|
|
|
22
38
|
declare const Bookmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
23
39
|
|
|
24
|
-
declare const
|
|
40
|
+
declare const Calendar: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
|
|
42
|
+
declare const Chat: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
43
|
+
|
|
44
|
+
declare const Chats: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
45
|
+
|
|
46
|
+
declare const Checkbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
47
|
+
|
|
48
|
+
declare const Checkmark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
49
|
+
|
|
50
|
+
declare const ChevronDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
51
|
+
|
|
52
|
+
declare const ChevronLeft: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
53
|
+
|
|
54
|
+
declare const ChevronRight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
55
|
+
|
|
56
|
+
declare const ChevronUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
57
|
+
|
|
58
|
+
declare const Close: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
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>>;
|
|
63
|
+
|
|
64
|
+
declare const Command: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
65
|
+
|
|
66
|
+
declare const Copy: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
67
|
+
|
|
68
|
+
declare const Dollar: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
69
|
+
|
|
70
|
+
declare const Download: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
71
|
+
|
|
72
|
+
declare const EditDocument: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
73
|
+
|
|
74
|
+
declare const EditLine: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
75
|
+
|
|
76
|
+
declare const EmojiSad: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
77
|
+
|
|
78
|
+
declare const Engagement: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
79
|
+
|
|
80
|
+
declare const EnvelopeMove: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
81
|
+
|
|
82
|
+
declare const EnvelopePlus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
83
|
+
|
|
84
|
+
declare const Envelope: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
85
|
+
|
|
86
|
+
declare const Error: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
87
|
+
|
|
88
|
+
declare const EyeOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
89
|
+
|
|
90
|
+
declare const Eye: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
91
|
+
|
|
92
|
+
declare const FilterDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
93
|
+
|
|
94
|
+
declare const FilterUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
95
|
+
|
|
96
|
+
declare const Filter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
97
|
+
|
|
98
|
+
declare const Flame: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
99
|
+
|
|
100
|
+
declare const Globe: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
101
|
+
|
|
102
|
+
declare const History: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
103
|
+
|
|
104
|
+
declare const Home: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
105
|
+
|
|
106
|
+
declare const Hotspot: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
107
|
+
|
|
108
|
+
declare const Import: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
109
|
+
|
|
110
|
+
declare const Inbox: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
111
|
+
|
|
112
|
+
declare const Info: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
113
|
+
|
|
114
|
+
declare const LayoutColumn: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
115
|
+
|
|
116
|
+
declare const LayoutGrid: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
117
|
+
|
|
118
|
+
declare const LayoutList: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
119
|
+
|
|
120
|
+
declare const LayoutRow: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
121
|
+
|
|
122
|
+
declare const Link: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
123
|
+
|
|
124
|
+
declare const List: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
125
|
+
|
|
126
|
+
declare const Location: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
127
|
+
|
|
128
|
+
declare const Lock: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
129
|
+
|
|
130
|
+
declare const Magic: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
131
|
+
|
|
132
|
+
declare const Maximize: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
133
|
+
|
|
134
|
+
declare const MediaPacks: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
135
|
+
|
|
136
|
+
declare const Menu: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
137
|
+
|
|
138
|
+
declare const Minus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
139
|
+
|
|
140
|
+
declare const Move: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
141
|
+
|
|
142
|
+
declare const Open: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
143
|
+
|
|
144
|
+
declare const Options: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
145
|
+
|
|
146
|
+
declare const Person: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
147
|
+
|
|
148
|
+
declare const Persons: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
149
|
+
|
|
150
|
+
declare const Picture: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
151
|
+
|
|
152
|
+
declare const Pictures: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
153
|
+
|
|
154
|
+
declare const Pin: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
155
|
+
|
|
156
|
+
declare const Play: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
157
|
+
|
|
158
|
+
declare const Plus: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
159
|
+
|
|
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
|
+
declare const Reach: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
167
|
+
|
|
168
|
+
declare const Recents: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
169
|
+
|
|
170
|
+
declare const Reel: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
171
|
+
|
|
172
|
+
declare const Refresh: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
173
|
+
|
|
174
|
+
declare const Reload: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
175
|
+
|
|
176
|
+
declare const Reply: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
177
|
+
|
|
178
|
+
declare const Save: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
179
|
+
|
|
180
|
+
declare const SearchPerson: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
181
|
+
|
|
182
|
+
declare const Search: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
183
|
+
|
|
184
|
+
declare const Share: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
185
|
+
|
|
186
|
+
declare const Sidepanel: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
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>>;
|
|
193
|
+
|
|
194
|
+
declare const SpeakerOff: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
195
|
+
|
|
196
|
+
declare const Speaker: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
197
|
+
|
|
198
|
+
declare const Spinner: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
199
|
+
|
|
200
|
+
declare const Star: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
201
|
+
|
|
202
|
+
declare const Statistics: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
203
|
+
|
|
204
|
+
declare const Stop: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
205
|
+
|
|
206
|
+
declare const TextCenter: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
207
|
+
|
|
208
|
+
declare const TextDedent: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
209
|
+
|
|
210
|
+
declare const TextIndent: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
211
|
+
|
|
212
|
+
declare const TextItalic: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
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>>;
|
|
225
|
+
|
|
226
|
+
declare const Text: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
227
|
+
|
|
228
|
+
declare const ThemeDark: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
229
|
+
|
|
230
|
+
declare const ThemeLight: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
231
|
+
|
|
232
|
+
declare const ThemeSystem: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
233
|
+
|
|
234
|
+
declare const ThumbUp: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
235
|
+
|
|
236
|
+
declare const ThumbsDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
237
|
+
|
|
238
|
+
declare const Trash: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
239
|
+
|
|
240
|
+
declare const TrendDown: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
241
|
+
|
|
242
|
+
declare const TrendUp: 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 iconNames: readonly ["AddContent", "Alert", "ArchiveArrowUp", "Archive", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Bell", "Block", "Bookmark", "Calendar", "Chat", "Chats", "Checkbox", "Checkmark", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "Close", "Cogwheel", "Columns", "Command", "Copy", "Dollar", "Download", "EditDocument", "EditLine", "EmojiSad", "Engagement", "EnvelopeMove", "EnvelopePlus", "Envelope", "Error", "EyeOff", "Eye", "FilterDown", "FilterUp", "Filter", "Flame", "Globe", "History", "Home", "Hotspot", "Import", "Inbox", "Info", "LayoutColumn", "LayoutGrid", "LayoutList", "LayoutRow", "Link", "List", "Location", "Lock", "Magic", "Maximize", "MediaPacks", "Menu", "Minus", "Move", "Open", "Options", "Person", "Persons", "Picture", "Pictures", "Pin", "Play", "Plus", "PromoteActive", "Promote", "Question", "Reach", "Recents", "Reel", "Refresh", "Reload", "Reply", "Save", "SearchPerson", "Search", "Share", "Sidepanel", "SignOut", "SortSmall", "Sort", "SpeakerOff", "Speaker", "Spinner", "Star", "Statistics", "Stop", "TextCenter", "TextDedent", "TextIndent", "TextItalic", "TextJustified", "TextLeft", "TextListNumbered", "TextList", "TextRight", "TextUnformat", "Text", "ThemeDark", "ThemeLight", "ThemeSystem", "ThumbUp", "ThumbsDown", "Trash", "TrendDown", "TrendUp", "Unlink", "Unlock", "Upload"];
|
|
25
251
|
|
|
26
|
-
export { Bell, Block, Bookmark, type Icon, type IconProps, iconNames };
|
|
252
|
+
export { AddContent, Alert, Archive, ArchiveArrowUp, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Bell, Block, Bookmark, Calendar, Chat, Chats, Checkbox, Checkmark, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, Cogwheel, Columns, Command, Copy, Dollar, Download, EditDocument, EditLine, EmojiSad, Engagement, Envelope, EnvelopeMove, EnvelopePlus, Error, Eye, EyeOff, Filter, FilterDown, FilterUp, Flame, Globe, History, Home, Hotspot, type Icon, type IconProps, Import, Inbox, Info, LayoutColumn, LayoutGrid, LayoutList, LayoutRow, Link, List, Location, Lock, Magic, Maximize, MediaPacks, Menu, Minus, Move, Open, Options, Person, Persons, Picture, Pictures, Pin, Play, Plus, Promote, PromoteActive, Question, Reach, Recents, Reel, Refresh, Reload, Reply, Save, Search, SearchPerson, Share, Sidepanel, SignOut, Sort, SortSmall, Speaker, SpeakerOff, Spinner, Star, Statistics, Stop, Text, TextCenter, TextDedent, TextIndent, TextItalic, TextJustified, TextLeft, TextList, TextListNumbered, TextRight, TextUnformat, ThemeDark, ThemeLight, ThemeSystem, ThumbUp, ThumbsDown, Trash, TrendDown, TrendUp, Unlink, Unlock, Upload, iconNames };
|