@entur/icons 7.8.0 → 7.10.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 +5 -0
- package/dist/index.esm.js +381 -278
- package/dist/index.esm.native.js +371 -278
- package/dist/index.js +662 -554
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export declare const ExternalIcon: React.FC<IconProps & React.SVGProps<SVGElemen
|
|
|
29
29
|
export declare const ForwardIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
30
30
|
export declare const LeftArrowIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
31
31
|
export declare const MergeProfilesIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
32
|
+
export declare const PageNavigationIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
32
33
|
export declare const RedoIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
33
34
|
export declare const RefreshIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
34
35
|
export declare const ResetIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -298,6 +299,10 @@ export declare const DraggableIcon: React.FC<IconProps & React.SVGProps<SVGEleme
|
|
|
298
299
|
export declare const EditIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
299
300
|
export declare const EmailIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
300
301
|
export declare const ExtendIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
302
|
+
export declare const FavoriteRouteIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
303
|
+
export declare const FavoriteRouteFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
304
|
+
export declare const FavoriteStopIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
305
|
+
export declare const FavoriteStopFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
301
306
|
export declare const FeedbackIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
302
307
|
export declare const FeedbackFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
303
308
|
export declare const FileIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|