How to set image icons in raix:push notifications?

Hi Team,
I have used raix:push notifications.
Push.send({
from: ‘Test’,
title: ‘Large icon’,
text: ‘Remotely loaded’,
gcm: {
// gcm specific overwrites
image: ‘https://c1.staticflickr.com/9/8079/8391224056_96da82499d_n.jpg
}
});
but not loaded images with icons.
Any one know solutions please tell me?
Thanks in advance.