@iconify/json 2.0.31 → 2.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/collections.json +3 -3
- package/collections.md +2 -2
- package/composer.json +1 -1
- package/json/majesticons.json +2587 -427
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -558,8 +558,8 @@
|
|
|
558
558
|
},
|
|
559
559
|
"majesticons": {
|
|
560
560
|
"name": "Majesticons",
|
|
561
|
-
"total":
|
|
562
|
-
"version": "1.
|
|
561
|
+
"total": 760,
|
|
562
|
+
"version": "2.1.1",
|
|
563
563
|
"author": {
|
|
564
564
|
"name": "Gerrit Halfmann",
|
|
565
565
|
"url": "https://github.com/halfmage/majesticons"
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
"samples": [
|
|
572
572
|
"chats-line",
|
|
573
573
|
"home",
|
|
574
|
-
"
|
|
574
|
+
"edit-pen-4-line"
|
|
575
575
|
],
|
|
576
576
|
"height": 24,
|
|
577
577
|
"displayHeight": 24,
|
package/collections.md
CHANGED
|
@@ -249,12 +249,12 @@
|
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
### Majesticons
|
|
252
|
-
* Number of icons:
|
|
252
|
+
* Number of icons: 760
|
|
253
253
|
* Author: Gerrit Halfmann
|
|
254
254
|
* URL: https://github.com/halfmage/majesticons
|
|
255
255
|
* License: MIT
|
|
256
256
|
* License URL: https://github.com/halfmage/majesticons/blob/main/LICENSE
|
|
257
|
-
* Version: 1.
|
|
257
|
+
* Version: 2.1.1
|
|
258
258
|
* Palette: Colorless
|
|
259
259
|
|
|
260
260
|
|
package/composer.json
CHANGED