Icons
~~~~~
*Overview*
There are a number of icons in use within the various applications, mainly as a visual prefix for buttons, although there is a number of other uses.
Below is a list of the known icons in use.
.. code-block:: sh
:caption: Typical use of an icon for a button
import AddIcon from '@mui/icons-material/Add';
}
...
/>
.. note:: sh
The word Icon has been appended to the components where missing to aid with code clarity, but this is optional to the developer
.. csv-table:: Properties
:header: "import URL", "Icon component", "description"
"@mui/icons-material/Add", "", "Mathematical plus symbol"
"@mui/icons-material/ArrowBackIosIcon", "", "Arrow pointing right-to-left"
"@mui/icons-material/ArrowForwardIos", "", "Arrow pointing left-to-right"
"@mui/icons-material/Brightness4", "", "Light mode icon, used in the standard Header"
"@mui/icons-material/Brightness7", "", "Dark mode icon, used in the standard Header"
"@mui/icons-material/Clear", "", "Indicates a cancellation of an action"
"@mui/icons-material/Check", "", "Star indicating a selected/important item"
"@mui/icons-material/DeleteRounded", "", "Trash car indicating a delete function"
"@mui/icons-material/Description", "", "Document button, used in the standard Header"
"@mui/icons-material/Done", "", "Tick icon, currently used on StatusIcon component"
"@mui/icons-material/DownloadRounded", "", "Download/pull something into the application"
"@mui/icons-material/Email", "", "Postal letter for notification to the user"
"@mui/icons-material/EditRounded", "", "Pencil indicating an edit function"
"@mui/icons-material/FactCheck", "", "Document with a tick indicating validation"
"@mui/icons-material/FileCopyRounded", "", "Copy/clone a file"
"@mui/icons-material/Help", "", "Help icon used in the Standard Header"
"@mui/icons-material/HighlightOff", "", "Copyright icon, used in the standard Footer"
"@mui/icons-material/Home", "", "Return to home page"
"@mui/icons-material/MyLocation", "", "Used on the PHT resolve button to indicate a point in space is retrieved"
"@mui/icons-material/PictureAsPdf", "", "Indicates PDF document"
"@mui/icons-material/Publish", "", "Upload/Submit/publish to file"
"@mui/icons-material/Save", "", "Save of the object, text or content"
"@mui/icons-material/Search", "", "Standard magnifying glass search icon"
"@mui/icons-material/UploadFile", "", "Upload of a file"
"@mui/icons-material/VisibilityRounded", "", "Eye to indicate a view of some item"