@gouvfr-lasuite/ui-kit 0.22.0 → 0.23.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/{PdfPreview-BOIgXF66.js → PdfPreview-BOBDAlTZ.js} +75 -77
- package/dist/{PdfPreview-BOIgXF66.js.map → PdfPreview-BOBDAlTZ.js.map} +1 -1
- package/dist/PdfPreview-C7taj-bH.cjs +2 -0
- package/dist/{PdfPreview-CnHLGN5f.cjs.map → PdfPreview-C7taj-bH.cjs.map} +1 -1
- package/dist/ZoomPlus-CiQptg56.cjs +23 -0
- package/dist/ZoomPlus-CiQptg56.cjs.map +1 -0
- package/dist/ZoomPlus-pBCoSTnV.js +467 -0
- package/dist/ZoomPlus-pBCoSTnV.js.map +1 -0
- package/dist/icons.cjs +2 -0
- package/dist/icons.cjs.map +1 -0
- package/dist/icons.d.ts +728 -0
- package/dist/icons.js +3919 -0
- package/dist/icons.js.map +1 -0
- package/dist/index-B6GHSbZ5.js +24750 -0
- package/dist/index-B6GHSbZ5.js.map +1 -0
- package/dist/index-Dw-xw-QF.cjs +87 -0
- package/dist/index-Dw-xw-QF.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +7 -505
- package/dist/index.js +114 -360
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +9 -1
- package/dist/PdfPreview-CnHLGN5f.cjs +0 -2
- package/dist/index-BwV1Jx-_.js +0 -28003
- package/dist/index-BwV1Jx-_.js.map +0 -1
- package/dist/index-Bwp4cywr.cjs +0 -108
- package/dist/index-Bwp4cywr.cjs.map +0 -1
- package/dist/pdf.worker.mjs +0 -58008
- package/dist/storybook/preview-files/pdf_with_js.pdf +0 -0
- package/dist/storybook/preview-files/pdf_with_js_link.pdf +0 -0
- package/dist/storybook/preview-files/pdf_with_links.pdf +0 -0
package/dist/icons.d.ts
ADDED
|
@@ -0,0 +1,728 @@
|
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
export declare const All: (props: IconSvgProps) => JSX.Element;
|
|
4
|
+
|
|
5
|
+
export declare const Archive: (props: IconSvgProps) => JSX.Element;
|
|
6
|
+
|
|
7
|
+
export declare const ArrowCornerDownRight: (props: IconSvgProps) => JSX.Element;
|
|
8
|
+
|
|
9
|
+
export declare const ArrowDown: (props: IconSvgProps) => JSX.Element;
|
|
10
|
+
|
|
11
|
+
export declare const ArrowDownCircle: (props: IconSvgProps) => JSX.Element;
|
|
12
|
+
|
|
13
|
+
export declare const ArrowDownCircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
14
|
+
|
|
15
|
+
export declare const ArrowDownLeft: (props: IconSvgProps) => JSX.Element;
|
|
16
|
+
|
|
17
|
+
export declare const ArrowDownRight: (props: IconSvgProps) => JSX.Element;
|
|
18
|
+
|
|
19
|
+
export declare const ArrowDropDown: (props: IconSvgProps) => JSX.Element;
|
|
20
|
+
|
|
21
|
+
export declare const ArrowLeft: (props: IconSvgProps) => JSX.Element;
|
|
22
|
+
|
|
23
|
+
export declare const ArrowLeftRight: (props: IconSvgProps) => JSX.Element;
|
|
24
|
+
|
|
25
|
+
export declare const ArrowRight: (props: IconSvgProps) => JSX.Element;
|
|
26
|
+
|
|
27
|
+
export declare const ArrowSquarepath: (props: IconSvgProps) => JSX.Element;
|
|
28
|
+
|
|
29
|
+
export declare const ArrowUp: (props: IconSvgProps) => JSX.Element;
|
|
30
|
+
|
|
31
|
+
export declare const ArrowUpCircle: (props: IconSvgProps) => JSX.Element;
|
|
32
|
+
|
|
33
|
+
export declare const ArrowUpCircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
34
|
+
|
|
35
|
+
export declare const ArrowUpDown: (props: IconSvgProps) => JSX.Element;
|
|
36
|
+
|
|
37
|
+
export declare const ArrowUpDownCircle: (props: IconSvgProps) => JSX.Element;
|
|
38
|
+
|
|
39
|
+
export declare const ArrowUpLeft: (props: IconSvgProps) => JSX.Element;
|
|
40
|
+
|
|
41
|
+
export declare const ArrowUpRight: (props: IconSvgProps) => JSX.Element;
|
|
42
|
+
|
|
43
|
+
export declare const BadgeCheck: (props: IconSvgProps) => JSX.Element;
|
|
44
|
+
|
|
45
|
+
export declare const BadgeQuestion: (props: IconSvgProps) => JSX.Element;
|
|
46
|
+
|
|
47
|
+
export declare const Bell: (props: IconSvgProps) => JSX.Element;
|
|
48
|
+
|
|
49
|
+
export declare const BellOff: (props: IconSvgProps) => JSX.Element;
|
|
50
|
+
|
|
51
|
+
export declare const Bento: (props: IconSvgProps) => JSX.Element;
|
|
52
|
+
|
|
53
|
+
export declare const Blur: (props: IconSvgProps) => JSX.Element;
|
|
54
|
+
|
|
55
|
+
export declare const Bold: (props: IconSvgProps) => JSX.Element;
|
|
56
|
+
|
|
57
|
+
export declare const Bolt: (props: IconSvgProps) => JSX.Element;
|
|
58
|
+
|
|
59
|
+
export declare const Book: (props: IconSvgProps) => JSX.Element;
|
|
60
|
+
|
|
61
|
+
export declare const Book2: (props: IconSvgProps) => JSX.Element;
|
|
62
|
+
|
|
63
|
+
export declare const BookFilled: (props: IconSvgProps) => JSX.Element;
|
|
64
|
+
|
|
65
|
+
export declare const Bookmark: (props: IconSvgProps) => JSX.Element;
|
|
66
|
+
|
|
67
|
+
export declare const BookmarkFilled: (props: IconSvgProps) => JSX.Element;
|
|
68
|
+
|
|
69
|
+
export declare const Box: (props: IconSvgProps) => JSX.Element;
|
|
70
|
+
|
|
71
|
+
export declare const Briefcase: (props: IconSvgProps) => JSX.Element;
|
|
72
|
+
|
|
73
|
+
export declare const Bubble: (props: IconSvgProps) => JSX.Element;
|
|
74
|
+
|
|
75
|
+
export declare const BubbleDashed: (props: IconSvgProps) => JSX.Element;
|
|
76
|
+
|
|
77
|
+
export declare const BubbleEdit: (props: IconSvgProps) => JSX.Element;
|
|
78
|
+
|
|
79
|
+
export declare const BubbleLock: (props: IconSvgProps) => JSX.Element;
|
|
80
|
+
|
|
81
|
+
export declare const BubbleText: (props: IconSvgProps) => JSX.Element;
|
|
82
|
+
|
|
83
|
+
export declare const BubbleTextNotif: (props: IconSvgProps) => JSX.Element;
|
|
84
|
+
|
|
85
|
+
export declare const Bug: (props: IconSvgProps) => JSX.Element;
|
|
86
|
+
|
|
87
|
+
export declare const Building: (props: IconSvgProps) => JSX.Element;
|
|
88
|
+
|
|
89
|
+
export declare const Building2: (props: IconSvgProps) => JSX.Element;
|
|
90
|
+
|
|
91
|
+
export declare const BulletedList: (props: IconSvgProps) => JSX.Element;
|
|
92
|
+
|
|
93
|
+
export declare const Burger: (props: IconSvgProps) => JSX.Element;
|
|
94
|
+
|
|
95
|
+
export declare const Calendar: (props: IconSvgProps) => JSX.Element;
|
|
96
|
+
|
|
97
|
+
export declare const Calendar2: (props: IconSvgProps) => JSX.Element;
|
|
98
|
+
|
|
99
|
+
export declare const CalendarClock: (props: IconSvgProps) => JSX.Element;
|
|
100
|
+
|
|
101
|
+
export declare const Callout: (props: IconSvgProps) => JSX.Element;
|
|
102
|
+
|
|
103
|
+
export declare const CamOffAlert: (props: IconSvgProps) => JSX.Element;
|
|
104
|
+
|
|
105
|
+
export declare const CarFilled: (props: IconSvgProps) => JSX.Element;
|
|
106
|
+
|
|
107
|
+
export declare const Change: (props: IconSvgProps) => JSX.Element;
|
|
108
|
+
|
|
109
|
+
export declare const ChartFilled: (props: IconSvgProps) => JSX.Element;
|
|
110
|
+
|
|
111
|
+
export declare const Checkmark: (props: IconSvgProps) => JSX.Element;
|
|
112
|
+
|
|
113
|
+
export declare const Checkmark2: (props: IconSvgProps) => JSX.Element;
|
|
114
|
+
|
|
115
|
+
export declare const CheckmarkFilled: (props: IconSvgProps) => JSX.Element;
|
|
116
|
+
|
|
117
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
118
|
+
export declare const CheckmarkShield: (props: IconSvgProps) => JSX.Element;
|
|
119
|
+
|
|
120
|
+
export declare const Chess: (props: IconSvgProps) => JSX.Element;
|
|
121
|
+
|
|
122
|
+
export declare const ChevronDoubleUp: (props: IconSvgProps) => JSX.Element;
|
|
123
|
+
|
|
124
|
+
export declare const ChevronDown: (props: IconSvgProps) => JSX.Element;
|
|
125
|
+
|
|
126
|
+
export declare const ChevronLeft: (props: IconSvgProps) => JSX.Element;
|
|
127
|
+
|
|
128
|
+
export declare const ChevronRight: (props: IconSvgProps) => JSX.Element;
|
|
129
|
+
|
|
130
|
+
export declare const ChevronUp: (props: IconSvgProps) => JSX.Element;
|
|
131
|
+
|
|
132
|
+
export declare const Circle: (props: IconSvgProps) => JSX.Element;
|
|
133
|
+
|
|
134
|
+
export declare const CircleCheck: (props: IconSvgProps) => JSX.Element;
|
|
135
|
+
|
|
136
|
+
export declare const CircleCheckFilled: (props: IconSvgProps) => JSX.Element;
|
|
137
|
+
|
|
138
|
+
export declare const CircleDot: (props: IconSvgProps) => JSX.Element;
|
|
139
|
+
|
|
140
|
+
export declare const Clock: (props: IconSvgProps) => JSX.Element;
|
|
141
|
+
|
|
142
|
+
export declare const ClockArrowCirclepath: (props: IconSvgProps) => JSX.Element;
|
|
143
|
+
|
|
144
|
+
export declare const CloudArrow: (props: IconSvgProps) => JSX.Element;
|
|
145
|
+
|
|
146
|
+
export declare const Code: (props: IconSvgProps) => JSX.Element;
|
|
147
|
+
|
|
148
|
+
export declare const Color: (props: IconSvgProps) => JSX.Element;
|
|
149
|
+
|
|
150
|
+
export declare const Columns2: (props: IconSvgProps) => JSX.Element;
|
|
151
|
+
|
|
152
|
+
export declare const Columns3: (props: IconSvgProps) => JSX.Element;
|
|
153
|
+
|
|
154
|
+
export declare const Compare: (props: IconSvgProps) => JSX.Element;
|
|
155
|
+
|
|
156
|
+
export declare const Compass: (props: IconSvgProps) => JSX.Element;
|
|
157
|
+
|
|
158
|
+
export declare const Computer: (props: IconSvgProps) => JSX.Element;
|
|
159
|
+
|
|
160
|
+
export declare const Controls: (props: IconSvgProps) => JSX.Element;
|
|
161
|
+
|
|
162
|
+
export declare const Copy: (props: IconSvgProps) => JSX.Element;
|
|
163
|
+
|
|
164
|
+
export declare const CsvExport: (props: IconSvgProps) => JSX.Element;
|
|
165
|
+
|
|
166
|
+
export declare const CsvImport: (props: IconSvgProps) => JSX.Element;
|
|
167
|
+
|
|
168
|
+
export declare const Cube: (props: IconSvgProps) => JSX.Element;
|
|
169
|
+
|
|
170
|
+
export declare const Curlybraces: (props: IconSvgProps) => JSX.Element;
|
|
171
|
+
|
|
172
|
+
export declare const Datagouv: (props: IconSvgProps) => JSX.Element;
|
|
173
|
+
|
|
174
|
+
export declare const Divergence: (props: IconSvgProps) => JSX.Element;
|
|
175
|
+
|
|
176
|
+
export declare const Divider: (props: IconSvgProps) => JSX.Element;
|
|
177
|
+
|
|
178
|
+
export declare const Doc: (props: IconSvgProps) => JSX.Element;
|
|
179
|
+
|
|
180
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
181
|
+
export declare const DocAll: (props: IconSvgProps) => JSX.Element;
|
|
182
|
+
|
|
183
|
+
export declare const DocDiff: (props: IconSvgProps) => JSX.Element;
|
|
184
|
+
|
|
185
|
+
export declare const DocLink: (props: IconSvgProps) => JSX.Element;
|
|
186
|
+
|
|
187
|
+
export declare const DocMoveIn: (props: IconSvgProps) => JSX.Element;
|
|
188
|
+
|
|
189
|
+
export declare const DocMoveOut: (props: IconSvgProps) => JSX.Element;
|
|
190
|
+
|
|
191
|
+
export declare const DocPlus: (props: IconSvgProps) => JSX.Element;
|
|
192
|
+
|
|
193
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
194
|
+
export declare const DocSlash: (props: IconSvgProps) => JSX.Element;
|
|
195
|
+
|
|
196
|
+
export declare const Download: (props: IconSvgProps) => JSX.Element;
|
|
197
|
+
|
|
198
|
+
export declare const Drive: (props: IconSvgProps) => JSX.Element;
|
|
199
|
+
|
|
200
|
+
export declare const DriveAlert: (props: IconSvgProps) => JSX.Element;
|
|
201
|
+
|
|
202
|
+
export declare const Dumbell: (props: IconSvgProps) => JSX.Element;
|
|
203
|
+
|
|
204
|
+
export declare const Edit: (props: IconSvgProps) => JSX.Element;
|
|
205
|
+
|
|
206
|
+
export declare const Emoji: (props: IconSvgProps) => JSX.Element;
|
|
207
|
+
|
|
208
|
+
export declare const EmojiAdd: (props: IconSvgProps) => JSX.Element;
|
|
209
|
+
|
|
210
|
+
export declare const Enter: (props: IconSvgProps) => JSX.Element;
|
|
211
|
+
|
|
212
|
+
declare const Error_2: (props: IconSvgProps) => JSX.Element;
|
|
213
|
+
export { Error_2 as Error }
|
|
214
|
+
|
|
215
|
+
export declare const EuroFilled: (props: IconSvgProps) => JSX.Element;
|
|
216
|
+
|
|
217
|
+
export declare const ExternalLink: (props: IconSvgProps) => JSX.Element;
|
|
218
|
+
|
|
219
|
+
export declare const Face: (props: IconSvgProps) => JSX.Element;
|
|
220
|
+
|
|
221
|
+
export declare const FaceRemove: (props: IconSvgProps) => JSX.Element;
|
|
222
|
+
|
|
223
|
+
export declare const FastBackward: (props: IconSvgProps) => JSX.Element;
|
|
224
|
+
|
|
225
|
+
export declare const FastForward: (props: IconSvgProps) => JSX.Element;
|
|
226
|
+
|
|
227
|
+
declare const File_2: (props: IconSvgProps) => JSX.Element;
|
|
228
|
+
export { File_2 as File }
|
|
229
|
+
|
|
230
|
+
export declare const FileCheck: (props: IconSvgProps) => JSX.Element;
|
|
231
|
+
|
|
232
|
+
export declare const FileDelete: (props: IconSvgProps) => JSX.Element;
|
|
233
|
+
|
|
234
|
+
export declare const FileDown: (props: IconSvgProps) => JSX.Element;
|
|
235
|
+
|
|
236
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
237
|
+
export declare const FileError: (props: IconSvgProps) => JSX.Element;
|
|
238
|
+
|
|
239
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
240
|
+
export declare const FileFilled: (props: IconSvgProps) => JSX.Element;
|
|
241
|
+
|
|
242
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
243
|
+
export declare const FileImport: (props: IconSvgProps) => JSX.Element;
|
|
244
|
+
|
|
245
|
+
export declare const Files: (props: IconSvgProps) => JSX.Element;
|
|
246
|
+
|
|
247
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
248
|
+
export declare const FileShare: (props: IconSvgProps) => JSX.Element;
|
|
249
|
+
|
|
250
|
+
export declare const FileUp: (props: IconSvgProps) => JSX.Element;
|
|
251
|
+
|
|
252
|
+
export declare const Filter: (props: IconSvgProps) => JSX.Element;
|
|
253
|
+
|
|
254
|
+
export declare const Filtered: (props: IconSvgProps) => JSX.Element;
|
|
255
|
+
|
|
256
|
+
export declare const FilterNotification: (props: IconSvgProps) => JSX.Element;
|
|
257
|
+
|
|
258
|
+
export declare const Folder: (props: IconSvgProps) => JSX.Element;
|
|
259
|
+
|
|
260
|
+
export declare const FolderAdd: (props: IconSvgProps) => JSX.Element;
|
|
261
|
+
|
|
262
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
263
|
+
export declare const FolderDrive: (props: IconSvgProps) => JSX.Element;
|
|
264
|
+
|
|
265
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
266
|
+
export declare const FolderDriveZip: (props: IconSvgProps) => JSX.Element;
|
|
267
|
+
|
|
268
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
269
|
+
export declare const FolderFilled: (props: IconSvgProps) => JSX.Element;
|
|
270
|
+
|
|
271
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
272
|
+
export declare const FolderPerso: (props: IconSvgProps) => JSX.Element;
|
|
273
|
+
|
|
274
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
275
|
+
export declare const FolderPlus: (props: IconSvgProps) => JSX.Element;
|
|
276
|
+
|
|
277
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
278
|
+
export declare const FolderPublic: (props: IconSvgProps) => JSX.Element;
|
|
279
|
+
|
|
280
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
281
|
+
export declare const FolderShared: (props: IconSvgProps) => JSX.Element;
|
|
282
|
+
|
|
283
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
284
|
+
export declare const FolderStar: (props: IconSvgProps) => JSX.Element;
|
|
285
|
+
|
|
286
|
+
export declare const FolderUp: (props: IconSvgProps) => JSX.Element;
|
|
287
|
+
|
|
288
|
+
export declare const FoodBred: (props: IconSvgProps) => JSX.Element;
|
|
289
|
+
|
|
290
|
+
export declare const FoodBrezel: (props: IconSvgProps) => JSX.Element;
|
|
291
|
+
|
|
292
|
+
export declare const FoodCroissant: (props: IconSvgProps) => JSX.Element;
|
|
293
|
+
|
|
294
|
+
export declare const FoodGingerbread: (props: IconSvgProps) => JSX.Element;
|
|
295
|
+
|
|
296
|
+
export declare const FoodPancake: (props: IconSvgProps) => JSX.Element;
|
|
297
|
+
|
|
298
|
+
export declare const FoodPizza: (props: IconSvgProps) => JSX.Element;
|
|
299
|
+
|
|
300
|
+
export declare const FoodSpaghetti: (props: IconSvgProps) => JSX.Element;
|
|
301
|
+
|
|
302
|
+
export declare const FoodWaffle: (props: IconSvgProps) => JSX.Element;
|
|
303
|
+
|
|
304
|
+
export declare const FormatText: (props: IconSvgProps) => JSX.Element;
|
|
305
|
+
|
|
306
|
+
export declare const Gauge: (props: IconSvgProps) => JSX.Element;
|
|
307
|
+
|
|
308
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
309
|
+
export declare const GearFilled: (props: IconSvgProps) => JSX.Element;
|
|
310
|
+
|
|
311
|
+
export declare const GearRounded: (props: IconSvgProps) => JSX.Element;
|
|
312
|
+
|
|
313
|
+
export declare const GearRoundedFilled: (props: IconSvgProps) => JSX.Element;
|
|
314
|
+
|
|
315
|
+
export declare const GearRoundedNotif: (props: IconSvgProps) => JSX.Element;
|
|
316
|
+
|
|
317
|
+
export declare const Ghost: (props: IconSvgProps) => JSX.Element;
|
|
318
|
+
|
|
319
|
+
export declare const Github: (props: IconSvgProps) => JSX.Element;
|
|
320
|
+
|
|
321
|
+
export declare const Globe: (props: IconSvgProps) => JSX.Element;
|
|
322
|
+
|
|
323
|
+
export declare const Globe2: (props: IconSvgProps) => JSX.Element;
|
|
324
|
+
|
|
325
|
+
export declare const GlobeLock: (props: IconSvgProps) => JSX.Element;
|
|
326
|
+
|
|
327
|
+
export declare const Grip: (props: IconSvgProps) => JSX.Element;
|
|
328
|
+
|
|
329
|
+
export declare const HandsClap: (props: IconSvgProps) => JSX.Element;
|
|
330
|
+
|
|
331
|
+
export declare const HandTap: (props: IconSvgProps) => JSX.Element;
|
|
332
|
+
|
|
333
|
+
export declare const Hashtag: (props: IconSvgProps) => JSX.Element;
|
|
334
|
+
|
|
335
|
+
export declare const Heading1: (props: IconSvgProps) => JSX.Element;
|
|
336
|
+
|
|
337
|
+
export declare const Heading2: (props: IconSvgProps) => JSX.Element;
|
|
338
|
+
|
|
339
|
+
export declare const Heading3: (props: IconSvgProps) => JSX.Element;
|
|
340
|
+
|
|
341
|
+
export declare const Headset: (props: IconSvgProps) => JSX.Element;
|
|
342
|
+
|
|
343
|
+
export declare const Heart: (props: IconSvgProps) => JSX.Element;
|
|
344
|
+
|
|
345
|
+
export declare const Hide: (props: IconSvgProps) => JSX.Element;
|
|
346
|
+
|
|
347
|
+
declare const Highlight_2: (props: IconSvgProps) => JSX.Element;
|
|
348
|
+
export { Highlight_2 as Highlight }
|
|
349
|
+
|
|
350
|
+
declare const History_2: (props: IconSvgProps) => JSX.Element;
|
|
351
|
+
export { History_2 as History }
|
|
352
|
+
|
|
353
|
+
export declare const House: (props: IconSvgProps) => JSX.Element;
|
|
354
|
+
|
|
355
|
+
export declare const Icon10CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
356
|
+
|
|
357
|
+
export declare const Icon11CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
358
|
+
|
|
359
|
+
export declare const Icon12CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
360
|
+
|
|
361
|
+
export declare const Icon13CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
362
|
+
|
|
363
|
+
export declare const Icon14CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
364
|
+
|
|
365
|
+
export declare const Icon15CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
366
|
+
|
|
367
|
+
export declare const Icon16CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
368
|
+
|
|
369
|
+
export declare const Icon17CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
370
|
+
|
|
371
|
+
export declare const Icon18CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
372
|
+
|
|
373
|
+
export declare const Icon19CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
374
|
+
|
|
375
|
+
export declare const Icon1CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
376
|
+
|
|
377
|
+
export declare const Icon20CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
378
|
+
|
|
379
|
+
export declare const Icon2CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
380
|
+
|
|
381
|
+
export declare const Icon3CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
382
|
+
|
|
383
|
+
export declare const Icon4CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
384
|
+
|
|
385
|
+
export declare const Icon5CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
386
|
+
|
|
387
|
+
export declare const Icon6CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
388
|
+
|
|
389
|
+
export declare const Icon7CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
390
|
+
|
|
391
|
+
export declare const Icon8CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
392
|
+
|
|
393
|
+
export declare const Icon9CircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
394
|
+
|
|
395
|
+
declare type IconProps = {
|
|
396
|
+
/**
|
|
397
|
+
* The name of the Material Icon to display
|
|
398
|
+
*/
|
|
399
|
+
name: string;
|
|
400
|
+
/**
|
|
401
|
+
* The type of the icon
|
|
402
|
+
*/
|
|
403
|
+
type?: IconType;
|
|
404
|
+
/**
|
|
405
|
+
* The size of the icon
|
|
406
|
+
*/
|
|
407
|
+
size?: IconSize | number;
|
|
408
|
+
/**
|
|
409
|
+
* Custom CSS class name
|
|
410
|
+
*/
|
|
411
|
+
className?: string;
|
|
412
|
+
/**
|
|
413
|
+
* Custom color for the icon
|
|
414
|
+
*/
|
|
415
|
+
color?: string;
|
|
416
|
+
/**
|
|
417
|
+
* Additional props to pass to the span element
|
|
418
|
+
*/
|
|
419
|
+
[key: string]: unknown;
|
|
420
|
+
};
|
|
421
|
+
|
|
422
|
+
declare enum IconSize {
|
|
423
|
+
X_SMALL = "xsmall",
|
|
424
|
+
SMALL = "small",
|
|
425
|
+
MEDIUM = "medium",
|
|
426
|
+
LARGE = "large",
|
|
427
|
+
X_LARGE = "xlarge"
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export declare type IconSvgProps = Omit<Partial<IconProps>, "name" | "type">;
|
|
431
|
+
|
|
432
|
+
declare enum IconType {
|
|
433
|
+
OUTLINED = "outlined",
|
|
434
|
+
FILLED = "filled"
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
export declare const Identity: (props: IconSvgProps) => JSX.Element;
|
|
438
|
+
|
|
439
|
+
export declare const Incognito: (props: IconSvgProps) => JSX.Element;
|
|
440
|
+
|
|
441
|
+
export declare const Info: (props: IconSvgProps) => JSX.Element;
|
|
442
|
+
|
|
443
|
+
export declare const Info2: (props: IconSvgProps) => JSX.Element;
|
|
444
|
+
|
|
445
|
+
export declare const Italic: (props: IconSvgProps) => JSX.Element;
|
|
446
|
+
|
|
447
|
+
export declare const JusticeFilled: (props: IconSvgProps) => JSX.Element;
|
|
448
|
+
|
|
449
|
+
export declare const Key: (props: IconSvgProps) => JSX.Element;
|
|
450
|
+
|
|
451
|
+
export declare const Key2: (props: IconSvgProps) => JSX.Element;
|
|
452
|
+
|
|
453
|
+
export declare const KeyboardHide: (props: IconSvgProps) => JSX.Element;
|
|
454
|
+
|
|
455
|
+
export declare const KeyFilled: (props: IconSvgProps) => JSX.Element;
|
|
456
|
+
|
|
457
|
+
export declare const Language: (props: IconSvgProps) => JSX.Element;
|
|
458
|
+
|
|
459
|
+
export declare const Lasuite: (props: IconSvgProps) => JSX.Element;
|
|
460
|
+
|
|
461
|
+
export declare const LasuiteFilled: (props: IconSvgProps) => JSX.Element;
|
|
462
|
+
|
|
463
|
+
export declare const Leaf: (props: IconSvgProps) => JSX.Element;
|
|
464
|
+
|
|
465
|
+
export declare const Leave: (props: IconSvgProps) => JSX.Element;
|
|
466
|
+
|
|
467
|
+
export declare const LeftPanel: (props: IconSvgProps) => JSX.Element;
|
|
468
|
+
|
|
469
|
+
export declare const Link: (props: IconSvgProps) => JSX.Element;
|
|
470
|
+
|
|
471
|
+
export declare const Loader: (props: IconSvgProps) => JSX.Element;
|
|
472
|
+
|
|
473
|
+
declare const Lock_2: (props: IconSvgProps) => JSX.Element;
|
|
474
|
+
export { Lock_2 as Lock }
|
|
475
|
+
|
|
476
|
+
export declare const Login: (props: IconSvgProps) => JSX.Element;
|
|
477
|
+
|
|
478
|
+
export declare const Logout: (props: IconSvgProps) => JSX.Element;
|
|
479
|
+
|
|
480
|
+
export declare const Mail: (props: IconSvgProps) => JSX.Element;
|
|
481
|
+
|
|
482
|
+
export declare const MailCheckFilled: (props: IconSvgProps) => JSX.Element;
|
|
483
|
+
|
|
484
|
+
export declare const Maximize: (props: IconSvgProps) => JSX.Element;
|
|
485
|
+
|
|
486
|
+
export declare const Measure: (props: IconSvgProps) => JSX.Element;
|
|
487
|
+
|
|
488
|
+
export declare const Meet: (props: IconSvgProps) => JSX.Element;
|
|
489
|
+
|
|
490
|
+
export declare const MegaphoneFilled: (props: IconSvgProps) => JSX.Element;
|
|
491
|
+
|
|
492
|
+
export declare const MicOffAlert: (props: IconSvgProps) => JSX.Element;
|
|
493
|
+
|
|
494
|
+
export declare const Minus: (props: IconSvgProps) => JSX.Element;
|
|
495
|
+
|
|
496
|
+
export declare const MinusFilled: (props: IconSvgProps) => JSX.Element;
|
|
497
|
+
|
|
498
|
+
export declare const More: (props: IconSvgProps) => JSX.Element;
|
|
499
|
+
|
|
500
|
+
export declare const MoreCircle: (props: IconSvgProps) => JSX.Element;
|
|
501
|
+
|
|
502
|
+
export declare const MusicFilled: (props: IconSvgProps) => JSX.Element;
|
|
503
|
+
|
|
504
|
+
export declare const Mute: (props: IconSvgProps) => JSX.Element;
|
|
505
|
+
|
|
506
|
+
export declare const NumberedList: (props: IconSvgProps) => JSX.Element;
|
|
507
|
+
|
|
508
|
+
export declare const Onboarding: (props: IconSvgProps) => JSX.Element;
|
|
509
|
+
|
|
510
|
+
export declare const Package: (props: IconSvgProps) => JSX.Element;
|
|
511
|
+
|
|
512
|
+
export declare const PaletteFilled: (props: IconSvgProps) => JSX.Element;
|
|
513
|
+
|
|
514
|
+
export declare const Pause: (props: IconSvgProps) => JSX.Element;
|
|
515
|
+
|
|
516
|
+
export declare const Pause2: (props: IconSvgProps) => JSX.Element;
|
|
517
|
+
|
|
518
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
519
|
+
export declare const Perso: (props: IconSvgProps) => JSX.Element;
|
|
520
|
+
|
|
521
|
+
export declare const PersoFilled: (props: IconSvgProps) => JSX.Element;
|
|
522
|
+
|
|
523
|
+
export declare const Phone: (props: IconSvgProps) => JSX.Element;
|
|
524
|
+
|
|
525
|
+
export declare const PhoneArrowUpRight: (props: IconSvgProps) => JSX.Element;
|
|
526
|
+
|
|
527
|
+
export declare const PhoneArrowUpRightFilled: (props: IconSvgProps) => JSX.Element;
|
|
528
|
+
|
|
529
|
+
export declare const PhoneDesktop: (props: IconSvgProps) => JSX.Element;
|
|
530
|
+
|
|
531
|
+
export declare const PhoneFilled: (props: IconSvgProps) => JSX.Element;
|
|
532
|
+
|
|
533
|
+
export declare const Picture: (props: IconSvgProps) => JSX.Element;
|
|
534
|
+
|
|
535
|
+
export declare const PictureFilled: (props: IconSvgProps) => JSX.Element;
|
|
536
|
+
|
|
537
|
+
export declare const PictureRemove: (props: IconSvgProps) => JSX.Element;
|
|
538
|
+
|
|
539
|
+
export declare const Pin: (props: IconSvgProps) => JSX.Element;
|
|
540
|
+
|
|
541
|
+
export declare const PinFilled: (props: IconSvgProps) => JSX.Element;
|
|
542
|
+
|
|
543
|
+
export declare const PinOff: (props: IconSvgProps) => JSX.Element;
|
|
544
|
+
|
|
545
|
+
export declare const Play: (props: IconSvgProps) => JSX.Element;
|
|
546
|
+
|
|
547
|
+
export declare const Play2: (props: IconSvgProps) => JSX.Element;
|
|
548
|
+
|
|
549
|
+
export declare const PlugOff: (props: IconSvgProps) => JSX.Element;
|
|
550
|
+
|
|
551
|
+
export declare const PlugOn: (props: IconSvgProps) => JSX.Element;
|
|
552
|
+
|
|
553
|
+
export declare const Plus: (props: IconSvgProps) => JSX.Element;
|
|
554
|
+
|
|
555
|
+
export declare const PlusDashed: (props: IconSvgProps) => JSX.Element;
|
|
556
|
+
|
|
557
|
+
export declare const PlusDashedEdit: (props: IconSvgProps) => JSX.Element;
|
|
558
|
+
|
|
559
|
+
export declare const Present: (props: IconSvgProps) => JSX.Element;
|
|
560
|
+
|
|
561
|
+
export declare const Presentation: (props: IconSvgProps) => JSX.Element;
|
|
562
|
+
|
|
563
|
+
export declare const Public: (props: IconSvgProps) => JSX.Element;
|
|
564
|
+
|
|
565
|
+
export declare const Puzzle: (props: IconSvgProps) => JSX.Element;
|
|
566
|
+
|
|
567
|
+
export declare const PuzzleFilled: (props: IconSvgProps) => JSX.Element;
|
|
568
|
+
|
|
569
|
+
export declare const QuestionMark: (props: IconSvgProps) => JSX.Element;
|
|
570
|
+
|
|
571
|
+
export declare const Quote: (props: IconSvgProps) => JSX.Element;
|
|
572
|
+
|
|
573
|
+
declare const Record_2: (props: IconSvgProps) => JSX.Element;
|
|
574
|
+
export { Record_2 as Record }
|
|
575
|
+
|
|
576
|
+
export declare const RecordFilled: (props: IconSvgProps) => JSX.Element;
|
|
577
|
+
|
|
578
|
+
export declare const RecordStop: (props: IconSvgProps) => JSX.Element;
|
|
579
|
+
|
|
580
|
+
export declare const RectangleRotate: (props: IconSvgProps) => JSX.Element;
|
|
581
|
+
|
|
582
|
+
export declare const Reply: (props: IconSvgProps) => JSX.Element;
|
|
583
|
+
|
|
584
|
+
export declare const Restore: (props: IconSvgProps) => JSX.Element;
|
|
585
|
+
|
|
586
|
+
export declare const Retry: (props: IconSvgProps) => JSX.Element;
|
|
587
|
+
|
|
588
|
+
export declare const RightPanel: (props: IconSvgProps) => JSX.Element;
|
|
589
|
+
|
|
590
|
+
export declare const Rocket: (props: IconSvgProps) => JSX.Element;
|
|
591
|
+
|
|
592
|
+
export declare const RoleUp: (props: IconSvgProps) => JSX.Element;
|
|
593
|
+
|
|
594
|
+
export declare const Scale: (props: IconSvgProps) => JSX.Element;
|
|
595
|
+
|
|
596
|
+
export declare const Sd: (props: IconSvgProps) => JSX.Element;
|
|
597
|
+
|
|
598
|
+
export declare const Server: (props: IconSvgProps) => JSX.Element;
|
|
599
|
+
|
|
600
|
+
export declare const Shapes: (props: IconSvgProps) => JSX.Element;
|
|
601
|
+
|
|
602
|
+
export declare const Share: (props: IconSvgProps) => JSX.Element;
|
|
603
|
+
|
|
604
|
+
export declare const Shared: (props: IconSvgProps) => JSX.Element;
|
|
605
|
+
|
|
606
|
+
export declare const Shield: (props: IconSvgProps) => JSX.Element;
|
|
607
|
+
|
|
608
|
+
export declare const ShieldAlert: (props: IconSvgProps) => JSX.Element;
|
|
609
|
+
|
|
610
|
+
export declare const ShieldCheck: (props: IconSvgProps) => JSX.Element;
|
|
611
|
+
|
|
612
|
+
export declare const ShieldGear: (props: IconSvgProps) => JSX.Element;
|
|
613
|
+
|
|
614
|
+
export declare const ShieldLockFilled: (props: IconSvgProps) => JSX.Element;
|
|
615
|
+
|
|
616
|
+
export declare const ShieldOff: (props: IconSvgProps) => JSX.Element;
|
|
617
|
+
|
|
618
|
+
export declare const ShieldPause: (props: IconSvgProps) => JSX.Element;
|
|
619
|
+
|
|
620
|
+
export declare const ShieldPlus: (props: IconSvgProps) => JSX.Element;
|
|
621
|
+
|
|
622
|
+
export declare const ShieldX: (props: IconSvgProps) => JSX.Element;
|
|
623
|
+
|
|
624
|
+
export declare const Shortcut: (props: IconSvgProps) => JSX.Element;
|
|
625
|
+
|
|
626
|
+
export declare const Show: (props: IconSvgProps) => JSX.Element;
|
|
627
|
+
|
|
628
|
+
export declare const Solo: (props: IconSvgProps) => JSX.Element;
|
|
629
|
+
|
|
630
|
+
export declare const Sparkles2: (props: IconSvgProps) => JSX.Element;
|
|
631
|
+
|
|
632
|
+
export declare const Stack: (props: IconSvgProps) => JSX.Element;
|
|
633
|
+
|
|
634
|
+
export declare const StackTemplate: (props: IconSvgProps) => JSX.Element;
|
|
635
|
+
|
|
636
|
+
export declare const Star: (props: IconSvgProps) => JSX.Element;
|
|
637
|
+
|
|
638
|
+
export declare const StarFilled: (props: IconSvgProps) => JSX.Element;
|
|
639
|
+
|
|
640
|
+
export declare const StarSlash: (props: IconSvgProps) => JSX.Element;
|
|
641
|
+
|
|
642
|
+
export declare const Strikethrough: (props: IconSvgProps) => JSX.Element;
|
|
643
|
+
|
|
644
|
+
export declare const Sun: (props: IconSvgProps) => JSX.Element;
|
|
645
|
+
|
|
646
|
+
export declare const Table: (props: IconSvgProps) => JSX.Element;
|
|
647
|
+
|
|
648
|
+
export declare const TerminalFilled: (props: IconSvgProps) => JSX.Element;
|
|
649
|
+
|
|
650
|
+
export declare const Thread: (props: IconSvgProps) => JSX.Element;
|
|
651
|
+
|
|
652
|
+
export declare const ThumbDown: (props: IconSvgProps) => JSX.Element;
|
|
653
|
+
|
|
654
|
+
export declare const ThumbDownFilled: (props: IconSvgProps) => JSX.Element;
|
|
655
|
+
|
|
656
|
+
export declare const ThumbUp: (props: IconSvgProps) => JSX.Element;
|
|
657
|
+
|
|
658
|
+
export declare const ThumbUpFilled: (props: IconSvgProps) => JSX.Element;
|
|
659
|
+
|
|
660
|
+
export declare const TodoList: (props: IconSvgProps) => JSX.Element;
|
|
661
|
+
|
|
662
|
+
export declare const ToggleHeading1: (props: IconSvgProps) => JSX.Element;
|
|
663
|
+
|
|
664
|
+
export declare const ToggleHeading2: (props: IconSvgProps) => JSX.Element;
|
|
665
|
+
|
|
666
|
+
export declare const ToggleHeading3: (props: IconSvgProps) => JSX.Element;
|
|
667
|
+
|
|
668
|
+
export declare const ToggleList: (props: IconSvgProps) => JSX.Element;
|
|
669
|
+
|
|
670
|
+
export declare const Trash: (props: IconSvgProps) => JSX.Element;
|
|
671
|
+
|
|
672
|
+
export declare const Type: (props: IconSvgProps) => JSX.Element;
|
|
673
|
+
|
|
674
|
+
export declare const Underline: (props: IconSvgProps) => JSX.Element;
|
|
675
|
+
|
|
676
|
+
export declare const Undo: (props: IconSvgProps) => JSX.Element;
|
|
677
|
+
|
|
678
|
+
export declare const UndoCircle: (props: IconSvgProps) => JSX.Element;
|
|
679
|
+
|
|
680
|
+
export declare const UndoCircleFilled: (props: IconSvgProps) => JSX.Element;
|
|
681
|
+
|
|
682
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
683
|
+
export declare const Unhide: (props: IconSvgProps) => JSX.Element;
|
|
684
|
+
|
|
685
|
+
export declare const Unlock: (props: IconSvgProps) => JSX.Element;
|
|
686
|
+
|
|
687
|
+
export declare const Unpin: (props: IconSvgProps) => JSX.Element;
|
|
688
|
+
|
|
689
|
+
export declare const UnpinFilled: (props: IconSvgProps) => JSX.Element;
|
|
690
|
+
|
|
691
|
+
export declare const Upload: (props: IconSvgProps) => JSX.Element;
|
|
692
|
+
|
|
693
|
+
export declare const UserCheck: (props: IconSvgProps) => JSX.Element;
|
|
694
|
+
|
|
695
|
+
export declare const UserSearch: (props: IconSvgProps) => JSX.Element;
|
|
696
|
+
|
|
697
|
+
export declare const Volume2: (props: IconSvgProps) => JSX.Element;
|
|
698
|
+
|
|
699
|
+
export declare const VolumeX: (props: IconSvgProps) => JSX.Element;
|
|
700
|
+
|
|
701
|
+
/** @deprecated This icon is no longer available in the Figma source. It will be removed in a future version. */
|
|
702
|
+
export declare const WandAndStars: (props: IconSvgProps) => JSX.Element;
|
|
703
|
+
|
|
704
|
+
export declare const Warning: (props: IconSvgProps) => JSX.Element;
|
|
705
|
+
|
|
706
|
+
export declare const WarningFilled: (props: IconSvgProps) => JSX.Element;
|
|
707
|
+
|
|
708
|
+
export declare const WaveformHigh: (props: IconSvgProps) => JSX.Element;
|
|
709
|
+
|
|
710
|
+
export declare const WaveformLow: (props: IconSvgProps) => JSX.Element;
|
|
711
|
+
|
|
712
|
+
export declare const WaveformMedium: (props: IconSvgProps) => JSX.Element;
|
|
713
|
+
|
|
714
|
+
export declare const WaveformOff: (props: IconSvgProps) => JSX.Element;
|
|
715
|
+
|
|
716
|
+
export declare const Weight: (props: IconSvgProps) => JSX.Element;
|
|
717
|
+
|
|
718
|
+
export declare const XMark: (props: IconSvgProps) => JSX.Element;
|
|
719
|
+
|
|
720
|
+
export declare const Zoom: (props: IconSvgProps) => JSX.Element;
|
|
721
|
+
|
|
722
|
+
export declare const Zoom1: (props: IconSvgProps) => JSX.Element;
|
|
723
|
+
|
|
724
|
+
export declare const ZoomMinus: (props: IconSvgProps) => JSX.Element;
|
|
725
|
+
|
|
726
|
+
export declare const ZoomPlus: (props: IconSvgProps) => JSX.Element;
|
|
727
|
+
|
|
728
|
+
export { }
|