You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Note:* The `@ui5/webcomponents-icons-tnt` package does not provide any web components per se, but rather icon assets,
19
+
usable by other web components such as `ui5-icon`. You could import all icons, but it's recommended to import
20
+
just the ones that your app will actually use.
21
+
22
+
## Usage
23
+
24
+
Since this is a non-default icon collection, all names have to be prefixed with the collection name and a `/` separator when used by web components.
25
+
26
+
Example usage with `<ui5-icon>` web component:
27
+
28
+
```html
29
+
<ui5-iconname="tnt/actor"></ui5-icon>
30
+
```
31
+
32
+
For a full list of the icons in the `tnt` collection, click [here](https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).
33
+
34
+
For a complete list of all public module imports from the `icons` package, click [here](../../docs/Public%20Module%20Imports.md#icons):
35
+
36
+
## Resources
37
+
-[UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md)
38
+
-[UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
39
+
-[UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/)
40
+
41
+
## Support
42
+
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
49
+
This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/master/LICENSE.txt) file.
0 commit comments