@transferwise/icons 2.23.0-ve.3 → 2.23.0-ve.4
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/lib/components/{comments.d.ts → building.d.ts} +2 -2
- package/lib/components/{PayPal.d.ts → check-circle-fill.d.ts} +2 -2
- package/lib/components/{buildings.d.ts → clock-fill.d.ts} +2 -2
- package/lib/components/{ach.d.ts → cross-circle-fill.d.ts} +2 -2
- package/lib/components/index.d.ts +8 -56
- package/lib/components/{Instagram.d.ts → instagram.d.ts} +0 -0
- package/lib/components/{expenses.d.ts → linkedin.d.ts} +2 -2
- package/lib/components/{family.d.ts → paypal.d.ts} +2 -2
- package/lib/components/{feedback.d.ts → star-fill.d.ts} +2 -2
- package/lib/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +23 -24
- package/lib/components/activity.d.ts +0 -9
- package/lib/components/alert.d.ts +0 -9
- package/lib/components/atm.d.ts +0 -9
- package/lib/components/balance.d.ts +0 -9
- package/lib/components/card-number.d.ts +0 -9
- package/lib/components/card-transferwise.d.ts +0 -9
- package/lib/components/chat.d.ts +0 -9
- package/lib/components/chip-pin.d.ts +0 -9
- package/lib/components/contract-services.d.ts +0 -9
- package/lib/components/cost-of-goods-sold.d.ts +0 -9
- package/lib/components/cs.d.ts +0 -9
- package/lib/components/do.d.ts +0 -9
- package/lib/components/dont.d.ts +0 -9
- package/lib/components/drivers-license.d.ts +0 -9
- package/lib/components/e-commerce.d.ts +0 -9
- package/lib/components/email-and-phone.d.ts +0 -9
- package/lib/components/emoji.d.ts +0 -9
- package/lib/components/exchange-rate.d.ts +0 -9
- package/lib/components/help-circle.d.ts +0 -9
- package/lib/components/help.d.ts +0 -9
- package/lib/components/holidays.d.ts +0 -9
- package/lib/components/home.d.ts +0 -9
- package/lib/components/insights.d.ts +0 -9
- package/lib/components/invite.d.ts +0 -9
- package/lib/components/lightning.d.ts +0 -9
- package/lib/components/linkedIn.d.ts +0 -9
- package/lib/components/lock.d.ts +0 -9
- package/lib/components/marketing.d.ts +0 -9
- package/lib/components/office-expenses.d.ts +0 -9
- package/lib/components/owners-withdrawal.d.ts +0 -9
- package/lib/components/pending-circle.d.ts +0 -9
- package/lib/components/pending.d.ts +0 -9
- package/lib/components/picture.d.ts +0 -9
- package/lib/components/pin-code.d.ts +0 -9
- package/lib/components/profile.d.ts +0 -9
- package/lib/components/recipients.d.ts +0 -9
- package/lib/components/refresh.d.ts +0 -9
- package/lib/components/rent.d.ts +0 -9
- package/lib/components/salary.d.ts +0 -9
- package/lib/components/sales-and-royalties.d.ts +0 -9
- package/lib/components/savings.d.ts +0 -9
- package/lib/components/settings.d.ts +0 -9
- package/lib/components/successful-schedule.d.ts +0 -9
- package/lib/components/tax.d.ts +0 -9
- package/lib/components/travel.d.ts +0 -9
- package/lib/components/two-step.d.ts +0 -9
- package/lib/components/unlock.d.ts +0 -9
- package/lib/components/verified.d.ts +0 -9
@@ -1,9 +1,9 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import { IconSize } from '../types';
|
3
|
-
export interface
|
3
|
+
export interface BuildingIconProps {
|
4
4
|
size?: IconSize;
|
5
5
|
className?: string;
|
6
6
|
title?: string;
|
7
7
|
['data-testid']?: string;
|
8
8
|
}
|
9
|
-
export declare const
|
9
|
+
export declare const Building: FunctionComponent<BuildingIconProps>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import { IconSize } from '../types';
|
3
|
-
export interface
|
3
|
+
export interface CheckCircleFillIconProps {
|
4
4
|
size?: IconSize;
|
5
5
|
className?: string;
|
6
6
|
title?: string;
|
7
7
|
['data-testid']?: string;
|
8
8
|
}
|
9
|
-
export declare const
|
9
|
+
export declare const CheckCircleFill: FunctionComponent<CheckCircleFillIconProps>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import { IconSize } from '../types';
|
3
|
-
export interface
|
3
|
+
export interface ClockFillIconProps {
|
4
4
|
size?: IconSize;
|
5
5
|
className?: string;
|
6
6
|
title?: string;
|
7
7
|
['data-testid']?: string;
|
8
8
|
}
|
9
|
-
export declare const
|
9
|
+
export declare const ClockFill: FunctionComponent<ClockFillIconProps>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import { IconSize } from '../types';
|
3
|
-
export interface
|
3
|
+
export interface CrossCircleFillIconProps {
|
4
4
|
size?: IconSize;
|
5
5
|
className?: string;
|
6
6
|
title?: string;
|
7
7
|
['data-testid']?: string;
|
8
8
|
}
|
9
|
-
export declare const
|
9
|
+
export declare const CrossCircleFill: FunctionComponent<CrossCircleFillIconProps>;
|
@@ -1,14 +1,9 @@
|
|
1
|
-
export * from './ach';
|
2
|
-
export * from './activity';
|
3
1
|
export * from './alert-circle';
|
4
|
-
export * from './alert';
|
5
2
|
export * from './arrow-down';
|
6
3
|
export * from './arrow-left';
|
7
4
|
export * from './arrow-right';
|
8
5
|
export * from './arrow-up';
|
9
|
-
export * from './atm';
|
10
6
|
export * from './auto-convert';
|
11
|
-
export * from './balance';
|
12
7
|
export * from './bank-transfer';
|
13
8
|
export * from './bank';
|
14
9
|
export * from './bar-chart';
|
@@ -20,67 +15,52 @@ export * from './bin';
|
|
20
15
|
export * from './book';
|
21
16
|
export * from './boxes';
|
22
17
|
export * from './briefcase';
|
23
|
-
export * from './
|
18
|
+
export * from './building';
|
24
19
|
export * from './bulb';
|
25
20
|
export * from './calendar-check';
|
26
21
|
export * from './calendar';
|
27
22
|
export * from './camera';
|
28
23
|
export * from './car';
|
29
24
|
export * from './card-detail';
|
30
|
-
export * from './card-number';
|
31
|
-
export * from './card-transferwise';
|
32
25
|
export * from './card-wise';
|
33
26
|
export * from './card';
|
34
27
|
export * from './cash-register';
|
35
28
|
export * from './charity';
|
36
|
-
export * from './
|
29
|
+
export * from './check-circle-fill';
|
37
30
|
export * from './check-circle';
|
38
31
|
export * from './check';
|
39
32
|
export * from './chevron-down';
|
40
33
|
export * from './chevron-left';
|
41
34
|
export * from './chevron-right';
|
42
35
|
export * from './chevron-up';
|
43
|
-
export * from './chip-pin';
|
44
36
|
export * from './chip';
|
37
|
+
export * from './clock-fill';
|
45
38
|
export * from './clock';
|
46
39
|
export * from './cog';
|
47
40
|
export * from './collapse';
|
48
|
-
export * from './comments';
|
49
41
|
export * from './contactless';
|
50
|
-
export * from './contract-services';
|
51
42
|
export * from './convert';
|
52
|
-
export * from './
|
43
|
+
export * from './cross-circle-fill';
|
53
44
|
export * from './cross-circle';
|
54
45
|
export * from './cross';
|
55
|
-
export * from './cs';
|
56
46
|
export * from './defrost';
|
57
47
|
export * from './delivery';
|
58
48
|
export * from './dial';
|
59
49
|
export * from './direct-debits';
|
60
|
-
export * from './do';
|
61
50
|
export * from './document';
|
62
51
|
export * from './documents';
|
63
|
-
export * from './dont';
|
64
52
|
export * from './download';
|
65
|
-
export * from './drivers-license';
|
66
|
-
export * from './e-commerce';
|
67
53
|
export * from './eating-out';
|
68
54
|
export * from './edit';
|
69
55
|
export * from './email-and-mobile';
|
70
|
-
export * from './email-and-phone';
|
71
56
|
export * from './email';
|
72
|
-
export * from './emoji';
|
73
57
|
export * from './entertainment';
|
74
|
-
export * from './exchange-rate';
|
75
58
|
export * from './expand';
|
76
|
-
export * from './expenses';
|
77
59
|
export * from './eye-shut';
|
78
60
|
export * from './eye';
|
79
61
|
export * from './face-id';
|
80
62
|
export * from './facebook';
|
81
|
-
export * from './family';
|
82
63
|
export * from './fast-flag';
|
83
|
-
export * from './feedback';
|
84
64
|
export * from './fingerprint';
|
85
65
|
export * from './fpx';
|
86
66
|
export * from './freeze';
|
@@ -93,34 +73,25 @@ export * from './handshake';
|
|
93
73
|
export * from './happy-emoji';
|
94
74
|
export * from './headset';
|
95
75
|
export * from './heart';
|
96
|
-
export * from './help-circle';
|
97
|
-
export * from './help';
|
98
|
-
export * from './holidays';
|
99
|
-
export * from './home';
|
100
76
|
export * from './house';
|
101
77
|
export * from './id';
|
102
78
|
export * from './ideal';
|
103
79
|
export * from './image';
|
104
80
|
export * from './info-circle';
|
105
81
|
export * from './insert-card';
|
106
|
-
export * from './
|
107
|
-
export * from './Instagram';
|
82
|
+
export * from './instagram';
|
108
83
|
export * from './insurance';
|
109
84
|
export * from './investments';
|
110
|
-
export * from './invite';
|
111
85
|
export * from './keep';
|
112
86
|
export * from './klarna';
|
113
87
|
export * from './leaf';
|
114
88
|
export * from './lightning-bolt';
|
115
|
-
export * from './lightning';
|
116
89
|
export * from './limit';
|
117
90
|
export * from './link';
|
118
|
-
export * from './
|
91
|
+
export * from './linkedin';
|
119
92
|
export * from './list';
|
120
|
-
export * from './lock';
|
121
93
|
export * from './log-in';
|
122
94
|
export * from './log-out';
|
123
|
-
export * from './marketing';
|
124
95
|
export * from './menu';
|
125
96
|
export * from './messenger';
|
126
97
|
export * from './minus-circle';
|
@@ -134,45 +105,31 @@ export * from './navigate-away';
|
|
134
105
|
export * from './new';
|
135
106
|
export * from './notification-active';
|
136
107
|
export * from './notification';
|
137
|
-
export * from './office-expenses';
|
138
|
-
export * from './owners-withdrawal';
|
139
108
|
export * from './padlock-unlocked';
|
140
109
|
export * from './padlock';
|
141
110
|
export * from './paperclip';
|
142
111
|
export * from './passport';
|
143
112
|
export * from './pay-in';
|
144
|
-
export * from './
|
145
|
-
export * from './pending-circle';
|
146
|
-
export * from './pending';
|
113
|
+
export * from './paypal';
|
147
114
|
export * from './people';
|
148
115
|
export * from './percentage-circle';
|
149
116
|
export * from './person';
|
150
117
|
export * from './personal-care';
|
151
118
|
export * from './phone';
|
152
|
-
export * from './picture';
|
153
119
|
export * from './pie-chart';
|
154
120
|
export * from './piggy-bank';
|
155
|
-
export * from './pin-code';
|
156
121
|
export * from './plus-circle';
|
157
122
|
export * from './plus';
|
158
|
-
export * from './profile';
|
159
123
|
export * from './question-mark-circle';
|
160
124
|
export * from './question-mark';
|
161
125
|
export * from './receipt';
|
162
126
|
export * from './receive';
|
163
|
-
export * from './recipients';
|
164
|
-
export * from './refresh';
|
165
127
|
export * from './reload';
|
166
|
-
export * from './rent';
|
167
128
|
export * from './request-receive';
|
168
129
|
export * from './request-send';
|
169
130
|
export * from './sad-emoji';
|
170
|
-
export * from './salary';
|
171
|
-
export * from './sales-and-royalties';
|
172
|
-
export * from './savings';
|
173
131
|
export * from './search';
|
174
132
|
export * from './send';
|
175
|
-
export * from './settings';
|
176
133
|
export * from './share-android';
|
177
134
|
export * from './share-ios';
|
178
135
|
export * from './shield';
|
@@ -184,25 +141,20 @@ export * from './speech-bubble-message';
|
|
184
141
|
export * from './speech-bubble-pending';
|
185
142
|
export * from './speech-bubble';
|
186
143
|
export * from './speech-bubbles';
|
144
|
+
export * from './star-fill';
|
187
145
|
export * from './star';
|
188
146
|
export * from './stationary';
|
189
|
-
export * from './successful-schedule';
|
190
147
|
export * from './suitcase';
|
191
148
|
export * from './switch';
|
192
149
|
export * from './target';
|
193
|
-
export * from './tax';
|
194
150
|
export * from './team';
|
195
151
|
export * from './theme';
|
196
152
|
export * from './transfer';
|
197
153
|
export * from './transport';
|
198
|
-
export * from './travel';
|
199
154
|
export * from './trustly';
|
200
155
|
export * from './twitter';
|
201
|
-
export * from './two-step';
|
202
|
-
export * from './unlock';
|
203
156
|
export * from './upload';
|
204
157
|
export * from './upward-graph';
|
205
|
-
export * from './verified';
|
206
158
|
export * from './warning';
|
207
159
|
export * from './whatsapp';
|
208
160
|
export * from './withdrawal';
|
File without changes
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import { IconSize } from '../types';
|
3
|
-
export interface
|
3
|
+
export interface LinkedinIconProps {
|
4
4
|
size?: IconSize;
|
5
5
|
className?: string;
|
6
6
|
title?: string;
|
7
7
|
['data-testid']?: string;
|
8
8
|
}
|
9
|
-
export declare const
|
9
|
+
export declare const Linkedin: FunctionComponent<LinkedinIconProps>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import { IconSize } from '../types';
|
3
|
-
export interface
|
3
|
+
export interface PaypalIconProps {
|
4
4
|
size?: IconSize;
|
5
5
|
className?: string;
|
6
6
|
title?: string;
|
7
7
|
['data-testid']?: string;
|
8
8
|
}
|
9
|
-
export declare const
|
9
|
+
export declare const Paypal: FunctionComponent<PaypalIconProps>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { FunctionComponent } from 'react';
|
2
2
|
import { IconSize } from '../types';
|
3
|
-
export interface
|
3
|
+
export interface StarFillIconProps {
|
4
4
|
size?: IconSize;
|
5
5
|
className?: string;
|
6
6
|
title?: string;
|
7
7
|
['data-testid']?: string;
|
8
8
|
}
|
9
|
-
export declare const
|
9
|
+
export declare const StarFill: FunctionComponent<StarFillIconProps>;
|