@iconify-json/wordpress 1.2.7 → 1.2.8

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 (2) hide show
  1. package/icons.json +6 -3
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -834,7 +834,7 @@
834
834
  "body": "<path fill=\"currentColor\" d=\"M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8m0 1.5c3.4 0 6.2 2.7 6.5 6l-1.2-.6l-.8-.4c-.1 0-.2 0-.3-.1H16c-.1-.2-.4-.2-.7 0l-2.9 2.1L9 11.3h-.7L5.5 13v-1.1c0-3.6 2.9-6.5 6.5-6.5Zm0 13c-2.7 0-5-1.7-6-4l2.8-1.7l3.5 1.2h.4s.2 0 .4-.2l2.9-2.1l.4.2c.6.3 1.4.7 2.1 1.1c-.5 3.1-3.2 5.4-6.4 5.4Z\"/>"
835
835
  },
836
836
  "square": {
837
- "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-width=\"1.5\" d=\"M5.75 12.75v5.5h5.5m1.5-12.5h5.5v5.5\"/>"
837
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-width=\"1.5\" d=\"M5.75 12.75v5.5h5.5m1.5-12.5h5.5v5.5\" vector-effect=\"non-scaling-stroke\"/>"
838
838
  },
839
839
  "stack": {
840
840
  "body": "<path fill=\"currentColor\" d=\"M17.5 4v5a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2V4H8v5a.5.5 0 0 0 .5.5h7A.5.5 0 0 0 16 9V4zm0 16v-5a2 2 0 0 0-2-2h-7a2 2 0 0 0-2 2v5H8v-5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v5z\"/>"
@@ -941,7 +941,7 @@
941
941
  "thumbs-up": {
942
942
  "body": "<path fill=\"currentColor\" d=\"m3 12l1 8h1.5l-1-8zm15.8-2h-4.4l.8-3.6c.3-1.3-.7-2.4-1.9-2.4h-.2c-.6 0-1.2.3-1.6.8l-5 6.6c-.3.4-.4.8-.4 1.2v.2l.7 5.4v.2c.2.9 1 1.5 1.9 1.5h8.2c.9 0 1.7-.6 1.9-1.4l1.8-6c.4-1.3-.6-2.6-1.9-2.6Zm.5 2.1l-1.8 6c0 .2-.3.4-.5.4H8.8c-.3 0-.5-.2-.5-.4l-.7-5.4v-.4l5-6.6c0-.1.2-.2.4-.2h.2c.3 0 .6.3.5.6l-.8 3.6c-.1.4 0 .9.3 1.3s.7.6 1.2.6h4.4c.3 0 .6.3.5.6Z\"/>"
943
943
  },
944
- "time-to-read": {
944
+ "time": {
945
945
  "body": "<path fill=\"currentColor\" d=\"M12 3c-5 0-9 4-9 9s4 9 9 9s9-4 9-9s-4-9-9-9m0 16.5c-4.1 0-7.5-3.4-7.5-7.5S7.9 4.5 12 4.5s7.5 3.4 7.5 7.5s-3.4 7.5-7.5 7.5M12 7l-1 5c0 .3.2.6.4.8l4.2 2.8l-2.7-4.1z\"/>"
946
946
  },
947
947
  "tip": {
@@ -1010,9 +1010,12 @@
1010
1010
  },
1011
1011
  "tabs-menu-item": {
1012
1012
  "parent": "tab"
1013
+ },
1014
+ "time-to-read": {
1015
+ "parent": "time"
1013
1016
  }
1014
1017
  },
1015
- "lastModified": 1777006050,
1018
+ "lastModified": 1780117203,
1016
1019
  "width": 24,
1017
1020
  "height": 24
1018
1021
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/wordpress",
3
3
  "description": "WordPress Icons icon set in Iconify JSON format",
4
- "version": "1.2.7",
4
+ "version": "1.2.8",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",