@atb-as/generate-assets 5.9.1 → 5.10.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,12 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_3103_1282)">
|
|
3
|
+
<path d="M36.2987 13.8858H34.039L34.0292 13.1662C33.9416 11.6662 34.5065 10.754 35.8507 9.93306C37.0584 9.17292 37.4675 8.62563 37.4675 7.63238V7.61211C37.4675 6.54792 36.6493 5.76752 35.4221 5.76752C34.1656 5.76752 33.3571 6.56819 33.289 7.81482L33.2695 7.82495L31 7.83509V7.81482C31.0682 5.44319 32.6558 3.69995 35.5487 3.69995C38.2175 3.69995 40 5.3013 40 7.5209V7.54117C40 9.08171 39.2597 10.1662 37.9351 10.9871C36.6591 11.7574 36.2987 12.2844 36.2987 13.2979V13.8858Z" fill="black"/>
|
|
4
|
+
<path d="M36.8929 17.1087C36.8929 18.0716 36.2695 18.7 35.276 18.7C34.3019 18.7 33.6591 18.0716 33.6591 17.1087C33.6591 16.1358 34.3019 15.5074 35.276 15.5074C36.2695 15.5074 36.8929 16.1358 36.8929 17.1087Z" fill="black"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.55114 18.9242C11.5432 15.8083 14.4886 14.2697 18.0666 13.8158C21.9959 13.3173 25.9408 15.7135 27.9935 18.9242C28.4571 19.6493 28.7789 20.4584 29.0395 21.2765C29.0701 21.3725 29.0971 21.4746 29.1245 21.5787C29.2186 21.9355 29.3189 22.316 29.595 22.5539C29.955 22.8643 30.5401 23.0224 31.0884 23.1705C31.3693 23.2463 31.6405 23.3196 31.8669 23.4094C33.7061 24.1391 35.741 25.0503 36.8682 26.7652C38.177 28.7564 37.2552 30.9642 35.4737 32.2914C32.6839 34.3699 28.8368 35.3585 25.4372 35.8166C19.2895 36.6446 12.7085 36.5243 6.77555 34.554C4.50987 33.8014 1.70494 32.7371 0.48784 30.5289C-1.44868 27.0155 2.82513 24.5471 5.52098 23.472C5.76055 23.3764 6.05041 23.2972 6.35134 23.2149C6.93922 23.0541 7.5694 22.8817 7.94965 22.5539C8.22576 22.3159 8.32609 21.9353 8.42017 21.5784C8.44759 21.4744 8.47449 21.3724 8.50505 21.2765C8.76583 20.4584 9.08754 19.6493 9.55114 18.9242ZM11.3975 21.5902C12.5694 18.5947 15.413 16.85 18.5386 16.6525C21.7357 16.4504 24.857 18.523 26.0854 21.4333C26.4122 22.2076 27.0254 23.8754 26.532 24.6671C26.2856 25.0626 25.7561 25.3188 25.3184 25.5306C25.2513 25.563 25.1864 25.5944 25.125 25.6251C23.7646 26.3054 22.2486 26.6473 20.734 26.7511C18.2826 26.9194 15.6976 26.8799 13.3635 26.029C12.6387 25.7647 11.4513 25.3204 11.0155 24.6437C10.54 23.9051 11.1091 22.3273 11.3975 21.5902ZM7.24643 27.9675C5.59953 28.3009 6.06905 30.9147 7.71567 30.5811C9.36255 30.2477 8.89304 27.634 7.24643 27.9675ZM29.8278 27.9675C28.1809 28.3009 28.6504 30.9147 30.2971 30.5811C31.944 30.2477 31.4745 27.634 29.8278 27.9675ZM18.5394 30.7903C16.8924 31.1238 17.362 33.7375 19.0086 33.4039C20.6555 33.0705 20.186 30.4568 18.5394 30.7903Z" fill="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_3103_1282">
|
|
9
|
+
<rect width="40" height="40" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atb-as/generate-assets",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.10.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": "11f203b6758fb5bc545ecbca84248478c376fb60"
|
|
38
38
|
}
|