2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-16 17:19:03 +00:00

Update 8 icon sets

This commit is contained in:
Vjacheslav Trushkin 2024-07-12 13:57:44 +03:00
parent 9c7876d172
commit 74cc442971
13 changed files with 853 additions and 133 deletions

View File

@ -1,7 +1,7 @@
{
"material-symbols": {
"name": "Material Symbols",
"total": 12982,
"total": 13016,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
@ -22,7 +22,7 @@
},
"material-symbols-light": {
"name": "Material Symbols Light",
"total": 13049,
"total": 13083,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
@ -324,7 +324,7 @@
},
"lucide": {
"name": "Lucide",
"total": 1486,
"total": 1488,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -564,8 +564,8 @@
},
"octicon": {
"name": "Octicons",
"total": 641,
"version": "19.10.0",
"total": 643,
"version": "19.11.0",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"
@ -1497,8 +1497,8 @@
},
"heroicons": {
"name": "HeroIcons",
"total": 1176,
"version": "2.1.4",
"total": 1288,
"version": "2.1.5",
"author": {
"name": "Refactoring UI Inc",
"url": "https://github.com/tailwindlabs/heroicons"
@ -1759,7 +1759,7 @@
"ooui": {
"name": "OOUI",
"total": 357,
"version": "0.50.3",
"version": "0.50.4",
"author": {
"name": "OOUI Team",
"url": "https://github.com/wikimedia/oojs-ui"
@ -2392,7 +2392,7 @@
},
"devicon": {
"name": "Devicon",
"total": 784,
"total": 786,
"author": {
"name": "konpa",
"url": "https://github.com/devicons/devicon/tree/master"
@ -2414,7 +2414,7 @@
},
"devicon-plain": {
"name": "Devicon Plain",
"total": 586,
"total": 588,
"author": {
"name": "konpa",
"url": "https://github.com/devicons/devicon/tree/master"

View File

@ -2,7 +2,7 @@
## Material Symbols
* Number of icons: 12982
* Number of icons: 13016
* 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: 13049
* Number of icons: 13083
* Author: Google
* URL: https://github.com/google/material-design-icons
* License: Apache 2.0
@ -158,7 +158,7 @@
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Lucide
* Number of icons: 1486
* Number of icons: 1488
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
@ -276,12 +276,12 @@
* File: [json/gravity-ui.json](json/gravity-ui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Octicons
* Number of icons: 641
* Number of icons: 643
* Author: GitHub
* URL: https://github.com/primer/octicons/
* License: MIT
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
* Version: 19.10.0
* Version: 19.11.0
* Palette: Colorless
* Icon set prefix: `octicon`
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -731,12 +731,12 @@
* File: [json/jam.json](json/jam.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## HeroIcons
* Number of icons: 1176
* Number of icons: 1288
* Author: Refactoring UI Inc
* URL: https://github.com/tailwindlabs/heroicons
* License: MIT
* License URL: https://github.com/tailwindlabs/heroicons/blob/master/LICENSE
* Version: 2.1.4
* Version: 2.1.5
* Palette: Colorless
* Icon set prefix: `heroicons`
* File: [json/heroicons.json](json/heroicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -866,7 +866,7 @@
* URL: https://github.com/wikimedia/oojs-ui
* License: MIT
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
* Version: 0.50.3
* Version: 0.50.4
* Palette: Colorless
* Icon set prefix: `ooui`
* File: [json/ooui.json](json/ooui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -1165,7 +1165,7 @@
* File: [json/file-icons.json](json/file-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Devicon
* Number of icons: 784
* Number of icons: 786
* Author: konpa
* URL: https://github.com/devicons/devicon/tree/master
* License: MIT
@ -1175,7 +1175,7 @@
* File: [json/devicon.json](json/devicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Devicon Plain
* Number of icons: 586
* Number of icons: 588
* Author: konpa
* URL: https://github.com/devicons/devicon/tree/master
* License: MIT

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.2.226",
"version": "2.2.227",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,8 +2,8 @@
"prefix": "heroicons",
"info": {
"name": "HeroIcons",
"total": 1176,
"version": "2.1.4",
"total": 1288,
"version": "2.1.5",
"author": {
"name": "Refactoring UI Inc",
"url": "https://github.com/tailwindlabs/heroicons"
@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1714370929,
"lastModified": 1720781276,
"icons": {
"academic-cap": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.26 10.147a60 60 0 0 0-.491 6.347A48.6 48.6 0 0 1 12 20.904a48.6 48.6 0 0 1 8.232-4.41a61 61 0 0 0-.491-6.347m-15.482 0a51 51 0 0 0-2.658-.813A60 60 0 0 1 12 3.493a60 60 0 0 1 10.399 5.84q-1.345.372-2.658.814m-15.482 0A51 51 0 0 1 12 13.489a50.7 50.7 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5\"/>"
@ -569,6 +569,134 @@
"arrow-trending-up-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15.22 6.268a.75.75 0 0 1 .968-.431l5.942 2.28a.75.75 0 0 1 .431.97l-2.28 5.94a.75.75 0 1 1-1.4-.537l1.63-4.251l-1.086.484a11.2 11.2 0 0 0-5.45 5.173a.75.75 0 0 1-1.199.19L9 12.312l-6.22 6.22a.75.75 0 0 1-1.06-1.061l6.75-6.75a.75.75 0 0 1 1.06 0l3.606 3.606a12.7 12.7 0 0 1 5.68-4.974l1.086-.483l-4.251-1.632a.75.75 0 0 1-.432-.97\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-down-left": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m7.49 12l-3.75 3.75m0 0l3.75 3.75m-3.75-3.75h16.5V4.499\"/>"
},
"arrow-turn-down-left-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.25 2a.75.75 0 0 0-.75.75v6.5H4.56l.97-.97a.75.75 0 0 0-1.06-1.06L2.22 9.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h8.69A.75.75 0 0 0 14 10V2.75a.75.75 0 0 0-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-down-left-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16.25 3a.75.75 0 0 0-.75.75v7.5H4.56l1.97-1.97a.75.75 0 0 0-1.06-1.06l-3.25 3.25a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 0 0 1.06-1.06l-1.97-1.97h11.69A.75.75 0 0 0 17 12V3.75a.75.75 0 0 0-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-down-left-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20.239 3.749a.75.75 0 0 0-.75.75V15H5.549l2.47-2.47a.75.75 0 0 0-1.06-1.06l-3.75 3.75a.75.75 0 0 0 0 1.06l3.75 3.75a.75.75 0 1 0 1.06-1.06L5.55 16.5h14.69a.75.75 0 0 0 .75-.75V4.5a.75.75 0 0 0-.75-.751\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-down-right": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m16.49 12l3.75 3.75m0 0l-3.75 3.75m3.75-3.75H3.74V4.499\"/>"
},
"arrow-turn-down-right-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.75 2a.75.75 0 0 1 .75.75v6.5h7.94l-.97-.97a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H2.75A.75.75 0 0 1 2 10V2.75A.75.75 0 0 1 2.75 2\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-down-right-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 3a.75.75 0 0 1 .75.75v7.5h10.94l-1.97-1.97a.75.75 0 0 1 1.06-1.06l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.75.75 0 1 1-1.06-1.06l1.97-1.97H3.75A.75.75 0 0 1 3 12V3.75A.75.75 0 0 1 3.75 3\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-down-right-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.74 3.749a.75.75 0 0 1 .75.75V15h13.938l-2.47-2.47a.75.75 0 0 1 1.061-1.06l3.75 3.75a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 0 1-1.06-1.06l2.47-2.47H3.738a.75.75 0 0 1-.75-.75V4.5a.75.75 0 0 1 .75-.751\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-left-down": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m11.99 16.5l-3.75 3.75m0 0L4.49 16.5m3.75 3.75V3.75h11.25\"/>"
},
"arrow-turn-left-down-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.47 2.22A.75.75 0 0 1 6 2h7.25a.75.75 0 0 1 0 1.5h-6.5v7.94l.97-.97a.75.75 0 0 1 1.06 1.06l-2.25 2.25a.75.75 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l.97.97V2.75a.75.75 0 0 1 .22-.53\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-left-down-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16 3.75a.75.75 0 0 1-.75.75h-7.5v10.94l1.97-1.97a.75.75 0 1 1 1.06 1.06l-3.25 3.25a.75.75 0 0 1-1.06 0l-3.25-3.25a.75.75 0 1 1 1.06-1.06l1.97 1.97V3.75A.75.75 0 0 1 7 3h8.25a.75.75 0 0 1 .75.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-left-down-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20.24 3.75a.75.75 0 0 1-.75.75H8.989v13.939l2.47-2.47a.75.75 0 1 1 1.06 1.061l-3.75 3.75a.75.75 0 0 1-1.06 0l-3.751-3.75a.75.75 0 1 1 1.06-1.06l2.47 2.469V3.75a.75.75 0 0 1 .75-.75H19.49a.75.75 0 0 1 .75.75\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-left-up": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M11.99 7.5L8.24 3.75m0 0L4.49 7.5m3.75-3.75v16.499h11.25\"/>"
},
"arrow-turn-left-up-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 13.25a.75.75 0 0 0-.75-.75h-6.5V4.56l.97.97a.75.75 0 0 0 1.06-1.06L6.53 2.22a.75.75 0 0 0-1.06 0L3.22 4.47a.75.75 0 0 0 1.06 1.06l.97-.97v8.69c0 .414.336.75.75.75h7.25a.75.75 0 0 0 .75-.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-left-up-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16 16.25a.75.75 0 0 0-.75-.75h-7.5V4.56l1.97 1.97a.75.75 0 1 0 1.06-1.06L7.53 2.22a.75.75 0 0 0-1.06 0L3.22 5.47a.75.75 0 0 0 1.06 1.06l1.97-1.97v11.69c0 .414.336.75.75.75h8.25a.75.75 0 0 0 .75-.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-left-up-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20.24 20.249a.75.75 0 0 0-.75-.75H8.989V5.56l2.47 2.47a.75.75 0 0 0 1.06-1.061l-3.75-3.75a.75.75 0 0 0-1.06 0l-3.75 3.75a.75.75 0 1 0 1.06 1.06l2.47-2.469v14.69c0 .414.335.75.75.75h11.25a.75.75 0 0 0 .75-.75\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-right-down": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m11.99 16.5l3.75 3.75m0 0l3.75-3.75m-3.75 3.75V3.75H4.49\"/>"
},
"arrow-turn-right-down-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 2.75c0 .414.336.75.75.75h6.5v7.94l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97V2.75A.75.75 0 0 0 10 2H2.75a.75.75 0 0 0-.75.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-right-down-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 3.75c0 .414.336.75.75.75h7.5v10.94l-1.97-1.97a.75.75 0 0 0-1.06 1.06l3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06l-1.97 1.97V3.75A.75.75 0 0 0 12 3H3.75a.75.75 0 0 0-.75.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-right-down-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.738 3.75c0 .414.336.75.75.75H14.99v13.939l-2.47-2.47a.75.75 0 0 0-1.06 1.061l3.75 3.75a.75.75 0 0 0 1.06 0l3.751-3.75a.75.75 0 0 0-1.06-1.06l-2.47 2.469V3.75a.75.75 0 0 0-.75-.75H4.487a.75.75 0 0 0-.75.75\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-right-up": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m11.99 7.5l3.75-3.75m0 0l3.75 3.75m-3.75-3.75v16.499H4.49\"/>"
},
"arrow-turn-right-up-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 13.25a.75.75 0 0 1 .75-.75h6.5V4.56l-.97.97a.75.75 0 0 1-1.06-1.06l2.25-2.25a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1-1.06 1.06l-.97-.97v8.69A.75.75 0 0 1 10 14H2.75a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-right-up-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 16.25a.75.75 0 0 1 .75-.75h7.5V4.56L9.28 6.53a.75.75 0 0 1-1.06-1.06l3.25-3.25a.75.75 0 0 1 1.06 0l3.25 3.25a.75.75 0 0 1-1.06 1.06l-1.97-1.97v11.69A.75.75 0 0 1 12 17H3.75a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-right-up-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.738 20.249a.75.75 0 0 1 .75-.75H14.99V5.56l-2.47 2.47a.75.75 0 0 1-1.06-1.061l3.75-3.75a.75.75 0 0 1 1.06 0l3.751 3.75a.75.75 0 0 1-1.06 1.06L16.49 5.56v14.69a.75.75 0 0 1-.75.75H4.487a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-up-left": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M7.49 12L3.74 8.248m0 0l3.75-3.75m-3.75 3.75h16.5V19.5\"/>"
},
"arrow-turn-up-left-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.25 14a.75.75 0 0 1-.75-.75v-6.5H4.56l.97.97a.75.75 0 0 1-1.06 1.06L2.22 6.53a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 1.06l-.97.97h8.69A.75.75 0 0 1 14 6v7.25a.75.75 0 0 1-.75.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-up-left-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16.25 17a.75.75 0 0 1-.75-.75v-7.5H4.56l1.97 1.97a.75.75 0 1 1-1.06 1.06L2.22 8.53a.75.75 0 0 1 0-1.06l3.25-3.25a.75.75 0 0 1 1.06 1.06L4.56 7.25h11.69A.75.75 0 0 1 17 8v8.25a.75.75 0 0 1-.75.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-up-left-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20.239 20.25a.75.75 0 0 1-.75-.75V8.999H5.549l2.47 2.47a.75.75 0 0 1-1.06 1.06l-3.75-3.75a.75.75 0 0 1 0-1.06l3.75-3.75a.75.75 0 1 1 1.06 1.06l-2.47 2.47h14.69a.75.75 0 0 1 .75.75V19.5a.75.75 0 0 1-.75.75\" clip-rule=\"evenodd\"/>"
},
"arrow-turn-up-right": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m16.49 12l3.75-3.751m0 0l-3.75-3.75m3.75 3.75H3.74V19.5\"/>"
},
"arrow-turn-up-right-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.75 14a.75.75 0 0 0 .75-.75v-6.5h7.94l-.97.97a.75.75 0 0 0 1.06 1.06l2.25-2.25a.75.75 0 0 0 0-1.06l-2.25-2.25a.75.75 0 1 0-1.06 1.06l.97.97H2.75A.75.75 0 0 0 2 6v7.25c0 .414.336.75.75.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"arrow-turn-up-right-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 17a.75.75 0 0 0 .75-.75v-7.5h10.94l-1.97 1.97a.75.75 0 1 0 1.06 1.06l3.25-3.25a.75.75 0 0 0 0-1.06l-3.25-3.25a.75.75 0 1 0-1.06 1.06l1.97 1.97H3.75A.75.75 0 0 0 3 8v8.25c0 .414.336.75.75.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"arrow-turn-up-right-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.74 20.25a.75.75 0 0 0 .75-.75V8.999h13.938l-2.47 2.47a.75.75 0 0 0 1.061 1.06l3.75-3.75a.75.75 0 0 0 0-1.06l-3.75-3.75a.75.75 0 0 0-1.06 1.06l2.47 2.47H3.738a.75.75 0 0 0-.75.75V19.5c0 .414.336.75.75.75\" clip-rule=\"evenodd\"/>"
},
"arrow-up": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.5 10.5L12 3m0 0l7.5 7.5M12 3v18\"/>"
},
@ -1130,18 +1258,20 @@
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.25 9a6.75 6.75 0 0 1 13.5 0v.75c0 2.123.8 4.057 2.118 5.52a.75.75 0 0 1-.297 1.206c-1.544.57-3.16.99-4.831 1.243q.01.14.01.281a3.75 3.75 0 1 1-7.49-.28a24.6 24.6 0 0 1-4.831-1.244a.75.75 0 0 1-.298-1.206A8.22 8.22 0 0 0 5.25 9.75zm4.502 8.9l-.002.1a2.25 2.25 0 1 0 4.498-.1a25 25 0 0 1-4.496 0\" clip-rule=\"evenodd\"/>"
},
"bold": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"M6 3.75h7.125a4.125 4.125 0 1 1 0 8.25H6z\"/><path d=\"M7.5 4.5h4.875a3.375 3.375 0 1 1 0 6.75H7.5zM6 11.25h7.5a4.5 4.5 0 1 1 0 9H6z\"/><path d=\"M7.5 12h5.25a3.75 3.75 0 1 1 0 7.5H7.5z\"/></g>",
"hidden": true
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25z\"/>"
},
"bold-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 3a1 1 0 0 1 1-1h5a3.5 3.5 0 0 1 2.843 5.541A3.75 3.75 0 0 1 9.25 14H4a1 1 0 0 1-1-1zm2.5 3.5v-2H9a1 1 0 0 1 0 2zm0 2.5v2.5h3.75a1.25 1.25 0 1 0 0-2.5z\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"bold-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 3.222C4 2.547 4.547 2 5.222 2H10.5a4.5 4.5 0 0 1 3.475 7.359A4.75 4.75 0 0 1 11.25 18H5.333A1.333 1.333 0 0 1 4 16.667zM6.5 8.5v-4h4a2 2 0 1 1 0 4zm0 2.5v4.5h4.75a2.25 2.25 0 0 0 0-4.5z\" clip-rule=\"evenodd\"/>",
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 3a1 1 0 0 1 1-1h6a4.5 4.5 0 0 1 3.274 7.587A4.75 4.75 0 0 1 11.25 18H5a1 1 0 0 1-1-1zm2.5 5.5v-4H11a2 2 0 1 1 0 4zm0 2.5v4.5h4.75a2.25 2.25 0 0 0 0-4.5z\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20,
"hidden": true
"height": 20
},
"bold-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.25 3.75A.75.75 0 0 1 6 3h7.125a4.875 4.875 0 0 1 3.346 8.42A5.25 5.25 0 0 1 13.5 21H5.999a.75.75 0 0 1-.75-.75zm7.125 6.75a2.625 2.625 0 0 0 0-5.25H8.25v5.25zM8.25 18.75h4.5a3 3 0 1 0 0-6h-4.5z\" clip-rule=\"evenodd\"/>",
"hidden": true
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.246 3.744a.75.75 0 0 1 .75-.75h7.125a4.875 4.875 0 0 1 3.346 8.422a5.25 5.25 0 0 1-2.97 9.58h-7.5a.75.75 0 0 1-.75-.75zm7.125 6.75a2.625 2.625 0 0 0 0-5.25H8.246v5.25zm-4.125 2.251v6h4.5a3 3 0 0 0 0-6z\" clip-rule=\"evenodd\"/>"
},
"bolt": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75L12 13.5z\"/>"
@ -1380,6 +1510,22 @@
"width": 20,
"height": 20
},
"calendar-date-range": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M6.75 2.995v2.25m10.5-2.252v2.25m-14.252 13.5V7.493a2.25 2.25 0 0 1 2.25-2.251h13.5a2.25 2.25 0 0 1 2.25 2.25v11.251m-18 0a2.25 2.25 0 0 0 2.25 2.25h13.5a2.25 2.25 0 0 0 2.25-2.25m-18 0v-7.5a2.25 2.25 0 0 1 2.25-2.25h13.5a2.25 2.25 0 0 1 2.25 2.25v7.5m-6.75-6h2.25m-9 2.25h4.5m.002-2.25h.005v.006H12zm-.001 4.5h.006v.006h-.006zm-2.25.001h.005v.006H9.75zm-2.25 0h.005v.005h-.006zm6.75-2.247h.005v.005h-.005zm0 2.247h.006v.006h-.006zm2.25-2.248h.006V15H16.5z\"/>"
},
"calendar-date-range-16-solid": {
"body": "<path fill=\"currentColor\" d=\"M5.75 7.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m1.5.75A.75.75 0 0 1 8 7.5h2.25a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75M5.75 9.5a.75.75 0 0 0 0 1.5H8a.75.75 0 0 0 0-1.5z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.75 1a.75.75 0 0 0-.75.75V3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2V1.75a.75.75 0 0 0-1.5 0V3h-5V1.75A.75.75 0 0 0 4.75 1M3.5 7a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v4.5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1z\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"calendar-date-range-20-solid": {
"body": "<path fill=\"currentColor\" d=\"M10 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zm-4 4a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zm2 0a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zm1.25.75a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 11.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zm0 2a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm-2-1.995c0-.417.338-.755.755-.755h2a.755.755 0 1 1 0 1.51h-2a.755.755 0 0 1-.755-.755M6.005 11.25a.755.755 0 1 0 0 1.51h4a.755.755 0 1 0 0-1.51z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"calendar-date-range-solid": {
"body": "<path fill=\"currentColor\" d=\"M12 11.993a.75.75 0 0 0-.75.75v.006c0 .414.336.75.75.75h.006a.75.75 0 0 0 .75-.75v-.006a.75.75 0 0 0-.75-.75zm0 4.501a.75.75 0 0 0-.75.75v.005c0 .414.335.75.75.75h.005a.75.75 0 0 0 .75-.75v-.005a.75.75 0 0 0-.75-.75zm-3.001.75a.75.75 0 0 1 .75-.75h.006a.75.75 0 0 1 .75.75v.006a.75.75 0 0 1-.75.75h-.006a.75.75 0 0 1-.75-.75zm-1.5-.75a.75.75 0 0 0-.75.75v.005c0 .414.336.75.75.75h.005a.75.75 0 0 0 .75-.75v-.005a.75.75 0 0 0-.75-.75zm6-1.497a.75.75 0 0 1 .75-.75h.006a.75.75 0 0 1 .75.75v.005a.75.75 0 0 1-.75.75h-.006a.75.75 0 0 1-.75-.75zm.751 1.497a.75.75 0 0 0-.75.75v.006c0 .414.335.75.75.75h.005a.75.75 0 0 0 .75-.75v-.006a.75.75 0 0 0-.75-.75zm1.5-1.499a.75.75 0 0 1 .75-.75h.005a.75.75 0 0 1 .75.75v.006a.75.75 0 0 1-.75.75H16.5a.75.75 0 0 1-.75-.75zm-2.252-2.252a.75.75 0 0 1 .75-.75h2.25a.75.75 0 1 1 0 1.5h-2.25a.75.75 0 0 1-.75-.75m-6.75 2.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 2.993a.75.75 0 0 0-1.5 0v1.5h-9V2.994a.75.75 0 1 0-1.5 0v1.497h-.752a3 3 0 0 0-3 3v11.252a3 3 0 0 0 3 3h13.5a3 3 0 0 0 3-3V7.492a3 3 0 0 0-3-3H18zM3.748 18.743v-7.5a1.5 1.5 0 0 1 1.5-1.5h13.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-13.5a1.5 1.5 0 0 1-1.5-1.5\" clip-rule=\"evenodd\"/>"
},
"calendar-days": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12zM12 15h.008v.008H12zm0 2.25h.008v.008H12zM9.75 15h.008v.008H9.75zm0 2.25h.008v.008H9.75zM7.5 15h.008v.008H7.5zm0 2.25h.008v.008H7.5zm6.75-4.5h.008v.008h-.008zm0 2.25h.008v.008h-.008zm0 2.25h.008v.008h-.008zm2.25-4.5h.008v.008H16.5zm0 2.25h.008v.008H16.5z\"/>"
},
@ -2247,6 +2393,22 @@
"device-tablet-solid": {
"body": "<g fill=\"currentColor\"><path d=\"M10.5 18a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5z\"/><path fill-rule=\"evenodd\" d=\"M7.125 1.5A3.375 3.375 0 0 0 3.75 4.875v14.25A3.375 3.375 0 0 0 7.125 22.5h9.75a3.375 3.375 0 0 0 3.375-3.375V4.875A3.375 3.375 0 0 0 16.875 1.5zM6 4.875c0-.621.504-1.125 1.125-1.125h9.75c.621 0 1.125.504 1.125 1.125v14.25c0 .621-.504 1.125-1.125 1.125h-9.75A1.125 1.125 0 0 1 6 19.125z\" clip-rule=\"evenodd\"/></g>"
},
"divide": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.499 11.998h15m-7.5-6.75h.008v.008h-.008zm.375 0a.375.375 0 1 1-.75 0a.375.375 0 0 1 .75 0M12 18.751h.007v.007H12zm.375 0a.375.375 0 1 1-.75 0a.375.375 0 0 1 .75 0\"/>"
},
"divide-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 8a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 8\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M9 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0\"/>",
"width": 16,
"height": 16
},
"divide-20-solid": {
"body": "<path fill=\"currentColor\" d=\"M11.25 4a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M3 10a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 10m7 7.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5\"/>",
"width": 20,
"height": 20
},
"divide-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.874 5.248a1.125 1.125 0 1 1 2.25 0a1.125 1.125 0 0 1-2.25 0m-7.125 6.75a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75m7.125 6.753a1.125 1.125 0 1 1 2.25 0a1.125 1.125 0 0 1-2.25 0\" clip-rule=\"evenodd\"/>"
},
"document": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9\"/>"
},
@ -2324,6 +2486,102 @@
"document-check-solid": {
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M9 1.5H5.625c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5m6.61 10.936a.75.75 0 1 0-1.22-.872l-3.236 4.53L9.53 14.47a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094z\" clip-rule=\"evenodd\"/><path d=\"M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279a9.77 9.77 0 0 0-6.963-6.963\"/></g>"
},
"document-currency-bangladeshi": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 8.25l.22-.22a.75.75 0 0 1 1.28.53v6.441c0 .472.214.934.64 1.137a3.75 3.75 0 0 0 4.994-1.77c.205-.428-.152-.868-.627-.868h-.507m-6-2.25h7.5M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9\"/>"
},
"document-currency-bangladeshi-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zM6 5.207a.75.75 0 0 1-.585-1.378A1.44 1.44 0 0 1 7.5 5.118V6h3.75a.75.75 0 0 1 0 1.5H7.5v3.25c0 .212.089.39.2.49q.146.138.33.085a4.7 4.7 0 0 0 1.63-.821H9.5a.75.75 0 1 1 0-1.5h1.858a.75.75 0 0 1 .628 1.16a6.26 6.26 0 0 1-3.552 2.606a1.83 1.83 0 0 1-1.75-.425A2.17 2.17 0 0 1 6 10.75V7.5H4.75a.75.75 0 0 1 0-1.5H6z\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"document-currency-bangladeshi-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2zm1.97 4.53a.75.75 0 0 0 .78.178V8h-1.5a.75.75 0 1 0 0 1.5h1.5v3.098c0 .98.571 2.18 1.837 2.356q.326.045.663.046a4.75 4.75 0 0 0 4.403-2.966a.75.75 0 0 0-.695-1.031H11.75a.75.75 0 0 0 0 1.5h.343a3.24 3.24 0 0 1-2.798.966c-.25-.035-.545-.322-.545-.87V9.5h5.5a.75.75 0 0 0 0-1.5h-5.5V6.415c0-1.19-1.439-1.786-2.28-.945a.75.75 0 0 0 0 1.06\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"document-currency-bangladeshi-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434a9.77 9.77 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375zm-3.75 5.56c0-1.336-1.616-2.005-2.56-1.06l-.22.22a.75.75 0 0 0 1.06 1.06l.22-.22v1.94h-.75a.75.75 0 0 0 0 1.5H9v3c0 .671.307 1.453 1.068 1.815a4.5 4.5 0 0 0 5.993-2.123c.233-.487.14-1-.136-1.37A1.46 1.46 0 0 0 14.757 15h-.507a.75.75 0 0 0 0 1.5h.349a3 3 0 0 1-3.887 1.21c-.091-.043-.212-.186-.212-.46v-3h5.25a.75.75 0 1 0 0-1.5H10.5z\" clip-rule=\"evenodd\"/>"
},
"document-currency-dollar": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m3.75 9v7.5m2.25-6.466a9 9 0 0 0-3.461-.203c-.536.072-.974.478-1.021 1.017a5 5 0 0 0-.018.402c0 .464.336.844.775.994l2.95 1.012c.44.15.775.53.775.994q0 .204-.018.402c-.047.539-.485.945-1.021 1.017a9.1 9.1 0 0 1-3.461-.203M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9\"/>"
},
"document-currency-dollar-16-solid": {
"body": "<path fill=\"currentColor\" d=\"M6.621 6.584q.312-.039.629-.06v1.034l-.598-.138a.23.23 0 0 1-.116-.065a.1.1 0 0 1-.028-.06a5 5 0 0 1 .002-.616a.08.08 0 0 1 .025-.055a.14.14 0 0 1 .086-.04m2.129 3.891V9.443l.594.137a.23.23 0 0 1 .116.065a.1.1 0 0 1 .028.06a5 5 0 0 1-.002.616a.08.08 0 0 1-.025.055a.14.14 0 0 1-.086.04q-.31.038-.625.06\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zm6.25 1.25a.75.75 0 0 0-1.5 0v.272q-.41.024-.81.073c-.748.09-1.38.689-1.428 1.494a7 7 0 0 0-.002.789c.044.785.635 1.348 1.305 1.503l.935.216v1.379a11 11 0 0 1-1.36-.173a.75.75 0 1 0-.28 1.474q.805.154 1.64.202v.271a.75.75 0 0 0 1.5 0v-.272q.406-.024.807-.073c.747-.09 1.378-.689 1.427-1.494a7 7 0 0 0 .002-.789c-.044-.785-.635-1.348-1.305-1.503l-.931-.215v-1.38q.69.046 1.356.173a.75.75 0 0 0 .28-1.474a13 13 0 0 0-1.636-.201z\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"document-currency-dollar-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2zm6.25 3.75a.75.75 0 0 0-1.5 0v.272q-.627.037-1.238.132c-.962.15-1.807.882-1.95 1.928Q6.001 8.532 6 9c0 1.044.83 1.759 1.708 1.898l1.542.243v2.334a11.2 11.2 0 0 1-2.297-.392a.75.75 0 0 0-.405 1.444c.867.243 1.772.397 2.702.451v.272a.75.75 0 0 0 1.5 0v-.272q.628-.037 1.239-.132c.961-.15 1.807-.882 1.95-1.928q.06-.45.061-.918c0-1.044-.83-1.759-1.708-1.898L10.75 9.86V7.525q1.19.08 2.297.392a.75.75 0 0 0 .406-1.444a12.7 12.7 0 0 0-2.703-.451zM8.244 7.636q.495-.079 1.006-.111v2.097l-1.308-.206C7.635 9.367 7.5 9.156 7.5 9q0-.365.049-.716c.042-.309.305-.587.695-.648m2.506 5.84v-2.098l1.308.206c.307.049.442.26.442.416q0 .365-.048.716c-.042.309-.306.587-.695.648q-.497.079-1.007.111\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"document-currency-dollar-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434a9.77 9.77 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375zM12 10.5a.75.75 0 0 1 .75.75v.028a9.7 9.7 0 0 1 1.687.28a.75.75 0 1 1-.374 1.452a8 8 0 0 0-1.313-.226v1.68l.969.332c.67.23 1.281.85 1.281 1.704q0 .237-.02.468c-.083.931-.83 1.582-1.669 1.695a10 10 0 0 1-.561.059v.028a.75.75 0 0 1-1.5 0v-.029a9.7 9.7 0 0 1-1.687-.278a.75.75 0 0 1 .374-1.453q.639.166 1.313.226v-1.68l-.968-.332C9.612 14.974 9 14.354 9 13.5q0-.237.02-.468c.083-.931.831-1.582 1.67-1.694q.278-.037.56-.06v-.028a.75.75 0 0 1 .75-.75m-1.11 2.324q.178-.024.36-.04v1.166l-.482-.165c-.208-.072-.268-.211-.268-.285q0-.17.015-.336c.013-.146.14-.309.374-.34m1.86 4.392V16.05l.482.165c.208.072.268.211.268.285q0 .17-.015.336c-.012.146-.14.309-.374.34q-.18.024-.361.04\" clip-rule=\"evenodd\"/>"
},
"document-currency-euro": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 11.625h4.5m-4.5 2.25h4.5m2.121 1.527c-1.171 1.464-3.07 1.464-4.242 0c-1.172-1.465-1.172-3.84 0-5.304s3.07-1.464 4.242 0M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9\"/>"
},
"document-currency-euro-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zm4.552 2.734c.354-.59.72-.734.948-.734s.594.145.948.734a.75.75 0 1 0 1.286-.772C9.71 4.588 8.924 4 8 4s-1.71.588-2.234 1.462A5 5 0 0 0 5.302 6.5H4.75a.75.75 0 0 0 0 1.5h.268a7 7 0 0 0 0 1H4.75a.75.75 0 0 0 0 1.5h.552c.118.367.272.717.464 1.037C6.29 12.413 7.076 13 8 13s1.71-.588 2.234-1.463a.75.75 0 0 0-1.286-.771c-.354.59-.72.734-.948.734s-.594-.145-.948-.734a3 3 0 0 1-.142-.266h.34a.75.75 0 0 0 0-1.5h-.727a5.5 5.5 0 0 1 0-1h.727a.75.75 0 0 0 0-1.5h-.34a3 3 0 0 1 .142-.266\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"document-currency-euro-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2zm4.298 6.45c.512-.67 1.135-.95 1.702-.95s1.19.28 1.702.95a.75.75 0 0 0 1.192-.91C12.637 6.55 11.596 6 10.5 6s-2.137.55-2.894 1.54A5.2 5.2 0 0 0 6.83 9H5.75a.75.75 0 0 0 0 1.5h.77a6 6 0 0 0 0 1h-.77a.75.75 0 0 0 0 1.5h1.08a5.2 5.2 0 0 0 .776 1.46C8.363 15.45 9.404 16 10.5 16s2.137-.55 2.894-1.54a.75.75 0 0 0-1.192-.91c-.512.67-1.135.95-1.702.95s-1.19-.28-1.702-.95a3.5 3.5 0 0 1-.343-.55h1.795a.75.75 0 0 0 0-1.5H8.026a5 5 0 0 1 0-1h2.224a.75.75 0 0 0 0-1.5H8.455q.147-.294.343-.55\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"document-currency-euro-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875zm7.464 9.442c.459-.573 1.019-.817 1.536-.817s1.077.244 1.536.817a.75.75 0 1 0 1.171-.937c-.713-.892-1.689-1.38-2.707-1.38s-1.994.488-2.707 1.38a4.6 4.6 0 0 0-.705 1.245H8.25a.75.75 0 0 0 0 1.5h.763q-.025.375 0 .75H8.25a.75.75 0 0 0 0 1.5h1.088c.17.449.406.87.705 1.245c.713.892 1.689 1.38 2.707 1.38s1.994-.488 2.707-1.38a.75.75 0 0 0-1.171-.937c-.459.573-1.019.817-1.536.817s-1.077-.244-1.536-.817q-.117-.146-.215-.308h1.751a.75.75 0 0 0 0-1.5h-2.232a4 4 0 0 1 0-.75h2.232a.75.75 0 0 0 0-1.5H11q.097-.16.214-.308\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M14.25 5.25a5.23 5.23 0 0 0-1.279-3.434a9.77 9.77 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375z\"/>"
},
"document-currency-pound": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.621 9.879a3 3 0 0 0-5.02 2.897l.164.609a4.5 4.5 0 0 1-.108 2.676l-.157.439l.44-.22a2.86 2.86 0 0 1 2.185-.155c.72.24 1.507.184 2.186-.155L15 18m-6.75-2.25H12m-1.5-13.5H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9\"/>"
},
"document-currency-pound-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zm5.44 3.44a1.5 1.5 0 0 1 2.12 0a.75.75 0 1 0 1.061-1.061A3 3 0 0 0 6 7.999H4.75a.75.75 0 0 0 0 1.5h1.225c-.116.571-.62 1-1.225 1a.75.75 0 1 0 0 1.5h5.5a.75.75 0 0 0 0-1.5H7.2c.156-.304.257-.642.289-1H9.25a.75.75 0 0 0 0-1.5H7.5c0-.384.146-.767.44-1.06\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"document-currency-pound-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2zm5 7a1.5 1.5 0 0 1 2.56-1.06a.75.75 0 1 0 1.062-1.061A3 3 0 0 0 8 9v1.25H6.75a.75.75 0 0 0 0 1.5H8v1a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 1 0 0-1.5H9.372q.126-.354.128-.75v-1h1.25a.75.75 0 0 0 0-1.5H9.5z\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"document-currency-pound-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434a9.77 9.77 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375zm-3.674 9.583a2.249 2.249 0 0 1 3.765-2.174a.75.75 0 0 0 1.06-1.06A3.75 3.75 0 0 0 9.076 15H8.25a.75.75 0 0 0 0 1.5h1.156a3.75 3.75 0 0 1-.206 1.559l-.156.439a.75.75 0 0 0 1.042.923l.439-.22a2.1 2.1 0 0 1 1.613-.115a3.6 3.6 0 0 0 2.758-.196l.44-.22a.75.75 0 1 0-.671-1.341l-.44.22a2.1 2.1 0 0 1-1.613.114a3.6 3.6 0 0 0-1.745-.134q.072-.513.042-1.029H12a.75.75 0 0 0 0-1.5h-1.379z\" clip-rule=\"evenodd\"/>"
},
"document-currency-rupee": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 9h3.75m-4.5 2.625h4.5M12 18.75L9.75 16.5h.375a2.625 2.625 0 0 0 0-5.25H9.75m.75-9H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9\"/>"
},
"document-currency-rupee-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zM5.75 5a.75.75 0 0 0 0 1.5c.698 0 1.3.409 1.582 1H5.75a.75.75 0 0 0 0 1.5h1.582c-.281.591-.884 1-1.582 1a.75.75 0 0 0-.53 1.28l1.5 1.5a.75.75 0 0 0 1.06-1.06l-.567-.567A3.26 3.26 0 0 0 8.913 9h1.337a.75.75 0 0 0 0-1.5H8.913a3.2 3.2 0 0 0-.424-1h1.761a.75.75 0 0 0 0-1.5z\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"document-currency-rupee-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2zM6 5.75A.75.75 0 0 1 6.75 5h6.5a.75.75 0 0 1 0 1.5h-2.127c.4.5.683 1.096.807 1.75h1.32a.75.75 0 0 1 0 1.5h-1.32a4 4 0 0 1-3.404 3.216l1.754 1.754a.75.75 0 0 1-1.06 1.06l-3-3a.75.75 0 0 1 .53-1.28H8c1.12 0 2.067-.736 2.386-1.75H6.75a.75.75 0 0 1 0-1.5h3.636A2.5 2.5 0 0 0 8 6.5H6.75A.75.75 0 0 1 6 5.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"document-currency-rupee-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434a9.77 9.77 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375zm-4.5 5.25a.75.75 0 0 0 0 1.5h.375c.769 0 1.43.463 1.719 1.125H9.75a.75.75 0 0 0 0 1.5h2.094a1.88 1.88 0 0 1-1.719 1.125H9.75a.75.75 0 0 0-.53 1.28l2.25 2.25a.75.75 0 0 0 1.06-1.06l-1.193-1.194a3.38 3.38 0 0 0 2.08-2.401h.833a.75.75 0 0 0 0-1.5h-.834A3.4 3.4 0 0 0 12.932 12h1.318a.75.75 0 0 0 0-1.5H10.5q-.06 0-.12.01a3 3 0 0 0-.255-.01z\" clip-rule=\"evenodd\"/>"
},
"document-currency-yen": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m1.5 9l2.25 3m0 0l2.25-3m-2.25 3v4.5M9.75 15h4.5m-4.5 2.25h4.5m-3.75-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9\"/>"
},
"document-currency-yen-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 3.5A1.5 1.5 0 0 1 4 2h4.879a1.5 1.5 0 0 1 1.06.44l3.122 3.12a1.5 1.5 0 0 1 .439 1.061V12.5A1.5 1.5 0 0 1 12 14H4a1.5 1.5 0 0 1-1.5-1.5zm3.663 1.801a.75.75 0 1 0-1.2.9L6.313 8H5a.75.75 0 0 0 0 1.5h2.25v1H5A.75.75 0 0 0 5 12h2.25v.25a.75.75 0 0 0 1.5 0V12H11a.75.75 0 0 0 0-1.5H8.75v-1H11A.75.75 0 0 0 11 8H9.688l1.349-1.8a.75.75 0 0 0-1.2-.9L8 7.75z\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"document-currency-yen-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 2A1.5 1.5 0 0 0 3 3.5v13A1.5 1.5 0 0 0 4.5 18h11a1.5 1.5 0 0 0 1.5-1.5V7.621a1.5 1.5 0 0 0-.44-1.06l-4.12-4.122A1.5 1.5 0 0 0 11.378 2zm3.846 4.294a.75.75 0 0 0-1.192.912L9.056 10H6.75a.75.75 0 0 0 0 1.5h2.5v1h-2.5a.75.75 0 0 0 0 1.5h2.5v1.25a.75.75 0 1 0 1.5 0V14h2.5a.75.75 0 1 0 0-1.5h-2.5v-1h2.5a.75.75 0 1 0 0-1.5h-2.306l1.902-2.794a.75.75 0 0 0-1.192-.912L10 8.765z\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"document-currency-yen-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.75 3.375c0-1.036.84-1.875 1.875-1.875H9a3.75 3.75 0 0 1 3.75 3.75v1.875c0 1.036.84 1.875 1.875 1.875H16.5a3.75 3.75 0 0 1 3.75 3.75v7.875c0 1.035-.84 1.875-1.875 1.875H5.625a1.875 1.875 0 0 1-1.875-1.875zm10.5 1.875a5.23 5.23 0 0 0-1.279-3.434a9.77 9.77 0 0 1 6.963 6.963A5.23 5.23 0 0 0 16.5 7.5h-1.875a.375.375 0 0 1-.375-.375zm-3.9 5.55a.75.75 0 0 0-1.2.9l1.912 2.55H9.75a.75.75 0 0 0 0 1.5h1.5v.75h-1.5a.75.75 0 0 0 0 1.5h1.5v.75a.75.75 0 1 0 1.5 0V18h1.5a.75.75 0 1 0 0-1.5h-1.5v-.75h1.5a.75.75 0 1 0 0-1.5h-1.312l1.912-2.55a.75.75 0 1 0-1.2-.9L12 13z\" clip-rule=\"evenodd\"/>"
},
"document-duplicate": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9 9 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9 9 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75\"/>"
},
@ -2487,6 +2745,22 @@
"envelope-solid": {
"body": "<g fill=\"currentColor\"><path d=\"M1.5 8.67v8.58a3 3 0 0 0 3 3h15a3 3 0 0 0 3-3V8.67l-8.928 5.493a3 3 0 0 1-3.144 0z\"/><path d=\"M22.5 6.908V6.75a3 3 0 0 0-3-3h-15a3 3 0 0 0-3 3v.158l9.714 5.978a1.5 1.5 0 0 0 1.572 0z\"/></g>"
},
"equals": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M4.499 8.248h15m-15 7.501h15\"/>"
},
"equals-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 4.75A.75.75 0 0 1 2.75 4h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75m0 6.5a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"equals-20-solid": {
"body": "<path fill=\"currentColor\" d=\"M3.75 6a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5zm0 7.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z\"/>",
"width": 20,
"height": 20
},
"equals-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.748 8.248a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75m0 7.502a.75.75 0 0 1 .75-.751h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>"
},
"exclamation-circle": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 9v3.75m9-.75a9 9 0 1 1-18 0a9 9 0 0 1 18 0m-9 3.75h.008v.008H12z\"/>"
},
@ -2887,6 +3161,54 @@
"globe-europe-africa-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75s9.75-4.365 9.75-9.75S17.385 2.25 12 2.25M8.547 4.505a8.25 8.25 0 1 0 11.672 8.214l-.46-.46a2.3 2.3 0 0 1-.422-.586l-1.08-2.16a.414.414 0 0 0-.663-.107a.83.83 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.211.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025a1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.654-.261a2.25 2.25 0 0 1-1.384-2.46l.007-.042a2.3 2.3 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332l-.091.091a2.25 2.25 0 0 1-1.591.659h-.18a.94.94 0 0 0-.662.274a.931.931 0 0 1-1.458-1.137z\" clip-rule=\"evenodd\"/>"
},
"h1": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501m4.501-8.627l2.25-1.5v10.126m0 0h-2.25m2.25 0h2.25\"/>"
},
"h1-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3M10 6.75a.75.75 0 0 1 .75-.75h1.75a.75.75 0 0 1 .75.75v4.75h1a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5h1v-4h-1a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"h1-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4M13 8.75a.75.75 0 0 1 .75-.75h1.75a.75.75 0 0 1 .75.75v5.75h1a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5h1v-5h-1a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"h1-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.243 3.743a.75.75 0 0 1 .75.75v6.75h9v-6.75a.75.75 0 1 1 1.5 0v15.002a.75.75 0 1 1-1.5 0v-6.751h-9v6.75a.75.75 0 1 1-1.5 0v-15a.75.75 0 0 1 .75-.75m17.605 4.964a.75.75 0 0 1 .396.661v9.376h1.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5h1.5V10.77l-1.084.722a.75.75 0 1 1-.832-1.248l2.25-1.5a.75.75 0 0 1 .77-.037\" clip-rule=\"evenodd\"/>"
},
"h2": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M21.75 19.5H16.5v-1.609a2.25 2.25 0 0 1 1.244-2.012l2.89-1.445c.651-.326 1.116-.955 1.116-1.683q0-.748-.118-1.463c-.135-.825-.835-1.422-1.668-1.489a15.2 15.2 0 0 0-3.464.12M2.243 4.492v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501\"/>"
},
"h2-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3M12.5 7.5q-.837 0-1.642.119a.75.75 0 0 1-.216-1.484a13 13 0 0 1 2.836-.098A1.63 1.63 0 0 1 14.99 7.58a9 9 0 0 1-.021 1.166c-.06.702-.553 1.24-1.159 1.441l-2.14.713a.25.25 0 0 0-.17.237v.363h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-1.113a1.75 1.75 0 0 1 1.197-1.66l2.139-.713c.1-.033.134-.103.138-.144a7 7 0 0 0 .018-.97c-.003-.052-.046-.111-.128-.117A11 11 0 0 0 12.5 7.5\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"h2-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4M15 9.5q-1.094 0-2.145.15a.75.75 0 0 1-.21-1.486a17 17 0 0 1 3.825-.1a1.67 1.67 0 0 1 1.527 1.637a18 18 0 0 1-.009.931a1.71 1.71 0 0 1-1.18 1.556l-2.453.818a1.25 1.25 0 0 0-.855 1.185v.309h3.75a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75v-1.059a2.75 2.75 0 0 1 1.88-2.608l2.454-.818c.102-.034.153-.117.155-.188a16 16 0 0 0 .009-.85a.17.17 0 0 0-.158-.169A16 16 0 0 0 15 9.5\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"h2-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.246 3.743a.75.75 0 0 1 .75.75v6.75h9v-6.75a.75.75 0 0 1 1.5 0v15.002a.75.75 0 1 1-1.5 0v-6.751h-9v6.75a.75.75 0 1 1-1.5 0v-15a.75.75 0 0 1 .75-.75M18.75 10.5q-1.092 0-2.138.16a.75.75 0 1 1-.223-1.484a16 16 0 0 1 3.635-.125c1.149.092 2.153.923 2.348 2.115q.127.775.128 1.584c0 1.065-.676 1.927-1.531 2.354l-2.89 1.445a1.5 1.5 0 0 0-.829 1.342v.86h4.5a.75.75 0 1 1 0 1.5H16.5a.75.75 0 0 1-.75-.75v-1.61a3 3 0 0 1 1.659-2.684l2.89-1.445c.447-.223.701-.62.701-1.012a8.3 8.3 0 0 0-.108-1.342c-.075-.457-.47-.82-.987-.862a15 15 0 0 0-1.155-.046\" clip-rule=\"evenodd\"/>"
},
"h3": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M20.906 14.626a4.52 4.52 0 0 1 .738 3.603c-.155.695-.795 1.143-1.505 1.208a15.2 15.2 0 0 1-3.639-.104m4.406-4.707a4.52 4.52 0 0 0 .738-3.603c-.155-.696-.795-1.144-1.505-1.209a15.2 15.2 0 0 0-3.639.104m4.406 4.708H18M2.243 4.493v7.5m0 0v7.502m0-7.501h10.5m0-7.5v7.5m0 0v7.501\"/>"
},
"h3-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3M12.5 7.5q-.838 0-1.642.119a.75.75 0 0 1-.217-1.484a13 13 0 0 1 2.856-.097c.696.054 1.363.561 1.464 1.353a4.8 4.8 0 0 1-.203 2.109a4.75 4.75 0 0 1 .203 2.109c-.101.792-.768 1.299-1.464 1.353a13 13 0 0 1-2.856-.097a.75.75 0 0 1 .217-1.484a11.4 11.4 0 0 0 2.523.085a.14.14 0 0 0 .08-.03q.01-.01.01-.012l.002-.003v-.003a3.3 3.3 0 0 0-.06-1.168H11.75a.75.75 0 0 1 0-1.5h1.663a3.3 3.3 0 0 0 .06-1.168l-.001-.006l-.01-.012a.14.14 0 0 0-.08-.03Q12.944 7.5 12.5 7.5\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"h3-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4M15 9.5q-1.096 0-2.15.15a.75.75 0 1 1-.209-1.485a17 17 0 0 1 3.476-.128c.985.065 1.878.837 1.883 1.932V10a6.8 6.8 0 0 1-.301 2A6.8 6.8 0 0 1 18 14v.031c-.005 1.095-.898 1.867-1.883 1.932a17 17 0 0 1-3.467-.127a.75.75 0 0 1 .209-1.485a15.4 15.4 0 0 0 3.16.115c.308-.02.48-.24.48-.441L16.5 14q-.002-.648-.15-1.25h-2.6a.75.75 0 0 1 0-1.5h2.6q.148-.601.15-1.25v-.024c-.001-.201-.173-.422-.481-.443A16 16 0 0 0 15 9.5\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"h3-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.749 3.743a.75.75 0 0 1 .75.75v15.002a.75.75 0 1 1-1.5 0v-6.75H2.997v6.75a.75.75 0 0 1-1.5 0V4.494a.75.75 0 1 1 1.5 0v6.75H12v-6.75a.75.75 0 0 1 .75-.75m6 6.756q-1.091.001-2.139.16a.75.75 0 1 1-.223-1.483a16 16 0 0 1 3.82-.11c.95.088 1.926.705 2.168 1.794a5.27 5.27 0 0 1-.579 3.765a5.27 5.27 0 0 1 .578 3.765c-.24 1.088-1.216 1.706-2.167 1.793a16 16 0 0 1-3.82-.109a.75.75 0 0 1 .223-1.483a14.4 14.4 0 0 0 3.46.099c.467-.043.773-.322.84-.624a3.77 3.77 0 0 0-.413-2.691H18a.75.75 0 0 1 0-1.5h2.498a3.77 3.77 0 0 0 .413-2.69c-.067-.303-.373-.582-.84-.625q-.653-.06-1.321-.06\" clip-rule=\"evenodd\"/>"
},
"hand-raised": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M10.05 4.575a1.575 1.575 0 1 0-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 0 1 3.15 0v1.5m-3.15 0l.075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 0 1 3.15 0V15M6.9 7.575a1.575 1.575 0 1 0-3.15 0v8.175a6.75 6.75 0 0 0 6.75 6.75h2.018a5.25 5.25 0 0 0 3.712-1.538l1.732-1.732a5.25 5.25 0 0 0 1.538-3.712l.003-2.024a.67.67 0 0 1 .198-.471a1.575 1.575 0 1 0-2.228-2.228a3.82 3.82 0 0 0-1.12 2.687M6.9 7.575V12m6.27 4.318A4.5 4.5 0 0 1 16.35 15m.002 0h-.002\"/>"
},
@ -3080,18 +3402,20 @@
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m8.706-1.442c1.146-.573 2.437.463 2.126 1.706l-.709 2.836l.042-.02a.75.75 0 0 1 .67 1.34l-.04.022c-1.147.573-2.438-.463-2.127-1.706l.71-2.836l-.042.02a.75.75 0 1 1-.671-1.34zM12 9a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5\" clip-rule=\"evenodd\"/>"
},
"italic": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M11.25 3.75h3.696m3.804 0h-3.804M5.25 20.25h3.804m3.696 0H9.054m0 0l5.892-16.5\"/>",
"hidden": true
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M5.248 20.246H9.05m0 0h3.696m-3.696 0l5.893-16.502m0 0h-3.697m3.697 0h3.803\"/>"
},
"italic-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6.25 2.75A.75.75 0 0 1 7 2h6a.75.75 0 0 1 0 1.5h-2.483l-3.429 9H9A.75.75 0 0 1 9 14H3a.75.75 0 0 1 0-1.5h2.483l3.429-9H7a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"italic-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.05 2.75A.75.75 0 0 1 8.8 2h7.45a.75.75 0 0 1 0 1.5h-3.132l-4.643 13h2.785a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1 0-1.5h3.132l4.643-13H8.8a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 2.75A.75.75 0 0 1 8.75 2h7.5a.75.75 0 0 1 0 1.5h-3.215l-4.483 13h2.698a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3.215l4.483-13H8.75A.75.75 0 0 1 8 2.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20,
"hidden": true
"height": 20
},
"italic-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.5 3.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-3.275l-5.357 15h2.632a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3.275l5.357-15H11.25a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"hidden": true
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.497 3.744a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-3.275l-5.357 15.002h2.632a.75.75 0 1 1 0 1.5h-7.5a.75.75 0 1 1 0-1.5h3.275l5.357-15.002h-2.632a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>"
},
"key": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25\"/>"
@ -3170,6 +3494,22 @@
"width": 20,
"height": 20
},
"link-slash": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M13.181 8.68a4.503 4.503 0 0 1 1.903 6.405m-9.768-2.782L3.56 14.06a4.5 4.5 0 0 0 6.364 6.365l3.129-3.129m5.614-5.615l1.757-1.757a4.5 4.5 0 0 0-6.364-6.365l-4.5 4.5q-.388.39-.661.84m1.903 6.405a4.5 4.5 0 0 1-1.242-.88a4.5 4.5 0 0 1-1.062-1.683m6.587 2.345l5.907 5.907m-5.907-5.907L8.898 8.898M2.991 2.99L8.898 8.9\"/>"
},
"link-slash-16-solid": {
"body": "<path fill=\"currentColor\" d=\"M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-2.999-3a3.5 3.5 0 0 0-.806-3.695a.75.75 0 0 0-1.06 1.061c.374.374.569.861.584 1.352L7.116 6.055l1.97-1.97a2 2 0 0 1 3.208 2.3a.75.75 0 0 0 1.346.662a3.501 3.501 0 0 0-5.615-4.022l-1.97 1.97zm.425 7.396a.75.75 0 0 0-1.345-.663a3.501 3.501 0 0 0 5.615 4.022l.379-.379a.75.75 0 0 0-1.061-1.06l-.379.378a2 2 0 0 1-3.209-2.298\"/>",
"width": 16,
"height": 16
},
"link-slash-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.22 2.22a.75.75 0 0 1 1.06 0l4.46 4.46q.192-.268.432-.508l3-3a4 4 0 0 1 5.657 5.656l-1.225 1.225a.75.75 0 1 1-1.06-1.06l1.224-1.225a2.5 2.5 0 0 0-3.536-3.536l-3 3a2.5 2.5 0 0 0-.406.533l2.59 2.59a2.5 2.5 0 0 0-.79-1.254a.75.75 0 1 1 .977-1.138q.117.1.226.209a4 4 0 0 1 1.08 3.677l4.871 4.87a.75.75 0 1 1-1.06 1.061l-5.177-5.177l-.006-.005l-4.134-4.134l-.005-.006L2.22 3.28a.75.75 0 0 1 0-1.06m3.237 7.727a.75.75 0 0 1 0 1.06l-1.225 1.225a2.5 2.5 0 0 0 3.536 3.536l1.879-1.879a.75.75 0 1 1 1.06 1.06L8.83 16.83a4 4 0 0 1-5.657-5.657l1.224-1.225a.75.75 0 0 1 1.06 0\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"link-slash-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M19.892 4.09a3.75 3.75 0 0 0-5.303 0l-4.5 4.5q-.111.11-.21.229l4.965 4.966a3.75 3.75 0 0 0-1.986-4.428a.75.75 0 0 1 .646-1.353a5.253 5.253 0 0 1 2.502 6.944l5.515 5.515a.75.75 0 0 1-1.061 1.06l-18-18.001A.75.75 0 0 1 3.521 2.46l5.294 5.295a5 5 0 0 1 .213-.227l4.5-4.5a5.25 5.25 0 1 1 7.425 7.425l-1.757 1.757a.75.75 0 1 1-1.06-1.06l1.756-1.757a3.75 3.75 0 0 0 0-5.304M5.846 11.773a.75.75 0 0 1 0 1.06l-1.757 1.758a3.75 3.75 0 0 0 5.303 5.304l3.129-3.13a.75.75 0 1 1 1.06 1.061l-3.128 3.13a5.25 5.25 0 1 1-7.425-7.426l1.757-1.757a.75.75 0 0 1 1.061 0m2.401.26a.75.75 0 0 1 .957.458c.18.512.474.992.885 1.403c.31.311.661.555 1.035.733a.75.75 0 0 1-.647 1.354a5.2 5.2 0 0 1-1.449-1.026a5.2 5.2 0 0 1-1.24-1.965a.75.75 0 0 1 .46-.957\" clip-rule=\"evenodd\"/>"
},
"link-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M19.902 4.098a3.75 3.75 0 0 0-5.304 0l-4.5 4.5a3.75 3.75 0 0 0 1.035 6.037a.75.75 0 0 1-.646 1.353a5.25 5.25 0 0 1-1.449-8.45l4.5-4.5a5.25 5.25 0 1 1 7.424 7.424l-1.757 1.757a.75.75 0 1 1-1.06-1.06l1.757-1.757a3.75 3.75 0 0 0 0-5.304m-7.389 4.267a.75.75 0 0 1 1-.353a5.25 5.25 0 0 1 1.449 8.45l-4.5 4.5a5.25 5.25 0 1 1-7.424-7.424l1.757-1.757a.75.75 0 1 1 1.06 1.06l-1.757 1.757a3.75 3.75 0 1 0 5.304 5.304l4.5-4.5a3.75 3.75 0 0 0-1.035-6.037a.75.75 0 0 1-.354-1\" clip-rule=\"evenodd\"/>"
},
@ -3456,6 +3796,22 @@
"no-symbol-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6.72 5.66l11.62 11.62A8.25 8.25 0 0 0 6.72 5.66m10.56 12.68L5.66 6.72a8.25 8.25 0 0 0 11.62 11.62M5.105 5.106c3.807-3.808 9.98-3.808 13.788 0s3.808 9.98 0 13.788s-9.98 3.808-13.788 0s-3.808-9.98 0-13.788\" clip-rule=\"evenodd\"/>"
},
"numbered-list": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M8.242 5.992h12m-12 6.003H20.24m-12 5.999h12M4.117 7.495v-3.75H2.99m1.125 3.75H2.99m1.125 0H5.24m-1.92 2.577a1.125 1.125 0 1 1 1.591 1.59l-1.83 1.83h2.16M2.99 15.746h1.125a1.125 1.125 0 0 1 0 2.25H3.74m0-.002h.375a1.125 1.125 0 0 1 0 2.25H2.99\"/>"
},
"numbered-list-16-solid": {
"body": "<path fill=\"currentColor\" d=\"M2.995 1a.625.625 0 1 0 0 1.25h.38v2.125a.625.625 0 1 0 1.25 0v-2.75A.625.625 0 0 0 4 1zm.213 6.385a2.4 2.4 0 0 1 1.027-.124L2.573 8.923a.625.625 0 0 0 .439 1.067l1.987.011a.625.625 0 0 0 .006-1.25l-.49-.003l.777-.776c.215-.215.335-.506.335-.809c0-.465-.297-.957-.842-1.078a3.64 3.64 0 0 0-1.993.121a.625.625 0 1 0 .416 1.179M2.625 11a.625.625 0 1 0 0 1.25H4.25a.125.125 0 0 1 0 .25H3.5a.625.625 0 1 0 0 1.25h.75a.125.125 0 0 1 0 .25H2.625a.625.625 0 1 0 0 1.25H4.25a1.375 1.375 0 0 0 1.153-2.125A1.375 1.375 0 0 0 4.25 11zM7.25 2a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zm0 5.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zm-.75 6a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75\"/>",
"width": 16,
"height": 16
},
"numbered-list-20-solid": {
"body": "<path fill=\"currentColor\" d=\"M3 1.25a.75.75 0 0 0 0 1.5h.25v2.5a.75.75 0 0 0 1.5 0V2A.75.75 0 0 0 4 1.25zm-.03 7.404a3.5 3.5 0 0 1 1.524-.12a.03.03 0 0 1-.012.012L2.415 9.579A.75.75 0 0 0 2 10.25v1c0 .414.336.75.75.75h2.5a.75.75 0 0 0 0-1.5H3.927l1.225-.613c.52-.26.848-.79.848-1.371c0-.647-.429-1.327-1.193-1.451a5 5 0 0 0-2.277.155a.75.75 0 0 0 .44 1.434M7.75 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5zm0 6.25a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5zm0 6.25a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5zm-5.125-1.625a.75.75 0 0 0 0 1.5h1.5a.125.125 0 0 1 0 .25H3.5a.75.75 0 0 0 0 1.5h.625a.125.125 0 0 1 0 .25h-1.5a.75.75 0 0 0 0 1.5h1.5a1.625 1.625 0 0 0 1.37-2.5a1.625 1.625 0 0 0-1.37-2.5z\"/>",
"width": 20,
"height": 20
},
"numbered-list-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.491 5.992a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75m-.001 6.003a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5h-12a.75.75 0 0 1-.75-.75m.001 5.999a.75.75 0 0 1 .75-.75h12a.75.75 0 1 1 0 1.5h-12a.75.75 0 0 1-.75-.75M2.24 3.745a.75.75 0 0 1 .75-.75h1.125a.75.75 0 0 1 .75.75v3h.375a.75.75 0 0 1 0 1.5H2.99a.75.75 0 0 1 0-1.5h.375v-2.25H2.99a.75.75 0 0 1-.75-.75m.55 6.857a.75.75 0 0 1 0-1.06a1.875 1.875 0 1 1 2.652 2.651l-.55.55h.35a.75.75 0 0 1 0 1.5h-2.16a.75.75 0 0 1-.53-1.281l1.83-1.83a.375.375 0 0 0-.53-.53a.75.75 0 0 1-1.062 0m-.55 5.143a.75.75 0 0 1 .75-.75h1.125a1.875 1.875 0 0 1 1.501 2.999a1.875 1.875 0 0 1-1.501 3H2.99a.75.75 0 0 1 0-1.501h1.125a.375.375 0 0 0 .036-.748H3.74a.75.75 0 0 1-.75-.75v-.002a.75.75 0 0 1 .75-.75h.411a.375.375 0 0 0-.036-.748H2.99a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>"
},
"paint-brush": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9.53 16.122a3 3 0 0 0-5.78 1.128a2.25 2.25 0 0 1-2.4 2.245a4.5 4.5 0 0 0 8.4-2.245c0-.399-.078-.78-.22-1.128m0 0a16 16 0 0 0 3.388-1.62m-5.043-.025a16 16 0 0 1 1.622-3.395m3.42 3.42a16 16 0 0 0 4.764-4.648l3.876-5.814a1.151 1.151 0 0 0-1.597-1.597L14.146 6.32a16 16 0 0 0-4.649 4.764m3.42 3.42a6.78 6.78 0 0 0-3.42-3.42\"/>"
},
@ -3568,6 +3924,22 @@
"pencil-square-solid": {
"body": "<g fill=\"currentColor\"><path d=\"M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157l3.712 3.712l1.157-1.157a2.625 2.625 0 0 0 0-3.712m-2.218 5.93l-3.712-3.712l-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32z\"/><path d=\"M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5z\"/></g>"
},
"percent-badge": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m8.99 14.993l6-6m6 3.001a3.75 3.75 0 0 1-1.593 3.069a3.75 3.75 0 0 1-1.043 3.296a3.75 3.75 0 0 1-3.296 1.043a3.75 3.75 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.75 3.75 0 0 1-3.296-1.043a3.75 3.75 0 0 1-1.043-3.297a3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.75 3.75 0 0 1 1.043-3.297a3.75 3.75 0 0 1 3.296-1.042a3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043a3.75 3.75 0 0 1 1.043 3.297a3.75 3.75 0 0 1 1.593 3.068M9.74 9.743h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0a.375.375 0 0 1 .75 0m4.125 4.5h.008v.008h-.008zm.375 0a.375.375 0 1 1-.75 0a.375.375 0 0 1 .75 0\"/>"
},
"percent-badge-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.396 6.093a2 2 0 0 0 0 3.814a2 2 0 0 0 2.697 2.697a2 2 0 0 0 3.814 0a2.001 2.001 0 0 0 2.698-2.697a2 2 0 0 0-.001-3.814a2.001 2.001 0 0 0-2.697-2.698a2 2 0 0 0-3.814.001a2 2 0 0 0-2.697 2.697M6 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.47-1.53a.75.75 0 1 1 1.06 1.06l-4 4a.75.75 0 1 1-1.06-1.06zM11 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"percent-badge-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.597 7.348a3 3 0 0 0 0 5.305a3 3 0 0 0 3.75 3.75a3 3 0 0 0 5.305 0a3 3 0 0 0 3.751-3.75a3 3 0 0 0 0-5.305a3 3 0 0 0-3.75-3.751a3 3 0 0 0-5.305 0a3 3 0 0 0-3.751 3.75m9.933.182a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06zm.47 5.22a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M7.25 8.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"percent-badge-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.99 2.243a4.5 4.5 0 0 0-3.398 1.55a4.5 4.5 0 0 0-3.497 1.306a4.5 4.5 0 0 0-1.307 3.498a4.5 4.5 0 0 0-1.548 3.397c0 1.357.6 2.573 1.548 3.397a4.5 4.5 0 0 0 1.307 3.498a4.5 4.5 0 0 0 3.498 1.307a4.5 4.5 0 0 0 3.397 1.549a4.5 4.5 0 0 0 3.397-1.549a4.5 4.5 0 0 0 3.497-1.307a4.5 4.5 0 0 0 1.306-3.497a4.5 4.5 0 0 0 1.55-3.398a4.5 4.5 0 0 0-1.549-3.397a4.5 4.5 0 0 0-1.307-3.498a4.5 4.5 0 0 0-3.498-1.307a4.5 4.5 0 0 0-3.396-1.549m3.53 7.28a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06zm-5.78-.905a1.125 1.125 0 1 0 0 2.25a1.125 1.125 0 0 0 0-2.25m4.5 4.5a1.125 1.125 0 1 0 0 2.25a1.125 1.125 0 0 0 0-2.25\" clip-rule=\"evenodd\"/>"
},
"phone": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.04 12.04 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5z\"/>"
},
@ -4155,6 +4527,22 @@
"signal-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.636 4.575a.75.75 0 0 1 0 1.061a9 9 0 0 0 0 12.728a.75.75 0 1 1-1.06 1.06c-4.101-4.1-4.101-10.748 0-14.849a.75.75 0 0 1 1.06 0m12.728 0a.75.75 0 0 1 1.06 0c4.101 4.1 4.101 10.75 0 14.85a.75.75 0 1 1-1.06-1.061a9 9 0 0 0 0-12.728a.75.75 0 0 1 0-1.06M7.757 6.697a.75.75 0 0 1 0 1.06a6 6 0 0 0 0 8.486a.75.75 0 0 1-1.06 1.06a7.5 7.5 0 0 1 0-10.606a.75.75 0 0 1 1.06 0m8.486 0a.75.75 0 0 1 1.06 0a7.5 7.5 0 0 1 0 10.606a.75.75 0 0 1-1.06-1.06a6 6 0 0 0 0-8.486a.75.75 0 0 1 0-1.06M9.879 8.818a.75.75 0 0 1 0 1.06a3 3 0 0 0 0 4.243a.75.75 0 1 1-1.061 1.061a4.5 4.5 0 0 1 0-6.364a.75.75 0 0 1 1.06 0m4.242 0a.75.75 0 0 1 1.061 0a4.5 4.5 0 0 1 0 6.364a.75.75 0 0 1-1.06-1.06a3 3 0 0 0 0-4.243a.75.75 0 0 1 0-1.061M10.875 12a1.125 1.125 0 1 1 2.25 0a1.125 1.125 0 0 1-2.25 0\" clip-rule=\"evenodd\"/>"
},
"slash": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"m9 20.248l6-16.5\"/>"
},
"slash-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.074 2.047a.75.75 0 0 1 .449.961L6.705 13.507a.75.75 0 0 1-1.41-.513L9.113 2.496a.75.75 0 0 1 .961-.449\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"slash-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.528 3.047a.75.75 0 0 1 .449.961L8.433 16.504a.75.75 0 1 1-1.41-.512l4.544-12.496a.75.75 0 0 1 .961-.449\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"slash-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15.256 3.042a.75.75 0 0 1 .449.962l-6 16.5a.75.75 0 1 1-1.41-.513l6-16.5a.75.75 0 0 1 .961-.449\" clip-rule=\"evenodd\"/>"
},
"sparkles": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09m8.445-7.188L18 9.75l-.259-1.035a3.38 3.38 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.38 3.38 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.38 3.38 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.38 3.38 0 0 0-2.456 2.456m-1.365 11.852L16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183l.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394l-1.183.394a2.25 2.25 0 0 0-1.423 1.423\"/>"
},
@ -4315,6 +4703,22 @@
"stop-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 7.5a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3z\" clip-rule=\"evenodd\"/>"
},
"strikethrough": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 12a9 9 0 0 1-.318-.079c-1.585-.424-2.904-1.247-3.76-2.236c-.873-1.009-1.265-2.19-.968-3.301c.59-2.2 3.663-3.29 6.863-2.432A8.2 8.2 0 0 1 16.5 5.21M6.42 17.812c.857.989 2.176 1.811 3.761 2.236c3.2.858 6.274-.23 6.863-2.431c.233-.868.044-1.779-.465-2.617M3.75 12h16.5\"/>"
},
"strikethrough-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.165 3.654c-.95-.255-1.921-.273-2.693-.042c-.769.231-1.087.624-1.173.947s-.008.822.543 1.407c.389.412.927.77 1.55 1.034H13a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 3 7h1.756l-.006-.006c-.787-.835-1.161-1.849-.9-2.823c.26-.975 1.092-1.666 2.191-1.995c1.097-.33 2.36-.28 3.512.029c.75.2 1.478.518 2.11.939a.75.75 0 0 1-.833 1.248a5.7 5.7 0 0 0-1.665-.738m2.074 6.365a.75.75 0 0 1 .91.543a2.44 2.44 0 0 1-.35 2.024c-.405.585-1.052 1.003-1.84 1.24c-1.098.329-2.36.279-3.512-.03c-1.152-.308-2.27-.897-3.056-1.73a.75.75 0 0 1 1.092-1.029c.552.586 1.403 1.056 2.352 1.31c.95.255 1.92.273 2.692.042c.55-.165.873-.417 1.038-.656a.94.94 0 0 0 .13-.803a.75.75 0 0 1 .544-.91\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"strikethrough-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.617 3.963c-1.186-.318-2.418-.323-3.416.015c-.992.336-1.49.91-1.642 1.476s-.007 1.313.684 2.1c.528.6 1.273 1.1 2.128 1.446h7.879a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5h3.813a6 6 0 0 1-.447-.456C5.18 7.479 4.798 6.231 5.11 5.066c.312-1.164 1.268-2.055 2.61-2.509c1.336-.451 2.877-.42 4.286-.043c.856.23 1.684.592 2.409 1.074a.75.75 0 1 1-.83 1.25a6.7 6.7 0 0 0-1.968-.875m1.909 8.123a.75.75 0 0 1 1.015.309c.53.99.607 2.062.18 3.01c-.421.94-1.289 1.648-2.441 2.038c-1.336.452-2.877.42-4.286.043s-2.759-1.121-3.69-2.18a.75.75 0 1 1 1.127-.99c.696.791 1.765 1.403 2.952 1.721c1.186.318 2.418.323 3.416-.015c.853-.288 1.34-.756 1.555-1.232c.21-.467.205-1.049-.136-1.69a.75.75 0 0 1 .308-1.014\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20
},
"strikethrough-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.657 4.728c-1.086.385-1.766 1.057-1.979 1.85c-.214.8.046 1.733.81 2.616c.746.862 1.93 1.612 3.388 2.003q.105.029.21.053h8.163a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1 0-1.5h4.78a7 7 0 0 1-1.175-1.074C6.372 9.042 5.849 7.61 6.229 6.19c.377-1.408 1.528-2.38 2.927-2.876c1.402-.497 3.127-.55 4.855-.086A8.9 8.9 0 0 1 16.94 4.6a.75.75 0 0 1-.881 1.215a7.4 7.4 0 0 0-2.436-1.14c-1.473-.394-2.885-.331-3.966.052m6.533 9.632a.75.75 0 0 1 1.03.25c.592.974.846 2.094.55 3.2c-.378 1.408-1.529 2.38-2.927 2.876c-1.402.497-3.127.55-4.855.087c-1.712-.46-3.168-1.354-4.134-2.47a.75.75 0 0 1 1.134-.982c.746.862 1.93 1.612 3.388 2.003c1.473.394 2.884.331 3.966-.052c1.085-.384 1.766-1.056 1.978-1.85c.169-.628.046-1.33-.381-2.032a.75.75 0 0 1 .25-1.03\" clip-rule=\"evenodd\"/>"
},
"sun": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0\"/>"
},
@ -4460,18 +4864,20 @@
"body": "<g fill=\"currentColor\"><path d=\"M19.5 6h-15v9h15z\"/><path fill-rule=\"evenodd\" d=\"M3.375 3C2.339 3 1.5 3.84 1.5 4.875v11.25C1.5 17.16 2.34 18 3.375 18H9.75v1.5H6A.75.75 0 0 0 6 21h12a.75.75 0 0 0 0-1.5h-3.75V18h6.375c1.035 0 1.875-.84 1.875-1.875V4.875C22.5 3.839 21.66 3 20.625 3zm0 13.5h17.25a.375.375 0 0 0 .375-.375V4.875a.375.375 0 0 0-.375-.375H3.375A.375.375 0 0 0 3 4.875v11.25c0 .207.168.375.375.375\" clip-rule=\"evenodd\"/></g>"
},
"underline": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M18 3.75v7.5a6 6 0 0 1-12 0v-7.5m-2.25 16.5h16.5\"/>",
"hidden": true
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5\"/>"
},
"underline-16-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.75 2a.75.75 0 0 1 .75.75V7a2.5 2.5 0 0 0 5 0V2.75a.75.75 0 0 1 1.5 0V7a4 4 0 0 1-8 0V2.75A.75.75 0 0 1 4.75 2M2 13.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 16,
"height": 16
},
"underline-20-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.75 2a.75.75 0 0 1 .75.75V10a4.5 4.5 0 1 0 9 0V2.75a.75.75 0 0 1 1.5 0V10a6 6 0 0 1-12 0V2.75A.75.75 0 0 1 4.75 2m-2.5 16.25A.75.75 0 0 1 3 17.5h14a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.75 2a.75.75 0 0 1 .75.75V9a4.5 4.5 0 1 0 9 0V2.75a.75.75 0 0 1 1.5 0V9A6 6 0 0 1 4 9V2.75A.75.75 0 0 1 4.75 2M2 17.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"width": 20,
"height": 20,
"hidden": true
"height": 20
},
"underline-solid": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 3a.75.75 0 0 1 .75.75v7.5a5.25 5.25 0 1 0 10.5 0v-7.5a.75.75 0 0 1 1.5 0v7.5a6.75 6.75 0 0 1-13.5 0v-7.5A.75.75 0 0 1 6 3M3 20.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>",
"hidden": true
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.995 2.994a.75.75 0 0 1 .75.75v7.5a5.25 5.25 0 1 0 10.5 0v-7.5a.75.75 0 0 1 1.5 0v7.5a6.75 6.75 0 1 1-13.5 0v-7.5a.75.75 0 0 1 .75-.75m-3 17.252a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5h-16.5a.75.75 0 0 1-.75-.75\" clip-rule=\"evenodd\"/>"
},
"user": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M15.75 6a3.75 3.75 0 1 1-7.5 0a3.75 3.75 0 0 1 7.5 0M4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.9 17.9 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632\"/>"

