@ws-ui/icons 0.0.7 → 0.0.8
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/assets/4DIcons.d.ts +289 -288
- package/dist/index.cjs.js +12 -14
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1127 -1162
- package/dist/index.es.js.map +1 -1
- package/package.json +5 -6
package/dist/assets/4DIcons.d.ts
CHANGED
|
@@ -1,1728 +1,1729 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
* The Fd4D icon
|
|
3
4
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A518
|
|
4
5
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/04f467f8-248f-4f05-b33d-a7f0e2a9065f
|
|
5
6
|
**/
|
|
6
|
-
export declare const Fd4D: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
7
|
+
export declare const Fd4D: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
/**
|
|
8
9
|
* The FdAll icon
|
|
9
10
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A848
|
|
10
11
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/28344bfb-20f1-49f3-99e2-8e248edd3bac
|
|
11
12
|
**/
|
|
12
|
-
export declare const FdAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
13
|
+
export declare const FdAll: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
13
14
|
/**
|
|
14
15
|
* The FdClasses icon
|
|
15
16
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1764%3A523
|
|
16
17
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/94fa9cc3-03f6-4b7c-98bc-a2140786982e
|
|
17
18
|
**/
|
|
18
|
-
export declare const FdClasses: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
19
|
+
export declare const FdClasses: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
19
20
|
/**
|
|
20
21
|
* The FdWebformFolder icon
|
|
21
22
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A849
|
|
22
23
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a1b88864-4442-46b0-8a75-d452c83da52f
|
|
23
24
|
**/
|
|
24
|
-
export declare const FdWebformFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
25
|
+
export declare const FdWebformFolder: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
25
26
|
/**
|
|
26
27
|
* The FdAction icon
|
|
27
28
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A850
|
|
28
29
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8c1f3fe1-41b0-4998-91b5-6ff795ce348b
|
|
29
30
|
**/
|
|
30
|
-
export declare const FdAction: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
31
|
+
export declare const FdAction: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
31
32
|
/**
|
|
32
33
|
* The FdAddToLibrary2 icon
|
|
33
34
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A858
|
|
34
35
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1bd921ef-bc70-4a9b-8226-d824b1299834
|
|
35
36
|
**/
|
|
36
|
-
export declare const FdAddToLibrary2: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
37
|
+
export declare const FdAddToLibrary2: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
37
38
|
/**
|
|
38
39
|
* The FdAddToLibrary1 icon
|
|
39
40
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A836
|
|
40
41
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/508cb76c-61bd-4dcc-86f8-dfe81a09ff9d
|
|
41
42
|
**/
|
|
42
|
-
export declare const FdAddToLibrary1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
43
|
+
export declare const FdAddToLibrary1: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
43
44
|
/**
|
|
44
45
|
* The FdAddToLibrary icon
|
|
45
46
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A842
|
|
46
47
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cd035c1b-311d-496a-83dc-33dd2a8fd1aa
|
|
47
48
|
**/
|
|
48
|
-
export declare const FdAddToLibrary: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
49
|
+
export declare const FdAddToLibrary: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
49
50
|
/**
|
|
50
51
|
* The FdAdjust icon
|
|
51
52
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A581
|
|
52
53
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8ddfc827-114c-4e7e-b19f-a57f9e31e078
|
|
53
54
|
**/
|
|
54
|
-
export declare const FdAdjust: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
55
|
+
export declare const FdAdjust: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
55
56
|
/**
|
|
56
57
|
* The FdAdvancedProps icon
|
|
57
58
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=654%3A120
|
|
58
59
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b38cdc84-324e-41fd-b4fd-eab915e3224a
|
|
59
60
|
**/
|
|
60
|
-
export declare const FdAdvancedProps: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
61
|
+
export declare const FdAdvancedProps: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
61
62
|
/**
|
|
62
63
|
* The FdAiry icon
|
|
63
64
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=510%3A136
|
|
64
65
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2a5b1c48-1f02-488e-b871-d06d7eec0111
|
|
65
66
|
**/
|
|
66
|
-
export declare const FdAiry: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
67
|
+
export declare const FdAiry: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
67
68
|
/**
|
|
68
69
|
* The FdAlignCenter icon
|
|
69
70
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A526
|
|
70
71
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/31bbd069-d392-4615-aaa8-cf7a980bdb51
|
|
71
72
|
**/
|
|
72
|
-
export declare const FdAlignCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
73
|
+
export declare const FdAlignCenter: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
73
74
|
/**
|
|
74
75
|
* The FdAlignContentEnd icon
|
|
75
76
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A516
|
|
76
77
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6978b348-01f7-413c-ab3f-94d146f6e2c5
|
|
77
78
|
**/
|
|
78
|
-
export declare const FdAlignContentEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
79
|
+
export declare const FdAlignContentEnd: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
79
80
|
/**
|
|
80
81
|
* The FdAlignContentStart icon
|
|
81
82
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A517
|
|
82
83
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/035d0aeb-ed04-40ce-b99a-c47b78ee55e3
|
|
83
84
|
**/
|
|
84
|
-
export declare const FdAlignContentStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
85
|
+
export declare const FdAlignContentStart: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
85
86
|
/**
|
|
86
87
|
* The FdAnd icon
|
|
87
88
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1722%3A341
|
|
88
89
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e15420b9-25f7-4c3a-8f28-bf52ae6be8cd
|
|
89
90
|
**/
|
|
90
|
-
export declare const FdAnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
91
|
+
export declare const FdAnd: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
91
92
|
/**
|
|
92
93
|
* The FdAppAnd icon
|
|
93
94
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=219%3A88
|
|
94
95
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a614d13a-b2e5-4873-95ca-f16bb9d7bd74
|
|
95
96
|
**/
|
|
96
|
-
export declare const FdAppAnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
97
|
+
export declare const FdAppAnd: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
97
98
|
/**
|
|
98
99
|
* The FdArrowDown icon
|
|
99
100
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A568
|
|
100
101
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/77fdc88f-fd58-43da-95c2-1370a1a0c273
|
|
101
102
|
**/
|
|
102
|
-
export declare const FdArrowDown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
103
|
+
export declare const FdArrowDown: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
103
104
|
/**
|
|
104
105
|
* The FdArrowLeft icon
|
|
105
106
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A571
|
|
106
107
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ccbfc725-6b01-4433-b1e3-268f081d2447
|
|
107
108
|
**/
|
|
108
|
-
export declare const FdArrowLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
109
|
+
export declare const FdArrowLeft: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
109
110
|
/**
|
|
110
111
|
* The FdArrowRight icon
|
|
111
112
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A565
|
|
112
113
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/313a4877-7496-4705-98ca-da196816a579
|
|
113
114
|
**/
|
|
114
|
-
export declare const FdArrowRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
115
|
+
export declare const FdArrowRight: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
115
116
|
/**
|
|
116
117
|
* The FdArrowUp icon
|
|
117
118
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A562
|
|
118
119
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/53ad4be5-58ec-4321-9e93-51c5bfb661e6
|
|
119
120
|
**/
|
|
120
|
-
export declare const FdArrowUp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
121
|
+
export declare const FdArrowUp: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
121
122
|
/**
|
|
122
123
|
* The FdAsc icon
|
|
123
124
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A844
|
|
124
125
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5ee709ac-8c80-4765-96dd-35e3727b2595
|
|
125
126
|
**/
|
|
126
|
-
export declare const FdAsc: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
127
|
+
export declare const FdAsc: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
127
128
|
/**
|
|
128
129
|
* The FdAttache icon
|
|
129
130
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A536
|
|
130
131
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ebea40ed-0069-4a5b-9b6b-ba6f7e93eaba
|
|
131
132
|
**/
|
|
132
|
-
export declare const FdAttache: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
133
|
+
export declare const FdAttache: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
133
134
|
/**
|
|
134
135
|
* The FdAttribute icon
|
|
135
136
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A838
|
|
136
137
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/91dc2965-6db3-4421-abe8-789be8a13084
|
|
137
138
|
**/
|
|
138
|
-
export declare const FdAttribute: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
139
|
+
export declare const FdAttribute: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
139
140
|
/**
|
|
140
141
|
* The FdBaseline icon
|
|
141
142
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A513
|
|
142
143
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b59e68fe-472d-4a5b-89d6-817fd154ff9e
|
|
143
144
|
**/
|
|
144
|
-
export declare const FdBaseline: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
145
|
+
export declare const FdBaseline: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
145
146
|
/**
|
|
146
147
|
* The FdBell icon
|
|
147
148
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A555
|
|
148
149
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9af1cea1-f7f9-4e4f-bffb-b4f9d4f1fcd7
|
|
149
150
|
**/
|
|
150
|
-
export declare const FdBell: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
151
|
+
export declare const FdBell: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
151
152
|
/**
|
|
152
153
|
* The FdBibracket icon
|
|
153
154
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1618%3A113
|
|
154
155
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/da29128d-8f64-4ec1-9992-2a92c76f9c21
|
|
155
156
|
**/
|
|
156
|
-
export declare const FdBibracket: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
157
|
+
export declare const FdBibracket: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
157
158
|
/**
|
|
158
159
|
* The FdBlob icon
|
|
159
160
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A314
|
|
160
161
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/121bb0cd-9dcb-491f-85a3-75faa4844c00
|
|
161
162
|
**/
|
|
162
|
-
export declare const FdBlob: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
163
|
+
export declare const FdBlob: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
163
164
|
/**
|
|
164
165
|
* The FdBlocNote icon
|
|
165
166
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A572
|
|
166
167
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1b5ab842-3f08-4217-8357-a9c2438eb15f
|
|
167
168
|
**/
|
|
168
|
-
export declare const FdBlocNote: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
169
|
+
export declare const FdBlocNote: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
169
170
|
/**
|
|
170
171
|
* The FdBlock icon
|
|
171
172
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A837
|
|
172
173
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b0e67ce6-d2fc-4c58-9257-870ec8810c20
|
|
173
174
|
**/
|
|
174
|
-
export declare const FdBlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
175
|
+
export declare const FdBlock: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
175
176
|
/**
|
|
176
177
|
* The FdBold icon
|
|
177
178
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A525
|
|
178
179
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a12ac5a3-15f1-4a73-aa2b-bbbfe488038d
|
|
179
180
|
**/
|
|
180
|
-
export declare const FdBold: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
181
|
+
export declare const FdBold: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
181
182
|
/**
|
|
182
183
|
* The FdBorderBottom icon
|
|
183
184
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A534
|
|
184
185
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8d77783f-b0f9-4c02-b6fc-8a823bb8bc7f
|
|
185
186
|
**/
|
|
186
|
-
export declare const FdBorderBottom: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
187
|
+
export declare const FdBorderBottom: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
187
188
|
/**
|
|
188
189
|
* The FdBorderLeft icon
|
|
189
190
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A552
|
|
190
191
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/02b52239-587c-4815-ba61-91fc64fadb4a
|
|
191
192
|
**/
|
|
192
|
-
export declare const FdBorderLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
193
|
+
export declare const FdBorderLeft: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
193
194
|
/**
|
|
194
195
|
* The FdBorderRadiusBottomLeft icon
|
|
195
196
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A540
|
|
196
197
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8db94a99-aacd-4239-aefa-a104a90b4290
|
|
197
198
|
**/
|
|
198
|
-
export declare const FdBorderRadiusBottomLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
199
|
+
export declare const FdBorderRadiusBottomLeft: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
199
200
|
/**
|
|
200
201
|
* The FdBorderRadiusBottomRight icon
|
|
201
202
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A538
|
|
202
203
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/27ecd41c-8fdf-494d-b77d-ae79afeffafa
|
|
203
204
|
**/
|
|
204
|
-
export declare const FdBorderRadiusBottomRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
205
|
+
export declare const FdBorderRadiusBottomRight: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
205
206
|
/**
|
|
206
207
|
* The FdBorderRadiusTopLeft icon
|
|
207
208
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A544
|
|
208
209
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/33642544-3866-48b7-8b8e-12595db2c44c
|
|
209
210
|
**/
|
|
210
|
-
export declare const FdBorderRadiusTopLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
211
|
+
export declare const FdBorderRadiusTopLeft: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
211
212
|
/**
|
|
212
213
|
* The FdBorderRadiusTopRight icon
|
|
213
214
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A542
|
|
214
215
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fb9b5d36-b51a-4771-813d-36bbd70bf85b
|
|
215
216
|
**/
|
|
216
|
-
export declare const FdBorderRadiusTopRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
217
|
+
export declare const FdBorderRadiusTopRight: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
217
218
|
/**
|
|
218
219
|
* The FdBorderRadius icon
|
|
219
220
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A546
|
|
220
221
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/188d2007-b050-419c-82ab-30ca4df990b5
|
|
221
222
|
**/
|
|
222
|
-
export declare const FdBorderRadius: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
223
|
+
export declare const FdBorderRadius: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
223
224
|
/**
|
|
224
225
|
* The FdBorderRight icon
|
|
225
226
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A548
|
|
226
227
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bd3bf07b-16ba-4b86-921b-5a469c6b51f2
|
|
227
228
|
**/
|
|
228
|
-
export declare const FdBorderRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
229
|
+
export declare const FdBorderRight: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
229
230
|
/**
|
|
230
231
|
* The FdBorderTop icon
|
|
231
232
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A551
|
|
232
233
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/42c6a1db-6514-4203-bfc5-9d0bff90e6be
|
|
233
234
|
**/
|
|
234
|
-
export declare const FdBorderTop: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
235
|
+
export declare const FdBorderTop: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
235
236
|
/**
|
|
236
237
|
* The FdBorders icon
|
|
237
238
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A553
|
|
238
239
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/44e1d50d-1271-4e09-821b-ff91ab081a23
|
|
239
240
|
**/
|
|
240
|
-
export declare const FdBorders: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
241
|
+
export declare const FdBorders: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
241
242
|
/**
|
|
242
243
|
* The FdBsbraces icon
|
|
243
244
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1533%3A139
|
|
244
245
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b557f060-446d-473f-9acc-66c097f46b32
|
|
245
246
|
**/
|
|
246
|
-
export declare const FdBsbraces: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
247
|
+
export declare const FdBsbraces: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
247
248
|
/**
|
|
248
249
|
* The FdBug icon
|
|
249
250
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A830
|
|
250
251
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7c6cb0f9-dd1d-4ac7-89d3-010dacc6e459
|
|
251
252
|
**/
|
|
252
|
-
export declare const FdBug: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
253
|
+
export declare const FdBug: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
253
254
|
/**
|
|
254
255
|
* The FdBulb icon
|
|
255
256
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A298
|
|
256
257
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/91dbae79-cd21-4932-8bf8-6c0cdb243201
|
|
257
258
|
**/
|
|
258
|
-
export declare const FdBulb: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
259
|
+
export declare const FdBulb: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
259
260
|
/**
|
|
260
261
|
* The FdBurger icon
|
|
261
262
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A315
|
|
262
263
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5b22c81b-6b2d-491f-b13c-67c8b3ef1d8d
|
|
263
264
|
**/
|
|
264
|
-
export declare const FdBurger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
265
|
+
export declare const FdBurger: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
265
266
|
/**
|
|
266
267
|
* The FdButton icon
|
|
267
268
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A307
|
|
268
269
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e1e7548e-9736-4c82-a5c6-5d9cc76bcfc8
|
|
269
270
|
**/
|
|
270
|
-
export declare const FdButton: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
271
|
+
export declare const FdButton: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
271
272
|
/**
|
|
272
273
|
* The FdCalculator icon
|
|
273
274
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1729%3A409
|
|
274
275
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/276213f7-8f42-48e9-bd2d-6332f745048a
|
|
275
276
|
**/
|
|
276
|
-
export declare const FdCalculator: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
277
|
+
export declare const FdCalculator: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
277
278
|
/**
|
|
278
279
|
* The FdCanvas icon
|
|
279
280
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A856
|
|
280
281
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5c43b3a9-d1bb-4d7c-9cf2-74c921207b5d
|
|
281
282
|
**/
|
|
282
|
-
export declare const FdCanvas: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
283
|
+
export declare const FdCanvas: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
283
284
|
/**
|
|
284
285
|
* The FdCapitalise icon
|
|
285
286
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=810%3A91
|
|
286
287
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/108a9b07-ab90-402b-a406-0a6269da2e18
|
|
287
288
|
**/
|
|
288
|
-
export declare const FdCapitalise: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
289
|
+
export declare const FdCapitalise: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
289
290
|
/**
|
|
290
291
|
* The FdCheckCircle icon
|
|
291
292
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A273
|
|
292
293
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5fad77c4-a184-4067-b6e8-a1865df09df2
|
|
293
294
|
**/
|
|
294
|
-
export declare const FdCheckCircle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
295
|
+
export declare const FdCheckCircle: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
295
296
|
/**
|
|
296
297
|
* The FdCheckNaked icon
|
|
297
298
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=850%3A105
|
|
298
299
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/145572ff-fecc-4e7e-895a-bd139bbb1e55
|
|
299
300
|
**/
|
|
300
|
-
export declare const FdCheckNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
301
|
+
export declare const FdCheckNaked: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
301
302
|
/**
|
|
302
303
|
* The FdCheck icon
|
|
303
304
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A304
|
|
304
305
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a56c2b05-1361-4ac1-b02a-1a1dfd8a04de
|
|
305
306
|
**/
|
|
306
|
-
export declare const FdCheck: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
307
|
+
export declare const FdCheck: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
307
308
|
/**
|
|
308
309
|
* The FdClassVirtual icon
|
|
309
310
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1821%3A144
|
|
310
311
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/300b322b-2026-48d2-a1d1-699db68e730b
|
|
311
312
|
**/
|
|
312
|
-
export declare const FdClassVirtual: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
313
|
+
export declare const FdClassVirtual: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
313
314
|
/**
|
|
314
315
|
* The FdClean icon
|
|
315
316
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1048%3A96
|
|
316
317
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2adbc1a9-4b0b-489a-ad00-441105eadd54
|
|
317
318
|
**/
|
|
318
|
-
export declare const FdClean: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
319
|
+
export declare const FdClean: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
319
320
|
/**
|
|
320
321
|
* The FdClearAll icon
|
|
321
322
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A662
|
|
322
323
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/07e388c2-a42e-4efd-be5c-ac7ce0364fb6
|
|
323
324
|
**/
|
|
324
|
-
export declare const FdClearAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
325
|
+
export declare const FdClearAll: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
325
326
|
/**
|
|
326
327
|
* The FdCloseAllTabs icon
|
|
327
328
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1092%3A116
|
|
328
329
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0172008f-9b2d-4722-a4e4-b8e58df5a467
|
|
329
330
|
**/
|
|
330
|
-
export declare const FdCloseAllTabs: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
331
|
+
export declare const FdCloseAllTabs: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
331
332
|
/**
|
|
332
333
|
* The FdCloseFromLeft icon
|
|
333
334
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1106%3A186
|
|
334
335
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6062188e-4aff-4f75-b987-1c3e92791251
|
|
335
336
|
**/
|
|
336
|
-
export declare const FdCloseFromLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
337
|
+
export declare const FdCloseFromLeft: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
337
338
|
/**
|
|
338
339
|
* The FdCloseFromRight icon
|
|
339
340
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1105%3A181
|
|
340
341
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d06fcce9-e565-40ba-8b5d-6afeee8d263d
|
|
341
342
|
**/
|
|
342
|
-
export declare const FdCloseFromRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
343
|
+
export declare const FdCloseFromRight: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
343
344
|
/**
|
|
344
345
|
* The FdCloseNaked icon
|
|
345
346
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=850%3A106
|
|
346
347
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c343e10c-3ed9-4b31-a2b5-4f194c05094f
|
|
347
348
|
**/
|
|
348
|
-
export declare const FdCloseNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
349
|
+
export declare const FdCloseNaked: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
349
350
|
/**
|
|
350
351
|
* The FdClose icon
|
|
351
352
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A258
|
|
352
353
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f29bcc3c-7aa6-42bf-9f6d-d07c05d8bc95
|
|
353
354
|
**/
|
|
354
|
-
export declare const FdClose: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
355
|
+
export declare const FdClose: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
355
356
|
/**
|
|
356
357
|
* The FdClosedFolder icon
|
|
357
358
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A510
|
|
358
359
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d7f15677-536a-45c3-b542-6f0864e52735
|
|
359
360
|
**/
|
|
360
|
-
export declare const FdClosedFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
361
|
+
export declare const FdClosedFolder: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
361
362
|
/**
|
|
362
363
|
* The FdCloud icon
|
|
363
364
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=536%3A100
|
|
364
365
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a06e46fb-bcc4-4d39-9e56-9cb8bb79474b
|
|
365
366
|
**/
|
|
366
|
-
export declare const FdCloud: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
367
|
+
export declare const FdCloud: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
367
368
|
/**
|
|
368
369
|
* The FdCodeFile icon
|
|
369
370
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A503
|
|
370
371
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f73eac9a-0627-4a4a-860b-7700e15c36ec
|
|
371
372
|
**/
|
|
372
|
-
export declare const FdCodeFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
373
|
+
export declare const FdCodeFile: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
373
374
|
/**
|
|
374
375
|
* The FdCodeFolder icon
|
|
375
376
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A248
|
|
376
377
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/444108bd-5acd-493a-879c-8e313f84742f
|
|
377
378
|
**/
|
|
378
|
-
export declare const FdCodeFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
379
|
+
export declare const FdCodeFolder: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
379
380
|
/**
|
|
380
381
|
* The FdCode icon
|
|
381
382
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A249
|
|
382
383
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d8ab70e6-4c6e-477a-a350-34ccc11bceb6
|
|
383
384
|
**/
|
|
384
|
-
export declare const FdCode: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
385
|
+
export declare const FdCode: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
385
386
|
/**
|
|
386
387
|
* The FdCollapseAll icon
|
|
387
388
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A840
|
|
388
389
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/361dc287-1f81-4089-89b8-45c6f0dc3693
|
|
389
390
|
**/
|
|
390
|
-
export declare const FdCollapseAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
391
|
+
export declare const FdCollapseAll: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
391
392
|
/**
|
|
392
393
|
* The FdCompact icon
|
|
393
394
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=510%3A132
|
|
394
395
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/86420680-11d9-4d0b-92fb-3f4d5f3d6fdb
|
|
395
396
|
**/
|
|
396
|
-
export declare const FdCompact: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
397
|
+
export declare const FdCompact: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
397
398
|
/**
|
|
398
399
|
* The FdComputer icon
|
|
399
400
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A289
|
|
400
401
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e459850a-b34b-44a4-9e93-e1167ddf2fbe
|
|
401
402
|
**/
|
|
402
|
-
export declare const FdComputer: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
403
|
+
export declare const FdComputer: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
403
404
|
/**
|
|
404
405
|
* The FdConditions icon
|
|
405
406
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1657%3A184
|
|
406
407
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7192f766-b3ff-4c4d-8fe6-2f4ceeb4dceb
|
|
407
408
|
**/
|
|
408
|
-
export declare const FdConditions: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
409
|
+
export declare const FdConditions: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
409
410
|
/**
|
|
410
411
|
* The FdContrast icon
|
|
411
412
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=141%3A86
|
|
412
413
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cbed3bae-9725-4905-b950-66950e18248f
|
|
413
414
|
**/
|
|
414
|
-
export declare const FdContrast: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
415
|
+
export declare const FdContrast: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
415
416
|
/**
|
|
416
417
|
* The FdCopyInto icon
|
|
417
418
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1078%3A143
|
|
418
419
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/73702fc6-5e12-46a3-bf3c-0658bf5880e0
|
|
419
420
|
**/
|
|
420
|
-
export declare const FdCopyInto: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
421
|
+
export declare const FdCopyInto: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
421
422
|
/**
|
|
422
423
|
* The FdCrown icon
|
|
423
424
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=453%3A76
|
|
424
425
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dfaa413c-1e0a-4c6a-b0de-3a69a4f92f7d
|
|
425
426
|
**/
|
|
426
|
-
export declare const FdCrown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
427
|
+
export declare const FdCrown: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
427
428
|
/**
|
|
428
429
|
* The FdCssLocal icon
|
|
429
430
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1591%3A106
|
|
430
431
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5e6aa77a-b042-4eba-8503-f7382ee9aa86
|
|
431
432
|
**/
|
|
432
|
-
export declare const FdCssLocal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
433
|
+
export declare const FdCssLocal: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
433
434
|
/**
|
|
434
435
|
* The FdCssShared icon
|
|
435
436
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=929%3A320
|
|
436
437
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/134baa6c-bf87-4e5a-bee3-11d15ff90787
|
|
437
438
|
**/
|
|
438
|
-
export declare const FdCssShared: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
439
|
+
export declare const FdCssShared: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
439
440
|
/**
|
|
440
441
|
* The FdCssTheme icon
|
|
441
442
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=929%3A315
|
|
442
443
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4dce4c8a-3500-4a04-a280-513d236eb1e9
|
|
443
444
|
**/
|
|
444
|
-
export declare const FdCssTheme: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
445
|
+
export declare const FdCssTheme: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
445
446
|
/**
|
|
446
447
|
* The FdCsvFile icon
|
|
447
448
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A505
|
|
448
449
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2c3f8574-599b-41fd-8109-6cbd11904278
|
|
449
450
|
**/
|
|
450
|
-
export declare const FdCsvFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
451
|
+
export declare const FdCsvFile: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
451
452
|
/**
|
|
452
453
|
* The FdCut icon
|
|
453
454
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1076%3A118
|
|
454
455
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0a8b1484-54b9-4340-bf4b-a50777e0650a
|
|
455
456
|
**/
|
|
456
|
-
export declare const FdCut: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
457
|
+
export declare const FdCut: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
457
458
|
/**
|
|
458
459
|
* The FdDanger icon
|
|
459
460
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A564
|
|
460
461
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6d588b85-1822-444e-9c1d-2374d2c71768
|
|
461
462
|
**/
|
|
462
|
-
export declare const FdDanger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
463
|
+
export declare const FdDanger: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
463
464
|
/**
|
|
464
465
|
* The FdDataTable icon
|
|
465
466
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A292
|
|
466
467
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/52071bd6-92d3-44c7-99c0-2e49ea7fb2b2
|
|
467
468
|
**/
|
|
468
|
-
export declare const FdDataTable: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
469
|
+
export declare const FdDataTable: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
469
470
|
/**
|
|
470
471
|
* The FdDatabaseCopy icon
|
|
471
472
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=471%3A81
|
|
472
473
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/48a11d9a-3c67-4a58-82ba-7e91ff924969
|
|
473
474
|
**/
|
|
474
|
-
export declare const FdDatabaseCopy: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
475
|
+
export declare const FdDatabaseCopy: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
475
476
|
/**
|
|
476
477
|
* The FdDatabaseImport icon
|
|
477
478
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A861
|
|
478
479
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/70130780-8b9b-408b-ab13-26b213ae0fb7
|
|
479
480
|
**/
|
|
480
|
-
export declare const FdDatabaseImport: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
481
|
+
export declare const FdDatabaseImport: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
481
482
|
/**
|
|
482
483
|
* The FdDatabase icon
|
|
483
484
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A252
|
|
484
485
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b0d19f61-200e-4c52-a144-4c826a03ad59
|
|
485
486
|
**/
|
|
486
|
-
export declare const FdDatabase: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
487
|
+
export declare const FdDatabase: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
487
488
|
/**
|
|
488
489
|
* The FdDate icon
|
|
489
490
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A277
|
|
490
491
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/74a8cbc0-5e1f-4250-b24f-8fb7cf5a1774
|
|
491
492
|
**/
|
|
492
|
-
export declare const FdDate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
493
|
+
export declare const FdDate: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
493
494
|
/**
|
|
494
495
|
* The FdDebugActive icon
|
|
495
496
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A819
|
|
496
497
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/12f439ac-5b69-4fc4-8468-684ad8d52541
|
|
497
498
|
**/
|
|
498
|
-
export declare const FdDebugActive: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
499
|
+
export declare const FdDebugActive: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
499
500
|
/**
|
|
500
501
|
* The FdDebugAttached icon
|
|
501
502
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A829
|
|
502
503
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e43cf4c1-e262-4508-bd64-502c2c641104
|
|
503
504
|
**/
|
|
504
|
-
export declare const FdDebugAttached: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
505
|
+
export declare const FdDebugAttached: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
505
506
|
/**
|
|
506
507
|
* The FdDebugDetached icon
|
|
507
508
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A846
|
|
508
509
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d379ac77-9e2f-465a-a371-1b4f7dbc6e39
|
|
509
510
|
**/
|
|
510
|
-
export declare const FdDebugDetached: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
511
|
+
export declare const FdDebugDetached: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
511
512
|
/**
|
|
512
513
|
* The FdDebugError icon
|
|
513
514
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A857
|
|
514
515
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a1a3c3be-2059-4a4a-be20-9b55e8e46b62
|
|
515
516
|
**/
|
|
516
|
-
export declare const FdDebugError: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
517
|
+
export declare const FdDebugError: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
517
518
|
/**
|
|
518
519
|
* The FdDebuggerContinue icon
|
|
519
520
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A541
|
|
520
521
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c34c0998-12a0-4c9b-aea2-010514649d37
|
|
521
522
|
**/
|
|
522
|
-
export declare const FdDebuggerContinue: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
523
|
+
export declare const FdDebuggerContinue: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
523
524
|
/**
|
|
524
525
|
* The FdDebuggerStepBack icon
|
|
525
526
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A114
|
|
526
527
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b9877225-cc7b-4ecb-88c9-36f9d0d0692a
|
|
527
528
|
**/
|
|
528
|
-
export declare const FdDebuggerStepBack: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
529
|
+
export declare const FdDebuggerStepBack: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
529
530
|
/**
|
|
530
531
|
* The FdDebuggerStepInto icon
|
|
531
532
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A531
|
|
532
533
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/98fc2ecf-87e4-468b-a274-b50a46e11472
|
|
533
534
|
**/
|
|
534
|
-
export declare const FdDebuggerStepInto: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
535
|
+
export declare const FdDebuggerStepInto: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
535
536
|
/**
|
|
536
537
|
* The FdDebuggerStepOut icon
|
|
537
538
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A529
|
|
538
539
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3a0be27c-007d-4056-8ef7-bdb4dc8b230a
|
|
539
540
|
**/
|
|
540
|
-
export declare const FdDebuggerStepOut: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
541
|
+
export declare const FdDebuggerStepOut: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
541
542
|
/**
|
|
542
543
|
* The FdDebuggerStepOver icon
|
|
543
544
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A532
|
|
544
545
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b8113b01-d5fd-43fe-a25b-840ab94863cb
|
|
545
546
|
**/
|
|
546
|
-
export declare const FdDebuggerStepOver: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
547
|
+
export declare const FdDebuggerStepOver: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
547
548
|
/**
|
|
548
549
|
* The FdDebuggerTerminate icon
|
|
549
550
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A539
|
|
550
551
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dea0895d-c8c0-4e12-be24-73515e4e8a19
|
|
551
552
|
**/
|
|
552
|
-
export declare const FdDebuggerTerminate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
553
|
+
export declare const FdDebuggerTerminate: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
553
554
|
/**
|
|
554
555
|
* The FdDebugger icon
|
|
555
556
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A533
|
|
556
557
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f87e291e-8921-433f-99e1-e9f5ba1e43c5
|
|
557
558
|
**/
|
|
558
|
-
export declare const FdDebugger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
559
|
+
export declare const FdDebugger: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
559
560
|
/**
|
|
560
561
|
* The FdDesc icon
|
|
561
562
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A854
|
|
562
563
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/61b6103b-2b9d-45e3-864d-333f3ef9b104
|
|
563
564
|
**/
|
|
564
|
-
export declare const FdDesc: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
565
|
+
export declare const FdDesc: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
565
566
|
/**
|
|
566
567
|
* The FdDescribeRoles icon
|
|
567
568
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A243
|
|
568
569
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1c835c0e-7ccc-4d6a-a121-067ea89ae7a6
|
|
569
570
|
**/
|
|
570
|
-
export declare const FdDescribeRoles: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
571
|
+
export declare const FdDescribeRoles: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
571
572
|
/**
|
|
572
573
|
* The FdDisplayList icon
|
|
573
574
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A859
|
|
574
575
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e37e5c58-4b6a-4058-a525-7d7c1355b3ee
|
|
575
576
|
**/
|
|
576
|
-
export declare const FdDisplayList: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
577
|
+
export declare const FdDisplayList: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
577
578
|
/**
|
|
578
579
|
* The FdDotsHorizontal icon
|
|
579
580
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1533%3A131
|
|
580
581
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dc5fc010-8bed-43ef-b680-7df110970952
|
|
581
582
|
**/
|
|
582
|
-
export declare const FdDotsHorizontal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
583
|
+
export declare const FdDotsHorizontal: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
583
584
|
/**
|
|
584
585
|
* The FdDoubleArrowDown icon
|
|
585
586
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A310
|
|
586
587
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/34f9afb1-f08f-452a-bf6c-dd693d8d7a65
|
|
587
588
|
**/
|
|
588
|
-
export declare const FdDoubleArrowDown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
589
|
+
export declare const FdDoubleArrowDown: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
589
590
|
/**
|
|
590
591
|
* The FdDoubleArrowLeft icon
|
|
591
592
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A267
|
|
592
593
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ec810041-c941-490d-87b7-4d718f99281c
|
|
593
594
|
**/
|
|
594
|
-
export declare const FdDoubleArrowLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
595
|
+
export declare const FdDoubleArrowLeft: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
595
596
|
/**
|
|
596
597
|
* The FdDoubleArrowRight icon
|
|
597
598
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A269
|
|
598
599
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8b2c48b4-ac5c-405e-901b-efd046fabb76
|
|
599
600
|
**/
|
|
600
|
-
export declare const FdDoubleArrowRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
601
|
+
export declare const FdDoubleArrowRight: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
601
602
|
/**
|
|
602
603
|
* The FdDoubleArrowUp icon
|
|
603
604
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A268
|
|
604
605
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ebd3fe4a-10f8-427a-bfea-db9338b30f6c
|
|
605
606
|
**/
|
|
606
|
-
export declare const FdDoubleArrowUp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
607
|
+
export declare const FdDoubleArrowUp: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
607
608
|
/**
|
|
608
609
|
* The FdDown icon
|
|
609
610
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1372%3A81
|
|
610
611
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2261a033-2574-4c70-b286-3f8ba006c097
|
|
611
612
|
**/
|
|
612
|
-
export declare const FdDown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
613
|
+
export declare const FdDown: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
613
614
|
/**
|
|
614
615
|
* The FdDownload icon
|
|
615
616
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A560
|
|
616
617
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/709510db-6825-4304-822b-8956856ce9fd
|
|
617
618
|
**/
|
|
618
|
-
export declare const FdDownload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
619
|
+
export declare const FdDownload: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
619
620
|
/**
|
|
620
621
|
* The FdDragHandle icon
|
|
621
622
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A810
|
|
622
623
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/caa26c67-4a2b-480e-9bcf-1051f3676d57
|
|
623
624
|
**/
|
|
624
|
-
export declare const FdDragHandle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
625
|
+
export declare const FdDragHandle: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
625
626
|
/**
|
|
626
627
|
* The FdDrop_color icon
|
|
627
628
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A582
|
|
628
629
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0a4970c6-34ac-48a9-a4a3-4de7336684d2
|
|
629
630
|
**/
|
|
630
|
-
export declare const FdDrop_color: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
631
|
+
export declare const FdDrop_color: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
631
632
|
/**
|
|
632
633
|
* The FdDuplicateAlt icon
|
|
633
634
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A270
|
|
634
635
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/447a775e-623b-4914-a5db-e0361409ddb9
|
|
635
636
|
**/
|
|
636
|
-
export declare const FdDuplicateAlt: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
637
|
+
export declare const FdDuplicateAlt: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
637
638
|
/**
|
|
638
639
|
* The FdDuplicate icon
|
|
639
640
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A501
|
|
640
641
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5e6f368c-4055-48be-99af-f045f813de1d
|
|
641
642
|
**/
|
|
642
|
-
export declare const FdDuplicate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
643
|
+
export declare const FdDuplicate: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
643
644
|
/**
|
|
644
645
|
* The FdEllipse icon
|
|
645
646
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A502
|
|
646
647
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5006bd7d-b598-468b-96d4-3cc4273ac598
|
|
647
648
|
**/
|
|
648
|
-
export declare const FdEllipse: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
649
|
+
export declare const FdEllipse: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
649
650
|
/**
|
|
650
651
|
* The FdEmpty icon
|
|
651
652
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A827
|
|
652
653
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/974c6874-f48b-4f90-bd8f-f619d9eedd69
|
|
653
654
|
**/
|
|
654
|
-
export declare const FdEmpty: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
655
|
+
export declare const FdEmpty: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
655
656
|
/**
|
|
656
657
|
* The FdEntity icon
|
|
657
658
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A293
|
|
658
659
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/36361e10-88a8-464e-8aa6-ed87a1324aeb
|
|
659
660
|
**/
|
|
660
|
-
export declare const FdEntity: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
661
|
+
export declare const FdEntity: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
661
662
|
/**
|
|
662
663
|
* The FdExpandAll icon
|
|
663
664
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1107%3A187
|
|
664
665
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0c34c14a-5b11-4b23-8d65-d446935cc560
|
|
665
666
|
**/
|
|
666
|
-
export declare const FdExpandAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
667
|
+
export declare const FdExpandAll: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
667
668
|
/**
|
|
668
669
|
* The FdExpression icon
|
|
669
670
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A826
|
|
670
671
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0481eb7b-06ac-4f37-90c1-6f7ad326ccd3
|
|
671
672
|
**/
|
|
672
|
-
export declare const FdExpression: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
673
|
+
export declare const FdExpression: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
673
674
|
/**
|
|
674
675
|
* The FdEye icon
|
|
675
676
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A297
|
|
676
677
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a30e7fb4-8246-47f0-986a-dfc3ba204aef
|
|
677
678
|
**/
|
|
678
|
-
export declare const FdEye: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
679
|
+
export declare const FdEye: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
679
680
|
/**
|
|
680
681
|
* The FdFileQodly icon
|
|
681
682
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=725%3A105
|
|
682
683
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d08af904-b07b-4ff1-975c-3a797bc35e70
|
|
683
684
|
**/
|
|
684
|
-
export declare const FdFileQodly: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
685
|
+
export declare const FdFileQodly: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
685
686
|
/**
|
|
686
687
|
* The FdFile icon
|
|
687
688
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A824
|
|
688
689
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4aebff36-b5cc-4e80-a253-e46eee8bc032
|
|
689
690
|
**/
|
|
690
|
-
export declare const FdFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
691
|
+
export declare const FdFile: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
691
692
|
/**
|
|
692
693
|
* The FdFilter icon
|
|
693
694
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=517%3A186
|
|
694
695
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/964c0c9a-9962-4637-904e-e087aec0028a
|
|
695
696
|
**/
|
|
696
|
-
export declare const FdFilter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
697
|
+
export declare const FdFilter: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
697
698
|
/**
|
|
698
699
|
* The FdFirstPage icon
|
|
699
700
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A111
|
|
700
701
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a603dce6-9570-4fcb-8738-b8061458f46f
|
|
701
702
|
**/
|
|
702
|
-
export declare const FdFirstPage: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
703
|
+
export declare const FdFirstPage: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
703
704
|
/**
|
|
704
705
|
* The FdFitZoom icon
|
|
705
706
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=986%3A92
|
|
706
707
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d8e19b5f-9622-4245-bed4-0b3816ed3480
|
|
707
708
|
**/
|
|
708
|
-
export declare const FdFitZoom: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
709
|
+
export declare const FdFitZoom: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
709
710
|
/**
|
|
710
711
|
* The FdFlag icon
|
|
711
712
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A272
|
|
712
713
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e4622e35-ec88-4545-9f3d-003bfd45441b
|
|
713
714
|
**/
|
|
714
|
-
export declare const FdFlag: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
715
|
+
export declare const FdFlag: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
715
716
|
/**
|
|
716
717
|
* The FdFlexCenterHorizontal icon
|
|
717
718
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A530
|
|
718
719
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/902c9ed0-8352-41bc-aad8-95dcaeb7cbfa
|
|
719
720
|
**/
|
|
720
|
-
export declare const FdFlexCenterHorizontal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
721
|
+
export declare const FdFlexCenterHorizontal: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
721
722
|
/**
|
|
722
723
|
* The FdFlexEnd icon
|
|
723
724
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A514
|
|
724
725
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8c93b5e6-7cea-4321-8e19-7daaf173c3e6
|
|
725
726
|
**/
|
|
726
|
-
export declare const FdFlexEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
727
|
+
export declare const FdFlexEnd: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
727
728
|
/**
|
|
728
729
|
* The FdFlexNowrap icon
|
|
729
730
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A821
|
|
730
731
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/61b22852-e1eb-4229-b8fa-c94d657e8682
|
|
731
732
|
**/
|
|
732
|
-
export declare const FdFlexNowrap: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
733
|
+
export declare const FdFlexNowrap: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
733
734
|
/**
|
|
734
735
|
* The FdFlexStart icon
|
|
735
736
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A515
|
|
736
737
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fec19130-8313-46ee-8faa-0590f1e43856
|
|
737
738
|
**/
|
|
738
|
-
export declare const FdFlexStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
739
|
+
export declare const FdFlexStart: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
739
740
|
/**
|
|
740
741
|
* The FdFlexWrap icon
|
|
741
742
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A853
|
|
742
743
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/15c1e168-a552-4bad-9702-e14a6bf80670
|
|
743
744
|
**/
|
|
744
|
-
export declare const FdFlexWrap: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
745
|
+
export declare const FdFlexWrap: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
745
746
|
/**
|
|
746
747
|
* The FdFlex icon
|
|
747
748
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A559
|
|
748
749
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1c82c2c7-99c2-4c0c-91c7-908badc19458
|
|
749
750
|
**/
|
|
750
|
-
export declare const FdFlex: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
751
|
+
export declare const FdFlex: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
751
752
|
/**
|
|
752
753
|
* The FdFloat icon
|
|
753
754
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A312
|
|
754
755
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a2a48985-da1b-4a1b-b96d-721a5de142cc
|
|
755
756
|
**/
|
|
756
|
-
export declare const FdFloat: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
757
|
+
export declare const FdFloat: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
757
758
|
/**
|
|
758
759
|
* The FdFocusCenter icon
|
|
759
760
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A124
|
|
760
761
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1ef9de5d-1bd2-4fd0-a1cf-e90f82762183
|
|
761
762
|
**/
|
|
762
|
-
export declare const FdFocusCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
763
|
+
export declare const FdFocusCenter: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
763
764
|
/**
|
|
764
765
|
* The FdFolderModal icon
|
|
765
766
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A255
|
|
766
767
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9b72bc2a-e008-4f49-8b64-f825a37f7b49
|
|
767
768
|
**/
|
|
768
|
-
export declare const FdFolderModal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
769
|
+
export declare const FdFolderModal: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
769
770
|
/**
|
|
770
771
|
* The FdFolderModel icon
|
|
771
772
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A511
|
|
772
773
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9e4a405b-9aa4-482a-b650-e9f28b960be0
|
|
773
774
|
**/
|
|
774
|
-
export declare const FdFolderModel: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
775
|
+
export declare const FdFolderModel: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
775
776
|
/**
|
|
776
777
|
* The FdFont icon
|
|
777
778
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A316
|
|
778
779
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3c411229-9cf4-44be-8371-497e22a4d834
|
|
779
780
|
**/
|
|
780
|
-
export declare const FdFont: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
781
|
+
export declare const FdFont: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
781
782
|
/**
|
|
782
783
|
* The FdFunction icon
|
|
783
784
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1785%3A623
|
|
784
785
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/465ae5ff-fe53-417c-8113-ae7c8aa576af
|
|
785
786
|
**/
|
|
786
|
-
export declare const FdFunction: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
787
|
+
export declare const FdFunction: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
787
788
|
/**
|
|
788
789
|
* The FdGeneric icon
|
|
789
790
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A811
|
|
790
791
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bcbb776b-d87d-4dd8-a349-00598436fac7
|
|
791
792
|
**/
|
|
792
|
-
export declare const FdGeneric: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
793
|
+
export declare const FdGeneric: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
793
794
|
/**
|
|
794
795
|
* The FdGrid icon
|
|
795
796
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A579
|
|
796
797
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/76aafe30-710d-4939-b4f4-f00de2a12b00
|
|
797
798
|
**/
|
|
798
|
-
export declare const FdGrid: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
799
|
+
export declare const FdGrid: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
799
800
|
/**
|
|
800
801
|
* The FdGroupAdd icon
|
|
801
802
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A244
|
|
802
803
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cd569643-c616-44d4-84f3-e80e59ba3253
|
|
803
804
|
**/
|
|
804
|
-
export declare const FdGroupAdd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
805
|
+
export declare const FdGroupAdd: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
805
806
|
/**
|
|
806
807
|
* The FdGroup icon
|
|
807
808
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A245
|
|
808
809
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4dba7d16-cf2c-4a29-b0ab-67f7efea3a9d
|
|
809
810
|
**/
|
|
810
|
-
export declare const FdGroup: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
811
|
+
export declare const FdGroup: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
811
812
|
/**
|
|
812
813
|
* The FdGuest icon
|
|
813
814
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A535
|
|
814
815
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8da7e8d1-aac2-4484-b407-e508cbc32cd7
|
|
815
816
|
**/
|
|
816
|
-
export declare const FdGuest: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
817
|
+
export declare const FdGuest: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
817
818
|
/**
|
|
818
819
|
* The FdHelp icon
|
|
819
820
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=149%3A136
|
|
820
821
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e50a5273-cda8-4b2f-9b90-4ab1daf6d00f
|
|
821
822
|
**/
|
|
822
|
-
export declare const FdHelp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
823
|
+
export declare const FdHelp: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
823
824
|
/**
|
|
824
825
|
* The FdHidden icon
|
|
825
826
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A287
|
|
826
827
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f0225861-828b-4cec-805f-5a22828d5f4e
|
|
827
828
|
**/
|
|
828
|
-
export declare const FdHidden: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
829
|
+
export declare const FdHidden: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
829
830
|
/**
|
|
830
831
|
* The FdImageFilled icon
|
|
831
832
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=725%3A117
|
|
832
833
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/021861f4-1270-45a8-b9a5-2e6943f40e3f
|
|
833
834
|
**/
|
|
834
|
-
export declare const FdImageFilled: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
835
|
+
export declare const FdImageFilled: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
835
836
|
/**
|
|
836
837
|
* The FdImage icon
|
|
837
838
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A283
|
|
838
839
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b9195c39-2c40-43f6-9122-5cdc0189fc35
|
|
839
840
|
**/
|
|
840
|
-
export declare const FdImage: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
841
|
+
export declare const FdImage: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
841
842
|
/**
|
|
842
843
|
* The FdInfoBold icon
|
|
843
844
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A578
|
|
844
845
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/59472ba2-2d3d-4f6e-8233-925f01521c50
|
|
845
846
|
**/
|
|
846
|
-
export declare const FdInfoBold: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
847
|
+
export declare const FdInfoBold: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
847
848
|
/**
|
|
848
849
|
* The FdInfoCircle icon
|
|
849
850
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A841
|
|
850
851
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6f1f9e0e-913c-404f-af87-53ff658f0012
|
|
851
852
|
**/
|
|
852
|
-
export declare const FdInfoCircle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
853
|
+
export declare const FdInfoCircle: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
853
854
|
/**
|
|
854
855
|
* The FdInlineBlock icon
|
|
855
856
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A633
|
|
856
857
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/78a4627f-5d2e-418f-a4f6-b1aa27f4e822
|
|
857
858
|
**/
|
|
858
|
-
export declare const FdInlineBlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
859
|
+
export declare const FdInlineBlock: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
859
860
|
/**
|
|
860
861
|
* The FdInline icon
|
|
861
862
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A847
|
|
862
863
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e915ad09-8262-4754-9ca2-abc7e0978431
|
|
863
864
|
**/
|
|
864
|
-
export declare const FdInline: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
865
|
+
export declare const FdInline: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
865
866
|
/**
|
|
866
867
|
* The FdInput icon
|
|
867
868
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A309
|
|
868
869
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/73acf57e-426f-40fb-a5be-6ddaca84409f
|
|
869
870
|
**/
|
|
870
|
-
export declare const FdInput: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
871
|
+
export declare const FdInput: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
871
872
|
/**
|
|
872
873
|
* The FdInspect icon
|
|
873
874
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A812
|
|
874
875
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/81f18eed-c08f-47ec-a113-99f638789526
|
|
875
876
|
**/
|
|
876
|
-
export declare const FdInspect: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
877
|
+
export declare const FdInspect: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
877
878
|
/**
|
|
878
879
|
* The FdItalic icon
|
|
879
880
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A523
|
|
880
881
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cc946893-883f-4df7-af55-c9fd0dec83b4
|
|
881
882
|
**/
|
|
882
|
-
export declare const FdItalic: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
883
|
+
export declare const FdItalic: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
883
884
|
/**
|
|
884
885
|
* The FdJustifyCenter icon
|
|
885
886
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A571
|
|
886
887
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b52c9dda-8191-453e-b0c0-5ed3663b3360
|
|
887
888
|
**/
|
|
888
|
-
export declare const FdJustifyCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
889
|
+
export declare const FdJustifyCenter: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
889
890
|
/**
|
|
890
891
|
* The FdJustifyEnd icon
|
|
891
892
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A557
|
|
892
893
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c4d2f579-d739-47fc-b31e-8e705f316dca
|
|
893
894
|
**/
|
|
894
|
-
export declare const FdJustifyEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
895
|
+
export declare const FdJustifyEnd: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
895
896
|
/**
|
|
896
897
|
* The FdJustifyStart icon
|
|
897
898
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A554
|
|
898
899
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4c64d24c-e7b9-4364-8a79-48aab2c6ff39
|
|
899
900
|
**/
|
|
900
|
-
export declare const FdJustifyStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
901
|
+
export declare const FdJustifyStart: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
901
902
|
/**
|
|
902
903
|
* The FdKey icon
|
|
903
904
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A585
|
|
904
905
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2bf4e6f4-c386-45b7-b3dc-ec258899a2a2
|
|
905
906
|
**/
|
|
906
|
-
export declare const FdKey: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
907
|
+
export declare const FdKey: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
907
908
|
/**
|
|
908
909
|
* The FdLabel icon
|
|
909
910
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A524
|
|
910
911
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4c81cbc6-ea11-46c6-bebb-3912045ef78b
|
|
911
912
|
**/
|
|
912
|
-
export declare const FdLabel: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
913
|
+
export declare const FdLabel: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
913
914
|
/**
|
|
914
915
|
* The FdLastPage icon
|
|
915
916
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A103
|
|
916
917
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d1a9ea0c-8ad0-4e7b-ac1c-d38b7bd0f73c
|
|
917
918
|
**/
|
|
918
|
-
export declare const FdLastPage: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
919
|
+
export declare const FdLastPage: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
919
920
|
/**
|
|
920
921
|
* The FdLeft icon
|
|
921
922
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1371%3A82
|
|
922
923
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fb32f5b1-8903-49bb-9ee2-7c2e749dc3ca
|
|
923
924
|
**/
|
|
924
|
-
export declare const FdLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
925
|
+
export declare const FdLeft: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
925
926
|
/**
|
|
926
927
|
* The FdLightning icon
|
|
927
928
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1008%3A82
|
|
928
929
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/514f6f33-c4a0-4184-b560-dbe59d9f623b
|
|
929
930
|
**/
|
|
930
|
-
export declare const FdLightning: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
931
|
+
export declare const FdLightning: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
931
932
|
/**
|
|
932
933
|
* The FdLine_throw icon
|
|
933
934
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=813%3A88
|
|
934
935
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/96b6b61b-3d30-4181-a9fd-43ffe86566d9
|
|
935
936
|
**/
|
|
936
|
-
export declare const FdLine_throw: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
937
|
+
export declare const FdLine_throw: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
937
938
|
/**
|
|
938
939
|
* The FdLink icon
|
|
939
940
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A580
|
|
940
941
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dfe9b6c1-8b11-4748-8b93-0063fbbd473b
|
|
941
942
|
**/
|
|
942
|
-
export declare const FdLink: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
943
|
+
export declare const FdLink: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
943
944
|
/**
|
|
944
945
|
* The FdList1 icon
|
|
945
946
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A653
|
|
946
947
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e9b2928c-22b4-4627-ad9e-6daf7c537777
|
|
947
948
|
**/
|
|
948
|
-
export declare const FdList1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
949
|
+
export declare const FdList1: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
949
950
|
/**
|
|
950
951
|
* The FdList icon
|
|
951
952
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A260
|
|
952
953
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0645bbbc-0535-4350-8ac3-ad86e7bf0ee1
|
|
953
954
|
**/
|
|
954
|
-
export declare const FdList: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
955
|
+
export declare const FdList: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
955
956
|
/**
|
|
956
957
|
* The FdLoaderTab icon
|
|
957
958
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A822
|
|
958
959
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2a4d5a69-e49a-4bc4-b367-6f05012335ba
|
|
959
960
|
**/
|
|
960
|
-
export declare const FdLoaderTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
961
|
+
export declare const FdLoaderTab: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
961
962
|
/**
|
|
962
963
|
* The FdLock icon
|
|
963
964
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A294
|
|
964
965
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a652d8a0-c60d-46e0-8b02-28957f0ec235
|
|
965
966
|
**/
|
|
966
|
-
export declare const FdLock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
967
|
+
export declare const FdLock: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
967
968
|
/**
|
|
968
969
|
* The FdLogout icon
|
|
969
970
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1513%3A132
|
|
970
971
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dd89daea-2005-46e6-976e-ea434b2282d4
|
|
971
972
|
**/
|
|
972
|
-
export declare const FdLogout: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
973
|
+
export declare const FdLogout: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
973
974
|
/**
|
|
974
975
|
* The FdLongLong icon
|
|
975
976
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A271
|
|
976
977
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8ff4b6b9-bc89-41d0-8980-6d90d480798c
|
|
977
978
|
**/
|
|
978
|
-
export declare const FdLongLong: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
979
|
+
export declare const FdLongLong: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
979
980
|
/**
|
|
980
981
|
* The FdLong icon
|
|
981
982
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A266
|
|
982
983
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/11caf6dd-65a1-4ad6-a185-d9a2c70cda8d
|
|
983
984
|
**/
|
|
984
|
-
export declare const FdLong: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
985
|
+
export declare const FdLong: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
985
986
|
/**
|
|
986
987
|
* The FdLowercase icon
|
|
987
988
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=815%3A82
|
|
988
989
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/50f0d935-6b14-4e27-b94b-cd8a31e56b3b
|
|
989
990
|
**/
|
|
990
|
-
export declare const FdLowercase: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
991
|
+
export declare const FdLowercase: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
991
992
|
/**
|
|
992
993
|
* The FdMagic icon
|
|
993
994
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1598%3A156
|
|
994
995
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/663126ef-ec83-49d3-9d5f-4c2321d8d6a4
|
|
995
996
|
**/
|
|
996
|
-
export declare const FdMagic: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
997
|
+
export declare const FdMagic: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
997
998
|
/**
|
|
998
999
|
* The FdMatrix icon
|
|
999
1000
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A845
|
|
1000
1001
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/126a3626-dda6-4dab-a0ee-c1096018de75
|
|
1001
1002
|
**/
|
|
1002
|
-
export declare const FdMatrix: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1003
|
+
export declare const FdMatrix: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1003
1004
|
/**
|
|
1004
1005
|
* The FdMenuContext icon
|
|
1005
1006
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=956%3A84
|
|
1006
1007
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ec16a6dc-b95c-4a5b-8dbc-d98c19ee8fa8
|
|
1007
1008
|
**/
|
|
1008
|
-
export declare const FdMenuContext: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1009
|
+
export declare const FdMenuContext: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1009
1010
|
/**
|
|
1010
1011
|
* The FdMicrochip1 icon
|
|
1011
1012
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A832
|
|
1012
1013
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/eeaaa46d-34b7-45bd-8a6f-1e7a964821b3
|
|
1013
1014
|
**/
|
|
1014
|
-
export declare const FdMicrochip1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1015
|
+
export declare const FdMicrochip1: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1015
1016
|
/**
|
|
1016
1017
|
* The FdMicrochip2 icon
|
|
1017
1018
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A818
|
|
1018
1019
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/375ace02-12fc-412c-8760-c4dada2f6a46
|
|
1019
1020
|
**/
|
|
1020
|
-
export declare const FdMicrochip2: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1021
|
+
export declare const FdMicrochip2: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1021
1022
|
/**
|
|
1022
1023
|
* The FdMicrochip3 icon
|
|
1023
1024
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A831
|
|
1024
1025
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/254f6d47-e01c-4fbc-9d86-37226dd00d41
|
|
1025
1026
|
**/
|
|
1026
|
-
export declare const FdMicrochip3: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1027
|
+
export declare const FdMicrochip3: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1027
1028
|
/**
|
|
1028
1029
|
* The FdMicrochipSlash icon
|
|
1029
1030
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A280
|
|
1030
1031
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6fa993b0-2278-49bb-a1b4-cf3863d1bf46
|
|
1031
1032
|
**/
|
|
1032
|
-
export declare const FdMicrochipSlash: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1033
|
+
export declare const FdMicrochipSlash: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1033
1034
|
/**
|
|
1034
1035
|
* The FdMicrochip icon
|
|
1035
1036
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A281
|
|
1036
1037
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/53b6bc78-af86-402f-bdb3-a6c1330563bd
|
|
1037
1038
|
**/
|
|
1038
|
-
export declare const FdMicrochip: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1039
|
+
export declare const FdMicrochip: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1039
1040
|
/**
|
|
1040
1041
|
* The FdMinusNaked icon
|
|
1041
1042
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A470
|
|
1042
1043
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fc8a7365-4c60-420f-b79d-aed42b82874e
|
|
1043
1044
|
**/
|
|
1044
|
-
export declare const FdMinusNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1045
|
+
export declare const FdMinusNaked: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1045
1046
|
/**
|
|
1046
1047
|
* The FdMinus icon
|
|
1047
1048
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A256
|
|
1048
1049
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bad15975-4786-44e2-b739-bc43ecfb8cf2
|
|
1049
1050
|
**/
|
|
1050
|
-
export declare const FdMinus: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1051
|
+
export declare const FdMinus: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1051
1052
|
/**
|
|
1052
1053
|
* The FdModal icon
|
|
1053
1054
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A820
|
|
1054
1055
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d111186f-b224-4156-84f9-5b36b33b5d6f
|
|
1055
1056
|
**/
|
|
1056
|
-
export declare const FdModal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1057
|
+
export declare const FdModal: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1057
1058
|
/**
|
|
1058
1059
|
* The FdModel2 icon
|
|
1059
1060
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A507
|
|
1060
1061
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/26101d42-6a0b-4682-ba09-6ca599293af0
|
|
1061
1062
|
**/
|
|
1062
|
-
export declare const FdModel2: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1063
|
+
export declare const FdModel2: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1063
1064
|
/**
|
|
1064
1065
|
* The FdModel3 icon
|
|
1065
1066
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A264
|
|
1066
1067
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1e4d72bc-8dc1-47c0-a986-e19a499bafd1
|
|
1067
1068
|
**/
|
|
1068
|
-
export declare const FdModel3: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1069
|
+
export declare const FdModel3: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1069
1070
|
/**
|
|
1070
1071
|
* The FdModel icon
|
|
1071
1072
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A508
|
|
1072
1073
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/70315e03-6c93-4a64-a9f7-3be50a1caaf6
|
|
1073
1074
|
**/
|
|
1074
|
-
export declare const FdModel: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1075
|
+
export declare const FdModel: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1075
1076
|
/**
|
|
1076
1077
|
* The FdMoveHorizontal icon
|
|
1077
1078
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A427
|
|
1078
1079
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ef066373-1a14-41a7-81aa-9bf0c606d40d
|
|
1079
1080
|
**/
|
|
1080
|
-
export declare const FdMoveHorizontal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1081
|
+
export declare const FdMoveHorizontal: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1081
1082
|
/**
|
|
1082
1083
|
* The FdMoveVertical icon
|
|
1083
1084
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A422
|
|
1084
1085
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/338563c6-7686-42a8-ae98-f39bae45ccf8
|
|
1085
1086
|
**/
|
|
1086
|
-
export declare const FdMoveVertical: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1087
|
+
export declare const FdMoveVertical: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1087
1088
|
/**
|
|
1088
1089
|
* The FdNavigation icon
|
|
1089
1090
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A558
|
|
1090
1091
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d35c9941-dcb2-4b7d-a16e-2a392998f498
|
|
1091
1092
|
**/
|
|
1092
|
-
export declare const FdNavigation: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1093
|
+
export declare const FdNavigation: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1093
1094
|
/**
|
|
1094
1095
|
* The FdNewFolder icon
|
|
1095
1096
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A512
|
|
1096
1097
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7593c843-4347-4bf4-b33f-dab411c8b7c6
|
|
1097
1098
|
**/
|
|
1098
|
-
export declare const FdNewFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1099
|
+
export declare const FdNewFolder: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1099
1100
|
/**
|
|
1100
1101
|
* The FdNewTab icon
|
|
1101
1102
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A852
|
|
1102
1103
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e7378f18-94d3-48e8-91f0-4f108df52237
|
|
1103
1104
|
**/
|
|
1104
|
-
export declare const FdNewTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1105
|
+
export declare const FdNewTab: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1105
1106
|
/**
|
|
1106
1107
|
* The FdNewWindow icon
|
|
1107
1108
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A834
|
|
1108
1109
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f6677f28-5bb6-4972-9ff3-17a57c3d3d88
|
|
1109
1110
|
**/
|
|
1110
|
-
export declare const FdNewWindow: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1111
|
+
export declare const FdNewWindow: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1111
1112
|
/**
|
|
1112
1113
|
* The FdNextBlock icon
|
|
1113
1114
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A527
|
|
1114
1115
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0951c55a-0621-4a84-a3c1-e25c660c3d89
|
|
1115
1116
|
**/
|
|
1116
|
-
export declare const FdNextBlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1117
|
+
export declare const FdNextBlock: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1117
1118
|
/**
|
|
1118
1119
|
* The FdNoWifi icon
|
|
1119
1120
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1485%3A101
|
|
1120
1121
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f62b500b-fe3f-4cfe-a4cc-c09f275342ae
|
|
1121
1122
|
**/
|
|
1122
|
-
export declare const FdNoWifi: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1123
|
+
export declare const FdNoWifi: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1123
1124
|
/**
|
|
1124
1125
|
* The FdNonPreemptiveMode icon
|
|
1125
1126
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A521
|
|
1126
1127
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2a78b77b-7d3b-4c03-99ce-465da55a4391
|
|
1127
1128
|
**/
|
|
1128
|
-
export declare const FdNonPreemptiveMode: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1129
|
+
export declare const FdNonPreemptiveMode: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1129
1130
|
/**
|
|
1130
1131
|
* The FdNone icon
|
|
1131
1132
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1806%3A654
|
|
1132
1133
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/35590864-e8bc-4eaf-a737-832fba165a9e
|
|
1133
1134
|
**/
|
|
1134
|
-
export declare const FdNone: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1135
|
+
export declare const FdNone: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1135
1136
|
/**
|
|
1136
1137
|
* The FdObject icon
|
|
1137
1138
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A299
|
|
1138
1139
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/58a94cee-60d0-457d-9898-efafa2bab65f
|
|
1139
1140
|
**/
|
|
1140
|
-
export declare const FdObject: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1141
|
+
export declare const FdObject: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1141
1142
|
/**
|
|
1142
1143
|
* The FdOpenFolder icon
|
|
1143
1144
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A254
|
|
1144
1145
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a04301be-a42a-4e70-9d92-8f9e6a34d079
|
|
1145
1146
|
**/
|
|
1146
|
-
export declare const FdOpenFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1147
|
+
export declare const FdOpenFolder: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1147
1148
|
/**
|
|
1148
1149
|
* The FdOutload icon
|
|
1149
1150
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1722%3A355
|
|
1150
1151
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bb4ad357-8bdd-46f8-95da-f51f98afaa44
|
|
1151
1152
|
**/
|
|
1152
|
-
export declare const FdOutload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1153
|
+
export declare const FdOutload: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1153
1154
|
/**
|
|
1154
1155
|
* The FdOutputArrow icon
|
|
1155
1156
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A563
|
|
1156
1157
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/78ab0079-ef89-4598-93e3-229401520eb5
|
|
1157
1158
|
**/
|
|
1158
|
-
export declare const FdOutputArrow: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1159
|
+
export declare const FdOutputArrow: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1159
1160
|
/**
|
|
1160
1161
|
* The FdPalette icon
|
|
1161
1162
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=815%3A115
|
|
1162
1163
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7256b92d-192b-4c14-b3e6-81db3ead7e14
|
|
1163
1164
|
**/
|
|
1164
|
-
export declare const FdPalette: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1165
|
+
export declare const FdPalette: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1165
1166
|
/**
|
|
1166
1167
|
* The FdPause icon
|
|
1167
1168
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A655
|
|
1168
1169
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/99502350-c9a3-4519-b064-855da6989f5c
|
|
1169
1170
|
**/
|
|
1170
|
-
export declare const FdPause: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1171
|
+
export declare const FdPause: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1171
1172
|
/**
|
|
1172
1173
|
* The FdPdf icon
|
|
1173
1174
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1008%3A80
|
|
1174
1175
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fc1366bc-d218-4b62-9b84-a27c47d5c238
|
|
1175
1176
|
**/
|
|
1176
|
-
export declare const FdPdf: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1177
|
+
export declare const FdPdf: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1177
1178
|
/**
|
|
1178
1179
|
* The FdPen icon
|
|
1179
1180
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A305
|
|
1180
1181
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3471be67-cf5a-43d1-b07b-1aafba7004d0
|
|
1181
1182
|
**/
|
|
1182
|
-
export declare const FdPen: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1183
|
+
export declare const FdPen: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1183
1184
|
/**
|
|
1184
1185
|
* The FdPhoneRotate icon
|
|
1185
1186
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A286
|
|
1186
1187
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3570954c-56b6-4250-9c52-75a01c5b58b0
|
|
1187
1188
|
**/
|
|
1188
|
-
export declare const FdPhoneRotate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1189
|
+
export declare const FdPhoneRotate: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1189
1190
|
/**
|
|
1190
1191
|
* The FdPhone icon
|
|
1191
1192
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A308
|
|
1192
1193
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/830b78ee-12cb-48c8-a77a-63d92b7ef653
|
|
1193
1194
|
**/
|
|
1194
|
-
export declare const FdPhone: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1195
|
+
export declare const FdPhone: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1195
1196
|
/**
|
|
1196
1197
|
* The FdPiNaked icon
|
|
1197
1198
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A514
|
|
1198
1199
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/439f9660-4fd0-4ef3-a084-d469e489c382
|
|
1199
1200
|
**/
|
|
1200
|
-
export declare const FdPiNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1201
|
+
export declare const FdPiNaked: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1201
1202
|
/**
|
|
1202
1203
|
* The FdPi icon
|
|
1203
1204
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A567
|
|
1204
1205
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/86b20366-b28d-4378-92a8-c1bcb1fca4d3
|
|
1205
1206
|
**/
|
|
1206
|
-
export declare const FdPi: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1207
|
+
export declare const FdPi: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1207
1208
|
/**
|
|
1208
1209
|
* The FdPie icon
|
|
1209
1210
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A855
|
|
1210
1211
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3b0b2c6a-a111-400e-b826-167c4b3cb9c9
|
|
1211
1212
|
**/
|
|
1212
|
-
export declare const FdPie: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1213
|
+
export declare const FdPie: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1213
1214
|
/**
|
|
1214
1215
|
* The FdPlayNotif icon
|
|
1215
1216
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=923%3A295
|
|
1216
1217
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cceb14c0-4e55-4dc6-b3bd-adf33129da91
|
|
1217
1218
|
**/
|
|
1218
|
-
export declare const FdPlayNotif: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1219
|
+
export declare const FdPlayNotif: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1219
1220
|
/**
|
|
1220
1221
|
* The FdPlay icon
|
|
1221
1222
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A278
|
|
1222
1223
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/389a6fb8-6bd5-460a-ad5b-27d95bb9d8a1
|
|
1223
1224
|
**/
|
|
1224
|
-
export declare const FdPlay: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1225
|
+
export declare const FdPlay: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1225
1226
|
/**
|
|
1226
1227
|
* The FdPlusNaked icon
|
|
1227
1228
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=922%3A289
|
|
1228
1229
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1c9c1a36-4156-4faf-b419-c73adaac17f1
|
|
1229
1230
|
**/
|
|
1230
|
-
export declare const FdPlusNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1231
|
+
export declare const FdPlusNaked: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1231
1232
|
/**
|
|
1232
1233
|
* The FdPlus icon
|
|
1233
1234
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A263
|
|
1234
1235
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6b409fc4-2f8f-4a29-8107-e33bd60d003f
|
|
1235
1236
|
**/
|
|
1236
|
-
export declare const FdPlus: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1237
|
+
export declare const FdPlus: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1237
1238
|
/**
|
|
1238
1239
|
* The FdPreemptiveMode icon
|
|
1239
1240
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A520
|
|
1240
1241
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/da70650f-936d-4bf6-a761-2ae35e554dea
|
|
1241
1242
|
**/
|
|
1242
|
-
export declare const FdPreemptiveMode: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1243
|
+
export declare const FdPreemptiveMode: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1243
1244
|
/**
|
|
1244
1245
|
* The FdQodly icon
|
|
1245
1246
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=460%3A77
|
|
1246
1247
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/345cf029-df40-4840-8c15-d563b215b987
|
|
1247
1248
|
**/
|
|
1248
|
-
export declare const FdQodly: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1249
|
+
export declare const FdQodly: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1249
1250
|
/**
|
|
1250
1251
|
* The FdQrCube icon
|
|
1251
1252
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1533%3A126
|
|
1252
1253
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b7c38ba4-7642-4a7d-9ff0-7a01155dc4e0
|
|
1253
1254
|
**/
|
|
1254
|
-
export declare const FdQrCube: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1255
|
+
export declare const FdQrCube: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1255
1256
|
/**
|
|
1256
1257
|
* The FdQuery icon
|
|
1257
1258
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A851
|
|
1258
1259
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f35e7642-63b1-43b4-b0af-9eba6c94b94e
|
|
1259
1260
|
**/
|
|
1260
|
-
export declare const FdQuery: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1261
|
+
export declare const FdQuery: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1261
1262
|
/**
|
|
1262
1263
|
* The FdRadio icon
|
|
1263
1264
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A261
|
|
1264
1265
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6bd1db03-177b-4208-80fb-e89bc2b0b87f
|
|
1265
1266
|
**/
|
|
1266
|
-
export declare const FdRadio: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1267
|
+
export declare const FdRadio: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1267
1268
|
/**
|
|
1268
1269
|
* The FdRam icon
|
|
1269
1270
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=923%3A309
|
|
1270
1271
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fdaf7d61-3ee5-4d6a-b416-446fbea6e700
|
|
1271
1272
|
**/
|
|
1272
|
-
export declare const FdRam: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1273
|
+
export declare const FdRam: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1273
1274
|
/**
|
|
1274
1275
|
* The FdRedo icon
|
|
1275
1276
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A825
|
|
1276
1277
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/34f9552e-2085-419b-a795-6c1e0e7f8bb7
|
|
1277
1278
|
**/
|
|
1278
|
-
export declare const FdRedo: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1279
|
+
export declare const FdRedo: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1279
1280
|
/**
|
|
1280
1281
|
* The FdRefreshBold icon
|
|
1281
1282
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A574
|
|
1282
1283
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/215d3710-8570-4651-a4db-97d923c2b1c2
|
|
1283
1284
|
**/
|
|
1284
|
-
export declare const FdRefreshBold: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1285
|
+
export declare const FdRefreshBold: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1285
1286
|
/**
|
|
1286
1287
|
* The FdRefresh icon
|
|
1287
1288
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1421%3A127
|
|
1288
1289
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d6ffb662-0e08-45f1-a932-a47cdd2879c9
|
|
1289
1290
|
**/
|
|
1290
|
-
export declare const FdRefresh: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1291
|
+
export declare const FdRefresh: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1291
1292
|
/**
|
|
1292
1293
|
* The FdRelation icon
|
|
1293
1294
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A561
|
|
1294
1295
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/36eaa372-183b-4774-bfd5-f99816015917
|
|
1295
1296
|
**/
|
|
1296
|
-
export declare const FdRelation: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1297
|
+
export declare const FdRelation: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1297
1298
|
/**
|
|
1298
1299
|
* The FdReload icon
|
|
1299
1300
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A583
|
|
1300
1301
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/27cfd0a6-e0be-49e8-987f-12ca4d4b1df1
|
|
1301
1302
|
**/
|
|
1302
|
-
export declare const FdReload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1303
|
+
export declare const FdReload: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1303
1304
|
/**
|
|
1304
1305
|
* The FdReorder icon
|
|
1305
1306
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=20%3A46
|
|
1306
1307
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e2a48e77-08b3-4107-ab58-f21eff95799f
|
|
1307
1308
|
**/
|
|
1308
|
-
export declare const FdReorder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1309
|
+
export declare const FdReorder: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1309
1310
|
/**
|
|
1310
1311
|
* The FdResize icon
|
|
1311
1312
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A816
|
|
1312
1313
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dd0b7a90-82a7-4e3d-862b-c182acfe0efd
|
|
1313
1314
|
**/
|
|
1314
|
-
export declare const FdResize: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1315
|
+
export declare const FdResize: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1315
1316
|
/**
|
|
1316
1317
|
* The FdRight icon
|
|
1317
1318
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1371%3A83
|
|
1318
1319
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dde6139c-45a4-407a-bbba-0b4aed194a07
|
|
1319
1320
|
**/
|
|
1320
|
-
export declare const FdRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1321
|
+
export declare const FdRight: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1321
1322
|
/**
|
|
1322
1323
|
* The FdRocket icon
|
|
1323
1324
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A251
|
|
1324
1325
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/346920de-2118-45ac-8a8e-f274cc13cb52
|
|
1325
1326
|
**/
|
|
1326
|
-
export declare const FdRocket: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1327
|
+
export declare const FdRocket: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1327
1328
|
/**
|
|
1328
1329
|
* The FdSameLoaderTab icon
|
|
1329
1330
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A246
|
|
1330
1331
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b2d6510a-9a8a-43e5-b2bc-a42821e09021
|
|
1331
1332
|
**/
|
|
1332
|
-
export declare const FdSameLoaderTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1333
|
+
export declare const FdSameLoaderTab: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1333
1334
|
/**
|
|
1334
1335
|
* The FdSanityCheckDefault icon
|
|
1335
1336
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A81
|
|
1336
1337
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ac543a90-631b-4c51-b097-a24af1405df4
|
|
1337
1338
|
**/
|
|
1338
|
-
export declare const FdSanityCheckDefault: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1339
|
+
export declare const FdSanityCheckDefault: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1339
1340
|
/**
|
|
1340
1341
|
* The FdSanityCheckInfo icon
|
|
1341
1342
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=815%3A139
|
|
1342
1343
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/14c96ada-d81a-41d0-930e-9b72366b3b86
|
|
1343
1344
|
**/
|
|
1344
|
-
export declare const FdSanityCheckInfo: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1345
|
+
export declare const FdSanityCheckInfo: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1345
1346
|
/**
|
|
1346
1347
|
* The FdSave icon
|
|
1347
1348
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A303
|
|
1348
1349
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/42f4c21d-1e4e-43c5-adb1-68f6a2fb3eb7
|
|
1349
1350
|
**/
|
|
1350
|
-
export declare const FdSave: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1351
|
+
export declare const FdSave: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1351
1352
|
/**
|
|
1352
1353
|
* The FdSavedClosed icon
|
|
1353
1354
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1074%3A136
|
|
1354
1355
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d854e466-446b-49a3-a6f6-0992cf593c54
|
|
1355
1356
|
**/
|
|
1356
|
-
export declare const FdSavedClosed: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1357
|
+
export declare const FdSavedClosed: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1357
1358
|
/**
|
|
1358
1359
|
* The FdSearch icon
|
|
1359
1360
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A250
|
|
1360
1361
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/acffd978-c755-4d0a-b4d2-3f6d004526cd
|
|
1361
1362
|
**/
|
|
1362
|
-
export declare const FdSearch: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1363
|
+
export declare const FdSearch: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1363
1364
|
/**
|
|
1364
1365
|
* The FdSelectBox icon
|
|
1365
1366
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A835
|
|
1366
1367
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/64932a0b-5d71-4d25-b98e-31046d38fc10
|
|
1367
1368
|
**/
|
|
1368
|
-
export declare const FdSelectBox: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1369
|
+
export declare const FdSelectBox: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1369
1370
|
/**
|
|
1370
1371
|
* The FdSelect icon
|
|
1371
1372
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A300
|
|
1372
1373
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0a09baa0-b23a-430e-a767-766628526754
|
|
1373
1374
|
**/
|
|
1374
|
-
export declare const FdSelect: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1375
|
+
export declare const FdSelect: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1375
1376
|
/**
|
|
1376
1377
|
* The FdServerPrivate icon
|
|
1377
1378
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A616
|
|
1378
1379
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a725eceb-6f94-4528-a821-961d394f773e
|
|
1379
1380
|
**/
|
|
1380
|
-
export declare const FdServerPrivate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1381
|
+
export declare const FdServerPrivate: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1381
1382
|
/**
|
|
1382
1383
|
* The FdServerProtected icon
|
|
1383
1384
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A618
|
|
1384
1385
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/221d03a0-d18d-447e-a02b-30f1a2fa3386
|
|
1385
1386
|
**/
|
|
1386
|
-
export declare const FdServerProtected: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1387
|
+
export declare const FdServerProtected: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1387
1388
|
/**
|
|
1388
1389
|
* The FdServer icon
|
|
1389
1390
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A253
|
|
1390
1391
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9ff5417a-2480-4f29-8f95-bf3f0968d193
|
|
1391
1392
|
**/
|
|
1392
|
-
export declare const FdServer: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1393
|
+
export declare const FdServer: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1393
1394
|
/**
|
|
1394
1395
|
* The FdSetting icon
|
|
1395
1396
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A556
|
|
1396
1397
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d48226d5-9c0f-420b-87d7-50ca08c3613c
|
|
1397
1398
|
**/
|
|
1398
|
-
export declare const FdSetting: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1399
|
+
export declare const FdSetting: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1399
1400
|
/**
|
|
1400
1401
|
* The FdShare icon
|
|
1401
1402
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=711%3A87
|
|
1402
1403
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5cbfbc81-8603-404d-a6ec-9673930bb1c2
|
|
1403
1404
|
**/
|
|
1404
|
-
export declare const FdShare: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1405
|
+
export declare const FdShare: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1405
1406
|
/**
|
|
1406
1407
|
* The FdSharedFolder icon
|
|
1407
1408
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A660
|
|
1408
1409
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3dbdb9f8-d2cb-41ca-8c03-3cf585c344ae
|
|
1409
1410
|
**/
|
|
1410
|
-
export declare const FdSharedFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1411
|
+
export declare const FdSharedFolder: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1411
1412
|
/**
|
|
1412
1413
|
* The FdShared icon
|
|
1413
1414
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1020%3A93
|
|
1414
1415
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/22be1415-ce4a-4515-b03a-9c1d4e7591a2
|
|
1415
1416
|
**/
|
|
1416
|
-
export declare const FdShared: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1417
|
+
export declare const FdShared: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1417
1418
|
/**
|
|
1418
1419
|
* The FdShort icon
|
|
1419
1420
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A262
|
|
1420
1421
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8b7568e8-2668-426f-915b-7bccf47ec3c5
|
|
1421
1422
|
**/
|
|
1422
|
-
export declare const FdShort: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1423
|
+
export declare const FdShort: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1423
1424
|
/**
|
|
1424
1425
|
* The FdSlider icon
|
|
1425
1426
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A296
|
|
1426
1427
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9c434a8c-7a6f-4a92-8d80-092f5654f635
|
|
1427
1428
|
**/
|
|
1428
|
-
export declare const FdSlider: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1429
|
+
export declare const FdSlider: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1429
1430
|
/**
|
|
1430
1431
|
* The FdSpaceAround icon
|
|
1431
1432
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A549
|
|
1432
1433
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0db1bb74-61d4-44a4-9317-9afcd7adb734
|
|
1433
1434
|
**/
|
|
1434
|
-
export declare const FdSpaceAround: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1435
|
+
export declare const FdSpaceAround: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1435
1436
|
/**
|
|
1436
1437
|
* The FdSpaceBetween icon
|
|
1437
1438
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A519
|
|
1438
1439
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/033b820e-3cf3-4469-95f6-8153599cc7d3
|
|
1439
1440
|
**/
|
|
1440
|
-
export declare const FdSpaceBetween: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1441
|
+
export declare const FdSpaceBetween: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1441
1442
|
/**
|
|
1442
1443
|
* The FdSpaceEvenly icon
|
|
1443
1444
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A584
|
|
1444
1445
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/da2bc01c-e3ce-4a65-a90f-d0a427ba8cb9
|
|
1445
1446
|
**/
|
|
1446
|
-
export declare const FdSpaceEvenly: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1447
|
+
export declare const FdSpaceEvenly: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1447
1448
|
/**
|
|
1448
1449
|
* The FdSpinner icon
|
|
1449
1450
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A862
|
|
1450
1451
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fbf17ae7-c411-4c33-8189-e14d0ef97d77
|
|
1451
1452
|
**/
|
|
1452
|
-
export declare const FdSpinner: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1453
|
+
export declare const FdSpinner: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1453
1454
|
/**
|
|
1454
1455
|
* The FdSplit icon
|
|
1455
1456
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A576
|
|
1456
1457
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fc8016a5-645e-4d42-98ca-63de0b9940e4
|
|
1457
1458
|
**/
|
|
1458
|
-
export declare const FdSplit: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1459
|
+
export declare const FdSplit: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1459
1460
|
/**
|
|
1460
1461
|
* The FdSql icon
|
|
1461
1462
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A288
|
|
1462
1463
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/90efd83a-054b-403c-b7fd-416a3661ff9f
|
|
1463
1464
|
**/
|
|
1464
|
-
export declare const FdSql: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1465
|
+
export declare const FdSql: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1465
1466
|
/**
|
|
1466
1467
|
* The FdStack icon
|
|
1467
1468
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A257
|
|
1468
1469
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4fea1e7a-700c-431a-9312-ec137c9b69d1
|
|
1469
1470
|
**/
|
|
1470
|
-
export declare const FdStack: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1471
|
+
export declare const FdStack: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1471
1472
|
/**
|
|
1472
1473
|
* The FdStar icon
|
|
1473
1474
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A833
|
|
1474
1475
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/378160f6-3afd-48c6-8669-0dbbde6ce493
|
|
1475
1476
|
**/
|
|
1476
|
-
export declare const FdStar: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1477
|
+
export declare const FdStar: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1477
1478
|
/**
|
|
1478
1479
|
* The FdStopEdit icon
|
|
1479
1480
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A537
|
|
1480
1481
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/346036aa-652e-4e43-8f73-cc4802ee8927
|
|
1481
1482
|
**/
|
|
1482
|
-
export declare const FdStopEdit: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1483
|
+
export declare const FdStopEdit: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1483
1484
|
/**
|
|
1484
1485
|
* The FdStoryBoard icon
|
|
1485
1486
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A813
|
|
1486
1487
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8c803bbe-20fc-46fb-b7df-aece5ad6da01
|
|
1487
1488
|
**/
|
|
1488
|
-
export declare const FdStoryBoard: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1489
|
+
export declare const FdStoryBoard: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1489
1490
|
/**
|
|
1490
1491
|
* The FdStretch icon
|
|
1491
1492
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A528
|
|
1492
1493
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ce266814-3849-49b8-bb02-d362f7aad641
|
|
1493
1494
|
**/
|
|
1494
|
-
export declare const FdStretch: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1495
|
+
export declare const FdStretch: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1495
1496
|
/**
|
|
1496
1497
|
* The FdStrikethrough icon
|
|
1497
1498
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A817
|
|
1498
1499
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e05ed8c8-6a33-4f58-a4b4-2ab2400fa61e
|
|
1499
1500
|
**/
|
|
1500
|
-
export declare const FdStrikethrough: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1501
|
+
export declare const FdStrikethrough: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1501
1502
|
/**
|
|
1502
1503
|
* The FdString icon
|
|
1503
1504
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A562
|
|
1504
1505
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/647a31b8-f156-4bc0-9e0f-af40f7094142
|
|
1505
1506
|
**/
|
|
1506
|
-
export declare const FdString: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1507
|
+
export declare const FdString: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1507
1508
|
/**
|
|
1508
1509
|
* The FdStyle4 icon
|
|
1509
1510
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A577
|
|
1510
1511
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5551f428-c6ea-44e5-8715-ceb740645320
|
|
1511
1512
|
**/
|
|
1512
|
-
export declare const FdStyle4: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1513
|
+
export declare const FdStyle4: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1513
1514
|
/**
|
|
1514
1515
|
* The FdStyle5 icon
|
|
1515
1516
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A575
|
|
1516
1517
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/332d8da0-2343-485d-be10-ab01dcf80779
|
|
1517
1518
|
**/
|
|
1518
|
-
export declare const FdStyle5: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1519
|
+
export declare const FdStyle5: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1519
1520
|
/**
|
|
1520
1521
|
* The FdStyle6 icon
|
|
1521
1522
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A588
|
|
1522
1523
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bd188964-083d-4def-91a6-d95135771f2c
|
|
1523
1524
|
**/
|
|
1524
|
-
export declare const FdStyle6: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1525
|
+
export declare const FdStyle6: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1525
1526
|
/**
|
|
1526
1527
|
* The FdStyleBox icon
|
|
1527
1528
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A565
|
|
1528
1529
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d60f0c16-8297-44c9-93f1-5a600ac643e3
|
|
1529
1530
|
**/
|
|
1530
|
-
export declare const FdStyleBox: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1531
|
+
export declare const FdStyleBox: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1531
1532
|
/**
|
|
1532
1533
|
* The FdSweap icon
|
|
1533
1534
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1055%3A97
|
|
1534
1535
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/87f5ecf5-5c70-415e-8f3b-2a436d046455
|
|
1535
1536
|
**/
|
|
1536
|
-
export declare const FdSweap: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1537
|
+
export declare const FdSweap: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1537
1538
|
/**
|
|
1538
1539
|
* The FdSwitch icon
|
|
1539
1540
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A317
|
|
1540
1541
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/52a27281-2cf4-4748-8896-6c7f1d22f7d2
|
|
1541
1542
|
**/
|
|
1542
|
-
export declare const FdSwitch: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1543
|
+
export declare const FdSwitch: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1543
1544
|
/**
|
|
1544
1545
|
* The FdSync icon
|
|
1545
1546
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A259
|
|
1546
1547
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c7b770b3-aeb1-4396-a974-4f7df624eb05
|
|
1547
1548
|
**/
|
|
1548
|
-
export declare const FdSync: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1549
|
+
export declare const FdSync: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1549
1550
|
/**
|
|
1550
1551
|
* The FdTab4 icon
|
|
1551
1552
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A828
|
|
1552
1553
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e0f255fd-1261-41f2-b018-2c6b4b31e5e7
|
|
1553
1554
|
**/
|
|
1554
|
-
export declare const FdTab4: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1555
|
+
export declare const FdTab4: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1555
1556
|
/**
|
|
1556
1557
|
* The FdTab icon
|
|
1557
1558
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A247
|
|
1558
1559
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b03e9062-98b4-481c-98e8-8f7bad3944be
|
|
1559
1560
|
**/
|
|
1560
|
-
export declare const FdTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1561
|
+
export declare const FdTab: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1561
1562
|
/**
|
|
1562
1563
|
* The FdTableColumn icon
|
|
1563
1564
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A568
|
|
1564
1565
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9a7b5b70-70a7-47d4-accd-812634627acd
|
|
1565
1566
|
**/
|
|
1566
|
-
export declare const FdTableColumn: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1567
|
+
export declare const FdTableColumn: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1567
1568
|
/**
|
|
1568
1569
|
* The FdTableHeader icon
|
|
1569
1570
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A566
|
|
1570
1571
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2d3a4e54-623b-45b9-93df-fca51b2f3e1a
|
|
1571
1572
|
**/
|
|
1572
|
-
export declare const FdTableHeader: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1573
|
+
export declare const FdTableHeader: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1573
1574
|
/**
|
|
1574
1575
|
* The FdTable icon
|
|
1575
1576
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A569
|
|
1576
1577
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1c992418-7c4a-4683-9302-c3cc2468c591
|
|
1577
1578
|
**/
|
|
1578
|
-
export declare const FdTable: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1579
|
+
export declare const FdTable: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1579
1580
|
/**
|
|
1580
1581
|
* The FdTablet icon
|
|
1581
1582
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A302
|
|
1582
1583
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c8109a0d-5805-43ec-b940-4005bd2f3cd7
|
|
1583
1584
|
**/
|
|
1584
|
-
export declare const FdTablet: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1585
|
+
export declare const FdTablet: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1585
1586
|
/**
|
|
1586
1587
|
* The FdTextCenter icon
|
|
1587
1588
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A447
|
|
1588
1589
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c846a792-9f98-479b-b9ca-47440a4e10b7
|
|
1589
1590
|
**/
|
|
1590
|
-
export declare const FdTextCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1591
|
+
export declare const FdTextCenter: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1591
1592
|
/**
|
|
1592
1593
|
* The FdTextEnd icon
|
|
1593
1594
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A445
|
|
1594
1595
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8a940ec8-0e2f-4b01-8723-923829e6c050
|
|
1595
1596
|
**/
|
|
1596
|
-
export declare const FdTextEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1597
|
+
export declare const FdTextEnd: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1597
1598
|
/**
|
|
1598
1599
|
* The FdTextJustify icon
|
|
1599
1600
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A449
|
|
1600
1601
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e4418e30-62f3-43b2-9d23-48b16c9c09a6
|
|
1601
1602
|
**/
|
|
1602
|
-
export declare const FdTextJustify: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1603
|
+
export declare const FdTextJustify: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1603
1604
|
/**
|
|
1604
1605
|
* The FdTextStart icon
|
|
1605
1606
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A443
|
|
1606
1607
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/af551925-4ebf-439b-a9d0-6b8f05f7b5f0
|
|
1607
1608
|
**/
|
|
1608
|
-
export declare const FdTextStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1609
|
+
export declare const FdTextStart: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1609
1610
|
/**
|
|
1610
1611
|
* The FdText icon
|
|
1611
1612
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1791%3A645
|
|
1612
1613
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9fc3f68b-2b00-454f-88ff-daac5a7984cb
|
|
1613
1614
|
**/
|
|
1614
|
-
export declare const FdText: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1615
|
+
export declare const FdText: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1615
1616
|
/**
|
|
1616
1617
|
* The FdTime icon
|
|
1617
1618
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A313
|
|
1618
1619
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2e0b3697-4ff1-4753-b829-812c0fa5e8a0
|
|
1619
1620
|
**/
|
|
1620
|
-
export declare const FdTime: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1621
|
+
export declare const FdTime: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1621
1622
|
/**
|
|
1622
1623
|
* The FdTooltip icon
|
|
1623
1624
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=148%3A110
|
|
1624
1625
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bef6cd16-edd7-4a34-b173-b9b6d951f12f
|
|
1625
1626
|
**/
|
|
1626
|
-
export declare const FdTooltip: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1627
|
+
export declare const FdTooltip: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1627
1628
|
/**
|
|
1628
1629
|
* The FdTrash icon
|
|
1629
1630
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A301
|
|
1630
1631
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e31ef217-e001-4277-a61b-b13a7aa90cc2
|
|
1631
1632
|
**/
|
|
1632
|
-
export declare const FdTrash: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1633
|
+
export declare const FdTrash: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1633
1634
|
/**
|
|
1634
1635
|
* The FdUnderline icon
|
|
1635
1636
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A522
|
|
1636
1637
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f106de20-2b86-408f-baf3-dce20c35e575
|
|
1637
1638
|
**/
|
|
1638
|
-
export declare const FdUnderline: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1639
|
+
export declare const FdUnderline: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1639
1640
|
/**
|
|
1640
1641
|
* The FdUndo icon
|
|
1641
1642
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A839
|
|
1642
1643
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7ae319f2-102f-4ade-a049-d0c169d0e9c1
|
|
1643
1644
|
**/
|
|
1644
|
-
export declare const FdUndo: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1645
|
+
export declare const FdUndo: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1645
1646
|
/**
|
|
1646
1647
|
* The FdUnlock icon
|
|
1647
1648
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A843
|
|
1648
1649
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/16c54b12-48cd-4a70-abdf-36401f978f2d
|
|
1649
1650
|
**/
|
|
1650
|
-
export declare const FdUnlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1651
|
+
export declare const FdUnlock: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1651
1652
|
/**
|
|
1652
1653
|
* The FdUp icon
|
|
1653
1654
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A285
|
|
1654
1655
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/65957938-de13-4163-abd7-15406b52c42d
|
|
1655
1656
|
**/
|
|
1656
|
-
export declare const FdUp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1657
|
+
export declare const FdUp: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1657
1658
|
/**
|
|
1658
1659
|
* The FdUpdown icon
|
|
1659
1660
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A265
|
|
1660
1661
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8fb1c770-e3bc-4b7b-88a8-8e2bf8169588
|
|
1661
1662
|
**/
|
|
1662
|
-
export declare const FdUpdown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1663
|
+
export declare const FdUpdown: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1663
1664
|
/**
|
|
1664
1665
|
* The FdUploadFile icon
|
|
1665
1666
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A504
|
|
1666
1667
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fdde06a7-b9c1-47f4-851b-cc4971e0b24c
|
|
1667
1668
|
**/
|
|
1668
|
-
export declare const FdUploadFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1669
|
+
export declare const FdUploadFile: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1669
1670
|
/**
|
|
1670
1671
|
* The FdUpload icon
|
|
1671
1672
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A587
|
|
1672
1673
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/551988a9-7c8e-4dc7-a6af-63e10f108dcc
|
|
1673
1674
|
**/
|
|
1674
|
-
export declare const FdUpload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1675
|
+
export declare const FdUpload: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1675
1676
|
/**
|
|
1676
1677
|
* The FdUppercase icon
|
|
1677
1678
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=811%3A79
|
|
1678
1679
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ef4efcd8-6c5e-4c7e-bf64-46ee58b8beb9
|
|
1679
1680
|
**/
|
|
1680
|
-
export declare const FdUppercase: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1681
|
+
export declare const FdUppercase: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1681
1682
|
/**
|
|
1682
1683
|
* The FdUserCircle icon
|
|
1683
1684
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A275
|
|
1684
1685
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bbec90f7-abef-4d6c-975c-5ad33676f36b
|
|
1685
1686
|
**/
|
|
1686
|
-
export declare const FdUserCircle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1687
|
+
export declare const FdUserCircle: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1687
1688
|
/**
|
|
1688
1689
|
* The FdUserInherited1 icon
|
|
1689
1690
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=453%3A72
|
|
1690
1691
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a00f40de-2465-498e-a5b8-abf0583d978f
|
|
1691
1692
|
**/
|
|
1692
|
-
export declare const FdUserInherited1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1693
|
+
export declare const FdUserInherited1: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1693
1694
|
/**
|
|
1694
1695
|
* The FdVariable icon
|
|
1695
1696
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A860
|
|
1696
1697
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/58475af7-7762-4c7e-b9db-f425cd889f69
|
|
1697
1698
|
**/
|
|
1698
|
-
export declare const FdVariable: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1699
|
+
export declare const FdVariable: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1699
1700
|
/**
|
|
1700
1701
|
* The FdWarningCross icon
|
|
1701
1702
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A573
|
|
1702
1703
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/603895c6-ecd5-48bf-b891-fd8ea94fe850
|
|
1703
1704
|
**/
|
|
1704
|
-
export declare const FdWarningCross: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1705
|
+
export declare const FdWarningCross: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1705
1706
|
/**
|
|
1706
1707
|
* The FdWarningDanger icon
|
|
1707
1708
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A586
|
|
1708
1709
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3a294ae6-46dc-4738-84fd-63f0633cef46
|
|
1709
1710
|
**/
|
|
1710
|
-
export declare const FdWarningDanger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1711
|
+
export declare const FdWarningDanger: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1711
1712
|
/**
|
|
1712
1713
|
* The FdWebform icon
|
|
1713
1714
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A290
|
|
1714
1715
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/77671163-6d15-45a2-88b1-8163a2ddae18
|
|
1715
1716
|
**/
|
|
1716
|
-
export declare const FdWebform: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1717
|
+
export declare const FdWebform: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1717
1718
|
/**
|
|
1718
1719
|
* The FdWifi icon
|
|
1719
1720
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1483%3A82
|
|
1720
1721
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/58c38bbb-5602-4fdf-8359-c5b346864f3c
|
|
1721
1722
|
**/
|
|
1722
|
-
export declare const FdWifi: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1723
|
+
export declare const FdWifi: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|
|
1723
1724
|
/**
|
|
1724
1725
|
* The FdWindow icon
|
|
1725
1726
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A506
|
|
1726
1727
|
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dc544f00-bbc3-4392-a1e7-f0dd3d6690f3
|
|
1727
1728
|
**/
|
|
1728
|
-
export declare const FdWindow: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1729
|
+
export declare const FdWindow: (props: JSX.IntrinsicElements['svg']) => import("react/jsx-runtime").JSX.Element;
|