praveen
1
Hi N8N Team,
In the icon i have added botstatus.svg
export class GetBotStatus implements INodeType {
description: INodeTypeDescription = {
displayName: ‘GetBotStatus’,
name: ‘GetBotStatus’,
icon: ‘file:botstatus.svg’,
group: [‘transform’],}
In botstatus.svg i have added
But i can’t able to see the icon in my node. Give me any example of how to show the icon on the node.
Regards,
Praveen
Dtneo
2
1 Like
praveen
3
I have copied the uptimerobot node’s svg and using , but the icon is not appearing in my custom node
Jon
4
Hey @praveen,
Assuming your SVG file is valid you might just need to rebuild and clear your browsers cache.
Dtneo
5
Carefully of Case of the name, be sure the file is in right place …
and the dimensions : 60px x 60 px