@iconify-json/codicon 1.1.11 → 1.1.12
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/README.md +1 -1
- package/icons.json +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -76,6 +76,9 @@
|
|
|
76
76
|
"bell-slash": {
|
|
77
77
|
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M11.027 2.086a5.128 5.128 0 0 0-2.543-1.06c-.694-.071-1.4 0-2.07.228c-.67.215-1.28.574-1.794 1.053a4.923 4.923 0 0 0-1.208 1.675a5.067 5.067 0 0 0-.431 2.022v2.2a7.6 7.6 0 0 1-.355 2.282l1.3-1.3c.04-.326.06-.654.06-.981V6.004c0-.563.12-1.113.347-1.616c.227-.514.55-.969.969-1.34c.419-.382.91-.67 1.436-.837c.538-.18 1.1-.24 1.65-.18a4.17 4.17 0 0 1 1.92.774l.719-.72ZM7.024 12.02h5.779l-.37-1.113a8.298 8.298 0 0 1-.444-2.691V7.055l1.005-1.004v2.142c0 .813.132 1.615.383 2.38l.586 1.771l-.478.658H9.98c0 .526-.216 1.04-.587 1.412c-.37.37-.885.586-1.411.586a2.011 2.011 0 0 1-1.412-.586a2.014 2.014 0 0 1-.585-1.354l1.039-1.039Zm.958 1.998a.997.997 0 0 0 .706-.3a.939.939 0 0 0 .287-.705H6.977c0 .263.107.514.299.706a.997.997 0 0 0 .706.299Z\" clip-rule=\"evenodd\"/><path d=\"M1 14.5L15.142.358l.707.707L1.707 15.207z\"/></g>"
|
|
78
78
|
},
|
|
79
|
+
"bell-slash-dot": {
|
|
80
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M8.617 1.045c-.335.28-.628.607-.87.97c-.34.02-.68.086-1.01.196a3.877 3.877 0 0 0-1.435.838a3.85 3.85 0 0 0-.97 1.34a3.918 3.918 0 0 0-.346 1.615v2.2c0 .616-.071 1.23-.206 1.834L2.268 11.55l.33-.977a7.61 7.61 0 0 0 .383-2.368V6.004c0-.706.156-1.388.43-2.022A4.923 4.923 0 0 1 4.62 2.307a4.777 4.777 0 0 1 1.795-1.053a4.874 4.874 0 0 1 2.202-.21Zm4.397 7.694a4.475 4.475 0 0 1-.991.231c.058.656.193 1.307.41 1.938l.37 1.113H6.318l-.98.981h.646c0 .526.215 1.04.586 1.412c.37.37.885.586 1.412.586c.526 0 1.04-.215 1.411-.586s.587-.886.587-1.412h3.505l.478-.658l-.586-1.77a7.655 7.655 0 0 1-.363-1.835Zm-4.326 4.98a.997.997 0 0 1-.706.3a.997.997 0 0 1-.706-.3a.997.997 0 0 1-.3-.705h1.999a.939.939 0 0 1-.287.706Zm6.561-12.053a4.024 4.024 0 0 0-.682-.733l.575-.575l.707.707l-.6.6ZM8.933 6.567L1 14.5l.707.707L9.666 7.25a4.023 4.023 0 0 1-.733-.682Z\" clip-rule=\"evenodd\"/><path d=\"M12 7a3 3 0 1 0 0-6a3 3 0 0 0 0 6Z\"/></g>"
|
|
81
|
+
},
|
|
79
82
|
"blank": {
|
|
80
83
|
"body": ""
|
|
81
84
|
},
|
|
@@ -1300,5 +1303,5 @@
|
|
|
1300
1303
|
"parent": "circle-small-filled"
|
|
1301
1304
|
}
|
|
1302
1305
|
},
|
|
1303
|
-
"lastModified":
|
|
1306
|
+
"lastModified": 1656568195
|
|
1304
1307
|
}
|
package/info.json
CHANGED