Skip to content

Commit

Permalink
docs(ui5-icon): fix typo (#10318)
Browse files Browse the repository at this point in the history
Fixes: #10301
  • Loading branch information
kgogov authored Dec 5, 2024
1 parent e96fab2 commit d347d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/Icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ICON_NOT_FOUND = "ICON_NOT_FOUND";
* [icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).
* - [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the "tnt" collection and includes the following
* [icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).
* - [@ui5/webcomponents-icons-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the "business-suite" collection and includes the following
* - [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the "business-suite" collection and includes the following
* [icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).
*
* 2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**
Expand Down

0 comments on commit d347d0f

Please sign in to comment.