diff --git a/web/SWMansionIcon.react.js b/web/SWMansionIcon.react.js --- a/web/SWMansionIcon.react.js +++ b/web/SWMansionIcon.react.js @@ -4,6 +4,18 @@ import IcomoonReact from 'react-icomoon'; import iconSet from './icons/selection.json'; +/* + + To see all of the icons the application uses and what their names are: + + - Go to: https://icomoon.io/app/#/select + - Click the import project button, upload the web/icons/AppIcons.json file + and click the load button. + - All of the icons in the selected icons section are used in the app + - To see the icon image mapped to the name go to + https://icomoon.io/app/#/select/image after going through the steps above + +*/ export type Icon = | 'arrow-right-small'