webs-sdk 0.18.68 → 0.18.71
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 +451 -451
- package/dist/components/ARFilters/ARFilters.js +54 -54
- package/dist/components/AvatarAI.js +6 -6
- package/dist/components/CookieConsent/constants.js +31 -31
- package/dist/components/CreativeFaceSwap.js +12 -12
- package/dist/components/MemeGenerator.js +12 -12
- package/dist/components/PasswordReset/constants.js +33 -33
- package/dist/components/SpinningWheel/SpinningWheel.js +7 -7
- package/dist/components/Wallpapers.d.ts +2 -1
- package/dist/components/Wallpapers.d.ts.map +1 -1
- package/dist/components/Wallpapers.js +2 -2
- package/dist/components/Wallpapers.js.map +1 -1
- package/dist/components/for-you/ForYouPage.d.ts +30 -1
- package/dist/components/for-you/ForYouPage.d.ts.map +1 -1
- package/dist/components/for-you/ForYouPage.js +200 -47
- package/dist/components/for-you/ForYouPage.js.map +1 -1
- package/dist/components/for-you/api/forYouFetch.d.ts +48 -0
- package/dist/components/for-you/api/forYouFetch.d.ts.map +1 -0
- package/dist/components/for-you/api/forYouFetch.js +147 -0
- package/dist/components/for-you/api/forYouFetch.js.map +1 -0
- package/dist/components/for-you/hooks/useMemeGenerator.d.ts +19 -18
- package/dist/components/for-you/hooks/useMemeGenerator.d.ts.map +1 -1
- package/dist/components/for-you/hooks/useMemeGenerator.js +92 -87
- package/dist/components/for-you/hooks/useMemeGenerator.js.map +1 -1
- package/dist/components/for-you/hooks/useQuiz.d.ts +4 -1
- package/dist/components/for-you/hooks/useQuiz.d.ts.map +1 -1
- package/dist/components/for-you/hooks/useQuiz.js +15 -55
- package/dist/components/for-you/hooks/useQuiz.js.map +1 -1
- package/dist/components/for-you/hooks/useStickers.d.ts +5 -1
- package/dist/components/for-you/hooks/useStickers.d.ts.map +1 -1
- package/dist/components/for-you/hooks/useStickers.js +12 -13
- package/dist/components/for-you/hooks/useStickers.js.map +1 -1
- package/dist/components/for-you/hooks/useWallpapers.d.ts +6 -1
- package/dist/components/for-you/hooks/useWallpapers.d.ts.map +1 -1
- package/dist/components/for-you/hooks/useWallpapers.js +17 -12
- package/dist/components/for-you/hooks/useWallpapers.js.map +1 -1
- package/dist/components/for-you/hooks/useWallpapersName.d.ts +6 -1
- package/dist/components/for-you/hooks/useWallpapersName.d.ts.map +1 -1
- package/dist/components/for-you/hooks/useWallpapersName.js +14 -12
- package/dist/components/for-you/hooks/useWallpapersName.js.map +1 -1
- package/dist/components/for-you/i18n/forYouTranslations.d.ts +8 -0
- package/dist/components/for-you/i18n/forYouTranslations.d.ts.map +1 -0
- package/dist/components/for-you/i18n/forYouTranslations.js +432 -0
- package/dist/components/for-you/i18n/forYouTranslations.js.map +1 -0
- package/dist/components/for-you/index.d.ts +4 -1
- package/dist/components/for-you/index.d.ts.map +1 -1
- package/dist/components/for-you/index.js +12 -1
- package/dist/components/for-you/index.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +32 -20
- package/dist/index.js.map +1 -1
- package/package.json +79 -79
- 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
package/dist/index.js
CHANGED
|
@@ -4,7 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.ContactForm = exports.getPasswordResetTexts = exports.PasswordResetForm = exports.PasswordResetRequest = exports.getCookieConsentTexts = exports.CookieConsent = exports.getBestImage = exports.addImageSuffix = exports.formatTimeAgo = exports.EsportsLiveAPI = exports.createEsportsLiveAPI = exports.EsportsLive = exports.EsportsVideosAPI = exports.createEsportsVideosAPI = exports.EsportsVideos = exports.EsportsNewsAPI = exports.createEsportsNewsAPI = exports.EsportsNews = exports.StickersForYouCard = exports.Stickers = exports.QuizForYouCard = exports.Quiz = exports.createSpinningWheelAPI = exports.SpinningWheelAPI = exports.afristreamConfig = exports.womanTodayConfig = exports.totalGymConfig = exports.vodacomConfig = exports.wheelThemes = exports.SpinningWheel = exports.ARFiltersForYouCard = exports.getARFiltersTexts = exports.ARFilters = exports.MemeGeneratorForYouCard = exports.MemeGenerator = exports.AETemplatesSection = exports.WallpapersNameForYouCard = exports.WallpapersNamePage = exports.WallpapersName = exports.RingtoneForYouCard = exports.Ringtone = exports.WallpapersForYouCard = exports.WallpapersPage = exports.Wallpapers = exports.CreativeFaceSwapPage = exports.CreativeFaceSwapForYouCard = exports.CreativeFaceSwap = exports.AvatarAIForYouCard = exports.AvatarAIPage = exports.AvatarAI = void 0;
|
|
7
|
-
exports.
|
|
7
|
+
exports.useWallpapersName = exports.useWallpapers = exports.useCreativeFaceSwap = exports.useAvatarAI = exports.StickersCard = exports.QuizCard = exports.ARFiltersCard = exports.RingtoneCard = exports.MemeGeneratorCard = exports.WallpapersNameCard = exports.WallpapersCard = exports.CreativeFaceSwapCard = exports.AvatarAICard = exports.ForYouCard = exports.deduplicateById = exports.normalizeApiResponse = exports.buildPresetUrl = exports.forYouFetch = exports.RTL_LOCALES = exports.FOR_YOU_LOCALES = exports.FOR_YOU_I18N = exports.isRTL = exports.getForYouTranslations = exports.ForYouPage = exports.isNetworkTrackerEnabled = exports.getStats = exports.clearLogs = exports.getLogs = exports.trackResponse = exports.trackRequest = exports.NetworkInspectorUI = exports.useLazyVideoValidation = exports.useValidateVideoOnMount = exports.validationCache = exports.cleanExpiredCache = exports.getCacheStats = exports.clearValidationCache = exports.validateVideoBatch = exports.validateVideoUrl = exports.isGALoaded = exports.trackGAPageView = exports.trackGAEvent = exports.updateGAConsent = exports.initGoogleAnalytics = exports.handleCDNRequest = exports.getContactFormTexts = exports.CONTACT_FORM_FIELD_REGISTRY = exports.createContactFormAPI = exports.ContactFormAPI = exports.ContactFormContent = void 0;
|
|
8
|
+
exports.useStickers = exports.useQuiz = exports.useARFilters = exports.useRingtone = exports.useMemeGenerator = void 0;
|
|
8
9
|
const networking_1 = __importDefault(require("./libraries/networking"));
|
|
9
10
|
const auth_1 = __importDefault(require("./libraries/auth"));
|
|
10
11
|
const i18n_1 = __importDefault(require("./libraries/i18n"));
|
|
@@ -148,42 +149,53 @@ Object.defineProperty(exports, "isNetworkTrackerEnabled", { enumerable: true, ge
|
|
|
148
149
|
var for_you_1 = require("./components/for-you");
|
|
149
150
|
Object.defineProperty(exports, "ForYouPage", { enumerable: true, get: function () { return for_you_1.ForYouPage; } });
|
|
150
151
|
var for_you_2 = require("./components/for-you");
|
|
151
|
-
Object.defineProperty(exports, "
|
|
152
|
+
Object.defineProperty(exports, "getForYouTranslations", { enumerable: true, get: function () { return for_you_2.getForYouTranslations; } });
|
|
153
|
+
Object.defineProperty(exports, "isRTL", { enumerable: true, get: function () { return for_you_2.isRTL; } });
|
|
154
|
+
Object.defineProperty(exports, "FOR_YOU_I18N", { enumerable: true, get: function () { return for_you_2.FOR_YOU_I18N; } });
|
|
155
|
+
Object.defineProperty(exports, "FOR_YOU_LOCALES", { enumerable: true, get: function () { return for_you_2.FOR_YOU_LOCALES; } });
|
|
156
|
+
Object.defineProperty(exports, "RTL_LOCALES", { enumerable: true, get: function () { return for_you_2.RTL_LOCALES; } });
|
|
152
157
|
var for_you_3 = require("./components/for-you");
|
|
153
|
-
Object.defineProperty(exports, "
|
|
158
|
+
Object.defineProperty(exports, "forYouFetch", { enumerable: true, get: function () { return for_you_3.forYouFetch; } });
|
|
159
|
+
Object.defineProperty(exports, "buildPresetUrl", { enumerable: true, get: function () { return for_you_3.buildPresetUrl; } });
|
|
160
|
+
Object.defineProperty(exports, "normalizeApiResponse", { enumerable: true, get: function () { return for_you_3.normalizeApiResponse; } });
|
|
161
|
+
Object.defineProperty(exports, "deduplicateById", { enumerable: true, get: function () { return for_you_3.deduplicateById; } });
|
|
154
162
|
var for_you_4 = require("./components/for-you");
|
|
155
|
-
Object.defineProperty(exports, "
|
|
163
|
+
Object.defineProperty(exports, "ForYouCard", { enumerable: true, get: function () { return for_you_4.ForYouCard; } });
|
|
156
164
|
var for_you_5 = require("./components/for-you");
|
|
157
|
-
Object.defineProperty(exports, "
|
|
165
|
+
Object.defineProperty(exports, "AvatarAICard", { enumerable: true, get: function () { return for_you_5.AvatarAICard; } });
|
|
158
166
|
var for_you_6 = require("./components/for-you");
|
|
159
|
-
Object.defineProperty(exports, "
|
|
167
|
+
Object.defineProperty(exports, "CreativeFaceSwapCard", { enumerable: true, get: function () { return for_you_6.CreativeFaceSwapCard; } });
|
|
160
168
|
var for_you_7 = require("./components/for-you");
|
|
161
|
-
Object.defineProperty(exports, "
|
|
169
|
+
Object.defineProperty(exports, "WallpapersCard", { enumerable: true, get: function () { return for_you_7.WallpapersCard; } });
|
|
162
170
|
var for_you_8 = require("./components/for-you");
|
|
163
|
-
Object.defineProperty(exports, "
|
|
171
|
+
Object.defineProperty(exports, "WallpapersNameCard", { enumerable: true, get: function () { return for_you_8.WallpapersNameCard; } });
|
|
164
172
|
var for_you_9 = require("./components/for-you");
|
|
165
|
-
Object.defineProperty(exports, "
|
|
173
|
+
Object.defineProperty(exports, "MemeGeneratorCard", { enumerable: true, get: function () { return for_you_9.MemeGeneratorCard; } });
|
|
166
174
|
var for_you_10 = require("./components/for-you");
|
|
167
|
-
Object.defineProperty(exports, "
|
|
175
|
+
Object.defineProperty(exports, "RingtoneCard", { enumerable: true, get: function () { return for_you_10.RingtoneCard; } });
|
|
168
176
|
var for_you_11 = require("./components/for-you");
|
|
169
|
-
Object.defineProperty(exports, "
|
|
177
|
+
Object.defineProperty(exports, "ARFiltersCard", { enumerable: true, get: function () { return for_you_11.ARFiltersCard; } });
|
|
170
178
|
var for_you_12 = require("./components/for-you");
|
|
171
|
-
Object.defineProperty(exports, "
|
|
179
|
+
Object.defineProperty(exports, "QuizCard", { enumerable: true, get: function () { return for_you_12.QuizCard; } });
|
|
172
180
|
var for_you_13 = require("./components/for-you");
|
|
173
|
-
Object.defineProperty(exports, "
|
|
181
|
+
Object.defineProperty(exports, "StickersCard", { enumerable: true, get: function () { return for_you_13.StickersCard; } });
|
|
174
182
|
var for_you_14 = require("./components/for-you");
|
|
175
|
-
Object.defineProperty(exports, "
|
|
183
|
+
Object.defineProperty(exports, "useAvatarAI", { enumerable: true, get: function () { return for_you_14.useAvatarAI; } });
|
|
176
184
|
var for_you_15 = require("./components/for-you");
|
|
177
|
-
Object.defineProperty(exports, "
|
|
185
|
+
Object.defineProperty(exports, "useCreativeFaceSwap", { enumerable: true, get: function () { return for_you_15.useCreativeFaceSwap; } });
|
|
178
186
|
var for_you_16 = require("./components/for-you");
|
|
179
|
-
Object.defineProperty(exports, "
|
|
187
|
+
Object.defineProperty(exports, "useWallpapers", { enumerable: true, get: function () { return for_you_16.useWallpapers; } });
|
|
180
188
|
var for_you_17 = require("./components/for-you");
|
|
181
|
-
Object.defineProperty(exports, "
|
|
189
|
+
Object.defineProperty(exports, "useWallpapersName", { enumerable: true, get: function () { return for_you_17.useWallpapersName; } });
|
|
182
190
|
var for_you_18 = require("./components/for-you");
|
|
183
|
-
Object.defineProperty(exports, "
|
|
191
|
+
Object.defineProperty(exports, "useMemeGenerator", { enumerable: true, get: function () { return for_you_18.useMemeGenerator; } });
|
|
184
192
|
var for_you_19 = require("./components/for-you");
|
|
185
|
-
Object.defineProperty(exports, "
|
|
193
|
+
Object.defineProperty(exports, "useRingtone", { enumerable: true, get: function () { return for_you_19.useRingtone; } });
|
|
186
194
|
var for_you_20 = require("./components/for-you");
|
|
187
|
-
Object.defineProperty(exports, "
|
|
195
|
+
Object.defineProperty(exports, "useARFilters", { enumerable: true, get: function () { return for_you_20.useARFilters; } });
|
|
196
|
+
var for_you_21 = require("./components/for-you");
|
|
197
|
+
Object.defineProperty(exports, "useQuiz", { enumerable: true, get: function () { return for_you_21.useQuiz; } });
|
|
198
|
+
var for_you_22 = require("./components/for-you");
|
|
199
|
+
Object.defineProperty(exports, "useStickers", { enumerable: true, get: function () { return for_you_22.useStickers; } });
|
|
188
200
|
exports.default = WebsSDK;
|
|
189
201
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "webs-sdk",
|
|
3
|
-
"version": "0.18.
|
|
4
|
-
"private": false,
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"require": "./dist/index.js",
|
|
12
|
-
"import": "./dist/index.js",
|
|
13
|
-
"default": "./dist/index.js"
|
|
14
|
-
},
|
|
15
|
-
"./ui": {
|
|
16
|
-
"types": "./dist/components/ui/index.d.ts",
|
|
17
|
-
"require": "./dist/components/ui/index.js",
|
|
18
|
-
"import": "./dist/components/ui/index.js",
|
|
19
|
-
"default": "./dist/components/ui/index.js"
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist/**/*",
|
|
24
|
-
"public/**/*"
|
|
25
|
-
],
|
|
26
|
-
"scripts": {
|
|
27
|
-
"dev": "next dev --turbopack",
|
|
28
|
-
"build": "tsc --project tsconfig.build.json",
|
|
29
|
-
"build:watch": "tsc --project tsconfig.build.json --watch",
|
|
30
|
-
"prepublishOnly": "npm run build",
|
|
31
|
-
"start": "next start",
|
|
32
|
-
"lint": "next lint"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@radix-ui/react-accordion": "^1.2.12",
|
|
36
|
-
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
37
|
-
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
38
|
-
"@radix-ui/react-avatar": "^1.1.10",
|
|
39
|
-
"@radix-ui/react-checkbox": "^1.3.3",
|
|
40
|
-
"@radix-ui/react-collapsible": "^1.1.12",
|
|
41
|
-
"@radix-ui/react-context-menu": "^2.2.16",
|
|
42
|
-
"@radix-ui/react-dialog": "^1.1.15",
|
|
43
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
44
|
-
"@radix-ui/react-hover-card": "^1.1.15",
|
|
45
|
-
"@radix-ui/react-label": "^2.1.7",
|
|
46
|
-
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
47
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
48
|
-
"@radix-ui/react-separator": "^1.1.7",
|
|
49
|
-
"@radix-ui/react-slot": "^1.2.4",
|
|
50
|
-
"@radix-ui/react-tabs": "^1.1.13",
|
|
51
|
-
"@radix-ui/react-tooltip": "^1.2.8",
|
|
52
|
-
"class-variance-authority": "^0.7.1",
|
|
53
|
-
"clsx": "^2.1.1",
|
|
54
|
-
"embla-carousel-react": "^8.3.2",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"react": "^
|
|
63
|
-
"react
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"@
|
|
68
|
-
"@types/
|
|
69
|
-
"@types/react
|
|
70
|
-
"
|
|
71
|
-
"eslint
|
|
72
|
-
"
|
|
73
|
-
"lucide-react": "^1.14.0",
|
|
74
|
-
"next": "^16.0.8",
|
|
75
|
-
"react": "^19.0.0",
|
|
76
|
-
"react-dom": "^19.0.0",
|
|
77
|
-
"typescript": "^5.9.3"
|
|
78
|
-
}
|
|
79
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "webs-sdk",
|
|
3
|
+
"version": "0.18.71",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"require": "./dist/index.js",
|
|
12
|
+
"import": "./dist/index.js",
|
|
13
|
+
"default": "./dist/index.js"
|
|
14
|
+
},
|
|
15
|
+
"./ui": {
|
|
16
|
+
"types": "./dist/components/ui/index.d.ts",
|
|
17
|
+
"require": "./dist/components/ui/index.js",
|
|
18
|
+
"import": "./dist/components/ui/index.js",
|
|
19
|
+
"default": "./dist/components/ui/index.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist/**/*",
|
|
24
|
+
"public/**/*"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"dev": "next dev --turbopack",
|
|
28
|
+
"build": "tsc --project tsconfig.build.json",
|
|
29
|
+
"build:watch": "tsc --project tsconfig.build.json --watch",
|
|
30
|
+
"prepublishOnly": "npm run build",
|
|
31
|
+
"start": "next start",
|
|
32
|
+
"lint": "next lint"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
36
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
37
|
+
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
38
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
39
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
40
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
41
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
42
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
43
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
44
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
45
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
46
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
47
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
48
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
49
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
50
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
51
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
52
|
+
"class-variance-authority": "^0.7.1",
|
|
53
|
+
"clsx": "^2.1.1",
|
|
54
|
+
"embla-carousel-react": "^8.3.2",
|
|
55
|
+
"hls.js": "^1.6.16",
|
|
56
|
+
"mixpanel-browser": "^2.72.0",
|
|
57
|
+
"motion": "^12.38.0",
|
|
58
|
+
"sonner": "^2.0.7",
|
|
59
|
+
"tailwind-merge": "^3.6.0"
|
|
60
|
+
},
|
|
61
|
+
"peerDependencies": {
|
|
62
|
+
"lucide-react": "^1.14.0",
|
|
63
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
64
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@eslint/eslintrc": "^3",
|
|
68
|
+
"@types/node": "^24.3.0",
|
|
69
|
+
"@types/react": "^19.2.14",
|
|
70
|
+
"@types/react-dom": "^19.2.3",
|
|
71
|
+
"eslint": "^9",
|
|
72
|
+
"eslint-config-next": "^15.5.2",
|
|
73
|
+
"lucide-react": "^1.14.0",
|
|
74
|
+
"next": "^16.0.8",
|
|
75
|
+
"react": "^19.0.0",
|
|
76
|
+
"react-dom": "^19.0.0",
|
|
77
|
+
"typescript": "^5.9.3"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
@@ -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>
|