@ws-ui/icons 0.0.10 → 0.0.12
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/README.md +0 -0
- package/dist/assets/4DIcons.d.ts +676 -592
- package/dist/assets/IconType.d.ts +2 -0
- package/dist/assets/index.d.ts +2 -1
- package/dist/index.cjs.js +9 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -0
- package/dist/index.es.js +911 -752
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -2
package/dist/assets/4DIcons.d.ts
CHANGED
|
@@ -1,1776 +1,1860 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The Fd4D icon
|
|
3
3
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A518
|
|
4
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
4
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1164624b-df99-46de-9bd2-2e27d124d37b
|
|
5
5
|
**/
|
|
6
|
-
export declare const Fd4D: (props: JSX.IntrinsicElements[
|
|
6
|
+
export declare const Fd4D: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
7
7
|
/**
|
|
8
8
|
* The FdAll icon
|
|
9
9
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A848
|
|
10
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
10
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2bc1cfc8-c256-4f86-83b1-ce90fbe76f8b
|
|
11
11
|
**/
|
|
12
|
-
export declare const FdAll: (props: JSX.IntrinsicElements[
|
|
12
|
+
export declare const FdAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
13
13
|
/**
|
|
14
14
|
* The FdClasses icon
|
|
15
15
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1764%3A523
|
|
16
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
16
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1a2bdcfd-36b8-498e-8e77-a18b21983ee3
|
|
17
17
|
**/
|
|
18
|
-
export declare const FdClasses: (props: JSX.IntrinsicElements[
|
|
18
|
+
export declare const FdClasses: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
19
|
+
/**
|
|
20
|
+
* The FdClearStyle icon
|
|
21
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2268%3A170
|
|
22
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c88ea3ed-d333-43a2-af69-17803a98e857
|
|
23
|
+
**/
|
|
24
|
+
export declare const FdClearStyle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
25
|
+
/**
|
|
26
|
+
* The FdClearContent icon
|
|
27
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2269%3A246
|
|
28
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f605bee7-fd5e-4798-ab83-d60b82357edd
|
|
29
|
+
**/
|
|
30
|
+
export declare const FdClearContent: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
19
31
|
/**
|
|
20
32
|
* The FdWebformFolder icon
|
|
21
33
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A849
|
|
22
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
34
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e1449063-a723-47f9-8b1d-910c5038066e
|
|
23
35
|
**/
|
|
24
|
-
export declare const FdWebformFolder: (props: JSX.IntrinsicElements[
|
|
36
|
+
export declare const FdWebformFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
25
37
|
/**
|
|
26
38
|
* The FdAction icon
|
|
27
39
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A850
|
|
28
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
40
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d3510f52-9999-4cb4-8140-2b3f00e70222
|
|
29
41
|
**/
|
|
30
|
-
export declare const FdAction: (props: JSX.IntrinsicElements[
|
|
42
|
+
export declare const FdAction: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
31
43
|
/**
|
|
32
44
|
* The FdAddToLibrary2 icon
|
|
33
45
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A858
|
|
34
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
46
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6f9931bb-74ae-4d29-81a4-4422e7e99a0e
|
|
35
47
|
**/
|
|
36
|
-
export declare const FdAddToLibrary2: (props: JSX.IntrinsicElements[
|
|
48
|
+
export declare const FdAddToLibrary2: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
37
49
|
/**
|
|
38
50
|
* The FdAddToLibrary1 icon
|
|
39
51
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A836
|
|
40
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
52
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/eba7f786-743e-4e33-adf0-f887e3bec1b6
|
|
41
53
|
**/
|
|
42
|
-
export declare const FdAddToLibrary1: (props: JSX.IntrinsicElements[
|
|
54
|
+
export declare const FdAddToLibrary1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
43
55
|
/**
|
|
44
56
|
* The FdAddToLibrary icon
|
|
45
57
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A842
|
|
46
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
58
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/88915c3d-8463-4ee7-80fb-4f092f2dd0f2
|
|
47
59
|
**/
|
|
48
|
-
export declare const FdAddToLibrary: (props: JSX.IntrinsicElements[
|
|
60
|
+
export declare const FdAddToLibrary: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
49
61
|
/**
|
|
50
62
|
* The FdAdjust icon
|
|
51
63
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A581
|
|
52
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
64
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c3e76c63-325e-4c49-bbd3-7fc19e0d9acf
|
|
53
65
|
**/
|
|
54
|
-
export declare const FdAdjust: (props: JSX.IntrinsicElements[
|
|
66
|
+
export declare const FdAdjust: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
55
67
|
/**
|
|
56
68
|
* The FdAdvancedProps icon
|
|
57
69
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=654%3A120
|
|
58
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
70
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/97d131b4-dd38-4910-8733-1dee49389f37
|
|
59
71
|
**/
|
|
60
|
-
export declare const FdAdvancedProps: (props: JSX.IntrinsicElements[
|
|
72
|
+
export declare const FdAdvancedProps: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
61
73
|
/**
|
|
62
74
|
* The FdAiry icon
|
|
63
75
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=510%3A136
|
|
64
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
76
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/75336b5e-d2e2-421f-b154-8542004a5836
|
|
65
77
|
**/
|
|
66
|
-
export declare const FdAiry: (props: JSX.IntrinsicElements[
|
|
78
|
+
export declare const FdAiry: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
67
79
|
/**
|
|
68
80
|
* The FdAlignCenter icon
|
|
69
81
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A526
|
|
70
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
82
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a2f26641-2a64-40cd-8d3d-c90438d5a672
|
|
71
83
|
**/
|
|
72
|
-
export declare const FdAlignCenter: (props: JSX.IntrinsicElements[
|
|
84
|
+
export declare const FdAlignCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
73
85
|
/**
|
|
74
86
|
* The FdAlignContentEnd icon
|
|
75
87
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A516
|
|
76
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
88
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8155ab38-b175-414b-b7a0-ed4465351f63
|
|
77
89
|
**/
|
|
78
|
-
export declare const FdAlignContentEnd: (props: JSX.IntrinsicElements[
|
|
90
|
+
export declare const FdAlignContentEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
79
91
|
/**
|
|
80
92
|
* The FdAlignContentStart icon
|
|
81
93
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A517
|
|
82
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
94
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7c1cf502-f64a-4e3f-9c5f-1d9f14202866
|
|
83
95
|
**/
|
|
84
|
-
export declare const FdAlignContentStart: (props: JSX.IntrinsicElements[
|
|
96
|
+
export declare const FdAlignContentStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
85
97
|
/**
|
|
86
98
|
* The FdAnd icon
|
|
87
99
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1722%3A341
|
|
88
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
100
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cc660305-9f5f-4702-acd7-088b34dd02fa
|
|
89
101
|
**/
|
|
90
|
-
export declare const FdAnd: (props: JSX.IntrinsicElements[
|
|
102
|
+
export declare const FdAnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
91
103
|
/**
|
|
92
104
|
* The FdAppAnd icon
|
|
93
105
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=219%3A88
|
|
94
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
106
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4504c43a-9c63-4913-bfcb-2443d805b223
|
|
95
107
|
**/
|
|
96
|
-
export declare const FdAppAnd: (props: JSX.IntrinsicElements[
|
|
108
|
+
export declare const FdAppAnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
97
109
|
/**
|
|
98
110
|
* The FdArrowDown icon
|
|
99
111
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A568
|
|
100
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
112
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1f68e9b8-851a-44f8-9145-887708aeea15
|
|
101
113
|
**/
|
|
102
|
-
export declare const FdArrowDown: (props: JSX.IntrinsicElements[
|
|
114
|
+
export declare const FdArrowDown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
103
115
|
/**
|
|
104
116
|
* The FdArrowLeft icon
|
|
105
117
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A571
|
|
106
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
118
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/de5cb2e0-afae-4625-90b9-233ae93139c8
|
|
107
119
|
**/
|
|
108
|
-
export declare const FdArrowLeft: (props: JSX.IntrinsicElements[
|
|
120
|
+
export declare const FdArrowLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
109
121
|
/**
|
|
110
122
|
* The FdArrowRight icon
|
|
111
123
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A565
|
|
112
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
124
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/878f0fb7-7987-4e91-8152-347a4548aaa3
|
|
113
125
|
**/
|
|
114
|
-
export declare const FdArrowRight: (props: JSX.IntrinsicElements[
|
|
126
|
+
export declare const FdArrowRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
115
127
|
/**
|
|
116
128
|
* The FdArrowUp icon
|
|
117
129
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1768%3A562
|
|
118
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
130
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1fdd127f-2821-4461-806e-81bef2ea5e8e
|
|
119
131
|
**/
|
|
120
|
-
export declare const FdArrowUp: (props: JSX.IntrinsicElements[
|
|
132
|
+
export declare const FdArrowUp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
121
133
|
/**
|
|
122
134
|
* The FdAsc icon
|
|
123
135
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A844
|
|
124
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
136
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6c5dedf4-4c7c-4f63-aeb1-7df97a8f5b5e
|
|
125
137
|
**/
|
|
126
|
-
export declare const FdAsc: (props: JSX.IntrinsicElements[
|
|
138
|
+
export declare const FdAsc: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
127
139
|
/**
|
|
128
140
|
* The FdAttache icon
|
|
129
141
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A536
|
|
130
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
142
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/796f3616-0901-4f96-b8d7-0bf796c8ae37
|
|
131
143
|
**/
|
|
132
|
-
export declare const FdAttache: (props: JSX.IntrinsicElements[
|
|
144
|
+
export declare const FdAttache: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
133
145
|
/**
|
|
134
146
|
* The FdAttribute icon
|
|
135
147
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A838
|
|
136
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
148
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/17a3fe95-7168-44df-a7e7-d664a890be51
|
|
137
149
|
**/
|
|
138
|
-
export declare const FdAttribute: (props: JSX.IntrinsicElements[
|
|
150
|
+
export declare const FdAttribute: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
139
151
|
/**
|
|
140
152
|
* The FdBaseline icon
|
|
141
153
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A513
|
|
142
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
154
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/92c094fc-f1d4-49c7-bf49-25ee5edaf904
|
|
143
155
|
**/
|
|
144
|
-
export declare const FdBaseline: (props: JSX.IntrinsicElements[
|
|
156
|
+
export declare const FdBaseline: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
145
157
|
/**
|
|
146
158
|
* The FdBell icon
|
|
147
159
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A555
|
|
148
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
160
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/22da2c27-60fd-4678-b5a0-6108b97a5515
|
|
149
161
|
**/
|
|
150
|
-
export declare const FdBell: (props: JSX.IntrinsicElements[
|
|
162
|
+
export declare const FdBell: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
151
163
|
/**
|
|
152
164
|
* The FdBlob icon
|
|
153
165
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A314
|
|
154
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
166
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bf8decf3-6a07-496c-9cfd-a4a333ad9011
|
|
155
167
|
**/
|
|
156
|
-
export declare const FdBlob: (props: JSX.IntrinsicElements[
|
|
168
|
+
export declare const FdBlob: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
157
169
|
/**
|
|
158
170
|
* The FdBlocNote icon
|
|
159
171
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A572
|
|
160
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
172
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fd914305-f6fe-43d2-8331-a77172fa3fce
|
|
161
173
|
**/
|
|
162
|
-
export declare const FdBlocNote: (props: JSX.IntrinsicElements[
|
|
174
|
+
export declare const FdBlocNote: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
163
175
|
/**
|
|
164
176
|
* The FdBlock icon
|
|
165
177
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A837
|
|
166
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
178
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8d0d4f53-6914-495c-9bb4-63bb9f18b7f1
|
|
167
179
|
**/
|
|
168
|
-
export declare const FdBlock: (props: JSX.IntrinsicElements[
|
|
180
|
+
export declare const FdBlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
169
181
|
/**
|
|
170
182
|
* The FdBold icon
|
|
171
183
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A525
|
|
172
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
184
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b8148b66-05f8-4826-969d-6daae29674fd
|
|
173
185
|
**/
|
|
174
|
-
export declare const FdBold: (props: JSX.IntrinsicElements[
|
|
186
|
+
export declare const FdBold: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
175
187
|
/**
|
|
176
188
|
* The FdBorderBottom icon
|
|
177
189
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A534
|
|
178
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
190
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/486f3683-681c-40d7-a76d-169d01588e88
|
|
179
191
|
**/
|
|
180
|
-
export declare const FdBorderBottom: (props: JSX.IntrinsicElements[
|
|
192
|
+
export declare const FdBorderBottom: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
181
193
|
/**
|
|
182
194
|
* The FdBorderLeft icon
|
|
183
195
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A552
|
|
184
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
196
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a48b1749-8042-46b8-80b8-2890013a4811
|
|
185
197
|
**/
|
|
186
|
-
export declare const FdBorderLeft: (props: JSX.IntrinsicElements[
|
|
198
|
+
export declare const FdBorderLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
187
199
|
/**
|
|
188
200
|
* The FdBorderRadiusBottomLeft icon
|
|
189
201
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1896%3A161
|
|
190
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
202
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b9675cd9-b7bf-4292-b031-01560c46396e
|
|
191
203
|
**/
|
|
192
|
-
export declare const FdBorderRadiusBottomLeft: (props: JSX.IntrinsicElements[
|
|
204
|
+
export declare const FdBorderRadiusBottomLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
193
205
|
/**
|
|
194
206
|
* The FdBorderRadiusBottomRight icon
|
|
195
207
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1896%3A162
|
|
196
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
208
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f928b661-1716-46b6-a5b3-6b7717be0f61
|
|
197
209
|
**/
|
|
198
|
-
export declare const FdBorderRadiusBottomRight: (props: JSX.IntrinsicElements[
|
|
210
|
+
export declare const FdBorderRadiusBottomRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
199
211
|
/**
|
|
200
212
|
* The FdBorderRadiusTopLeft icon
|
|
201
213
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1896%3A159
|
|
202
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
214
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/15731c70-1229-4224-a311-6b510337573f
|
|
203
215
|
**/
|
|
204
|
-
export declare const FdBorderRadiusTopLeft: (props: JSX.IntrinsicElements[
|
|
216
|
+
export declare const FdBorderRadiusTopLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
205
217
|
/**
|
|
206
218
|
* The FdBorderRadiusTopRight icon
|
|
207
219
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1896%3A160
|
|
208
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
220
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/985315ef-8358-43ed-86f5-0c47ed07f24a
|
|
209
221
|
**/
|
|
210
|
-
export declare const FdBorderRadiusTopRight: (props: JSX.IntrinsicElements[
|
|
222
|
+
export declare const FdBorderRadiusTopRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
211
223
|
/**
|
|
212
224
|
* The FdBorderRadius icon
|
|
213
225
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1896%3A171
|
|
214
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
226
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/23a82b74-ad29-4332-bf6e-dba28efd9b41
|
|
215
227
|
**/
|
|
216
|
-
export declare const FdBorderRadius: (props: JSX.IntrinsicElements[
|
|
228
|
+
export declare const FdBorderRadius: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
217
229
|
/**
|
|
218
230
|
* The FdBorderRight icon
|
|
219
231
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A548
|
|
220
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
232
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/65f6d3fc-9119-4028-9149-654904229212
|
|
221
233
|
**/
|
|
222
|
-
export declare const FdBorderRight: (props: JSX.IntrinsicElements[
|
|
234
|
+
export declare const FdBorderRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
223
235
|
/**
|
|
224
236
|
* The FdBorderTop icon
|
|
225
237
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A551
|
|
226
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
238
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1349d026-8e86-4d5d-bb48-f974e280244a
|
|
227
239
|
**/
|
|
228
|
-
export declare const FdBorderTop: (props: JSX.IntrinsicElements[
|
|
240
|
+
export declare const FdBorderTop: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
229
241
|
/**
|
|
230
242
|
* The FdBorders icon
|
|
231
243
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A553
|
|
232
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
244
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8cfe618b-f8d6-46a4-8ac7-4c5da6a81631
|
|
233
245
|
**/
|
|
234
|
-
export declare const FdBorders: (props: JSX.IntrinsicElements[
|
|
246
|
+
export declare const FdBorders: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
235
247
|
/**
|
|
236
248
|
* The FdBraces icon
|
|
237
249
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1533%3A139
|
|
238
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
250
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7d8b93ec-db21-4cbd-8fdd-d46b94328ef7
|
|
239
251
|
**/
|
|
240
|
-
export declare const FdBraces: (props: JSX.IntrinsicElements[
|
|
252
|
+
export declare const FdBraces: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
241
253
|
/**
|
|
242
254
|
* The FdBracket icon
|
|
243
255
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1618%3A113
|
|
244
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
256
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fa1388c0-6e61-4abe-b185-df2097ef9b88
|
|
245
257
|
**/
|
|
246
|
-
export declare const FdBracket: (props: JSX.IntrinsicElements[
|
|
258
|
+
export declare const FdBracket: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
247
259
|
/**
|
|
248
260
|
* The FdBug icon
|
|
249
261
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A830
|
|
250
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
262
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/060228e3-562a-4fd7-80d4-75c0af273bbe
|
|
251
263
|
**/
|
|
252
|
-
export declare const FdBug: (props: JSX.IntrinsicElements[
|
|
264
|
+
export declare const FdBug: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
253
265
|
/**
|
|
254
266
|
* The FdBulb icon
|
|
255
267
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A298
|
|
256
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
268
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/23cb25ff-9b64-416b-ae1d-70f09f1ba4ad
|
|
257
269
|
**/
|
|
258
|
-
export declare const FdBulb: (props: JSX.IntrinsicElements[
|
|
270
|
+
export declare const FdBulb: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
259
271
|
/**
|
|
260
272
|
* The FdBurger icon
|
|
261
273
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A315
|
|
262
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
274
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/eec4ad33-2f91-4c5f-96df-c7beff62d8a2
|
|
263
275
|
**/
|
|
264
|
-
export declare const FdBurger: (props: JSX.IntrinsicElements[
|
|
276
|
+
export declare const FdBurger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
265
277
|
/**
|
|
266
278
|
* The FdButton icon
|
|
267
279
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A307
|
|
268
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
280
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/565568b5-85f2-4ce5-bb90-c94c451b6b38
|
|
269
281
|
**/
|
|
270
|
-
export declare const FdButton: (props: JSX.IntrinsicElements[
|
|
282
|
+
export declare const FdButton: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
271
283
|
/**
|
|
272
284
|
* The FdCalculator icon
|
|
273
285
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1729%3A409
|
|
274
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
286
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ef3da3f6-332d-4c9d-81ee-f1b2e551aacd
|
|
275
287
|
**/
|
|
276
|
-
export declare const FdCalculator: (props: JSX.IntrinsicElements[
|
|
288
|
+
export declare const FdCalculator: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
277
289
|
/**
|
|
278
290
|
* The FdCanvas icon
|
|
279
291
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A856
|
|
280
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
292
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/609f5bbb-1bb8-4bbb-8be3-ffc74b3adbe3
|
|
281
293
|
**/
|
|
282
|
-
export declare const FdCanvas: (props: JSX.IntrinsicElements[
|
|
294
|
+
export declare const FdCanvas: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
283
295
|
/**
|
|
284
296
|
* The FdCapitalise icon
|
|
285
297
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=810%3A91
|
|
286
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
298
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9c763a2d-c371-4b56-872a-0fabe045dab4
|
|
287
299
|
**/
|
|
288
|
-
export declare const FdCapitalise: (props: JSX.IntrinsicElements[
|
|
300
|
+
export declare const FdCapitalise: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
289
301
|
/**
|
|
290
302
|
* The FdCheckCircle icon
|
|
291
303
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A273
|
|
292
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
304
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/de9a1fc6-b8bc-4e4d-b982-63db48c629c0
|
|
293
305
|
**/
|
|
294
|
-
export declare const FdCheckCircle: (props: JSX.IntrinsicElements[
|
|
306
|
+
export declare const FdCheckCircle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
295
307
|
/**
|
|
296
308
|
* The FdCheckNaked icon
|
|
297
309
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=850%3A105
|
|
298
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
310
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3f7243b5-75f7-44eb-a38e-c7b4adbadb62
|
|
299
311
|
**/
|
|
300
|
-
export declare const FdCheckNaked: (props: JSX.IntrinsicElements[
|
|
312
|
+
export declare const FdCheckNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
301
313
|
/**
|
|
302
314
|
* The FdCheck icon
|
|
303
315
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A304
|
|
304
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
316
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b3488745-f709-4c7e-9463-f847f1dc15e8
|
|
305
317
|
**/
|
|
306
|
-
export declare const FdCheck: (props: JSX.IntrinsicElements[
|
|
318
|
+
export declare const FdCheck: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
307
319
|
/**
|
|
308
320
|
* The FdClassVirtual icon
|
|
309
321
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1821%3A144
|
|
310
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
322
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/40b02e3e-ee09-4c62-a168-ccf411ff236d
|
|
311
323
|
**/
|
|
312
|
-
export declare const FdClassVirtual: (props: JSX.IntrinsicElements[
|
|
324
|
+
export declare const FdClassVirtual: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
313
325
|
/**
|
|
314
326
|
* The FdClean icon
|
|
315
327
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1048%3A96
|
|
316
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
328
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9798fdff-7a03-4832-9ea5-f48add30e0f3
|
|
317
329
|
**/
|
|
318
|
-
export declare const FdClean: (props: JSX.IntrinsicElements[
|
|
330
|
+
export declare const FdClean: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
319
331
|
/**
|
|
320
332
|
* The FdClearAll icon
|
|
321
333
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A662
|
|
322
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
334
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4f8ef1c9-afe3-4d6a-823c-c174997f1b42
|
|
323
335
|
**/
|
|
324
|
-
export declare const FdClearAll: (props: JSX.IntrinsicElements[
|
|
336
|
+
export declare const FdClearAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
325
337
|
/**
|
|
326
338
|
* The FdCloseAllTabs icon
|
|
327
339
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1092%3A116
|
|
328
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
340
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/47286e53-d78d-4688-a77b-da1f47e1d7e9
|
|
329
341
|
**/
|
|
330
|
-
export declare const FdCloseAllTabs: (props: JSX.IntrinsicElements[
|
|
342
|
+
export declare const FdCloseAllTabs: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
331
343
|
/**
|
|
332
344
|
* The FdCloseFromLeft icon
|
|
333
345
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1106%3A186
|
|
334
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
346
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/46315d43-5d56-4cab-941a-2b01f49bd2df
|
|
335
347
|
**/
|
|
336
|
-
export declare const FdCloseFromLeft: (props: JSX.IntrinsicElements[
|
|
348
|
+
export declare const FdCloseFromLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
337
349
|
/**
|
|
338
350
|
* The FdCloseFromRight icon
|
|
339
351
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1105%3A181
|
|
340
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
352
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f0720c02-3645-49f7-af51-aa0d10a5f18c
|
|
341
353
|
**/
|
|
342
|
-
export declare const FdCloseFromRight: (props: JSX.IntrinsicElements[
|
|
354
|
+
export declare const FdCloseFromRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
343
355
|
/**
|
|
344
356
|
* The FdCloseNaked icon
|
|
345
357
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=850%3A106
|
|
346
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
358
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f11329a3-6974-4633-8da5-7f4650eadc2a
|
|
347
359
|
**/
|
|
348
|
-
export declare const FdCloseNaked: (props: JSX.IntrinsicElements[
|
|
360
|
+
export declare const FdCloseNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
349
361
|
/**
|
|
350
362
|
* The FdClose icon
|
|
351
363
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A258
|
|
352
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
364
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a52b2a92-8090-493c-b47d-fbac1dbd5933
|
|
353
365
|
**/
|
|
354
|
-
export declare const FdClose: (props: JSX.IntrinsicElements[
|
|
366
|
+
export declare const FdClose: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
355
367
|
/**
|
|
356
368
|
* The FdClosedFolder icon
|
|
357
369
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A510
|
|
358
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
370
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f8732a68-6de2-4fcf-8616-d7174448b162
|
|
359
371
|
**/
|
|
360
|
-
export declare const FdClosedFolder: (props: JSX.IntrinsicElements[
|
|
372
|
+
export declare const FdClosedFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
361
373
|
/**
|
|
362
374
|
* The FdCloudDownload icon
|
|
363
375
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1881%3A134
|
|
364
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
376
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3b5e7da4-9266-4a8e-b307-88ed9e4de997
|
|
365
377
|
**/
|
|
366
|
-
export declare const FdCloudDownload: (props: JSX.IntrinsicElements[
|
|
378
|
+
export declare const FdCloudDownload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
367
379
|
/**
|
|
368
380
|
* The FdCloud icon
|
|
369
381
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=536%3A100
|
|
370
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
382
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7758d328-13a9-4f7a-b6ef-3cb60e81e109
|
|
371
383
|
**/
|
|
372
|
-
export declare const FdCloud: (props: JSX.IntrinsicElements[
|
|
384
|
+
export declare const FdCloud: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
373
385
|
/**
|
|
374
386
|
* The FdCodeFile icon
|
|
375
387
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A503
|
|
376
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
388
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/55430f01-9515-4ea3-9e48-260a7dc5e7c6
|
|
377
389
|
**/
|
|
378
|
-
export declare const FdCodeFile: (props: JSX.IntrinsicElements[
|
|
390
|
+
export declare const FdCodeFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
379
391
|
/**
|
|
380
392
|
* The FdCodeFolder icon
|
|
381
393
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A248
|
|
382
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
394
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1d2bf6f4-6e56-4419-a98d-8d83a82dedef
|
|
383
395
|
**/
|
|
384
|
-
export declare const FdCodeFolder: (props: JSX.IntrinsicElements[
|
|
396
|
+
export declare const FdCodeFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
385
397
|
/**
|
|
386
398
|
* The FdCode icon
|
|
387
399
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A249
|
|
388
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
400
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c291a0e2-8a1c-4f98-9a1a-39a62ed21eb8
|
|
389
401
|
**/
|
|
390
|
-
export declare const FdCode: (props: JSX.IntrinsicElements[
|
|
402
|
+
export declare const FdCode: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
391
403
|
/**
|
|
392
404
|
* The FdCollapseAll icon
|
|
393
405
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A840
|
|
394
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
406
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e6b1e5dc-c41e-442b-b623-df932db54454
|
|
395
407
|
**/
|
|
396
|
-
export declare const FdCollapseAll: (props: JSX.IntrinsicElements[
|
|
408
|
+
export declare const FdCollapseAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
397
409
|
/**
|
|
398
410
|
* The FdCompact icon
|
|
399
411
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=510%3A132
|
|
400
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
412
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/18ac73d4-cb44-41f6-9c9a-f23e92141e7f
|
|
401
413
|
**/
|
|
402
|
-
export declare const FdCompact: (props: JSX.IntrinsicElements[
|
|
414
|
+
export declare const FdCompact: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
403
415
|
/**
|
|
404
416
|
* The FdComputer icon
|
|
405
417
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A289
|
|
406
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
418
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/37815150-1828-415b-b465-b83422a48b2e
|
|
407
419
|
**/
|
|
408
|
-
export declare const FdComputer: (props: JSX.IntrinsicElements[
|
|
420
|
+
export declare const FdComputer: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
409
421
|
/**
|
|
410
422
|
* The FdConditions icon
|
|
411
423
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1657%3A184
|
|
412
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
424
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a5dcf7ac-4ac8-483d-88b4-ccb6aa1b6591
|
|
413
425
|
**/
|
|
414
|
-
export declare const FdConditions: (props: JSX.IntrinsicElements[
|
|
426
|
+
export declare const FdConditions: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
415
427
|
/**
|
|
416
428
|
* The FdContrast icon
|
|
417
429
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=141%3A86
|
|
418
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
430
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7d4e6173-ea47-441d-b5e9-b20568c5768e
|
|
419
431
|
**/
|
|
420
|
-
export declare const FdContrast: (props: JSX.IntrinsicElements[
|
|
432
|
+
export declare const FdContrast: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
433
|
+
/**
|
|
434
|
+
* The FdCopyContent icon
|
|
435
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2269%3A260
|
|
436
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/994e2914-3041-4817-a27a-d2627c223a5c
|
|
437
|
+
**/
|
|
438
|
+
export declare const FdCopyContent: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
421
439
|
/**
|
|
422
440
|
* The FdCopyInto icon
|
|
423
441
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1078%3A143
|
|
424
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
442
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/71109f4f-f03c-4751-bfe7-b715f0c25c30
|
|
425
443
|
**/
|
|
426
|
-
export declare const FdCopyInto: (props: JSX.IntrinsicElements[
|
|
444
|
+
export declare const FdCopyInto: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
427
445
|
/**
|
|
428
446
|
* The FdCrown icon
|
|
429
447
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=453%3A76
|
|
430
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
448
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b8bd3d32-3402-4a82-9c4b-e2e57238f52b
|
|
431
449
|
**/
|
|
432
|
-
export declare const FdCrown: (props: JSX.IntrinsicElements[
|
|
450
|
+
export declare const FdCrown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
433
451
|
/**
|
|
434
452
|
* The FdCssLocal icon
|
|
435
453
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1591%3A106
|
|
436
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
454
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/250165f2-72b4-4a1b-9387-f3613213c453
|
|
437
455
|
**/
|
|
438
|
-
export declare const FdCssLocal: (props: JSX.IntrinsicElements[
|
|
456
|
+
export declare const FdCssLocal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
439
457
|
/**
|
|
440
458
|
* The FdCssShared icon
|
|
441
459
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=929%3A320
|
|
442
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
460
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/46269f2e-76b0-4c4e-aaed-c10e8b8f2d6d
|
|
443
461
|
**/
|
|
444
|
-
export declare const FdCssShared: (props: JSX.IntrinsicElements[
|
|
462
|
+
export declare const FdCssShared: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
445
463
|
/**
|
|
446
464
|
* The FdCssTheme icon
|
|
447
465
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=929%3A315
|
|
448
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
466
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/96fc83b3-7b39-4907-a295-6bf1bb171ffa
|
|
449
467
|
**/
|
|
450
|
-
export declare const FdCssTheme: (props: JSX.IntrinsicElements[
|
|
468
|
+
export declare const FdCssTheme: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
451
469
|
/**
|
|
452
470
|
* The FdCsvFile icon
|
|
453
471
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A505
|
|
454
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
472
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/78dc482c-9ca9-4384-a843-7e4e7efde2dc
|
|
455
473
|
**/
|
|
456
|
-
export declare const FdCsvFile: (props: JSX.IntrinsicElements[
|
|
474
|
+
export declare const FdCsvFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
457
475
|
/**
|
|
458
476
|
* The FdCut icon
|
|
459
477
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1076%3A118
|
|
460
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
478
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a6d24130-62de-4e08-8021-2b698b649377
|
|
461
479
|
**/
|
|
462
|
-
export declare const FdCut: (props: JSX.IntrinsicElements[
|
|
480
|
+
export declare const FdCut: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
463
481
|
/**
|
|
464
482
|
* The FdDanger icon
|
|
465
483
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A564
|
|
466
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
484
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/319315d1-0199-422b-a241-74d76a520c6e
|
|
467
485
|
**/
|
|
468
|
-
export declare const FdDanger: (props: JSX.IntrinsicElements[
|
|
486
|
+
export declare const FdDanger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
469
487
|
/**
|
|
470
488
|
* The FdDataTable icon
|
|
471
489
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A292
|
|
472
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
490
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f39c1796-bcdb-4e5b-9531-d1b7419d2477
|
|
473
491
|
**/
|
|
474
|
-
export declare const FdDataTable: (props: JSX.IntrinsicElements[
|
|
492
|
+
export declare const FdDataTable: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
475
493
|
/**
|
|
476
494
|
* The FdDatabaseCopy icon
|
|
477
495
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=471%3A81
|
|
478
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
496
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/612a63df-25ac-4685-a597-07e7a6e36a7e
|
|
479
497
|
**/
|
|
480
|
-
export declare const FdDatabaseCopy: (props: JSX.IntrinsicElements[
|
|
498
|
+
export declare const FdDatabaseCopy: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
481
499
|
/**
|
|
482
500
|
* The FdDatabaseImport icon
|
|
483
501
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A861
|
|
484
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
502
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f677db7c-60f3-42b2-aca9-8deb30b9f04c
|
|
485
503
|
**/
|
|
486
|
-
export declare const FdDatabaseImport: (props: JSX.IntrinsicElements[
|
|
504
|
+
export declare const FdDatabaseImport: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
487
505
|
/**
|
|
488
506
|
* The FdDatabase icon
|
|
489
507
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A252
|
|
490
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
508
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/49b377d6-a999-4336-bdde-64addc8bab09
|
|
491
509
|
**/
|
|
492
|
-
export declare const FdDatabase: (props: JSX.IntrinsicElements[
|
|
510
|
+
export declare const FdDatabase: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
493
511
|
/**
|
|
494
512
|
* The FdDate icon
|
|
495
513
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A277
|
|
496
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
514
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6b5a5027-894a-47f8-94be-b34c2b041d93
|
|
497
515
|
**/
|
|
498
|
-
export declare const FdDate: (props: JSX.IntrinsicElements[
|
|
516
|
+
export declare const FdDate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
499
517
|
/**
|
|
500
518
|
* The FdDebugActive icon
|
|
501
519
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A819
|
|
502
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
520
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/278d8623-e5a9-4354-8526-35a7e2fe949d
|
|
503
521
|
**/
|
|
504
|
-
export declare const FdDebugActive: (props: JSX.IntrinsicElements[
|
|
522
|
+
export declare const FdDebugActive: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
505
523
|
/**
|
|
506
524
|
* The FdDebugAttached icon
|
|
507
525
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A829
|
|
508
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
526
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/572be9b2-d5c1-4309-991c-b10c0863bdde
|
|
509
527
|
**/
|
|
510
|
-
export declare const FdDebugAttached: (props: JSX.IntrinsicElements[
|
|
528
|
+
export declare const FdDebugAttached: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
511
529
|
/**
|
|
512
530
|
* The FdDebugDetached icon
|
|
513
531
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A846
|
|
514
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
532
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/079d05eb-76d9-4529-9642-62df0970848a
|
|
515
533
|
**/
|
|
516
|
-
export declare const FdDebugDetached: (props: JSX.IntrinsicElements[
|
|
534
|
+
export declare const FdDebugDetached: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
517
535
|
/**
|
|
518
536
|
* The FdDebugError icon
|
|
519
537
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A857
|
|
520
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
538
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4367a344-be41-463e-a49f-5cb218996b72
|
|
521
539
|
**/
|
|
522
|
-
export declare const FdDebugError: (props: JSX.IntrinsicElements[
|
|
540
|
+
export declare const FdDebugError: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
523
541
|
/**
|
|
524
542
|
* The FdDebuggerContinue icon
|
|
525
543
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A541
|
|
526
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
544
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b78e02b4-00fc-4a38-9665-a288f19516a0
|
|
527
545
|
**/
|
|
528
|
-
export declare const FdDebuggerContinue: (props: JSX.IntrinsicElements[
|
|
546
|
+
export declare const FdDebuggerContinue: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
529
547
|
/**
|
|
530
548
|
* The FdDebuggerStepBack icon
|
|
531
549
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A114
|
|
532
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
550
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/90dc08a8-b731-4aef-b074-0d579b63f2df
|
|
533
551
|
**/
|
|
534
|
-
export declare const FdDebuggerStepBack: (props: JSX.IntrinsicElements[
|
|
552
|
+
export declare const FdDebuggerStepBack: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
535
553
|
/**
|
|
536
554
|
* The FdDebuggerStepInto icon
|
|
537
555
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A531
|
|
538
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
556
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7017bf22-9843-430f-9e6f-7b44e138b0e5
|
|
539
557
|
**/
|
|
540
|
-
export declare const FdDebuggerStepInto: (props: JSX.IntrinsicElements[
|
|
558
|
+
export declare const FdDebuggerStepInto: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
541
559
|
/**
|
|
542
560
|
* The FdDebuggerStepOut icon
|
|
543
561
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A529
|
|
544
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
562
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8f09afec-b4c1-4e8e-9c11-247a66f695c8
|
|
545
563
|
**/
|
|
546
|
-
export declare const FdDebuggerStepOut: (props: JSX.IntrinsicElements[
|
|
564
|
+
export declare const FdDebuggerStepOut: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
547
565
|
/**
|
|
548
566
|
* The FdDebuggerStepOver icon
|
|
549
567
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A532
|
|
550
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
568
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6e4a4b9a-75fe-4288-8d97-58fef6ffc9ad
|
|
551
569
|
**/
|
|
552
|
-
export declare const FdDebuggerStepOver: (props: JSX.IntrinsicElements[
|
|
570
|
+
export declare const FdDebuggerStepOver: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
553
571
|
/**
|
|
554
572
|
* The FdDebuggerTerminate icon
|
|
555
573
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A539
|
|
556
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
574
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ac5f9aa6-092d-4aac-8f95-a9dd551807fe
|
|
557
575
|
**/
|
|
558
|
-
export declare const FdDebuggerTerminate: (props: JSX.IntrinsicElements[
|
|
576
|
+
export declare const FdDebuggerTerminate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
559
577
|
/**
|
|
560
578
|
* The FdDebugger icon
|
|
561
579
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A533
|
|
562
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
580
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/614b96bf-8df6-4efd-8544-ced5ae07a8f9
|
|
563
581
|
**/
|
|
564
|
-
export declare const FdDebugger: (props: JSX.IntrinsicElements[
|
|
582
|
+
export declare const FdDebugger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
565
583
|
/**
|
|
566
584
|
* The FdDeleteCurrentFile icon
|
|
567
585
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2011%3A132
|
|
568
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
586
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9e6f8411-9422-40f4-b3dc-0d2ad19c5590
|
|
569
587
|
**/
|
|
570
|
-
export declare const FdDeleteCurrentFile: (props: JSX.IntrinsicElements[
|
|
588
|
+
export declare const FdDeleteCurrentFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
571
589
|
/**
|
|
572
590
|
* The FdDeleteOtherFile icon
|
|
573
591
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2011%3A133
|
|
574
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
592
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4f16584f-ac28-4516-a16f-9345886cafe9
|
|
575
593
|
**/
|
|
576
|
-
export declare const FdDeleteOtherFile: (props: JSX.IntrinsicElements[
|
|
594
|
+
export declare const FdDeleteOtherFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
577
595
|
/**
|
|
578
596
|
* The FdDesc icon
|
|
579
597
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A854
|
|
580
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
598
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/52410e0a-212c-4d7a-9ed8-6cdfe54a6b04
|
|
581
599
|
**/
|
|
582
|
-
export declare const FdDesc: (props: JSX.IntrinsicElements[
|
|
600
|
+
export declare const FdDesc: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
583
601
|
/**
|
|
584
602
|
* The FdDescribeRoles icon
|
|
585
603
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A243
|
|
586
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
604
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/36ac8715-be37-4968-9516-47dcd471ac2a
|
|
587
605
|
**/
|
|
588
|
-
export declare const FdDescribeRoles: (props: JSX.IntrinsicElements[
|
|
606
|
+
export declare const FdDescribeRoles: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
589
607
|
/**
|
|
590
608
|
* The FdDisplayList icon
|
|
591
609
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A859
|
|
592
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
610
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0c224b89-5d4e-410f-a05a-36aff32ec786
|
|
593
611
|
**/
|
|
594
|
-
export declare const FdDisplayList: (props: JSX.IntrinsicElements[
|
|
612
|
+
export declare const FdDisplayList: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
595
613
|
/**
|
|
596
614
|
* The FdDotsHorizontal icon
|
|
597
615
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1533%3A131
|
|
598
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
616
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/39e60daa-6282-4c7c-8b4e-eaac8d6bb53c
|
|
599
617
|
**/
|
|
600
|
-
export declare const FdDotsHorizontal: (props: JSX.IntrinsicElements[
|
|
618
|
+
export declare const FdDotsHorizontal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
601
619
|
/**
|
|
602
620
|
* The FdDoubleArrowDown icon
|
|
603
621
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A310
|
|
604
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
622
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e3a6f724-8bcf-4956-a905-466d5b427537
|
|
605
623
|
**/
|
|
606
|
-
export declare const FdDoubleArrowDown: (props: JSX.IntrinsicElements[
|
|
624
|
+
export declare const FdDoubleArrowDown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
607
625
|
/**
|
|
608
626
|
* The FdDoubleArrowLeft icon
|
|
609
627
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A267
|
|
610
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
628
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8c0e8204-05b3-4768-b541-bd0763844658
|
|
611
629
|
**/
|
|
612
|
-
export declare const FdDoubleArrowLeft: (props: JSX.IntrinsicElements[
|
|
630
|
+
export declare const FdDoubleArrowLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
613
631
|
/**
|
|
614
632
|
* The FdDoubleArrowRight icon
|
|
615
633
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A269
|
|
616
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
634
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6b5aedc2-af09-410c-bb59-8d1aaf7b6d1e
|
|
617
635
|
**/
|
|
618
|
-
export declare const FdDoubleArrowRight: (props: JSX.IntrinsicElements[
|
|
636
|
+
export declare const FdDoubleArrowRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
619
637
|
/**
|
|
620
638
|
* The FdDoubleArrowUp icon
|
|
621
639
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A268
|
|
622
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
640
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1cebcf2f-7078-4996-a78e-84f8af1a51b0
|
|
623
641
|
**/
|
|
624
|
-
export declare const FdDoubleArrowUp: (props: JSX.IntrinsicElements[
|
|
642
|
+
export declare const FdDoubleArrowUp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
625
643
|
/**
|
|
626
644
|
* The FdDown icon
|
|
627
645
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1372%3A81
|
|
628
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
646
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/622d0140-b1e0-4c33-8b46-aa052eb06748
|
|
629
647
|
**/
|
|
630
|
-
export declare const FdDown: (props: JSX.IntrinsicElements[
|
|
648
|
+
export declare const FdDown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
631
649
|
/**
|
|
632
650
|
* The FdDownload icon
|
|
633
651
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A560
|
|
634
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
652
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9b25d0be-4a06-407c-9444-ebedbed39789
|
|
635
653
|
**/
|
|
636
|
-
export declare const FdDownload: (props: JSX.IntrinsicElements[
|
|
654
|
+
export declare const FdDownload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
637
655
|
/**
|
|
638
656
|
* The FdDragHandle icon
|
|
639
657
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A810
|
|
640
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
658
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8c096ce0-ef7c-4b01-8278-f1c88fb5afdc
|
|
641
659
|
**/
|
|
642
|
-
export declare const FdDragHandle: (props: JSX.IntrinsicElements[
|
|
660
|
+
export declare const FdDragHandle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
643
661
|
/**
|
|
644
662
|
* The FdDrop_color icon
|
|
645
663
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A582
|
|
646
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
664
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/670fbd1a-ae33-4f1d-abdd-3a132ca370c8
|
|
647
665
|
**/
|
|
648
|
-
export declare const FdDrop_color: (props: JSX.IntrinsicElements[
|
|
666
|
+
export declare const FdDrop_color: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
649
667
|
/**
|
|
650
668
|
* The FdDuplicateAlt icon
|
|
651
669
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A270
|
|
652
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
670
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2caf61dd-514d-4eb7-acec-4f5d2a1d85a5
|
|
653
671
|
**/
|
|
654
|
-
export declare const FdDuplicateAlt: (props: JSX.IntrinsicElements[
|
|
672
|
+
export declare const FdDuplicateAlt: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
655
673
|
/**
|
|
656
674
|
* The FdDuplicate icon
|
|
657
675
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A501
|
|
658
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
676
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cedbd7ed-81ff-499e-b3db-d1cdd6a5f9cc
|
|
659
677
|
**/
|
|
660
|
-
export declare const FdDuplicate: (props: JSX.IntrinsicElements[
|
|
678
|
+
export declare const FdDuplicate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
661
679
|
/**
|
|
662
680
|
* The FdEllipse icon
|
|
663
681
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A502
|
|
664
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
682
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8d384bbd-db38-4345-ae69-eb46fda02a39
|
|
665
683
|
**/
|
|
666
|
-
export declare const FdEllipse: (props: JSX.IntrinsicElements[
|
|
684
|
+
export declare const FdEllipse: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
667
685
|
/**
|
|
668
686
|
* The FdEmpty icon
|
|
669
687
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A827
|
|
670
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
688
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7ecb7316-1ead-4a19-8882-a94ed5932c62
|
|
671
689
|
**/
|
|
672
|
-
export declare const FdEmpty: (props: JSX.IntrinsicElements[
|
|
690
|
+
export declare const FdEmpty: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
673
691
|
/**
|
|
674
692
|
* The FdEntity icon
|
|
675
693
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A293
|
|
676
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
694
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f85719e9-2b2b-48dc-af3a-d90f89219179
|
|
677
695
|
**/
|
|
678
|
-
export declare const FdEntity: (props: JSX.IntrinsicElements[
|
|
696
|
+
export declare const FdEntity: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
679
697
|
/**
|
|
680
698
|
* The FdExpandAll icon
|
|
681
699
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1107%3A187
|
|
682
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
700
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c8a65475-7dfe-49d1-bad9-1f95440ea667
|
|
683
701
|
**/
|
|
684
|
-
export declare const FdExpandAll: (props: JSX.IntrinsicElements[
|
|
702
|
+
export declare const FdExpandAll: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
685
703
|
/**
|
|
686
704
|
* The FdExpression icon
|
|
687
705
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A826
|
|
688
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
706
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/da07943f-b1c8-4baf-b4ff-c8e55c444c17
|
|
689
707
|
**/
|
|
690
|
-
export declare const FdExpression: (props: JSX.IntrinsicElements[
|
|
708
|
+
export declare const FdExpression: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
691
709
|
/**
|
|
692
710
|
* The FdEye icon
|
|
693
711
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A297
|
|
694
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
712
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2d9e5d43-8a98-40fb-a98d-49f831b39d53
|
|
713
|
+
**/
|
|
714
|
+
export declare const FdEye: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
715
|
+
/**
|
|
716
|
+
* The FdFileEmpty icon
|
|
717
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2186%3A156
|
|
718
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/08089e6a-4de3-4f0f-a7f3-343d3062e8d6
|
|
695
719
|
**/
|
|
696
|
-
export declare const
|
|
720
|
+
export declare const FdFileEmpty: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
697
721
|
/**
|
|
698
722
|
* The FdFileQodly icon
|
|
699
723
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=725%3A105
|
|
700
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
724
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/43984e36-5f67-4419-bcf8-1358b204cbcd
|
|
725
|
+
**/
|
|
726
|
+
export declare const FdFileQodly: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
727
|
+
/**
|
|
728
|
+
* The FdFileVideo icon
|
|
729
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2176%3A218
|
|
730
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/67ea2685-e920-4da3-9c78-9804cc4c6bee
|
|
731
|
+
**/
|
|
732
|
+
export declare const FdFileVideo: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
733
|
+
/**
|
|
734
|
+
* The FdFileVoice icon
|
|
735
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2225%3A215
|
|
736
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/23ea42f6-d375-42f9-be55-e5060cc9bf6c
|
|
737
|
+
**/
|
|
738
|
+
export declare const FdFileVoice: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
739
|
+
/**
|
|
740
|
+
* The FdFileZipper icon
|
|
741
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2186%3A157
|
|
742
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1f7a26ba-20d2-4f8f-9fb7-7ce642c51fde
|
|
701
743
|
**/
|
|
702
|
-
export declare const
|
|
744
|
+
export declare const FdFileZipper: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
703
745
|
/**
|
|
704
746
|
* The FdFile icon
|
|
705
747
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A824
|
|
706
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
748
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0cde1c7d-1d48-4451-8fae-942b8f6f8941
|
|
707
749
|
**/
|
|
708
|
-
export declare const FdFile: (props: JSX.IntrinsicElements[
|
|
750
|
+
export declare const FdFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
709
751
|
/**
|
|
710
752
|
* The FdFilter icon
|
|
711
753
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=517%3A186
|
|
712
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
754
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/263be53e-d5ee-40a3-8c6b-ecfa41e094e6
|
|
713
755
|
**/
|
|
714
|
-
export declare const FdFilter: (props: JSX.IntrinsicElements[
|
|
756
|
+
export declare const FdFilter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
715
757
|
/**
|
|
716
758
|
* The FdFirstPage icon
|
|
717
759
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A111
|
|
718
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
760
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a4ba23bb-40c5-4e3a-ac8f-2a1310598cfc
|
|
719
761
|
**/
|
|
720
|
-
export declare const FdFirstPage: (props: JSX.IntrinsicElements[
|
|
762
|
+
export declare const FdFirstPage: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
721
763
|
/**
|
|
722
764
|
* The FdFitZoom icon
|
|
723
765
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=986%3A92
|
|
724
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
766
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/0069c5f6-bc14-415e-a9e9-c3b2f58e1fae
|
|
725
767
|
**/
|
|
726
|
-
export declare const FdFitZoom: (props: JSX.IntrinsicElements[
|
|
768
|
+
export declare const FdFitZoom: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
727
769
|
/**
|
|
728
770
|
* The FdFlag icon
|
|
729
771
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A272
|
|
730
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
772
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/caed8620-026d-4b52-905e-132ff08286cc
|
|
731
773
|
**/
|
|
732
|
-
export declare const FdFlag: (props: JSX.IntrinsicElements[
|
|
774
|
+
export declare const FdFlag: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
733
775
|
/**
|
|
734
776
|
* The FdFlexCenterHorizontal icon
|
|
735
777
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A530
|
|
736
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
778
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/48f02f68-6b3f-4e80-8627-5237b4c7f1d3
|
|
737
779
|
**/
|
|
738
|
-
export declare const FdFlexCenterHorizontal: (props: JSX.IntrinsicElements[
|
|
780
|
+
export declare const FdFlexCenterHorizontal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
739
781
|
/**
|
|
740
782
|
* The FdFlexEnd icon
|
|
741
783
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A514
|
|
742
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
784
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c312fe6b-f4de-470f-a288-eb7469850c11
|
|
743
785
|
**/
|
|
744
|
-
export declare const FdFlexEnd: (props: JSX.IntrinsicElements[
|
|
786
|
+
export declare const FdFlexEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
745
787
|
/**
|
|
746
788
|
* The FdFlexNowrap icon
|
|
747
789
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A821
|
|
748
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
790
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9d13a585-6db0-4536-aefe-b18fea66d729
|
|
749
791
|
**/
|
|
750
|
-
export declare const FdFlexNowrap: (props: JSX.IntrinsicElements[
|
|
792
|
+
export declare const FdFlexNowrap: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
751
793
|
/**
|
|
752
794
|
* The FdFlexStart icon
|
|
753
795
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A515
|
|
754
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
796
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8f7b9ebb-9906-4a12-9f2e-4ff400616bcb
|
|
755
797
|
**/
|
|
756
|
-
export declare const FdFlexStart: (props: JSX.IntrinsicElements[
|
|
798
|
+
export declare const FdFlexStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
757
799
|
/**
|
|
758
800
|
* The FdFlexWrap icon
|
|
759
801
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A853
|
|
760
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
802
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8da809ee-5bf7-407e-b336-81216fc3fe9e
|
|
761
803
|
**/
|
|
762
|
-
export declare const FdFlexWrap: (props: JSX.IntrinsicElements[
|
|
804
|
+
export declare const FdFlexWrap: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
763
805
|
/**
|
|
764
806
|
* The FdFlex icon
|
|
765
807
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A559
|
|
766
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
808
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/81e0a035-8930-4ebd-856f-cc7038285c66
|
|
767
809
|
**/
|
|
768
|
-
export declare const FdFlex: (props: JSX.IntrinsicElements[
|
|
810
|
+
export declare const FdFlex: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
769
811
|
/**
|
|
770
812
|
* The FdFloat icon
|
|
771
813
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A312
|
|
772
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
814
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4323acd1-37f5-4ac2-8506-2dcf6dcb8711
|
|
773
815
|
**/
|
|
774
|
-
export declare const FdFloat: (props: JSX.IntrinsicElements[
|
|
816
|
+
export declare const FdFloat: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
775
817
|
/**
|
|
776
818
|
* The FdFocusCenter icon
|
|
777
819
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A124
|
|
778
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
820
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/691affe2-93cf-4e77-8d2e-dc54a2501fad
|
|
779
821
|
**/
|
|
780
|
-
export declare const FdFocusCenter: (props: JSX.IntrinsicElements[
|
|
822
|
+
export declare const FdFocusCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
781
823
|
/**
|
|
782
824
|
* The FdFolderModal icon
|
|
783
825
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A255
|
|
784
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
826
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5ee076d2-e232-487d-ba42-82e408c9d43b
|
|
785
827
|
**/
|
|
786
|
-
export declare const FdFolderModal: (props: JSX.IntrinsicElements[
|
|
828
|
+
export declare const FdFolderModal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
787
829
|
/**
|
|
788
830
|
* The FdFolderModel icon
|
|
789
831
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A511
|
|
790
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
832
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b4359c15-c6df-41fd-92fe-aeba78f7281b
|
|
791
833
|
**/
|
|
792
|
-
export declare const FdFolderModel: (props: JSX.IntrinsicElements[
|
|
834
|
+
export declare const FdFolderModel: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
793
835
|
/**
|
|
794
836
|
* The FdFont icon
|
|
795
837
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A316
|
|
796
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
838
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f04c7a93-16b8-43d9-9ebe-95793efe2679
|
|
797
839
|
**/
|
|
798
|
-
export declare const FdFont: (props: JSX.IntrinsicElements[
|
|
840
|
+
export declare const FdFont: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
841
|
+
/**
|
|
842
|
+
* The FdFullScreen icon
|
|
843
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2266%3A200
|
|
844
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/03ef70c4-04a4-48e4-9475-041e283a5a42
|
|
845
|
+
**/
|
|
846
|
+
export declare const FdFullScreen: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
799
847
|
/**
|
|
800
848
|
* The FdFunction icon
|
|
801
849
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1785%3A623
|
|
802
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
850
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/72615475-b30b-4043-b51f-3020e691cc58
|
|
803
851
|
**/
|
|
804
|
-
export declare const FdFunction: (props: JSX.IntrinsicElements[
|
|
852
|
+
export declare const FdFunction: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
805
853
|
/**
|
|
806
854
|
* The FdGeneric icon
|
|
807
855
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A811
|
|
808
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
856
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/363cc9ed-713a-4af3-97c9-d2001cdd41ad
|
|
809
857
|
**/
|
|
810
|
-
export declare const FdGeneric: (props: JSX.IntrinsicElements[
|
|
858
|
+
export declare const FdGeneric: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
811
859
|
/**
|
|
812
860
|
* The FdGrid icon
|
|
813
861
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A579
|
|
814
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
862
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/51c81408-2379-4aed-8fbc-857e2c68be8f
|
|
815
863
|
**/
|
|
816
|
-
export declare const FdGrid: (props: JSX.IntrinsicElements[
|
|
864
|
+
export declare const FdGrid: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
817
865
|
/**
|
|
818
866
|
* The FdGroupAdd icon
|
|
819
867
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A244
|
|
820
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
868
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/28aa3e53-830a-46ea-9bcf-2e6cac6e0f18
|
|
821
869
|
**/
|
|
822
|
-
export declare const FdGroupAdd: (props: JSX.IntrinsicElements[
|
|
870
|
+
export declare const FdGroupAdd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
823
871
|
/**
|
|
824
872
|
* The FdGroup icon
|
|
825
873
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A245
|
|
826
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
874
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/949c29f3-98ca-42f4-a9b2-746445c9c7c0
|
|
827
875
|
**/
|
|
828
|
-
export declare const FdGroup: (props: JSX.IntrinsicElements[
|
|
876
|
+
export declare const FdGroup: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
829
877
|
/**
|
|
830
878
|
* The FdGuest icon
|
|
831
879
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A535
|
|
832
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
880
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7ef95d36-4862-42bc-9f9f-ab78f8292f51
|
|
833
881
|
**/
|
|
834
|
-
export declare const FdGuest: (props: JSX.IntrinsicElements[
|
|
882
|
+
export declare const FdGuest: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
835
883
|
/**
|
|
836
884
|
* The FdHelp icon
|
|
837
885
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=149%3A136
|
|
838
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
886
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/29b0922c-fbe0-4838-a049-26de20299f7b
|
|
839
887
|
**/
|
|
840
|
-
export declare const FdHelp: (props: JSX.IntrinsicElements[
|
|
888
|
+
export declare const FdHelp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
841
889
|
/**
|
|
842
890
|
* The FdHidden icon
|
|
843
891
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A287
|
|
844
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
892
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/56ed22a6-d36f-4a13-9a3f-f3c07efd9e07
|
|
845
893
|
**/
|
|
846
|
-
export declare const FdHidden: (props: JSX.IntrinsicElements[
|
|
894
|
+
export declare const FdHidden: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
847
895
|
/**
|
|
848
896
|
* The FdImageFilled icon
|
|
849
897
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=725%3A117
|
|
850
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
898
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a741d0c5-db36-477d-a4d9-476c4d1ea4ee
|
|
851
899
|
**/
|
|
852
|
-
export declare const FdImageFilled: (props: JSX.IntrinsicElements[
|
|
900
|
+
export declare const FdImageFilled: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
853
901
|
/**
|
|
854
902
|
* The FdImage icon
|
|
855
903
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A283
|
|
856
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
904
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f544c47a-1369-42aa-8682-5faaf950b356
|
|
857
905
|
**/
|
|
858
|
-
export declare const FdImage: (props: JSX.IntrinsicElements[
|
|
906
|
+
export declare const FdImage: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
859
907
|
/**
|
|
860
908
|
* The FdInfoBold icon
|
|
861
909
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A578
|
|
862
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
910
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/69e46d22-9252-4930-b745-0c7b07ee3aff
|
|
863
911
|
**/
|
|
864
|
-
export declare const FdInfoBold: (props: JSX.IntrinsicElements[
|
|
912
|
+
export declare const FdInfoBold: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
865
913
|
/**
|
|
866
914
|
* The FdInfoCircle icon
|
|
867
915
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A841
|
|
868
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
916
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a0ec2128-73dd-4d8f-8d8d-0c55a9bfacd8
|
|
869
917
|
**/
|
|
870
|
-
export declare const FdInfoCircle: (props: JSX.IntrinsicElements[
|
|
918
|
+
export declare const FdInfoCircle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
871
919
|
/**
|
|
872
920
|
* The FdInlineBlock icon
|
|
873
921
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A633
|
|
874
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
922
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/450844d5-35f1-4306-8f14-56841e65093b
|
|
875
923
|
**/
|
|
876
|
-
export declare const FdInlineBlock: (props: JSX.IntrinsicElements[
|
|
924
|
+
export declare const FdInlineBlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
877
925
|
/**
|
|
878
926
|
* The FdInline icon
|
|
879
927
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A847
|
|
880
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
928
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3efbc6ff-58af-42c2-a8d2-2ef4568f781d
|
|
881
929
|
**/
|
|
882
|
-
export declare const FdInline: (props: JSX.IntrinsicElements[
|
|
930
|
+
export declare const FdInline: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
883
931
|
/**
|
|
884
932
|
* The FdInput icon
|
|
885
933
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A309
|
|
886
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
934
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a5f05946-b968-48d8-bac2-ec6ca9d752f2
|
|
887
935
|
**/
|
|
888
|
-
export declare const FdInput: (props: JSX.IntrinsicElements[
|
|
936
|
+
export declare const FdInput: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
889
937
|
/**
|
|
890
938
|
* The FdInspect icon
|
|
891
939
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A812
|
|
892
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
940
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cb8fc3fb-e81f-4159-9f35-5cb2cf3b4c78
|
|
893
941
|
**/
|
|
894
|
-
export declare const FdInspect: (props: JSX.IntrinsicElements[
|
|
942
|
+
export declare const FdInspect: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
895
943
|
/**
|
|
896
944
|
* The FdItalic icon
|
|
897
945
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A523
|
|
898
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
946
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/677d2688-a15f-456b-8b8b-75628ad77745
|
|
899
947
|
**/
|
|
900
|
-
export declare const FdItalic: (props: JSX.IntrinsicElements[
|
|
948
|
+
export declare const FdItalic: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
901
949
|
/**
|
|
902
950
|
* The FdJustifyCenter icon
|
|
903
951
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A571
|
|
904
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
952
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ced32b48-095e-4476-8b87-8bb24b7c7cd6
|
|
905
953
|
**/
|
|
906
|
-
export declare const FdJustifyCenter: (props: JSX.IntrinsicElements[
|
|
954
|
+
export declare const FdJustifyCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
907
955
|
/**
|
|
908
956
|
* The FdJustifyEnd icon
|
|
909
957
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A557
|
|
910
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
958
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e4ecb363-97a0-4010-aeb0-f8ddac13401b
|
|
911
959
|
**/
|
|
912
|
-
export declare const FdJustifyEnd: (props: JSX.IntrinsicElements[
|
|
960
|
+
export declare const FdJustifyEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
913
961
|
/**
|
|
914
962
|
* The FdJustifyStart icon
|
|
915
963
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A554
|
|
916
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
964
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e038cc5a-373d-4019-b01c-f6bbdb8ff9b7
|
|
917
965
|
**/
|
|
918
|
-
export declare const FdJustifyStart: (props: JSX.IntrinsicElements[
|
|
966
|
+
export declare const FdJustifyStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
919
967
|
/**
|
|
920
968
|
* The FdKey icon
|
|
921
969
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A585
|
|
922
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
970
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/48470aa0-0567-4692-b68d-fa5b680fa1d2
|
|
923
971
|
**/
|
|
924
|
-
export declare const FdKey: (props: JSX.IntrinsicElements[
|
|
972
|
+
export declare const FdKey: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
925
973
|
/**
|
|
926
974
|
* The FdLabel icon
|
|
927
975
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A524
|
|
928
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
976
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/550477dc-c1e2-472a-86f7-c5c8ef5ea590
|
|
929
977
|
**/
|
|
930
|
-
export declare const FdLabel: (props: JSX.IntrinsicElements[
|
|
978
|
+
export declare const FdLabel: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
931
979
|
/**
|
|
932
980
|
* The FdLastPage icon
|
|
933
981
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A103
|
|
934
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
982
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d74effd5-b994-4ef1-bae1-4c564394c944
|
|
935
983
|
**/
|
|
936
|
-
export declare const FdLastPage: (props: JSX.IntrinsicElements[
|
|
984
|
+
export declare const FdLastPage: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
937
985
|
/**
|
|
938
986
|
* The FdLeft icon
|
|
939
987
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1371%3A82
|
|
940
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
988
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dbc569b6-2547-4f0d-b165-9fab055809e0
|
|
941
989
|
**/
|
|
942
|
-
export declare const FdLeft: (props: JSX.IntrinsicElements[
|
|
990
|
+
export declare const FdLeft: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
943
991
|
/**
|
|
944
992
|
* The FdLightning icon
|
|
945
993
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1008%3A82
|
|
946
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
994
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4df88d59-3ec2-412d-bf00-7d450788f3bb
|
|
947
995
|
**/
|
|
948
|
-
export declare const FdLightning: (props: JSX.IntrinsicElements[
|
|
996
|
+
export declare const FdLightning: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
949
997
|
/**
|
|
950
998
|
* The FdLine_throw icon
|
|
951
999
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=813%3A88
|
|
952
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1000
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/71cb6c9e-c53e-4615-bdc3-b1a21872bb3a
|
|
953
1001
|
**/
|
|
954
|
-
export declare const FdLine_throw: (props: JSX.IntrinsicElements[
|
|
1002
|
+
export declare const FdLine_throw: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
955
1003
|
/**
|
|
956
1004
|
* The FdLink icon
|
|
957
1005
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A580
|
|
958
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1006
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f6960e39-1fc4-4f9b-b1f6-c59e2d49438d
|
|
959
1007
|
**/
|
|
960
|
-
export declare const FdLink: (props: JSX.IntrinsicElements[
|
|
1008
|
+
export declare const FdLink: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
961
1009
|
/**
|
|
962
1010
|
* The FdList1 icon
|
|
963
1011
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A653
|
|
964
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1012
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e98e8111-d620-49be-96d4-560c81c1a121
|
|
965
1013
|
**/
|
|
966
|
-
export declare const FdList1: (props: JSX.IntrinsicElements[
|
|
1014
|
+
export declare const FdList1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
967
1015
|
/**
|
|
968
1016
|
* The FdList icon
|
|
969
1017
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A260
|
|
970
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1018
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4734c2e0-825e-49e6-87f5-2849b35c8c56
|
|
971
1019
|
**/
|
|
972
|
-
export declare const FdList: (props: JSX.IntrinsicElements[
|
|
1020
|
+
export declare const FdList: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
973
1021
|
/**
|
|
974
1022
|
* The FdLoaderTab icon
|
|
975
1023
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A822
|
|
976
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1024
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1e2700d6-a986-4fe8-a32f-9cdf6b53f39a
|
|
977
1025
|
**/
|
|
978
|
-
export declare const FdLoaderTab: (props: JSX.IntrinsicElements[
|
|
1026
|
+
export declare const FdLoaderTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
979
1027
|
/**
|
|
980
1028
|
* The FdLock icon
|
|
981
1029
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A294
|
|
982
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1030
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9dee56a9-4433-4486-9e51-409460ac9e82
|
|
983
1031
|
**/
|
|
984
|
-
export declare const FdLock: (props: JSX.IntrinsicElements[
|
|
1032
|
+
export declare const FdLock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
985
1033
|
/**
|
|
986
1034
|
* The FdLogout icon
|
|
987
1035
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1513%3A132
|
|
988
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1036
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/202f08a6-b327-4bc6-bab0-ed2350b22a2d
|
|
989
1037
|
**/
|
|
990
|
-
export declare const FdLogout: (props: JSX.IntrinsicElements[
|
|
1038
|
+
export declare const FdLogout: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
991
1039
|
/**
|
|
992
1040
|
* The FdLongLong icon
|
|
993
1041
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A271
|
|
994
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1042
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/daecfd53-cbdb-4709-b8ac-9fba3e337aa6
|
|
995
1043
|
**/
|
|
996
|
-
export declare const FdLongLong: (props: JSX.IntrinsicElements[
|
|
1044
|
+
export declare const FdLongLong: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
997
1045
|
/**
|
|
998
1046
|
* The FdLong icon
|
|
999
1047
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A266
|
|
1000
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1048
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e8a5668a-601c-4b99-a087-3a10530a7e54
|
|
1001
1049
|
**/
|
|
1002
|
-
export declare const FdLong: (props: JSX.IntrinsicElements[
|
|
1050
|
+
export declare const FdLong: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1003
1051
|
/**
|
|
1004
1052
|
* The FdLowercase icon
|
|
1005
1053
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=815%3A82
|
|
1006
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1054
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/d9ea7095-97e6-42ce-9fc7-cb1afd3bfa5a
|
|
1007
1055
|
**/
|
|
1008
|
-
export declare const FdLowercase: (props: JSX.IntrinsicElements[
|
|
1056
|
+
export declare const FdLowercase: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1009
1057
|
/**
|
|
1010
1058
|
* The FdMagic icon
|
|
1011
1059
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1598%3A156
|
|
1012
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1060
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1fc321a3-64d1-42a5-a857-6610034513a4
|
|
1013
1061
|
**/
|
|
1014
|
-
export declare const FdMagic: (props: JSX.IntrinsicElements[
|
|
1062
|
+
export declare const FdMagic: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1015
1063
|
/**
|
|
1016
1064
|
* The FdMatrix icon
|
|
1017
1065
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A845
|
|
1018
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1066
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/082ca693-295d-4f7b-a1f4-fc2a4ce94b57
|
|
1019
1067
|
**/
|
|
1020
|
-
export declare const FdMatrix: (props: JSX.IntrinsicElements[
|
|
1068
|
+
export declare const FdMatrix: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1021
1069
|
/**
|
|
1022
1070
|
* The FdMenuContext icon
|
|
1023
1071
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=956%3A84
|
|
1024
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1072
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/92d25700-d9e9-4fcf-a4ba-ed672a10f6ce
|
|
1025
1073
|
**/
|
|
1026
|
-
export declare const FdMenuContext: (props: JSX.IntrinsicElements[
|
|
1074
|
+
export declare const FdMenuContext: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1027
1075
|
/**
|
|
1028
1076
|
* The FdMergeHorizontal icon
|
|
1029
1077
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1881%3A132
|
|
1030
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1078
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f03c7ae8-72e6-42d0-9bdd-0d23f8e4eb77
|
|
1031
1079
|
**/
|
|
1032
|
-
export declare const FdMergeHorizontal: (props: JSX.IntrinsicElements[
|
|
1080
|
+
export declare const FdMergeHorizontal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1033
1081
|
/**
|
|
1034
1082
|
* The FdMergeVertical icon
|
|
1035
1083
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1881%3A133
|
|
1036
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1084
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/eee263ba-6f89-43af-8242-ffa609f0c0bd
|
|
1037
1085
|
**/
|
|
1038
|
-
export declare const FdMergeVertical: (props: JSX.IntrinsicElements[
|
|
1086
|
+
export declare const FdMergeVertical: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1039
1087
|
/**
|
|
1040
1088
|
* The FdMicrochip1 icon
|
|
1041
1089
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A832
|
|
1042
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1090
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2643c665-82b7-4ad8-9cdd-5603709893fd
|
|
1043
1091
|
**/
|
|
1044
|
-
export declare const FdMicrochip1: (props: JSX.IntrinsicElements[
|
|
1092
|
+
export declare const FdMicrochip1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1045
1093
|
/**
|
|
1046
1094
|
* The FdMicrochip2 icon
|
|
1047
1095
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A818
|
|
1048
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1096
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/66404fb5-a0ea-4346-83d1-c00f7a513fec
|
|
1049
1097
|
**/
|
|
1050
|
-
export declare const FdMicrochip2: (props: JSX.IntrinsicElements[
|
|
1098
|
+
export declare const FdMicrochip2: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1051
1099
|
/**
|
|
1052
1100
|
* The FdMicrochip3 icon
|
|
1053
1101
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A831
|
|
1054
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1102
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/13af2953-2893-4488-90c7-d6de984cb228
|
|
1055
1103
|
**/
|
|
1056
|
-
export declare const FdMicrochip3: (props: JSX.IntrinsicElements[
|
|
1104
|
+
export declare const FdMicrochip3: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1057
1105
|
/**
|
|
1058
1106
|
* The FdMicrochipSlash icon
|
|
1059
1107
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A280
|
|
1060
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1108
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f7178a14-0970-4a59-be74-9507ea91731f
|
|
1061
1109
|
**/
|
|
1062
|
-
export declare const FdMicrochipSlash: (props: JSX.IntrinsicElements[
|
|
1110
|
+
export declare const FdMicrochipSlash: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1063
1111
|
/**
|
|
1064
1112
|
* The FdMicrochip icon
|
|
1065
1113
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A281
|
|
1066
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1114
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7db2892a-8600-46d0-94ab-418afed13dcb
|
|
1067
1115
|
**/
|
|
1068
|
-
export declare const FdMicrochip: (props: JSX.IntrinsicElements[
|
|
1116
|
+
export declare const FdMicrochip: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1069
1117
|
/**
|
|
1070
1118
|
* The FdMinusNaked icon
|
|
1071
1119
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A470
|
|
1072
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1120
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3f681fea-1a2a-4cc0-8268-a9b33aaa25d0
|
|
1073
1121
|
**/
|
|
1074
|
-
export declare const FdMinusNaked: (props: JSX.IntrinsicElements[
|
|
1122
|
+
export declare const FdMinusNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1075
1123
|
/**
|
|
1076
1124
|
* The FdMinus icon
|
|
1077
1125
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A256
|
|
1078
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1126
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dbc6ca66-1ec9-4cb0-83ca-7792918f6e21
|
|
1079
1127
|
**/
|
|
1080
|
-
export declare const FdMinus: (props: JSX.IntrinsicElements[
|
|
1128
|
+
export declare const FdMinus: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1081
1129
|
/**
|
|
1082
1130
|
* The FdModal icon
|
|
1083
1131
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A820
|
|
1084
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1132
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/561b355b-3ccf-4190-b780-11338289a3a9
|
|
1085
1133
|
**/
|
|
1086
|
-
export declare const FdModal: (props: JSX.IntrinsicElements[
|
|
1134
|
+
export declare const FdModal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1087
1135
|
/**
|
|
1088
1136
|
* The FdModel2 icon
|
|
1089
1137
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A507
|
|
1090
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1138
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/eba20b5c-7b27-4440-842c-3c945bcadf19
|
|
1091
1139
|
**/
|
|
1092
|
-
export declare const FdModel2: (props: JSX.IntrinsicElements[
|
|
1140
|
+
export declare const FdModel2: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1093
1141
|
/**
|
|
1094
1142
|
* The FdModel3 icon
|
|
1095
1143
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A264
|
|
1096
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1144
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b76a05a2-eaae-4c23-b3b2-8dab1eaa442a
|
|
1097
1145
|
**/
|
|
1098
|
-
export declare const FdModel3: (props: JSX.IntrinsicElements[
|
|
1146
|
+
export declare const FdModel3: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1099
1147
|
/**
|
|
1100
1148
|
* The FdModel icon
|
|
1101
1149
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A508
|
|
1102
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1150
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f33883d4-8926-4248-96e3-bdbc74e6b45e
|
|
1103
1151
|
**/
|
|
1104
|
-
export declare const FdModel: (props: JSX.IntrinsicElements[
|
|
1152
|
+
export declare const FdModel: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1105
1153
|
/**
|
|
1106
1154
|
* The FdMoveHorizontal icon
|
|
1107
1155
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A427
|
|
1108
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1156
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9b3c81cd-a2f2-48e5-baa7-e7f2f7ce9143
|
|
1109
1157
|
**/
|
|
1110
|
-
export declare const FdMoveHorizontal: (props: JSX.IntrinsicElements[
|
|
1158
|
+
export declare const FdMoveHorizontal: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1111
1159
|
/**
|
|
1112
1160
|
* The FdMoveVertical icon
|
|
1113
1161
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A422
|
|
1114
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1162
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3631b955-1835-494a-8588-131303c6f513
|
|
1115
1163
|
**/
|
|
1116
|
-
export declare const FdMoveVertical: (props: JSX.IntrinsicElements[
|
|
1164
|
+
export declare const FdMoveVertical: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1117
1165
|
/**
|
|
1118
1166
|
* The FdNavigation icon
|
|
1119
1167
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A558
|
|
1120
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1168
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9030cb2c-9e63-4a9e-8318-6cca9f8713bd
|
|
1121
1169
|
**/
|
|
1122
|
-
export declare const FdNavigation: (props: JSX.IntrinsicElements[
|
|
1170
|
+
export declare const FdNavigation: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1123
1171
|
/**
|
|
1124
1172
|
* The FdNewFolder icon
|
|
1125
1173
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A512
|
|
1126
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1174
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e40080bb-e716-43fa-9e19-2eaf2f33ae00
|
|
1127
1175
|
**/
|
|
1128
|
-
export declare const FdNewFolder: (props: JSX.IntrinsicElements[
|
|
1176
|
+
export declare const FdNewFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1129
1177
|
/**
|
|
1130
1178
|
* The FdNewTab icon
|
|
1131
1179
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A852
|
|
1132
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1180
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a1de918d-95c3-468f-ab49-1b3ff256819e
|
|
1133
1181
|
**/
|
|
1134
|
-
export declare const FdNewTab: (props: JSX.IntrinsicElements[
|
|
1182
|
+
export declare const FdNewTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1135
1183
|
/**
|
|
1136
1184
|
* The FdNewWindow icon
|
|
1137
1185
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A834
|
|
1138
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1186
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7b0a2c6c-8f55-43ae-9981-fe2ed906bd50
|
|
1139
1187
|
**/
|
|
1140
|
-
export declare const FdNewWindow: (props: JSX.IntrinsicElements[
|
|
1188
|
+
export declare const FdNewWindow: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1141
1189
|
/**
|
|
1142
1190
|
* The FdNextBlock icon
|
|
1143
1191
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A527
|
|
1144
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1192
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/45093806-bdff-45c7-9d9c-90f8f593dbdf
|
|
1145
1193
|
**/
|
|
1146
|
-
export declare const FdNextBlock: (props: JSX.IntrinsicElements[
|
|
1194
|
+
export declare const FdNextBlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1147
1195
|
/**
|
|
1148
1196
|
* The FdNoWifi icon
|
|
1149
1197
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1485%3A101
|
|
1150
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1198
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/76013bc5-7967-4a8d-9b97-0b25e71596ca
|
|
1151
1199
|
**/
|
|
1152
|
-
export declare const FdNoWifi: (props: JSX.IntrinsicElements[
|
|
1200
|
+
export declare const FdNoWifi: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1153
1201
|
/**
|
|
1154
1202
|
* The FdNonPreemptiveMode icon
|
|
1155
1203
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A521
|
|
1156
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1204
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3eb37a1e-e7e7-4f3a-8bbc-6098bc95da78
|
|
1157
1205
|
**/
|
|
1158
|
-
export declare const FdNonPreemptiveMode: (props: JSX.IntrinsicElements[
|
|
1206
|
+
export declare const FdNonPreemptiveMode: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1159
1207
|
/**
|
|
1160
1208
|
* The FdNone icon
|
|
1161
1209
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1806%3A654
|
|
1162
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1210
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cca09c76-359d-48a8-b58a-881ad861e767
|
|
1163
1211
|
**/
|
|
1164
|
-
export declare const FdNone: (props: JSX.IntrinsicElements[
|
|
1212
|
+
export declare const FdNone: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1165
1213
|
/**
|
|
1166
1214
|
* The FdObject icon
|
|
1167
1215
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A299
|
|
1168
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1216
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a96f1b54-e2cb-4c42-9b4f-83ffce6c1244
|
|
1169
1217
|
**/
|
|
1170
|
-
export declare const FdObject: (props: JSX.IntrinsicElements[
|
|
1218
|
+
export declare const FdObject: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1171
1219
|
/**
|
|
1172
1220
|
* The FdOpenFolder icon
|
|
1173
1221
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A254
|
|
1174
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1222
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e5ab22c6-3bfb-4f13-aa70-4fd285784c0a
|
|
1223
|
+
**/
|
|
1224
|
+
export declare const FdOpenFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1225
|
+
/**
|
|
1226
|
+
* The FdOr icon
|
|
1227
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1722%3A347
|
|
1228
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/166afbfb-8136-491b-863a-73ad0decc328
|
|
1175
1229
|
**/
|
|
1176
|
-
export declare const
|
|
1230
|
+
export declare const FdOr: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1177
1231
|
/**
|
|
1178
1232
|
* The FdOutload icon
|
|
1179
1233
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1722%3A355
|
|
1180
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1234
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f5b64d9b-4c76-485a-bb70-5c3168ae6acc
|
|
1181
1235
|
**/
|
|
1182
|
-
export declare const FdOutload: (props: JSX.IntrinsicElements[
|
|
1236
|
+
export declare const FdOutload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1183
1237
|
/**
|
|
1184
1238
|
* The FdOutputArrow icon
|
|
1185
1239
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A563
|
|
1186
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1240
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3090da87-6694-48fd-b393-54d3eb2c3978
|
|
1187
1241
|
**/
|
|
1188
|
-
export declare const FdOutputArrow: (props: JSX.IntrinsicElements[
|
|
1242
|
+
export declare const FdOutputArrow: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1189
1243
|
/**
|
|
1190
1244
|
* The FdPalette icon
|
|
1191
1245
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=815%3A115
|
|
1192
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1246
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/ac896cc9-1f10-494b-822d-328b168ca953
|
|
1247
|
+
**/
|
|
1248
|
+
export declare const FdPalette: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1249
|
+
/**
|
|
1250
|
+
* The FdPasteInto icon
|
|
1251
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2269%3A245
|
|
1252
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c491c9a7-5c7a-4e34-abf4-122e3e4efc66
|
|
1253
|
+
**/
|
|
1254
|
+
export declare const FdPasteInto: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1255
|
+
/**
|
|
1256
|
+
* The FdPaste icon
|
|
1257
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2268%3A182
|
|
1258
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/818b715a-b0bd-41af-93ce-78bc9a8fa54f
|
|
1193
1259
|
**/
|
|
1194
|
-
export declare const
|
|
1260
|
+
export declare const FdPaste: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1195
1261
|
/**
|
|
1196
1262
|
* The FdPause icon
|
|
1197
1263
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A655
|
|
1198
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1264
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/da9afd57-4a2c-422e-8fe1-eeccbc7309de
|
|
1199
1265
|
**/
|
|
1200
|
-
export declare const FdPause: (props: JSX.IntrinsicElements[
|
|
1266
|
+
export declare const FdPause: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1201
1267
|
/**
|
|
1202
1268
|
* The FdPdf icon
|
|
1203
1269
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1008%3A80
|
|
1204
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1270
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b4c0d4cf-7312-40b6-9f09-32b01dfa9e33
|
|
1205
1271
|
**/
|
|
1206
|
-
export declare const FdPdf: (props: JSX.IntrinsicElements[
|
|
1272
|
+
export declare const FdPdf: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1207
1273
|
/**
|
|
1208
1274
|
* The FdPen icon
|
|
1209
1275
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A305
|
|
1210
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1276
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a665775c-3f54-4fa0-8eda-c3d20bb2efb9
|
|
1211
1277
|
**/
|
|
1212
|
-
export declare const FdPen: (props: JSX.IntrinsicElements[
|
|
1278
|
+
export declare const FdPen: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1213
1279
|
/**
|
|
1214
1280
|
* The FdPhoneRotate icon
|
|
1215
1281
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A286
|
|
1216
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1282
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5e56229e-f4d3-4c92-81b1-7817d0e8091f
|
|
1217
1283
|
**/
|
|
1218
|
-
export declare const FdPhoneRotate: (props: JSX.IntrinsicElements[
|
|
1284
|
+
export declare const FdPhoneRotate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1219
1285
|
/**
|
|
1220
1286
|
* The FdPhone icon
|
|
1221
1287
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A308
|
|
1222
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1288
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4837b399-1905-4567-a11a-52e20976e114
|
|
1223
1289
|
**/
|
|
1224
|
-
export declare const FdPhone: (props: JSX.IntrinsicElements[
|
|
1290
|
+
export declare const FdPhone: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1225
1291
|
/**
|
|
1226
1292
|
* The FdPiNaked icon
|
|
1227
1293
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A514
|
|
1228
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1294
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3305aaef-0d51-4ce1-9139-1ee4f2b61521
|
|
1229
1295
|
**/
|
|
1230
|
-
export declare const FdPiNaked: (props: JSX.IntrinsicElements[
|
|
1296
|
+
export declare const FdPiNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1231
1297
|
/**
|
|
1232
1298
|
* The FdPi icon
|
|
1233
1299
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A567
|
|
1234
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1300
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/fb66c1e8-9571-4dd1-a947-7b67f7bd50fe
|
|
1235
1301
|
**/
|
|
1236
|
-
export declare const FdPi: (props: JSX.IntrinsicElements[
|
|
1302
|
+
export declare const FdPi: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1237
1303
|
/**
|
|
1238
1304
|
* The FdPie icon
|
|
1239
1305
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A855
|
|
1240
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1306
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9d06622a-4aa7-4d10-93c4-1614762224a8
|
|
1241
1307
|
**/
|
|
1242
|
-
export declare const FdPie: (props: JSX.IntrinsicElements[
|
|
1308
|
+
export declare const FdPie: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1243
1309
|
/**
|
|
1244
1310
|
* The FdPlayNotif icon
|
|
1245
1311
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=923%3A295
|
|
1246
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1312
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3adc55b6-7c6b-4073-a089-929809361a06
|
|
1247
1313
|
**/
|
|
1248
|
-
export declare const FdPlayNotif: (props: JSX.IntrinsicElements[
|
|
1314
|
+
export declare const FdPlayNotif: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1249
1315
|
/**
|
|
1250
1316
|
* The FdPlaySettings icon
|
|
1251
1317
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1940%3A155
|
|
1252
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1318
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/30b2c0fb-da81-4d34-8581-c943b781672d
|
|
1253
1319
|
**/
|
|
1254
|
-
export declare const FdPlaySettings: (props: JSX.IntrinsicElements[
|
|
1320
|
+
export declare const FdPlaySettings: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1255
1321
|
/**
|
|
1256
1322
|
* The FdPlay icon
|
|
1257
1323
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A278
|
|
1258
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1324
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/48fa049e-884e-4b22-aa88-b993e9ca0b5f
|
|
1259
1325
|
**/
|
|
1260
|
-
export declare const FdPlay: (props: JSX.IntrinsicElements[
|
|
1326
|
+
export declare const FdPlay: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1261
1327
|
/**
|
|
1262
1328
|
* The FdPlusNaked icon
|
|
1263
1329
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=922%3A289
|
|
1264
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1330
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c9d1d722-e96b-46ea-90ec-3e16c0617e0f
|
|
1265
1331
|
**/
|
|
1266
|
-
export declare const FdPlusNaked: (props: JSX.IntrinsicElements[
|
|
1332
|
+
export declare const FdPlusNaked: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1267
1333
|
/**
|
|
1268
1334
|
* The FdPlus icon
|
|
1269
1335
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A263
|
|
1270
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1336
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4cf760a3-dda8-40ad-843a-ba9827a4196c
|
|
1271
1337
|
**/
|
|
1272
|
-
export declare const FdPlus: (props: JSX.IntrinsicElements[
|
|
1338
|
+
export declare const FdPlus: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1273
1339
|
/**
|
|
1274
1340
|
* The FdPreemptiveMode icon
|
|
1275
1341
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A520
|
|
1276
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1342
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/179fbdac-3299-462b-b3eb-65c730e94d14
|
|
1277
1343
|
**/
|
|
1278
|
-
export declare const FdPreemptiveMode: (props: JSX.IntrinsicElements[
|
|
1344
|
+
export declare const FdPreemptiveMode: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1279
1345
|
/**
|
|
1280
1346
|
* The FdQodly icon
|
|
1281
1347
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=460%3A77
|
|
1282
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1348
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c30bac66-3e68-4c04-8fb1-b18ebb15c5f8
|
|
1283
1349
|
**/
|
|
1284
|
-
export declare const FdQodly: (props: JSX.IntrinsicElements[
|
|
1350
|
+
export declare const FdQodly: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1285
1351
|
/**
|
|
1286
1352
|
* The FdQrCube icon
|
|
1287
1353
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1533%3A126
|
|
1288
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1354
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c447fa13-f511-4d23-ac0e-2b633bad6921
|
|
1289
1355
|
**/
|
|
1290
|
-
export declare const FdQrCube: (props: JSX.IntrinsicElements[
|
|
1356
|
+
export declare const FdQrCube: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1291
1357
|
/**
|
|
1292
1358
|
* The FdQuery icon
|
|
1293
1359
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A851
|
|
1294
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1360
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/73d280a4-7708-401c-a7c8-cbbf58d11809
|
|
1295
1361
|
**/
|
|
1296
|
-
export declare const FdQuery: (props: JSX.IntrinsicElements[
|
|
1362
|
+
export declare const FdQuery: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1297
1363
|
/**
|
|
1298
1364
|
* The FdRadio icon
|
|
1299
1365
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A261
|
|
1300
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1366
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/315a399b-623d-4af1-aa4f-d6f280e25ba7
|
|
1301
1367
|
**/
|
|
1302
|
-
export declare const FdRadio: (props: JSX.IntrinsicElements[
|
|
1368
|
+
export declare const FdRadio: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1303
1369
|
/**
|
|
1304
1370
|
* The FdRam icon
|
|
1305
1371
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=923%3A309
|
|
1306
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1372
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c8f51446-94b0-4793-8dce-fa22afe9606e
|
|
1307
1373
|
**/
|
|
1308
|
-
export declare const FdRam: (props: JSX.IntrinsicElements[
|
|
1374
|
+
export declare const FdRam: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1309
1375
|
/**
|
|
1310
1376
|
* The FdRedo icon
|
|
1311
1377
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A825
|
|
1312
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1378
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b719c79c-f03c-4ef8-ad8e-259d47a6b65e
|
|
1313
1379
|
**/
|
|
1314
|
-
export declare const FdRedo: (props: JSX.IntrinsicElements[
|
|
1380
|
+
export declare const FdRedo: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1315
1381
|
/**
|
|
1316
1382
|
* The FdRefreshBold icon
|
|
1317
1383
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A574
|
|
1318
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1384
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1715638f-54b4-4038-9305-8957fa564ffc
|
|
1319
1385
|
**/
|
|
1320
|
-
export declare const FdRefreshBold: (props: JSX.IntrinsicElements[
|
|
1386
|
+
export declare const FdRefreshBold: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1321
1387
|
/**
|
|
1322
1388
|
* The FdRefresh icon
|
|
1323
1389
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1421%3A127
|
|
1324
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1390
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/186b1a2e-8c4b-4e6e-aceb-5ff3ac27a6f9
|
|
1325
1391
|
**/
|
|
1326
|
-
export declare const FdRefresh: (props: JSX.IntrinsicElements[
|
|
1392
|
+
export declare const FdRefresh: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1327
1393
|
/**
|
|
1328
1394
|
* The FdRelation icon
|
|
1329
1395
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A561
|
|
1330
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1396
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/057db783-6d7b-4efa-9d93-1e8c07f64d3e
|
|
1331
1397
|
**/
|
|
1332
|
-
export declare const FdRelation: (props: JSX.IntrinsicElements[
|
|
1398
|
+
export declare const FdRelation: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1333
1399
|
/**
|
|
1334
1400
|
* The FdReload icon
|
|
1335
1401
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A583
|
|
1336
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1402
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1a8a6dae-8ea2-451f-b740-5061db2b5e70
|
|
1337
1403
|
**/
|
|
1338
|
-
export declare const FdReload: (props: JSX.IntrinsicElements[
|
|
1404
|
+
export declare const FdReload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1339
1405
|
/**
|
|
1340
1406
|
* The FdReorder icon
|
|
1341
1407
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=20%3A46
|
|
1342
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1408
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/442bcfb2-09ec-495b-917f-eba14fd3054d
|
|
1343
1409
|
**/
|
|
1344
|
-
export declare const FdReorder: (props: JSX.IntrinsicElements[
|
|
1410
|
+
export declare const FdReorder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1345
1411
|
/**
|
|
1346
1412
|
* The FdResize icon
|
|
1347
1413
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A816
|
|
1348
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1414
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/22fc8f32-74f4-4c60-80eb-9e22aa96796f
|
|
1349
1415
|
**/
|
|
1350
|
-
export declare const FdResize: (props: JSX.IntrinsicElements[
|
|
1416
|
+
export declare const FdResize: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1351
1417
|
/**
|
|
1352
1418
|
* The FdRight icon
|
|
1353
1419
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1371%3A83
|
|
1354
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1420
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/42e9e57f-7ecd-4e27-9fe4-0413e0e735ff
|
|
1355
1421
|
**/
|
|
1356
|
-
export declare const FdRight: (props: JSX.IntrinsicElements[
|
|
1422
|
+
export declare const FdRight: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1357
1423
|
/**
|
|
1358
1424
|
* The FdRocket icon
|
|
1359
1425
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A251
|
|
1360
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1426
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bb7cc08b-e188-495f-979b-cb66241f36de
|
|
1427
|
+
**/
|
|
1428
|
+
export declare const FdRocket: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1429
|
+
/**
|
|
1430
|
+
* The FdRoles icon
|
|
1431
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2127%3A158
|
|
1432
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/46657870-e04c-424a-a145-a2f10a6be305
|
|
1361
1433
|
**/
|
|
1362
|
-
export declare const
|
|
1434
|
+
export declare const FdRoles: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1363
1435
|
/**
|
|
1364
1436
|
* The FdSameLoaderTab icon
|
|
1365
1437
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A246
|
|
1366
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1438
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/16822a56-20ee-4b82-bd46-75027eec65df
|
|
1367
1439
|
**/
|
|
1368
|
-
export declare const FdSameLoaderTab: (props: JSX.IntrinsicElements[
|
|
1440
|
+
export declare const FdSameLoaderTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1369
1441
|
/**
|
|
1370
1442
|
* The FdSanityCheckDefault icon
|
|
1371
1443
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1459%3A81
|
|
1372
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1444
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/14b6bba5-75c7-4412-8258-968dc6e9be40
|
|
1373
1445
|
**/
|
|
1374
|
-
export declare const FdSanityCheckDefault: (props: JSX.IntrinsicElements[
|
|
1446
|
+
export declare const FdSanityCheckDefault: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1375
1447
|
/**
|
|
1376
1448
|
* The FdSanityCheckInfo icon
|
|
1377
1449
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=815%3A139
|
|
1378
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1450
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/78a41723-de48-49f3-84fb-4156caed9381
|
|
1379
1451
|
**/
|
|
1380
|
-
export declare const FdSanityCheckInfo: (props: JSX.IntrinsicElements[
|
|
1452
|
+
export declare const FdSanityCheckInfo: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1381
1453
|
/**
|
|
1382
1454
|
* The FdSave icon
|
|
1383
1455
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A303
|
|
1384
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1456
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/dac6d642-40d8-4e6c-92e8-6341d47a1c48
|
|
1385
1457
|
**/
|
|
1386
|
-
export declare const FdSave: (props: JSX.IntrinsicElements[
|
|
1458
|
+
export declare const FdSave: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1387
1459
|
/**
|
|
1388
1460
|
* The FdSavedClosed icon
|
|
1389
1461
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1074%3A136
|
|
1390
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1462
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/28be84c3-c79d-45a2-af3c-095254b93fb4
|
|
1391
1463
|
**/
|
|
1392
|
-
export declare const FdSavedClosed: (props: JSX.IntrinsicElements[
|
|
1464
|
+
export declare const FdSavedClosed: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1393
1465
|
/**
|
|
1394
1466
|
* The FdSearch icon
|
|
1395
1467
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A250
|
|
1396
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1468
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/8f78ab69-94df-438f-b57a-adc74cb08c63
|
|
1397
1469
|
**/
|
|
1398
|
-
export declare const FdSearch: (props: JSX.IntrinsicElements[
|
|
1470
|
+
export declare const FdSearch: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1399
1471
|
/**
|
|
1400
1472
|
* The FdSelectBox icon
|
|
1401
1473
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A835
|
|
1402
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1474
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/66e13b70-4a49-4f07-9aaa-3176d55a26c3
|
|
1403
1475
|
**/
|
|
1404
|
-
export declare const FdSelectBox: (props: JSX.IntrinsicElements[
|
|
1476
|
+
export declare const FdSelectBox: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1405
1477
|
/**
|
|
1406
1478
|
* The FdSelect icon
|
|
1407
1479
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A300
|
|
1408
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1480
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1b3f32fd-39d1-4509-8f47-9736898ad804
|
|
1409
1481
|
**/
|
|
1410
|
-
export declare const FdSelect: (props: JSX.IntrinsicElements[
|
|
1482
|
+
export declare const FdSelect: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1411
1483
|
/**
|
|
1412
1484
|
* The FdServerPrivate icon
|
|
1413
1485
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A616
|
|
1414
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1486
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/59e29616-a347-406b-90d8-0f88d804b67c
|
|
1415
1487
|
**/
|
|
1416
|
-
export declare const FdServerPrivate: (props: JSX.IntrinsicElements[
|
|
1488
|
+
export declare const FdServerPrivate: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1417
1489
|
/**
|
|
1418
1490
|
* The FdServerProtected icon
|
|
1419
1491
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A618
|
|
1420
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1492
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cd0af915-1b50-4aa3-97bd-fd48f73e1780
|
|
1421
1493
|
**/
|
|
1422
|
-
export declare const FdServerProtected: (props: JSX.IntrinsicElements[
|
|
1494
|
+
export declare const FdServerProtected: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1423
1495
|
/**
|
|
1424
1496
|
* The FdServer icon
|
|
1425
1497
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A253
|
|
1426
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1498
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3ddab719-0fc9-4761-88a6-4d03573ed965
|
|
1427
1499
|
**/
|
|
1428
|
-
export declare const FdServer: (props: JSX.IntrinsicElements[
|
|
1500
|
+
export declare const FdServer: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1429
1501
|
/**
|
|
1430
1502
|
* The FdSetting icon
|
|
1431
1503
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A556
|
|
1432
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1504
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a20c764f-f588-40cb-817f-976338cabe50
|
|
1433
1505
|
**/
|
|
1434
|
-
export declare const FdSetting: (props: JSX.IntrinsicElements[
|
|
1506
|
+
export declare const FdSetting: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1435
1507
|
/**
|
|
1436
1508
|
* The FdShare icon
|
|
1437
1509
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=711%3A87
|
|
1438
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1510
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c7e49c33-4917-4f4c-ba41-b880dfcb7b16
|
|
1439
1511
|
**/
|
|
1440
|
-
export declare const FdShare: (props: JSX.IntrinsicElements[
|
|
1512
|
+
export declare const FdShare: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1441
1513
|
/**
|
|
1442
1514
|
* The FdSharedFolder icon
|
|
1443
1515
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=14%3A660
|
|
1444
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1516
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/76d7171f-9173-40cc-8ccb-c72892be15aa
|
|
1445
1517
|
**/
|
|
1446
|
-
export declare const FdSharedFolder: (props: JSX.IntrinsicElements[
|
|
1518
|
+
export declare const FdSharedFolder: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1447
1519
|
/**
|
|
1448
1520
|
* The FdShared icon
|
|
1449
1521
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1020%3A93
|
|
1450
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1522
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4c299abb-ae3d-44af-a506-6fce0a590ce2
|
|
1451
1523
|
**/
|
|
1452
|
-
export declare const FdShared: (props: JSX.IntrinsicElements[
|
|
1524
|
+
export declare const FdShared: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1453
1525
|
/**
|
|
1454
1526
|
* The FdShort icon
|
|
1455
1527
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A262
|
|
1456
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1528
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2e7580c6-bc67-4d31-b06d-10bfcca70128
|
|
1457
1529
|
**/
|
|
1458
|
-
export declare const FdShort: (props: JSX.IntrinsicElements[
|
|
1530
|
+
export declare const FdShort: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1459
1531
|
/**
|
|
1460
1532
|
* The FdSlider icon
|
|
1461
1533
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A296
|
|
1462
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1534
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1937a7b6-1fbd-41d5-9ddd-d815e40c07a9
|
|
1463
1535
|
**/
|
|
1464
|
-
export declare const FdSlider: (props: JSX.IntrinsicElements[
|
|
1536
|
+
export declare const FdSlider: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1465
1537
|
/**
|
|
1466
1538
|
* The FdSpaceAround icon
|
|
1467
1539
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A549
|
|
1468
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1540
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1d3227e7-dc38-4364-b6e3-8f3b46ab33fe
|
|
1469
1541
|
**/
|
|
1470
|
-
export declare const FdSpaceAround: (props: JSX.IntrinsicElements[
|
|
1542
|
+
export declare const FdSpaceAround: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1471
1543
|
/**
|
|
1472
1544
|
* The FdSpaceBetween icon
|
|
1473
1545
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A519
|
|
1474
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1546
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/890e739c-4a5c-45aa-805f-afdcdecf32c8
|
|
1475
1547
|
**/
|
|
1476
|
-
export declare const FdSpaceBetween: (props: JSX.IntrinsicElements[
|
|
1548
|
+
export declare const FdSpaceBetween: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1477
1549
|
/**
|
|
1478
1550
|
* The FdSpaceEvenly icon
|
|
1479
1551
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A584
|
|
1480
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1552
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/11b7856e-4a6d-4516-852a-f91d09a93966
|
|
1481
1553
|
**/
|
|
1482
|
-
export declare const FdSpaceEvenly: (props: JSX.IntrinsicElements[
|
|
1554
|
+
export declare const FdSpaceEvenly: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1483
1555
|
/**
|
|
1484
1556
|
* The FdSpinner icon
|
|
1485
1557
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A862
|
|
1486
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1558
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5d1dfd9d-442a-4cff-ab77-9bb1897e192d
|
|
1487
1559
|
**/
|
|
1488
|
-
export declare const FdSpinner: (props: JSX.IntrinsicElements[
|
|
1560
|
+
export declare const FdSpinner: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1489
1561
|
/**
|
|
1490
1562
|
* The FdSplit icon
|
|
1491
1563
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A576
|
|
1492
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1564
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/400786e2-b704-4fd2-9a75-caea4a7428da
|
|
1493
1565
|
**/
|
|
1494
|
-
export declare const FdSplit: (props: JSX.IntrinsicElements[
|
|
1566
|
+
export declare const FdSplit: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1495
1567
|
/**
|
|
1496
1568
|
* The FdSql icon
|
|
1497
1569
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A288
|
|
1498
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1570
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/bcc20b84-0924-461b-9044-0dc9cca935b6
|
|
1499
1571
|
**/
|
|
1500
|
-
export declare const FdSql: (props: JSX.IntrinsicElements[
|
|
1572
|
+
export declare const FdSql: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1501
1573
|
/**
|
|
1502
1574
|
* The FdStack icon
|
|
1503
1575
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A257
|
|
1504
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1576
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a697b0f7-2a6b-4df7-a8e4-0a3ab9a565b0
|
|
1505
1577
|
**/
|
|
1506
|
-
export declare const FdStack: (props: JSX.IntrinsicElements[
|
|
1578
|
+
export declare const FdStack: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1507
1579
|
/**
|
|
1508
1580
|
* The FdStar icon
|
|
1509
1581
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A833
|
|
1510
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1582
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a5508a4a-bb8c-4532-941d-aed184b1b323
|
|
1511
1583
|
**/
|
|
1512
|
-
export declare const FdStar: (props: JSX.IntrinsicElements[
|
|
1584
|
+
export declare const FdStar: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1585
|
+
/**
|
|
1586
|
+
* The FdStates icon
|
|
1587
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2052%3A252
|
|
1588
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/05296cfd-df89-4f71-ad8d-32ea6fea71ef
|
|
1589
|
+
**/
|
|
1590
|
+
export declare const FdStates: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1513
1591
|
/**
|
|
1514
1592
|
* The FdStopEdit icon
|
|
1515
1593
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A537
|
|
1516
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1594
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7101c154-faa5-4eaa-aa17-1a2014b74736
|
|
1517
1595
|
**/
|
|
1518
|
-
export declare const FdStopEdit: (props: JSX.IntrinsicElements[
|
|
1596
|
+
export declare const FdStopEdit: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1519
1597
|
/**
|
|
1520
1598
|
* The FdStoryBoard icon
|
|
1521
1599
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A813
|
|
1522
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1600
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9adc7907-8da3-4de6-a2d6-a0b24568fd5f
|
|
1523
1601
|
**/
|
|
1524
|
-
export declare const FdStoryBoard: (props: JSX.IntrinsicElements[
|
|
1602
|
+
export declare const FdStoryBoard: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1525
1603
|
/**
|
|
1526
1604
|
* The FdStretch icon
|
|
1527
1605
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A528
|
|
1528
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1606
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b7c941d0-9815-454b-945d-0473768e7fa9
|
|
1529
1607
|
**/
|
|
1530
|
-
export declare const FdStretch: (props: JSX.IntrinsicElements[
|
|
1608
|
+
export declare const FdStretch: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1531
1609
|
/**
|
|
1532
1610
|
* The FdStrikethrough icon
|
|
1533
1611
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A817
|
|
1534
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1612
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c3c79d31-2e80-4f87-a151-8f81fbfc10a2
|
|
1535
1613
|
**/
|
|
1536
|
-
export declare const FdStrikethrough: (props: JSX.IntrinsicElements[
|
|
1614
|
+
export declare const FdStrikethrough: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1537
1615
|
/**
|
|
1538
1616
|
* The FdString icon
|
|
1539
1617
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A562
|
|
1540
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1618
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7014fa05-7d82-4542-908d-9daf8ac21885
|
|
1541
1619
|
**/
|
|
1542
|
-
export declare const FdString: (props: JSX.IntrinsicElements[
|
|
1620
|
+
export declare const FdString: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1543
1621
|
/**
|
|
1544
1622
|
* The FdStyle4 icon
|
|
1545
1623
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A577
|
|
1546
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1624
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/cea9ae99-69d0-4594-9cda-10f5f188be00
|
|
1547
1625
|
**/
|
|
1548
|
-
export declare const FdStyle4: (props: JSX.IntrinsicElements[
|
|
1626
|
+
export declare const FdStyle4: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1549
1627
|
/**
|
|
1550
1628
|
* The FdStyle5 icon
|
|
1551
1629
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A575
|
|
1552
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1630
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/11af61c7-e753-42e0-8813-93ff1ae733d5
|
|
1553
1631
|
**/
|
|
1554
|
-
export declare const FdStyle5: (props: JSX.IntrinsicElements[
|
|
1632
|
+
export declare const FdStyle5: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1555
1633
|
/**
|
|
1556
1634
|
* The FdStyle6 icon
|
|
1557
1635
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A588
|
|
1558
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1636
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7f6ca048-e934-4caa-8dcf-2716dd0ad094
|
|
1559
1637
|
**/
|
|
1560
|
-
export declare const FdStyle6: (props: JSX.IntrinsicElements[
|
|
1638
|
+
export declare const FdStyle6: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1561
1639
|
/**
|
|
1562
1640
|
* The FdStyleBox icon
|
|
1563
1641
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A565
|
|
1564
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1642
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7509d7b3-d4d2-432d-a8cb-cf1063bfcc2c
|
|
1565
1643
|
**/
|
|
1566
|
-
export declare const FdStyleBox: (props: JSX.IntrinsicElements[
|
|
1644
|
+
export declare const FdStyleBox: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1567
1645
|
/**
|
|
1568
1646
|
* The FdSweap icon
|
|
1569
1647
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1055%3A97
|
|
1570
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1648
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/feffd7d7-d910-4cb2-b677-68a314917969
|
|
1571
1649
|
**/
|
|
1572
|
-
export declare const FdSweap: (props: JSX.IntrinsicElements[
|
|
1650
|
+
export declare const FdSweap: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1573
1651
|
/**
|
|
1574
1652
|
* The FdSwitch icon
|
|
1575
1653
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A317
|
|
1576
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1654
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/01bcee5a-9666-461b-8f56-6db867f563a0
|
|
1577
1655
|
**/
|
|
1578
|
-
export declare const FdSwitch: (props: JSX.IntrinsicElements[
|
|
1656
|
+
export declare const FdSwitch: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1579
1657
|
/**
|
|
1580
1658
|
* The FdSync icon
|
|
1581
1659
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A259
|
|
1582
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1660
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/845ce78e-d158-47fe-ad36-09d76bc196ff
|
|
1583
1661
|
**/
|
|
1584
|
-
export declare const FdSync: (props: JSX.IntrinsicElements[
|
|
1662
|
+
export declare const FdSync: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1585
1663
|
/**
|
|
1586
1664
|
* The FdTab4 icon
|
|
1587
1665
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A828
|
|
1588
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1666
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f5fc55c9-f928-43d7-8900-3515609e59d0
|
|
1589
1667
|
**/
|
|
1590
|
-
export declare const FdTab4: (props: JSX.IntrinsicElements[
|
|
1668
|
+
export declare const FdTab4: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1591
1669
|
/**
|
|
1592
1670
|
* The FdTab icon
|
|
1593
1671
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A247
|
|
1594
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1672
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4c451218-4f03-4fc7-9c52-ac1181e156b9
|
|
1595
1673
|
**/
|
|
1596
|
-
export declare const FdTab: (props: JSX.IntrinsicElements[
|
|
1674
|
+
export declare const FdTab: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1597
1675
|
/**
|
|
1598
1676
|
* The FdTableColumn icon
|
|
1599
1677
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A568
|
|
1600
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1678
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/539f5724-e278-4f25-8e67-0837e98dcdcb
|
|
1601
1679
|
**/
|
|
1602
|
-
export declare const FdTableColumn: (props: JSX.IntrinsicElements[
|
|
1680
|
+
export declare const FdTableColumn: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1603
1681
|
/**
|
|
1604
1682
|
* The FdTableHeader icon
|
|
1605
1683
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A566
|
|
1606
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1684
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/13be360f-f473-47d3-be33-724cc342c839
|
|
1607
1685
|
**/
|
|
1608
|
-
export declare const FdTableHeader: (props: JSX.IntrinsicElements[
|
|
1686
|
+
export declare const FdTableHeader: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1609
1687
|
/**
|
|
1610
1688
|
* The FdTable icon
|
|
1611
1689
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A569
|
|
1612
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1690
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/211cb727-36ea-4aa8-9ba6-b9e6288f10bb
|
|
1613
1691
|
**/
|
|
1614
|
-
export declare const FdTable: (props: JSX.IntrinsicElements[
|
|
1692
|
+
export declare const FdTable: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1615
1693
|
/**
|
|
1616
1694
|
* The FdTablet icon
|
|
1617
1695
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A302
|
|
1618
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1696
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7080bf82-4b7e-435d-92c7-b0acd816505a
|
|
1619
1697
|
**/
|
|
1620
|
-
export declare const FdTablet: (props: JSX.IntrinsicElements[
|
|
1698
|
+
export declare const FdTablet: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1621
1699
|
/**
|
|
1622
1700
|
* The FdTag icon
|
|
1623
1701
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1881%3A135
|
|
1624
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1702
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/03773ef2-6130-44b4-a709-5f14c024ba4d
|
|
1625
1703
|
**/
|
|
1626
|
-
export declare const FdTag: (props: JSX.IntrinsicElements[
|
|
1704
|
+
export declare const FdTag: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1627
1705
|
/**
|
|
1628
1706
|
* The FdTextCenter icon
|
|
1629
1707
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A447
|
|
1630
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1708
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/7d66cab0-21cc-443a-aed2-c012bcb25796
|
|
1631
1709
|
**/
|
|
1632
|
-
export declare const FdTextCenter: (props: JSX.IntrinsicElements[
|
|
1710
|
+
export declare const FdTextCenter: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1633
1711
|
/**
|
|
1634
1712
|
* The FdTextEnd icon
|
|
1635
1713
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A445
|
|
1636
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1714
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/097c5fab-e5f0-4bc0-98f5-c35a13884ff0
|
|
1637
1715
|
**/
|
|
1638
|
-
export declare const FdTextEnd: (props: JSX.IntrinsicElements[
|
|
1716
|
+
export declare const FdTextEnd: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1639
1717
|
/**
|
|
1640
1718
|
* The FdTextJustify icon
|
|
1641
1719
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A449
|
|
1642
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1720
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/64d72b8c-ef59-40bb-8a57-9170089045fb
|
|
1643
1721
|
**/
|
|
1644
|
-
export declare const FdTextJustify: (props: JSX.IntrinsicElements[
|
|
1722
|
+
export declare const FdTextJustify: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1645
1723
|
/**
|
|
1646
1724
|
* The FdTextStart icon
|
|
1647
1725
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1747%3A443
|
|
1648
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1726
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/a7beaea9-da0b-4b93-8110-ffe86afab292
|
|
1649
1727
|
**/
|
|
1650
|
-
export declare const FdTextStart: (props: JSX.IntrinsicElements[
|
|
1728
|
+
export declare const FdTextStart: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1651
1729
|
/**
|
|
1652
1730
|
* The FdText icon
|
|
1653
1731
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1791%3A645
|
|
1654
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1732
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3b4c97bc-3931-4fb6-acd5-80c07fee3649
|
|
1655
1733
|
**/
|
|
1656
|
-
export declare const FdText: (props: JSX.IntrinsicElements[
|
|
1734
|
+
export declare const FdText: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1657
1735
|
/**
|
|
1658
1736
|
* The FdTime icon
|
|
1659
1737
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A313
|
|
1660
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1738
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/6a73932b-2556-4a87-83fb-03c95b7020e7
|
|
1661
1739
|
**/
|
|
1662
|
-
export declare const FdTime: (props: JSX.IntrinsicElements[
|
|
1740
|
+
export declare const FdTime: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1663
1741
|
/**
|
|
1664
1742
|
* The FdTooltip icon
|
|
1665
1743
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=148%3A110
|
|
1666
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1744
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2edc8115-2421-47d3-845c-6de2188f73c0
|
|
1667
1745
|
**/
|
|
1668
|
-
export declare const FdTooltip: (props: JSX.IntrinsicElements[
|
|
1746
|
+
export declare const FdTooltip: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1669
1747
|
/**
|
|
1670
1748
|
* The FdTrash icon
|
|
1671
1749
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A301
|
|
1672
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1750
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/02f8cbdb-76e9-43a4-bcf2-c41201da318c
|
|
1673
1751
|
**/
|
|
1674
|
-
export declare const FdTrash: (props: JSX.IntrinsicElements[
|
|
1752
|
+
export declare const FdTrash: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1675
1753
|
/**
|
|
1676
1754
|
* The FdTravel icon
|
|
1677
1755
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1908%3A202
|
|
1678
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1756
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/1784ad43-e13f-48b4-b6ad-09c67078facb
|
|
1679
1757
|
**/
|
|
1680
|
-
export declare const FdTravel: (props: JSX.IntrinsicElements[
|
|
1758
|
+
export declare const FdTravel: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1681
1759
|
/**
|
|
1682
1760
|
* The FdUnderline icon
|
|
1683
1761
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A522
|
|
1684
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1762
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/e3067217-cbdd-4c6d-bafc-363d431a7b6b
|
|
1685
1763
|
**/
|
|
1686
|
-
export declare const FdUnderline: (props: JSX.IntrinsicElements[
|
|
1764
|
+
export declare const FdUnderline: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1687
1765
|
/**
|
|
1688
1766
|
* The FdUndo icon
|
|
1689
1767
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A839
|
|
1690
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1768
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4bc6fd86-6338-4209-b3ba-5170c7f71a0e
|
|
1691
1769
|
**/
|
|
1692
|
-
export declare const FdUndo: (props: JSX.IntrinsicElements[
|
|
1770
|
+
export declare const FdUndo: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1693
1771
|
/**
|
|
1694
1772
|
* The FdUnlock icon
|
|
1695
1773
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A843
|
|
1696
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1774
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/5bc24fe1-33d3-4972-8fd1-a08231091877
|
|
1697
1775
|
**/
|
|
1698
|
-
export declare const FdUnlock: (props: JSX.IntrinsicElements[
|
|
1776
|
+
export declare const FdUnlock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1699
1777
|
/**
|
|
1700
1778
|
* The FdUp icon
|
|
1701
1779
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A285
|
|
1702
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1780
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b6a03c30-44d7-496f-a22e-dc5efeb05289
|
|
1703
1781
|
**/
|
|
1704
|
-
export declare const FdUp: (props: JSX.IntrinsicElements[
|
|
1782
|
+
export declare const FdUp: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1705
1783
|
/**
|
|
1706
1784
|
* The FdUpdown icon
|
|
1707
1785
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A265
|
|
1708
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1786
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/4bda9147-d121-4e89-a38e-b5dd230c5889
|
|
1709
1787
|
**/
|
|
1710
|
-
export declare const FdUpdown: (props: JSX.IntrinsicElements[
|
|
1788
|
+
export declare const FdUpdown: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1711
1789
|
/**
|
|
1712
1790
|
* The FdUploadFile icon
|
|
1713
1791
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A504
|
|
1714
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1792
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/498cf7b4-3981-4b03-b95f-3de632e5aa19
|
|
1715
1793
|
**/
|
|
1716
|
-
export declare const FdUploadFile: (props: JSX.IntrinsicElements[
|
|
1794
|
+
export declare const FdUploadFile: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1717
1795
|
/**
|
|
1718
1796
|
* The FdUpload icon
|
|
1719
1797
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A587
|
|
1720
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1798
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/87cdab26-1e78-421a-a8e5-0b305b9e6620
|
|
1721
1799
|
**/
|
|
1722
|
-
export declare const FdUpload: (props: JSX.IntrinsicElements[
|
|
1800
|
+
export declare const FdUpload: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1723
1801
|
/**
|
|
1724
1802
|
* The FdUppercase icon
|
|
1725
1803
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=811%3A79
|
|
1726
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1804
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/b037c1dc-7f87-4234-804f-bc4902e4a33c
|
|
1727
1805
|
**/
|
|
1728
|
-
export declare const FdUppercase: (props: JSX.IntrinsicElements[
|
|
1806
|
+
export declare const FdUppercase: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1729
1807
|
/**
|
|
1730
1808
|
* The FdUserCircle icon
|
|
1731
1809
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A275
|
|
1732
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1810
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/59fd0434-64fa-4f56-a0aa-11bc7305ead6
|
|
1733
1811
|
**/
|
|
1734
|
-
export declare const FdUserCircle: (props: JSX.IntrinsicElements[
|
|
1812
|
+
export declare const FdUserCircle: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1735
1813
|
/**
|
|
1736
1814
|
* The FdUserInherited1 icon
|
|
1737
1815
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=453%3A72
|
|
1738
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1816
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/9ea4bd3e-0488-4323-81b0-c6fa57306d7f
|
|
1817
|
+
**/
|
|
1818
|
+
export declare const FdUserInherited1: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1819
|
+
/**
|
|
1820
|
+
* The FdUser icon
|
|
1821
|
+
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=2127%3A163
|
|
1822
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/af68ac8f-9e30-4c2a-b068-f8eb491e8a05
|
|
1739
1823
|
**/
|
|
1740
|
-
export declare const
|
|
1824
|
+
export declare const FdUser: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1741
1825
|
/**
|
|
1742
1826
|
* The FdVariable icon
|
|
1743
1827
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=15%3A860
|
|
1744
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1828
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/f56a3271-fd75-4c97-b111-6ada86649734
|
|
1745
1829
|
**/
|
|
1746
|
-
export declare const FdVariable: (props: JSX.IntrinsicElements[
|
|
1830
|
+
export declare const FdVariable: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1747
1831
|
/**
|
|
1748
1832
|
* The FdWarningCross icon
|
|
1749
1833
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A573
|
|
1750
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1834
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/2d893424-341c-4c60-ada1-a6993cfe97f0
|
|
1751
1835
|
**/
|
|
1752
|
-
export declare const FdWarningCross: (props: JSX.IntrinsicElements[
|
|
1836
|
+
export declare const FdWarningCross: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1753
1837
|
/**
|
|
1754
1838
|
* The FdWarningDanger icon
|
|
1755
1839
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A586
|
|
1756
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1840
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/20b24fc3-16b3-403d-8b4b-b2ac4c2eb2e2
|
|
1757
1841
|
**/
|
|
1758
|
-
export declare const FdWarningDanger: (props: JSX.IntrinsicElements[
|
|
1842
|
+
export declare const FdWarningDanger: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1759
1843
|
/**
|
|
1760
1844
|
* The FdWebform icon
|
|
1761
1845
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=12%3A290
|
|
1762
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1846
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/c7335ab1-85d3-4649-a1a8-2676a3fa99c2
|
|
1763
1847
|
**/
|
|
1764
|
-
export declare const FdWebform: (props: JSX.IntrinsicElements[
|
|
1848
|
+
export declare const FdWebform: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1765
1849
|
/**
|
|
1766
1850
|
* The FdWifi icon
|
|
1767
1851
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=1483%3A82
|
|
1768
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1852
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3fedfdbd-d738-40df-b558-24cbfa36ae64
|
|
1769
1853
|
**/
|
|
1770
|
-
export declare const FdWifi: (props: JSX.IntrinsicElements[
|
|
1854
|
+
export declare const FdWifi: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|
|
1771
1855
|
/**
|
|
1772
1856
|
* The FdWindow icon
|
|
1773
1857
|
* See in figma https://www.figma.com/file/8KM0BvaLFtTvM4wOtwUEOQ?node-id=13%3A506
|
|
1774
|
-
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/
|
|
1858
|
+
* file link https://figma-alpha-api.s3.us-west-2.amazonaws.com/images/3c2af491-3aef-448f-9f96-ecc378981230
|
|
1775
1859
|
**/
|
|
1776
|
-
export declare const FdWindow: (props: JSX.IntrinsicElements[
|
|
1860
|
+
export declare const FdWindow: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
|