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

Update 8 icon sets

This commit is contained in:
Vjacheslav Trushkin 2023-04-30 17:19:19 +03:00
parent ee75c9972f
commit 4015006785
13 changed files with 8356 additions and 147 deletions

View File

@ -175,7 +175,7 @@
"carbon": {
"name": "Carbon",
"total": 1927,
"version": "11.18.0",
"version": "11.19.0",
"author": {
"name": "IBM",
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@ -194,6 +194,27 @@
"category": "General",
"palette": false
},
"iconamoon": {
"name": "IconaMoon",
"total": 1781,
"author": {
"name": "Dariush Habibpour",
"url": "https://github.com/dariushhpg1/IconaMoon"
},
"license": {
"title": "CC BY 4.0",
"spdx": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"samples": [
"shield-off-thin",
"lightning-1-duotone",
"player-previous-fill"
],
"height": 24,
"category": "General",
"palette": false
},
"ion": {
"name": "IonIcons",
"total": 1338,
@ -505,7 +526,7 @@
},
"lucide": {
"name": "Lucide",
"total": 1010,
"total": 1029,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -1071,8 +1092,8 @@
},
"fluent": {
"name": "Fluent UI System Icons",
"total": 13494,
"version": "1.1.200",
"total": 13669,
"version": "1.1.201",
"author": {
"name": "Microsoft Corporation",
"url": "https://github.com/microsoft/fluentui-system-icons"
@ -1864,8 +1885,8 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 2450,
"version": "8.11.0",
"total": 2457,
"version": "8.12.0",
"author": {
"name": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons"
@ -1997,7 +2018,7 @@
},
"devicon": {
"name": "Devicon",
"total": 661,
"total": 667,
"author": {
"name": "konpa",
"url": "https://github.com/devicons/devicon/tree/master"
@ -2019,7 +2040,7 @@
},
"devicon-plain": {
"name": "Devicon Plain",
"total": 508,
"total": 512,
"author": {
"name": "konpa",
"url": "https://github.com/devicons/devicon/tree/master"

View File

@ -91,11 +91,21 @@
* Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
* License: Apache 2.0
* Version: 11.18.0
* Version: 11.19.0
* Palette: Colorless
* Icon set prefix: `carbon`
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## IconaMoon
* Number of icons: 1781
* Author: Dariush Habibpour
* URL: https://github.com/dariushhpg1/IconaMoon
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Palette: Colorless
* Icon set prefix: `iconamoon`
* File: [json/iconamoon.json](json/iconamoon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## IonIcons
* Number of icons: 1338
* Author: Ben Sperry
@ -249,7 +259,7 @@
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Lucide
* Number of icons: 1010
* Number of icons: 1029
* Author: Lucide Contributors
* URL: https://github.com/lucide-icons/lucide
* License: ISC
@ -526,12 +536,12 @@
* File: [json/gala.json](json/gala.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Fluent UI System Icons
* Number of icons: 13494
* Number of icons: 13669
* Author: Microsoft Corporation
* URL: https://github.com/microsoft/fluentui-system-icons
* License: MIT
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
* Version: 1.1.200
* Version: 1.1.201
* Palette: Colorless
* Icon set prefix: `fluent`
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -909,12 +919,12 @@
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Simple Icons
* Number of icons: 2450
* Number of icons: 2457
* Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 8.11.0
* Version: 8.12.0
* Palette: Colorless
* Icon set prefix: `simple-icons`
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@ -973,7 +983,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: 661
* Number of icons: 667
* Author: konpa
* URL: https://github.com/devicons/devicon/tree/master
* License: MIT
@ -983,7 +993,7 @@
* File: [json/devicon.json](json/devicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
## Devicon Plain
* Number of icons: 508
* Number of icons: 512
* 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.57",
"version": "2.2.58",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

View File

@ -22,7 +22,7 @@
"category": "Brands / Social",
"palette": false
},
"lastModified": 1682487430,
"lastModified": 1682863694,
"icons": {
"99": {
"body": "<circle cx=\"24\" cy=\"24\" r=\"21.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17.52\" cy=\"21.62\" r=\"4.76\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.28 29.38a4.35 4.35 0 0 0 3.88 1.76h.36a4.75 4.75 0 0 0 4.76-4.76v-4.76\"/><circle cx=\"30.48\" cy=\"21.62\" r=\"4.76\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M26.25 29.38a4.35 4.35 0 0 0 3.88 1.76h.35a4.74 4.74 0 0 0 4.76-4.76v-4.76\"/>"
@ -3150,15 +3150,15 @@
"chess-clock": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M40.5 5.5h-33a2 2 0 0 0-2 2v33a2 2 0 0 0 2 2h33a2 2 0 0 0 2-2v-33a2 2 0 0 0-2-2Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.226 36.142c.6.5 1.1.7 2.4.7h.3c1.4 0 2.6-1.2 2.6-2.6s-1.2-2.6-2.6-2.6h-2.7v-2.8h5.3\"/><circle cx=\"20.142\" cy=\"35.639\" r=\".75\" fill=\"currentColor\"/><circle cx=\"20.142\" cy=\"30.339\" r=\".75\" fill=\"currentColor\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M22.758 34.369c0 1.5 1.2 2.7 2.7 2.7s2.6-1.2 2.6-2.7v-2.7c0-1.5-1.2-2.7-2.6-2.7s-2.7 1.2-2.7 2.7v2.7Zm7.716 0c0 1.5 1.2 2.7 2.7 2.7s2.6-1.2 2.6-2.7v-2.7c0-1.5-1.2-2.7-2.6-2.7s-2.7 1.2-2.7 2.7v2.7Z\" class=\"c\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5 24h37m-6.726-12.142c-.6-.5-1.1-.7-2.4-.7h-.3c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6h2.7v2.8h-5.3\"/><circle cx=\"27.858\" cy=\"12.361\" r=\".75\" fill=\"currentColor\"/><circle cx=\"27.858\" cy=\"17.661\" r=\".75\" fill=\"currentColor\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M25.242 13.63c0-1.5-1.2-2.7-2.7-2.7s-2.6 1.2-2.6 2.7v2.7c0 1.5 1.2 2.7 2.6 2.7s2.7-1.2 2.7-2.7v-2.7Zm-7.716 0c0-1.5-1.2-2.7-2.7-2.7s-2.6 1.2-2.6 2.7v2.7c0 1.5 1.2 2.7 2.6 2.7s2.7-1.2 2.7-2.7v-2.7Z\" class=\"c\"/>"
},
"chess-pgn-master": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.61 14.45v3.49m0-3.49v-1.73h.65h-1.29h.64m1.64 1.73h-3.27\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M40.5 5.5h-33a2 2 0 0 0-2 2v33a2 2 0 0 0 2 2h33a2 2 0 0 0 2-2v-33a2 2 0 0 0-2-2ZM24 5.5v37\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M37.482 38.483a.3.3 0 0 0 .3-.3v-.02c-.05-1.87-2.5-2-1.25-2.16c.65-.1 1.68-.85.85-1.71s-1.22-.67-.87-1s2-1.95.92-2.29c-1.6-.51-1-.7-.92-.77a2.9 2.9 0 0 0 1.61-2.28a.27.27 0 0 0-.48-.2c-.4.46-4 1.73-9.42 1.7c-.76.11-.37.91-.28 1.8c.06.54.9.65 1.28.61c.2 0 1.21-.13 1.36-.11c.64.08.79.57 1 1a2 2 0 0 0 1.92.88c.13 0-.25.15-1.13.14c-1.52 0-3.45 1.73-4.06 4.19a.39.39 0 0 0 .3.462a.396.396 0 0 0 .05.008c1.54.09 7.27.03 8.82.05Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M33.452 30.773a2.12 2.12 0 0 0 .94-.15a3.6 3.6 0 0 0-.94.15ZM14.58 20.35h-4.27s-3.87-7 4.25-11.78h0c8.12 4.82 4.26 11.78 4.26 11.78ZM5.5 24h37\"/>"
},
"chessclock": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.765 34.382a15.058 15.058 0 0 0 18.47-.001m3.132-20.476a15.058 15.058 0 0 0-24.734-.001M24 22.491l-.895-8.557m-7.35-1.206L24 22.491m-18.316.936h9.047m-1.491 0H7.176L4.79 40.564h10.835L13.24 23.427zM4.79 40.563h10.836M5.207 37.565h10.001\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m13.24 23.427l2.676-7.687a9.72 9.72 0 0 0-5.708-1.952A9.72 9.72 0 0 0 4.5 15.74l2.676 7.688Zm-3.032-9.639V8.015m-2.887 2.519h5.773m20.174 12.893h9.047m-1.491 0H34.76l-2.386 17.137h10.835l-2.385-17.137zm-8.45 17.136h10.835m-10.418-2.998h10.001m-1.968-14.138L43.5 15.74a9.325 9.325 0 0 0-11.416 0l2.676 7.687Zm-3.033-9.639v-1.8\"/>"
},
"chessmix": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M24 9.1c12 1.12 19 9.22 18.45 33.4H15.89c0-10.35 12.71-7.53 10.34-24.18\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M26.23 18.32c.45 3.37-6.41 8.44-9.22 10.35c-3.48 2.25-3.26 4.95-5.73 4.61c-1.24-1.13 1.57-3.49 0-3.49c-.69 0-.46.54-.47 1.14a1.24 1.24 0 0 1-.66 1.07C9 32 5.54 33.17 5.54 27.43c0-2.25 4.49-10.78 6.86-13.83c.71-.92 2.14-2.14 2.25-4c-.79-1.13-1.52-2.7-.56-3.49C15.56 4.86 17.57 9 17.57 9h2.25s1.06-3.52 2.93-3.49C24 5.52 23.87 9 23.87 9\"/><path fill=\"currentColor\" d=\"M9.66 27a.75.75 0 1 1-.75-.75a.76.76 0 0 1 .75.75Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.9 16.69a1.35 1.35 0 1 1-1.34-1.35a1.35 1.35 0 0 1 1.34 1.35Z\"/>"
},
"chesspgnmaster": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.61 14.45v3.49m0-3.49v-1.73h.65h-1.29h.64m1.64 1.73h-3.27\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M40.5 5.5h-33a2 2 0 0 0-2 2v33a2 2 0 0 0 2 2h33a2 2 0 0 0 2-2v-33a2 2 0 0 0-2-2ZM24 5.5v37\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M37.482 38.483a.3.3 0 0 0 .3-.3v-.02c-.05-1.87-2.5-2-1.25-2.16c.65-.1 1.68-.85.85-1.71s-1.22-.67-.87-1s2-1.95.92-2.29c-1.6-.51-1-.7-.92-.77a2.9 2.9 0 0 0 1.61-2.28a.27.27 0 0 0-.48-.2c-.4.46-4 1.73-9.42 1.7c-.76.11-.37.91-.28 1.8c.06.54.9.65 1.28.61c.2 0 1.21-.13 1.36-.11c.64.08.79.57 1 1a2 2 0 0 0 1.92.88c.13 0-.25.15-1.13.14c-1.52 0-3.45 1.73-4.06 4.19a.39.39 0 0 0 .3.462a.396.396 0 0 0 .05.008c1.54.09 7.27.03 8.82.05Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M33.452 30.773a2.12 2.12 0 0 0 .94-.15a3.6 3.6 0 0 0-.94.15ZM14.58 20.35h-4.27s-3.87-7 4.25-11.78h0c8.12 4.82 4.26 11.78 4.26 11.78ZM5.5 24h37\"/>"
},
"chesswalk": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M39.46 42.105c1.983 0 3.04-1.914 3.04-3.37s-.2-12.034-4.966-21.697c-4.767-9.662-13.631-6.41-13.631-6.41s-.529-4.697-1.914-4.626c-1.385.07-2.313 2.712-2.313 2.712l-1.855-.07s-2.184-2.842-3.44-2.783s-1.327 1.914-.599 5.495c0 0-.657 1.585-2.512 2.982s-.799 3.769-.998 4.825c-.2 1.057-2.783 4.967-3.64 6.082c-.857 1.115-1.984 3.698-.129 5.495a28.042 28.042 0 0 0 3.698 2.982s.928 1.327 2.912-1.127c1.984-2.454 2.783-4.896 7.08-7.338c3.111-1.914 3.839-1.714 3.839-1.714s.657 1.526.2 3.839c-.458 2.313-5.425 8.066-6.68 9.463s-2.713 4.297.128 5.295h21.78v-.035Z\"/>"
},
@ -17657,6 +17657,9 @@
"business-kalendar": {
"parent": "business-kalender"
},
"chesspgnmaster": {
"parent": "chess-pgn-master"
},
"cuprumpdf": {
"parent": "pdf-viewer"
},

View File

@ -3,7 +3,7 @@
"info": {
"name": "Carbon",
"total": 1927,
"version": "11.18.0",
"version": "11.19.0",
"author": {
"name": "IBM",
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

7294
json/iconamoon.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"prefix": "lucide",
"info": {
"name": "Lucide",
"total": 1010,
"total": 1029,
"author": {
"name": "Lucide Contributors",
"url": "https://github.com/lucide-icons/lucide"
@ -21,7 +21,7 @@
"category": "General",
"palette": false
},
"lastModified": 1682659372,
"lastModified": 1682864106,
"icons": {
"accessibility": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-6 1M5 8l3-3l5.5 3l-2.36 3.5m-6.9 3a5 5 0 0 0 6.88 6\"/><path d=\"M13.76 17.5a5 5 0 0 0-6.88-6\"/></g>"
@ -1373,6 +1373,12 @@
"focus": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2\"/></g>"
},
"fold-horizontal": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h6m14 0h-6M12 2v2m0 4v2m0 4v2m0 4v2m7-13l-3 3l3 3M5 15l3-3l-3-3\"/>"
},
"fold-vertical": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-6m0-8V2M4 12H2m8 0H8m8 0h-2m8 0h-2m-5 7l-3-3l-3 3m6-14l-3 3l-3-3\"/>"
},
"folder": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z\"/>"
},
@ -1485,7 +1491,7 @@
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 11h4M8 9v4m7-1h.01M18 10h.01m-.69-5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258c-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z\"/>"
},
"gauge": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 15l3.5-3.5m4.8 6.5c.4-1 .7-2.2.7-3.4C21 9.8 17 6 12 6s-9 3.8-9 8.6c0 1.2.3 2.4.7 3.4\"/>"
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 14l4-4M3.34 19a10 10 0 1 1 17.32 0\"/>"
},
"gavel": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 13l-7.5 7.5c-.83.83-2.17.83-3 0c0 0 0 0 0 0a2.12 2.12 0 0 1 0-3L11 10m5 6l6-6M8 8l6-6M9 7l8 8m4-4l-8-8\"/>"
@ -1784,6 +1790,9 @@
"life-buoy": {
"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=\"m4.93 4.93l4.24 4.24m5.66 5.66l4.24 4.24m-4.24-9.9l4.24-4.24m-4.24 4.24l3.53-3.53M4.93 19.07l4.24-4.24\"/></g>"
},
"ligature": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 20V8c0-2.2 1.8-4 4-4c1.5 0 2.8.8 3.5 2M6 12h4m4 0h2v8M6 20h4m4 0h4\"/>"
},
"lightbulb": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 18h6m-5 4h4m1.09-8c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8A6 6 0 0 0 6 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 0 1 8.91 14\"/>"
},
@ -2144,6 +2153,54 @@
"palmtree": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1l1 1h4m3-.86A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1l-1 1h-3\"/><path d=\"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25l.7-.7l.71-.71l2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35z\"/><path d=\"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14\"/></g>"
},
"panel-bottom": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 15h18\"/></g>"
},
"panel-bottom-close": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 15h18m-6-7l-3 3l-3-3\"/></g>"
},
"panel-bottom-inactive": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M14 15h1m4 0h2M3 15h2m4 0h1\"/></g>"
},
"panel-bottom-open": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 15h18M9 10l3-3l3 3\"/></g>"
},
"panel-left": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18\"/></g>"
},
"panel-left-close": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18m7-6l-3-3l3-3\"/></g>"
},
"panel-left-inactive": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M9 14v1m0 4v2M9 3v2m0 4v1\"/></g>"
},
"panel-left-open": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18m5-12l3 3l-3 3\"/></g>"
},
"panel-right": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M15 3v18\"/></g>"
},
"panel-right-close": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M15 3v18M8 9l3 3l-3 3\"/></g>"
},
"panel-right-inactive": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M15 14v1m0 4v2m0-18v2m0 4v1\"/></g>"
},
"panel-right-open": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M15 3v18m-5-6l-3-3l3-3\"/></g>"
},
"panel-top": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 9h18\"/></g>"
},
"panel-top-close": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 9h18M9 16l3-3l3 3\"/></g>"
},
"panel-top-inactive": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M14 9h1m4 0h2M3 9h2m4 0h1\"/></g>"
},
"panel-top-open": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 9h18m-6 5l-3 3l-3-3\"/></g>"
},
"paperclip": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48\"/>"
},
@ -2256,7 +2313,7 @@
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 2v6m6-6v6m-3 9v5M5 8h14M6 11V8h12v3a6 6 0 1 1-12 0v0Z\"/>"
},
"plug-zap": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m13 2l-2 2.5h3L12 7m0 15v-3m-2-6v-2.5m0 2v-2m4 2v-2m2 4.5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-2z\"/>"
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"6\" x=\"8\" y=\"13\" rx=\"2\"/><path d=\"m13 2l-2 2.5h3L12 7m0 15v-3m-2-6v-2.5m4 2.5v-2.5\"/></g>"
},
"plus": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5v14m-7-7h14\"/>"
@ -2384,6 +2441,9 @@
"router": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6.01 18H6m4.01 0H10m5-8v4m2.84-6.83a4 4 0 0 0-5.66 0m8.48-2.83a8 8 0 0 0-11.31 0\"/></g>"
},
"rows": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M3 12h18\"/></g>"
},
"rss": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16\"/><circle cx=\"5\" cy=\"19\" r=\"1\"/></g>"
},
@ -2534,15 +2594,6 @@
"shuffle": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 3h5v5M4 20L21 3m0 13v5h-5m-1-6l6 6M4 4l5 5\"/>"
},
"sidebar": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18\"/></g>"
},
"sidebar-close": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18m7-6l-3-3l3-3\"/></g>"
},
"sidebar-open": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><path d=\"M9 3v18m5-12l3 3l-3 3\"/></g>"
},
"sigma": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 7V4H6l6 8l-6 8h12v-3\"/>"
},
@ -2785,7 +2836,7 @@
"text-cursor-input": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 4h1a3 3 0 0 1 3 3a3 3 0 0 1 3-3h1m0 16h-1a3 3 0 0 1-3-3a3 3 0 0 1-3 3H5m0-4H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1m8 0h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7M9 7v10\"/>"
},
"text-selection": {
"text-select": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3a2 2 0 0 0-2 2m16-2a2 2 0 0 1 2 2m0 14a2 2 0 0 1-2 2M5 21a2 2 0 0 1-2-2M9 3h1M9 21h1m4-18h1m-1 18h1M3 9v1m18-1v1M3 14v1m18-1v1M7 8h8m-8 4h10M7 16h6\"/>"
},
"thermometer": {
@ -2893,6 +2944,12 @@
"undo-2": {
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 14L4 9l5-5\"/><path d=\"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11\"/></g>"
},
"unfold-horizontal": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12h6M8 12H2M12 2v2m0 4v2m0 4v2m0 4v2m7-7l3-3l-3-3M5 9l-3 3l3 3\"/>"
},
"unfold-vertical": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-6m0-8V2M4 12H2m8 0H8m8 0h-2m8 0h-2m-5 7l-3 3l-3-3m6-14l-3-3l-3 3\"/>"
},
"unlink": {
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07a5.006 5.006 0 0 0-6.95 0l-1.72 1.71m-6.58 6.57l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07a5.006 5.006 0 0 0 6.95 0l1.71-1.71M8 2v3M2 8h3m11 11v3m3-6h3\"/>"
},
@ -3084,8 +3141,20 @@
"jersey-pound": {
"parent": "japanese-yen"
},
"sidebar": {
"parent": "panel-left"
},
"sidebar-close": {
"parent": "panel-left-close"
},
"sidebar-open": {
"parent": "panel-left-open"
},
"slash": {
"parent": "ban"
},
"text-selection": {
"parent": "text-select"
}
},
"width": 24,

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.2.57",
"version": "2.2.58",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",