wasvg 1.35.1 → 1.36.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/dist/index.d.ts CHANGED
@@ -2,6 +2,7 @@ import { CardGamesInterestType } from 'wenum';
2
2
  import { CategoryType } from 'wenum';
3
3
  import { InterestType } from 'wenum';
4
4
  import { JSX } from 'react';
5
+ import { LanguageInterestType } from 'wenum';
5
6
  import { LeisureInterestType } from 'wenum';
6
7
  import { MusicInterestType } from 'wenum';
7
8
  import { PetsInterestType } from 'wenum';
@@ -108,6 +109,8 @@ export declare function Drinks({ className, size }: SvgProps): JSX.Element;
108
109
 
109
110
  export declare function Drum({ className, size }: SvgProps): JSX.Element;
110
111
 
112
+ export declare function Dutch({ className, size }: SvgProps): JSX.Element;
113
+
111
114
  export declare function EditSvg({ className, size }: SvgProps): JSX.Element;
112
115
 
113
116
  export declare function EmailSvg({ className, size }: SvgProps): JSX.Element;
@@ -140,6 +143,8 @@ export declare function German({ className, size }: SvgProps): JSX.Element;
140
143
 
141
144
  export declare function Golf({ className, size }: SvgProps): JSX.Element;
142
145
 
146
+ export declare function Greek({ className, size }: SvgProps): JSX.Element;
147
+
143
148
  export declare function Guitar({ className, size }: SvgProps): JSX.Element;
144
149
 
145
150
  export declare function Gym({ className, size }: SvgProps): JSX.Element;
@@ -150,12 +155,16 @@ export declare function Heritage({ className, size }: SvgProps): JSX.Element;
150
155
 
151
156
  export declare function Hiking({ className, size }: SvgProps): JSX.Element;
152
157
 
158
+ export declare function Hindi({ className, size }: SvgProps): JSX.Element;
159
+
153
160
  export declare function Hockey({ className, size }: SvgProps): JSX.Element;
154
161
 
155
162
  export declare function HomeSvg({ className, size }: SvgProps): JSX.Element;
156
163
 
157
164
  export declare function ImageSvg({ className, size }: SvgProps): JSX.Element;
158
165
 
166
+ export declare function Indonesian({ className, size }: SvgProps): JSX.Element;
167
+
159
168
  export declare function InstagramSvg({ className, size }: SvgProps): JSX.Element;
160
169
 
161
170
  export declare function InterestSvg({ interestType, categoryType, size, className }: InterestSvgProps): JSX.Element | undefined;
@@ -181,6 +190,14 @@ export declare function Lake({ className, size }: SvgProps): JSX.Element;
181
190
 
182
191
  export declare function Landmark({ className, size }: SvgProps): JSX.Element;
183
192
 
193
+ export declare function LanguageInterestSvg({ interestType, className, size }: LanguageInterestSvgProps): JSX.Element;
194
+
195
+ declare interface LanguageInterestSvgProps {
196
+ interestType: LanguageInterestType;
197
+ className?: string;
198
+ size?: SvgSize;
199
+ }
200
+
184
201
  export declare function LanguageSvg({ className, size }: SvgProps): JSX.Element;
185
202
 
186
203
  export declare function LeaderboardSvg({ className, size }: SvgProps): JSX.Element;
@@ -205,6 +222,8 @@ export declare function LocationPointSvg({ className, size }: SvgProps): JSX.Ele
205
222
 
206
223
  export declare function LogoutSvg({ className, size }: SvgProps): JSX.Element;
207
224
 
225
+ export declare function Malay({ className, size }: SvgProps): JSX.Element;
226
+
208
227
  export declare function MapSvg({ className, size }: SvgProps): JSX.Element;
209
228
 
210
229
  export declare function MarketSvg({ className, size }: SvgProps): JSX.Element;
@@ -265,6 +284,8 @@ export declare function Picnic({ className, size }: SvgProps): JSX.Element;
265
284
 
266
285
  export declare function PollSvg({ className, size }: SvgProps): JSX.Element;
267
286
 
287
+ export declare function Portuguese({ className, size }: SvgProps): JSX.Element;
288
+
268
289
  export declare function PrivateSvg({ className, size }: SvgProps): JSX.Element;
269
290
 
270
291
  export declare function ReportSvg({ className, size }: SvgProps): JSX.Element;
@@ -322,6 +343,8 @@ export declare enum SvgSize {
322
343
  xl = 50
323
344
  }
324
345
 
346
+ export declare function Swedish({ className, size }: SvgProps): JSX.Element;
347
+
325
348
  export declare function Swimming({ className, size }: SvgProps): JSX.Element;
326
349
 
327
350
  export declare function TableTennis({ className, size }: SvgProps): JSX.Element;
@@ -336,6 +359,8 @@ export declare function TexasHoldem({ className, size }: SvgProps): JSX.Element;
336
359
 
337
360
  export declare function TextPostSvg({ className, size }: SvgProps): JSX.Element;
338
361
 
362
+ export declare function Thai({ className, size }: SvgProps): JSX.Element;
363
+
339
364
  export declare function TravelInterestSvg({ interestType, className, size }: TravelInterestSvgProps): JSX.Element;
340
365
 
