wasvg 1.37.0 → 1.38.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.
@@ -1,3 +1,3 @@
1
- export { default as TexasHoldem } from './TexasHoldem';
2
- export { default as Omaha } from './Omaha';
3
- export { default as Blackjack } from './Blackjack';
1
+ export { default as TexasHoldemSvg } from './TexasHoldem';
2
+ export { default as OmahaSvg } from './Omaha';
3
+ export { default as BlackjackSvg } from './Blackjack';
@@ -1,20 +1,20 @@
1
- export { default as English } from './English';
2
- export { default as French } from './French';
3
- export { default as Chinese } from './Chinese';
4
- export { default as Spanish } from './Spanish';
5
- export { default as German } from './German';
6
- export { default as Japanese } from './Japanese';
7
- export { default as Arabic } from './Arabic';
8
- export { default as Korean } from './Korean';
9
- export { default as Russian } from './Russian';
10
- export { default as Italian } from './Italian';
11
- export { default as Portuguese } from './Portuguese';
12
- export { default as Turkish } from './Turkish';
13
- export { default as Hindi } from './Hindi';
14
- export { default as Dutch } from './Dutch';
15
- export { default as Swedish } from './Swedish';
16
- export { default as Malay } from './Malay';
17
- export { default as Indonesian } from './Indonesian';
18
- export { default as Thai } from './Thai';
19
- export { default as Greek } from './Greek';
20
- export { default as Vietnamese } from './Vietnamese';
1
+ export { default as EnglishSvg } from './English';
2
+ export { default as FrenchSvg } from './French';
3
+ export { default as ChineseSvg } from './Chinese';
4
+ export { default as SpanishSvg } from './Spanish';
5
+ export { default as GermanSvg } from './German';
6
+ export { default as JapaneseSvg } from './Japanese';
7
+ export { default as ArabicSvg } from './Arabic';
8
+ export { default as KoreanSvg } from './Korean';
9
+ export { default as RussianSvg } from './Russian';
10
+ export { default as ItalianSvg } from './Italian';
11
+ export { default as PortugueseSvg } from './Portuguese';
12
+ export { default as TurkishSvg } from './Turkish';
13
+ export { default as HindiSvg } from './Hindi';
14
+ export { default as DutchSvg } from './Dutch';
15
+ export { default as SwedishSvg } from './Swedish';
16
+ export { default as MalaySvg } from './Malay';
17
+ export { default as IndonesianSvg } from './Indonesian';
18
+ export { default as ThaiSvg } from './Thai';
19
+ export { default as GreekSvg } from './Greek';
20
+ export { default as VietnameseSvg } from './Vietnamese';
@@ -1,8 +1,8 @@
1
- export { default as Camping } from './Camping';
2
- export { default as Concert } from './Concert';
3
- export { default as Dining } from './Dining';
4
- export { default as Movie } from './Movie';
5
- export { default as Picnic } from './Picnic';
6
- export { default as Shopping } from './Shopping';
7
- export { default as Show } from './Show';
8
- export { default as Walking } from './Walking';
1
+ export { default as CampingSvg } from './Camping';
2
+ export { default as ConcertSvg } from './Concert';
3
+ export { default as DiningSvg } from './Dining';
4
+ export { default as MovieSvg } from './Movie';
5
+ export { default as PicnicSvg } from './Picnic';
6
+ export { default as ShoppingSvg } from './Shopping';
7
+ export { default as ShowSvg } from './Show';
8
+ export { default as WalkingSvg } from './Walking';
@@ -1,14 +1,14 @@
1
- export { default as Guitar } from './Guitar';
2
- export { default as Singing } from './Singing';
3
- export { default as Bass } from './Bass';
4
- export { default as Cello } from './Cello';
5
- export { default as Clarinet } from './Clarinet';
6
- export { default as Drum } from './Drum';
7
- export { default as Flute } from './Flute';
8
- export { default as Harp } from './Harp';
9
- export { default as Keytar } from './Keytar';
10
- export { default as Piano } from './Piano';
11
- export { default as Saxophone } from './Saxophone';
12
- export { default as Trombone } from './Trombone';
13
- export { default as Tuba } from './Tuba';
14
- export { default as Violin } from './Violin';
1
+ export { default as GuitarSvg } from './Guitar';
2
+ export { default as SingingSvg } from './Singing';
3
+ export { default as BassSvg } from './Bass';
4
+ export { default as CelloSvg } from './Cello';
5
+ export { default as ClarinetSvg } from './Clarinet';
6
+ export { default as DrumSvg } from './Drum';
7
+ export { default as FluteSvg } from './Flute';
8
+ export { default as HarpSvg } from './Harp';
9
+ export { default as KeytarSvg } from './Keytar';
10
+ export { default as PianoSvg } from './Piano';
11
+ export { default as SaxophoneSvg } from './Saxophone';
12
+ export { default as TromboneSvg } from './Trombone';
13
+ export { default as TubaSvg } from './Tuba';
14
+ export { default as ViolinSvg } from './Violin';
@@ -1,2 +1,2 @@
1
- export { default as Dog } from './Dog';
2
- export { default as Cat } from './Cat';
1
+ export { default as DogSvg } from './Dog';
2
+ export { default as CatSvg } from './Cat';
@@ -1,18 +1,18 @@
1
- export { default as Soccer } from './Soccer';
2
- export { default as Hiking } from './Hiking';
3
- export { default as Tennis } from './Tennis';
4
- export { default as Running } from './Running';
5
- export { default as Basketball } from './Basketball';
6
- export { default as Golf } from './Golf';
7
- export { default as Badminton } from './Badminton';
8
- export { default as TableTennis } from './TableTennis';
9
- export { default as Hockey } from './Hockey';
10
- export { default as Football } from './Football';
11
- export { default as Pickleball } from './Pickleball';
12
- export { default as Biking } from './Biking';
13
- export { default as Gym } from './Gym';
14
- export { default as Swimming } from './Swimming';
15
- export { default as Yoga } from './Yoga';
16
- export { default as Skiing } from './Skiing';
17
- export { default as Surfing } from './Surfing';
18
- export { default as Baseball } from './Baseball';
1
+ export { default as SoccerSvg } from './Soccer';
2
+ export { default as HikingSvg } from './Hiking';
3
+ export { default as TennisSvg } from './Tennis';
4
+ export { default as RunningSvg } from './Running';
5
+ export { default as BasketballSvg } from './Basketball';
6
+ export { default as GolfSvg } from './Golf';
7
+ export { default as BadmintonSvg } from './Badminton';
8
+ export { default as TableTennisSvg } from './TableTennis';
9
+ export { default as HockeySvg } from './Hockey';
10
+ export { default as FootballSvg } from './Football';
11
+ export { default as PickleballSvg } from './Pickleball';
12
+ export { default as BikingSvg } from './Biking';
13
+ export { default as GymSvg } from './Gym';
14
+ export { default as SwimmingSvg } from './Swimming';
15
+ export { default as YogaSvg } from './Yoga';
16
+ export { default as SkiingSvg } from './Skiing';
17
+ export { default as SurfingSvg } from './Surfing';
18
+ export { default as BaseballSvg } from './Baseball';
@@ -1,23 +1,23 @@
1
- export { default as Beach } from './Beach';
2
- export { default as Cave } from './Cave';
3
- export { default as Cruise } from './Cruise';
4
- export { default as Culture } from './Culture';
5
- export { default as Desert } from './Desert';
6
- export { default as Drinks } from './Drinks';
7
- export { default as Entertainment } from './Entertainment';
8
- export { default as Food } from './Food';
9
- export { default as Forest } from './Forest';
10
- export { default as Garden } from './Garden';
11
- export { default as Heritage } from './Heritage';
12
- export { default as Island } from './Island';
13
- export { default as Lake } from './Lake';
14
- export { default as Landmark } from './Landmark';
15
- export { default as Mountain } from './Mountain';
16
- export { default as Museum } from './Museum';
17
- export { default as NationalPark } from './NationalPark';
18
- export { default as River } from './River';
19
- export { default as Technology } from './Technology';
20
- export { default as Waterfall } from './Waterfall';
21
- export { default as Wellness } from './Wellness';
22
- export { default as Wildlife } from './Wildlife';
23
- export { default as Zoo } from './Zoo';
1
+ export { default as BeachSvg } from './Beach';
2
+ export { default as CaveSvg } from './Cave';
3
+ export { default as CruiseSvg } from './Cruise';
4
+ export { default as CultureSvg } from './Culture';
5
+ export { default as DesertSvg } from './Desert';
6
+ export { default as DrinksSvg } from './Drinks';
7
+ export { default as EntertainmentSvg } from './Entertainment';
8
+ export { default as FoodSvg } from './Food';
9
+ export { default as ForestSvg } from './Forest';
10
+ export { default as GardenSvg } from './Garden';
11
+ export { default as HeritageSvg } from './Heritage';
12
+ export { default as IslandSvg } from './Island';
13
+ export { default as LakeSvg } from './Lake';
14
+ export { default as LandmarkSvg } from './Landmark';
15
+ export { default as MountainSvg } from './Mountain';
16
+ export { default as MuseumSvg } from './Museum';
17
+ export { default as NationalParkSvg } from './NationalPark';
18
+ export { default as RiverSvg } from './River';
19
+ export { default as TechnologySvg } from './Technology';
20
+ export { default as WaterfallSvg } from './Waterfall';
21
+ export { default as WellnessSvg } from './Wellness';
22
+ export { default as WildlifeSvg } from './Wildlife';
23
+ export { default as ZooSvg } from './Zoo';
package/dist/wasvg.cjs.js CHANGED
@@ -582,4 +582,4 @@ c-15.864,0-27.191-2.822-32.575-5.256c5.38-2.435,16.703-5.259,32.575-5.259C101.54
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 Q({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 $({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 Nr({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 Pr({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 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 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 Ir({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 Lr({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 Rr({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 zr({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 Br({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 Vr({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 Hr({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 Ur({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 Wr({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 Gr({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=ur,exports.Arabic=Nn,exports.ArenaSvg=cr,exports.Badminton=vt,exports.Baseball=Ot,exports.Basketball=gt,exports.Bass=Nt,exports.Beach=Yt,exports.Biking=Ct,exports.Blackjack=Jt,exports.BlockSvg=Br,exports.BuddySvg=or,exports.CalendarEventSvg=$n,exports.CalendarSvg=Yn,exports.Camping=yn,exports.CardGamesSvg=st,exports.Cat=At,exports.Cave=Xt,exports.Cello=Pt,exports.ChatSvg=Xn,exports.Chinese=kn,exports.CitySvg=Cr,exports.Clarinet=Ft,exports.CloseAccountSvg=vr,exports.CloseSvg=_r,exports.CoachSvg=fr,exports.CollectionSvg=lr,exports.CommentSvg=Or,exports.Concert=bn,exports.CopySvg=$,exports.CreateArenaSvg=tr,exports.CreateCollectionSvg=nr,exports.CreatePostSvg=rr,exports.CreateSvg=Zn,exports.CreateTeamSvg=er,exports.Cruise=Zt,exports.Culture=Qt,exports.Desert=$t,exports.Dining=xn,exports.DiscussionSvg=wr,exports.Dog=kt,exports.Drinks=en,exports.Drum=Lt,exports.Dutch=Bn,exports.EditSvg=hr,exports.EmailSvg=Lr,exports.English=Dn,exports.Entertainment=tn,exports.EventSvg=jr,exports.ExploreSvg=ir,exports.FacebookSvg=Ur,exports.Flute=Rt,exports.Food=nn,exports.Football=xt,exports.Forest=rn,exports.French=On,exports.GameSvg=Ar,exports.Garden=an,exports.German=jn,exports.Golf=_t,exports.Greek=Gn,exports.Guitar=jt,exports.Gym=wt,exports.Harp=zt,exports.Heritage=on,exports.Hiking=pt,exports.Hindi=zn,exports.Hockey=bt,exports.HomeSvg=qn,exports.ImageSvg=yr,exports.Indonesian=Un,exports.InstagramSvg=Gr,exports.Island=sn,exports.Italian=In,exports.Japanese=Mn,exports.Keytar=Bt,exports.Korean=Pn,exports.Lake=cn,exports.Landmark=ln,exports.LanguageSvg=dt,exports.LeaderboardSvg=kr,exports.LeftArrowSvg=pr,exports.LeisureSvg=ut,exports.LikeSvg=Ir,exports.LinkedinSvg=Wr,exports.LocationPointSvg=Mr,exports.LogoutSvg=Z,exports.Malay=Hn,exports.MapSvg=Jn,exports.MarketSvg=Er,exports.MenuSvg=gr,exports.MessageSvg=Rr,exports.MinusSvg=X,exports.MoreSvg=zr,exports.Mountain=un,exports.Movie=Sn,exports.Museum=dn,exports.MusicSvg=ct,exports.NationalPark=fn,exports.NearbySvg=Fr,exports.NewsfeedSvg=ar,exports.NotificationSvg=Qn,exports.Omaha=qt,exports.PasswordHideSvg=Pr,exports.PasswordShowSvg=Nr,exports.PetsSvg=r,exports.Piano=Vt,exports.Pickleball=St,exports.Picnic=Cn,exports.PollSvg=br,exports.Portuguese=Ln,exports.PrivateSvg=Sr,exports.ReportSvg=Vr,exports.RightArrowSvg=mr,exports.River=pn,exports.Running=ht,exports.Russian=Fn,exports.Saxophone=Ht,exports.SendSvg=Dr,exports.SettingsSvg=Hr,exports.Shopping=wn,exports.Show=Tn,exports.Singing=Mt,exports.Skiing=Et,exports.Soccer=ft,exports.Spanish=An,exports.SportsSvg=n,exports.StreetSvg=Q,exports.Surfing=Dt,exports.SvgSize=t,exports.Swedish=Vn,exports.Swimming=Tt,exports.TableTennis=yt,exports.TeamSvg=sr,exports.Technology=mn,exports.Tennis=mt,exports.TexasHoldem=Kt,exports.TextPostSvg=xr,exports.Thai=Wn,exports.TravelSvg=lt,exports.Trombone=Ut,exports.Tuba=Wt,exports.Turkish=Rn,exports.UpArrowSvg=Tr,exports.UserSvg=dr,exports.Vietnamese=Kn,exports.Violin=Gt,exports.Walking=En,exports.Waterfall=hn,exports.Wellness=gn,exports.Wildlife=_n,exports.Yoga=Y,exports.Zoo=vn;
585
+ c0-5.091,4.142-9.233,9.233-9.233C26.266,9.451,30.409,13.593,30.409,18.684z`})]})})}function Q({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 $({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 Nr({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 Pr({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 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 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 Ir({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 Lr({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 Rr({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 zr({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 Br({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 Vr({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 Hr({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 Ur({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 Wr({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 Gr({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=ur,exports.ArabicSvg=Nn,exports.ArenaSvg=cr,exports.BadmintonSvg=vt,exports.BaseballSvg=Ot,exports.BasketballSvg=gt,exports.BassSvg=Nt,exports.BeachSvg=Yt,exports.BikingSvg=Ct,exports.BlackjackSvg=Jt,exports.BlockSvg=Br,exports.BuddySvg=or,exports.CalendarEventSvg=$n,exports.CalendarSvg=Yn,exports.CampingSvg=yn,exports.CardGamesSvg=st,exports.CatSvg=At,exports.CaveSvg=Xt,exports.CelloSvg=Pt,exports.ChatSvg=Xn,exports.ChineseSvg=kn,exports.CitySvg=Cr,exports.ClarinetSvg=Ft,exports.CloseAccountSvg=vr,exports.CloseSvg=_r,exports.CoachSvg=fr,exports.CollectionSvg=lr,exports.CommentSvg=Or,exports.ConcertSvg=bn,exports.CopySvg=$,exports.CreateArenaSvg=tr,exports.CreateCollectionSvg=nr,exports.CreatePostSvg=rr,exports.CreateSvg=Zn,exports.CreateTeamSvg=er,exports.CruiseSvg=Zt,exports.CultureSvg=Qt,exports.DesertSvg=$t,exports.DiningSvg=xn,exports.DiscussionSvg=wr,exports.DogSvg=kt,exports.DrinksSvg=en,exports.DrumSvg=Lt,exports.DutchSvg=Bn,exports.EditSvg=hr,exports.EmailSvg=Lr,exports.EnglishSvg=Dn,exports.EntertainmentSvg=tn,exports.EventSvg=jr,exports.ExploreSvg=ir,exports.FacebookSvg=Ur,exports.FluteSvg=Rt,exports.FoodSvg=nn,exports.FootballSvg=xt,exports.ForestSvg=rn,exports.FrenchSvg=On,exports.GameSvg=Ar,exports.GardenSvg=an,exports.GermanSvg=jn,exports.GolfSvg=_t,exports.GreekSvg=Gn,exports.GuitarSvg=jt,exports.GymSvg=wt,exports.HarpSvg=zt,exports.HeritageSvg=on,exports.HikingSvg=pt,exports.HindiSvg=zn,exports.HockeySvg=bt,exports.HomeSvg=qn,exports.ImageSvg=yr,exports.IndonesianSvg=Un,exports.InstagramSvg=Gr,exports.IslandSvg=sn,exports.ItalianSvg=In,exports.JapaneseSvg=Mn,exports.KeytarSvg=Bt,exports.KoreanSvg=Pn,exports.LakeSvg=cn,exports.LandmarkSvg=ln,exports.LanguageSvg=dt,exports.LeaderboardSvg=kr,exports.LeftArrowSvg=pr,exports.LeisureSvg=ut,exports.LikeSvg=Ir,exports.LinkedinSvg=Wr,exports.LocationPointSvg=Mr,exports.LogoutSvg=Z,exports.MalaySvg=Hn,exports.MapSvg=Jn,exports.MarketSvg=Er,exports.MenuSvg=gr,exports.MessageSvg=Rr,exports.MinusSvg=X,exports.MoreSvg=zr,exports.MountainSvg=un,exports.MovieSvg=Sn,exports.MuseumSvg=dn,exports.MusicSvg=ct,exports.NationalParkSvg=fn,exports.NearbySvg=Fr,exports.NewsfeedSvg=ar,exports.NotificationSvg=Qn,exports.OmahaSvg=qt,exports.PasswordHideSvg=Pr,exports.PasswordShowSvg=Nr,exports.PetsSvg=r,exports.PianoSvg=Vt,exports.PickleballSvg=St,exports.PicnicSvg=Cn,exports.PollSvg=br,exports.PortugueseSvg=Ln,exports.PrivateSvg=Sr,exports.ReportSvg=Vr,exports.RightArrowSvg=mr,exports.RiverSvg=pn,exports.RunningSvg=ht,exports.RussianSvg=Fn,exports.SaxophoneSvg=Ht,exports.SendSvg=Dr,exports.SettingsSvg=Hr,exports.ShoppingSvg=wn,exports.ShowSvg=Tn,exports.SingingSvg=Mt,exports.SkiingSvg=Et,exports.SoccerSvg=ft,exports.SpanishSvg=An,exports.SportsSvg=n,exports.StreetSvg=Q,exports.SurfingSvg=Dt,exports.SvgSize=t,exports.SwedishSvg=Vn,exports.SwimmingSvg=Tt,exports.TableTennisSvg=yt,exports.TeamSvg=sr,exports.TechnologySvg=mn,exports.TennisSvg=mt,exports.TexasHoldemSvg=Kt,exports.TextPostSvg=xr,exports.ThaiSvg=Wn,exports.TravelSvg=lt,exports.TromboneSvg=Ut,exports.TubaSvg=Wt,exports.TurkishSvg=Rn,exports.UpArrowSvg=Tr,exports.UserSvg=dr,exports.VietnameseSvg=Kn,exports.ViolinSvg=Gt,exports.WalkingSvg=En,exports.WaterfallSvg=hn,exports.WellnessSvg=gn,exports.WildlifeSvg=_n,exports.YogaSvg=Y,exports.ZooSvg=vn;
package/dist/wasvg.es.js CHANGED
@@ -10249,4 +10249,4 @@ function Kr({ className: r = "fill-blue-500", size: i = n.md }) {
10249
10249
  });
10250
10250
  }
10251
10251
  //#endregion
10252
- export { dr as AddSvg, Pn as Arabic, lr as ArenaSvg, yt as Badminton, kt as Baseball, _t as Basketball, Pt as Bass, Xt as Beach, wt as Biking, Yt as Blackjack, Vr as BlockSvg, sr as BuddySvg, er as CalendarEventSvg, Xn as CalendarSvg, bn as Camping, ct as CardGamesSvg, jt as Cat, Zt as Cave, Ft as Cello, Zn as ChatSvg, An as Chinese, Z as CitySvg, It as Clarinet, yr as CloseAccountSvg, vr as CloseSvg, pr as CoachSvg, ur as CollectionSvg, kr as CommentSvg, xn as Concert, Nr as CopySvg, nr as CreateArenaSvg, rr as CreateCollectionSvg, ir as CreatePostSvg, Qn as CreateSvg, tr as CreateTeamSvg, Qt as Cruise, $t as Culture, en as Desert, Sn as Dining, Tr as DiscussionSvg, At as Dog, tn as Drinks, Rt as Drum, Vn as Dutch, gr as EditSvg, Rr as EmailSvg, On as English, nn as Entertainment, Mr as EventSvg, ar as ExploreSvg, Wr as FacebookSvg, zt as Flute, rn as Food, St as Football, an as Forest, kn as French, jr as GameSvg, on as Garden, Mn as German, vt as Golf, Kn as Greek, Mt as Guitar, Tt as Gym, Bt as Harp, sn as Heritage, mt as Hiking, Bn as Hindi, xt as Hockey, Jn as HomeSvg, br as ImageSvg, Wn as Indonesian, Kr as InstagramSvg, cn as Island, Ln as Italian, Nn as Japanese, Vt as Keytar, Fn as Korean, ln as Lake, un as Landmark, ft as LanguageSvg, Ar as LeaderboardSvg, mr as LeftArrowSvg, dt as LeisureSvg, Lr as LikeSvg, Gr as LinkedinSvg, Q as LocationPointSvg, wr as LogoutSvg, Un as Malay, Yn as MapSvg, Dr as MarketSvg, _r as MenuSvg, zr as MessageSvg, Cr as MinusSvg, Br as MoreSvg, dn as Mountain, Cn as Movie, fn as Museum, lt as MusicSvg, pn as NationalPark, Ir as NearbySvg, or as NewsfeedSvg, $n as NotificationSvg, Jt as Omaha, Fr as PasswordHideSvg, Pr as PasswordShowSvg, i as PetsSvg, Ht as Piano, Ct as Pickleball, wn as Picnic, xr as PollSvg, Rn as Portuguese, X as PrivateSvg, Hr as ReportSvg, hr as RightArrowSvg, mn as River, gt as Running, In as Russian, Ut as Saxophone, Or as SendSvg, Ur as SettingsSvg, Tn as Shopping, En as Show, Nt as Singing, Dt as Skiing, pt as Soccer, jn as Spanish, r as SportsSvg, $ as StreetSvg, Ot as Surfing, n as SvgSize, Hn as Swedish, Y as Swimming, bt as TableTennis, cr as TeamSvg, hn as Technology, ht as Tennis, qt as TexasHoldem, Sr as TextPostSvg, Gn as Thai, ut as TravelSvg, Wt as Trombone, Gt as Tuba, zn as Turkish, Er as UpArrowSvg, fr as UserSvg, qn as Vietnamese, Kt as Violin, Dn as Walking, gn as Waterfall, _n as Wellness, vn as Wildlife, Et as Yoga, yn as Zoo };
10252
+ export { dr as AddSvg, Pn as ArabicSvg, lr as ArenaSvg, yt as BadmintonSvg, kt as BaseballSvg, _t as BasketballSvg, Pt as BassSvg, Xt as BeachSvg, wt as BikingSvg, Yt as BlackjackSvg, Vr as BlockSvg, sr as BuddySvg, er as CalendarEventSvg, Xn as CalendarSvg, bn as CampingSvg, ct as CardGamesSvg, jt as CatSvg, Zt as CaveSvg, Ft as CelloSvg, Zn as ChatSvg, An as ChineseSvg, Z as CitySvg, It as ClarinetSvg, yr as CloseAccountSvg, vr as CloseSvg, pr as CoachSvg, ur as CollectionSvg, kr as CommentSvg, xn as ConcertSvg, Nr as CopySvg, nr as CreateArenaSvg, rr as CreateCollectionSvg, ir as CreatePostSvg, Qn as CreateSvg, tr as CreateTeamSvg, Qt as CruiseSvg, $t as CultureSvg, en as DesertSvg, Sn as DiningSvg, Tr as DiscussionSvg, At as DogSvg, tn as DrinksSvg, Rt as DrumSvg, Vn as DutchSvg, gr as EditSvg, Rr as EmailSvg, On as EnglishSvg, nn as EntertainmentSvg, Mr as EventSvg, ar as ExploreSvg, Wr as FacebookSvg, zt as FluteSvg, rn as FoodSvg, St as FootballSvg, an as ForestSvg, kn as FrenchSvg, jr as GameSvg, on as GardenSvg, Mn as GermanSvg, vt as GolfSvg, Kn as GreekSvg, Mt as GuitarSvg, Tt as GymSvg, Bt as HarpSvg, sn as HeritageSvg, mt as HikingSvg, Bn as HindiSvg, xt as HockeySvg, Jn as HomeSvg, br as ImageSvg, Wn as IndonesianSvg, Kr as InstagramSvg, cn as IslandSvg, Ln as ItalianSvg, Nn as JapaneseSvg, Vt as KeytarSvg, Fn as KoreanSvg, ln as LakeSvg, un as LandmarkSvg, ft as LanguageSvg, Ar as LeaderboardSvg, mr as LeftArrowSvg, dt as LeisureSvg, Lr as LikeSvg, Gr as LinkedinSvg, Q as LocationPointSvg, wr as LogoutSvg, Un as MalaySvg, Yn as MapSvg, Dr as MarketSvg, _r as MenuSvg, zr as MessageSvg, Cr as MinusSvg, Br as MoreSvg, dn as MountainSvg, Cn as MovieSvg, fn as MuseumSvg, lt as MusicSvg, pn as NationalParkSvg, Ir as NearbySvg, or as NewsfeedSvg, $n as NotificationSvg, Jt as OmahaSvg, Fr as PasswordHideSvg, Pr as PasswordShowSvg, i as PetsSvg, Ht as PianoSvg, Ct as PickleballSvg, wn as PicnicSvg, xr as PollSvg, Rn as PortugueseSvg, X as PrivateSvg, Hr as ReportSvg, hr as RightArrowSvg, mn as RiverSvg, gt as RunningSvg, In as RussianSvg, Ut as SaxophoneSvg, Or as SendSvg, Ur as SettingsSvg, Tn as ShoppingSvg, En as ShowSvg, Nt as SingingSvg, Dt as SkiingSvg, pt as SoccerSvg, jn as SpanishSvg, r as SportsSvg, $ as StreetSvg, Ot as SurfingSvg, n as SvgSize, Hn as SwedishSvg, Y as SwimmingSvg, bt as TableTennisSvg, cr as TeamSvg, hn as TechnologySvg, ht as TennisSvg, qt as TexasHoldemSvg, Sr as TextPostSvg, Gn as ThaiSvg, ut as TravelSvg, Wt as TromboneSvg, Gt as TubaSvg, zn as TurkishSvg, Er as UpArrowSvg, fr as UserSvg, qn as VietnameseSvg, Kt as ViolinSvg, Dn as WalkingSvg, gn as WaterfallSvg, _n as WellnessSvg, vn as WildlifeSvg, Et as YogaSvg, yn as ZooSvg };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wasvg",
3
- "version": "1.37.0",
3
+ "version": "1.38.0",
4
4
  "main": "dist/wasvg.cjs.js",
5
5
  "module": "dist/wasvg.es.js",
6
6
  "types": "dist/index.d.ts",