If you like to update to Factorio version 1.1, here is some code you might need:
-- Research
data.raw["technology"]["artillery"].icon = gfx .. "technology/artillery.png";
data.raw["technology"]["artillery"].icon_size = 128;
data.raw["technology"]["artillery-shell-range-1"].icon = gfx .. "technology/artillery-range.png";
data.raw["technology"]["artillery-shell-range-1"].icon_size = 128;
data.raw["technology"]["artillery-shell-speed-1"].icon = gfx .. "technology/artillery-speed.png";
data.raw["technology"]["artillery-shell-speed-1"].icon_size = 128;
Btw, I just added this mod as dependency to my Christmas Candy Factory.