@entur/icons 8.1.0 → 8.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +153 -118
- package/dist/index.esm.native.js +151 -118
- package/dist/index.js +270 -234
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -135,6 +135,7 @@ export declare const BanknoteMultiIcon: React.FC<IconProps & React.SVGProps<SVGE
|
|
|
135
135
|
export declare const DepositionIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
136
136
|
export declare const DiffIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
137
137
|
export declare const EuroIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
138
|
+
export declare const GooglePayIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
138
139
|
export declare const MastercardIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
139
140
|
export declare const MoneyIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
140
141
|
export declare const PriceFromIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|