@entur/icons 5.8.0 → 6.0.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 +3 -0
- package/dist/index.esm.js +924 -884
- package/dist/index.esm.native.js +918 -884
- package/dist/index.js +944 -882
- package/dist/styles.css +23 -17
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -104,6 +104,7 @@ export declare const VKTIcon: React.FC<IconProps>;
|
|
|
104
104
|
export declare const VoiIcon: React.FC<IconProps>;
|
|
105
105
|
export declare const VyIcon: React.FC<IconProps>;
|
|
106
106
|
export declare const ZvippIcon: React.FC<IconProps>;
|
|
107
|
+
export declare const AmericanExpressIcon: React.FC<IconProps>;
|
|
107
108
|
export declare const BanknoteIcon: React.FC<IconProps>;
|
|
108
109
|
export declare const BanknoteMultiIcon: React.FC<IconProps>;
|
|
109
110
|
export declare const DepositionIcon: React.FC<IconProps>;
|
|
@@ -178,6 +179,8 @@ export declare const SubwayIcon: React.FC<IconProps>;
|
|
|
178
179
|
export declare const TaxiIcon: React.FC<IconProps>;
|
|
179
180
|
export declare const TrainIcon: React.FC<IconProps>;
|
|
180
181
|
export declare const TramIcon: React.FC<IconProps>;
|
|
182
|
+
export declare const WalkIcon: React.FC<IconProps>;
|
|
183
|
+
/** @deprecated WalkingIcon is deprecated; use WalkIcon instead */
|
|
181
184
|
export declare const WalkingIcon: React.FC<IconProps>;
|
|
182
185
|
export declare const AdditionalZonesTicketIcon: React.FC<IconProps>;
|
|
183
186
|
export declare const CabinIcon: React.FC<IconProps>;
|