diff --git a/components.d.ts b/components.d.ts
index dde5a2604..9600ef3eb 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -20,11 +20,13 @@ declare module 'vue' {
IconLucideAlignLeft: typeof import('~icons/lucide/align-left')['default']
IconLucideAlignRight: typeof import('~icons/lucide/align-right')['default']
IconLucideBaseline: typeof import('~icons/lucide/baseline')['default']
+ IconLucideBlend: typeof import('~icons/lucide/blend')['default']
IconLucideCheck: typeof import('~icons/lucide/check')['default']
IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
IconLucideEye: typeof import('~icons/lucide/eye')['default']
IconLucideEyeOff: typeof import('~icons/lucide/eye-off')['default']
+ IconLucideRadius: typeof import('~icons/lucide/radius')['default']
IconLucideSearch: typeof import('~icons/lucide/search')['default']
LayersPanel: typeof import('./src/components/LayersPanel.vue')['default']
LayoutSection: typeof import('./src/components/properties/LayoutSection.vue')['default']
diff --git a/src/components/LayersPanel.vue b/src/components/LayersPanel.vue
index bef7aee39..cf28a136c 100644
--- a/src/components/LayersPanel.vue
+++ b/src/components/LayersPanel.vue
@@ -218,13 +218,14 @@ function updateDropTarget(ev: PointerEvent) {
@select="onSelect"
>
diff --git a/src/components/PropertiesPanel.vue b/src/components/PropertiesPanel.vue
index 0da1b9ab9..c1526e556 100644
--- a/src/components/PropertiesPanel.vue
+++ b/src/components/PropertiesPanel.vue
@@ -33,7 +33,7 @@ const multiCount = computed(() => store.selectedNodes.value.length)
Mixed
{{ multiCount }} layers
-