adata-ui 0.3.65 → 0.3.66

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.
Files changed (92) hide show
  1. package/README.md +7 -7
  2. package/babel.config.js +5 -5
  3. package/dist/adata-ui.common.js +8638 -6055
  4. package/dist/adata-ui.common.js.map +1 -1
  5. package/dist/adata-ui.css +1 -1
  6. package/dist/adata-ui.umd.js +8638 -6055
  7. package/dist/adata-ui.umd.js.map +1 -1
  8. package/dist/adata-ui.umd.min.js +3 -3
  9. package/dist/adata-ui.umd.min.js.map +1 -1
  10. package/dist/img/{facebook.990fd0ba.svg → facebook.797d820f.svg} +4 -4
  11. package/dist/img/{instagram.90311e74.svg → instagram.8a77381c.svg} +6 -6
  12. package/dist/img/{logo-white-desktop.0827cb20.svg → logo-white-desktop.7d0e3481.svg} +8 -8
  13. package/dist/img/{telegram.da3d2408.svg → telegram.be0d1008.svg} +4 -4
  14. package/dist/img/{tiktok.91223b77.svg → tiktok.eaeb39cb.svg} +4 -4
  15. package/dist/img/{up-down.de7b3a68.svg → up-down.e2b28f72.svg} +3 -3
  16. package/dist/img/{youtube.96e7b076.svg → youtube.125aace6.svg} +5 -5
  17. package/package-lock.json +26218 -26218
  18. package/package.json +76 -76
  19. package/public/index.html +17 -17
  20. package/public/logo.svg +4 -4
  21. package/src/App.vue +25 -25
  22. package/src/assets/_text_field.scss +224 -224
  23. package/src/assets/facebook.svg +4 -4
  24. package/src/assets/instagram.svg +6 -6
  25. package/src/assets/logo-desktop.svg +9 -9
  26. package/src/assets/logo-mobile.svg +9 -9
  27. package/src/assets/logo-white-desktop.svg +8 -8
  28. package/src/assets/style.scss +1 -1
  29. package/src/assets/telegram.svg +4 -4
  30. package/src/assets/tiktok.svg +4 -4
  31. package/src/assets/up-down.svg +3 -3
  32. package/src/assets/youtube.svg +5 -5
  33. package/src/components/Alert/Alert.stories.js +17 -17
  34. package/src/components/Alert/Alert.vue +63 -63
  35. package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +151 -151
  36. package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +24 -24
  37. package/src/components/Button/AButton.vue +231 -231
  38. package/src/components/Button/Button.stories.js +23 -23
  39. package/src/components/Checkbox/ACheckbox.vue +114 -114
  40. package/src/components/Checkbox/Checkbox.stories.js +15 -15
  41. package/src/components/CheckboxMenu/CheckboxMenu.stories.js +23 -23
  42. package/src/components/CheckboxMenu/CheckboxMenu.vue +108 -108
  43. package/src/components/ErrorPages/BadGateway.vue +224 -224
  44. package/src/components/ErrorPages/Forbidden.vue +468 -468
  45. package/src/components/ErrorPages/InternalServerError.vue +275 -275
  46. package/src/components/ErrorPages/NotFound.vue +995 -995
  47. package/src/components/ErrorPages/Unavailable.vue +3705 -3705
  48. package/src/components/Footer/Footer.stories.js +20 -20
  49. package/src/components/Footer/Footer.vue +292 -292
  50. package/src/components/Header/ChildLinks.vue +122 -122
  51. package/src/components/Header/Header.stories.js +56 -56
  52. package/src/components/Header/Header.vue +1307 -1307
  53. package/src/components/Header/InfoHeader.vue +319 -319
  54. package/src/components/Header/Profile.vue +670 -670
  55. package/src/components/Header/ProfileMenu.vue +275 -275
  56. package/src/components/Header/ProfileMobile.vue +308 -308
  57. package/src/components/Header/ProfileOld.vue +781 -781
  58. package/src/components/InternalServerError/InternalServerError.stories.js +16 -16
  59. package/src/components/InternalServerError/InternalServerError.vue +262 -262
  60. package/src/components/Introduction.stories.mdx +7 -7
  61. package/src/components/Loader/Loader.stories.js +24 -24
  62. package/src/components/Loader/Loader.vue +325 -325
  63. package/src/components/MailTo/MailTo.stories.js +14 -14
  64. package/src/components/MailTo/MailTo.vue +258 -258
  65. package/src/components/NavIcon/ANavIcon.vue +49 -49
  66. package/src/components/NavIcon/NavIcon.stories.js +14 -14
  67. package/src/components/PasswordField/PasswordField.stories.js +16 -16
  68. package/src/components/PasswordField/PasswordField.vue +77 -77
  69. package/src/components/SearchTextField/SearchTextField.stories.js +77 -77
  70. package/src/components/SearchTextField/SearchTextField.vue +230 -230
  71. package/src/components/ServiceSlider/AServiceSlider.vue +782 -782
  72. package/src/components/ServiceSlider/ServiceSlider.stories.js +20 -20
  73. package/src/components/Table/ATable.vue +117 -117
  74. package/src/components/Table/Table.stories.js +15 -15
  75. package/src/components/TextArea/TextArea.stories.js +17 -17
  76. package/src/components/TextArea/TextArea.vue +116 -116
  77. package/src/components/TextError/TextError.stories.js +15 -15
  78. package/src/components/TextError/TextError.vue +57 -57
  79. package/src/components/TextField/TextField.stories.js +17 -17
  80. package/src/components/TextField/TextField.vue +107 -107
  81. package/src/components/index.js +54 -54
  82. package/src/components/newComponents/FooterNew/FooterBottom.vue +152 -151
  83. package/src/components/newComponents/FooterNew/FooterItem.vue +113 -113
  84. package/src/components/newComponents/FooterNew/FooterNew.stories.js +20 -20
  85. package/src/components/newComponents/FooterNew/FooterNew.vue +39 -39
  86. package/src/components/newComponents/FooterNew/FooterTop.vue +319 -318
  87. package/src/components/transitions/SlideToggle.vue +55 -55
  88. package/src/components/transitions/VerticalMobileToggle.vue +75 -75
  89. package/src/configs/icons.js +112 -112
  90. package/src/configs/profileDropDown.js +134 -134
  91. package/src/main.js +12 -12
  92. package/src/.DS_Store +0 -0
