webs-sdk 0.16.8 → 0.17.0
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/README.md +398 -398
- package/dist/components/ARFilters/ARFilters.js +54 -54
- package/dist/components/ARFilters/useDeepAR.js +1 -1
- package/dist/components/ARFilters/useDeepAR.js.map +1 -1
- package/dist/components/AvatarAI.js +5 -5
- package/dist/components/AvatarAI.js.map +1 -1
- package/dist/components/CookieConsent/constants.js +31 -31
- package/dist/components/CreativeFaceSwap.js +13 -13
- package/dist/components/CreativeFaceSwap.js.map +1 -1
- package/dist/components/MemeGenerator.d.ts +1 -0
- package/dist/components/MemeGenerator.d.ts.map +1 -1
- package/dist/components/MemeGenerator.js +13 -13
- package/dist/components/MemeGenerator.js.map +1 -1
- package/dist/components/Quiz.d.ts +1 -0
- package/dist/components/Quiz.d.ts.map +1 -1
- package/dist/components/Quiz.js +2 -5
- package/dist/components/Quiz.js.map +1 -1
- package/dist/components/Ringtone.d.ts +1 -0
- package/dist/components/Ringtone.d.ts.map +1 -1
- package/dist/components/Ringtone.js +1 -4
- package/dist/components/Ringtone.js.map +1 -1
- package/dist/components/SpinningWheel/SpinningWheel.js +7 -7
- package/dist/components/Stickers.d.ts +1 -0
- package/dist/components/Stickers.d.ts.map +1 -1
- package/dist/components/Stickers.js +1 -1
- package/dist/components/Stickers.js.map +1 -1
- package/dist/components/Wallpapers.d.ts +1 -0
- package/dist/components/Wallpapers.d.ts.map +1 -1
- package/dist/components/Wallpapers.js +1 -4
- package/dist/components/Wallpapers.js.map +1 -1
- package/dist/components/WallpapersName.d.ts +1 -0
- package/dist/components/WallpapersName.d.ts.map +1 -1
- package/dist/components/WallpapersName.js +2 -5
- package/dist/components/WallpapersName.js.map +1 -1
- package/dist/components/esports/live/EsportsLive.d.ts.map +1 -1
- package/dist/components/esports/live/EsportsLive.js +3 -3
- package/dist/components/esports/live/EsportsLive.js.map +1 -1
- package/dist/components/esports/live/api.d.ts.map +1 -1
- package/dist/components/esports/live/api.js +2 -6
- package/dist/components/esports/live/api.js.map +1 -1
- package/dist/components/esports/live/types.d.ts +1 -0
- package/dist/components/esports/live/types.d.ts.map +1 -1
- package/dist/components/esports/news/EsportsNews.d.ts.map +1 -1
- package/dist/components/esports/news/EsportsNews.js +3 -3
- package/dist/components/esports/news/EsportsNews.js.map +1 -1
- package/dist/components/esports/news/api.d.ts.map +1 -1
- package/dist/components/esports/news/api.js +2 -5
- package/dist/components/esports/news/api.js.map +1 -1
- package/dist/components/esports/news/types.d.ts +1 -0
- package/dist/components/esports/news/types.d.ts.map +1 -1
- package/dist/components/esports/videos/EsportsVideos.d.ts.map +1 -1
- package/dist/components/esports/videos/EsportsVideos.js +3 -3
- package/dist/components/esports/videos/EsportsVideos.js.map +1 -1
- package/dist/components/esports/videos/api.d.ts.map +1 -1
- package/dist/components/esports/videos/api.js +2 -5
- package/dist/components/esports/videos/api.js.map +1 -1
- package/dist/components/esports/videos/types.d.ts +1 -0
- package/dist/components/esports/videos/types.d.ts.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/useVideoValidation.d.ts +16 -0
- package/dist/utils/useVideoValidation.d.ts.map +1 -0
- package/dist/utils/useVideoValidation.js +82 -0
- package/dist/utils/useVideoValidation.js.map +1 -0
- package/dist/utils/videoValidation.d.ts +26 -0
- package/dist/utils/videoValidation.d.ts.map +1 -0
- package/dist/utils/videoValidation.js +182 -0
- package/dist/utils/videoValidation.js.map +1 -0
- package/package.json +43 -43
- package/public/spin2win/assets/border-afristream.svg +26 -26
- package/public/spin2win/assets/border-efc.svg +23 -23
- package/public/spin2win/assets/border-totalgym.svg +27 -27
- package/public/spin2win/assets/border-womantoday.svg +26 -26
- package/public/spin2win/assets/indicator-afristream.svg +28 -28
- package/public/spin2win/assets/indicator-efc.svg +29 -29
- package/public/spin2win/assets/indicator-totalgym.svg +29 -29
- package/public/spin2win/fonts/switzer/README.md +22 -22
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validationCache = void 0;
|
|
4
|
+
exports.getCacheStats = getCacheStats;
|
|
5
|
+
exports.clearValidationCache = clearValidationCache;
|
|
6
|
+
exports.cleanExpiredCache = cleanExpiredCache;
|
|
7
|
+
exports.validateVideoUrl = validateVideoUrl;
|
|
8
|
+
exports.validateVideoBatch = validateVideoBatch;
|
|
9
|
+
const DEFAULT_CONFIG = {
|
|
10
|
+
cacheTTL: 5 * 60 * 1000,
|
|
11
|
+
headRequestTimeout: 8000,
|
|
12
|
+
videoElementTimeout: 10000,
|
|
13
|
+
verbose: false,
|
|
14
|
+
};
|
|
15
|
+
exports.validationCache = new Map();
|
|
16
|
+
function getCacheStats() {
|
|
17
|
+
return {
|
|
18
|
+
size: exports.validationCache.size,
|
|
19
|
+
entries: Array.from(exports.validationCache.entries()).map(([url, entry]) => ({
|
|
20
|
+
url: url.substring(0, 50) + '...',
|
|
21
|
+
state: entry.state,
|
|
22
|
+
age: Date.now() - entry.timestamp,
|
|
23
|
+
})),
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
function clearValidationCache() {
|
|
27
|
+
exports.validationCache.clear();
|
|
28
|
+
}
|
|
29
|
+
function cleanExpiredCache(ttl = DEFAULT_CONFIG.cacheTTL) {
|
|
30
|
+
const now = Date.now();
|
|
31
|
+
let removed = 0;
|
|
32
|
+
for (const [url, entry] of exports.validationCache.entries()) {
|
|
33
|
+
if (now - entry.timestamp > ttl) {
|
|
34
|
+
exports.validationCache.delete(url);
|
|
35
|
+
removed++;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
return removed;
|
|
39
|
+
}
|
|
40
|
+
async function validateVideoUrl(url, config = {}) {
|
|
41
|
+
const cfg = Object.assign(Object.assign({}, DEFAULT_CONFIG), config);
|
|
42
|
+
if (!url || url.trim().length === 0) {
|
|
43
|
+
if (cfg.verbose)
|
|
44
|
+
console.log('[Video Validation] Empty URL provided');
|
|
45
|
+
return 'invalid';
|
|
46
|
+
}
|
|
47
|
+
const trimmedUrl = url.trim();
|
|
48
|
+
try {
|
|
49
|
+
const urlObj = new URL(trimmedUrl);
|
|
50
|
+
if (urlObj.protocol !== 'http:' && urlObj.protocol !== 'https:') {
|
|
51
|
+
if (cfg.verbose)
|
|
52
|
+
console.log(`[Video Validation] Invalid protocol (${urlObj.protocol}): ${trimmedUrl}`);
|
|
53
|
+
return 'invalid';
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
catch (_a) {
|
|
57
|
+
if (cfg.verbose)
|
|
58
|
+
console.log(`[Video Validation] Not a valid URL: ${trimmedUrl}`);
|
|
59
|
+
return 'invalid';
|
|
60
|
+
}
|
|
61
|
+
const cached = exports.validationCache.get(trimmedUrl);
|
|
62
|
+
const now = Date.now();
|
|
63
|
+
if (cached && now - cached.timestamp < cfg.cacheTTL) {
|
|
64
|
+
if (cfg.verbose)
|
|
65
|
+
console.log(`[Video Validation] Cache hit for ${trimmedUrl.substring(0, 50)}... (${cached.state})`);
|
|
66
|
+
return cached.state;
|
|
67
|
+
}
|
|
68
|
+
try {
|
|
69
|
+
if (cfg.verbose)
|
|
70
|
+
console.log(`[Video Validation] Validating URL: ${trimmedUrl.substring(0, 50)}...`);
|
|
71
|
+
const state = await validateWithHeadRequest(trimmedUrl, cfg);
|
|
72
|
+
if (state === 'valid') {
|
|
73
|
+
exports.validationCache.set(trimmedUrl, { state, timestamp: now });
|
|
74
|
+
return state;
|
|
75
|
+
}
|
|
76
|
+
if (cfg.verbose)
|
|
77
|
+
console.log('[Video Validation] HEAD request failed/inconclusive, trying video element...');
|
|
78
|
+
const fallbackState = await validateWithVideoElement(trimmedUrl, cfg);
|
|
79
|
+
exports.validationCache.set(trimmedUrl, { state: fallbackState, timestamp: now });
|
|
80
|
+
return fallbackState;
|
|
81
|
+
}
|
|
82
|
+
catch (error) {
|
|
83
|
+
if (cfg.verbose)
|
|
84
|
+
console.warn(`[Video Validation] Failed to validate URL: ${trimmedUrl}`, error);
|
|
85
|
+
exports.validationCache.set(trimmedUrl, { state: 'invalid', timestamp: now });
|
|
86
|
+
return 'invalid';
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
async function validateVideoBatch(urls, concurrency = 3, config = {}) {
|
|
90
|
+
const results = new Map();
|
|
91
|
+
const queue = [...urls];
|
|
92
|
+
const runNext = async () => {
|
|
93
|
+
const url = queue.shift();
|
|
94
|
+
if (!url)
|
|
95
|
+
return;
|
|
96
|
+
results.set(url, await validateVideoUrl(url, config));
|
|
97
|
+
await runNext();
|
|
98
|
+
};
|
|
99
|
+
await Promise.all(Array.from({ length: concurrency }, runNext));
|
|
100
|
+
return results;
|
|
101
|
+
}
|
|
102
|
+
async function validateWithHeadRequest(url, config) {
|
|
103
|
+
try {
|
|
104
|
+
const controller = new AbortController();
|
|
105
|
+
const timeoutId = setTimeout(() => controller.abort(), config.headRequestTimeout);
|
|
106
|
+
try {
|
|
107
|
+
const response = await fetch(url, {
|
|
108
|
+
method: 'HEAD',
|
|
109
|
+
signal: controller.signal,
|
|
110
|
+
cache: 'no-cache',
|
|
111
|
+
});
|
|
112
|
+
clearTimeout(timeoutId);
|
|
113
|
+
if (response.ok) {
|
|
114
|
+
if (config.verbose)
|
|
115
|
+
console.log(`[Video Validation] HEAD request successful (${response.status}): ${url.substring(0, 50)}`);
|
|
116
|
+
return 'valid';
|
|
117
|
+
}
|
|
118
|
+
if (config.verbose)
|
|
119
|
+
console.warn(`[Video Validation] HEAD request failed with status ${response.status}`);
|
|
120
|
+
return 'invalid';
|
|
121
|
+
}
|
|
122
|
+
catch (fetchError) {
|
|
123
|
+
clearTimeout(timeoutId);
|
|
124
|
+
if (config.verbose)
|
|
125
|
+
console.log('[Video Validation] HEAD request error (will try fallback):', fetchError);
|
|
126
|
+
return 'unknown';
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
catch (error) {
|
|
130
|
+
if (config.verbose)
|
|
131
|
+
console.warn('[Video Validation] HEAD request exception:', error);
|
|
132
|
+
return 'unknown';
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
async function validateWithVideoElement(url, config) {
|
|
136
|
+
return new Promise((resolve) => {
|
|
137
|
+
if (typeof document === 'undefined') {
|
|
138
|
+
if (config.verbose)
|
|
139
|
+
console.warn('[Video Validation] Not in browser environment, cannot use video element');
|
|
140
|
+
resolve('unknown');
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
const video = document.createElement('video');
|
|
144
|
+
const timeout = setTimeout(() => {
|
|
145
|
+
video.src = '';
|
|
146
|
+
if (config.verbose)
|
|
147
|
+
console.warn(`[Video Validation] Timeout validating with video element: ${url.substring(0, 50)}`);
|
|
148
|
+
resolve('invalid');
|
|
149
|
+
}, config.videoElementTimeout);
|
|
150
|
+
video.addEventListener('loadedmetadata', () => {
|
|
151
|
+
clearTimeout(timeout);
|
|
152
|
+
video.src = '';
|
|
153
|
+
if (config.verbose)
|
|
154
|
+
console.log(`[Video Validation] ✅ Valid video confirmed via element: ${url.substring(0, 50)}`);
|
|
155
|
+
resolve('valid');
|
|
156
|
+
}, { once: true });
|
|
157
|
+
video.addEventListener('canplay', () => {
|
|
158
|
+
clearTimeout(timeout);
|
|
159
|
+
video.src = '';
|
|
160
|
+
if (config.verbose)
|
|
161
|
+
console.log(`[Video Validation] ✅ Video can play: ${url.substring(0, 50)}`);
|
|
162
|
+
resolve('valid');
|
|
163
|
+
}, { once: true });
|
|
164
|
+
video.addEventListener('error', () => {
|
|
165
|
+
var _a;
|
|
166
|
+
clearTimeout(timeout);
|
|
167
|
+
const errorCode = (_a = video.error) === null || _a === void 0 ? void 0 : _a.code;
|
|
168
|
+
const errorMessage = errorCode === 1 ? 'ABORTED' :
|
|
169
|
+
errorCode === 2 ? 'NETWORK_ERROR' :
|
|
170
|
+
errorCode === 3 ? 'DECODE_ERROR' :
|
|
171
|
+
errorCode === 4 ? 'SRC_NOT_SUPPORTED' : 'UNKNOWN';
|
|
172
|
+
if (config.verbose)
|
|
173
|
+
console.warn(`[Video Validation] ❌ Failed to load video (${errorMessage}): ${url.substring(0, 50)}`);
|
|
174
|
+
video.src = '';
|
|
175
|
+
resolve('invalid');
|
|
176
|
+
}, { once: true });
|
|
177
|
+
video.preload = 'metadata';
|
|
178
|
+
video.src = url;
|
|
179
|
+
video.load();
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
//# sourceMappingURL=videoValidation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"videoValidation.js","sourceRoot":"","sources":["../../src/utils/videoValidation.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "webs-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist/**/*",
|
|
10
|
-
"public/**/*"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "next dev --turbopack",
|
|
14
|
-
"build": "tsc --project tsconfig.build.json",
|
|
15
|
-
"build:watch": "tsc --project tsconfig.build.json --watch",
|
|
16
|
-
"prepublishOnly": "npm run build",
|
|
17
|
-
"start": "next start",
|
|
18
|
-
"lint": "next lint"
|
|
19
|
-
},
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"embla-carousel-react": "^8.3.2",
|
|
22
|
-
"mixpanel-browser": "^2.72.0",
|
|
23
|
-
"motion": "^12.38.0"
|
|
24
|
-
},
|
|
25
|
-
"peerDependencies": {
|
|
26
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
27
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"@eslint/eslintrc": "^3",
|
|
31
|
-
"@tailwindcss/postcss": "^4",
|
|
32
|
-
"@types/node": "^24.3.0",
|
|
33
|
-
"@types/react": "^19",
|
|
34
|
-
"@types/react-dom": "^19",
|
|
35
|
-
"eslint": "^9",
|
|
36
|
-
"eslint-config-next": "^15.5.2",
|
|
37
|
-
"next": "^16.0.8",
|
|
38
|
-
"react": "^19.0.0",
|
|
39
|
-
"react-dom": "^19.0.0",
|
|
40
|
-
"tailwindcss": "^4",
|
|
41
|
-
"typescript": "^5.9.3"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "webs-sdk",
|
|
3
|
+
"version": "0.17.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/**/*",
|
|
10
|
+
"public/**/*"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "next dev --turbopack",
|
|
14
|
+
"build": "tsc --project tsconfig.build.json",
|
|
15
|
+
"build:watch": "tsc --project tsconfig.build.json --watch",
|
|
16
|
+
"prepublishOnly": "npm run build",
|
|
17
|
+
"start": "next start",
|
|
18
|
+
"lint": "next lint"
|
|
19
|
+
},
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"embla-carousel-react": "^8.3.2",
|
|
22
|
+
"mixpanel-browser": "^2.72.0",
|
|
23
|
+
"motion": "^12.38.0"
|
|
24
|
+
},
|
|
25
|
+
"peerDependencies": {
|
|
26
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
27
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@eslint/eslintrc": "^3",
|
|
31
|
+
"@tailwindcss/postcss": "^4",
|
|
32
|
+
"@types/node": "^24.3.0",
|
|
33
|
+
"@types/react": "^19",
|
|
34
|
+
"@types/react-dom": "^19",
|
|
35
|
+
"eslint": "^9",
|
|
36
|
+
"eslint-config-next": "^15.5.2",
|
|
37
|
+
"next": "^16.0.8",
|
|
38
|
+
"react": "^19.0.0",
|
|
39
|
+
"react-dom": "^19.0.0",
|
|
40
|
+
"tailwindcss": "^4",
|
|
41
|
+
"typescript": "^5.9.3"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
-
<g filter="url(#filter0_ii_afristream)">
|
|
3
|
-
<path d="M200.231 0C310.816 0 400.463 89.6467 400.463 200.231C400.463 310.816 310.816 400.463 200.231 400.463C89.6467 400.463 0 310.816 0 200.231C7.73641e-05 89.6467 89.6467 0 200.231 0ZM200.231 22.79C102.233 22.79 22.7901 102.233 22.79 200.231C22.79 298.23 102.233 377.673 200.231 377.673C298.23 377.673 377.673 298.23 377.673 200.231C377.673 102.233 298.23 22.79 200.231 22.79Z" fill="url(#paint0_linear_afristream)"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<filter id="filter0_ii_afristream" x="-6.1565" y="-4.10433" width="409.844" height="408.378" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
-
<feOffset dx="-6.1565" dy="-4.10433"/>
|
|
11
|
-
<feGaussianBlur stdDeviation="3.21018"/>
|
|
12
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.996 0 0 0 0 0.502 0 0 0 0 0.180 0 0 0 0.6 0"/>
|
|
14
|
-
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_afristream"/>
|
|
15
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
-
<feOffset dx="3.22483" dy="3.81117"/>
|
|
17
|
-
<feGaussianBlur stdDeviation="2.52123"/>
|
|
18
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
-
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.847 0 0 0 0 0.718 0 0 0 1 0"/>
|
|
20
|
-
<feBlend mode="normal" in2="effect1_innerShadow_afristream" result="effect2_innerShadow_afristream"/>
|
|
21
|
-
</filter>
|
|
22
|
-
<linearGradient id="paint0_linear_afristream" x1="365.091" y1="325.562" x2="54.1338" y2="64.0346" gradientUnits="userSpaceOnUse">
|
|
23
|
-
<stop stop-color="#FFB366"/>
|
|
24
|
-
<stop offset="1" stop-color="#FFB366"/>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
+
<g filter="url(#filter0_ii_afristream)">
|
|
3
|
+
<path d="M200.231 0C310.816 0 400.463 89.6467 400.463 200.231C400.463 310.816 310.816 400.463 200.231 400.463C89.6467 400.463 0 310.816 0 200.231C7.73641e-05 89.6467 89.6467 0 200.231 0ZM200.231 22.79C102.233 22.79 22.7901 102.233 22.79 200.231C22.79 298.23 102.233 377.673 200.231 377.673C298.23 377.673 377.673 298.23 377.673 200.231C377.673 102.233 298.23 22.79 200.231 22.79Z" fill="url(#paint0_linear_afristream)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<filter id="filter0_ii_afristream" x="-6.1565" y="-4.10433" width="409.844" height="408.378" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
+
<feOffset dx="-6.1565" dy="-4.10433"/>
|
|
11
|
+
<feGaussianBlur stdDeviation="3.21018"/>
|
|
12
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.996 0 0 0 0 0.502 0 0 0 0 0.180 0 0 0 0.6 0"/>
|
|
14
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_afristream"/>
|
|
15
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
+
<feOffset dx="3.22483" dy="3.81117"/>
|
|
17
|
+
<feGaussianBlur stdDeviation="2.52123"/>
|
|
18
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.847 0 0 0 0 0.718 0 0 0 1 0"/>
|
|
20
|
+
<feBlend mode="normal" in2="effect1_innerShadow_afristream" result="effect2_innerShadow_afristream"/>
|
|
21
|
+
</filter>
|
|
22
|
+
<linearGradient id="paint0_linear_afristream" x1="365.091" y1="325.562" x2="54.1338" y2="64.0346" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#FFB366"/>
|
|
24
|
+
<stop offset="1" stop-color="#FFB366"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
27
|
</svg>
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
-
<g filter="url(#filter0_ii_180_1646)">
|
|
3
|
-
<path d="M200.23 0C310.814 0.000255644 400.46 89.6467 400.46 200.23C400.46 310.814 310.814 400.46 200.23 400.46C89.6466 400.46 0.000178327 310.814 0 200.23C0 89.6465 89.6465 0 200.23 0ZM200.23 22.79C102.233 22.79 22.79 102.233 22.79 200.23C22.7903 298.228 102.233 377.671 200.23 377.671C298.228 377.671 377.67 298.228 377.67 200.23C377.67 102.233 298.228 22.7903 200.23 22.79Z" fill="#6B6B6B"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<filter id="filter0_ii_180_1646" x="-6.15646" y="-4.1043" width="409.84" height="408.375" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
-
<feOffset dx="-6.15646" dy="-4.1043"/>
|
|
11
|
-
<feGaussianBlur stdDeviation="3.21015"/>
|
|
12
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7 0"/>
|
|
14
|
-
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_1646"/>
|
|
15
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
-
<feOffset dx="3.22481" dy="3.81114"/>
|
|
17
|
-
<feGaussianBlur stdDeviation="2.52122"/>
|
|
18
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.329412 0 0 0 0 0.329412 0 0 0 0 0.329412 0 0 0 1 0"/>
|
|
20
|
-
<feBlend mode="normal" in2="effect1_innerShadow_180_1646" result="effect2_innerShadow_180_1646"/>
|
|
21
|
-
</filter>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
+
<g filter="url(#filter0_ii_180_1646)">
|
|
3
|
+
<path d="M200.23 0C310.814 0.000255644 400.46 89.6467 400.46 200.23C400.46 310.814 310.814 400.46 200.23 400.46C89.6466 400.46 0.000178327 310.814 0 200.23C0 89.6465 89.6465 0 200.23 0ZM200.23 22.79C102.233 22.79 22.79 102.233 22.79 200.23C22.7903 298.228 102.233 377.671 200.23 377.671C298.228 377.671 377.67 298.228 377.67 200.23C377.67 102.233 298.228 22.7903 200.23 22.79Z" fill="#6B6B6B"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<filter id="filter0_ii_180_1646" x="-6.15646" y="-4.1043" width="409.84" height="408.375" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
+
<feOffset dx="-6.15646" dy="-4.1043"/>
|
|
11
|
+
<feGaussianBlur stdDeviation="3.21015"/>
|
|
12
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7 0"/>
|
|
14
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_1646"/>
|
|
15
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
+
<feOffset dx="3.22481" dy="3.81114"/>
|
|
17
|
+
<feGaussianBlur stdDeviation="2.52122"/>
|
|
18
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.329412 0 0 0 0 0.329412 0 0 0 0 0.329412 0 0 0 1 0"/>
|
|
20
|
+
<feBlend mode="normal" in2="effect1_innerShadow_180_1646" result="effect2_innerShadow_180_1646"/>
|
|
21
|
+
</filter>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
-
<g filter="url(#filter0_ii_totalgym)">
|
|
3
|
-
<path d="M200.231 0C310.816 0 400.463 89.6467 400.463 200.231C400.463 310.816 310.816 400.463 200.231 400.463C89.6467 400.463 0 310.816 0 200.231C7.73641e-05 89.6467 89.6467 0 200.231 0ZM200.231 22.79C102.233 22.79 22.7901 102.233 22.79 200.231C22.79 298.23 102.233 377.673 200.231 377.673C298.23 377.673 377.673 298.23 377.673 200.231C377.673 102.233 298.23 22.79 200.231 22.79Z" fill="url(#paint0_linear_totalgym)"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<filter id="filter0_ii_totalgym" x="-6.1565" y="-4.10433" width="409.844" height="408.378" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
-
<feOffset dx="-6.1565" dy="-4.10433"/>
|
|
11
|
-
<feGaussianBlur stdDeviation="3.21018"/>
|
|
12
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.553 0 0 0 0 0.592 0 0 0 0 0.004 0 0 0 0.7 0"/>
|
|
14
|
-
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_totalgym"/>
|
|
15
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
-
<feOffset dx="3.22483" dy="3.81117"/>
|
|
17
|
-
<feGaussianBlur stdDeviation="2.52123"/>
|
|
18
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.976 0 0 0 0 0.984 0 0 0 0 0.902 0 0 0 1 0"/>
|
|
20
|
-
<feBlend mode="normal" in2="effect1_innerShadow_totalgym" result="effect2_innerShadow_totalgym"/>
|
|
21
|
-
</filter>
|
|
22
|
-
<linearGradient id="paint0_linear_totalgym" x1="365.091" y1="325.562" x2="54.1338" y2="64.0346" gradientUnits="userSpaceOnUse">
|
|
23
|
-
<stop stop-color="#D9E255"/>
|
|
24
|
-
<stop offset="1" stop-color="#D9E255"/>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
</defs>
|
|
27
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
+
<g filter="url(#filter0_ii_totalgym)">
|
|
3
|
+
<path d="M200.231 0C310.816 0 400.463 89.6467 400.463 200.231C400.463 310.816 310.816 400.463 200.231 400.463C89.6467 400.463 0 310.816 0 200.231C7.73641e-05 89.6467 89.6467 0 200.231 0ZM200.231 22.79C102.233 22.79 22.7901 102.233 22.79 200.231C22.79 298.23 102.233 377.673 200.231 377.673C298.23 377.673 377.673 298.23 377.673 200.231C377.673 102.233 298.23 22.79 200.231 22.79Z" fill="url(#paint0_linear_totalgym)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<filter id="filter0_ii_totalgym" x="-6.1565" y="-4.10433" width="409.844" height="408.378" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
+
<feOffset dx="-6.1565" dy="-4.10433"/>
|
|
11
|
+
<feGaussianBlur stdDeviation="3.21018"/>
|
|
12
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.553 0 0 0 0 0.592 0 0 0 0 0.004 0 0 0 0.7 0"/>
|
|
14
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_totalgym"/>
|
|
15
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
+
<feOffset dx="3.22483" dy="3.81117"/>
|
|
17
|
+
<feGaussianBlur stdDeviation="2.52123"/>
|
|
18
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.976 0 0 0 0 0.984 0 0 0 0 0.902 0 0 0 1 0"/>
|
|
20
|
+
<feBlend mode="normal" in2="effect1_innerShadow_totalgym" result="effect2_innerShadow_totalgym"/>
|
|
21
|
+
</filter>
|
|
22
|
+
<linearGradient id="paint0_linear_totalgym" x1="365.091" y1="325.562" x2="54.1338" y2="64.0346" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#D9E255"/>
|
|
24
|
+
<stop offset="1" stop-color="#D9E255"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
-
<g filter="url(#filter0_ii_54_1793)">
|
|
3
|
-
<path d="M200.231 0C310.816 0 400.463 89.6467 400.463 200.231C400.463 310.816 310.816 400.463 200.231 400.463C89.6467 400.463 0 310.816 0 200.231C7.73641e-05 89.6467 89.6467 0 200.231 0ZM200.231 22.79C102.233 22.79 22.7901 102.233 22.79 200.231C22.79 298.23 102.233 377.673 200.231 377.673C298.23 377.673 377.673 298.23 377.673 200.231C377.673 102.233 298.23 22.79 200.231 22.79Z" fill="url(#paint0_linear_54_1793)"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<filter id="filter0_ii_54_1793" x="-6.1565" y="-4.10433" width="409.844" height="408.378" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
-
<feOffset dx="-6.1565" dy="-4.10433"/>
|
|
11
|
-
<feGaussianBlur stdDeviation="3.21018"/>
|
|
12
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.996078 0 0 0 0 0.447059 0 0 0 0 0.447059 0 0 0 0.6 0"/>
|
|
14
|
-
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_54_1793"/>
|
|
15
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
-
<feOffset dx="3.22483" dy="3.81117"/>
|
|
17
|
-
<feGaussianBlur stdDeviation="2.52123"/>
|
|
18
|
-
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
-
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.862745 0 0 0 0 0.862745 0 0 0 1 0"/>
|
|
20
|
-
<feBlend mode="normal" in2="effect1_innerShadow_54_1793" result="effect2_innerShadow_54_1793"/>
|
|
21
|
-
</filter>
|
|
22
|
-
<linearGradient id="paint0_linear_54_1793" x1="365.091" y1="325.562" x2="54.1338" y2="64.0346" gradientUnits="userSpaceOnUse">
|
|
23
|
-
<stop stop-color="#FEB8B8"/>
|
|
24
|
-
<stop offset="1" stop-color="#FEB8B8"/>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="401" viewBox="0 0 401 401" fill="none">
|
|
2
|
+
<g filter="url(#filter0_ii_54_1793)">
|
|
3
|
+
<path d="M200.231 0C310.816 0 400.463 89.6467 400.463 200.231C400.463 310.816 310.816 400.463 200.231 400.463C89.6467 400.463 0 310.816 0 200.231C7.73641e-05 89.6467 89.6467 0 200.231 0ZM200.231 22.79C102.233 22.79 22.7901 102.233 22.79 200.231C22.79 298.23 102.233 377.673 200.231 377.673C298.23 377.673 377.673 298.23 377.673 200.231C377.673 102.233 298.23 22.79 200.231 22.79Z" fill="url(#paint0_linear_54_1793)"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<filter id="filter0_ii_54_1793" x="-6.1565" y="-4.10433" width="409.844" height="408.378" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
7
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
8
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
9
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
10
|
+
<feOffset dx="-6.1565" dy="-4.10433"/>
|
|
11
|
+
<feGaussianBlur stdDeviation="3.21018"/>
|
|
12
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
13
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.996078 0 0 0 0 0.447059 0 0 0 0 0.447059 0 0 0 0.6 0"/>
|
|
14
|
+
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_54_1793"/>
|
|
15
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
16
|
+
<feOffset dx="3.22483" dy="3.81117"/>
|
|
17
|
+
<feGaussianBlur stdDeviation="2.52123"/>
|
|
18
|
+
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
|
19
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.862745 0 0 0 0 0.862745 0 0 0 1 0"/>
|
|
20
|
+
<feBlend mode="normal" in2="effect1_innerShadow_54_1793" result="effect2_innerShadow_54_1793"/>
|
|
21
|
+
</filter>
|
|
22
|
+
<linearGradient id="paint0_linear_54_1793" x1="365.091" y1="325.562" x2="54.1338" y2="64.0346" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#FEB8B8"/>
|
|
24
|
+
<stop offset="1" stop-color="#FEB8B8"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
27
|
</svg>
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<svg width="102" height="133" viewBox="0 0 102 133" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
-
<defs>
|
|
3
|
-
<filter id="filter0_d_afristream" x="-0.000475599" y="-9.2398e-05" width="102" height="132.723" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
4
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
5
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
6
|
-
<feOffset dx="2.34533" dy="1.46583"/>
|
|
7
|
-
<feGaussianBlur stdDeviation="1.52447"/>
|
|
8
|
-
<feComposite in2="hardAlpha" operator="out"/>
|
|
9
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.996 0 0 0 0 0.463 0 0 0 0 0.180 0 0 0 1 0"/>
|
|
10
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_afristream"/>
|
|
11
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_afristream" result="shape"/>
|
|
12
|
-
</filter>
|
|
13
|
-
<linearGradient id="paint0_linear_afristream" x1="22.1125" y1="42.0126" x2="81.3468" y2="114.623" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop stop-color="#FFD6B3"/>
|
|
15
|
-
<stop offset="1" stop-color="#FFB366"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient id="paint1_linear_afristream" x1="15.6097" y1="45.0064" x2="88.1121" y2="107.341" gradientUnits="userSpaceOnUse">
|
|
18
|
-
<stop stop-color="white"/>
|
|
19
|
-
<stop offset="1" stop-color="#FF8033"/>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
</defs>
|
|
22
|
-
<g filter="url(#filter0_d_afristream)">
|
|
23
|
-
<mask id="path-1-inside-1_afristream" fill="white">
|
|
24
|
-
<path d="M47.5679 2.30598C47.9703 1.34496 49.3317 1.34494 49.7341 2.30598L63.2237 34.5662C82.5783 40.7342 96.5979 58.8565 96.5979 80.2555C96.5978 106.736 75.1308 128.202 48.6505 128.202C22.1705 128.202 0.704202 106.736 0.704116 80.2555C0.704116 58.8568 14.7231 40.7344 34.0773 34.5662L47.5679 2.30598Z"/>
|
|
25
|
-
</mask>
|
|
26
|
-
<path d="M47.5679 2.30598C47.9703 1.34496 49.3317 1.34494 49.7341 2.30598L63.2237 34.5662C82.5783 40.7342 96.5979 58.8565 96.5979 80.2555C96.5978 106.736 75.1308 128.202 48.6505 128.202C22.1705 128.202 0.704202 106.736 0.704116 80.2555C0.704116 58.8568 14.7231 40.7344 34.0773 34.5662L47.5679 2.30598Z" fill="url(#paint0_linear_afristream)"/>
|
|
27
|
-
<path d="M47.5679 2.30598L47.2971 2.1926L47.2971 2.19271L47.5679 2.30598ZM49.7341 2.30598L50.0049 2.19272L50.0049 2.19261L49.7341 2.30598ZM63.2237 34.5662L62.9529 34.6795L63.0053 34.8047L63.1346 34.8459L63.2237 34.5662ZM96.5979 80.2555H96.8914V80.2555H96.5979ZM48.6505 128.202L48.6505 128.495H48.6505V128.202ZM0.704116 80.2555H0.410536V80.2555H0.704116ZM34.0773 34.5662L34.1664 34.8459L34.2957 34.8047L34.3481 34.6795L34.0773 34.5662ZM47.5679 2.30598L47.8387 2.41936C48.1405 1.69859 49.1615 1.6986 49.4633 2.41935L49.7341 2.30598L50.0049 2.19261C49.5019 0.99128 47.8001 0.991326 47.2971 2.1926L47.5679 2.30598ZM49.7341 2.30598L49.4632 2.41924L62.9529 34.6795L63.2237 34.5662L63.4946 34.453L50.0049 2.19272L49.7341 2.30598ZM63.2237 34.5662L63.1346 34.8459C82.371 40.9762 96.3043 58.988 96.3043 80.2555H96.5979H96.8914C96.8914 58.725 82.7857 40.4921 63.3129 34.2865L63.2237 34.5662ZM96.5979 80.2555H96.3043C96.3042 106.574 74.9686 127.908 48.6505 127.908V128.202V128.495C75.2929 128.495 96.8914 106.898 96.8914 80.2555H96.5979ZM48.6505 128.202L48.6505 127.908C22.3326 127.908 0.997781 106.573 0.997696 80.2555H0.704116H0.410536C0.410622 106.898 22.0083 128.495 48.6505 128.495L48.6505 128.202ZM0.704116 80.2555H0.997696C0.997696 58.9883 14.9305 40.9765 34.1664 34.8459L34.0773 34.5662L33.9881 34.2865C14.5158 40.4924 0.410536 58.7253 0.410536 80.2555H0.704116ZM34.0773 34.5662L34.3481 34.6795L47.8388 2.41924L47.5679 2.30598L47.2971 2.19271L33.8064 34.453L34.0773 34.5662Z" fill="url(#paint1_linear_afristream)" mask="url(#path-1-inside-1_afristream)"/>
|
|
28
|
-
</g>
|
|
1
|
+
<svg width="102" height="133" viewBox="0 0 102 133" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<defs>
|
|
3
|
+
<filter id="filter0_d_afristream" x="-0.000475599" y="-9.2398e-05" width="102" height="132.723" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
4
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
5
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
6
|
+
<feOffset dx="2.34533" dy="1.46583"/>
|
|
7
|
+
<feGaussianBlur stdDeviation="1.52447"/>
|
|
8
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
9
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.996 0 0 0 0 0.463 0 0 0 0 0.180 0 0 0 1 0"/>
|
|
10
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_afristream"/>
|
|
11
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_afristream" result="shape"/>
|
|
12
|
+
</filter>
|
|
13
|
+
<linearGradient id="paint0_linear_afristream" x1="22.1125" y1="42.0126" x2="81.3468" y2="114.623" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#FFD6B3"/>
|
|
15
|
+
<stop offset="1" stop-color="#FFB366"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="paint1_linear_afristream" x1="15.6097" y1="45.0064" x2="88.1121" y2="107.341" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="white"/>
|
|
19
|
+
<stop offset="1" stop-color="#FF8033"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
<g filter="url(#filter0_d_afristream)">
|
|
23
|
+
<mask id="path-1-inside-1_afristream" fill="white">
|
|
24
|
+
<path d="M47.5679 2.30598C47.9703 1.34496 49.3317 1.34494 49.7341 2.30598L63.2237 34.5662C82.5783 40.7342 96.5979 58.8565 96.5979 80.2555C96.5978 106.736 75.1308 128.202 48.6505 128.202C22.1705 128.202 0.704202 106.736 0.704116 80.2555C0.704116 58.8568 14.7231 40.7344 34.0773 34.5662L47.5679 2.30598Z"/>
|
|
25
|
+
</mask>
|
|
26
|
+
<path d="M47.5679 2.30598C47.9703 1.34496 49.3317 1.34494 49.7341 2.30598L63.2237 34.5662C82.5783 40.7342 96.5979 58.8565 96.5979 80.2555C96.5978 106.736 75.1308 128.202 48.6505 128.202C22.1705 128.202 0.704202 106.736 0.704116 80.2555C0.704116 58.8568 14.7231 40.7344 34.0773 34.5662L47.5679 2.30598Z" fill="url(#paint0_linear_afristream)"/>
|
|
27
|
+
<path d="M47.5679 2.30598L47.2971 2.1926L47.2971 2.19271L47.5679 2.30598ZM49.7341 2.30598L50.0049 2.19272L50.0049 2.19261L49.7341 2.30598ZM63.2237 34.5662L62.9529 34.6795L63.0053 34.8047L63.1346 34.8459L63.2237 34.5662ZM96.5979 80.2555H96.8914V80.2555H96.5979ZM48.6505 128.202L48.6505 128.495H48.6505V128.202ZM0.704116 80.2555H0.410536V80.2555H0.704116ZM34.0773 34.5662L34.1664 34.8459L34.2957 34.8047L34.3481 34.6795L34.0773 34.5662ZM47.5679 2.30598L47.8387 2.41936C48.1405 1.69859 49.1615 1.6986 49.4633 2.41935L49.7341 2.30598L50.0049 2.19261C49.5019 0.99128 47.8001 0.991326 47.2971 2.1926L47.5679 2.30598ZM49.7341 2.30598L49.4632 2.41924L62.9529 34.6795L63.2237 34.5662L63.4946 34.453L50.0049 2.19272L49.7341 2.30598ZM63.2237 34.5662L63.1346 34.8459C82.371 40.9762 96.3043 58.988 96.3043 80.2555H96.5979H96.8914C96.8914 58.725 82.7857 40.4921 63.3129 34.2865L63.2237 34.5662ZM96.5979 80.2555H96.3043C96.3042 106.574 74.9686 127.908 48.6505 127.908V128.202V128.495C75.2929 128.495 96.8914 106.898 96.8914 80.2555H96.5979ZM48.6505 128.202L48.6505 127.908C22.3326 127.908 0.997781 106.573 0.997696 80.2555H0.704116H0.410536C0.410622 106.898 22.0083 128.495 48.6505 128.495L48.6505 128.202ZM0.704116 80.2555H0.997696C0.997696 58.9883 14.9305 40.9765 34.1664 34.8459L34.0773 34.5662L33.9881 34.2865C14.5158 40.4924 0.410536 58.7253 0.410536 80.2555H0.704116ZM34.0773 34.5662L34.3481 34.6795L47.8388 2.41924L47.5679 2.30598L47.2971 2.19271L33.8064 34.453L34.0773 34.5662Z" fill="url(#paint1_linear_afristream)" mask="url(#path-1-inside-1_afristream)"/>
|
|
28
|
+
</g>
|
|
29
29
|
</svg>
|