From 1160e9462c72855751039c2aaa598ddc4d8301eb Mon Sep 17 00:00:00 2001 From: Maximilian Koeller Date: Tue, 25 Aug 2026 15:40:36 +0200 Subject: [PATCH] feat(icons): add puzzle and gas-meter --- assets/element-icon-codepoints.json | 5 ++++- assets/icons/gas-meter.svg | 1 + assets/icons/puzzle-filled.svg | 1 + assets/icons/puzzle.svg | 1 + src/element-icon-metadata.json | 7 +++++++ 5 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 assets/icons/gas-meter.svg create mode 100644 assets/icons/puzzle-filled.svg create mode 100644 assets/icons/puzzle.svg diff --git a/assets/element-icon-codepoints.json b/assets/element-icon-codepoints.json index beb9e3f..2f40e4f 100644 --- a/assets/element-icon-codepoints.json +++ b/assets/element-icon-codepoints.json @@ -1,6 +1,6 @@ { "#comment": "AUTO-GENERATED. Run `yarn codepoints` to update", - "#nextCodepoint": 61001, + "#nextCodepoint": 61004, "3d-back": 60861, "3d-bottom": 60847, "3d-fit": 60848, @@ -435,6 +435,7 @@ "garden": 60227, "gas": 60988, "gas-bottles": 60228, + "gas-meter": 61001, "generate": 60726, "generator": 60736, "geofence": 60229, @@ -730,6 +731,8 @@ "prolongation": 60477, "prolongation-filled": 60478, "protection": 60479, + "puzzle": 61002, + "puzzle-filled": 61003, "qr-code": 60480, "quality": 60772, "queue": 60481, diff --git a/assets/icons/gas-meter.svg b/assets/icons/gas-meter.svg new file mode 100644 index 0000000..851baba --- /dev/null +++ b/assets/icons/gas-meter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/puzzle-filled.svg b/assets/icons/puzzle-filled.svg new file mode 100644 index 0000000..8cbdff7 --- /dev/null +++ b/assets/icons/puzzle-filled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/puzzle.svg b/assets/icons/puzzle.svg new file mode 100644 index 0000000..a7bc38d --- /dev/null +++ b/assets/icons/puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/element-icon-metadata.json b/src/element-icon-metadata.json index cbc8a9b..0497ba8 100644 --- a/src/element-icon-metadata.json +++ b/src/element-icon-metadata.json @@ -526,6 +526,7 @@ { "name": "hexagon-vertical-bars-database", "category": "General" }, { "name": "cloud-project-linked", "category": "General" }, { "name": "cloud-project-unlinked", "category": "General" }, + { "name": "puzzle", "category": "General" }, { "name": "home-filled", "terms": ["house"], "category": "General" }, { "name": "parameter-filled", @@ -592,6 +593,7 @@ }, { "name": "hexagon-vertical-bars-filled", "category": "General" }, { "name": "hexagon-vertical-bars-database-filled", "category": "General" }, + { "name": "puzzle-filled", "category": "General" }, { "name": "clock", "terms": ["time"], "tags": ["auto"], "category": "Operating mode" }, { "name": "sun", "terms": ["light", "day"], "tags": ["comfort"], "category": "Operating mode" }, { "name": "precomfort", "category": "Operating mode" }, @@ -1593,6 +1595,11 @@ "category": "Building Technologies" }, { "name": "gas", "terms": ["natural gas", "propane"], "category": "Building Technologies" }, + { + "name": "gas-meter", + "terms": ["natural gas", "propane", "meter"], + "category": "Building Technologies" + }, { "name": "bank", "terms": ["financial institution", "credit union", "savings bank"],