-
+ {#if iconPickerField}
+ {@const currentIconName = iconValue(iconPickerField)}
+ {@const CurrentIcon = iconComponent(currentIconName)}
+
+
+ {#if CurrentIcon}
+
+ {/if}
+
+
+ {at("settings_icon_current", {}, "Current icon")}
+ {iconLabel(iconPickerField)}
+
+ {#if !iconIsDefault(iconPickerField)}
+
settingsStore.markDirty(iconPickerField.key, "")}
+ >
+
+ {at("settings_icon_use_default", {}, "Use default")}
+
+ {/if}
+
+ {/if}
+
+
+
{#each filteredIconOptions as iconName}
{@const Icon = iconComponent(iconName)}