@camstack/addon-import-alexa 0.1.2 → 0.1.3
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/assets/icon.svg +9 -5
- package/dist/addon.js +754 -100
- package/dist/addon.mjs +755 -101
- package/dist/index.mjs +1 -1
- package/package.json +4 -1
package/assets/icon.svg
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="Alexa
|
|
2
|
-
<rect width="64" height="64" rx="
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="Amazon Alexa">
|
|
2
|
+
<rect width="64" height="64" rx="14" fill="#232f3e"/>
|
|
3
|
+
<g transform="translate(10 10) scale(0.2540)">
|
|
4
|
+
<g transform="matrix(1.3333333,0,0,-1.3333333,0,173.33333)">
|
|
5
|
+
<g transform="scale(0.1)">
|
|
6
|
+
<path fill="#5fcaf4" d="M 649.672,1300 C 290.871,1300 -0.00390625,1008.98 -0.00390625,650 -0.00390625,320.398 245.207,48.1289 563.055,5.76172 V 136.738 c 0,36.934 -23.282,70.133 -58.274,81.871 -183.39,61.629 -314.582,237.016 -309.754,442.352 5.883,249.992 209.418,446.539 459.336,444.019 249.004,-2.52 450.087,-205.257 450.087,-454.98 0,-5.691 -0.14,-11.355 -0.35,-16.992 -0.05,-1.262 -0.09,-2.528 -0.14,-3.797 -0.24,-5.234 -0.56,-10.461 -0.97,-15.656 -0.13,-1.653 -0.29,-3.301 -0.44,-4.942 -0.32,-3.633 -0.69,-7.226 -1.1,-10.82 -0.46,-4.094 -0.99,-8.145 -1.56,-12.188 -0.25,-1.843 -0.5,-3.691 -0.78,-5.527 C 1043.43,213.121 565.727,6.87109 563.109,5.75 591.434,1.98047 620.324,0 649.672,0 c 358.808,0 649.678,291.012 649.678,650 0,358.98 -290.87,650 -649.678,650"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
6
10
|
</svg>
|