@entur/icons 7.9.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 +4 -0
- package/dist/index.esm.js +363 -279
- package/dist/index.esm.native.js +355 -279
- package/dist/index.js +644 -556
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -299,6 +299,10 @@ export declare const DraggableIcon: React.FC<IconProps & React.SVGProps<SVGEleme
|
|
|
299
299
|
export declare const EditIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
300
300
|
export declare const EmailIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
301
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>>;
|
|
302
306
|
export declare const FeedbackIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
303
307
|
export declare const FeedbackFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
304
308
|
export declare const FileIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|