341
366
  declare interface TravelInterestSvgProps {
@@ -350,10 +375,14 @@ export declare function Trombone({ className, size }: SvgProps): JSX.Element;
350
375
 
351
376
  export declare function Tuba({ className, size }: SvgProps): JSX.Element;
352
377
 
378
+ export declare function Turkish({ className, size }: SvgProps): JSX.Element;
379
+
353
380
  export declare function UpArrowSvg({ className, size }: SvgProps): JSX.Element;
354
381
 
355
382
  export declare function UserSvg({ className, size }: SvgProps): JSX.Element;
356
383
 
384
+ export declare function Vietnamese({ className, size }: SvgProps): JSX.Element;
385
+
357
386
  export declare function Violin({ className, size }: SvgProps): JSX.Element;
358
387
 
359
388
  export declare function Walking({ className, size }: SvgProps): JSX.Element;
package/dist/wasvg.cjs.js CHANGED
@@ -573,13 +573,13 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
573
573
  c25.686,33.87,51.161,55.78,62.995,65.107c-12.995,18.26-21.73,45.849-27.396,70.559H94.775z M431.057,407.766
574
574
  c0.6-1.123,0.943-2.404,0.943-3.766c0-0.181-0.015-0.358-0.027-0.536c0.084-0.387,0.166-0.771,0.252-1.159
575
575
  c7.217-32.631,16.675-56.811,27.464-70.305h6.279c-11.339,33.514-16.094,91.249-17.491,112h-23.487
576
- C426.049,435.783,427.988,422.567,431.057,407.766z M464.526,444c1.562-22.316,6.759-83.25,18.47-112H496v112H464.526z`})})}function Rn({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:U(`fill-current stroke-current`,n),height:r,width:r,viewBox:`0 0 24 24`,children:[(0,e.jsx)(`circle`,{cx:`12.5`,cy:`4.5`,r:`2.5`,fill:`none`,strokeWidth:`1.5`}),(0,e.jsx)(`path`,{d:`M7 22L7.50917 21.5927C8.79506 20.564 9.67705 19.1148 10 17.5`,fill:`none`,strokeWidth:`1.5`,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M11.1582 13.4177L11.9045 13.4923L11.1582 13.4177ZM11.9713 16.259L12.5652 15.8009L11.9713 16.259ZM15.8066 22.4581C16.0596 22.7861 16.5306 22.8468 16.8585 22.5938C17.1865 22.3408 17.2472 21.8698 16.9942 21.5419L15.8066 22.4581ZM10.9698 10.0161L10.9292 9.26719L10.9698 10.0161ZM13.0872 10.1315L12.9805 10.8739H12.9805L13.0872 10.1315ZM17.1969 13.3005L17.0736 12.5607L17.1969 13.3005ZM19.1233 13.7398C19.5319 13.6717 19.8079 13.2853 19.7398 12.8767C19.6717 12.4681 19.2853 12.1921 18.8767 12.2602L19.1233 13.7398ZM15.6163 12.3488L16.3278 12.1117V12.1117L15.6163 12.3488ZM6.25 14.5C6.25 14.9142 6.58579 15.25 7 15.25C7.41421 15.25 7.75 14.9142 7.75 14.5H6.25ZM10.7537 9.92537L10.412 13.3431L11.9045 13.4923L12.2463 10.0746L10.7537 9.92537ZM11.3775 16.7172L15.8066 22.4581L16.9942 21.5419L12.5652 15.8009L11.3775 16.7172ZM11.5 9.25C11.3217 9.25 11.129 9.25636 10.9292 9.26719L11.0104 10.765C11.1912 10.7552 11.3558 10.75 11.5 10.75V9.25ZM11.5 10.75C11.9543 10.75 12.476 10.8014 12.9805 10.8739L13.1938 9.38912C12.6539 9.31157 12.0541 9.25 11.5 9.25V10.75ZM17.3202 14.0403L19.1233 13.7398L18.8767 12.2602L17.0736 12.5607L17.3202 14.0403ZM12.9805 10.8739C13.8619 11.0005 14.5975 11.6642 14.9048 12.586L16.3278 12.1117C15.8674 10.7305 14.7153 9.60766 13.1938 9.38912L12.9805 10.8739ZM10.9292 9.26719C8.1638 9.41706 6.25 11.8593 6.25 14.5H7.75C7.75 12.5243 9.16607 10.8649 11.0104 10.765L10.9292 9.26719ZM14.9048 12.586C15.2424 13.599 16.2669 14.2159 17.3202 14.0403L17.0736 12.5607C16.7484 12.6149 16.4321 12.4245 16.3278 12.1117L14.9048 12.586ZM10.412 13.3431C10.3396 14.0663 10.2713 14.6261 10.4253 15.1645L11.8674 14.7518C11.8107 14.5537 11.8205 14.332 11.9045 13.4923L10.412 13.3431ZM12.5652 15.8009C12.0497 15.1328 11.9241 14.9498 11.8674 14.7518L10.4253 15.1645C10.5794 15.7028 10.9335 16.1417 11.3775 16.7172L12.5652 15.8009Z`,stroke:`none`})]})}var zn={camping:jn,concert:Mn,dining:Nn,movie:Pn,picnic:Fn,shopping:In,show:Ln,walking:Rn};function Bn({interestType:t,className:n,size:r}){let i=zn[t];return i&&(0,e.jsx)(i,{className:n,size:r})}function Vn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`E`})})}function Hn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`S`})})}function Un({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`F`})})}function Wn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`G`})})}function Gn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`I`})})}function Kn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`あ`})})}function qn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`한`})})}function Jn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`中`})})}function Yn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Я`})})}function Xn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`ع`})})}var Zn={"1_sports":Mt,"2_pets":It,"3_cardgames":an,"4_music":$t,"5_travel":An,"6_leisure":Bn};function Qn({interestType:n,categoryType:r,size:i=t.sm,className:a=``}){let o=Zn[r];return o&&(0,e.jsx)(o,{interestType:n,size:i,className:a})}function $n({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z`})})}function er({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q20-22 36-47.5t26.5-53q10.5-27.5 16-56.5t5.5-59q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z`})})}function tr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z`})})}function nr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 512 512`,children:[(0,e.jsx)(`path`,{d:`m480.052 369.741c49.476-69.417 41.913-164.522-25.665-226.473-30.877-28.305-70.24-45.926-112.761-50.847-.265-.326-.536-.649-.833-.958-36.991-38.425-90.135-60.463-145.805-60.463-105.939 0-194.988 78.933-194.988 180 0 35.435 11.007 69.404 31.916 98.741l-29.209 91.706c-1.836 5.764-.03 12.065 4.579 15.982 4.617 3.924 11.13 4.678 16.511 1.941l88.827-45.167c18.242 7.855 37.586 13.009 57.618 15.354 38.642 40.636 92.073 61.443 146.738 61.443 28.416 0 56.729-5.791 82.36-16.798l88.831 45.169c2.151 1.094 4.48 1.629 6.795 1.629 10.123 0 17.38-9.865 14.295-19.553zm-361.374-25.72c-4.201-1.995-9.088-1.929-13.233.179l-63.267 32.17 20.66-64.866c1.504-4.723.579-9.883-2.473-13.788-19.866-25.43-30.367-55.415-30.367-86.716 0-82.71 74.014-150 164.99-150 36.636 0 71.905 11.099 100.514 31.086-96.348 9.688-173.51 84.942-173.51 178.914 0 29.228 7.492 57.366 21.617 82.576-8.552-2.547-16.881-5.732-24.931-9.555zm287.845 60.178c-4.085-2.077-8.976-2.202-13.233-.178-23.385 11.108-49.772 16.979-76.31 16.979-90.976 0-164.99-67.29-164.99-150s74.014-150 164.99-150 164.99 67.29 164.99 150c0 31.301-10.501 61.286-30.368 86.715-3.051 3.905-3.976 9.065-2.473 13.788l20.66 64.866z`}),(0,e.jsx)(`circle`,{cx:`255.984`,cy:`271`,r:`15`}),(0,e.jsx)(`circle`,{cx:`315.981`,cy:`271`,r:`15`}),(0,e.jsx)(`circle`,{cx:`375.977`,cy:`271`,r:`15`})]})}function rr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z`})})}function ir({className:n=``,size:r=t.lg}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z`})})}function ar({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M580-240q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z`})})}function or({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M500-482q29-32 44.5-73t15.5-85q0-44-15.5-85T500-798q60 8 100 53t40 105q0 60-40 105t-100 53Zm220 322v-120q0-36-16-68.5T662-406q51 18 94.5 46.5T800-280v120h-80Zm80-280v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Zm-480-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM0-160v-112q0-34 17.5-62.5T64-378q62-31 126-46.5T320-440q66 0 130 15.5T576-378q29 15 46.5 43.5T640-272v112H0Zm320-400q33 0 56.5-23.5T400-640q0-33-23.5-56.5T320-720q-33 0-56.5 23.5T240-640q0 33 23.5 56.5T320-560ZM80-240h480v-32q0-11-5.5-20T540-306q-54-27-109-40.5T320-360q-56 0-111 13.5T100-306q-9 5-14.5 14T80-272v32Zm240-400Zm0 400Z`})})}function sr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M120-680v-160l160 80-160 80Zm600 0v-160l160 80-160 80Zm-280-40v-160l160 80-160 80Zm0 640q-76-2-141.5-12.5t-114-26.5Q136-135 108-156t-28-44v-360q0-25 31.5-46.5t85.5-38q54-16.5 127-26t156-9.5q83 0 156 9.5t127 26q54 16.5 85.5 38T880-560v360q0 23-28 44t-76.5 37q-48.5 16-114 26.5T520-80v-160h-80v160Zm40-440q97 0 167.5-11.5T760-558q0-5-76-23.5T480-600q-128 0-204 18.5T200-558q42 15 112.5 26.5T480-520ZM360-166v-154h240v154q80-8 131-23.5t69-27.5v-271q-55 22-138 35t-182 13q-99 0-182-13t-138-35v271q18 12 69 27.5T360-166Zm120-161Z`})})}function cr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M520-400h80v-120h120v-80H600v-120h-80v120H400v80h120v120ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z`})})}function lr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm120-160v-80h320v80H320Zm0-120v-80h320v80H320Zm0-120v-80h320v80H320Zm360-80v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z`})})}function ur({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`m260-260 300-140 140-300-300 140-140 300Zm220-180q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z`})})}function dr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h440l200 200v440q0 33-23.5 56.5T760-120H200Zm0-80h560v-400H600v-160H200v560Zm80-80h400v-80H280v80Zm0-320h200v-80H280v80Zm0 160h400v-80H280v80Zm-80-320v160-160 560-560Z`})})}function fr({className:n=``,size:r=t.sm}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M40-160v-112q0-34 17.5-62.5T104-378q62-31 126-46.5T360-440q66 0 130 15.5T616-378q29 15 46.5 43.5T680-272v112H40Zm720 0v-120q0-44-24.5-84.5T666-434q51 6 96 20.5t84 35.5q36 20 55 44.5t19 53.5v120H760ZM360-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm400-160q0 66-47 113t-113 47q-11 0-28-2.5t-28-5.5q27-32 41.5-71t14.5-81q0-42-14.5-81T544-792q14-5 28-6.5t28-1.5q66 0 113 47t47 113ZM120-240h480v-32q0-11-5.5-20T580-306q-54-27-109-40.5T360-360q-56 0-111 13.5T140-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T440-640q0-33-23.5-56.5T360-720q-33 0-56.5 23.5T280-640q0 33 23.5 56.5T360-560Zm0 320Zm0-400Z`})})}function pr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M0-240v-63q0-43 44-70t116-27q13 0 25 .5t23 2.5q-14 21-21 44t-7 48v65H0Zm240 0v-65q0-32 17.5-58.5T307-410q32-20 76.5-30t96.5-10q53 0 97.5 10t76.5 30q32 20 49 46.5t17 58.5v65H240Zm540 0v-65q0-26-6.5-49T754-397q11-2 22.5-2.5t23.5-.5q72 0 116 26.5t44 70.5v63H780Zm-455-80h311q-10-20-55.5-35T480-370q-55 0-100.5 15T325-320ZM160-440q-33 0-56.5-23.5T80-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T160-440Zm640 0q-33 0-56.5-23.5T720-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T800-440Zm-320-40q-50 0-85-35t-35-85q0-51 35-85.5t85-34.5q51 0 85.5 34.5T600-600q0 50-34.5 85T480-480Zm0-80q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm1 240Zm-1-280Z`})})}function mr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{className:U(`stroke-2 text-gray-600`,n),height:r,width:r,enableBackground:`new 0 0 512.004 512.004`,viewBox:`0 0 512.004 512.004`,xmlns:`http://www.w3.org/2000/svg`,children:(0,e.jsx)(`path`,{stroke:`currentColor`,d:`m507.905 302.062c-1.535-.781-3.08-1.543-4.622-2.31 0 0 3.439-24.286 3.439-24.286 1.955-13.083-5.943-25.129-18.193-29.656l2.496-17.896c1.816-13.021-5.278-25.918-17.252-31.363-11.124-5.058-29.114-12.711-51.648-20.448-12.258-4.208-24.526-7.988-36.754-11.334v-49.244l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v99.146c-14.653-3.591-29.219-6.55-43.608-8.84-23.424-3.727-46.407-5.662-68.375-5.794v-48.625l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v102.59c-19.094.541-38.586 2.282-58.125 5.236-17.92 2.709-35.925 6.413-53.858 11.073v-47.209l62.186-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.137-24.262c-4.806-1.736-10.049 1.95-10.049 7.054v105.133c-24.242 6.586-63.348 21.848-78.643 29.548-11.877 5.634-18.638 18.159-16.823 31.165l2.492 17.873c-1.116.529-2.18 1.038-3.175 1.52-10.641 5.152-16.676 16.481-15.018 28.191l3.482 24.586c-1.542.767-3.087 1.528-4.621 2.31-3.691 1.88-5.16 6.396-3.28 10.087 1.88 3.69 6.396 5.158 10.087 3.28.011-.005.021-.011.032-.016l3.193 22.55c-1.76.872-3.521 1.743-5.271 2.635-3.691 1.879-5.159 6.396-3.28 10.087s6.396 5.159 10.087 3.28c.227-.115.456-.226.682-.341l16.367 115.586c.523 3.699 3.689 6.449 7.426 6.449h365.981c9.856-.31 9.99-14.638 0-15h-44.157l2.601-33.046h105.463l-4.679 33.046h-27.209c-9.922.34-9.931 14.657 0 15h33.722c3.736 0 6.902-2.75 7.426-6.448l16.367-115.587c.227.115.456.226.683.341 3.614 1.862 8.2.447 10.087-3.28 1.879-3.691.411-8.208-3.28-10.087-1.75-.891-3.511-1.763-5.271-2.635l3.193-22.55c.011.006.022.011.032.016 3.614 1.862 8.2.448 10.087-3.28 1.877-3.691.409-8.207-3.283-10.087zm-122.534-229.641 37.57 13.577-37.57 13.577zm-253.967 0 37.569 13.577-37.569 13.577zm344.766 153.422-1.911 13.706c-13.941-5.893-31.896-12.859-52.852-19.618l4.269-26.677c18.032 6.494 32.487 12.677 41.889 16.951 6.066 2.759 9.524 9.043 8.605 15.638zm-69.238-10.395c-23.17-6.877-49.344-13.212-77.361-17.562l2.739-29.708c25.955 4.558 52.456 11.301 78.971 20.096zm-150.93-23.454c-19.26 0-38.895 1.193-58.721 3.549l-2.772-30.046c42.085-5.674 80.582-5.809 122.956.32l-2.764 29.976c-18.96-2.39-38.636-3.799-58.699-3.799zm2.386-137.475 37.57 13.577-37.57 13.577zm-222.594 170.991c-.904-6.484 2.471-12.729 8.396-15.541 9.334-4.427 23.777-10.819 42.058-17.479l4.255 26.618c-21.292 6.868-39.234 13.978-52.829 19.888zm-15.704 47.553c-.74-5.229 1.953-10.289 6.703-12.589 17.005-8.234 52.479-23.87 99.012-36.064 9.517-2.849 5.886-16.696-3.803-14.51-5.849 1.533-11.525 3.119-17.022 4.739l-4.343-27.162c26.132-8.692 52.647-15.314 79.014-19.733l2.748 29.786c-9.815 1.448-19.664 3.168-29.528 5.179-4.059.827-6.679 4.789-5.851 8.847s4.787 6.679 8.847 5.85c110.477-24.098 227.488-4.432 329.096 43.272 4.886 2.262 7.661 7.36 6.907 12.685l-2.774 19.588c-145.659-68.164-320.533-68.164-466.191 0zm21.885 154.55h105.463l2.601 33.046h-103.385zm123.109 33.046-5.688-72.267h193.211l-5.688 72.267zm307.069-48.046h-106.406l2.45-31.133c.338-4.297-3.166-8.088-7.477-8.088h-209.437c-4.31 0-7.815 3.791-7.477 8.088l2.45 31.133h-106.405l-9.333-65.909c140.612-66.935 310.357-66.934 450.968 0zm11.529-81.422c-142.366-66.257-312.996-66.256-455.361 0l-3.218-22.727c143.897-68.846 317.901-68.845 461.798 0z`})})}function hr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{className:U(n,`fill-none`),width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M19 22V21.5M5 22V21.5`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M12 21V2`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M15 8V10`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V13C22 16.7712 22 18.6569 20.8284 19.8284C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V10Z`,stroke:`currentColor`,strokeWidth:1.5}),(0,e.jsx)(`path`,{d:`M2 8H12`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M2 15H22`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M15 18L17 18`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M7 18L9 18`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`})]})}function gr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z`})})}function _r({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M480-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160-160v-112q0-34 17.5-62.5T224-378q62-31 126-46.5T480-440q66 0 130 15.5T736-378q29 15 46.5 43.5T800-272v112H160Zm80-80h480v-32q0-11-5.5-20T700-306q-54-27-109-40.5T480-360q-56 0-111 13.5T260-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560Zm0-80Zm0 400Z`})})}function vr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,shapeRendering:`geometricPrecision`,textRendering:`geometricPrecision`,imageRendering:`optimizeQuality`,fillRule:`evenodd`,clipRule:`evenodd`,viewBox:`0 0 471 511.77`,children:(0,e.jsx)(`path`,{d:`M235.51 433.34c5 0 9.05 4.05 9.05 9.05 0 5-4.05 9.05-9.05 9.05-5 0-9.05-4.05-9.05-9.05 0-5 4.05-9.05 9.05-9.05zm92.93-249.19-4.69-33.93c-31.46-13.57-61.81-19.16-91.19-18.53-29.22.62-57.61 7.42-85.27 18.62l-4.7 33.78c24.62-13.39 58.71-20.11 92.75-20.11 34.01 0 68.21 6.71 93.1 20.17zm-92.93-123.5c12.47 0 22.58 10.12 22.58 22.59s-10.11 22.59-22.58 22.59c-12.48 0-22.59-10.12-22.59-22.59s10.11-22.59 22.59-22.59zM237.99 0c7.09 0 12.89 5.8 12.89 12.89v4.36c21.53 3.12 41.04 13.08 55.86 27.59 17.54 17.2 28.53 40.79 28.53 67.02l-.87 33.79 8.48 61.43-3.17-2.23c-.79 3.41-1.8 6.58-2.82 9.17l-.03.11c-2.05 5.23-4.79 9.99-7.98 13.5-2.67 2.85-5.67 4.9-8.92 5.7-.63 2.01-1.32 4.1-1.83 6.15-3.62 12.21-6.47 21.83-14.01 31.38-1.64 2.08-3.4 4.09-5.26 5.99-1.29 1.36-2.6 2.64-3.96 3.85.18 1.88.2 15.61.18 23.83 7.51 1.31 13.54 2.28 19.52 3.25 62.65 10.09 122.09 19.67 137.97 98.13l18.34 99.26a5.583 5.583 0 0 1-5.49 6.58l-114.17.01-.39.01-.4-.01-230.65.01H5.6c-3.09 0-5.6-2.51-5.6-5.6 0-.46.06-.9.16-1.32l13.58-82.79c18.25-92.87 65.89-102.15 136.01-115.8 8.1-1.58 16.5-3.22 24.79-4.96.49-.11.98-.14 1.46-.11v-20.38l.05-2.73c-6.95-6.28-12.65-14.63-16.47-23.13-2.67-5.93-4.79-12.33-7.25-19.57l-1.27-3.77c-2.79-.36-5.38-1.65-7.72-3.55-2.93-2.41-5.45-5.92-7.5-9.98-1.6-3.15-3.34-7.91-4.54-13.17l-3.19 2.28 8.52-61.38-1.9-29.83a87.52 87.52 0 0 1-.19-5.64c0-25.31 10.9-48.04 28.14-64.83 16.37-15.94 38.49-26.52 62.41-28.83v-3.79C225.09 5.8 230.9 0 237.99 0zm55.48 315.6c-4.4 13.43-15.09 22.77-28.38 28.13-8.93 3.59-19.07 5.36-29.18 5.32-10.12-.04-20.25-1.89-29.16-5.5-14.49-5.89-25.9-16.4-29.41-31.46-.17.06-.34.1-.52.14-6.65 1.4-12.91 2.65-18.94 3.83.37 24.37 3.27 43.16 14.03 60.26 8.86 14.07 23.14 27.32 45.79 41.95 5.02-3.59 11.17-5.7 17.81-5.7 6.14 0 11.87 1.82 16.68 4.96 16.59-11.04 29.22-22.22 38.57-35.16 12.09-16.74 18.9-36.73 21.93-63.6-6.85-1.11-13.74-2.21-19.22-3.17zm29.96-177.31.64-24.25v-2.18c0-23.1-9.69-43.89-25.16-59.06-15.54-15.22-36.88-24.8-60.12-25.4l-3.82-.01c-2.06 0-4.02.06-5.84.18-22.49 1.43-43.39 11.07-58.66 25.95-15.16 14.75-24.74 34.68-24.74 56.82 0 1.75.05 3.39.15 4.94l1.49 23.28c27.49-10.67 55.76-17.11 84.98-17.73 29.44-.63 59.76 4.65 91.08 17.46zm-182.76 59.98c1.21 5.72 3.53 11.66 5.08 14.8 1.39 2.74 2.96 5.01 4.61 6.36 3 2.38 3.99-.29 7.2 1.43 2.75 1.5 3.37 5.19 4.32 7.94l1.13 3.36c2.2 6.58 4.21 12.44 6.55 17.74 4.87 10.86 11.38 18.62 20.78 25.79 28.09 21.33 65.27 22.24 93.19.07 4.36-3.44 8.34-7.35 11.85-11.82 3.08-3.83 5.27-7.93 7.06-12.43 1.86-4.61 3.37-9.58 5.01-15.18.95-3.21 1.91-6.44 2.93-9.66 1.57-6.1 6.33-2.01 10.46-6.54 2.08-2.38 4.06-6.04 5.66-10.13.63-1.61 2.67-6.59 3.99-11.61-23.31-15.5-59.2-23.22-95.15-23.22-35.98 0-71.71 7.73-94.67 23.1zm46.36 105.21c.3 1.79.5 1.68.61 2.69 1.54 12.94 10.97 22 23.31 27.01 7.63 3.1 16.32 4.68 25 4.72 8.7.03 17.38-1.47 24.98-4.54 12.22-4.92 21.58-13.98 23.23-27.21.11-.92.45-1.77.94-2.49v-15.1c-29.67 18.61-58.62 19.97-90.16 3.62-2.99-1.57-5.99-3.29-9.03-5.23l1.12 16.53zm30.39 125.24c-.46.57-.89 1.15-1.3 1.77-2.4 3.66-3.8 8.04-3.8 12.73 0 12.81 10.38 23.2 23.19 23.2 8.4 0 7.38 11.52 7.37 13.6v8.11h15.62v-41.84a23.71 23.71 0 0 0 0-6.13v-.02h-.01c-.52-3.93-2.03-7.55-4.26-10.61l-.11-.15c-.27-.34-.53-.68-.81-1.02l-.12-.14-.12-.14-.06-.07-.06-.07-.12-.14-.13-.14-.12-.13-.13-.14c-.29-.31-.6-.62-.91-.92l-.14-.13-.41-.38-.13-.12-.14-.12-.15-.12-.11-.1-.03-.02-.14-.12-.29-.24-.14-.11-.15-.11-.05-.04-.09-.08-.15-.11-.15-.11-.02-.01-.13-.1-.15-.11-.13-.09-.02-.02-.16-.1-.15-.11-.09-.06-.06-.04-.16-.11-.16-.1-.05-.04-.1-.06-.16-.1-.16-.09-.16-.1-.16-.1-.14-.08-.02-.01-.16-.09-.17-.09-.16-.09-.16-.09-.17-.09-.06-.03-.1-.06-.17-.08-.17-.09-.02-.01-.15-.07-.17-.08-.17-.08-.17-.08a23.004 23.004 0 0 0-9.58-2.07c-3.9 0-7.57.96-10.79 2.66l-.16.08-.11.06-.05.03-.16.09-.17.09-.11.07-.04.02-.17.1-.15.09-.12.07-.04.03-.16.09-.15.1-.12.08-.04.02-.15.1-.15.1-.13.08-.03.02-.15.11-.15.1-.13.09-.02.02-.15.1-.14.11-.14.1-.01.01-.15.11-.15.12-.13.1-.01.01-.14.11-.15.12-.13.11h-.01l-.14.12-.14.12-.27.24-.14.12-.27.24-.14.13-.13.13-.01.01-.12.11-.13.13-.13.13-.02.02-.11.11-.13.13-.13.13-.02.02-.1.11-.13.14-.61.68-.11.14-.12.14-.12.14-.11.15zm-7.59-2.25c-23.06-15.13-37.88-29.13-47.36-44.2-11.79-18.73-15.17-38.66-15.71-64.04-62.92 12.3-105.68 22.71-122.05 105.97l-4.48 27.31H114v-50.49c0-3.09 2.5-5.6 5.6-5.6 3.08 0 5.59 2.51 5.59 5.6v99.55h220.07v-99.55c0-3.09 2.51-5.6 5.6-5.6s5.59 2.51 5.59 5.6v50.49h93.2l-8.04-43.5c-13.48-66.4-63.32-78.41-117.9-87.45-3.29 28.59-10.71 50.07-23.9 68.33-9.8 13.57-22.69 25.21-39.37 36.54 2.7 3.78 4.56 8.2 5.32 12.98.11.47.18.95.2 1.45.11 1.17.16 2.18.2 3.36-.04 1.17-.09 2.17-.2 3.32v41.59a7.46 7.46 0 0 1-7.46 7.46h-15.62c-4.12 0-7.47-3.34-7.47-7.46v-8.11l.05-.83v-1.38c0-1.38.09-3.93.05-3.93-8.47 0-16.13-3.43-21.68-8.98-5.54-5.55-8.98-13.21-8.98-21.68 0-6.18 1.83-11.93 4.98-16.75zM15.8 478.45l-3.63 22.12H114v-22.12H15.8zm340.65 22.12h102.26l-4.08-22.12h-98.18v22.12z`})})}function yr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z`})})}function br({className:n=``,size:r=t.sm}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z`})})}function xr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z`})})}function Sr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z`})})}function X({className:n=`fill-gray-600`,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z`})})}function Cr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M1,20a1,1,0,0,0,1,1h8a1,1,0,0,0,0-2H3.071A7.011,7.011,0,0,1,10,13a5.044,5.044,0,1,0-3.377-1.337A9.01,9.01,0,0,0,1,20ZM10,5A3,3,0,1,1,7,8,3,3,0,0,1,10,5Zm12.707,9.707L20.414,17l2.293,2.293a1,1,0,1,1-1.414,1.414L19,18.414l-2.293,2.293a1,1,0,0,1-1.414-1.414L17.586,17l-2.293-2.293a1,1,0,0,1,1.414-1.414L19,15.586l2.293-2.293a1,1,0,0,1,1.414,1.414Z`,fill:`currentColor`})})}function Z({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Zm140-360q25 0 42.5-17.5T400-620q0-25-17.5-42.5T340-680q-25 0-42.5 17.5T280-620q0 25 17.5 42.5T340-560Z`})})}function wr({className:n=``,size:r=t.xs}){return(0,e.jsxs)(`svg`,{height:r,width:r,viewBox:`0 0 24 24`,className:n,xmlns:`http://www.w3.org/2000/svg`,"aria-labelledby":`pollIconTitle`,strokeWidth:`1`,strokeLinecap:`square`,strokeLinejoin:`miter`,children:[` `,(0,e.jsx)(`title`,{id:`pollIconTitle`,children:`Poll`}),` `,(0,e.jsx)(`path`,{d:`M4 4V20`}),` `,(0,e.jsx)(`path`,{d:`M4 6H15V10H4`}),` `,(0,e.jsx)(`path`,{d:`M4 10H19V14H4`}),` `,(0,e.jsx)(`path`,{d:`M4 14H12V18H4`})]})}function Tr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M280-280h280v-80H280v80Zm0-160h400v-80H280v80Zm0-160h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z`})})}function Er({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm0-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z`})})}function Dr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-440v-80h560v80H200Z`})})}function Or({className:n=``,size:r=t.xs}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M120-120v-560h240v-80l120-120 120 120v240h240v400H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z`})})}function kr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h280v80H200Zm440-160-55-58 102-102H360v-80h327L585-622l55-58 200 200-200 200Z`})})}function Ar({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 16 16`,children:[(0,e.jsx)(`path`,{d:`M11.25 1a.75.75 0 010 1.5h-9a.75.75 0 00-.75.75v6.531l.706-.51a.75.75 0 01.88 1.214L1.19 11.858A.75.75 0 010 11.25v-8A2.25 2.25 0 012.25 1h9z`}),(0,e.jsx)(`path`,{fillRule:`evenodd`,d:`M6.25 4A2.25 2.25 0 004 6.25v4.534a2.25 2.25 0 002.25 2.25h6.041l2.52 1.824A.75.75 0 0016 14.25v-8A2.25 2.25 0 0013.75 4h-7.5zM5.5 6.25a.75.75 0 01.75-.75h7.5a.75.75 0 01.75.75v6.531l-1.526-1.104a.75.75 0 00-.44-.143H6.25a.75.75 0 01-.75-.75V6.25z`,clipRule:`evenodd`})]})}function jr({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:`fill-blue-500`,width:`24`,height:`24`,viewBox:`0 0 24 24`,fill:`none`,children:(0,e.jsx)(`path`,{d:`M7 17L17 7M17 7H7M17 7V17`,stroke:`gray`})})}function Mr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,viewBox:`0 0 32 32`,height:r,width:r,children:(0,e.jsxs)(`g`,{id:`g1331`,transform:`translate(-.012 -.026)`,children:[(0,e.jsx)(`path`,{id:`rect1177`,d:`m48 42c-1.610617 0-3.072579.964923-3.707031 2.445312l-2.212891 5.160157c-.068789.157032-.080078.278389-.080078.410156v1.384766c0 1.410987.833351 2.629848 2.025391 3.21875v11.78125c0 1.977102 1.622506 3.599609 3.599609 3.599609h11.375c.552285 0 1-.447715 1-1s-.447715-1-1-1h-11.375c-.903697 0-1.599609-.695912-1.599609-1.599609v-11.445313c.847723-.104088 1.610521-.491751 2.173828-1.083984.65782.691024 1.580369 1.128906 2.601562 1.128906 1.021136 0 1.9423-.437842 2.59961-1.128906.657309.691064 1.578473 1.128906 2.599609 1.128906s1.9423-.437842 2.599609-1.128906c.65731.691064 1.578474 1.128906 2.59961 1.128906 1.021194 0 1.943742-.437882 2.601562-1.128906.65731.691064 1.578474 1.128906 2.59961 1.128906 1.976921 0 3.599609-1.622688 3.599609-3.599609v-1.1875c.04465-.204256.02415-.417368-.05859-.609375l-2.230472-5.164063c-.638436-1.47827-2.100696-2.439453-3.710938-2.439453zm0 2h16c.817605 0 1.550834.481826 1.875 1.232422l1.626953 3.767578h-22.984375l1.613281-3.767578c.321445-.750037 1.053125-1.232422 1.869141-1.232422zm-4 7h3.199219v.400391c0 .903878-.695732 1.599609-1.59961 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199219 0h3.201172v.400391c0 .903877-.695732 1.599609-1.59961 1.599609-.903877 0-1.601562-.696635-1.601562-1.599609zm5.201172 0h3.199218v.400391c0 .903878-.695731 1.599609-1.599609 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199218 0h3.201172v.400391c0 .902974-.697684 1.599609-1.601562 1.599609s-1.59961-.695732-1.59961-1.599609zm5.201172 0h3.199219v.400391c0 .903878-.695731 1.599609-1.599609 1.599609-.903879 0-1.59961-.695732-1.59961-1.599609z`,transform:`translate(-40 -40)`,"font-variant-ligatures":`normal`,"font-variant-position":`normal`,"font-variant-caps":`normal`,"font-variant-numeric":`normal`,"font-variant-alternates":`normal`,"font-variant-east-asian":`normal`,"font-feature-settings":`normal`,"font-variation-settings":`normal`,"text-indent":`0`,"text-align":`start`,"text-decoration-line":`none`,"text-decoration-style":`solid`,"text-decoration-color":`rgb(0,0,0)`,"text-transform":`none`,"text-orientation":`mixed`,"white-space":`normal`,"shape-padding":`0`,"shape-margin":`0`,"inline-size":`0`,"mix-blend-mode":`normal`,"solid-color":`rgb(0,0,0)`,"solid-opacity":`1`,vectorEffect:`none`}),(0,e.jsx)(`path`,{id:`path1289`,d:`m24.609375 16.513672c-2.977321 0-5.392578 2.479593-5.392578 5.486328 0 4.762769 4.826172 7.876953 4.826172 7.876953a1.0001 1.0001 0 0 0 1.132812 0s4.824219-3.114183 4.824219-7.876953c0-3.006736-2.413303-5.486328-5.390625-5.486328zm0 2c1.872992 0 3.390625 1.53752 3.390625 3.486328 0 2.838188-2.558448 5.020104-3.390625 5.691406-.832177-.671302-3.392578-2.853218-3.392578-5.691406 0-1.948809 1.519587-3.486328 3.392578-3.486328z`,"font-variant-ligatures":`normal`,"font-variant-position":`normal`,"font-variant-caps":`normal`,"font-variant-numeric":`normal`,"font-variant-alternates":`normal`,"font-variant-east-asian":`normal`,"font-feature-settings":`normal`,"font-variation-settings":`normal`,"text-indent":`0`,"text-align":`start`,"text-decoration-line":`none`,"text-decoration-style":`solid`,"text-decoration-color":`rgb(0,0,0)`,"text-transform":`none`,"text-orientation":`mixed`,"white-space":`normal`,"shape-padding":`0`,"shape-margin":`0`,"inline-size":`0`,"mix-blend-mode":`normal`,"solid-color":`rgb(0,0,0)`,"solid-opacity":`1`,vectorEffect:`none`}),(0,e.jsx)(`path`,{id:`ellipse1291`,d:`m26.032797 21.999998a1.4239348 1.4548275 0 0 1 -1.423935 1.454828 1.4239348 1.4548275 0 0 1 -1.423935-1.454828 1.4239348 1.4548275 0 0 1 1.423935-1.454827 1.4239348 1.4548275 0 0 1 1.423935 1.454827z`}),(0,e.jsx)(`path`,{id:`rect1319`,d:`m9 18a1.0001 1.0001 0 0 0 -1 1v5a1.0001 1.0001 0 0 0 1 1h5.949219a1.0001 1.0001 0 0 0 1-1v-5a1.0001 1.0001 0 0 0 -1-1zm1 2h3.949219v3h-3.949219z`,"font-variant-ligatures":`normal`,"font-variant-position":`normal`,"font-variant-caps":`normal`,"font-variant-numeric":`normal`,"font-variant-alternates":`normal`,"font-variant-east-asian":`normal`,"font-feature-settings":`normal`,"font-variation-settings":`normal`,"text-indent":`0`,"text-align":`start`,"text-decoration-line":`none`,"text-decoration-style":`solid`,"text-decoration-color":`rgb(0,0,0)`,"text-transform":`none`,"text-orientation":`mixed`,"white-space":`normal`,"shape-padding":`0`,"shape-margin":`0`,"inline-size":`0`,"mix-blend-mode":`normal`,"solid-color":`rgb(0,0,0)`,"solid-opacity":`1`,vectorEffect:`none`})]})})}function Q({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 256 256`,children:(0,e.jsx)(`g`,{style:{stroke:`none`,strokeWidth:0,strokeDasharray:`none`,strokeLinecap:`butt`,strokeLinejoin:`miter`,strokeMiterlimit:10,fill:n,fillRule:`nonzero`,opacity:1},transform:`translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)`,children:(0,e.jsx)(`path`,{d:`M 89.999 3.075 C 90 3.02 90 2.967 89.999 2.912 c -0.004 -0.134 -0.017 -0.266 -0.038 -0.398 c -0.007 -0.041 -0.009 -0.081 -0.018 -0.122 c -0.034 -0.165 -0.082 -0.327 -0.144 -0.484 c -0.018 -0.046 -0.041 -0.089 -0.061 -0.134 c -0.053 -0.119 -0.113 -0.234 -0.182 -0.346 C 89.528 1.382 89.5 1.336 89.469 1.29 c -0.102 -0.147 -0.212 -0.288 -0.341 -0.417 c -0.13 -0.13 -0.273 -0.241 -0.421 -0.344 c -0.042 -0.029 -0.085 -0.056 -0.129 -0.082 c -0.118 -0.073 -0.239 -0.136 -0.364 -0.191 c -0.039 -0.017 -0.076 -0.037 -0.116 -0.053 c -0.161 -0.063 -0.327 -0.113 -0.497 -0.147 c -0.031 -0.006 -0.063 -0.008 -0.094 -0.014 c -0.142 -0.024 -0.285 -0.038 -0.429 -0.041 C 87.03 0 86.983 0 86.936 0.001 c -0.141 0.003 -0.282 0.017 -0.423 0.041 c -0.035 0.006 -0.069 0.008 -0.104 0.015 c -0.154 0.031 -0.306 0.073 -0.456 0.129 L 1.946 31.709 c -1.124 0.422 -1.888 1.473 -1.943 2.673 c -0.054 1.199 0.612 2.316 1.693 2.838 l 34.455 16.628 l 16.627 34.455 C 53.281 89.344 54.334 90 55.481 90 c 0.046 0 0.091 -0.001 0.137 -0.003 c 1.199 -0.055 2.251 -0.819 2.673 -1.943 L 89.815 4.048 c 0.056 -0.149 0.097 -0.3 0.128 -0.453 c 0.008 -0.041 0.011 -0.081 0.017 -0.122 C 89.982 3.341 89.995 3.208 89.999 3.075 z M 75.086 10.672 L 37.785 47.973 L 10.619 34.864 L 75.086 10.672 z M 55.136 79.381 L 42.027 52.216 l 37.302 -37.302 L 55.136 79.381 z`,style:{stroke:`none`,strokeWidth:1,strokeDasharray:`none`,strokeLinecap:`butt`,strokeLinejoin:`miter`,strokeMiterlimit:10,fill:n,fillRule:`nonzero`,opacity:1},transform:` matrix(1 0 0 1 0 0) `,strokeLinecap:`round`})})})}function $({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 50 50`,height:r,width:r,className:n,children:(0,e.jsx)(`path`,{d:`M 25 4.0625 C 12.414063 4.0625 2.0625 12.925781 2.0625 24 C 2.0625 30.425781 5.625 36.09375 11 39.71875 C 10.992188 39.933594 11 40.265625 10.71875 41.3125 C 10.371094 42.605469 9.683594 44.4375 8.25 46.46875 L 7.21875 47.90625 L 9 47.9375 C 15.175781 47.964844 18.753906 43.90625 19.3125 43.25 C 21.136719 43.65625 23.035156 43.9375 25 43.9375 C 37.582031 43.9375 47.9375 35.074219 47.9375 24 C 47.9375 12.925781 37.582031 4.0625 25 4.0625 Z M 25 5.9375 C 36.714844 5.9375 46.0625 14.089844 46.0625 24 C 46.0625 33.910156 36.714844 42.0625 25 42.0625 C 22.996094 42.0625 21.050781 41.820313 19.21875 41.375 L 18.65625 41.25 L 18.28125 41.71875 C 18.28125 41.71875 15.390625 44.976563 10.78125 45.75 C 11.613281 44.257813 12.246094 42.871094 12.53125 41.8125 C 12.929688 40.332031 12.9375 39.3125 12.9375 39.3125 L 12.9375 38.8125 L 12.5 38.53125 C 7.273438 35.21875 3.9375 29.941406 3.9375 24 C 3.9375 14.089844 13.28125 5.9375 25 5.9375 Z`})})}function Nr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 65 30`,fill:`none`,children:(0,e.jsxs)(`g`,{transform:`translate(1 1)`,children:[(0,e.jsx)(`path`,{d:`M60.1,7h-16c-1.1,0-2,0.9-2,2
576
+ C426.049,435.783,427.988,422.567,431.057,407.766z M464.526,444c1.562-22.316,6.759-83.25,18.47-112H496v112H464.526z`})})}function Rn({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:U(`fill-current stroke-current`,n),height:r,width:r,viewBox:`0 0 24 24`,children:[(0,e.jsx)(`circle`,{cx:`12.5`,cy:`4.5`,r:`2.5`,fill:`none`,strokeWidth:`1.5`}),(0,e.jsx)(`path`,{d:`M7 22L7.50917 21.5927C8.79506 20.564 9.67705 19.1148 10 17.5`,fill:`none`,strokeWidth:`1.5`,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M11.1582 13.4177L11.9045 13.4923L11.1582 13.4177ZM11.9713 16.259L12.5652 15.8009L11.9713 16.259ZM15.8066 22.4581C16.0596 22.7861 16.5306 22.8468 16.8585 22.5938C17.1865 22.3408 17.2472 21.8698 16.9942 21.5419L15.8066 22.4581ZM10.9698 10.0161L10.9292 9.26719L10.9698 10.0161ZM13.0872 10.1315L12.9805 10.8739H12.9805L13.0872 10.1315ZM17.1969 13.3005L17.0736 12.5607L17.1969 13.3005ZM19.1233 13.7398C19.5319 13.6717 19.8079 13.2853 19.7398 12.8767C19.6717 12.4681 19.2853 12.1921 18.8767 12.2602L19.1233 13.7398ZM15.6163 12.3488L16.3278 12.1117V12.1117L15.6163 12.3488ZM6.25 14.5C6.25 14.9142 6.58579 15.25 7 15.25C7.41421 15.25 7.75 14.9142 7.75 14.5H6.25ZM10.7537 9.92537L10.412 13.3431L11.9045 13.4923L12.2463 10.0746L10.7537 9.92537ZM11.3775 16.7172L15.8066 22.4581L16.9942 21.5419L12.5652 15.8009L11.3775 16.7172ZM11.5 9.25C11.3217 9.25 11.129 9.25636 10.9292 9.26719L11.0104 10.765C11.1912 10.7552 11.3558 10.75 11.5 10.75V9.25ZM11.5 10.75C11.9543 10.75 12.476 10.8014 12.9805 10.8739L13.1938 9.38912C12.6539 9.31157 12.0541 9.25 11.5 9.25V10.75ZM17.3202 14.0403L19.1233 13.7398L18.8767 12.2602L17.0736 12.5607L17.3202 14.0403ZM12.9805 10.8739C13.8619 11.0005 14.5975 11.6642 14.9048 12.586L16.3278 12.1117C15.8674 10.7305 14.7153 9.60766 13.1938 9.38912L12.9805 10.8739ZM10.9292 9.26719C8.1638 9.41706 6.25 11.8593 6.25 14.5H7.75C7.75 12.5243 9.16607 10.8649 11.0104 10.765L10.9292 9.26719ZM14.9048 12.586C15.2424 13.599 16.2669 14.2159 17.3202 14.0403L17.0736 12.5607C16.7484 12.6149 16.4321 12.4245 16.3278 12.1117L14.9048 12.586ZM10.412 13.3431C10.3396 14.0663 10.2713 14.6261 10.4253 15.1645L11.8674 14.7518C11.8107 14.5537 11.8205 14.332 11.9045 13.4923L10.412 13.3431ZM12.5652 15.8009C12.0497 15.1328 11.9241 14.9498 11.8674 14.7518L10.4253 15.1645C10.5794 15.7028 10.9335 16.1417 11.3775 16.7172L12.5652 15.8009Z`,stroke:`none`})]})}var zn={camping:jn,concert:Mn,dining:Nn,movie:Pn,picnic:Fn,shopping:In,show:Ln,walking:Rn};function Bn({interestType:t,className:n,size:r}){let i=zn[t];return i&&(0,e.jsx)(i,{className:n,size:r})}function Vn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`E`})})}function Hn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Ç`})})}function Un({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`中`})})}function Wn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Ñ`})})}function Gn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Ä`})})}function Kn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`あ`})})}function qn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`ع`})})}function Jn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`한`})})}function Yn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Я`})})}function Xn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`È`})})}function Zn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Ã`})})}function Qn({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Ğ`})})}function $n({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`ह`})})}function er({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`IJ`})})}function tr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Å`})})}function nr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`M`})})}function rr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`I`})})}function ir({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`ท`})})}function ar({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Ω`})})}function or({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:r,height:r,className:U(`text-gray-600`,n),children:(0,e.jsx)(`text`,{x:`12`,y:`12`,textAnchor:`middle`,dominantBaseline:`central`,fontSize:`16`,fontFamily:`sans-serif`,fill:`currentColor`,children:`Đ`})})}var sr={arabic:qn,dutch:er,english:Vn,french:Hn,german:Gn,greek:ar,hindi:$n,indonesian:rr,italian:Xn,japanese:Kn,korean:Jn,malay:nr,mandarin:Un,portuguese:Zn,russian:Yn,spanish:Wn,swedish:tr,thai:ir,turkish:Qn,vietnamese:or};function cr({interestType:t,className:n,size:r}){let i=sr[t];return i&&(0,e.jsx)(i,{className:n,size:r})}var lr={"1_sports":Mt,"2_pets":It,"3_cardgames":an,"4_music":$t,"5_travel":An,"6_leisure":Bn,"7_language":cr};function ur({interestType:n,categoryType:r,size:i=t.sm,className:a=``}){let o=lr[r];return o&&(0,e.jsx)(o,{interestType:n,size:i,className:a})}function dr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z`})})}function fr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q20-22 36-47.5t26.5-53q10.5-27.5 16-56.5t5.5-59q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z`})})}function pr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z`})})}function mr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 512 512`,children:[(0,e.jsx)(`path`,{d:`m480.052 369.741c49.476-69.417 41.913-164.522-25.665-226.473-30.877-28.305-70.24-45.926-112.761-50.847-.265-.326-.536-.649-.833-.958-36.991-38.425-90.135-60.463-145.805-60.463-105.939 0-194.988 78.933-194.988 180 0 35.435 11.007 69.404 31.916 98.741l-29.209 91.706c-1.836 5.764-.03 12.065 4.579 15.982 4.617 3.924 11.13 4.678 16.511 1.941l88.827-45.167c18.242 7.855 37.586 13.009 57.618 15.354 38.642 40.636 92.073 61.443 146.738 61.443 28.416 0 56.729-5.791 82.36-16.798l88.831 45.169c2.151 1.094 4.48 1.629 6.795 1.629 10.123 0 17.38-9.865 14.295-19.553zm-361.374-25.72c-4.201-1.995-9.088-1.929-13.233.179l-63.267 32.17 20.66-64.866c1.504-4.723.579-9.883-2.473-13.788-19.866-25.43-30.367-55.415-30.367-86.716 0-82.71 74.014-150 164.99-150 36.636 0 71.905 11.099 100.514 31.086-96.348 9.688-173.51 84.942-173.51 178.914 0 29.228 7.492 57.366 21.617 82.576-8.552-2.547-16.881-5.732-24.931-9.555zm287.845 60.178c-4.085-2.077-8.976-2.202-13.233-.178-23.385 11.108-49.772 16.979-76.31 16.979-90.976 0-164.99-67.29-164.99-150s74.014-150 164.99-150 164.99 67.29 164.99 150c0 31.301-10.501 61.286-30.368 86.715-3.051 3.905-3.976 9.065-2.473 13.788l20.66 64.866z`}),(0,e.jsx)(`circle`,{cx:`255.984`,cy:`271`,r:`15`}),(0,e.jsx)(`circle`,{cx:`315.981`,cy:`271`,r:`15`}),(0,e.jsx)(`circle`,{cx:`375.977`,cy:`271`,r:`15`})]})}function hr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M440-280h80v-160h160v-80H520v-160h-80v160H280v80h160v160ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z`})})}function gr({className:n=``,size:r=t.lg}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z`})})}function _r({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M580-240q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z`})})}function vr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M500-482q29-32 44.5-73t15.5-85q0-44-15.5-85T500-798q60 8 100 53t40 105q0 60-40 105t-100 53Zm220 322v-120q0-36-16-68.5T662-406q51 18 94.5 46.5T800-280v120h-80Zm80-280v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Zm-480-40q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM0-160v-112q0-34 17.5-62.5T64-378q62-31 126-46.5T320-440q66 0 130 15.5T576-378q29 15 46.5 43.5T640-272v112H0Zm320-400q33 0 56.5-23.5T400-640q0-33-23.5-56.5T320-720q-33 0-56.5 23.5T240-640q0 33 23.5 56.5T320-560ZM80-240h480v-32q0-11-5.5-20T540-306q-54-27-109-40.5T320-360q-56 0-111 13.5T100-306q-9 5-14.5 14T80-272v32Zm240-400Zm0 400Z`})})}function yr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M120-680v-160l160 80-160 80Zm600 0v-160l160 80-160 80Zm-280-40v-160l160 80-160 80Zm0 640q-76-2-141.5-12.5t-114-26.5Q136-135 108-156t-28-44v-360q0-25 31.5-46.5t85.5-38q54-16.5 127-26t156-9.5q83 0 156 9.5t127 26q54 16.5 85.5 38T880-560v360q0 23-28 44t-76.5 37q-48.5 16-114 26.5T520-80v-160h-80v160Zm40-440q97 0 167.5-11.5T760-558q0-5-76-23.5T480-600q-128 0-204 18.5T200-558q42 15 112.5 26.5T480-520ZM360-166v-154h240v154q80-8 131-23.5t69-27.5v-271q-55 22-138 35t-182 13q-99 0-182-13t-138-35v271q18 12 69 27.5T360-166Zm120-161Z`})})}function br({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M520-400h80v-120h120v-80H600v-120h-80v120H400v80h120v120ZM320-240q-33 0-56.5-23.5T240-320v-480q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H320Zm0-80h480v-480H320v480ZM160-80q-33 0-56.5-23.5T80-160v-560h80v560h560v80H160Zm160-720v480-480Z`})})}function xr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm120-160v-80h320v80H320Zm0-120v-80h320v80H320Zm0-120v-80h320v80H320Zm360-80v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z`})})}function Sr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`m260-260 300-140 140-300-300 140-140 300Zm220-180q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z`})})}function X({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h440l200 200v440q0 33-23.5 56.5T760-120H200Zm0-80h560v-400H600v-160H200v560Zm80-80h400v-80H280v80Zm0-320h200v-80H280v80Zm0 160h400v-80H280v80Zm-80-320v160-160 560-560Z`})})}function Cr({className:n=``,size:r=t.sm}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M40-160v-112q0-34 17.5-62.5T104-378q62-31 126-46.5T360-440q66 0 130 15.5T616-378q29 15 46.5 43.5T680-272v112H40Zm720 0v-120q0-44-24.5-84.5T666-434q51 6 96 20.5t84 35.5q36 20 55 44.5t19 53.5v120H760ZM360-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm400-160q0 66-47 113t-113 47q-11 0-28-2.5t-28-5.5q27-32 41.5-71t14.5-81q0-42-14.5-81T544-792q14-5 28-6.5t28-1.5q66 0 113 47t47 113ZM120-240h480v-32q0-11-5.5-20T580-306q-54-27-109-40.5T360-360q-56 0-111 13.5T140-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T440-640q0-33-23.5-56.5T360-720q-33 0-56.5 23.5T280-640q0 33 23.5 56.5T360-560Zm0 320Zm0-400Z`})})}function Z({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M0-240v-63q0-43 44-70t116-27q13 0 25 .5t23 2.5q-14 21-21 44t-7 48v65H0Zm240 0v-65q0-32 17.5-58.5T307-410q32-20 76.5-30t96.5-10q53 0 97.5 10t76.5 30q32 20 49 46.5t17 58.5v65H240Zm540 0v-65q0-26-6.5-49T754-397q11-2 22.5-2.5t23.5-.5q72 0 116 26.5t44 70.5v63H780Zm-455-80h311q-10-20-55.5-35T480-370q-55 0-100.5 15T325-320ZM160-440q-33 0-56.5-23.5T80-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T160-440Zm640 0q-33 0-56.5-23.5T720-520q0-34 23.5-57t56.5-23q34 0 57 23t23 57q0 33-23 56.5T800-440Zm-320-40q-50 0-85-35t-35-85q0-51 35-85.5t85-34.5q51 0 85.5 34.5T600-600q0 50-34.5 85T480-480Zm0-80q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm1 240Zm-1-280Z`})})}function wr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{className:U(`stroke-2 text-gray-600`,n),height:r,width:r,enableBackground:`new 0 0 512.004 512.004`,viewBox:`0 0 512.004 512.004`,xmlns:`http://www.w3.org/2000/svg`,children:(0,e.jsx)(`path`,{stroke:`currentColor`,d:`m507.905 302.062c-1.535-.781-3.08-1.543-4.622-2.31 0 0 3.439-24.286 3.439-24.286 1.955-13.083-5.943-25.129-18.193-29.656l2.496-17.896c1.816-13.021-5.278-25.918-17.252-31.363-11.124-5.058-29.114-12.711-51.648-20.448-12.258-4.208-24.526-7.988-36.754-11.334v-49.244l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v99.146c-14.653-3.591-29.219-6.55-43.608-8.84-23.424-3.727-46.407-5.662-68.375-5.794v-48.625l62.187-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.138-24.263c-4.806-1.736-10.049 1.95-10.049 7.054v102.59c-19.094.541-38.586 2.282-58.125 5.236-17.92 2.709-35.925 6.413-53.858 11.073v-47.209l62.186-22.473c6.533-2.27 6.531-11.839 0-14.107l-67.137-24.262c-4.806-1.736-10.049 1.95-10.049 7.054v105.133c-24.242 6.586-63.348 21.848-78.643 29.548-11.877 5.634-18.638 18.159-16.823 31.165l2.492 17.873c-1.116.529-2.18 1.038-3.175 1.52-10.641 5.152-16.676 16.481-15.018 28.191l3.482 24.586c-1.542.767-3.087 1.528-4.621 2.31-3.691 1.88-5.16 6.396-3.28 10.087 1.88 3.69 6.396 5.158 10.087 3.28.011-.005.021-.011.032-.016l3.193 22.55c-1.76.872-3.521 1.743-5.271 2.635-3.691 1.879-5.159 6.396-3.28 10.087s6.396 5.159 10.087 3.28c.227-.115.456-.226.682-.341l16.367 115.586c.523 3.699 3.689 6.449 7.426 6.449h365.981c9.856-.31 9.99-14.638 0-15h-44.157l2.601-33.046h105.463l-4.679 33.046h-27.209c-9.922.34-9.931 14.657 0 15h33.722c3.736 0 6.902-2.75 7.426-6.448l16.367-115.587c.227.115.456.226.683.341 3.614 1.862 8.2.447 10.087-3.28 1.879-3.691.411-8.208-3.28-10.087-1.75-.891-3.511-1.763-5.271-2.635l3.193-22.55c.011.006.022.011.032.016 3.614 1.862 8.2.448 10.087-3.28 1.877-3.691.409-8.207-3.283-10.087zm-122.534-229.641 37.57 13.577-37.57 13.577zm-253.967 0 37.569 13.577-37.569 13.577zm344.766 153.422-1.911 13.706c-13.941-5.893-31.896-12.859-52.852-19.618l4.269-26.677c18.032 6.494 32.487 12.677 41.889 16.951 6.066 2.759 9.524 9.043 8.605 15.638zm-69.238-10.395c-23.17-6.877-49.344-13.212-77.361-17.562l2.739-29.708c25.955 4.558 52.456 11.301 78.971 20.096zm-150.93-23.454c-19.26 0-38.895 1.193-58.721 3.549l-2.772-30.046c42.085-5.674 80.582-5.809 122.956.32l-2.764 29.976c-18.96-2.39-38.636-3.799-58.699-3.799zm2.386-137.475 37.57 13.577-37.57 13.577zm-222.594 170.991c-.904-6.484 2.471-12.729 8.396-15.541 9.334-4.427 23.777-10.819 42.058-17.479l4.255 26.618c-21.292 6.868-39.234 13.978-52.829 19.888zm-15.704 47.553c-.74-5.229 1.953-10.289 6.703-12.589 17.005-8.234 52.479-23.87 99.012-36.064 9.517-2.849 5.886-16.696-3.803-14.51-5.849 1.533-11.525 3.119-17.022 4.739l-4.343-27.162c26.132-8.692 52.647-15.314 79.014-19.733l2.748 29.786c-9.815 1.448-19.664 3.168-29.528 5.179-4.059.827-6.679 4.789-5.851 8.847s4.787 6.679 8.847 5.85c110.477-24.098 227.488-4.432 329.096 43.272 4.886 2.262 7.661 7.36 6.907 12.685l-2.774 19.588c-145.659-68.164-320.533-68.164-466.191 0zm21.885 154.55h105.463l2.601 33.046h-103.385zm123.109 33.046-5.688-72.267h193.211l-5.688 72.267zm307.069-48.046h-106.406l2.45-31.133c.338-4.297-3.166-8.088-7.477-8.088h-209.437c-4.31 0-7.815 3.791-7.477 8.088l2.45 31.133h-106.405l-9.333-65.909c140.612-66.935 310.357-66.934 450.968 0zm11.529-81.422c-142.366-66.257-312.996-66.256-455.361 0l-3.218-22.727c143.897-68.846 317.901-68.845 461.798 0z`})})}function Tr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{className:U(n,`fill-none`),width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M19 22V21.5M5 22V21.5`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M12 21V2`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M15 8V10`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V13C22 16.7712 22 18.6569 20.8284 19.8284C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V10Z`,stroke:`currentColor`,strokeWidth:1.5}),(0,e.jsx)(`path`,{d:`M2 8H12`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M2 15H22`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M15 18L17 18`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`}),(0,e.jsx)(`path`,{d:`M7 18L9 18`,stroke:`currentColor`,strokeWidth:1.5,strokeLinecap:`round`})]})}function Er({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z`})})}function Dr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M480-480q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47ZM160-160v-112q0-34 17.5-62.5T224-378q62-31 126-46.5T480-440q66 0 130 15.5T736-378q29 15 46.5 43.5T800-272v112H160Zm80-80h480v-32q0-11-5.5-20T700-306q-54-27-109-40.5T480-360q-56 0-111 13.5T260-306q-9 5-14.5 14t-5.5 20v32Zm240-320q33 0 56.5-23.5T560-640q0-33-23.5-56.5T480-720q-33 0-56.5 23.5T400-640q0 33 23.5 56.5T480-560Zm0-80Zm0 400Z`})})}function Or({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,shapeRendering:`geometricPrecision`,textRendering:`geometricPrecision`,imageRendering:`optimizeQuality`,fillRule:`evenodd`,clipRule:`evenodd`,viewBox:`0 0 471 511.77`,children:(0,e.jsx)(`path`,{d:`M235.51 433.34c5 0 9.05 4.05 9.05 9.05 0 5-4.05 9.05-9.05 9.05-5 0-9.05-4.05-9.05-9.05 0-5 4.05-9.05 9.05-9.05zm92.93-249.19-4.69-33.93c-31.46-13.57-61.81-19.16-91.19-18.53-29.22.62-57.61 7.42-85.27 18.62l-4.7 33.78c24.62-13.39 58.71-20.11 92.75-20.11 34.01 0 68.21 6.71 93.1 20.17zm-92.93-123.5c12.47 0 22.58 10.12 22.58 22.59s-10.11 22.59-22.58 22.59c-12.48 0-22.59-10.12-22.59-22.59s10.11-22.59 22.59-22.59zM237.99 0c7.09 0 12.89 5.8 12.89 12.89v4.36c21.53 3.12 41.04 13.08 55.86 27.59 17.54 17.2 28.53 40.79 28.53 67.02l-.87 33.79 8.48 61.43-3.17-2.23c-.79 3.41-1.8 6.58-2.82 9.17l-.03.11c-2.05 5.23-4.79 9.99-7.98 13.5-2.67 2.85-5.67 4.9-8.92 5.7-.63 2.01-1.32 4.1-1.83 6.15-3.62 12.21-6.47 21.83-14.01 31.38-1.64 2.08-3.4 4.09-5.26 5.99-1.29 1.36-2.6 2.64-3.96 3.85.18 1.88.2 15.61.18 23.83 7.51 1.31 13.54 2.28 19.52 3.25 62.65 10.09 122.09 19.67 137.97 98.13l18.34 99.26a5.583 5.583 0 0 1-5.49 6.58l-114.17.01-.39.01-.4-.01-230.65.01H5.6c-3.09 0-5.6-2.51-5.6-5.6 0-.46.06-.9.16-1.32l13.58-82.79c18.25-92.87 65.89-102.15 136.01-115.8 8.1-1.58 16.5-3.22 24.79-4.96.49-.11.98-.14 1.46-.11v-20.38l.05-2.73c-6.95-6.28-12.65-14.63-16.47-23.13-2.67-5.93-4.79-12.33-7.25-19.57l-1.27-3.77c-2.79-.36-5.38-1.65-7.72-3.55-2.93-2.41-5.45-5.92-7.5-9.98-1.6-3.15-3.34-7.91-4.54-13.17l-3.19 2.28 8.52-61.38-1.9-29.83a87.52 87.52 0 0 1-.19-5.64c0-25.31 10.9-48.04 28.14-64.83 16.37-15.94 38.49-26.52 62.41-28.83v-3.79C225.09 5.8 230.9 0 237.99 0zm55.48 315.6c-4.4 13.43-15.09 22.77-28.38 28.13-8.93 3.59-19.07 5.36-29.18 5.32-10.12-.04-20.25-1.89-29.16-5.5-14.49-5.89-25.9-16.4-29.41-31.46-.17.06-.34.1-.52.14-6.65 1.4-12.91 2.65-18.94 3.83.37 24.37 3.27 43.16 14.03 60.26 8.86 14.07 23.14 27.32 45.79 41.95 5.02-3.59 11.17-5.7 17.81-5.7 6.14 0 11.87 1.82 16.68 4.96 16.59-11.04 29.22-22.22 38.57-35.16 12.09-16.74 18.9-36.73 21.93-63.6-6.85-1.11-13.74-2.21-19.22-3.17zm29.96-177.31.64-24.25v-2.18c0-23.1-9.69-43.89-25.16-59.06-15.54-15.22-36.88-24.8-60.12-25.4l-3.82-.01c-2.06 0-4.02.06-5.84.18-22.49 1.43-43.39 11.07-58.66 25.95-15.16 14.75-24.74 34.68-24.74 56.82 0 1.75.05 3.39.15 4.94l1.49 23.28c27.49-10.67 55.76-17.11 84.98-17.73 29.44-.63 59.76 4.65 91.08 17.46zm-182.76 59.98c1.21 5.72 3.53 11.66 5.08 14.8 1.39 2.74 2.96 5.01 4.61 6.36 3 2.38 3.99-.29 7.2 1.43 2.75 1.5 3.37 5.19 4.32 7.94l1.13 3.36c2.2 6.58 4.21 12.44 6.55 17.74 4.87 10.86 11.38 18.62 20.78 25.79 28.09 21.33 65.27 22.24 93.19.07 4.36-3.44 8.34-7.35 11.85-11.82 3.08-3.83 5.27-7.93 7.06-12.43 1.86-4.61 3.37-9.58 5.01-15.18.95-3.21 1.91-6.44 2.93-9.66 1.57-6.1 6.33-2.01 10.46-6.54 2.08-2.38 4.06-6.04 5.66-10.13.63-1.61 2.67-6.59 3.99-11.61-23.31-15.5-59.2-23.22-95.15-23.22-35.98 0-71.71 7.73-94.67 23.1zm46.36 105.21c.3 1.79.5 1.68.61 2.69 1.54 12.94 10.97 22 23.31 27.01 7.63 3.1 16.32 4.68 25 4.72 8.7.03 17.38-1.47 24.98-4.54 12.22-4.92 21.58-13.98 23.23-27.21.11-.92.45-1.77.94-2.49v-15.1c-29.67 18.61-58.62 19.97-90.16 3.62-2.99-1.57-5.99-3.29-9.03-5.23l1.12 16.53zm30.39 125.24c-.46.57-.89 1.15-1.3 1.77-2.4 3.66-3.8 8.04-3.8 12.73 0 12.81 10.38 23.2 23.19 23.2 8.4 0 7.38 11.52 7.37 13.6v8.11h15.62v-41.84a23.71 23.71 0 0 0 0-6.13v-.02h-.01c-.52-3.93-2.03-7.55-4.26-10.61l-.11-.15c-.27-.34-.53-.68-.81-1.02l-.12-.14-.12-.14-.06-.07-.06-.07-.12-.14-.13-.14-.12-.13-.13-.14c-.29-.31-.6-.62-.91-.92l-.14-.13-.41-.38-.13-.12-.14-.12-.15-.12-.11-.1-.03-.02-.14-.12-.29-.24-.14-.11-.15-.11-.05-.04-.09-.08-.15-.11-.15-.11-.02-.01-.13-.1-.15-.11-.13-.09-.02-.02-.16-.1-.15-.11-.09-.06-.06-.04-.16-.11-.16-.1-.05-.04-.1-.06-.16-.1-.16-.09-.16-.1-.16-.1-.14-.08-.02-.01-.16-.09-.17-.09-.16-.09-.16-.09-.17-.09-.06-.03-.1-.06-.17-.08-.17-.09-.02-.01-.15-.07-.17-.08-.17-.08-.17-.08a23.004 23.004 0 0 0-9.58-2.07c-3.9 0-7.57.96-10.79 2.66l-.16.08-.11.06-.05.03-.16.09-.17.09-.11.07-.04.02-.17.1-.15.09-.12.07-.04.03-.16.09-.15.1-.12.08-.04.02-.15.1-.15.1-.13.08-.03.02-.15.11-.15.1-.13.09-.02.02-.15.1-.14.11-.14.1-.01.01-.15.11-.15.12-.13.1-.01.01-.14.11-.15.12-.13.11h-.01l-.14.12-.14.12-.27.24-.14.12-.27.24-.14.13-.13.13-.01.01-.12.11-.13.13-.13.13-.02.02-.11.11-.13.13-.13.13-.02.02-.1.11-.13.14-.61.68-.11.14-.12.14-.12.14-.11.15zm-7.59-2.25c-23.06-15.13-37.88-29.13-47.36-44.2-11.79-18.73-15.17-38.66-15.71-64.04-62.92 12.3-105.68 22.71-122.05 105.97l-4.48 27.31H114v-50.49c0-3.09 2.5-5.6 5.6-5.6 3.08 0 5.59 2.51 5.59 5.6v99.55h220.07v-99.55c0-3.09 2.51-5.6 5.6-5.6s5.59 2.51 5.59 5.6v50.49h93.2l-8.04-43.5c-13.48-66.4-63.32-78.41-117.9-87.45-3.29 28.59-10.71 50.07-23.9 68.33-9.8 13.57-22.69 25.21-39.37 36.54 2.7 3.78 4.56 8.2 5.32 12.98.11.47.18.95.2 1.45.11 1.17.16 2.18.2 3.36-.04 1.17-.09 2.17-.2 3.32v41.59a7.46 7.46 0 0 1-7.46 7.46h-15.62c-4.12 0-7.47-3.34-7.47-7.46v-8.11l.05-.83v-1.38c0-1.38.09-3.93.05-3.93-8.47 0-16.13-3.43-21.68-8.98-5.54-5.55-8.98-13.21-8.98-21.68 0-6.18 1.83-11.93 4.98-16.75zM15.8 478.45l-3.63 22.12H114v-22.12H15.8zm340.65 22.12h102.26l-4.08-22.12h-98.18v22.12z`})})}function kr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z`})})}function Ar({className:n=``,size:r=t.sm}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z`})})}function jr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-200h57l391-391-57-57-391 391v57Zm-80 80v-170l528-527q12-11 26.5-17t30.5-6q16 0 31 6t26 18l55 56q12 11 17.5 26t5.5 30q0 16-5.5 30.5T817-647L290-120H120Zm640-584-56-56 56 56Zm-141 85-28-29 57 57-29-28Z`})})}function Mr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z`})})}function Q({className:n=`fill-gray-600`,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z`})})}function $({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M1,20a1,1,0,0,0,1,1h8a1,1,0,0,0,0-2H3.071A7.011,7.011,0,0,1,10,13a5.044,5.044,0,1,0-3.377-1.337A9.01,9.01,0,0,0,1,20ZM10,5A3,3,0,1,1,7,8,3,3,0,0,1,10,5Zm12.707,9.707L20.414,17l2.293,2.293a1,1,0,1,1-1.414,1.414L19,18.414l-2.293,2.293a1,1,0,0,1-1.414-1.414L17.586,17l-2.293-2.293a1,1,0,0,1,1.414-1.414L19,15.586l2.293-2.293a1,1,0,0,1,1.414,1.414Z`,fill:`currentColor`})})}function Nr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Zm140-360q25 0 42.5-17.5T400-620q0-25-17.5-42.5T340-680q-25 0-42.5 17.5T280-620q0 25 17.5 42.5T340-560Z`})})}function Pr({className:n=``,size:r=t.xs}){return(0,e.jsxs)(`svg`,{height:r,width:r,viewBox:`0 0 24 24`,className:n,xmlns:`http://www.w3.org/2000/svg`,"aria-labelledby":`pollIconTitle`,strokeWidth:`1`,strokeLinecap:`square`,strokeLinejoin:`miter`,children:[` `,(0,e.jsx)(`title`,{id:`pollIconTitle`,children:`Poll`}),` `,(0,e.jsx)(`path`,{d:`M4 4V20`}),` `,(0,e.jsx)(`path`,{d:`M4 6H15V10H4`}),` `,(0,e.jsx)(`path`,{d:`M4 10H19V14H4`}),` `,(0,e.jsx)(`path`,{d:`M4 14H12V18H4`})]})}function Fr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M280-280h280v-80H280v80Zm0-160h400v-80H280v80Zm0-160h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z`})})}function Ir({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm0-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z`})})}function Lr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-440v-80h560v80H200Z`})})}function Rr({className:n=``,size:r=t.xs}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M120-120v-560h240v-80l120-120 120 120v240h240v400H120Zm80-80h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 320h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm0-160h80v-80h-80v80Zm240 480h80v-80h-80v80Zm0-160h80v-80h-80v80Z`})})}function zr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 -960 960 960`,children:(0,e.jsx)(`path`,{d:`M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h280v80H200Zm440-160-55-58 102-102H360v-80h327L585-622l55-58 200 200-200 200Z`})})}function Br({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 16 16`,children:[(0,e.jsx)(`path`,{d:`M11.25 1a.75.75 0 010 1.5h-9a.75.75 0 00-.75.75v6.531l.706-.51a.75.75 0 01.88 1.214L1.19 11.858A.75.75 0 010 11.25v-8A2.25 2.25 0 012.25 1h9z`}),(0,e.jsx)(`path`,{fillRule:`evenodd`,d:`M6.25 4A2.25 2.25 0 004 6.25v4.534a2.25 2.25 0 002.25 2.25h6.041l2.52 1.824A.75.75 0 0016 14.25v-8A2.25 2.25 0 0013.75 4h-7.5zM5.5 6.25a.75.75 0 01.75-.75h7.5a.75.75 0 01.75.75v6.531l-1.526-1.104a.75.75 0 00-.44-.143H6.25a.75.75 0 01-.75-.75V6.25z`,clipRule:`evenodd`})]})}function Vr({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:`fill-blue-500`,width:`24`,height:`24`,viewBox:`0 0 24 24`,fill:`none`,children:(0,e.jsx)(`path`,{d:`M7 17L17 7M17 7H7M17 7V17`,stroke:`gray`})})}function Hr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,viewBox:`0 0 32 32`,height:r,width:r,children:(0,e.jsxs)(`g`,{id:`g1331`,transform:`translate(-.012 -.026)`,children:[(0,e.jsx)(`path`,{id:`rect1177`,d:`m48 42c-1.610617 0-3.072579.964923-3.707031 2.445312l-2.212891 5.160157c-.068789.157032-.080078.278389-.080078.410156v1.384766c0 1.410987.833351 2.629848 2.025391 3.21875v11.78125c0 1.977102 1.622506 3.599609 3.599609 3.599609h11.375c.552285 0 1-.447715 1-1s-.447715-1-1-1h-11.375c-.903697 0-1.599609-.695912-1.599609-1.599609v-11.445313c.847723-.104088 1.610521-.491751 2.173828-1.083984.65782.691024 1.580369 1.128906 2.601562 1.128906 1.021136 0 1.9423-.437842 2.59961-1.128906.657309.691064 1.578473 1.128906 2.599609 1.128906s1.9423-.437842 2.599609-1.128906c.65731.691064 1.578474 1.128906 2.59961 1.128906 1.021194 0 1.943742-.437882 2.601562-1.128906.65731.691064 1.578474 1.128906 2.59961 1.128906 1.976921 0 3.599609-1.622688 3.599609-3.599609v-1.1875c.04465-.204256.02415-.417368-.05859-.609375l-2.230472-5.164063c-.638436-1.47827-2.100696-2.439453-3.710938-2.439453zm0 2h16c.817605 0 1.550834.481826 1.875 1.232422l1.626953 3.767578h-22.984375l1.613281-3.767578c.321445-.750037 1.053125-1.232422 1.869141-1.232422zm-4 7h3.199219v.400391c0 .903878-.695732 1.599609-1.59961 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199219 0h3.201172v.400391c0 .903877-.695732 1.599609-1.59961 1.599609-.903877 0-1.601562-.696635-1.601562-1.599609zm5.201172 0h3.199218v.400391c0 .903878-.695731 1.599609-1.599609 1.599609s-1.599609-.695731-1.599609-1.599609zm5.199218 0h3.201172v.400391c0 .902974-.697684 1.599609-1.601562 1.599609s-1.59961-.695732-1.59961-1.599609zm5.201172 0h3.199219v.400391c0 .903878-.695731 1.599609-1.599609 1.599609-.903879 0-1.59961-.695732-1.59961-1.599609z`,transform:`translate(-40 -40)`,"font-variant-ligatures":`normal`,"font-variant-position":`normal`,"font-variant-caps":`normal`,"font-variant-numeric":`normal`,"font-variant-alternates":`normal`,"font-variant-east-asian":`normal`,"font-feature-settings":`normal`,"font-variation-settings":`normal`,"text-indent":`0`,"text-align":`start`,"text-decoration-line":`none`,"text-decoration-style":`solid`,"text-decoration-color":`rgb(0,0,0)`,"text-transform":`none`,"text-orientation":`mixed`,"white-space":`normal`,"shape-padding":`0`,"shape-margin":`0`,"inline-size":`0`,"mix-blend-mode":`normal`,"solid-color":`rgb(0,0,0)`,"solid-opacity":`1`,vectorEffect:`none`}),(0,e.jsx)(`path`,{id:`path1289`,d:`m24.609375 16.513672c-2.977321 0-5.392578 2.479593-5.392578 5.486328 0 4.762769 4.826172 7.876953 4.826172 7.876953a1.0001 1.0001 0 0 0 1.132812 0s4.824219-3.114183 4.824219-7.876953c0-3.006736-2.413303-5.486328-5.390625-5.486328zm0 2c1.872992 0 3.390625 1.53752 3.390625 3.486328 0 2.838188-2.558448 5.020104-3.390625 5.691406-.832177-.671302-3.392578-2.853218-3.392578-5.691406 0-1.948809 1.519587-3.486328 3.392578-3.486328z`,"font-variant-ligatures":`normal`,"font-variant-position":`normal`,"font-variant-caps":`normal`,"font-variant-numeric":`normal`,"font-variant-alternates":`normal`,"font-variant-east-asian":`normal`,"font-feature-settings":`normal`,"font-variation-settings":`normal`,"text-indent":`0`,"text-align":`start`,"text-decoration-line":`none`,"text-decoration-style":`solid`,"text-decoration-color":`rgb(0,0,0)`,"text-transform":`none`,"text-orientation":`mixed`,"white-space":`normal`,"shape-padding":`0`,"shape-margin":`0`,"inline-size":`0`,"mix-blend-mode":`normal`,"solid-color":`rgb(0,0,0)`,"solid-opacity":`1`,vectorEffect:`none`}),(0,e.jsx)(`path`,{id:`ellipse1291`,d:`m26.032797 21.999998a1.4239348 1.4548275 0 0 1 -1.423935 1.454828 1.4239348 1.4548275 0 0 1 -1.423935-1.454828 1.4239348 1.4548275 0 0 1 1.423935-1.454827 1.4239348 1.4548275 0 0 1 1.423935 1.454827z`}),(0,e.jsx)(`path`,{id:`rect1319`,d:`m9 18a1.0001 1.0001 0 0 0 -1 1v5a1.0001 1.0001 0 0 0 1 1h5.949219a1.0001 1.0001 0 0 0 1-1v-5a1.0001 1.0001 0 0 0 -1-1zm1 2h3.949219v3h-3.949219z`,"font-variant-ligatures":`normal`,"font-variant-position":`normal`,"font-variant-caps":`normal`,"font-variant-numeric":`normal`,"font-variant-alternates":`normal`,"font-variant-east-asian":`normal`,"font-feature-settings":`normal`,"font-variation-settings":`normal`,"text-indent":`0`,"text-align":`start`,"text-decoration-line":`none`,"text-decoration-style":`solid`,"text-decoration-color":`rgb(0,0,0)`,"text-transform":`none`,"text-orientation":`mixed`,"white-space":`normal`,"shape-padding":`0`,"shape-margin":`0`,"inline-size":`0`,"mix-blend-mode":`normal`,"solid-color":`rgb(0,0,0)`,"solid-opacity":`1`,vectorEffect:`none`})]})})}function Ur({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 256 256`,children:(0,e.jsx)(`g`,{style:{stroke:`none`,strokeWidth:0,strokeDasharray:`none`,strokeLinecap:`butt`,strokeLinejoin:`miter`,strokeMiterlimit:10,fill:n,fillRule:`nonzero`,opacity:1},transform:`translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)`,children:(0,e.jsx)(`path`,{d:`M 89.999 3.075 C 90 3.02 90 2.967 89.999 2.912 c -0.004 -0.134 -0.017 -0.266 -0.038 -0.398 c -0.007 -0.041 -0.009 -0.081 -0.018 -0.122 c -0.034 -0.165 -0.082 -0.327 -0.144 -0.484 c -0.018 -0.046 -0.041 -0.089 -0.061 -0.134 c -0.053 -0.119 -0.113 -0.234 -0.182 -0.346 C 89.528 1.382 89.5 1.336 89.469 1.29 c -0.102 -0.147 -0.212 -0.288 -0.341 -0.417 c -0.13 -0.13 -0.273 -0.241 -0.421 -0.344 c -0.042 -0.029 -0.085 -0.056 -0.129 -0.082 c -0.118 -0.073 -0.239 -0.136 -0.364 -0.191 c -0.039 -0.017 -0.076 -0.037 -0.116 -0.053 c -0.161 -0.063 -0.327 -0.113 -0.497 -0.147 c -0.031 -0.006 -0.063 -0.008 -0.094 -0.014 c -0.142 -0.024 -0.285 -0.038 -0.429 -0.041 C 87.03 0 86.983 0 86.936 0.001 c -0.141 0.003 -0.282 0.017 -0.423 0.041 c -0.035 0.006 -0.069 0.008 -0.104 0.015 c -0.154 0.031 -0.306 0.073 -0.456 0.129 L 1.946 31.709 c -1.124 0.422 -1.888 1.473 -1.943 2.673 c -0.054 1.199 0.612 2.316 1.693 2.838 l 34.455 16.628 l 16.627 34.455 C 53.281 89.344 54.334 90 55.481 90 c 0.046 0 0.091 -0.001 0.137 -0.003 c 1.199 -0.055 2.251 -0.819 2.673 -1.943 L 89.815 4.048 c 0.056 -0.149 0.097 -0.3 0.128 -0.453 c 0.008 -0.041 0.011 -0.081 0.017 -0.122 C 89.982 3.341 89.995 3.208 89.999 3.075 z M 75.086 10.672 L 37.785 47.973 L 10.619 34.864 L 75.086 10.672 z M 55.136 79.381 L 42.027 52.216 l 37.302 -37.302 L 55.136 79.381 z`,style:{stroke:`none`,strokeWidth:1,strokeDasharray:`none`,strokeLinecap:`butt`,strokeLinejoin:`miter`,strokeMiterlimit:10,fill:n,fillRule:`nonzero`,opacity:1},transform:` matrix(1 0 0 1 0 0) `,strokeLinecap:`round`})})})}function Wr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 50 50`,height:r,width:r,className:n,children:(0,e.jsx)(`path`,{d:`M 25 4.0625 C 12.414063 4.0625 2.0625 12.925781 2.0625 24 C 2.0625 30.425781 5.625 36.09375 11 39.71875 C 10.992188 39.933594 11 40.265625 10.71875 41.3125 C 10.371094 42.605469 9.683594 44.4375 8.25 46.46875 L 7.21875 47.90625 L 9 47.9375 C 15.175781 47.964844 18.753906 43.90625 19.3125 43.25 C 21.136719 43.65625 23.035156 43.9375 25 43.9375 C 37.582031 43.9375 47.9375 35.074219 47.9375 24 C 47.9375 12.925781 37.582031 4.0625 25 4.0625 Z M 25 5.9375 C 36.714844 5.9375 46.0625 14.089844 46.0625 24 C 46.0625 33.910156 36.714844 42.0625 25 42.0625 C 22.996094 42.0625 21.050781 41.820313 19.21875 41.375 L 18.65625 41.25 L 18.28125 41.71875 C 18.28125 41.71875 15.390625 44.976563 10.78125 45.75 C 11.613281 44.257813 12.246094 42.871094 12.53125 41.8125 C 12.929688 40.332031 12.9375 39.3125 12.9375 39.3125 L 12.9375 38.8125 L 12.5 38.53125 C 7.273438 35.21875 3.9375 29.941406 3.9375 24 C 3.9375 14.089844 13.28125 5.9375 25 5.9375 Z`})})}function Gr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 65 30`,fill:`none`,children:(0,e.jsxs)(`g`,{transform:`translate(1 1)`,children:[(0,e.jsx)(`path`,{d:`M60.1,7h-16c-1.1,0-2,0.9-2,2
577
577
  v4.083V2c0-1.1-0.9-2-2-2h-20c-1.1,0-2,0.9-2,2v15.583V14c0-1.1-0.9-2-2-2h-14c-1.1,0-2,0.9-2,2v12c0,1.1,0.9,2,2,2h58
