@camstack/addon-provider-dreo 0.1.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/assets/icon.svg +10 -0
- package/dist/addon.js +30496 -0
- package/dist/addon.mjs +30483 -0
- package/dist/index.js +16 -0
- package/dist/index.mjs +2 -0
- package/package.json +88 -0
package/assets/icon.svg
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="Dreo">
|
|
2
|
+
<rect width="64" height="64" rx="14" fill="#0a7cff"/>
|
|
3
|
+
<g fill="none" stroke="#fff" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
|
|
4
|
+
<circle cx="32" cy="32" r="6"/>
|
|
5
|
+
<path d="M32 26c6-10 18-7 18 0 0 5-7 6-12 5"/>
|
|
6
|
+
<path d="M38 32c10 6 7 18 0 18-5 0-6-7-5-12"/>
|
|
7
|
+
<path d="M32 38c-6 10-18 7-18 0 0-5 7-6 12-5"/>
|
|
8
|
+
<path d="M26 32c-10-6-7-18 0-18 5 0 6 7 5 12"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|