View File

@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
"total": 1486,
"total": 1488,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1720542216,
"lastModified": 1720781296,
"icons": {
"a-arrow-down": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 13h6M2 16l4.5-9l4.5 9m7-9v9m-4-4l4 4l4-4\"/>"
@ -933,7 +933,7 @@
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M21.17 8H12M3.95 6.06L8.54 14m2.34 7.94L15.46 14\"/></g>"
},
"church": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m18 7l4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2\"/><path d=\"M14 22v-4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v4\"/><path d=\"M18 22V5l-6-3l-6 3v17m6-15v5m-2-3h4\"/></g>"
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 9h4m-2-2v5m2 10v-4a2 2 0 0 0-4 0v4\"/><path d=\"M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22\"/><path d=\"m18 7l3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7\"/></g>"
},
"cigarette": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 12H2v4h16m4-4v4M7 12v4m11-8c0-2.5-2-2.5-2-5m6 5c0-2.5-2-2.5-2-5\"/>"
@ -1374,7 +1374,7 @@
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"/><path d=\"M3 5v14a9 3 0 0 0 12 2.84M21 5v3m0 4l-3 5h4l-3 5\"/><path d=\"M3 12a9 3 0 0 0 11.59 2.87\"/></g>"
},
"delete": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 5H9l-7 7l7 7h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-2 4l-6 6m0-6l6 6\"/>"
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm2 4l6 6m0-6l-6 6\"/>"
},
"dessert": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"4\" r=\"2\"/><path d=\"M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8\"/><path d=\"M3.2 14.8a9 9 0 0 0 17.6 0\"/></g>"
@ -1464,7 +1464,7 @@
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4m4-5l5 5l5-5m-5 5V3\"/>"
},
"drafting-compass": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"5\" r=\"2\"/><path d=\"m3 21l8.02-14.26m1.97 0l1.93 3.44M19 12c-3.87 4-10.13 4-14 0m16 9l-2.16-3.84\"/></g>"
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12.99 6.74l1.93 3.44M19.136 12a10 10 0 0 1-14.271 0M21 21l-2.16-3.84M3 21l8.02-14.26\"/><circle cx=\"12\" cy=\"5\" r=\"2\"/></g>"
},
"drama": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 11h.01M14 6h.01M18 6h.01M6.5 13.1h.01M22 5c0 9-4 12-6 12s-6-3-6-12q0-3 6-3c6 0 6 1 6 3\"/><path d=\"M17.4 9.9c-.8.8-2 .8-2.8 0m-4.5-2.8C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6c4.5 7.8 9.5 8.4 11.2 7.4c.9-.5 1.9-2.1 1.9-4.7\"/><path d=\"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4\"/></g>"
@ -2708,6 +2708,9 @@
"monitor-check": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m9 10l2 2l4-4\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M12 17v4m-4 0h8\"/></g>"
},
"monitor-cog": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 17v4m3.2-16.1l-.9-.4m.9 2.6l-.9.4m2.6-4.3l-.4-.9m.4 6.5l-.4.9m3-7.4l-.4.9m.4 6.5l-.4-.9m2.6-4.3l-.9.4m.9 2.6l-.9-.4M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7M8 21h8\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/></g>"
},
"monitor-dot": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"19\" cy=\"6\" r=\"3\"/><path d=\"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9m-1 14v4m-4 0h8\"/></g>"
},
@ -4223,6 +4226,9 @@
"type": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7V4h16v3M9 20h6M12 4v16\"/>"
},
"type-outline": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z\"/>"
},
"umbrella": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 12a10.06 10.06 1 0 0-20 0Zm-10 0v8a2 2 0 0 0 4 0M12 2v1\"/>"
},

