From 000ccf23572a6ce09c5174623e15efa58aabaec8 Mon Sep 17 00:00:00 2001 From: James Beeching <98554230+beecho01@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:41:51 +0000 Subject: [PATCH] Bump to Iconify set released 2024-11-02 --- README.md | 6 +++--- custom_components/material_symbols/__init__.py | 2 +- .../data/m3o/hearing-aid-disabled.svg | 1 + .../material_symbols/data/m3o/hearing-aid.svg | 2 +- .../material_symbols/data/m3o/icons.json | 12 ++++++++++++ .../material_symbols/data/m3o/modeling.svg | 1 + .../material_symbols/data/m3o/pinboard-unread.svg | 1 + .../material_symbols/data/m3o/pinboard.svg | 1 + .../data/m3of/hearing-aid-disabled.svg | 1 + .../material_symbols/data/m3of/hearing-aid.svg | 2 +- .../material_symbols/data/m3of/hearing.svg | 2 +- .../material_symbols/data/m3of/icons.json | 12 ++++++++++++ .../material_symbols/data/m3of/modeling.svg | 1 + .../material_symbols/data/m3of/pinboard-unread.svg | 1 + .../material_symbols/data/m3of/pinboard.svg | 1 + .../material_symbols/data/m3of/square-dot.svg | 2 +- .../data/m3r/hearing-aid-disabled.svg | 1 + .../material_symbols/data/m3r/hearing-aid.svg | 2 +- .../material_symbols/data/m3r/icons.json | 12 ++++++++++++ .../material_symbols/data/m3r/modeling.svg | 1 + .../material_symbols/data/m3r/pinboard-unread.svg | 1 + .../material_symbols/data/m3r/pinboard.svg | 1 + .../data/m3rf/hearing-aid-disabled.svg | 1 + .../material_symbols/data/m3rf/hearing-aid.svg | 2 +- .../material_symbols/data/m3rf/hearing.svg | 2 +- .../material_symbols/data/m3rf/icons.json | 12 ++++++++++++ .../material_symbols/data/m3rf/modeling.svg | 1 + .../material_symbols/data/m3rf/pinboard-unread.svg | 1 + .../material_symbols/data/m3rf/pinboard.svg | 1 + .../material_symbols/data/m3rf/square-dot.svg | 2 +- .../material_symbols/data/m3s/icons.json | 9 +++++++++ .../material_symbols/data/m3s/modeling.svg | 1 + .../material_symbols/data/m3s/pinboard-unread.svg | 1 + .../material_symbols/data/m3s/pinboard.svg | 1 + .../material_symbols/data/m3sf/icons.json | 9 +++++++++ .../material_symbols/data/m3sf/modeling.svg | 1 + .../material_symbols/data/m3sf/pinboard-unread.svg | 1 + .../material_symbols/data/m3sf/pinboard.svg | 1 + custom_components/material_symbols/manifest.json | 2 +- .../material_symbols/material_symbols.js | 2 +- 40 files changed, 102 insertions(+), 14 deletions(-) create mode 100644 custom_components/material_symbols/data/m3o/hearing-aid-disabled.svg create mode 100644 custom_components/material_symbols/data/m3o/modeling.svg create mode 100644 custom_components/material_symbols/data/m3o/pinboard-unread.svg create mode 100644 custom_components/material_symbols/data/m3o/pinboard.svg create mode 100644 custom_components/material_symbols/data/m3of/hearing-aid-disabled.svg create mode 100644 custom_components/material_symbols/data/m3of/modeling.svg create mode 100644 custom_components/material_symbols/data/m3of/pinboard-unread.svg create mode 100644 custom_components/material_symbols/data/m3of/pinboard.svg create mode 100644 custom_components/material_symbols/data/m3r/hearing-aid-disabled.svg create mode 100644 custom_components/material_symbols/data/m3r/modeling.svg create mode 100644 custom_components/material_symbols/data/m3r/pinboard-unread.svg create mode 100644 custom_components/material_symbols/data/m3r/pinboard.svg create mode 100644 custom_components/material_symbols/data/m3rf/hearing-aid-disabled.svg create mode 100644 custom_components/material_symbols/data/m3rf/modeling.svg create mode 100644 custom_components/material_symbols/data/m3rf/pinboard-unread.svg create mode 100644 custom_components/material_symbols/data/m3rf/pinboard.svg create mode 100644 custom_components/material_symbols/data/m3s/modeling.svg create mode 100644 custom_components/material_symbols/data/m3s/pinboard-unread.svg create mode 100644 custom_components/material_symbols/data/m3s/pinboard.svg create mode 100644 custom_components/material_symbols/data/m3sf/modeling.svg create mode 100644 custom_components/material_symbols/data/m3sf/pinboard-unread.svg create mode 100644 custom_components/material_symbols/data/m3sf/pinboard.svg diff --git a/README.md b/README.md index d323b5151..66932be3c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Material Symbols for Home Assistant

