@iconify-json/wordpress 1.2.6 → 1.2.7
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/icons.json +13 -7
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -876,6 +876,12 @@
|
|
|
876
876
|
"body": "<path fill=\"currentColor\" d=\"m21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5m-17.6 1L10 5.5l-1-1l-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1l-6.3-6.3c-.2 0-.2-.2-.1-.3\"/>"
|
|
877
877
|
},
|
|
878
878
|
"tab": {
|
|
879
|
+
"body": "<path fill=\"currentColor\" d=\"M14 11.25a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25v2.5H8.5v-2.5c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v2.5H14z\"/>"
|
|
880
|
+
},
|
|
881
|
+
"tab-list": {
|
|
882
|
+
"body": "<path fill=\"currentColor\" d=\"M18.2 9.5h-3.5c-1 0-1.8.8-1.8 1.8v2.5h1.5v-2.5c0-.1.1-.2.2-.2h3.5c.1 0 .2.1.2.2v2.5h1.5v-2.5c0-1-.8-1.8-1.8-1.8Zm-9 0H5.7c-1 0-1.8.8-1.8 1.8v2.5h7v-2.5c0-1-.8-1.8-1.8-1.8Z\"/>"
|
|
883
|
+
},
|
|
884
|
+
"tab-panel": {
|
|
879
885
|
"body": "<path fill=\"currentColor\" d=\"M4 16.5h13V15H4zM4 12v1.5h16V12zm1.5-4.2c0-.1.1-.2.2-.2h3.5c.1 0 .2.1.2.2v2.5h1.5V7.8c0-1-.8-1.8-1.8-1.8H5.6c-1 0-1.8.8-1.8 1.8v2.5h1.5V7.8Z\"/>"
|
|
880
886
|
},
|
|
881
887
|
"table": {
|
|
@@ -908,12 +914,6 @@
|
|
|
908
914
|
"tabs": {
|
|
909
915
|
"body": "<path fill=\"currentColor\" d=\"M4 16.5h13V15H4zm0-3h16V12H4zM18.2 6h-3.5c-1 0-1.8.8-1.8 1.8v2.5h1.5V7.8c0-.1.1-.2.2-.2h3.5c.1 0 .2.1.2.2v2.5h1.5V7.8c0-1-.8-1.8-1.8-1.8ZM11 7.8c0-1-.8-1.8-1.8-1.8H5.7c-1 0-1.8.8-1.8 1.8v2.5h7V7.8Z\"/>"
|
|
910
916
|
},
|
|
911
|
-
"tabs-menu": {
|
|
912
|
-
"body": "<path fill=\"currentColor\" d=\"M18.2 9.5h-3.5c-1 0-1.8.8-1.8 1.8v2.5h1.5v-2.5c0-.1.1-.2.2-.2h3.5c.1 0 .2.1.2.2v2.5h1.5v-2.5c0-1-.8-1.8-1.8-1.8Zm-9 0H5.7c-1 0-1.8.8-1.8 1.8v2.5h7v-2.5c0-1-.8-1.8-1.8-1.8Z\"/>"
|
|
913
|
-
},
|
|
914
|
-
"tabs-menu-item": {
|
|
915
|
-
"body": "<path fill=\"currentColor\" d=\"M14 11.25a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25v2.5H8.5v-2.5c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v2.5H14z\"/>"
|
|
916
|
-
},
|
|
917
917
|
"tag": {
|
|
918
918
|
"body": "<path fill=\"currentColor\" d=\"M4.75 4a.75.75 0 0 0-.75.75v7.826c0 .2.08.39.22.53l6.72 6.716a2.313 2.313 0 0 0 3.276-.001l5.61-5.611l-.531-.53l.532.528a2.315 2.315 0 0 0 0-3.264L13.104 4.22a.75.75 0 0 0-.53-.22zM19 12.576a.82.82 0 0 1-.236.574l-5.61 5.611a.814.814 0 0 1-1.153 0L5.5 12.264V5.5h6.763l6.5 6.502a.82.82 0 0 1 .237.574M8.75 9.75a1 1 0 1 0 0-2a1 1 0 0 0 0 2\"/>"
|
|
919
919
|
},
|
|
@@ -1004,9 +1004,15 @@
|
|
|
1004
1004
|
"aliases": {
|
|
1005
1005
|
"resize-corner-n-e": {
|
|
1006
1006
|
"parent": "resize-corner-ne"
|
|
1007
|
+
},
|
|
1008
|
+
"tabs-menu": {
|
|
1009
|
+
"parent": "tab-list"
|
|
1010
|
+
},
|
|
1011
|
+
"tabs-menu-item": {
|
|
1012
|
+
"parent": "tab"
|
|
1007
1013
|
}
|
|
1008
1014
|
},
|
|
1009
|
-
"lastModified":
|
|
1015
|
+
"lastModified": 1777006050,
|
|
1010
1016
|
"width": 24,
|
|
1011
1017
|
"height": 24
|
|
1012
1018
|
}
|