@iconify/json 2.2.268 → 2.2.270
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 +100 -7
- package/collections.md +47 -7
- package/composer.json +1 -1
- package/json/catppuccin.json +21 -2
- package/json/fluent-color.json +1 -1
- package/json/fluent.json +218 -15
- package/json/ix.json +2476 -0
- package/json/lucide-lab.json +2 -2
- package/json/lucide.json +12 -6
- package/json/meteor-icons.json +995 -0
- package/json/nrk.json +728 -0
- package/json/proicons.json +84 -15
- package/json/qlementine-icons.json +1821 -0
- package/json/tdesign.json +2780 -14
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
},
|
|
342
342
|
"lucide": {
|
|
343
343
|
"name": "Lucide",
|
|
344
|
-
"total":
|
|
344
|
+
"total": 1535,
|
|
345
345
|
"author": {
|
|
346
346
|
"name": "Lucide Contributors",
|
|
347
347
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
},
|
|
415
415
|
"tdesign": {
|
|
416
416
|
"name": "TDesign Icons",
|
|
417
|
-
"total":
|
|
417
|
+
"total": 2113,
|
|
418
418
|
"author": {
|
|
419
419
|
"name": "TDesign",
|
|
420
420
|
"url": "https://github.com/Tencent/tdesign-icons"
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
},
|
|
685
685
|
"proicons": {
|
|
686
686
|
"name": "ProIcons",
|
|
687
|
-
"total":
|
|
687
|
+
"total": 466,
|
|
688
688
|
"version": "4.11.0",
|
|
689
689
|
"author": {
|
|
690
690
|
"name": "ProCode",
|
|
@@ -732,6 +732,30 @@
|
|
|
732
732
|
"category": "UI 24px",
|
|
733
733
|
"palette": false
|
|
734
734
|
},
|
|
735
|
+
"meteor-icons": {
|
|
736
|
+
"name": "Meteor Icons",
|
|
737
|
+
"total": 321,
|
|
738
|
+
"author": {
|
|
739
|
+
"name": "zkreations",
|
|
740
|
+
"url": "https://github.com/zkreations/icons"
|
|
741
|
+
},
|
|
742
|
+
"license": {
|
|
743
|
+
"title": "MIT",
|
|
744
|
+
"spdx": "MIT",
|
|
745
|
+
"url": "https://github.com/zkreations/icons/blob/main/LICENSE"
|
|
746
|
+
},
|
|
747
|
+
"samples": [
|
|
748
|
+
"droplet",
|
|
749
|
+
"bolt",
|
|
750
|
+
"flipboard",
|
|
751
|
+
"filter",
|
|
752
|
+
"chevron-down",
|
|
753
|
+
"xmark"
|
|
754
|
+
],
|
|
755
|
+
"height": 24,
|
|
756
|
+
"category": "UI 24px",
|
|
757
|
+
"palette": false
|
|
758
|
+
},
|
|
735
759
|
"prime": {
|
|
736
760
|
"name": "Prime Icons",
|
|
737
761
|
"total": 313,
|
|
@@ -1698,8 +1722,8 @@
|
|
|
1698
1722
|
},
|
|
1699
1723
|
"fluent": {
|
|
1700
1724
|
"name": "Fluent UI System Icons",
|
|
1701
|
-
"total":
|
|
1702
|
-
"version": "1.1.
|
|
1725
|
+
"total": 16985,
|
|
1726
|
+
"version": "1.1.265",
|
|
1703
1727
|
"author": {
|
|
1704
1728
|
"name": "Microsoft Corporation",
|
|
1705
1729
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1795,6 +1819,29 @@
|
|
|
1795
1819
|
"category": "UI Other / Mixed Grid",
|
|
1796
1820
|
"palette": false
|
|
1797
1821
|
},
|
|
1822
|
+
"ix": {
|
|
1823
|
+
"name": "Siemens Industrial Experience Icons",
|
|
1824
|
+
"total": 815,
|
|
1825
|
+
"author": {
|
|
1826
|
+
"name": "Siemens AG",
|
|
1827
|
+
"url": "https://github.com/siemens/ix-icons"
|
|
1828
|
+
},
|
|
1829
|
+
"license": {
|
|
1830
|
+
"title": "MIT",
|
|
1831
|
+
"spdx": "MIT",
|
|
1832
|
+
"url": "https://github.com/siemens/ix-icons/blob/main/LICENSE.md"
|
|
1833
|
+
},
|
|
1834
|
+
"samples": [
|
|
1835
|
+
"notification-filled",
|
|
1836
|
+
"home-filled",
|
|
1837
|
+
"panel-ipc",
|
|
1838
|
+
"plant-filled",
|
|
1839
|
+
"play-filled",
|
|
1840
|
+
"folder-filled"
|
|
1841
|
+
],
|
|
1842
|
+
"category": "UI Other / Mixed Grid",
|
|
1843
|
+
"palette": false
|
|
1844
|
+
},
|
|
1798
1845
|
"octicon": {
|
|
1799
1846
|
"name": "Octicons",
|
|
1800
1847
|
"total": 643,
|
|
@@ -2262,10 +2309,56 @@
|
|
|
2262
2309
|
"category": "UI Other / Mixed Grid",
|
|
2263
2310
|
"palette": false
|
|
2264
2311
|
},
|
|
2312
|
+
"nrk": {
|
|
2313
|
+
"name": "NRK Core Icons",
|
|
2314
|
+
"total": 229,
|
|
2315
|
+
"author": {
|
|
2316
|
+
"name": "Norsk rikskringkasting",
|
|
2317
|
+
"url": "https://github.com/nrkno/core-icons"
|
|
2318
|
+
},
|
|
2319
|
+
"license": {
|
|
2320
|
+
"title": "CC BY 4.0",
|
|
2321
|
+
"spdx": "CC-BY-4.0",
|
|
2322
|
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
2323
|
+
},
|
|
2324
|
+
"samples": [
|
|
2325
|
+
"lyn",
|
|
2326
|
+
"edit",
|
|
2327
|
+
"mening",
|
|
2328
|
+
"media-airplay",
|
|
2329
|
+
"category-active",
|
|
2330
|
+
"heart-active"
|
|
2331
|
+
],
|
|
2332
|
+
"category": "UI Other / Mixed Grid",
|
|
2333
|
+
"palette": false
|
|
2334
|
+
},
|
|
2335
|
+
"qlementine-icons": {
|
|
2336
|
+
"name": "Qlementine Icons",
|
|
2337
|
+
"total": 428,
|
|
2338
|
+
"author": {
|
|
2339
|
+
"name": "Olivier Cléro",
|
|
2340
|
+
"url": "https://github.com/oclero/qlementine-icons"
|
|
2341
|
+
},
|
|
2342
|
+
"license": {
|
|
2343
|
+
"title": "MIT",
|
|
2344
|
+
"spdx": "MIT",
|
|
2345
|
+
"url": "https://github.com/oclero/qlementine-icons/blob/master/LICENSE"
|
|
2346
|
+
},
|
|
2347
|
+
"samples": [
|
|
2348
|
+
"windows-16",
|
|
2349
|
+
"check-tick-small-16",
|
|
2350
|
+
"speaker-0-16",
|
|
2351
|
+
"play-16",
|
|
2352
|
+
"triangle-filled-16",
|
|
2353
|
+
"folder-filled-16"
|
|
2354
|
+
],
|
|
2355
|
+
"category": "UI Other / Mixed Grid",
|
|
2356
|
+
"palette": false
|
|
2357
|
+
},
|
|
2265
2358
|
"fluent-color": {
|
|
2266
2359
|
"name": "Fluent UI System Color Icons",
|
|
2267
2360
|
"total": 311,
|
|
2268
|
-
"version": "1.1.
|
|
2361
|
+
"version": "1.1.265",
|
|
2269
2362
|
"author": {
|
|
2270
2363
|
"name": "Microsoft Corporation",
|
|
2271
2364
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -2459,7 +2552,7 @@
|
|
|
2459
2552
|
},
|
|
2460
2553
|
"catppuccin": {
|
|
2461
2554
|
"name": "Catppuccin Icons",
|
|
2462
|
-
"total":
|
|
2555
|
+
"total": 537,
|
|
2463
2556
|
"author": {
|
|
2464
2557
|
"name": "Catppuccin",
|
|
2465
2558
|
"url": "https://github.com/catppuccin/vscode-icons"
|
package/collections.md
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
147
147
|
|
|
148
148
|
## Lucide
|
|
149
|
-
* Number of icons:
|
|
149
|
+
* Number of icons: 1535
|
|
150
150
|
* Author: Lucide Contributors
|
|
151
151
|
* URL: https://github.com/lucide-icons/lucide
|
|
152
152
|
* License: ISC
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
* File: [json/uil.json](json/uil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
178
178
|
|
|
179
179
|
## TDesign Icons
|
|
180
|
-
* Number of icons:
|
|
180
|
+
* Number of icons: 2113
|
|
181
181
|
* Author: TDesign
|
|
182
182
|
* URL: https://github.com/Tencent/tdesign-icons
|
|
183
183
|
* License: MIT
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
* File: [json/ci.json](json/ci.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
294
294
|
|
|
295
295
|
## ProIcons
|
|
296
|
-
* Number of icons:
|
|
296
|
+
* Number of icons: 466
|
|
297
297
|
* Author: ProCode
|
|
298
298
|
* URL: https://github.com/ProCode-Software/proicons
|
|
299
299
|
* License: MIT
|
|
@@ -314,6 +314,16 @@
|
|
|
314
314
|
* Icon set prefix: `typcn`
|
|
315
315
|
* File: [json/typcn.json](json/typcn.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
316
316
|
|
|
317
|
+
## Meteor Icons
|
|
318
|
+
* Number of icons: 321
|
|
319
|
+
* Author: zkreations
|
|
320
|
+
* URL: https://github.com/zkreations/icons
|
|
321
|
+
* License: MIT
|
|
322
|
+
* License URL: https://github.com/zkreations/icons/blob/main/LICENSE
|
|
323
|
+
* Palette: Colorless
|
|
324
|
+
* Icon set prefix: `meteor-icons`
|
|
325
|
+
* File: [json/meteor-icons.json](json/meteor-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
326
|
+
|
|
317
327
|
## Prime Icons
|
|
318
328
|
* Number of icons: 313
|
|
319
329
|
* Author: PrimeTek
|
|
@@ -728,12 +738,12 @@
|
|
|
728
738
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
729
739
|
|
|
730
740
|
## Fluent UI System Icons
|
|
731
|
-
* Number of icons:
|
|
741
|
+
* Number of icons: 16985
|
|
732
742
|
* Author: Microsoft Corporation
|
|
733
743
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
734
744
|
* License: MIT
|
|
735
745
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
736
|
-
* Version: 1.1.
|
|
746
|
+
* Version: 1.1.265
|
|
737
747
|
* Palette: Colorless
|
|
738
748
|
* Icon set prefix: `fluent`
|
|
739
749
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -770,6 +780,16 @@
|
|
|
770
780
|
* Icon set prefix: `clarity`
|
|
771
781
|
* File: [json/clarity.json](json/clarity.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
772
782
|
|
|
783
|
+
## Siemens Industrial Experience Icons
|
|
784
|
+
* Number of icons: 815
|
|
785
|
+
* Author: Siemens AG
|
|
786
|
+
* URL: https://github.com/siemens/ix-icons
|
|
787
|
+
* License: MIT
|
|
788
|
+
* License URL: https://github.com/siemens/ix-icons/blob/main/LICENSE.md
|
|
789
|
+
* Palette: Colorless
|
|
790
|
+
* Icon set prefix: `ix`
|
|
791
|
+
* File: [json/ix.json](json/ix.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
792
|
+
|
|
773
793
|
## Octicons
|
|
774
794
|
* Number of icons: 643
|
|
775
795
|
* Author: GitHub
|
|
@@ -976,13 +996,33 @@
|
|
|
976
996
|
* Icon set prefix: `oui`
|
|
977
997
|
* File: [json/oui.json](json/oui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
978
998
|
|
|
999
|
+
## NRK Core Icons
|
|
1000
|
+
* Number of icons: 229
|
|
1001
|
+
* Author: Norsk rikskringkasting
|
|
1002
|
+
* URL: https://github.com/nrkno/core-icons
|
|
1003
|
+
* License: CC BY 4.0
|
|
1004
|
+
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
1005
|
+
* Palette: Colorless
|
|
1006
|
+
* Icon set prefix: `nrk`
|
|
1007
|
+
* File: [json/nrk.json](json/nrk.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1008
|
+
|
|
1009
|
+
## Qlementine Icons
|
|
1010
|
+
* Number of icons: 428
|
|
1011
|
+
* Author: Olivier Cléro
|
|
1012
|
+
* URL: https://github.com/oclero/qlementine-icons
|
|
1013
|
+
* License: MIT
|
|
1014
|
+
* License URL: https://github.com/oclero/qlementine-icons/blob/master/LICENSE
|
|
1015
|
+
* Palette: Colorless
|
|
1016
|
+
* Icon set prefix: `qlementine-icons`
|
|
1017
|
+
* File: [json/qlementine-icons.json](json/qlementine-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1018
|
+
|
|
979
1019
|
## Fluent UI System Color Icons
|
|
980
1020
|
* Number of icons: 311
|
|
981
1021
|
* Author: Microsoft Corporation
|
|
982
1022
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
983
1023
|
* License: MIT
|
|
984
1024
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
985
|
-
* Version: 1.1.
|
|
1025
|
+
* Version: 1.1.265
|
|
986
1026
|
* Palette: Colorful
|
|
987
1027
|
* Icon set prefix: `fluent-color`
|
|
988
1028
|
* File: [json/fluent-color.json](json/fluent-color.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1059,7 +1099,7 @@
|
|
|
1059
1099
|
* File: [json/devicon-plain.json](json/devicon-plain.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1060
1100
|
|
|
1061
1101
|
## Catppuccin Icons
|
|
1062
|
-
* Number of icons:
|
|
1102
|
+
* Number of icons: 537
|
|
1063
1103
|
* Author: Catppuccin
|
|
1064
1104
|
* URL: https://github.com/catppuccin/vscode-icons
|
|
1065
1105
|
* License: MIT
|
package/composer.json
CHANGED
package/json/catppuccin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "catppuccin",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Catppuccin Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 537,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Catppuccin",
|
|
8
8
|
"url": "https://github.com/catppuccin/vscode-icons"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"category": "Programming",
|
|
25
25
|
"palette": true
|
|
26
26
|
},
|
|
27
|
-
"lastModified":
|
|
27
|
+
"lastModified": 1731133268,
|
|
28
28
|
"icons": {
|
|
29
29
|
"adobe-ae": {
|
|
30
30
|
"body": "<g fill=\"none\" stroke=\"#c6a0f6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.5 4.389v7.222a2.89 2.89 0 0 1-2.889 2.889H4.39a2.89 2.89 0 0 1-2.89-2.889V4.39A2.89 2.89 0 0 1 4.389 1.5h7.222A2.89 2.89 0 0 1 14.5 4.389\"/><path d=\"M9.499 8.667V7.89a1.5 1.555 0 0 1 1.499-1.555v0a1.5 1.555 0 0 1 1.5 1.555v.777Zm0 0v.778A1.5 1.555 0 0 0 10.998 11h1.125M3.5 11l.843-2.333M8 11l-.843-2.333m-2.812 0L5.75 4.78l1.406 3.888m-2.812 0h2.812\"/></g>"
|
|
@@ -973,6 +973,9 @@
|
|
|
973
973
|
"huff": {
|
|
974
974
|
"body": "<path fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.64 10.515c-.063-.232-.154-.389-.351-.389H6.65c-.197 0-.273.157-.336.389l-.836 1.317h5.044zm-.017-.389c-.075-.487-.618-1.047-1.002-1.42c-.921-.893-.836-1.658-.685-1.865l.92.652c.218.155.492.119.68-.09v0c.206-.23.253-.61.112-.906l-.693-1.458l.266-.747c-.68-.649-2.01-.591-2.767.048c-.846.72-.726 1.368-.107 5.785\"/><path fill=\"none\" stroke=\"#cad3f5\" d=\"M13.565 10.46q.081-.183.15-.372l1.513-.85a.42.42 0 0 0 .213-.318a7.5 7.5 0 0 0-.017-1.975a.42.42 0 0 0-.218-.317l-1.532-.825a6 6 0 0 0-.156-.368l.469-1.676a.42.42 0 0 0-.077-.377a7.5 7.5 0 0 0-1.408-1.381a.42.42 0 0 0-.377-.065l-1.666.5a6 6 0 0 0-.373-.151L9.24.77a.42.42 0 0 0-.318-.213a7.5 7.5 0 0 0-1.975.018a.42.42 0 0 0-.317.217l-.822 1.533q-.188.072-.368.157l-1.68-.466a.42.42 0 0 0-.376.077c-.52.406-.985.88-1.382 1.408a.42.42 0 0 0-.065.372l.5 1.666a6 6 0 0 0-.15.373l-1.517.85a.42.42 0 0 0-.213.318a7.5 7.5 0 0 0 .019 1.972a.42.42 0 0 0 .217.316l1.532.825q.072.188.157.368l-.465 1.676a.42.42 0 0 0 .077.377c.406.52.88.985 1.408 1.381c.108.08.247.106.376.067l1.659-.499q.183.081.372.15l.853 1.518a.42.42 0 0 0 .317.212a7.5 7.5 0 0 0 1.972-.018a.42.42 0 0 0 .317-.218l.825-1.532q.187-.071.368-.156l1.676.469c.131.036.27.007.377-.077a7.5 7.5 0 0 0 1.381-1.408a.42.42 0 0 0 .067-.376z\"/>"
|
|
975
975
|
},
|
|
976
|
+
"hugo": {
|
|
977
|
+
"body": "<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"#f5bde6\" d=\"M7.991 2.163L2.823 5.317l.031 6.062l5.157 3.009l5.257-3.238l-.031-6.155Z\"/><path stroke=\"#cad3f5\" d=\"m6.007 5.095l.046 6.269m.051-3.372l3.889-.003m.01-2.902l-.028 6.247\"/></g>"
|
|
978
|
+
},
|
|
976
979
|
"humans": {
|
|
977
980
|
"body": "<g fill=\"none\"><g stroke=\"#f5a97f\" stroke-linejoin=\"round\" clip-path=\"url(#catppuccinHumans0)\"><path d=\"M2.28 1.87C1.1 2.2.32 3.45.53 4.8l1.38 8.6c.14.9.7 1.62 1.44 1.93V3.68c0-.58-.21-.7-.64-.7h-.43v-1.1Zm3.19-.47c.15.23.24.56.24 1v4.53l.31-.4c.62-.83 1.27-1.69 3.02-1.69c2.36 0 3.32 1.28 3.32 2.9v4.83c-.01.43-.02.87.54.87h2.56c.04-.27.05-.55.02-.84l-1.24-9.9C14.07 1.33 12.9.35 11.62.53l-6.15.88Z\"/><path d=\"M10.89 15.5c-.54-.14-.78-.68-.78-1.48V8.44c0-.81-.54-1.27-1.72-1.27s-2.68.7-2.68 2.32v6.01z\"/></g><defs><clipPath id=\"catppuccinHumans0\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></g>"
|
|
978
981
|
},
|
|
@@ -1057,6 +1060,9 @@
|
|
|
1057
1060
|
"json-schema": {
|
|
1058
1061
|
"body": "<path fill=\"none\" stroke=\"#8aadf4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4 15c-2.4-.6-1.6-2.2-1.6-3.8S2.6 8 1 8c1.6 0 1.4-1.6 1.4-3.2S1.6 1.6 4 1m8 0c2.4.6 1.6 2.2 1.6 3.8S13.4 8 15 8c-1.6 0-1.4 1.6-1.4 3.2s.8 3.2-1.6 3.8M4 5.5C5 5.6 5.8 7 5.8 7s1-3 3.2-4m-.4 6c0 .7.5 1.5.9 2m0 0a11 11 0 0 0 1.5 1.8m-1.5-1.7c.8-.8 1.6-1.5 2.5-2.1m-2.5 2L7 14\"/>"
|
|
1059
1062
|
},
|
|
1063
|
+
"juce": {
|
|
1064
|
+
"body": "<g fill=\"none\"><path stroke=\"#c6a0f6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 3c-.5-.5-1.5-.5-2 0s.5 1.5 1 2.5c.5-1 1.5-2 1-2.5\"/><path stroke=\"#eed49f\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 13c-.5.5-1.5.5-2 0s.5-1.5 1-2.5c.5 1 1.5 2 1 2.5\"/><path stroke=\"#8bd5ca\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 7c-.5.5-.5 1.5 0 2s1.5-.5 2.5-1c-1-.5-2-1.5-2.5-1\"/><path stroke=\"#f5a97f\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 7c.5.5.5 1.5 0 2s-1.5-.5-2.5-1c1-.5 2-1.5 2.5-1\"/><path stroke=\"#8aadf4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.2 3.8c-.7 0-1.4.7-1.4 1.4s1.4.7 2.4 1c-.3-1-.3-2.4-1-2.4\"/><path stroke=\"#f5a97f\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.2 10.8c0 .7-.7 1.4-1.4 1.4s-.7-1.4-1-2.4c1 .3 2.4.3 2.4 1\"/><path stroke=\"#ed8796\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12.2 5.2c0-.7-.7-1.4-1.4-1.4s-.7 1.4-1 2.4c1-.3 2.4-.3 2.4-1\"/><path stroke=\"#a6da95\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.2 12.2c-.7 0-1.4-.7-1.4-1.4s1.4-.7 2.4-1c-.3 1-.3 2.4-1 2.4\"/><circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"#a6da95\"/><path stroke=\"#cad3f5\" stroke-linejoin=\"round\" d=\"M7.9 7.9h.2v.2h-.2z\"/></g>"
|
|
1065
|
+
},
|
|
1060
1066
|
"julia": {
|
|
1061
1067
|
"body": "<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"#a6da95\" d=\"M10.5 5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0\"/><path stroke=\"#ed8796\" d=\"M6.5 11a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0\"/><path stroke=\"#c6a0f6\" d=\"M14.5 11a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0\"/></g>"
|
|
1062
1068
|
},
|
|
@@ -1066,6 +1072,9 @@
|
|
|
1066
1072
|
"just": {
|
|
1067
1073
|
"body": "<circle cx=\"8\" cy=\"8\" r=\"6.5\" fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8\" cy=\"5\" r=\"1.5\" fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8\" cy=\"11\" r=\"1.5\" fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
|
|
1068
1074
|
},
|
|
1075
|
+
"kdl": {
|
|
1076
|
+
"body": "<path fill=\"none\" stroke=\"#91d7e3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6.74 4.996l-1 5.367l2.48.4s2.16.2 2.6-2.262c.44-2.464-1.58-3.184-1.58-3.184z\"/><path fill=\"none\" stroke=\"#f4dbd6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.54 4.916L2.04 8.06l3.86 2.483M1.5 5.076l.58 6.008\"/><path fill=\"none\" stroke=\"#c6a0f6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m11.28 5.357l.32 5.206l2.9-.26\"/>"
|
|
1077
|
+
},
|
|
1069
1078
|
"key": {
|
|
1070
1079
|
"body": "<g fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 10.5a4.5 4.5 0 1 0-4.02-2.48L1.5 12.5v2h2v-2h2v-2h2l.48-.48c.6.3 1.3.48 2.02.48\"/><path d=\"M12 5a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1\"/></g>"
|
|
1071
1080
|
},
|
|
@@ -1078,6 +1087,9 @@
|
|
|
1078
1087
|
"latex": {
|
|
1079
1088
|
"body": "<path fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 12.5h1.5m-.5-4l-3 4m0-4l3 4m-3.5 0h1m2-4l1.1.01m-4.1-.01h1.42m-4.42 4H9m-1.5-2v4m-.86 0h3.66l.2-.5m-3.75-3.5H10l.5.5M2 13.5h3m-1.5-5v5m-2-3.5l.25-1.5h3.5L5.5 10m4-3.5l2-5l2 5m-3-2h2M9 6.5h1m3 0h1m-9.5-5v5m-1-5h2m-2 5H7l.54-.99\"/>"
|
|
1080
1089
|
},
|
|
1090
|
+
"latte": {
|
|
1091
|
+
"body": "<g fill=\"none\" stroke-linecap=\"round\"><path stroke=\"#eed49f\" d=\"M10.2 4s-1.3-.7-2.5-.7c-1.3 0-1.9.7-1.9 2c0 1.4 2.5 2 2.5 2s1.9.7 1.9 2c0 1.4-.6 2-1.9 2c-1.2 0-2.5-.6-2.5-.6M8.3 2v11.3\"/><path stroke=\"#f5a97f\" d=\"M4 2s-.7 0-1.3.7C2 3.3 2 6 2 6.7C2 7.3.8 7.3.8 8s1.3.7 1.3 1.3c0 .7 0 3.4.6 4c.6.7 1.2.7 1.2.7m8.1 0s.7 0 1.3-.7c.6-.6.6-3.3.6-4c0-.6 1.3-.6 1.3-1.3s-1.3-.7-1.3-1.3c0-.7 0-3.4-.6-4c-.6-.7-1.2-.7-1.2-.7\"/></g>"
|
|
1092
|
+
},
|
|
1081
1093
|
"lerna": {
|
|
1082
1094
|
"body": "<g fill=\"none\" stroke=\"#c6a0f6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m1 10.3l.6.15l.78.17c.01.01-.14.25-.32.52c-.7 1-.83 1.5-.44 1.5c.12 0 .38-.06.6-.14c.24-.07.67-.11 1.15-.11c.97 0 1.95.24 3.18.8c1.17.53 1.56.65 2.9.93a9 9 0 0 1 1.2.3c.04.04-.05.16-.2.28s.74.17 1.08.13c1.05-.13 1.79-.6 1.8-1.16c.03-.7-.09-1.8-.22-1.88c-.58.6-1.12.59-1.75.63a3.7 3.7 0 0 1-2.05-.48c-.5-.29-1.21-.55-1.6-1.14c-.3-.49-.62-1.28-.56-1.4c.02-.02.13-.02.23.02c.29.11.7.28 2 .11a5.7 5.7 0 0 1 2.46.12c.73.18.62.34 1 .56c.64-1.45.61-1 1.35-1.49c.45-.32.82-.61.81-.67c0-.04-.26-.35-.56-.68c-.47-.52-.6-.6-1.03-.76a8.97 8.97 0 0 1-3.9-2.63C8.58 2.81 8.33 2.54 7.67 2.1a7.3 7.3 0 0 0-2.4-1.06c-.73-.14-.52.1-.21.6c1.11 1.3 1.08 1.34 1.08 2.2c-.11.67-.72.77-1.4.92c-.3.06-.71.05-.91.05c-.3 0-.93-.36-1.27-.73c-.19-.2-.52-.61-.74-.93c-.23-.32-.45-.58-.52-.58\"/><path d=\"M8 5.79c1.27.43 1.34.63 1.76 1.37c.1.17.16.3.15.31l-.25.07c-.33.07-.85.07-1.15 0c-.56-.12-.58-.22-.81-.42a1 1 0 0 1-.3-.42c-.08-.21.04-.47-.04-.68c-.07-.18-.4-.25-.35-.44c.3-.1.78.13 1 .2Z\"/></g>"
|
|
1083
1095
|
},
|
|
@@ -1250,6 +1262,10 @@
|
|
|
1250
1262
|
"phrase": {
|
|
1251
1263
|
"body": "<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"#cad3f5\" d=\"M3.5 1.5H10c1.385 0 2.5 1.115 2.5 2.5v5c0 1.385-1.115 2.5-2.5 2.5H9\"/><path stroke=\"#8bd5ca\" d=\"M3.5 1.5v10l4 3v-10z\"/></g>"
|
|
1252
1264
|
},
|
|
1265
|
+
"phtml": {
|
|
1266
|
+
"body": "<g fill=\"none\" stroke=\"#8aadf4\"><path d=\"M1 2.7c0-.7.5-1.4 1.2-1.4h11.6c.7 0 1.3.7 1.2 1.4l-1.3 10.4c0 .4-.3.8-.6 1l-4.5 2.4q-.6.45-1.2 0l-4.5-2.4c-.3-.2-.5-.6-.6-1z\"/><path stroke-linecap=\"round\" d=\"m4 9l.2-1.4m0 0S4.4 6 4.7 6h.6c.3 0 .7.3.7.8c0 .6-.4.8-.7.8zM7.3 9l.4-1.5M8 6l-.3 1.5m0 0s.5-.5.8-.5c.4 0 .8 0 .8.3L9 9m1.6 0l.2-1.4m0 0S11 6 11.3 6h.6c.3 0 .7.3.7.8c0 .6-.4.8-.7.8z\"/></g>",
|
|
1267
|
+
"height": 18
|
|
1268
|
+
},
|
|
1253
1269
|
"pixi": {
|
|
1254
1270
|
"body": "<path fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6.702 5.889l5.046 6.426\"/><path fill=\"none\" stroke=\"#eed49f\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m3.71 3.786l-.396-2.149l2.03.843L7.39 1.5l-.275 2.149l1.772 1.667l-2.392.24l-.808 2.132L4.569 5.78l-2.288-.24Zm4.995 6.005s-.656.559-1.192.073s.145-1.474.633-1.945s1.54-1.07 2.015-.594c.696.7-.268 1.382-.268 1.382\"/><path fill=\"none\" stroke=\"#eed49f\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.31 11.076s-1.132 1.025-1.817.447c-.684-.578.185-1.752.81-2.312c.623-.56 1.928-1.272 2.487-.665s-.806 1.956-.806 1.956\"/><path fill=\"none\" stroke=\"#eed49f\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.93 13.037s-1.508 1.326-2.33.621s.221-2.136.971-2.818c.75-.683 2.318-1.55 2.991-.81s-.979 2.331-.979 2.331\"/><path fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m11.785 12.358l1.682 2.142\"/>"
|
|
1255
1271
|
},
|
|
@@ -1541,6 +1557,9 @@
|
|
|
1541
1557
|
"url": {
|
|
1542
1558
|
"body": "<path fill=\"none\" stroke=\"#91d7e3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m5.5 10.5l5-5M3.73 6.61L2.67 7.67a4 4 0 1 0 5.66 5.66l1.06-1.06m2.88-2.88l1.06-1.06a4 4 0 1 0-5.66-5.66L6.61 3.73\"/>"
|
|
1543
1559
|
},
|
|
1560
|
+
"uv": {
|
|
1561
|
+
"body": "<path fill=\"none\" stroke=\"#f5bde6\" stroke-linejoin=\"round\" d=\"M1 1h5.8v9.1h2.8V1H15v14h-2v-1.4h-1.5c-.2.8-.9 1.4-1.8 1.4H3.2C1.9 15 1 14 1 12.9z\"/>"
|
|
1562
|
+
},
|
|
1544
1563
|
"v": {
|
|
1545
1564
|
"body": "<g fill=\"none\" stroke=\"#8aadf4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m1.5 1.5l4 .5L10 14.5H6z\"/><path d=\"M8 8.95L10.5 2l4-.5l-4.5 13\"/></g>"
|
|
1546
1565
|
},
|