@plusscommunities/pluss-core-web 1.6.4-beta.0 → 1.6.4-beta.1
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/src/components/svg-icons.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3561,7 +3561,7 @@ var pluss_new = {
|
|
|
3561
3561
|
var form = {
|
|
3562
3562
|
viewBox: "0 0 256 256",
|
|
3563
3563
|
paths: [
|
|
3564
|
-
"
|
|
3564
|
+
"M200,32H163.74a47.92,47.92,0,0,0-71.48,0H56A16,16,0,0,0,40,48V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V48A16,16,0,0,0,200,32Zm-72,0a32,32,0,0,1,32,32H96A32,32,0,0,1,128,32Zm32,128H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Z"
|
|
3565
3565
|
]
|
|
3566
3566
|
};
|
|
3567
3567
|
var icons = {
|
package/dist/index.esm.js
CHANGED
|
@@ -3531,7 +3531,7 @@ var pluss_new = {
|
|
|
3531
3531
|
var form = {
|
|
3532
3532
|
viewBox: "0 0 256 256",
|
|
3533
3533
|
paths: [
|
|
3534
|
-
"
|
|
3534
|
+
"M200,32H163.74a47.92,47.92,0,0,0-71.48,0H56A16,16,0,0,0,40,48V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V48A16,16,0,0,0,200,32Zm-72,0a32,32,0,0,1,32,32H96A32,32,0,0,1,128,32Zm32,128H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Z"
|
|
3535
3535
|
]
|
|
3536
3536
|
};
|
|
3537
3537
|
var icons = {
|
package/dist/index.umd.js
CHANGED
|
@@ -3529,7 +3529,7 @@
|
|
|
3529
3529
|
var form = {
|
|
3530
3530
|
viewBox: "0 0 256 256",
|
|
3531
3531
|
paths: [
|
|
3532
|
-
"
|
|
3532
|
+
"M200,32H163.74a47.92,47.92,0,0,0-71.48,0H56A16,16,0,0,0,40,48V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V48A16,16,0,0,0,200,32Zm-72,0a32,32,0,0,1,32,32H96A32,32,0,0,1,128,32Zm32,128H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Z"
|
|
3533
3533
|
]
|
|
3534
3534
|
};
|
|
3535
3535
|
var icons = {
|
package/package.json
CHANGED
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
"form": {
|
|
816
816
|
"viewBox": "0 0 256 256",
|
|
817
817
|
"paths": [
|
|
818
|
-
"
|
|
818
|
+
"M200,32H163.74a47.92,47.92,0,0,0-71.48,0H56A16,16,0,0,0,40,48V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V48A16,16,0,0,0,200,32Zm-72,0a32,32,0,0,1,32,32H96A32,32,0,0,1,128,32Zm32,128H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Z"
|
|
819
819
|
]
|
|
820
820
|
}
|
|
821
821
|
}
|