@textback/notification-widget 2.0.1-110396 → 2.0.1-13997

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 (81) hide show
  1. package/build/index.js +2 -5
  2. package/build/sdk.js +2 -2
  3. package/package.json +4 -5
  4. package/readme.md +11 -90
  5. package/server.js +220 -224
  6. package/src/libraries/localization/getLocale.js +17 -17
  7. package/src/libraries/localization/locales/cs.js +21 -23
  8. package/src/libraries/localization/locales/en.js +21 -23
  9. package/src/libraries/localization/locales/pl.js +21 -23
  10. package/src/libraries/localization/locales/ro.js +21 -23
  11. package/src/libraries/localization/locales/ru.js +21 -22
  12. package/src/libraries/localization/locales/uk.js +21 -23
  13. package/src/sdk/channels/facebook.js +1 -1
  14. package/src/sdk/channels/factory.js +33 -33
  15. package/src/sdk/channels/skype.js +1 -1
  16. package/src/sdk/channels/telegram.js +2 -2
  17. package/src/sdk/channels/viber.js +1 -1
  18. package/src/sdk/channels/vk.js +147 -158
  19. package/src/sdk/channels/whatsapp.js +21 -27
  20. package/src/sdk/sdk.js +5 -42
  21. package/src/sdk/utils/appInsights.js +2 -2
  22. package/src/sdk/utils/cookies.js +1 -18
  23. package/src/sdk/utils/loadDeepLink.js +13 -40
  24. package/src/sdk/widget/widget.js +107 -159
  25. package/src/widget/components/index.js +48 -52
  26. package/src/widget/components/tb-notification-button/facebook.js +48 -55
  27. package/src/widget/components/tb-notification-button/skype.js +47 -0
  28. package/src/widget/components/tb-notification-button/styles.scss +16 -240
  29. package/src/widget/components/tb-notification-button/telegram.js +48 -55
  30. package/src/widget/components/tb-notification-button/viber.js +49 -56
  31. package/src/widget/components/tb-notification-button/vk.js +83 -92
  32. package/src/widget/components/tb-notification-button/whatsapp.js +51 -58
  33. package/src/widget/components/tb-notification-widget/index.js +473 -694
  34. package/src/widget/components/tb-notification-widget/normalize.scss +1 -2
  35. package/src/widget/components/tb-notification-widget/styles.scss +180 -543
  36. package/src/widget/config.js +1 -1
  37. package/src/widget/icons/icon_facebook_circle.svg +2 -0
  38. package/src/widget/icons/icon_tg_circle.svg +10 -0
  39. package/src/widget/icons/icon_viber_circle.svg +10 -0
  40. package/src/widget/icons/icon_viber_new.svg +1 -1
  41. package/src/widget/icons/icon_vk_circle.svg +1 -1
  42. package/src/widget/icons/icon_whatsapp.svg +4 -4
  43. package/src/widget/icons/icon_whatsapp_circle.svg +2 -2
  44. package/src/widget/icons/icon_whatsapp_new.svg +2 -2
  45. package/src/widget/icons/text-back-badge.png +0 -0
  46. package/src/widget/locales/cz.js +20 -0
  47. package/src/widget/locales/en.js +20 -42
  48. package/src/widget/locales/index.js +8 -8
  49. package/src/widget/locales/pl.js +20 -42
  50. package/src/widget/locales/ro.js +19 -40
  51. package/src/widget/locales/ru.js +20 -41
  52. package/src/widget/locales/uk.js +20 -41
  53. package/src/widget/utils/getLocale.js +14 -16
  54. package/src/widget/utils/stringifyAttributes.js +1 -1
  55. package/src/widget/utils/text.js +8 -9
  56. package/src/widget/widget.entry.js +1 -0
  57. package/tests/gf.html +2 -2
  58. package/v8-compile-cache-0/5.1.281.102/zSvstszSagentzS_workzS5zSszSnode_moduleszSwebpack-clizSbinzScli.js.BLOB +0 -0
  59. package/v8-compile-cache-0/5.1.281.102/zSvstszSagentzS_workzS5zSszSnode_moduleszSwebpack-clizSbinzScli.js.MAP +1 -0
  60. package/views/examples.ejs +47 -51
  61. package/views/sdk.html +17 -35
  62. package/webpack.dev.js +2 -2
  63. package/src/sdk/channels/whatsappb.js +0 -27
  64. package/src/widget/components/tb-notification-button/whatsappb.js +0 -58
  65. package/src/widget/components/tb-nw-wahunter/index.js +0 -261
  66. package/src/widget/components/tb-nw-wahunter/styles.scss +0 -471
  67. package/src/widget/icons/icon_chat_window.svg +0 -1
  68. package/src/widget/icons/icon_close.svg +0 -1
  69. package/src/widget/icons/icon_whatsapp_hollow.svg +0 -128
  70. package/src/widget/icons/icon_whatsappb.svg +0 -147
  71. package/src/widget/icons/icon_whatsappb_circle.svg +0 -4
  72. package/src/widget/icons/icon_whatsappb_new.svg +0 -127
  73. package/src/widget/icons/paper-plane-arrow.svg +0 -3
  74. package/src/widget/icons/tb-logo-dark-en.svg +0 -17
  75. package/src/widget/icons/tb-logo-dark-ru.svg +0 -17
  76. package/src/widget/icons/tb-logo-dark.svg +0 -16
  77. package/src/widget/icons/tb-logo-light-en.svg +0 -17
  78. package/src/widget/icons/tb-logo-light-ru.svg +0 -17
  79. package/src/widget/icons/tb-logo-white.svg +0 -16
  80. package/src/widget/icons/tb-logo.svg +0 -16
  81. package/src/widget/locales/cs.js +0 -42
