From 72c6fe26f0183d4e03e0c66751f4e33f502375eb Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 4 Mar 2024 08:55:39 +0200 Subject: [PATCH] Update 8 icon sets --- collections.json | 20 +- collections.md | 20 +- composer.json | 2 +- json/carbon.json | 22 +- json/iconoir.json | 68 ++- json/lucide.json | 4 +- json/maki.json | 7 +- json/material-symbols-light.json | 926 ++++++++++++++++++++++++------- json/material-symbols.json | 922 ++++++++++++++++++++++-------- json/pajamas.json | 2 +- json/simple-icons.json | 23 +- package-lock.json | 4 +- package.json | 2 +- 13 files changed, 1569 insertions(+), 453 deletions(-) diff --git a/collections.json b/collections.json index 20f0fd4..817b962 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "material-symbols": { "name": "Material Symbols", - "total": 12321, + "total": 12448, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -22,7 +22,7 @@ }, "material-symbols-light": { "name": "Material Symbols Light", - "total": 12379, + "total": 12509, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -216,8 +216,8 @@ }, "carbon": { "name": "Carbon", - "total": 2078, - "version": "11.36.0", + "total": 2082, + "version": "11.37.0", "author": { "name": "IBM", "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons" @@ -259,8 +259,8 @@ }, "iconoir": { "name": "Iconoir", - "total": 1551, - "version": "7.4.0", + "total": 1566, + "version": "7.5.0", "author": { "name": "Luca Burgio", "url": "https://github.com/iconoir-icons/iconoir" @@ -1110,7 +1110,7 @@ }, "maki": { "name": "Maki", - "total": 212, + "total": 213, "version": "8.0.1", "author": { "name": "Mapbox", @@ -1482,7 +1482,7 @@ "pajamas": { "name": "Gitlab SVGs", "total": 375, - "version": "3.87.0", + "version": "3.88.0", "author": { "name": "GitLab B.V.", "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main" @@ -2158,8 +2158,8 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 3047, - "version": "11.6.0", + "total": 3052, + "version": "11.7.0", "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" diff --git a/collections.md b/collections.md index 254b008..b0a116d 100644 --- a/collections.md +++ b/collections.md @@ -2,7 +2,7 @@ ## Material Symbols -* Number of icons: 12321 +* Number of icons: 12448 * Author: Google * URL: https://github.com/google/material-design-icons * License: Apache 2.0 @@ -12,7 +12,7 @@ * File: [json/material-symbols.json](json/material-symbols.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Material Symbols Light -* Number of icons: 12379 +* Number of icons: 12509 * Author: Google * URL: https://github.com/google/material-design-icons * License: Apache 2.0 @@ -107,11 +107,11 @@ * File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Carbon -* Number of icons: 2078 +* Number of icons: 2082 * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons * License: Apache 2.0 -* Version: 11.36.0 +* Version: 11.37.0 * Palette: Colorless * Icon set prefix: `carbon` * File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) @@ -127,12 +127,12 @@ * File: [json/iconamoon.json](json/iconamoon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Iconoir -* Number of icons: 1551 +* Number of icons: 1566 * Author: Luca Burgio * URL: https://github.com/iconoir-icons/iconoir * License: MIT * License URL: https://github.com/iconoir-icons/iconoir/blob/main/LICENSE -* Version: 7.4.0 +* Version: 7.5.0 * Palette: Colorless * Icon set prefix: `iconoir` * File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) @@ -545,7 +545,7 @@ * File: [json/uis.json](json/uis.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Maki -* Number of icons: 212 +* Number of icons: 213 * Author: Mapbox * URL: https://github.com/mapbox/maki * License: CC0 @@ -732,7 +732,7 @@ * URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main * License: MIT * License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE -* Version: 3.87.0 +* Version: 3.88.0 * Palette: Colorless * Icon set prefix: `pajamas` * File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) @@ -1055,12 +1055,12 @@ * File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Simple Icons -* Number of icons: 3047 +* Number of icons: 3052 * Author: Simple Icons Collaborators * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 11.6.0 +* Version: 11.7.0 * Palette: Colorless * Icon set prefix: `simple-icons` * File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) diff --git a/composer.json b/composer.json index 7b77622..049d1f4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.2.188", + "version": "2.2.189", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/carbon.json b/json/carbon.json index e135df9..8346a5b 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -2,8 +2,8 @@ "prefix": "carbon", "info": { "name": "Carbon", - "total": 2078, - "version": "11.36.0", + "total": 2082, + "version": "11.37.0", "author": { "name": "IBM", "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons" @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1707721020, + "lastModified": 1709534705, "icons": { "3d-cursor": { "body": "", @@ -4953,6 +4953,18 @@ "rewind-5": { "body": "" }, + "right-panel-close": { + "body": "" + }, + "right-panel-close-filled": { + "body": "" + }, + "right-panel-open": { + "body": "" + }, + "right-panel-open-filled": { + "body": "" + }, "road": { "body": "" }, @@ -7202,6 +7214,10 @@ "rewind-10", "rewind-30", "rewind-5", + "right-panel-close", + "right-panel-close-filled", + "right-panel-open", + "right-panel-open-filled", "rotate", "rotate-clockwise", "rotate-clockwise-alt", diff --git a/json/iconoir.json b/json/iconoir.json index 3f49391..2a75932 100644 --- a/json/iconoir.json +++ b/json/iconoir.json @@ -2,8 +2,8 @@ "prefix": "iconoir", "info": { "name": "Iconoir", - "total": 1551, - "version": "7.4.0", + "total": 1566, + "version": "7.5.0", "author": { "name": "Luca Burgio", "url": "https://github.com/iconoir-icons/iconoir" @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1707721231, + "lastModified": 1709534764, "icons": { "accessibility": { "body": "" @@ -2355,39 +2355,72 @@ "keyframe-align-center": { "body": "" }, + "keyframe-align-center-solid": { + "body": "" + }, "keyframe-align-horizontal": { "body": "" }, + "keyframe-align-horizontal-solid": { + "body": "" + }, "keyframe-align-vertical": { "body": "" }, + "keyframe-align-vertical-solid": { + "body": "" + }, "keyframe-minus": { "body": "" }, "keyframe-minus-in": { "body": "" }, + "keyframe-minus-in-solid": { + "body": "" + }, + "keyframe-minus-solid": { + "body": "" + }, "keyframe-plus": { "body": "" }, "keyframe-plus-in": { "body": "" }, + "keyframe-plus-in-solid": { + "body": "" + }, + "keyframe-plus-solid": { + "body": "" + }, "keyframe-position": { "body": "" }, + "keyframe-position-solid": { + "body": "" + }, + "keyframe-solid": { + "body": "" + }, "keyframes": { "body": "" }, "keyframes-couple": { "body": "" }, + "keyframes-couple-solid": { + "body": "" + }, "keyframes-minus": { "body": "" }, "keyframes-plus": { "body": "" }, + "keyframes-solid": { + "body": "" + }, "label": { "body": "" }, @@ -4267,15 +4300,27 @@ "transition-down": { "body": "" }, + "transition-down-solid": { + "body": "" + }, "transition-left": { "body": "" }, + "transition-left-solid": { + "body": "" + }, "transition-right": { "body": "" }, + "transition-right-solid": { + "body": "" + }, "transition-up": { "body": "" }, + "transition-up-solid": { + "body": "" + }, "translate": { "body": "" }, @@ -5943,22 +5988,37 @@ "ease-out-control-point", "keyframe", "keyframe-align-center", + "keyframe-align-center-solid", "keyframe-align-horizontal", + "keyframe-align-horizontal-solid", "keyframe-align-vertical", + "keyframe-align-vertical-solid", "keyframe-minus", "keyframe-minus-in", + "keyframe-minus-in-solid", + "keyframe-minus-solid", "keyframe-plus", "keyframe-plus-in", + "keyframe-plus-in-solid", + "keyframe-plus-solid", "keyframe-position", + "keyframe-position-solid", + "keyframe-solid", "keyframes", "keyframes-couple", + "keyframes-couple-solid", "keyframes-minus", "keyframes-plus", + "keyframes-solid", "linear", "transition-down", + "transition-down-solid", "transition-left", + "transition-left-solid", "transition-right", - "transition-up" + "transition-right-solid", + "transition-up", + "transition-up-solid" ], "Audio": [ "microphone", diff --git a/json/lucide.json b/json/lucide.json index c170fb3..62d036e 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1709190461, + "lastModified": 1709534782, "icons": { "a-arrow-down": { "body": "" @@ -2329,7 +2329,7 @@ "body": "" }, "keyboard": { - "body": "" + "body": "" }, "keyboard-music": { "body": "" diff --git a/json/maki.json b/json/maki.json index 7d2a902..c6f56cc 100644 --- a/json/maki.json +++ b/json/maki.json @@ -2,7 +2,7 @@ "prefix": "maki", "info": { "name": "Maki", - "total": 212, + "total": 213, "version": "8.0.1", "author": { "name": "Mapbox", @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1702312922, + "lastModified": 1709534791, "icons": { "aerialway": { "body": "" @@ -1095,6 +1095,9 @@ "height": 11, "hidden": true }, + "nightclub": { + "body": "" + }, "observation-tower": { "body": "" }, diff --git a/json/material-symbols-light.json b/json/material-symbols-light.json index cf7588a..1827699 100644 --- a/json/material-symbols-light.json +++ b/json/material-symbols-light.json @@ -2,7 +2,7 @@ "prefix": "material-symbols-light", "info": { "name": "Material Symbols Light", - "total": 12379, + "total": 12509, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1708325227, + "lastModified": 1709535032, "icons": { "123": { "body": "" @@ -1137,10 +1137,10 @@ "body": "" }, "account-circle-off-outline-rounded": { - "body": "" + "body": "" }, "account-circle-off-rounded": { - "body": "" + "body": "" }, "account-circle-outline": { "body": "" @@ -1256,6 +1256,30 @@ "ad-units-sharp": { "body": "" }, + "adaptive-audio-mic": { + "body": "" + }, + "adaptive-audio-mic-off": { + "body": "" + }, + "adaptive-audio-mic-off-outline": { + "body": "" + }, + "adaptive-audio-mic-off-outline-rounded": { + "body": "" + }, + "adaptive-audio-mic-off-rounded": { + "body": "" + }, + "adaptive-audio-mic-outline": { + "body": "" + }, + "adaptive-audio-mic-outline-rounded": { + "body": "" + }, + "adaptive-audio-mic-rounded": { + "body": "" + }, "adb": { "body": "" }, @@ -1437,10 +1461,10 @@ "body": "" }, "add-home-outline-rounded": { - "body": "" + "body": "" }, "add-home-rounded": { - "body": "" + "body": "" }, "add-home-work": { "body": "" @@ -1587,13 +1611,13 @@ "body": "" }, "add-to-home-screen-outline-rounded": { - "body": "" + "body": "" }, "add-to-home-screen-outline-sharp": { "body": "" }, "add-to-home-screen-rounded": { - "body": "" + "body": "" }, "add-to-home-screen-sharp": { "body": "" @@ -1671,11 +1695,14 @@ "body": "" }, "ads-click-rounded": { - "body": "" + "body": "" }, "agender": { "body": "" }, + "agender-rounded": { + "body": "" + }, "agriculture": { "body": "" }, @@ -1713,10 +1740,10 @@ "body": "" }, "air-purifier-outline-rounded": { - "body": "" + "body": "" }, "air-purifier-rounded": { - "body": "" + "body": "" }, "air-rounded": { "body": "" @@ -2211,10 +2238,10 @@ "body": "" }, "altitude-outline-rounded": { - "body": "" + "body": "" }, "altitude-rounded": { - "body": "" + "body": "" }, "ambulance": { "body": "" @@ -2445,13 +2472,13 @@ "body": "" }, "app-shortcut-outline-rounded": { - "body": "" + "body": "" }, "app-shortcut-outline-sharp": { "body": "" }, "app-shortcut-rounded": { - "body": "" + "body": "" }, "app-shortcut-sharp": { "body": "" @@ -3734,6 +3761,9 @@ "barcode-scanner": { "body": "" }, + "barcode-scanner-rounded": { + "body": "" + }, "barefoot": { "body": "" }, @@ -4008,13 +4038,13 @@ "body": "" }, "battery-error-outline-rounded": { - "body": "" + "body": "" }, "battery-error-outline-sharp": { "body": "" }, "battery-error-rounded": { - "body": "" + "body": "" }, "battery-error-sharp": { "body": "" @@ -4080,13 +4110,13 @@ "body": "" }, "battery-plus-outline-rounded": { - "body": "" + "body": "" }, "battery-plus-outline-sharp": { "body": "" }, "battery-plus-rounded": { - "body": "" + "body": "" }, "battery-plus-sharp": { "body": "" @@ -4098,13 +4128,13 @@ "body": "" }, "battery-profile-outline-rounded": { - "body": "" + "body": "" }, "battery-profile-outline-sharp": { "body": "" }, "battery-profile-rounded": { - "body": "" + "body": "" }, "battery-profile-sharp": { "body": "" @@ -4115,15 +4145,9 @@ "battery-saver-outline": { "body": "" }, - "battery-saver-outline-rounded": { - "body": "" - }, "battery-saver-outline-sharp": { "body": "" }, - "battery-saver-rounded": { - "body": "" - }, "battery-saver-sharp": { "body": "" }, @@ -4143,13 +4167,13 @@ "body": "" }, "battery-status-good-outline-rounded": { - "body": "" + "body": "" }, "battery-status-good-outline-sharp": { "body": "" }, "battery-status-good-rounded": { - "body": "" + "body": "" }, "battery-status-good-sharp": { "body": "" @@ -5249,6 +5273,12 @@ "broadcast-on-personal-outline": { "body": "" }, + "broadcast-on-personal-outline-rounded": { + "body": "" + }, + "broadcast-on-personal-rounded": { + "body": "" + }, "broken-image": { "body": "" }, @@ -6180,7 +6210,7 @@ "body": "" }, "car-tag-rounded": { - "body": "" + "body": "" }, "car-tag-sharp": { "body": "" @@ -6218,6 +6248,18 @@ "card-travel-sharp": { "body": "" }, + "cardio-load": { + "body": "" + }, + "cardio-load-outline": { + "body": "" + }, + "cardio-load-outline-rounded": { + "body": "" + }, + "cardio-load-rounded": { + "body": "" + }, "cardiology": { "body": "" }, @@ -6366,13 +6408,13 @@ "body": "" }, "cast-connected-outline-rounded": { - "body": "" + "body": "" }, "cast-connected-outline-sharp": { "body": "" }, "cast-connected-rounded": { - "body": "" + "body": "" }, "cast-connected-sharp": { "body": "" @@ -6384,13 +6426,13 @@ "body": "" }, "cast-for-education-outline-rounded": { - "body": "" + "body": "" }, "cast-for-education-outline-sharp": { "body": "" }, "cast-for-education-rounded": { - "body": "" + "body": "" }, "cast-for-education-sharp": { "body": "" @@ -6399,7 +6441,7 @@ "body": "" }, "cast-outline-rounded": { - "body": "" + "body": "" }, "cast-outline-sharp": { "body": "" @@ -6411,19 +6453,19 @@ "body": "" }, "cast-pause-outline-rounded": { - "body": "" + "body": "" }, "cast-pause-outline-sharp": { "body": "" }, "cast-pause-rounded": { - "body": "" + "body": "" }, "cast-pause-sharp": { "body": "" }, "cast-rounded": { - "body": "" + "body": "" }, "cast-sharp": { "body": "" @@ -6435,13 +6477,13 @@ "body": "" }, "cast-warning-outline-rounded": { - "body": "" + "body": "" }, "cast-warning-outline-sharp": { "body": "" }, "cast-warning-rounded": { - "body": "" + "body": "" }, "cast-warning-sharp": { "body": "" @@ -6693,13 +6735,13 @@ "body": "" }, "chat-apps-script-outline-rounded": { - "body": "" + "body": "" }, "chat-apps-script-outline-sharp": { "body": "" }, "chat-apps-script-rounded": { - "body": "" + "body": "" }, "chat-apps-script-sharp": { "body": "" @@ -7914,10 +7956,10 @@ "body": "" }, "contactless-off-outline-rounded": { - "body": "" + "body": "" }, "contactless-off-rounded": { - "body": "" + "body": "" }, "contactless-outline": { "body": "" @@ -7986,7 +8028,7 @@ "body": "" }, "content-paste-off-rounded": { - "body": "" + "body": "" }, "content-paste-off-sharp": { "body": "" @@ -8054,8 +8096,11 @@ "contrast-rtl-off": { "body": "" }, + "contrast-rtl-off-outline-rounded": { + "body": "" + }, "contrast-rtl-off-rounded": { - "body": "" + "body": "" }, "control-camera": { "body": "" @@ -8141,6 +8186,12 @@ "cooking-outline": { "body": "" }, + "cooking-outline-rounded": { + "body": "" + }, + "cooking-rounded": { + "body": "" + }, "cool-to-dry": { "body": "" }, @@ -8148,10 +8199,10 @@ "body": "" }, "cool-to-dry-outline-rounded": { - "body": "" + "body": "" }, "cool-to-dry-rounded": { - "body": "" + "body": "" }, "copy-all": { "body": "" @@ -8999,6 +9050,12 @@ "deblur-outline": { "body": "" }, + "deblur-outline-rounded": { + "body": "" + }, + "deblur-rounded": { + "body": "" + }, "deceased": { "body": "" }, @@ -9237,7 +9294,7 @@ "body": "" }, "deployed-code-sharp": { - "body": "" + "body": "" }, "deployed-code-update": { "body": "" @@ -9441,13 +9498,13 @@ "body": "" }, "detector-alarm-outline-rounded": { - "body": "" + "body": "" }, "detector-alarm-outline-sharp": { "body": "" }, "detector-alarm-rounded": { - "body": "" + "body": "" }, "detector-alarm-sharp": { "body": "" @@ -9459,13 +9516,13 @@ "body": "" }, "detector-battery-outline-rounded": { - "body": "" + "body": "" }, "detector-battery-outline-sharp": { "body": "" }, "detector-battery-rounded": { - "body": "" + "body": "" }, "detector-battery-sharp": { "body": "" @@ -9476,9 +9533,15 @@ "detector-co-outline": { "body": "" }, + "detector-co-outline-rounded": { + "body": "" + }, "detector-co-outline-sharp": { "body": "" }, + "detector-co-rounded": { + "body": "" + }, "detector-co-sharp": { "body": "" }, @@ -9489,13 +9552,13 @@ "body": "" }, "detector-offline-outline-rounded": { - "body": "" + "body": "" }, "detector-offline-outline-sharp": { "body": "" }, "detector-offline-rounded": { - "body": "" + "body": "" }, "detector-offline-sharp": { "body": "" @@ -9504,13 +9567,13 @@ "body": "" }, "detector-outline-rounded": { - "body": "" + "body": "" }, "detector-outline-sharp": { "body": "" }, "detector-rounded": { - "body": "" + "body": "" }, "detector-sharp": { "body": "" @@ -9522,13 +9585,13 @@ "body": "" }, "detector-smoke-outline-rounded": { - "body": "" + "body": "" }, "detector-smoke-outline-sharp": { "body": "" }, "detector-smoke-rounded": { - "body": "" + "body": "" }, "detector-smoke-sharp": { "body": "" @@ -9540,13 +9603,13 @@ "body": "" }, "detector-status-outline-rounded": { - "body": "" + "body": "" }, "detector-status-outline-sharp": { "body": "" }, "detector-status-rounded": { - "body": "" + "body": "" }, "detector-status-sharp": { "body": "" @@ -9606,13 +9669,13 @@ "body": "" }, "developer-mode-outline-rounded": { - "body": "" + "body": "" }, "developer-mode-outline-sharp": { "body": "" }, "developer-mode-rounded": { - "body": "" + "body": "" }, "developer-mode-sharp": { "body": "" @@ -9735,13 +9798,13 @@ "body": "" }, "devices-wearables-outline-rounded": { - "body": "" + "body": "" }, "devices-wearables-outline-sharp": { "body": "" }, "devices-wearables-rounded": { - "body": "" + "body": "" }, "devices-wearables-sharp": { "body": "" @@ -9827,11 +9890,14 @@ "dictionary-outline": { "body": "" }, + "dictionary-outline-rounded": { + "body": "" + }, "dictionary-outline-sharp": { "body": "" }, "dictionary-rounded": { - "body": "" + "body": "" }, "dictionary-sharp": { "body": "" @@ -10287,10 +10353,10 @@ "body": "" }, "do-not-disturb-off-outline": { - "body": "" + "body": "" }, "do-not-disturb-off-outline-rounded": { - "body": "" + "body": "" }, "do-not-disturb-off-rounded": { "body": "" @@ -10776,7 +10842,7 @@ "body": "" }, "drag-click-rounded": { - "body": "" + "body": "" }, "drag-handle": { "body": "" @@ -11144,6 +11210,12 @@ "eco-outline": { "body": "" }, + "eco-outline-rounded": { + "body": "" + }, + "eco-rounded": { + "body": "" + }, "eda": { "body": "" }, @@ -12349,10 +12421,10 @@ "body": "" }, "explore-off-outline-rounded": { - "body": "" + "body": "" }, "explore-off-rounded": { - "body": "" + "body": "" }, "explore-outline": { "body": "" @@ -12459,6 +12531,24 @@ "extension-sharp": { "body": "" }, + "eye-tracking": { + "body": "" + }, + "eye-tracking-outline": { + "body": "" + }, + "eye-tracking-outline-rounded": { + "body": "" + }, + "eye-tracking-outline-sharp": { + "body": "" + }, + "eye-tracking-rounded": { + "body": "" + }, + "eye-tracking-sharp": { + "body": "" + }, "eyeglasses": { "body": "" }, @@ -12844,7 +12934,7 @@ "body": "" }, "femur": { - "body": "" + "body": "" }, "femur-alt": { "body": "" @@ -14314,7 +14404,7 @@ "body": "" }, "format-clear-rounded": { - "body": "" + "body": "" }, "format-color-fill": { "body": "" @@ -14622,6 +14712,18 @@ "format-textdirection-r-to-l-rounded": { "body": "" }, + "format-textdirection-vertical": { + "body": "" + }, + "format-textdirection-vertical-outline": { + "body": "" + }, + "format-textdirection-vertical-outline-rounded": { + "body": "" + }, + "format-textdirection-vertical-rounded": { + "body": "" + }, "format-underlined": { "body": "" }, @@ -15115,6 +15217,12 @@ "gate-outline": { "body": "" }, + "gate-outline-rounded": { + "body": "" + }, + "gate-rounded": { + "body": "" + }, "gavel": { "body": "" }, @@ -15544,6 +15652,12 @@ "groups-rounded": { "body": "" }, + "guardian": { + "body": "" + }, + "guardian-rounded": { + "body": "" + }, "gynecology": { "body": "" }, @@ -15652,6 +15766,18 @@ "hand-gesture-sharp": { "body": "" }, + "handheld-controller": { + "body": "" + }, + "handheld-controller-outline": { + "body": "" + }, + "handheld-controller-outline-rounded": { + "body": "" + }, + "handheld-controller-rounded": { + "body": "" + }, "handshake": { "body": "" }, @@ -15809,7 +15935,7 @@ "body": "" }, "hdr-enhanced-select-sharp": { - "body": "" + "body": "" }, "hdr-off": { "body": "" @@ -15875,16 +16001,16 @@ "body": "" }, "hdr-plus-off-outline-rounded": { - "body": "" + "body": "" }, "hdr-plus-off-outline-sharp": { - "body": "" + "body": "" }, "hdr-plus-off-rounded": { - "body": "" + "body": "" }, "hdr-plus-off-sharp": { - "body": "" + "body": "" }, "hdr-plus-outline": { "body": "" @@ -15907,6 +16033,18 @@ "hdr-weak": { "body": "" }, + "head-mounted-device": { + "body": "" + }, + "head-mounted-device-outline": { + "body": "" + }, + "head-mounted-device-outline-rounded": { + "body": "" + }, + "head-mounted-device-rounded": { + "body": "" + }, "headphones": { "body": "" }, @@ -16385,7 +16523,7 @@ "body": "" }, "highlight-mouse-cursor-rounded": { - "body": "" + "body": "" }, "highlight-outline": { "body": "" @@ -16691,19 +16829,19 @@ "body": "" }, "hotel": { - "body": "" + "body": "" }, "hotel-class": { - "body": "" + "body": "" }, "hotel-class-outline": { - "body": "" + "body": "" }, "hotel-class-outline-rounded": { - "body": "" + "body": "" }, "hotel-class-rounded": { - "body": "" + "body": "" }, "hotel-outline": { "body": "" @@ -16733,7 +16871,7 @@ "body": "" }, "hourglass-disabled-rounded": { - "body": "" + "body": "" }, "hourglass-empty": { "body": "" @@ -16840,9 +16978,15 @@ "how-to-vote-outline": { "body": "" }, + "how-to-vote-outline-rounded": { + "body": "" + }, "how-to-vote-outline-sharp": { "body": "" }, + "how-to-vote-rounded": { + "body": "" + }, "how-to-vote-sharp": { "body": "" }, @@ -16901,6 +17045,9 @@ "body": "" }, "humidity-high": { + "body": "" + }, + "humidity-high-outline": { "body": "" }, "humidity-indoor": { @@ -16916,9 +17063,15 @@ "body": "" }, "humidity-low": { + "body": "" + }, + "humidity-low-outline": { "body": "" }, "humidity-mid": { + "body": "" + }, + "humidity-mid-outline": { "body": "" }, "humidity-percentage": { @@ -16975,6 +17128,24 @@ "icecream-rounded": { "body": "" }, + "id-card": { + "body": "" + }, + "id-card-outline": { + "body": "" + }, + "id-card-outline-rounded": { + "body": "" + }, + "id-card-outline-sharp": { + "body": "" + }, + "id-card-rounded": { + "body": "" + }, + "id-card-sharp": { + "body": "" + }, "ifl": { "body": "" }, @@ -17456,16 +17627,16 @@ "body": "" }, "install-mobile-outline-rounded": { - "body": "" + "body": "" }, "install-mobile-outline-sharp": { "body": "" }, "install-mobile-rounded": { - "body": "" + "body": "" }, "install-mobile-sharp": { - "body": "" + "body": "" }, "instant-mix": { "body": "" @@ -17492,7 +17663,7 @@ "body": "" }, "interactive-space": { - "body": "" + "body": "" }, "interactive-space-outline": { "body": "" @@ -17567,7 +17738,7 @@ "body": "" }, "invert-colors-off-rounded": { - "body": "" + "body": "" }, "invert-colors-outline": { "body": "" @@ -17701,6 +17872,42 @@ "kebab-dining-rounded": { "body": "" }, + "keep": { + "body": "" + }, + "keep-off": { + "body": "" + }, + "keep-off-outline": { + "body": "" + }, + "keep-off-outline-rounded": { + "body": "" + }, + "keep-off-rounded": { + "body": "" + }, + "keep-outline": { + "body": "" + }, + "keep-outline-rounded": { + "body": "" + }, + "keep-public": { + "body": "" + }, + "keep-public-outline": { + "body": "" + }, + "keep-public-outline-rounded": { + "body": "" + }, + "keep-public-rounded": { + "body": "" + }, + "keep-rounded": { + "body": "" + }, "kettle": { "body": "" }, @@ -18187,14 +18394,38 @@ "landscape": { "body": "" }, + "landscape-2": { + "body": "" + }, + "landscape-2-off": { + "body": "" + }, + "landscape-2-off-outline": { + "body": "" + }, + "landscape-2-off-outline-rounded": { + "body": "" + }, + "landscape-2-off-rounded": { + "body": "" + }, + "landscape-2-outline": { + "body": "" + }, + "landscape-2-outline-rounded": { + "body": "" + }, + "landscape-2-rounded": { + "body": "" + }, "landscape-outline": { "body": "" }, "landscape-outline-rounded": { - "body": "" + "body": "" }, "landscape-rounded": { - "body": "" + "body": "" }, "landslide": { "body": "" @@ -18884,7 +19115,7 @@ "body": "" }, "link-off-rounded": { - "body": "" + "body": "" }, "link-rounded": { "body": "" @@ -19363,6 +19594,12 @@ "location-away-outline": { "body": "" }, + "location-away-outline-rounded": { + "body": "" + }, + "location-away-rounded": { + "body": "" + }, "location-chip": { "body": "" }, @@ -19433,13 +19670,13 @@ "body": "" }, "lock-clock-outline-rounded": { - "body": "" + "body": "" }, "lock-clock-outline-sharp": { "body": "" }, "lock-clock-rounded": { - "body": "" + "body": "" }, "lock-clock-sharp": { "body": "" @@ -19492,9 +19729,15 @@ "lock-person-outline": { "body": "" }, + "lock-person-outline-rounded": { + "body": "" + }, "lock-person-outline-sharp": { "body": "" }, + "lock-person-rounded": { + "body": "" + }, "lock-person-sharp": { "body": "" }, @@ -20849,13 +21092,13 @@ "body": "" }, "mobile-friendly-outline-rounded": { - "body": "" + "body": "" }, "mobile-friendly-outline-sharp": { "body": "" }, "mobile-friendly-rounded": { - "body": "" + "body": "" }, "mobile-friendly-sharp": { "body": "" @@ -20873,7 +21116,7 @@ "body": "" }, "mobile-off-rounded": { - "body": "" + "body": "" }, "mobile-off-sharp": { "body": "" @@ -21114,10 +21357,11 @@ "body": "" }, "monitoring-outline-rounded": { - "body": "" + "body": "", + "hidden": true }, "monitoring-rounded": { - "body": "" + "body": "" }, "monochrome-photos": { "body": "" @@ -21914,6 +22158,12 @@ "nest-eco-leaf-outline": { "body": "" }, + "nest-eco-leaf-outline-rounded": { + "body": "" + }, + "nest-eco-leaf-rounded": { + "body": "" + }, "nest-farsight-weather": { "body": "" }, @@ -21977,6 +22227,12 @@ "nest-remote-comfort-sensor-outline": { "body": "" }, + "nest-remote-comfort-sensor-outline-rounded": { + "body": "" + }, + "nest-remote-comfort-sensor-rounded": { + "body": "" + }, "nest-remote-outline": { "body": "" }, @@ -22080,7 +22336,7 @@ "body": "" }, "nest-wake-on-press": { - "body": "" + "body": "" }, "nest-wake-on-press-outline": { "body": "" @@ -22092,7 +22348,7 @@ "body": "" }, "nest-wake-on-press-rounded": { - "body": "" + "body": "" }, "nest-wake-on-press-sharp": { "body": "" @@ -22164,13 +22420,13 @@ "body": "" }, "network-locked-outline-rounded": { - "body": "" + "body": "" }, "network-locked-outline-sharp": { "body": "" }, "network-locked-rounded": { - "body": "" + "body": "" }, "network-locked-sharp": { "body": "" @@ -22199,8 +22455,11 @@ "network-wifi-1-bar-locked": { "body": "" }, + "network-wifi-1-bar-locked-outline-rounded": { + "body": "" + }, "network-wifi-1-bar-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-1-bar-locked-sharp": { "body": "" @@ -22214,8 +22473,11 @@ "network-wifi-2-bar-locked": { "body": "" }, + "network-wifi-2-bar-locked-outline-rounded": { + "body": "" + }, "network-wifi-2-bar-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-2-bar-locked-sharp": { "body": "" @@ -22229,8 +22491,11 @@ "network-wifi-3-bar-locked": { "body": "" }, + "network-wifi-3-bar-locked-outline-rounded": { + "body": "" + }, "network-wifi-3-bar-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-3-bar-locked-sharp": { "body": "" @@ -22241,8 +22506,11 @@ "network-wifi-locked": { "body": "" }, + "network-wifi-locked-outline-rounded": { + "body": "" + }, "network-wifi-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-locked-sharp": { "body": "" @@ -22455,13 +22723,13 @@ "body": "" }, "no-backpack-outline-rounded": { - "body": "" + "body": "" }, "no-backpack-outline-sharp": { "body": "" }, "no-backpack-rounded": { - "body": "" + "body": "" }, "no-backpack-sharp": { "body": "" @@ -22503,13 +22771,13 @@ "body": "" }, "no-encryption-outline-rounded": { - "body": "" + "body": "" }, "no-encryption-outline-sharp": { "body": "" }, "no-encryption-rounded": { - "body": "" + "body": "" }, "no-encryption-sharp": { "body": "" @@ -22905,13 +23173,13 @@ "body": "" }, "notifications-off-outline-rounded": { - "body": "" + "body": "" }, "notifications-off-outline-sharp": { "body": "" }, "notifications-off-rounded": { - "body": "" + "body": "" }, "notifications-off-sharp": { "body": "" @@ -23040,7 +23308,7 @@ "body": "" }, "offline-pin-off-rounded": { - "body": "" + "body": "" }, "offline-pin-outline": { "body": "" @@ -23196,13 +23464,13 @@ "body": "" }, "open-in-phone-outline-rounded": { - "body": "" + "body": "" }, "open-in-phone-outline-sharp": { "body": "" }, "open-in-phone-rounded": { - "body": "" + "body": "" }, "open-in-phone-sharp": { "body": "" @@ -23225,6 +23493,12 @@ "open-jam-sharp": { "body": "" }, + "open-run": { + "body": "" + }, + "open-run-rounded": { + "body": "" + }, "open-with": { "body": "" }, @@ -24108,10 +24382,10 @@ "body": "" }, "perm-data-setting-outline-rounded": { - "body": "" + "body": "" }, "perm-data-setting-rounded": { - "body": "" + "body": "" }, "perm-device-information": { "body": "" @@ -24524,6 +24798,9 @@ "pest-control-rodent-sharp": { "body": "" }, + "pest-control-rounded": { + "body": "" + }, "pet-supplies": { "body": "" }, @@ -24732,13 +25009,13 @@ "body": "" }, "phonelink-erase-outline-rounded": { - "body": "" + "body": "" }, "phonelink-erase-outline-sharp": { "body": "" }, "phonelink-erase-rounded": { - "body": "" + "body": "" }, "phonelink-erase-sharp": { "body": "" @@ -24779,13 +25056,13 @@ "body": "" }, "phonelink-ring-off-outline-rounded": { - "body": "" + "body": "" }, "phonelink-ring-off-outline-sharp": { "body": "" }, "phonelink-ring-off-rounded": { - "body": "" + "body": "" }, "phonelink-ring-off-sharp": { "body": "" @@ -24794,13 +25071,13 @@ "body": "" }, "phonelink-ring-outline-rounded": { - "body": "" + "body": "" }, "phonelink-ring-outline-sharp": { "body": "" }, "phonelink-ring-rounded": { - "body": "" + "body": "" }, "phonelink-ring-sharp": { "body": "" @@ -24812,13 +25089,13 @@ "body": "" }, "phonelink-setup-outline-rounded": { - "body": "" + "body": "" }, "phonelink-setup-outline-sharp": { "body": "" }, "phonelink-setup-rounded": { - "body": "" + "body": "" }, "phonelink-setup-sharp": { "body": "" @@ -26192,7 +26469,7 @@ "body": "" }, "public-off-rounded": { - "body": "" + "body": "" }, "public-off-sharp": { "body": "" @@ -26263,12 +26540,6 @@ "punch-clock-rounded": { "body": "" }, - "push-pin": { - "body": "" - }, - "push-pin-outline": { - "body": "" - }, "qr-code": { "body": "" }, @@ -26338,6 +26609,9 @@ "quick-phrases": { "body": "" }, + "quick-phrases-rounded": { + "body": "" + }, "quick-reference": { "body": "" }, @@ -26737,6 +27011,12 @@ "recent-patient-rounded": { "body": "" }, + "recenter": { + "body": "" + }, + "recenter-rounded": { + "body": "" + }, "recommend": { "body": "" }, @@ -27267,10 +27547,10 @@ "body": "" }, "rheumatology-outline-rounded": { - "body": "" + "body": "" }, "rheumatology-rounded": { - "body": "" + "body": "" }, "rib-cage": { "body": "" @@ -27281,6 +27561,12 @@ "rice-bowl-outline": { "body": "" }, + "rice-bowl-outline-rounded": { + "body": "" + }, + "rice-bowl-rounded": { + "body": "" + }, "right-click": { "body": "" }, @@ -28068,13 +28354,13 @@ "body": "" }, "screen-lock-rotation-outline-rounded": { - "body": "" + "body": "" }, "screen-lock-rotation-outline-sharp": { "body": "" }, "screen-lock-rotation-rounded": { - "body": "" + "body": "" }, "screen-lock-rotation-sharp": { "body": "" @@ -28343,6 +28629,12 @@ "search-hands-free-rounded": { "body": "" }, + "search-insights": { + "body": "" + }, + "search-insights-rounded": { + "body": "" + }, "search-off": { "body": "" }, @@ -28436,6 +28728,18 @@ "select-window": { "body": "" }, + "select-window-2": { + "body": "" + }, + "select-window-2-outline": { + "body": "" + }, + "select-window-2-outline-sharp": { + "body": "" + }, + "select-window-2-sharp": { + "body": "" + }, "select-window-off": { "body": "" }, @@ -28534,13 +28838,13 @@ "body": "" }, "send-to-mobile-outline-rounded": { - "body": "" + "body": "" }, "send-to-mobile-outline-sharp": { "body": "" }, "send-to-mobile-rounded": { - "body": "" + "body": "" }, "send-to-mobile-sharp": { "body": "" @@ -29791,10 +30095,10 @@ "body": "" }, "signal-cellular-add-outline-rounded": { - "body": "" + "body": "" }, "signal-cellular-add-rounded": { - "body": "" + "body": "" }, "signal-cellular-alt": { "body": "" @@ -29818,7 +30122,7 @@ "body": "" }, "signal-cellular-connected-no-internet-0-bar-rounded": { - "body": "" + "body": "" }, "signal-cellular-connected-no-internet-0-bar-sharp": { "body": "" @@ -29839,10 +30143,10 @@ "body": "" }, "signal-cellular-nodata-outline-rounded": { - "body": "" + "body": "" }, "signal-cellular-nodata-rounded": { - "body": "" + "body": "" }, "signal-cellular-null": { "body": "" @@ -29857,10 +30161,10 @@ "body": "" }, "signal-cellular-off-outline-rounded": { - "body": "" + "body": "" }, "signal-cellular-off-rounded": { - "body": "" + "body": "" }, "signal-cellular-pause": { "body": "" @@ -29878,7 +30182,7 @@ "body": "" }, "signal-disconnected-rounded": { - "body": "" + "body": "" }, "signal-wifi-0-bar": { "body": "" @@ -29914,10 +30218,10 @@ "body": "" }, "signal-wifi-off-outline-rounded": { - "body": "" + "body": "" }, "signal-wifi-off-rounded": { - "body": "" + "body": "" }, "signal-wifi-statusbar-not-connected": { "body": "" @@ -30094,7 +30398,7 @@ "body": "" }, "skull": { - "body": "" + "body": "" }, "skull-outline": { "body": "" @@ -30256,7 +30560,7 @@ "body": "" }, "smoke-free-rounded": { - "body": "" + "body": "" }, "smoking-rooms": { "body": "" @@ -30910,13 +31214,13 @@ "body": "" }, "spo2-outline-rounded": { - "body": "" + "body": "" }, "spo2-outline-sharp": { "body": "" }, "spo2-rounded": { - "body": "" + "body": "" }, "spo2-sharp": { "body": "" @@ -31321,43 +31625,43 @@ "body": "" }, "star": { - "body": "" + "body": "" }, "star-half": { - "body": "" + "body": "" }, "star-half-outline": { - "body": "" + "body": "" }, "star-half-rounded": { - "body": "" + "body": "" }, "star-outline": { - "body": "" + "body": "" }, "star-outline-rounded": { - "body": "" + "body": "" }, "star-rate": { - "body": "" + "body": "" }, "star-rate-half": { - "body": "" + "body": "" }, "star-rate-half-rounded": { - "body": "" + "body": "" }, "star-rate-outline": { - "body": "" + "body": "" }, "star-rate-outline-rounded": { - "body": "" + "body": "" }, "star-rate-rounded": { - "body": "" + "body": "" }, "star-rounded": { - "body": "" + "body": "" }, "stars": { "body": "" @@ -31498,13 +31802,13 @@ "body": "" }, "stethoscope-arrow-rounded": { - "body": "" + "body": "" }, "stethoscope-check": { "body": "" }, "stethoscope-check-rounded": { - "body": "" + "body": "" }, "stethoscope-outline": { "body": "" @@ -31723,13 +32027,13 @@ "body": "" }, "stream-apps-outline-rounded": { - "body": "" + "body": "" }, "stream-apps-outline-sharp": { "body": "" }, "stream-apps-rounded": { - "body": "" + "body": "" }, "stream-apps-sharp": { "body": "" @@ -31794,6 +32098,12 @@ "styler-outline": { "body": "" }, + "styler-outline-rounded": { + "body": "" + }, + "styler-rounded": { + "body": "" + }, "stylus": { "body": "" }, @@ -31993,10 +32303,10 @@ "body": "" }, "supervised-user-circle-off-outline-rounded": { - "body": "" + "body": "" }, "supervised-user-circle-off-rounded": { - "body": "" + "body": "" }, "supervised-user-circle-outline": { "body": "" @@ -32050,13 +32360,13 @@ "body": "" }, "surgical-outline-rounded": { - "body": "" + "body": "" }, "surgical-outline-sharp": { "body": "" }, "surgical-rounded": { - "body": "" + "body": "" }, "surgical-sharp": { "body": "" @@ -32475,6 +32785,12 @@ "swords-outline": { "body": "" }, + "swords-outline-rounded": { + "body": "" + }, + "swords-rounded": { + "body": "" + }, "symptoms": { "body": "" }, @@ -33090,6 +33406,12 @@ "temp-preferences-eco-outline": { "body": "" }, + "temp-preferences-eco-outline-rounded": { + "body": "" + }, + "temp-preferences-eco-rounded": { + "body": "" + }, "temple-buddhist": { "body": "" }, @@ -33505,7 +33827,7 @@ "body": "" }, "thumbs-up-down": { - "body": "" + "body": "" }, "thumbs-up-down-outline": { "body": "" @@ -33604,7 +33926,7 @@ "body": "" }, "timer-10-select-rounded": { - "body": "" + "body": "" }, "timer-10-select-sharp": { "body": "" @@ -33666,6 +33988,30 @@ "timer-outline-rounded": { "body": "" }, + "timer-pause": { + "body": "" + }, + "timer-pause-outline": { + "body": "" + }, + "timer-pause-outline-rounded": { + "body": "" + }, + "timer-pause-rounded": { + "body": "" + }, + "timer-play": { + "body": "" + }, + "timer-play-outline": { + "body": "" + }, + "timer-play-outline-rounded": { + "body": "" + }, + "timer-play-rounded": { + "body": "" + }, "timer-rounded": { "body": "" }, @@ -33937,10 +34283,10 @@ "body": "" }, "total-dissolved-solids-outline-rounded": { - "body": "" + "body": "" }, "total-dissolved-solids-rounded": { - "body": "" + "body": "" }, "touch-app": { "body": "" @@ -34038,6 +34384,24 @@ "track-changes-rounded": { "body": "" }, + "trackpad-input": { + "body": "" + }, + "trackpad-input-outline": { + "body": "" + }, + "trackpad-input-outline-rounded": { + "body": "" + }, + "trackpad-input-outline-sharp": { + "body": "" + }, + "trackpad-input-rounded": { + "body": "" + }, + "trackpad-input-sharp": { + "body": "" + }, "traffic": { "body": "" }, @@ -34986,6 +35350,12 @@ "valve-outline": { "body": "" }, + "valve-outline-rounded": { + "body": "" + }, + "valve-rounded": { + "body": "" + }, "vape-free": { "body": "" }, @@ -35679,6 +36049,12 @@ "view-quilt-sharp": { "body": "" }, + "view-real-size": { + "body": "" + }, + "view-real-size-rounded": { + "body": "" + }, "view-sidebar": { "body": "" }, @@ -36150,10 +36526,10 @@ "body": "" }, "warning-off-outline-rounded": { - "body": "" + "body": "" }, "warning-off-rounded": { - "body": "" + "body": "" }, "warning-outline": { "body": "" @@ -36360,13 +36736,13 @@ "body": "" }, "water-lock-outline-rounded": { - "body": "" + "body": "" }, "water-lock-outline-sharp": { "body": "" }, "water-lock-rounded": { - "body": "" + "body": "" }, "water-lock-sharp": { "body": "" @@ -36426,13 +36802,13 @@ "body": "" }, "water-orp-outline-rounded": { - "body": "" + "body": "" }, "water-orp-outline-sharp": { "body": "" }, "water-orp-rounded": { - "body": "" + "body": "" }, "water-orp-sharp": { "body": "" @@ -36444,13 +36820,13 @@ "body": "" }, "water-ph-outline-rounded": { - "body": "" + "body": "" }, "water-ph-outline-sharp": { "body": "" }, "water-ph-rounded": { - "body": "" + "body": "" }, "water-ph-sharp": { "body": "" @@ -36477,10 +36853,10 @@ "body": "" }, "water-voc-outline-rounded": { - "body": "" + "body": "" }, "water-voc-rounded": { - "body": "" + "body": "" }, "waterfall-chart": { "body": "" @@ -36954,7 +37330,7 @@ "body": "" }, "wifi-tethering-error-rounded": { - "body": "" + "body": "" }, "wifi-tethering-rounded": { "body": "" @@ -36986,12 +37362,24 @@ "window-closed-outline": { "body": "" }, + "window-closed-outline-rounded": { + "body": "" + }, + "window-closed-rounded": { + "body": "" + }, "window-open": { "body": "" }, "window-open-outline": { "body": "" }, + "window-open-outline-rounded": { + "body": "" + }, + "window-open-rounded": { + "body": "" + }, "window-outline": { "body": "" }, @@ -37004,6 +37392,12 @@ "window-sensor-outline": { "body": "" }, + "window-sensor-outline-rounded": { + "body": "" + }, + "window-sensor-rounded": { + "body": "" + }, "window-sharp": { "body": "" }, @@ -37282,6 +37676,12 @@ "badge-critical-battery": { "parent": "battery-very-low" }, + "battery-saver-outline-rounded": { + "parent": "battery-plus-outline-rounded" + }, + "battery-saver-rounded": { + "parent": "battery-plus-rounded" + }, "brightness-1": { "parent": "lens" }, @@ -37462,6 +37862,12 @@ "price-change-sharp": { "parent": "price-change" }, + "push-pin": { + "parent": "keep" + }, + "push-pin-outline": { + "parent": "keep-outline" + }, "quiet-time": { "parent": "bedtime" }, @@ -37667,7 +38073,9 @@ "hiking-sharp", "how-to-vote", "how-to-vote-outline", + "how-to-vote-outline-rounded", "how-to-vote-outline-sharp", + "how-to-vote-rounded", "how-to-vote-sharp", "hr-resting", "hr-resting-outline", @@ -37950,6 +38358,8 @@ "switch-account-sharp", "swords", "swords-outline", + "swords-outline-rounded", + "swords-rounded", "theaters", "theaters-outline", "theaters-outline-rounded", @@ -38143,9 +38553,7 @@ "battery-plus-sharp", "battery-saver", "battery-saver-outline", - "battery-saver-outline-rounded", "battery-saver-outline-sharp", - "battery-saver-rounded", "battery-saver-sharp", "battery-share", "battery-share-rounded", @@ -38436,20 +38844,24 @@ "network-wifi", "network-wifi-1-bar", "network-wifi-1-bar-locked", + "network-wifi-1-bar-locked-outline-rounded", "network-wifi-1-bar-locked-rounded", "network-wifi-1-bar-locked-sharp", "network-wifi-1-bar-rounded", "network-wifi-2-bar", "network-wifi-2-bar-locked", + "network-wifi-2-bar-locked-outline-rounded", "network-wifi-2-bar-locked-rounded", "network-wifi-2-bar-locked-sharp", "network-wifi-2-bar-rounded", "network-wifi-3-bar", "network-wifi-3-bar-locked", + "network-wifi-3-bar-locked-outline-rounded", "network-wifi-3-bar-locked-rounded", "network-wifi-3-bar-locked-sharp", "network-wifi-3-bar-rounded", "network-wifi-locked", + "network-wifi-locked-outline-rounded", "network-wifi-locked-rounded", "network-wifi-locked-sharp", "network-wifi-rounded", @@ -38495,6 +38907,7 @@ "portable-wifi-off", "portable-wifi-off-rounded", "quick-phrases", + "quick-phrases-rounded", "r-mobiledata", "r-mobiledata-rounded", "r-mobiledata-sharp", @@ -38814,6 +39227,14 @@ "9k-plus-sharp", "9k-rounded", "9k-sharp", + "adaptive-audio-mic", + "adaptive-audio-mic-off", + "adaptive-audio-mic-off-outline", + "adaptive-audio-mic-off-outline-rounded", + "adaptive-audio-mic-off-rounded", + "adaptive-audio-mic-outline", + "adaptive-audio-mic-outline-rounded", + "adaptive-audio-mic-rounded", "add-to-queue", "add-to-queue-outline", "add-to-queue-outline-rounded", @@ -38884,6 +39305,8 @@ "broadcast-on-home-sharp", "broadcast-on-personal", "broadcast-on-personal-outline", + "broadcast-on-personal-outline-rounded", + "broadcast-on-personal-rounded", "call-to-action", "call-to-action-outline", "call-to-action-outline-rounded", @@ -38924,6 +39347,12 @@ "explicit-outline-sharp", "explicit-rounded", "explicit-sharp", + "eye-tracking", + "eye-tracking-outline", + "eye-tracking-outline-rounded", + "eye-tracking-outline-sharp", + "eye-tracking-rounded", + "eye-tracking-sharp", "fast-forward", "fast-forward-outline", "fast-forward-outline-rounded", @@ -39505,6 +39934,7 @@ "barcode-reader-rounded", "barcode-reader-sharp", "barcode-scanner", + "barcode-scanner-rounded", "bid-landscape", "bid-landscape-disabled", "bid-landscape-disabled-outline", @@ -39760,7 +40190,6 @@ "money-sharp", "monitoring", "monitoring-outline", - "monitoring-outline-rounded", "monitoring-rounded", "multiline-chart", "multiline-chart-rounded", @@ -39874,6 +40303,8 @@ "schema-outline", "schema-outline-rounded", "schema-rounded", + "search-insights", + "search-insights-rounded", "sell", "sell-outline", "sell-outline-sharp", @@ -40456,6 +40887,18 @@ "interests-outline", "interests-outline-rounded", "interests-rounded", + "keep", + "keep-off", + "keep-off-outline", + "keep-off-outline-rounded", + "keep-off-rounded", + "keep-outline", + "keep-outline-rounded", + "keep-public", + "keep-public-outline", + "keep-public-outline-rounded", + "keep-public-rounded", + "keep-rounded", "label", "label-important", "label-important-outline", @@ -40512,7 +40955,9 @@ "lock-outline-sharp", "lock-person", "lock-person-outline", + "lock-person-outline-rounded", "lock-person-outline-sharp", + "lock-person-rounded", "lock-person-sharp", "lock-reset", "lock-reset-rounded", @@ -40667,8 +41112,6 @@ "problem-sharp", "published-with-changes", "published-with-changes-rounded", - "push-pin", - "push-pin-outline", "question-mark", "question-mark-rounded", "rate-review", @@ -40723,6 +41166,10 @@ "search-hands-free", "search-hands-free-rounded", "select-window", + "select-window-2", + "select-window-2-outline", + "select-window-2-outline-sharp", + "select-window-2-sharp", "select-window-off", "select-window-off-outline", "select-window-off-outline-sharp", @@ -40814,6 +41261,14 @@ "timer-3-alt-1-outline-sharp", "timer-3-alt-1-rounded", "timer-3-alt-1-sharp", + "timer-pause", + "timer-pause-outline", + "timer-pause-outline-rounded", + "timer-pause-rounded", + "timer-play", + "timer-play-outline", + "timer-play-outline-rounded", + "timer-play-rounded", "today", "today-outline", "today-outline-rounded", @@ -40826,6 +41281,12 @@ "touch-app-outline-sharp", "touch-app-rounded", "touch-app-sharp", + "trackpad-input", + "trackpad-input-outline", + "trackpad-input-outline-rounded", + "trackpad-input-outline-sharp", + "trackpad-input-rounded", + "trackpad-input-sharp", "translate", "translate-rounded", "unlicense", @@ -41910,6 +42371,10 @@ "google-home-devices", "google-home-devices-rounded", "google-home-devices-sharp", + "handheld-controller", + "handheld-controller-outline", + "handheld-controller-outline-rounded", + "handheld-controller-rounded", "hard-drive", "hard-drive-2", "hard-drive-2-outline", @@ -41918,6 +42383,10 @@ "hard-drive-outline", "hard-drive-outline-sharp", "hard-drive-sharp", + "head-mounted-device", + "head-mounted-device-outline", + "head-mounted-device-outline-rounded", + "head-mounted-device-rounded", "headphones", "headphones-battery", "headphones-battery-outline", @@ -42647,7 +43116,9 @@ "detector-battery-sharp", "detector-co", "detector-co-outline", + "detector-co-outline-rounded", "detector-co-outline-sharp", + "detector-co-rounded", "detector-co-sharp", "detector-offline", "detector-offline-outline", @@ -42819,6 +43290,8 @@ "nest-doorbell-visitor-sharp", "nest-eco-leaf", "nest-eco-leaf-outline", + "nest-eco-leaf-outline-rounded", + "nest-eco-leaf-rounded", "nest-farsight-weather", "nest-farsight-weather-outline", "nest-found-savings", @@ -42840,6 +43313,8 @@ "nest-remote", "nest-remote-comfort-sensor", "nest-remote-comfort-sensor-outline", + "nest-remote-comfort-sensor-outline-rounded", + "nest-remote-comfort-sensor-rounded", "nest-remote-outline", "nest-secure-alarm", "nest-secure-alarm-outline", @@ -42931,6 +43406,8 @@ "tamper-detection-on-sharp", "temp-preferences-eco", "temp-preferences-eco-outline", + "temp-preferences-eco-outline-rounded", + "temp-preferences-eco-rounded", "tools-flat-head", "tools-flat-head-outline", "tools-flat-head-outline-rounded", @@ -42967,10 +43444,16 @@ "weather-snowy-outline", "window-closed", "window-closed-outline", + "window-closed-outline-rounded", + "window-closed-rounded", "window-open", "window-open-outline", + "window-open-outline-rounded", + "window-open-rounded", "window-sensor", "window-sensor-outline", + "window-sensor-outline-rounded", + "window-sensor-rounded", "zone-person-alert", "zone-person-alert-rounded", "zone-person-alert-sharp", @@ -43097,6 +43580,8 @@ "controller-gen-outline-sharp", "cooking", "cooking-outline", + "cooking-outline-rounded", + "cooking-rounded", "countertops", "countertops-outline", "countertops-outline-rounded", @@ -43277,6 +43762,8 @@ "gas-meter-sharp", "gate", "gate-outline", + "gate-outline-rounded", + "gate-rounded", "grass", "grass-rounded", "grocery", @@ -43335,8 +43822,11 @@ "household-supplies-rounded", "household-supplies-sharp", "humidity-high", + "humidity-high-outline", "humidity-low", + "humidity-low-outline", "humidity-mid", + "humidity-mid-outline", "hvac", "hvac-outline", "hvac-outline-sharp", @@ -43545,6 +44035,8 @@ "stroller-sharp", "styler", "styler-outline", + "styler-outline-rounded", + "styler-rounded", "switch", "switch-outline", "switch-outline-rounded", @@ -43608,6 +44100,8 @@ "vacuum-outline-rounded", "valve", "valve-outline", + "valve-outline-rounded", + "valve-rounded", "vertical-shades", "vertical-shades-closed", "vertical-shades-closed-rounded", @@ -43960,6 +44454,8 @@ "local-see-sharp", "location-away", "location-away-outline", + "location-away-outline-rounded", + "location-away-rounded", "location-disabled", "location-disabled-rounded", "location-home", @@ -44092,6 +44588,7 @@ "pest-control-rodent-outline-sharp", "pest-control-rodent-rounded", "pest-control-rodent-sharp", + "pest-control-rounded", "pet-supplies", "pet-supplies-outline", "pin-drop", @@ -44523,6 +45020,7 @@ "compare-sharp", "contrast", "contrast-rtl-off", + "contrast-rtl-off-outline-rounded", "contrast-rtl-off-rounded", "control-point-duplicate", "control-point-duplicate-outline", @@ -44567,6 +45065,8 @@ "crop-square-outline", "deblur", "deblur-outline", + "deblur-outline-rounded", + "deblur-rounded", "dehaze", "dehaze-rounded", "details", @@ -44873,6 +45373,14 @@ "invert-colors-outline-rounded", "invert-colors-rounded", "landscape", + "landscape-2", + "landscape-2-off", + "landscape-2-off-outline", + "landscape-2-off-outline-rounded", + "landscape-2-off-rounded", + "landscape-2-outline", + "landscape-2-outline-rounded", + "landscape-2-rounded", "landscape-outline", "landscape-outline-rounded", "landscape-rounded", @@ -45297,6 +45805,8 @@ "view-comfy-rounded", "view-compact", "view-compact-outline", + "view-real-size", + "view-real-size-rounded", "vignette", "vignette-outline", "vignette-outline-sharp", @@ -45380,6 +45890,12 @@ "enhanced-encryption-sharp", "exclamation", "exclamation-rounded", + "id-card", + "id-card-outline", + "id-card-outline-rounded", + "id-card-outline-sharp", + "id-card-rounded", + "id-card-sharp", "key-visualizer", "key-visualizer-rounded", "no-encryption", @@ -45487,6 +46003,7 @@ "admin-meds-outline-sharp", "admin-meds-sharp", "agender", + "agender-rounded", "allergies", "allergies-outline", "allergies-outline-rounded", @@ -45540,6 +46057,10 @@ "candle-outline-sharp", "candle-rounded", "candle-sharp", + "cardio-load", + "cardio-load-outline", + "cardio-load-outline-rounded", + "cardio-load-rounded", "cardiology", "cardiology-outline", "cardiology-outline-rounded", @@ -45680,6 +46201,8 @@ "earthquake-sharp", "eco", "eco-outline", + "eco-outline-rounded", + "eco-rounded", "editor-choice", "editor-choice-outline", "editor-choice-outline-rounded", @@ -45870,6 +46393,8 @@ "groups-outline", "groups-outline-rounded", "groups-rounded", + "guardian", + "guardian-rounded", "gynecology", "gynecology-outline", "gynecology-outline-rounded", @@ -47028,6 +47553,7 @@ "diagnosis-sharp", "dictionary", "dictionary-outline", + "dictionary-outline-rounded", "dictionary-outline-sharp", "dictionary-rounded", "dictionary-sharp", @@ -47371,6 +47897,10 @@ "format-textdirection-r-to-l-outline", "format-textdirection-r-to-l-outline-rounded", "format-textdirection-r-to-l-rounded", + "format-textdirection-vertical", + "format-textdirection-vertical-outline", + "format-textdirection-vertical-outline-rounded", + "format-textdirection-vertical-rounded", "format-underlined", "format-underlined-rounded", "format-underlined-squiggle", @@ -48781,6 +49311,8 @@ "ramen-dining-rounded", "rice-bowl", "rice-bowl-outline", + "rice-bowl-outline-rounded", + "rice-bowl-rounded", "room-service", "room-service-outline", "room-service-outline-rounded", @@ -49548,6 +50080,8 @@ "open-in-new-off-sharp", "open-in-new-rounded", "open-in-new-sharp", + "open-run", + "open-run-rounded", "open-with", "open-with-rounded", "output", @@ -49647,6 +50181,8 @@ "rebase-outline", "rebase-outline-rounded", "rebase-rounded", + "recenter", + "recenter-rounded", "redo", "redo-rounded", "refresh", diff --git a/json/material-symbols.json b/json/material-symbols.json index 9a21a4f..c8bee51 100644 --- a/json/material-symbols.json +++ b/json/material-symbols.json @@ -2,7 +2,7 @@ "prefix": "material-symbols", "info": { "name": "Material Symbols", - "total": 12321, + "total": 12448, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1708325449, + "lastModified": 1709535268, "icons": { "123": { "body": "" @@ -1145,10 +1145,10 @@ "body": "" }, "account-circle-off-outline-rounded": { - "body": "" + "body": "" }, "account-circle-off-rounded": { - "body": "" + "body": "" }, "account-circle-outline": { "body": "" @@ -1264,6 +1264,30 @@ "ad-units-sharp": { "body": "" }, + "adaptive-audio-mic": { + "body": "" + }, + "adaptive-audio-mic-off": { + "body": "" + }, + "adaptive-audio-mic-off-outline": { + "body": "" + }, + "adaptive-audio-mic-off-outline-rounded": { + "body": "" + }, + "adaptive-audio-mic-off-rounded": { + "body": "" + }, + "adaptive-audio-mic-outline": { + "body": "" + }, + "adaptive-audio-mic-outline-rounded": { + "body": "" + }, + "adaptive-audio-mic-rounded": { + "body": "" + }, "adb": { "body": "" }, @@ -1445,10 +1469,10 @@ "body": "" }, "add-home-outline-rounded": { - "body": "" + "body": "" }, "add-home-rounded": { - "body": "" + "body": "" }, "add-home-work": { "body": "" @@ -1597,13 +1621,13 @@ "body": "" }, "add-to-home-screen-outline-rounded": { - "body": "" + "body": "" }, "add-to-home-screen-outline-sharp": { "body": "" }, "add-to-home-screen-rounded": { - "body": "" + "body": "" }, "add-to-home-screen-sharp": { "body": "" @@ -1682,11 +1706,14 @@ "body": "" }, "ads-click-rounded": { - "body": "" + "body": "" }, "agender": { "body": "" }, + "agender-rounded": { + "body": "" + }, "agriculture": { "body": "" }, @@ -1744,10 +1771,10 @@ "body": "" }, "air-purifier-outline-rounded": { - "body": "" + "body": "" }, "air-purifier-rounded": { - "body": "" + "body": "" }, "air-rounded": { "body": "" @@ -2246,10 +2273,10 @@ "body": "" }, "altitude-outline-rounded": { - "body": "" + "body": "" }, "altitude-rounded": { - "body": "" + "body": "" }, "ambient-screen": { "body": "", @@ -2596,13 +2623,13 @@ "body": "" }, "app-shortcut-outline-rounded": { - "body": "" + "body": "" }, "app-shortcut-outline-sharp": { "body": "" }, "app-shortcut-rounded": { - "body": "" + "body": "" }, "app-shortcut-sharp": { "body": "" @@ -4167,6 +4194,9 @@ "barcode-scanner": { "body": "" }, + "barcode-scanner-rounded": { + "body": "" + }, "barefoot": { "body": "" }, @@ -4449,13 +4479,13 @@ "body": "" }, "battery-error-outline-rounded": { - "body": "" + "body": "" }, "battery-error-outline-sharp": { "body": "" }, "battery-error-rounded": { - "body": "" + "body": "" }, "battery-error-sharp": { "body": "" @@ -4521,13 +4551,13 @@ "body": "" }, "battery-plus-outline-rounded": { - "body": "" + "body": "" }, "battery-plus-outline-sharp": { "body": "" }, "battery-plus-rounded": { - "body": "" + "body": "" }, "battery-plus-sharp": { "body": "" @@ -4539,13 +4569,13 @@ "body": "" }, "battery-profile-outline-rounded": { - "body": "" + "body": "" }, "battery-profile-outline-sharp": { "body": "" }, "battery-profile-rounded": { - "body": "" + "body": "" }, "battery-profile-sharp": { "body": "" @@ -4556,15 +4586,9 @@ "battery-saver-outline": { "body": "" }, - "battery-saver-outline-rounded": { - "body": "" - }, "battery-saver-outline-sharp": { "body": "" }, - "battery-saver-rounded": { - "body": "" - }, "battery-saver-sharp": { "body": "" }, @@ -4584,13 +4608,13 @@ "body": "" }, "battery-status-good-outline-rounded": { - "body": "" + "body": "" }, "battery-status-good-outline-sharp": { "body": "" }, "battery-status-good-rounded": { - "body": "" + "body": "" }, "battery-status-good-sharp": { "body": "" @@ -5778,6 +5802,12 @@ "broadcast-on-personal-outline": { "body": "" }, + "broadcast-on-personal-outline-rounded": { + "body": "" + }, + "broadcast-on-personal-rounded": { + "body": "" + }, "broken-image": { "body": "" }, @@ -6739,7 +6769,7 @@ "body": "" }, "car-tag-rounded": { - "body": "" + "body": "" }, "car-tag-sharp": { "body": "" @@ -6781,6 +6811,18 @@ "card-travel-sharp": { "body": "" }, + "cardio-load": { + "body": "" + }, + "cardio-load-outline": { + "body": "" + }, + "cardio-load-outline-rounded": { + "body": "" + }, + "cardio-load-rounded": { + "body": "" + }, "cardiology": { "body": "" }, @@ -6929,13 +6971,13 @@ "body": "" }, "cast-connected-outline-rounded": { - "body": "" + "body": "" }, "cast-connected-outline-sharp": { "body": "" }, "cast-connected-rounded": { - "body": "" + "body": "" }, "cast-connected-sharp": { "body": "" @@ -6947,13 +6989,13 @@ "body": "" }, "cast-for-education-outline-rounded": { - "body": "" + "body": "" }, "cast-for-education-outline-sharp": { "body": "" }, "cast-for-education-rounded": { - "body": "" + "body": "" }, "cast-for-education-sharp": { "body": "" @@ -6962,7 +7004,7 @@ "body": "" }, "cast-outline-rounded": { - "body": "" + "body": "" }, "cast-outline-sharp": { "body": "" @@ -6974,19 +7016,19 @@ "body": "" }, "cast-pause-outline-rounded": { - "body": "" + "body": "" }, "cast-pause-outline-sharp": { "body": "" }, "cast-pause-rounded": { - "body": "" + "body": "" }, "cast-pause-sharp": { "body": "" }, "cast-rounded": { - "body": "" + "body": "" }, "cast-sharp": { "body": "" @@ -6998,13 +7040,13 @@ "body": "" }, "cast-warning-outline-rounded": { - "body": "" + "body": "" }, "cast-warning-outline-sharp": { "body": "" }, "cast-warning-rounded": { - "body": "" + "body": "" }, "cast-warning-sharp": { "body": "" @@ -7257,13 +7299,13 @@ "body": "" }, "chat-apps-script-outline-rounded": { - "body": "" + "body": "" }, "chat-apps-script-outline-sharp": { "body": "" }, "chat-apps-script-rounded": { - "body": "" + "body": "" }, "chat-apps-script-sharp": { "body": "" @@ -8564,10 +8606,10 @@ "body": "" }, "contactless-off-outline-rounded": { - "body": "" + "body": "" }, "contactless-off-rounded": { - "body": "" + "body": "" }, "contactless-outline": { "body": "" @@ -8640,7 +8682,7 @@ "body": "" }, "content-paste-off-rounded": { - "body": "" + "body": "" }, "content-paste-off-sharp": { "body": "" @@ -8708,8 +8750,11 @@ "contrast-rtl-off": { "body": "" }, + "contrast-rtl-off-outline-rounded": { + "body": "" + }, "contrast-rtl-off-rounded": { - "body": "" + "body": "" }, "control-camera": { "body": "" @@ -8799,10 +8844,16 @@ "cooking-outline": { "body": "" }, + "cooking-outline-rounded": { + "body": "" + }, "cooking-outline-sharp": { "body": "", "hidden": true }, + "cooking-rounded": { + "body": "" + }, "cool-to-dry": { "body": "" }, @@ -8810,10 +8861,10 @@ "body": "" }, "cool-to-dry-outline-rounded": { - "body": "" + "body": "" }, "cool-to-dry-rounded": { - "body": "" + "body": "" }, "copy-all": { "body": "" @@ -9655,6 +9706,12 @@ "deblur-outline": { "body": "" }, + "deblur-outline-rounded": { + "body": "" + }, + "deblur-rounded": { + "body": "" + }, "deceased": { "body": "" }, @@ -9887,7 +9944,7 @@ "body": "" }, "deployed-code-sharp": { - "body": "" + "body": "" }, "deployed-code-update": { "body": "" @@ -10091,13 +10148,13 @@ "body": "" }, "detector-alarm-outline-rounded": { - "body": "" + "body": "" }, "detector-alarm-outline-sharp": { "body": "" }, "detector-alarm-rounded": { - "body": "" + "body": "" }, "detector-alarm-sharp": { "body": "" @@ -10109,13 +10166,13 @@ "body": "" }, "detector-battery-outline-rounded": { - "body": "" + "body": "" }, "detector-battery-outline-sharp": { "body": "" }, "detector-battery-rounded": { - "body": "" + "body": "" }, "detector-battery-sharp": { "body": "" @@ -10126,9 +10183,15 @@ "detector-co-outline": { "body": "" }, + "detector-co-outline-rounded": { + "body": "" + }, "detector-co-outline-sharp": { "body": "" }, + "detector-co-rounded": { + "body": "" + }, "detector-co-sharp": { "body": "" }, @@ -10139,13 +10202,13 @@ "body": "" }, "detector-offline-outline-rounded": { - "body": "" + "body": "" }, "detector-offline-outline-sharp": { "body": "" }, "detector-offline-rounded": { - "body": "" + "body": "" }, "detector-offline-sharp": { "body": "" @@ -10154,13 +10217,13 @@ "body": "" }, "detector-outline-rounded": { - "body": "" + "body": "" }, "detector-outline-sharp": { "body": "" }, "detector-rounded": { - "body": "" + "body": "" }, "detector-sharp": { "body": "" @@ -10172,13 +10235,13 @@ "body": "" }, "detector-smoke-outline-rounded": { - "body": "" + "body": "" }, "detector-smoke-outline-sharp": { "body": "" }, "detector-smoke-rounded": { - "body": "" + "body": "" }, "detector-smoke-sharp": { "body": "" @@ -10190,13 +10253,13 @@ "body": "" }, "detector-status-outline-rounded": { - "body": "" + "body": "" }, "detector-status-outline-sharp": { "body": "" }, "detector-status-rounded": { - "body": "" + "body": "" }, "detector-status-sharp": { "body": "" @@ -10256,13 +10319,13 @@ "body": "" }, "developer-mode-outline-rounded": { - "body": "" + "body": "" }, "developer-mode-outline-sharp": { "body": "" }, "developer-mode-rounded": { - "body": "" + "body": "" }, "developer-mode-sharp": { "body": "" @@ -10385,13 +10448,13 @@ "body": "" }, "devices-wearables-outline-rounded": { - "body": "" + "body": "" }, "devices-wearables-outline-sharp": { "body": "" }, "devices-wearables-rounded": { - "body": "" + "body": "" }, "devices-wearables-sharp": { "body": "" @@ -10477,11 +10540,14 @@ "dictionary-outline": { "body": "" }, + "dictionary-outline-rounded": { + "body": "" + }, "dictionary-outline-sharp": { "body": "" }, "dictionary-rounded": { - "body": "" + "body": "" }, "dictionary-sharp": { "body": "" @@ -10937,10 +11003,10 @@ "body": "" }, "do-not-disturb-off-outline": { - "body": "" + "body": "" }, "do-not-disturb-off-outline-rounded": { - "body": "" + "body": "" }, "do-not-disturb-off-rounded": { "body": "" @@ -11435,7 +11501,7 @@ "body": "" }, "drag-click-rounded": { - "body": "" + "body": "" }, "drag-handle": { "body": "" @@ -11863,6 +11929,12 @@ "eco-outline": { "body": "" }, + "eco-outline-rounded": { + "body": "" + }, + "eco-rounded": { + "body": "" + }, "eda": { "body": "" }, @@ -13120,10 +13192,10 @@ "body": "" }, "explore-off-outline-rounded": { - "body": "" + "body": "" }, "explore-off-rounded": { - "body": "" + "body": "" }, "explore-outline": { "body": "" @@ -13238,6 +13310,24 @@ "extension-sharp": { "body": "" }, + "eye-tracking": { + "body": "" + }, + "eye-tracking-outline": { + "body": "" + }, + "eye-tracking-outline-rounded": { + "body": "" + }, + "eye-tracking-outline-sharp": { + "body": "" + }, + "eye-tracking-rounded": { + "body": "" + }, + "eye-tracking-sharp": { + "body": "" + }, "eyeglasses": { "body": "" }, @@ -13636,7 +13726,7 @@ "body": "" }, "femur": { - "body": "" + "body": "" }, "femur-alt": { "body": "" @@ -15234,7 +15324,7 @@ "body": "" }, "format-clear-rounded": { - "body": "" + "body": "" }, "format-color-fill": { "body": "" @@ -15527,6 +15617,18 @@ "format-textdirection-r-to-l-rounded": { "body": "" }, + "format-textdirection-vertical": { + "body": "" + }, + "format-textdirection-vertical-outline": { + "body": "" + }, + "format-textdirection-vertical-outline-rounded": { + "body": "" + }, + "format-textdirection-vertical-rounded": { + "body": "" + }, "format-underlined": { "body": "" }, @@ -16021,10 +16123,16 @@ "gate-outline": { "body": "" }, + "gate-outline-rounded": { + "body": "" + }, "gate-outline-sharp": { "body": "", "hidden": true }, + "gate-rounded": { + "body": "" + }, "gate-sharp": { "body": "", "hidden": true @@ -16568,6 +16676,12 @@ "body": "", "hidden": true }, + "guardian": { + "body": "" + }, + "guardian-rounded": { + "body": "" + }, "gynecology": { "body": "" }, @@ -16676,6 +16790,18 @@ "hand-gesture-sharp": { "body": "" }, + "handheld-controller": { + "body": "" + }, + "handheld-controller-outline": { + "body": "" + }, + "handheld-controller-outline-rounded": { + "body": "" + }, + "handheld-controller-rounded": { + "body": "" + }, "handshake": { "body": "" }, @@ -16849,7 +16975,7 @@ "body": "" }, "hdr-enhanced-select-sharp": { - "body": "" + "body": "" }, "hdr-off": { "body": "" @@ -16915,16 +17041,16 @@ "body": "" }, "hdr-plus-off-outline-rounded": { - "body": "" + "body": "" }, "hdr-plus-off-outline-sharp": { - "body": "" + "body": "" }, "hdr-plus-off-rounded": { - "body": "" + "body": "" }, "hdr-plus-off-sharp": { - "body": "" + "body": "" }, "hdr-plus-outline": { "body": "" @@ -16947,6 +17073,18 @@ "hdr-weak": { "body": "" }, + "head-mounted-device": { + "body": "" + }, + "head-mounted-device-outline": { + "body": "" + }, + "head-mounted-device-outline-rounded": { + "body": "" + }, + "head-mounted-device-rounded": { + "body": "" + }, "headphones": { "body": "" }, @@ -17422,7 +17560,7 @@ "body": "" }, "highlight-mouse-cursor-rounded": { - "body": "" + "body": "" }, "highlight-outline": { "body": "" @@ -17748,19 +17886,19 @@ "body": "" }, "hotel": { - "body": "" + "body": "" }, "hotel-class": { - "body": "" + "body": "" }, "hotel-class-outline": { - "body": "" + "body": "" }, "hotel-class-outline-rounded": { - "body": "" + "body": "" }, "hotel-class-rounded": { - "body": "" + "body": "" }, "hotel-outline": { "body": "" @@ -17790,7 +17928,7 @@ "body": "" }, "hourglass-disabled-rounded": { - "body": "" + "body": "" }, "hourglass-empty": { "body": "" @@ -17897,9 +18035,15 @@ "how-to-vote-outline": { "body": "" }, + "how-to-vote-outline-rounded": { + "body": "" + }, "how-to-vote-outline-sharp": { "body": "" }, + "how-to-vote-rounded": { + "body": "" + }, "how-to-vote-sharp": { "body": "" }, @@ -17974,11 +18118,10 @@ "hidden": true }, "humidity-high": { - "body": "" + "body": "" }, "humidity-high-outline": { - "body": "", - "hidden": true + "body": "" }, "humidity-high-outline-sharp": { "body": "", @@ -18001,22 +18144,20 @@ "body": "" }, "humidity-low": { - "body": "" + "body": "" }, "humidity-low-outline": { - "body": "", - "hidden": true + "body": "" }, "humidity-low-sharp": { "body": "", "hidden": true }, "humidity-mid": { - "body": "" + "body": "" }, "humidity-mid-outline": { - "body": "", - "hidden": true + "body": "" }, "humidity-mid-sharp": { "body": "", @@ -18076,6 +18217,24 @@ "icecream-rounded": { "body": "" }, + "id-card": { + "body": "" + }, + "id-card-outline": { + "body": "" + }, + "id-card-outline-rounded": { + "body": "" + }, + "id-card-outline-sharp": { + "body": "" + }, + "id-card-rounded": { + "body": "" + }, + "id-card-sharp": { + "body": "" + }, "identity-platform": { "body": "", "hidden": true @@ -18573,16 +18732,16 @@ "body": "" }, "install-mobile-outline-rounded": { - "body": "" + "body": "" }, "install-mobile-outline-sharp": { "body": "" }, "install-mobile-rounded": { - "body": "" + "body": "" }, "install-mobile-sharp": { - "body": "" + "body": "" }, "instant-mix": { "body": "" @@ -18609,7 +18768,7 @@ "body": "" }, "interactive-space": { - "body": "" + "body": "" }, "interactive-space-outline": { "body": "" @@ -18684,7 +18843,7 @@ "body": "" }, "invert-colors-off-rounded": { - "body": "" + "body": "" }, "invert-colors-outline": { "body": "" @@ -18822,21 +18981,41 @@ "kebab-dining-rounded": { "body": "" }, + "keep": { + "body": "" + }, + "keep-off": { + "body": "" + }, + "keep-off-outline": { + "body": "" + }, + "keep-off-outline-rounded": { + "body": "" + }, + "keep-off-rounded": { + "body": "" + }, + "keep-outline": { + "body": "" + }, + "keep-outline-rounded": { + "body": "" + }, "keep-public": { - "body": "", - "hidden": true + "body": "" }, "keep-public-outline": { - "body": "", - "hidden": true + "body": "" }, "keep-public-outline-rounded": { - "body": "", - "hidden": true + "body": "" }, "keep-public-rounded": { - "body": "", - "hidden": true + "body": "" + }, + "keep-rounded": { + "body": "" }, "kettle": { "body": "" @@ -19328,14 +19507,38 @@ "landscape": { "body": "" }, + "landscape-2": { + "body": "" + }, + "landscape-2-off": { + "body": "" + }, + "landscape-2-off-outline": { + "body": "" + }, + "landscape-2-off-outline-rounded": { + "body": "" + }, + "landscape-2-off-rounded": { + "body": "" + }, + "landscape-2-outline": { + "body": "" + }, + "landscape-2-outline-rounded": { + "body": "" + }, + "landscape-2-rounded": { + "body": "" + }, "landscape-outline": { "body": "" }, "landscape-outline-rounded": { - "body": "" + "body": "" }, "landscape-rounded": { - "body": "" + "body": "" }, "landslide": { "body": "" @@ -20052,7 +20255,7 @@ "body": "" }, "link-off-rounded": { - "body": "" + "body": "" }, "link-rounded": { "body": "" @@ -20547,6 +20750,12 @@ "location-away-outline": { "body": "" }, + "location-away-outline-rounded": { + "body": "" + }, + "location-away-rounded": { + "body": "" + }, "location-away-sharp": { "body": "", "hidden": true @@ -20625,13 +20834,13 @@ "body": "" }, "lock-clock-outline-rounded": { - "body": "" + "body": "" }, "lock-clock-outline-sharp": { "body": "" }, "lock-clock-rounded": { - "body": "" + "body": "" }, "lock-clock-sharp": { "body": "" @@ -20684,9 +20893,15 @@ "lock-person-outline": { "body": "" }, + "lock-person-outline-rounded": { + "body": "" + }, "lock-person-outline-sharp": { "body": "" }, + "lock-person-rounded": { + "body": "" + }, "lock-person-sharp": { "body": "" }, @@ -22104,13 +22319,13 @@ "body": "" }, "mobile-friendly-outline-rounded": { - "body": "" + "body": "" }, "mobile-friendly-outline-sharp": { "body": "" }, "mobile-friendly-rounded": { - "body": "" + "body": "" }, "mobile-friendly-sharp": { "body": "" @@ -22128,7 +22343,7 @@ "body": "" }, "mobile-off-rounded": { - "body": "" + "body": "" }, "mobile-off-sharp": { "body": "" @@ -22367,7 +22582,7 @@ "body": "" }, "monitoring-rounded": { - "body": "" + "body": "" }, "monochrome-photos": { "body": "" @@ -23241,6 +23456,12 @@ "nest-eco-leaf-outline": { "body": "" }, + "nest-eco-leaf-outline-rounded": { + "body": "" + }, + "nest-eco-leaf-rounded": { + "body": "" + }, "nest-farsight-weather": { "body": "" }, @@ -23316,6 +23537,12 @@ "nest-remote-comfort-sensor-outline": { "body": "" }, + "nest-remote-comfort-sensor-outline-rounded": { + "body": "" + }, + "nest-remote-comfort-sensor-rounded": { + "body": "" + }, "nest-remote-outline": { "body": "" }, @@ -23431,7 +23658,7 @@ "body": "" }, "nest-wake-on-press": { - "body": "" + "body": "" }, "nest-wake-on-press-outline": { "body": "" @@ -23443,7 +23670,7 @@ "body": "" }, "nest-wake-on-press-rounded": { - "body": "" + "body": "" }, "nest-wake-on-press-sharp": { "body": "" @@ -23531,13 +23758,13 @@ "body": "" }, "network-locked-outline-rounded": { - "body": "" + "body": "" }, "network-locked-outline-sharp": { "body": "" }, "network-locked-rounded": { - "body": "" + "body": "" }, "network-locked-sharp": { "body": "" @@ -23567,7 +23794,7 @@ "body": "" }, "network-wifi-1-bar-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-1-bar-locked-sharp": { "body": "" @@ -23582,7 +23809,7 @@ "body": "" }, "network-wifi-2-bar-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-2-bar-locked-sharp": { "body": "" @@ -23597,7 +23824,7 @@ "body": "" }, "network-wifi-3-bar-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-3-bar-locked-sharp": { "body": "" @@ -23609,7 +23836,7 @@ "body": "" }, "network-wifi-locked-rounded": { - "body": "" + "body": "" }, "network-wifi-locked-sharp": { "body": "" @@ -23878,13 +24105,13 @@ "body": "" }, "no-backpack-outline-rounded": { - "body": "" + "body": "" }, "no-backpack-outline-sharp": { "body": "" }, "no-backpack-rounded": { - "body": "" + "body": "" }, "no-backpack-sharp": { "body": "" @@ -23926,13 +24153,13 @@ "body": "" }, "no-encryption-outline-rounded": { - "body": "" + "body": "" }, "no-encryption-outline-sharp": { "body": "" }, "no-encryption-rounded": { - "body": "" + "body": "" }, "no-encryption-sharp": { "body": "" @@ -24332,13 +24559,13 @@ "body": "" }, "notifications-off-outline-rounded": { - "body": "" + "body": "" }, "notifications-off-outline-sharp": { "body": "" }, "notifications-off-rounded": { - "body": "" + "body": "" }, "notifications-off-sharp": { "body": "" @@ -24467,7 +24694,7 @@ "body": "" }, "offline-pin-off-rounded": { - "body": "" + "body": "" }, "offline-pin-outline": { "body": "" @@ -24627,13 +24854,13 @@ "body": "" }, "open-in-phone-outline-rounded": { - "body": "" + "body": "" }, "open-in-phone-outline-sharp": { "body": "" }, "open-in-phone-rounded": { - "body": "" + "body": "" }, "open-in-phone-sharp": { "body": "" @@ -24656,6 +24883,12 @@ "open-jam-sharp": { "body": "" }, + "open-run": { + "body": "" + }, + "open-run-rounded": { + "body": "" + }, "open-with": { "body": "" }, @@ -25615,10 +25848,10 @@ "body": "" }, "perm-data-setting-outline-rounded": { - "body": "" + "body": "" }, "perm-data-setting-rounded": { - "body": "" + "body": "" }, "perm-device-information": { "body": "" @@ -26035,6 +26268,9 @@ "pest-control-rodent-sharp": { "body": "" }, + "pest-control-rounded": { + "body": "" + }, "pet-supplies": { "body": "" }, @@ -26263,13 +26499,13 @@ "body": "" }, "phonelink-erase-outline-rounded": { - "body": "" + "body": "" }, "phonelink-erase-outline-sharp": { "body": "" }, "phonelink-erase-rounded": { - "body": "" + "body": "" }, "phonelink-erase-sharp": { "body": "" @@ -26310,13 +26546,13 @@ "body": "" }, "phonelink-ring-off-outline-rounded": { - "body": "" + "body": "" }, "phonelink-ring-off-outline-sharp": { "body": "" }, "phonelink-ring-off-rounded": { - "body": "" + "body": "" }, "phonelink-ring-off-sharp": { "body": "" @@ -26325,13 +26561,13 @@ "body": "" }, "phonelink-ring-outline-rounded": { - "body": "" + "body": "" }, "phonelink-ring-outline-sharp": { "body": "" }, "phonelink-ring-rounded": { - "body": "" + "body": "" }, "phonelink-ring-sharp": { "body": "" @@ -26343,13 +26579,13 @@ "body": "" }, "phonelink-setup-outline-rounded": { - "body": "" + "body": "" }, "phonelink-setup-outline-sharp": { "body": "" }, "phonelink-setup-rounded": { - "body": "" + "body": "" }, "phonelink-setup-sharp": { "body": "" @@ -27847,7 +28083,7 @@ "body": "" }, "public-off-rounded": { - "body": "" + "body": "" }, "public-off-sharp": { "body": "" @@ -27922,12 +28158,6 @@ "body": "", "hidden": true }, - "push-pin": { - "body": "" - }, - "push-pin-outline": { - "body": "" - }, "qr-code": { "body": "" }, @@ -27997,6 +28227,9 @@ "quick-phrases": { "body": "" }, + "quick-phrases-rounded": { + "body": "" + }, "quick-reference": { "body": "" }, @@ -28420,6 +28653,12 @@ "recent-patient-rounded": { "body": "" }, + "recenter": { + "body": "" + }, + "recenter-rounded": { + "body": "" + }, "recommend": { "body": "" }, @@ -28986,10 +29225,10 @@ "body": "" }, "rheumatology-outline-rounded": { - "body": "" + "body": "" }, "rheumatology-rounded": { - "body": "" + "body": "" }, "rib-cage": { "body": "" @@ -29000,10 +29239,16 @@ "rice-bowl-outline": { "body": "" }, + "rice-bowl-outline-rounded": { + "body": "" + }, "rice-bowl-outline-sharp": { "body": "", "hidden": true }, + "rice-bowl-rounded": { + "body": "" + }, "rice-bowl-sharp": { "body": "", "hidden": true @@ -29839,13 +30084,13 @@ "body": "" }, "screen-lock-rotation-outline-rounded": { - "body": "" + "body": "" }, "screen-lock-rotation-outline-sharp": { "body": "" }, "screen-lock-rotation-rounded": { - "body": "" + "body": "" }, "screen-lock-rotation-sharp": { "body": "" @@ -30126,6 +30371,12 @@ "search-hands-free-rounded": { "body": "" }, + "search-insights": { + "body": "" + }, + "search-insights-rounded": { + "body": "" + }, "search-off": { "body": "" }, @@ -30223,6 +30474,18 @@ "select-window": { "body": "" }, + "select-window-2": { + "body": "" + }, + "select-window-2-outline": { + "body": "" + }, + "select-window-2-outline-sharp": { + "body": "" + }, + "select-window-2-sharp": { + "body": "" + }, "select-window-off": { "body": "" }, @@ -30321,13 +30584,13 @@ "body": "" }, "send-to-mobile-outline-rounded": { - "body": "" + "body": "" }, "send-to-mobile-outline-sharp": { "body": "" }, "send-to-mobile-rounded": { - "body": "" + "body": "" }, "send-to-mobile-sharp": { "body": "" @@ -31641,10 +31904,10 @@ "body": "" }, "signal-cellular-add-outline-rounded": { - "body": "" + "body": "" }, "signal-cellular-add-rounded": { - "body": "" + "body": "" }, "signal-cellular-alt": { "body": "" @@ -31676,7 +31939,7 @@ "hidden": true }, "signal-cellular-connected-no-internet-0-bar-rounded": { - "body": "" + "body": "" }, "signal-cellular-connected-no-internet-0-bar-sharp": { "body": "" @@ -31697,10 +31960,10 @@ "body": "" }, "signal-cellular-nodata-outline-rounded": { - "body": "" + "body": "" }, "signal-cellular-nodata-rounded": { - "body": "" + "body": "" }, "signal-cellular-null": { "body": "" @@ -31715,10 +31978,10 @@ "body": "" }, "signal-cellular-off-outline-rounded": { - "body": "" + "body": "" }, "signal-cellular-off-rounded": { - "body": "" + "body": "" }, "signal-cellular-pause": { "body": "" @@ -31736,7 +31999,7 @@ "body": "" }, "signal-disconnected-rounded": { - "body": "" + "body": "" }, "signal-wifi-0-bar": { "body": "" @@ -31772,10 +32035,10 @@ "body": "" }, "signal-wifi-off-outline-rounded": { - "body": "" + "body": "" }, "signal-wifi-off-rounded": { - "body": "" + "body": "" }, "signal-wifi-statusbar-not-connected": { "body": "" @@ -31957,7 +32220,7 @@ "body": "" }, "skull": { - "body": "" + "body": "" }, "skull-outline": { "body": "" @@ -32184,7 +32447,7 @@ "body": "" }, "smoke-free-rounded": { - "body": "" + "body": "" }, "smoking-rooms": { "body": "" @@ -32850,13 +33113,13 @@ "body": "" }, "spo2-outline-rounded": { - "body": "" + "body": "" }, "spo2-outline-sharp": { "body": "" }, "spo2-rounded": { - "body": "" + "body": "" }, "spo2-sharp": { "body": "" @@ -33290,43 +33553,43 @@ "body": "" }, "star": { - "body": "" + "body": "" }, "star-half": { - "body": "" + "body": "" }, "star-half-outline": { - "body": "" + "body": "" }, "star-half-rounded": { - "body": "" + "body": "" }, "star-outline": { - "body": "" + "body": "" }, "star-outline-rounded": { - "body": "" + "body": "" }, "star-rate": { - "body": "" + "body": "" }, "star-rate-half": { - "body": "" + "body": "" }, "star-rate-half-rounded": { - "body": "" + "body": "" }, "star-rate-outline": { - "body": "" + "body": "" }, "star-rate-outline-rounded": { - "body": "" + "body": "" }, "star-rate-rounded": { - "body": "" + "body": "" }, "star-rounded": { - "body": "" + "body": "" }, "stars": { "body": "" @@ -33479,13 +33742,13 @@ "body": "" }, "stethoscope-arrow-rounded": { - "body": "" + "body": "" }, "stethoscope-check": { "body": "" }, "stethoscope-check-rounded": { - "body": "" + "body": "" }, "stethoscope-outline": { "body": "" @@ -33704,13 +33967,13 @@ "body": "" }, "stream-apps-outline-rounded": { - "body": "" + "body": "" }, "stream-apps-outline-sharp": { "body": "" }, "stream-apps-rounded": { - "body": "" + "body": "" }, "stream-apps-sharp": { "body": "" @@ -33775,6 +34038,12 @@ "styler-outline": { "body": "" }, + "styler-outline-rounded": { + "body": "" + }, + "styler-rounded": { + "body": "" + }, "stylus": { "body": "" }, @@ -33974,10 +34243,10 @@ "body": "" }, "supervised-user-circle-off-outline-rounded": { - "body": "" + "body": "" }, "supervised-user-circle-off-rounded": { - "body": "" + "body": "" }, "supervised-user-circle-outline": { "body": "" @@ -34030,13 +34299,13 @@ "body": "" }, "surgical-outline-rounded": { - "body": "" + "body": "" }, "surgical-outline-sharp": { "body": "" }, "surgical-rounded": { - "body": "" + "body": "" }, "surgical-sharp": { "body": "" @@ -34455,6 +34724,12 @@ "swords-outline": { "body": "" }, + "swords-outline-rounded": { + "body": "" + }, + "swords-rounded": { + "body": "" + }, "symptoms": { "body": "" }, @@ -35070,6 +35345,12 @@ "temp-preferences-eco-outline": { "body": "" }, + "temp-preferences-eco-outline-rounded": { + "body": "" + }, + "temp-preferences-eco-rounded": { + "body": "" + }, "temple-buddhist": { "body": "" }, @@ -35485,7 +35766,7 @@ "body": "" }, "thumbs-up-down": { - "body": "" + "body": "" }, "thumbs-up-down-outline": { "body": "" @@ -35584,7 +35865,7 @@ "body": "" }, "timer-10-select-rounded": { - "body": "" + "body": "" }, "timer-10-select-sharp": { "body": "" @@ -35646,6 +35927,30 @@ "timer-outline-rounded": { "body": "" }, + "timer-pause": { + "body": "" + }, + "timer-pause-outline": { + "body": "" + }, + "timer-pause-outline-rounded": { + "body": "" + }, + "timer-pause-rounded": { + "body": "" + }, + "timer-play": { + "body": "" + }, + "timer-play-outline": { + "body": "" + }, + "timer-play-outline-rounded": { + "body": "" + }, + "timer-play-rounded": { + "body": "" + }, "timer-rounded": { "body": "" }, @@ -35957,10 +36262,10 @@ "body": "" }, "total-dissolved-solids-outline-rounded": { - "body": "" + "body": "" }, "total-dissolved-solids-rounded": { - "body": "" + "body": "" }, "touch-app": { "body": "" @@ -36058,6 +36363,24 @@ "track-changes-rounded": { "body": "" }, + "trackpad-input": { + "body": "" + }, + "trackpad-input-outline": { + "body": "" + }, + "trackpad-input-outline-rounded": { + "body": "" + }, + "trackpad-input-outline-sharp": { + "body": "" + }, + "trackpad-input-rounded": { + "body": "" + }, + "trackpad-input-sharp": { + "body": "" + }, "traffic": { "body": "" }, @@ -37078,6 +37401,12 @@ "valve-outline": { "body": "" }, + "valve-outline-rounded": { + "body": "" + }, + "valve-rounded": { + "body": "" + }, "vape-free": { "body": "" }, @@ -37772,6 +38101,12 @@ "view-quilt-sharp": { "body": "" }, + "view-real-size": { + "body": "" + }, + "view-real-size-rounded": { + "body": "" + }, "view-sidebar": { "body": "" }, @@ -38248,10 +38583,10 @@ "body": "" }, "warning-off-outline-rounded": { - "body": "" + "body": "" }, "warning-off-rounded": { - "body": "" + "body": "" }, "warning-outline": { "body": "" @@ -38458,13 +38793,13 @@ "body": "" }, "water-lock-outline-rounded": { - "body": "" + "body": "" }, "water-lock-outline-sharp": { "body": "" }, "water-lock-rounded": { - "body": "" + "body": "" }, "water-lock-sharp": { "body": "" @@ -38524,13 +38859,13 @@ "body": "" }, "water-orp-outline-rounded": { - "body": "" + "body": "" }, "water-orp-outline-sharp": { "body": "" }, "water-orp-rounded": { - "body": "" + "body": "" }, "water-orp-sharp": { "body": "" @@ -38542,13 +38877,13 @@ "body": "" }, "water-ph-outline-rounded": { - "body": "" + "body": "" }, "water-ph-outline-sharp": { "body": "" }, "water-ph-rounded": { - "body": "" + "body": "" }, "water-ph-sharp": { "body": "" @@ -38575,10 +38910,10 @@ "body": "" }, "water-voc-outline-rounded": { - "body": "" + "body": "" }, "water-voc-rounded": { - "body": "" + "body": "" }, "waterfall-chart": { "body": "" @@ -39060,7 +39395,7 @@ "body": "" }, "wifi-tethering-error-rounded": { - "body": "" + "body": "" }, "wifi-tethering-rounded": { "body": "" @@ -39092,12 +39427,24 @@ "window-closed-outline": { "body": "" }, + "window-closed-outline-rounded": { + "body": "" + }, + "window-closed-rounded": { + "body": "" + }, "window-open": { "body": "" }, "window-open-outline": { "body": "" }, + "window-open-outline-rounded": { + "body": "" + }, + "window-open-rounded": { + "body": "" + }, "window-outline": { "body": "" }, @@ -39110,6 +39457,12 @@ "window-sensor-outline": { "body": "" }, + "window-sensor-outline-rounded": { + "body": "" + }, + "window-sensor-rounded": { + "body": "" + }, "window-sharp": { "body": "" }, @@ -40026,6 +40379,12 @@ "battery-90": { "parent": "battery-full" }, + "battery-saver-outline-rounded": { + "parent": "battery-plus-outline-rounded" + }, + "battery-saver-rounded": { + "parent": "battery-plus-rounded" + }, "beach-access-outline-sharp": { "parent": "beach-access-outline" }, @@ -42558,9 +42917,6 @@ "local-police-sharp": { "parent": "local-police" }, - "location-away-outline-rounded": { - "parent": "location-away-outline" - }, "location-chip-outline-sharp": { "parent": "location-chip-outline" }, @@ -43809,11 +44165,17 @@ "published-with-changes-sharp": { "parent": "published-with-changes" }, + "push-pin": { + "parent": "keep" + }, + "push-pin-outline": { + "parent": "keep-outline" + }, "push-pin-outline-sharp": { - "parent": "push-pin-outline" + "parent": "keep-outline" }, "push-pin-sharp": { - "parent": "push-pin" + "parent": "keep" }, "qr-code-2-sharp": { "parent": "qr-code-2" @@ -45126,9 +45488,6 @@ "temp-preferences-eco-outline-sharp": { "parent": "temp-preferences-eco-outline" }, - "temp-preferences-eco-rounded": { - "parent": "temp-preferences-eco" - }, "temp-preferences-eco-sharp": { "parent": "casino" }, @@ -46169,7 +46528,9 @@ "hiking-sharp", "how-to-vote", "how-to-vote-outline", + "how-to-vote-outline-rounded", "how-to-vote-outline-sharp", + "how-to-vote-rounded", "how-to-vote-sharp", "hr-resting", "hr-resting-outline", @@ -46448,6 +46809,8 @@ "switch-account-sharp", "swords", "swords-outline", + "swords-outline-rounded", + "swords-rounded", "theaters", "theaters-outline", "theaters-outline-rounded", @@ -46641,9 +47004,7 @@ "battery-plus-sharp", "battery-saver", "battery-saver-outline", - "battery-saver-outline-rounded", "battery-saver-outline-sharp", - "battery-saver-rounded", "battery-saver-sharp", "battery-share", "battery-share-rounded", @@ -46993,6 +47354,7 @@ "portable-wifi-off", "portable-wifi-off-rounded", "quick-phrases", + "quick-phrases-rounded", "r-mobiledata", "r-mobiledata-rounded", "r-mobiledata-sharp", @@ -47312,6 +47674,14 @@ "9k-plus-sharp", "9k-rounded", "9k-sharp", + "adaptive-audio-mic", + "adaptive-audio-mic-off", + "adaptive-audio-mic-off-outline", + "adaptive-audio-mic-off-outline-rounded", + "adaptive-audio-mic-off-rounded", + "adaptive-audio-mic-outline", + "adaptive-audio-mic-outline-rounded", + "adaptive-audio-mic-rounded", "add-to-queue", "add-to-queue-outline", "add-to-queue-outline-rounded", @@ -47382,6 +47752,8 @@ "broadcast-on-home-sharp", "broadcast-on-personal", "broadcast-on-personal-outline", + "broadcast-on-personal-outline-rounded", + "broadcast-on-personal-rounded", "call-to-action", "call-to-action-outline", "call-to-action-outline-rounded", @@ -47422,6 +47794,12 @@ "explicit-outline-sharp", "explicit-rounded", "explicit-sharp", + "eye-tracking", + "eye-tracking-outline", + "eye-tracking-outline-rounded", + "eye-tracking-outline-sharp", + "eye-tracking-rounded", + "eye-tracking-sharp", "fast-forward", "fast-forward-outline", "fast-forward-outline-rounded", @@ -48001,6 +48379,7 @@ "barcode-reader-rounded", "barcode-reader-sharp", "barcode-scanner", + "barcode-scanner-rounded", "bid-landscape", "bid-landscape-disabled", "bid-landscape-disabled-outline", @@ -48367,6 +48746,8 @@ "schema-outline", "schema-outline-rounded", "schema-rounded", + "search-insights", + "search-insights-rounded", "sell", "sell-outline", "sell-outline-sharp", @@ -48947,6 +49328,18 @@ "interests-outline", "interests-outline-rounded", "interests-rounded", + "keep", + "keep-off", + "keep-off-outline", + "keep-off-outline-rounded", + "keep-off-rounded", + "keep-outline", + "keep-outline-rounded", + "keep-public", + "keep-public-outline", + "keep-public-outline-rounded", + "keep-public-rounded", + "keep-rounded", "label", "label-important", "label-important-outline", @@ -49003,7 +49396,9 @@ "lock-outline-sharp", "lock-person", "lock-person-outline", + "lock-person-outline-rounded", "lock-person-outline-sharp", + "lock-person-rounded", "lock-person-sharp", "lock-reset", "lock-reset-rounded", @@ -49157,8 +49552,6 @@ "problem-sharp", "published-with-changes", "published-with-changes-rounded", - "push-pin", - "push-pin-outline", "question-mark", "question-mark-rounded", "rate-review", @@ -49213,6 +49606,10 @@ "search-hands-free", "search-hands-free-rounded", "select-window", + "select-window-2", + "select-window-2-outline", + "select-window-2-outline-sharp", + "select-window-2-sharp", "select-window-off", "select-window-off-outline", "select-window-off-outline-sharp", @@ -49304,6 +49701,14 @@ "timer-3-alt-1-outline-sharp", "timer-3-alt-1-rounded", "timer-3-alt-1-sharp", + "timer-pause", + "timer-pause-outline", + "timer-pause-outline-rounded", + "timer-pause-rounded", + "timer-play", + "timer-play-outline", + "timer-play-outline-rounded", + "timer-play-rounded", "today", "today-outline", "today-outline-rounded", @@ -49316,6 +49721,12 @@ "touch-app-outline-sharp", "touch-app-rounded", "touch-app-sharp", + "trackpad-input", + "trackpad-input-outline", + "trackpad-input-outline-rounded", + "trackpad-input-outline-sharp", + "trackpad-input-rounded", + "trackpad-input-sharp", "translate", "translate-rounded", "unlicense", @@ -50397,6 +50808,10 @@ "google-home-devices", "google-home-devices-rounded", "google-home-devices-sharp", + "handheld-controller", + "handheld-controller-outline", + "handheld-controller-outline-rounded", + "handheld-controller-rounded", "hard-drive", "hard-drive-2", "hard-drive-2-outline", @@ -50405,6 +50820,10 @@ "hard-drive-outline", "hard-drive-outline-sharp", "hard-drive-sharp", + "head-mounted-device", + "head-mounted-device-outline", + "head-mounted-device-outline-rounded", + "head-mounted-device-rounded", "headphones", "headphones-battery", "headphones-battery-outline", @@ -51132,7 +51551,9 @@ "detector-battery-sharp", "detector-co", "detector-co-outline", + "detector-co-outline-rounded", "detector-co-outline-sharp", + "detector-co-rounded", "detector-co-sharp", "detector-offline", "detector-offline-outline", @@ -51303,6 +51724,8 @@ "nest-doorbell-visitor-sharp", "nest-eco-leaf", "nest-eco-leaf-outline", + "nest-eco-leaf-outline-rounded", + "nest-eco-leaf-rounded", "nest-farsight-weather", "nest-farsight-weather-outline", "nest-found-savings", @@ -51324,6 +51747,8 @@ "nest-remote", "nest-remote-comfort-sensor", "nest-remote-comfort-sensor-outline", + "nest-remote-comfort-sensor-outline-rounded", + "nest-remote-comfort-sensor-rounded", "nest-remote-outline", "nest-secure-alarm", "nest-secure-alarm-outline", @@ -51415,6 +51840,8 @@ "tamper-detection-on-sharp", "temp-preferences-eco", "temp-preferences-eco-outline", + "temp-preferences-eco-outline-rounded", + "temp-preferences-eco-rounded", "tools-flat-head", "tools-flat-head-outline", "tools-flat-head-outline-rounded", @@ -51451,10 +51878,16 @@ "weather-snowy-outline", "window-closed", "window-closed-outline", + "window-closed-outline-rounded", + "window-closed-rounded", "window-open", "window-open-outline", + "window-open-outline-rounded", + "window-open-rounded", "window-sensor", "window-sensor-outline", + "window-sensor-outline-rounded", + "window-sensor-rounded", "zone-person-alert", "zone-person-alert-rounded", "zone-person-alert-sharp", @@ -51581,6 +52014,8 @@ "controller-gen-outline-sharp", "cooking", "cooking-outline", + "cooking-outline-rounded", + "cooking-rounded", "countertops", "countertops-outline", "countertops-outline-rounded", @@ -51761,6 +52196,8 @@ "gas-meter-sharp", "gate", "gate-outline", + "gate-outline-rounded", + "gate-rounded", "grass", "grass-rounded", "grocery", @@ -51819,8 +52256,11 @@ "household-supplies-rounded", "household-supplies-sharp", "humidity-high", + "humidity-high-outline", "humidity-low", + "humidity-low-outline", "humidity-mid", + "humidity-mid-outline", "hvac", "hvac-outline", "hvac-outline-sharp", @@ -52029,6 +52469,8 @@ "stroller-sharp", "styler", "styler-outline", + "styler-outline-rounded", + "styler-rounded", "switch", "switch-outline", "switch-outline-rounded", @@ -52090,6 +52532,8 @@ "vacuum-outline-rounded", "valve", "valve-outline", + "valve-outline-rounded", + "valve-rounded", "vertical-shades", "vertical-shades-closed", "vertical-shades-closed-rounded", @@ -52442,6 +52886,8 @@ "local-see-sharp", "location-away", "location-away-outline", + "location-away-outline-rounded", + "location-away-rounded", "location-disabled", "location-disabled-rounded", "location-home", @@ -52574,6 +53020,7 @@ "pest-control-rodent-outline-sharp", "pest-control-rodent-rounded", "pest-control-rodent-sharp", + "pest-control-rounded", "pet-supplies", "pet-supplies-outline", "pin-drop", @@ -53004,6 +53451,7 @@ "compare-sharp", "contrast", "contrast-rtl-off", + "contrast-rtl-off-outline-rounded", "contrast-rtl-off-rounded", "control-point-duplicate", "control-point-duplicate-outline", @@ -53044,6 +53492,8 @@ "crop-sharp", "deblur", "deblur-outline", + "deblur-outline-rounded", + "deblur-rounded", "dehaze", "dehaze-rounded", "details", @@ -53350,6 +53800,14 @@ "invert-colors-outline-rounded", "invert-colors-rounded", "landscape", + "landscape-2", + "landscape-2-off", + "landscape-2-off-outline", + "landscape-2-off-outline-rounded", + "landscape-2-off-rounded", + "landscape-2-outline", + "landscape-2-outline-rounded", + "landscape-2-rounded", "landscape-outline", "landscape-outline-rounded", "landscape-rounded", @@ -53779,6 +54237,8 @@ "view-comfy-rounded", "view-compact", "view-compact-outline", + "view-real-size", + "view-real-size-rounded", "vignette", "vignette-outline", "vignette-outline-sharp", @@ -53862,6 +54322,12 @@ "enhanced-encryption-sharp", "exclamation", "exclamation-rounded", + "id-card", + "id-card-outline", + "id-card-outline-rounded", + "id-card-outline-sharp", + "id-card-rounded", + "id-card-sharp", "key-visualizer", "key-visualizer-rounded", "no-encryption", @@ -53969,6 +54435,7 @@ "admin-meds-outline-sharp", "admin-meds-sharp", "agender", + "agender-rounded", "allergies", "allergies-outline", "allergies-outline-rounded", @@ -54022,6 +54489,10 @@ "candle-outline-sharp", "candle-rounded", "candle-sharp", + "cardio-load", + "cardio-load-outline", + "cardio-load-outline-rounded", + "cardio-load-rounded", "cardiology", "cardiology-outline", "cardiology-outline-rounded", @@ -54161,6 +54632,8 @@ "earthquake-sharp", "eco", "eco-outline", + "eco-outline-rounded", + "eco-rounded", "editor-choice", "editor-choice-outline", "editor-choice-outline-rounded", @@ -54350,6 +54823,8 @@ "groups-outline", "groups-outline-rounded", "groups-rounded", + "guardian", + "guardian-rounded", "gynecology", "gynecology-outline", "gynecology-outline-rounded", @@ -55502,6 +55977,7 @@ "diagnosis-sharp", "dictionary", "dictionary-outline", + "dictionary-outline-rounded", "dictionary-outline-sharp", "dictionary-rounded", "dictionary-sharp", @@ -55840,6 +56316,10 @@ "format-textdirection-r-to-l-outline", "format-textdirection-r-to-l-outline-rounded", "format-textdirection-r-to-l-rounded", + "format-textdirection-vertical", + "format-textdirection-vertical-outline", + "format-textdirection-vertical-outline-rounded", + "format-textdirection-vertical-rounded", "format-underlined", "format-underlined-rounded", "format-underlined-squiggle", @@ -57240,6 +57720,8 @@ "ramen-dining-rounded", "rice-bowl", "rice-bowl-outline", + "rice-bowl-outline-rounded", + "rice-bowl-rounded", "room-service", "room-service-outline", "room-service-outline-rounded", @@ -58002,6 +58484,8 @@ "open-in-new-off-sharp", "open-in-new-rounded", "open-in-new-sharp", + "open-run", + "open-run-rounded", "open-with", "open-with-rounded", "output", @@ -58101,6 +58585,8 @@ "rebase-outline", "rebase-outline-rounded", "rebase-rounded", + "recenter", + "recenter-rounded", "redo", "redo-rounded", "refresh", diff --git a/json/pajamas.json b/json/pajamas.json index 9e973a4..2ed8fce 100644 --- a/json/pajamas.json +++ b/json/pajamas.json @@ -3,7 +3,7 @@ "info": { "name": "Gitlab SVGs", "total": 375, - "version": "3.87.0", + "version": "3.88.0", "author": { "name": "GitLab B.V.", "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main" diff --git a/json/simple-icons.json b/json/simple-icons.json index e9fad35..33eb895 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,8 +2,8 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 3047, - "version": "11.6.0", + "total": 3052, + "version": "11.7.0", "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" @@ -22,7 +22,7 @@ "category": "Brands / Social", "palette": false }, - "lastModified": 1708930247, + "lastModified": 1709535308, "icons": { "42": { "body": "" @@ -1825,6 +1825,9 @@ "contentstack": { "body": "" }, + "contributorcovenant": { + "body": "" + }, "conventionalcommits": { "body": "" }, @@ -2675,6 +2678,9 @@ "fantom": { "body": "" }, + "farcaster": { + "body": "" + }, "fareharbor": { "body": "" }, @@ -2879,6 +2885,9 @@ "fontforge": { "body": "" }, + "foobar2000": { + "body": "" + }, "foodpanda": { "body": "" }, @@ -3252,6 +3261,9 @@ "googlechrome": { "body": "" }, + "googlechronicle": { + "body": "" + }, "googleclassroom": { "body": "" }, @@ -3861,6 +3873,9 @@ "iledefrancemobilites": { "body": "" }, + "imagedotsc": { + "body": "" + }, "imagej": { "body": "" }, @@ -6252,7 +6267,7 @@ "body": "" }, "popos": { - "body": "" + "body": "" }, "porkbun": { "body": "" diff --git a/package-lock.json b/package-lock.json index 54a4b3a..736b182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.188", + "version": "2.2.189", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.188", + "version": "2.2.189", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 175553d..de6a179 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Hundreds of open source icon sets in IconifyJSON format", "license": "MIT", - "version": "2.2.188", + "version": "2.2.189", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",