Syntax

import icon <imageFilePath> [name <iconName>] [id <iconID>]

Explanation

Imports the given image file as an icon image asset into the current project, allowing you to optionally assign it a desired name and ID number. If no ID is given, an unused ID number will be chosen. If no name is given, the file’s name with the suffix removed will be used.

See Also