@@ -1,471 +0,0 @@
1
- $base-class-name: tb-nw-wahunter;
2
- $font-family: 'Montserrat',
3
- 'Open Sans',
4
- 'Droid Sans',
5
- Arial,
6
- sans-serif;
7
-
8
- $color-green: #25D366;
9
- $color-light-gray: #F2F2F2;
10
- $color-dark-gray: darken($color-light-gray, 5%);
11
-
12
- tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner tb-nw-wahunter {
13
- font-size: 12px;
14
- font-family: $font-family;
15
-
16
- * {
17
- box-sizing: border-box;
18
- }
19
-
20
- // TODO: Move reset to level of entire widget. Now I’m not sure that this will not break anything in normal notif widget
21
- a,
22
- label,
23
- button,
24
- input {
25
- margin: 0;
26
- padding: 0;
27
- border: none;
28
- box-shadow: none;
29
- outline: none;
30
- font-family: inherit;
31
- font-size: inherit;
32
- color: inherit;
33
- background: transparent;
34
- }
35
-
36
- button,
37
- label {
38
- cursor: pointer;
39
- }
40
- }
41
-
42
-
43
- tb-notification-widget #tb-notification-widget-inner.tb-notification-widget-inner .tb-nw-wahunter {
44
-
45
- /**** All modes ****/
46
- &__headline {
47
- font-weight: 600;
48
- line-height: 1.3;
49
- }
50
-
51
- &__text-content {
52
- margin-bottom: 1.4em;
53
- }
54
-
55
-
56
-
57
- /**** Popup mode only ****/
58
- &__top-img {
59
- padding: 20% 0;
60
- background-size: cover;
61
- background-position: center;
62
- background-repeat: no-repeat;
63
- border-radius: 4px 4px 0px 0px;
64
- }
65
-
66
- &__img {
67
- display: none;
68
- align-items: center;
69
- width: 280px;
70
- flex-shrink: 0;
71
-
72
- img {
73
- width: 100%;
74
- }
75
- }
76
-
77
- &__main-content {
78
- padding: 1.4em 10%;
79
- padding-bottom: 4em;
80
- }
81
-
82
- &__description {
83
- font-size: 1.3em;
84
- line-height: 1.5;
85
- }
86
-
87
- &_without-image {
88
-
89
- .#{$base-class-name}__top-img,
90
- .#{$base-class-name}__img {
91
- display: none;
92
- }
93
-
94
- .#{$base-class-name}__main-content {
95
- padding-top: 3em;
96
- }
97
- }
98
-
99
- &_mode_popup {
100
- .#{$base-class-name}__headline {
101
- font-size: 1.9em;
102
- margin-bottom: 0.4em;
103
- }
104
- }
105
-
106
-
107
-
108
- /**** Inline mode only ****/
109
- &_mode_inline {
110
- display: flex;
111
-
112
- .#{$base-class-name}__submit-form {
113
- margin: 0;
114
- }
115
-
116
- #tb-notification-brand-badge {
117
- display: none;
118
- font-size: 9px;
119
- margin-top: 1.2em;
120
- }
121
- }
122
-
123
- &_inline-mode-align_left {
124
- justify-content: flex-start;
125
- }
126
-
127
- &_inline-mode-align_right {
128
- justify-content: flex-end;
129
- }
130
-
131
- &_inline-mode-align_center {
132
- justify-content: center;
133
- }
134
-
135
-
136
-
137
- /**** Corner-popup mode only ****/
138
- &_mode_corner-popup {
139
- .#{$base-class-name}__headline {
140
- font-size: 1.7em;
141
- margin-bottom: 0.4em;
142
- }
143
- }
144
-
145
-
146
-
147
- /**** Submit-form ****/
148
- &__submit-form {
149
- padding: 0;
150
- width: 100%;
151
- max-width: 100%;
152
- margin: auto;
153
- }
154
-
155
- &__phone-input,
156
- &__submit-button {
157
- height: 44px;
158
- width: 100%;
159
- border-radius: 22px;
160
- padding: 0 40px !important;
161
- }
162
-
163
- &__phone-input {
164
- font-size: 14px;
165
- margin-bottom: 12px;
166
- background: #F2F2F2;
167
- border: 1px solid $color-dark-gray;
168
- letter-spacing: 1px;
169
- color: #333;
170
-
171
- &:invalid {
172
- letter-spacing: 0px;
173
- }
174
- }
175
-
176
- &__submit-button {
177
- position: relative;
178
- background: $color-green;
179
- color: #fff;
180
- font-size: 9px;
181
- font-weight: bold;
182
- letter-spacing: 1px;
183
- text-transform: uppercase;
184
- transition: background ease 0.25s;
185
- }
186
-
187
- &__submit-button-icon {
188
- position: absolute;
189
- right: 13px;
190
- top: 0;
191
- height: 100%;
192
- width: 20px;
193
-
194
- svg {
195
- position: absolute;
196
- top: 0;
197
- left: 0;
198
- right: 0;
199
- bottom: 0;
200
- margin: auto;
201
- }
202
- }
203
-
204
- &__submit-form-footer {
205
- display: flex;
206
- justify-content: space-between;
207
- padding: 0 5px;
208
- font-size: 12px;
209
- margin-top: 10px;
210
- }
211
-
212
- &__agreement {
213
- display: flex;
214
- align-items: center;
215
- }
216
-
217
- &__agreement input[type="checkbox"] {
218
- -webkit-appearance: none;
219
- -moz-appearance: none;
220
- -o-appearance: none;
221
- appearance: none;
222
- position: relative;
223
- height: 14px;
224
- width: 14px;
225
- border: 1px solid rgb(207, 207, 207);
226
- border-radius: 4px;
227
- outline: none;
228
- cursor: pointer;
229
-
230
- &:checked {
231
- background: $color-green;
232
- border: none;
233
- }
234
-
235
- &:checked::before {
236
- content: '\2714';
237
- display: block;
238
- text-align: center;
239
- color: #fff;
240
- position: absolute;
241
- left: 3.5px;
242
- top: 2px;
243
- font-size: 9px;
244
- }
245
- }
246
-
247
- &__agreement-text {
248
- margin-left: 5px;
249
- }
250
-
251
- &__agreement-wa-icon {
252
- display: inline-block;
253
- position: relative;
254
- width: 18px;
255
- height: 14px;
256
- vertical-align: middle;
257
-
258
- svg {
259
- position: absolute;
260
- top: -7px;
261
- left: -3px;
262
- width: 25px;
263
- }
264
- }
265
-
266
- &__state-report {
267
- display: none;
268
- flex-direction: column;
269
- align-items: center;
270
- line-height: 1.5;
271
- }
272
-
273
- &__state-report-emoji {
274
- font-size: 40px;
275
- margin-bottom: 10px;
276
- }
277
-
278
- &__state-report-message-container {
279
- text-align: center;
280
- }
281
-
282
- &__state-report-message {
283
- font-size: 18px;
284
- font-weight: bold;
285
- }
286
-
287
- &__try-again-button {
288
- display: none;
289
- padding: 0;
290
- margin: 0;
291
- margin-top: 20px;
292
- font-size: 16px;
293
- }
294
-
295
- &__try-again-button {
296
- font-weight: bold;
297
- text-decoration: underline;
298
- }
299
-
300
-
301
-
302
- /**** Submit-form state management ****/
303
- &__submit-form:not([data-state="initial"]) {
304
- .#{$base-class-name}__submit-form-controls {
305
- display: none;
306
- }
307
-
308
- .#{$base-class-name}__state-report {
309
- display: flex;
310
- }
311
- }
312
-
313
- &__submit-form[data-state="success"] {
314
- #tb-notification-brand-badge {
315
- display: inline-flex;
316
- }
317
- }
318
-
319
- &__submit-form[data-state="error"],
320
- &__submit-form[data-state="notFound"] {
321
-
322
- .#{$base-class-name}__state-report-message {
323
- font-weight: normal;
324
- }
325
-
326
- .#{$base-class-name}__try-again-button {
327
- display: inline-block;
328
- }
329
- }
330
-
331
-
332
-
333
- @media only screen and (min-device-width: 481px) {
334
- font-size: 13px;
335
-
336
- &:not(.tb-nw-wahunter_mode_corner-popup) {
337
- .#{$base-class-name}__phone-input-container {
338
- padding: 5px;
339
- background: #F2F2F2;
340
- border-radius: 22px;
341
- display: flex;
342
- justify-content: space-between;
343
- align-items: center;
344
- }
345
-
346
- .#{$base-class-name}__phone-input,
347
- .#{$base-class-name}__submit-button {
348
- height: auto;
349
- width: auto;
350
- flex-grow: 1;
351
- }
352
-
353
- .#{$base-class-name}__phone-input {
354
- background: transparent;
355
- border-radius: 0;
356
- padding-left: 15px !important;
357
- padding-right: 10px !important;
358
- min-width: 150px;
359
- margin: 0;
360
- border: none;
361
- }
362
-
363
- .#{$base-class-name}__submit-button {
364
- padding-top: 15px !important;
365
- padding-bottom: 15px !important;
366
- min-width: 49%;
367
- }
368
-
369
- .#{$base-class-name}__submit-form-footer {
370
- margin-top: 6px;
371
- }
372
- }
373
-
374
- &_mode_popup,
375
- &_mode_inline {
376
- .#{$base-class-name}__submit-form {
377
- width: max-content;
378
- }
379
- }
380
-
381
- &_mode_popup {
382
- .#{$base-class-name}__submit-form {
383
- min-width: 370px;
384
- }
385
- }
386
-
387
- &_mode_inline {
388
- .#{$base-class-name}__submit-form {
389
- min-width: 420px;
390
- }
391
- }
392
- }
393
-
394
-
395
-
396
- @media only screen and (min-device-width: 768px) {
397
- font-size: 14px;
398
-
399
- &_image-align_right,
400
- &_image-align_left {
401
- display: flex;
402
- justify-content: space-between;
403
- align-items: center;
404
- text-align: left;
405
- padding: 7em 2.5em;
406
-
407
- .#{$base-class-name}__submit-form {
408
- min-width: unset;
409
- width: 100%;
410
- }
411
-
412
- .#{$base-class-name}__top-img {
413
- display: none;
414
- }
415
-
416
- .#{$base-class-name}__img {
417
- display: flex;
418
- }
419
-
420
- .#{$base-class-name}__main-content {
421
- padding: 0;
422
- }
423
-
424
- .#{$base-class-name}__state-report {
425
- flex-direction: row;
426
- }
427
-
428
- .#{$base-class-name}__state-report-message-container {
429
- text-align: left;
430
- }
431
-
432
- .#{$base-class-name}__state-report-emoji {
433
- margin-bottom: 0;
434
- margin-right: 10px;
435
- }
436
-
437
- .#{$base-class-name}__submit-form[data-state="notFound"],
438
- .#{$base-class-name}__submit-form[data-state="error"] {
439
- .#{$base-class-name}__state-report {
440
- align-items: flex-start;
441
- }
442
- }
443
- }
444
-
445
- &_image-align_top,
446
- &_without-image {
447
- .#{$base-class-name}__submit-form {
448
- min-width: 420px;
449
- }
450
- }
451
-
452
- &_image-align_top {
453
- .#{$base-class-name}__main-content {
454
- padding-bottom: 6em;
455
- }
456
- }
457
-
458
- &_image-align_right {
459
- .#{$base-class-name}__img {
460
- margin-left: 3em;
461
- order: 1;
462
- }
463
- }
464
-
465
- &_image-align_left {
466
- .#{$base-class-name}__img {
467
- margin-right: 3em;
468
- }
469
- }
470
- }
471
- }
@@ -1 +0,0 @@
1
- <svg class="tb-icon-chat-window" style="fill:#ffffff;" width="28px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.6 17.5"><desc>Write</desc><path d="M3.7 17.5v-4.8H2c-1.1 0-2-.9-2-2V2C0 .9.9 0 2 0h14.6c1.1 0 2 .9 2 2v8.8c0 1.1-.9 2-2 2H9l-5.3 4.7zM2 1c-.6 0-1 .4-1 1v8.8c0 .5.4 1 1 1h2.8v3.5l3.8-3.5h8c.5 0 1-.4 1-1V2c0-.5-.4-1-1-1H2z"></path></svg>
@@ -1 +0,0 @@
1
- <svg class="tb-icon-close" width="16px" height="16px" viewBox="0 0 23 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <desc>Close</desc> <g stroke="none" stroke-width="1" fill-rule="evenodd"> <rect transform="translate(11.313708, 11.313708) rotate(-45.000000) translate(-11.313708, -11.313708) " x="10.3137085" y="-3.6862915" width="2" height="30"></rect> <rect transform="translate(11.313708, 11.313708) rotate(-315.000000) translate(-11.313708, -11.313708) " x="10.3137085" y="-3.6862915" width="2" height="30"></rect> </g> </svg>
@@ -1,128 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- class="tb-icon-whatsapp-hollow"
4
- xmlns:figma="http://www.figma.com/figma/ns"
5
- xmlns:dc="http://purl.org/dc/elements/1.1/"
6
- xmlns:cc="http://creativecommons.org/ns#"
7
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
- xmlns:svg="http://www.w3.org/2000/svg"
9
- xmlns="http://www.w3.org/2000/svg"
10
- xmlns:xlink="http://www.w3.org/1999/xlink"
11
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
- width="52"
14
- height="52"
15
- viewBox="0 0 52 52"
16
- version="2.0"
17
- id="svg3780"
18
- sodipodi:docname="icon_whatsapp_my_fill_empty.svg"
19
- inkscape:version="0.92.1 r15371">
20
- <metadata
21
- id="metadata3784">
22
- <rdf:RDF>
23
- <cc:Work
24
- rdf:about="">
25
- <dc:format>image/svg+xml</dc:format>
26
- <dc:type
27
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28
- <dc:title>Group.svg</dc:title>
29
- </cc:Work>
30
- </rdf:RDF>
31
- </metadata>
32
- <sodipodi:namedview
33
- pagecolor="#ffffff"
34
- bordercolor="#666666"
35
- borderopacity="1"
36
- objecttolerance="10"
37
- gridtolerance="10"
38
- guidetolerance="10"
39
- inkscape:pageopacity="0"
40
- inkscape:pageshadow="2"
41
- inkscape:window-width="1920"
42
- inkscape:window-height="1017"
43
- id="namedview3782"
44
- showgrid="true"
45
- showguides="false"
46
- inkscape:zoom="11.313709"
47
- inkscape:cx="5.5565263"
48
- inkscape:cy="32.501721"
49
- inkscape:window-x="-8"
50
- inkscape:window-y="-8"
51
- inkscape:window-maximized="1"
52
- inkscape:current-layer="g59">
53
- <inkscape:grid
54
- type="xygrid"
55
- id="grid3786" />
56
- </sodipodi:namedview>
57
- <title
58
- id="title3755">Group.svg</title>
59
- <desc
60
- id="desc3757">Created using Figma 0.90</desc>
61
- <g
62
- id="Canvas"
63
- transform="matrix(1.590909,0,0,1.590909,151.68181,-4.2272709)"
64
- figma:type="canvas">
65
- <g
66
- id="Group"
67
- style="mix-blend-mode:normal"
68
- figma:type="frame"
69
- transform="translate(29.734454,-2.8865086)">
70
- <g
71
- id="g59">
72
- <g
73
- id="g4565">
74
- <g
75
- id="Vector"
76
- style="mix-blend-mode:normal;fill:#ffffff;fill-opacity:1"
77
- figma:type="vector"
78
- transform="translate(-30.034444,1.6579773)">
79
- <use
80
- xlink:href="#path1_fill"
81
- transform="translate(-90,8)"
82
- style="mix-blend-mode:normal;fill:#ffffff;fill-opacity:1"
83
- id="use3762"
84
- x="0"
85
- y="0"
86
- width="100%"
87
- height="100%" />
88
- </g>
89
- <g
90
- id="g3770"
91
- style="mix-blend-mode:normal;fill:#ffffff;fill-opacity:1"
92
- figma:type="vector"
93
- transform="translate(-30.034444,1.6579773)">
94
- <use
95
- xlink:href="#path3_fill"
96
- transform="translate(-84.534,13.8663)"
97
- style="mix-blend-mode:normal;fill:#ffffff;fill-opacity:1"
98
- id="use3768"
99
- x="0"
100
- y="0"
101
- width="100%"
102
- height="100%" />
103
- </g>
104
- </g>
105
- </g>
106
- </g>
107
- </g>
108
- <defs
109
- id="defs3778">
110
- <path
111
- id="path0_fill"
112
- d="m 20.2189,10.0642 c 0,5.5583 -4.5261,10.0642 -10.1094,10.0642 -1.91642,0 -5.23529,-1.4529 -5.23529,-1.4529 L 0.242388,20.1284 1.77789,15.133 C 1.77789,15.133 0,12.1983 0,10.0642 0,4.5059 4.52616,0 10.1095,0 15.6928,0 20.2189,4.5059 20.2189,10.0642 Z"
113
- inkscape:connector-curvature="0" />
114
- <path
115
- id="path1_fill"
116
- d="M -6.06014e-8,22 1.55433,16.3511 C 0.595736,14.6977 0.0917074,12.8222 0.0924295,10.901 0.0945958,4.89013 5.00852,-1.26145e-7 11.0464,-1.26145e-7 13.9767,0.00107818 16.7268,1.13654 18.7949,3.19682 20.863,5.25747 22.0014,7.99673 22,10.9096 21.9975,16.9201 17.0832,21.8109 11.046,21.8109 H 11.0413 C 9.20792,21.8099 7.40699,21.3527 5.8068,20.4839 Z M 5.8068,19.4103 c 1.39728,0.8256 3.60547,1.4136 5.2392,1.4144 5.0179,0 9.952,-4.4736 9.954,-9.9237 C 21.001,8.25482 19.719,5.71235 18,4 16.281,2.28765 13.4734,1.00108 11.0413,1 6.0191,1 1,5.5 1,10.901 0.999639,12.613 1.5887,14.5572 2.5,16 l -1.23032,4.8247 z"
117
- inkscape:connector-curvature="0" />
118
- <path
119
- id="path2_fill"
120
- d="M 20,10 C 20,15.5228 15.5228,20 10,20 4.47715,20 0,15.5228 0,10 0,4.47715 4.47715,0 10,0 15.5228,0 20,4.47715 20,10 Z"
121
- inkscape:connector-curvature="0" />
122
- <path
123
- id="path3_fill"
124
- d="M 2.82812,0.477351 C 2.62341,0.0237427 2.40714,0.0143968 2.21253,0.00648926 2.05294,-6.99463e-4 1.87025,2.0221e-5 1.68792,2.0221e-5 1.50559,2.0221e-5 1.2088,0.0679529 0.958232,0.340765 0.70694,0.613217 -2.42406e-7,1.27278 -2.42406e-7,2.61312 -2.42406e-7,3.95382 0.980979,5.24922 1.11782,5.4311 1.25466,5.61297 3.01118,8.4518 5.79308,9.5434 8.10526,10.4513 8.57571,10.2709 9.07758,10.2253 9.57944,10.18 10.6969,9.56641 10.9251,8.92985 11.1529,8.29365 11.1529,7.74838 11.0847,7.63444 11.0161,7.52086 10.8334,7.45257 10.5601,7.31598 10.2864,7.17975 8.94074,6.52091 8.68981,6.42961 8.43888,6.33867 8.25654,6.29374 8.07349,6.56656 7.89152,6.83901 7.36691,7.45257 7.20733,7.63444 7.04774,7.81632 6.88816,7.8386 6.61448,7.70237 6.34044,7.56579 5.45911,7.2786 4.41314,6.35018 3.59969,5.62807 3.05017,4.73595 2.89058,4.46314 2.731,4.19068 2.87362,4.04332 3.01081,3.90745 3.13357,3.78524 3.28449,3.58899 3.42133,3.43012 3.55781,3.27125 3.6033,3.15731 3.69465,2.97543 3.78599,2.79356 3.74014,2.63469 3.6719,2.4981 3.60366,2.36367 3.07183,1.01615 2.82812,0.477351 Z"
125
- inkscape:connector-curvature="0"
126
- style="fill-rule:evenodd" />
127
- </defs>
128
- </svg>