@leanix/components 0.4.776 → 0.4.778
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.
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
export declare class FaToSapIconPipe implements PipeTransform {
|
|
13
13
|
/**
|
|
14
14
|
* Transforms Font Awesome icons to SAP icons
|
|
15
|
-
* @param value The Font Awesome icon name, with optional `fa-` prefix
|
|
15
|
+
* @param value The Font Awesome icon name, with optional `fa-` prefix and modifier classes
|
|
16
16
|
* @param isSolid Whether the icon is solid
|
|
17
17
|
* @returns The SAP icon name, or provided value if no mapped icon found
|
|
18
18
|
*/
|