@everymatrix/casino-tournaments-thumbnail-rule 1.44.0 → 1.45.2

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/index.html DELETED
@@ -1,38 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset='utf-8'>
5
- <meta name='viewport' content='width=device-width,initial-scale=1'>
6
-
7
- <title>
8
- casino-tournaments-thumbnail-rule
9
- </title>
10
- <link rel="stylesheet" href="public/reset.css">
11
- <script src='dist/casino-tournaments-thumbnail-rule.js'></script>
12
- </head>
13
-
14
- <body>
15
- <style>
16
- html,body { margin: 0; padding: 0; height: 100%; font-family: "Helvetica Neue", "Helvetica", sans-serif; }
17
- .header { display: flex; justify-content: center; align-items: center; padding: 10px 20px; margin-bottom: 20px; background: #42a3e2; box-shadow: 3px 4px 5px 0px rgba(0,0,0, .2); }
18
- .header__logo svg { height: 50px; width: 50px; margin-right: 5px; }
19
- .header__name { color: #fff; }
20
- .header__name span { margin-right: 10px; font-weight: bold; }
21
- .webcomponent { padding: 10px 20px; }
22
- </style>
23
- <header class="header">
24
- <div class="header__logo">
25
- <svg xmlns="http://www.w3.org/2000/svg" width="161" height="132" viewBox="0 0 161 132"><defs><linearGradient x1="0%" y1="50%" y2="50%" id="a"><stop stop-color="#2A3B8F" offset="0%"/><stop stop-color="#29ABE2" offset="100%"/></linearGradient><linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="c"><stop stop-color="#B4D44E" offset="0%"/><stop stop-color="#E7F716" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="#166DA5" d="M160.6 65.9l-17.4 29.3-24.4-29.7 24.4-28.9z"/><path fill="#8FDB69" d="M141.3 100.2l-26.5-31.7-15.9 26.6 24.7 36.1z"/><path fill="#166DA5" d="M141 31.4l-26.2 31.8-15.9-26.6L123.6.9z"/><path fill="url(#a)" opacity=".95" d="M61.1 31.4H141L123.4.7H78.7z M114.8 63.3H159l-15.9-26.8H98.8"/><path fill="url(#c)" opacity=".95" d="M141.3 100.3H61l17.6 30.5h45z M114.8 68.4H159l-15.9 26.8H98.8"/><path fill="#010101" d="M78.6 130.8L41 65.8 79.1.8H37.9L.4 65.8l37.5 65z"/></g></svg>
26
- </div>
27
- <h1 class="header__name">
28
- <span>WEBCOMPONENT:</span> casino-tournaments-thumbnail-rule
29
- </h1>
30
- </header>
31
-
32
- <div class="webcomponent">
33
- <casino-tournaments-thumbnail-rule lang="el" tcurl="http://10.0.5.60:5050" betcount="100" starttime="2022-01-11" endtime="2022-02-22"
34
- products='{"casino": {"name":"Casino", "maxbet": 100}}'></casino-tournaments-thumbnail-rule>
35
- </div>
36
-
37
- </body>
38
- </html>
package/index.js DELETED
@@ -1 +0,0 @@
1
- import './dist/casino-tournaments-thumbnail-rule.js';
Binary file
package/public/reset.css DELETED
@@ -1,48 +0,0 @@
1
- /* http://meyerweb.com/eric/tools/css/reset/
2
- v2.0 | 20110126
3
- License: none (public domain)
4
- */
5
-
6
- html, body, div, span, applet, object, iframe,
7
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8
- a, abbr, acronym, address, big, cite, code,
9
- del, dfn, em, img, ins, kbd, q, s, samp,
10
- small, strike, strong, sub, sup, tt, var,
11
- b, u, i, center,
12
- dl, dt, dd, ol, ul, li,
13
- fieldset, form, label, legend,
14
- table, caption, tbody, tfoot, thead, tr, th, td,
15
- article, aside, canvas, details, embed,
16
- figure, figcaption, footer, header, hgroup,
17
- menu, nav, output, ruby, section, summary,
18
- time, mark, audio, video {
19
- margin: 0;
20
- padding: 0;
21
- border: 0;
22
- font-size: 100%;
23
- font: inherit;
24
- vertical-align: baseline;
25
- }
26
- /* HTML5 display-role reset for older browsers */
27
- article, aside, details, figcaption, figure,
28
- footer, header, hgroup, menu, nav, section {
29
- display: block;
30
- }
31
- body {
32
- line-height: 1;
33
- }
34
- ol, ul {
35
- list-style: none;
36
- }
37
- blockquote, q {
38
- quotes: none;
39
- }
40
- blockquote:before, blockquote:after,
41
- q:before, q:after {
42
- content: '';
43
- content: none;
44
- }
45
- table {
46
- border-collapse: collapse;
47
- border-spacing: 0;
48
- }
package/rollup.config.js DELETED
@@ -1,61 +0,0 @@
1
- import svelte from 'rollup-plugin-svelte';
2
- import commonjs from '@rollup/plugin-commonjs';
3
- import resolve from '@rollup/plugin-node-resolve';
4
- import serve from 'rollup-plugin-dev-server';
5
- import livereload from 'rollup-plugin-livereload';
6
- import { terser } from 'rollup-plugin-terser';
7
- import sveltePreprocess from 'svelte-preprocess';
8
- import typescript from '@rollup/plugin-typescript';
9
- const production = process.env.NODE_ENV === 'production';
10
- const dev = process.env.NODE_ENV === 'development';
11
- import image from '@rollup/plugin-image';
12
-
13
- export default {
14
- input: 'src/index.ts',
15
- output: {
16
- sourcemap: true,
17
- format: 'umd',
18
- name: 'app',
19
- file: 'dist/casino-tournaments-thumbnail-rule.js'
20
- },
21
- plugins: [
22
- svelte({
23
- preprocess: sveltePreprocess(),
24
- compilerOptions: {
25
- // enable run-time checks when not in production
26
- customElement: true,
27
- dev: !production
28
- }
29
- }),
30
- image(),
31
- commonjs(),
32
- resolve({
33
- browser: true,
34
- dedupe: ['svelte']
35
- }),
36
- dev && serve({
37
- open: true,
38
- verbose: true,
39
- allowCrossOrigin: true,
40
- historyApiFallback: false,
41
- host: 'localhost',
42
- port: 5050,
43
- }),
44
- dev && livereload({ watch: ['', 'dist'] }),
45
- typescript({
46
- sourceMap: !production,
47
- inlineSources: !production,
48
- }),
49
- // If we're building for production (npm run build
50
- // instead of npm run dev), minify
51
- production &&
52
- terser({
53
- output: {
54
- comments: "all"
55
- },
56
- })
57
- ],
58
- watch: {
59
- clearScreen: false
60
- }
61
- };
@@ -1,259 +0,0 @@
1
- <svelte:options tag={null} />
2
- <script lang="typescript">
3
- import { _, addNewMessages, setLocale, setupI18n } from './i18n';
4
- import { TRANSLATIONS } from './translations';
5
- import { currenciesSymbols } from './currency-symbols';
6
-
7
- import betCountSvg from './images/bet-count.svg';
8
- import trophySvg from './images/trophy.svg';
9
- import moneySendSvg from './images/money-send.svg';
10
- import clockSvg from './images/clock.svg';
11
- import vectorSvg from './images/vector.svg';
12
-
13
-
14
-
15
- export let lang:string='tr';
16
- export let scorecriterial:string = 'BetCount';
17
- export let betcount:number;
18
- export let starttime:string;
19
- export let endtime:string;
20
- export let tcurl:string;
21
- export let products:string='{}';
22
- export let clientstyling:string = '';
23
- export let clientstylingurl:string = '';
24
- export let translationurl:string = '';
25
-
26
- let customStylingContainer: HTMLElement;
27
- let displayNone:boolean = false;
28
-
29
- let userAgent = window.navigator.userAgent;
30
- let casino:any;
31
- let sports:any;
32
- let noMinCasinoBet:boolean = false;
33
- let noMaxCasinoBet:boolean = false;
34
- let noMinSportsBet:boolean = false;
35
- let noMaxSportsBet:boolean = false;
36
- let currency = 'EUR';
37
- setupI18n({ withLocale: 'en', translations: {}});
38
-
39
- const isNumber = ( value ) => {
40
- return (
41
- typeof value === 'number' ||
42
- Object.prototype.toString.call(value) === '[object Number]'
43
- );
44
- }
45
- const setTranslationUrl = ():void => {
46
- let url:string = translationurl;
47
-
48
- fetch(url).then((res:any) => res.json())
49
- .then((res) => {
50
- Object.keys(res).forEach((item:any):void => {
51
- addNewMessages(item, res[item]);
52
- });
53
- }).catch((err:any) => {
54
- console.log(err);
55
- });
56
- }
57
-
58
- Object.keys(TRANSLATIONS).forEach((item:any) => {
59
- addNewMessages(item, TRANSLATIONS[item]);
60
- });
61
-
62
- const resetProductMinMax= (product) =>{
63
- currency = product.currency;
64
- if(product.casino){
65
- casino = product.casino;
66
- noMinCasinoBet = !(casino.hasOwnProperty('minbet') && casino.minbet != 0);
67
- noMaxCasinoBet = !(casino.hasOwnProperty('maxbet') && casino.maxbet != 0);
68
- }else{
69
- noMinCasinoBet = true;
70
- noMaxCasinoBet = true;
71
- }
72
- if(product.sports){
73
- sports = product.sports;
74
- noMinSportsBet = !(sports.hasOwnProperty('minbet') && sports.minbet != 0);
75
- noMaxSportsBet = !(sports.hasOwnProperty('maxbet') && sports.maxbet != 0);
76
- }else{
77
- noMinSportsBet = true;
78
- noMaxSportsBet = true;
79
- }
80
- }
81
- const parseProductInfo = () =>{
82
- if(!products) return;
83
- let productsInfo;
84
- if(typeof products == 'string'){
85
- productsInfo = JSON.parse(products)
86
- }else{
87
- productsInfo = products;
88
- }
89
- resetProductMinMax(productsInfo);
90
- }
91
-
92
- const setActiveLanguage = () => {
93
- setLocale(lang);
94
- }
95
-
96
- const setClientStyling = ():void => {
97
- let sheet = document.createElement('style');
98
- sheet.innerHTML = clientstyling;
99
- customStylingContainer.appendChild(sheet);
100
- }
101
-
102
- const setClientStylingURL = ():void => {
103
- displayNone = true;
104
-
105
- let url:URL = new URL(clientstylingurl);
106
- let cssFile:HTMLElement = document.createElement('style');
107
-
108
- fetch(url.href)
109
- .then((res:any) => res.text())
110
- .then((data:any) => {
111
- cssFile.innerHTML = data
112
-
113
- setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
114
- setTimeout(() => { displayNone = false; }, 500);
115
- });
116
- }
117
-
118
- $: lang && setActiveLanguage();
119
- $: products && parseProductInfo();
120
- $: clientstyling && customStylingContainer && setClientStyling();
121
- $: clientstylingurl && customStylingContainer && setClientStylingURL();
122
- $: translationurl && setTranslationUrl();
123
- </script>
124
-
125
-
126
- <div class="casino-tournaments-thumbnail-rule" bind:this={customStylingContainer} part="casino-tournaments-thumbnail-rule">
127
- <div class="RulesRow" part="rule">
128
- <div class="RuleIcon" part="RuleIcon">
129
- <img src="{trophySvg}"/>
130
- </div>
131
- <div class="RuleTxt" part="RuleTxt">
132
- {#if scorecriterial == 'BetCount'}{@html $_('scoreCriteriaType.mostRounds')}{/if}
133
- {#if scorecriterial == 'WinStakeRatio'}{@html $_('scoreCriteriaType.winStateRatio')}{/if}
134
- {#if scorecriterial == 'MaxWinStakeRatio'}{@html $_('scoreCriteriaType.maxWinStateRatio')}{/if}
135
- {#if scorecriterial == 'Stake'}{@html $_('scoreCriteriaType.stake')}{/if}
136
- </div>
137
- </div>
138
- <div class="RulesRow" part="rule">
139
- <div class="RuleIcon" part="RuleIcon">
140
- <img src="{betCountSvg}"/>
141
- </div>
142
- <div class="RuleTxt" part="RuleTxt">{$_('miniBetCount',{values: {betCount: betcount }})}</div>
143
- </div>
144
- <div class="RulesRow" part="rule">
145
- <div class="RuleIcon" part="RuleIcon">
146
- <img src="{clockSvg}" />
147
- </div>
148
- <div class="RuleTxt" part="RuleTxt">{$_('timePeriod',{values: {startTime: starttime, endTime: endtime}})}</div>
149
- </div>
150
- <div class="RulesRow" part="rule">
151
- <div class="RuleIcon" part="RuleIcon">
152
- <img src="{vectorSvg}" />
153
- </div>
154
- <div class="RuleTxt" part="RuleTxt">{@html $_('terms',{values: {tcUrl: tcurl}})}</div>
155
- </div>
156
- {#if casino}
157
- <div class="RulesRow" part="rule">
158
- <div class="RuleIcon" part="RuleIcon">
159
- <img src="{moneySendSvg}"/>
160
- </div>
161
- {#if noMinCasinoBet && noMaxCasinoBet}
162
- <div class="RuleTxt" part="RuleTxt">{$_('productNoLimitsBet',{values: {productName: casino.name}})}</div>
163
- {:else if noMinCasinoBet}
164
- <div class="RuleTxt" part="RuleTxt">{$_('productMaxBet', {
165
- values: {
166
- productName: casino.name,
167
- maxBet: `${ isNumber(casino.maxbet) ? currenciesSymbols[currency] : ''}${casino.maxbet}`,
168
- }
169
- })}</div>
170
- {:else if noMaxCasinoBet}
171
- <div class="RuleTxt" part="RuleTxt">{$_('productMinBet', {
172
- values: {
173
- productName: casino.name,
174
- minBet: `${ isNumber(casino.minbet) ? currenciesSymbols[currency] : ''}${casino.minbet}`,
175
- }
176
- })}</div>
177
- {:else}
178
- <div class="RuleTxt" part="RuleTxt">{$_('productMinMaxBet', {
179
- values: {
180
- productName: casino.name,
181
- minBet: `${isNumber(casino.minbet) ? currenciesSymbols[currency] : ''}${casino.minbet}`,
182
- maxBet: `${isNumber(casino.maxbet) ? currenciesSymbols[currency] : ''}${casino.maxbet}`,
183
- }
184
- })}</div>
185
- {/if}
186
- </div>
187
- {/if}
188
- <span type="hidden" href="{{tcurl}}"></span>
189
- {#if sports}
190
- <div class="RulesRow" part="rule">
191
- <div class="RuleIcon" part="RuleIcon">
192
- <img src="{moneySendSvg}"/>
193
- </div>
194
- {#if noMinSportsBet && noMaxSportsBet}
195
- <div class="RuleTxt" part="RuleTxt">{$_('productNoLimitsBet',{values: {productName: sports.name}})}</div>
196
- {:else if noMinSportsBet}
197
- <div class="RuleTxt" part="RuleTxt">{$_('productMaxBet', {
198
- values: {
199
- productName: sports.name,
200
- maxBet: `${ isNumber(sports.maxbet) ? currenciesSymbols[currency] : ''}${sports.maxbet}`,
201
- }
202
- })}</div>
203
- {:else if noMaxSportsBet}
204
- <div class="RuleTxt" part="RuleTxt">{$_('productMinBet', {
205
- values: {
206
- productName: sports.name,
207
- minBet: `${ isNumber(sports.minbet) ? currenciesSymbols[currency] : ''}${sports.minbet}`,
208
- }
209
- })}</div>
210
- {:else}
211
- <div class="RuleTxt" part="RuleTxt">{$_('productMinMaxBet', {
212
- values: {
213
- productName: sports.name,
214
- minBet: `${ isNumber(sports.minbet) ? currenciesSymbols[currency] : ''}${sports.minbet}`,
215
- maxBet: `${ isNumber(sports.maxbet) ? currenciesSymbols[currency] : ''}${sports.maxbet}`,
216
- }
217
- })}</div>
218
- {/if}
219
- </div>
220
- {/if}
221
- </div>
222
-
223
-
224
- <style lang="scss">
225
-
226
-
227
- *,
228
- *::before,
229
- *::after {
230
- margin: 0;
231
- padding: 0;
232
- list-style: none;
233
- text-decoration: none;
234
- outline: none;
235
- box-sizing: border-box;
236
- }
237
-
238
- .casino-tournaments-thumbnail-rule {
239
- color: #fff;
240
-
241
- font-size: 12px;
242
- line-height: 15px;
243
- letter-spacing: -0.177807px;
244
-
245
- color: #B5B5B5;
246
-
247
-
248
- .RulesRow{padding: 10px;display: flex;
249
- .RuleTxt{
250
- padding: 3px 5px;
251
- a {color: #ff8364; cursor: pointer}
252
- }
253
- border-bottom: 1px solid #424242;
254
-
255
- }
256
- .RuleIcon{width: 38px; height: 30px;}
257
- }
258
-
259
- </style>
@@ -1,173 +0,0 @@
1
- /* eslint-disable quote-props */
2
- export const currenciesSymbols = {
3
- 'AED': 'د.إ',
4
- 'AFN': '؋',
5
- 'ALL': 'L',
6
- 'AMD': '֏',
7
- 'ANG': 'ƒ',
8
- 'AOA': 'Kz',
9
- 'ARS': '$',
10
- 'AUD': '$',
11
- 'AWG': 'ƒ',
12
- 'AZN': 'ман',
13
- 'BAM': 'KM',
14
- 'BBD': '$',
15
- 'BDT': '৳',
16
- 'BGN': 'лв',
17
- 'BHD': '.د.ب',
18
- 'BIF': 'FBu',
19
- 'BMD': '$',
20
- 'BND': '$',
21
- 'BOB': '$b',
22
- 'BRL': 'R$',
23
- 'BSD': '$',
24
- 'BTC': '฿',
25
- 'BTN': 'Nu.',
26
- 'BWP': 'P',
27
- 'BYR': 'p.',
28
- 'BZD': 'BZ$',
29
- 'CAD': '$',
30
- 'CDF': 'FC',
31
- 'CHF': 'CHF',
32
- 'CLP': '$',
33
- 'CNY': '¥',
34
- 'COP': '$',
35
- 'CRC': '₡',
36
- 'CUC': '$',
37
- 'CUP': '₱',
38
- 'CVE': '$',
39
- 'CZK': 'Kč',
40
- 'DJF': 'Fdj',
41
- 'DKK': 'kr',
42
- 'DOP': 'RD$',
43
- 'DZD': 'دج',
44
- 'EEK': 'kr',
45
- 'EGP': '£',
46
- 'ERN': 'Nfk',
47
- 'ETB': 'Br',
48
- 'ETH': 'Ξ',
49
- 'EUR': '€',
50
- 'FJD': '$',
51
- 'FKP': '£',
52
- 'GBP': '£',
53
- 'GEL': '₾',
54
- 'GGP': '£',
55
- 'GHC': '₵',
56
- 'GHS': 'GH₵',
57
- 'GIP': '£',
58
- 'GMD': 'D',
59
- 'GNF': 'FG',
60
- 'GTQ': 'Q',
61
- 'GYD': '$',
62
- 'HKD': '$',
63
- 'HNL': 'L',
64
- 'HRK': 'kn',
65
- 'HTG': 'G',
66
- 'HUF': 'Ft',
67
- 'IDR': 'Rp',
68
- 'ILS': '₪',
69
- 'IMP': '£',
70
- 'INR': '₹',
71
- 'IQD': 'ع.د',
72
- 'IRR': '﷼',
73
- 'ISK': 'kr',
74
- 'JEP': '£',
75
- 'JMD': 'J$',
76
- 'JOD': 'JD',
77
- 'JPY': '¥',
78
- 'KES': 'KSh',
79
- 'KGS': 'лв',
80
- 'KHR': '៛',
81
- 'KMF': 'CF',
82
- 'KPW': '₩',
83
- 'KRW': '₩',
84
- 'KWD': 'KD',
85
- 'KYD': '$',
86
- 'KZT': 'лв',
87
- 'LAK': '₭',
88
- 'LBP': '£',
89
- 'LKR': '₨',
90
- 'LRD': '$',
91
- 'LSL': 'M',
92
- 'LTC': 'Ł',
93
- 'LTL': 'Lt',
94
- 'LVL': 'Ls',
95
- 'LYD': 'LD',
96
- 'MAD': 'MAD',
97
- 'MDL': 'lei',
98
- 'MGA': 'Ar',
99
- 'MKD': 'ден',
100
- 'MMK': 'K',
101
- 'MNT': '₮',
102
- 'MOP': 'MOP$',
103
- 'MRO': 'UM',
104
- 'MUR': '₨',
105
- 'MVR': 'Rf',
106
- 'MWK': 'MK',
107
- 'MXN': '$',
108
- 'MYR': 'RM',
109
- 'MZN': 'MT',
110
- 'NAD': '$',
111
- 'NGN': '₦',
112
- 'NIO': 'C$',
113
- 'NOK': 'kr',
114
- 'NPR': '₨',
115
- 'NZD': '$',
116
- 'OMR': '﷼',
117
- 'PAB': 'B/.',
118
- 'PEN': 'S/.',
119
- 'PGK': 'K',
120
- 'PHP': '₱',
121
- 'PKR': '₨',
122
- 'PLN': 'zł',
123
- 'PYG': 'Gs',
124
- 'QAR': '﷼',
125
- 'RMB': '¥',
126
- 'RON': 'lei',
127
- 'RSD': 'Дин.',
128
- 'RUB': '₽',
129
- 'RWF': 'R₣',
130
- 'SAR': '﷼',
131
- 'SBD': '$',
132
- 'SCR': '₨',
133
- 'SDG': 'ج.س.',
134
- 'SEK': 'kr',
135
- 'SGD': '$',
136
- 'SHP': '£',
137
- 'SLL': 'Le',
138
- 'SOS': 'S',
139
- 'SRD': '$',
140
- 'SSP': '£',
141
- 'STD': 'Db',
142
- 'SVC': '$',
143
- 'SYP': '£',
144
- 'SZL': 'E',
145
- 'THB': '฿',
146
- 'TJS': 'SM',
147
- 'TMT': 'T',
148
- 'TND': 'د.ت',
149
- 'TOP': 'T$',
150
- 'TRL': '₤',
151
- 'TRY': '₺',
152
- 'TTD': 'TT$',
153
- 'TVD': '$',
154
- 'TWD': 'NT$',
155
- 'TZS': 'TSh',
156
- 'UAH': '₴',
157
- 'UGX': 'USh',
158
- 'USD': '$',
159
- 'UYU': '$U',
160
- 'UZS': 'лв',
161
- 'VEF': 'Bs',
162
- 'VND': '₫',
163
- 'VUV': 'VT',
164
- 'WST': 'WS$',
165
- 'XAF': 'FCFA',
166
- 'XBT': 'Ƀ',
167
- 'XCD': '$',
168
- 'XOF': 'CFA',
169
- 'XPF': '₣',
170
- 'YER': '﷼',
171
- 'ZAR': 'R',
172
- 'ZWD': 'Z$',
173
- };
package/src/i18n.js DELETED
@@ -1,27 +0,0 @@
1
- import {
2
- dictionary,
3
- locale,
4
- addMessages,
5
- _
6
- } from 'svelte-i18n';
7
-
8
- function setupI18n({ withLocale: _locale, translations }) {
9
- locale.subscribe((data) => {
10
- if (data == null) {
11
- dictionary.set(translations);
12
- locale.set(_locale);
13
- }
14
- }); // maybe we will need this to make sure that the i18n is set up only once
15
- /*dictionary.set(translations);
16
- locale.set(_locale);*/
17
- }
18
-
19
- function addNewMessages(lang, dict) {
20
- addMessages(lang, dict);
21
- }
22
-
23
- function setLocale(_locale) {
24
- locale.set(_locale);
25
- }
26
-
27
- export { _, setupI18n, addNewMessages, setLocale };
@@ -1,26 +0,0 @@
1
- <svg width="35" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_2591_521)">
3
- <path d="M22.3588 20.1363C22.3601 20.7949 22.1782 21.4408 21.8334 22.0019C21.6456 22.3247 21.4036 22.6127 21.1179 22.8533C20.4473 23.4391 19.5846 23.7574 18.6942 23.7474C17.8037 23.7373 16.9482 23.3997 16.2909 22.7989C16.0353 22.567 15.8156 22.2984 15.6389 22.0019C15.3424 21.5116 15.1664 20.958 15.1255 20.3865C15.0845 19.815 15.1799 19.2419 15.4034 18.7144C15.6399 18.1566 16.0124 17.667 16.487 17.2905C16.9617 16.9139 17.5234 16.6623 18.1204 16.5589C18.3103 16.5455 18.5009 16.5455 18.6908 16.5589C19.6516 16.5589 20.573 16.9406 21.2524 17.62C21.9318 18.2994 22.3135 19.2208 22.3135 20.1816L22.3588 20.1363Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M17.3242 20.1371L18.2299 21.0428L20.1591 19.2314" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M22.278 6.46076C21.2037 4.5943 19.6194 3.073 17.711 2.0753C15.8025 1.0776 13.6493 0.644982 11.5036 0.828135C9.35785 1.01129 7.30885 1.8026 5.59709 3.10931C3.88533 4.41603 2.5817 6.1839 1.83935 8.20542C1.09701 10.2269 0.9467 12.4182 1.40598 14.5222C1.86526 16.6261 2.91505 18.5555 4.43229 20.0838C5.94953 21.6121 7.87136 22.6759 9.97194 23.1504C12.0725 23.6249 14.2648 23.4903 16.2917 22.7627C16.0361 22.5307 15.8163 22.2621 15.6396 21.9657C15.3432 21.4754 15.1671 20.9217 15.1262 20.3502C15.0853 19.7788 15.1806 19.2057 15.4041 18.6781C14.4907 19.0911 13.4995 19.3042 12.497 19.3031C11.2245 19.3008 9.97506 18.9635 8.87436 18.325C7.77533 17.6908 6.86538 16.7747 6.23875 15.6714V15.6714C5.33468 14.0218 5.11294 12.0836 5.62119 10.2725C6.12945 8.46132 7.32717 6.92144 8.9575 5.98306C10.5878 5.04467 12.521 4.78249 14.3424 5.25274C16.1637 5.72298 17.7284 6.88816 18.7006 8.4985C18.7123 8.52746 18.7275 8.55493 18.746 8.58009C19.3629 9.66322 19.6875 10.8882 19.6875 12.1347C19.6875 13.3813 19.3629 14.6064 18.746 15.6895C18.5748 15.9855 18.384 16.2699 18.1753 16.5408C18.3652 16.5273 18.556 16.5273 18.746 16.5408C19.3961 16.5406 20.0342 16.7154 20.5936 17.0469C21.1529 17.3783 21.6128 17.8543 21.9249 18.4246C23.1544 16.5691 23.8097 14.3923 23.8087 12.1665C23.8164 10.1621 23.2878 8.19215 22.278 6.46076V6.46076Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M12.4785 0.819336V4.94915" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M18.1391 2.32227L16.0742 5.89962" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M22.2866 6.46094L18.7002 8.52584" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M19.6875 12.1035L23.7992 12.1216" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M22.2775 17.7729L18.7363 15.708" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M12.4966 19.3398L12.4785 23.4153" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
12
- <path d="M8.883 18.3613L6.82715 21.8843" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
13
- <path d="M6.24745 15.708L2.69727 17.7276" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
14
- <path d="M5.30577 12.0946L1.20312 12.0674" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
15
- <path d="M6.30214 8.49903L2.75195 6.41602" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
16
- <path d="M6.90918 2.29492L8.94692 5.89039" stroke="white" stroke-linecap="round" stroke-linejoin="round"/>
17
- <path d="M9.7086 10.4202H8.7206L7.74805 11.0146V11.9254L8.61254 11.4082H8.6357V14.3722H9.7086V10.4202Z" fill="white"/>
18
- <path d="M11.7885 14.4803C12.8633 14.4822 13.531 13.7123 13.5329 12.4039C13.5348 11.1033 12.8633 10.3662 11.7885 10.3662C10.7117 10.3662 10.0479 11.0995 10.044 12.4039C10.0402 13.7065 10.7117 14.4783 11.7885 14.4803ZM11.7885 13.6081C11.418 13.6081 11.1517 13.2356 11.1555 12.4039C11.1594 11.5916 11.418 11.2307 11.7885 11.2307C12.159 11.2307 12.4195 11.5916 12.4214 12.4039C12.4233 13.2356 12.159 13.6081 11.7885 13.6081Z" fill="white"/>
19
- <path d="M15.305 14.4803C16.3798 14.4822 17.0475 13.7123 17.0494 12.4039C17.0513 11.1033 16.3798 10.3662 15.305 10.3662C14.2282 10.3662 13.5644 11.0995 13.5605 12.4039C13.5567 13.7065 14.2282 14.4783 15.305 14.4803ZM15.305 13.6081C14.9345 13.6081 14.6682 13.2356 14.672 12.4039C14.6759 11.5916 14.9345 11.2307 15.305 11.2307C15.6755 11.2307 15.936 11.5916 15.9379 12.4039C15.9398 13.2356 15.6755 13.6081 15.305 13.6081Z" fill="white"/>
20
- </g>
21
- <defs>
22
- <clipPath id="clip0_2591_521">
23
- <rect width="24" height="24.2989" fill="white" transform="translate(0.478516 0.139648)"/>
24
- </clipPath>
25
- </defs>
26
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="35" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.5 13.7502C9.5 14.7202 10.25 15.5002 11.17 15.5002H13.05C13.85 15.5002 14.5 14.8202 14.5 13.9702C14.5 13.0602 14.1 12.7302 13.51 12.5202L10.5 11.4702C9.91 11.2602 9.51001 10.9402 9.51001 10.0202C9.51001 9.18023 10.16 8.49023 10.96 8.49023H12.84C13.76 8.49023 14.51 9.27023 14.51 10.2402" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M12 7.5V16.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M22 6V2H18" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M17 7L22 2" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="35" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M15.7099 15.1798L12.6099 13.3298C12.0699 13.0098 11.6299 12.2398 11.6299 11.6098V7.50977" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="35" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.5 13.7502C9.5 14.7202 10.25 15.5002 11.17 15.5002H13.05C13.85 15.5002 14.5 14.8202 14.5 13.9702C14.5 13.0602 14.1 12.7302 13.51 12.5202L10.5 11.4702C9.91 11.2602 9.51001 10.9402 9.51001 10.0202C9.51001 9.18023 10.16 8.49023 10.96 8.49023H12.84C13.76 8.49023 14.51 9.27023 14.51 10.2402" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M12 7.5V16.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M22 6V2H18" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M17 7L22 2" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
- </svg>