578
578
  c1.1,0,2-0.9,2-2V9C62.1,7.9,61.2,7,60.1,7L60.1,7z`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,fill:`none`}),(0,e.jsx)(`path`,{d:`M27.1,15l3-3v9`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,fill:`none`}),(0,e.jsx)(`path`,{d:`M50.1,16c0-1.1,0.9-2,2-2
579
579
  c1.1,0,2,0.9,2,2c0,3.3-4,6-4,6h5`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,fill:`none`}),(0,e.jsx)(`path`,{d:`M7.1,21.9c0,1.1,0.9,2,2,2
580
- s2-0.9,2-2s-0.9-2-2-2l0,0c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,fill:`none`})]})})}function Pr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 76 76`,fill:`none`,children:(0,e.jsx)(`path`,{d:`M23.75 60.1667 L23.75 53.8333 L31.6667 53.8333 L31.6666 47.5 L23.75 47.5 L23.75 41.1667 L38 41.1667 L38 47.5 L44.3333 47.5 L44.3333 28.5 L38 28.5 L38 34.8333 L23.75 34.8333 L23.75 28.5 L31.6667 28.5 L31.6666 22.1666 L23.75 22.1667 L23.75 15.8333 L38 15.8333 L38 22.1666 L50.6666 22.1667 L50.6666 34.8333 L58.5833 34.8333 L58.5833 41.1667 L50.6666 41.1667 L50.6666 53.8333 L38 53.8333 L38 60.1667 L23.75 60.1667 Z`,fill:`currentColor`,fillOpacity:1,strokeWidth:.2,strokeLinejoin:`round`})})}function Fr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{className:n,width:r,height:r,viewBox:`0 0 32 32`,id:`icon`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`defs`,{children:(0,e.jsx)(`style`,{children:`.cls-1{fill:none;}`})}),(0,e.jsx)(`title`,{children:`event-schedule`}),(0,e.jsx)(`path`,{d:`M21,30a8,8,0,1,1,8-8A8,8,0,0,1,21,30Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,21,16Z`}),(0,e.jsx)(`polygon`,{points:`22.59 25 20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25`}),(0,e.jsx)(`path`,{d:`M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z`}),(0,e.jsx)(`rect`,{id:`_Transparent_Rectangle_`,"data-name":`<Transparent Rectangle>`,className:`cls-1`,width:`32`,height:`32`})]})}function Ir({className:n=``,size:r=t.xs}){return(0,e.jsx)(`svg`,{className:n,width:r,height:r,version:`1.1`,id:`Capa_1`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 42.348 42.348`,children:(0,e.jsxs)(`g`,{children:[(0,e.jsx)(`path`,{d:`M2.491,18.684c0,10.17,17.569,23.005,18.317,23.546c0.107,0.076,0.234,0.117,0.366,0.117s0.259-0.041,0.366-0.118
580
+ s2-0.9,2-2s-0.9-2-2-2l0,0c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,fill:`none`})]})})}function Kr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 76 76`,fill:`none`,children:(0,e.jsx)(`path`,{d:`M23.75 60.1667 L23.75 53.8333 L31.6667 53.8333 L31.6666 47.5 L23.75 47.5 L23.75 41.1667 L38 41.1667 L38 47.5 L44.3333 47.5 L44.3333 28.5 L38 28.5 L38 34.8333 L23.75 34.8333 L23.75 28.5 L31.6667 28.5 L31.6666 22.1666 L23.75 22.1667 L23.75 15.8333 L38 15.8333 L38 22.1666 L50.6666 22.1667 L50.6666 34.8333 L58.5833 34.8333 L58.5833 41.1667 L50.6666 41.1667 L50.6666 53.8333 L38 53.8333 L38 60.1667 L23.75 60.1667 Z`,fill:`currentColor`,fillOpacity:1,strokeWidth:.2,strokeLinejoin:`round`})})}function qr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{className:n,width:r,height:r,viewBox:`0 0 32 32`,id:`icon`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`defs`,{children:(0,e.jsx)(`style`,{children:`.cls-1{fill:none;}`})}),(0,e.jsx)(`title`,{children:`event-schedule`}),(0,e.jsx)(`path`,{d:`M21,30a8,8,0,1,1,8-8A8,8,0,0,1,21,30Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,21,16Z`}),(0,e.jsx)(`polygon`,{points:`22.59 25 20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25`}),(0,e.jsx)(`path`,{d:`M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z`}),(0,e.jsx)(`rect`,{id:`_Transparent_Rectangle_`,"data-name":`<Transparent Rectangle>`,className:`cls-1`,width:`32`,height:`32`})]})}function Jr({className:n=``,size:r=t.xs}){return(0,e.jsx)(`svg`,{className:n,width:r,height:r,version:`1.1`,id:`Capa_1`,xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 42.348 42.348`,children:(0,e.jsxs)(`g`,{children:[(0,e.jsx)(`path`,{d:`M2.491,18.684c0,10.17,17.569,23.005,18.317,23.546c0.107,0.076,0.234,0.117,0.366,0.117s0.259-0.041,0.366-0.118
581
581
  c0.748-0.541,18.317-13.375,18.317-23.546C39.857,8.381,31.475,0,21.174,0C10.873,0.002,2.491,8.383,2.491,18.684z M38.608,18.684
582
582
  c0,8.824-15.319,20.669-17.433,22.261C19.061,39.354,3.741,27.512,3.741,18.684c0-9.612,7.821-17.433,17.434-17.433
583
583
  S38.608,9.072,38.608,18.684z`}),(0,e.jsx)(`path`,{d:`M10.692,18.684c0,5.781,4.703,10.484,10.483,10.484c5.781,0,10.484-4.703,10.484-10.484c0-5.78-4.703-10.483-10.484-10.483
584
584
  C15.395,8.201,10.692,12.904,10.692,18.684z M30.409,18.684c0,5.091-4.143,9.234-9.234,9.234c-5.091,0-9.233-4.143-9.233-9.234
585
- c0-5.091,4.142-9.233,9.233-9.233C26.266,9.451,30.409,13.593,30.409,18.684z`})]})})}function Lr({className:n=``,size:r=t.xs}){return(0,e.jsx)(`svg`,{className:n,width:r,height:r,viewBox:`0 0 24 24`,xmlns:`http://www.w3.org/2000/svg`,children:(0,e.jsx)(`path`,{d:`M7.97,2.242l-5,20A1,1,0,0,1,2,23a1.025,1.025,0,0,1-.244-.03,1,1,0,0,1-.727-1.212l5-20a1,1,0,1,1,1.94.484Zm10-.484a1,1,0,1,0-1.94.484l5,20A1,1,0,0,0,22,23a1.017,1.017,0,0,0,.243-.03,1,1,0,0,0,.728-1.212ZM12,1a1,1,0,0,0-1,1V6a1,1,0,0,0,2,0V2A1,1,0,0,0,12,1Zm0,7.912a1,1,0,0,0-1,1v4.176a1,1,0,1,0,2,0V9.912A1,1,0,0,0,12,8.912ZM12,17a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V18A1,1,0,0,0,12,17Z`})})}function Rr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{className:n,width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M6 11C6 8.17157 6 6.75736 6.87868 5.87868C7.75736 5 9.17157 5 12 5H15C17.8284 5 19.2426 5 20.1213 5.87868C21 6.75736 21 8.17157 21 11V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H12C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V11Z`,stroke:`currentColor`,strokeWidth:`2`}),(0,e.jsx)(`path`,{d:`M6 19C4.34315 19 3 17.6569 3 16V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H15C16.6569 2 18 3.34315 18 5`,stroke:`currentColor`,strokeWidth:`2`})]})}function zr({className:n=``,size:r=t.xs}){return(0,e.jsxs)(`svg`,{width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,className:U(`PasswordShow text-gray-600`,n),xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M1 12C1 12 5 4 12 4C19 4 23 12 23 12`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M1 12C1 12 5 20 12 20C19 20 23 12 23 12`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`circle`,{cx:`12`,cy:`12`,r:`3`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})]})}function Br({className:n=``,size:r=t.xs}){return(0,e.jsxs)(`svg`,{width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,className:U(`PasswordHide text-gray-600`,n),xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M2 2L22 22`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M6.71277 6.7226C3.66479 8.79527 2 12 2 12C2 12 5.63636 19 12 19C14.0503 19 15.8174 18.2734 17.2711 17.2884M11 5.05822C11.3254 5.02013 11.6588 5 12 5C18.3636 5 22 12 22 12C22 12 21.3082 13.3317 20 14.8335`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M14 14.2362C13.4692 14.7112 12.7684 15.0001 12 15.0001C10.3431 15.0001 9 13.657 9 12.0001C9 11.1764 9.33193 10.4303 9.86932 9.88818`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})]})}function Vr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,children:(0,e.jsx)(`path`,{d:`M12 3V21M3 12H21M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function Hr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M15.0501 7.04419C15.4673 5.79254 14.5357 4.5 13.2163 4.5C12.5921 4.5 12.0062 4.80147 11.6434 5.30944L8.47155 9.75H5.85748L5.10748 10.5V18L5.85748 18.75H16.8211L19.1247 14.1428C19.8088 12.7747 19.5406 11.1224 18.4591 10.0408C17.7926 9.37439 16.8888 9 15.9463 9H14.3981L15.0501 7.04419ZM9.60751 10.7404L12.864 6.1813C12.9453 6.06753 13.0765 6 13.2163 6C13.5118 6 13.7205 6.28951 13.627 6.56984L12.317 10.5H15.9463C16.491 10.5 17.0133 10.7164 17.3984 11.1015C18.0235 11.7265 18.1784 12.6814 17.7831 13.472L15.8941 17.25H9.60751V10.7404ZM8.10751 17.25H6.60748V11.25H8.10751V17.25Z`,fill:`currentColor`})})}function Ur({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M4 7L10.94 11.3375C11.5885 11.7428 12.4115 11.7428 13.06 11.3375L20 7M5 18H19C20.1046 18 21 17.1046 21 16V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18Z`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function Wr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M8 12H8.01M12 12H12.01M16 12H16.01M21.0039 12C21.0039 16.9706 16.9745 21 12.0039 21C9.9675 21 3.00463 21 3.00463 21C3.00463 21 4.56382 17.2561 3.93982 16.0008C3.34076 14.7956 3.00391 13.4372 3.00391 12C3.00391 7.02944 7.03334 3 12.0039 3C16.9745 3 21.0039 7.02944 21.0039 12Z`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function Gr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:[(0,e.jsx)(`path`,{d:`M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M15.9965 12H16.0054`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M11.9955 12H12.0045`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M7.99451 12H8.00349`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})]})}function Kr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M5.63605 5.63603L18.364 18.364M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function qr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:[(0,e.jsx)(`path`,{d:`M12 21C10.22 21 8.47991 20.4722 6.99987 19.4832C5.51983 18.4943 4.36628 17.0887 3.68509 15.4442C3.0039 13.7996 2.82567 11.99 3.17294 10.2442C3.5202 8.49836 4.37737 6.89472 5.63604 5.63604C6.89472 4.37737 8.49836 3.5202 10.2442 3.17294C11.99 2.82567 13.7996 3.0039 15.4442 3.68509C17.0887 4.36628 18.4943 5.51983 19.4832 6.99987C20.4722 8.47991 21 10.22 21 12C21 14.387 20.0518 16.6761 18.364 18.364C16.6761 20.0518 14.387 21 12 21ZM12 4.5C10.5166 4.5 9.0666 4.93987 7.83323 5.76398C6.59986 6.58809 5.63856 7.75943 5.07091 9.12988C4.50325 10.5003 4.35473 12.0083 4.64411 13.4632C4.9335 14.918 5.64781 16.2544 6.6967 17.3033C7.7456 18.3522 9.08197 19.0665 10.5368 19.3559C11.9917 19.6453 13.4997 19.4968 14.8701 18.9291C16.2406 18.3614 17.4119 17.4001 18.236 16.1668C19.0601 14.9334 19.5 13.4834 19.5 12C19.5 10.0109 18.7098 8.10323 17.3033 6.6967C15.8968 5.29018 13.9891 4.5 12 4.5Z`,fill:`currentColor`}),(0,e.jsx)(`path`,{d:`M12 13C11.8019 12.9974 11.6126 12.9176 11.4725 12.7775C11.3324 12.6374 11.2526 12.4481 11.25 12.25V8.75C11.25 8.55109 11.329 8.36032 11.4697 8.21967C11.6103 8.07902 11.8011 8 12 8C12.1989 8 12.3897 8.07902 12.5303 8.21967C12.671 8.36032 12.75 8.55109 12.75 8.75V12.25C12.7474 12.4481 12.6676 12.6374 12.5275 12.7775C12.3874 12.9176 12.1981 12.9974 12 13Z`,fill:`currentColor`}),(0,e.jsx)(`path`,{d:`M12 16C11.8019 15.9974 11.6126 15.9176 11.4725 15.7775C11.3324 15.6374 11.2526 15.4481 11.25 15.25V14.75C11.25 14.5511 11.329 14.3603 11.4697 14.2197C11.6103 14.079 11.8011 14 12 14C12.1989 14 12.3897 14.079 12.5303 14.2197C12.671 14.3603 12.75 14.5511 12.75 14.75V15.25C12.7474 15.4481 12.6676 15.6374 12.5275 15.7775C12.3874 15.9176 12.1981 15.9974 12 16Z`,fill:`currentColor`})]})}function Jr({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 1024 1024`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z`,fill:`currentColor`})})}function Yr({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsx)(`svg`,{viewBox:`0 0 24 24`,className:n,width:r,height:r,"aria-hidden":`true`,children:(0,e.jsx)(`path`,{d:`M22 12a10 10 0 1 0-11.56 9.88v-7H7.9V12h2.54V9.8c0-2.5 1.5-3.88 3.78-3.88 1.1 0 2.24.2 2.24.2v2.46H15.2c-1.25 0-1.64.78-1.64 1.58V12h2.8l-.45 2.88h-2.35v7A10 10 0 0 0 22 12Z`})})}function Xr({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsxs)(`svg`,{viewBox:`0 0 24 24`,className:n,width:r,height:r,"aria-hidden":`true`,children:[(0,e.jsx)(`path`,{d:`M4.98 3.5A2.48 2.48 0 1 1 5 8.46a2.48 2.48 0 0 1-.02-4.96ZM3 9h4v12H3V9Zm7 0h3.83v1.64h.06c.53-1 1.84-2.06 3.8-2.06 4.06 0 4.81 2.67 4.81 6.14V21h-4v-5.48c0-1.3-.02-2.98-1.82-2.98-1.82 0-2.1 1.42-2.1 2.89V21h-4V9Z`}),` `]})}function Zr({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsxs)(`svg`,{viewBox:`0 0 24 24`,className:n,width:r,height:r,"aria-hidden":`true`,children:[(0,e.jsx)(`path`,{d:`M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2Zm0 1.75A4 4 0 0 0 3.75 7.75v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-8.5a4 4 0 0 0-4-4h-8.5Zm9.38 1.87a1.13 1.13 0 1 1 0 2.26 1.13 1.13 0 0 1 0-2.26ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 1.75A3.25 3.25 0 1 0 12 15.25 3.25 3.25 0 0 0 12 8.75Z`}),` `]})}exports.AddSvg=gr,exports.Arabic=Xn,exports.ArenaSvg=mr,exports.Badminton=bt,exports.Baseball=At,exports.Basketball=vt,exports.Bass=zt,exports.Beach=on,exports.Biking=Tt,exports.Blackjack=nn,exports.BlockSvg=Kr,exports.BuddySvg=fr,exports.CalendarEventSvg=ar,exports.CalendarSvg=tr,exports.Camping=jn,exports.CardGamesInterestSvg=an,exports.Cat=Pt,exports.CategorySvg=ft,exports.Cave=sn,exports.Cello=Bt,exports.ChatSvg=nr,exports.Chinese=Jn,exports.CitySvg=Or,exports.Clarinet=Vt,exports.CloseAccountSvg=Cr,exports.CloseSvg=X,exports.CoachSvg=vr,exports.CollectionSvg=hr,exports.CommentSvg=$,exports.Concert=Mn,exports.CopySvg=Rr,exports.CreateArenaSvg=sr,exports.CreateCollectionSvg=cr,exports.CreatePostSvg=lr,exports.CreateSvg=rr,exports.CreateTeamSvg=or,exports.Cruise=cn,exports.Culture=ln,exports.Desert=un,exports.Dining=Nn,exports.DiscussionSvg=Ar,exports.Dog=Nt,exports.Drinks=dn,exports.Drum=Ut,exports.EditSvg=xr,exports.EmailSvg=Ur,exports.English=Vn,exports.Entertainment=fn,exports.EventSvg=Fr,exports.ExploreSvg=ur,exports.FacebookSvg=Yr,exports.Flute=Wt,exports.Food=pn,exports.Football=Ct,exports.Forest=mn,exports.French=Un,exports.GameSvg=Pr,exports.Garden=hn,exports.German=Wn,exports.Golf=yt,exports.Guitar=Lt,exports.Gym=Y,exports.Harp=Gt,exports.Heritage=gn,exports.Hiking=ht,exports.Hockey=St,exports.HomeSvg=$n,exports.ImageSvg=Z,exports.InstagramSvg=Zr,exports.InterestSvg=Qn,exports.Island=_n,exports.Italian=Gn,exports.Japanese=Kn,exports.Keytar=Kt,exports.Korean=qn,exports.Lake=vn,exports.Landmark=yn,exports.LanguageSvg=pt,exports.LeaderboardSvg=Nr,exports.LeftArrowSvg=yr,exports.LeisureInterestSvg=Bn,exports.LeisureSvg=o,exports.LikeSvg=Hr,exports.LinkedinSvg=Xr,exports.LocationPointSvg=Ir,exports.LogoutSvg=kr,exports.MapSvg=er,exports.MarketSvg=Mr,exports.MenuSvg=Sr,exports.MessageSvg=Wr,exports.MinusSvg=Dr,exports.MoreSvg=Gr,exports.Mountain=bn,exports.Movie=Pn,exports.Museum=xn,exports.MusicInterestSvg=$t,exports.MusicSvg=i,exports.NationalPark=Sn,exports.NearbySvg=Vr,exports.NewsfeedSvg=dr,exports.NotificationSvg=ir,exports.Omaha=tn,exports.PasswordHideSvg=Br,exports.PasswordShowSvg=zr,exports.PetsInterestSvg=It,exports.PetsSvg=r,exports.Piano=qt,exports.Pickleball=wt,exports.Picnic=Fn,exports.PollSvg=wr,exports.PrivateSvg=Er,exports.ReportSvg=qr,exports.RightArrowSvg=br,exports.River=Cn,exports.Running=_t,exports.Russian=Yn,exports.Saxophone=Jt,exports.SendSvg=Q,exports.SettingsSvg=Jr,exports.Shopping=In,exports.Show=Ln,exports.Singing=Rt,exports.Skiing=Ot,exports.Soccer=mt,exports.Spanish=Hn,exports.SportsInterestSvg=Mt,exports.SportsSvg=n,exports.StreetSvg=Lr,exports.Surfing=kt,exports.SvgSize=t,exports.Swimming=Et,exports.TableTennis=xt,exports.TeamSvg=pr,exports.Technology=wn,exports.Tennis=gt,exports.TexasHoldem=en,exports.TextPostSvg=Tr,exports.TravelInterestSvg=An,exports.TravelSvg=a,exports.Trombone=Yt,exports.Tuba=Xt,exports.UpArrowSvg=jr,exports.UserSvg=_r,exports.Violin=Zt,exports.Walking=Rn,exports.Waterfall=Tn,exports.Wellness=En,exports.Wildlife=Dn,exports.Yoga=Dt,exports.Zoo=On;
585
+ c0-5.091,4.142-9.233,9.233-9.233C26.266,9.451,30.409,13.593,30.409,18.684z`})]})})}function Yr({className:n=``,size:r=t.xs}){return(0,e.jsx)(`svg`,{className:n,width:r,height:r,viewBox:`0 0 24 24`,xmlns:`http://www.w3.org/2000/svg`,children:(0,e.jsx)(`path`,{d:`M7.97,2.242l-5,20A1,1,0,0,1,2,23a1.025,1.025,0,0,1-.244-.03,1,1,0,0,1-.727-1.212l5-20a1,1,0,1,1,1.94.484Zm10-.484a1,1,0,1,0-1.94.484l5,20A1,1,0,0,0,22,23a1.017,1.017,0,0,0,.243-.03,1,1,0,0,0,.728-1.212ZM12,1a1,1,0,0,0-1,1V6a1,1,0,0,0,2,0V2A1,1,0,0,0,12,1Zm0,7.912a1,1,0,0,0-1,1v4.176a1,1,0,1,0,2,0V9.912A1,1,0,0,0,12,8.912ZM12,17a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V18A1,1,0,0,0,12,17Z`})})}function Xr({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{className:n,width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M6 11C6 8.17157 6 6.75736 6.87868 5.87868C7.75736 5 9.17157 5 12 5H15C17.8284 5 19.2426 5 20.1213 5.87868C21 6.75736 21 8.17157 21 11V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H12C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V11Z`,stroke:`currentColor`,strokeWidth:`2`}),(0,e.jsx)(`path`,{d:`M6 19C4.34315 19 3 17.6569 3 16V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H15C16.6569 2 18 3.34315 18 5`,stroke:`currentColor`,strokeWidth:`2`})]})}function Zr({className:n=``,size:r=t.xs}){return(0,e.jsxs)(`svg`,{width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,className:U(`PasswordShow text-gray-600`,n),xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M1 12C1 12 5 4 12 4C19 4 23 12 23 12`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M1 12C1 12 5 20 12 20C19 20 23 12 23 12`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`circle`,{cx:`12`,cy:`12`,r:`3`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})]})}function Qr({className:n=``,size:r=t.xs}){return(0,e.jsxs)(`svg`,{width:r,height:r,viewBox:`0 0 24 24`,fill:`none`,className:U(`PasswordHide text-gray-600`,n),xmlns:`http://www.w3.org/2000/svg`,children:[(0,e.jsx)(`path`,{d:`M2 2L22 22`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M6.71277 6.7226C3.66479 8.79527 2 12 2 12C2 12 5.63636 19 12 19C14.0503 19 15.8174 18.2734 17.2711 17.2884M11 5.05822C11.3254 5.02013 11.6588 5 12 5C18.3636 5 22 12 22 12C22 12 21.3082 13.3317 20 14.8335`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M14 14.2362C13.4692 14.7112 12.7684 15.0001 12 15.0001C10.3431 15.0001 9 13.657 9 12.0001C9 11.1764 9.33193 10.4303 9.86932 9.88818`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})]})}function $r({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,className:n,height:r,width:r,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,children:(0,e.jsx)(`path`,{d:`M12 3V21M3 12H21M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function ei({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M15.0501 7.04419C15.4673 5.79254 14.5357 4.5 13.2163 4.5C12.5921 4.5 12.0062 4.80147 11.6434 5.30944L8.47155 9.75H5.85748L5.10748 10.5V18L5.85748 18.75H16.8211L19.1247 14.1428C19.8088 12.7747 19.5406 11.1224 18.4591 10.0408C17.7926 9.37439 16.8888 9 15.9463 9H14.3981L15.0501 7.04419ZM9.60751 10.7404L12.864 6.1813C12.9453 6.06753 13.0765 6 13.2163 6C13.5118 6 13.7205 6.28951 13.627 6.56984L12.317 10.5H15.9463C16.491 10.5 17.0133 10.7164 17.3984 11.1015C18.0235 11.7265 18.1784 12.6814 17.7831 13.472L15.8941 17.25H9.60751V10.7404ZM8.10751 17.25H6.60748V11.25H8.10751V17.25Z`,fill:`currentColor`})})}function ti({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M4 7L10.94 11.3375C11.5885 11.7428 12.4115 11.7428 13.06 11.3375L20 7M5 18H19C20.1046 18 21 17.1046 21 16V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18Z`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function ni({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M8 12H8.01M12 12H12.01M16 12H16.01M21.0039 12C21.0039 16.9706 16.9745 21 12.0039 21C9.9675 21 3.00463 21 3.00463 21C3.00463 21 4.56382 17.2561 3.93982 16.0008C3.34076 14.7956 3.00391 13.4372 3.00391 12C3.00391 7.02944 7.03334 3 12.0039 3C16.9745 3 21.0039 7.02944 21.0039 12Z`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function ri({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:[(0,e.jsx)(`path`,{d:`M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M15.9965 12H16.0054`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M11.9955 12H12.0045`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`}),(0,e.jsx)(`path`,{d:`M7.99451 12H8.00349`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`})]})}function ii({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M5.63605 5.63603L18.364 18.364M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z`,stroke:`currentColor`,strokeWidth:`1.5`,strokeLinecap:`round`,strokeLinejoin:`round`})})}function ai({className:n=``,size:r=t.md}){return(0,e.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,height:r,width:r,className:n,fill:`none`,children:[(0,e.jsx)(`path`,{d:`M12 21C10.22 21 8.47991 20.4722 6.99987 19.4832C5.51983 18.4943 4.36628 17.0887 3.68509 15.4442C3.0039 13.7996 2.82567 11.99 3.17294 10.2442C3.5202 8.49836 4.37737 6.89472 5.63604 5.63604C6.89472 4.37737 8.49836 3.5202 10.2442 3.17294C11.99 2.82567 13.7996 3.0039 15.4442 3.68509C17.0887 4.36628 18.4943 5.51983 19.4832 6.99987C20.4722 8.47991 21 10.22 21 12C21 14.387 20.0518 16.6761 18.364 18.364C16.6761 20.0518 14.387 21 12 21ZM12 4.5C10.5166 4.5 9.0666 4.93987 7.83323 5.76398C6.59986 6.58809 5.63856 7.75943 5.07091 9.12988C4.50325 10.5003 4.35473 12.0083 4.64411 13.4632C4.9335 14.918 5.64781 16.2544 6.6967 17.3033C7.7456 18.3522 9.08197 19.0665 10.5368 19.3559C11.9917 19.6453 13.4997 19.4968 14.8701 18.9291C16.2406 18.3614 17.4119 17.4001 18.236 16.1668C19.0601 14.9334 19.5 13.4834 19.5 12C19.5 10.0109 18.7098 8.10323 17.3033 6.6967C15.8968 5.29018 13.9891 4.5 12 4.5Z`,fill:`currentColor`}),(0,e.jsx)(`path`,{d:`M12 13C11.8019 12.9974 11.6126 12.9176 11.4725 12.7775C11.3324 12.6374 11.2526 12.4481 11.25 12.25V8.75C11.25 8.55109 11.329 8.36032 11.4697 8.21967C11.6103 8.07902 11.8011 8 12 8C12.1989 8 12.3897 8.07902 12.5303 8.21967C12.671 8.36032 12.75 8.55109 12.75 8.75V12.25C12.7474 12.4481 12.6676 12.6374 12.5275 12.7775C12.3874 12.9176 12.1981 12.9974 12 13Z`,fill:`currentColor`}),(0,e.jsx)(`path`,{d:`M12 16C11.8019 15.9974 11.6126 15.9176 11.4725 15.7775C11.3324 15.6374 11.2526 15.4481 11.25 15.25V14.75C11.25 14.5511 11.329 14.3603 11.4697 14.2197C11.6103 14.079 11.8011 14 12 14C12.1989 14 12.3897 14.079 12.5303 14.2197C12.671 14.3603 12.75 14.5511 12.75 14.75V15.25C12.7474 15.4481 12.6676 15.6374 12.5275 15.7775C12.3874 15.9176 12.1981 15.9974 12 16Z`,fill:`currentColor`})]})}function oi({className:n=``,size:r=t.md}){return(0,e.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 1024 1024`,height:r,width:r,className:n,fill:`none`,children:(0,e.jsx)(`path`,{d:`M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z`,fill:`currentColor`})})}function si({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsx)(`svg`,{viewBox:`0 0 24 24`,className:n,width:r,height:r,"aria-hidden":`true`,children:(0,e.jsx)(`path`,{d:`M22 12a10 10 0 1 0-11.56 9.88v-7H7.9V12h2.54V9.8c0-2.5 1.5-3.88 3.78-3.88 1.1 0 2.24.2 2.24.2v2.46H15.2c-1.25 0-1.64.78-1.64 1.58V12h2.8l-.45 2.88h-2.35v7A10 10 0 0 0 22 12Z`})})}function ci({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsxs)(`svg`,{viewBox:`0 0 24 24`,className:n,width:r,height:r,"aria-hidden":`true`,children:[(0,e.jsx)(`path`,{d:`M4.98 3.5A2.48 2.48 0 1 1 5 8.46a2.48 2.48 0 0 1-.02-4.96ZM3 9h4v12H3V9Zm7 0h3.83v1.64h.06c.53-1 1.84-2.06 3.8-2.06 4.06 0 4.81 2.67 4.81 6.14V21h-4v-5.48c0-1.3-.02-2.98-1.82-2.98-1.82 0-2.1 1.42-2.1 2.89V21h-4V9Z`}),` `]})}function li({className:n=`fill-blue-500`,size:r=t.md}){return(0,e.jsxs)(`svg`,{viewBox:`0 0 24 24`,className:n,width:r,height:r,"aria-hidden":`true`,children:[(0,e.jsx)(`path`,{d:`M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2Zm0 1.75A4 4 0 0 0 3.75 7.75v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-8.5a4 4 0 0 0-4-4h-8.5Zm9.38 1.87a1.13 1.13 0 1 1 0 2.26 1.13 1.13 0 0 1 0-2.26ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 1.75A3.25 3.25 0 1 0 12 15.25 3.25 3.25 0 0 0 12 8.75Z`}),` `]})}exports.AddSvg=Er,exports.Arabic=qn,exports.ArenaSvg=wr,exports.Badminton=bt,exports.Baseball=At,exports.Basketball=vt,exports.Bass=zt,exports.Beach=on,exports.Biking=Tt,exports.Blackjack=nn,exports.BlockSvg=ii,exports.BuddySvg=Cr,exports.CalendarEventSvg=_r,exports.CalendarSvg=pr,exports.Camping=jn,exports.CardGamesInterestSvg=an,exports.Cat=Pt,exports.CategorySvg=ft,exports.Cave=sn,exports.Cello=Bt,exports.ChatSvg=mr,exports.Chinese=Un,exports.CitySvg=Rr,exports.Clarinet=Vt,exports.CloseAccountSvg=$,exports.CloseSvg=Q,exports.CoachSvg=Or,exports.CollectionSvg=Tr,exports.CommentSvg=Wr,exports.Concert=Mn,exports.CopySvg=Xr,exports.CreateArenaSvg=yr,exports.CreateCollectionSvg=br,exports.CreatePostSvg=xr,exports.CreateSvg=hr,exports.CreateTeamSvg=vr,exports.Cruise=cn,exports.Culture=ln,exports.Desert=un,exports.Dining=Nn,exports.DiscussionSvg=Br,exports.Dog=Nt,exports.Drinks=dn,exports.Drum=Ut,exports.Dutch=er,exports.EditSvg=jr,exports.EmailSvg=ti,exports.English=Vn,exports.Entertainment=fn,exports.EventSvg=qr,exports.ExploreSvg=Sr,exports.FacebookSvg=si,exports.Flute=Wt,exports.Food=pn,exports.Football=Ct,exports.Forest=mn,exports.French=Hn,exports.GameSvg=Kr,exports.Garden=hn,exports.German=Gn,exports.Golf=yt,exports.Greek=ar,exports.Guitar=Lt,exports.Gym=Y,exports.Harp=Gt,exports.Heritage=gn,exports.Hiking=ht,exports.Hindi=$n,exports.Hockey=St,exports.HomeSvg=dr,exports.ImageSvg=Nr,exports.Indonesian=rr,exports.InstagramSvg=li,exports.InterestSvg=ur,exports.Island=_n,exports.Italian=Xn,exports.Japanese=Kn,exports.Keytar=Kt,exports.Korean=Jn,exports.Lake=vn,exports.Landmark=yn,exports.LanguageInterestSvg=cr,exports.LanguageSvg=pt,exports.LeaderboardSvg=Gr,exports.LeftArrowSvg=kr,exports.LeisureInterestSvg=Bn,exports.LeisureSvg=o,exports.LikeSvg=ei,exports.LinkedinSvg=ci,exports.LocationPointSvg=Jr,exports.LogoutSvg=zr,exports.Malay=nr,exports.MapSvg=fr,exports.MarketSvg=Hr,exports.MenuSvg=Mr,exports.MessageSvg=ni,exports.MinusSvg=Lr,exports.MoreSvg=ri,exports.Mountain=bn,exports.Movie=Pn,exports.Museum=xn,exports.MusicInterestSvg=$t,exports.MusicSvg=i,exports.NationalPark=Sn,exports.NearbySvg=$r,exports.NewsfeedSvg=X,exports.NotificationSvg=gr,exports.Omaha=tn,exports.PasswordHideSvg=Qr,exports.PasswordShowSvg=Zr,exports.PetsInterestSvg=It,exports.PetsSvg=r,exports.Piano=qt,exports.Pickleball=wt,exports.Picnic=Fn,exports.PollSvg=Pr,exports.Portuguese=Zn,exports.PrivateSvg=Ir,exports.ReportSvg=ai,exports.RightArrowSvg=Ar,exports.River=Cn,exports.Running=_t,exports.Russian=Yn,exports.Saxophone=Jt,exports.SendSvg=Ur,exports.SettingsSvg=oi,exports.Shopping=In,exports.Show=Ln,exports.Singing=Rt,exports.Skiing=Ot,exports.Soccer=mt,exports.Spanish=Wn,exports.SportsInterestSvg=Mt,exports.SportsSvg=n,exports.StreetSvg=Yr,exports.Surfing=kt,exports.SvgSize=t,exports.Swedish=tr,exports.Swimming=Et,exports.TableTennis=xt,exports.TeamSvg=Z,exports.Technology=wn,exports.Tennis=gt,exports.TexasHoldem=en,exports.TextPostSvg=Fr,exports.Thai=ir,exports.TravelInterestSvg=An,exports.TravelSvg=a,exports.Trombone=Yt,exports.Tuba=Xt,exports.Turkish=Qn,exports.UpArrowSvg=Vr,exports.UserSvg=Dr,exports.Vietnamese=or,exports.Violin=Zt,exports.Walking=Rn,exports.Waterfall=Tn,exports.Wellness=En,exports.Wildlife=Dn,exports.Yoga=Dt,exports.Zoo=On;