View File

@ -2,7 +2,7 @@
"prefix": "material-symbols-light",
"info": {
"name": "Material Symbols Light",
"total": 13049,
"total": 13083,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1720072781,
"lastModified": 1720781559,
"icons": {
"123": {
"body": "<path fill=\"currentColor\" d=\"M5.885 14.692v-4.5h-1.5v-.884h2.384v5.384zm3.384 0v-2.307q0-.327.221-.548t.548-.221h2.27v-1.424H9.269v-.884h3.154q.327 0 .548.22q.221.222.221.549v1.539q0 .326-.22.548q-.222.22-.549.22h-2.27v1.424h3.04v.884zm5.923 0v-.884h3.039v-1.423h-2.039v-.77h2.039v-1.423h-3.039v-.884h3.154q.327 0 .548.22q.222.222.222.549v3.846q0 .327-.222.548q-.221.221-.548.221z\"/>"
@ -1981,10 +1981,10 @@
"body": "<path fill=\"currentColor\" d=\"M3 19v-4.192q.883-.327 1.441-1.088Q5 12.96 5 12t-.559-1.72T3 9.192V5h18v14zm5.927-3.58l8.708-2.312q.336-.081.533-.367q.198-.285.117-.603q-.081-.317-.38-.447q-.3-.13-.616-.049l-2.527.689l-4-3.75l-1.054.234l2.4 4.2l-2.746.677l-1.25-.95l-.604.173z\"/>"
},
"airplanemode-inactive": {
"body": "<path fill=\"currentColor\" d=\"M12 20.154L9.135 21v-.846l1.884-1.385v-5.865L3 15.288v-1.077l6.146-3.65l-6.65-6.65l.708-.707l17.63 17.63l-.707.708l-7.146-7.146v4.335l1.885 1.423V21zM12 2.98q.414 0 .697.284q.284.283.284.697v5.48L21 14.212v1.077l-4.45-1.325l-5.53-5.526V3.962q0-.414.283-.697q.283-.284.697-.284\"/>"
"body": "<path fill=\"currentColor\" d=\"m21 16.173l-3.756-1.521l-6.686-6.675V4.442q0-.594.424-1.018T12 3t1.018.424t.424 1.018v4.439L21 14.21zm-9 3.52L7.712 21v-1.538l2.846-2.004v-4.331L3 16.173v-1.961l5.746-4.05l-6.25-6.25l.708-.708l17.63 17.63l-.707.708l-6.685-6.684v2.6l2.827 2.004V21z\"/>"
},
"airplanemode-inactive-rounded": {
"body": "<path fill=\"currentColor\" d=\"m12 20.154l-2.442.717q-.16.056-.292-.052t-.131-.273v-.227q0-.073.033-.137t.101-.126l1.75-1.287v-5.865L3.6 15.117q-.233.068-.416-.07Q3 14.91 3 14.677v-.196q0-.129.065-.233q.064-.104.168-.171l5.913-3.515L2.85 4.266q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16L20.48 20.48q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-6.792-6.792v4.335l1.725 1.294q.067.062.113.144t.046.181v.104q0 .196-.162.322t-.359.065zM12 2.98q.414 0 .697.284q.284.283.284.697v5.48l7.775 4.63q.128.067.186.183t.058.257v.079q0 .269-.202.419t-.465.082l-3.783-1.129l-5.53-5.524V3.961q0-.414.283-.697q.283-.284.697-.284\"/>"
"body": "<path fill=\"currentColor\" d=\"m13.442 8.88l7.225 5.06q.154.118.244.287q.089.17.089.373v.358q0 .419-.345.657t-.753.083l-2.658-1.046l-6.686-6.675V4.442q0-.594.424-1.018T12 3t1.018.424t.424 1.018zM12 19.693l-3.483 1.062q-.307.092-.556-.095t-.25-.515v-.35q0-.154.075-.29q.074-.135.197-.227l2.575-1.82v-4.33l-6.46 2.602q-.408.154-.753-.084T3 14.99v-.358q0-.204.09-.373q.089-.17.243-.287l5.413-3.81L2.85 4.267q-.14-.141-.15-.345t.15-.363t.354-.16t.354.16L20.48 20.48q.14.14.15.344t-.15.363t-.354.16t-.354-.16l-6.33-6.33v2.6l2.555 1.788q.123.093.197.228t.074.29v.35q0 .327-.249.514t-.556.095z\"/>"
},
"airplay": {
"body": "<path fill=\"currentColor\" d=\"M7.423 20L12 15.423L16.577 20zm-2.807-2q-.672 0-1.144-.472T3 16.385V5.615q0-.69.463-1.152T4.615 4h14.77q.69 0 1.152.463T21 5.616v10.769q0 .67-.472 1.143q-.472.472-1.143.472H18l-6-6l-6 6z\"/>"
@ -2407,22 +2407,22 @@
"body": "<path fill=\"currentColor\" d=\"M2.692 17.02q.206-2.272 1.398-4.173q1.192-1.9 3.176-3.02l-1.562-2.7q-.131-.206-.066-.408q.066-.202.277-.327q.2-.106.393-.04q.192.065.319.256l1.565 2.715q1.82-.764 3.808-.764t3.808.764l1.565-2.715q.127-.19.32-.256q.192-.066.391.04q.212.125.278.327q.065.202-.066.408l-1.561 2.7q1.983 1.12 3.175 3.02q1.192 1.901 1.398 4.172zm5.08-2.328q.445 0 .75-.307q.305-.308.305-.753t-.308-.75t-.752-.305t-.75.308t-.306.752q0 .446.308.75t.753.305m8.462 0q.445 0 .75-.307q.304-.308.304-.753t-.307-.75t-.753-.305t-.75.308t-.305.752t.307.75t.753.305\"/>"
},
"animated-images": {
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm-3.648 3.712q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463h10.539q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm-2.665 4.355q-.671.087-1.196-.323t-.606-1.08L3.15 9.7q-.08-.671.336-1.206t1.087-.615l.664-.067v7.88q0 1.154.807 1.962q.808.808 1.962.808h10.333q.003.35-.245.614t-.61.32z\"/>"
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm-6.32 8.067q-.67.087-1.198-.32t-.609-1.078L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.496 1.06 2.556t2.556 1.06h9.185q.003.35-.245.614t-.61.32zm2.974-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463z\"/>"
},
"animated-images-outline": {
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm4.383 5.712h1.456q.003.35-.245.614t-.61.32L6.182 20.817q-.671.081-1.2-.323q-.527-.403-.608-1.075L3.15 9.7q-.08-.671.336-1.206t1.087-.615l.664-.067v1l-.516.061q-.269.039-.423.23q-.154.193-.115.463l1.196 9.719q.038.269.23.423q.193.154.462.115zm-8.031-2q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463h10.539q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm0-1h10.539q.269 0 .442-.173t.173-.443V4.308q0-.27-.173-.442q-.173-.174-.442-.174H8.852q-.27 0-.442.173q-.174.173-.174.443v10.538q0 .27.173.443q.174.173.443.173m5.27-5.885\"/>"
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm4.354 5.712h1.485q-.002.361-.245.617t-.61.317L6.182 20.817q-.671.087-1.2-.32q-.527-.407-.608-1.078l-1.23-9.713q-.08-.672.333-1.216t1.085-.606l.977-.073v1l-.823.068q-.27.019-.424.221t-.115.471l1.196 9.713q.039.27.23.424q.193.153.463.115zm-7.7-2q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm0-1h10.23q.27 0 .443-.173t.173-.443V4.616q0-.27-.173-.443T19.385 4H9.154q-.27 0-.442.173q-.173.173-.173.443v10.23q0 .27.173.443t.442.173M5.45 19.9\"/>"
},
"animated-images-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"m13.762 11.898l2.546-1.727q.354-.242.354-.671t-.354-.671l-2.546-1.727q-.404-.293-.833-.05q-.429.242-.429.727v3.442q0 .485.429.727q.429.243.833-.05m-4.91 4.564q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463h10.539q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm0-1h10.539q.269 0 .442-.173t.173-.443V4.308q0-.27-.173-.442q-.173-.174-.442-.174H8.852q-.27 0-.442.173q-.174.173-.174.443v10.538q0 .27.173.443q.174.173.443.173m-2.671 5.355q-.672.081-1.2-.323q-.527-.403-.608-1.075L3.15 9.7q-.08-.671.336-1.203q.416-.531 1.087-.618l.127-.02q.214-.036.378.12t.164.394q0 .183-.127.323q-.128.14-.311.177H4.72q-.269.039-.423.23q-.154.193-.115.463l1.196 9.719q.038.269.23.423q.193.154.462.115l11.773-1.47q.214-.03.375.095t.193.339t-.095.362t-.338.18zm-.725-.917\"/>"
"body": "<path fill=\"currentColor\" d=\"m13.762 11.898l2.546-1.727q.354-.242.354-.671t-.354-.671l-2.546-1.727q-.404-.293-.833-.05q-.429.242-.429.727v3.442q0 .485.429.727q.429.243.833-.05m-4.608 4.564q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm0-1h10.23q.27 0 .443-.173t.173-.443V4.616q0-.27-.173-.443T19.385 4H9.154q-.27 0-.442.173q-.173.173-.173.443v10.23q0 .27.173.443t.442.173M6.18 20.817q-.672.081-1.2-.323q-.527-.403-.608-1.075L3.144 9.706q-.08-.671.339-1.215q.419-.545 1.09-.612l.435-.02q.213-.017.377.12q.165.137.165.375q0 .183-.128.333t-.31.167l-.39.019q-.27.02-.424.221q-.154.202-.115.472l1.196 9.719q.038.269.23.423q.193.154.462.115l11.773-1.47q.214-.03.375.095t.193.339t-.095.362t-.338.18z\"/>"
},
"animated-images-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm4.383 5.712h1.444l.098.825l-13.829 1.742L2.94 8.046l2.298-.235v1l-1.131.139l1.35 10.95zm-9.646-2V2.692h13.769v13.77zm1-1h11.769V3.692H8.236zm5.884-5.885\"/>"
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm4.383 5.712h1.444l.098.825l-13.84 1.742L2.927 8.065l2.612-.254v1L4.1 8.956L5.45 19.9zm-9.344-2V3H21v13.462zm1-1H20V4H8.539zm5.73-5.731\"/>"
},
"animated-images-rounded": {
"body": "<path fill=\"currentColor\" d=\"m13.762 11.898l2.546-1.727q.354-.242.354-.671t-.354-.671l-2.546-1.727q-.404-.293-.833-.05q-.429.242-.429.727v3.442q0 .485.429.727q.429.243.833-.05m-4.91 4.564q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463h10.539q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm-2.665 4.355q-.671.087-1.196-.323t-.606-1.08L3.15 9.7q-.08-.671.336-1.206t1.087-.615l.664-.067v7.88q0 1.154.807 1.962q.808.808 1.962.808h10.333q.003.35-.245.614t-.61.32z\"/>"
"body": "<path fill=\"currentColor\" d=\"m13.762 11.898l2.546-1.727q.354-.242.354-.671t-.354-.671l-2.546-1.727q-.404-.293-.833-.05q-.429.242-.429.727v3.442q0 .485.429.727q.429.243.833-.05m-7.581 8.92q-.672.086-1.2-.321t-.608-1.078L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.496 1.06 2.556t2.556 1.06h9.185q.003.35-.245.614t-.61.32zm2.973-4.356q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463z\"/>"
},
"animated-images-sharp": {
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm-5.264 3.712V2.692h13.77v13.77zm-2.64 4.567L2.94 8.046l2.298-.234v10.65H18.34l.098.825z\"/>"
"body": "<path fill=\"currentColor\" d=\"m12.5 12.75l4.789-3.25L12.5 6.25zm-7.915 8.279L2.927 8.066l2.612-.254v10.65h12.8l.086.825zm2.954-4.567V3H21v13.462z\"/>"
},
"animation": {
"body": "<path fill=\"currentColor\" d=\"M9 21q-1.258 0-2.34-.473q-1.083-.473-1.899-1.288q-.815-.816-1.288-1.898Q3 16.258 3 15q0-1.775.944-3.267t2.587-2.214q.461-1.033 1.218-1.79t1.77-1.198q.71-1.604 2.17-2.568Q13.148 3 15 3q1.258 0 2.34.473q1.083.473 1.898 1.289q.816.815 1.289 1.898T21 9q0 1.856-.935 3.289q-.934 1.432-2.596 2.192q-.461 1.032-1.209 1.78q-.747.747-1.78 1.208q-.72 1.604-2.174 2.568T9 21m.039-1q1.113 0 2.231-.538t1.769-1.577q-1.527.269-2.889-.214q-1.362-.482-2.35-1.452q-.988-.988-1.471-2.34T6.116 11q-1.02.67-1.568 1.759T4 15q0 1.05.4 1.96t1.075 1.584q.694.675 1.604 1.065q.91.391 1.96.391M12 17q1.44 0 2.478-.654t1.572-1.461q-1.533.269-2.894-.217t-2.35-1.454q-.989-.989-1.474-2.341q-.486-1.352-.216-2.884q-.866.592-1.472 1.639Q7.04 10.675 7.04 12q0 1.05.387 1.95t1.068 1.575q.675.7 1.566 1.087Q10.95 17 12 17m3.039-3q.45 0 .862-.075t.838-.225q.55-1.5.162-2.887t-1.337-2.338t-2.338-1.338t-2.887.163q-.15.425-.225.837T10.039 9q0 1.05.387 1.95t1.088 1.575q.675.7 1.575 1.087t1.95.388m2.884-.989q.962-.65 1.52-1.63T20 9q0-1.05-.387-1.95t-1.088-1.575q-.675-.7-1.575-1.087T15 4q-1.279 0-2.291.567t-1.72 1.548q1.532-.269 2.894.217t2.35 1.454q.988.989 1.474 2.341q.485 1.352.216 2.884\"/>"
@ -8220,10 +8220,10 @@
"body": "<path fill=\"currentColor\" d=\"M5.308 15.692h1.384q-.096-.536-.472-.912t-.912-.472zm3.55 0h.873q0-1.844-1.294-3.133q-1.294-1.29-3.13-1.29v.873q1.476 0 2.513 1.038t1.038 2.512m3.038 0h.873q0-1.534-.583-2.9q-.583-1.364-1.597-2.38T8.211 8.815t-2.903-.583v.873q2.744 0 4.666 1.924t1.922 4.664M9 20v-2H3V4h18v14h-6v2z\"/>"
},
"connecting-airports": {
"body": "<path fill=\"currentColor\" d=\"m15.773 21.092l-2.6-4.4H10q-.29 0-.491-.2q-.201-.201-.201-.492t.2-.491t.492-.201h3.173l2.6-4.4h.523l-1.3 4.4h3.408l.75-1h.423L19.073 16l.504 1.692h-.423l-.75-1h-3.408l1.3 4.4zm-8.07-8l1.3-4.4H5.597l-.75 1h-.423L4.927 8l-.504-1.692h.423l.75 1h3.408l-1.3-4.4h.523l2.6 4.4H14q.29 0 .491.2q.201.202.201.492t-.2.491q-.201.201-.492.201h-3.173l-2.6 4.4z\"/>"
"body": "<path fill=\"currentColor\" d=\"m6.923 13.442l1.848-4.75H5.038l-1.267 1.904H3.02l.827-2.865l-.827-2.885h.752L5.04 6.75h3.73L6.923 2h1l3.335 4.75h3.146q.413 0 .697.284q.284.283.284.697t-.284.687q-.284.274-.697.274h-3.146l-3.335 4.75zM16.096 22l-3.335-4.75H9.617q-.414 0-.698-.284q-.283-.283-.283-.697t.283-.697t.698-.284h3.146l3.334-4.73h1l-1.848 4.73h3.733l1.267-1.884H21l-.827 2.865l.827 2.885h-.752l-1.267-1.904h-3.733L17.096 22z\"/>"
},
"connecting-airports-rounded": {
"body": "<path fill=\"currentColor\" d=\"m19.073 16l.43 1.462q.032.084-.019.157q-.05.073-.14.073h-.125q-.061 0-.091-.018t-.06-.055l-.664-.927h-3.408l1.221 4.108q.037.11-.032.201q-.07.091-.195.091h-.1q-.063 0-.108-.02q-.045-.022-.076-.09l-2.533-4.29H10q-.294 0-.493-.198t-.2-.491q0-.294.2-.494q.199-.201.493-.201h3.173l2.527-4.285q.037-.057.098-.086q.06-.03.121-.03h.046q.126 0 .195.105q.069.104.032.225l-1.196 4.07h3.408l.638-.915q.037-.061.083-.073t.103-.011h.046q.115 0 .188.084q.073.085.036.195zM4.927 8l-.45-1.48q-.03-.086.02-.149q.052-.063.143-.063h.117q.042 0 .079.018t.058.055l.702.927h3.408L7.783 3.2q-.037-.11.032-.201q.07-.091.195-.091h.1q.063 0 .108.02q.046.022.076.09l2.533 4.29H14q.294 0 .493.198t.2.491t-.2.494t-.493.201h-3.173L8.3 12.977q-.036.067-.082.091t-.11.024h-.106q-.093 0-.161-.103q-.07-.104-.033-.225l1.196-4.072H5.596l-.638.916q-.037.061-.083.073t-.103.011h-.046q-.115 0-.188-.084q-.073-.085-.036-.194z\"/>"
"body": "<path fill=\"currentColor\" d=\"M7.599 13.442q-.249 0-.377-.2q-.128-.201-.049-.44l1.598-4.11H5.038L3.887 10.44q-.059.078-.142.118t-.174.04h-.08q-.183 0-.297-.14t-.047-.328l.7-2.398l-.712-2.49q-.042-.158.05-.276t.241-.119h.178q.083 0 .147.041t.106.111L5.039 6.75H8.77L7.136 2.548q-.073-.194.052-.371T7.526 2h.188q.1 0 .178.049q.08.049.146.128l3.22 4.573h3.146q.409 0 .695.287t.286.697t-.286.684t-.695.274h-3.146l-3.194 4.562q-.068.085-.173.137q-.106.051-.218.051zM16.306 22q-.1 0-.179-.049t-.146-.128l-3.22-4.573H9.617q-.41 0-.695-.283q-.286-.283-.286-.687t.286-.689t.695-.283h3.146l3.219-4.574q.067-.078.15-.127t.179-.05h.186q.211 0 .336.177q.124.177.05.372l-1.634 4.202h3.733l1.182-1.752q.043-.07.108-.111t.14-.041h.176q.165 0 .252.118q.088.118.045.276l-.711 2.49l.711 2.471q.043.158-.048.276t-.242.119h-.178q-.083 0-.147-.041t-.105-.111L18.98 17.25h-3.733l1.635 4.202q.073.194-.052.371t-.338.177z\"/>"
},
"construction": {
"body": "<path fill=\"currentColor\" d=\"m18.958 20l-5.552-5.552l1.061-1.061l5.552 5.552zM5.062 20L4 18.939l6.958-6.958l-2.97-2.95l-.546.546l-.948-.967v1.8l-.546.546l-2.621-2.621l.546-.546h1.8l-.961-.943l2.165-2.165q.346-.346.758-.514Q8.046 4 8.512 4q.465 0 .877.167t.757.514L8.5 6.327l1.096 1.096l-.546.546l2.97 2.95l2.557-2.558q-.235-.332-.326-.68t-.091-.764q0-1.225.849-2.074t2.074-.849q.26 0 .5.037q.242.036.477.148L15.989 6.25l1.761 1.761l2.071-2.07q.117.234.151.475q.034.242.034.501q0 1.225-.85 2.074q-.848.85-2.073.85q-.416 0-.764-.089t-.68-.329z\"/>"
@ -8561,6 +8561,24 @@
"conversion-path-off-rounded": {
"body": "<path fill=\"currentColor\" d=\"M20.75 22.171L2.235 3.661q-.146-.145-.156-.346t.156-.367t.356-.165t.357.165l18.516 18.516q.146.146.155.344t-.155.363t-.357.165t-.357-.165M11 18.5q-1.458 0-2.479-1.021T7.5 15t1.021-2.479T11 11.5h.5l1 1H11q-1.036 0-1.768.732T8.5 15t.732 1.768T11 17.5h6.5l2.685 2.685q-.273.142-.565.229q-.291.086-.62.086q-.898 0-1.586-.562t-.855-1.438zm9.779-2.279q.385.385.562.868q.176.482.153 1.003q-.011.162-.16.222q-.15.059-.28-.072l-1.198-1.198l-1.098-1.098q-.131-.13-.068-.28q.062-.149.224-.16q.52-.023 1 .154t.865.561M5 8.5q-1.038 0-1.77-.73T2.5 6q0-.704.362-1.283q.361-.578.953-.901l3.389 3.388q-.323.592-.921.944T5 8.5m9.86 3.346q-.214 0-.357-.143q-.144-.144-.144-.357q0-.102.222-.435q.436-.32.678-.825Q15.5 9.58 15.5 9q0-1.036-.732-1.768T13 6.5H9.525q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341t.375-.159H13q1.458 0 2.479 1.021T16.5 9q0 .814-.342 1.527t-.952 1.18q-.067.074-.162.107t-.185.032\"/>"
},
"convert-to-text": {
"body": "<path fill=\"currentColor\" d=\"M3 21v-1h2.704q-1.2-.46-1.966-1.532q-.767-1.072-.767-2.43q0-1.759 1.241-2.995q1.242-1.235 3.01-1.235v1q-1.356 0-2.304.944t-.947 2.308q0 1.157.725 2.046q.725.89 1.843 1.127v-2.771h1V21zM7.5 8.5h9v-1h-9zM9.923 20v-3.5H13.5v-1H9.923v-3H16.5v-1H9.923V9.423H4V5.615q0-.69.463-1.153T5.616 4h12.769q.69 0 1.153.462T20 5.615v12.77q0 .69-.462 1.152T18.384 20z\"/>"
},
"convert-to-text-outline": {
"body": "<path fill=\"currentColor\" d=\"M9.923 16.5H13.5v-1H9.923zm0-4H16.5v-1H9.923zM7.5 8.5h9v-1h-9zM3 21v-1h2.704q-1.2-.46-1.966-1.527q-.767-1.067-.767-2.434q0-1.764 1.243-2.998q1.244-1.233 3.007-1.233v1q-1.355 0-2.303.944q-.947.944-.947 2.306q0 1.167.725 2.051t1.843 1.124v-2.771h1V21zm6.923-1v-1h8.462q.23 0 .423-.192t.192-.424V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616v3.807H4V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20z\"/>"
},
"convert-to-text-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M18.385 20h-7.962q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h7.962q.23 0 .423-.192t.192-.424V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616v3.307q0 .213-.144.356t-.357.144t-.356-.144T4 8.923V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20M3.5 21q-.213 0-.356-.144T3 20.499t.144-.356T3.5 20h2.204q-1.2-.46-1.966-1.532q-.767-1.072-.767-2.43q0-1.759 1.241-2.995q1.242-1.235 3.01-1.235q.212 0 .356.144q.143.143.143.356t-.143.356t-.357.144q-1.355 0-2.303.944q-.947.944-.947 2.308q0 1.157.725 2.046q.725.89 1.843 1.127V16.96q0-.212.144-.356q.143-.143.356-.143t.356.143t.144.357v3.23q0 .344-.233.576T6.731 21zm6.923-4.5H13q.213 0 .356-.144t.144-.357t-.144-.356T13 15.5h-2.577q-.212 0-.356.144t-.144.357t.144.356t.356.143m0-4H16q.213 0 .356-.144t.144-.357t-.144-.356T16 11.5h-5.577q-.212 0-.356.144t-.144.357t.144.356t.356.143M8 8.5h8q.213 0 .356-.144t.144-.357t-.144-.356T16 7.5H8q-.213 0-.356.144t-.144.357t.144.356T8 8.5\"/>"
},
"convert-to-text-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M3 21v-1h2.704q-1.2-.46-1.966-1.532q-.767-1.072-.767-2.43q0-1.759 1.241-2.995q1.242-1.235 3.01-1.235v1q-1.356 0-2.304.944t-.947 2.308q0 1.157.725 2.046q.725.89 1.843 1.127v-2.771h1V21zm6.923-1v-1H19V5H5v4.423H4V4h16v16zm0-3.5H13.5v-1H9.923zm0-4H16.5v-1H9.923zM7.5 8.5h9v-1h-9z\"/>"
},
"convert-to-text-rounded": {
"body": "<path fill=\"currentColor\" d=\"M8 8.5h8q.213 0 .356-.144t.144-.357t-.144-.356T16 7.5H8q-.213 0-.356.144t-.144.357t.144.356T8 8.5M10.73 20q-.342 0-.575-.232t-.232-.576V16.5H13q.213 0 .356-.144t.144-.357t-.144-.356T13 15.5H9.923v-3H16q.213 0 .356-.144t.144-.357t-.144-.356T16 11.5H9.729v.006q-.344-.914-1.154-1.498q-.81-.585-1.844-.585H4.808q-.343 0-.576-.232T4 8.616v-3q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM3.5 21q-.213 0-.356-.144T3 20.499t.144-.356T3.5 20h2.204q-1.2-.46-1.966-1.532q-.767-1.072-.767-2.43q0-1.759 1.241-2.995q1.242-1.235 3.01-1.235q.212 0 .356.144q.143.143.143.356t-.143.356t-.357.144q-1.355 0-2.303.944q-.947.944-.947 2.308q0 1.157.725 2.046q.725.89 1.843 1.127V16.96q0-.212.144-.356q.143-.143.356-.143t.356.143t.144.357v3.23q0 .344-.233.576T6.731 21z\"/>"
},
"convert-to-text-sharp": {
"body": "<path fill=\"currentColor\" d=\"M3 21v-1h2.704q-1.2-.46-1.966-1.532q-.767-1.072-.767-2.43q0-1.759 1.241-2.995q1.242-1.235 3.01-1.235v1q-1.356 0-2.304.944t-.947 2.308q0 1.157.725 2.046q.725.89 1.843 1.127v-2.771h1V21zM7.5 8.5h9v-1h-9zM9.923 20v-3.5H13.5v-1H9.923v-3H16.5v-1H9.923V9.423H4V4h16v16z\"/>"
},
"conveyor-belt": {
"body": "<path fill=\"currentColor\" d=\"M5 19q-.846 0-1.423-.577T3 17t.577-1.423T5 15h14q.846 0 1.423.577T21 17t-.577 1.423T19 19zm0-1h14q.425 0 .713-.288T20 17t-.288-.712T19 16H5q-.425 0-.712.288T4 17t.288.713T5 18m6.761-5q-.34 0-.57-.23t-.23-.57V5.8q0-.34.23-.57t.57-.23h6.401q.34 0 .57.23t.23.57v6.4q0 .34-.23.57t-.57.23zM3 11.489v-.983h5.944v.983zM12.962 8.5h4v-.994h-4zM5 8.5h3.944v-.994H5z\"/>"
},
@ -14426,7 +14444,7 @@
"body": "<path fill=\"currentColor\" d=\"M2 20.192v-5.961q0-.343.232-.576t.576-.232h3.154q.343 0 .575.232t.232.576v5.961q0 .344-.232.576T5.962 21H2.808q-.343 0-.576-.232T2 20.192m7.616 0v-5.961q0-.343.232-.576t.575-.232h3.154q.343 0 .576.232q.231.233.231.576v5.961q0 .344-.232.576t-.575.232h-3.154q-.343 0-.575-.232q-.232-.233-.232-.576m7.615 0v-5.961q0-.343.232-.576t.576-.232h3.153q.344 0 .576.232t.232.576v5.961q0 .344-.232.576t-.576.232h-3.154q-.343 0-.575-.232t-.232-.576M10.615 20h2.77v-5.577h-2.77zM2 9.77V3.807q0-.343.232-.576T2.808 3h3.154q.343 0 .575.232t.232.576v5.961q0 .344-.232.576t-.575.232H2.808q-.343 0-.576-.232T2 9.769m7.616 0V3.808q0-.343.232-.576T10.423 3h3.154q.343 0 .576.232q.231.233.231.576v5.961q0 .344-.232.576t-.575.232h-3.154q-.343 0-.575-.232q-.232-.233-.232-.576m7.615 0V3.808q0-.343.232-.576T18.039 3h3.153q.344 0 .576.232t.232.576v5.961q0 .344-.232.576t-.576.232h-3.154q-.343 0-.575-.232t-.232-.576M3 9.577h2.77V4H3zm15.423 0H21V4h-2.577z\"/>"
},
"flight": {
"body": "<path fill=\"currentColor\" d=\"M9.135 21v-.846l1.884-1.385v-5.865L3 15.288v-1.077l8.02-4.769v-5.48q0-.414.283-.697q.283-.284.697-.284t.697.284q.284.283.284.697v5.48L21 14.212v1.077l-8.02-2.385v5.827l1.886 1.423V21L12 20.154z\"/>"
"body": "<path fill=\"currentColor\" d=\"M7.712 21v-1.538l2.846-2.004v-4.331L3 16.173v-1.961l7.558-5.331V4.442q0-.594.424-1.018T12 3t1.018.424t.424 1.018v4.439L21 14.21v1.962l-7.558-3.046v4.33l2.827 2.005V21L12 19.692z\"/>"
},
"flight-class": {
"body": "<path fill=\"currentColor\" d=\"M14.077 12q-.613 0-1.037-.434q-.424-.433-.424-1.066v-4q0-.633.424-1.066T14.077 5h1.558q.594 0 .98.434Q17 5.867 17 6.5v4q0 .633-.385 1.066q-.386.434-.98.434zM9.5 17q-.387 0-.69-.224q-.304-.224-.427-.585L6 8.058V5h1v3l2.385 8H17v1zm-1.096 3v-1h8.577v1z\"/>"
@ -14447,19 +14465,19 @@
"body": "<path fill=\"currentColor\" d=\"M12.616 12V5H17v7zM17 17H8.616L6 8.058V5h1v3l2.385 8H17zm-8.596 3v-1h8.577v1z\"/>"
},
"flight-land": {
"body": "<path fill=\"currentColor\" d=\"M18.466 15.612L4 11.596V7.173l.808.23l.7 2.14L10.5 10.95V3l1.116.27l2.75 8.75l4.769 1.342q.402.111.633.43t.232.72q0 .574-.483.92q-.482.347-1.051.18M4 20v-1h16v1z\"/>"
"body": "<path fill=\"currentColor\" d=\"M4 20v-1h16v1zm14.223-4.82L4 11.045V5.02l1.458.425l1.122 3.32l4.084 1.187l-.817-8.19l1.856.542l2.988 8.821l4.262 1.244q.452.143.749.523q.297.381.297.864q0 .644-.52 1.143t-1.257.282\"/>"
},
"flight-land-rounded": {
"body": "<path fill=\"currentColor\" d=\"M18.466 15.612L4.59 11.758q-.268-.081-.43-.292Q4 11.254 4 10.98V7.625q0-.171.138-.282t.303-.049l.182.048q.093.031.154.093q.062.061.092.134l.639 1.973L10.5 10.95V3.625q0-.252.184-.402q.183-.15.416-.082l.252.061q.129.03.214.116q.086.086.142.215l2.658 8.486l4.769 1.342q.402.112.633.43t.232.72q0 .576-.483.922q-.482.346-1.051.179M4.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h15q.214 0 .357.143T20 19.5t-.143.357T19.5 20z\"/>"
"body": "<path fill=\"currentColor\" d=\"M4.5 20q-.213 0-.356-.144T4 19.499t.144-.356T4.5 19h15q.213 0 .356.144t.144.357t-.144.356T19.5 20zm13.723-4.82L5.162 11.393q-.535-.142-.848-.58T4 9.832V5.85q0-.308.246-.492q.246-.185.55-.101l.35.1q.152.05.253.146t.157.249L6.58 8.766l4.084 1.186l-.7-7.025q-.055-.42.275-.688t.735-.14l.34.095q.18.048.314.185q.135.136.198.313l2.865 8.433l4.262 1.244q.45.145.749.526q.297.38.297.87q0 .635-.52 1.134t-1.257.282\"/>"
},
"flight-rounded": {
"body": "<path fill=\"currentColor\" d=\"m12 20.154l-2.344.687q-.197.061-.359-.06t-.163-.321q0-.172.044-.276t.116-.159l1.725-1.294v-5.827l-7.352 2.188q-.263.067-.465-.081T3 14.59q0-.202.058-.327t.186-.193l7.775-4.629v-5.48q0-.409.287-.695t.698-.286t.693.286t.284.695v5.48l7.775 4.63q.128.067.186.196t.058.323q0 .27-.202.42t-.465.081l-7.352-2.188v5.827l1.725 1.294q.072.056.116.16q.043.104.043.27q0 .195-.162.321t-.359.065z\"/>"
"body": "<path fill=\"currentColor\" d=\"m10.558 13.127l-6.46 2.602q-.408.154-.753-.083T3 14.983v-.36q0-.196.087-.369t.246-.283l7.225-5.09V4.442q0-.595.423-1.018Q11.405 3 12 3t1.018.424t.424 1.018v4.439l7.225 5.09q.159.11.246.283t.087.37v.359q0 .425-.345.663t-.753.083l-6.46-2.602v4.33l2.575 1.82q.128.094.2.227t.072.29v.35q0 .327-.25.515t-.556.095L12 19.692l-3.483 1.062q-.307.092-.556-.095t-.25-.515v-.355q0-.149.072-.283t.2-.229l2.575-1.82z\"/>"
},
"flight-takeoff": {
"body": "<path fill=\"currentColor\" d=\"M4 20v-1h16v1zm1.273-4.096L3 11.977l.858-.185l1.788 1.55l5.089-1.376l-4.05-6.85l1.065-.331l6.85 6.111l4.904-1.292q.569-.148 1.027.213t.458.949q0 .396-.223.686q-.222.29-.593.402z\"/>"
"body": "<path fill=\"currentColor\" d=\"M4 20v-1h16v1zm1.327-4.923L2.231 9.904l1.458-.381l2.665 2.273l4.135-1.079l-4.926-6.611l1.862-.487l7.11 6.025l4.269-1.13q.569-.148 1.09.158q.52.307.668.876t-.12 1.09t-.838.668z\"/>"
},
"flight-takeoff-rounded": {
"body": "<path fill=\"currentColor\" d=\"M19.5 20h-15q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h15q.214 0 .357.143T20 19.5t-.143.357T19.5 20M5.646 13.342l5.089-1.376L6.99 5.642q-.124-.196-.047-.413t.31-.285l.233-.086q.129-.056.248-.016t.217.114l6.648 5.94l4.904-1.292q.569-.148 1.027.213t.458.949q0 .396-.223.686q-.222.29-.593.402l-14.31 3.869q-.267.08-.519-.025t-.388-.348l-1.718-2.97q-.097-.159-.018-.314q.08-.157.251-.207l.202-.036q.073-.025.16-.007t.153.08z\"/>"
"body": "<path fill=\"currentColor\" d=\"M19.604 11.306L6.489 14.773q-.535.137-1.013-.065t-.77-.662l-2.064-3.435q-.16-.252-.049-.544t.419-.36l.363-.092q.154-.05.295-.012q.142.038.265.136l2.419 2.057l4.135-1.079l-4.23-5.661q-.245-.333-.113-.734q.133-.4.552-.518l.333-.087q.179-.056.376-.015q.197.04.345.182l6.783 5.76l4.269-1.13q.569-.148 1.09.158q.52.307.668.876t-.12 1.09t-.838.668M4.5 20q-.213 0-.357-.143T4 19.5t.143-.357T4.5 19h15q.214 0 .357.143T20 19.5t-.143.357T19.5 20z\"/>"
},
"flights-and-hotels": {
"body": "<path fill=\"currentColor\" d=\"M7.5 16.5q0-.633.434-1.066Q8.367 15 9 15t1.066.434t.434 1.066t-.434 1.066Q9.633 18 9 18t-1.066-.434Q7.5 17.133 7.5 16.5M12 15h5.385q.69 0 1.152.463T19 16.616V22.5h-1V20H6v2.5H5V14h1v5h6zm3.75-2L12.8 7.65l-2.65 2.65l.27 1.72l-.75.75l-1.214-2.2l-2.22-1.2l.75-.75l1.72.224l2.669-2.669L6 3.25l.95-.95l6.6 1.7l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.7 6.6z\"/>"
@ -20573,13 +20591,16 @@
"body": "<path fill=\"currentColor\" d=\"M17.616 17.616q.625 0 1.062-.438t.438-1.062t-.438-1.063t-1.062-.437t-1.063.437t-.437 1.063t.437 1.062t1.063.438m0 3q.75 0 1.4-.35t1.075-.975q-.576-.35-1.2-.513t-1.275-.162t-1.275.162t-1.2.513q.425.624 1.075.974t1.4.35m0 1q-1.672 0-2.836-1.164t-1.164-2.835q0-1.672 1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165M9 9h6V7q0-1.25-.875-2.125T12 4t-2.125.875T9 7zm3.673 12H5V9h3V7q0-1.671 1.165-2.835Q10.329 3 12 3t2.836 1.165T16 7v2h3v2.8q-.346-.136-.692-.151q-.347-.014-.712-.014q-2.483 0-4.232 1.749t-1.749 4.238q0 .915.251 1.783T12.673 21\"/>"
},
"lock-reset": {
"body": "<path fill=\"currentColor\" d=\"M13 20q-1.542 0-2.953-.572t-2.54-1.6l.734-.712q.988.886 2.17 1.385T13 19q2.92 0 4.96-2.04T20 12q0-2.9-2.05-4.95T13 5T8.05 7.05T6 12v1.387l2.152-2.153l.714.689L5.5 15.288l-3.365-3.365l.713-.688L5 13.412V12q0-1.665.626-3.119T7.34 6.34t2.54-1.714T13 4t3.12.626t2.54 1.714t1.713 2.54t.626 3.118q0 3.329-2.333 5.666Q16.333 20 13 20m-2-4.23q-.376 0-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.554-1.33Q12.222 8 13 8t1.331.554t.554 1.33V11q.425 0 .712.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T13 8.77t-.79.326t-.326.797z\"/>"
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3 12.04h1q0 1.65.635 3.102q.634 1.453 1.722 2.54T8.9 19.398t3.099.628q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.9v1H3V5h1v2.98q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M10 15.77q-.376 0-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.554-1.33Q11.222 8 12 8t1.331.554t.554 1.33V11q.425 0 .712.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T12 8.77t-.79.326t-.326.797z\"/>"
},
"lock-reset-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M21 11.997q0 1.867-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21q-1.784 0-3.363-.646t-2.79-1.786t-1.966-2.675t-.864-3.32q-.011-.244.13-.372q.14-.128.322-.14t.36.096t.188.382q.202 3.178 2.503 5.332T12 20.025q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.4q.212 0 .356.144t.144.357t-.144.356t-.356.143h-3.34q-.354 0-.584-.232T3 8.846V5.5q0-.213.144-.356T3.501 5t.356.144T4 5.5v2.48q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509m-11 3.772q-.376 0-.63-.254t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.885q0-.778.554-1.332Q11.222 8 12 8t1.331.554q.554.553.554 1.33V11q.425 0 .712.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zM10.885 11h2.23V9.892q0-.47-.325-.797T12 8.77t-.79.326t-.326.797z\"/>"
},
"lock-reset-rounded": {
"body": "<path fill=\"currentColor\" d=\"M12.998 20q-1.4 0-2.705-.475t-2.376-1.329q-.175-.14-.188-.35q-.014-.212.152-.377q.165-.165.385-.156t.397.164q.933.727 2.009 1.125T13 19q2.92 0 4.96-2.04T20 12q0-2.9-2.05-4.95T13 5T8.05 7.05T6 12v1.387l1.817-1.818q.136-.14.34-.14t.349.14q.165.146.156.357q-.01.21-.156.357l-2.44 2.44q-.243.243-.566.243t-.565-.243l-2.446-2.446q-.147-.146-.154-.357q-.006-.21.15-.35q.155-.141.366-.135t.351.154L5 13.412V12q0-1.665.626-3.119T7.34 6.34t2.54-1.714T13 4t3.12.626t2.54 1.714t1.713 2.54t.626 3.118q0 3.329-2.334 5.666T12.998 20M11 15.77q-.376 0-.63-.255t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.884q0-.777.554-1.33Q12.222 8 13 8t1.331.554t.554 1.33V11q.425 0 .712.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zm.885-4.77h2.23V9.892q0-.47-.325-.797T13 8.77t-.79.326t-.326.797z\"/>"
"body": "<path fill=\"currentColor\" d=\"M21 11.997q0 1.867-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21q-1.79 0-3.371-.649t-2.79-1.794q-1.21-1.145-1.967-2.69t-.86-3.329q-.012-.238.131-.363t.326-.13t.36.103t.188.39q.202 3.18 2.503 5.333T12 20.025q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.4q.212 0 .356.144t.144.357t-.144.356t-.356.143h-3.34q-.354 0-.584-.232T3 8.846V5.5q0-.213.144-.356T3.501 5t.356.144T4 5.5v2.48q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509m-11 3.772q-.376 0-.63-.254t-.254-.63v-3q0-.376.287-.63q.287-.255.712-.255V9.885q0-.778.554-1.332Q11.222 8 12 8t1.331.554q.554.553.554 1.33V11q.425 0 .712.254q.288.255.288.63v3q0 .377-.255.631q-.254.254-.63.254zM10.885 11h2.23V9.892q0-.47-.325-.797T12 8.77t-.79.326t-.326.797z\"/>"
},
"lock-reset-sharp": {
"body": "<path fill=\"currentColor\" d=\"M13 20q-1.542 0-2.953-.572t-2.54-1.6l.734-.712q.988.886 2.17 1.385T13 19q2.92 0 4.96-2.04T20 12q0-2.9-2.05-4.95T13 5T8.05 7.05T6 12v1.387l2.152-2.153l.714.689L5.5 15.288l-3.365-3.365l.713-.688L5 13.412V12q0-1.664.626-3.118T7.34 6.34t2.542-1.714T13 4t3.118.626t2.543 1.714t1.713 2.542T21 12q0 3.327-2.336 5.664T13 20m-2.884-4.23V11h1V9.885q0-.787.549-1.336T13 8t1.336.549t.548 1.336V11h1v4.77zM11.885 11h2.23V9.885q0-.464-.325-.79T13 8.77t-.79.326t-.326.79z\"/>"
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3 12.04h1q0 1.65.635 3.102q.634 1.453 1.722 2.54T8.9 19.398t3.099.628q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.9v1H3V5h1v2.98q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709m-2.887-5.23V11h1V9.885q0-.778.553-1.332Q11.222 8 12 8t1.331.554t.554 1.33V11h1v4.77zM10.885 11h2.23V9.892q0-.47-.325-.797T12 8.77t-.79.326t-.326.797z\"/>"
},
"lock-sharp": {
"body": "<path fill=\"currentColor\" d=\"M5 21V9h3V7q0-1.671 1.165-2.835Q10.329 3 12 3t2.836 1.165T16 7v2h3v12zm7-4.5q.633 0 1.066-.434q.434-.433.434-1.066t-.434-1.066T12 13.5t-1.066.434Q10.5 14.367 10.5 15t.434 1.066q.433.434 1.066.434M9 9h6V7q0-1.25-.875-2.125T12 4t-2.125.875T9 7z\"/>"
@ -22795,6 +22816,24 @@
"multiline-chart-rounded": {
"body": "<path fill=\"currentColor\" d=\"M20.404 16.05q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357q-.188-1.154-.638-2.397q-.449-1.243-1.158-2.5l-3.05 3.376q-.46.515-1.156.53t-1.186-.468l-2.331-2.325q-.193-.193-.452-.193q-.26 0-.433.192l-5.183 5.222q-.146.165-.347.162t-.366-.168q-.16-.165-.153-.354t.153-.354l5.202-5.221q.46-.479 1.146-.47q.687.01 1.146.47l2.344 2.344q.193.193.462.193t.442-.212l3.189-3.577q-1.487-1.73-3.375-2.74q-1.889-1.01-4.08-1.01q-1.736 0-3.291.605t-2.87 1.653q-.073.067-.161.104t-.193.036q-.213 0-.356-.143t-.144-.357q0-.104.037-.198t.11-.161Q4.14 6.906 5.889 6.228Q7.636 5.55 9.58 5.55q2.335 0 4.39 1.045t3.721 2.936l2.53-2.848q.14-.177.359-.18t.385.168q.14.14.143.329t-.138.354l-2.683 3.007q.764 1.195 1.344 2.725t.772 2.964\"/>"
},
"multimodal-hand-eye": {
"body": "<path fill=\"currentColor\" d=\"M7.668 21.48q-.5 0-.945-.186t-.807-.546l-4.354-4.344l.575-.6q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022zm8.466-11.557q-1.832 0-3.382-.94T10.269 6.46q.933-1.58 2.483-2.52T16.135 3t3.382.94T22 6.463q-.933 1.58-2.483 2.52q-1.55.941-3.383.941m0-1.692q.743 0 1.256-.513q.514-.513.514-1.256t-.513-1.256q-.513-.514-1.256-.514t-1.256.513t-.514 1.256t.513 1.256t1.256.514m.003-.77q-.416 0-.709-.29q-.294-.291-.294-.707t.291-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.292.71t-.706.293\"/>"
},
"multimodal-hand-eye-outline": {
"body": "<path fill=\"currentColor\" d=\"M7.668 21.48q-.5 0-.945-.186t-.807-.546l-4.354-4.344l.575-.6q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v9.325l-3.238-.815l3.498 3.536q.227.227.488.331q.262.104.577.104h3.483q1.031 0 1.766-.734q.734-.735.734-1.766v-3.173q0-.213.144-.357t.357-.143t.356.143t.143.357v3.173q0 1.457-1.021 2.478t-2.48 1.022zm.448-6.422v-4.02q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v4.019zm2.769 0v-2.635q0-.212.144-.356t.356-.144t.356.144t.144.356v2.635zm.269 5.423H6.606zm4.98-10.558q-1.832 0-3.382-.94T10.269 6.46q.933-1.58 2.483-2.52T16.135 3t3.382.94T22 6.463q-.933 1.58-2.483 2.52q-1.55.941-3.383.941m-.002-1q1.39 0 2.623-.67q1.233-.668 2.072-1.791q-.839-1.123-2.07-1.793T16.137 4t-2.623.67t-2.072 1.792q.839 1.123 2.07 1.792t2.62.669m.005-1.461q-.416 0-.709-.291q-.294-.292-.294-.707t.291-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.292.71t-.706.292\"/>"
},
"multimodal-hand-eye-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M7.668 21.48q-.5 0-.945-.186t-.811-.55L2.108 16.95q-.217-.217-.22-.543t.214-.569l.035-.034q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v8.289q0 .384-.31.633q-.311.25-.695.144l-2.233-.556l3.498 3.536q.227.227.488.331q.262.104.577.104h3.483q1.031 0 1.766-.735q.734-.734.734-1.765v-3.173q0-.213.144-.357t.357-.143t.356.143t.143.357v3.173q0 1.457-1.021 2.478t-2.48 1.022zm.448-6.922v-3.52q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.519q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356m2.769 0v-2.135q0-.212.144-.356t.356-.144t.356.144t.144.356v2.135q0 .212-.144.356t-.357.144t-.356-.144t-.144-.356m2.77 5.923H6.346zm2.485-10.558q-1.656 0-3.085-.77q-1.429-.768-2.401-2.113q-.095-.13-.143-.269q-.046-.139-.046-.31t.046-.309t.144-.27q.965-1.343 2.392-2.113T16.13 3t3.086.77t2.4 2.113q.096.13.143.27q.047.138.047.309t-.047.309t-.144.27q-.965 1.343-2.392 2.113t-3.084.769m-.007-1q1.39 0 2.623-.67q1.234-.669 2.072-1.792q-.838-1.123-2.07-1.792Q17.528 4 16.138 4q-1.389 0-2.623.67q-1.233.669-2.072 1.792q.839 1.123 2.07 1.792t2.62.669m.005-1.461q-.416 0-.709-.291q-.294-.292-.294-.707t.291-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.292.71t-.706.292\"/>"
},
"multimodal-hand-eye-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M11.154 21.48H6.652l-5.09-5.076l1.004-1.054l2.78.652V7.5h1v9.825l-3.238-.815l3.933 3.97h4.113q1.031 0 1.766-.733q.734-.735.734-1.766v-3.673h1v3.673q0 1.457-1.021 2.478t-2.48 1.022m-3.037-6.423v-4.52h1v4.52zm2.769 0v-3.135h1v3.135zm.269 5.423H7.67zm4.98-10.558q-1.832 0-3.382-.94T10.269 6.46q.933-1.58 2.483-2.52T16.135 3t3.382.94T22 6.463q-.933 1.58-2.483 2.52q-1.55.941-3.383.941m-.002-1q1.39 0 2.623-.67q1.233-.668 2.072-1.791q-.839-1.123-2.07-1.793T16.137 4t-2.623.67t-2.072 1.792q.839 1.123 2.07 1.792t2.62.669m.005-1.461q-.416 0-.709-.291q-.294-.292-.294-.707t.291-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.292.71t-.706.292\"/>"
},
"multimodal-hand-eye-rounded": {
"body": "<path fill=\"currentColor\" d=\"M16.14 9.923q-1.657 0-3.086-.77q-1.429-.768-2.401-2.113q-.095-.13-.143-.269q-.046-.139-.046-.31t.046-.309t.144-.27q.965-1.343 2.392-2.113T16.13 3t3.086.77t2.4 2.113q.096.13.143.27q.047.138.047.309t-.047.309t-.144.27q-.965 1.343-2.392 2.113t-3.084.769m-.005-1.692q.743 0 1.257-.513t.513-1.256t-.513-1.256t-1.256-.514t-1.256.513t-.513 1.256t.512 1.256t1.256.514m.003-.77q-.416 0-.709-.29q-.293-.292-.293-.707t.29-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.291.71t-.707.292m-8.469 14.02q-.5 0-.945-.187t-.811-.55L2.108 16.95q-.217-.217-.22-.543t.214-.569l.035-.034q.234-.235.542-.293t.635.03l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022z\"/>"
},
"multimodal-hand-eye-sharp": {
"body": "<path fill=\"currentColor\" d=\"m6.652 21.48l-5.09-5.076l1.004-1.054l2.78.652V7.5h1v7.308h1.77v-4.27h1v4.27h1.769v-2.885h1v2.885h1.769v-.5h1v3.673q0 1.457-1.021 2.478t-2.48 1.022zm9.482-11.557q-1.832 0-3.382-.94T10.269 6.46q.933-1.58 2.483-2.52T16.135 3t3.382.94T22 6.463q-.933 1.58-2.483 2.52q-1.55.941-3.383.941m0-1.692q.743 0 1.256-.513q.514-.513.514-1.256t-.513-1.256q-.513-.514-1.256-.514t-1.256.513t-.514 1.256t.513 1.256t1.256.514m.003-.77q-.416 0-.709-.29q-.294-.291-.294-.707t.291-.71q.292-.292.707-.292q.416 0 .71.29t.293.707t-.292.71t-.706.293\"/>"
},
"multiple-stop": {
"body": "<path fill=\"currentColor\" d=\"M7.308 19L4 15.692l3.308-3.307l.713.707l-2.1 2.1h6.29v1h-6.29l2.095 2.1zm7.5-2.711q-.252 0-.424-.172q-.172-.17-.172-.424q0-.253.17-.425q.172-.172.425-.172t.425.171t.172.424t-.171.425t-.424.172m3.192 0q-.253 0-.425-.17q-.172-.172-.172-.425t.171-.425t.424-.172t.425.171t.172.424t-.171.425t-.424.172m-1.309-4.673l-.713-.688l2.119-2.12h-6.31v-1h6.29l-2.093-2.1l.707-.707L20 8.308zM6.001 8.904q-.253 0-.425-.171t-.172-.424t.171-.425t.424-.172t.425.17t.172.425t-.171.425t-.424.172m3.192 0q-.252 0-.425-.171q-.172-.171-.172-.424t.171-.425t.424-.172t.425.17t.172.425t-.17.425t-.425.172\"/>"
},
@ -26253,22 +26292,22 @@
"body": "<path fill=\"currentColor\" d=\"M9.154 13.692h8.692l-2.758-3.653l-2.453 3.077l-1.589-1.885zM8.116 17q-.691 0-1.153-.462T6.5 15.385V4.615q0-.69.463-1.153T8.116 3h10.769q.69 0 1.153.462t.462 1.153v10.77q0 .69-.462 1.152T18.884 17zm0-1h10.769q.23 0 .423-.192t.192-.423V4.615q0-.23-.192-.423T18.884 4H8.116q-.231 0-.424.192t-.192.423v10.77q0 .23.192.423t.423.192m-3 4q-.69 0-1.153-.462T3.5 18.385V6.615h1v11.77q0 .23.192.423t.423.192h11.77v1zm3-16h10.77q.23 0 .423.192t.192.423v10.77q0 .23-.192.423t-.424.192H8.116q-.231 0-.424-.192t-.192-.423V4.615q0-.23.192-.423T8.115 4\"/>"
},
"photo-prints": {
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-5.269 7.385q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463H19.39q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm-2.665 4.355q-.671.087-1.196-.323t-.606-1.08L3.15 9.7q-.08-.671.336-1.205t1.087-.616l.664-.067v7.88q0 1.154.807 1.962q.808.808 1.962.808h10.333q.003.35-.245.614t-.61.32z\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-7.94 11.74q-.672.087-1.2-.324t-.608-1.074L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.491 1.062 2.553t2.554 1.062h9.185q.003.35-.245.615t-.61.32zm2.973-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463z\"/>"
},
"photo-prints-outline": {
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m2.762 9.385h1.456q.003.35-.245.614t-.61.32L6.182 20.817q-.671.081-1.2-.324t-.608-1.074L3.15 9.7q-.08-.671.336-1.205t1.087-.616l.664-.067v1l-.516.061q-.269.039-.423.23q-.154.193-.115.463l1.196 9.719q.038.269.23.423q.193.154.462.115zm-8.031-2q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463H19.39q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm0-1H19.39q.269 0 .442-.173t.173-.443V4.308q0-.27-.173-.442q-.173-.174-.442-.174H8.852q-.27 0-.442.173q-.174.173-.174.443v10.538q0 .27.173.443q.174.173.443.173m5.27-5.885\"/>"
"body": "<path fill=\"currentColor\" d=\"M16.854 18.462h1.485q-.002.361-.245.617t-.61.317L6.182 20.817q-.671.087-1.2-.325q-.528-.41-.608-1.073l-1.23-9.713q-.08-.672.333-1.216t1.085-.606l.977-.073v1.005l-.823.063q-.27.019-.424.221t-.115.471l1.196 9.713q.039.27.23.424q.193.153.463.115zm-7.7-2q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm0-1h10.23q.27 0 .443-.173t.173-.443V4.616q0-.27-.173-.443T19.385 4H9.154q-.27 0-.442.173q-.173.173-.173.443v10.23q0 .27.173.443t.442.173m4.967-1.385q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.072-.432-.147-.801q-.206-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287\"/>"
},
"photo-prints-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q.85 0 1.581-.312t1.314-.863q.488-.463.805-1.05t.439-1.265q.05-.204-.094-.357q-.143-.153-.354-.122q-.689.08-1.296.38t-1.095.764q-.575.55-.912 1.275t-.388 1.55m0 0q-.05-.825-.387-1.55t-.913-1.275q-.488-.463-1.095-.763t-1.295-.381q-.212-.031-.355.122t-.093.357q.125.678.45 1.265t.813 1.05q.575.55 1.3.863t1.575.312m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-7.94 11.74q-.672.081-1.2-.324t-.608-1.074L3.15 9.7q-.08-.671.336-1.203q.416-.531 1.087-.618l.127-.02q.214-.036.378.121t.164.393q0 .188-.127.325q-.128.138-.311.175H4.72q-.269.039-.423.23q-.154.193-.115.463l1.196 9.719q.038.269.23.423q.193.154.462.115l11.773-1.47q.214-.03.378.095t.19.339q.03.213-.095.365t-.338.177zm2.671-4.355q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463h10.539q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm0-1h10.539q.269 0 .442-.173t.173-.443V4.308q0-.27-.173-.442q-.173-.174-.442-.174H8.852q-.27 0-.442.173q-.174.173-.174.443v10.538q0 .27.173.443q.174.173.443.173m5.27-5.885\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q.85 0 1.581-.312t1.314-.863q.488-.463.805-1.05t.439-1.265q.05-.204-.094-.357q-.143-.153-.354-.122q-.689.08-1.296.38t-1.095.764q-.575.55-.912 1.275t-.388 1.55m0 0q-.05-.825-.387-1.55t-.913-1.275q-.488-.463-1.095-.763t-1.295-.381q-.212-.031-.355.122t-.093.357q.125.678.45 1.265t.813 1.05q.575.55 1.3.863t1.575.312m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-4.967 7.385q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm0-1h10.23q.27 0 .443-.173t.173-.443V4.616q0-.27-.173-.443T19.385 4H9.154q-.27 0-.442.173q-.173.173-.173.443v10.23q0 .27.173.443t.442.173M6.18 20.817q-.672.081-1.2-.324t-.608-1.074L3.144 9.706q-.08-.671.339-1.215q.419-.545 1.09-.612l.435-.02q.213-.017.377.12q.165.137.165.366q0 .192-.128.342t-.31.167l-.39.019q-.27.02-.424.221q-.154.202-.115.471l1.196 9.72q.038.269.23.423q.193.154.462.115l11.773-1.47q.214-.03.378.095t.19.339q.03.213-.095.365t-.338.177z\"/>"
},
"photo-prints-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m2.762 9.385h1.444l.098.825l-13.829 1.742L2.94 8.046l2.298-.235v1l-1.131.139l1.35 10.95zm-9.646-2V2.692h13.769v13.77zm1-1h11.769V3.692H8.236zm5.884-5.885\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m2.762 9.385h1.444l.098.825l-13.84 1.742L2.927 8.065l2.612-.254v1L4.1 8.956L5.45 19.9zm-9.344-2V3H21v13.462zm1-1H20V4H8.539zm5.73-5.731\"/>"
},
"photo-prints-rounded": {
"body": "<path fill=\"currentColor\" d=\"M14.121 11.077q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.438t-.779.088l-.25.1v-.25q0-.425-.287-.713t-.713-.287t-.712.287t-.288.713v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-5.269 7.385q-.69 0-1.153-.463t-.462-1.153V4.308q0-.69.462-1.153t1.153-.463h10.539q.69 0 1.152.463t.463 1.153v10.538q0 .69-.463 1.153t-1.152.463zm-2.665 4.355q-.671.087-1.196-.323t-.606-1.08L3.15 9.7q-.08-.671.336-1.205t1.087-.616l.664-.067v7.88q0 1.154.807 1.962q.808.808 1.962.808h10.333q.003.35-.245.614t-.61.32zm7.934-6.74q.85 0 1.581-.312t1.313-.863q.489-.463.806-1.05t.438-1.265q.05-.204-.093-.357t-.355-.122q-.688.08-1.295.38t-1.095.764q-.575.55-.912 1.275t-.388 1.55m0 0q-.05-.825-.387-1.55t-.913-1.275q-.488-.463-1.095-.763t-1.295-.381q-.212-.031-.355.122t-.093.357q.125.678.45 1.265t.813 1.05q.575.55 1.3.863t1.575.312\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.121 11.077q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.438t-.779.088l-.25.1v-.25q0-.425-.287-.713t-.713-.287t-.712.287t-.288.713v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m0 5q.85 0 1.581-.312t1.314-.863q.488-.463.805-1.05t.439-1.266q.05-.203-.094-.356q-.143-.153-.354-.122q-.689.08-1.296.38t-1.095.764q-.575.55-.912 1.275t-.388 1.55m0 0q-.05-.825-.387-1.55t-.913-1.275q-.488-.463-1.095-.764t-1.295-.38q-.212-.031-.355.122t-.093.356q.125.679.45 1.265q.325.587.813 1.051q.575.55 1.3.863t1.575.312m-7.94 6.74q-.672.087-1.2-.324t-.608-1.074L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.491 1.062 2.553t2.554 1.062h9.185q.003.35-.245.615t-.61.32zm2.973-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463z\"/>"
},
"photo-prints-sharp": {
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287m-6.885 7.385V2.692h13.77v13.77zm-2.64 4.567L2.94 8.046l2.298-.234v10.65H18.34l.098.825z\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.121 14.077q1.7 0 2.888-1.175t1.312-2.825q-1.7 0-2.912 1.175t-1.288 2.825m0 0q-.075-1.65-1.287-2.825T9.92 10.077q.125 1.65 1.313 2.825t2.887 1.175m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.598l-.25-.098l.25-.099q.425-.173.497-.604q.073-.432-.147-.801q-.205-.356-.571-.437t-.779.087l-.25.1v-.25q0-.425-.287-.712t-.713-.288t-.712.288t-.288.712v.25l-.25-.1q-.413-.17-.779-.088q-.365.082-.57.438q-.22.37-.148.8q.072.432.497.605l.25.099l-.25.098q-.425.173-.5.598t.15.8q.2.35.588.425t.762-.075l.25-.1v.25q0 .425.288.713t.712.287m0-2q-.425 0-.712-.287t-.288-.713t.288-.712t.712-.288t.713.288t.287.712t-.287.713t-.713.287M4.585 21.029L2.927 8.066l2.612-.254v10.65h12.8l.086.825zm2.954-4.567V3H21v13.462z\"/>"
},
"photo-size-select-large": {
"body": "<path fill=\"currentColor\" d=\"M5.616 20q-.667 0-1.141-.475T4 18.386V7.692h12.308V20zM6 18h8.23l-2.784-3.692l-2.138 2.884l-1.331-1.765zM5.23 5.23H4q0-.507.362-.868T5.23 4zm2.462 0V4h1.231v1.23zm3.693 0V4h1.23v1.23zm3.692 0V4h1.23v1.23zm3.692 0V4q.508 0 .87.362T20 5.23zm0 13.54H20q0 .507-.362.869T18.77 20zm0-2.462v-1.231H20v1.23zm0-3.693v-1.23H20v1.23zm0-3.692v-1.23H20v1.23z\"/>"
@ -27069,17 +27108,31 @@
"power-plug-sharp": {
"body": "<path fill=\"currentColor\" d=\"M10.27 20v-2.654L7 14.077V8h2.346V4h1v4h3.308V4h1v4H17v6.077l-3.27 3.27V20z\"/>"
},
"power-settings-circle": {
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709m-.007-4q2.081 0 3.543-1.461T17 12.005q0-1.057-.388-1.958q-.389-.9-1.073-1.586l-.714.714q.55.55.863 1.275T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.825.313-1.55t.862-1.275l-.713-.713q-.685.684-1.073 1.585Q7 10.95 7 12.005q0 2.072 1.457 3.534T11.995 17m-.495-5h1V7h-1z\"/>"
},
"power-settings-circle-outline": {
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m-.004-3q2.081 0 3.543-1.461T17 12.005q0-1.057-.388-1.958q-.389-.9-1.073-1.586l-.714.714q.55.55.863 1.275T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.825.313-1.55t.862-1.275l-.713-.713q-.685.684-1.073 1.585Q7 10.95 7 12.005q0 2.072 1.457 3.534T11.995 17m-.495-5h1V7h-1zm.5 0\"/>"
},
"power-settings-circle-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m-.004-3q2.081 0 3.543-1.458Q17 14.083 17 12q0-.847-.263-1.61t-.746-1.386q-.166-.231-.367-.255t-.378.08t-.228.296t.09.375q.426.514.66 1.157T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.721.233-1.37t.673-1.163q.134-.183.086-.362q-.048-.18-.219-.284t-.384-.079t-.38.262q-.488.617-.749 1.379Q7 11.144 7 12q0 2.083 1.457 3.542T11.995 17M12 7q-.213 0-.356.144T11.5 7.5v4q0 .213.144.356t.357.144t.356-.144t.143-.356v-4q0-.213-.144-.356T11.999 7M12 12\"/>"
},
"power-settings-circle-rounded": {
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709m-.007-4q2.081 0 3.543-1.458Q17 14.083 17 12q0-.847-.263-1.61t-.746-1.386q-.166-.231-.367-.255t-.378.08t-.228.296t.09.375q.426.514.66 1.157T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.721.233-1.37t.673-1.163q.134-.183.086-.362q-.048-.18-.219-.284t-.384-.079t-.38.262q-.488.617-.749 1.379Q7 11.144 7 12q0 2.083 1.457 3.542T11.995 17M12 7q-.213 0-.356.144T11.5 7.5v4q0 .213.144.356t.357.144t.356-.144t.143-.356v-4q0-.213-.144-.356T11.999 7\"/>"
},
"power-settings-new": {
"body": "<path fill=\"currentColor\" d=\"M11.5 13V3.846h1V13zm.5 7q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 12q0-1.789.767-3.38t2.114-2.74l.719.72q-1.25.95-1.925 2.375T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.6-.663-3.025T16.4 6.6l.72-.72q1.365 1.147 2.122 2.74T20 12q0 1.658-.626 3.113t-1.714 2.545t-2.542 1.716T12 20\"/>"
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12q0-1.87.701-3.499t1.936-2.864l.707.707q-1.1 1.1-1.722 2.544T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.675-.622-3.116q-.622-1.44-1.722-2.54l.708-.708q1.234 1.235 1.935 2.865T21 12.008q0 1.856-.708 3.499q-.709 1.643-1.924 2.859t-2.856 1.925t-3.509.709m-.503-8V3h1v10z\"/>"
},
"power-settings-new-outline": {
"body": "<path fill=\"currentColor\" d=\"M11.5 13V3.846h1V13zm.5 7q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 12q0-1.789.767-3.38t2.114-2.74l.688.69q-1.219.98-1.894 2.405T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.6-.663-3.025t-1.906-2.406l.688-.688q1.366 1.146 2.123 2.738T20 12q0 1.658-.626 3.113t-1.714 2.545t-2.542 1.716T12 20\"/>"
"body": "<path fill=\"currentColor\" d=\"M11.5 13V3.846h1V13zm.5 7q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 12q0-1.789.767-3.38t2.114-2.74l.688.69q-1.219.98-1.894 2.405T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.6-.663-3.025t-1.906-2.406l.688-.688q1.366 1.146 2.123 2.738T20 12q0 1.658-.626 3.113t-1.714 2.545t-2.542 1.716T12 20\"/>",
"hidden": true
},
"power-settings-new-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M11.5 12.5V4.346q0-.213.143-.356T12 3.846t.357.144t.143.356V12.5q0 .214-.143.357T12 13t-.357-.143t-.143-.357M12 20q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 12q0-1.648.657-3.13t1.826-2.616q.16-.165.363-.185q.204-.019.37.147q.159.159.125.36q-.035.201-.195.372q-1.023.97-1.584 2.278T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.465-.552-2.78t-1.6-2.284q-.16-.165-.191-.363q-.032-.198.127-.358q.166-.165.37-.146t.363.185q1.194 1.135 1.839 2.616T20 12q0 1.658-.626 3.113t-1.714 2.545t-2.542 1.716T12 20\"/>"
"body": "<path fill=\"currentColor\" d=\"M11.5 12.5V4.346q0-.213.143-.356T12 3.846t.357.144t.143.356V12.5q0 .214-.143.357T12 13t-.357-.143t-.143-.357M12 20q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 12q0-1.648.657-3.13t1.826-2.616q.16-.165.363-.185q.204-.019.37.147q.159.159.125.36q-.035.201-.195.372q-1.023.97-1.584 2.278T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.465-.552-2.78t-1.6-2.284q-.16-.165-.191-.363q-.032-.198.127-.358q.166-.165.37-.146t.363.185q1.194 1.135 1.839 2.616T20 12q0 1.658-.626 3.113t-1.714 2.545t-2.542 1.716T12 20\"/>",
"hidden": true
},
"power-settings-new-rounded": {
"body": "<path fill=\"currentColor\" d=\"M11.5 12.5V4.346q0-.213.143-.356T12 3.846t.357.144t.143.356V12.5q0 .214-.143.357T12 13t-.357-.143t-.143-.357M12 20q-1.658 0-3.113-.626t-2.545-1.716t-1.716-2.546T4 12q0-1.648.654-3.121T6.47 6.27q.166-.177.382-.19q.216-.012.388.16q.159.159.125.36q-.035.201-.195.372q-1.048.95-1.61 2.256T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.465-.549-2.771t-1.597-2.256q-.165-.171-.21-.372t.116-.36q.17-.172.39-.16t.385.19q1.182 1.135 1.824 2.608Q20 10.352 20 12q0 1.658-.626 3.113t-1.714 2.545t-2.542 1.716T12 20\"/>"
"body": "<path fill=\"currentColor\" d=\"M12.003 21q-1.866 0-3.51-.709q-1.643-.708-2.859-1.923T3.709 15.51T3 12q0-1.748.613-3.29q.612-1.54 1.706-2.745q.16-.177.349-.163t.323.152q.14.135.17.333t-.147.392Q5.079 7.742 4.54 9.103Q4 10.464 4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.54-.54-2.899q-.539-1.359-1.474-2.422q-.177-.195-.147-.393t.17-.332t.327-.15q.185-.016.345.161q1.094 1.204 1.707 2.745Q21 10.253 21 12q0 1.868-.708 3.51t-1.924 2.858t-2.856 1.923t-3.509.709M12 13q-.212 0-.356-.144T11.5 12.5v-9q0-.213.144-.356T12.001 3t.356.144t.143.356v9q0 .213-.144.356t-.357.144\"/>"
},
"prayer-times": {
"body": "<path fill=\"currentColor\" d=\"M12 21.916L9.069 19H5v-4.069L2.085 12L5 9.069V5h4.069L12 2.085L14.931 5H19v4.069L21.916 12L19 14.931V19h-4.069zm.871-10.339l1.245-.902l1.219.902l-.48-1.45l1.245-.883h-1.53l-.454-1.475l-.466 1.475h-1.544l1.244.883zm-.877 4.654q1.754 0 2.996-1.226q1.24-1.226 1.24-3.001q0-.17-.012-.339t-.062-.33q-.232.99-1.035 1.633q-.802.644-1.879.644q-1.267 0-2.138-.871q-.871-.872-.871-2.122q0-.996.563-1.764q.564-.768 1.44-1.086h-.232q-1.779 0-3.007 1.237T7.77 11.997q0 1.776 1.226 3.005t3 1.229\"/>"
@ -28997,6 +29050,15 @@
"rotate-90-degrees-cw-rounded": {
"body": "<path fill=\"currentColor\" d=\"M11 21.5q-3.538 0-6.02-2.48T2.5 13q0-3.558 2.484-6.029T11.025 4.5h1.387l-1.766-1.766q-.14-.14-.13-.344q.009-.204.15-.344t.343-.14q.204 0 .345.14l2.369 2.389q.125.125.18.264T13.96 5t-.055.301t-.181.265l-2.389 2.388q-.14.14-.334.13q-.194-.009-.335-.15q-.14-.14-.14-.344t.14-.344L12.412 5.5h-1.387q-3.136 0-5.33 2.182T3.5 13t2.182 5.318T11 20.5q.975 0 1.893-.205t1.741-.672q.183-.098.385-.022t.295.259t.034.378t-.24.287q-.946.523-1.988.749q-1.041.226-2.12.226m5.646-4.488L13.2 13.564q-.13-.13-.184-.267q-.052-.136-.052-.298t.052-.298t.184-.267l3.446-3.447q.131-.13.268-.183q.136-.053.298-.053t.298.053t.267.184l3.446 3.445q.13.132.184.268q.052.137.052.298t-.052.298t-.184.268l-3.446 3.446q-.13.13-.267.183t-.298.053t-.298-.053t-.268-.183\"/>"
},
"rotate-auto": {
"body": "<path fill=\"currentColor\" d=\"M8.185 16h.946l1.03-2.608h3.727L14.92 16h.973L12.34 7h-.64zm2.273-3.408l1.492-4.019h.1l1.53 4.02zM12.003 21q-1.866 0-3.5-.701q-1.632-.701-2.854-1.912t-1.936-2.85T3 12.04h1q0 1.65.635 3.102q.634 1.453 1.722 2.54T8.9 19.398t3.099.628q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.9v1H3V5h1v2.98q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709\"/>"
},
"rotate-auto-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M21 11.997q0 1.867-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21q-1.784 0-3.363-.646t-2.79-1.786t-1.966-2.675t-.864-3.32q-.011-.244.13-.372q.14-.128.322-.14t.36.096t.188.382q.202 3.178 2.503 5.332T12 20.025q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.4q.212 0 .356.144t.144.357t-.144.356t-.356.143h-3.34q-.354 0-.584-.232T3 8.846V5.5q0-.213.144-.356T3.501 5t.356.144T4 5.5v2.48q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509m-10.839 1.395h3.727l.914 2.325q.056.142.171.213q.115.07.254.07q.24 0 .375-.187q.136-.188.05-.423l-3.235-8.204q-.03-.088-.108-.137Q12.229 7 12.14 7h-.237q-.096 0-.175.049q-.078.05-.108.137l-3.215 8.218q-.087.215.046.406q.133.19.382.19q.157 0 .257-.08q.101-.08.157-.209zm.297-.8l1.492-4.019h.1l1.53 4.02z\"/>"
},
"rotate-auto-rounded": {
"body": "<path fill=\"currentColor\" d=\"M21 11.997q0 1.867-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21q-1.79 0-3.371-.649t-2.79-1.794q-1.21-1.145-1.967-2.69t-.86-3.329q-.012-.238.131-.363t.326-.13t.36.103t.188.39q.202 3.18 2.503 5.333T12 20.025q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.436 0-4.365 1.28q-1.927 1.28-2.881 3.349h2.4q.212 0 .356.144t.144.357t-.144.356t-.356.143h-3.34q-.354 0-.584-.232T3 8.846V5.5q0-.213.144-.356T3.501 5t.356.144T4 5.5v2.48q1.087-2.228 3.21-3.604T12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509M8.185 16h.946l.592-1.515q.2-.506.811-.8q.612-.293 2.168-.293q.53 0 .978.294t.647.799l.475 1.232q.063.145.169.214t.256.069h.006q.234 0 .366-.186q.133-.187.053-.424l-3.235-8.204q-.036-.09-.148-.138T11.896 7q-.088 0-.163.048t-.112.138zm2.273-3.408l1.492-4.019h.1l1.53 4.02z\"/>"
},
"rotate-left": {
"body": "<path fill=\"currentColor\" d=\"M11 21q-1.077-.163-2.064-.574t-1.844-1.057l.708-.719q.725.525 1.538.85t1.662.45zm2 0v-1.012q2.6-.413 4.3-2.375T19 13.05q0-2.925-2.037-4.962T12 6.05h-.777l2.1 2.1l-.707.708L9.308 5.55l3.308-3.308l.707.72l-2.088 2.088H12q1.664 0 3.118.626T17.66 7.39t1.714 2.542T20 13.05q0 3.04-1.996 5.299T13 21m-7.32-3.042q-.664-.877-1.085-1.864T4.05 14.05h1.012q.144.87.478 1.672q.335.803.86 1.528zM4.05 12.05q.15-1.121.567-2.113t1.064-1.795l.719.708q-.525.725-.86 1.528t-.479 1.672z\"/>"
},
@ -32960,6 +33022,24 @@
"stack": {
"body": "<path fill=\"currentColor\" d=\"M6.616 14v1h-2q-.672 0-1.144-.475Q3 14.051 3 13.385v-8.77q0-.666.475-1.14T4.615 3h8.77q.666 0 1.14.475T15 4.615v2h-1v-2q0-.269-.173-.442T13.385 4h-8.77q-.269 0-.442.173T4 4.616v8.769q0 .269.173.442t.443.173zm4 7q-.667 0-1.141-.475T9 19.386v-8.77q0-.666.475-1.14T10.615 9h8.77q.666 0 1.14.475t.475 1.14v8.77q0 .666-.475 1.14t-1.14.475z\"/>"
},
"stack-hexagon": {
"body": "<path fill=\"currentColor\" d=\"M6.18 20.817q-.67.087-1.198-.32t-.609-1.078L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.496 1.06 2.556t2.556 1.06h9.185q.003.35-.245.614t-.61.32zm2.974-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm5.115-2.904l3.347-1.904V7.808l-3.347-1.904l-3.346 1.904v3.846z\"/>"
},
"stack-hexagon-outline": {
"body": "<path fill=\"currentColor\" d=\"m14.27 13.558l3.346-1.904V7.808l-3.347-1.904l-3.346 1.904v3.846zm2.584 4.903h1.484q-.002.362-.244.618t-.61.317L6.181 20.817q-.672.087-1.2-.32t-.608-1.078L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v1l-.823.068q-.269.019-.423.221t-.115.471l1.196 9.713q.038.27.23.424q.193.153.462.115zm-7.7-2q-.69 0-1.153-.462t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm0-1h10.23q.27 0 .443-.172q.173-.173.173-.443V4.616q0-.27-.173-.443T19.385 4H9.154q-.27 0-.442.173q-.173.173-.173.443v10.23q0 .27.173.443t.442.173M5.45 19.9\"/>"
},
"stack-hexagon-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"m14.673 13.321l2.539-1.425q.186-.106.295-.305t.108-.416V8.286q0-.217-.108-.416t-.296-.304L14.673 6.14q-.187-.106-.404-.106t-.404.106l-2.538 1.425q-.187.105-.295.304t-.109.417v2.888q0 .217.109.416q.109.2.295.305l2.539 1.425q.186.106.403.106t.404-.106m-5.52 3.14q-.69 0-1.152-.462t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm0-1h10.232q.269 0 .442-.172q.173-.173.173-.443V4.616q0-.27-.173-.443T19.385 4H9.154q-.27 0-.442.173q-.173.173-.173.443v10.23q0 .27.173.443t.442.173M6.18 20.817q-.672.081-1.2-.323q-.527-.403-.608-1.075L3.144 9.706q-.08-.671.339-1.215q.419-.545 1.09-.612l.435-.02q.213-.017.377.12q.165.137.165.375q0 .183-.128.333t-.31.167l-.39.019q-.27.02-.424.221q-.154.202-.115.472l1.196 9.719q.038.269.23.423q.193.154.462.115l11.773-1.47q.214-.03.375.095t.193.339t-.095.362t-.338.18z\"/>"
},
"stack-hexagon-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"m14.27 13.558l3.346-1.904V7.808l-3.347-1.904l-3.346 1.904v3.846zm2.613 4.903h1.444l.098.826l-13.84 1.742L2.927 8.065l2.612-.254v1L4.1 8.956L5.45 19.9zm-9.344-2V3H21v13.462zm1-1H20V4H8.539zm5.73-5.73\"/>"
},
"stack-hexagon-rounded": {
"body": "<path fill=\"currentColor\" d=\"M6.18 20.817q-.67.087-1.198-.32t-.609-1.078L3.144 9.706q-.08-.672.333-1.216t1.084-.606l.977-.073v7.035q0 1.496 1.06 2.556t2.556 1.06h9.185q.003.35-.245.614t-.61.32zm2.974-4.355q-.69 0-1.153-.463t-.462-1.153V4.616q0-.691.462-1.153T9.154 3h10.23q.691 0 1.153.463T21 4.616v10.23q0 .69-.463 1.153t-1.153.463zm4.712-3.121q.186.105.403.105t.404-.105l2.539-1.445q.186-.106.295-.295t.108-.407V8.267q0-.217-.108-.406q-.109-.19-.296-.295L14.673 6.12q-.187-.105-.404-.105t-.404.105l-2.538 1.445q-.187.105-.295.295q-.109.189-.109.406v2.927q0 .218.109.407t.295.295z\"/>"
},
"stack-hexagon-sharp": {
"body": "<path fill=\"currentColor\" d=\"m14.27 13.558l3.346-1.904V7.808l-3.347-1.904l-3.346 1.904v3.846zm-9.685 7.47L2.927 8.067l2.612-.254v10.65h12.8l.086.825zm2.954-4.566V3H21v13.462z\"/>"
},
"stack-off": {
"body": "<path fill=\"currentColor\" d=\"M21 18.189L11.812 9h7.573q.67 0 1.143.472q.472.472.472 1.144zM14 6.616v-2q0-.25-.183-.433T13.385 4H6.812l-1-1h7.573q.67 0 1.143.472q.472.472.472 1.144v2zm6.287 15.098L19.573 21h-8.958q-.696 0-1.156-.46T9 19.386v-8.958l-5-5V14h2.616v1h-2q-.697 0-1.156-.46Q3 14.08 3 13.386V4.427l-.713-.713L3 3l18 18z\"/>"
},
@ -34329,6 +34409,24 @@
"sync-alt-rounded": {
"body": "<path fill=\"currentColor\" d=\"m4.921 16.5l2.746 2.746q.147.146.153.345q.007.197-.158.363q-.166.16-.354.162q-.189.003-.354-.162l-3.388-3.389q-.131-.13-.184-.267q-.053-.136-.053-.298t.053-.298t.184-.267l3.388-3.389q.14-.14.341-.15t.367.15q.165.166.165.357t-.165.357l-2.74 2.74H19.5q.214 0 .357.143T20 16t-.143.357t-.357.143zm14.158-8H4.5q-.213 0-.357-.143T4 8t.143-.357T4.5 7.5h14.579l-2.746-2.746q-.146-.146-.153-.344t.159-.364q.165-.16.353-.162q.189-.003.354.162l3.389 3.389q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.389 3.388q-.14.14-.341.15t-.366-.15q-.166-.166-.166-.357t.166-.357z\"/>"
},
"sync-desktop": {
"body": "<path fill=\"currentColor\" d=\"M18.4 10.73q-.252-1.14-.838-2.091t-1.985-2.223v3.007h-1v-4.77h4.77v1h-3.091q1.594 1.413 2.253 2.61q.658 1.199.897 2.468zm-4.208 7.5q-.413 0-.706-.292t-.294-.707v-3.116q0-.413.294-.706t.706-.293H20q.414 0 .707.293t.293.707v3.115q0 .413-.293.706t-.707.294zm-9.538 1.116v-1h3.09q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.454 1.402-4.409T9.5 4.942v1.062q-1.789.74-2.894 2.403T5.5 12.077q0 1.523.643 2.805t2.28 2.722v-3.027h1v4.77zM12.192 21v-1H22v1z\"/>"
},
"sync-desktop-outline": {
"body": "<path fill=\"currentColor\" d=\"M18.4 10.73q-.252-1.14-.838-2.091t-1.985-2.223v3.007h-1v-4.77h4.77v1h-3.091q1.594 1.413 2.253 2.61q.658 1.199.897 2.468zm-4.208 6.5H20v-3.114h-5.808zm0 1q-.416 0-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417 0 .708.292q.292.292.292.709v3.115q0 .416-.292.708q-.291.292-.708.292zm-9.538 1.116v-1h3.09q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.454 1.402-4.409T9.5 4.942v1.062q-1.789.74-2.894 2.403T5.5 12.077q0 1.522.643 2.804q.644 1.282 2.28 2.723v-3.027h1v4.77zM12.192 21v-1H22v1zm2-3.77v-3.114z\"/>"
},
"sync-desktop-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M14.192 17.23H20v-3.114h-5.808zm0 1q-.416 0-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417 0 .708.292q.292.292.292.709v3.115q0 .416-.292.708q-.291.292-.708.292zm-1.5 2.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zm1.5-3.77v-3.114zM5.5 12.078q0 1.522.643 2.804q.644 1.282 2.28 2.723v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.086q0-2.211 1.151-4.025t2.991-2.755q.197-.104.408-.042t.279.27t-.028.4t-.272.297q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m10.077-5.661v2.507q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.575-.232h3.462q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.062q-.164-.117-.237-.315q-.27-.975-.848-1.831q-.58-.856-1.86-2.01\"/>"
},
"sync-desktop-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M18.4 10.73q-.252-1.14-.838-2.091t-1.985-2.223v3.007h-1v-4.77h4.77v1h-3.091q1.594 1.413 2.253 2.61q.658 1.199.897 2.468zm-4.208 6.5H20v-3.114h-5.808zm-1 1v-5.114H21v5.115zm-8.538 1.116v-1h3.09q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.454 1.402-4.409T9.5 4.942v1.062q-1.789.74-2.894 2.403T5.5 12.077q0 1.522.643 2.804q.644 1.282 2.28 2.723v-3.027h1v4.77zM12.192 21v-1H22v1zm2-3.77v-3.114z\"/>"
},
"sync-desktop-rounded": {
"body": "<path fill=\"currentColor\" d=\"M14.192 18.23q-.416 0-.708-.291q-.292-.292-.292-.708v-3.116q0-.416.292-.708t.708-.292H20q.417 0 .708.292q.292.292.292.709v3.115q0 .416-.292.708q-.291.292-.708.292zm-1.5 2.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 21zM5.5 12.077q0 1.522.643 2.804q.644 1.282 2.28 2.723v-2.527q0-.212.144-.356t.357-.144t.356.144t.143.356v3.462q0 .343-.232.575t-.576.232H5.154q-.213 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.59q-1.794-1.561-2.519-3.073T4.5 12.086q0-2.211 1.151-4.025t2.991-2.755q.197-.104.408-.042t.279.27t-.028.4t-.272.297q-1.592.813-2.56 2.383q-.969 1.57-.969 3.463m10.077-5.661v2.507q0 .213-.144.356t-.357.144t-.356-.144t-.143-.356V5.462q0-.344.232-.576t.575-.232h3.462q.213 0 .356.144t.144.357t-.144.356t-.356.143h-2.59q1.402 1.225 2.053 2.278q.65 1.053.937 2.114q.068.189-.052.36t-.313.227t-.359-.062q-.164-.117-.237-.315q-.27-.975-.848-1.831q-.58-.856-1.86-2.01\"/>"
},
"sync-desktop-sharp": {
"body": "<path fill=\"currentColor\" d=\"M18.4 10.73q-.252-1.14-.838-2.091t-1.985-2.223v3.007h-1v-4.77h4.77v1h-3.091q1.594 1.413 2.253 2.61q.658 1.199.897 2.468zm-5.208 7.5v-5.114H21v5.115zm-8.538 1.116v-1h3.09q-1.794-1.561-2.519-3.073T4.5 12.077q0-2.454 1.402-4.409T9.5 4.942v1.062q-1.789.74-2.894 2.403T5.5 12.077q0 1.522.643 2.804q.644 1.282 2.28 2.723v-3.027h1v4.77zM12.192 21v-1H22v1z\"/>"
},
"sync-disabled": {
"body": "<path fill=\"currentColor\" d=\"m19.416 21.523l-3.303-3.302q-.379.256-.776.462t-.837.375v-1.062q.246-.107.463-.228t.445-.252L6.504 8.612q-.487.76-.745 1.643q-.259.883-.259 1.834q0 1.22.464 2.37q.463 1.149 1.44 2.126l1.019 1.019v-3.027h1v4.77h-4.77v-1H7.75l-1.054-1.043q-1.148-1.148-1.672-2.49q-.524-1.34-.524-2.724q0-1.164.326-2.22t.953-1.982L2.477 4.585l.714-.714L20.129 20.81zm-1.164-5.44l-.73-.731q.467-.754.722-1.625q.256-.871.256-1.815q0-1.222-.463-2.37q-.464-1.15-1.44-2.126l-1.02-1.02v3.027h-1v-4.77h4.77v1H16.25l1.054 1.043q1.148 1.148 1.672 2.49q.524 1.341.524 2.726q0 1.144-.326 2.195t-.922 1.976M8.629 6.46l-.712-.712q.38-.256.764-.446q.385-.19.819-.36v1.062q-.24.108-.455.215q-.214.108-.416.24\"/>"
},
@ -35220,6 +35318,9 @@
"texture-minus-sharp": {
"body": "<path fill=\"currentColor\" d=\"M4.708 20H4v-.708L19.292 4h.714v.708zm5.765 0l1.143-1.142V20zM14 17.616v-1h7v1zM4 13.527v-1.415L12.111 4h1.416zm12.242.704L20 10.473v1.416l-2.342 2.342zM4 6.346V4h2.346z\"/>"
},
"texture-rounded": {
"body": "<path fill=\"currentColor\" d=\"M11.308 19.821q-.146-.146-.165-.341t.159-.372l7.825-7.825q.177-.177.375-.158q.197.02.338.161q.166.168.17.366q.003.198-.162.364l-7.82 7.819q-.164.165-.362.156q-.199-.01-.358-.17m7.315.179q-.271 0-.368-.252t.095-.444l.954-.954q.192-.192.444-.095q.252.096.252.368v.57q0 .343-.232.575t-.576.232zm-14.488-.139q-.14-.138-.153-.338t.164-.377L19.152 4.14q.183-.182.383-.158q.2.025.339.162q.138.137.153.335t-.167.375L4.848 19.86q-.177.177-.375.158t-.338-.157m0-7.18q-.14-.138-.153-.339t.164-.377l7.82-7.819q.176-.177.372-.158q.196.02.335.158t.158.335t-.158.373l-7.825 7.825q-.177.177-.375.158t-.338-.157M4 5.377v-.57q0-.342.232-.575T4.808 4h.569q.272 0 .368.252q.097.252-.095.444l-.954.954q-.192.192-.444.095Q4 5.65 4 5.377\"/>"
},
"texture-sharp": {
"body": "<path fill=\"currentColor\" d=\"M4.19 19.81v-.708L19.103 4.19h.714v.708L4.898 19.81zM4 13.526v-1.415L12.111 4h1.416zm0-7.18V4h2.346zM17.654 20L20 17.654V20zm-7.181 0L20 10.473v1.416L11.889 20z\"/>"
},
@ -36232,7 +36333,7 @@
"body": "<path fill=\"currentColor\" d=\"M18.346 16.27q-1.723-.04-2.973-1.116t-1.504-2.885h-3.032l-.604-1h3.636q.087-.8.559-1.675t1.264-1.363H8.49l-.605-1h8.243L14.392 2.5h-3.161v-1H15.1l2.094 5.73h1.152q1.921 0 3.21 1.31q1.29 1.308 1.29 3.23q0 1.863-1.318 3.181t-3.182 1.318m0-1q1.462 0 2.481-1.019t1.02-2.48q0-1.5-1-2.52t-2.5-1.02q-.238 0-.433.04q-.195.038-.355.076l1.033 2.771l-.938.349l-.989-2.76q-.846.444-1.332 1.313t-.487 1.75q0 1.462 1.02 2.481q1.018 1.02 2.48 1.02M7.77 22.537q-1.038 0-1.769-.73t-.73-1.77q0-.154.018-.269q.02-.115.058-.269H1.27V15h2v-3.5h-2v-1h6.212l2.615 4.5h3.673v4.5h-3.577q.039.154.058.27q.02.114.02.268q0 1.039-.731 1.77t-1.77.73M4.27 15h4.675l-2.011-3.5H4.269zm3.5 6.539q.618 0 1.059-.442q.441-.441.441-1.059t-.441-1.058t-1.059-.442t-1.058.442t-.442 1.058t.442 1.059t1.058.441\"/>"
},
"travel": {
"body": "<path fill=\"currentColor\" d=\"M7.446 16.554L4.823 15.13l.589-.589l2.327.35l4.15-4.15l-7.358-3.98l.746-.766l9.05 2.296l2.944-2.952q.29-.29.688-.29t.687.29t.29.698t-.29.697l-2.919 2.957l2.277 9.031l-.746.766l-4-7.358l-4.112 4.111l.331 2.347l-.608.607z\"/>"
"body": "<path fill=\"currentColor\" d=\"m9.983 20.048l-2.09-3.946l-3.966-2.11l1.083-1.077l3.452.587l3.05-3.05L4.01 7.25l1.388-1.38l9.125 1.565l3.12-3.139q.42-.421 1.03-.421t1.03.421q.422.421.422 1.028t-.421 1.028l-3.145 3.125l1.566 9.12l-1.394 1.394l-3.189-7.502l-3.05 3.05l.573 3.427z\"/>"
},
"travel-explore": {
"body": "<path fill=\"currentColor\" d=\"M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q3.496 0 6.032 2.307t2.903 5.699h-1.012q-.263-2.171-1.568-3.897T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h1.846v3H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.275 2.3 5.625T12 20zm9.023-.27l-3.45-3.41q-.448.319-.971.5q-.523.18-1.102.18q-1.471 0-2.485-1.014Q12 15.97 12 14.5t1.015-2.485T15.5 11t2.486 1.015T19 14.5q0 .598-.19 1.13q-.19.533-.53.981l3.45 3.412zM15.5 17q1.05 0 1.775-.725T18 14.5t-.725-1.775T15.5 12t-1.775.725T13 14.5t.725 1.775T15.5 17\"/>"
@ -36259,7 +36360,7 @@
"body": "<path fill=\"currentColor\" d=\"M10.904 7h2.192V4.808h-2.192zM12 12.385q-1.611 0-3.116-.557Q7.381 11.271 6 10.412V7h3.904V3.808h4.192V7H18v3.412q-1.38.86-2.884 1.416q-1.504.557-3.116.557M7.616 21v-1H6v-8.415q1.285.734 2.657 1.21q1.372.474 2.843.578v1.012h1v-1.012q1.471-.104 2.843-.579q1.373-.475 2.657-1.21V20h-1.616v1h-1v-1H8.616v1z\"/>"
},
"travel-rounded": {
"body": "<path fill=\"currentColor\" d=\"m7.446 16.554l-2.23-1.202q-.16-.073-.178-.245q-.019-.172.104-.295l.166-.146q.061-.062.141-.09t.147-.003l2.143.32l4.15-4.15l-6.82-3.7q-.202-.105-.235-.328q-.034-.223.132-.388l.134-.135q.079-.078.195-.119q.117-.04.246-.01l8.786 2.23l2.944-2.953q.29-.29.688-.29t.687.29t.29.698t-.29.697l-2.919 2.957l2.21 8.756q.03.135-.003.257q-.034.122-.132.22l-.067.067q-.177.177-.428.15t-.38-.26l-3.67-6.751l-4.11 4.111l.3 2.15q.024.099-.016.19q-.04.093-.108.16l-.067.068q-.154.154-.35.116t-.294-.209z\"/>"
"body": "<path fill=\"currentColor\" d=\"M11.564 10.38L5.16 7.662q-.408-.159-.478-.58t.231-.721l.246-.266q.143-.142.325-.194t.385-.021l8.712 1.504l3.138-3.145q.421-.42 1.018-.42t1.019.42q.421.421.421 1.019t-.421 1.018L16.617 9.42l1.499 8.706q.03.204-.019.389q-.049.184-.191.327l-.265.24q-.302.302-.725.235q-.424-.068-.583-.475l-2.714-6.424l-3.069 3.064l.53 3.119q.032.154-.005.295q-.036.142-.154.259l-.271.252q-.235.235-.536.179q-.3-.056-.455-.333L7.95 16.05l-3.202-1.71q-.277-.153-.333-.454t.18-.536l.251-.271q.117-.118.259-.164q.141-.046.295-.015l3.113.544z\"/>"
},
"trending-down": {
"body": "<path fill=\"currentColor\" d=\"M16 17.096v-1h3.33l-6.026-5.938l-4 4L3 7.804l.708-.708l5.596 5.596l4-4L20 15.39v-3.293h1v5z\"/>"
@ -37931,6 +38032,15 @@
"voice-selection": {
"body": "<path fill=\"currentColor\" d=\"M3 21v-1q1.246 0 2.458-.13t2.383-.59q.23-.095.211-.355t-.346-.336q-1.189-.345-1.947-1.269Q5 16.396 5 15.18v-1.487h3.385q.269 0 .442-.173T9 13.077v-2.192h2.683q.346 0 .529-.28t.029-.586L9.446 4.24l.896-.458L13.156 9.6q.385.808-.075 1.546q-.46.739-1.373.739H10v1.307q0 .633-.434 1.067q-.433.433-1.066.433H6v.525q0 .914.615 1.576q.614.663 1.516.888l.3.075q.788.211.846 1.096t-.785 1.23q-1.308.557-2.691.737Q4.417 21 3 21m12.935-2.408l-.714-.707q.621-.622.95-1.405q.329-.784.329-1.642t-.329-1.641t-.95-1.405l.714-.713q.742.742 1.154 1.708t.411 2.051t-.412 2.049t-1.154 1.705M18.338 21l-.714-.713q1.094-1.095 1.678-2.488t.584-2.96q0-1.574-.584-2.964t-1.678-2.484l.714-.714q1.234 1.235 1.891 2.817t.657 3.345q0 1.755-.657 3.34q-.657 1.587-1.891 2.821\"/>"
},
"voice-selection-off": {
"body": "<path fill=\"currentColor\" d=\"m20.433 17.616l-.812-.812q.539-2.006.002-3.981t-2.017-3.45l.707-.72q1.24 1.236 1.906 2.824q.666 1.589.666 3.362q0 .707-.115 1.409q-.114.702-.337 1.368M13.3 10.494L11.68 8.87L9.447 4.24l.896-.458L13.156 9.6q.117.235.152.447t-.008.447M3 21v-1q1.246 0 2.458-.13t2.383-.59q.23-.095.211-.355t-.346-.336q-1.189-.345-1.947-1.269Q5 16.396 5 15.18v-1.487h3.385q.269 0 .442-.173T9 13.077v-2.192h1.89l1 1H10v1.307q0 .633-.434 1.067q-.433.433-1.066.433H6v.525q0 .914.615 1.576q.614.663 1.516.888l.3.075q.788.211.846 1.096t-.785 1.23q-1.308.557-2.691.737Q4.417 21 3 21m18.116 1.537L1.892 3.307L2.6 2.6l19.223 19.223z\"/>"
},
"voice-selection-off-rounded": {
"body": "<path fill=\"currentColor\" d=\"M17.96 9.014q.14-.147.335-.152t.336.14q1.08 1.198 1.667 2.689q.587 1.49.587 3.147q0 .576-.075 1.125t-.22 1.104q-.061.189-.241.305q-.18.117-.368.055t-.305-.248t-.055-.375q.483-1.896.045-3.755q-.439-1.858-1.743-3.322q-.14-.171-.122-.37q.018-.197.159-.343M9.666 4.677q-.085-.183-.025-.387T9.885 4t.387-.014t.29.252l2.004 4.148q.084.178.011.38q-.073.201-.25.28q-.183.085-.39.009t-.293-.259zM5 15.179V14.5q0-.348.23-.578t.578-.23h2.577q.269 0 .442-.173T9 13.077v-1.385q0-.348.23-.577q.23-.23.578-.23h1.083l1 1H10v1.307q0 .633-.434 1.067q-.433.433-1.066.433H6v.525q0 .914.615 1.576q.614.663 1.516.888l.3.075q.788.211.846 1.096t-.785 1.23q-1.198.495-2.454.685q-1.255.19-2.538.227q-.214.006-.357-.137T3 20.5t.143-.357t.357-.149q1.112-.03 2.195-.174q1.084-.143 2.145-.54q.231-.096.212-.355t-.346-.337q-1.189-.344-1.947-1.268Q5 16.396 5 15.18m15.756 6.998L2.246 3.662q-.14-.14-.153-.342t.153-.366q.16-.16.354-.16t.354.16l18.515 18.515q.14.14.15.341t-.15.367q-.165.165-.357.165t-.356-.165\"/>"
},
"voice-selection-off-sharp": {
"body": "<path fill=\"currentColor\" d=\"m20.433 17.616l-.812-.812q.539-2.006.002-3.981t-2.017-3.45l.707-.72q1.24 1.236 1.906 2.824q.666 1.589.666 3.362q0 .707-.115 1.409q-.114.702-.337 1.368M11.68 8.869L9.446 4.24l.896-.458L13.3 9.889v.605zm9.435 13.668L1.892 3.307L2.6 2.6l19.223 19.223zM3 21v-1h4.514v-1.45q-1.131-.402-1.823-1.336Q5 16.282 5 15.18v-1.487h4v-2.807h1.885l1 1H10v2.807H6v.525q0 .875.595 1.557t1.536.907l.4.075V21z\"/>"
},
"voice-selection-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M17.984 21.146q-.215 0-.358-.144q-.143-.145-.143-.359q0-.1.038-.198t.102-.158q1.094-1.095 1.678-2.485t.584-2.973q0-1.558-.584-2.951T17.623 9.39q-.064-.062-.102-.162t-.038-.199q0-.212.144-.355q.145-.143.359-.143q.1 0 .194.042t.157.104q1.234 1.235 1.89 2.82q.658 1.586.658 3.334q0 1.769-.657 3.352T18.337 21q-.063.06-.158.104t-.195.042m-2.41-2.408q-.212 0-.356-.144t-.143-.359q0-.1.043-.194t.103-.156q.621-.622.95-1.405t.329-1.642t-.332-1.64t-.947-1.406q-.073-.063-.11-.157t-.036-.196q0-.214.145-.357t.358-.144q.1 0 .198.037t.159.11q.736.736 1.15 1.702q.415.967.415 2.051t-.414 2.052t-1.151 1.702q-.063.073-.162.11q-.1.036-.2.036M3 21v-1q1.241 0 2.455-.13t2.385-.59q.231-.095.212-.355t-.346-.337q-1.189-.344-1.947-1.268Q5 16.396 5 15.18v-1.487h3.385q.269 0 .442-.173T9 13.077v-2.192h2.683q.346 0 .529-.28q.182-.278.028-.586L9.665 4.677q-.084-.183-.024-.368t.244-.29q.182-.104.387-.033t.29.252L13.156 9.6q.384.808-.079 1.546q-.463.739-1.37.739H10v1.307q0 .633-.434 1.067t-1.066.433H6v.525q0 .914.614 1.576t1.517.888l.3.075q.788.211.846 1.096t-.785 1.23q-1.307.556-2.691.737T3 21\"/>",
"hidden": true
@ -41835,6 +41945,9 @@
"view-in-ar-rounded",
"view-in-ar-sharp",
"voice-selection",
"voice-selection-off",
"voice-selection-off-rounded",
"voice-selection-off-sharp",
"voice-selection-rounded",
"voice-selection-sharp",
"volume-down",
@ -42989,6 +43102,7 @@
"lock-person-rounded",
"lock-person-sharp",
"lock-reset",
"lock-reset-outline-rounded",
"lock-reset-rounded",
"lock-reset-sharp",
"lock-sharp",
@ -43124,9 +43238,11 @@
"pinch-zoom-out-sharp",
"polymer",
"polymer-rounded",
"power-settings-circle",
"power-settings-circle-outline",
"power-settings-circle-outline-rounded",
"power-settings-circle-rounded",
"power-settings-new",
"power-settings-new-outline",
"power-settings-new-outline-rounded",
"power-settings-new-rounded",
"preview",
"preview-off",
@ -47884,6 +48000,7 @@
"texture-minus",
"texture-minus-rounded",
"texture-minus-sharp",
"texture-rounded",
"texture-sharp",
"timelapse",
"timelapse-outline",
@ -49648,6 +49765,12 @@
"contract-outline",
"contract-outline-rounded",
"contract-rounded",
"convert-to-text",
"convert-to-text-outline",
"convert-to-text-outline-rounded",
"convert-to-text-outline-sharp",
"convert-to-text-rounded",
"convert-to-text-sharp",
"copy-all",
"copy-all-outline",
"copy-all-outline-rounded",
@ -50643,6 +50766,12 @@
"square-outline",
"square-outline-rounded",
"square-rounded",
"stack-hexagon",
"stack-hexagon-outline",
"stack-hexagon-outline-rounded",
"stack-hexagon-outline-sharp",
"stack-hexagon-rounded",
"stack-hexagon-sharp",
"sticky-note",
"sticky-note-2",
"sticky-note-2-outline",
@ -52385,6 +52514,12 @@
"move-selection-up-rounded",
"move-up",
"move-up-rounded",
"multimodal-hand-eye",
"multimodal-hand-eye-outline",
"multimodal-hand-eye-outline-rounded",
"multimodal-hand-eye-outline-sharp",
"multimodal-hand-eye-rounded",
"multimodal-hand-eye-sharp",
"new-window",
"new-window-rounded",
"new-window-sharp",
@ -52551,6 +52686,9 @@
"ripples-outline",
"ripples-outline-sharp",
"ripples-sharp",
"rotate-auto",
"rotate-auto-outline-rounded",
"rotate-auto-rounded",
"rule-settings",
"rule-settings-rounded",
"saved-search",
@ -52791,6 +52929,12 @@
"sync",
"sync-alt",
"sync-alt-rounded",
"sync-desktop",
"sync-desktop-outline",
"sync-desktop-outline-rounded",
"sync-desktop-outline-sharp",
"sync-desktop-rounded",
"sync-desktop-sharp",
"sync-disabled",
"sync-disabled-rounded",
"sync-outline",

View File

@ -2,7 +2,7 @@
"prefix": "material-symbols",
"info": {
"name": "Material Symbols",
"total": 12982,
"total": 13016,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"
@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1720072912,
"lastModified": 1720781782,
"icons": {
"123": {
"body": "<path fill=\"currentColor\" d=\"M5.5 15v-4.5H4V9h3v6zM9 15v-2.5q0-.425.288-.712T10 11.5h2v-1H9V9h3.5q.425 0 .713.288T13.5 10v1.5q0 .425-.288.713t-.712.287h-2v1h3V15zm6 0v-1.5h3v-1h-2v-1h2v-1h-3V9h3.5q.425 0 .713.288T19.5 10v4q0 .425-.288.713T18.5 15z\"/>"
@ -2012,10 +2012,10 @@
"body": "<path fill=\"currentColor\" d=\"M2 20v-6q.825 0 1.413-.587T4 12t-.587-1.412T2 10V4h20v16zm6.85-4.35l8.9-2.35q.375-.1.563-.463t.087-.737t-.437-.562t-.713-.088l-2.45.65l-4-3.75l-1.4.35l2.4 4.2l-2.4.6l-1.25-.95l-.95.25z\"/>"
},
"airplanemode-inactive": {
"body": "<path fill=\"currentColor\" d=\"m12 21l-3.5 1v-1.5l2-1.5v-5.5L2 16v-2l5.8-3.4l-6.4-6.4l1.4-1.4l18.4 18.4l-1.4 1.4l-6.3-6.3V19l2 1.5V22zm0-19q.625 0 1.063.438T13.5 3.5V9l8.5 5v2l-4.45-1.325L10.5 7.65V3.5q0-.625.438-1.062T12 2\"/>"
"body": "<path fill=\"currentColor\" d=\"m22 17l-3.525-1.425L10 7.15V4q0-.825.588-1.412T12 2t1.413.588T14 4v4.4l8 5.6zm-10 3.5L7 22v-2.5l3-2.1v-3.6L2 17v-3l5.4-3.8l-6-6l1.4-1.4l18.4 18.4l-1.4 1.4l-5.8-5.8v.6l3 2.1V22z\"/>"
},
"airplanemode-inactive-rounded": {
"body": "<path fill=\"currentColor\" d=\"m12 21l-2.75.775q-.275.075-.513-.1T8.5 21.2v-.4q0-.15.063-.263t.187-.212L10.5 19v-5.5l-7.4 2.175q-.425.125-.763-.137T2 14.85v-.35q0-.225.113-.425t.312-.325L7.8 10.6L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-5.6-5.6V19l1.725 1.275q.125.1.2.25t.075.325v.2q0 .35-.288.562t-.637.113zm0-19q.625 0 1.063.438T13.5 3.5V9l8.025 4.725q.225.125.35.338t.125.487v.175q0 .5-.375.775t-.85.15l-3.225-.975L10.5 7.65V3.5q0-.625.438-1.062T12 2\"/>"
"body": "<path fill=\"currentColor\" d=\"m14 8.4l7.475 5.175q.25.175.388.45T22 14.6v.55q0 .65-.537 1.013t-1.138.112l-1.85-.7L10 7.15V4q0-.825.588-1.412T12 2t1.413.588T14 4zm-2 12.1l-3.675 1.1q-.5.15-.913-.162T7 20.625v-.6q0-.25.113-.462t.312-.363L10 17.4v-3.6l-6.325 2.525q-.6.25-1.137-.112T2 15.2v-.55q0-.3.138-.575t.387-.45L7.4 10.2L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L14 16.8v.6l2.575 1.75q.2.15.313.363t.112.462v.6q0 .5-.413.813t-.912.162z\"/>"
},
"airplay": {
"body": "<path fill=\"currentColor\" d=\"m6 21l6-6l6 6zm-2-2q-.825 0-1.412-.587T2 17V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v12q0 .825-.587 1.413T20 19h-1l-7-7l-7 7z\"/>"
@ -2558,22 +2558,22 @@
"hidden": true
},
"animated-images": {
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zM9.025 17q-.825 0-1.412-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm-3.3 4.875q-.825.125-1.475-.4t-.75-1.35L2.15 9.2q-.1-.825.413-1.475t1.337-.75l1.125-.125V16q0 1.25.875 2.125T8.025 19H18.3q-.15.6-.6 1.038t-1.1.512z\"/>"
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zm-6.3 8.375q-.825.125-1.487-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85V15q0 1.65 1.175 2.825T9 19h9.3q-.15.6-.6 1.038t-1.1.512zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17z\"/>"
},
"animated-images-outline": {
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zm.825 5.5H18.3q-.15.6-.6 1.038t-1.1.512L5.7 21.875q-.825.1-1.487-.4T3.45 20.15L2.15 9.2q-.1-.825.413-1.475t1.337-.75l1.125-.125v2l-.9.1l1.35 10.95zm-3.8-2q-.825 0-1.413-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm0-2h11V4h-11zm5.5-5.5\"/>"
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zm.7 5.5h5.6q-.175.65-.6 1.05t-1.1.5L5.7 21.875q-.825.125-1.488-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85v2l-.9.125L5.45 19.9zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm0-2h11V4H9zm-3.55 4.9\"/>"
},
"animated-images-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"m13.55 12.475l3.2-2.15q.45-.3.45-.825t-.45-.825l-3.2-2.15q-.5-.35-1.025-.05t-.525.9v4.25q0 .6.525.9t1.025-.05M9.025 17q-.825 0-1.412-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm0-2h11V4h-11zM5.7 21.875q-.825.1-1.487-.4T3.45 20.15L2.15 9.2q-.1-.825.413-1.462T3.9 6.975h.05q.425-.075.763.225t.337.75q0 .375-.262.65t-.638.35h-.025l1.35 10.95l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362zM5.475 19.9\"/>"
"body": "<path fill=\"currentColor\" d=\"m13.55 12.475l3.2-2.15q.45-.3.45-.825t-.45-.825l-3.2-2.15q-.5-.35-1.025-.05t-.525.9v4.25q0 .6.525.9t1.025-.05M9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm0-2h11V4H9zm-3.3 6.875q-.825.1-1.487-.4T3.45 20.15L2.125 9.225q-.1-.825.425-1.475t1.35-.775h.05q.425-.075.762.225t.338.75q0 .375-.262.65t-.638.35h-.025l1.35 10.95l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362z\"/>"
},
"animated-images-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zm.825 5.5h5.425l.175 1.325l-14.675 1.8L1.9 7.2l3.125-.35v2l-.9.1l1.35 10.95zm-5.8-2V2h15v15zm2-2h11V4h-11zm5.5-5.5\"/>"
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zm.825 5.5h5.425l.175 1.325l-14.725 1.8L1.85 7.2L5 6.85v2l-.9.125L5.45 19.9zM7 17V2h15v15zm2-2h11V4H9zm5.5-5.5\"/>"
},
"animated-images-rounded": {
"body": "<path fill=\"currentColor\" d=\"m13.55 12.475l3.2-2.15q.45-.3.45-.825t-.45-.825l-3.2-2.15q-.5-.35-1.025-.05t-.525.9v4.25q0 .6.525.9t1.025-.05M9.025 17q-.825 0-1.412-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm-3.3 4.875q-.825.125-1.475-.4t-.75-1.35L2.15 9.2q-.1-.825.413-1.475t1.337-.75l1.125-.125V16q0 1.25.875 2.125T8.025 19H18.3q-.15.6-.6 1.038t-1.1.512z\"/>"
"body": "<path fill=\"currentColor\" d=\"m13.55 12.475l3.2-2.15q.45-.3.45-.825t-.45-.825l-3.2-2.15q-.5-.35-1.025-.05t-.525.9v4.25q0 .6.525.9t1.025-.05m-7.85 9.4q-.825.125-1.487-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85V15q0 1.65 1.175 2.825T9 19h9.3q-.15.6-.6 1.038t-1.1.512zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17z\"/>"
},
"animated-images-sharp": {
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zM7.025 17V2h15v15zM3.75 22.125L1.9 7.2l3.125-.35V19H18.3l.175 1.325z\"/>"
"body": "<path fill=\"currentColor\" d=\"m12 13.5l6-4l-6-4zm-8.3 8.625L1.85 7.2L5 6.85V19h13.3l.125 1.325zM7 17V2h15v15z\"/>"
},
"animation": {
"body": "<path fill=\"currentColor\" d=\"M9 22q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T2 15q0-2.025 1.05-3.7T5.8 8.75q.5-.975 1.238-1.713T8.75 5.8q.825-1.7 2.525-2.75T15 2q1.45 0 2.725.55t2.225 1.5t1.5 2.225T22 9q0 2.125-1.05 3.75t-2.75 2.5q-.5.975-1.237 1.713T15.25 18.2q-.875 1.7-2.55 2.75T9 22m0-2q.825 0 1.588-.25T12 19q-1.45 0-2.725-.55t-2.225-1.5t-1.5-2.225T5 12q-.5.65-.75 1.413T4 15q0 1.05.4 1.95t1.075 1.575T7.05 19.6T9 20m3-3q.825 0 1.613-.25T15.05 16q-1.475 0-2.75-.563t-2.225-1.512T8.563 11.7T8 8.95q-.5.65-.75 1.438T7 12q0 1.05.388 1.95t1.087 1.575q.675.7 1.575 1.087T12 17m3-3q.45 0 .863-.075t.837-.225q.55-1.5.163-2.888t-1.338-2.337t-2.337-1.338T10.3 7.3q-.15.425-.225.838T10 9q0 1.05.388 1.95t1.087 1.575q.675.7 1.575 1.088T15 14m4-1.95q.5-.65.75-1.437T20 9q0-1.05-.387-1.95t-1.088-1.575q-.675-.7-1.575-1.087T15 4q-.875 0-1.638.25T11.95 5q1.475 0 2.75.563t2.225 1.512T18.438 9.3T19 12.05\"/>"
@ -8870,10 +8870,10 @@
"body": "<path fill=\"currentColor\" d=\"M5 16h2q0-.825-.587-1.412T5 14zm3.55 0H10q0-2.075-1.463-3.537T5 11v1.45q1.475 0 2.513 1.038T8.55 16m3 0H13q0-1.65-.625-3.113t-1.713-2.55t-2.55-1.712T5 8v1.45q2.725 0 4.638 1.913T11.55 16M8 21v-2H2V3h20v16h-6v2z\"/>"
},
"connecting-airports": {
"body": "<path fill=\"currentColor\" d=\"M15.6 21.4L13 17h-3q-.425 0-.712-.288T9 16t.288-.712T10 15h3l2.6-4.4h1.1L15.4 15h2.85l.75-1h1l-.6 2l.6 2h-1l-.75-1H15.4l1.3 4.4zm-8.3-8L8.6 9H5.75L5 10H4l.6-2L4 6h1l.75 1H8.6L7.3 2.6h1.1L11 7h3q.425 0 .713.288T15 8t-.288.713T14 9h-3l-2.6 4.4z\"/>"
"body": "<path fill=\"currentColor\" d=\"m6 14l1.925-5H5l-1.325 2H2l1-3.5L2 4h1.675L5 6h2.925L6 1h2l3.45 5h3.05q.625 0 1.063.438T16 7.5t-.437 1.063T14.5 9h-3.05L8 14zm10 9l-3.45-5H9.5q-.625 0-1.062-.437T8 16.5t.438-1.062T9.5 15h3.05L16 10h2l-1.925 5H19l1.325-2H22l-1 3.5l1 3.5h-1.675L19 18h-2.925L18 23z\"/>"
},
"connecting-airports-rounded": {
"body": "<path fill=\"currentColor\" d=\"m19.4 16l.45 1.5q.05.2-.062.35t-.313.15H19.2q-.1 0-.187-.038t-.138-.112L18.25 17H15.4l1.125 3.8q.075.225-.062.413t-.388.187h-.2q-.125 0-.238-.05t-.162-.175L13 17h-3q-.425 0-.712-.288T9 16t.288-.712T10 15h3l2.45-4.15q.075-.125.2-.187t.25-.063h.1q.275 0 .425.2t.075.475L15.4 15h2.85l.6-.8q.075-.1.175-.15t.225-.05h.1q.25 0 .4.2t.075.425zM4.6 8l-.45-1.5q-.05-.2.063-.35T4.525 6H4.8q.1 0 .188.038t.137.112L5.75 7H8.6L7.475 3.2q-.075-.225.063-.413t.387-.187h.2q.125 0 .238.05t.162.175L11 7h3q.425 0 .713.288T15 8t-.288.713T14 9h-3l-2.45 4.15q-.075.125-.187.188t-.238.062h-.2q-.2 0-.35-.2t-.075-.475L8.6 9H5.75l-.6.8q-.075.1-.175.15T4.75 10h-.1q-.25 0-.4-.2t-.075-.425z\"/>"
"body": "<path fill=\"currentColor\" d=\"M7.35 14q-.5 0-.762-.413t-.088-.862L7.925 9H5l-1.075 1.65q-.125.175-.3.263T3.25 11h-.175q-.4 0-.65-.312T2.3 9.975L3 7.5l-.75-2.625q-.1-.35.113-.612T2.925 4H3.3q.175 0 .325.088t.25.237L5 6h2.925l-1.5-3.875q-.15-.425.1-.775T7.2 1h.375q.2 0 .375.088t.3.262L11.45 6h3.05q.625 0 1.063.438T16 7.5t-.437 1.063T14.5 9h-3.05l-3.175 4.6q-.125.2-.337.3T7.5 14zm9.075 9q-.2 0-.375-.088t-.3-.262L12.55 18H9.5q-.625 0-1.062-.437T8 16.5t.438-1.062T9.5 15h3.05l3.2-4.65q.125-.175.3-.262t.375-.088h.375q.425 0 .675.35t.1.775L16.075 15H19l1.125-1.675q.1-.15.25-.238T20.7 13h.375q.35 0 .563.262t.112.613L21 16.5l.75 2.625q.1.35-.112.613t-.563.262H20.7q-.175 0-.325-.088t-.25-.237L19 18h-2.925l1.5 3.875q.15.425-.1.775T16.8 23z\"/>"
},
"construction": {
"body": "<path fill=\"currentColor\" d=\"m18.9 21l-5.475-5.475l2.1-2.1L21 18.9zM5.1 21L3 18.9L9.9 12l-1.7-1.7l-.7.7l-1.275-1.275v2.05l-.7.7L2.5 9.45l.7-.7h2.05L4 7.5l3.55-3.55q.5-.5 1.075-.725T9.8 3t1.175.225t1.075.725l-2.3 2.3L11 7.5l-.7.7L12 9.9l2.25-2.25q-.1-.275-.162-.575t-.063-.6q0-1.475 1.013-2.488t2.487-1.012q.375 0 .713.075t.687.225L16.45 5.75l1.8 1.8l2.475-2.475q.175.35.238.687t.062.713q0 1.475-1.012 2.488t-2.488 1.012q-.3 0-.6-.05t-.575-.175z\"/>"
@ -9211,6 +9211,24 @@
"conversion-path-off-rounded": {
"body": "<path fill=\"currentColor\" d=\"M19.75 22.575L1.35 4.2q-.3-.3-.3-.713t.3-.712t.713-.3t.712.3l18.4 18.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M11 19q-1.65 0-2.825-1.175T7 15t1.175-2.825T11 11l2 2h-2q-.825 0-1.412.588T9 15t.588 1.413T11 17h6l3.55 3.55q-.35.2-.737.325T19 21q-.975 0-1.75-.562T16.175 19zm10.125-3.125q.5.5.725 1.175t.125 1.35q-.05.2-.238.25t-.337-.1l-1.525-1.525L18.45 15.6q-.15-.15-.087-.337t.262-.238q.675-.1 1.338.125t1.162.725M5 9q-1.25 0-2.125-.875T2 6q0-.8.4-1.475T3.45 3.45l4.1 4.1q-.4.65-1.075 1.05T5 9m10.225 3q-.425 0-.712-.287T14.225 11q0-.275.375-.8q.225-.225.313-.537T15 9q0-.825-.587-1.412T13 7h-2.725q-.5 0-.75-.312T9.275 6t.25-.687t.75-.313H13q1.65 0 2.825 1.175T17 9q0 .775-.275 1.45t-.75 1.2q-.125.15-.325.25t-.425.1\"/>"
},
"convert-to-text": {
"body": "<path fill=\"currentColor\" d=\"M2 22v-2h2.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11v2q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V16h2v6zM7 9h10V7H7zm3 12v-4h4v-2h-4v-2h7v-2h-7V9H3V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21z\"/>"
},
"convert-to-text-outline": {
"body": "<path fill=\"currentColor\" d=\"M10 17h4v-2h-4zm0-4h7v-2h-7zM7 9h10V7H7zM2 22v-2h2.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11v2q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V16h2v6zm8-1v-2h9V5H5v4H3V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21z\"/>"
},
"convert-to-text-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M19 21h-8q-.425 0-.712-.288T10 20t.288-.712T11 19h8V5H5v3q0 .425-.288.713T4 9t-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21M3 22q-.425 0-.712-.288T2 21t.288-.712T3 20h1.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11q.425 0 .713.288t.287.712t-.288.713t-.712.287q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V17q0-.425.288-.712T7 16t.713.288T8 17v4q0 .425-.288.713T7 22zm8-5h2q.425 0 .713-.288T14 16t-.288-.712T13 15h-2q-.425 0-.712.288T10 16t.288.713T11 17m0-4h5q.425 0 .713-.288T17 12t-.288-.712T16 11h-5q-.425 0-.712.288T10 12t.288.713T11 13M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9\"/>"
},
"convert-to-text-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M2 22v-2h2.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11v2q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V16h2v6zm8-1v-2h9V5H5v4H3V3h18v18zm0-4h4v-2h-4zm0-4h7v-2h-7zM7 9h10V7H7z\"/>"
},
"convert-to-text-rounded": {
"body": "<path fill=\"currentColor\" d=\"M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9m3 12q-.425 0-.712-.288T10 20v-3h3q.425 0 .713-.288T14 16t-.288-.712T13 15h-3v-2h6q.425 0 .713-.288T17 12t-.288-.712T16 11H9.825v.025q-.325-.875-1.087-1.45T7 9H4q-.425 0-.712-.288T3 8V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm-8 1q-.425 0-.712-.288T2 21t.288-.712T3 20h1.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11q.425 0 .713.288t.287.712t-.288.713t-.712.287q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V17q0-.425.288-.712T7 16t.713.288T8 17v4q0 .425-.288.713T7 22z\"/>"
},
"convert-to-text-sharp": {
"body": "<path fill=\"currentColor\" d=\"M2 22v-2h2.55q-1.2-.575-1.937-1.7t-.738-2.55q0-1.975 1.388-3.363T6.625 11v2q-1.125 0-1.937.8t-.813 1.95q0 .975.6 1.725t1.525.95V16h2v6zM7 9h10V7H7zm3 12v-4h4v-2h-4v-2h7v-2h-7V9H3V3h18v18z\"/>"
},
"conveyor-belt": {
"body": "<path fill=\"currentColor\" d=\"M5 21q-1.25 0-2.125-.875T2 18t.875-2.125T5 15h14q1.25 0 2.125.875T22 18t-.875 2.125T19 21zm0-2h14q.425 0 .713-.288T20 18t-.288-.712T19 17H5q-.425 0-.712.288T4 18t.288.713T5 19m5-6q-.425 0-.712-.288T9 12V4q0-.425.288-.712T10 3h8q.425 0 .713.288T19 4v8q0 .425-.288.713T18 13zm-8-2.05V9.025h4.925v1.925zM12 8h4V6.025h-4zM4 8h2.925V6.025H4z\"/>"
},
@ -15277,7 +15295,7 @@
"body": "<path fill=\"currentColor\" d=\"M1 21v-7q0-.425.288-.712T2 13h4q.425 0 .713.288T7 14v7q0 .425-.288.713T6 22H2q-.425 0-.712-.288T1 21m8 0v-7q0-.425.288-.712T10 13h4q.425 0 .713.288T15 14v7q0 .425-.288.713T14 22h-4q-.425 0-.712-.288T9 21m8 0v-7q0-.425.288-.712T18 13h4q.425 0 .713.288T23 14v7q0 .425-.288.713T22 22h-4q-.425 0-.712-.288T17 21m-6-1h2v-5h-2zM1 10V3q0-.425.288-.712T2 2h4q.425 0 .713.288T7 3v7q0 .425-.288.713T6 11H2q-.425 0-.712-.288T1 10m8 0V3q0-.425.288-.712T10 2h4q.425 0 .713.288T15 3v7q0 .425-.288.713T14 11h-4q-.425 0-.712-.288T9 10m8 0V3q0-.425.288-.712T18 2h4q.425 0 .713.288T23 3v7q0 .425-.288.713T22 11h-4q-.425 0-.712-.288T17 10M3 9h2V4H3zm16 0h2V4h-2z\"/>"
},
"flight": {
"body": "<path fill=\"currentColor\" d=\"M8.5 22v-1.5l2-1.5v-5.5L2 16v-2l8.5-5V3.5q0-.625.438-1.062T12 2t1.063.438T13.5 3.5V9l8.5 5v2l-8.5-2.5V19l2 1.5V22L12 21z\"/>"
"body": "<path fill=\"currentColor\" d=\"M7 22v-2.5l3-2.1v-3.6L2 17v-3l8-5.6V4q0-.825.588-1.412T12 2t1.413.588T14 4v4.4l8 5.6v3l-8-3.2v3.6l3 2.1V22l-5-1.5z\"/>"
},
"flight-class": {
"body": "<path fill=\"currentColor\" d=\"M14 13q-.825 0-1.412-.587T12 11V6q0-.825.588-1.412T14 4h2q.825 0 1.413.588T18 6v5q0 .825-.587 1.413T16 13zm-4.5 5q-.675 0-1.2-.387t-.725-1.038L5 8V4h2v4l2.5 8H18v2zM8 21v-2h10v2z\"/>"
@ -15298,19 +15316,19 @@
"body": "<path fill=\"currentColor\" d=\"M12 13V4h6v9zm6 5H8L5 8V4h2v4l2.5 8H18zM8 21v-2h10v2z\"/>"
},
"flight-land": {
"body": "<path fill=\"currentColor\" d=\"M18.85 15.9L3 11.5V6l1.5.5l.7 2.1L10 9.95V2l2 .5l2.75 8.75l5 1.4q.575.15.913.613T21 14.3q0 .825-.675 1.325t-1.475.275M3 21v-2h18v2z\"/>"
"body": "<path fill=\"currentColor\" d=\"M3 21v-2h18v2zm15.55-5.05L3 11.525V4.25l2.4.675L6.6 8.4l3.45.975L9.175.8l2.875.85l3.2 9.225l4.3 1.225q.625.2 1.038.725t.412 1.2q0 .875-.712 1.537t-1.738.388\"/>"
},
"flight-land-rounded": {
"body": "<path fill=\"currentColor\" d=\"M18.85 15.9L3.725 11.7q-.325-.1-.525-.35t-.2-.6V6.875q0-.325.263-.513t.562-.087L4.2 6.4q.15.05.25.15t.15.25l.6 1.8L10 9.95V3.125q0-.425.338-.7t.762-.15l.425.1q.225.05.388.213t.237.387l2.6 8.275l5 1.4q.575.15.913.613T21 14.3q0 .825-.675 1.325t-1.475.275M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21z\"/>"
"body": "<path fill=\"currentColor\" d=\"M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21zm14.55-5.05l-14.1-4q-.65-.2-1.05-.725t-.4-1.2V5.6q0-.5.4-.8t.9-.175l.575.15q.25.075.438.238t.262.412L6.6 8.4l3.45.975l-.7-6.775q-.075-.65.438-1.063t1.137-.212l.525.15q.275.075.488.288t.312.487l3 8.625l4.3 1.225q.625.2 1.038.725t.412 1.2q0 .875-.712 1.537t-1.738.388\"/>"
},
"flight-rounded": {
"body": "<path fill=\"currentColor\" d=\"m12 21l-2.575.725q-.35.1-.638-.112T8.5 21.05q0-.3.075-.488t.2-.287L10.5 19v-5.5l-7.275 2.15q-.475.125-.85-.15T2 14.725q0-.375.125-.625t.35-.375L10.5 9V3.5q0-.625.438-1.062T12 2t1.063.438T13.5 3.5V9l8.025 4.725q.225.125.35.375t.125.625q0 .5-.375.775t-.85.15L13.5 13.5V19l1.725 1.275q.125.1.2.288t.075.487q0 .35-.288.563t-.637.112z\"/>"
"body": "<path fill=\"currentColor\" d=\"m10 13.8l-6.325 2.525q-.6.25-1.137-.112T2 15.2v-.55q0-.3.138-.575t.387-.45L10 8.4V4q0-.825.588-1.412T12 2t1.413.588T14 4v4.4l7.475 5.225q.25.175.388.45t.137.575v.55q0 .65-.537 1.013t-1.138.112L14 13.8v3.6l2.575 1.8q.2.15.313.363t.112.462v.6q0 .5-.413.813t-.912.162L12 20.5l-3.675 1.1q-.5.15-.913-.162T7 20.625v-.6q0-.25.113-.462t.312-.363L10 17.4z\"/>"
},
"flight-takeoff": {
"body": "<path fill=\"currentColor\" d=\"M3 21v-2h18v2zm1.85-5L2 11.15l1.55-.3L5.3 12.4l4.8-1.3l-4.05-6.85L8 3.65l6.85 6.15l5-1.35q.8-.225 1.45.3t.65 1.4q0 .55-.337.975t-.863.575z\"/>"
"body": "<path fill=\"currentColor\" d=\"M3 21v-2h18v2zm1.75-5L1 9.75l2.4-.65l2.8 2.35l3.5-.925l-5.175-6.9l2.9-.775L14.9 9.125l4.25-1.15q.8-.225 1.513.187t.937 1.213t-.187 1.513t-1.213.937z\"/>"
},
"flight-takeoff-rounded": {
"body": "<path fill=\"currentColor\" d=\"M20 21H4q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21M5.3 12.4l4.8-1.3l-3.475-5.9q-.2-.35-.075-.75t.55-.525l.425-.125q.225-.075.45-.025t.4.2L14.85 9.8l5-1.35q.8-.225 1.45.3t.65 1.4q0 .55-.337.975t-.863.575L5.575 15.8q-.325.1-.625-.025t-.475-.425L2.45 11.9q-.175-.275-.038-.575t.463-.35l.375-.075q.15-.025.275.013t.25.137z\"/>"
"body": "<path fill=\"currentColor\" d=\"M20.2 11.825L6.2 15.6q-.65.175-1.263-.075t-.962-.825L1.7 10.9q-.275-.425-.087-.9t.687-.6l.575-.15q.25-.05.488-.012t.437.212l2.4 2l3.5-.925l-4.075-5.45q-.4-.525-.2-1.137t.85-.788l.525-.125q.275-.075.588-.025t.537.25L14.9 9.125l4.25-1.15q.8-.225 1.513.188t.937 1.212t-.187 1.513t-1.213.937M4 21q-.425 0-.712-.288T3 20t.288-.712T4 19h16q.425 0 .713.288T21 20t-.288.713T20 21z\"/>"
},
"flights-and-hotels": {
"body": "<path fill=\"currentColor\" d=\"M7 16q0-.825.588-1.412T9 14t1.413.588T11 16t-.587 1.413T9 18t-1.412-.587T7 16m5-2h6q.825 0 1.413.588T20 16v7h-2v-2H6v2H4V13h2v6h6zm3.75-1L12.8 7.65l-2.65 2.65l.25 1.7l-.75.75l-1.175-2.2l-2.2-1.2l.75-.75l1.7.225l2.65-2.65L6 3.25l.95-.95l6.6 1.7l2.7-2.7q.3-.3.725-.3t.725.3t.3.725t-.3.725L15 5.45l1.7 6.6z\"/>"
@ -21709,13 +21727,16 @@
"body": "<path fill=\"currentColor\" d=\"M18 18q.625 0 1.063-.437T19.5 16.5t-.437-1.062T18 15t-1.062.438T16.5 16.5t.438 1.063T18 18m0 3q.75 0 1.4-.35t1.075-.975q-.575-.35-1.2-.513T18 19t-1.275.162t-1.2.513q.425.625 1.075.975T18 21m0 2q-2.075 0-3.537-1.463T13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23M9 8h6V6q0-1.25-.875-2.125T12 3t-2.125.875T9 6zm3.25 14H4V8h3V6q0-2.075 1.463-3.537T12 1t3.538 1.463T17 6v2h3v3.3q-.5-.175-1-.238T18 11q-2.925 0-4.962 2.038T11 18q0 1.075.338 2.088T12.25 22\"/>"
},
"lock-reset": {
"body": "<path fill=\"currentColor\" d=\"M13 21q-1.85 0-3.463-.687T6.7 18.425L8.125 17q.95.925 2.2 1.463T13 19q2.9 0 4.95-2.05T20 12t-2.05-4.95T13 5T8.05 7.05T6 12v.175l1.825-1.825l1.425 1.4L5 16L.75 11.75l1.425-1.4L4 12.2V12q0-1.875.713-3.512t1.925-2.85t2.85-1.925T13 3t3.513.713t2.85 1.924t1.925 2.85T22 12q0 3.75-2.625 6.375T13 21m-2-5q-.425 0-.712-.288T10 15v-3q0-.425.288-.712T11 11v-1q0-.825.588-1.412T13 8t1.413.588T15 10v1q.425 0 .713.288T16 12v3q0 .425-.288.713T15 16zm1-5h2v-1q0-.425-.288-.712T13 9t-.712.288T12 10z\"/>"
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 1.65.625 3.113t1.713 2.55t2.55 1.725t3.112.637q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H8v2H2V4h2v2q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m-2-6q-.425 0-.712-.288T9 15v-3q0-.425.288-.712T10 11v-1q0-.825.588-1.412T12 8t1.413.588T14 10v1q.425 0 .713.288T15 12v3q0 .425-.288.713T14 16zm1-5h2v-1q0-.425-.288-.712T12 9t-.712.288T11 10z\"/>"
},
"lock-reset-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12m-12 4q-.425 0-.712-.288T9 15v-3q0-.425.288-.712T10 11v-1q0-.825.588-1.412T12 8t1.413.588T14 10v1q.425 0 .713.288T15 12v3q0 .425-.288.713T14 16zm1-5h2v-1q0-.425-.288-.712T12 9t-.712.288T11 10z\"/>"
},
"lock-reset-rounded": {
"body": "<path fill=\"currentColor\" d=\"M13 21q-1.575 0-2.975-.5t-2.55-1.4q-.325-.275-.35-.687T7.4 17.7t.713-.3t.762.25q.875.65 1.913 1T13 19q2.9 0 4.95-2.05T20 12t-2.05-4.95T13 5T8.05 7.05T6 12v.175l1.125-1.125q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.7 15.3q-.3.3-.7.3t-.7-.3l-2.85-2.85q-.3-.3-.287-.712t.312-.688t.713-.288t.687.288L4 12.2V12q0-1.875.713-3.512t1.925-2.85t2.85-1.925T13 3t3.513.713t2.85 1.924t1.925 2.85T22 12q0 3.75-2.625 6.375T13 21m-2-5q-.425 0-.712-.288T10 15v-3q0-.425.288-.712T11 11v-1q0-.825.588-1.412T13 8t1.413.588T15 10v1q.425 0 .713.288T16 12v3q0 .425-.288.713T15 16zm1-5h2v-1q0-.425-.288-.712T13 9t-.712.288T12 10z\"/>"
"body": "<path fill=\"currentColor\" d=\"M22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22q-1.925 0-3.65-.687t-3.05-1.9t-2.187-2.863T2.05 13q-.05-.45.238-.7t.662-.275t.725.2t.4.775q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12m-12 4q-.425 0-.712-.288T9 15v-3q0-.425.288-.712T10 11v-1q0-.825.588-1.412T12 8t1.413.588T14 10v1q.425 0 .713.288T15 12v3q0 .425-.288.713T14 16zm1-5h2v-1q0-.425-.288-.712T12 9t-.712.288T11 10z\"/>"
},
"lock-reset-sharp": {
"body": "<path fill=\"currentColor\" d=\"M13 21q-1.85 0-3.463-.687T6.7 18.425L8.125 17q.95.925 2.2 1.463T13 19q2.9 0 4.95-2.05T20 12t-2.05-4.95T13 5T8.05 7.05T6 12v.175l1.825-1.825l1.425 1.4L5 16L.75 11.75l1.425-1.4L4 12.2V12q0-1.875.713-3.512t1.925-2.85t2.85-1.925T13 3t3.513.713t2.85 1.924t1.925 2.85T22 12q0 3.75-2.625 6.375T13 21m-3-5v-5h1v-1q0-.825.588-1.412T13 8t1.413.588T15 10v1h1v5zm2-5h2v-1q0-.425-.288-.712T13 9t-.712.288T12 10z\"/>"
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 1.65.625 3.113t1.713 2.55t2.55 1.725t3.112.637q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H8v2H2V4h2v2q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m-3-6v-5h1v-1q0-.825.588-1.412T12 8t1.413.588T14 10v1h1v5zm2-5h2v-1q0-.425-.288-.712T12 9t-.712.288T11 10z\"/>"
},
"lock-sharp": {
"body": "<path fill=\"currentColor\" d=\"M4 22V8h3V6q0-2.075 1.463-3.537T12 1t3.538 1.463T17 6v2h3v14zm8-5q.825 0 1.413-.587T14 15t-.587-1.412T12 13t-1.412.588T10 15t.588 1.413T12 17M9 8h6V6q0-1.25-.875-2.125T12 3t-2.125.875T9 6z\"/>"
@ -24009,6 +24030,24 @@
"multiline-chart-rounded": {
"body": "<path fill=\"currentColor\" d=\"M21 16.55q0 .425-.288.713T20 17.55t-.712-.288T19 16.55q-.15-1.25-.513-2.387T17.55 12L15 14.875q-.575.65-1.425.675t-1.475-.575L9.5 12.4l-5.375 5.375q-.3.3-.712.288T2.7 17.75q-.275-.3-.288-.7t.288-.7l5.375-5.375Q8.65 10.4 9.5 10.4t1.425.575L13.5 13.55l2.9-3.25q-1.275-1.5-3-2.375T9.6 7.05q-1.775 0-3.35.663T3.4 9.5q-.15.125-.325.2t-.375.075q-.425 0-.712-.288T1.7 8.776q0-.2.075-.4T2 8.05q1.525-1.375 3.475-2.187T9.6 5.05q2.45 0 4.525.988T17.75 8.8l2.125-2.425q.275-.35.725-.363t.75.313q.275.275.288.675t-.263.7L19 10.4q.725 1.175 1.363 2.975T21 16.55\"/>"
},
"multimodal-hand-eye": {
"body": "<path fill=\"currentColor\" d=\"M7.825 23q-.6 0-1.15-.225t-.975-.65L.6 17l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T6 7t.713.288T7 8v7h1v-3q0-.425.288-.712T9 11t.713.288T10 12v3h1v-2q0-.425.288-.712T12 12t.713.288T13 13v2h1q0-.425.288-.712T15 14t.713.288T16 15v4q0 1.65-1.175 2.825T12 23zM16 11q-2.275 0-4.2-1.2T9 6.5q.875-2.1 2.8-3.3T16 2t4.2 1.2T23 6.5q-.875 2.1-2.8 3.3T16 11m0-2q1.05 0 1.775-.725T18.5 6.5t-.725-1.775T16 4t-1.775.725T13.5 6.5t.725 1.775T16 9m0-1q-.625 0-1.063-.437T14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8\"/>"
},
"multimodal-hand-eye-outline": {
"body": "<path fill=\"currentColor\" d=\"M7.825 23q-.6 0-1.15-.225t-.975-.65L.6 17l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T6 7t.713.288T7 8v10.825l-2.45-.7L7.125 20.7q.15.15.325.225t.375.075H12q.825 0 1.413-.587T14 19v-4q0-.425.288-.712T15 14t.713.288T16 15v4q0 1.65-1.175 2.825T12 23zM8 16v-4q0-.425.288-.712T9 11t.713.288T10 12v4zm3 0v-3q0-.425.288-.712T12 12t.713.288T13 13v3zm1 5H7.125zm4-10q-2.275 0-4.2-1.2T9 6.5q.875-2.1 2.8-3.3T16 2t4.2 1.2T23 6.5q-.875 2.1-2.8 3.3T16 11m0-2q1.425 0 2.688-.65T20.75 6.5q-.8-1.2-2.062-1.85T16 4t-2.687.65T11.25 6.5q.8 1.2 2.063 1.85T16 9m0-1q-.625 0-1.062-.437T14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8\"/>"
},
"multimodal-hand-eye-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M7.825 23q-.6 0-1.15-.225t-.975-.65L1.3 17.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T6 7t.713.288T7 8v9.5q0 .5-.387.788t-.888.162l-1.175-.325L7.125 20.7q.15.15.325.225t.375.075H12q.825 0 1.413-.587T14 19v-4q0-.425.288-.712T15 14t.713.288T16 15v4q0 1.65-1.175 2.825T12 23zM8 15v-3q0-.425.288-.712T9 11t.713.288T10 12v3q0 .425-.288.713T9 16t-.712-.288T8 15m3 0v-2q0-.425.288-.712T12 12t.713.288T13 13v2q0 .425-.288.713T12 16t-.712-.288T11 15m3 6H7zm2-10q-2.075 0-3.85-1t-2.8-2.8q-.1-.175-.137-.337T9.175 6.5t.038-.363t.137-.337q1-1.8 2.788-2.8T16 2t3.85 1t2.8 2.8q.1.175.138.338t.037.362t-.037.363t-.138.337q-1 1.8-2.787 2.8T16 11m0-2q1.425 0 2.688-.65T20.75 6.5q-.8-1.2-2.062-1.85T16 4t-2.687.65T11.25 6.5q.8 1.2 2.063 1.85T16 9m0-1q-.625 0-1.062-.437T14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8\"/>"
},
"multimodal-hand-eye-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M12 23H6.575L.6 17l1.6-1.65l2.8.825V7h2v11.825l-2.45-.7L7.425 21H12q.825 0 1.413-.587T14 19v-5h2v5q0 1.65-1.175 2.825T12 23m-4-7v-5h2v5zm3 0v-4h2v4zm1 5H7.825zm4-10q-2.275 0-4.2-1.2T9 6.5q.875-2.1 2.8-3.3T16 2t4.2 1.2T23 6.5q-.875 2.1-2.8 3.3T16 11m0-2q1.425 0 2.688-.65T20.75 6.5q-.8-1.2-2.062-1.85T16 4t-2.687.65T11.25 6.5q.8 1.2 2.063 1.85T16 9m0-1q-.625 0-1.062-.437T14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8\"/>"
},
"multimodal-hand-eye-rounded": {
"body": "<path fill=\"currentColor\" d=\"M16 11q-2.075 0-3.85-1t-2.8-2.8q-.1-.175-.137-.337T9.175 6.5t.038-.363t.137-.337q1-1.8 2.788-2.8T16 2t3.85 1t2.8 2.8q.1.175.138.338t.037.362t-.037.363t-.138.337q-1 1.8-2.787 2.8T16 11m0-2q1.05 0 1.775-.725T18.5 6.5t-.725-1.775T16 4t-1.775.725T13.5 6.5t.725 1.775T16 9m0-1q-.625 0-1.063-.437T14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8M7.825 23q-.6 0-1.15-.225t-.975-.65L1.3 17.7q-.275-.275-.288-.687t.263-.713l.15-.15q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T6 7t.713.288T7 8v7h1v-3q0-.425.288-.712T9 11t.713.288T10 12v3h1v-2q0-.425.288-.712T12 12t.713.288T13 13v2h1q0-.425.288-.712T15 14t.713.288T16 15v4q0 1.65-1.175 2.825T12 23z\"/>"
},
"multimodal-hand-eye-sharp": {
"body": "<path fill=\"currentColor\" d=\"M6.575 23L.6 17l1.6-1.65l2.8.825V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0 1.65-1.175 2.825T12 23zM16 11q-2.275 0-4.2-1.2T9 6.5q.875-2.1 2.8-3.3T16 2t4.2 1.2T23 6.5q-.875 2.1-2.8 3.3T16 11m0-2q1.05 0 1.775-.725T18.5 6.5t-.725-1.775T16 4t-1.775.725T13.5 6.5t.725 1.775T16 9m0-1q-.625 0-1.063-.437T14.5 6.5t.438-1.062T16 5t1.063.438T17.5 6.5t-.437 1.063T16 8\"/>"
},
"multiple-stop": {
"body": "<path fill=\"currentColor\" d=\"m7 20l-4-4l4-4l1.425 1.4l-1.6 1.6H11v2H6.825L8.4 18.6zm7-3q-.425 0-.712-.288T13 16t.288-.712T14 15t.713.288T15 16t-.288.713T14 17m4 0q-.425 0-.712-.288T17 16t.288-.712T18 15t.713.288T19 16t-.288.713T18 17m-1-5l-1.425-1.4l1.6-1.6H13V7h4.175L15.6 5.4L17 4l4 4zM6 9q-.425 0-.712-.288T5 8t.288-.712T6 7t.713.288T7 8t-.288.713T6 9m4 0q-.425 0-.712-.288T9 8t.288-.712T10 7t.713.288T11 8t-.288.713T10 9\"/>"
},
@ -27727,22 +27766,22 @@
"body": "<path fill=\"currentColor\" d=\"M9 14h10l-3.45-4.5l-2.3 3l-1.55-2zm-1 4q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm0-2h12V4H8zm-4 6q-.825 0-1.412-.587T2 20V6h2v14h14v2zM8 4h12v12H8z\"/>"
},
"photo-prints": {
"body": "<path fill=\"currentColor\" d=\"M14.525 14q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287m-5.5 8q-.825 0-1.412-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm-3.3 4.875q-.825.125-1.475-.4t-.75-1.35L2.15 9.2q-.1-.825.413-1.475t1.337-.75l1.125-.125V16q0 1.25.875 2.125T8.025 19H18.3q-.15.6-.6 1.038t-1.1.512z\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.525 14q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287M5.7 21.875q-.825.125-1.487-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85V15q0 1.65 1.175 2.825T9 19h9.3q-.15.6-.6 1.038t-1.1.512zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17z\"/>"
},
"photo-prints-outline": {
"body": "<path fill=\"currentColor\" d=\"M14.525 14q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287m-1.7 10H18.3q-.15.6-.6 1.038t-1.1.512L5.7 21.875q-.825.1-1.487-.4T3.45 20.15L2.15 9.2q-.1-.825.413-1.475t1.337-.75l1.125-.125v2l-.9.1l1.35 10.95zm-3.8-2q-.825 0-1.413-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm0-2h11V4h-11zm5.5-5.5\"/>"
"body": "<path fill=\"currentColor\" d=\"M12.7 19h5.6q-.175.65-.6 1.05t-1.1.5L5.7 21.875q-.825.125-1.488-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85v2l-.9.125L5.45 19.9zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm0-2h11V4H9zm5.525-1q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287\"/>"
},
"photo-prints-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M14.525 14q.85 0 1.575-.312t1.3-.863q.45-.425.775-.987t.45-1.213q.05-.25-.112-.438t-.413-.137q-.65.1-1.237.4t-1.038.725q-.575.55-.912 1.275T14.525 14m0 0q-.05-.825-.387-1.55t-.913-1.275q-.45-.425-1.037-.725t-1.238-.4q-.25-.05-.412.138t-.113.437q.125.65.45 1.213t.775.987q.575.55 1.3.863t1.575.312m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287M5.7 21.875q-.825.1-1.487-.4T3.45 20.15L2.15 9.2q-.1-.825.413-1.462T3.9 6.975h.05q.425-.075.763.225t.337.75q0 .375-.262.65t-.638.35h-.025l1.35 10.95l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362zM9.025 17q-.825 0-1.412-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm0-2h11V4h-11zm5.5-5.5\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.525 14q.85 0 1.575-.312t1.3-.863q.45-.425.775-.987t.45-1.213q.05-.25-.112-.438t-.413-.137q-.65.1-1.237.4t-1.038.725q-.575.55-.912 1.275T14.525 14m0 0q-.05-.825-.387-1.55t-.913-1.275q-.45-.425-1.037-.725t-1.238-.4q-.25-.05-.412.138t-.113.437q.125.65.45 1.213t.775.987q.575.55 1.3.863t1.575.312m0-3q.425 0 .713-.287t.287-.713v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287M9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm0-2h11V4H9zm-3.3 6.875q-.825.1-1.487-.4T3.45 20.15L2.125 9.225q-.1-.825.425-1.475t1.35-.775h.05q.425-.075.762.225t.338.75q0 .375-.262.65t-.638.35h-.025l1.35 10.95l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362z\"/>"
},
"photo-prints-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M14.525 14q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287m-1.7 10h5.425l.175 1.325l-14.675 1.8L1.9 7.2l3.125-.35v2l-.9.1l1.35 10.95zm-5.8-2V2h15v15zm2-2h11V4h-11zm5.5-5.5\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.525 14q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287m-1.7 10h5.425l.175 1.325l-14.725 1.8L1.85 7.2L5 6.85v2l-.9.125L5.45 19.9zM7 17V2h15v15zm2-2h11V4H9zm5.5-5.5\"/>"
},
"photo-prints-rounded": {
"body": "<path fill=\"currentColor\" d=\"M14.525 11q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287m-5.5 8q-.825 0-1.412-.587T7.025 15V4q0-.825.588-1.412T9.025 2h11q.825 0 1.413.588T22.025 4v11q0 .825-.587 1.413T20.025 17zm-3.3 4.875q-.825.125-1.475-.4t-.75-1.35L2.15 9.2q-.1-.825.413-1.475t1.337-.75l1.125-.125V16q0 1.25.875 2.125T8.025 19H18.3q-.15.6-.6 1.038t-1.1.512zm8.8-7.875q.85 0 1.575-.312t1.3-.863q.45-.425.775-.987t.45-1.213q.05-.25-.112-.438t-.413-.137q-.65.1-1.237.4t-1.038.725q-.575.55-.912 1.275T14.525 14m0 0q-.05-.825-.387-1.55t-.913-1.275q-.45-.425-1.037-.725t-1.238-.4q-.25-.05-.412.138t-.113.437q.125.65.45 1.213t.775.987q.575.55 1.3.863t1.575.312\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.525 11q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287m0 5q.85 0 1.575-.312t1.3-.863q.45-.425.775-.987t.45-1.213q.05-.25-.112-.438t-.413-.137q-.65.1-1.237.4t-1.038.725q-.575.55-.912 1.275T14.525 14m0 0q-.05-.825-.387-1.55t-.913-1.275q-.45-.425-1.037-.725t-1.238-.4q-.25-.05-.412.138t-.113.437q.125.65.45 1.213t.775.987q.575.55 1.3.863t1.575.312M5.7 21.875q-.825.125-1.488-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85V15q0 1.65 1.175 2.825T9 19h9.3q-.15.6-.6 1.038t-1.1.512zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17z\"/>"
},
"photo-prints-sharp": {
"body": "<path fill=\"currentColor\" d=\"M14.525 14q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287m-7.5 8V2h15v15zM3.75 22.125L1.9 7.2l3.125-.35V19H18.3l.175 1.325z\"/>"
"body": "<path fill=\"currentColor\" d=\"M14.525 14q1.7 0 2.888-1.175T18.725 10q-1.7 0-2.912 1.175T14.525 14m0 0q-.075-1.65-1.287-2.825T10.325 10q.125 1.65 1.313 2.825T14.525 14m0-3q.425 0 .713-.288t.287-.712v-.25l.25.1q.375.15.763.075t.587-.425q.225-.375.15-.8t-.5-.6l-.25-.1l.25-.1q.425-.175.488-.613t-.138-.787q-.225-.375-.6-.437t-.75.087l-.25.1V6q0-.425-.288-.712T14.526 5t-.712.288t-.288.712v.25l-.25-.1q-.375-.15-.75-.088t-.6.438q-.2.35-.137.788t.487.612l.25.1l-.25.1q-.425.175-.5.6t.15.8q.2.35.588.425t.762-.075l.25-.1V10q0 .425.288.713t.712.287m0-2q-.425 0-.712-.288T13.525 8t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287M3.7 22.125L1.85 7.2L5 6.85V19h13.3l.125 1.325zM7 17V2h15v15z\"/>"
},
"photo-size-select-large": {
"body": "<path fill=\"currentColor\" d=\"M5 21q-.825 0-1.412-.587T3 19V7h14v14zm0-3h10l-3.4-4.5L9 17l-1.6-2.15zM5 5H3q0-.825.588-1.412T5 3zm2 0V3h2v2zm4 0V3h2v2zm4 0V3h2v2zm4 0V3q.825 0 1.413.588T21 5zm0 14h2q0 .825-.587 1.413T19 21zm0-2v-2h2v2zm0-4v-2h2v2zm0-4V7h2v2z\"/>"
@ -28606,17 +28645,31 @@
"power-plug-sharp": {
"body": "<path fill=\"currentColor\" d=\"M9.5 21v-3L6 14.5V7h2V3h2v4h4V3h2v4h2v7.5L14.5 18v3z\"/>"
},
"power-settings-circle": {
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-4q2.5 0 4.25-1.75T18 12q0-1.275-.475-2.363T16.25 7.75l-1.425 1.425q.55.55.863 1.275T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.825.313-1.55t.862-1.275L7.75 7.75q-.8.8-1.275 1.888T6 12q0 2.5 1.75 4.25T12 18m-1-6h2V6h-2z\"/>"
},
"power-settings-circle-outline": {
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12q0-1.275-.475-2.363T16.25 7.75l-1.425 1.425q.55.55.863 1.275T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.825.313-1.55t.862-1.275L7.75 7.75q-.8.8-1.275 1.888T6 12q0 2.5 1.75 4.25T12 18m-1-6h2V6h-2zm1 0\"/>"
},
"power-settings-circle-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-2q2.5 0 4.25-1.75T18 12q0-.875-.225-1.662t-.65-1.488q-.3-.5-.712-.562t-.763.137t-.488.575t.138.75q.35.475.525 1.05T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.625.175-1.187t.5-1.038q.25-.375.125-.737t-.45-.563t-.737-.15t-.738.525q-.45.675-.663 1.475T6 12q0 2.5 1.75 4.25T12 18m0-12q-.425 0-.712.288T11 7v4q0 .425.288.713T12 12t.713-.288T13 11V7q0-.425-.288-.712T12 6m0 6\"/>"
},
"power-settings-circle-rounded": {
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-4q2.5 0 4.25-1.75T18 12q0-.875-.225-1.662t-.65-1.488q-.3-.5-.712-.562t-.763.137t-.488.575t.138.75q.35.475.525 1.05T16 12q0 1.65-1.175 2.825T12 16t-2.825-1.175T8 12q0-.625.175-1.187t.5-1.038q.25-.375.125-.737t-.45-.563t-.737-.15t-.738.525q-.45.675-.663 1.475T6 12q0 2.5 1.75 4.25T12 18m0-12q-.425 0-.712.288T11 7v4q0 .425.288.713T12 12t.713-.288T13 11V7q0-.425-.288-.712T12 6\"/>"
},
"power-settings-new": {
"body": "<path fill=\"currentColor\" d=\"M11 13V3h2v10zm1 8q-1.85 0-3.488-.712T5.65 18.35t-1.937-2.863T3 12q0-2 .825-3.775T6.15 5.15L7.6 6.6q-1.25.95-1.925 2.375T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.6-.663-3.025T16.4 6.6l1.45-1.45q1.5 1.3 2.325 3.075T21 12q0 1.85-.712 3.488t-1.925 2.862t-2.85 1.938T12 21\"/>"
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-2.1.788-3.912t2.137-3.163l1.4 1.4q-1.1 1.1-1.712 2.55T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.675-.612-3.125t-1.713-2.55l1.4-1.4q1.35 1.35 2.138 3.163T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m-1-9V2h2v11z\"/>"
},
"power-settings-new-outline": {
"body": "<path fill=\"currentColor\" d=\"M11 13V3h2v10zm1 8q-1.85 0-3.488-.712T5.65 18.35t-1.937-2.863T3 12q0-2 .825-3.775T6.15 5.15l1.4 1.4q-1.2 1-1.875 2.425T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.6-.663-3.025T16.45 6.55l1.4-1.4q1.5 1.3 2.325 3.075T21 12q0 1.85-.713 3.488t-1.925 2.862t-2.85 1.938T12 21\"/>"
"body": "<path fill=\"currentColor\" d=\"M11 13V3h2v10zm1 8q-1.85 0-3.488-.712T5.65 18.35t-1.937-2.863T3 12q0-2 .825-3.775T6.15 5.15l1.4 1.4q-1.2 1-1.875 2.425T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.6-.663-3.025T16.45 6.55l1.4-1.4q1.5 1.3 2.325 3.075T21 12q0 1.85-.713 3.488t-1.925 2.862t-2.85 1.938T12 21\"/>",
"hidden": true
},
"power-settings-new-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M11 12V4q0-.425.288-.712T12 3t.713.288T13 4v8q0 .425-.288.713T12 13t-.712-.288T11 12m1 9q-1.85 0-3.488-.712T5.65 18.35t-1.937-2.863T3 12q0-1.725.638-3.312T5.425 5.85q.275-.3.7-.3t.725.3q.275.275.25.688t-.3.737q-.85.95-1.325 2.163T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.35-.475-2.588t-1.35-2.187q-.275-.3-.288-.7t.263-.675q.3-.3.725-.3t.7.3q1.175 1.25 1.8 2.838T21 12q0 1.85-.712 3.488t-1.925 2.862t-2.85 1.938T12 21\"/>"
"body": "<path fill=\"currentColor\" d=\"M11 12V4q0-.425.288-.712T12 3t.713.288T13 4v8q0 .425-.288.713T12 13t-.712-.288T11 12m1 9q-1.85 0-3.488-.712T5.65 18.35t-1.937-2.863T3 12q0-1.725.638-3.312T5.425 5.85q.275-.3.7-.3t.725.3q.275.275.25.688t-.3.737q-.85.95-1.325 2.163T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.35-.475-2.588t-1.35-2.187q-.275-.3-.288-.7t.263-.675q.3-.3.725-.3t.7.3q1.175 1.25 1.8 2.838T21 12q0 1.85-.712 3.488t-1.925 2.862t-2.85 1.938T12 21\"/>",
"hidden": true
},
"power-settings-new-rounded": {
"body": "<path fill=\"currentColor\" d=\"M11 12V4q0-.425.288-.712T12 3t.713.288T13 4v8q0 .425-.288.713T12 13t-.712-.288T11 12m1 9q-1.85 0-3.488-.712T5.65 18.35t-1.937-2.863T3 12q0-1.725.625-3.275t1.75-2.8q.3-.35.738-.363t.762.313q.275.275.25.688t-.3.737q-.875.95-1.35 2.15T5 12q0 2.9 2.05 4.95T12 19q2.925 0 4.963-2.05T19 12q0-1.35-.462-2.55T17.2 7.3q-.3-.325-.325-.737t.25-.688q.325-.325.775-.312t.75.362q1.125 1.25 1.738 2.8T21 12q0 1.85-.712 3.488t-1.925 2.862t-2.85 1.938T12 21\"/>"
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-1.825.613-3.463T4.3 5.6q.275-.35.663-.325t.662.275t.363.65t-.263.825q-.8 1.025-1.263 2.288T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-1.425-.462-2.687t-1.263-2.288q-.35-.425-.262-.825t.362-.65t.663-.275t.662.325q1.075 1.3 1.688 2.938T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-9q-.425 0-.712-.288T11 12V3q0-.425.288-.712T12 2t.713.288T13 3v9q0 .425-.288.713T12 13\"/>"
},
"prayer-times": {
"body": "<path fill=\"currentColor\" d=\"M12 23.3L8.65 20H4v-4.65L.7 12L4 8.65V4h4.65L12 .7L15.35 4H20v4.65L23.3 12L20 15.35V20h-4.65zm1.025-11.8l1.475-1.075l1.45 1.075l-.575-1.7l1.475-1.075h-1.8L14.5 7l-.55 1.725h-1.825L13.6 9.8zM12 17q2.075 0 3.538-1.45T17 12q0-.2-.012-.4t-.063-.4q-.275 1.175-1.225 1.938t-2.225.762q-1.5 0-2.525-1.025T9.925 10.35q0-1.15.65-2.062T12.275 7H12Q9.9 7 8.45 8.463T7 12q0 2.1 1.45 3.55T12 17\"/>"
@ -30655,6 +30708,15 @@
"rotate-90-degrees-cw-rounded": {
"body": "<path fill=\"currentColor\" d=\"M11 22q-3.75 0-6.375-2.625T2 13t2.638-6.375T11.025 4h.175l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l2.6 2.6q.125.125.2.313t.075.387t-.075.388t-.2.312l-2.6 2.6q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.9-.9h-.175Q8.1 6 6.05 8.038T4 13t2.038 4.963T11 20q.725 0 1.413-.137t1.337-.413q.375-.175.75-.012t.525.537t.025.763t-.5.537q-.85.35-1.737.538T11 22m5.3-3.7l-4.6-4.6q-.15-.15-.212-.325T11.425 13t.063-.375t.212-.325l4.6-4.6q.15-.15.325-.212T17 7.425t.375.063t.325.212l4.6 4.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.6 4.6q-.15.15-.325.213t-.375.062t-.375-.062t-.325-.213\"/>"
},
"rotate-auto": {
"body": "<path fill=\"currentColor\" d=\"M7.8 16h1.6l.8-2.3h3.65l.8 2.3h1.55l-3.4-9h-1.6zm2.85-3.6l1.3-3.75h.1l1.3 3.75zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12h2q0 1.65.625 3.113t1.713 2.55t2.55 1.725t3.112.637q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H8v2H2V4h2v2q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22\"/>"
},
"rotate-auto-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22q-1.9 0-3.613-.675t-3.05-1.862t-2.187-2.8t-1.075-3.513q-.05-.475.225-.737t.65-.313t.725.163t.4.737q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12m-11.8 1.7h3.65l.625 1.825q.075.2.263.337t.412.138q.375 0 .588-.312t.087-.663l-2.85-7.55q-.075-.225-.275-.35T12.275 7h-.55q-.225 0-.425.125t-.275.35L8.175 15q-.125.35.088.675t.612.325q.25 0 .438-.137t.262-.363zm.45-1.3l1.3-3.75h.1l1.3 3.75z\"/>"
},
"rotate-auto-rounded": {
"body": "<path fill=\"currentColor\" d=\"M22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22q-1.925 0-3.65-.687t-3.05-1.9t-2.187-2.863T2.05 13q-.05-.45.238-.7t.662-.275t.725.2t.4.775q.375 3.025 2.638 5.025t5.287 2q3.35 0 5.675-2.325T20 12.025T17.675 6.35T12 4.025q-2.225 0-4.038 1.088T5.1 8H7q.425 0 .713.288T8 9t-.288.713T7 10H3q-.425 0-.712-.288T2 9V5q0-.425.288-.712T3 4t.713.288T4 5v1q1.375-1.825 3.45-2.912T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12M7.8 16h1.6l.4-1.15q.2-.525.788-.837t2.037-.313q.55 0 .988.313t.637.837l.225.675q.075.2.263.338t.412.137q.375 0 .588-.312t.087-.663l-2.85-7.55q-.075-.225-.337-.35T11.725 7q-.225 0-.425.125t-.275.35zm2.85-3.6l1.3-3.75h.1l1.3 3.75z\"/>"
},
"rotate-left": {
"body": "<path fill=\"currentColor\" d=\"M11 22q-1.25-.125-2.4-.612T6.4 20.1l1.4-1.45q.725.525 1.538.85t1.662.45zm2 0v-2.05q2.6-.375 4.3-2.337T19 13.05q0-2.925-2.037-4.962T12 6.05h-.2l1.6 1.6l-1.4 1.4l-4-4l4-4l1.4 1.45l-1.55 1.55H12q1.875 0 3.513.713t2.85 1.925t1.925 2.85T21 13.05q0 3.425-2.275 5.963T13 22m-8.05-3.35q-.8-1.05-1.288-2.2t-.612-2.4H5.1q.125.85.45 1.663t.85 1.537zm-1.9-6.6q.15-1.275.625-2.45T4.95 7.45l1.45 1.4q-.525.725-.85 1.538T5.1 12.05z\"/>"
},
@ -34848,6 +34910,24 @@
"stack": {
"body": "<path fill=\"currentColor\" d=\"M6 14v2H4q-.825 0-1.412-.587T2 14V4q0-.825.588-1.412T4 2h10q.825 0 1.413.588T16 4v2h-2V4H4v10zm4 8q-.825 0-1.412-.587T8 20V10q0-.825.588-1.412T10 8h10q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22z\"/>"
},
"stack-hexagon": {
"body": "<path fill=\"currentColor\" d=\"M5.7 21.875q-.825.125-1.487-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85V15q0 1.65 1.175 2.825T9 19h9.3q-.15.6-.6 1.038t-1.1.512zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm5.5-3.5l3.5-2v-4l-3.5-2l-3.5 2v4z\"/>"
},
"stack-hexagon-outline": {
"body": "<path fill=\"currentColor\" d=\"m14.5 13.5l3.5-2v-4l-3.5-2l-3.5 2v4zM12.7 19h5.6q-.175.65-.6 1.05t-1.1.5L5.7 21.875q-.825.125-1.488-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85v2l-.9.125L5.45 19.9zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm0-2h11V4H9zm-3.55 4.9\"/>"
},
"stack-hexagon-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"m15 13.225l2.5-1.425q.225-.125.363-.363t.137-.512v-2.85q0-.275-.137-.512T17.5 7.2L15 5.775q-.225-.125-.5-.125t-.5.125L11.5 7.2q-.225.125-.363.363T11 8.075v2.85q0 .275.138.513t.362.362l2.5 1.425q.225.125.5.125t.5-.125M9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm0-2h11V4H9zm-3.3 6.875q-.825.1-1.487-.4T3.45 20.15L2.125 9.225q-.1-.825.425-1.475t1.35-.775h.05q.425-.075.762.225t.338.75q0 .375-.262.65t-.638.35h-.025l1.35 10.95l11.85-1.45q.425-.05.75.2t.375.675t-.2.738t-.675.362z\"/>"
},
"stack-hexagon-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"m14.5 13.5l3.5-2v-4l-3.5-2l-3.5 2v4zM12.825 19h5.425l.175 1.325l-14.725 1.8L1.85 7.2L5 6.85v2l-.9.125L5.45 19.9zM7 17V2h15v15zm2-2h11V4H9zm5.5-5.5\"/>"
},
"stack-hexagon-rounded": {
"body": "<path fill=\"currentColor\" d=\"M5.7 21.875q-.825.125-1.487-.387T3.45 20.15L2.125 9.225q-.1-.825.4-1.475T3.85 7L5 6.85V15q0 1.65 1.175 2.825T9 19h9.3q-.15.6-.6 1.038t-1.1.512zM9 17q-.825 0-1.412-.587T7 15V4q0-.825.588-1.412T9 2h11q.825 0 1.413.588T22 4v11q0 .825-.587 1.413T20 17zm5-3.775q.225.125.5.125t.5-.125l2.5-1.425q.225-.125.363-.363t.137-.512v-2.85q0-.275-.137-.512T17.5 7.2L15 5.775q-.225-.125-.5-.125t-.5.125L11.5 7.2q-.225.125-.363.363T11 8.075v2.85q0 .275.138.513t.362.362z\"/>"
},
"stack-hexagon-sharp": {
"body": "<path fill=\"currentColor\" d=\"m14.5 13.5l3.5-2v-4l-3.5-2l-3.5 2v4zM3.7 22.125L1.85 7.2L5 6.85V19h13.3l.125 1.325zM7 17V2h15v15z\"/>"
},
"stack-off": {
"body": "<path fill=\"currentColor\" d=\"M22 19.15L10.85 8H20q.825 0 1.413.588T22 10zM14 6V4H6.85l-2-2H14q.825 0 1.413.588T16 4v2zm6.575 17.425L19.15 22H10q-.85 0-1.425-.575T8 20v-9.15l-4-4V14h2v2H4q-.85 0-1.425-.575T2 14V4.85L.575 3.425L2 2l20 20z\"/>"
},
@ -36232,6 +36312,24 @@
"sync-alt-rounded": {
"body": "<path fill=\"currentColor\" d=\"m5.825 17l1.9 1.9q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-3.6-3.6q-.15-.15-.213-.325T2.426 16t.063-.375t.212-.325l3.6-3.6q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712L5.825 15H20q.425 0 .713.288T21 16t-.288.713T20 17zm12.35-8H4q-.425 0-.712-.288T3 8t.288-.712T4 7h14.175l-1.9-1.9q-.3-.3-.287-.7t.312-.7q.3-.275.7-.288t.7.288l3.6 3.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6 3.6q-.275.275-.687.275T16.3 12.3q-.3-.3-.3-.712t.3-.713z\"/>"
},
"sync-desktop": {
"body": "<path fill=\"currentColor\" d=\"M17.9 11q-.175-1.025-.675-1.9T16 7.55V10h-2V4h6v2h-2.725q1.075.95 1.763 2.225T19.925 11zm-3.4 8q-.625 0-1.062-.437T13 17.5v-3q0-.625.438-1.062T14.5 13h6q.625 0 1.063.438T22 14.5v3q0 .625-.437 1.063T20.5 19zM4 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm8 2v-2h11v2z\"/>"
},
"sync-desktop-outline": {
"body": "<path fill=\"currentColor\" d=\"M17.9 11q-.175-1.025-.675-1.9T16 7.55V10h-2V4h6v2h-2.725q1.075.95 1.763 2.225T19.925 11zM15 17h5v-2h-5zm-.5 2q-.625 0-1.062-.437T13 17.5v-3q0-.625.438-1.062T14.5 13h6q.625 0 1.063.438T22 14.5v3q0 .625-.437 1.063T20.5 19zM4 20v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm8 2v-2h11v2zm3-5v-2z\"/>"
},
"sync-desktop-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M15 17h5v-2h-5zm-.5 2q-.625 0-1.062-.437T13 17.5v-3q0-.625.438-1.062T14.5 13h6q.625 0 1.063.438T22 14.5v3q0 .625-.437 1.063T20.5 19zM13 22q-.425 0-.712-.288T12 21t.288-.712T13 20h9q.425 0 .713.288T23 21t-.288.713T22 22zm2-5v-2zm-9-5q0 1.35.538 2.488T8 16.45V15q0-.425.288-.712T9 14t.713.288T10 15v4q0 .425-.288.713T9 20H5q-.425 0-.712-.288T4 19t.288-.712T5 18h1.725q-1.275-1.1-2-2.65T4 12q0-2.375 1.237-4.275t3.213-2.9q.35-.2.725-.012t.5.587t-.038.775t-.512.575q-1.4.775-2.262 2.163T6 12m10-4.45V9q0 .425-.288.713T15 10t-.712-.288T14 9V5q0-.425.288-.712T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6h-1.725q.825.725 1.438 1.663T19.65 9.7q.125.4-.1.725t-.65.4t-.762-.162t-.488-.638q-.25-.725-.675-1.35T16 7.55\"/>"
},
"sync-desktop-outline-sharp": {
"body": "<path fill=\"currentColor\" d=\"M17.9 11q-.175-1.025-.675-1.9T16 7.55V10h-2V4h6v2h-2.725q1.075.95 1.763 2.225T19.925 11zM15 17h5v-2h-5zm-2 2v-6h9v6zm-9 1v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm8 2v-2h11v2zm3-5v-2z\"/>"
},
"sync-desktop-rounded": {
"body": "<path fill=\"currentColor\" d=\"M14.5 19q-.625 0-1.062-.437T13 17.5v-3q0-.625.438-1.062T14.5 13h6q.625 0 1.063.438T22 14.5v3q0 .625-.437 1.063T20.5 19zM13 22q-.425 0-.712-.288T12 21t.288-.712T13 20h9q.425 0 .713.288T23 21t-.288.713T22 22zM6 12q0 1.35.538 2.488T8 16.45V15q0-.425.288-.712T9 14t.713.288T10 15v4q0 .425-.288.713T9 20H5q-.425 0-.712-.288T4 19t.288-.712T5 18h1.725q-1.275-1.1-2-2.65T4 12q0-2.375 1.237-4.275t3.213-2.9q.35-.2.725-.012t.5.587t-.038.775t-.512.575q-1.4.775-2.262 2.163T6 12m10-4.45V9q0 .425-.288.713T15 10t-.712-.288T14 9V5q0-.425.288-.712T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6h-1.725q.825.725 1.438 1.663T19.65 9.7q.125.4-.1.725t-.65.4t-.762-.162t-.488-.638q-.25-.725-.675-1.35T16 7.55\"/>"
},
"sync-desktop-sharp": {
"body": "<path fill=\"currentColor\" d=\"M17.9 11q-.175-1.025-.675-1.9T16 7.55V10h-2V4h6v2h-2.725q1.075.95 1.763 2.225T19.925 11zM13 19v-6h9v6zm-9 1v-2h2.725q-1.275-1.1-2-2.65T4 12q0-2.8 1.7-4.937T10 4.25v2.1q-1.75.625-2.875 2.163T6 12q0 1.35.538 2.488T8 16.45V14h2v6zm8 2v-2h11v2z\"/>"
},
"sync-disabled": {
"body": "<path fill=\"currentColor\" d=\"m19.8 22.6l-3.725-3.725q-.475.275-.987.5T14 19.75v-2.1q.15-.05.3-.112t.3-.138l-8-8q-.275.625-.437 1.288T6 12.05q0 1.125.425 2.188T7.75 16.2l.25.25V14h2v6H4v-2h2.75l-.4-.35q-1.225-1.225-1.787-2.662T4 12.05q0-1.125.288-2.162t.837-1.963L1.4 4.2l1.425-1.425l18.4 18.4zm-.875-6.575l-1.5-1.5q.275-.6.425-1.25T18 11.95q0-1.125-.425-2.187T16.25 7.8L16 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T20 11.95q0 1.125-.288 2.138t-.787 1.937m-9.45-9.45l-1.5-1.5Q8.45 4.8 8.95 4.6T10 4.25v2.1q-.125.05-.262.1t-.263.125\"/>"
},
@ -37127,6 +37225,9 @@
"texture-minus-sharp": {
"body": "<path fill=\"currentColor\" d=\"M4.4 21H3v-1.4L19.6 3h1.425v1.4zm4.9 0l2.7-2.7V21zm4.7-2v-2h8v2zM3 14.7v-2.8L11.9 3h2.8zm12.3.3L21 9.3v2.8L18.1 15zM3 7V3h4z\"/>"
},
"texture-rounded": {
"body": "<path fill=\"currentColor\" d=\"M10.975 20.7q-.275-.275-.312-.662t.312-.738l8.325-8.325q.35-.35.738-.312t.662.312q.325.325.3.725t-.325.7l-8.3 8.3q-.3.3-.7.3t-.7-.3m7.225.3q-.35 0-.475-.3t.125-.55l2.3-2.3q.25-.25.55-.125t.3.475V20q0 .425-.287.713T20 21zm-14.925-.275q-.275-.275-.3-.675t.325-.75L19.325 3.275q.375-.375.775-.325t.675.325t.3.675t-.35.75L4.675 20.725q-.35.35-.737.313t-.663-.313m0-7.7q-.275-.275-.3-.675t.325-.75l8.3-8.3q.35-.35.738-.312T13 3.3t.313.663T13 4.7l-8.325 8.325q-.35.35-.737.312t-.663-.312M3 5.8V4q0-.425.288-.712T4 3h1.8q.35 0 .475.3t-.125.55l-2.3 2.3q-.25.25-.55.125T3 5.8\"/>"
},
"texture-sharp": {
"body": "<path fill=\"currentColor\" d=\"M3.075 20.925v-1.4l16.45-16.45h1.425v1.4L4.475 20.925zM3 14.7v-2.8L11.9 3h2.8zM3 7V3h4zm14 14l4-4v4zm-7.7 0L21 9.3v2.8L12.1 21z\"/>"
},
@ -38175,7 +38276,7 @@
"body": "<path fill=\"currentColor\" d=\"M19 16q-1.8 0-3.175-1.125T14.1 12h-2.975l-1.2-2H14.1q.125-.55.338-1.05T15 8H8.7L7.5 6h8.55l-1.1-3H11V1h5.35l1.825 5H19q2.075 0 3.538 1.463T24 11t-1.463 3.538T19 16m0-2q1.25 0 2.125-.875T22 11t-.875-2.125T19 8h-.075l.975 2.675l-1.9.675l-.95-2.625q-.5.425-.775 1.025T16 11q0 1.25.875 2.125T19 14M7 23q-1.25 0-2.125-.875T4 20H0v-6h2v-3H0V9h7l3 5h4v6h-4q0 1.25-.875 2.125T7 23m-3-9h3.675l-1.8-3H4zm3 7q.425 0 .713-.288T8 20t-.288-.712T7 19t-.712.288T6 20t.288.713T7 21\"/>"
},
"travel": {
"body": "<path fill=\"currentColor\" d=\"m6.85 17.15l-3.2-1.75l1.05-1.05l2.5.35l3.9-3.9l-7.8-4.25l1.4-1.4l9.55 2.45l3.925-3.875Q18.6 3.3 19.238 3.3t1.062.425t.425 1.063T20.3 5.85l-3.9 3.9l2.45 9.55l-1.4 1.4l-4.25-7.8l-3.9 3.9l.35 2.5l-1.05 1.05z\"/>"
"body": "<path fill=\"currentColor\" d=\"m9.925 21.125l-2.475-4.6l-4.6-2.475l1.775-1.75l3.625.625l2.55-2.55L2.875 7l2.1-2.15l9.625 1.7l3.1-3.1q.575-.575 1.425-.575t1.425.575t.575 1.412t-.575 1.413L17.425 9.4l1.7 9.6L17 21.125L13.6 13.2l-2.55 2.55l.65 3.6z\"/>"
},
"travel-explore": {
"body": "<path fill=\"currentColor\" d=\"M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q3.65 0 6.388 2.288t3.412 5.737h-2.05q-.475-1.825-1.713-3.262T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h2v3H9l-4.8-4.8q-.075.45-.137.9T4 12q0 3.275 2.3 5.625T12 20zm9.1-.5l-3.2-3.2q-.525.3-1.125.5T15.5 19q-1.875 0-3.187-1.312T11 14.5t1.313-3.187T15.5 10t3.188 1.313T20 14.5q0 .675-.2 1.275t-.5 1.125l3.2 3.2zM15.5 17q1.05 0 1.775-.725T18 14.5t-.725-1.775T15.5 12t-1.775.725T13 14.5t.725 1.775T15.5 17\"/>"
@ -38202,7 +38303,7 @@
"body": "<path fill=\"currentColor\" d=\"M11 6h2V4h-2zm1 6q-1.9 0-3.625-.788T5 9.45V6h4V2h6v4h4v3.45q-1.65.975-3.375 1.763T12 12M7 22v-1H5v-9.3q1.4.85 2.888 1.45t3.112.8V15h2v-1.05q1.625-.2 3.113-.8T19 11.7V21h-2v1h-2v-1H9v1z\"/>"
},
"travel-rounded": {
"body": "<path fill=\"currentColor\" d=\"m6.85 17.15l-2.5-1.375q-.275-.15-.312-.437t.162-.488l.3-.3q.1-.1.238-.137T5 14.4l2.2.3l3.9-3.9l-6.8-3.7q-.375-.2-.437-.625T4.1 5.75l.25-.25q.175-.175.388-.225t.437 0L14.25 7.6l3.925-3.875Q18.6 3.3 19.238 3.3t1.062.425t.425 1.063T20.3 5.85l-3.9 3.9l2.325 9.025q.05.25-.012.488t-.238.412l-.125.125q-.35.35-.812.275t-.688-.5L13.2 12.9l-3.9 3.9l.3 2.15q.025.175-.025.325t-.175.275l-.125.125q-.25.25-.6.212t-.525-.362z\"/>"
"body": "<path fill=\"currentColor\" d=\"m10.775 10.4l-6.25-2.7q-.6-.275-.737-.888t.337-1.087l.4-.4q.2-.2.488-.3t.587-.05l9 1.6l3.1-3.125q.575-.575 1.413-.575t1.412.575t.575 1.413t-.575 1.412l-3.1 3.125L19 18.375q.05.3-.038.6t-.287.5l-.4.375q-.475.475-1.1.35t-.9-.725l-2.675-6.25l-2.55 2.525l.55 3.1q.05.25-.025.488t-.25.412l-.425.425q-.35.35-.862.275t-.763-.525L7.45 16.55l-3.375-1.825q-.45-.25-.525-.762t.275-.863l.425-.425q.175-.175.413-.25t.487-.025l3.075.525z\"/>"
},
"trending-down": {
"body": "<path fill=\"currentColor\" d=\"M16 18v-2h2.6l-5.2-5.15l-4 4L2 7.4L3.4 6l6 6l4-4l6.6 6.6V12h2v6z\"/>"
@ -39938,6 +40039,15 @@
"voice-selection": {
"body": "<path fill=\"currentColor\" d=\"M2 22v-2q1.15 0 2.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h3.375L8.1 3.45l1.8-.9l3.275 6.55q.5 1-.075 1.95t-1.7.95H10v1q0 .825-.587 1.413T8 15H6v.275q0 .875.538 1.538T7.9 17.7l.3.075q1 .25 1.125 1.25t-.775 1.5q-1.5.825-3.162 1.15T2 22m14.3-2.85l-1.425-1.4q.525-.525.825-1.213t.3-1.487t-.3-1.487t-.825-1.213l1.425-1.425q.8.8 1.25 1.862T18 15.05t-.45 2.25t-1.25 1.85M19.125 22L17.7 20.575q1.075-1.075 1.688-2.487T20 15.05q0-1.65-.612-3.05T17.7 9.525L19.125 8.1q1.35 1.35 2.113 3.125T22 15.05q0 2.025-.763 3.813T19.126 22\"/>"
},
"voice-selection-off": {
"body": "<path fill=\"currentColor\" d=\"m21.375 18.5l-1.6-1.6q.5-2.025-.075-4t-2.075-3.45l1.4-1.45Q20.4 9.35 21.2 11.15t.8 3.9q0 .9-.162 1.775t-.463 1.675M13.3 10.475L9.95 7.1L8.1 3.45l1.8-.9l3.275 6.55q.175.35.2.688t-.075.687M2 22v-2q1.15 0 2.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2.025l2 2H10v1q0 .825-.587 1.413T8 15H6v.275q0 .875.538 1.538T7.9 17.7l.3.075q1 .25 1.125 1.25t-.775 1.5q-1.5.825-3.162 1.15T2 22m18.5 1.325L.7 3.5l1.4-1.4l19.8 19.8z\"/>"
},
"voice-selection-off-rounded": {
"body": "<path fill=\"currentColor\" d=\"M18.325 8.725q.275-.3.663-.325t.662.275q1.1 1.275 1.725 2.9T22 15.05q0 .575-.075 1.163t-.2 1.162q-.1.4-.462.613t-.763.112t-.612-.45t-.113-.75q.425-1.8.025-3.562t-1.55-3.188q-.275-.325-.238-.725t.313-.7M8.55 4.35q-.2-.375-.062-.762T9 3t.763-.062t.587.512l1.35 2.725q.2.35.05.725t-.5.55q-.375.2-.775.038t-.6-.538zM4 15.275V14q0-.425.288-.712T5 13h3v-2q0-.425.288-.712T9 10h1.025l2 2H10v1q0 .825-.587 1.413T8 15H6v.275q0 .875.538 1.538T7.9 17.7l.3.075q1 .25 1.125 1.25t-.775 1.5q-1.275.725-2.675 1.05t-2.875.4q-.425.025-.712-.263T2 21t.288-.712t.712-.313q.9-.05 1.763-.213t1.712-.462q-1.15-.575-1.812-1.662T4 15.275M19.775 22.6L1.4 4.2q-.275-.275-.288-.688T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3\"/>"
},
"voice-selection-off-sharp": {
"body": "<path fill=\"currentColor\" d=\"m21.375 18.5l-1.6-1.6q.5-2.025-.075-4t-2.075-3.45l1.4-1.45Q20.4 9.35 21.2 11.15t.8 3.9q0 .9-.162 1.775t-.463 1.675M9.95 7.1L8.1 3.45l1.8-.9l3.4 6.8v1.125zM20.5 23.325L.7 3.5l1.4-1.4l19.8 19.8zM2 22v-2h4.475v-.7q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h2l2 2h-2v3H6v.275q0 .875.538 1.538T7.9 17.7l.65.075V22z\"/>"
},
"voice-selection-outline-rounded": {
"body": "<path fill=\"currentColor\" d=\"M18.425 22.3q-.425 0-.712-.288t-.288-.712q0-.2.075-.4t.2-.325q1.075-1.075 1.688-2.475T20 15.05q0-1.625-.612-3.037T17.7 9.525q-.125-.125-.2-.325t-.075-.4q0-.425.288-.712t.712-.288q.2 0 .388.088t.312.212q1.35 1.35 2.113 3.138T22 15.05q0 2.05-.763 3.825T19.126 22q-.125.125-.312.213t-.388.087m-2.85-2.85q-.425 0-.712-.287t-.288-.713q0-.2.088-.387t.212-.313q.525-.525.825-1.213t.3-1.487t-.312-1.487t-.813-1.213q-.15-.125-.225-.312t-.075-.388q0-.425.288-.712t.712-.288q.2 0 .4.075t.325.225q.8.8 1.25 1.85t.45 2.25t-.45 2.25t-1.25 1.85q-.125.15-.325.225t-.4.075M2 22v-2q1.15 0 2.275-.15t2.2-.55q-1.15-.575-1.812-1.662T4 15.275V13h4v-3h3.375L8.55 4.35q-.2-.375-.062-.762T9 3t.763-.062t.587.512l2.825 5.65q.5 1-.075 1.95t-1.7.95H10v1q0 .825-.587 1.413T8 15H6v.275q0 .875.538 1.538T7.9 17.7l.3.075q1 .25 1.125 1.25t-.775 1.5q-1.5.825-3.162 1.15T2 22\"/>",
"hidden": true
@ -50217,6 +50327,9 @@
"view-in-ar-rounded",
"view-in-ar-sharp",
"voice-selection",
"voice-selection-off",
"voice-selection-off-rounded",
"voice-selection-off-sharp",
"voice-selection-rounded",
"voice-selection-sharp",
"volume-down",
@ -51366,6 +51479,7 @@
"lock-person-rounded",
"lock-person-sharp",
"lock-reset",
"lock-reset-outline-rounded",
"lock-reset-rounded",
"lock-reset-sharp",
"lock-sharp",
@ -51500,9 +51614,11 @@
"pinch-zoom-out-sharp",
"polymer",
"polymer-rounded",
"power-settings-circle",
"power-settings-circle-outline",
"power-settings-circle-outline-rounded",
"power-settings-circle-rounded",
"power-settings-new",
"power-settings-new-outline",
"power-settings-new-outline-rounded",
"power-settings-new-rounded",
"preview",
"preview-off",
@ -56252,6 +56368,7 @@
"texture-minus",
"texture-minus-rounded",
"texture-minus-sharp",
"texture-rounded",
"texture-sharp",
"timelapse",
"timelapse-outline",
@ -58009,6 +58126,12 @@
"contract-outline",
"contract-outline-rounded",
"contract-rounded",
"convert-to-text",
"convert-to-text-outline",
"convert-to-text-outline-rounded",
"convert-to-text-outline-sharp",
"convert-to-text-rounded",
"convert-to-text-sharp",
"copy-all",
"copy-all-outline",
"copy-all-outline-rounded",
@ -58987,6 +59110,12 @@
"square-outline",
"square-outline-rounded",
"square-rounded",
"stack-hexagon",
"stack-hexagon-outline",
"stack-hexagon-outline-rounded",
"stack-hexagon-outline-sharp",
"stack-hexagon-rounded",
"stack-hexagon-sharp",
"sticky-note",
"sticky-note-2",
"sticky-note-2-outline",
@ -60720,6 +60849,12 @@
"move-selection-up-rounded",
"move-up",
"move-up-rounded",
"multimodal-hand-eye",
"multimodal-hand-eye-outline",
"multimodal-hand-eye-outline-rounded",
"multimodal-hand-eye-outline-sharp",
"multimodal-hand-eye-rounded",
"multimodal-hand-eye-sharp",
"new-window",
"new-window-rounded",
"new-window-sharp",
@ -60886,6 +61021,9 @@
"ripples-outline",
"ripples-outline-sharp",
"ripples-sharp",
"rotate-auto",
"rotate-auto-outline-rounded",
"rotate-auto-rounded",
"rule-settings",
"rule-settings-rounded",
"saved-search",
@ -61126,6 +61264,12 @@
"sync",
"sync-alt",
"sync-alt-rounded",
"sync-desktop",
"sync-desktop-outline",
"sync-desktop-outline-rounded",
"sync-desktop-outline-sharp",
"sync-desktop-rounded",
"sync-desktop-sharp",
"sync-disabled",
"sync-disabled-rounded",
"sync-outline",

View File

@ -2,8 +2,8 @@
"prefix": "octicon",
"info": {
"name": "Octicons",
"total": 641,
"version": "19.10.0",
"total": 643,
"version": "19.11.0",
"author": {
"name": "GitHub",
"url": "https://github.com/primer/octicons/"
@ -22,7 +22,7 @@
"category": "General",
"palette": false
},
"lastModified": 1713764738,
"lastModified": 1720781796,
"icons": {
"accessibility-16": {
"body": "<path fill=\"currentColor\" d=\"M9.923 5.302q.094.095.178.198H14A.75.75 0 0 1 14 7h-3.3l.578 5.163l.362 2.997a.75.75 0 0 1-1.49.18L9.868 13H6.132l-.282 2.34a.75.75 0 0 1-1.49-.18l.362-2.997L5.3 7H2a.75.75 0 0 1 0-1.5h3.9a3 3 0 0 1 .176-.198a3 3 0 1 1 3.847 0M9.2 7.073a1.206 1.206 0 0 0-2.398 0L6.305 11.5h3.39ZM9.5 3a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 3\"/>"
@ -40,6 +40,14 @@
"width": 24,
"height": 24
},
"ai-model-16": {
"body": "<path fill=\"currentColor\" d=\"M10.628 7.25a2.25 2.25 0 1 1 0 1.5H8.622a2.25 2.25 0 0 1-2.513 1.466L5.03 12.124a2.25 2.25 0 1 1-1.262-.814l1.035-1.832A2.25 2.25 0 0 1 4.25 8c0-.566.209-1.082.553-1.478L3.768 4.69a2.25 2.25 0 1 1 1.262-.814l1.079 1.908A2.25 2.25 0 0 1 8.622 7.25ZM2.5 2.5a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m4 4.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m6.25 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-9.5 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5\"/>"
},
"ai-model-24": {
"body": "<path fill=\"currentColor\" d=\"M19.375 8.5a3.25 3.25 0 1 1-3.163 4h-3a3.252 3.252 0 0 1-4.443 2.509L7.214 17.76a3.25 3.25 0 1 1-1.342-.674l1.672-2.957A3.24 3.24 0 0 1 6.75 12c0-.907.371-1.727.97-2.316L6.117 6.846A3.253 3.253 0 0 1 1.875 3.75a3.25 3.25 0 1 1 5.526 2.32l1.603 2.836A3.25 3.25 0 0 1 13.093 11h3.119a3.25 3.25 0 0 1 3.163-2.5M10 10.25a1.75 1.75 0 1 0-.001 3.499A1.75 1.75 0 0 0 10 10.25M5.125 2a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m12.5 9.75a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0m-14.25 8.5a1.75 1.75 0 1 0 3.501-.001a1.75 1.75 0 0 0-3.501.001\"/>",
"width": 24,
"height": 24
},
"alert": {
"body": "<path fill-rule=\"evenodd\" d=\"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z\" fill=\"currentColor\"/>",
"hidden": true

View File

@ -3,7 +3,7 @@
"info": {
"name": "OOUI",
"total": 357,
"version": "0.50.3",
"version": "0.50.4",
"author": {
"name": "OOUI Team",
"url": "https://github.com/wikimedia/oojs-ui"
@ -22,7 +22,7 @@
"category": "General",
"palette": false
},
"lastModified": 1711348067,
"lastModified": 1720781802,
"icons": {
"add": {
"body": "<path fill=\"currentColor\" d=\"M11 9V4H9v5H4v2h5v5h2v-5h5V9z\"/>"
@ -40,7 +40,7 @@
"body": "<path fill=\"currentColor\" d=\"M1 7h7v2H1zm0 4h7v2H1zm0 4h18v2H1zM1 3h18v2H1z\"/><rect width=\"8\" height=\"6\" x=\"11\" y=\"7\" fill=\"currentColor\" rx=\"1\"/>"
},
"appearance": {
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.25 14.5a4.25 4.25 0 0 0 4.247-4.092c.3-.21.706-.21 1.006 0a4.25 4.25 0 0 0 8.431.59L19 11a1 1 0 1 0-.182-1.984a4.252 4.252 0 0 0-7.896-.615a2.9 2.9 0 0 0-1.844 0a4.25 4.25 0 0 0-7.896.615a1 1 0 1 0-.116 1.981A4.25 4.25 0 0 0 5.25 14.5m0-2a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5M17 10.25a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0\"/>"
"body": "<path fill=\"currentColor\" d=\"M1.2 9a4.25 4.25 0 0 1 7.9-.6a2.8 2.8 0 0 1 1.8 0a4.25 4.25 0 0 1 7.9.6a1.01 1.01 0 1 1 .1 2a4.23 4.23 0 0 1-8.4-.6a1 1 0 0 0-1 0a4.23 4.23 0 0 1-8.4.6a1.01 1.01 0 1 1 .1-2m4.05-1a2.25 2.25 0 0 0 0 4.5a2.25 2.25 0 0 0 0-4.5m9.5 0a2.25 2.25 0 0 0 0 4.5a2.25 2.25 0 0 0 0-4.5\"/>"
},
"arrow-next-ltr": {
"body": "<path fill=\"currentColor\" d=\"M8.6 3.4L14.2 9H2v2h12.2l-5.6 5.6L10 18l8-8l-8-8z\"/>"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.2.226",
"version": "2.2.227",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.2.226",
"version": "2.2.227",
"license": "MIT",
"dependencies": {
"@iconify/types": "*",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Hundreds of open source icon sets in IconifyJSON format",
"license": "MIT",
"version": "2.2.226",
"version": "2.2.227",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",