mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import type { ProjectIcon } from '@/types/projects.types';
|
||||
import { type IconOrEmoji } from '@n8n/design-system/components/N8nIconPicker/types';
|
||||
|
||||
type Props = {
|
||||
icon: ProjectIcon;
|
||||
icon: IconOrEmoji;
|
||||
size?: 'mini' | 'small' | 'medium' | 'large';
|
||||
round?: boolean;
|
||||
borderLess?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user