@desynova-digital/components 8.19.27 → 8.19.28
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/atoms/icon/icons.json +7 -0
- package/package.json +2 -2
package/atoms/icon/icons.json
CHANGED
|
@@ -1496,6 +1496,13 @@
|
|
|
1496
1496
|
],
|
|
1497
1497
|
"width": 80,
|
|
1498
1498
|
"height": 80
|
|
1499
|
+
},
|
|
1500
|
+
"cloud_x": {
|
|
1501
|
+
"paths": [
|
|
1502
|
+
"M8 0C3.584 0 0 3.584 0 8C0 12.416 3.584 16 8 16C12.416 16 16 12.416 16 8C16 3.584 12.416 0 8 0ZM8 14.4C4.472 14.4 1.6 11.528 1.6 8C1.6 4.472 4.472 1.6 8 1.6C11.528 1.6 14.4 4.472 14.4 8C14.4 11.528 11.528 14.4 8 14.4ZM11.432 6.552C11.112 4.944 9.704 3.736 8 3.736C6.648 3.736 5.48 4.504 4.896 5.624C3.488 5.768 2.4 6.96 2.4 8.4C2.4 9.944 3.656 11.2 5.2 11.2H11.264C12.552 11.2 13.6 10.152 13.6 8.864C13.6 7.632 12.64 6.632 11.432 6.552ZM11.2 9.6H5.2C4.536 9.6 4 9.064 4 8.4C4 7.736 4.536 7.2 5.2 7.2H5.92L6.312 6.36C6.64 5.728 7.288 5.336 8 5.336C8.904 5.336 9.688 5.976 9.864 6.864L10.088 8H11.2C11.64 8 12 8.36 12 8.8C12 9.24 11.64 9.6 11.2 9.6Z"
|
|
1503
|
+
],
|
|
1504
|
+
"width": 16,
|
|
1505
|
+
"height": 16
|
|
1499
1506
|
}
|
|
1500
1507
|
}
|
|
1501
1508
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.28",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "8.19.
|
|
10
|
+
"@desynova-digital/tokens": "8.19.28",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|