@atb-as/generate-assets 5.7.2 → 5.8.0
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.
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 6H5.26756C5.61337 6.5978 6.25972 7 7 7C8.10457 7 9 6.10457 9 5C9 3.89543 8.10457 3 7 3C6.25972 3 5.61337 3.4022 5.26756 4H2V6Z" fill="black"/>
|
|
3
|
+
<path d="M2 11H11.2676C11.6134 11.5978 12.2597 12 13 12C14.1046 12 15 11.1046 15 10C15 8.89543 14.1046 8 13 8C12.2597 8 11.6134 8.4022 11.2676 9H2V11Z" fill="black"/>
|
|
4
|
+
<path d="M5.26756 16H2V14H5.26756C5.61337 13.4022 6.25972 13 7 13C8.10457 13 9 13.8954 9 15C9 16.1046 8.10457 17 7 17C6.25972 17 5.61337 16.5978 5.26756 16Z" fill="black"/>
|
|
5
|
+
<path d="M10 6H18V4H10V6Z" fill="black"/>
|
|
6
|
+
<path d="M18 11H16V9H18V11Z" fill="black"/>
|
|
7
|
+
<path d="M10 16H18V14H10V16Z" fill="black"/>
|
|
8
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atb-as/generate-assets",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OOS Design System generate-assets",
|
|
6
6
|
"license": "EUPL-1.2",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"normalize-path": "^3.0.0",
|
|
35
35
|
"stream-editor": "^1.11.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "1612d170d216f0df4d9d1500d3aa8b81b57fa5ce"
|
|
38
38
|
}
|