Custom Icon Loader - Installation not working

I want to install the Custom Icon Loader integration https://github.com/Armaell/home-assistant-custom-icons-loader.

In the installation process, when I restart Home Assistant. This error occurs:
Traceback (most recent call last): File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py", line 170, in _async_setup_component result = await component.async_setup( # type: ignore File "/home/homeassistant/.homeassistant/custom_components/custom_icons/__init__.py", line 10, in async_setup if parser.checkIfNeeded(): File "/home/homeassistant/.homeassistant/custom_components/custom_icons/parser.py", line 62, in checkIfNeeded mkdir(ICONS_PATH) PermissionError: [Errno 13] Permission denied: 'custom_icons/'

I use: HASSBIAN - Home Assistant 0.108.6

I have the same issue on macOS

custom-icons-loader stopped working after updating HA to 0.110.1