-**Material Symbols for Home Assistant** is a collection of 13460 Google Material Symbols for use within Home Assistant. It uses the icon-set produced and maintained by [iconify](https://github.com/iconify/icon-sets). +**Material Symbols for Home Assistant** is a collection of 13482 Google Material Symbols for use within Home Assistant. It uses the icon-set produced and maintained by [iconify](https://github.com/iconify/icon-sets). There is a [Icon Finder Tool](https://beecho01.github.io/material-symbols-iconfinder/) to help you select the correct icon. Simply type in what you're looking for, click the icon of choice, and the icon entry for home assistant will be copied to your clipboard (e.g., `m3o:light`). The copied text can be pasted for use in your YAML configuration or into you UI frontend interface. @@ -17,7 +17,7 @@ There is a [Icon Finder Tool](https://beecho01.github.io/material-symbols-iconfi > ### Breaking Changes > - **Repository Structure**: The repository and installation have transitioned from a "Lovelace" repository (v1.X.X) to an "Integration" repository (202X.X.X+). Users should reinstall from the new integration repository to avoid compatibility issues. > - **Icon Prefix Migration**: The icon prefix has transitioned from m3s, which previously contained all icon styles, to individual prefixes based on style. Each style now has its unique prefix (e.g., m3o for outlined, m3r for rounded). Refer to the documentation for the complete list of prefixes. -> - **Reduction in Available Icons**: The number of available icons has been reduced from ~18,600 to 13,460. +> - **Reduction in Available Icons**: The number of available icons has been reduced from ~18,600 to 13,482. --- @@ -276,4 +276,4 @@ This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareA #### License Summary - **Attribution**: You must give appropriate credit, provide a link to the license, and indicate if changes were made. - **NonCommercial**: You may not use the material for commercial purposes. - - **ShareAlike**: If you remix, transform, or build upon the material, you must distribute your contributions under the same license. + - **ShareAlike**: If you remix, transform, or build upon the material, you must distribute your contributions under the same license. \ No newline at end of file diff --git a/custom_components/material_symbols/__init__.py b/custom_components/material_symbols/__init__.py index 9c954d274..608c06edd 100644 --- a/custom_components/material_symbols/__init__.py +++ b/custom_components/material_symbols/__init__.py @@ -7,7 +7,7 @@ LOGGER = logging.getLogger(__name__) DOMAIN = "material_symbols" -VERSION = "2024.10.27" +VERSION = "2024.11.02" DATA_EXTRA_MODULE_URL = "frontend_extra_module_url" LOADER_URL = f"/{DOMAIN}/material_symbols.js" diff --git a/custom_components/material_symbols/data/m3o/hearing-aid-disabled.svg b/custom_components/material_symbols/data/m3o/hearing-aid-disabled.svg new file mode 100644 index 000000000..8af4ee202 --- /dev/null +++ b/custom_components/material_symbols/data/m3o/hearing-aid-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3o/hearing-aid.svg b/custom_components/material_symbols/data/m3o/hearing-aid.svg index 39c464bdb..0797b485c 100644 --- a/custom_components/material_symbols/data/m3o/hearing-aid.svg +++ b/custom_components/material_symbols/data/m3o/hearing-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3o/icons.json b/custom_components/material_symbols/data/m3o/icons.json index 81710dc82..523ed79bb 100644 --- a/custom_components/material_symbols/data/m3o/icons.json +++ b/custom_components/material_symbols/data/m3o/icons.json @@ -2948,6 +2948,9 @@ { "name": "hearing-aid" }, + { + "name": "hearing-aid-disabled" + }, { "name": "heart-broken" }, @@ -3818,6 +3821,9 @@ { "name": "mode-night" }, + { + "name": "modeling" + }, { "name": "money" }, @@ -4640,6 +4646,12 @@ { "name": "pin-drop" }, + { + "name": "pinboard" + }, + { + "name": "pinboard-unread" + }, { "name": "pinch" }, diff --git a/custom_components/material_symbols/data/m3o/modeling.svg b/custom_components/material_symbols/data/m3o/modeling.svg new file mode 100644 index 000000000..b2b089340 --- /dev/null +++ b/custom_components/material_symbols/data/m3o/modeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3o/pinboard-unread.svg b/custom_components/material_symbols/data/m3o/pinboard-unread.svg new file mode 100644 index 000000000..0c90732c3 --- /dev/null +++ b/custom_components/material_symbols/data/m3o/pinboard-unread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3o/pinboard.svg b/custom_components/material_symbols/data/m3o/pinboard.svg new file mode 100644 index 000000000..1b55fb936 --- /dev/null +++ b/custom_components/material_symbols/data/m3o/pinboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3of/hearing-aid-disabled.svg b/custom_components/material_symbols/data/m3of/hearing-aid-disabled.svg new file mode 100644 index 000000000..58d5d3cbf --- /dev/null +++ b/custom_components/material_symbols/data/m3of/hearing-aid-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3of/hearing-aid.svg b/custom_components/material_symbols/data/m3of/hearing-aid.svg index 3f1252545..ac63a285d 100644 --- a/custom_components/material_symbols/data/m3of/hearing-aid.svg +++ b/custom_components/material_symbols/data/m3of/hearing-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3of/hearing.svg b/custom_components/material_symbols/data/m3of/hearing.svg index 2ff9c9521..72f7c63dc 100644 --- a/custom_components/material_symbols/data/m3of/hearing.svg +++ b/custom_components/material_symbols/data/m3of/hearing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3of/icons.json b/custom_components/material_symbols/data/m3of/icons.json index b7184367c..c6fb75e4c 100644 --- a/custom_components/material_symbols/data/m3of/icons.json +++ b/custom_components/material_symbols/data/m3of/icons.json @@ -4541,6 +4541,9 @@ { "name": "hearing-aid" }, + { + "name": "hearing-aid-disabled" + }, { "name": "hearing-disabled" }, @@ -5897,6 +5900,9 @@ { "name": "model-training" }, + { + "name": "modeling" + }, { "name": "money" }, @@ -7061,6 +7067,12 @@ { "name": "pin-invoke" }, + { + "name": "pinboard" + }, + { + "name": "pinboard-unread" + }, { "name": "pinch" }, diff --git a/custom_components/material_symbols/data/m3of/modeling.svg b/custom_components/material_symbols/data/m3of/modeling.svg new file mode 100644 index 000000000..5f7570265 --- /dev/null +++ b/custom_components/material_symbols/data/m3of/modeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3of/pinboard-unread.svg b/custom_components/material_symbols/data/m3of/pinboard-unread.svg new file mode 100644 index 000000000..108855496 --- /dev/null +++ b/custom_components/material_symbols/data/m3of/pinboard-unread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3of/pinboard.svg b/custom_components/material_symbols/data/m3of/pinboard.svg new file mode 100644 index 000000000..448f5c94a --- /dev/null +++ b/custom_components/material_symbols/data/m3of/pinboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3of/square-dot.svg b/custom_components/material_symbols/data/m3of/square-dot.svg index 2e633a66d..85f96a678 100644 --- a/custom_components/material_symbols/data/m3of/square-dot.svg +++ b/custom_components/material_symbols/data/m3of/square-dot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3r/hearing-aid-disabled.svg b/custom_components/material_symbols/data/m3r/hearing-aid-disabled.svg new file mode 100644 index 000000000..58b3d3f50 --- /dev/null +++ b/custom_components/material_symbols/data/m3r/hearing-aid-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3r/hearing-aid.svg b/custom_components/material_symbols/data/m3r/hearing-aid.svg index 86d0ac688..d5082c9b2 100644 --- a/custom_components/material_symbols/data/m3r/hearing-aid.svg +++ b/custom_components/material_symbols/data/m3r/hearing-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3r/icons.json b/custom_components/material_symbols/data/m3r/icons.json index a338f6782..796714680 100644 --- a/custom_components/material_symbols/data/m3r/icons.json +++ b/custom_components/material_symbols/data/m3r/icons.json @@ -2600,6 +2600,9 @@ { "name": "hearing-aid" }, + { + "name": "hearing-aid-disabled" + }, { "name": "heart-broken" }, @@ -3389,6 +3392,9 @@ { "name": "model-training" }, + { + "name": "modeling" + }, { "name": "monetization-on" }, @@ -4067,6 +4073,12 @@ { "name": "pin-drop" }, + { + "name": "pinboard" + }, + { + "name": "pinboard-unread" + }, { "name": "pinch" }, diff --git a/custom_components/material_symbols/data/m3r/modeling.svg b/custom_components/material_symbols/data/m3r/modeling.svg new file mode 100644 index 000000000..634a05ae7 --- /dev/null +++ b/custom_components/material_symbols/data/m3r/modeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3r/pinboard-unread.svg b/custom_components/material_symbols/data/m3r/pinboard-unread.svg new file mode 100644 index 000000000..ba6e42753 --- /dev/null +++ b/custom_components/material_symbols/data/m3r/pinboard-unread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3r/pinboard.svg b/custom_components/material_symbols/data/m3r/pinboard.svg new file mode 100644 index 000000000..d022de11f --- /dev/null +++ b/custom_components/material_symbols/data/m3r/pinboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3rf/hearing-aid-disabled.svg b/custom_components/material_symbols/data/m3rf/hearing-aid-disabled.svg new file mode 100644 index 000000000..d5f0141ab --- /dev/null +++ b/custom_components/material_symbols/data/m3rf/hearing-aid-disabled.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3rf/hearing-aid.svg b/custom_components/material_symbols/data/m3rf/hearing-aid.svg index ca15c4f0c..95321df99 100644 --- a/custom_components/material_symbols/data/m3rf/hearing-aid.svg +++ b/custom_components/material_symbols/data/m3rf/hearing-aid.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3rf/hearing.svg b/custom_components/material_symbols/data/m3rf/hearing.svg index 7c4851433..2307dd08b 100644 --- a/custom_components/material_symbols/data/m3rf/hearing.svg +++ b/custom_components/material_symbols/data/m3rf/hearing.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3rf/icons.json b/custom_components/material_symbols/data/m3rf/icons.json index e7d664837..5b06f6ce8 100644 --- a/custom_components/material_symbols/data/m3rf/icons.json +++ b/custom_components/material_symbols/data/m3rf/icons.json @@ -3947,6 +3947,9 @@ { "name": "hearing-aid" }, + { + "name": "hearing-aid-disabled" + }, { "name": "hearing-disabled" }, @@ -5147,6 +5150,9 @@ { "name": "mode-of-travel" }, + { + "name": "modeling" + }, { "name": "monetization-on" }, @@ -6074,6 +6080,12 @@ { "name": "pin-invoke" }, + { + "name": "pinboard" + }, + { + "name": "pinboard-unread" + }, { "name": "pinch" }, diff --git a/custom_components/material_symbols/data/m3rf/modeling.svg b/custom_components/material_symbols/data/m3rf/modeling.svg new file mode 100644 index 000000000..9f857da0c --- /dev/null +++ b/custom_components/material_symbols/data/m3rf/modeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3rf/pinboard-unread.svg b/custom_components/material_symbols/data/m3rf/pinboard-unread.svg new file mode 100644 index 000000000..383b16525 --- /dev/null +++ b/custom_components/material_symbols/data/m3rf/pinboard-unread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3rf/pinboard.svg b/custom_components/material_symbols/data/m3rf/pinboard.svg new file mode 100644 index 000000000..da16c60c7 --- /dev/null +++ b/custom_components/material_symbols/data/m3rf/pinboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3rf/square-dot.svg b/custom_components/material_symbols/data/m3rf/square-dot.svg index 34650c2d1..345b723dd 100644 --- a/custom_components/material_symbols/data/m3rf/square-dot.svg +++ b/custom_components/material_symbols/data/m3rf/square-dot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3s/icons.json b/custom_components/material_symbols/data/m3s/icons.json index 40c4f2f45..219b41f8f 100644 --- a/custom_components/material_symbols/data/m3s/icons.json +++ b/custom_components/material_symbols/data/m3s/icons.json @@ -2507,6 +2507,9 @@ { "name": "mode-dual" }, + { + "name": "modeling" + }, { "name": "money" }, @@ -2966,6 +2969,12 @@ { "name": "pin" }, + { + "name": "pinboard" + }, + { + "name": "pinboard-unread" + }, { "name": "pinch" }, diff --git a/custom_components/material_symbols/data/m3s/modeling.svg b/custom_components/material_symbols/data/m3s/modeling.svg new file mode 100644 index 000000000..aa48f4813 --- /dev/null +++ b/custom_components/material_symbols/data/m3s/modeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3s/pinboard-unread.svg b/custom_components/material_symbols/data/m3s/pinboard-unread.svg new file mode 100644 index 000000000..db41ca2a5 --- /dev/null +++ b/custom_components/material_symbols/data/m3s/pinboard-unread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3s/pinboard.svg b/custom_components/material_symbols/data/m3s/pinboard.svg new file mode 100644 index 000000000..ab2693f9d --- /dev/null +++ b/custom_components/material_symbols/data/m3s/pinboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3sf/icons.json b/custom_components/material_symbols/data/m3sf/icons.json index 5f0bfd2e9..0add68943 100644 --- a/custom_components/material_symbols/data/m3sf/icons.json +++ b/custom_components/material_symbols/data/m3sf/icons.json @@ -3038,6 +3038,9 @@ { "name": "mode-off-on" }, + { + "name": "modeling" + }, { "name": "money" }, @@ -3647,6 +3650,12 @@ { "name": "pin-invoke" }, + { + "name": "pinboard" + }, + { + "name": "pinboard-unread" + }, { "name": "pinch" }, diff --git a/custom_components/material_symbols/data/m3sf/modeling.svg b/custom_components/material_symbols/data/m3sf/modeling.svg new file mode 100644 index 000000000..7807552ab --- /dev/null +++ b/custom_components/material_symbols/data/m3sf/modeling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3sf/pinboard-unread.svg b/custom_components/material_symbols/data/m3sf/pinboard-unread.svg new file mode 100644 index 000000000..565c784e8 --- /dev/null +++ b/custom_components/material_symbols/data/m3sf/pinboard-unread.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/data/m3sf/pinboard.svg b/custom_components/material_symbols/data/m3sf/pinboard.svg new file mode 100644 index 000000000..273d69e68 --- /dev/null +++ b/custom_components/material_symbols/data/m3sf/pinboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/custom_components/material_symbols/manifest.json b/custom_components/material_symbols/manifest.json index b430058ae..d897e3740 100644 --- a/custom_components/material_symbols/manifest.json +++ b/custom_components/material_symbols/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/beecho01/material-symbols/issues", "requirements": [], - "version": "2024.10.27" + "version": "2024.11.02" } \ No newline at end of file diff --git a/custom_components/material_symbols/material_symbols.js b/custom_components/material_symbols/material_symbols.js index d51cf832f..6f8f95f85 100644 --- a/custom_components/material_symbols/material_symbols.js +++ b/custom_components/material_symbols/material_symbols.js @@ -108,7 +108,7 @@ }); console.info( - "%c MATERIAL SYMBOLS %c %c 2024.10.27 ", + "%c MATERIAL SYMBOLS %c %c 2024.11.02 ", '@import url("https://fonts.googleapis.com/css2?family=Roboto");background-color:#1FBEF2;color:#FFFFFF;padding:3px 43px 2px 8px;border-radius:999vh;border:5px solid #1FBEF2;font-family:"Roboto", sans-serif;margin-top:18px', '@import url("https://fonts.googleapis.com/css2?family=Roboto");background-color:#FFFFFF;color:#1FBEF2;padding:3px 8px 2px 0;border-radius:999vh 0 0 999vh;border:0;font-family:"Roboto", sans-serif;margin-left:-94px', '@import url("https://fonts.googleapis.com/css2?family=Roboto");background-color:#FFFFFF;color:#1FBEF2;padding:3px 9px 2px 0;border-radius:0 999vh 999vh 0;border:0;font-family:"Roboto", sans-serif;margin-left:-1px;margin-bottom:18px'