@iconify-json/codicon 1.1.44 → 1.1.46

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.
Files changed (3) hide show
  1. package/icons.json +13 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -587,6 +587,9 @@
587
587
  "go-to-file": {
588
588
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6 5.914l2.06-2.06v-.708L5.915 1l-.707.707l.043.043l.25.25l1 1h-3a2.5 2.5 0 0 0 0 5H4V7h-.5a1.5 1.5 0 1 1 0-3h3L5.207 5.293L5.914 6zM11 2H8.328l-1-1H12l.71.29l3 3L16 5v9l-1 1H6l-1-1V6.5l1 .847V14h9V6h-4zm1 0v3h3z\" clip-rule=\"evenodd\"/>"
589
589
  },
590
+ "go-to-search": {
591
+ "body": "<g fill=\"currentColor\"><path d=\"M4.8 10.15L1 13.84l.75.66l3.78-3.67z\"/><path d=\"M4 9a5.5 5.5 0 1 0 3.644-7.856l.872.872A4.5 4.5 0 1 1 5.158 9z\"/><path d=\"M8.06 3.854L5.915 6l-.707-.707L6.5 4h-3a1.5 1.5 0 0 0 0 3H4v1h-.5a2.5 2.5 0 1 1 0-5h3L5.207 1.707L5.914 1l2.147 2.146z\"/></g>"
592
+ },
590
593
  "grabber": {
591
594
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15 6H1v1h14zm0 3H1v1h14z\" clip-rule=\"evenodd\"/>"
592
595
  },
@@ -794,6 +797,12 @@
794
797
  "map-filled": {
795
798
  "body": "<path fill=\"currentColor\" d=\"M2 5.5V13l3.5-2.187v-7.5zm7.5 7.188v-7.5l-3-1.875v7.5zm1 0v-7.5L14 3v7.5z\"/>"
796
799
  },
800
+ "map-vertical": {
801
+ "body": "<path fill=\"currentColor\" d=\"M5.777 2.5h6.32l-1.874 3h-6.32zm-1.875 4h6.32l1.876 3h-6.32zM11.09 6l2.334-3.735L13 1.5H5.5l-.424.235l-2.5 4v.53L4.91 10l-2.334 3.735L3 14.5h7.5l.424-.235l2.5-4v-.53zm-5.313 4.5h6.32l-1.874 3h-6.32z\"/>"
802
+ },
803
+ "map-vertical-filled": {
804
+ "body": "<path fill=\"currentColor\" d=\"M5.5 2H13l-2.187 3.5h-7.5zm7.188 7.5h-7.5l-1.875-3h7.5zm0 1h-7.5L3 14h7.5z\"/>"
805
+ },
797
806
  "markdown": {
798
807
  "body": "<path fill=\"currentColor\" d=\"M6.345 5h2.1v6.533H6.993l.055-5.31l-1.774 5.31H4.072l-1.805-5.31c.04.644.06 5.31.06 5.31H1V5h2.156s1.528 4.493 1.577 4.807zm6.71 3.617v-3.5H11.11v3.5H9.166l2.917 2.916L15 8.617z\"/>"
799
808
  },
@@ -883,6 +892,9 @@
883
892
  "pass-filled": {
884
893
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m-1.02-4.13h-.71L4 8.6l.71-.71l1.92 1.92l4.2-4.21l.71.71z\" clip-rule=\"evenodd\"/>"
885
894
  },
895
+ "percentage": {
896
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m3.61 12.688l8-10l.78.624l-8 10zM4.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m7 5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 1a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5\" clip-rule=\"evenodd\"/>"
897
+ },
886
898
  "person": {
887
899
  "body": "<path fill=\"currentColor\" d=\"M8 2a1 1 0 1 1 0 2a1 1 0 0 1 0-2m0-1a2 2 0 1 0 0 4a2 2 0 0 0 0-4m1.23 4.49H6.77A1.77 1.77 0 0 0 5 7.26V9.9A1.06 1.06 0 0 0 6 11v2.33a1.2 1.2 0 0 0 1.2 1.2h1.6a1.2 1.2 0 0 0 1.2-1.24V11a1.06 1.06 0 0 0 1-1.1V7.26a1.77 1.77 0 0 0-1.77-1.77M6 10V7.26a.76.76 0 0 1 .77-.77h2.46a.76.76 0 0 1 .77.77V10H9v3.31a.2.2 0 0 1-.2.2H7.2a.2.2 0 0 1-.2-.2V10z\"/>"
888
900
  },
@@ -1426,5 +1438,5 @@
1426
1438
  "parent": "circle-small-filled"
1427
1439
  }
1428
1440
  },
1429
- "lastModified": 1710399170
1441
+ "lastModified": 1712228537
1430
1442
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 455,
4
+ "total": 459,
5
5
  "version": "0.0.35",
6
6
  "author": {
7
7
  "name": "Microsoft Corporation",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/codicon",
3
3
  "description": "Codicons icon set in Iconify JSON format",
4
- "version": "1.1.44",
4
+ "version": "1.1.46",
5
5
  "iconSetVersion": "0.0.35",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",