@@ -1,224 +1,224 @@
1
- *:focus {
2
- outline: none;
3
- }
4
- .adt-text-block {
5
- $self: &;
6
- position: relative;
7
- width: 100%;
8
-
9
- &.magnifier {
10
- #{$self}__input {
11
- padding: 19px 40px 5px 40px;
12
- }
13
-
14
- #{$self}__label {
15
- left: 40px;
16
- }
17
- }
18
-
19
- &.magnifier-mobile {
20
- #{$self}__magnifier {
21
- display: block;
22
- }
23
-
24
- #{$self}__input {
25
- padding: 19px 8px 5px 11px;
26
- border-top-right-radius: 0;
27
- border-bottom-right-radius: 0;
28
- -webkit-appearance: none;
29
- }
30
-
31
- #{$self}__label {
32
- left: 12px;
33
- }
34
- }
35
-
36
- &__input-mob-search {
37
- border-top-right-radius: 0;
38
- border-bottom-right-radius: 0;
39
- -webkit-appearance: none;
40
- }
41
-
42
- &__field {
43
- position: relative;
44
- overflow: hidden;
45
- @media (max-width: 1025px) {
46
- width: 100%;
47
- display: flex;
48
- }
49
- }
50
-
51
- &__input,
52
- &__textarea textarea {
53
- background: #ffffff;
54
- border: 0.5px solid #c4c4c4;
55
- box-sizing: border-box;
56
- border-radius: 2px;
57
- width: 100%;
58
- height: 40px;
59
- font-size: 14px;
60
- color: #1a2030;
61
- padding: 19px 40px 5px 16px;
62
- transition: 0.3s all;
63
- @media (max-width: 1025px) {
64
- padding: 19px 36px 7px 12px;
65
- height: 40px;
66
- font-size: 12px;
67
- }
68
-
69
- &:focus ~ #{$self}__label,
70
- &:not(:focus):valid ~ #{$self}__label,
71
- &:-webkit-autofill ~ #{$self}__label,
72
- &:not(:-webkit-autofill):valid ~ #{$self}__label {
73
- top: 12px;
74
- font-size: 10px;
75
- color: #71757a;
76
- text-overflow: inherit;
77
- width: 100%;
78
- @media (max-width: 1025px) {
79
- font-size: 8px;
80
- }
81
- }
82
- &:hover {
83
- border: 0.5px solid #2c3e50;
84
- }
85
-
86
- &:focus {
87
- border: 0.5px solid #2c3e50;
88
- }
89
-
90
- &::placeholder {
91
- font-size: 12px;
92
- }
93
-
94
- &.error {
95
- border-color: #ff2e43;
96
- }
97
- }
98
-
99
- &__textarea {
100
- border: 0.5px solid #c4c4c4;
101
- height: 120px;
102
- display: flex;
103
- flex-direction: column;
104
- justify-content: flex-end;
105
- position: relative;
106
- overflow: hidden;
107
- &--error {
108
- border: none;
109
- border: 0.5px solid #ff2e43;
110
- background: #ff2e431f;
111
- textarea {
112
- background: transparent;
113
- }
114
- }
115
- &:focus,
116
- &:hover {
117
- border: 0.5px solid #2c3e50;
118
- }
119
- textarea {
120
- border: none;
121
- height: 100%;
122
- padding: 24px 40px 5px 16px;
123
- resize: none;
124
- &:focus,
125
- &:hover {
126
- border: none;
127
- }
128
- }
129
- .adt-text-block__label {
130
- top: 20px;
131
- }
132
- }
133
-
134
- &__label {
135
- position: absolute;
136
- pointer-events: none;
137
- left: 16px;
138
- top: 50%;
139
- transform: translateY(-50%);
140
- white-space: nowrap;
141
- overflow: hidden;
142
- line-height: 40px;
143
- transition: 0.3s;
144
- color: #71757a;
145
- font-size: 14px;
146
- @media (max-width: 1025px) {
147
- left: 12px;
148
- font-size: 14px;
149
- line-height: 16px;
150
- color: #71757a;
151
- }
152
- }
153
-
154
- &__textarea + label {
155
- top: 20px;
156
- }
157
-
158
- &--ellipsis {
159
- width: calc(100% - 56px);
160
- text-overflow: ellipsis;
161
- overflow: hidden;
162
- }
163
-
164
- &__icon {
165
- position: absolute;
166
- right: 16px;
167
- height: 100%;
168
- top: 0;
169
- display: flex;
170
- align-items: center;
171
-
172
- &:hover {
173
- cursor: pointer;
174
- }
175
- }
176
-
177
- &__required {
178
- color: #ff2e43;
179
- }
180
-
181
- &__options {
182
- position: absolute;
183
- top: calc(100% + 4px);
184
- left: 0;
185
- width: 100%;
186
- background: #fff;
187
- z-index: 1000;
188
- border-radius: 2px;
189
- padding: 8px 0;
190
- max-height: 250px;
191
- overflow: auto;
192
-
193
- #searchVariant {
194
- background: #eef0f5;
195
- }
196
- }
197
-
198
- .search-options {
199
- &__item {
200
- padding: 5px 16px;
201
- line-height: 16px;
202
- font-size: 14px;
203
- color: #71757a;
204
- transition: 0.3s all;
205
- cursor: pointer;
206
- @media (max-width: 1025px) {
207
- font-size: 12px;
208
- }
209
-
210
- &:hover {
211
- background: #eef0f5;
212
- }
213
- }
214
- &::-webkit-scrollbar {
215
- width: 4px;
216
- &-thumb {
217
- background: #c4c4c4;
218
- }
219
- &-track {
220
- background: #fff;
221
- }
222
- }
223
- }
224
- }
1
+ *:focus {
2
+ outline: none;
3
+ }
4
+ .adt-text-block {
5
+ $self: &;
6
+ position: relative;
7
+ width: 100%;
8
+
9
+ &.magnifier {
10
+ #{$self}__input {
11
+ padding: 19px 40px 5px 40px;
12
+ }
13
+
14
+ #{$self}__label {
15
+ left: 40px;
16
+ }
17
+ }
18
+
19
+ &.magnifier-mobile {
20
+ #{$self}__magnifier {
21
+ display: block;
22
+ }
23
+
24
+ #{$self}__input {
25
+ padding: 19px 8px 5px 11px;
26
+ border-top-right-radius: 0;
27
+ border-bottom-right-radius: 0;
28
+ -webkit-appearance: none;
29
+ }
30
+
31
+ #{$self}__label {
32
+ left: 12px;
33
+ }
34
+ }
35
+
36
+ &__input-mob-search {
37
+ border-top-right-radius: 0;
38
+ border-bottom-right-radius: 0;
39
+ -webkit-appearance: none;
40
+ }
41
+
42
+ &__field {
43
+ position: relative;
44
+ overflow: hidden;
45
+ @media (max-width: 1025px) {
46
+ width: 100%;
47
+ display: flex;
48
+ }
49
+ }
50
+
51
+ &__input,
52
+ &__textarea textarea {
53
+ background: #ffffff;
54
+ border: 0.5px solid #c4c4c4;
55
+ box-sizing: border-box;
56
+ border-radius: 2px;
57
+ width: 100%;
58
+ height: 40px;
59
+ font-size: 14px;
60
+ color: #1a2030;
61
+ padding: 19px 40px 5px 16px;
62
+ transition: 0.3s all;
63
+ @media (max-width: 1025px) {
64
+ padding: 19px 36px 7px 12px;
65
+ height: 40px;
66
+ font-size: 12px;
67
+ }
68
+
69
+ &:focus ~ #{$self}__label,
70
+ &:not(:focus):valid ~ #{$self}__label,
71
+ &:-webkit-autofill ~ #{$self}__label,
72
+ &:not(:-webkit-autofill):valid ~ #{$self}__label {
73
+ top: 12px;
74
+ font-size: 10px;
75
+ color: #71757a;
76
+ text-overflow: inherit;
77
+ width: 100%;
78
+ @media (max-width: 1025px) {
79
+ font-size: 8px;
80
+ }
81
+ }
82
+ &:hover {
83
+ border: 0.5px solid #2c3e50;
84
+ }
85
+
86
+ &:focus {
87
+ border: 0.5px solid #2c3e50;
88
+ }
89
+
90
+ &::placeholder {
91
+ font-size: 12px;
92
+ }
93
+
94
+ &.error {
95
+ border-color: #ff2e43;
96
+ }
97
+ }
98
+
99
+ &__textarea {
100
+ border: 0.5px solid #c4c4c4;
101
+ height: 120px;
102
+ display: flex;
103
+ flex-direction: column;
104
+ justify-content: flex-end;
105
+ position: relative;
106
+ overflow: hidden;
107
+ &--error {
108
+ border: none;
109
+ border: 0.5px solid #ff2e43;
110
+ background: #ff2e431f;
111
+ textarea {
112
+ background: transparent;
113
+ }
114
+ }
115
+ &:focus,
116
+ &:hover {
117
+ border: 0.5px solid #2c3e50;
118
+ }
119
+ textarea {
120
+ border: none;
121
+ height: 100%;
122
+ padding: 24px 40px 5px 16px;
123
+ resize: none;
124
+ &:focus,
125
+ &:hover {
126
+ border: none;
127
+ }
128
+ }
129
+ .adt-text-block__label {
130
+ top: 20px;
131
+ }
132
+ }
133
+
134
+ &__label {
135
+ position: absolute;
136
+ pointer-events: none;
137
+ left: 16px;
138
+ top: 50%;
139
+ transform: translateY(-50%);
140
+ white-space: nowrap;
141
+ overflow: hidden;
142
+ line-height: 40px;
143
+ transition: 0.3s;
144
+ color: #71757a;
145
+ font-size: 14px;
146
+ @media (max-width: 1025px) {
147
+ left: 12px;
148
+ font-size: 14px;
149
+ line-height: 16px;
150
+ color: #71757a;
151
+ }
152
+ }
153
+
154
+ &__textarea + label {
155
+ top: 20px;
156
+ }
157
+
158
+ &--ellipsis {
159
+ width: calc(100% - 56px);
160
+ text-overflow: ellipsis;
161
+ overflow: hidden;
162
+ }
163
+
164
+ &__icon {
165
+ position: absolute;
166
+ right: 16px;
167
+ height: 100%;
168
+ top: 0;
169
+ display: flex;
170
+ align-items: center;
171
+
172
+ &:hover {
173
+ cursor: pointer;
174
+ }
175
+ }
176
+
177
+ &__required {
178
+ color: #ff2e43;
179
+ }
180
+
181
+ &__options {
182
+ position: absolute;
183
+ top: calc(100% + 4px);
184
+ left: 0;
185
+ width: 100%;
186
+ background: #fff;
187
+ z-index: 1000;
188
+ border-radius: 2px;
189
+ padding: 8px 0;
190
+ max-height: 250px;
191
+ overflow: auto;
192
+
193
+ #searchVariant {
194
+ background: #eef0f5;
195
+ }
196
+ }
197
+
198
+ .search-options {
199
+ &__item {
200
+ padding: 5px 16px;
201
+ line-height: 16px;
202
+ font-size: 14px;
203
+ color: #71757a;
204
+ transition: 0.3s all;
205
+ cursor: pointer;
206
+ @media (max-width: 1025px) {
207
+ font-size: 12px;
208
+ }
209
+
210
+ &:hover {
211
+ background: #eef0f5;
212
+ }
213
+ }
214
+ &::-webkit-scrollbar {
215
+ width: 4px;
216
+ &-thumb {
217
+ background: #c4c4c4;
218
+ }
219
+ &-track {
220
+ background: #fff;
221
+ }
222
+ }
223
+ }
224
+ }
@@ -1,4 +1,4 @@
1
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="14" cy="14" r="14" fill="white"/>
3
- <path d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
4
- </svg>
1
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="14" cy="14" r="14" fill="white"/>
3
+ <path d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
4
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="28" height="28" rx="14" fill="white"/>
3
- <path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" fill="#2C3E50"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" fill="#2C3E50"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" fill="#2C3E50"/>
6
- </svg>
1
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="28" height="28" rx="14" fill="white"/>
3
+ <path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" fill="#2C3E50"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" fill="#2C3E50"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" fill="#2C3E50"/>
6
+ </svg>