@entur/icons 7.14.0 → 8.0.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 -20
- package/dist/index.esm.js +382 -615
- package/dist/index.esm.native.js +380 -595
- package/dist/index.js +740 -982
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -124,6 +124,7 @@ export declare const VyIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
|
124
124
|
export declare const ZvippIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
125
125
|
export declare const ØresundstågIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
126
126
|
export declare const AmericanExpressIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
127
|
+
export declare const ApplePayIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
127
128
|
export declare const BanknoteIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
128
129
|
export declare const BanknoteMultiIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
129
130
|
export declare const DepositionIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -189,18 +190,12 @@ export declare const MetroIcon: React.FC<IconProps & React.SVGProps<SVGElement>>
|
|
|
189
190
|
export declare const MobilityIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
190
191
|
export declare const PlaneIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
191
192
|
export declare const RunningIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
192
|
-
/** @deprecated ScooterIcon is deprecated; use MobilityIcon instead */
|
|
193
|
-
export declare const ScooterIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
194
193
|
export declare const StandingIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
195
194
|
export declare const StrollingIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
196
|
-
/** @deprecated SubwayIcon is deprecated; use MetroIcon instead */
|
|
197
|
-
export declare const SubwayIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
198
195
|
export declare const TaxiIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
199
196
|
export declare const TrainIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
200
197
|
export declare const TramIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
201
198
|
export declare const WalkIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
202
|
-
/** @deprecated WalkingIcon is deprecated; use WalkIcon instead */
|
|
203
|
-
export declare const WalkingIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
204
199
|
export declare const AdditionalZonesTicketIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
205
200
|
export declare const CabinIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
206
201
|
export declare const CityIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -349,8 +344,6 @@ export declare const PuzzleIcon: React.FC<IconProps & React.SVGProps<SVGElement>
|
|
|
349
344
|
export declare const QuietIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
350
345
|
export declare const QuitIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
351
346
|
export declare const RSSIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
352
|
-
/** @deprecated ReportsIcon is deprecated; use CopyIcon instead */
|
|
353
|
-
export declare const ReportsIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
354
347
|
export declare const RouteIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
355
348
|
export declare const RouteFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
356
349
|
export declare const RowHeightDefaultIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -382,20 +375,8 @@ export declare const ToneSmileIcon: React.FC<IconProps & React.SVGProps<SVGEleme
|
|
|
382
375
|
export declare const UnviewIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
383
376
|
export declare const UserIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
384
377
|
export declare const UsersIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
385
|
-
/** @deprecated OutlinedValidationCheckIcon is deprecated; use ValidationCheckIcon instead */
|
|
386
|
-
export declare const OutlinedValidationCheckIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
387
|
-
/** @deprecated OutlinedValidationErrorIcon is deprecated; use ValidationErrorIcon instead */
|
|
388
|
-
export declare const OutlinedValidationErrorIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
389
|
-
/** @deprecated OutlinedValidationExclamationIcon is deprecated; use ValidationExclamationIcon instead */
|
|
390
|
-
export declare const OutlinedValidationExclamationIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
391
|
-
/** @deprecated OutlinedValidationInfoIcon is deprecated; use ValidationInfoIcon instead */
|
|
392
|
-
export declare const OutlinedValidationInfoIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
393
378
|
export declare const QuestionIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
394
379
|
export declare const QuestionFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
395
|
-
/** @deprecated ValidationCheckIcon is deprecated; use ValidationSuccessIcon instead */
|
|
396
|
-
export declare const ValidationCheckIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
397
|
-
/** @deprecated ValidationCheckFilledIcon is deprecated; use ValidationSuccessFilledIcon instead */
|
|
398
|
-
export declare const ValidationCheckFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
399
380
|
export declare const ValidationErrorIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
400
381
|
export declare const ValidationErrorFilledIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
401
382
|
export declare const ValidationExclamationIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|