@transferwise/icons 3.0.2 → 3.0.3

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>;
@@ -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';