diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
index e9f12c0..1d11535 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.md
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -1,16 +1,16 @@
----
-name: Enhancement
-about: Suggest an enhancement
-title: "[Enhancement]: "
-labels: Enhancement
-assignees: WalkxCode
-
----
-
-**What do you want to enhance?**
-[Eg. The portainer icon]
-
-**What is the enhancement?**
-[Eg. Higher quality icon]
-
-**Additional info: [Optional]**
+---
+name: Enhancement
+about: Suggest an enhancement
+title: "[Enhancement]: "
+labels: Enhancement
+assignees: WalkxCode
+
+---
+
+**What do you want to enhance?**
+[Eg. The portainer icon]
+
+**What is the enhancement?**
+[Eg. Higher quality icon]
+
+**Additional info: [Optional]**
diff --git a/.github/ISSUE_TEMPLATE/icon-request.md b/.github/ISSUE_TEMPLATE/icon-request.md
index 94f87d7..ff295fd 100644
--- a/.github/ISSUE_TEMPLATE/icon-request.md
+++ b/.github/ISSUE_TEMPLATE/icon-request.md
@@ -1,17 +1,17 @@
----
-name: Icon Request
-about: Suggest an icon
-title: "[Icon Request]: "
-labels: Icon Request
-assignees: WalkxCode
-
----
-
-**What is the name of the icon?**
-[Eg. Portainer]
-
-**What is the website/page of the icon?**
-[Eg. https://portainer.io]
-
-**Upload the icon here: [Optional]**
-Upload the icon, MUST be `PNG` or `SVG`.
+---
+name: Icon Request
+about: Suggest an icon
+title: "[Icon Request]: "
+labels: Icon Request
+assignees: WalkxCode
+
+---
+
+**What is the name of the icon?**
+[Eg. Portainer]
+
+**What is the website/page of the icon?**
+[Eg. https://portainer.io]
+
+**Upload the icon here: [Optional]**
+Upload the icon, MUST be `PNG` or `SVG`.
diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py
index ee3d3e5..7af9c89 100755
--- a/scripts/generate_readme.py
+++ b/scripts/generate_readme.py
@@ -1,26 +1,26 @@
-from pathlib import Path
-
-
-def generate_img_tag(file):
- return f''
-
-
-if __name__ == "__main__":
- imgs = sorted(Path("../png").glob("*.png"))
- img_tags = [generate_img_tag(x) for x in imgs]
-
- with open("README.md", "wt", encoding="UTF-8") as f:
- f.write("# Dashboard Icons\n\n")
- f.write("### The best Dashboards:\n\n")
- f.write("- [Homer Dashboard](https://github.com/bastienwirtz/homer)\n")
- f.write("- [Heimdall](https://github.com/linuxserver/Heimdall)\n")
- f.write("- [Organizr (v2)](https://github.com/causefx/Organizr)\n")
- f.write("- [Dashy](https://github.com/Lissy93/dashy)\n")
- f.write("- [Flame](https://github.com/pawelmalak/flame)\n")
- f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n")
- f.write(
- "##### [How to download images on UNIX?](#how-to-download-images-on-unix)\n\n\n")
- f.write(" ".join(img_tags))
- f.write("\n\n\n")
- f.write("---\n\n### How to download images on UNIX?\n\n\n`UNIX`\n\n```bash\n\n$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png\n\n```\nor\n```bash\n\n$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png\n\n```")
- f.write("\n\n\n---\n\n## Trademark Legal Notices\n\n(Almost) All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the users of the Dashboard Icons project for identification purposes only.\n\n\nThe use of these names, trademarks and brands appearing in these image files, do not imply endorsement.")
+from pathlib import Path
+
+
+def generate_img_tag(file):
+ return f''
+
+
+if __name__ == "__main__":
+ imgs = sorted(Path("../png").glob("*.png"))
+ img_tags = [generate_img_tag(x) for x in imgs]
+
+ with open("README.md", "wt", encoding="UTF-8") as f:
+ f.write("# Dashboard Icons\n\n")
+ f.write("### The best Dashboards:\n\n")
+ f.write("- [Homer Dashboard](https://github.com/bastienwirtz/homer)\n")
+ f.write("- [Heimdall](https://github.com/linuxserver/Heimdall)\n")
+ f.write("- [Organizr (v2)](https://github.com/causefx/Organizr)\n")
+ f.write("- [Dashy](https://github.com/Lissy93/dashy)\n")
+ f.write("- [Flame](https://github.com/pawelmalak/flame)\n")
+ f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n")
+ f.write(
+ "##### [How to download images on UNIX?](#how-to-download-images-on-unix)\n\n\n")
+ f.write(" ".join(img_tags))
+ f.write("\n\n\n")
+ f.write("---\n\n### How to download images on UNIX?\n\n\n`UNIX`\n\n```bash\n\n$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png\n\n```\nor\n```bash\n\n$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png\n\n```")
+ f.write("\n\n\n---\n\n## Trademark Legal Notices\n\n(Almost) All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the users of the Dashboard Icons project for identification purposes only.\n\n\nThe use of these names, trademarks and brands appearing in these image files, do not imply endorsement.")
diff --git a/svg/frigate-light.svg b/svg/frigate-light.svg
index 16cd275..a93b918 100644
--- a/svg/frigate-light.svg
+++ b/svg/frigate-light.svg
@@ -1,3 +1,3 @@
-
+
diff --git a/svg/frigate.svg b/svg/frigate.svg
index 3d01f2a..b2eae19 100644
--- a/svg/frigate.svg
+++ b/svg/frigate.svg
@@ -1,3 +1,3 @@
-
+
diff --git a/svg/teslamate.svg b/svg/teslamate.svg
index 259e5ea..d994796 100644
--- a/svg/teslamate.svg
+++ b/svg/teslamate.svg
@@ -1,142 +1,142 @@
-