This commit is contained in:
Neeraj Gupta
2024-12-21 16:37:24 +05:30
parent 447bb72556
commit 87ab805cf7

View File

@@ -71,10 +71,10 @@ class IconUtils {
if (!processedIconPaths.contains(simpleIconPath)) {
allIcons[simpleEntry.key] = AllIconData(
title: simpleEntry.key,
type: IconType.simpleIcon,
color: simpleEntry.value,
slug: simpleEntry.value);
title: simpleEntry.key,
type: IconType.simpleIcon,
color: simpleEntry.value,
);
processedIconPaths.add(simpleIconPath);
}
simpleEntry = simpleIterator.moveNext() ? simpleIterator.current : null;