Try the following:
- go to %appdata%/Factorio/mods/some-autoresearch_0.18.1.zip
- extract zip and open the folder
- open data-final-fixes.lua in a text editor
- change:
widht -> width =tool.icon_size,
height -> height = tool.icon_size,
scale -> 16/tool.icon_size
Worked for me with other mod complications. Hope it helps.