IconCommand constructor

IconCommand(
  1. Logger logger
)

Creates a new IconCommand instance with the given logger.

Implementation

IconCommand(this.logger);