Skip to content

Commit

Permalink
Update icon-list-generator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tzagim authored Feb 5, 2024
1 parent d647009 commit b02481a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/generators/icon-list-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class IconsGeneratorContext {
export class IconListGenerator {
private static _ICON_MAPPING = {
Silent: "mdi:fan-remove",
Quiet: "mdi:waves",
Gentle: "mdi:waves",
Basic: "mdi:fan-speed-1",
Balanced: "mdi:fan-speed-1",
Standard: "mdi:fan-speed-1",
Expand All @@ -64,8 +66,6 @@ export class IconListGenerator {
Turbo: "mdi:fan-speed-3",
Max: "mdi:fan-speed-3",
Auto: "mdi:fan-auto",
Gentle: "mdi:waves",
Quiet: "mdi:waves",
Custom: "mdi:waves",
};

Expand Down

0 comments on commit b02481a

Please sign in to comment.