@deriv/quill-icons 1.0.7-beta.2 → 1.0.7-beta.4
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/dist/Currencies/index.js +1 -540
- package/dist/Flags/index.js +1 -700
- package/dist/Illustrative/index.js +1 -752
- package/dist/LabelPaired/index.js +1 -4019
- package/dist/Logo/index.js +1 -5441
- package/dist/Markets/index.js +1 -1481
- package/dist/Social/index.js +1 -155
- package/dist/Standalone/index.js +1 -2023
- package/package.json +4 -2
- /package/dist/{types.d.ts → quill-types.d.ts} +0 -0
package/dist/Social/index.js
CHANGED
|
@@ -1,155 +1 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
|
|
4
|
-
const sizes = {
|
|
5
|
-
sm: {
|
|
6
|
-
width: 24,
|
|
7
|
-
height: 24,
|
|
8
|
-
},
|
|
9
|
-
md: {
|
|
10
|
-
width: 32,
|
|
11
|
-
height: 32,
|
|
12
|
-
},
|
|
13
|
-
lg: {
|
|
14
|
-
width: 48,
|
|
15
|
-
height: 48,
|
|
16
|
-
},
|
|
17
|
-
xl: {
|
|
18
|
-
width: 64,
|
|
19
|
-
height: 64,
|
|
20
|
-
},
|
|
21
|
-
'2xl': {
|
|
22
|
-
width: 96,
|
|
23
|
-
height: 96,
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
const SocialGoogleIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
28
|
-
React.createElement("g", { clipPath: 'url(#a)' },
|
|
29
|
-
React.createElement("path", { fill: '#3E82F1', d: 'M32 16.373c0-1.097-.1-2.194-.294-3.273H16.325v6.185h8.787a7.342 7.342 0 0 1-3.256 4.828l5.274 4.019c3.09-2.787 4.87-6.887 4.87-11.76Z' }),
|
|
30
|
-
React.createElement("path", { fill: '#32A753', d: 'M21.858 24.115c-1.458.962-3.33 1.529-5.53 1.529-4.257 0-7.852-2.814-9.136-6.6L1.734 23.19c2.77 5.404 8.42 8.82 14.593 8.811 4.412 0 8.108-1.43 10.805-3.875l-5.274-4.01Z' }),
|
|
31
|
-
React.createElement("path", { fill: '#F9BB00', d: 'M7.19 12.964 1.735 8.819a15.768 15.768 0 0 0 0 14.376L7.19 19.05a9.351 9.351 0 0 1 0-6.086Z' }),
|
|
32
|
-
React.createElement("path", { fill: '#E74133', d: 'M16.327 0C10.154 0 4.503 3.416 1.734 8.82l5.457 4.144c1.284-3.785 4.88-6.599 9.136-6.599 2.394 0 4.55.81 6.237 2.392l4.687-4.594C24.426 1.583 20.73 0 16.327 0Z' })),
|
|
33
|
-
React.createElement("defs", null,
|
|
34
|
-
React.createElement("clipPath", { id: 'a' },
|
|
35
|
-
React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
|
|
36
|
-
const ForwardRef$b = forwardRef(SocialGoogleIcon);
|
|
37
|
-
|
|
38
|
-
const SocialFacebookIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
39
|
-
React.createElement("g", { clipPath: 'url(#a)' },
|
|
40
|
-
React.createElement("circle", { cx: 16, cy: 16, r: 16, fill: '#1877F2' }),
|
|
41
|
-
React.createElement("path", { fill: '#fff', d: 'M18.5 31.806V20.75h3.728l.71-4.653H18.5v-3.02c0-1.273.62-2.514 2.608-2.514h2.017V6.603s-1.83-.315-3.581-.315c-3.655 0-6.044 2.229-6.044 6.263v3.547H9.438v4.653H13.5v11.055a16.122 16.122 0 0 0 5 0Z' })),
|
|
42
|
-
React.createElement("defs", null,
|
|
43
|
-
React.createElement("clipPath", { id: 'a' },
|
|
44
|
-
React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
|
|
45
|
-
const ForwardRef$a = forwardRef(SocialFacebookIcon);
|
|
46
|
-
|
|
47
|
-
const SocialXTwitterIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
48
|
-
React.createElement("g", { clipPath: 'url(#a)' },
|
|
49
|
-
React.createElement("path", { fill: '#000', d: 'M19.044 13.55 30.957 0h-2.823L17.79 11.765 9.53 0H0l12.493 17.79L0 32h2.823l10.923-12.424L22.471 32H32L19.044 13.55ZM3.84 2.08h4.336l19.96 27.935h-4.337L3.84 2.08Z' })),
|
|
50
|
-
React.createElement("defs", null,
|
|
51
|
-
React.createElement("clipPath", { id: 'a' },
|
|
52
|
-
React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
|
|
53
|
-
const ForwardRef$9 = forwardRef(SocialXTwitterIcon);
|
|
54
|
-
|
|
55
|
-
const SocialAppleIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
56
|
-
React.createElement("g", { fill: '#000', clipPath: 'url(#a)' },
|
|
57
|
-
React.createElement("path", { d: 'M22.248 0c.195 1.894-.542 3.749-1.627 5.129-1.125 1.34-2.907 2.405-4.69 2.248-.233-1.815.66-3.746 1.667-4.93C18.721 1.066 20.66.08 22.248 0ZM18.064 8.672c1.158-.464 2.59-1.038 4.165-.943 1.006.08 3.904.395 5.76 3.185l-.06.041c-.476.317-3.378 2.248-3.342 6.057.036 4.537 3.678 6.238 4.16 6.463a.52.52 0 0 1 .053.026l-.01.032c-.092.3-.72 2.36-2.153 4.49-1.315 1.97-2.668 3.896-4.833 3.935-1.02.02-1.706-.28-2.422-.592-.75-.326-1.53-.667-2.757-.667-1.286 0-2.104.351-2.891.69-.68.29-1.336.572-2.25.61-2.087.077-3.67-2.087-4.985-4.053-2.707-3.973-4.755-11.21-1.971-16.088C5.88 9.42 8.354 7.887 11.02 7.847c1.164-.022 2.278.426 3.25.816.739.297 1.396.562 1.93.562.485 0 1.118-.254 1.864-.553Z' })),
|
|
58
|
-
React.createElement("defs", null,
|
|
59
|
-
React.createElement("clipPath", { id: 'a' },
|
|
60
|
-
React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
|
|
61
|
-
const ForwardRef$8 = forwardRef(SocialAppleIcon);
|
|
62
|
-
|
|
63
|
-
const SocialWhatsappIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 40 40', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
64
|
-
React.createElement("g", { filter: 'url(#a)' },
|
|
65
|
-
React.createElement("path", { fill: 'url(#b)', d: 'm4.558 34.246 2.184-7.968a15.376 15.376 0 0 1-2.055-7.684c0-8.48 6.906-15.378 15.378-15.378 4.117 0 7.975 1.604 10.878 4.507a15.283 15.283 0 0 1 4.5 10.878c0 8.48-6.906 15.378-15.378 15.378h-.008c-2.574 0-5.103-.65-7.348-1.872l-8.151 2.139Z' }),
|
|
66
|
-
React.createElement("path", { fill: 'url(#c)', d: 'm4 34.667 2.261-8.113a15.863 15.863 0 0 1-2.123-7.96c0-8.785 7.15-15.927 15.935-15.927 4.262 0 8.265 1.657 11.267 4.667A15.794 15.794 0 0 1 36 18.602c0 8.785-7.15 15.927-15.935 15.927h-.008c-2.666 0-5.286-.672-7.616-1.94L4 34.667Zm8.838-4.966.482.29a13.276 13.276 0 0 0 6.737 1.85h.008c7.295 0 13.238-5.936 13.238-13.24 0-3.536-1.375-6.86-3.873-9.365a13.138 13.138 0 0 0-9.365-3.88c-7.303 0-13.246 5.935-13.246 13.238 0 2.498.695 4.935 2.024 7.043l.313.505-1.336 4.88 5.018-1.32Z' }),
|
|
67
|
-
React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M16.085 11.924c-.298-.664-.611-.68-.894-.687-.23-.008-.497-.008-.764-.008s-.695.1-1.062.497c-.366.397-1.39 1.36-1.39 3.323 0 1.955 1.428 3.85 1.627 4.117.199.267 2.758 4.415 6.799 6.012 3.361 1.33 4.049 1.062 4.774.993.734-.069 2.353-.962 2.69-1.894.328-.932.328-1.727.228-1.895-.099-.168-.366-.267-.764-.466-.397-.198-2.352-1.16-2.72-1.298-.366-.138-.633-.2-.893.198-.267.397-1.031 1.291-1.26 1.559-.23.267-.466.297-.863.099-.398-.199-1.681-.619-3.201-1.979-1.184-1.054-1.986-2.36-2.216-2.757-.229-.398-.022-.611.176-.81.176-.176.397-.466.596-.695.199-.23.267-.398.397-.665s.069-.496-.03-.695c-.1-.199-.879-2.162-1.23-2.949Z', clipRule: 'evenodd' })),
|
|
68
|
-
React.createElement("defs", null,
|
|
69
|
-
React.createElement("linearGradient", { id: 'b', x1: 20, x2: 20, y1: 34.664, y2: 2.665, gradientUnits: 'userSpaceOnUse' },
|
|
70
|
-
React.createElement("stop", { stopColor: '#20B038' }),
|
|
71
|
-
React.createElement("stop", { offset: 1, stopColor: '#60D66A' })),
|
|
72
|
-
React.createElement("linearGradient", { id: 'c', x1: 20, x2: 20, y1: 34.8, y2: 2.658, gradientUnits: 'userSpaceOnUse' },
|
|
73
|
-
React.createElement("stop", { stopColor: '#F9F9F9' }),
|
|
74
|
-
React.createElement("stop", { offset: 1, stopColor: '#fff' })),
|
|
75
|
-
React.createElement("filter", { id: 'a', width: 40, height: 40, x: 0, y: 0, colorInterpolationFilters: 'sRGB', filterUnits: 'userSpaceOnUse' },
|
|
76
|
-
React.createElement("feFlood", { floodOpacity: 0, result: 'BackgroundImageFix' }),
|
|
77
|
-
React.createElement("feColorMatrix", { in: 'SourceAlpha', result: 'hardAlpha', values: '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' }),
|
|
78
|
-
React.createElement("feOffset", { dy: 1.333 }),
|
|
79
|
-
React.createElement("feGaussianBlur", { stdDeviation: 1.333 }),
|
|
80
|
-
React.createElement("feColorMatrix", { values: '0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0.06 0' }),
|
|
81
|
-
React.createElement("feBlend", { in2: 'BackgroundImageFix', result: 'effect1_dropShadow_925_1940' }),
|
|
82
|
-
React.createElement("feColorMatrix", { in: 'SourceAlpha', result: 'hardAlpha', values: '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' }),
|
|
83
|
-
React.createElement("feOffset", { dy: 1.333 }),
|
|
84
|
-
React.createElement("feGaussianBlur", { stdDeviation: 2 }),
|
|
85
|
-
React.createElement("feColorMatrix", { values: '0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0.1 0' }),
|
|
86
|
-
React.createElement("feBlend", { in2: 'effect1_dropShadow_925_1940', result: 'effect2_dropShadow_925_1940' }),
|
|
87
|
-
React.createElement("feBlend", { in: 'SourceGraphic', in2: 'effect2_dropShadow_925_1940', result: 'shape' })))));
|
|
88
|
-
const ForwardRef$7 = forwardRef(SocialWhatsappIcon);
|
|
89
|
-
|
|
90
|
-
const SocialLinkedinIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
91
|
-
React.createElement("g", { fillRule: 'evenodd', clipRule: 'evenodd' },
|
|
92
|
-
React.createElement("path", { fill: '#fff', d: 'M16.498 12.19h-4.307v15.238h4.57V20.11c0-2.553 1.096-4.109 3.395-4.109 1.892 0 2.701 1.779 2.701 3.805v7.623h4.571v-8.457c0-4.527-1.284-6.971-5.888-6.971-2.398 0-4.337 1.202-4.994 2.387h-.048V12.19ZM9.143 27.428H4.572V12.19h4.57v15.238Zm.354-19.477a2.865 2.865 0 0 0-.005-2.197 2.847 2.847 0 0 0-2.635-1.751 2.856 2.856 0 1 0 2.64 3.948Z' }),
|
|
93
|
-
React.createElement("path", { fill: '#0073B0', d: 'M29.682 0H2.412C1.108 0 0 1.032 0 2.302v27.394C0 30.968.727 32 2.031 32h27.27C30.607 32 32 30.968 32 29.696V2.302A2.294 2.294 0 0 0 29.682 0ZM12.191 12.19h4.307v2.197h.048C17.203 13.202 19.142 12 21.54 12c4.604 0 5.888 2.444 5.888 6.971v8.457h-4.57v-7.623c0-2.026-.81-3.805-2.702-3.805-2.299 0-3.394 1.556-3.394 4.11v7.318H12.19V12.19ZM4.57 27.428h4.572V12.19H4.572v15.238ZM9.715 6.857a2.865 2.865 0 0 1-.836 2.02 2.866 2.866 0 0 1-2.02.838A2.862 2.862 0 0 1 4.22 7.952a2.849 2.849 0 0 1 .619-3.113 2.856 2.856 0 0 1 4.876 2.018Z' }))));
|
|
94
|
-
const ForwardRef$6 = forwardRef(SocialLinkedinIcon);
|
|
95
|
-
|
|
96
|
-
const SocialTelegramIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
97
|
-
React.createElement("path", { fill: 'url(#a)', d: 'M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Z' }),
|
|
98
|
-
React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M7.243 15.83c4.664-2.032 7.774-3.371 9.33-4.019 4.444-1.848 5.367-2.169 5.969-2.18.132-.002.428.031.62.187a.674.674 0 0 1 .228.433c.021.125.047.408.026.63-.24 2.53-1.282 8.67-1.812 11.503-.225 1.199-.666 1.601-1.094 1.64-.929.086-1.634-.614-2.534-1.204-1.409-.923-2.204-1.497-3.571-2.398-1.58-1.041-.556-1.613.345-2.548.235-.245 4.33-3.969 4.408-4.306.01-.043.02-.2-.074-.283-.094-.084-.232-.055-.331-.033-.142.033-2.391 1.52-6.75 4.461-.638.439-1.216.652-1.735.641-.57-.012-1.67-.323-2.487-.588-1.002-.326-1.798-.498-1.729-1.051.037-.288.433-.583 1.19-.884Z', clipRule: 'evenodd' }),
|
|
99
|
-
React.createElement("defs", null,
|
|
100
|
-
React.createElement("linearGradient", { id: 'a', x1: 16, x2: 16, y1: 0, y2: 31.763, gradientUnits: 'userSpaceOnUse' },
|
|
101
|
-
React.createElement("stop", { stopColor: '#2AABEE' }),
|
|
102
|
-
React.createElement("stop", { offset: 1, stopColor: '#229ED9' })))));
|
|
103
|
-
const ForwardRef$5 = forwardRef(SocialTelegramIcon);
|
|
104
|
-
|
|
105
|
-
const SocialRedditIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
106
|
-
React.createElement("path", { fill: '#FF4500', d: 'M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Z' }),
|
|
107
|
-
React.createElement("path", { fill: '#fff', d: 'M26.667 16a2.34 2.34 0 0 0-2.34-2.34c-.636 0-1.197.244-1.609.656-1.59-1.142-3.799-1.89-6.231-1.984l1.066-4.996 3.462.73a1.668 1.668 0 0 0 3.331-.075 1.67 1.67 0 0 0-1.665-1.666c-.655 0-1.217.374-1.479.936l-3.873-.824a.466.466 0 0 0-.318.057.456.456 0 0 0-.188.262l-1.178 5.576c-2.49.075-4.716.805-6.326 1.984a2.36 2.36 0 0 0-1.609-.655A2.34 2.34 0 0 0 5.37 16a2.33 2.33 0 0 0 1.386 2.133 4.38 4.38 0 0 0-.057.711c0 3.593 4.174 6.494 9.339 6.494 5.164 0 9.337-2.9 9.337-6.494 0-.243-.018-.467-.056-.692A2.421 2.421 0 0 0 26.667 16Zm-16 1.666A1.67 1.67 0 0 1 12.332 16a1.67 1.67 0 0 1 1.666 1.666 1.67 1.67 0 0 1-1.666 1.665 1.67 1.67 0 0 1-1.665-1.665Zm9.3 4.397c-1.141 1.142-3.312 1.216-3.948 1.216-.636 0-2.826-.093-3.949-1.216a.44.44 0 0 1 0-.617.44.44 0 0 1 .618 0c.71.71 2.245.973 3.35.973 1.104 0 2.62-.262 3.35-.973a.44.44 0 0 1 .617 0 .481.481 0 0 1-.038.617Zm-.3-2.732a1.67 1.67 0 0 1-1.665-1.665A1.67 1.67 0 0 1 19.668 16a1.67 1.67 0 0 1 1.665 1.666 1.67 1.67 0 0 1-1.665 1.665Z' })));
|
|
108
|
-
const ForwardRef$4 = forwardRef(SocialRedditIcon);
|
|
109
|
-
|
|
110
|
-
const SocialInstagramIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
111
|
-
React.createElement("path", { fill: 'url(#a)', d: 'M26.462 7.46a1.922 1.922 0 1 0-3.844 0 1.922 1.922 0 0 0 3.844 0Z' }),
|
|
112
|
-
React.createElement("path", { fill: 'url(#b)', d: 'M29.022 22.465c-.071 1.56-.332 2.407-.549 2.97a4.943 4.943 0 0 1-1.2 1.84c-.558.56-1.091.907-1.838 1.194-.563.22-1.413.482-2.974.556-1.686.075-2.186.09-6.463.09-4.273 0-4.777-.015-6.463-.09-1.56-.074-2.407-.336-2.97-.556a4.894 4.894 0 0 1-1.84-1.194 4.877 4.877 0 0 1-1.198-1.84c-.217-.563-.482-1.41-.55-2.97-.081-1.687-.096-2.195-.096-6.463 0-4.277.015-4.78.097-6.467.067-1.56.332-2.407.549-2.975a4.869 4.869 0 0 1 1.198-1.836 4.95 4.95 0 0 1 1.84-1.197c.563-.22 1.41-.479 2.97-.553 1.686-.074 2.19-.093 6.463-.093 4.277 0 4.777.019 6.463.093 1.56.074 2.411.332 2.974.553.747.29 1.28.638 1.837 1.197.563.56.91 1.09 1.201 1.836.217.568.478 1.415.55 2.975.077 1.686.096 2.19.096 6.467 0 4.268-.019 4.776-.097 6.463Zm2.88-13.062c-.078-1.704-.346-2.87-.746-3.884a7.8 7.8 0 0 0-1.843-2.836A7.867 7.867 0 0 0 26.481.839C25.462.444 24.3.172 22.596.097 20.89.015 20.346 0 15.998 0 11.655 0 11.106.015 9.4.097 7.7.172 6.54.444 5.515.84a7.887 7.887 0 0 0-2.828 1.844A7.862 7.862 0 0 0 .84 5.519C.444 6.534.176 7.7.093 9.403.02 11.11 0 11.655 0 16.002c0 4.344.019 4.888.093 6.594.083 1.701.351 2.865.747 3.885a7.848 7.848 0 0 0 1.847 2.832 7.884 7.884 0 0 0 2.828 1.847c1.024.396 2.184.665 3.885.743 1.706.078 2.255.097 6.598.097 4.347 0 4.892-.019 6.598-.097 1.705-.078 2.866-.347 3.885-.743a7.865 7.865 0 0 0 2.832-1.847 7.786 7.786 0 0 0 1.843-2.832c.4-1.02.668-2.184.747-3.885.078-1.706.097-2.25.097-6.594 0-4.347-.019-4.893-.097-6.599Z' }),
|
|
113
|
-
React.createElement("path", { fill: 'url(#c)', d: 'M15.998 21.33a5.33 5.33 0 0 1-5.332-5.328 5.334 5.334 0 1 1 10.67 0 5.334 5.334 0 0 1-5.338 5.329Zm0-13.55c-4.538 0-8.213 3.684-8.213 8.222a8.213 8.213 0 0 0 8.213 8.213c4.538 0 8.218-3.679 8.218-8.213 0-4.538-3.68-8.221-8.218-8.221Z' }),
|
|
114
|
-
React.createElement("defs", null,
|
|
115
|
-
React.createElement("linearGradient", { id: 'a', x1: -185.895, x2: 56.12, y1: -185.731, y2: 56.081, gradientUnits: 'userSpaceOnUse' },
|
|
116
|
-
React.createElement("stop", { stopColor: '#FFD521' }),
|
|
117
|
-
React.createElement("stop", { offset: 0.05, stopColor: '#FFD521' }),
|
|
118
|
-
React.createElement("stop", { offset: 0.501, stopColor: '#F50000' }),
|
|
119
|
-
React.createElement("stop", { offset: 0.95, stopColor: '#B900B4' }),
|
|
120
|
-
React.createElement("stop", { offset: 0.95, stopColor: '#B900B4' }),
|
|
121
|
-
React.createElement("stop", { offset: 1, stopColor: '#B900B4' })),
|
|
122
|
-
React.createElement("linearGradient", { id: 'b', x1: 0.289, x2: 29.359, y1: 0.291, y2: 29.361, gradientUnits: 'userSpaceOnUse' },
|
|
123
|
-
React.createElement("stop", { stopColor: '#FFD521' }),
|
|
124
|
-
React.createElement("stop", { offset: 0.05, stopColor: '#FFD521' }),
|
|
125
|
-
React.createElement("stop", { offset: 0.501, stopColor: '#F50000' }),
|
|
126
|
-
React.createElement("stop", { offset: 0.95, stopColor: '#B900B4' }),
|
|
127
|
-
React.createElement("stop", { offset: 0.95, stopColor: '#B900B4' }),
|
|
128
|
-
React.createElement("stop", { offset: 1, stopColor: '#B900B4' })),
|
|
129
|
-
React.createElement("linearGradient", { id: 'c', x1: 0.297, x2: 29.36, y1: 31.71, y2: 2.647, gradientUnits: 'userSpaceOnUse' },
|
|
130
|
-
React.createElement("stop", { stopColor: '#FFD521' }),
|
|
131
|
-
React.createElement("stop", { offset: 0.05, stopColor: '#FFD521' }),
|
|
132
|
-
React.createElement("stop", { offset: 0.501, stopColor: '#F50000' }),
|
|
133
|
-
React.createElement("stop", { offset: 0.95, stopColor: '#B900B4' }),
|
|
134
|
-
React.createElement("stop", { offset: 0.95, stopColor: '#B900B4' }),
|
|
135
|
-
React.createElement("stop", { offset: 1, stopColor: '#B900B4' })))));
|
|
136
|
-
const ForwardRef$3 = forwardRef(SocialInstagramIcon);
|
|
137
|
-
|
|
138
|
-
const SocialYoutubeIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
139
|
-
React.createElement("path", { fill: 'red', d: 'M31.34 8.303a4.01 4.01 0 0 0-2.82-2.82C26.016 4.797 16 4.797 16 4.797s-10.017 0-12.52.66C2.134 5.824 1.027 6.931.658 8.302 0 10.807 0 16 0 16s0 5.22.659 7.697a4.01 4.01 0 0 0 2.82 2.82c2.53.686 12.52.686 12.52.686s10.017 0 12.521-.66a4.01 4.01 0 0 0 2.82-2.82c.66-2.504.66-7.697.66-7.697s.026-5.219-.66-7.723Z' }),
|
|
140
|
-
React.createElement("path", { fill: '#fff', d: 'M12.81 20.797 21.14 16l-8.33-4.797v9.594Z' })));
|
|
141
|
-
const ForwardRef$2 = forwardRef(SocialYoutubeIcon);
|
|
142
|
-
|
|
143
|
-
const SocialTiktokBrandIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
144
|
-
React.createElement("path", { fill: '#25F4EE', d: 'M12.872 12.6v-1.25a9.622 9.622 0 0 0-1.308-.095c-5.35 0-9.702 4.352-9.702 9.702a9.697 9.697 0 0 0 4.142 7.944 9.663 9.663 0 0 1-2.606-6.606c0-5.273 4.23-9.573 9.474-9.696Z' }),
|
|
145
|
-
React.createElement("path", { fill: '#25F4EE', d: 'M13.1 26.728a4.433 4.433 0 0 0 4.423-4.264l.008-21.126h3.86A7.334 7.334 0 0 1 21.267 0h-5.272l-.008 21.126a4.432 4.432 0 0 1-4.423 4.264c-.741 0-1.44-.186-2.055-.508a4.423 4.423 0 0 0 3.591 1.846ZM28.601 8.507V7.333a7.293 7.293 0 0 1-3.994-1.187A7.339 7.339 0 0 0 28.6 8.507Z' }),
|
|
146
|
-
React.createElement("path", { fill: '#FE2C55', d: 'M24.607 6.146a7.3 7.3 0 0 1-1.804-4.808h-1.412a7.348 7.348 0 0 0 3.216 4.808ZM11.564 16.527a4.437 4.437 0 0 0-4.431 4.432c0 1.701.966 3.181 2.376 3.923a4.405 4.405 0 0 1-.84-2.586 4.437 4.437 0 0 1 4.431-4.431 4.4 4.4 0 0 1 1.308.204v-5.381a9.64 9.64 0 0 0-1.308-.096c-.076 0-.151.006-.228.007l-.001 4.132a4.352 4.352 0 0 0-1.307-.204Z' }),
|
|
147
|
-
React.createElement("path", { fill: '#FE2C55', d: 'M28.601 8.507v4.098c-2.734 0-5.266-.875-7.334-2.358V20.96c0 5.35-4.353 9.703-9.703 9.703a9.641 9.641 0 0 1-5.56-1.76A9.678 9.678 0 0 0 13.102 32c5.35 0 9.702-4.352 9.702-9.703V11.584a12.534 12.534 0 0 0 7.334 2.359V8.67a7.367 7.367 0 0 1-1.537-.163Z' }),
|
|
148
|
-
React.createElement("path", { fill: '#000', d: 'M21.267 20.96V10.247a12.541 12.541 0 0 0 7.334 2.358V8.507a7.339 7.339 0 0 1-3.994-2.361 7.348 7.348 0 0 1-3.216-4.808h-3.86l-.008 21.126a4.433 4.433 0 0 1-4.423 4.264 4.424 4.424 0 0 1-3.592-1.849 4.43 4.43 0 0 1-2.375-3.92 4.437 4.437 0 0 1 4.431-4.432c.456 0 .893.075 1.307.204v-4.134c-5.244.123-9.473 4.425-9.473 9.698 0 2.55.99 4.873 2.606 6.606a9.643 9.643 0 0 0 5.56 1.758c5.35 0 9.703-4.352 9.703-9.703v.004Z' })));
|
|
149
|
-
const ForwardRef$1 = forwardRef(SocialTiktokBrandIcon);
|
|
150
|
-
|
|
151
|
-
const SocialTiktokBlackIcon = ({ iconSize = 'md', ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, ...props },
|
|
152
|
-
React.createElement("path", { fill: '#000', d: 'M25.785 6.414A7.67 7.67 0 0 1 22.299 0h-5.502l-.009 22.048a4.627 4.627 0 0 1-4.615 4.451 4.595 4.595 0 0 1-2.145-.531 4.629 4.629 0 0 1-2.48-4.093 4.63 4.63 0 0 1 4.625-4.625c.476 0 .932.078 1.365.214v-5.617c-.447-.06-.901-.098-1.365-.098-5.583 0-10.126 4.543-10.126 10.126 0 3.426 1.711 6.458 4.322 8.29A10.065 10.065 0 0 0 12.173 32c5.583 0 10.126-4.542 10.126-10.126v-11.18a13.083 13.083 0 0 0 7.654 2.461V7.653a7.603 7.603 0 0 1-4.167-1.24l-.001.001Z' })));
|
|
153
|
-
const ForwardRef = forwardRef(SocialTiktokBlackIcon);
|
|
154
|
-
|
|
155
|
-
export { ForwardRef$8 as SocialAppleIcon, ForwardRef$a as SocialFacebookIcon, ForwardRef$b as SocialGoogleIcon, ForwardRef$3 as SocialInstagramIcon, ForwardRef$6 as SocialLinkedinIcon, ForwardRef$4 as SocialRedditIcon, ForwardRef$5 as SocialTelegramIcon, ForwardRef as SocialTiktokBlackIcon, ForwardRef$1 as SocialTiktokBrandIcon, ForwardRef$7 as SocialWhatsappIcon, ForwardRef$9 as SocialXTwitterIcon, ForwardRef$2 as SocialYoutubeIcon };
|
|
1
|
+
import*as e from"react";import{forwardRef as t}from"react";const l={sm:{width:24,height:24},md:{width:32,height:32},lg:{width:48,height:48},xl:{width:64,height:64},"2xl":{width:96,height:96}},a=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("g",{clipPath:"url(#a)"},e.createElement("path",{fill:"#3E82F1",d:"M32 16.373c0-1.097-.1-2.194-.294-3.273H16.325v6.185h8.787a7.342 7.342 0 0 1-3.256 4.828l5.274 4.019c3.09-2.787 4.87-6.887 4.87-11.76Z"}),e.createElement("path",{fill:"#32A753",d:"M21.858 24.115c-1.458.962-3.33 1.529-5.53 1.529-4.257 0-7.852-2.814-9.136-6.6L1.734 23.19c2.77 5.404 8.42 8.82 14.593 8.811 4.412 0 8.108-1.43 10.805-3.875l-5.274-4.01Z"}),e.createElement("path",{fill:"#F9BB00",d:"M7.19 12.964 1.735 8.819a15.768 15.768 0 0 0 0 14.376L7.19 19.05a9.351 9.351 0 0 1 0-6.086Z"}),e.createElement("path",{fill:"#E74133",d:"M16.327 0C10.154 0 4.503 3.416 1.734 8.82l5.457 4.144c1.284-3.785 4.88-6.599 9.136-6.599 2.394 0 4.55.81 6.237 2.392l4.687-4.594C24.426 1.583 20.73 0 16.327 0Z"})),e.createElement("defs",null,e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h32v32H0z"})))))),o=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("g",{clipPath:"url(#a)"},e.createElement("circle",{cx:16,cy:16,r:16,fill:"#1877F2"}),e.createElement("path",{fill:"#fff",d:"M18.5 31.806V20.75h3.728l.71-4.653H18.5v-3.02c0-1.273.62-2.514 2.608-2.514h2.017V6.603s-1.83-.315-3.581-.315c-3.655 0-6.044 2.229-6.044 6.263v3.547H9.438v4.653H13.5v11.055a16.122 16.122 0 0 0 5 0Z"})),e.createElement("defs",null,e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h32v32H0z"})))))),r=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("g",{clipPath:"url(#a)"},e.createElement("path",{fill:"#000",d:"M19.044 13.55 30.957 0h-2.823L17.79 11.765 9.53 0H0l12.493 17.79L0 32h2.823l10.923-12.424L22.471 32H32L19.044 13.55ZM3.84 2.08h4.336l19.96 27.935h-4.337L3.84 2.08Z"})),e.createElement("defs",null,e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h32v32H0z"})))))),c=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("g",{fill:"#000",clipPath:"url(#a)"},e.createElement("path",{d:"M22.248 0c.195 1.894-.542 3.749-1.627 5.129-1.125 1.34-2.907 2.405-4.69 2.248-.233-1.815.66-3.746 1.667-4.93C18.721 1.066 20.66.08 22.248 0ZM18.064 8.672c1.158-.464 2.59-1.038 4.165-.943 1.006.08 3.904.395 5.76 3.185l-.06.041c-.476.317-3.378 2.248-3.342 6.057.036 4.537 3.678 6.238 4.16 6.463a.52.52 0 0 1 .053.026l-.01.032c-.092.3-.72 2.36-2.153 4.49-1.315 1.97-2.668 3.896-4.833 3.935-1.02.02-1.706-.28-2.422-.592-.75-.326-1.53-.667-2.757-.667-1.286 0-2.104.351-2.891.69-.68.29-1.336.572-2.25.61-2.087.077-3.67-2.087-4.985-4.053-2.707-3.973-4.755-11.21-1.971-16.088C5.88 9.42 8.354 7.887 11.02 7.847c1.164-.022 2.278.426 3.25.816.739.297 1.396.562 1.93.562.485 0 1.118-.254 1.864-.553Z"})),e.createElement("defs",null,e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h32v32H0z"})))))),n=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40",...l[t],role:"img",ref:o,...a},e.createElement("g",{filter:"url(#a)"},e.createElement("path",{fill:"url(#b)",d:"m4.558 34.246 2.184-7.968a15.376 15.376 0 0 1-2.055-7.684c0-8.48 6.906-15.378 15.378-15.378 4.117 0 7.975 1.604 10.878 4.507a15.283 15.283 0 0 1 4.5 10.878c0 8.48-6.906 15.378-15.378 15.378h-.008c-2.574 0-5.103-.65-7.348-1.872l-8.151 2.139Z"}),e.createElement("path",{fill:"url(#c)",d:"m4 34.667 2.261-8.113a15.863 15.863 0 0 1-2.123-7.96c0-8.785 7.15-15.927 15.935-15.927 4.262 0 8.265 1.657 11.267 4.667A15.794 15.794 0 0 1 36 18.602c0 8.785-7.15 15.927-15.935 15.927h-.008c-2.666 0-5.286-.672-7.616-1.94L4 34.667Zm8.838-4.966.482.29a13.276 13.276 0 0 0 6.737 1.85h.008c7.295 0 13.238-5.936 13.238-13.24 0-3.536-1.375-6.86-3.873-9.365a13.138 13.138 0 0 0-9.365-3.88c-7.303 0-13.246 5.935-13.246 13.238 0 2.498.695 4.935 2.024 7.043l.313.505-1.336 4.88 5.018-1.32Z"}),e.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M16.085 11.924c-.298-.664-.611-.68-.894-.687-.23-.008-.497-.008-.764-.008s-.695.1-1.062.497c-.366.397-1.39 1.36-1.39 3.323 0 1.955 1.428 3.85 1.627 4.117.199.267 2.758 4.415 6.799 6.012 3.361 1.33 4.049 1.062 4.774.993.734-.069 2.353-.962 2.69-1.894.328-.932.328-1.727.228-1.895-.099-.168-.366-.267-.764-.466-.397-.198-2.352-1.16-2.72-1.298-.366-.138-.633-.2-.893.198-.267.397-1.031 1.291-1.26 1.559-.23.267-.466.297-.863.099-.398-.199-1.681-.619-3.201-1.979-1.184-1.054-1.986-2.36-2.216-2.757-.229-.398-.022-.611.176-.81.176-.176.397-.466.596-.695.199-.23.267-.398.397-.665s.069-.496-.03-.695c-.1-.199-.879-2.162-1.23-2.949Z",clipRule:"evenodd"})),e.createElement("defs",null,e.createElement("linearGradient",{id:"b",x1:20,x2:20,y1:34.664,y2:2.665,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#20B038"}),e.createElement("stop",{offset:1,stopColor:"#60D66A"})),e.createElement("linearGradient",{id:"c",x1:20,x2:20,y1:34.8,y2:2.658,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#F9F9F9"}),e.createElement("stop",{offset:1,stopColor:"#fff"})),e.createElement("filter",{id:"a",width:40,height:40,x:0,y:0,colorInterpolationFilters:"sRGB",filterUnits:"userSpaceOnUse"},e.createElement("feFlood",{floodOpacity:0,result:"BackgroundImageFix"}),e.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),e.createElement("feOffset",{dy:1.333}),e.createElement("feGaussianBlur",{stdDeviation:1.333}),e.createElement("feColorMatrix",{values:"0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0.06 0"}),e.createElement("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_925_1940"}),e.createElement("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),e.createElement("feOffset",{dy:1.333}),e.createElement("feGaussianBlur",{stdDeviation:2}),e.createElement("feColorMatrix",{values:"0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0 0.054902 0 0 0 0.1 0"}),e.createElement("feBlend",{in2:"effect1_dropShadow_925_1940",result:"effect2_dropShadow_925_1940"}),e.createElement("feBlend",{in:"SourceGraphic",in2:"effect2_dropShadow_925_1940",result:"shape"})))))),i=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("g",{fillRule:"evenodd",clipRule:"evenodd"},e.createElement("path",{fill:"#fff",d:"M16.498 12.19h-4.307v15.238h4.57V20.11c0-2.553 1.096-4.109 3.395-4.109 1.892 0 2.701 1.779 2.701 3.805v7.623h4.571v-8.457c0-4.527-1.284-6.971-5.888-6.971-2.398 0-4.337 1.202-4.994 2.387h-.048V12.19ZM9.143 27.428H4.572V12.19h4.57v15.238Zm.354-19.477a2.865 2.865 0 0 0-.005-2.197 2.847 2.847 0 0 0-2.635-1.751 2.856 2.856 0 1 0 2.64 3.948Z"}),e.createElement("path",{fill:"#0073B0",d:"M29.682 0H2.412C1.108 0 0 1.032 0 2.302v27.394C0 30.968.727 32 2.031 32h27.27C30.607 32 32 30.968 32 29.696V2.302A2.294 2.294 0 0 0 29.682 0ZM12.191 12.19h4.307v2.197h.048C17.203 13.202 19.142 12 21.54 12c4.604 0 5.888 2.444 5.888 6.971v8.457h-4.57v-7.623c0-2.026-.81-3.805-2.702-3.805-2.299 0-3.394 1.556-3.394 4.11v7.318H12.19V12.19ZM4.57 27.428h4.572V12.19H4.572v15.238ZM9.715 6.857a2.865 2.865 0 0 1-.836 2.02 2.866 2.866 0 0 1-2.02.838A2.862 2.862 0 0 1 4.22 7.952a2.849 2.849 0 0 1 .619-3.113 2.856 2.856 0 0 1 4.876 2.018Z"}))))),s=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("path",{fill:"url(#a)",d:"M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Z"}),e.createElement("path",{fill:"#fff",fillRule:"evenodd",d:"M7.243 15.83c4.664-2.032 7.774-3.371 9.33-4.019 4.444-1.848 5.367-2.169 5.969-2.18.132-.002.428.031.62.187a.674.674 0 0 1 .228.433c.021.125.047.408.026.63-.24 2.53-1.282 8.67-1.812 11.503-.225 1.199-.666 1.601-1.094 1.64-.929.086-1.634-.614-2.534-1.204-1.409-.923-2.204-1.497-3.571-2.398-1.58-1.041-.556-1.613.345-2.548.235-.245 4.33-3.969 4.408-4.306.01-.043.02-.2-.074-.283-.094-.084-.232-.055-.331-.033-.142.033-2.391 1.52-6.75 4.461-.638.439-1.216.652-1.735.641-.57-.012-1.67-.323-2.487-.588-1.002-.326-1.798-.498-1.729-1.051.037-.288.433-.583 1.19-.884Z",clipRule:"evenodd"}),e.createElement("defs",null,e.createElement("linearGradient",{id:"a",x1:16,x2:16,y1:0,y2:31.763,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#2AABEE"}),e.createElement("stop",{offset:1,stopColor:"#229ED9"})))))),f=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("path",{fill:"#FF4500",d:"M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16Z"}),e.createElement("path",{fill:"#fff",d:"M26.667 16a2.34 2.34 0 0 0-2.34-2.34c-.636 0-1.197.244-1.609.656-1.59-1.142-3.799-1.89-6.231-1.984l1.066-4.996 3.462.73a1.668 1.668 0 0 0 3.331-.075 1.67 1.67 0 0 0-1.665-1.666c-.655 0-1.217.374-1.479.936l-3.873-.824a.466.466 0 0 0-.318.057.456.456 0 0 0-.188.262l-1.178 5.576c-2.49.075-4.716.805-6.326 1.984a2.36 2.36 0 0 0-1.609-.655A2.34 2.34 0 0 0 5.37 16a2.33 2.33 0 0 0 1.386 2.133 4.38 4.38 0 0 0-.057.711c0 3.593 4.174 6.494 9.339 6.494 5.164 0 9.337-2.9 9.337-6.494 0-.243-.018-.467-.056-.692A2.421 2.421 0 0 0 26.667 16Zm-16 1.666A1.67 1.67 0 0 1 12.332 16a1.67 1.67 0 0 1 1.666 1.666 1.67 1.67 0 0 1-1.666 1.665 1.67 1.67 0 0 1-1.665-1.665Zm9.3 4.397c-1.141 1.142-3.312 1.216-3.948 1.216-.636 0-2.826-.093-3.949-1.216a.44.44 0 0 1 0-.617.44.44 0 0 1 .618 0c.71.71 2.245.973 3.35.973 1.104 0 2.62-.262 3.35-.973a.44.44 0 0 1 .617 0 .481.481 0 0 1-.038.617Zm-.3-2.732a1.67 1.67 0 0 1-1.665-1.665A1.67 1.67 0 0 1 19.668 16a1.67 1.67 0 0 1 1.665 1.666 1.67 1.67 0 0 1-1.665 1.665Z"})))),m=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("path",{fill:"url(#a)",d:"M26.462 7.46a1.922 1.922 0 1 0-3.844 0 1.922 1.922 0 0 0 3.844 0Z"}),e.createElement("path",{fill:"url(#b)",d:"M29.022 22.465c-.071 1.56-.332 2.407-.549 2.97a4.943 4.943 0 0 1-1.2 1.84c-.558.56-1.091.907-1.838 1.194-.563.22-1.413.482-2.974.556-1.686.075-2.186.09-6.463.09-4.273 0-4.777-.015-6.463-.09-1.56-.074-2.407-.336-2.97-.556a4.894 4.894 0 0 1-1.84-1.194 4.877 4.877 0 0 1-1.198-1.84c-.217-.563-.482-1.41-.55-2.97-.081-1.687-.096-2.195-.096-6.463 0-4.277.015-4.78.097-6.467.067-1.56.332-2.407.549-2.975a4.869 4.869 0 0 1 1.198-1.836 4.95 4.95 0 0 1 1.84-1.197c.563-.22 1.41-.479 2.97-.553 1.686-.074 2.19-.093 6.463-.093 4.277 0 4.777.019 6.463.093 1.56.074 2.411.332 2.974.553.747.29 1.28.638 1.837 1.197.563.56.91 1.09 1.201 1.836.217.568.478 1.415.55 2.975.077 1.686.096 2.19.096 6.467 0 4.268-.019 4.776-.097 6.463Zm2.88-13.062c-.078-1.704-.346-2.87-.746-3.884a7.8 7.8 0 0 0-1.843-2.836A7.867 7.867 0 0 0 26.481.839C25.462.444 24.3.172 22.596.097 20.89.015 20.346 0 15.998 0 11.655 0 11.106.015 9.4.097 7.7.172 6.54.444 5.515.84a7.887 7.887 0 0 0-2.828 1.844A7.862 7.862 0 0 0 .84 5.519C.444 6.534.176 7.7.093 9.403.02 11.11 0 11.655 0 16.002c0 4.344.019 4.888.093 6.594.083 1.701.351 2.865.747 3.885a7.848 7.848 0 0 0 1.847 2.832 7.884 7.884 0 0 0 2.828 1.847c1.024.396 2.184.665 3.885.743 1.706.078 2.255.097 6.598.097 4.347 0 4.892-.019 6.598-.097 1.705-.078 2.866-.347 3.885-.743a7.865 7.865 0 0 0 2.832-1.847 7.786 7.786 0 0 0 1.843-2.832c.4-1.02.668-2.184.747-3.885.078-1.706.097-2.25.097-6.594 0-4.347-.019-4.893-.097-6.599Z"}),e.createElement("path",{fill:"url(#c)",d:"M15.998 21.33a5.33 5.33 0 0 1-5.332-5.328 5.334 5.334 0 1 1 10.67 0 5.334 5.334 0 0 1-5.338 5.329Zm0-13.55c-4.538 0-8.213 3.684-8.213 8.222a8.213 8.213 0 0 0 8.213 8.213c4.538 0 8.218-3.679 8.218-8.213 0-4.538-3.68-8.221-8.218-8.221Z"}),e.createElement("defs",null,e.createElement("linearGradient",{id:"a",x1:-185.895,x2:56.12,y1:-185.731,y2:56.081,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#FFD521"}),e.createElement("stop",{offset:.05,stopColor:"#FFD521"}),e.createElement("stop",{offset:.501,stopColor:"#F50000"}),e.createElement("stop",{offset:.95,stopColor:"#B900B4"}),e.createElement("stop",{offset:.95,stopColor:"#B900B4"}),e.createElement("stop",{offset:1,stopColor:"#B900B4"})),e.createElement("linearGradient",{id:"b",x1:.289,x2:29.359,y1:.291,y2:29.361,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#FFD521"}),e.createElement("stop",{offset:.05,stopColor:"#FFD521"}),e.createElement("stop",{offset:.501,stopColor:"#F50000"}),e.createElement("stop",{offset:.95,stopColor:"#B900B4"}),e.createElement("stop",{offset:.95,stopColor:"#B900B4"}),e.createElement("stop",{offset:1,stopColor:"#B900B4"})),e.createElement("linearGradient",{id:"c",x1:.297,x2:29.36,y1:31.71,y2:2.647,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#FFD521"}),e.createElement("stop",{offset:.05,stopColor:"#FFD521"}),e.createElement("stop",{offset:.501,stopColor:"#F50000"}),e.createElement("stop",{offset:.95,stopColor:"#B900B4"}),e.createElement("stop",{offset:.95,stopColor:"#B900B4"}),e.createElement("stop",{offset:1,stopColor:"#B900B4"})))))),p=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("path",{fill:"red",d:"M31.34 8.303a4.01 4.01 0 0 0-2.82-2.82C26.016 4.797 16 4.797 16 4.797s-10.017 0-12.52.66C2.134 5.824 1.027 6.931.658 8.302 0 10.807 0 16 0 16s0 5.22.659 7.697a4.01 4.01 0 0 0 2.82 2.82c2.53.686 12.52.686 12.52.686s10.017 0 12.521-.66a4.01 4.01 0 0 0 2.82-2.82c.66-2.504.66-7.697.66-7.697s.026-5.219-.66-7.723Z"}),e.createElement("path",{fill:"#fff",d:"M12.81 20.797 21.14 16l-8.33-4.797v9.594Z"})))),d=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("path",{fill:"#25F4EE",d:"M12.872 12.6v-1.25a9.622 9.622 0 0 0-1.308-.095c-5.35 0-9.702 4.352-9.702 9.702a9.697 9.697 0 0 0 4.142 7.944 9.663 9.663 0 0 1-2.606-6.606c0-5.273 4.23-9.573 9.474-9.696Z"}),e.createElement("path",{fill:"#25F4EE",d:"M13.1 26.728a4.433 4.433 0 0 0 4.423-4.264l.008-21.126h3.86A7.334 7.334 0 0 1 21.267 0h-5.272l-.008 21.126a4.432 4.432 0 0 1-4.423 4.264c-.741 0-1.44-.186-2.055-.508a4.423 4.423 0 0 0 3.591 1.846ZM28.601 8.507V7.333a7.293 7.293 0 0 1-3.994-1.187A7.339 7.339 0 0 0 28.6 8.507Z"}),e.createElement("path",{fill:"#FE2C55",d:"M24.607 6.146a7.3 7.3 0 0 1-1.804-4.808h-1.412a7.348 7.348 0 0 0 3.216 4.808ZM11.564 16.527a4.437 4.437 0 0 0-4.431 4.432c0 1.701.966 3.181 2.376 3.923a4.405 4.405 0 0 1-.84-2.586 4.437 4.437 0 0 1 4.431-4.431 4.4 4.4 0 0 1 1.308.204v-5.381a9.64 9.64 0 0 0-1.308-.096c-.076 0-.151.006-.228.007l-.001 4.132a4.352 4.352 0 0 0-1.307-.204Z"}),e.createElement("path",{fill:"#FE2C55",d:"M28.601 8.507v4.098c-2.734 0-5.266-.875-7.334-2.358V20.96c0 5.35-4.353 9.703-9.703 9.703a9.641 9.641 0 0 1-5.56-1.76A9.678 9.678 0 0 0 13.102 32c5.35 0 9.702-4.352 9.702-9.703V11.584a12.534 12.534 0 0 0 7.334 2.359V8.67a7.367 7.367 0 0 1-1.537-.163Z"}),e.createElement("path",{fill:"#000",d:"M21.267 20.96V10.247a12.541 12.541 0 0 0 7.334 2.358V8.507a7.339 7.339 0 0 1-3.994-2.361 7.348 7.348 0 0 1-3.216-4.808h-3.86l-.008 21.126a4.433 4.433 0 0 1-4.423 4.264 4.424 4.424 0 0 1-3.592-1.849 4.43 4.43 0 0 1-2.375-3.92 4.437 4.437 0 0 1 4.431-4.432c.456 0 .893.075 1.307.204v-4.134c-5.244.123-9.473 4.425-9.473 9.698 0 2.55.99 4.873 2.606 6.606a9.643 9.643 0 0 0 5.56 1.758c5.35 0 9.703-4.352 9.703-9.703v.004Z"})))),E=t((({iconSize:t="md",...a},o)=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32",...l[t],role:"img",ref:o,...a},e.createElement("path",{fill:"#000",d:"M25.785 6.414A7.67 7.67 0 0 1 22.299 0h-5.502l-.009 22.048a4.627 4.627 0 0 1-4.615 4.451 4.595 4.595 0 0 1-2.145-.531 4.629 4.629 0 0 1-2.48-4.093 4.63 4.63 0 0 1 4.625-4.625c.476 0 .932.078 1.365.214v-5.617c-.447-.06-.901-.098-1.365-.098-5.583 0-10.126 4.543-10.126 10.126 0 3.426 1.711 6.458 4.322 8.29A10.065 10.065 0 0 0 12.173 32c5.583 0 10.126-4.542 10.126-10.126v-11.18a13.083 13.083 0 0 0 7.654 2.461V7.653a7.603 7.603 0 0 1-4.167-1.24l-.001.001Z"}))));export{c as SocialAppleIcon,o as SocialFacebookIcon,a as SocialGoogleIcon,m as SocialInstagramIcon,i as SocialLinkedinIcon,f as SocialRedditIcon,s as SocialTelegramIcon,E as SocialTiktokBlackIcon,d as SocialTiktokBrandIcon,n as SocialWhatsappIcon,r as SocialXTwitterIcon,p as SocialYoutubeIcon};
|