@entur/icons 7.11.0 → 7.12.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 +6 -2
- package/dist/index.esm.js +452 -365
- package/dist/index.esm.native.js +440 -361
- package/dist/index.js +779 -688
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -56,8 +56,6 @@ 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>>;
|
|
61
59
|
export declare const LockerIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
62
60
|
export declare const ManySeatsAvailableIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
63
61
|
export declare const ParkIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -67,6 +65,8 @@ export declare const PlayroomIcon: React.FC<IconProps & React.SVGProps<SVGElemen
|
|
|
67
65
|
export declare const PowerIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
68
66
|
export declare const PremiumSeatIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
69
67
|
export declare const SeatIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
68
|
+
export declare const SeatCompartmentIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
69
|
+
export declare const SeatCompartmentFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
70
70
|
export declare const SeatsAvailableIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
71
71
|
export declare const SleepIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
72
72
|
export declare const StandingAvailableIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -290,6 +290,8 @@ export declare const CommentIcon: React.FC<IconProps & React.SVGProps<SVGElement
|
|
|
290
290
|
export declare const ComponentIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
291
291
|
export declare const ConfigurationIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
292
292
|
export declare const ContactsIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
293
|
+
export declare const CookieIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
294
|
+
export declare const CookieFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
293
295
|
export declare const CopyIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
294
296
|
export declare const CustomerServiceIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
295
297
|
export declare const CustomerServiceFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -346,6 +348,8 @@ export declare const QuitIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
|
346
348
|
export declare const RSSIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
347
349
|
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
348
350
|
export declare const ReportsIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
351
|
+
export declare const RouteIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
352
|
+
export declare const RouteFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
349
353
|
export declare const RowHeightDefaultIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
350
354
|
export declare const RowHeightMiddleIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
351
355
|
export declare const RowHeightSmallIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|