We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bc2aa commit 353f865Copy full SHA for 353f865
src/model/generators/icon-list-generator.ts
@@ -56,13 +56,17 @@ export class IconListGenerator {
56
private static _ICON_MAPPING = {
57
Silent: "mdi:fan-remove",
58
Basic: "mdi:fan-speed-1",
59
+ Balanced: "mdi:fan-speed-1",
60
Standard: "mdi:fan-speed-1",
61
Strong: "mdi:fan-speed-2",
62
Medium: "mdi:fan-speed-2",
63
"Full Speed": "mdi:fan-speed-3",
64
Turbo: "mdi:fan-speed-3",
65
+ Max: "mdi:fan-speed-3",
66
Auto: "mdi:fan-auto",
67
Gentle: "mdi:waves",
68
+ Quiet: "mdi:waves",
69
+ Custom: "mdi:waves",
70
};
71
72
public static async generate(
0 commit comments