@porscheinformatik/clr-addons 18.2.2 → 18.2.3
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/esm2022/icons/shapes.mjs +22 -20
- package/fesm2022/clr-addons.mjs +22 -20
- package/fesm2022/clr-addons.mjs.map +1 -1
- package/icons/shapes.d.ts +5 -5
- package/package.json +1 -1
package/icons/shapes.d.ts
CHANGED
|
@@ -596,10 +596,10 @@ export declare const logoCostApprovalIcon: IconShapeTuple;
|
|
|
596
596
|
export declare const logoCostApprovalNegativeIcon: IconShapeTuple;
|
|
597
597
|
export declare const logoCostApprovalFavIcon: IconShapeTuple;
|
|
598
598
|
export declare const logoCostApprovalNegativeFavIcon: IconShapeTuple;
|
|
599
|
-
export declare const
|
|
600
|
-
export declare const
|
|
601
|
-
export declare const
|
|
602
|
-
export declare const
|
|
599
|
+
export declare const logoCrossControllingIcon: IconShapeTuple;
|
|
600
|
+
export declare const logoCrossControllingNegativeIcon: IconShapeTuple;
|
|
601
|
+
export declare const logoCrossControllingFavIcon: IconShapeTuple;
|
|
602
|
+
export declare const logoCrossControllingNegativeFavIcon: IconShapeTuple;
|
|
603
603
|
export declare const logoDocFlowIcon: IconShapeTuple;
|
|
604
604
|
export declare const logoDocFlowNegativeIcon: IconShapeTuple;
|
|
605
605
|
export declare const logoDocFlowFavIcon: IconShapeTuple;
|
|
@@ -871,7 +871,7 @@ export declare const menuIcon: IconShapeTuple;
|
|
|
871
871
|
export declare const microphoneAppIcon: IconShapeTuple;
|
|
872
872
|
export declare const mobileIcon: IconShapeTuple;
|
|
873
873
|
export declare const moreAppIcon: IconShapeTuple;
|
|
874
|
-
export declare const
|
|
874
|
+
export declare const moreAppbarAppIcon: IconShapeTuple;
|
|
875
875
|
export declare const motabilityIcon: IconShapeTuple;
|
|
876
876
|
export declare const navigateIcon: IconShapeTuple;
|
|
877
877
|
export declare const newCarCommercialIcon: IconShapeTuple;
|
package/package.json
CHANGED