@transferwise/icons 3.0.1 → 3.0.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.
@@ -1,10 +1,10 @@
1
1
  import { FunctionComponent } from 'react';
2
2
  import { IconSize } from '../types';
3
- export interface DriversLicenceIconProps {
3
+ export interface DriversLicenseIconProps {
4
4
  size?: IconSize;
5
5
  filled?: boolean;
6
6
  className?: string;
7
7
  title?: string;
8
8
  ['data-testid']?: string;
9
9
  }
10
- export declare const DriversLicence: FunctionComponent<DriversLicenceIconProps>;
10
+ export declare const DriversLicense: FunctionComponent<DriversLicenseIconProps>;
@@ -0,0 +1,10 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IconSize } from '../types';
3
+ export interface FacebookSquareIconProps {
4
+ size?: IconSize;
5
+ filled?: boolean;
6
+ className?: string;
7
+ title?: string;
8
+ ['data-testid']?: string;
9
+ }
10
+ export declare const FacebookSquare: FunctionComponent<FacebookSquareIconProps>;
@@ -29,7 +29,7 @@ export * from './calendar-success';
29
29
  export * from './calendar';
30
30
  export * from './camera';
31
31
  export * from './car';
32
- export * from './drivers-licence';
32
+ export * from './drivers-license';
33
33
  export * from './card-detail';
34
34
  export * from './card-number';
35
35
  export * from './card-wise';
@@ -78,6 +78,7 @@ export * from './eye-shut';
78
78
  export * from './eye';
79
79
  export * from './face-id';
80
80
  export * from './facebook';
81
+ export * from './facebook-square';
81
82
  export * from './fast-flag';
82
83
  export * from './fingerprint';
83
84
  export * from './fpx';
@@ -181,6 +182,7 @@ export * from './e-commerce';
181
182
  export * from './slider';
182
183
  export * from './sofort';
183
184
  export * from './software-and-hosting';
185
+ export * from './software-and-web-hosting';
184
186
  export * from './speech-bubble-message';
185
187
  export * from './feedback';
186
188
  export * from './speech-bubble-pending';
@@ -0,0 +1,10 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { IconSize } from '../types';
3
+ export interface SoftwareAndWebHostingIconProps {
4
+ size?: IconSize;
5
+ filled?: boolean;
6
+ className?: string;
7
+ title?: string;
8
+ ['data-testid']?: string;
9
+ }
10
+ export declare const SoftwareAndWebHosting: FunctionComponent<SoftwareAndWebHostingIconProps>;