adds svg for light theme

This commit is contained in:
Ria 2025-03-04 11:25:05 +01:00
parent 4a8a17f7d9
commit cc52783bc8
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ export class LmChatXAiGrok implements INodeType {
displayName: 'xAI Grok Chat Model',
// eslint-disable-next-line n8n-nodes-base/node-class-description-name-miscased
name: 'lmChatXAiGrok',
icon: 'file:logo.svg',
icon: { light: 'file:logo.dark.svg', dark: 'file:logo.svg' },
group: ['transform'],
version: [1],
description: 'For advanced usage with an AI chain',

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true" class="" focusable="false" style="fill: currentcolor; height: 28px; width: 28px;"><path d="m3.005 8.858 8.783 12.544h3.904L6.908 8.858zM6.905 15.825 3 21.402h3.907l1.951-2.788zM16.585 2l-6.75 9.64 1.953 2.79L20.492 2zM17.292 7.965v13.437h3.2V3.395z"></path></svg>

After

Width:  |  Height:  |  Size: 363 B