@entur/icons 7.9.0 → 7.11.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 CHANGED
@@ -56,6 +56,8 @@ export declare const CoffeeIcon: React.FC<IconProps & React.SVGProps<SVGElement>
56
56
  export declare const CouchetteIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
57
57
  export declare const CutleryIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
58
58
  export declare const FullIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
59
+ export declare const KupéIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
60
+ export declare const KupéFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
59
61
  export declare const LockerIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
60
62
  export declare const ManySeatsAvailableIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
61
63
  export declare const ParkIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
@@ -299,6 +301,10 @@ export declare const DraggableIcon: React.FC<IconProps & React.SVGProps<SVGEleme
299
301
  export declare const EditIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
300
302
  export declare const EmailIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
301
303
  export declare const ExtendIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
304
+ export declare const FavoriteRouteIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
305
+ export declare const FavoriteRouteFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
306
+ export declare const FavoriteStopIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
307
+ export declare const FavoriteStopFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
302
308
  export declare const FeedbackIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
303
309
  export declare const FeedbackFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
304
310
  export declare const FileIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;