Icons
A sub namespace of UI, exclusive for getting icons and files icon classes
Icons
Description
This property can be to used to get icons classes.
Method
SW.UI.Icons;
Basic Usage
> SW.UI.Icons.job;
'fal fa-tasks'
> SW.UI.Icons.project;
'fal fa-clipboard-list';
> SW.UI.Icons.contract;
'fal fa-briefcase';
Files
Description
This property can be to used to get files icon classes.
Method
SW.UI.Icons.Files;
Basic Usage
> SW.UI.Icons.Files.excel
'fal fa-file-excel'
> SW.UI.Icons.Files.pdf
'fal fa-file-pdf'
> SW.UI.Icons.Files.text
'fal fa-file-alt'