@entur/icons 8.3.2-beta-automat.0 → 8.4.1-beta.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 +202 -186
- package/dist/index.esm.native.js +200 -186
- package/dist/index.js +380 -363
- package/dist/styles.css +15 -26
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -196,6 +196,7 @@ export declare const MetroIcon: React.FC<IconProps & React.SVGProps<SVGElement>>
|
|
|
196
196
|
export declare const MobilityIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
197
197
|
export declare const PlaneIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
198
198
|
export declare const RunningIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
199
|
+
export declare const SnowCoachIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
199
200
|
export declare const StandingIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
200
201
|
export declare const StrollingIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
201
202
|
export declare const TaxiIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|