From 7af9de31e0762a217ad832ef12eeeb0dded9ab1f Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 5 Oct 2022 09:25:24 +0300 Subject: [PATCH] Update 6 icon sets --- collections.json | 12 +- collections.md | 12 +- composer.json | 2 +- json/carbon.json | 2 +- json/circle-flags.json | 40 ++++++- json/codicon.json | 6 +- json/lucide.json | 10 +- json/material-symbols.json | 88 +++++++------- json/pepicons.json | 232 +++++++++++++++++++++---------------- package-lock.json | 4 +- package.json | 2 +- 11 files changed, 246 insertions(+), 164 deletions(-) diff --git a/collections.json b/collections.json index c28f2d8..bff71c5 100644 --- a/collections.json +++ b/collections.json @@ -1,7 +1,7 @@ { "material-symbols": { "name": "Material Symbols", - "total": 8261, + "total": 8260, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -110,7 +110,7 @@ "carbon": { "name": "Carbon", "total": 1858, - "version": "11.8.0", + "version": "11.9.0", "author": { "name": "IBM", "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons" @@ -462,7 +462,7 @@ }, "lucide": { "name": "Lucide", - "total": 834, + "total": 836, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -1188,8 +1188,8 @@ }, "pepicons": { "name": "Pepicons", - "total": 416, - "version": "1.1.2", + "total": 428, + "version": "1.2.0", "author": { "name": "CyCraft", "url": "https://github.com/CyCraft/pepicons" @@ -1870,7 +1870,7 @@ }, "circle-flags": { "name": "Circle Flags", - "total": 361, + "total": 373, "version": "1.0.0", "author": { "name": "HatScripts", diff --git a/collections.md b/collections.md index 51f04c4..d6c640b 100644 --- a/collections.md +++ b/collections.md @@ -3,7 +3,7 @@ ### Material Symbols -* Number of icons: 8261 +* Number of icons: 8260 * Author: Google * URL: https://github.com/google/material-design-icons * License: Apache 2.0 @@ -55,7 +55,7 @@ * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons * License: Apache 2.0 -* Version: 11.8.0 +* Version: 11.9.0 * Palette: Colorless @@ -208,7 +208,7 @@ ### Lucide -* Number of icons: 834 +* Number of icons: 836 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC @@ -531,12 +531,12 @@ ### Pepicons -* Number of icons: 416 +* Number of icons: 428 * Author: CyCraft * URL: https://github.com/CyCraft/pepicons * License: CC BY 4.0 * License URL: https://github.com/CyCraft/pepicons/blob/dev/LICENSE -* Version: 1.1.2 +* Version: 1.2.0 * Palette: Colorless @@ -829,7 +829,7 @@ ### Circle Flags -* Number of icons: 361 +* Number of icons: 373 * Author: HatScripts * URL: https://github.com/HatScripts/circle-flags * License: MIT diff --git a/composer.json b/composer.json index e965c36..db466d4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.1.117", + "version": "2.1.118", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/carbon.json b/json/carbon.json index 1be8fb8..6d08590 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -3,7 +3,7 @@ "info": { "name": "Carbon", "total": 1858, - "version": "11.8.0", + "version": "11.9.0", "author": { "name": "IBM", "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons" diff --git a/json/circle-flags.json b/json/circle-flags.json index 6f403da..987135f 100644 --- a/json/circle-flags.json +++ b/json/circle-flags.json @@ -2,7 +2,7 @@ "prefix": "circle-flags", "info": { "name": "Circle Flags", - "total": 361, + "total": 373, "version": "1.0.0", "author": { "name": "HatScripts", @@ -23,7 +23,7 @@ "category": "Maps / Flags", "palette": true }, - "lastModified": 1664602912, + "lastModified": 1664948526, "icons": { "ac": { "body": "" @@ -1057,9 +1057,45 @@ "us": { "body": "" }, + "us-ak": { + "body": "" + }, + "us-al": { + "body": "" + }, + "us-ar": { + "body": "" + }, + "us-az": { + "body": "" + }, + "us-co": { + "body": "" + }, + "us-fl": { + "body": "" + }, + "us-ga": { + "body": "" + }, "us-hi": { "body": "" }, + "us-in": { + "body": "" + }, + "us-mo": { + "body": "" + }, + "us-ms": { + "body": "" + }, + "us-nm": { + "body": "" + }, + "us-tx": { + "body": "" + }, "uy": { "body": "" }, diff --git a/json/codicon.json b/json/codicon.json index bd628ac..624e06b 100644 --- a/json/codicon.json +++ b/json/codicon.json @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1660887157, + "lastModified": 1664948546, "icons": { "account": { "body": "" @@ -724,7 +724,7 @@ "body": "" }, "list-flat": { - "body": "" + "body": "" }, "list-ordered": { "body": "" @@ -733,7 +733,7 @@ "body": "" }, "list-tree": { - "body": "" + "body": "" }, "list-unordered": { "body": "" diff --git a/json/lucide.json b/json/lucide.json index 4c63d31..2adb569 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 834, + "total": 836, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1663655130, + "lastModified": 1664948578, "icons": { "accessibility": { "body": "" @@ -824,6 +824,12 @@ "drumstick": { "body": "" }, + "ear": { + "body": "" + }, + "ear-off": { + "body": "" + }, "edit": { "body": "" }, diff --git a/json/material-symbols.json b/json/material-symbols.json index edc4930..d4180bc 100644 --- a/json/material-symbols.json +++ b/json/material-symbols.json @@ -2,7 +2,7 @@ "prefix": "material-symbols", "info": { "name": "Material Symbols", - "total": 8261, + "total": 8260, "author": { "name": "Google", "url": "https://github.com/google/material-design-icons" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1664604867, + "lastModified": 1664949963, "icons": { "123": { "body": "" @@ -1304,10 +1304,10 @@ "body": "" }, "add-reaction": { - "body": "" + "body": "" }, "add-reaction-outline": { - "body": "" + "body": "" }, "add-reaction-outline-rounded": { "body": "" @@ -1452,10 +1452,10 @@ "body": "" }, "air-freshener": { - "body": "" + "body": "" }, "air-freshener-outline": { - "body": "" + "body": "" }, "air-purifier-gen": { "body": "" @@ -3237,7 +3237,7 @@ "body": "" }, "beach-access": { - "body": "" + "body": "" }, "beach-access-outline": { "body": "" @@ -3405,7 +3405,7 @@ "body": "" }, "blanket": { - "body": "" + "body": "" }, "blender": { "body": "" @@ -6027,10 +6027,10 @@ "body": "" }, "coronavirus": { - "body": "" + "body": "" }, "coronavirus-outline": { - "body": "" + "body": "" }, "coronavirus-outline-sharp": { "body": "" @@ -7200,7 +7200,7 @@ "body": "" }, "dishwasher-gen": { - "body": "" + "body": "" }, "dishwasher-gen-outline": { "body": "" @@ -7338,10 +7338,10 @@ "body": "" }, "do-not-touch": { - "body": "" + "body": "" }, "do-not-touch-outline": { - "body": "" + "body": "" }, "do-not-touch-outline-rounded": { "body": "" @@ -7914,7 +7914,7 @@ "body": "" }, "eco": { - "body": "" + "body": "" }, "eco-outline": { "body": "" @@ -8476,7 +8476,7 @@ "body": "" }, "energy-program-time-used": { - "body": "" + "body": "" }, "energy-savings-leaf": { "body": "" @@ -8765,6 +8765,9 @@ "expand-circle-down-rounded": { "body": "" }, + "expand-content": { + "body": "" + }, "expand-less": { "body": "" }, @@ -9065,7 +9068,7 @@ "body": "" }, "faucet": { - "body": "" + "body": "" }, "faucet-outline": { "body": "" @@ -11136,7 +11139,7 @@ "body": "" }, "hand-gesture": { - "body": "" + "body": "" }, "handshake": { "body": "" @@ -11652,7 +11655,7 @@ "body": "" }, "home-iot-device": { - "body": "" + "body": "" }, "home-iot-device-outline": { "body": "" @@ -12965,7 +12968,7 @@ "body": "" }, "lift-to-talk": { - "body": "" + "body": "" }, "light": { "body": "" @@ -15087,7 +15090,7 @@ "body": "" }, "multicooker": { - "body": "" + "body": "" }, "multicooker-outline": { "body": "" @@ -15285,10 +15288,10 @@ "body": "" }, "nest-cam-indoor": { - "body": "" + "body": "" }, "nest-cam-iq": { - "body": "" + "body": "" }, "nest-cam-iq-outdoor": { "body": "" @@ -15369,7 +15372,7 @@ "body": "" }, "nest-connect": { - "body": "" + "body": "" }, "nest-detect": { "body": "" @@ -16386,7 +16389,7 @@ "body": "" }, "outdoor-garden": { - "body": "" + "body": "" }, "outdoor-garden-outline": { "body": "" @@ -16440,7 +16443,7 @@ "body": "" }, "oven-gen": { - "body": "" + "body": "" }, "oven-gen-outline": { "body": "" @@ -17936,7 +17939,7 @@ "body": "" }, "power-rounded": { - "body": "" + "body": "" }, "power-settings-new": { "body": "" @@ -17944,9 +17947,6 @@ "power-settings-new-outline": { "body": "" }, - "power-settings-new-rounded": { - "body": "" - }, "prayer-times": { "body": "" }, @@ -18083,10 +18083,11 @@ "body": "" }, "privacy": { - "body": "" + "body": "" }, "privacy-outline": { - "body": "" + "body": "", + "hidden": true }, "privacy-tip": { "body": "" @@ -18453,7 +18454,7 @@ "body": "" }, "range-hood": { - "body": "" + "body": "" }, "range-hood-outline": { "body": "" @@ -19193,10 +19194,10 @@ "body": "" }, "routine": { - "body": "" + "body": "" }, "routine-outline": { - "body": "" + "body": "" }, "rowing": { "body": "" @@ -19448,7 +19449,7 @@ "body": "" }, "scene-outline": { - "body": "" + "body": "" }, "schedule": { "body": "" @@ -20017,10 +20018,10 @@ "hidden": true }, "set-meal": { - "body": "" + "body": "" }, "set-meal-outline": { - "body": "" + "body": "" }, "set-meal-outline-rounded": { "body": "" @@ -21195,7 +21196,7 @@ "body": "" }, "spa": { - "body": "" + "body": "" }, "spa-outline": { "body": "" @@ -22719,7 +22720,7 @@ "body": "" }, "tamper-detection-off-outline": { - "body": "" + "body": "" }, "tamper-detection-on": { "body": "" @@ -24886,7 +24887,7 @@ "body": "" }, "water-heater": { - "body": "" + "body": "" }, "water-heater-outline": { "body": "" @@ -25846,6 +25847,9 @@ "power-outline-sharp": { "parent": "power-plug-outline-sharp" }, + "power-settings-new-rounded": { + "parent": "power-rounded" + }, "power-sharp": { "parent": "power-plug-sharp" }, @@ -26904,7 +26908,6 @@ "podcasts", "podcasts-rounded", "privacy", - "privacy-outline", "queue-music", "queue-music-rounded", "queue-play-next", @@ -28608,9 +28611,9 @@ "picture-in-picture-sharp", "play-for-work", "play-for-work-rounded", + "power-rounded", "power-settings-new", "power-settings-new-outline", - "power-settings-new-rounded", "present-to-all", "present-to-all-outline", "present-to-all-outline-rounded", @@ -33895,6 +33898,7 @@ "expand-circle-down-outline", "expand-circle-down-outline-rounded", "expand-circle-down-rounded", + "expand-content", "expand-less", "expand-less-rounded", "expand-more", diff --git a/json/pepicons.json b/json/pepicons.json index 9b35435..32415d9 100644 --- a/json/pepicons.json +++ b/json/pepicons.json @@ -2,8 +2,8 @@ "prefix": "pepicons", "info": { "name": "Pepicons", - "total": 416, - "version": "1.1.2", + "total": 428, + "version": "1.2.0", "author": { "name": "CyCraft", "url": "https://github.com/CyCraft/pepicons" @@ -22,7 +22,7 @@ "category": "General", "palette": false }, - "lastModified": 1656743170, + "lastModified": 1664951095, "icons": { "airplane": { "body": "" @@ -67,7 +67,7 @@ "body": "" }, "arrow-down-left-print": { - "body": "" + "body": "" }, "arrow-down-print": { "body": "" @@ -76,7 +76,7 @@ "body": "" }, "arrow-down-right-print": { - "body": "" + "body": "" }, "arrow-left": { "body": "" @@ -97,7 +97,7 @@ "body": "" }, "arrow-up-left-print": { - "body": "" + "body": "" }, "arrow-up-print": { "body": "" @@ -106,7 +106,7 @@ "body": "" }, "arrow-up-right-print": { - "body": "" + "body": "" }, "bank": { "body": "" @@ -142,7 +142,7 @@ "body": "" }, "bluetooth-print": { - "body": "" + "body": "" }, "book": { "body": "" @@ -163,7 +163,7 @@ "body": "" }, "briefcase-print": { - "body": "" + "body": "" }, "building": { "body": "" @@ -202,7 +202,7 @@ "body": "" }, "cart": { - "body": "" + "body": "" }, "cart-print": { "body": "" @@ -211,19 +211,19 @@ "body": "" }, "cellphone-eye-print": { - "body": "" + "body": "" }, "cellphone-loop": { - "body": "" + "body": "" }, "cellphone-loop-print": { - "body": "" + "body": "" }, "chain": { "body": "" }, "chain-print": { - "body": "" + "body": "" }, "checkmark": { "body": "" @@ -240,8 +240,14 @@ "circle-print": { "body": "" }, + "clapperboard": { + "body": "" + }, + "clapperboard-print": { + "body": "" + }, "clipboard": { - "body": "" + "body": "" }, "clipboard-check": { "body": "" @@ -268,16 +274,16 @@ "body": "" }, "cloud-down": { - "body": "" + "body": "" }, "cloud-down-filled": { - "body": "" + "body": "" }, "cloud-down-print": { "body": "" }, "cloud-filled": { - "body": "" + "body": "" }, "cloud-print": { "body": "" @@ -292,10 +298,10 @@ "body": "" }, "coctail": { - "body": "" + "body": "" }, "coctail-print": { - "body": "" + "body": "" }, "code": { "body": "" @@ -304,7 +310,7 @@ "body": "" }, "color-picker": { - "body": "" + "body": "" }, "color-picker-print": { "body": "" @@ -346,7 +352,7 @@ "body": "" }, "cv": { - "body": "" + "body": "" }, "cv-print": { "body": "" @@ -370,7 +376,7 @@ "body": "" }, "dress": { - "body": "" + "body": "" }, "dress-print": { "body": "" @@ -385,7 +391,7 @@ "body": "" }, "electricity-print": { - "body": "" + "body": "" }, "enter": { "body": "" @@ -421,22 +427,22 @@ "body": "" }, "eye-closed-print": { - "body": "" + "body": "" }, "eye-frame": { "body": "" }, "eye-frame-print": { - "body": "" + "body": "" }, "eye-off": { "body": "" }, "eye-off-print": { - "body": "" + "body": "" }, "eye-print": { - "body": "" + "body": "" }, "fast-forward": { "body": "" @@ -445,16 +451,16 @@ "body": "" }, "file": { - "body": "" + "body": "" }, "file-loop": { - "body": "" + "body": "" }, "file-loop-print": { - "body": "" + "body": "" }, "file-print": { - "body": "" + "body": "" }, "film-frame": { "body": "" @@ -481,7 +487,7 @@ "body": "" }, "flower": { - "body": "" + "body": "" }, "flower-bud": { "body": "" @@ -490,7 +496,7 @@ "body": "" }, "flower-print": { - "body": "" + "body": "" }, "folder": { "body": "" @@ -502,7 +508,7 @@ "body": "" }, "folding-stool-print": { - "body": "" + "body": "" }, "gear": { "body": "" @@ -517,7 +523,7 @@ "body": "" }, "gift-print": { - "body": "" + "body": "" }, "grab": { "body": "" @@ -525,11 +531,17 @@ "grab-print": { "body": "" }, + "grid": { + "body": "" + }, + "grid-print": { + "body": "" + }, "hamburger": { "body": "" }, "hamburger-print": { - "body": "" + "body": "" }, "hand-grab": { "body": "" @@ -538,16 +550,16 @@ "body": "" }, "hand-open": { - "body": "" + "body": "" }, "hand-open-print": { - "body": "" + "body": "" }, "hand-point": { - "body": "" + "body": "" }, "hand-point-open": { - "body": "" + "body": "" }, "hand-point-open-print": { "body": "" @@ -556,10 +568,10 @@ "body": "" }, "handshake": { - "body": "" + "body": "" }, "handshake-print": { - "body": "" + "body": "" }, "hash": { "body": "" @@ -586,13 +598,13 @@ "body": "" }, "house": { - "body": "" + "body": "" }, "house-print": { - "body": "" + "body": "" }, "identification": { - "body": "" + "body": "" }, "identification-print": { "body": "" @@ -631,10 +643,10 @@ "body": "" }, "label": { - "body": "" + "body": "" }, "label-print": { - "body": "" + "body": "" }, "leave": { "body": "" @@ -646,10 +658,10 @@ "body": "" }, "letter-open": { - "body": "" + "body": "" }, "letter-open-print": { - "body": "" + "body": "" }, "letter-print": { "body": "" @@ -667,13 +679,13 @@ "body": "" }, "lock-open": { - "body": "" + "body": "" }, "lock-open-print": { "body": "" }, "loop": { - "body": "" + "body": "" }, "loop-minus": { "body": "" @@ -691,10 +703,10 @@ "body": "" }, "magnet": { - "body": "" + "body": "" }, "magnet-print": { - "body": "" + "body": "" }, "map": { "body": "" @@ -721,13 +733,13 @@ "body": "" }, "microphone2": { - "body": "" + "body": "" }, "microphone2-print": { - "body": "" + "body": "" }, "minus": { - "body": "" + "body": "" }, "minus-print": { "body": "" @@ -739,13 +751,13 @@ "body": "" }, "monitor-eye-print": { - "body": "" + "body": "" }, "monitor-loop": { - "body": "" + "body": "" }, "monitor-loop-print": { - "body": "" + "body": "" }, "monitor-print": { "body": "" @@ -775,7 +787,7 @@ "body": "" }, "move-x-print": { - "body": "" + "body": "" }, "move-y": { "body": "" @@ -787,7 +799,7 @@ "body": "" }, "music-note-double-print": { - "body": "" + "body": "" }, "music-note-single": { "body": "" @@ -801,6 +813,12 @@ "next-track-print": { "body": "" }, + "no-entry": { + "body": "" + }, + "no-entry-print": { + "body": "" + }, "open": { "body": "" }, @@ -808,10 +826,10 @@ "body": "" }, "paint-pallet": { - "body": "" + "body": "" }, "paint-pallet-print": { - "body": "" + "body": "" }, "pause": { "body": "" @@ -820,7 +838,7 @@ "body": "" }, "pen": { - "body": "" + "body": "" }, "pen-print": { "body": "" @@ -838,7 +856,7 @@ "body": "" }, "person-checkmark-print": { - "body": "" + "body": "" }, "person-filled": { "body": "" @@ -847,16 +865,16 @@ "body": "" }, "person-plus-print": { - "body": "" + "body": "" }, "person-print": { - "body": "" + "body": "" }, "persons": { - "body": "" + "body": "" }, "persons-print": { - "body": "" + "body": "" }, "phone": { "body": "" @@ -880,19 +898,19 @@ "body": "" }, "photo-studio-print": { - "body": "" + "body": "" }, "pill": { "body": "" }, "pill-print": { - "body": "" + "body": "" }, "pin": { - "body": "" + "body": "" }, "pin-print": { - "body": "" + "body": "" }, "pinpoint": { "body": "" @@ -928,7 +946,7 @@ "body": "" }, "power-print": { - "body": "" + "body": "" }, "previous-track": { "body": "" @@ -943,16 +961,16 @@ "body": "" }, "qr-code": { - "body": "" + "body": "" }, "qr-code-print": { - "body": "" + "body": "" }, "question": { "body": "" }, "question-circle": { - "body": "" + "body": "" }, "question-circle-print": { "body": "" @@ -994,10 +1012,10 @@ "body": "" }, "rewind-time": { - "body": "" + "body": "" }, "rewind-time-print": { - "body": "" + "body": "" }, "scissors": { "body": "" @@ -1006,10 +1024,10 @@ "body": "" }, "send": { - "body": "" + "body": "" }, "send-print": { - "body": "" + "body": "" }, "share-android": { "body": "" @@ -1021,7 +1039,7 @@ "body": "" }, "share-ios-print": { - "body": "" + "body": "" }, "shuffle": { "body": "" @@ -1030,7 +1048,7 @@ "body": "" }, "sliders": { - "body": "" + "body": "" }, "sliders-print": { "body": "" @@ -1038,6 +1056,12 @@ "smartphone": { "body": "" }, + "smartphone-cutout": { + "body": "" + }, + "smartphone-cutout-print": { + "body": "" + }, "smartphone-notch": { "body": "" }, @@ -1048,7 +1072,7 @@ "body": "" }, "smartphone2": { - "body": "" + "body": "" }, "smartphone2-print": { "body": "" @@ -1078,7 +1102,7 @@ "body": "" }, "speaker-off": { - "body": "" + "body": "" }, "speaker-off-print": { "body": "" @@ -1101,6 +1125,12 @@ "star-print": { "body": "" }, + "stars": { + "body": "" + }, + "stars-print": { + "body": "" + }, "stopwatch": { "body": "" }, @@ -1123,7 +1153,7 @@ "body": "" }, "studio-light-side-print": { - "body": "" + "body": "" }, "sun": { "body": "" @@ -1138,10 +1168,10 @@ "body": "" }, "syringe-print": { - "body": "" + "body": "" }, "t-shirt": { - "body": "" + "body": "" }, "t-shirt-print": { "body": "" @@ -1159,10 +1189,16 @@ "body": "" }, "text-bubble": { - "body": "" + "body": "" }, "text-bubble-print": { - "body": "" + "body": "" + }, + "text-bubbles": { + "body": "" + }, + "text-bubbles-print": { + "body": "" }, "thumbs-down": { "body": "" @@ -1174,7 +1210,7 @@ "body": "" }, "thumbs-up-print": { - "body": "" + "body": "" }, "times": { "body": "" @@ -1189,10 +1225,10 @@ "body": "" }, "train": { - "body": "" + "body": "" }, "train-print": { - "body": "" + "body": "" }, "trash": { "body": "" @@ -1261,16 +1297,16 @@ "body": "" }, "water-drop": { - "body": "" + "body": "" }, "water-drop-print": { - "body": "" + "body": "" }, "wifi": { - "body": "" + "body": "" }, "wifi-print": { - "body": "" + "body": "" } }, "aliases": { diff --git a/package-lock.json b/package-lock.json index 2c7f1b4..7f3ee09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.1.117", + "version": "2.1.118", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.1.117", + "version": "2.1.118", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index b422228..96acfff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "2.1.117", + "version": "2.1.118", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues", "repository": {