Register a custom icon by name.
static void register(String name, IconData icon) { _registry[name] = icon; }