@webitel/ui-sdk 24.2.55 → 24.2.57

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,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="12" cy="12" r="10" fill="#D9D9D9"/>
3
+ <path d="M11 6H8V18H11V6Z" fill="#312B41"/>
4
+ <path d="M16 6H13V18H16V6Z" fill="#312B41"/>
5
+ </svg>
@@ -69,6 +69,7 @@ import './copy.svg';
69
69
  import './docs.svg';
70
70
  import './download.svg';
71
71
  import './edit.svg';
72
+ import './elevenlabs.svg';
72
73
  import './expand.svg';
73
74
  import './eye--closed.svg';
74
75
  import './eye--opened.svg';
@@ -98,6 +99,7 @@ import './messenger-messenger.svg';
98
99
  import './instagram.svg';
99
100
  import './mic.svg';
100
101
  import './mic-muted.svg';
102
+ import './microsoft.svg';
101
103
  import './move.svg';
102
104
  import './note.svg';
103
105
  import './numpad.svg';
@@ -0,0 +1,7 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="24" height="24" fill="#F6F7F9"/>
3
+ <rect x="2" y="2" width="9" height="9" fill="#EE4F2B"/>
4
+ <rect x="13" y="2" width="9" height="9" fill="#84BE1F"/>
5
+ <rect x="2" y="13" width="9" height="9" fill="#2BA8EE"/>
6
+ <rect x="13" y="13" width="9" height="9" fill="#FCBB28"/>
7
+ </svg>