feat(editor): Update icons to Lucide icons (#16231)

Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
Alex Grozav
2025-06-30 18:11:09 +03:00
committed by GitHub
parent 3e04566845
commit ed2cb3c701
262 changed files with 2872 additions and 3443 deletions

View File

@@ -117,7 +117,7 @@ watch(() => props.runIndex, selectFirst, { immediate: true });
:class="$style.treeToggle"
@click="toggleTreeItem(currentNode)"
>
<font-awesome-icon :icon="currentNode.expanded ? 'angle-down' : 'angle-right'" />
<n8n-icon :icon="currentNode.expanded ? 'chevron-down' : 'chevron-right'" />
</button>
<n8n-tooltip :disabled="!slim" placement="right">
<template #content>