@invoice-sdk/widget 1.96.3 → 1.97.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/dist/assets/warning.svg +3 -0
- package/dist/{index-CJtyYPyh.js → index-CefS8fi4.js} +61 -68
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +131 -45
- package/dist/{widget-Dw00Nx9k.js → widget-CypNKvAh.js} +2096 -1893
- package/package.json +1 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15 30C6.7155 30 0 23.2845 0 15C0 6.7155 6.7155 0 15 0C23.2845 0 30 6.7155 30 15C30 23.2845 23.2845 30 15 30ZM13.5 13.5V22.5H16.5V13.5H13.5ZM13.5 7.5V10.5H16.5V7.5H13.5Z" fill="#335CFF"/>
|
|
3
|
+
</svg>
|