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 14bc2aa commit 353f865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/model/generators/icon-list-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,17 @@ export class IconListGenerator {
private static _ICON_MAPPING = {
Silent: "mdi:fan-remove",
Basic: "mdi:fan-speed-1",
Balanced: "mdi:fan-speed-1",
Standard: "mdi:fan-speed-1",
Strong: "mdi:fan-speed-2",
Medium: "mdi:fan-speed-2",
"Full Speed": "mdi:fan-speed-3",
Turbo: "mdi:fan-speed-3",
Max: "mdi:fan-speed-3",
Auto: "mdi:fan-auto",
Gentle: "mdi:waves",
Quiet: "mdi:waves",
Custom: "mdi:waves",
};

public static async generate(
Expand Down

0 comments on commit 353f865

Please sign in to comment.