diff --git a/dist/main.lua b/dist/main.lua deleted file mode 100644 index 43656c5f..00000000 --- a/dist/main.lua +++ /dev/null @@ -1,39892 +0,0 @@ ---[[ - _ ___ ____ ______ - | | /| / (_)__ ___/ / / / / _/ - | |/ |/ / / _ \/ _ / /_/ // / - |__/|__/_/_//_/\_,_/\____/___/ - - v1.6.66 | 2026-07-29 | Roblox UI Library for scripts - - To view the source code, see the `src/` folder on the official GitHub repository. - - Author: Footagesus (Footages, .ftgs, oftgs) - Github: https://github.com/Footagesus/WindUI - Discord: https://discord.gg/ftgs-development-hub-1300692552005189632 - License: MIT -]] - -type ConfigType__DARKLUA_TYPE_a={ -Object:Instance, -Camera:Instance?, -Interactive:boolean?, -Height:number?, -Focused:boolean, - -Window:any, -WindUI:any, -Tab:any, -Parent:Instance, -}local a a={cache={}, load=function(b)if not a.cache[b]then a.cache[b]={c=a[b]()}end return a.cache[b].c end}do function a.a() - -local b - -local d={ -New=nil, -Init=nil, -Shapes={ -Circle={ -Image="rbxassetid://111665032676235", -Rect=Rect.new(512,512,512,512), -Radius=512, -}, -CircleOutline={ -Image="rbxassetid://108556680453287", -Rect=Rect.new(512,512,512,512), -Radius=512, -}, -CircleGlass={ -Image="rbxassetid://95600044758841", -Rect=Rect.new(512,512,512,512), -Radius=512, -}, - - - -SquircleH={ -Image="rbxassetid://125083578015333", -Rect=Rect.new(512,325,512,325), -Radius=325, -}, -SquircleHOutline={ -Image="rbxassetid://107043713170567", -Rect=Rect.new(512,325,512,325), -Radius=325, -}, -SquircleHGlass={ -Image="rbxassetid://84819521201001", -Rect=Rect.new(512,325,512,325), -Radius=325, -}, -["SquircleH-TL-TR"]={ -Image="rbxassetid://90680657206619", -Rect=Rect.new(807,512,807,512), -Radius=325, -AutoChange=false, -}, -["SquircleH-BL-BR"]={ -Image="rbxassetid://99216342056719", -Rect=Rect.new(0,512,0,512), -Radius=325, -AutoChange=false, -}, - -SquircleV={ -Image="rbxassetid://124965260437653", -Rect=Rect.new(325,512,325,512), -Radius=325, -}, -SquircleVOutline={ -Image="rbxassetid://88808835404198", -Rect=Rect.new(325,512,325,512), -Radius=325, -}, -SquircleVGlass={ -Image="rbxassetid://124982801466667", -Rect=Rect.new(325,512,325,512), -Radius=325, -}, - -Squircle={ -Image="rbxassetid://89641024074289", -Rect=Rect.new(460,460,460,460), -Radius=310, -}, -SquircleOutline={ -Image="rbxassetid://74029063732681", -Rect=Rect.new(512,512,512,512), -Radius=310, -}, -SquircleGlass={ -Image="rbxassetid://131126436897551", -Rect=Rect.new(512,512,512,512), -Radius=310, -}, - -["Squircle-TL-TR"]={ -Image="rbxassetid://75712142040725", -Rect=Rect.new(512,512,512,512), -Radius=310, -AutoChange=false, -}, -["Squircle-BL-BR"]={ -Image="rbxassetid://83676684425544", -Rect=Rect.new(512,0,512,0), -Radius=310, -AutoChange=false, -},Square= -{ -Image="rbxassetid://82909646051652", -Rect=Rect.new(512,512,512,512), -Radius=512, -AutoChange=false, -}, -}, -} - -function d.Init(e,f) -b=f -return e.New -end - -function d.New(e,f,g,h,i,j,l) -local m={ -Radius=f or 0, -Type=g or"Circle", -GetRadius=nil, -GetType=nil, -SetRadius=nil, -SetType=nil, -} - -local p={ -["Glass-0.7"]="SquircleGlass", -["Glass-1"]="SquircleGlass", -["Glass-1.4"]="SquircleGlass", -["Squircle-Outline"]="SquircleOutline", -} - -local function GetShape(r) -return d.Shapes[p[r]or r]or d.Shapes.Circle -end - -local r=b.New(j and"ImageButton"or"ImageLabel",{ -Image="", -ScaleType=l~=false and"Slice"or nil, -SliceCenter=m.Type~="Squircle"and Rect.new(512,512,512,512)or nil, -SliceScale=1, -ThemeTag=h and h.ThemeTag or nil, -BackgroundTransparency=1, -},i) - -for u,v in next,h do -if not table.find({"ThemeTag"},u)then -r[u]=v -end -end - -function m.SetRadius(u,v) -m.Radius=v -r.SliceScale=math.max(v/GetShape(m.Type).Radius,0.0001) -return m -end - -function m.SetType(u,v) -m.Type=v -local x=GetShape(v) -r.Image=x.Image -r.SliceCenter=x.Rect -m:SetRadius(m.Radius) -return m -end - -function m.GetRadius(u) -return m.Radius -end - -function m.GetType(u) -return m.Type -end - -m:SetRadius(f) -m:SetType(g) - -b.AddSignal(r:GetPropertyChangedSignal"AbsoluteSize",function() -local u=GetShape(m.Type) -if u.AutoChange==false then -return -end - -if string.find(m.Type,"Squircle")then -local v=string.find(m.Type,"Glass")and"Glass"or nil -local x=string.find(m.Type,"Outline")and"Outline"or nil - -local z=math.round(r.AbsoluteSize.X/b.UIScale) -local A=math.round(r.AbsoluteSize.Y/b.UIScale) - -local B=m.Radius~=0 and m.Radius or math.min(z,A)/2 -local C=d.Shapes.Squircle.Radius/1024 -local F=B/math.min(z,A) - -local G - -if z>A then -if F>=C then -G="SquircleH"..(x or v or"") -else -G="Squircle"..(x or v or"") -end -elseif z=C then -G="SquircleV"..(x or v or"") -else -G="Squircle"..(x or v or"") -end -else -if F>=C then -G="Circle"..(x or v or"") -else -G="Squircle"..(x or v or"") -end -end - -if G~=m:GetType()then -m:SetType(G) -end -end -end) - -return r,m -end - -return d end function a.b() - - - -return{ -["a-arrow-down"]="rbxassetid://92867583610071", -["a-arrow-up"]="rbxassetid://132318504999733", -["a-large-small"]="rbxassetid://111491496660216",accessibility= -"rbxassetid://114029945302017",activity= -"rbxassetid://94212016861936", -["air-vent"]="rbxassetid://81517226012329",airplay= -"rbxassetid://115020759309179", -["alarm-clock-check"]="rbxassetid://76437352099157", -["alarm-clock-minus"]="rbxassetid://77364179863205", -["alarm-clock-off"]="rbxassetid://97904885874823", -["alarm-clock-plus"]="rbxassetid://80468822979214", -["alarm-clock"]="rbxassetid://126259032907535", -["alarm-smoke"]="rbxassetid://96965448419685",album= -"rbxassetid://127358331163602", -["align-center-horizontal"]="rbxassetid://81570549209434", -["align-center-vertical"]="rbxassetid://118470463752466", -["align-end-horizontal"]="rbxassetid://139502909745427", -["align-end-vertical"]="rbxassetid://96528869059554", -["align-horizontal-distribute-center"]="rbxassetid://97220086126656", -["align-horizontal-distribute-end"]="rbxassetid://106128590702022", -["align-horizontal-distribute-start"]="rbxassetid://76074660002997", -["align-horizontal-justify-center"]="rbxassetid://75732302772427", -["align-horizontal-justify-end"]="rbxassetid://129167626402283", -["align-horizontal-justify-start"]="rbxassetid://130161830325281", -["align-horizontal-space-around"]="rbxassetid://91646106782950", -["align-horizontal-space-between"]="rbxassetid://103886093046990", -["align-start-horizontal"]="rbxassetid://125674804697729", -["align-start-vertical"]="rbxassetid://105020230154823", -["align-vertical-distribute-center"]="rbxassetid://93791183635525", -["align-vertical-distribute-end"]="rbxassetid://139354223511433", -["align-vertical-distribute-start"]="rbxassetid://74961997822126", -["align-vertical-justify-center"]="rbxassetid://134754696166569", -["align-vertical-justify-end"]="rbxassetid://92569381441969", -["align-vertical-justify-start"]="rbxassetid://99692844572718", -["align-vertical-space-around"]="rbxassetid://96206012459190", -["align-vertical-space-between"]="rbxassetid://124998077349706",ambulance= -"rbxassetid://78599995190651",ampersand= -"rbxassetid://75272915739209",ampersands= -"rbxassetid://126947193455996",amphora= -"rbxassetid://137370389604364",anchor= -"rbxassetid://92181172123618",angry= -"rbxassetid://74237056000103",annoyed= -"rbxassetid://80064369052011",antenna= -"rbxassetid://99628923540956",anvil= -"rbxassetid://100203029845919",aperture= -"rbxassetid://83396154449972", -["app-window-mac"]="rbxassetid://79587216113811", -["app-window"]="rbxassetid://93142176757189",apple= -"rbxassetid://104349242902442", -["archive-restore"]="rbxassetid://78956681942188", -["archive-x"]="rbxassetid://75830115088395",archive= -"rbxassetid://122180020814574",armchair= -"rbxassetid://105384358373973", -["arrow-big-down-dash"]="rbxassetid://137987229582002", -["arrow-big-down"]="rbxassetid://81081164158885", -["arrow-big-left-dash"]="rbxassetid://97827621354677", -["arrow-big-left"]="rbxassetid://85973092492641", -["arrow-big-right-dash"]="rbxassetid://117825834972403", -["arrow-big-right"]="rbxassetid://82960676755590", -["arrow-big-up-dash"]="rbxassetid://99260194327483", -["arrow-big-up"]="rbxassetid://93136954756149", -["arrow-down-0-1"]="rbxassetid://120961896217875", -["arrow-down-1-0"]="rbxassetid://93474255891850", -["arrow-down-a-z"]="rbxassetid://99554596207900", -["arrow-down-from-line"]="rbxassetid://132045845807798", -["arrow-down-left"]="rbxassetid://102899325237364", -["arrow-down-narrow-wide"]="rbxassetid://129105261655061", -["arrow-down-right"]="rbxassetid://123109928624974", -["arrow-down-to-dot"]="rbxassetid://101675355931221", -["arrow-down-to-line"]="rbxassetid://87050478931254", -["arrow-down-up"]="rbxassetid://85780258549577", -["arrow-down-wide-narrow"]="rbxassetid://88461733425991", -["arrow-down-z-a"]="rbxassetid://76115279362232", -["arrow-down"]="rbxassetid://98764963621439", -["arrow-left-from-line"]="rbxassetid://87857914437603", -["arrow-left-right"]="rbxassetid://131324733048447", -["arrow-left-to-line"]="rbxassetid://118645136026970", -["arrow-left"]="rbxassetid://102531941843733", -["arrow-right-from-line"]="rbxassetid://74073639809355", -["arrow-right-left"]="rbxassetid://77015754304300", -["arrow-right-to-line"]="rbxassetid://78632510329852", -["arrow-right"]="rbxassetid://113692007244654", -["arrow-up-0-1"]="rbxassetid://105257823943016", -["arrow-up-1-0"]="rbxassetid://134175521693798", -["arrow-up-a-z"]="rbxassetid://77763416595160", -["arrow-up-down"]="rbxassetid://81019887641527", -["arrow-up-from-dot"]="rbxassetid://124408496673275", -["arrow-up-from-line"]="rbxassetid://95777664626453", -["arrow-up-left"]="rbxassetid://123490598231261", -["arrow-up-narrow-wide"]="rbxassetid://73006024672636", -["arrow-up-right"]="rbxassetid://129280608535523", -["arrow-up-to-line"]="rbxassetid://108818207813537", -["arrow-up-wide-narrow"]="rbxassetid://87437426951568", -["arrow-up-z-a"]="rbxassetid://107546173611884", -["arrow-up"]="rbxassetid://89282378235317", -["arrows-up-from-line"]="rbxassetid://133710016938621",asterisk= -"rbxassetid://88552752106723", -["at-sign"]="rbxassetid://79059152889146",atom= -"rbxassetid://73167696981648", -["audio-lines"]="rbxassetid://70930641819242", -["audio-waveform"]="rbxassetid://86462036665209",award= -"rbxassetid://132740088158419",axe= -"rbxassetid://132405197863294", -["axis-3d"]="rbxassetid://122438676546804",baby= -"rbxassetid://93472926933440",backpack= -"rbxassetid://140420225386018", -["badge-alert"]="rbxassetid://101829200081951", -["badge-cent"]="rbxassetid://133345018873154", -["badge-check"]="rbxassetid://76078495178149", -["badge-dollar-sign"]="rbxassetid://127139803581141", -["badge-euro"]="rbxassetid://120016477674659", -["badge-indian-rupee"]="rbxassetid://75659682309981", -["badge-info"]="rbxassetid://131995373201472", -["badge-japanese-yen"]="rbxassetid://99081574588615", -["badge-minus"]="rbxassetid://140321561183881", -["badge-percent"]="rbxassetid://121359224294885", -["badge-plus"]="rbxassetid://100325578561866", -["badge-pound-sterling"]="rbxassetid://119688217279444", -["badge-question-mark"]="rbxassetid://121464963737502", -["badge-russian-ruble"]="rbxassetid://108839463659864", -["badge-swiss-franc"]="rbxassetid://91447608372740", -["badge-turkish-lira"]="rbxassetid://137839965873529", -["badge-x"]="rbxassetid://122931434733842",badge= -"rbxassetid://116620312917084", -["baggage-claim"]="rbxassetid://86922213051957",ban= -"rbxassetid://90767043015246",banana= -"rbxassetid://140713420056179",bandage= -"rbxassetid://129660129590770", -["banknote-arrow-down"]="rbxassetid://139366449345199", -["banknote-arrow-up"]="rbxassetid://133758343082529", -["banknote-x"]="rbxassetid://95348701438065",banknote= -"rbxassetid://104840231536668",barcode= -"rbxassetid://118473018143689",barrel= -"rbxassetid://130647115622774",baseline= -"rbxassetid://124677132511270",bath= -"rbxassetid://76031400297942", -["battery-charging"]="rbxassetid://80139357470047", -["battery-full"]="rbxassetid://70906718268972", -["battery-low"]="rbxassetid://139659256984314", -["battery-medium"]="rbxassetid://105934079398915", -["battery-plus"]="rbxassetid://91931341486966", -["battery-warning"]="rbxassetid://115230083817257",battery= -"rbxassetid://70765800346189",beaker= -"rbxassetid://80902539995520", -["bean-off"]="rbxassetid://98164436608714",bean= -"rbxassetid://89491967076869", -["bed-double"]="rbxassetid://73820193212911", -["bed-single"]="rbxassetid://113423940880634",bed= -"rbxassetid://97726529032925",beef= -"rbxassetid://105850162318915", -["beer-off"]="rbxassetid://120333134736361",beer= -"rbxassetid://116404978807744", -["bell-dot"]="rbxassetid://93161277118810", -["bell-electric"]="rbxassetid://100277767266983", -["bell-minus"]="rbxassetid://126334890449727", -["bell-off"]="rbxassetid://78560046118930", -["bell-plus"]="rbxassetid://77014333795836", -["bell-ring"]="rbxassetid://94612128913941",bell= -"rbxassetid://97392696311902", -["between-horizontal-end"]="rbxassetid://81602774794322", -["between-horizontal-start"]="rbxassetid://76112384929846", -["between-vertical-end"]="rbxassetid://72817612571631", -["between-vertical-start"]="rbxassetid://85278312190301", -["biceps-flexed"]="rbxassetid://82004462003936",bike= -"rbxassetid://102930322246035",binary= -"rbxassetid://91751953950088",binoculars= -"rbxassetid://101460003267896",biohazard= -"rbxassetid://95956532900432",bird= -"rbxassetid://132284145117371",birdhouse= -"rbxassetid://83999157401433",bitcoin= -"rbxassetid://95459240442938",blend= -"rbxassetid://111679612185257",blinds= -"rbxassetid://71164165283925",blocks= -"rbxassetid://72212693357737", -["bluetooth-connected"]="rbxassetid://96315134002985", -["bluetooth-off"]="rbxassetid://80600044218117", -["bluetooth-searching"]="rbxassetid://100673019606426",bluetooth= -"rbxassetid://90506573139443",bold= -"rbxassetid://116141470019166",bolt= -"rbxassetid://102881251417484",bomb= -"rbxassetid://139223800924636",bone= -"rbxassetid://111242153474115", -["book-a"]="rbxassetid://104067275658465", -["book-alert"]="rbxassetid://124159928044853", -["book-audio"]="rbxassetid://109208148317037", -["book-check"]="rbxassetid://115999656081696", -["book-copy"]="rbxassetid://108543407492005", -["book-dashed"]="rbxassetid://127430784795958", -["book-down"]="rbxassetid://101011730128222", -["book-headphones"]="rbxassetid://108670200799574", -["book-heart"]="rbxassetid://112788845135284", -["book-image"]="rbxassetid://80808285757226", -["book-key"]="rbxassetid://116024426170705", -["book-lock"]="rbxassetid://118765061220571", -["book-marked"]="rbxassetid://73211024251780", -["book-minus"]="rbxassetid://112724962046282", -["book-open-check"]="rbxassetid://130848362492667", -["book-open-text"]="rbxassetid://100629528672195", -["book-open"]="rbxassetid://129845326810392", -["book-plus"]="rbxassetid://140267785051233", -["book-text"]="rbxassetid://94011772484232", -["book-type"]="rbxassetid://97817304725443", -["book-up-2"]="rbxassetid://130161620853665", -["book-up"]="rbxassetid://98640174079190", -["book-user"]="rbxassetid://128489189240523", -["book-x"]="rbxassetid://118754548186537",book= -"rbxassetid://125383279695672", -["bookmark-check"]="rbxassetid://93940443347986", -["bookmark-minus"]="rbxassetid://96807096039910", -["bookmark-plus"]="rbxassetid://121469724491615", -["bookmark-x"]="rbxassetid://112272342584706",bookmark= -"rbxassetid://121093149326239", -["boom-box"]="rbxassetid://99901322535868", -["bot-message-square"]="rbxassetid://96145330292478", -["bot-off"]="rbxassetid://140417690560013",bot= -"rbxassetid://80451686744860", -["bottle-wine"]="rbxassetid://131675403196921", -["bow-arrow"]="rbxassetid://124089655150375",box= -"rbxassetid://101768155599700",boxes= -"rbxassetid://136372617578355",braces= -"rbxassetid://117761094704041",brackets= -"rbxassetid://74368995728099", -["brain-circuit"]="rbxassetid://70547962410202", -["brain-cog"]="rbxassetid://132039205501538",brain= -"rbxassetid://92424107303177", -["brick-wall-fire"]="rbxassetid://92980588705520", -["brick-wall-shield"]="rbxassetid://75954432775071", -["brick-wall"]="rbxassetid://112878522258821", -["briefcase-business"]="rbxassetid://129135125207283", -["briefcase-conveyor-belt"]="rbxassetid://108665725653714", -["briefcase-medical"]="rbxassetid://119917756334087",briefcase= -"rbxassetid://96754188164225", -["bring-to-front"]="rbxassetid://132975903553748", -["brush-cleaning"]="rbxassetid://71728977448805",brush= -"rbxassetid://127035535799640",bubbles= -"rbxassetid://106183424168227", -["bug-off"]="rbxassetid://88020025049245", -["bug-play"]="rbxassetid://80107955888092",bug= -"rbxassetid://83626408925438", -["building-2"]="rbxassetid://77873775611951",building= -"rbxassetid://110616258983082", -["bus-front"]="rbxassetid://89863432456045",bus= -"rbxassetid://133798469717463", -["cable-car"]="rbxassetid://128643682205596",cable= -"rbxassetid://128449944504901", -["cake-slice"]="rbxassetid://136769828413242",cake= -"rbxassetid://103131590503275",calculator= -"rbxassetid://74915716529646", -["calendar-1"]="rbxassetid://98458364171044", -["calendar-arrow-down"]="rbxassetid://108415736543437", -["calendar-arrow-up"]="rbxassetid://70574654109118", -["calendar-check-2"]="rbxassetid://120231170248276", -["calendar-check"]="rbxassetid://71551019465748", -["calendar-clock"]="rbxassetid://119132152594595", -["calendar-cog"]="rbxassetid://122402172360287", -["calendar-days"]="rbxassetid://99072017568595", -["calendar-fold"]="rbxassetid://117368871270394", -["calendar-heart"]="rbxassetid://88839008103676", -["calendar-minus-2"]="rbxassetid://98846170279891", -["calendar-minus"]="rbxassetid://137354318924383", -["calendar-off"]="rbxassetid://109726151749217", -["calendar-plus-2"]="rbxassetid://112264562093883", -["calendar-plus"]="rbxassetid://125266115249843", -["calendar-range"]="rbxassetid://103641849247576", -["calendar-search"]="rbxassetid://92010083223634", -["calendar-sync"]="rbxassetid://78082218499697", -["calendar-x-2"]="rbxassetid://107518051061147", -["calendar-x"]="rbxassetid://106703374806500",calendar= -"rbxassetid://114792700814035", -["camera-off"]="rbxassetid://81057636835256",camera= -"rbxassetid://79950339943067", -["candy-cane"]="rbxassetid://71689468772492", -["candy-off"]="rbxassetid://110232752314832",candy= -"rbxassetid://107812129154678",cannabis= -"rbxassetid://98792006538601", -["captions-off"]="rbxassetid://105223545364193",captions= -"rbxassetid://104960225031445", -["car-front"]="rbxassetid://87380942739063", -["car-taxi-front"]="rbxassetid://122455403384057",car= -"rbxassetid://121065933462582",caravan= -"rbxassetid://120070979471783", -["card-sim"]="rbxassetid://134490550095771",carrot= -"rbxassetid://119118221444304", -["case-lower"]="rbxassetid://129303130603241", -["case-sensitive"]="rbxassetid://125410273293056", -["case-upper"]="rbxassetid://111633433531325", -["cassette-tape"]="rbxassetid://137065788934157",cast= -"rbxassetid://98202245922071",castle= -"rbxassetid://119275077187784",cat= -"rbxassetid://124252153404931",cctv= -"rbxassetid://99979894766624", -["chart-area"]="rbxassetid://123446436762366", -["chart-bar-big"]="rbxassetid://72336824986044", -["chart-bar-decreasing"]="rbxassetid://107217459044963", -["chart-bar-increasing"]="rbxassetid://88268905998571", -["chart-bar-stacked"]="rbxassetid://98478751113024", -["chart-bar"]="rbxassetid://105389816384108", -["chart-candlestick"]="rbxassetid://125676898615697", -["chart-column-big"]="rbxassetid://98598733210787", -["chart-column-decreasing"]="rbxassetid://73586137373563", -["chart-column-increasing"]="rbxassetid://120421615068601", -["chart-column-stacked"]="rbxassetid://86031449675105", -["chart-column"]="rbxassetid://97915995538580", -["chart-gantt"]="rbxassetid://88811660555940", -["chart-line"]="rbxassetid://101833156055618", -["chart-network"]="rbxassetid://104027882693561", -["chart-no-axes-column-decreasing"]="rbxassetid://123371717192542", -["chart-no-axes-column-increasing"]="rbxassetid://140383830943049", -["chart-no-axes-column"]="rbxassetid://94078751170351", -["chart-no-axes-combined"]="rbxassetid://121424233161912", -["chart-no-axes-gantt"]="rbxassetid://131936541106368", -["chart-pie"]="rbxassetid://113412261630136", -["chart-scatter"]="rbxassetid://108217585014571", -["chart-spline"]="rbxassetid://90307460742494", -["check-check"]="rbxassetid://95183312173858", -["check-line"]="rbxassetid://115122343485290",check= -"rbxassetid://93898873302694", -["chef-hat"]="rbxassetid://121744015002573",cherry= -"rbxassetid://139519182403183", -["chess-bishop"]="rbxassetid://121701705580238", -["chess-king"]="rbxassetid://90885687223462", -["chess-knight"]="rbxassetid://96467707042169", -["chess-pawn"]="rbxassetid://111318574652751", -["chess-queen"]="rbxassetid://98304702099749", -["chess-rook"]="rbxassetid://76223925830262", -["chevron-down"]="rbxassetid://134243273101015", -["chevron-first"]="rbxassetid://105243363790238", -["chevron-last"]="rbxassetid://89268452603731", -["chevron-left"]="rbxassetid://73780377692148", -["chevron-right"]="rbxassetid://92473583511724", -["chevron-up"]="rbxassetid://122444883127455", -["chevrons-down-up"]="rbxassetid://139404716013205", -["chevrons-down"]="rbxassetid://100524612205956", -["chevrons-left-right-ellipsis"]="rbxassetid://125035817741526", -["chevrons-left-right"]="rbxassetid://87910685945204", -["chevrons-left"]="rbxassetid://82617201744347", -["chevrons-right-left"]="rbxassetid://87149546686569", -["chevrons-right"]="rbxassetid://139121276490483", -["chevrons-up-down"]="rbxassetid://131833120209646", -["chevrons-up"]="rbxassetid://100467452364672",chromium= -"rbxassetid://128165143739006",church= -"rbxassetid://113714744350666", -["cigarette-off"]="rbxassetid://77797883078452", -["circle-alert"]="rbxassetid://83898160590116", -["circle-arrow-down"]="rbxassetid://95901860261344", -["circle-arrow-left"]="rbxassetid://102148876968988", -["circle-arrow-out-down-left"]="rbxassetid://140598097856694", -["circle-arrow-out-down-right"]="rbxassetid://119952801379305", -["circle-arrow-out-up-left"]="rbxassetid://132858212688303", -["circle-arrow-out-up-right"]="rbxassetid://81783743753173", -["circle-arrow-right"]="rbxassetid://70786767999559", -["circle-arrow-up"]="rbxassetid://84395128546494", -["circle-check-big"]="rbxassetid://93202927221730", -["circle-check"]="rbxassetid://85262178816537", -["circle-chevron-down"]="rbxassetid://137069490345718", -["circle-chevron-left"]="rbxassetid://130250009740827", -["circle-chevron-right"]="rbxassetid://125943696958495", -["circle-chevron-up"]="rbxassetid://111223574026321", -["circle-dashed"]="rbxassetid://126799443883746", -["circle-divide"]="rbxassetid://106398997754208", -["circle-dollar-sign"]="rbxassetid://91106238890387", -["circle-dot-dashed"]="rbxassetid://111451232827180", -["circle-dot"]="rbxassetid://82947033619201", -["circle-ellipsis"]="rbxassetid://91687150884779", -["circle-equal"]="rbxassetid://95133963751438", -["circle-fading-arrow-up"]="rbxassetid://104648212910336", -["circle-fading-plus"]="rbxassetid://91847890443490", -["circle-gauge"]="rbxassetid://108157549473765", -["circle-minus"]="rbxassetid://133556159576809", -["circle-off"]="rbxassetid://97923456918886", -["circle-parking-off"]="rbxassetid://128369410981252", -["circle-parking"]="rbxassetid://124034962915196", -["circle-pause"]="rbxassetid://139337739700879", -["circle-percent"]="rbxassetid://133311912860256", -["circle-play"]="rbxassetid://120408917249739", -["circle-plus"]="rbxassetid://113157136350384", -["circle-pound-sterling"]="rbxassetid://105476153083828", -["circle-power"]="rbxassetid://140676030155098", -["circle-question-mark"]="rbxassetid://97516698664325", -["circle-slash-2"]="rbxassetid://136766902186549", -["circle-slash"]="rbxassetid://125206439913049", -["circle-small"]="rbxassetid://73685402843600", -["circle-star"]="rbxassetid://120318414957104", -["circle-stop"]="rbxassetid://87400503942659", -["circle-user-round"]="rbxassetid://95489465399880", -["circle-user"]="rbxassetid://136220511671311", -["circle-x"]="rbxassetid://76821953846248",circle= -"rbxassetid://130359823580534", -["circuit-board"]="rbxassetid://107695264369312",citrus= -"rbxassetid://139018222976433",clapperboard= -"rbxassetid://132660667070200", -["clipboard-check"]="rbxassetid://92649798577170", -["clipboard-clock"]="rbxassetid://123957515687745", -["clipboard-copy"]="rbxassetid://125851897718493", -["clipboard-list"]="rbxassetid://96460215958908", -["clipboard-minus"]="rbxassetid://107968008485671", -["clipboard-paste"]="rbxassetid://74382068849983", -["clipboard-pen-line"]="rbxassetid://77711589791615", -["clipboard-pen"]="rbxassetid://75290966822953", -["clipboard-plus"]="rbxassetid://134285318675662", -["clipboard-type"]="rbxassetid://89949374318028", -["clipboard-x"]="rbxassetid://102222456890103",clipboard= -"rbxassetid://89601995828423", -["clock-1"]="rbxassetid://129363225422045", -["clock-10"]="rbxassetid://104332695855541", -["clock-11"]="rbxassetid://119023205186105", -["clock-12"]="rbxassetid://117789618723068", -["clock-2"]="rbxassetid://134710777209413", -["clock-3"]="rbxassetid://136385631189327", -["clock-4"]="rbxassetid://121808839832144", -["clock-5"]="rbxassetid://85082019959457", -["clock-6"]="rbxassetid://71009733505593", -["clock-7"]="rbxassetid://103111188546225", -["clock-8"]="rbxassetid://110059272125337", -["clock-9"]="rbxassetid://77610027126437", -["clock-alert"]="rbxassetid://97157344465162", -["clock-arrow-down"]="rbxassetid://92349314416042", -["clock-arrow-up"]="rbxassetid://111484286332629", -["clock-check"]="rbxassetid://85231630218857", -["clock-fading"]="rbxassetid://93205297285245", -["clock-plus"]="rbxassetid://93367709263150",clock= -"rbxassetid://121808839832144", -["closed-caption"]="rbxassetid://99832644030788", -["cloud-alert"]="rbxassetid://91967273658626", -["cloud-check"]="rbxassetid://97318598202432", -["cloud-cog"]="rbxassetid://96497764065749", -["cloud-download"]="rbxassetid://121435581993566", -["cloud-drizzle"]="rbxassetid://139525315752605", -["cloud-fog"]="rbxassetid://76650233148776", -["cloud-hail"]="rbxassetid://72320462748242", -["cloud-lightning"]="rbxassetid://133517088924849", -["cloud-moon-rain"]="rbxassetid://127667837827018", -["cloud-moon"]="rbxassetid://71938114737914", -["cloud-off"]="rbxassetid://131907154501444", -["cloud-rain-wind"]="rbxassetid://107414583736721", -["cloud-rain"]="rbxassetid://105547081967408", -["cloud-snow"]="rbxassetid://72307126270226", -["cloud-sun-rain"]="rbxassetid://99041604425705", -["cloud-sun"]="rbxassetid://86114208148727", -["cloud-upload"]="rbxassetid://93307473217005",cloud= -"rbxassetid://121226497050352",cloudy= -"rbxassetid://105360479023346",clover= -"rbxassetid://74925550436750",club= -"rbxassetid://108490365816628", -["code-xml"]="rbxassetid://130150477351734",code= -"rbxassetid://107380207681249",codepen= -"rbxassetid://135643965971885",codesandbox= -"rbxassetid://106911852964823",coffee= -"rbxassetid://106864403231093",cog= -"rbxassetid://116544501716299",coins= -"rbxassetid://116510979641930", -["columns-2"]="rbxassetid://113004100221850", -["columns-3-cog"]="rbxassetid://121589691981064", -["columns-3"]="rbxassetid://115223357399375", -["columns-4"]="rbxassetid://130807991968419",combine= -"rbxassetid://79908476334048",command= -"rbxassetid://93648221906330",compass= -"rbxassetid://115123411028382",component= -"rbxassetid://110027788875080",computer= -"rbxassetid://77480056459407", -["concierge-bell"]="rbxassetid://140384259310436",cone= -"rbxassetid://97759550688437",construction= -"rbxassetid://106539489968173", -["contact-round"]="rbxassetid://71907624112229",contact= -"rbxassetid://75868297719012",container= -"rbxassetid://91507237573499",contrast= -"rbxassetid://112796643981497",cookie= -"rbxassetid://73159504540002", -["cooking-pot"]="rbxassetid://94959783129799", -["copy-check"]="rbxassetid://91177247988892", -["copy-minus"]="rbxassetid://109524509933035", -["copy-plus"]="rbxassetid://113618379616952", -["copy-slash"]="rbxassetid://93805787810390", -["copy-x"]="rbxassetid://106557557978061",copy= -"rbxassetid://78979572434545",copyleft= -"rbxassetid://78559055698593",copyright= -"rbxassetid://129433635747111", -["corner-down-left"]="rbxassetid://90473561177832", -["corner-down-right"]="rbxassetid://86512767702085", -["corner-left-down"]="rbxassetid://139876989150630", -["corner-left-up"]="rbxassetid://126228268096099", -["corner-right-down"]="rbxassetid://89237035551302", -["corner-right-up"]="rbxassetid://112851237026705", -["corner-up-left"]="rbxassetid://84669279763024", -["corner-up-right"]="rbxassetid://115099889693145",cpu= -"rbxassetid://77549309870247", -["creative-commons"]="rbxassetid://90408210735312", -["credit-card"]="rbxassetid://99163352872346",croissant= -"rbxassetid://130710485559420",crop= -"rbxassetid://116344601101413",cross= -"rbxassetid://101833377863588",crosshair= -"rbxassetid://134242818164054",crown= -"rbxassetid://127843403295538",cuboid= -"rbxassetid://75618807946111", -["cup-soda"]="rbxassetid://121098640829562",currency= -"rbxassetid://90551250119972",cylinder= -"rbxassetid://90569677179169",dam= -"rbxassetid://76874486231393", -["database-backup"]="rbxassetid://103403210984699", -["database-zap"]="rbxassetid://131199921258418",database= -"rbxassetid://126791525623846", -["decimals-arrow-left"]="rbxassetid://120198500638749", -["decimals-arrow-right"]="rbxassetid://118263047146797",delete= -"rbxassetid://126279426372342",dessert= -"rbxassetid://71508133278830",diameter= -"rbxassetid://97429051503783", -["diamond-minus"]="rbxassetid://128989071438290", -["diamond-percent"]="rbxassetid://107717860105959", -["diamond-plus"]="rbxassetid://134701163723675",diamond= -"rbxassetid://105846996304890", -["dice-1"]="rbxassetid://112650149591038", -["dice-2"]="rbxassetid://112278274566793", -["dice-3"]="rbxassetid://118526270626312", -["dice-4"]="rbxassetid://113365650364004", -["dice-5"]="rbxassetid://72768312430593", -["dice-6"]="rbxassetid://85376239182543",dices= -"rbxassetid://81268120302865",diff= -"rbxassetid://135052708609715", -["disc-2"]="rbxassetid://91419420404185", -["disc-3"]="rbxassetid://135470554736048", -["disc-album"]="rbxassetid://74693460404344",disc= -"rbxassetid://101908120120777",divide= -"rbxassetid://136678191878278", -["dna-off"]="rbxassetid://89612426361540",dna= -"rbxassetid://74007982981741",dock= -"rbxassetid://121997427160252",dog= -"rbxassetid://71920105558570", -["dollar-sign"]="rbxassetid://127320961224019",donut= -"rbxassetid://72204922742657", -["door-closed-locked"]="rbxassetid://74027613267551", -["door-closed"]="rbxassetid://136249099949073", -["door-open"]="rbxassetid://91306356501736",dot= -"rbxassetid://137321056643916",download= -"rbxassetid://134814648082393", -["drafting-compass"]="rbxassetid://99701976182841",drama= -"rbxassetid://110297795801577",dribbble= -"rbxassetid://80231809663849",drill= -"rbxassetid://108644821412796",drone= -"rbxassetid://117299095794783", -["droplet-off"]="rbxassetid://119365002225172",droplet= -"rbxassetid://100597455015098",droplets= -"rbxassetid://140111846025180",drum= -"rbxassetid://136979060344890",drumstick= -"rbxassetid://104662462521709",dumbbell= -"rbxassetid://80277236776212", -["ear-off"]="rbxassetid://87421916192807",ear= -"rbxassetid://121894949934209", -["earth-lock"]="rbxassetid://88814147073745",earth= -"rbxassetid://76231597751076",eclipse= -"rbxassetid://114829622118222", -["egg-fried"]="rbxassetid://90622538210545", -["egg-off"]="rbxassetid://92288321309285",egg= -"rbxassetid://117851493400222", -["ellipsis-vertical"]="rbxassetid://117978708573781",ellipsis= -"rbxassetid://140019550645825", -["equal-approximately"]="rbxassetid://105382689698323", -["equal-not"]="rbxassetid://76864449458032",equal= -"rbxassetid://123467780715624",eraser= -"rbxassetid://133957773112410", -["ethernet-port"]="rbxassetid://75391715149314",euro= -"rbxassetid://72229646524456", -["ev-charger"]="rbxassetid://97906158859623",expand= -"rbxassetid://137492887754537", -["external-link"]="rbxassetid://129331830773832", -["eye-closed"]="rbxassetid://111063268625789", -["eye-off"]="rbxassetid://135928786788378",eye= -"rbxassetid://100033680381365",facebook= -"rbxassetid://72098528632192",factory= -"rbxassetid://102170024318039",fan= -"rbxassetid://78391400440696", -["fast-forward"]="rbxassetid://121615540167909",feather= -"rbxassetid://91872927606406",fence= -"rbxassetid://123451565578029", -["ferris-wheel"]="rbxassetid://79729205796176",figma= -"rbxassetid://134182122852301", -["file-archive"]="rbxassetid://77018106869967", -["file-axis-3d"]="rbxassetid://133912328009885", -["file-badge"]="rbxassetid://74564895394477", -["file-box"]="rbxassetid://119264004071690", -["file-braces-corner"]="rbxassetid://77253337986109", -["file-braces"]="rbxassetid://95314128621234", -["file-chart-column-increasing"]="rbxassetid://134449481172067", -["file-chart-column"]="rbxassetid://82048481252560", -["file-chart-line"]="rbxassetid://71954360551345", -["file-chart-pie"]="rbxassetid://81072193564497", -["file-check-corner"]="rbxassetid://76295552859171", -["file-check"]="rbxassetid://82604001452455", -["file-clock"]="rbxassetid://102325208830990", -["file-code-corner"]="rbxassetid://78293841184371", -["file-code"]="rbxassetid://130978036895504", -["file-cog"]="rbxassetid://101385347151368", -["file-diff"]="rbxassetid://96147216772241", -["file-digit"]="rbxassetid://89220220354580", -["file-down"]="rbxassetid://120650154178290", -["file-exclamation-point"]="rbxassetid://102821865889635", -["file-headphone"]="rbxassetid://100533735901986", -["file-heart"]="rbxassetid://132214916401696", -["file-image"]="rbxassetid://123334057511782", -["file-input"]="rbxassetid://124728604166044", -["file-key"]="rbxassetid://118790255921100", -["file-lock"]="rbxassetid://72170228691242", -["file-minus-corner"]="rbxassetid://119263271735124", -["file-minus"]="rbxassetid://111014798459222", -["file-music"]="rbxassetid://134948051536671", -["file-output"]="rbxassetid://92146832572911", -["file-pen-line"]="rbxassetid://104622936345006", -["file-pen"]="rbxassetid://79556179730240", -["file-play"]="rbxassetid://89006821567838", -["file-plus-corner"]="rbxassetid://76544604043974", -["file-plus"]="rbxassetid://78881710800060", -["file-question-mark"]="rbxassetid://127617422859576", -["file-scan"]="rbxassetid://129480105228213", -["file-search-corner"]="rbxassetid://90974165234008", -["file-search"]="rbxassetid://97780235974933", -["file-signal"]="rbxassetid://122070252538165", -["file-sliders"]="rbxassetid://85787771732439", -["file-spreadsheet"]="rbxassetid://134501869359270", -["file-stack"]="rbxassetid://138929929862605", -["file-symlink"]="rbxassetid://91865722036510", -["file-terminal"]="rbxassetid://116757454755476", -["file-text"]="rbxassetid://90496405707281", -["file-type-corner"]="rbxassetid://124902230275209", -["file-type"]="rbxassetid://115272552799361", -["file-up"]="rbxassetid://131173039312748", -["file-user"]="rbxassetid://99552018455009", -["file-video-camera"]="rbxassetid://81719056173960", -["file-volume"]="rbxassetid://111264764438958", -["file-x-corner"]="rbxassetid://87554136773609", -["file-x"]="rbxassetid://107333775515154",file= -"rbxassetid://74748492079329",files= -"rbxassetid://102806336233202",film= -"rbxassetid://120978945609706",fingerprint= -"rbxassetid://112173305232811", -["fire-extinguisher"]="rbxassetid://111643493006960", -["fish-off"]="rbxassetid://89756724887508", -["fish-symbol"]="rbxassetid://118475177681618",fish= -"rbxassetid://124360663785796", -["flag-off"]="rbxassetid://112944528856799", -["flag-triangle-left"]="rbxassetid://88045221285272", -["flag-triangle-right"]="rbxassetid://108292480304566",flag= -"rbxassetid://78183383236196", -["flame-kindling"]="rbxassetid://139728976917928",flame= -"rbxassetid://98218034436456", -["flashlight-off"]="rbxassetid://79780362871740",flashlight= -"rbxassetid://100286985600444", -["flask-conical-off"]="rbxassetid://112597970025298", -["flask-conical"]="rbxassetid://128406680901165", -["flask-round"]="rbxassetid://127508287324940", -["flip-horizontal-2"]="rbxassetid://103726993598186", -["flip-horizontal"]="rbxassetid://122937530107837", -["flip-vertical-2"]="rbxassetid://103836358956328", -["flip-vertical"]="rbxassetid://108003917346888", -["flower-2"]="rbxassetid://72934574245145",flower= -"rbxassetid://86129438272762",focus= -"rbxassetid://87493973153317", -["fold-horizontal"]="rbxassetid://92835712442240", -["fold-vertical"]="rbxassetid://108873727253656", -["folder-archive"]="rbxassetid://97312009460206", -["folder-check"]="rbxassetid://128492920904557", -["folder-clock"]="rbxassetid://111964836738545", -["folder-closed"]="rbxassetid://118286209350843", -["folder-code"]="rbxassetid://70624096349370", -["folder-cog"]="rbxassetid://85299519462846", -["folder-dot"]="rbxassetid://138687772725278", -["folder-down"]="rbxassetid://118044108459225", -["folder-git-2"]="rbxassetid://101394054141166", -["folder-git"]="rbxassetid://121885778095158", -["folder-heart"]="rbxassetid://79104747211105", -["folder-input"]="rbxassetid://90699920697871", -["folder-kanban"]="rbxassetid://78313285104072", -["folder-key"]="rbxassetid://85270407596791", -["folder-lock"]="rbxassetid://119201572260567", -["folder-minus"]="rbxassetid://85648718999010", -["folder-open-dot"]="rbxassetid://74741494767354", -["folder-open"]="rbxassetid://76018996254888", -["folder-output"]="rbxassetid://101532447937612", -["folder-pen"]="rbxassetid://112770491173911", -["folder-plus"]="rbxassetid://91865663406119", -["folder-root"]="rbxassetid://103333751154693", -["folder-search-2"]="rbxassetid://71276453442655", -["folder-search"]="rbxassetid://110568075123861", -["folder-symlink"]="rbxassetid://127485747227189", -["folder-sync"]="rbxassetid://91544602659796", -["folder-tree"]="rbxassetid://85577554337861", -["folder-up"]="rbxassetid://72008269765857", -["folder-x"]="rbxassetid://91699618247635",folder= -"rbxassetid://80846616596607",folders= -"rbxassetid://110351216219061",footprints= -"rbxassetid://139192589041315",forklift= -"rbxassetid://72030930983101",forward= -"rbxassetid://97545944739523",frame= -"rbxassetid://109080612832751",framer= -"rbxassetid://108384807262391",frown= -"rbxassetid://124407301067982",fuel= -"rbxassetid://106447647274511",fullscreen= -"rbxassetid://77793665526178", -["funnel-plus"]="rbxassetid://100780233821928", -["funnel-x"]="rbxassetid://70984385812555",funnel= -"rbxassetid://108829540827529", -["gallery-horizontal-end"]="rbxassetid://74672430161161", -["gallery-horizontal"]="rbxassetid://80004001442122", -["gallery-thumbnails"]="rbxassetid://136219289862706", -["gallery-vertical-end"]="rbxassetid://106461402088317", -["gallery-vertical"]="rbxassetid://119299431466725", -["gamepad-2"]="rbxassetid://92483947987410", -["gamepad-directional"]="rbxassetid://84342305212226",gamepad= -"rbxassetid://121607283959010",gauge= -"rbxassetid://110273524101447",gavel= -"rbxassetid://78952298198456",gem= -"rbxassetid://112904952151156", -["georgian-lari"]="rbxassetid://98084432591687",ghost= -"rbxassetid://113822048130017",gift= -"rbxassetid://109855212076373", -["git-branch-minus"]="rbxassetid://97385010649411", -["git-branch-plus"]="rbxassetid://125944221134316", -["git-branch"]="rbxassetid://90490195516649", -["git-commit-horizontal"]="rbxassetid://133646041800147", -["git-commit-vertical"]="rbxassetid://122098032990350", -["git-compare-arrows"]="rbxassetid://84874426520216", -["git-compare"]="rbxassetid://91945124438792", -["git-fork"]="rbxassetid://89954992404765", -["git-graph"]="rbxassetid://86166832019304", -["git-merge"]="rbxassetid://131833355158059", -["git-pull-request-arrow"]="rbxassetid://94507974577439", -["git-pull-request-closed"]="rbxassetid://78070600389091", -["git-pull-request-create-arrow"]="rbxassetid://127422677061091", -["git-pull-request-create"]="rbxassetid://105929577383926", -["git-pull-request-draft"]="rbxassetid://76173459869943", -["git-pull-request"]="rbxassetid://138463010991471",github= -"rbxassetid://120349554354380",gitlab= -"rbxassetid://114054627192933", -["glass-water"]="rbxassetid://115526102400988",glasses= -"rbxassetid://87936407455373", -["globe-lock"]="rbxassetid://134065526704402",globe= -"rbxassetid://114238209622913",goal= -"rbxassetid://120517954878160",gpu= -"rbxassetid://95577823614219", -["graduation-cap"]="rbxassetid://93771896340220",grape= -"rbxassetid://134760640415561", -["grid-2x2-check"]="rbxassetid://138468840220821", -["grid-2x2-plus"]="rbxassetid://91811610580247", -["grid-2x2-x"]="rbxassetid://72407303981388", -["grid-2x2"]="rbxassetid://99050491897640", -["grid-3x2"]="rbxassetid://95528684210010", -["grid-3x3"]="rbxassetid://70419024781206", -["grip-horizontal"]="rbxassetid://136255899715930", -["grip-vertical"]="rbxassetid://137183678565296",grip= -"rbxassetid://109058783556768",group= -"rbxassetid://107643418926671",guitar= -"rbxassetid://75915531867926",ham= -"rbxassetid://74465607934635",hamburger= -"rbxassetid://93086916815495",hammer= -"rbxassetid://83545120140895", -["hand-coins"]="rbxassetid://126990543175462", -["hand-fist"]="rbxassetid://83341608917591", -["hand-grab"]="rbxassetid://88867162163985", -["hand-heart"]="rbxassetid://117507367668412", -["hand-helping"]="rbxassetid://89897738419446", -["hand-metal"]="rbxassetid://113619498548713", -["hand-platter"]="rbxassetid://88594727743168",hand= -"rbxassetid://130703864968637",handbag= -"rbxassetid://135675846264061",handshake= -"rbxassetid://78442115255814", -["hard-drive-download"]="rbxassetid://73913801230614", -["hard-drive-upload"]="rbxassetid://85762133615118", -["hard-drive"]="rbxassetid://88183305858463", -["hard-hat"]="rbxassetid://128050846767382",hash= -"rbxassetid://82890331678520", -["hat-glasses"]="rbxassetid://101165538224815",haze= -"rbxassetid://108857561768901", -["hdmi-port"]="rbxassetid://103693661037020", -["heading-1"]="rbxassetid://118129315662110", -["heading-2"]="rbxassetid://110209069670094", -["heading-3"]="rbxassetid://90267885237062", -["heading-4"]="rbxassetid://129625620307602", -["heading-5"]="rbxassetid://120386663181267", -["heading-6"]="rbxassetid://90959079775093",heading= -"rbxassetid://129254312067735", -["headphone-off"]="rbxassetid://85038251615641",headphones= -"rbxassetid://118833729589183",headset= -"rbxassetid://129269236787694", -["heart-crack"]="rbxassetid://110987638564119", -["heart-handshake"]="rbxassetid://111483078692002", -["heart-minus"]="rbxassetid://96827380163326", -["heart-off"]="rbxassetid://89748414415617", -["heart-plus"]="rbxassetid://94877796283249", -["heart-pulse"]="rbxassetid://129352925579546",heart= -"rbxassetid://116559368303288",heater= -"rbxassetid://140478466880916",helicopter= -"rbxassetid://111557171735930",hexagon= -"rbxassetid://127592089339199",highlighter= -"rbxassetid://77411555641113",history= -"rbxassetid://123980022019922", -["hop-off"]="rbxassetid://103386036934034",hop= -"rbxassetid://82778923997672",hospital= -"rbxassetid://105868763850707",hotel= -"rbxassetid://132283390859718",hourglass= -"rbxassetid://86160434939203", -["house-heart"]="rbxassetid://136054771868597", -["house-plug"]="rbxassetid://71438263712075", -["house-plus"]="rbxassetid://118495165208309", -["house-wifi"]="rbxassetid://126495519725698",house= -"rbxassetid://98755624629571", -["ice-cream-bowl"]="rbxassetid://124867218454386", -["ice-cream-cone"]="rbxassetid://90751397288639", -["id-card-lanyard"]="rbxassetid://90761480469224", -["id-card"]="rbxassetid://75354294622640", -["image-down"]="rbxassetid://78972295741235", -["image-minus"]="rbxassetid://101066016918565", -["image-off"]="rbxassetid://81934811700938", -["image-play"]="rbxassetid://129501806784210", -["image-plus"]="rbxassetid://70391970623917", -["image-up"]="rbxassetid://126610009605241", -["image-upscale"]="rbxassetid://106963545024679",images= -"rbxassetid://79350649395557",import= -"rbxassetid://116545008906029",inbox= -"rbxassetid://112591360302868", -["indian-rupee"]="rbxassetid://113038778381805",infinity= -"rbxassetid://98083086936965",info= -"rbxassetid://124560466474914", -["inspection-panel"]="rbxassetid://70905313146088",instagram= -"rbxassetid://119864798614855",italic= -"rbxassetid://96220378864282", -["iteration-ccw"]="rbxassetid://140221832794083", -["iteration-cw"]="rbxassetid://95534489554662", -["japanese-yen"]="rbxassetid://106362863465813",joystick= -"rbxassetid://99416790224739",kanban= -"rbxassetid://125934100055431",kayak= -"rbxassetid://136107544609389", -["key-round"]="rbxassetid://83619031955390", -["key-square"]="rbxassetid://94621420033649",key= -"rbxassetid://96510194465420", -["keyboard-music"]="rbxassetid://121058541758636", -["keyboard-off"]="rbxassetid://92466375369772",keyboard= -"rbxassetid://121474456068237", -["lamp-ceiling"]="rbxassetid://80032758469141", -["lamp-desk"]="rbxassetid://85290686983238", -["lamp-floor"]="rbxassetid://104585881375892", -["lamp-wall-down"]="rbxassetid://91271394132073", -["lamp-wall-up"]="rbxassetid://132141464337445",lamp= -"rbxassetid://110730830653382", -["land-plot"]="rbxassetid://96449039620294",landmark= -"rbxassetid://76885079756393",languages= -"rbxassetid://90816903776498", -["laptop-minimal-check"]="rbxassetid://114352019833865", -["laptop-minimal"]="rbxassetid://136705765566068",laptop= -"rbxassetid://111387063244975", -["lasso-select"]="rbxassetid://105609719912753",lasso= -"rbxassetid://121072936884007",laugh= -"rbxassetid://104491311361166", -["layers-2"]="rbxassetid://70536710516357",layers= -"rbxassetid://81973586053257", -["layout-dashboard"]="rbxassetid://139929981863901", -["layout-grid"]="rbxassetid://81344910161871", -["layout-list"]="rbxassetid://87462136296578", -["layout-panel-left"]="rbxassetid://125092469751491", -["layout-panel-top"]="rbxassetid://91943941515944", -["layout-template"]="rbxassetid://115564446417985",leaf= -"rbxassetid://119951075637174", -["leafy-green"]="rbxassetid://105146290493154",lectern= -"rbxassetid://106166425183862", -["library-big"]="rbxassetid://106794530191412",library= -"rbxassetid://114334671982047", -["life-buoy"]="rbxassetid://81168450671956",ligature= -"rbxassetid://111397873269411", -["lightbulb-off"]="rbxassetid://83795722296178",lightbulb= -"rbxassetid://103871245626488", -["line-squiggle"]="rbxassetid://109555164424447", -["link-2-off"]="rbxassetid://76885956296867", -["link-2"]="rbxassetid://86072351557466",link= -"rbxassetid://131607023382430",linkedin= -"rbxassetid://132842789255788", -["list-check"]="rbxassetid://72374358471156", -["list-checks"]="rbxassetid://99809353635593", -["list-chevrons-down-up"]="rbxassetid://137409641500711", -["list-chevrons-up-down"]="rbxassetid://81825351389084", -["list-collapse"]="rbxassetid://124505247702401", -["list-end"]="rbxassetid://77650610048119", -["list-filter-plus"]="rbxassetid://96385120752336", -["list-filter"]="rbxassetid://103321376129527", -["list-indent-decrease"]="rbxassetid://137879979228193", -["list-indent-increase"]="rbxassetid://79051053161201", -["list-minus"]="rbxassetid://138507965142671", -["list-music"]="rbxassetid://126380635781840", -["list-ordered"]="rbxassetid://83212528113913", -["list-plus"]="rbxassetid://112384738137814", -["list-restart"]="rbxassetid://91703153577421", -["list-start"]="rbxassetid://84828348299727", -["list-todo"]="rbxassetid://132980603752108", -["list-tree"]="rbxassetid://97685396239010", -["list-video"]="rbxassetid://93648525452489", -["list-x"]="rbxassetid://113025303988861",list= -"rbxassetid://113179976918783", -["loader-circle"]="rbxassetid://116535712789945", -["loader-pinwheel"]="rbxassetid://108513357940900",loader= -"rbxassetid://78408734580845", -["locate-fixed"]="rbxassetid://137367361548433", -["locate-off"]="rbxassetid://73729216338137",locate= -"rbxassetid://84467676590391", -["lock-keyhole-open"]="rbxassetid://110863509313073", -["lock-keyhole"]="rbxassetid://78672912777756", -["lock-open"]="rbxassetid://93597915325122",lock= -"rbxassetid://134724289526879", -["log-in"]="rbxassetid://103768533135201", -["log-out"]="rbxassetid://84895399304975",logs= -"rbxassetid://89772091251787",lollipop= -"rbxassetid://84681611583044",luggage= -"rbxassetid://76619236486400",magnet= -"rbxassetid://135162361226972", -["mail-check"]="rbxassetid://86921536259917", -["mail-minus"]="rbxassetid://81989813236553", -["mail-open"]="rbxassetid://122785416858638", -["mail-plus"]="rbxassetid://104886401588341", -["mail-question-mark"]="rbxassetid://126540170949819", -["mail-search"]="rbxassetid://135616173775287", -["mail-warning"]="rbxassetid://81495303676089", -["mail-x"]="rbxassetid://74607841705644",mail= -"rbxassetid://103945161245599",mailbox= -"rbxassetid://82765503320335",mails= -"rbxassetid://90673453450080", -["map-minus"]="rbxassetid://129525760577747", -["map-pin-check-inside"]="rbxassetid://107130529843809", -["map-pin-check"]="rbxassetid://118110914690154", -["map-pin-house"]="rbxassetid://80546885029816", -["map-pin-minus-inside"]="rbxassetid://79005529692964", -["map-pin-minus"]="rbxassetid://74518762643623", -["map-pin-off"]="rbxassetid://82474689391020", -["map-pin-pen"]="rbxassetid://113515395277504", -["map-pin-plus-inside"]="rbxassetid://134639656514430", -["map-pin-plus"]="rbxassetid://91875228967029", -["map-pin-x-inside"]="rbxassetid://126235934252379", -["map-pin-x"]="rbxassetid://101085273547316", -["map-pin"]="rbxassetid://84279202219901", -["map-pinned"]="rbxassetid://103963788475034", -["map-plus"]="rbxassetid://129388826743495",map= -"rbxassetid://95107167260947", -["mars-stroke"]="rbxassetid://131973193186828",mars= -"rbxassetid://111287112372511",martini= -"rbxassetid://82977695401058", -["maximize-2"]="rbxassetid://73085922906397",maximize= -"rbxassetid://76045941763188",medal= -"rbxassetid://79016002264450", -["megaphone-off"]="rbxassetid://124280774193935",megaphone= -"rbxassetid://118759541854879",meh= -"rbxassetid://132197867028557", -["memory-stick"]="rbxassetid://93212591343119",menu= -"rbxassetid://77021539815611",merge= -"rbxassetid://126201866476775", -["message-circle-code"]="rbxassetid://112865244991651", -["message-circle-dashed"]="rbxassetid://81525157881897", -["message-circle-heart"]="rbxassetid://101990756073677", -["message-circle-more"]="rbxassetid://92856823884663", -["message-circle-off"]="rbxassetid://134955643890328", -["message-circle-plus"]="rbxassetid://106562979649273", -["message-circle-question-mark"]="rbxassetid://107700302759934", -["message-circle-reply"]="rbxassetid://137071749508334", -["message-circle-warning"]="rbxassetid://119020096067894", -["message-circle-x"]="rbxassetid://126843387725536", -["message-circle"]="rbxassetid://127255077587058", -["message-square-code"]="rbxassetid://110968863152123", -["message-square-dashed"]="rbxassetid://107653455516238", -["message-square-diff"]="rbxassetid://75472190472625", -["message-square-dot"]="rbxassetid://127806382463916", -["message-square-heart"]="rbxassetid://75612811742074", -["message-square-lock"]="rbxassetid://81268215619563", -["message-square-more"]="rbxassetid://120139782405970", -["message-square-off"]="rbxassetid://99961019005789", -["message-square-plus"]="rbxassetid://76934450256199", -["message-square-quote"]="rbxassetid://116670768629340", -["message-square-reply"]="rbxassetid://130985622754637", -["message-square-share"]="rbxassetid://131017005324026", -["message-square-text"]="rbxassetid://94899503194205", -["message-square-warning"]="rbxassetid://138432903962261", -["message-square-x"]="rbxassetid://137285463279462", -["message-square"]="rbxassetid://83881670383280", -["messages-square"]="rbxassetid://97532166733358", -["mic-off"]="rbxassetid://82123034444822", -["mic-vocal"]="rbxassetid://99082286164362",mic= -"rbxassetid://89640799126523",microchip= -"rbxassetid://73937907669903",microscope= -"rbxassetid://116875530102782",microwave= -"rbxassetid://108411735353008",milestone= -"rbxassetid://101618292325920", -["milk-off"]="rbxassetid://72388480962742",milk= -"rbxassetid://96221903896918", -["minimize-2"]="rbxassetid://116269596042539",minimize= -"rbxassetid://121304296213645",minus= -"rbxassetid://118026365011536", -["monitor-check"]="rbxassetid://86651948439229", -["monitor-cloud"]="rbxassetid://85931096038318", -["monitor-cog"]="rbxassetid://94345128715799", -["monitor-dot"]="rbxassetid://130394010063680", -["monitor-down"]="rbxassetid://97466933743423", -["monitor-off"]="rbxassetid://74395526657953", -["monitor-pause"]="rbxassetid://76002184067562", -["monitor-play"]="rbxassetid://133018824306217", -["monitor-smartphone"]="rbxassetid://84335680433378", -["monitor-speaker"]="rbxassetid://81744810060380", -["monitor-stop"]="rbxassetid://98708958984757", -["monitor-up"]="rbxassetid://96035360858377", -["monitor-x"]="rbxassetid://126265210441423",monitor= -"rbxassetid://72664649203050", -["moon-star"]="rbxassetid://82782200506348",moon= -"rbxassetid://83380517901735",motorbike= -"rbxassetid://94580787368233", -["mountain-snow"]="rbxassetid://105315495740588",mountain= -"rbxassetid://73269957566415", -["mouse-off"]="rbxassetid://75267871697595", -["mouse-pointer-2-off"]="rbxassetid://104701076865632", -["mouse-pointer-2"]="rbxassetid://117093892862228", -["mouse-pointer-ban"]="rbxassetid://106849413057133", -["mouse-pointer-click"]="rbxassetid://107150227368485", -["mouse-pointer"]="rbxassetid://72322454962935",mouse= -"rbxassetid://73096068864710", -["move-3d"]="rbxassetid://103365982054003", -["move-diagonal-2"]="rbxassetid://117298577948096", -["move-diagonal"]="rbxassetid://101433481954184", -["move-down-left"]="rbxassetid://102819433534567", -["move-down-right"]="rbxassetid://101479760041877", -["move-down"]="rbxassetid://70510115135583", -["move-horizontal"]="rbxassetid://88513523439149", -["move-left"]="rbxassetid://137614740247980", -["move-right"]="rbxassetid://132455779472989", -["move-up-left"]="rbxassetid://139079815540148", -["move-up-right"]="rbxassetid://105885140592646", -["move-up"]="rbxassetid://84505444262658", -["move-vertical"]="rbxassetid://86234730730899",move= -"rbxassetid://116138709011735", -["music-2"]="rbxassetid://134397426600888", -["music-3"]="rbxassetid://94466120066498", -["music-4"]="rbxassetid://132459323665838",music= -"rbxassetid://113343203848535", -["navigation-2-off"]="rbxassetid://116569611780763", -["navigation-2"]="rbxassetid://81889066747907", -["navigation-off"]="rbxassetid://87003270290777",navigation= -"rbxassetid://79308213542922",network= -"rbxassetid://127410729922644",newspaper= -"rbxassetid://123479530460544",nfc= -"rbxassetid://76822396542242", -["non-binary"]="rbxassetid://78442360386235", -["notebook-pen"]="rbxassetid://140380614761023", -["notebook-tabs"]="rbxassetid://127371085570083", -["notebook-text"]="rbxassetid://93061585217270",notebook= -"rbxassetid://136132108664987", -["notepad-text-dashed"]="rbxassetid://135793446376219", -["notepad-text"]="rbxassetid://93404682958966", -["nut-off"]="rbxassetid://78795397311573",nut= -"rbxassetid://127146410705656", -["octagon-alert"]="rbxassetid://140438367956051", -["octagon-minus"]="rbxassetid://74720436795421", -["octagon-pause"]="rbxassetid://103161463909039", -["octagon-x"]="rbxassetid://90498161006311",octagon= -"rbxassetid://120803515514852",omega= -"rbxassetid://70414080018786",option= -"rbxassetid://100776883894054",orbit= -"rbxassetid://108926136860562",origami= -"rbxassetid://136020626667101", -["package-2"]="rbxassetid://70394974762575", -["package-check"]="rbxassetid://102374216055130", -["package-minus"]="rbxassetid://114492858789692", -["package-open"]="rbxassetid://132890233237818", -["package-plus"]="rbxassetid://129261988138366", -["package-search"]="rbxassetid://95465120894145", -["package-x"]="rbxassetid://70818501607442",package= -"rbxassetid://97261141732706", -["paint-bucket"]="rbxassetid://124275586663284", -["paint-roller"]="rbxassetid://115248074358348", -["paintbrush-vertical"]="rbxassetid://105151296591292",paintbrush= -"rbxassetid://125572663700289",palette= -"rbxassetid://86350350950064",panda= -"rbxassetid://132509022802512", -["panel-bottom-close"]="rbxassetid://74287004071159", -["panel-bottom-dashed"]="rbxassetid://131084651621603", -["panel-bottom-open"]="rbxassetid://107768659586540", -["panel-bottom"]="rbxassetid://132127145048511", -["panel-left-close"]="rbxassetid://126579818823552", -["panel-left-dashed"]="rbxassetid://75536606374585", -["panel-left-open"]="rbxassetid://111075816195767", -["panel-left-right-dashed"]="rbxassetid://110100707973959", -["panel-left"]="rbxassetid://97419752870313", -["panel-right-close"]="rbxassetid://139528655524132", -["panel-right-dashed"]="rbxassetid://94959793877311", -["panel-right-open"]="rbxassetid://118114419142794", -["panel-right"]="rbxassetid://116365035443156", -["panel-top-bottom-dashed"]="rbxassetid://134737235653344", -["panel-top-close"]="rbxassetid://83578325777808", -["panel-top-dashed"]="rbxassetid://70522913169237", -["panel-top-open"]="rbxassetid://137959875507454", -["panel-top"]="rbxassetid://75838479462875", -["panels-left-bottom"]="rbxassetid://72996856149149", -["panels-right-bottom"]="rbxassetid://90659068960726", -["panels-top-left"]="rbxassetid://79858853850600",paperclip= -"rbxassetid://92088291163453",parentheses= -"rbxassetid://78950955173096", -["parking-meter"]="rbxassetid://84652733960568", -["party-popper"]="rbxassetid://111626795712193",pause= -"rbxassetid://74873705394436", -["paw-print"]="rbxassetid://112218825427601", -["pc-case"]="rbxassetid://122978648019101", -["pen-line"]="rbxassetid://109108135755303", -["pen-off"]="rbxassetid://84807123119438", -["pen-tool"]="rbxassetid://106145404953445",pen= -"rbxassetid://72037878096321", -["pencil-line"]="rbxassetid://88392917053533", -["pencil-off"]="rbxassetid://103330927652832", -["pencil-ruler"]="rbxassetid://110120288284597",pencil= -"rbxassetid://137986121120732",pentagon= -"rbxassetid://79184802179890",percent= -"rbxassetid://130155041032013", -["person-standing"]="rbxassetid://125020872044147", -["philippine-peso"]="rbxassetid://91173798254675", -["phone-call"]="rbxassetid://70555587592860", -["phone-forwarded"]="rbxassetid://113269614319737", -["phone-incoming"]="rbxassetid://82863576359288", -["phone-missed"]="rbxassetid://130156165198376", -["phone-off"]="rbxassetid://133318623553383", -["phone-outgoing"]="rbxassetid://104576478735825",phone= -"rbxassetid://128804946640049",pi= -"rbxassetid://74936036243146",piano= -"rbxassetid://85008880789520",pickaxe= -"rbxassetid://105888023317688", -["picture-in-picture-2"]="rbxassetid://112803319544468", -["picture-in-picture"]="rbxassetid://80579597835123", -["piggy-bank"]="rbxassetid://79498575790721", -["pilcrow-left"]="rbxassetid://103803000849583", -["pilcrow-right"]="rbxassetid://104881733911870",pilcrow= -"rbxassetid://139512780392871", -["pill-bottle"]="rbxassetid://118394692404597",pill= -"rbxassetid://73280534813448", -["pin-off"]="rbxassetid://127696372451750",pin= -"rbxassetid://120978111007514",pipette= -"rbxassetid://133167932934404",pizza= -"rbxassetid://126964453193501", -["plane-landing"]="rbxassetid://122555692211889", -["plane-takeoff"]="rbxassetid://117179478829575",plane= -"rbxassetid://126985561580989",play= -"rbxassetid://135609604299893", -["plug-2"]="rbxassetid://97912386476366", -["plug-zap"]="rbxassetid://74506269884055",plug= -"rbxassetid://99782373064495",plus= -"rbxassetid://111774323017047", -["pocket-knife"]="rbxassetid://134075428063965",pocket= -"rbxassetid://136686762542964",podcast= -"rbxassetid://109577075549215", -["pointer-off"]="rbxassetid://95488389312794",pointer= -"rbxassetid://92615117311099",popcorn= -"rbxassetid://139446511232750",popsicle= -"rbxassetid://112696318077073", -["pound-sterling"]="rbxassetid://127482649469130", -["power-off"]="rbxassetid://118768311012214",power= -"rbxassetid://96479131758775",presentation= -"rbxassetid://106134583757890", -["printer-check"]="rbxassetid://130273549443689",printer= -"rbxassetid://76080649734247",projector= -"rbxassetid://103281856385283",proportions= -"rbxassetid://130046855997237",puzzle= -"rbxassetid://136837798892463",pyramid= -"rbxassetid://107811442374127", -["qr-code"]="rbxassetid://105329945723350",quote= -"rbxassetid://103271711590001",rabbit= -"rbxassetid://98580518804206",radar= -"rbxassetid://138528222906635",radiation= -"rbxassetid://104499586848433",radical= -"rbxassetid://132758286926047", -["radio-receiver"]="rbxassetid://129598303378835", -["radio-tower"]="rbxassetid://93958663130054",radio= -"rbxassetid://85611589536956",radius= -"rbxassetid://89814505307129", -["rail-symbol"]="rbxassetid://134295386306962",rainbow= -"rbxassetid://132488862841895",rat= -"rbxassetid://127400975953159",ratio= -"rbxassetid://126369423897295", -["receipt-cent"]="rbxassetid://91557573925201", -["receipt-euro"]="rbxassetid://94015722210295", -["receipt-indian-rupee"]="rbxassetid://89718170439990", -["receipt-japanese-yen"]="rbxassetid://132472560758851", -["receipt-pound-sterling"]="rbxassetid://73934967569625", -["receipt-russian-ruble"]="rbxassetid://105164576936853", -["receipt-swiss-franc"]="rbxassetid://72503668620116", -["receipt-text"]="rbxassetid://138483536013737", -["receipt-turkish-lira"]="rbxassetid://91950765836342",receipt= -"rbxassetid://77877895901792", -["rectangle-circle"]="rbxassetid://100642423153903", -["rectangle-ellipsis"]="rbxassetid://112919953980965", -["rectangle-goggles"]="rbxassetid://98605436666727", -["rectangle-horizontal"]="rbxassetid://90224199814966", -["rectangle-vertical"]="rbxassetid://117277050590967",recycle= -"rbxassetid://140417023381961", -["redo-2"]="rbxassetid://70451039017914", -["redo-dot"]="rbxassetid://94252981719732",redo= -"rbxassetid://116150342119054", -["refresh-ccw-dot"]="rbxassetid://106702246753270", -["refresh-ccw"]="rbxassetid://117913330389477", -["refresh-cw-off"]="rbxassetid://140179498843054", -["refresh-cw"]="rbxassetid://138133190015277",refrigerator= -"rbxassetid://102614042652753",regex= -"rbxassetid://100727200791841", -["remove-formatting"]="rbxassetid://112833162022628", -["repeat-1"]="rbxassetid://130144534857095", -["repeat-2"]="rbxassetid://85927537182704", -["repeat"]="rbxassetid://121886242955173", -["replace-all"]="rbxassetid://127862728198635",replace= -"rbxassetid://128404082279430", -["reply-all"]="rbxassetid://71723137343562",reply= -"rbxassetid://109788633497028",rewind= -"rbxassetid://95205297521988",ribbon= -"rbxassetid://94265331526851",rocket= -"rbxassetid://87412317685854", -["rocking-chair"]="rbxassetid://110420269495360", -["roller-coaster"]="rbxassetid://112426178972099",rose= -"rbxassetid://126336840238769", -["rotate-3d"]="rbxassetid://76300551576392", -["rotate-ccw-key"]="rbxassetid://74976035240976", -["rotate-ccw-square"]="rbxassetid://90515853170424", -["rotate-ccw"]="rbxassetid://110116685948665", -["rotate-cw-square"]="rbxassetid://77095448159303", -["rotate-cw"]="rbxassetid://84183336178654", -["route-off"]="rbxassetid://106350402024079",route= -"rbxassetid://89968303228953",router= -"rbxassetid://102130331994471", -["rows-2"]="rbxassetid://112556185960101", -["rows-3"]="rbxassetid://117215586961375", -["rows-4"]="rbxassetid://125646021959055",rss= -"rbxassetid://131789058984793", -["ruler-dimension-line"]="rbxassetid://70673861371412",ruler= -"rbxassetid://81432445547423", -["russian-ruble"]="rbxassetid://126357936542156",sailboat= -"rbxassetid://87110567187540",salad= -"rbxassetid://128864507821603",sandwich= -"rbxassetid://104573187458917", -["satellite-dish"]="rbxassetid://136742443888305",satellite= -"rbxassetid://134967053164645", -["saudi-riyal"]="rbxassetid://102282769104635", -["save-all"]="rbxassetid://116946975799440", -["save-off"]="rbxassetid://87085435778560",save= -"rbxassetid://126116963775616", -["scale-3d"]="rbxassetid://72414199620352",scale= -"rbxassetid://108203682317477",scaling= -"rbxassetid://122360365318466", -["scan-barcode"]="rbxassetid://96889457154761", -["scan-eye"]="rbxassetid://99244790601968", -["scan-face"]="rbxassetid://109959345069668", -["scan-heart"]="rbxassetid://106280819776142", -["scan-line"]="rbxassetid://126544908146540", -["scan-qr-code"]="rbxassetid://105409149549927", -["scan-search"]="rbxassetid://80009010551347", -["scan-text"]="rbxassetid://73702396787766",scan= -"rbxassetid://123104789658180",school= -"rbxassetid://76351530290068", -["scissors-line-dashed"]="rbxassetid://122237447974173",scissors= -"rbxassetid://118665510911274", -["screen-share-off"]="rbxassetid://107677572669805", -["screen-share"]="rbxassetid://85137895705653", -["scroll-text"]="rbxassetid://97321022666868",scroll= -"rbxassetid://74072101474951", -["search-check"]="rbxassetid://75442076191356", -["search-code"]="rbxassetid://117114794592802", -["search-slash"]="rbxassetid://96483932261041", -["search-x"]="rbxassetid://137319957522951",search= -"rbxassetid://121018724060431",section= -"rbxassetid://91732188298948", -["send-horizontal"]="rbxassetid://111734392411664", -["send-to-back"]="rbxassetid://75340312862253",send= -"rbxassetid://127751956873796", -["separator-horizontal"]="rbxassetid://84864453699927", -["separator-vertical"]="rbxassetid://84031801478581", -["server-cog"]="rbxassetid://138470287250966", -["server-crash"]="rbxassetid://132810618000212", -["server-off"]="rbxassetid://114048751507723",server= -"rbxassetid://92188766517878", -["settings-2"]="rbxassetid://135684703553372",settings= -"rbxassetid://80758916183665",shapes= -"rbxassetid://129989433311409", -["share-2"]="rbxassetid://71210767962065",share= -"rbxassetid://87340985053299",sheet= -"rbxassetid://134902122480171",shell= -"rbxassetid://140212943563599", -["shield-alert"]="rbxassetid://114995877719925", -["shield-ban"]="rbxassetid://108765041044649", -["shield-check"]="rbxassetid://87354736164608", -["shield-ellipsis"]="rbxassetid://114794739892123", -["shield-half"]="rbxassetid://117842634172647", -["shield-minus"]="rbxassetid://89965059528921", -["shield-off"]="rbxassetid://133426959132690", -["shield-plus"]="rbxassetid://100664857995498", -["shield-question-mark"]="rbxassetid://135722075265150", -["shield-user"]="rbxassetid://124832775645347", -["shield-x"]="rbxassetid://73370117343811",shield= -"rbxassetid://110987169760162", -["ship-wheel"]="rbxassetid://130797795829448",ship= -"rbxassetid://83995100553930",shirt= -"rbxassetid://106579555405966", -["shopping-bag"]="rbxassetid://71885477293226", -["shopping-basket"]="rbxassetid://138646411956433", -["shopping-cart"]="rbxassetid://128420521375441",shovel= -"rbxassetid://102465000512056", -["shower-head"]="rbxassetid://75884944024117",shredder= -"rbxassetid://122125164414463",shrimp= -"rbxassetid://102625900815307",shrink= -"rbxassetid://90953687918880",shrub= -"rbxassetid://127326280714343",shuffle= -"rbxassetid://132382786975101",sigma= -"rbxassetid://126884244870899", -["signal-high"]="rbxassetid://130436670012270", -["signal-low"]="rbxassetid://73674683500458", -["signal-medium"]="rbxassetid://125003021367019", -["signal-zero"]="rbxassetid://130045332414754",signal= -"rbxassetid://78424889355261",signature= -"rbxassetid://114402748013000", -["signpost-big"]="rbxassetid://115780185675001",signpost= -"rbxassetid://106584743791433",siren= -"rbxassetid://134210267818039", -["skip-back"]="rbxassetid://70466132711334", -["skip-forward"]="rbxassetid://124844823753990",skull= -"rbxassetid://137726256442333",slack= -"rbxassetid://96089719516736",slash= -"rbxassetid://117792185664263",slice= -"rbxassetid://95810504278179", -["sliders-horizontal"]="rbxassetid://85538382643347", -["sliders-vertical"]="rbxassetid://101190569086853", -["smartphone-charging"]="rbxassetid://102837532613995", -["smartphone-nfc"]="rbxassetid://82326425754446",smartphone= -"rbxassetid://96623008834511", -["smile-plus"]="rbxassetid://131981881472144",smile= -"rbxassetid://105880397565283",snail= -"rbxassetid://70904536548363",snowflake= -"rbxassetid://101235206534566", -["soap-dispenser-droplet"]="rbxassetid://77258480479465",sofa= -"rbxassetid://114427687218324", -["solar-panel"]="rbxassetid://132448188047921",soup= -"rbxassetid://115092551871618",space= -"rbxassetid://87072088914178",spade= -"rbxassetid://131444449466462",sparkle= -"rbxassetid://111044800239623",sparkles= -"rbxassetid://138635884129147",speaker= -"rbxassetid://96227183003618",speech= -"rbxassetid://87013139446349", -["spell-check-2"]="rbxassetid://81556731785534", -["spell-check"]="rbxassetid://91913483031334", -["spline-pointer"]="rbxassetid://84842840956804",spline= -"rbxassetid://129406685807412",split= -"rbxassetid://105112438805988",spool= -"rbxassetid://124541981347743",spotlight= -"rbxassetid://77571742539344", -["spray-can"]="rbxassetid://128372039366326",sprout= -"rbxassetid://100091687832508", -["square-activity"]="rbxassetid://89496630185293", -["square-arrow-down-left"]="rbxassetid://108194680296901", -["square-arrow-down-right"]="rbxassetid://99403846801050", -["square-arrow-down"]="rbxassetid://135962519626588", -["square-arrow-left"]="rbxassetid://111671474549238", -["square-arrow-out-down-left"]="rbxassetid://125714881756353", -["square-arrow-out-down-right"]="rbxassetid://89971003001390", -["square-arrow-out-up-left"]="rbxassetid://103759986579087", -["square-arrow-out-up-right"]="rbxassetid://91221896066807", -["square-arrow-right"]="rbxassetid://113920471701361", -["square-arrow-up-left"]="rbxassetid://112424670290693", -["square-arrow-up-right"]="rbxassetid://76602291406940", -["square-arrow-up"]="rbxassetid://106998604646718", -["square-asterisk"]="rbxassetid://89186832353625", -["square-bottom-dashed-scissors"]="rbxassetid://79076980104803", -["square-chart-gantt"]="rbxassetid://104034017316411", -["square-check-big"]="rbxassetid://115320390907184", -["square-check"]="rbxassetid://134682053539509", -["square-chevron-down"]="rbxassetid://91032307924592", -["square-chevron-left"]="rbxassetid://73143404829510", -["square-chevron-right"]="rbxassetid://90612077729930", -["square-chevron-up"]="rbxassetid://85565910197337", -["square-code"]="rbxassetid://81604576616881", -["square-dashed-bottom-code"]="rbxassetid://100354801563230", -["square-dashed-bottom"]="rbxassetid://101102319625624", -["square-dashed-kanban"]="rbxassetid://90388067649847", -["square-dashed-mouse-pointer"]="rbxassetid://121016142178467", -["square-dashed-top-solid"]="rbxassetid://117157577548540", -["square-dashed"]="rbxassetid://136905537847606", -["square-divide"]="rbxassetid://99894657101970", -["square-dot"]="rbxassetid://116613421354866", -["square-equal"]="rbxassetid://110283363706707", -["square-function"]="rbxassetid://86075219551088", -["square-kanban"]="rbxassetid://114537101260131", -["square-library"]="rbxassetid://73810931222081", -["square-m"]="rbxassetid://117662700410577", -["square-menu"]="rbxassetid://104067089444415", -["square-minus"]="rbxassetid://116764432015770", -["square-mouse-pointer"]="rbxassetid://76141850603920", -["square-parking-off"]="rbxassetid://100857293535141", -["square-parking"]="rbxassetid://133116656122387", -["square-pause"]="rbxassetid://86608552787615", -["square-pen"]="rbxassetid://120239476110475", -["square-percent"]="rbxassetid://87111930314567", -["square-pi"]="rbxassetid://75383328781618", -["square-pilcrow"]="rbxassetid://131854284699367", -["square-play"]="rbxassetid://108186325238481", -["square-plus"]="rbxassetid://114713264461873", -["square-power"]="rbxassetid://129240437805187", -["square-radical"]="rbxassetid://132645931868292", -["square-round-corner"]="rbxassetid://104592745113567", -["square-scissors"]="rbxassetid://110601255612411", -["square-sigma"]="rbxassetid://113231244246816", -["square-slash"]="rbxassetid://105477013908757", -["square-split-horizontal"]="rbxassetid://76095370148660", -["square-split-vertical"]="rbxassetid://88589192032058", -["square-square"]="rbxassetid://136555087357875", -["square-stack"]="rbxassetid://100463396619394", -["square-star"]="rbxassetid://94506958703720", -["square-stop"]="rbxassetid://80018708472943", -["square-terminal"]="rbxassetid://83969264476798", -["square-user-round"]="rbxassetid://86484997229302", -["square-user"]="rbxassetid://70771214183445", -["square-x"]="rbxassetid://125136183850190",square= -"rbxassetid://86304921356806", -["squares-exclude"]="rbxassetid://102345385822324", -["squares-intersect"]="rbxassetid://120869602570119", -["squares-subtract"]="rbxassetid://131484650948795", -["squares-unite"]="rbxassetid://96673080107843", -["squircle-dashed"]="rbxassetid://129936702532522",squircle= -"rbxassetid://82426632573807",squirrel= -"rbxassetid://112864252085343",stamp= -"rbxassetid://92370779813368", -["star-half"]="rbxassetid://117449275562979", -["star-off"]="rbxassetid://75742832732503",star= -"rbxassetid://136141469398409", -["step-back"]="rbxassetid://108672750005121", -["step-forward"]="rbxassetid://126131872136145",stethoscope= -"rbxassetid://122331031702148",sticker= -"rbxassetid://79938203791608", -["sticky-note"]="rbxassetid://111894074643919",store= -"rbxassetid://90338129673705", -["stretch-horizontal"]="rbxassetid://87665042192343", -["stretch-vertical"]="rbxassetid://95265463417122",strikethrough= -"rbxassetid://103417324549613",subscript= -"rbxassetid://74553514785183", -["sun-dim"]="rbxassetid://129141645592715", -["sun-medium"]="rbxassetid://130278807964710", -["sun-moon"]="rbxassetid://75752898854559", -["sun-snow"]="rbxassetid://112791898014579",sun= -"rbxassetid://110150589884127",sunrise= -"rbxassetid://134705665494098",sunset= -"rbxassetid://75904872203588",superscript= -"rbxassetid://96887696590118", -["swatch-book"]="rbxassetid://126786244872453", -["swiss-franc"]="rbxassetid://113497920041625", -["switch-camera"]="rbxassetid://76841154349737",sword= -"rbxassetid://124448418211665",swords= -"rbxassetid://81872698913435",syringe= -"rbxassetid://123891270479254", -["table-2"]="rbxassetid://95751552281545", -["table-cells-merge"]="rbxassetid://95363715175258", -["table-cells-split"]="rbxassetid://114799086088649", -["table-columns-split"]="rbxassetid://111011625447949", -["table-of-contents"]="rbxassetid://135044763275414", -["table-properties"]="rbxassetid://125062886015372", -["table-rows-split"]="rbxassetid://96443733673997",table= -"rbxassetid://109109148250737", -["tablet-smartphone"]="rbxassetid://133680859813404",tablet= -"rbxassetid://128403991264386",tablets= -"rbxassetid://80835787970735",tag= -"rbxassetid://129104970103940",tags= -"rbxassetid://107179263080798", -["tally-1"]="rbxassetid://115301298241643", -["tally-2"]="rbxassetid://110363186864027", -["tally-3"]="rbxassetid://97655344572540", -["tally-4"]="rbxassetid://102633494371890", -["tally-5"]="rbxassetid://88031817475886",tangent= -"rbxassetid://123263132981724",target= -"rbxassetid://87563802520297",telescope= -"rbxassetid://91755049143647", -["tent-tree"]="rbxassetid://76698322463977",tent= -"rbxassetid://109779587826330",terminal= -"rbxassetid://106783148545356", -["test-tube-diagonal"]="rbxassetid://75662704378840", -["test-tube"]="rbxassetid://98801015650164", -["test-tubes"]="rbxassetid://92555361447433", -["text-align-center"]="rbxassetid://84051028246390", -["text-align-end"]="rbxassetid://130041738343555", -["text-align-justify"]="rbxassetid://80279880143030", -["text-align-start"]="rbxassetid://134489585487649", -["text-cursor-input"]="rbxassetid://107551944047171", -["text-cursor"]="rbxassetid://115984654447300", -["text-initial"]="rbxassetid://129458097472087", -["text-quote"]="rbxassetid://139278366448736", -["text-search"]="rbxassetid://92345384671606", -["text-select"]="rbxassetid://117087320884956", -["text-wrap"]="rbxassetid://114804318314018",theater= -"rbxassetid://108558145549163", -["thermometer-snowflake"]="rbxassetid://121876188028425", -["thermometer-sun"]="rbxassetid://106693240074310",thermometer= -"rbxassetid://106546011492311", -["thumbs-down"]="rbxassetid://87794009914015", -["thumbs-up"]="rbxassetid://111137070767020", -["ticket-check"]="rbxassetid://105428777212507", -["ticket-minus"]="rbxassetid://78966299769328", -["ticket-percent"]="rbxassetid://80834774406405", -["ticket-plus"]="rbxassetid://110086734392189", -["ticket-slash"]="rbxassetid://89045681172265", -["ticket-x"]="rbxassetid://88674114109926",ticket= -"rbxassetid://126527071492145", -["tickets-plane"]="rbxassetid://100367018248695",tickets= -"rbxassetid://135268612687833", -["timer-off"]="rbxassetid://110916370767271", -["timer-reset"]="rbxassetid://110052125369932",timer= -"rbxassetid://85473888890506", -["toggle-left"]="rbxassetid://85887872573050", -["toggle-right"]="rbxassetid://90411952142550",toilet= -"rbxassetid://80930782432931", -["tool-case"]="rbxassetid://87533537832522",tornado= -"rbxassetid://88358291515768",torus= -"rbxassetid://70855707283051", -["touchpad-off"]="rbxassetid://78784008075456",touchpad= -"rbxassetid://74882354908014", -["tower-control"]="rbxassetid://95937619060532", -["toy-brick"]="rbxassetid://86293483924633",tractor= -"rbxassetid://103376704722051", -["traffic-cone"]="rbxassetid://74110220470369", -["train-front-tunnel"]="rbxassetid://105194827005114", -["train-front"]="rbxassetid://125237934215370", -["train-track"]="rbxassetid://77451032453723", -["tram-front"]="rbxassetid://93315182364998",transgender= -"rbxassetid://135530817673639", -["trash-2"]="rbxassetid://109843431391323",trash= -"rbxassetid://106723740584310", -["tree-deciduous"]="rbxassetid://123124389219004", -["tree-palm"]="rbxassetid://103846705893963", -["tree-pine"]="rbxassetid://124662547202594",trees= -"rbxassetid://121203841375919",trello= -"rbxassetid://130987241149527", -["trending-down"]="rbxassetid://139309232226438", -["trending-up-down"]="rbxassetid://85083293981691", -["trending-up"]="rbxassetid://81819858538839", -["triangle-alert"]="rbxassetid://125920361880643", -["triangle-dashed"]="rbxassetid://124324079103935", -["triangle-right"]="rbxassetid://116930791412791",triangle= -"rbxassetid://126330486745540",trophy= -"rbxassetid://131545003268773", -["truck-electric"]="rbxassetid://111873446387359",truck= -"rbxassetid://86662707764771", -["turkish-lira"]="rbxassetid://114589876174070",turntable= -"rbxassetid://129870346487856",turtle= -"rbxassetid://118295081560334", -["tv-minimal-play"]="rbxassetid://99201833426972", -["tv-minimal"]="rbxassetid://100382201729427",tv= -"rbxassetid://135687724791776",twitch= -"rbxassetid://71383308134888",twitter= -"rbxassetid://88791703276842", -["type-outline"]="rbxassetid://80108627791690",type= -"rbxassetid://133543553793564", -["umbrella-off"]="rbxassetid://72395143739955",umbrella= -"rbxassetid://127502210274589",underline= -"rbxassetid://123709229216544", -["undo-2"]="rbxassetid://113885292059932", -["undo-dot"]="rbxassetid://132055277744844",undo= -"rbxassetid://111258459077271", -["unfold-horizontal"]="rbxassetid://117128358526398", -["unfold-vertical"]="rbxassetid://116593025265499",ungroup= -"rbxassetid://106674800451003",university= -"rbxassetid://84652528263642", -["unlink-2"]="rbxassetid://128131898892572",unlink= -"rbxassetid://139835795227752",unplug= -"rbxassetid://90171381619874",upload= -"rbxassetid://138212042425501",usb= -"rbxassetid://117230058949613", -["user-check"]="rbxassetid://81775205032725", -["user-cog"]="rbxassetid://92795491530865", -["user-lock"]="rbxassetid://78892639693821", -["user-minus"]="rbxassetid://126976941957511", -["user-pen"]="rbxassetid://87445472574836", -["user-plus"]="rbxassetid://118514469915884", -["user-round-check"]="rbxassetid://118794737621941", -["user-round-cog"]="rbxassetid://78239503290053", -["user-round-minus"]="rbxassetid://98944176636447", -["user-round-pen"]="rbxassetid://108155244324878", -["user-round-plus"]="rbxassetid://113301899567470", -["user-round-search"]="rbxassetid://71565774381870", -["user-round-x"]="rbxassetid://122367980560930", -["user-round"]="rbxassetid://136485052187963", -["user-search"]="rbxassetid://101335649828115", -["user-star"]="rbxassetid://98777846316000", -["user-x"]="rbxassetid://139748155894754",user= -"rbxassetid://81589895647169", -["users-round"]="rbxassetid://103005444008339",users= -"rbxassetid://115398113982385", -["utensils-crossed"]="rbxassetid://109520762270383",utensils= -"rbxassetid://139952569804235", -["utility-pole"]="rbxassetid://101965541238242",variable= -"rbxassetid://104743088438151",vault= -"rbxassetid://108049164599845", -["vector-square"]="rbxassetid://86713728565344",vegan= -"rbxassetid://119489190688082", -["venetian-mask"]="rbxassetid://102636443033920", -["venus-and-mars"]="rbxassetid://120227752103771",venus= -"rbxassetid://82891342220859", -["vibrate-off"]="rbxassetid://113446447326246",vibrate= -"rbxassetid://108330910738733", -["video-off"]="rbxassetid://132239189859305",video= -"rbxassetid://107587444636945",videotape= -"rbxassetid://114816894323398",view= -"rbxassetid://118717253976805",voicemail= -"rbxassetid://134313454010227",volleyball= -"rbxassetid://83889351124153", -["volume-1"]="rbxassetid://98514588731639", -["volume-2"]="rbxassetid://89344380902620", -["volume-off"]="rbxassetid://103047478058767", -["volume-x"]="rbxassetid://139252359189540",volume= -"rbxassetid://103236289817396",vote= -"rbxassetid://89409762851246", -["wallet-cards"]="rbxassetid://129728715308337", -["wallet-minimal"]="rbxassetid://137800448816116",wallet= -"rbxassetid://132331555762628",wallpaper= -"rbxassetid://74682121235494", -["wand-sparkles"]="rbxassetid://82546429942392",wand= -"rbxassetid://114580617777835",warehouse= -"rbxassetid://78388887451080", -["washing-machine"]="rbxassetid://104194127573858",watch= -"rbxassetid://130544621618405", -["waves-ladder"]="rbxassetid://101808619355514",waves= -"rbxassetid://96340135183647",waypoints= -"rbxassetid://102450133666017",webcam= -"rbxassetid://104148487911129", -["webhook-off"]="rbxassetid://96370548093471",webhook= -"rbxassetid://112812457747322",weight= -"rbxassetid://103860559844854", -["wheat-off"]="rbxassetid://133294844612307",wheat= -"rbxassetid://85261952080359", -["whole-word"]="rbxassetid://90111083954485", -["wifi-cog"]="rbxassetid://110500263326209", -["wifi-high"]="rbxassetid://81954601342139", -["wifi-low"]="rbxassetid://138217335635913", -["wifi-off"]="rbxassetid://74113634330106", -["wifi-pen"]="rbxassetid://91290205064712", -["wifi-sync"]="rbxassetid://84043971055177", -["wifi-zero"]="rbxassetid://124286465246123",wifi= -"rbxassetid://104669375183960", -["wind-arrow-down"]="rbxassetid://127753987414870",wind= -"rbxassetid://114551690399915", -["wine-off"]="rbxassetid://108294164302317",wine= -"rbxassetid://115743721332829",workflow= -"rbxassetid://99186544029189",worm= -"rbxassetid://115752311548091",wrench= -"rbxassetid://112148279212860",x= -"rbxassetid://110786993356448",youtube= -"rbxassetid://123663668456341", -["zap-off"]="rbxassetid://81385483183652",zap= -"rbxassetid://130551565616516", -["zoom-in"]="rbxassetid://127956924984803", -["zoom-out"]="rbxassetid://108334162607319",balloon= -"rbxassetid://97489111621526", -["beef-off"]="rbxassetid://99869959725200", -["book-search"]="rbxassetid://132585409504950",calendars= -"rbxassetid://130944763042289", -["cannabis-off"]="rbxassetid://101938500363812", -["cctv-off"]="rbxassetid://75925370187295",cigarette= -"rbxassetid://137149549886852", -["circle-pile"]="rbxassetid://116353155251541", -["cloud-backup"]="rbxassetid://111649579696132", -["cloud-sync"]="rbxassetid://79393911188593", -["database-search"]="rbxassetid://92017137080138",ellipse= -"rbxassetid://71559658267482", -["fingerprint-pattern"]="rbxassetid://80934710831288", -["fishing-hook"]="rbxassetid://121038780855899", -["fishing-rod"]="rbxassetid://71754848048049",form= -"rbxassetid://72999643971000", -["git-merge-conflict"]="rbxassetid://85677801675703", -["globe-off"]="rbxassetid://77775243585824", -["globe-x"]="rbxassetid://109268097029296",hd= -"rbxassetid://71682790698278",image= -"rbxassetid://112751259236831", -["layers-plus"]="rbxassetid://77587765623057", -["lens-concave"]="rbxassetid://94819631937027", -["lens-convex"]="rbxassetid://74736504195474", -["line-dot-right-horizontal"]="rbxassetid://104718593155221", -["line-style"]="rbxassetid://90176717785772", -["map-pin-search"]="rbxassetid://89065012915078", -["message-circle-check"]="rbxassetid://132772297689418", -["message-square-check"]="rbxassetid://125789987055668",metronome= -"rbxassetid://101991829345965", -["mirror-rectangular"]="rbxassetid://109046769760336", -["mirror-round"]="rbxassetid://121534049429097", -["mouse-left"]="rbxassetid://99144293708743", -["mouse-right"]="rbxassetid://88331710212594", -["printer-x"]="rbxassetid://103002721801548", -["radio-off"]="rbxassetid://80359258046586",road= -"rbxassetid://120251329173530",scooter= -"rbxassetid://100035452787934", -["search-alert"]="rbxassetid://127597984617505", -["shelving-unit"]="rbxassetid://80116568514793", -["shield-cog-corner"]="rbxassetid://111694066132698", -["shield-cog"]="rbxassetid://129235695057857", -["sport-shoe"]="rbxassetid://120495992692630", -["square-arrow-right-enter"]="rbxassetid://138867831495334", -["square-arrow-right-exit"]="rbxassetid://133688575845430", -["square-centerline-dashed-horizontal"]="rbxassetid://77780104374341", -["square-centerline-dashed-vertical"]="rbxassetid://107878435803525",stone= -"rbxassetid://135161057497830",toolbox= -"rbxassetid://85341033903792", -["towel-rack"]="rbxassetid://125223915620991", -["user-key"]="rbxassetid://105403041782190", -["user-round-key"]="rbxassetid://124547549008939",van= -"rbxassetid://122066377022942", -["waves-arrow-down"]="rbxassetid://129215220911792", -["waves-arrow-up"]="rbxassetid://102314705716217", -["weight-tilde"]="rbxassetid://112081212176951", -["x-line-top"]="rbxassetid://140592656289509", -["zodiac-aquarius"]="rbxassetid://74560047770362", -["zodiac-aries"]="rbxassetid://73255859670234", -["zodiac-cancer"]="rbxassetid://131985162532947", -["zodiac-capricorn"]="rbxassetid://97859568140652", -["zodiac-gemini"]="rbxassetid://80997588122992", -["zodiac-leo"]="rbxassetid://75509406718106", -["zodiac-libra"]="rbxassetid://113222735060218", -["zodiac-ophiuchus"]="rbxassetid://129180108892480", -["zodiac-pisces"]="rbxassetid://95845819440327", -["zodiac-sagittarius"]="rbxassetid://82651026742181", -["zodiac-scorpio"]="rbxassetid://113640924054631", -["zodiac-taurus"]="rbxassetid://123053219704400", -["zodiac-virgo"]="rbxassetid://99462994613661", -}end function a.c() - - - - -return{ -["4-k-bold"]="rbxassetid://101120062438598", -["4-k-bold-duotone"]="rbxassetid://126989059970515", -["4-k-broken"]="rbxassetid://92249598853910", -["4-k-line-duotone"]="rbxassetid://104684186471030", -["4-k-linear"]="rbxassetid://97192250167717", -["4-k-outline"]="rbxassetid://125154263962247", -["accessibility-bold"]="rbxassetid://93185703470955", -["accessibility-bold-duotone"]="rbxassetid://92804781804692", -["accessibility-broken"]="rbxassetid://118663159902292", -["accessibility-line-duotone"]="rbxassetid://89775331976041", -["accessibility-linear"]="rbxassetid://135355322565211", -["accessibility-outline"]="rbxassetid://116113708071947", -["accumulator-bold"]="rbxassetid://77779477064861", -["accumulator-linear"]="rbxassetid://137952694280343", -["add-circle-bold"]="rbxassetid://139478909806812", -["add-circle-bold-duotone"]="rbxassetid://111633677396509", -["add-circle-broken"]="rbxassetid://71971473356064", -["add-circle-line-duotone"]="rbxassetid://108955871025711", -["add-circle-linear"]="rbxassetid://90038352293436", -["add-circle-outline"]="rbxassetid://109943070611447", -["add-folder-bold"]="rbxassetid://79676023660166", -["add-folder-bold-duotone"]="rbxassetid://118608478399586", -["add-folder-broken"]="rbxassetid://102791878721789", -["add-folder-line-duotone"]="rbxassetid://124221659981268", -["add-folder-linear"]="rbxassetid://106830316070672", -["add-folder-outline"]="rbxassetid://104075011759824", -["add-square-bold"]="rbxassetid://123814080145589", -["add-square-bold-duotone"]="rbxassetid://81887342786441", -["add-square-broken"]="rbxassetid://83452998181816", -["add-square-line-duotone"]="rbxassetid://116678313492064", -["add-square-linear"]="rbxassetid://102198172144691", -["add-square-outline"]="rbxassetid://107788851217472", -["adhesive-plaster-2-bold"]="rbxassetid://137710405817081", -["adhesive-plaster-2-bold-duotone"]="rbxassetid://93176492500638", -["adhesive-plaster-2-broken"]="rbxassetid://104186835386613", -["adhesive-plaster-2-line-duotone"]="rbxassetid://83052367948642", -["adhesive-plaster-2-linear"]="rbxassetid://132663571218762", -["adhesive-plaster-2-outline"]="rbxassetid://127391781443100", -["adhesive-plaster-bold"]="rbxassetid://103862563694954", -["adhesive-plaster-bold-duotone"]="rbxassetid://80607228784025", -["adhesive-plaster-broken"]="rbxassetid://127197845342097", -["adhesive-plaster-line-duotone"]="rbxassetid://111133662128228", -["adhesive-plaster-linear"]="rbxassetid://89011561018209", -["adhesive-plaster-outline"]="rbxassetid://132644107616701", -["airbuds-bold"]="rbxassetid://79899601682293", -["airbuds-bold-duotone"]="rbxassetid://130500351179392", -["airbuds-broken"]="rbxassetid://104040998713846", -["airbuds-case-bold"]="rbxassetid://91577497572229", -["airbuds-case-bold-duotone"]="rbxassetid://96191423377681", -["airbuds-case-broken"]="rbxassetid://95028736705834", -["airbuds-case-charge-bold"]="rbxassetid://81628313108625", -["airbuds-case-charge-bold-duotone"]="rbxassetid://126610964287555", -["airbuds-case-charge-broken"]="rbxassetid://121635528897600", -["airbuds-case-charge-line-duotone"]="rbxassetid://91805505157992", -["airbuds-case-charge-linear"]="rbxassetid://96629634786686", -["airbuds-case-charge-outline"]="rbxassetid://104541144936328", -["airbuds-case-line-duotone"]="rbxassetid://71484176302988", -["airbuds-case-linear"]="rbxassetid://120992094343706", -["airbuds-case-minimalistic-bold"]="rbxassetid://101860495296783", -["airbuds-case-minimalistic-bold-duotone"]="rbxassetid://86048583298461", -["airbuds-case-minimalistic-broken"]="rbxassetid://101125376103800", -["airbuds-case-minimalistic-line-duotone"]="rbxassetid://130104574629189", -["airbuds-case-minimalistic-linear"]="rbxassetid://72790211117123", -["airbuds-case-minimalistic-outline"]="rbxassetid://92069759383931", -["airbuds-case-open-bold"]="rbxassetid://101161334364687", -["airbuds-case-open-bold-duotone"]="rbxassetid://94953273950585", -["airbuds-case-open-broken"]="rbxassetid://98193099951437", -["airbuds-case-open-line-duotone"]="rbxassetid://72379870644725", -["airbuds-case-open-linear"]="rbxassetid://91026686980303", -["airbuds-case-open-outline"]="rbxassetid://83652205721846", -["airbuds-case-outline"]="rbxassetid://97395187208293", -["airbuds-charge-bold"]="rbxassetid://100856387884674", -["airbuds-charge-bold-duotone"]="rbxassetid://132338886450738", -["airbuds-charge-broken"]="rbxassetid://77114643428928", -["airbuds-charge-line-duotone"]="rbxassetid://81136650694316", -["airbuds-charge-linear"]="rbxassetid://139020596016678", -["airbuds-charge-outline"]="rbxassetid://117672036352003", -["airbuds-check-bold"]="rbxassetid://73717092179504", -["airbuds-check-bold-duotone"]="rbxassetid://100179763445970", -["airbuds-check-broken"]="rbxassetid://92600356442092", -["airbuds-check-line-duotone"]="rbxassetid://128590100385706", -["airbuds-check-linear"]="rbxassetid://139465354348116", -["airbuds-check-outline"]="rbxassetid://73172565688898", -["airbuds-left-bold"]="rbxassetid://83620215682090", -["airbuds-left-bold-duotone"]="rbxassetid://110546989723741", -["airbuds-left-broken"]="rbxassetid://81535372177862", -["airbuds-left-line-duotone"]="rbxassetid://95169030169415", -["airbuds-left-linear"]="rbxassetid://81089392910038", -["airbuds-left-outline"]="rbxassetid://101024217127572", -["airbuds-line-duotone"]="rbxassetid://139388728886852", -["airbuds-linear"]="rbxassetid://101905716349699", -["airbuds-outline"]="rbxassetid://135210558452887", -["airbuds-remove-bold"]="rbxassetid://80866575674358", -["airbuds-remove-bold-duotone"]="rbxassetid://104975882572570", -["airbuds-remove-broken"]="rbxassetid://100765076615629", -["airbuds-remove-line-duotone"]="rbxassetid://110903500125448", -["airbuds-remove-linear"]="rbxassetid://130999269199614", -["airbuds-remove-outline"]="rbxassetid://76414479047185", -["airbuds-right-bold"]="rbxassetid://125657715024097", -["airbuds-right-bold-duotone"]="rbxassetid://126020132950731", -["airbuds-right-broken"]="rbxassetid://77450501817651", -["airbuds-right-line-duotone"]="rbxassetid://91117762528879", -["airbuds-right-linear"]="rbxassetid://72971004377034", -["airbuds-right-outline"]="rbxassetid://114184924534774", -["alarm-add-bold"]="rbxassetid://118832521157694", -["alarm-add-bold-duotone"]="rbxassetid://117424009778706", -["alarm-add-broken"]="rbxassetid://139483915053493", -["alarm-add-line-duotone"]="rbxassetid://97013397656297", -["alarm-add-linear"]="rbxassetid://126866868996446", -["alarm-add-outline"]="rbxassetid://100699705449510", -["alarm-bold"]="rbxassetid://87863196054318", -["alarm-bold-duotone"]="rbxassetid://97354068318819", -["alarm-broken"]="rbxassetid://129247739055305", -["alarm-line-duotone"]="rbxassetid://76445983824581", -["alarm-linear"]="rbxassetid://80848643578674", -["alarm-outline"]="rbxassetid://106044644889772", -["alarm-pause-bold"]="rbxassetid://140034283208649", -["alarm-pause-bold-duotone"]="rbxassetid://132658343089567", -["alarm-pause-broken"]="rbxassetid://95944880287328", -["alarm-pause-line-duotone"]="rbxassetid://111945985857521", -["alarm-pause-linear"]="rbxassetid://102350322194875", -["alarm-pause-outline"]="rbxassetid://77551818888993", -["alarm-play-bold"]="rbxassetid://117542211985752", -["alarm-play-bold-duotone"]="rbxassetid://92898941462783", -["alarm-play-broken"]="rbxassetid://117119304655102", -["alarm-play-line-duotone"]="rbxassetid://130038601944320", -["alarm-play-linear"]="rbxassetid://87793588467460", -["alarm-play-outline"]="rbxassetid://98062817718138", -["alarm-remove-bold"]="rbxassetid://86145891651954", -["alarm-remove-bold-duotone"]="rbxassetid://127469625827729", -["alarm-remove-broken"]="rbxassetid://91091240046415", -["alarm-remove-line-duotone"]="rbxassetid://85974684822741", -["alarm-remove-linear"]="rbxassetid://134599954927243", -["alarm-remove-outline"]="rbxassetid://103020465413313", -["alarm-sleep-bold"]="rbxassetid://83595096742619", -["alarm-sleep-bold-duotone"]="rbxassetid://102206808258104", -["alarm-sleep-broken"]="rbxassetid://72506942689254", -["alarm-sleep-line-duotone"]="rbxassetid://81334527793723", -["alarm-sleep-linear"]="rbxassetid://110929871628144", -["alarm-sleep-outline"]="rbxassetid://114838805574783", -["alarm-turn-off-bold"]="rbxassetid://94898956597322", -["alarm-turn-off-bold-duotone"]="rbxassetid://92239633481788", -["alarm-turn-off-broken"]="rbxassetid://77641332867357", -["alarm-turn-off-line-duotone"]="rbxassetid://109603753951394", -["alarm-turn-off-linear"]="rbxassetid://99748166876368", -["alarm-turn-off-outline"]="rbxassetid://122517738235571", -["album-bold"]="rbxassetid://100080266427156", -["album-bold-duotone"]="rbxassetid://106955737142097", -["album-broken"]="rbxassetid://107975682806683", -["album-line-duotone"]="rbxassetid://115442281290813", -["album-linear"]="rbxassetid://75790196563738", -["album-outline"]="rbxassetid://129254785257209", -["align-bottom-bold"]="rbxassetid://76617820234901", -["align-bottom-bold-duotone"]="rbxassetid://86631472202872", -["align-bottom-broken"]="rbxassetid://139870541647302", -["align-bottom-line-duotone"]="rbxassetid://104495692745454", -["align-bottom-linear"]="rbxassetid://110518230644951", -["align-bottom-outline"]="rbxassetid://85514006409750", -["align-horizonta-spacing-bold"]="rbxassetid://102991878824177", -["align-horizonta-spacing-bold-duotone"]="rbxassetid://138211620453713", -["align-horizonta-spacing-broken"]="rbxassetid://105429286985220", -["align-horizonta-spacing-line-duotone"]="rbxassetid://123713025589708", -["align-horizonta-spacing-linear"]="rbxassetid://135389353401754", -["align-horizonta-spacing-outline"]="rbxassetid://137549279469045", -["align-horizontal-center-bold"]="rbxassetid://104415582756414", -["align-horizontal-center-bold-duotone"]="rbxassetid://112902734002209", -["align-horizontal-center-broken"]="rbxassetid://139509152419275", -["align-horizontal-center-line-duotone"]="rbxassetid://76763726663401", -["align-horizontal-center-linear"]="rbxassetid://93503846037670", -["align-horizontal-center-outline"]="rbxassetid://129140930316120", -["align-left-bold"]="rbxassetid://100463302569744", -["align-left-bold-duotone"]="rbxassetid://131317626823850", -["align-left-broken"]="rbxassetid://79706275538069", -["align-left-line-duotone"]="rbxassetid://99545277478165", -["align-left-linear"]="rbxassetid://121871479875358", -["align-left-outline"]="rbxassetid://110347641139635", -["align-right-bold"]="rbxassetid://117468537936756", -["align-right-bold-duotone"]="rbxassetid://102852408979462", -["align-right-broken"]="rbxassetid://96352903679209", -["align-right-line-duotone"]="rbxassetid://77612082722962", -["align-right-linear"]="rbxassetid://81198438029821", -["align-right-outline"]="rbxassetid://124304670693815", -["align-top-bold"]="rbxassetid://95658281880384", -["align-top-bold-duotone"]="rbxassetid://114047137225289", -["align-top-broken"]="rbxassetid://123251831567412", -["align-top-line-duotone"]="rbxassetid://113519012167025", -["align-top-linear"]="rbxassetid://119517879339519", -["align-top-outline"]="rbxassetid://119274834032191", -["align-vertical-center-bold"]="rbxassetid://92116479462116", -["align-vertical-center-bold-duotone"]="rbxassetid://85322926175531", -["align-vertical-center-broken"]="rbxassetid://70878993432090", -["align-vertical-center-line-duotone"]="rbxassetid://71727191600464", -["align-vertical-center-linear"]="rbxassetid://85608488495968", -["align-vertical-center-outline"]="rbxassetid://108112942385794", -["align-vertical-spacing-bold"]="rbxassetid://92654428361528", -["align-vertical-spacing-bold-duotone"]="rbxassetid://121523193972875", -["align-vertical-spacing-broken"]="rbxassetid://132751998938817", -["align-vertical-spacing-line-duotone"]="rbxassetid://80527763049020", -["align-vertical-spacing-linear"]="rbxassetid://123341352015084", -["align-vertical-spacing-outline"]="rbxassetid://121037495017348", -["alt-arrow-down-bold"]="rbxassetid://92993587446526", -["alt-arrow-down-bold-duotone"]="rbxassetid://78915786260720", -["alt-arrow-down-broken"]="rbxassetid://133666676975923", -["alt-arrow-down-line-duotone"]="rbxassetid://81407047005159", -["alt-arrow-down-linear"]="rbxassetid://122671882141370", -["alt-arrow-down-outline"]="rbxassetid://108225652984241", -["alt-arrow-left-bold"]="rbxassetid://123545657728863", -["alt-arrow-left-bold-duotone"]="rbxassetid://135394573574033", -["alt-arrow-left-broken"]="rbxassetid://118314548444755", -["alt-arrow-left-line-duotone"]="rbxassetid://83743246131452", -["alt-arrow-left-linear"]="rbxassetid://87873940356938", -["alt-arrow-left-outline"]="rbxassetid://98901772643464", -["alt-arrow-right-bold"]="rbxassetid://136791643717191", -["alt-arrow-right-bold-duotone"]="rbxassetid://111862849751290", -["alt-arrow-right-broken"]="rbxassetid://72642865412108", -["alt-arrow-right-line-duotone"]="rbxassetid://92271383473977", -["alt-arrow-right-linear"]="rbxassetid://72436148617777", -["alt-arrow-right-outline"]="rbxassetid://119781639572794", -["alt-arrow-up-bold"]="rbxassetid://133229409654787", -["alt-arrow-up-bold-duotone"]="rbxassetid://107361999621420", -["alt-arrow-up-broken"]="rbxassetid://120658146779579", -["alt-arrow-up-line-duotone"]="rbxassetid://84370614758188", -["alt-arrow-up-linear"]="rbxassetid://92754164338163", -["alt-arrow-up-outline"]="rbxassetid://126016604376979", -["archive-bold"]="rbxassetid://82469497521888", -["archive-bold-duotone"]="rbxassetid://97347443389835", -["archive-broken"]="rbxassetid://114292788432912", -["archive-check-bold"]="rbxassetid://94946977115413", -["archive-check-bold-duotone"]="rbxassetid://112720844259961", -["archive-check-broken"]="rbxassetid://132755862574041", -["archive-check-line-duotone"]="rbxassetid://130609378809501", -["archive-check-linear"]="rbxassetid://95542870873119", -["archive-check-outline"]="rbxassetid://102214490002038", -["archive-down-bold"]="rbxassetid://112130596451932", -["archive-down-bold-duotone"]="rbxassetid://84822328219750", -["archive-down-broken"]="rbxassetid://123483316318461", -["archive-down-line-duotone"]="rbxassetid://104058700495959", -["archive-down-linear"]="rbxassetid://130577013180564", -["archive-down-minimlistic-bold"]="rbxassetid://94441493899481", -["archive-down-minimlistic-bold-duotone"]="rbxassetid://105435714733563", -["archive-down-minimlistic-broken"]="rbxassetid://71766074383227", -["archive-down-minimlistic-line-duotone"]="rbxassetid://88154100506434", -["archive-down-minimlistic-linear"]="rbxassetid://110441425636076", -["archive-down-minimlistic-outline"]="rbxassetid://126516492296139", -["archive-down-outline"]="rbxassetid://123371571562452", -["archive-line-duotone"]="rbxassetid://110135479569886", -["archive-linear"]="rbxassetid://85322129552529", -["archive-minimalistic-bold"]="rbxassetid://131697260777673", -["archive-minimalistic-bold-duotone"]="rbxassetid://100392523691188", -["archive-minimalistic-broken"]="rbxassetid://98695433762541", -["archive-minimalistic-line-duotone"]="rbxassetid://125703219860399", -["archive-minimalistic-linear"]="rbxassetid://123715888555125", -["archive-minimalistic-outline"]="rbxassetid://104822386162009", -["archive-outline"]="rbxassetid://135496464921266", -["archive-up-bold"]="rbxassetid://101963344754794", -["archive-up-bold-duotone"]="rbxassetid://72432373697718", -["archive-up-broken"]="rbxassetid://121273130973116", -["archive-up-line-duotone"]="rbxassetid://70582656047417", -["archive-up-linear"]="rbxassetid://116964027893772", -["archive-up-minimlistic-bold"]="rbxassetid://105546392045741", -["archive-up-minimlistic-bold-duotone"]="rbxassetid://122406306701558", -["archive-up-minimlistic-broken"]="rbxassetid://85060382161589", -["archive-up-minimlistic-line-duotone"]="rbxassetid://129971923036697", -["archive-up-minimlistic-linear"]="rbxassetid://80206738578948", -["archive-up-minimlistic-outline"]="rbxassetid://125971457520086", -["archive-up-outline"]="rbxassetid://87127132652550", -["armchair-2-bold"]="rbxassetid://110137596225198", -["armchair-2-bold-duotone"]="rbxassetid://138964690256647", -["armchair-2-broken"]="rbxassetid://129924165238708", -["armchair-2-line-duotone"]="rbxassetid://87904341991298", -["armchair-2-linear"]="rbxassetid://111802626836743", -["armchair-2-outline"]="rbxassetid://132259947101780", -["armchair-bold"]="rbxassetid://77008061642022", -["armchair-bold-duotone"]="rbxassetid://75644749949138", -["armchair-broken"]="rbxassetid://71484028354238", -["armchair-line-duotone"]="rbxassetid://130618621941099", -["armchair-linear"]="rbxassetid://99594787127165", -["armchair-outline"]="rbxassetid://116425112550804", -["arrow-down-bold"]="rbxassetid://82011741143422", -["arrow-down-bold-duotone"]="rbxassetid://82330468833606", -["arrow-down-broken"]="rbxassetid://126618986740626", -["arrow-down-line-duotone"]="rbxassetid://98193937240565", -["arrow-down-linear"]="rbxassetid://109885152383937", -["arrow-down-outline"]="rbxassetid://111661707317934", -["arrow-left-bold"]="rbxassetid://71060793100374", -["arrow-left-bold-duotone"]="rbxassetid://102972344725438", -["arrow-left-broken"]="rbxassetid://110593528821654", -["arrow-left-down-bold"]="rbxassetid://72071078068087", -["arrow-left-down-bold-duotone"]="rbxassetid://70921351478393", -["arrow-left-down-broken"]="rbxassetid://128536179322438", -["arrow-left-down-line-duotone"]="rbxassetid://75800260546608", -["arrow-left-down-linear"]="rbxassetid://88803739666097", -["arrow-left-down-outline"]="rbxassetid://100433580032159", -["arrow-left-line-duotone"]="rbxassetid://72184857981455", -["arrow-left-linear"]="rbxassetid://138799951076455", -["arrow-left-outline"]="rbxassetid://85163001398939", -["arrow-left-up-bold"]="rbxassetid://87473838921428", -["arrow-left-up-bold-duotone"]="rbxassetid://98553191165650", -["arrow-left-up-broken"]="rbxassetid://94449778065002", -["arrow-left-up-line-duotone"]="rbxassetid://118667792080799", -["arrow-left-up-linear"]="rbxassetid://133584619011513", -["arrow-left-up-outline"]="rbxassetid://75171736040889", -["arrow-right-bold"]="rbxassetid://118048207855996", -["arrow-right-bold-duotone"]="rbxassetid://123595061597372", -["arrow-right-broken"]="rbxassetid://134281269713938", -["arrow-right-down-bold"]="rbxassetid://114167181406052", -["arrow-right-down-bold-duotone"]="rbxassetid://111747489941484", -["arrow-right-down-broken"]="rbxassetid://71540671883476", -["arrow-right-down-line-duotone"]="rbxassetid://134669793613532", -["arrow-right-down-linear"]="rbxassetid://74344331776716", -["arrow-right-down-outline"]="rbxassetid://114943265228913", -["arrow-right-line-duotone"]="rbxassetid://81118997696951", -["arrow-right-linear"]="rbxassetid://109308343571802", -["arrow-right-outline"]="rbxassetid://110228674780896", -["arrow-right-up-bold"]="rbxassetid://99571448751925", -["arrow-right-up-bold-duotone"]="rbxassetid://92369482671239", -["arrow-right-up-broken"]="rbxassetid://107252876289374", -["arrow-right-up-line-duotone"]="rbxassetid://80737501970288", -["arrow-right-up-linear"]="rbxassetid://95266927628906", -["arrow-right-up-outline"]="rbxassetid://127640791689041", -["arrow-to-down-left-bold"]="rbxassetid://124621822043691", -["arrow-to-down-left-bold-duotone"]="rbxassetid://109059571838426", -["arrow-to-down-left-broken"]="rbxassetid://135625876727944", -["arrow-to-down-left-line-duotone"]="rbxassetid://97563447341500", -["arrow-to-down-left-linear"]="rbxassetid://118817824239215", -["arrow-to-down-left-outline"]="rbxassetid://93600908967420", -["arrow-to-down-right-bold"]="rbxassetid://77591094009658", -["arrow-to-down-right-bold-duotone"]="rbxassetid://103119674686383", -["arrow-to-down-right-broken"]="rbxassetid://136700187853605", -["arrow-to-down-right-line-duotone"]="rbxassetid://127846063807744", -["arrow-to-down-right-linear"]="rbxassetid://92514111016122", -["arrow-to-down-right-outline"]="rbxassetid://97253831188978", -["arrow-to-top-left-bold"]="rbxassetid://109577653463461", -["arrow-to-top-left-bold-duotone"]="rbxassetid://106040549937989", -["arrow-to-top-left-broken"]="rbxassetid://99052863732540", -["arrow-to-top-left-line-duotone"]="rbxassetid://132387748659125", -["arrow-to-top-left-linear"]="rbxassetid://136417017766166", -["arrow-to-top-left-outline"]="rbxassetid://109517025806770", -["arrow-to-top-right-bold"]="rbxassetid://90221999473344", -["arrow-to-top-right-bold-duotone"]="rbxassetid://109608206110963", -["arrow-to-top-right-broken"]="rbxassetid://139967575397450", -["arrow-to-top-right-line-duotone"]="rbxassetid://134995271875052", -["arrow-to-top-right-linear"]="rbxassetid://101494667438775", -["arrow-to-top-right-outline"]="rbxassetid://90890976997351", -["arrow-up-bold"]="rbxassetid://137791757637907", -["arrow-up-bold-duotone"]="rbxassetid://97358884307688", -["arrow-up-broken"]="rbxassetid://138747026212608", -["arrow-up-line-duotone"]="rbxassetid://81714470656666", -["arrow-up-linear"]="rbxassetid://112410968221209", -["arrow-up-outline"]="rbxassetid://78193985056604", -["asteroid-bold"]="rbxassetid://75161033390887", -["asteroid-bold-duotone"]="rbxassetid://104556164793792", -["asteroid-broken"]="rbxassetid://134099850826210", -["asteroid-line-duotone"]="rbxassetid://135113063931768", -["asteroid-linear"]="rbxassetid://109174432061976", -["asteroid-outline"]="rbxassetid://94310554638688", -["atom-bold"]="rbxassetid://92952105276942", -["atom-bold-duotone"]="rbxassetid://83564958719017", -["atom-broken"]="rbxassetid://80472529649975", -["atom-line-duotone"]="rbxassetid://110783287273667", -["atom-linear"]="rbxassetid://135098576704487", -["atom-outline"]="rbxassetid://78928958190575", -["augmented-reality-bold"]="rbxassetid://83574041700058", -["augmented-reality-bold-duotone"]="rbxassetid://99144573673763", -["augmented-reality-broken"]="rbxassetid://113131360731987", -["augmented-reality-line-duotone"]="rbxassetid://126235558643122", -["augmented-reality-linear"]="rbxassetid://77025931663878", -["augmented-reality-outline"]="rbxassetid://70939878426487", -["backpack-bold"]="rbxassetid://127779415041047", -["backpack-bold-duotone"]="rbxassetid://137870848739457", -["backpack-broken"]="rbxassetid://73468412080363", -["backpack-line-duotone"]="rbxassetid://108968187652435", -["backpack-linear"]="rbxassetid://130279204765098", -["backpack-outline"]="rbxassetid://91118646524226", -["backspace-bold"]="rbxassetid://137524521645806", -["backspace-bold-duotone"]="rbxassetid://89598956303495", -["backspace-broken"]="rbxassetid://115011492734506", -["backspace-line-duotone"]="rbxassetid://135131295831194", -["backspace-linear"]="rbxassetid://94604268497069", -["backspace-outline"]="rbxassetid://79591711559035", -["bacteria-bold"]="rbxassetid://111802270049171", -["bacteria-bold-duotone"]="rbxassetid://94527694776103", -["bacteria-broken"]="rbxassetid://120353435940397", -["bacteria-line-duotone"]="rbxassetid://117514113724434", -["bacteria-linear"]="rbxassetid://124898014456019", -["bacteria-outline"]="rbxassetid://115728511489185", -["bag-2-bold"]="rbxassetid://134283957232104", -["bag-2-bold-duotone"]="rbxassetid://89273347214646", -["bag-2-broken"]="rbxassetid://132538910204564", -["bag-2-line-duotone"]="rbxassetid://102646882612430", -["bag-2-linear"]="rbxassetid://105823161613653", -["bag-2-outline"]="rbxassetid://118527609018284", -["bag-3-bold"]="rbxassetid://133056900985022", -["bag-3-bold-duotone"]="rbxassetid://137301522953064", -["bag-3-broken"]="rbxassetid://129642086789863", -["bag-3-line-duotone"]="rbxassetid://121075836244792", -["bag-3-linear"]="rbxassetid://73317349543774", -["bag-3-outline"]="rbxassetid://115947113316642", -["bag-4-bold"]="rbxassetid://99683328329836", -["bag-4-bold-duotone"]="rbxassetid://78618949890503", -["bag-4-broken"]="rbxassetid://77754029984317", -["bag-4-line-duotone"]="rbxassetid://90388883168896", -["bag-4-linear"]="rbxassetid://106721055687943", -["bag-4-outline"]="rbxassetid://96912732449395", -["bag-5-bold"]="rbxassetid://80797096909615", -["bag-5-bold-duotone"]="rbxassetid://125572542903516", -["bag-5-broken"]="rbxassetid://103643007734343", -["bag-5-line-duotone"]="rbxassetid://78198504796278", -["bag-5-linear"]="rbxassetid://75531389806165", -["bag-5-outline"]="rbxassetid://117496279992156", -["bag-bold"]="rbxassetid://81962890075637", -["bag-bold-duotone"]="rbxassetid://83922964128690", -["bag-broken"]="rbxassetid://127515892877036", -["bag-check-bold"]="rbxassetid://71078298136993", -["bag-check-bold-duotone"]="rbxassetid://80012717824733", -["bag-check-broken"]="rbxassetid://127848598744331", -["bag-check-line-duotone"]="rbxassetid://82341372086957", -["bag-check-linear"]="rbxassetid://117379295893119", -["bag-check-outline"]="rbxassetid://109274740945233", -["bag-cross-bold"]="rbxassetid://77291805451487", -["bag-cross-bold-duotone"]="rbxassetid://118580150286767", -["bag-cross-broken"]="rbxassetid://128414637543424", -["bag-cross-line-duotone"]="rbxassetid://98243589662691", -["bag-cross-linear"]="rbxassetid://105671595725356", -["bag-cross-outline"]="rbxassetid://125825069111085", -["bag-heart-bold"]="rbxassetid://125637933423553", -["bag-heart-bold-duotone"]="rbxassetid://79671689049996", -["bag-heart-broken"]="rbxassetid://121014523909743", -["bag-heart-line-duotone"]="rbxassetid://119923857926685", -["bag-heart-linear"]="rbxassetid://140363844445900", -["bag-heart-outline"]="rbxassetid://83802621482469", -["bag-line-duotone"]="rbxassetid://128516972764697", -["bag-linear"]="rbxassetid://101706051496873", -["bag-music-2-bold"]="rbxassetid://99963230743842", -["bag-music-2-bold-duotone"]="rbxassetid://90419480526487", -["bag-music-2-broken"]="rbxassetid://121116995529600", -["bag-music-2-line-duotone"]="rbxassetid://120992920260062", -["bag-music-2-linear"]="rbxassetid://100460888534185", -["bag-music-2-outline"]="rbxassetid://137386044540540", -["bag-music-bold"]="rbxassetid://96382736667853", -["bag-music-bold-duotone"]="rbxassetid://73528272980749", -["bag-music-broken"]="rbxassetid://82870498441075", -["bag-music-line-duotone"]="rbxassetid://106526723338218", -["bag-music-linear"]="rbxassetid://85695444561346", -["bag-music-outline"]="rbxassetid://118041608861581", -["bag-outline"]="rbxassetid://124895255224274", -["bag-smile-bold"]="rbxassetid://109018139365567", -["bag-smile-bold-duotone"]="rbxassetid://100484450748235", -["bag-smile-broken"]="rbxassetid://105475418280401", -["bag-smile-line-duotone"]="rbxassetid://131687283896896", -["bag-smile-linear"]="rbxassetid://137912493516406", -["bag-smile-outline"]="rbxassetid://117547142121093", -["balloon-bold"]="rbxassetid://132517895089288", -["balloon-bold-duotone"]="rbxassetid://87619300414776", -["balloon-broken"]="rbxassetid://85454722882266", -["balloon-line-duotone"]="rbxassetid://90935312077123", -["balloon-linear"]="rbxassetid://79651353233661", -["balloon-outline"]="rbxassetid://74552812005368", -["balls-bold"]="rbxassetid://128007708227558", -["balls-bold-duotone"]="rbxassetid://87960353380713", -["balls-broken"]="rbxassetid://104857664579917", -["balls-line-duotone"]="rbxassetid://81184488334433", -["balls-linear"]="rbxassetid://138019467203881", -["balls-outline"]="rbxassetid://115631063075545", -["banknote-2-bold"]="rbxassetid://133956687343423", -["banknote-2-bold-duotone"]="rbxassetid://125014433548317", -["banknote-2-broken"]="rbxassetid://96610943905055", -["banknote-2-line-duotone"]="rbxassetid://88013162690406", -["banknote-2-linear"]="rbxassetid://134857627939186", -["banknote-2-outline"]="rbxassetid://82506341499186", -["banknote-bold"]="rbxassetid://96952241297285", -["banknote-bold-duotone"]="rbxassetid://90757798901459", -["banknote-broken"]="rbxassetid://78924364867154", -["banknote-line-duotone"]="rbxassetid://116392071827379", -["banknote-linear"]="rbxassetid://132834487038453", -["banknote-outline"]="rbxassetid://110488309769290", -["bar-chair-bold"]="rbxassetid://76250742715772", -["bar-chair-bold-duotone"]="rbxassetid://135166438553310", -["bar-chair-broken"]="rbxassetid://123972911804789", -["bar-chair-line-duotone"]="rbxassetid://95746700071489", -["bar-chair-linear"]="rbxassetid://118745125681159", -["bar-chair-outline"]="rbxassetid://86658681139719", -["basketball-bold"]="rbxassetid://94041625460179", -["basketball-bold-duotone"]="rbxassetid://136745090680448", -["basketball-broken"]="rbxassetid://106582690371028", -["basketball-line-duotone"]="rbxassetid://84143711892810", -["basketball-linear"]="rbxassetid://71989319930025", -["basketball-outline"]="rbxassetid://93562807036777", -["bath-bold"]="rbxassetid://102699788783597", -["bath-bold-duotone"]="rbxassetid://101205763281037", -["bath-broken"]="rbxassetid://136898014650324", -["bath-line-duotone"]="rbxassetid://97020172460235", -["bath-linear"]="rbxassetid://128956278534175", -["bath-outline"]="rbxassetid://98692987261507", -["battery-charge-bold"]="rbxassetid://100475543714865", -["battery-charge-bold-duotone"]="rbxassetid://73616965648032", -["battery-charge-broken"]="rbxassetid://118326935886205", -["battery-charge-line-duotone"]="rbxassetid://140268716755703", -["battery-charge-linear"]="rbxassetid://70510223968140", -["battery-charge-minimalistic-bold"]="rbxassetid://74262418671062", -["battery-charge-minimalistic-bold-duotone"]="rbxassetid://112793928283776", -["battery-charge-minimalistic-broken"]="rbxassetid://125348004354783", -["battery-charge-minimalistic-line-duotone"]="rbxassetid://139495862860304", -["battery-charge-minimalistic-linear"]="rbxassetid://140189174642589", -["battery-charge-minimalistic-outline"]="rbxassetid://117933891618281", -["battery-charge-outline"]="rbxassetid://70752713311104", -["battery-full-bold"]="rbxassetid://133703018655079", -["battery-full-bold-duotone"]="rbxassetid://120892847698130", -["battery-full-broken"]="rbxassetid://88470968352621", -["battery-full-line-duotone"]="rbxassetid://94394984362282", -["battery-full-linear"]="rbxassetid://107891957032365", -["battery-full-minimalistic-bold"]="rbxassetid://138913001687451", -["battery-full-minimalistic-bold-duotone"]="rbxassetid://106409637920548", -["battery-full-minimalistic-broken"]="rbxassetid://102398634701801", -["battery-full-minimalistic-line-duotone"]="rbxassetid://120266021818837", -["battery-full-minimalistic-linear"]="rbxassetid://114619966373761", -["battery-full-minimalistic-outline"]="rbxassetid://112072092740988", -["battery-full-outline"]="rbxassetid://137583317597388", -["battery-half-bold"]="rbxassetid://126213872489127", -["battery-half-bold-duotone"]="rbxassetid://94874022986875", -["battery-half-broken"]="rbxassetid://85055852292725", -["battery-half-line-duotone"]="rbxassetid://95853223301982", -["battery-half-linear"]="rbxassetid://81822938661761", -["battery-half-minimalistic-bold"]="rbxassetid://126835244306746", -["battery-half-minimalistic-bold-duotone"]="rbxassetid://117009541928430", -["battery-half-minimalistic-broken"]="rbxassetid://100651366100863", -["battery-half-minimalistic-line-duotone"]="rbxassetid://87346814822516", -["battery-half-minimalistic-linear"]="rbxassetid://113701405885151", -["battery-half-minimalistic-outline"]="rbxassetid://84945659520479", -["battery-half-outline"]="rbxassetid://129029174739446", -["battery-low-bold"]="rbxassetid://122579327992440", -["battery-low-bold-duotone"]="rbxassetid://89782023720808", -["battery-low-broken"]="rbxassetid://97330184295154", -["battery-low-line-duotone"]="rbxassetid://134088588031718", -["battery-low-linear"]="rbxassetid://112262699665664", -["battery-low-minimalistic-bold"]="rbxassetid://91812294716743", -["battery-low-minimalistic-bold-duotone"]="rbxassetid://98150805366984", -["battery-low-minimalistic-broken"]="rbxassetid://88992242326964", -["battery-low-minimalistic-line-duotone"]="rbxassetid://124797931689039", -["battery-low-minimalistic-linear"]="rbxassetid://139819726459629", -["battery-low-minimalistic-outline"]="rbxassetid://130110914026521", -["battery-low-outline"]="rbxassetid://92386841665155", -["bed-bold"]="rbxassetid://85039430100012", -["bed-bold-duotone"]="rbxassetid://137605656341329", -["bed-broken"]="rbxassetid://91581009266126", -["bed-line-duotone"]="rbxassetid://123628349050799", -["bed-linear"]="rbxassetid://117974109799034", -["bed-outline"]="rbxassetid://80682447720261", -["bedside-table-2-bold"]="rbxassetid://127357060463539", -["bedside-table-2-bold-duotone"]="rbxassetid://98812825868546", -["bedside-table-2-broken"]="rbxassetid://109237789733416", -["bedside-table-2-line-duotone"]="rbxassetid://83510921252329", -["bedside-table-2-linear"]="rbxassetid://117408918449637", -["bedside-table-2-outline"]="rbxassetid://94656900046476", -["bedside-table-3-bold"]="rbxassetid://126668983712393", -["bedside-table-3-bold-duotone"]="rbxassetid://97522381170648", -["bedside-table-3-broken"]="rbxassetid://89694002042408", -["bedside-table-3-line-duotone"]="rbxassetid://121142688240411", -["bedside-table-3-linear"]="rbxassetid://104548877817634", -["bedside-table-3-outline"]="rbxassetid://128667169708904", -["bedside-table-4-bold"]="rbxassetid://94361782916680", -["bedside-table-4-bold-duotone"]="rbxassetid://122049772793266", -["bedside-table-4-broken"]="rbxassetid://82542384843358", -["bedside-table-4-line-duotone"]="rbxassetid://95647255833365", -["bedside-table-4-linear"]="rbxassetid://79942275317314", -["bedside-table-4-outline"]="rbxassetid://117385173502779", -["bedside-table-bold"]="rbxassetid://127339575908485", -["bedside-table-bold-duotone"]="rbxassetid://93446590227474", -["bedside-table-broken"]="rbxassetid://97050029456663", -["bedside-table-line-duotone"]="rbxassetid://114301249356245", -["bedside-table-linear"]="rbxassetid://104385910638217", -["bedside-table-outline"]="rbxassetid://105814146261392", -["bell-bing-bold"]="rbxassetid://90010061712906", -["bell-bing-bold-duotone"]="rbxassetid://124457946480746", -["bell-bing-broken"]="rbxassetid://139336202558021", -["bell-bing-line-duotone"]="rbxassetid://72208643189558", -["bell-bing-linear"]="rbxassetid://79040173024462", -["bell-bing-outline"]="rbxassetid://126869323392855", -["bell-bold"]="rbxassetid://117594985029884", -["bell-bold-duotone"]="rbxassetid://132709815539553", -["bell-broken"]="rbxassetid://85753435911563", -["bell-line-duotone"]="rbxassetid://81124596224155", -["bell-linear"]="rbxassetid://92764160980131", -["bell-off-bold"]="rbxassetid://128085899497128", -["bell-off-bold-duotone"]="rbxassetid://90970953255998", -["bell-off-broken"]="rbxassetid://121944548564126", -["bell-off-line-duotone"]="rbxassetid://96244735722818", -["bell-off-linear"]="rbxassetid://81039428111943", -["bell-off-outline"]="rbxassetid://89131799945351", -["bell-outline"]="rbxassetid://81679114644003", -["benzene-ring-bold"]="rbxassetid://117176915495847", -["benzene-ring-bold-duotone"]="rbxassetid://105068935202557", -["benzene-ring-broken"]="rbxassetid://77341335076288", -["benzene-ring-line-duotone"]="rbxassetid://119274434353891", -["benzene-ring-linear"]="rbxassetid://73244621085408", -["benzene-ring-outline"]="rbxassetid://135108378010626", -["bicycling-bold"]="rbxassetid://133428474201868", -["bicycling-bold-duotone"]="rbxassetid://116844104731226", -["bicycling-broken"]="rbxassetid://103186204480781", -["bicycling-line-duotone"]="rbxassetid://80683987697422", -["bicycling-linear"]="rbxassetid://91810175350093", -["bicycling-outline"]="rbxassetid://72896327530519", -["bicycling-round-bold"]="rbxassetid://121968658208119", -["bicycling-round-bold-duotone"]="rbxassetid://104222384537086", -["bicycling-round-broken"]="rbxassetid://77990627242416", -["bicycling-round-line-duotone"]="rbxassetid://81383915195698", -["bicycling-round-linear"]="rbxassetid://111307216758641", -["bicycling-round-outline"]="rbxassetid://134614605846803", -["bill-bold"]="rbxassetid://79076541631110", -["bill-bold-1"]="rbxassetid://101169583402465", -["bill-bold-duotone"]="rbxassetid://79593138586529", -["bill-bold-duotone-1"]="rbxassetid://135132618806756", -["bill-broken"]="rbxassetid://137666521390770", -["bill-broken-1"]="rbxassetid://106564315915411", -["bill-check-bold"]="rbxassetid://81102381230426", -["bill-check-bold-duotone"]="rbxassetid://114305556316490", -["bill-check-broken"]="rbxassetid://105679315783541", -["bill-check-line-duotone"]="rbxassetid://117945996837111", -["bill-check-linear"]="rbxassetid://88448497113578", -["bill-check-outline"]="rbxassetid://110861126200312", -["bill-cross-bold"]="rbxassetid://103021661260960", -["bill-cross-bold-duotone"]="rbxassetid://97292427213953", -["bill-cross-broken"]="rbxassetid://93533769386954", -["bill-cross-line-duotone"]="rbxassetid://101012975749971", -["bill-cross-linear"]="rbxassetid://93050054452154", -["bill-cross-outline"]="rbxassetid://103026687987051", -["bill-line-duotone"]="rbxassetid://122884925854503", -["bill-line-duotone-1"]="rbxassetid://106632553985664", -["bill-linear"]="rbxassetid://131577041668337", -["bill-linear-1"]="rbxassetid://140540263436220", -["bill-list-bold"]="rbxassetid://109843453218379", -["bill-list-bold-duotone"]="rbxassetid://105170601442117", -["bill-list-broken"]="rbxassetid://91522580248905", -["bill-list-line-duotone"]="rbxassetid://90158793180387", -["bill-list-linear"]="rbxassetid://136244645560765", -["bill-list-outline"]="rbxassetid://116439919076572", -["bill-outline"]="rbxassetid://138168395912254", -["bill-outline-1"]="rbxassetid://138963527965706", -["black-hole-2-bold"]="rbxassetid://140195028508640", -["black-hole-2-bold-duotone"]="rbxassetid://97665167842627", -["black-hole-2-broken"]="rbxassetid://135690631562349", -["black-hole-2-line-duotone"]="rbxassetid://105842421072985", -["black-hole-2-linear"]="rbxassetid://109506547750135", -["black-hole-2-outline"]="rbxassetid://75800391067194", -["black-hole-3-bold"]="rbxassetid://132428630870964", -["black-hole-3-bold-duotone"]="rbxassetid://75800512206564", -["black-hole-3-broken"]="rbxassetid://110458259993073", -["black-hole-3-line-duotone"]="rbxassetid://106069284028662", -["black-hole-3-linear"]="rbxassetid://129769023623419", -["black-hole-3-outline"]="rbxassetid://105415767167004", -["black-hole-bold"]="rbxassetid://133351596269875", -["black-hole-bold-duotone"]="rbxassetid://80256500232753", -["black-hole-broken"]="rbxassetid://89069664432516", -["black-hole-line-duotone"]="rbxassetid://71148365491903", -["black-hole-linear"]="rbxassetid://121162417676813", -["black-hole-outline"]="rbxassetid://90800675290437", -["bluetooth-bold"]="rbxassetid://103766614486088", -["bluetooth-bold-duotone"]="rbxassetid://104412312465703", -["bluetooth-broken"]="rbxassetid://112417348676906", -["bluetooth-circle-bold"]="rbxassetid://125016688396454", -["bluetooth-circle-bold-duotone"]="rbxassetid://121428691968536", -["bluetooth-circle-broken"]="rbxassetid://116660640197146", -["bluetooth-circle-line-duotone"]="rbxassetid://91909885283301", -["bluetooth-circle-linear"]="rbxassetid://133364241845343", -["bluetooth-circle-outline"]="rbxassetid://103025598915180", -["bluetooth-line-duotone"]="rbxassetid://122563991123326", -["bluetooth-linear"]="rbxassetid://111638261148116", -["bluetooth-outline"]="rbxassetid://78308564324514", -["bluetooth-square-bold"]="rbxassetid://101941261809797", -["bluetooth-square-bold-duotone"]="rbxassetid://132927800437606", -["bluetooth-square-broken"]="rbxassetid://128966868275371", -["bluetooth-square-line-duotone"]="rbxassetid://79925113696449", -["bluetooth-square-linear"]="rbxassetid://75358408080709", -["bluetooth-square-outline"]="rbxassetid://89912966131895", -["bluetooth-wave-bold"]="rbxassetid://110539809989493", -["bluetooth-wave-bold-duotone"]="rbxassetid://83025480460939", -["bluetooth-wave-broken"]="rbxassetid://120861853414730", -["bluetooth-wave-line-duotone"]="rbxassetid://70519922730791", -["bluetooth-wave-linear"]="rbxassetid://123374106928696", -["bluetooth-wave-outline"]="rbxassetid://103617821008197", -["body-bold"]="rbxassetid://80297758353971", -["body-bold-duotone"]="rbxassetid://140274929427540", -["body-broken"]="rbxassetid://82728680216916", -["body-line-duotone"]="rbxassetid://132202992100588", -["body-linear"]="rbxassetid://131908717410288", -["body-outline"]="rbxassetid://93732323090352", -["body-shape-bold"]="rbxassetid://138870821023962", -["body-shape-bold-duotone"]="rbxassetid://80832839364864", -["body-shape-broken"]="rbxassetid://127784409587596", -["body-shape-line-duotone"]="rbxassetid://89542123993295", -["body-shape-linear"]="rbxassetid://109130863566169", -["body-shape-minimalistic-bold"]="rbxassetid://111590870437298", -["body-shape-minimalistic-bold-duotone"]="rbxassetid://84625173002872", -["body-shape-minimalistic-broken"]="rbxassetid://98972950829208", -["body-shape-minimalistic-line-duotone"]="rbxassetid://93448786155020", -["body-shape-minimalistic-linear"]="rbxassetid://131638187687719", -["body-shape-minimalistic-outline"]="rbxassetid://135868791732590", -["body-shape-outline"]="rbxassetid://130090514515264", -["bolt-bold"]="rbxassetid://130006650864115", -["bolt-bold-duotone"]="rbxassetid://112773609207487", -["bolt-broken"]="rbxassetid://133777606155506", -["bolt-circle-bold"]="rbxassetid://111887894232172", -["bolt-circle-bold-duotone"]="rbxassetid://71936899267190", -["bolt-circle-broken"]="rbxassetid://78531213054971", -["bolt-circle-line-duotone"]="rbxassetid://117443467508477", -["bolt-circle-linear"]="rbxassetid://134044476273117", -["bolt-circle-outline"]="rbxassetid://104346103879078", -["bolt-line-duotone"]="rbxassetid://85268714461139", -["bolt-linear"]="rbxassetid://129263101178298", -["bolt-outline"]="rbxassetid://107721266403604", -["bomb-bold"]="rbxassetid://86345767436552", -["bomb-bold-duotone"]="rbxassetid://80932587535052", -["bomb-broken"]="rbxassetid://132971809516633", -["bomb-emoji-bold"]="rbxassetid://96091532250136", -["bomb-emoji-bold-duotone"]="rbxassetid://110902611787576", -["bomb-emoji-broken"]="rbxassetid://119558943662306", -["bomb-emoji-line-duotone"]="rbxassetid://101997033219299", -["bomb-emoji-linear"]="rbxassetid://103473657902877", -["bomb-emoji-outline"]="rbxassetid://108957880856004", -["bomb-line-duotone"]="rbxassetid://125578749862015", -["bomb-linear"]="rbxassetid://128621601192663", -["bomb-minimalistic-bold"]="rbxassetid://93289292369709", -["bomb-minimalistic-bold-duotone"]="rbxassetid://110808562421605", -["bomb-minimalistic-broken"]="rbxassetid://133730538982738", -["bomb-minimalistic-line-duotone"]="rbxassetid://133171029213292", -["bomb-minimalistic-linear"]="rbxassetid://135333613767179", -["bomb-minimalistic-outline"]="rbxassetid://108326863712989", -["bomb-outline"]="rbxassetid://103270696032879", -["bone-bold"]="rbxassetid://92810326208125", -["bone-bold-duotone"]="rbxassetid://139241856877226", -["bone-broken"]="rbxassetid://120480750583100", -["bone-broken-bold"]="rbxassetid://129868656651421", -["bone-broken-bold-duotone"]="rbxassetid://98301298527662", -["bone-broken-broken"]="rbxassetid://103343052602583", -["bone-broken-line-duotone"]="rbxassetid://106773336809029", -["bone-broken-linear"]="rbxassetid://129670887571621", -["bone-broken-outline"]="rbxassetid://113045314908706", -["bone-crack-bold"]="rbxassetid://103639382721615", -["bone-crack-bold-duotone"]="rbxassetid://93826507589491", -["bone-crack-broken"]="rbxassetid://129106123437805", -["bone-crack-line-duotone"]="rbxassetid://106678121887053", -["bone-crack-linear"]="rbxassetid://117912934196693", -["bone-crack-outline"]="rbxassetid://105994627989224", -["bone-line-duotone"]="rbxassetid://136066203387837", -["bone-linear"]="rbxassetid://135319165893364", -["bone-outline"]="rbxassetid://122617215991009", -["bones-bold"]="rbxassetid://89953822100418", -["bones-bold-duotone"]="rbxassetid://70495849534195", -["bones-broken"]="rbxassetid://127806651608447", -["bones-line-duotone"]="rbxassetid://99540965230248", -["bones-linear"]="rbxassetid://92243799426617", -["bones-outline"]="rbxassetid://133604225785206", -["bonfire-bold"]="rbxassetid://93575834873850", -["bonfire-bold-duotone"]="rbxassetid://76707510980727", -["bonfire-broken"]="rbxassetid://133248426054626", -["bonfire-line-duotone"]="rbxassetid://126476547385742", -["bonfire-linear"]="rbxassetid://84430047519955", -["bonfire-outline"]="rbxassetid://106358299802964", -["book-2-bold"]="rbxassetid://140202546444576", -["book-2-bold-duotone"]="rbxassetid://76545958374646", -["book-2-broken"]="rbxassetid://124313313131321", -["book-2-line-duotone"]="rbxassetid://74272149649579", -["book-2-linear"]="rbxassetid://85907609674681", -["book-2-outline"]="rbxassetid://118488457915277", -["book-bold"]="rbxassetid://100641675079195", -["book-bold-duotone"]="rbxassetid://81446287370129", -["book-bookmark-bold"]="rbxassetid://130784090293380", -["book-bookmark-bold-duotone"]="rbxassetid://99695427522663", -["book-bookmark-broken"]="rbxassetid://131800398716621", -["book-bookmark-line-duotone"]="rbxassetid://125247295978102", -["book-bookmark-linear"]="rbxassetid://80336946503616", -["book-bookmark-minimalistic-bold"]="rbxassetid://134583418904074", -["book-bookmark-minimalistic-bold-duotone"]="rbxassetid://81806514195195", -["book-bookmark-minimalistic-broken"]="rbxassetid://103550312316916", -["book-bookmark-minimalistic-line-duotone"]="rbxassetid://74572363907218", -["book-bookmark-minimalistic-linear"]="rbxassetid://127016317926289", -["book-bookmark-minimalistic-outline"]="rbxassetid://102952993198024", -["book-bookmark-outline"]="rbxassetid://83033403440861", -["book-broken"]="rbxassetid://133331080367686", -["book-line-duotone"]="rbxassetid://114125414960712", -["book-linear"]="rbxassetid://82601637739895", -["book-minimalistic-bold"]="rbxassetid://105656509929709", -["book-minimalistic-bold-duotone"]="rbxassetid://85396139708832", -["book-minimalistic-broken"]="rbxassetid://108294831370745", -["book-minimalistic-line-duotone"]="rbxassetid://98250147725247", -["book-minimalistic-linear"]="rbxassetid://71210415759786", -["book-minimalistic-outline"]="rbxassetid://118424475672432", -["book-outline"]="rbxassetid://104314478209209", -["bookmark-bold"]="rbxassetid://119882071213128", -["bookmark-bold-duotone"]="rbxassetid://79029964182553", -["bookmark-broken"]="rbxassetid://116060044085855", -["bookmark-circle-bold"]="rbxassetid://108669469214788", -["bookmark-circle-bold-duotone"]="rbxassetid://109888344004263", -["bookmark-circle-broken"]="rbxassetid://85801419819014", -["bookmark-circle-line-duotone"]="rbxassetid://130686254771739", -["bookmark-circle-linear"]="rbxassetid://112724781815490", -["bookmark-circle-outline"]="rbxassetid://90569973120340", -["bookmark-line-duotone"]="rbxassetid://93875452096028", -["bookmark-linear"]="rbxassetid://83718779207220", -["bookmark-opened-bold"]="rbxassetid://119932665743988", -["bookmark-opened-bold-duotone"]="rbxassetid://135883814815115", -["bookmark-opened-broken"]="rbxassetid://133166031566394", -["bookmark-opened-line-duotone"]="rbxassetid://129036912021958", -["bookmark-opened-linear"]="rbxassetid://117303462446669", -["bookmark-opened-outline"]="rbxassetid://96733904904698", -["bookmark-outline"]="rbxassetid://110543288975279", -["bookmark-square-bold"]="rbxassetid://129536097403292", -["bookmark-square-bold-duotone"]="rbxassetid://82143899570121", -["bookmark-square-broken"]="rbxassetid://71872943150145", -["bookmark-square-line-duotone"]="rbxassetid://99198103176737", -["bookmark-square-linear"]="rbxassetid://109580948010535", -["bookmark-square-minimalistic-bold"]="rbxassetid://77336520808134", -["bookmark-square-minimalistic-bold-duotone"]="rbxassetid://98690609013767", -["bookmark-square-minimalistic-broken"]="rbxassetid://122865342900844", -["bookmark-square-minimalistic-line-duotone"]="rbxassetid://114739816244605", -["bookmark-square-minimalistic-linear"]="rbxassetid://127828568965246", -["bookmark-square-minimalistic-outline"]="rbxassetid://100067721610855", -["bookmark-square-outline"]="rbxassetid://79642694375235", -["boombox-bold"]="rbxassetid://123719435207308", -["boombox-bold-duotone"]="rbxassetid://123682137389507", -["boombox-broken"]="rbxassetid://82657745265325", -["boombox-line-duotone"]="rbxassetid://100052268989168", -["boombox-linear"]="rbxassetid://94738449999083", -["boombox-outline"]="rbxassetid://80846085527146", -["bottle-bold"]="rbxassetid://118436758949093", -["bottle-bold-duotone"]="rbxassetid://79092852169290", -["bottle-broken"]="rbxassetid://100211989981473", -["bottle-line-duotone"]="rbxassetid://72595845327011", -["bottle-linear"]="rbxassetid://107412078245942", -["bottle-outline"]="rbxassetid://91697775741834", -["bowling-bold"]="rbxassetid://80900773762567", -["bowling-bold-duotone"]="rbxassetid://134030425270371", -["bowling-broken"]="rbxassetid://74668201626157", -["bowling-line-duotone"]="rbxassetid://95330826166062", -["bowling-linear"]="rbxassetid://95664229282491", -["bowling-outline"]="rbxassetid://127048947738925", -["box-bold"]="rbxassetid://129773998837019", -["box-bold-duotone"]="rbxassetid://119619582427487", -["box-broken"]="rbxassetid://101780647157250", -["box-line-duotone"]="rbxassetid://140660359825129", -["box-linear"]="rbxassetid://94031163680437", -["box-minimalistic-bold"]="rbxassetid://84411265569462", -["box-minimalistic-bold-duotone"]="rbxassetid://121278199501784", -["box-minimalistic-broken"]="rbxassetid://78116032388317", -["box-minimalistic-line-duotone"]="rbxassetid://120589870945111", -["box-minimalistic-linear"]="rbxassetid://120471991203058", -["box-minimalistic-outline"]="rbxassetid://114317047455061", -["box-outline"]="rbxassetid://112837143947035", -["branching-paths-down-bold"]="rbxassetid://130172472185466", -["branching-paths-down-bold-duotone"]="rbxassetid://74640258090714", -["branching-paths-down-broken"]="rbxassetid://133554330181806", -["branching-paths-down-line-duotone"]="rbxassetid://128191481853616", -["branching-paths-down-linear"]="rbxassetid://119013780010068", -["branching-paths-down-outline"]="rbxassetid://138656587420690", -["branching-paths-up-bold"]="rbxassetid://73936780747200", -["branching-paths-up-bold-duotone"]="rbxassetid://133309860134948", -["branching-paths-up-broken"]="rbxassetid://83970582278083", -["branching-paths-up-line-duotone"]="rbxassetid://120135966539174", -["branching-paths-up-linear"]="rbxassetid://115080801807455", -["branching-paths-up-outline"]="rbxassetid://84698267332612", -["broom-bold"]="rbxassetid://117933907616580", -["broom-bold-duotone"]="rbxassetid://95102969843995", -["broom-broken"]="rbxassetid://77073757161288", -["broom-line-duotone"]="rbxassetid://124002763678815", -["broom-linear"]="rbxassetid://138264998339831", -["broom-outline"]="rbxassetid://128119115521532", -["bug-bold"]="rbxassetid://72884019555988", -["bug-bold-duotone"]="rbxassetid://73648503212273", -["bug-broken"]="rbxassetid://129027141790448", -["bug-line-duotone"]="rbxassetid://104416746580282", -["bug-linear"]="rbxassetid://71092918964995", -["bug-minimalistic-bold"]="rbxassetid://127907192871672", -["bug-minimalistic-bold-duotone"]="rbxassetid://78741227187558", -["bug-minimalistic-broken"]="rbxassetid://102566369979702", -["bug-minimalistic-line-duotone"]="rbxassetid://93290655536147", -["bug-minimalistic-linear"]="rbxassetid://140694835122634", -["bug-minimalistic-outline"]="rbxassetid://109840278367331", -["bug-outline"]="rbxassetid://112060949229327", -["buildings-2-bold"]="rbxassetid://130421388375753", -["buildings-2-linear"]="rbxassetid://77604059092291", -["buildings-3-bold"]="rbxassetid://121075963539750", -["buildings-3-linear"]="rbxassetid://78965520003431", -["buildings-bold"]="rbxassetid://131037806195936", -["buildings-linear"]="rbxassetid://133534271714013", -["bus-bold"]="rbxassetid://127617406469560", -["bus-linear"]="rbxassetid://118719456615452", -["calculator-bold"]="rbxassetid://71842919641164", -["calculator-bold-duotone"]="rbxassetid://112426423396596", -["calculator-broken"]="rbxassetid://109687598824837", -["calculator-line-duotone"]="rbxassetid://101798766078824", -["calculator-linear"]="rbxassetid://112506649133300", -["calculator-minimalistic-bold"]="rbxassetid://86763125044493", -["calculator-minimalistic-bold-duotone"]="rbxassetid://103814471284475", -["calculator-minimalistic-broken"]="rbxassetid://100592385432668", -["calculator-minimalistic-line-duotone"]="rbxassetid://85172185773481", -["calculator-minimalistic-linear"]="rbxassetid://103294852910732", -["calculator-minimalistic-outline"]="rbxassetid://89539618854601", -["calculator-outline"]="rbxassetid://73643450951295", -["calendar-add-bold"]="rbxassetid://110893315233879", -["calendar-add-bold-duotone"]="rbxassetid://137687420553112", -["calendar-add-broken"]="rbxassetid://126618338831949", -["calendar-add-line-duotone"]="rbxassetid://101480469033313", -["calendar-add-linear"]="rbxassetid://131450125643911", -["calendar-add-outline"]="rbxassetid://84489412619719", -["calendar-bold"]="rbxassetid://72861377194791", -["calendar-bold-duotone"]="rbxassetid://97347815322197", -["calendar-broken"]="rbxassetid://82384312143536", -["calendar-date-bold"]="rbxassetid://84762294531338", -["calendar-date-bold-duotone"]="rbxassetid://123619742744124", -["calendar-date-broken"]="rbxassetid://76872953603623", -["calendar-date-line-duotone"]="rbxassetid://124526132286899", -["calendar-date-linear"]="rbxassetid://121748890951629", -["calendar-date-outline"]="rbxassetid://89890748049052", -["calendar-line-duotone"]="rbxassetid://81969451487553", -["calendar-linear"]="rbxassetid://77180450432888", -["calendar-mark-bold"]="rbxassetid://111403507857580", -["calendar-mark-bold-duotone"]="rbxassetid://83905887112075", -["calendar-mark-broken"]="rbxassetid://118515563734155", -["calendar-mark-line-duotone"]="rbxassetid://72320016893488", -["calendar-mark-linear"]="rbxassetid://71819781128185", -["calendar-mark-outline"]="rbxassetid://84102158798241", -["calendar-minimalistic-bold"]="rbxassetid://93155514732975", -["calendar-minimalistic-bold-duotone"]="rbxassetid://88772090912867", -["calendar-minimalistic-broken"]="rbxassetid://79544734634533", -["calendar-minimalistic-line-duotone"]="rbxassetid://109776548622926", -["calendar-minimalistic-linear"]="rbxassetid://84957116208284", -["calendar-minimalistic-outline"]="rbxassetid://104519799422677", -["calendar-outline"]="rbxassetid://120788740343953", -["calendar-search-bold"]="rbxassetid://135110980721455", -["calendar-search-bold-duotone"]="rbxassetid://136800049780186", -["calendar-search-broken"]="rbxassetid://122591721017313", -["calendar-search-line-duotone"]="rbxassetid://131638533482407", -["calendar-search-linear"]="rbxassetid://81798804531497", -["calendar-search-outline"]="rbxassetid://131124657608709", -["call-cancel-bold"]="rbxassetid://130401442336024", -["call-cancel-bold-duotone"]="rbxassetid://100392431434618", -["call-cancel-broken"]="rbxassetid://83626511721835", -["call-cancel-line-duotone"]="rbxassetid://131774206325600", -["call-cancel-linear"]="rbxassetid://127541544283155", -["call-cancel-outline"]="rbxassetid://91830658534997", -["call-cancel-rounded-bold"]="rbxassetid://109107939841841", -["call-cancel-rounded-bold-duotone"]="rbxassetid://81199636572984", -["call-cancel-rounded-broken"]="rbxassetid://104829806094905", -["call-cancel-rounded-line-duotone"]="rbxassetid://118521195735687", -["call-cancel-rounded-linear"]="rbxassetid://134114688898640", -["call-cancel-rounded-outline"]="rbxassetid://91571012664861", -["call-chat-bold"]="rbxassetid://94482820796736", -["call-chat-bold-duotone"]="rbxassetid://82008548754070", -["call-chat-broken"]="rbxassetid://72168115907659", -["call-chat-line-duotone"]="rbxassetid://94928989006398", -["call-chat-linear"]="rbxassetid://130881958351607", -["call-chat-outline"]="rbxassetid://79419762634841", -["call-chat-rounded-bold"]="rbxassetid://106552307563170", -["call-chat-rounded-bold-duotone"]="rbxassetid://125023172001032", -["call-chat-rounded-broken"]="rbxassetid://91735261927046", -["call-chat-rounded-line-duotone"]="rbxassetid://113462668515062", -["call-chat-rounded-linear"]="rbxassetid://117899042556347", -["call-chat-rounded-outline"]="rbxassetid://137966987820677", -["call-dropped-bold"]="rbxassetid://84259190108719", -["call-dropped-bold-duotone"]="rbxassetid://89792335926723", -["call-dropped-broken"]="rbxassetid://108446676061721", -["call-dropped-line-duotone"]="rbxassetid://134609605260517", -["call-dropped-linear"]="rbxassetid://103588864603178", -["call-dropped-outline"]="rbxassetid://136925938224114", -["call-dropped-rounded-bold"]="rbxassetid://124693178511966", -["call-dropped-rounded-bold-duotone"]="rbxassetid://131907003095122", -["call-dropped-rounded-broken"]="rbxassetid://87363542821579", -["call-dropped-rounded-line-duotone"]="rbxassetid://76022201425653", -["call-dropped-rounded-linear"]="rbxassetid://95664927749256", -["call-dropped-rounded-outline"]="rbxassetid://83812376127776", -["call-medicine-bold"]="rbxassetid://123709541957602", -["call-medicine-bold-duotone"]="rbxassetid://90773567608309", -["call-medicine-broken"]="rbxassetid://76101372631621", -["call-medicine-line-duotone"]="rbxassetid://93339156979423", -["call-medicine-linear"]="rbxassetid://78928850413523", -["call-medicine-outline"]="rbxassetid://109699566363982", -["call-medicine-rounded-bold"]="rbxassetid://84800694201321", -["call-medicine-rounded-bold-duotone"]="rbxassetid://70875584718768", -["call-medicine-rounded-broken"]="rbxassetid://96227491048464", -["call-medicine-rounded-line-duotone"]="rbxassetid://131544336119233", -["call-medicine-rounded-linear"]="rbxassetid://134384209301792", -["call-medicine-rounded-outline"]="rbxassetid://98182224800168", -["camera-add-bold"]="rbxassetid://110966563261508", -["camera-add-bold-duotone"]="rbxassetid://132372271322427", -["camera-add-broken"]="rbxassetid://96560180570479", -["camera-add-line-duotone"]="rbxassetid://84105061152770", -["camera-add-linear"]="rbxassetid://93923856483302", -["camera-add-outline"]="rbxassetid://109751088046941", -["camera-bold"]="rbxassetid://87068166927681", -["camera-bold-duotone"]="rbxassetid://86241137782704", -["camera-broken"]="rbxassetid://84259965466939", -["camera-line-duotone"]="rbxassetid://100078341502806", -["camera-linear"]="rbxassetid://84198289559749", -["camera-minimalistic-bold"]="rbxassetid://81083337636599", -["camera-minimalistic-bold-duotone"]="rbxassetid://115663557137874", -["camera-minimalistic-broken"]="rbxassetid://79989298864072", -["camera-minimalistic-line-duotone"]="rbxassetid://92746514039128", -["camera-minimalistic-linear"]="rbxassetid://118310315362506", -["camera-minimalistic-outline"]="rbxassetid://108568760943991", -["camera-outline"]="rbxassetid://92540726786059", -["camera-rotate-bold"]="rbxassetid://90982154854314", -["camera-rotate-bold-duotone"]="rbxassetid://136215035669101", -["camera-rotate-broken"]="rbxassetid://111017276344993", -["camera-rotate-line-duotone"]="rbxassetid://118391527995368", -["camera-rotate-linear"]="rbxassetid://87859807368009", -["camera-rotate-outline"]="rbxassetid://113875769362771", -["camera-square-bold"]="rbxassetid://132468039215215", -["camera-square-bold-duotone"]="rbxassetid://88495901032186", -["camera-square-broken"]="rbxassetid://82607307422246", -["camera-square-line-duotone"]="rbxassetid://119460472102858", -["camera-square-linear"]="rbxassetid://130533804955386", -["camera-square-outline"]="rbxassetid://108237991421108", -["card-2-bold"]="rbxassetid://85080545102163", -["card-2-bold-duotone"]="rbxassetid://131063026388830", -["card-2-broken"]="rbxassetid://81128682718472", -["card-2-line-duotone"]="rbxassetid://120856176121338", -["card-2-linear"]="rbxassetid://78614355508714", -["card-2-outline"]="rbxassetid://72673120994360", -["card-bold"]="rbxassetid://72046935796534", -["card-bold-duotone"]="rbxassetid://84914021239506", -["card-broken"]="rbxassetid://92687329117711", -["card-line-duotone"]="rbxassetid://77536763771782", -["card-linear"]="rbxassetid://100700909673096", -["card-outline"]="rbxassetid://74246805356809", -["card-recive-bold"]="rbxassetid://82541807222771", -["card-recive-bold-duotone"]="rbxassetid://102641194518366", -["card-recive-broken"]="rbxassetid://94027089308560", -["card-recive-line-duotone"]="rbxassetid://119417562648790", -["card-recive-linear"]="rbxassetid://137318111979667", -["card-recive-outline"]="rbxassetid://129359763335628", -["card-search-bold"]="rbxassetid://104777342222451", -["card-search-bold-duotone"]="rbxassetid://92305353849505", -["card-search-broken"]="rbxassetid://93747873247488", -["card-search-line-duotone"]="rbxassetid://116789749745379", -["card-search-linear"]="rbxassetid://121151427683678", -["card-search-outline"]="rbxassetid://99189935188528", -["card-send-bold"]="rbxassetid://102552737585107", -["card-send-bold-duotone"]="rbxassetid://127639641763279", -["card-send-broken"]="rbxassetid://132835562484315", -["card-send-line-duotone"]="rbxassetid://72025083215229", -["card-send-linear"]="rbxassetid://98099936726778", -["card-send-outline"]="rbxassetid://92447360114310", -["card-transfer-bold"]="rbxassetid://76243440049768", -["card-transfer-bold-duotone"]="rbxassetid://98150999422371", -["card-transfer-broken"]="rbxassetid://114395036006027", -["card-transfer-line-duotone"]="rbxassetid://70606921414929", -["card-transfer-linear"]="rbxassetid://91325766581882", -["card-transfer-outline"]="rbxassetid://114722426723135", -["cardholder-bold"]="rbxassetid://108585826887462", -["cardholder-bold-duotone"]="rbxassetid://81537661118064", -["cardholder-broken"]="rbxassetid://137642513119751", -["cardholder-line-duotone"]="rbxassetid://103505872802723", -["cardholder-linear"]="rbxassetid://127194745263572", -["cardholder-outline"]="rbxassetid://125844728209950", -["cart-2-bold"]="rbxassetid://137383884939025", -["cart-2-bold-duotone"]="rbxassetid://127166363174119", -["cart-2-broken"]="rbxassetid://106454106340536", -["cart-2-line-duotone"]="rbxassetid://107446191247368", -["cart-2-linear"]="rbxassetid://72104043686571", -["cart-2-outline"]="rbxassetid://139627695271048", -["cart-3-bold"]="rbxassetid://74809500253146", -["cart-3-bold-duotone"]="rbxassetid://129562475331100", -["cart-3-broken"]="rbxassetid://113633937016487", -["cart-3-line-duotone"]="rbxassetid://118734988394905", -["cart-3-linear"]="rbxassetid://138332650312623", -["cart-3-outline"]="rbxassetid://123060333119789", -["cart-4-bold"]="rbxassetid://91739970331197", -["cart-4-bold-duotone"]="rbxassetid://117883822799804", -["cart-4-broken"]="rbxassetid://138625561144278", -["cart-4-line-duotone"]="rbxassetid://90765238531264", -["cart-4-linear"]="rbxassetid://116425459948935", -["cart-4-outline"]="rbxassetid://71239384315809", -["cart-5-bold"]="rbxassetid://111648669485488", -["cart-5-bold-duotone"]="rbxassetid://136343246337330", -["cart-5-broken"]="rbxassetid://76202374076416", -["cart-5-line-duotone"]="rbxassetid://75736565188451", -["cart-5-linear"]="rbxassetid://88081328263101", -["cart-5-outline"]="rbxassetid://90158467092054", -["cart-bold"]="rbxassetid://138472043527451", -["cart-bold-duotone"]="rbxassetid://80088302616581", -["cart-broken"]="rbxassetid://87203515358908", -["cart-check-bold"]="rbxassetid://102943643099870", -["cart-check-bold-duotone"]="rbxassetid://132765200690431", -["cart-check-broken"]="rbxassetid://81639313168141", -["cart-check-line-duotone"]="rbxassetid://96226712100839", -["cart-check-linear"]="rbxassetid://137270362230635", -["cart-check-outline"]="rbxassetid://84375251753420", -["cart-cross-bold"]="rbxassetid://123639464425344", -["cart-cross-bold-duotone"]="rbxassetid://104240491955379", -["cart-cross-broken"]="rbxassetid://128638719661989", -["cart-cross-line-duotone"]="rbxassetid://99657622831222", -["cart-cross-linear"]="rbxassetid://93594877759392", -["cart-cross-outline"]="rbxassetid://135413623683029", -["cart-large-2-bold"]="rbxassetid://76055686947636", -["cart-large-2-bold-duotone"]="rbxassetid://86962473903959", -["cart-large-2-broken"]="rbxassetid://92386299350819", -["cart-large-2-line-duotone"]="rbxassetid://84333350556125", -["cart-large-2-linear"]="rbxassetid://87425049157512", -["cart-large-2-outline"]="rbxassetid://128689232775550", -["cart-large-3-bold"]="rbxassetid://81358757896439", -["cart-large-3-bold-duotone"]="rbxassetid://72267563584231", -["cart-large-3-broken"]="rbxassetid://103302208351947", -["cart-large-3-line-duotone"]="rbxassetid://89520716322201", -["cart-large-3-linear"]="rbxassetid://86633557083868", -["cart-large-3-outline"]="rbxassetid://74332788412747", -["cart-large-4-bold"]="rbxassetid://102152941448876", -["cart-large-4-bold-duotone"]="rbxassetid://112148301988145", -["cart-large-4-broken"]="rbxassetid://90505343975523", -["cart-large-4-line-duotone"]="rbxassetid://127389577831853", -["cart-large-4-linear"]="rbxassetid://70819112505681", -["cart-large-4-outline"]="rbxassetid://107679871996492", -["cart-large-bold"]="rbxassetid://94587988389300", -["cart-large-bold-duotone"]="rbxassetid://95812441135340", -["cart-large-broken"]="rbxassetid://82270639043483", -["cart-large-line-duotone"]="rbxassetid://96041475257430", -["cart-large-linear"]="rbxassetid://106259463497864", -["cart-large-minimalistic-bold"]="rbxassetid://108576259995833", -["cart-large-minimalistic-bold-duotone"]="rbxassetid://116123028907210", -["cart-large-minimalistic-broken"]="rbxassetid://114589142251056", -["cart-large-minimalistic-line-duotone"]="rbxassetid://96367072316598", -["cart-large-minimalistic-linear"]="rbxassetid://122606586618226", -["cart-large-minimalistic-outline"]="rbxassetid://75064189319260", -["cart-large-outline"]="rbxassetid://79319817163046", -["cart-line-duotone"]="rbxassetid://80462402871272", -["cart-linear"]="rbxassetid://97896140013679", -["cart-outline"]="rbxassetid://94096496301056", -["cart-plus-bold"]="rbxassetid://105724815937174", -["cart-plus-bold-duotone"]="rbxassetid://119994716591894", -["cart-plus-broken"]="rbxassetid://132995961514175", -["cart-plus-line-duotone"]="rbxassetid://107761574010691", -["cart-plus-linear"]="rbxassetid://79582799682743", -["cart-plus-outline"]="rbxassetid://124135034545637", -["case-bold"]="rbxassetid://119696465247383", -["case-bold-duotone"]="rbxassetid://89817228763396", -["case-broken"]="rbxassetid://92081055016638", -["case-line-duotone"]="rbxassetid://87213778402265", -["case-linear"]="rbxassetid://87955019434376", -["case-minimalistic-bold"]="rbxassetid://97669720019378", -["case-minimalistic-bold-duotone"]="rbxassetid://122400555042359", -["case-minimalistic-broken"]="rbxassetid://74785543763536", -["case-minimalistic-line-duotone"]="rbxassetid://139053535818376", -["case-minimalistic-linear"]="rbxassetid://105899240513462", -["case-minimalistic-outline"]="rbxassetid://106743838692174", -["case-outline"]="rbxassetid://115188085004086", -["case-round-bold"]="rbxassetid://121744681305340", -["case-round-bold-duotone"]="rbxassetid://105856387542299", -["case-round-broken"]="rbxassetid://136108098828636", -["case-round-line-duotone"]="rbxassetid://140136502645271", -["case-round-linear"]="rbxassetid://83849016647304", -["case-round-minimalistic-bold"]="rbxassetid://83606679966604", -["case-round-minimalistic-bold-duotone"]="rbxassetid://99579734843581", -["case-round-minimalistic-broken"]="rbxassetid://120334276970188", -["case-round-minimalistic-line-duotone"]="rbxassetid://122859555291787", -["case-round-minimalistic-linear"]="rbxassetid://98829113783531", -["case-round-minimalistic-outline"]="rbxassetid://122295088619641", -["case-round-outline"]="rbxassetid://74352104887680", -["cash-out-bold"]="rbxassetid://125777408982128", -["cash-out-bold-duotone"]="rbxassetid://86693783459327", -["cash-out-broken"]="rbxassetid://94680859473227", -["cash-out-line-duotone"]="rbxassetid://126386477007301", -["cash-out-linear"]="rbxassetid://135535206550832", -["cash-out-outline"]="rbxassetid://110432456042805", -["cassette-2-bold"]="rbxassetid://109801530784783", -["cassette-2-bold-duotone"]="rbxassetid://140180889554769", -["cassette-2-broken"]="rbxassetid://99300712545814", -["cassette-2-line-duotone"]="rbxassetid://109305785671715", -["cassette-2-linear"]="rbxassetid://74250430418452", -["cassette-2-outline"]="rbxassetid://112883731371474", -["cassette-bold"]="rbxassetid://86644379909549", -["cassette-bold-duotone"]="rbxassetid://90192889532018", -["cassette-broken"]="rbxassetid://75393734572063", -["cassette-line-duotone"]="rbxassetid://116643195244903", -["cassette-linear"]="rbxassetid://91520661129364", -["cassette-outline"]="rbxassetid://110887047536706", -["cat-bold"]="rbxassetid://105384072434825", -["cat-bold-duotone"]="rbxassetid://128970018868376", -["cat-broken"]="rbxassetid://128864037166522", -["cat-line-duotone"]="rbxassetid://134156207744605", -["cat-linear"]="rbxassetid://98473258912914", -["cat-outline"]="rbxassetid://111738839893038", -["chair-2-bold"]="rbxassetid://89770976424319", -["chair-2-bold-duotone"]="rbxassetid://105310984220075", -["chair-2-broken"]="rbxassetid://126535177066219", -["chair-2-line-duotone"]="rbxassetid://100089766357709", -["chair-2-linear"]="rbxassetid://127569403077279", -["chair-2-outline"]="rbxassetid://84791957381452", -["chair-bold"]="rbxassetid://136818704379426", -["chair-bold-duotone"]="rbxassetid://129476727864230", -["chair-broken"]="rbxassetid://81655166828378", -["chair-line-duotone"]="rbxassetid://90272501837282", -["chair-linear"]="rbxassetid://116579232568255", -["chair-outline"]="rbxassetid://91158794856025", -["chandelier-bold"]="rbxassetid://102497221047148", -["chandelier-bold-duotone"]="rbxassetid://86754023351313", -["chandelier-broken"]="rbxassetid://73028460539349", -["chandelier-line-duotone"]="rbxassetid://125807410080418", -["chandelier-linear"]="rbxassetid://139472775078343", -["chandelier-outline"]="rbxassetid://96937379252032", -["chart-2-bold"]="rbxassetid://118743447551317", -["chart-2-bold-duotone"]="rbxassetid://97005610427025", -["chart-2-broken"]="rbxassetid://93221650360721", -["chart-2-line-duotone"]="rbxassetid://121301088820996", -["chart-2-linear"]="rbxassetid://98893497849089", -["chart-2-outline"]="rbxassetid://115779497668963", -["chart-bold"]="rbxassetid://96276751038556", -["chart-bold-duotone"]="rbxassetid://107553113924682", -["chart-broken"]="rbxassetid://130105778801985", -["chart-line-duotone"]="rbxassetid://111275481468483", -["chart-linear"]="rbxassetid://113365719049717", -["chart-outline"]="rbxassetid://86191179009274", -["chart-square-bold"]="rbxassetid://73897886601288", -["chart-square-bold-duotone"]="rbxassetid://100626710697011", -["chart-square-broken"]="rbxassetid://103596339565065", -["chart-square-line-duotone"]="rbxassetid://97255589991245", -["chart-square-linear"]="rbxassetid://88164958215922", -["chart-square-outline"]="rbxassetid://100702770657911", -["chat-dots-bold"]="rbxassetid://133686914253815", -["chat-dots-bold-duotone"]="rbxassetid://103901890910280", -["chat-dots-broken"]="rbxassetid://128205990696403", -["chat-dots-line-duotone"]="rbxassetid://133377367277254", -["chat-dots-linear"]="rbxassetid://103298542341672", -["chat-dots-outline"]="rbxassetid://99400593664239", -["chat-line-bold"]="rbxassetid://112435740093712", -["chat-line-bold-duotone"]="rbxassetid://120116428348415", -["chat-line-broken"]="rbxassetid://103866481618630", -["chat-line-line-duotone"]="rbxassetid://111708472015269", -["chat-line-linear"]="rbxassetid://125844223663545", -["chat-line-outline"]="rbxassetid://133712428360947", -["chat-round-bold"]="rbxassetid://78330615352102", -["chat-round-bold-duotone"]="rbxassetid://136957461023642", -["chat-round-broken"]="rbxassetid://99195474114909", -["chat-round-call-bold"]="rbxassetid://77596784979156", -["chat-round-call-bold-duotone"]="rbxassetid://130538391446996", -["chat-round-call-broken"]="rbxassetid://83554721577984", -["chat-round-call-line-duotone"]="rbxassetid://80548905468862", -["chat-round-call-linear"]="rbxassetid://112433851160603", -["chat-round-call-outline"]="rbxassetid://131199181183849", -["chat-round-check-bold"]="rbxassetid://125838499001073", -["chat-round-check-bold-duotone"]="rbxassetid://79869409029828", -["chat-round-check-broken"]="rbxassetid://99965119885904", -["chat-round-check-line-duotone"]="rbxassetid://112560098987407", -["chat-round-check-linear"]="rbxassetid://107044681803345", -["chat-round-check-outline"]="rbxassetid://136146117945840", -["chat-round-dots-bold"]="rbxassetid://127493229409116", -["chat-round-dots-bold-duotone"]="rbxassetid://139130904281320", -["chat-round-dots-broken"]="rbxassetid://116182814014766", -["chat-round-dots-line-duotone"]="rbxassetid://128474992489399", -["chat-round-dots-linear"]="rbxassetid://118552037281174", -["chat-round-dots-outline"]="rbxassetid://89666216524801", -["chat-round-like-bold"]="rbxassetid://118988251773984", -["chat-round-like-bold-duotone"]="rbxassetid://71616642373574", -["chat-round-like-broken"]="rbxassetid://90093719237235", -["chat-round-like-line-duotone"]="rbxassetid://115337477123000", -["chat-round-like-linear"]="rbxassetid://96731307974339", -["chat-round-like-outline"]="rbxassetid://111320953586384", -["chat-round-line-bold"]="rbxassetid://112669223154865", -["chat-round-line-bold-duotone"]="rbxassetid://126396014394375", -["chat-round-line-broken"]="rbxassetid://128938461489908", -["chat-round-line-duotone"]="rbxassetid://72425131265903", -["chat-round-line-line-duotone"]="rbxassetid://96030221711932", -["chat-round-line-linear"]="rbxassetid://115321052382057", -["chat-round-line-outline"]="rbxassetid://79073161281717", -["chat-round-linear"]="rbxassetid://91569011554658", -["chat-round-money-bold"]="rbxassetid://77000462768613", -["chat-round-money-bold-duotone"]="rbxassetid://108515935998775", -["chat-round-money-broken"]="rbxassetid://140650510473544", -["chat-round-money-line-duotone"]="rbxassetid://81905208730563", -["chat-round-money-linear"]="rbxassetid://105620553932178", -["chat-round-money-outline"]="rbxassetid://113721872103198", -["chat-round-outline"]="rbxassetid://79567043045432", -["chat-round-unread-bold"]="rbxassetid://89264502342756", -["chat-round-unread-bold-duotone"]="rbxassetid://76407434415241", -["chat-round-unread-broken"]="rbxassetid://119933200542301", -["chat-round-unread-line-duotone"]="rbxassetid://71017725749092", -["chat-round-unread-linear"]="rbxassetid://110296366459650", -["chat-round-unread-outline"]="rbxassetid://74407749319383", -["chat-round-video-bold"]="rbxassetid://99284277113395", -["chat-round-video-bold-duotone"]="rbxassetid://91278992786259", -["chat-round-video-broken"]="rbxassetid://77073030557268", -["chat-round-video-line-duotone"]="rbxassetid://127235038497779", -["chat-round-video-linear"]="rbxassetid://77854945627314", -["chat-round-video-outline"]="rbxassetid://104665407706411", -["chat-square-2-bold"]="rbxassetid://104922074619504", -["chat-square-2-bold-duotone"]="rbxassetid://125810279055433", -["chat-square-2-broken"]="rbxassetid://123028841975869", -["chat-square-2-line-duotone"]="rbxassetid://115021515334869", -["chat-square-2-linear"]="rbxassetid://124910019895998", -["chat-square-2-outline"]="rbxassetid://112509285126442", -["chat-square-arrow-bold"]="rbxassetid://94461822655610", -["chat-square-arrow-bold-duotone"]="rbxassetid://77968308198700", -["chat-square-arrow-broken"]="rbxassetid://101774634555306", -["chat-square-arrow-line-duotone"]="rbxassetid://129528194295682", -["chat-square-arrow-linear"]="rbxassetid://97533114904914", -["chat-square-arrow-outline"]="rbxassetid://107587226359388", -["chat-square-bold"]="rbxassetid://90706166955323", -["chat-square-bold-duotone"]="rbxassetid://87463964902754", -["chat-square-broken"]="rbxassetid://97557786318254", -["chat-square-call-bold"]="rbxassetid://135442679420463", -["chat-square-call-bold-duotone"]="rbxassetid://89826056192244", -["chat-square-call-broken"]="rbxassetid://108658662499786", -["chat-square-call-line-duotone"]="rbxassetid://110065978957122", -["chat-square-call-linear"]="rbxassetid://111316920316325", -["chat-square-call-outline"]="rbxassetid://87984033451166", -["chat-square-check-bold"]="rbxassetid://136066916290330", -["chat-square-check-bold-duotone"]="rbxassetid://130881592597343", -["chat-square-check-broken"]="rbxassetid://124707538970060", -["chat-square-check-line-duotone"]="rbxassetid://75754248382711", -["chat-square-check-linear"]="rbxassetid://102173747186169", -["chat-square-check-outline"]="rbxassetid://96029385009545", -["chat-square-code-bold"]="rbxassetid://70615504226457", -["chat-square-code-bold-duotone"]="rbxassetid://72067070904433", -["chat-square-code-broken"]="rbxassetid://118759933509866", -["chat-square-code-line-duotone"]="rbxassetid://91074429591381", -["chat-square-code-linear"]="rbxassetid://86452201592688", -["chat-square-code-outline"]="rbxassetid://113503841992630", -["chat-square-like-bold"]="rbxassetid://109130783293898", -["chat-square-like-bold-duotone"]="rbxassetid://110198350826447", -["chat-square-like-broken"]="rbxassetid://140406080625919", -["chat-square-like-line-duotone"]="rbxassetid://124256169408921", -["chat-square-like-linear"]="rbxassetid://114989628567081", -["chat-square-like-outline"]="rbxassetid://94611322021866", -["chat-square-line-duotone"]="rbxassetid://79113059236190", -["chat-square-linear"]="rbxassetid://90373192724996", -["chat-square-outline"]="rbxassetid://135053560436794", -["chat-unread-bold"]="rbxassetid://92332599552446", -["chat-unread-bold-duotone"]="rbxassetid://114621782577932", -["chat-unread-broken"]="rbxassetid://82094734618204", -["chat-unread-line-duotone"]="rbxassetid://140304217662914", -["chat-unread-linear"]="rbxassetid://99967137030530", -["chat-unread-outline"]="rbxassetid://78555348739740", -["check-circle-bold"]="rbxassetid://82820801644879", -["check-circle-bold-duotone"]="rbxassetid://103430989975178", -["check-circle-broken"]="rbxassetid://127484973274948", -["check-circle-line-duotone"]="rbxassetid://105154242429503", -["check-circle-linear"]="rbxassetid://95939815653726", -["check-circle-outline"]="rbxassetid://126761170607501", -["check-read-bold"]="rbxassetid://138274208772827", -["check-read-bold-duotone"]="rbxassetid://136567635714242", -["check-read-broken"]="rbxassetid://102242199664142", -["check-read-line-duotone"]="rbxassetid://101249243576719", -["check-read-linear"]="rbxassetid://73771885340045", -["check-read-outline"]="rbxassetid://76428104982861", -["check-square-bold"]="rbxassetid://99566491733646", -["check-square-bold-duotone"]="rbxassetid://76554913698638", -["check-square-broken"]="rbxassetid://77018422330112", -["check-square-line-duotone"]="rbxassetid://78624740866637", -["check-square-linear"]="rbxassetid://113252273001924", -["check-square-outline"]="rbxassetid://108176995275212", -["checklist-bold"]="rbxassetid://136793214085079", -["checklist-bold-duotone"]="rbxassetid://116933104861683", -["checklist-broken"]="rbxassetid://132488209763858", -["checklist-line-duotone"]="rbxassetid://128565132886773", -["checklist-linear"]="rbxassetid://71021881158641", -["checklist-minimalistic-bold"]="rbxassetid://86760195317849", -["checklist-minimalistic-bold-duotone"]="rbxassetid://133054448135882", -["checklist-minimalistic-broken"]="rbxassetid://122001007910080", -["checklist-minimalistic-line-duotone"]="rbxassetid://76160038957047", -["checklist-minimalistic-linear"]="rbxassetid://97416467853136", -["checklist-minimalistic-outline"]="rbxassetid://130207774072690", -["checklist-outline"]="rbxassetid://79964477234926", -["chef-hat-bold"]="rbxassetid://113870156642148", -["chef-hat-bold-duotone"]="rbxassetid://132644736790518", -["chef-hat-broken"]="rbxassetid://110611168230503", -["chef-hat-heart-bold"]="rbxassetid://134301061164302", -["chef-hat-heart-bold-duotone"]="rbxassetid://119369778296943", -["chef-hat-heart-broken"]="rbxassetid://70669421481373", -["chef-hat-heart-line-duotone"]="rbxassetid://136925226244434", -["chef-hat-heart-linear"]="rbxassetid://116491083962584", -["chef-hat-heart-outline"]="rbxassetid://79904104780782", -["chef-hat-line-duotone"]="rbxassetid://139602406265834", -["chef-hat-linear"]="rbxassetid://95259244068112", -["chef-hat-minimalistic-bold"]="rbxassetid://110783253227435", -["chef-hat-minimalistic-bold-duotone"]="rbxassetid://71903349549357", -["chef-hat-minimalistic-broken"]="rbxassetid://75241849899039", -["chef-hat-minimalistic-line-duotone"]="rbxassetid://124528051879749", -["chef-hat-minimalistic-linear"]="rbxassetid://110612423943205", -["chef-hat-minimalistic-outline"]="rbxassetid://137083303536836", -["chef-hat-outline"]="rbxassetid://129772908064983", -["circle-bottom-down-bold"]="rbxassetid://135551371096609", -["circle-bottom-down-bold-duotone"]="rbxassetid://75621150061195", -["circle-bottom-down-broken"]="rbxassetid://120440553739914", -["circle-bottom-down-line-duotone"]="rbxassetid://86109583900390", -["circle-bottom-down-linear"]="rbxassetid://76925609776156", -["circle-bottom-down-outline"]="rbxassetid://104409462865978", -["circle-bottom-up-bold"]="rbxassetid://128946377811138", -["circle-bottom-up-bold-duotone"]="rbxassetid://86810061327705", -["circle-bottom-up-broken"]="rbxassetid://75412848891999", -["circle-bottom-up-line-duotone"]="rbxassetid://120553516131033", -["circle-bottom-up-linear"]="rbxassetid://90493132671625", -["circle-bottom-up-outline"]="rbxassetid://105408781195848", -["circle-top-down-bold"]="rbxassetid://100770929961778", -["circle-top-down-bold-duotone"]="rbxassetid://138491664040864", -["circle-top-down-broken"]="rbxassetid://80535761923161", -["circle-top-down-line-duotone"]="rbxassetid://116651100320734", -["circle-top-down-linear"]="rbxassetid://83247595982035", -["circle-top-down-outline"]="rbxassetid://86340247247340", -["circle-top-up-bold"]="rbxassetid://73051018110236", -["circle-top-up-bold-duotone"]="rbxassetid://77405630835133", -["circle-top-up-broken"]="rbxassetid://72109030640831", -["circle-top-up-line-duotone"]="rbxassetid://81447318853503", -["circle-top-up-linear"]="rbxassetid://139636911051054", -["circle-top-up-outline"]="rbxassetid://84625785091028", -["city-bold"]="rbxassetid://124023948851779", -["city-linear"]="rbxassetid://87849055655711", -["clapperboard-bold"]="rbxassetid://89719508620288", -["clapperboard-bold-duotone"]="rbxassetid://126854322342408", -["clapperboard-broken"]="rbxassetid://120269079935849", -["clapperboard-edit-bold"]="rbxassetid://128938026974232", -["clapperboard-edit-bold-duotone"]="rbxassetid://92046128378891", -["clapperboard-edit-broken"]="rbxassetid://115630842168628", -["clapperboard-edit-line-duotone"]="rbxassetid://96526120748911", -["clapperboard-edit-linear"]="rbxassetid://140242155058343", -["clapperboard-edit-outline"]="rbxassetid://140060328413716", -["clapperboard-line-duotone"]="rbxassetid://121926978837498", -["clapperboard-linear"]="rbxassetid://73039469900239", -["clapperboard-open-bold"]="rbxassetid://104963698433171", -["clapperboard-open-bold-duotone"]="rbxassetid://107068971513779", -["clapperboard-open-broken"]="rbxassetid://83031085509646", -["clapperboard-open-line-duotone"]="rbxassetid://110586220136253", -["clapperboard-open-linear"]="rbxassetid://77581116681420", -["clapperboard-open-outline"]="rbxassetid://115247656326498", -["clapperboard-open-play-bold"]="rbxassetid://73132126521195", -["clapperboard-open-play-bold-duotone"]="rbxassetid://132652422260027", -["clapperboard-open-play-broken"]="rbxassetid://87752241087341", -["clapperboard-open-play-line-duotone"]="rbxassetid://135089713962632", -["clapperboard-open-play-linear"]="rbxassetid://116215033508168", -["clapperboard-open-play-outline"]="rbxassetid://94835663905495", -["clapperboard-outline"]="rbxassetid://121631658092084", -["clapperboard-play-bold"]="rbxassetid://111582197285199", -["clapperboard-play-bold-duotone"]="rbxassetid://93753314372720", -["clapperboard-play-broken"]="rbxassetid://139872661356666", -["clapperboard-play-line-duotone"]="rbxassetid://98907930072108", -["clapperboard-play-linear"]="rbxassetid://139113176505006", -["clapperboard-play-outline"]="rbxassetid://86011534796131", -["clapperboard-text-bold"]="rbxassetid://73477971487222", -["clapperboard-text-bold-duotone"]="rbxassetid://81542640635561", -["clapperboard-text-broken"]="rbxassetid://126585271725983", -["clapperboard-text-line-duotone"]="rbxassetid://96418025765355", -["clapperboard-text-linear"]="rbxassetid://104362019101537", -["clapperboard-text-outline"]="rbxassetid://123569416217139", -["clipboard-add-bold"]="rbxassetid://136180905417645", -["clipboard-add-bold-duotone"]="rbxassetid://100096363478023", -["clipboard-add-broken"]="rbxassetid://126223932020048", -["clipboard-add-line-duotone"]="rbxassetid://98477726183251", -["clipboard-add-linear"]="rbxassetid://92012616937213", -["clipboard-add-outline"]="rbxassetid://111994907608791", -["clipboard-bold"]="rbxassetid://91016040046438", -["clipboard-bold-duotone"]="rbxassetid://118659959776882", -["clipboard-broken"]="rbxassetid://84085270177164", -["clipboard-check-bold"]="rbxassetid://125586662813538", -["clipboard-check-bold-duotone"]="rbxassetid://86661125988064", -["clipboard-check-broken"]="rbxassetid://101406373716708", -["clipboard-check-line-duotone"]="rbxassetid://121794431704629", -["clipboard-check-linear"]="rbxassetid://100471340874927", -["clipboard-check-outline"]="rbxassetid://129578749229640", -["clipboard-heart-bold"]="rbxassetid://136940491369414", -["clipboard-heart-bold-duotone"]="rbxassetid://137086531888796", -["clipboard-heart-broken"]="rbxassetid://114129515778705", -["clipboard-heart-line-duotone"]="rbxassetid://124462541612603", -["clipboard-heart-linear"]="rbxassetid://72265162298931", -["clipboard-heart-outline"]="rbxassetid://83134916076964", -["clipboard-line-duotone"]="rbxassetid://122413471008147", -["clipboard-linear"]="rbxassetid://126887284261452", -["clipboard-list-bold"]="rbxassetid://109929897348568", -["clipboard-list-bold-duotone"]="rbxassetid://104660293760570", -["clipboard-list-broken"]="rbxassetid://78247272752327", -["clipboard-list-line-duotone"]="rbxassetid://90892145882936", -["clipboard-list-linear"]="rbxassetid://129736254490477", -["clipboard-list-outline"]="rbxassetid://134544643646568", -["clipboard-outline"]="rbxassetid://91260959398943", -["clipboard-remove-bold"]="rbxassetid://102890040722269", -["clipboard-remove-bold-duotone"]="rbxassetid://136140234951578", -["clipboard-remove-broken"]="rbxassetid://124703357459613", -["clipboard-remove-line-duotone"]="rbxassetid://82412136863032", -["clipboard-remove-linear"]="rbxassetid://94031577551857", -["clipboard-remove-outline"]="rbxassetid://94148898732896", -["clipboard-text-bold"]="rbxassetid://104672144915107", -["clipboard-text-bold-duotone"]="rbxassetid://140433506860265", -["clipboard-text-broken"]="rbxassetid://87195211770561", -["clipboard-text-line-duotone"]="rbxassetid://130659207066022", -["clipboard-text-linear"]="rbxassetid://86147882685917", -["clipboard-text-outline"]="rbxassetid://77208194273254", -["clock-circle-bold"]="rbxassetid://118979078864433", -["clock-circle-bold-duotone"]="rbxassetid://95579053426777", -["clock-circle-broken"]="rbxassetid://71644651099192", -["clock-circle-line-duotone"]="rbxassetid://125302605178848", -["clock-circle-linear"]="rbxassetid://81077347396706", -["clock-circle-outline"]="rbxassetid://92335178010483", -["clock-square-bold"]="rbxassetid://81088894794035", -["clock-square-bold-duotone"]="rbxassetid://121520638209619", -["clock-square-broken"]="rbxassetid://117786127435255", -["clock-square-line-duotone"]="rbxassetid://78263643433229", -["clock-square-linear"]="rbxassetid://82669955987884", -["clock-square-outline"]="rbxassetid://84694136258810", -["close-circle-bold"]="rbxassetid://103154043386406", -["close-circle-bold-duotone"]="rbxassetid://134492391307751", -["close-circle-broken"]="rbxassetid://74025292886708", -["close-circle-line-duotone"]="rbxassetid://118628655190118", -["close-circle-linear"]="rbxassetid://72407806393692", -["close-circle-outline"]="rbxassetid://86917493607188", -["close-square-bold"]="rbxassetid://117747448917698", -["close-square-bold-duotone"]="rbxassetid://105919813809369", -["close-square-broken"]="rbxassetid://115417323358555", -["close-square-line-duotone"]="rbxassetid://111995317305450", -["close-square-linear"]="rbxassetid://102159833218370", -["close-square-outline"]="rbxassetid://93858598863325", -["closet-2-bold"]="rbxassetid://79121792964717", -["closet-2-bold-duotone"]="rbxassetid://102769258249977", -["closet-2-broken"]="rbxassetid://99001870899139", -["closet-2-line-duotone"]="rbxassetid://121894260632078", -["closet-2-linear"]="rbxassetid://127152923210175", -["closet-2-outline"]="rbxassetid://134193046412353", -["closet-bold"]="rbxassetid://82375761095646", -["closet-bold-duotone"]="rbxassetid://108366633988859", -["closet-broken"]="rbxassetid://83589664552253", -["closet-line-duotone"]="rbxassetid://123100229916528", -["closet-linear"]="rbxassetid://83660682771127", -["closet-outline"]="rbxassetid://106925681273408", -["cloud-bold"]="rbxassetid://108575613594275", -["cloud-bold-duotone"]="rbxassetid://128896456902872", -["cloud-bolt-bold"]="rbxassetid://71224241453064", -["cloud-bolt-bold-duotone"]="rbxassetid://74005689475661", -["cloud-bolt-broken"]="rbxassetid://79422846182863", -["cloud-bolt-line-duotone"]="rbxassetid://127837969578072", -["cloud-bolt-linear"]="rbxassetid://109753005880214", -["cloud-bolt-minimalistic-bold"]="rbxassetid://85544269522058", -["cloud-bolt-minimalistic-bold-duotone"]="rbxassetid://95580249513475", -["cloud-bolt-minimalistic-broken"]="rbxassetid://116307477912151", -["cloud-bolt-minimalistic-line-duotone"]="rbxassetid://105321700651546", -["cloud-bolt-minimalistic-linear"]="rbxassetid://108711467113452", -["cloud-bolt-minimalistic-outline"]="rbxassetid://135949114963031", -["cloud-bolt-outline"]="rbxassetid://76336375670588", -["cloud-broken"]="rbxassetid://115559235294546", -["cloud-check-bold"]="rbxassetid://136880017504577", -["cloud-check-bold-duotone"]="rbxassetid://108663426307850", -["cloud-check-broken"]="rbxassetid://126385669506512", -["cloud-check-line-duotone"]="rbxassetid://140304315189404", -["cloud-check-linear"]="rbxassetid://128199077274951", -["cloud-check-outline"]="rbxassetid://109711078595447", -["cloud-download-bold"]="rbxassetid://95110638826999", -["cloud-download-bold-duotone"]="rbxassetid://107655427460678", -["cloud-download-broken"]="rbxassetid://116045699820525", -["cloud-download-line-duotone"]="rbxassetid://108823933847964", -["cloud-download-linear"]="rbxassetid://94772232072960", -["cloud-download-outline"]="rbxassetid://72084072106355", -["cloud-file-bold"]="rbxassetid://114219090313200", -["cloud-file-bold-duotone"]="rbxassetid://133801539589500", -["cloud-file-broken"]="rbxassetid://87110093242524", -["cloud-file-line-duotone"]="rbxassetid://108453652557280", -["cloud-file-linear"]="rbxassetid://126264448104970", -["cloud-file-outline"]="rbxassetid://95975913895455", -["cloud-line-duotone"]="rbxassetid://78822376985696", -["cloud-linear"]="rbxassetid://120642021685641", -["cloud-minus-bold"]="rbxassetid://117216213198839", -["cloud-minus-bold-duotone"]="rbxassetid://97203047794277", -["cloud-minus-broken"]="rbxassetid://79552971364873", -["cloud-minus-line-duotone"]="rbxassetid://108543936139096", -["cloud-minus-linear"]="rbxassetid://110707507670980", -["cloud-minus-outline"]="rbxassetid://113917225655824", -["cloud-outline"]="rbxassetid://79443960171489", -["cloud-plus-bold"]="rbxassetid://132303686006509", -["cloud-plus-bold-duotone"]="rbxassetid://82488146813869", -["cloud-plus-broken"]="rbxassetid://76517551186359", -["cloud-plus-line-duotone"]="rbxassetid://107558951770317", -["cloud-plus-linear"]="rbxassetid://98598912948463", -["cloud-plus-outline"]="rbxassetid://98709746801001", -["cloud-rain-bold"]="rbxassetid://110376108133266", -["cloud-rain-bold-duotone"]="rbxassetid://104500560880915", -["cloud-rain-broken"]="rbxassetid://131565928903144", -["cloud-rain-line-duotone"]="rbxassetid://109911852046842", -["cloud-rain-linear"]="rbxassetid://90187324726797", -["cloud-rain-outline"]="rbxassetid://97100962849936", -["cloud-snowfall-bold"]="rbxassetid://94426070651598", -["cloud-snowfall-bold-duotone"]="rbxassetid://123489954848168", -["cloud-snowfall-broken"]="rbxassetid://105460049357099", -["cloud-snowfall-line-duotone"]="rbxassetid://93456571334081", -["cloud-snowfall-linear"]="rbxassetid://112157098300732", -["cloud-snowfall-minimalistic-bold"]="rbxassetid://96006117954227", -["cloud-snowfall-minimalistic-bold-duotone"]="rbxassetid://101068216689702", -["cloud-snowfall-minimalistic-broken"]="rbxassetid://110272105218818", -["cloud-snowfall-minimalistic-line-duotone"]="rbxassetid://132293972187656", -["cloud-snowfall-minimalistic-linear"]="rbxassetid://71003450232314", -["cloud-snowfall-minimalistic-outline"]="rbxassetid://133664748944945", -["cloud-snowfall-outline"]="rbxassetid://92679090413888", -["cloud-storage-bold"]="rbxassetid://129700043644165", -["cloud-storage-bold-duotone"]="rbxassetid://108785793364247", -["cloud-storage-broken"]="rbxassetid://90423004541085", -["cloud-storage-line-duotone"]="rbxassetid://82015935764451", -["cloud-storage-linear"]="rbxassetid://119222494179607", -["cloud-storage-outline"]="rbxassetid://95649570453599", -["cloud-storm-bold"]="rbxassetid://113745543435089", -["cloud-storm-bold-duotone"]="rbxassetid://128479591573728", -["cloud-storm-broken"]="rbxassetid://131673521663983", -["cloud-storm-line-duotone"]="rbxassetid://121867080816453", -["cloud-storm-linear"]="rbxassetid://84810902098135", -["cloud-storm-outline"]="rbxassetid://94736342081629", -["cloud-sun-2-bold"]="rbxassetid://115449627128729", -["cloud-sun-2-bold-duotone"]="rbxassetid://127980020019903", -["cloud-sun-2-broken"]="rbxassetid://87719288938198", -["cloud-sun-2-line-duotone"]="rbxassetid://138500301419293", -["cloud-sun-2-linear"]="rbxassetid://127781236991755", -["cloud-sun-2-outline"]="rbxassetid://122389616251485", -["cloud-sun-bold"]="rbxassetid://83282999774503", -["cloud-sun-bold-duotone"]="rbxassetid://98117278227303", -["cloud-sun-broken"]="rbxassetid://73408795801780", -["cloud-sun-line-duotone"]="rbxassetid://92895630960627", -["cloud-sun-linear"]="rbxassetid://93611987480506", -["cloud-sun-outline"]="rbxassetid://74740571396747", -["cloud-upload-bold"]="rbxassetid://138593101904781", -["cloud-upload-bold-duotone"]="rbxassetid://79230957505992", -["cloud-upload-broken"]="rbxassetid://80305097655727", -["cloud-upload-line-duotone"]="rbxassetid://127478942853514", -["cloud-upload-linear"]="rbxassetid://131949303419310", -["cloud-upload-outline"]="rbxassetid://103996982458604", -["cloud-waterdrop-bold"]="rbxassetid://135781878918524", -["cloud-waterdrop-bold-duotone"]="rbxassetid://130954636370104", -["cloud-waterdrop-broken"]="rbxassetid://127458094660887", -["cloud-waterdrop-line-duotone"]="rbxassetid://136229513619913", -["cloud-waterdrop-linear"]="rbxassetid://129616179482675", -["cloud-waterdrop-outline"]="rbxassetid://103553470660739", -["cloud-waterdrops-bold"]="rbxassetid://80640158841131", -["cloud-waterdrops-bold-duotone"]="rbxassetid://124812394501989", -["cloud-waterdrops-broken"]="rbxassetid://85711833250828", -["cloud-waterdrops-line-duotone"]="rbxassetid://78043042337704", -["cloud-waterdrops-linear"]="rbxassetid://136782945573441", -["cloud-waterdrops-outline"]="rbxassetid://136203507877698", -["clouds-bold"]="rbxassetid://110655074990085", -["clouds-bold-duotone"]="rbxassetid://87424957646958", -["clouds-broken"]="rbxassetid://91889951278631", -["clouds-line-duotone"]="rbxassetid://77638340459973", -["clouds-linear"]="rbxassetid://106325783188792", -["clouds-outline"]="rbxassetid://140137709684950", -["cloudy-moon-bold"]="rbxassetid://96621356274700", -["cloudy-moon-bold-duotone"]="rbxassetid://93409587124330", -["cloudy-moon-broken"]="rbxassetid://138948250349350", -["cloudy-moon-line-duotone"]="rbxassetid://77489991981837", -["cloudy-moon-linear"]="rbxassetid://83013577897771", -["cloudy-moon-outline"]="rbxassetid://103409119071756", -["clound-cross-bold"]="rbxassetid://134825811343636", -["clound-cross-bold-duotone"]="rbxassetid://97339420929223", -["clound-cross-broken"]="rbxassetid://139581075946995", -["clound-cross-line-duotone"]="rbxassetid://94138789157830", -["clound-cross-linear"]="rbxassetid://127388876074658", -["clound-cross-outline"]="rbxassetid://75741056439829", -["code-2-bold"]="rbxassetid://137645011895167", -["code-2-bold-duotone"]="rbxassetid://99093716815253", -["code-2-broken"]="rbxassetid://118142548210528", -["code-2-line-duotone"]="rbxassetid://111502608077087", -["code-2-linear"]="rbxassetid://107761719517952", -["code-2-outline"]="rbxassetid://86892294588869", -["code-bold"]="rbxassetid://137231383216181", -["code-bold-duotone"]="rbxassetid://87477421173190", -["code-broken"]="rbxassetid://83985142020042", -["code-circle-bold"]="rbxassetid://97156044146678", -["code-circle-bold-duotone"]="rbxassetid://72788820997166", -["code-circle-broken"]="rbxassetid://140518523585372", -["code-circle-line-duotone"]="rbxassetid://122511578651615", -["code-circle-linear"]="rbxassetid://79923303118259", -["code-circle-outline"]="rbxassetid://79372775681994", -["code-file-bold"]="rbxassetid://117837330462036", -["code-file-bold-duotone"]="rbxassetid://80252160837681", -["code-file-broken"]="rbxassetid://80306494681603", -["code-file-line-duotone"]="rbxassetid://82701628776848", -["code-file-linear"]="rbxassetid://99683106045621", -["code-file-outline"]="rbxassetid://102524030310372", -["code-line-duotone"]="rbxassetid://105648634338774", -["code-linear"]="rbxassetid://109930570333915", -["code-outline"]="rbxassetid://73065550641942", -["code-scan-bold"]="rbxassetid://83531616308724", -["code-scan-bold-duotone"]="rbxassetid://136856930098172", -["code-scan-broken"]="rbxassetid://94087595293736", -["code-scan-line-duotone"]="rbxassetid://108502381381196", -["code-scan-linear"]="rbxassetid://96473463871009", -["code-scan-outline"]="rbxassetid://110871001267313", -["code-square-bold"]="rbxassetid://111042135639244", -["code-square-bold-duotone"]="rbxassetid://129495880796219", -["code-square-broken"]="rbxassetid://132692943019155", -["code-square-line-duotone"]="rbxassetid://78239786894244", -["code-square-linear"]="rbxassetid://130131718544415", -["code-square-outline"]="rbxassetid://115350744472614", -["colour-tuneing-bold"]="rbxassetid://79820790543002", -["colour-tuneing-bold-duotone"]="rbxassetid://131833976201897", -["colour-tuneing-broken"]="rbxassetid://110884475404047", -["colour-tuneing-line-duotone"]="rbxassetid://113905249556419", -["colour-tuneing-linear"]="rbxassetid://137075588512445", -["colour-tuneing-outline"]="rbxassetid://137232099567881", -["command-bold"]="rbxassetid://93159922068420", -["command-bold-duotone"]="rbxassetid://85050048205390", -["command-broken"]="rbxassetid://129616946081751", -["command-line-duotone"]="rbxassetid://74001438356243", -["command-linear"]="rbxassetid://136766204691147", -["command-outline"]="rbxassetid://73264570652834", -["compass-big-bold"]="rbxassetid://124869961638781", -["compass-big-bold-duotone"]="rbxassetid://73383740939011", -["compass-big-broken"]="rbxassetid://122815946213888", -["compass-big-line-duotone"]="rbxassetid://75378930983276", -["compass-big-linear"]="rbxassetid://110562608763691", -["compass-big-outline"]="rbxassetid://106574298145063", -["compass-bold"]="rbxassetid://127242665382390", -["compass-bold-duotone"]="rbxassetid://131939590771870", -["compass-broken"]="rbxassetid://103186223210441", -["compass-line-duotone"]="rbxassetid://94081055932673", -["compass-linear"]="rbxassetid://77856425511260", -["compass-outline"]="rbxassetid://79071127676648", -["compass-square-bold"]="rbxassetid://73284095554635", -["compass-square-bold-duotone"]="rbxassetid://75031122098155", -["compass-square-broken"]="rbxassetid://86044218768838", -["compass-square-line-duotone"]="rbxassetid://110035538777502", -["compass-square-linear"]="rbxassetid://84548496813882", -["compass-square-outline"]="rbxassetid://92267922848372", -["condicioner-2-bold"]="rbxassetid://112356125215271", -["condicioner-2-bold-duotone"]="rbxassetid://90318827798537", -["condicioner-2-broken"]="rbxassetid://83447615284140", -["condicioner-2-line-duotone"]="rbxassetid://108651222564990", -["condicioner-2-linear"]="rbxassetid://95628677549208", -["condicioner-2-outline"]="rbxassetid://127282409203282", -["condicioner-bold"]="rbxassetid://88254629086164", -["condicioner-bold-duotone"]="rbxassetid://95423803142797", -["condicioner-broken"]="rbxassetid://91367495657207", -["condicioner-line-duotone"]="rbxassetid://106048872095508", -["condicioner-linear"]="rbxassetid://135836039748060", -["condicioner-outline"]="rbxassetid://137646431444836", -["confetti-bold"]="rbxassetid://88722678775088", -["confetti-bold-duotone"]="rbxassetid://116751973403393", -["confetti-broken"]="rbxassetid://90957048015329", -["confetti-line-duotone"]="rbxassetid://117553889230965", -["confetti-linear"]="rbxassetid://106037009536308", -["confetti-minimalistic-bold"]="rbxassetid://115073951260212", -["confetti-minimalistic-bold-duotone"]="rbxassetid://83637136661727", -["confetti-minimalistic-broken"]="rbxassetid://122022678637538", -["confetti-minimalistic-line-duotone"]="rbxassetid://75961431719838", -["confetti-minimalistic-linear"]="rbxassetid://140243175919062", -["confetti-minimalistic-outline"]="rbxassetid://134349369884601", -["confetti-outline"]="rbxassetid://116871576302680", -["confounded-circle-bold"]="rbxassetid://118941931906260", -["confounded-circle-bold-duotone"]="rbxassetid://126700061579731", -["confounded-circle-broken"]="rbxassetid://77602777258651", -["confounded-circle-line-duotone"]="rbxassetid://102480921645164", -["confounded-circle-linear"]="rbxassetid://129074444114106", -["confounded-circle-outline"]="rbxassetid://131843769345899", -["confounded-square-bold"]="rbxassetid://74327663573532", -["confounded-square-bold-duotone"]="rbxassetid://83944406461050", -["confounded-square-broken"]="rbxassetid://107339622137272", -["confounded-square-line-duotone"]="rbxassetid://91486830570889", -["confounded-square-linear"]="rbxassetid://119671981452318", -["confounded-square-outline"]="rbxassetid://107222563771065", -["copy-bold"]="rbxassetid://107485544510830", -["copy-bold-duotone"]="rbxassetid://132111453165044", -["copy-broken"]="rbxassetid://117903219790874", -["copy-line-duotone"]="rbxassetid://74633137231916", -["copy-linear"]="rbxassetid://111224245852715", -["copy-outline"]="rbxassetid://83810487915409", -["copyright-bold"]="rbxassetid://98543286923978", -["copyright-bold-duotone"]="rbxassetid://118728944929042", -["copyright-broken"]="rbxassetid://120689454741131", -["copyright-line-duotone"]="rbxassetid://120171293887015", -["copyright-linear"]="rbxassetid://120679955550091", -["copyright-outline"]="rbxassetid://135848160836433", -["corkscrew-bold"]="rbxassetid://75063608922953", -["corkscrew-bold-duotone"]="rbxassetid://107661613888931", -["corkscrew-broken"]="rbxassetid://106535177494358", -["corkscrew-line-duotone"]="rbxassetid://129314792079691", -["corkscrew-linear"]="rbxassetid://121090556587521", -["corkscrew-outline"]="rbxassetid://105207741746095", -["cosmetic-bold"]="rbxassetid://131731033115365", -["cosmetic-bold-duotone"]="rbxassetid://131451442842296", -["cosmetic-broken"]="rbxassetid://91949877066275", -["cosmetic-line-duotone"]="rbxassetid://107602901802126", -["cosmetic-linear"]="rbxassetid://72335537727977", -["cosmetic-outline"]="rbxassetid://136143034149982", -["course-down-bold"]="rbxassetid://117677816719749", -["course-down-bold-duotone"]="rbxassetid://127013208094268", -["course-down-broken"]="rbxassetid://126796869521931", -["course-down-line-duotone"]="rbxassetid://95938925320412", -["course-down-linear"]="rbxassetid://87541808534949", -["course-down-outline"]="rbxassetid://87115920464432", -["course-up-bold"]="rbxassetid://117921035948036", -["course-up-bold-duotone"]="rbxassetid://119863394192405", -["course-up-broken"]="rbxassetid://103352489245571", -["course-up-line-duotone"]="rbxassetid://138642389635929", -["course-up-linear"]="rbxassetid://120497421130472", -["course-up-outline"]="rbxassetid://122755526000042", -["cpu-bold"]="rbxassetid://131156235725075", -["cpu-bold-duotone"]="rbxassetid://91019291873981", -["cpu-bolt-bold"]="rbxassetid://92919014193893", -["cpu-bolt-bold-duotone"]="rbxassetid://122854376685667", -["cpu-bolt-broken"]="rbxassetid://71310461741448", -["cpu-bolt-line-duotone"]="rbxassetid://115563890557209", -["cpu-bolt-linear"]="rbxassetid://117526021929404", -["cpu-bolt-outline"]="rbxassetid://137220938257682", -["cpu-broken"]="rbxassetid://120300862461432", -["cpu-line-duotone"]="rbxassetid://121830073831794", -["cpu-linear"]="rbxassetid://108057220318686", -["cpu-outline"]="rbxassetid://136146063326575", -["creative-commons-bold"]="rbxassetid://111834716132240", -["creative-commons-bold-duotone"]="rbxassetid://98847498593762", -["creative-commons-broken"]="rbxassetid://140198537043405", -["creative-commons-line-duotone"]="rbxassetid://97050996094286", -["creative-commons-linear"]="rbxassetid://121044282652392", -["creative-commons-outline"]="rbxassetid://139525147926272", -["crop-bold"]="rbxassetid://116305623512280", -["crop-bold-duotone"]="rbxassetid://109060350489791", -["crop-broken"]="rbxassetid://116053128588600", -["crop-line-duotone"]="rbxassetid://127506263343885", -["crop-linear"]="rbxassetid://121031337259927", -["crop-minimalistic-bold"]="rbxassetid://105158350951533", -["crop-minimalistic-bold-duotone"]="rbxassetid://140539903498856", -["crop-minimalistic-broken"]="rbxassetid://137714676995842", -["crop-minimalistic-line-duotone"]="rbxassetid://135785100338296", -["crop-minimalistic-linear"]="rbxassetid://107214143466309", -["crop-minimalistic-outline"]="rbxassetid://129324957475704", -["crop-outline"]="rbxassetid://125428074561130", -["crown-bold"]="rbxassetid://116760779834746", -["crown-bold-duotone"]="rbxassetid://103988274003121", -["crown-broken"]="rbxassetid://136407936096865", -["crown-line-bold"]="rbxassetid://131457704283344", -["crown-line-bold-duotone"]="rbxassetid://112540816398643", -["crown-line-broken"]="rbxassetid://124263734837840", -["crown-line-duotone"]="rbxassetid://91672412524824", -["crown-line-line-duotone"]="rbxassetid://108060338684675", -["crown-line-linear"]="rbxassetid://139687658336147", -["crown-line-outline"]="rbxassetid://80621536965379", -["crown-linear"]="rbxassetid://77828841932726", -["crown-minimalistic-bold"]="rbxassetid://119226611739930", -["crown-minimalistic-bold-duotone"]="rbxassetid://114508389368711", -["crown-minimalistic-broken"]="rbxassetid://120344247095419", -["crown-minimalistic-line-duotone"]="rbxassetid://80732396613707", -["crown-minimalistic-linear"]="rbxassetid://105353752558527", -["crown-minimalistic-outline"]="rbxassetid://131362459189956", -["crown-outline"]="rbxassetid://88375405140109", -["crown-star-bold"]="rbxassetid://137184309074044", -["crown-star-bold-duotone"]="rbxassetid://94822470216973", -["crown-star-broken"]="rbxassetid://130800975472761", -["crown-star-line-duotone"]="rbxassetid://104375596034225", -["crown-star-linear"]="rbxassetid://104848177624084", -["crown-star-outline"]="rbxassetid://78471265535626", -["cup-bold"]="rbxassetid://76713390911381", -["cup-bold-1"]="rbxassetid://88181752012475", -["cup-bold-duotone"]="rbxassetid://117151956991684", -["cup-bold-duotone-1"]="rbxassetid://93043034524825", -["cup-broken"]="rbxassetid://122813676149570", -["cup-broken-1"]="rbxassetid://124479247604229", -["cup-first-bold"]="rbxassetid://84944194486522", -["cup-first-bold-duotone"]="rbxassetid://108178423067196", -["cup-first-broken"]="rbxassetid://94815637029913", -["cup-first-line-duotone"]="rbxassetid://112232340338333", -["cup-first-linear"]="rbxassetid://100101376743925", -["cup-first-outline"]="rbxassetid://77713403758773", -["cup-hot-bold"]="rbxassetid://126345557452931", -["cup-hot-bold-duotone"]="rbxassetid://85818233708855", -["cup-hot-broken"]="rbxassetid://134993309078196", -["cup-hot-line-duotone"]="rbxassetid://90830103793354", -["cup-hot-linear"]="rbxassetid://130943615175893", -["cup-hot-outline"]="rbxassetid://80932619984570", -["cup-line-duotone"]="rbxassetid://86442976930977", -["cup-line-duotone-1"]="rbxassetid://136951236221327", -["cup-linear"]="rbxassetid://101051091422909", -["cup-linear-1"]="rbxassetid://114839403116043", -["cup-music-bold"]="rbxassetid://126100709562505", -["cup-music-bold-duotone"]="rbxassetid://118179005341476", -["cup-music-broken"]="rbxassetid://81451749063322", -["cup-music-line-duotone"]="rbxassetid://72302607431646", -["cup-music-linear"]="rbxassetid://128738947472829", -["cup-music-outline"]="rbxassetid://135697466317657", -["cup-outline"]="rbxassetid://110736788658733", -["cup-outline-1"]="rbxassetid://89444214223832", -["cup-paper-bold"]="rbxassetid://84717823163319", -["cup-paper-bold-duotone"]="rbxassetid://120573949246063", -["cup-paper-broken"]="rbxassetid://89601548648778", -["cup-paper-line-duotone"]="rbxassetid://76437953620238", -["cup-paper-linear"]="rbxassetid://111929479129834", -["cup-paper-outline"]="rbxassetid://135758775100187", -["cup-star-bold"]="rbxassetid://124495333491453", -["cup-star-bold-duotone"]="rbxassetid://107099402233053", -["cup-star-broken"]="rbxassetid://73927921474611", -["cup-star-line-duotone"]="rbxassetid://116335228497180", -["cup-star-linear"]="rbxassetid://111453583163617", -["cup-star-outline"]="rbxassetid://114288610238441", -["cursor-bold"]="rbxassetid://82682091622365", -["cursor-bold-duotone"]="rbxassetid://76995408522794", -["cursor-broken"]="rbxassetid://120967383007725", -["cursor-line-duotone"]="rbxassetid://81183452667624", -["cursor-linear"]="rbxassetid://86545848910311", -["cursor-outline"]="rbxassetid://74135384716602", -["cursor-square-bold"]="rbxassetid://90390554022785", -["cursor-square-bold-duotone"]="rbxassetid://127963397151089", -["cursor-square-broken"]="rbxassetid://125171630832447", -["cursor-square-line-duotone"]="rbxassetid://115712985425746", -["cursor-square-linear"]="rbxassetid://130999137896641", -["cursor-square-outline"]="rbxassetid://71294227522736", -["danger-bold"]="rbxassetid://112161288264181", -["danger-bold-duotone"]="rbxassetid://119651283722501", -["danger-broken"]="rbxassetid://128687045046394", -["danger-circle-bold"]="rbxassetid://118792892342823", -["danger-circle-bold-duotone"]="rbxassetid://81131105142874", -["danger-circle-broken"]="rbxassetid://137354149424410", -["danger-circle-line-duotone"]="rbxassetid://70711270393926", -["danger-circle-linear"]="rbxassetid://92131163777941", -["danger-circle-outline"]="rbxassetid://114586707089205", -["danger-line-duotone"]="rbxassetid://134837355174212", -["danger-linear"]="rbxassetid://139497643685585", -["danger-outline"]="rbxassetid://92302923824962", -["danger-square-bold"]="rbxassetid://82318061319530", -["danger-square-bold-duotone"]="rbxassetid://121601954649393", -["danger-square-broken"]="rbxassetid://104047382581324", -["danger-square-line-duotone"]="rbxassetid://71926324946127", -["danger-square-linear"]="rbxassetid://122701068528288", -["danger-square-outline"]="rbxassetid://126117710551626", -["danger-triangle-bold"]="rbxassetid://111725057016862", -["danger-triangle-bold-duotone"]="rbxassetid://99435569679708", -["danger-triangle-broken"]="rbxassetid://107859193403224", -["danger-triangle-line-duotone"]="rbxassetid://123727722203119", -["danger-triangle-linear"]="rbxassetid://84504728099562", -["danger-triangle-outline"]="rbxassetid://109823738696405", -["database-bold"]="rbxassetid://114209748010261", -["database-bold-duotone"]="rbxassetid://99797210152439", -["database-broken"]="rbxassetid://95001080101595", -["database-line-duotone"]="rbxassetid://107603617075287", -["database-linear"]="rbxassetid://82892211900244", -["database-outline"]="rbxassetid://123783295036985", -["delivery-bold"]="rbxassetid://140037605911561", -["delivery-bold-duotone"]="rbxassetid://79053804846791", -["delivery-broken"]="rbxassetid://119252775841427", -["delivery-line-duotone"]="rbxassetid://100046061013760", -["delivery-linear"]="rbxassetid://110294701228278", -["delivery-outline"]="rbxassetid://108619882980470", -["devices-bold"]="rbxassetid://124420224859502", -["devices-bold-duotone"]="rbxassetid://90658635493477", -["devices-broken"]="rbxassetid://101705886428765", -["devices-line-duotone"]="rbxassetid://70540744174094", -["devices-linear"]="rbxassetid://107337283560966", -["devices-outline"]="rbxassetid://132130839225164", -["diagram-down-bold"]="rbxassetid://125656875303554", -["diagram-down-bold-duotone"]="rbxassetid://86137955793423", -["diagram-down-broken"]="rbxassetid://94418415532457", -["diagram-down-line-duotone"]="rbxassetid://113949699772190", -["diagram-down-linear"]="rbxassetid://100539136648580", -["diagram-down-outline"]="rbxassetid://117440868862507", -["diagram-up-bold"]="rbxassetid://136990905295365", -["diagram-up-bold-duotone"]="rbxassetid://125748601003291", -["diagram-up-broken"]="rbxassetid://130806206084451", -["diagram-up-line-duotone"]="rbxassetid://115646138656013", -["diagram-up-linear"]="rbxassetid://136885197428471", -["diagram-up-outline"]="rbxassetid://104634481800023", -["dialog-2-bold"]="rbxassetid://139285095589548", -["dialog-2-bold-duotone"]="rbxassetid://136704464603920", -["dialog-2-broken"]="rbxassetid://83713147580879", -["dialog-2-line-duotone"]="rbxassetid://118333213198980", -["dialog-2-linear"]="rbxassetid://92602729629148", -["dialog-2-outline"]="rbxassetid://129337538032372", -["dialog-bold"]="rbxassetid://99959135295831", -["dialog-bold-duotone"]="rbxassetid://86213693537796", -["dialog-broken"]="rbxassetid://101216980048002", -["dialog-line-duotone"]="rbxassetid://92438859350409", -["dialog-linear"]="rbxassetid://104886023067756", -["dialog-outline"]="rbxassetid://73456495925407", -["diploma-bold"]="rbxassetid://139231126691097", -["diploma-bold-duotone"]="rbxassetid://116246801897922", -["diploma-broken"]="rbxassetid://85178037588087", -["diploma-line-duotone"]="rbxassetid://136962860554009", -["diploma-linear"]="rbxassetid://126622664475467", -["diploma-outline"]="rbxassetid://89014858898713", -["diploma-verified-bold"]="rbxassetid://130406838686147", -["diploma-verified-bold-duotone"]="rbxassetid://105118525477793", -["diploma-verified-broken"]="rbxassetid://94878648918668", -["diploma-verified-line-duotone"]="rbxassetid://89653205810320", -["diploma-verified-linear"]="rbxassetid://104458431640923", -["diploma-verified-outline"]="rbxassetid://124537212503002", -["diskette-bold"]="rbxassetid://100311085528798", -["diskette-bold-duotone"]="rbxassetid://131486348689723", -["diskette-broken"]="rbxassetid://110950484506196", -["diskette-line-duotone"]="rbxassetid://98759071765500", -["diskette-linear"]="rbxassetid://102474155591884", -["diskette-outline"]="rbxassetid://103932434170601", -["dislike-bold"]="rbxassetid://132142104138836", -["dislike-bold-duotone"]="rbxassetid://112583467455516", -["dislike-broken"]="rbxassetid://120957498806987", -["dislike-line-duotone"]="rbxassetid://97284912215323", -["dislike-linear"]="rbxassetid://90151548302891", -["dislike-outline"]="rbxassetid://86262823110593", -["display-bold"]="rbxassetid://80243112979186", -["display-bold-duotone"]="rbxassetid://86232405334050", -["display-broken"]="rbxassetid://77908122403769", -["display-line-duotone"]="rbxassetid://123122337038594", -["display-linear"]="rbxassetid://119821002798229", -["display-outline"]="rbxassetid://115220778184696", -["dna-bold"]="rbxassetid://127305757862516", -["dna-bold-duotone"]="rbxassetid://100749683457223", -["dna-broken"]="rbxassetid://106640049986946", -["dna-line-duotone"]="rbxassetid://127741586936233", -["dna-linear"]="rbxassetid://135495414466931", -["dna-outline"]="rbxassetid://92625926449605", -["document-add-bold"]="rbxassetid://85660538990593", -["document-add-bold-duotone"]="rbxassetid://121968451773234", -["document-add-broken"]="rbxassetid://101842840672551", -["document-add-line-duotone"]="rbxassetid://80163525907145", -["document-add-linear"]="rbxassetid://112635806090858", -["document-add-outline"]="rbxassetid://137473247410168", -["document-bold"]="rbxassetid://123316544392029", -["document-bold-1"]="rbxassetid://106321518245346", -["document-bold-duotone"]="rbxassetid://93554609252011", -["document-bold-duotone-1"]="rbxassetid://106479741245650", -["document-broken"]="rbxassetid://84132213205053", -["document-broken-1"]="rbxassetid://104124971559274", -["document-line-duotone"]="rbxassetid://95040216478134", -["document-line-duotone-1"]="rbxassetid://104967565383385", -["document-linear"]="rbxassetid://87480330652594", -["document-linear-1"]="rbxassetid://131429557615286", -["document-medicine-bold"]="rbxassetid://130572522666406", -["document-medicine-bold-duotone"]="rbxassetid://115381563689102", -["document-medicine-broken"]="rbxassetid://90236550221194", -["document-medicine-line-duotone"]="rbxassetid://110169012669419", -["document-medicine-linear"]="rbxassetid://82779005929278", -["document-medicine-outline"]="rbxassetid://134965977400880", -["document-outline"]="rbxassetid://89719023018490", -["document-outline-1"]="rbxassetid://70897942602484", -["document-text-bold"]="rbxassetid://128687888230039", -["document-text-bold-duotone"]="rbxassetid://122723665140989", -["document-text-broken"]="rbxassetid://104197259684208", -["document-text-line-duotone"]="rbxassetid://112441556279859", -["document-text-linear"]="rbxassetid://79199940500650", -["document-text-outline"]="rbxassetid://82628800588324", -["documents-bold"]="rbxassetid://108349883969750", -["documents-bold-duotone"]="rbxassetid://132097816367908", -["documents-broken"]="rbxassetid://109023563644748", -["documents-line-duotone"]="rbxassetid://113238376056933", -["documents-linear"]="rbxassetid://73862427430463", -["documents-minimalistic-bold"]="rbxassetid://81144114750181", -["documents-minimalistic-bold-duotone"]="rbxassetid://73538460709853", -["documents-minimalistic-broken"]="rbxassetid://102683477207912", -["documents-minimalistic-line-duotone"]="rbxassetid://130511144984870", -["documents-minimalistic-linear"]="rbxassetid://110874365632982", -["documents-minimalistic-outline"]="rbxassetid://92509545367992", -["documents-outline"]="rbxassetid://100832111043166", -["dollar-bold"]="rbxassetid://97783947612153", -["dollar-bold-duotone"]="rbxassetid://109115709640829", -["dollar-broken"]="rbxassetid://92900734471684", -["dollar-line-duotone"]="rbxassetid://71420735492684", -["dollar-linear"]="rbxassetid://138532290297611", -["dollar-minimalistic-bold"]="rbxassetid://127871092309095", -["dollar-minimalistic-bold-duotone"]="rbxassetid://80546520180170", -["dollar-minimalistic-broken"]="rbxassetid://125794248352904", -["dollar-minimalistic-line-duotone"]="rbxassetid://87185386779178", -["dollar-minimalistic-linear"]="rbxassetid://79436285510159", -["dollar-minimalistic-outline"]="rbxassetid://119604157500358", -["dollar-outline"]="rbxassetid://93591469789865", -["donut-bitten-bold"]="rbxassetid://112452617245651", -["donut-bitten-bold-duotone"]="rbxassetid://118049915824223", -["donut-bitten-broken"]="rbxassetid://115398994605264", -["donut-bitten-line-duotone"]="rbxassetid://89205683156662", -["donut-bitten-linear"]="rbxassetid://139332259998050", -["donut-bitten-outline"]="rbxassetid://89366591100345", -["donut-bold"]="rbxassetid://109027053388168", -["donut-bold-duotone"]="rbxassetid://132473322966942", -["donut-broken"]="rbxassetid://83429119675203", -["donut-line-duotone"]="rbxassetid://125154969652130", -["donut-linear"]="rbxassetid://84461075987495", -["donut-outline"]="rbxassetid://124792781204713", -["double-alt-arrow-down-bold"]="rbxassetid://110142860319495", -["double-alt-arrow-down-bold-duotone"]="rbxassetid://74861651965943", -["double-alt-arrow-down-broken"]="rbxassetid://134189036009138", -["double-alt-arrow-down-line-duotone"]="rbxassetid://138946115556743", -["double-alt-arrow-down-linear"]="rbxassetid://117516191153513", -["double-alt-arrow-down-outline"]="rbxassetid://93985728508595", -["double-alt-arrow-left-bold"]="rbxassetid://134102529597514", -["double-alt-arrow-left-bold-duotone"]="rbxassetid://96776692590258", -["double-alt-arrow-left-broken"]="rbxassetid://103217998481919", -["double-alt-arrow-left-line-duotone"]="rbxassetid://110620072861010", -["double-alt-arrow-left-linear"]="rbxassetid://126726129116939", -["double-alt-arrow-left-outline"]="rbxassetid://124042893711610", -["double-alt-arrow-right-bold"]="rbxassetid://128999993985654", -["double-alt-arrow-right-bold-duotone"]="rbxassetid://88880129713469", -["double-alt-arrow-right-broken"]="rbxassetid://110779697216712", -["double-alt-arrow-right-line-duotone"]="rbxassetid://82871438158949", -["double-alt-arrow-right-linear"]="rbxassetid://117762483117088", -["double-alt-arrow-right-outline"]="rbxassetid://114912566299186", -["double-alt-arrow-up-bold"]="rbxassetid://93701167749989", -["double-alt-arrow-up-bold-duotone"]="rbxassetid://109129965162120", -["double-alt-arrow-up-broken"]="rbxassetid://106928558821899", -["double-alt-arrow-up-line-duotone"]="rbxassetid://110154168390488", -["double-alt-arrow-up-linear"]="rbxassetid://111988073731937", -["double-alt-arrow-up-outline"]="rbxassetid://85675998910775", -["download-bold"]="rbxassetid://134000208220434", -["download-bold-duotone"]="rbxassetid://99042652972630", -["download-broken"]="rbxassetid://115651298821707", -["download-line-duotone"]="rbxassetid://78638876423991", -["download-linear"]="rbxassetid://102882499545345", -["download-minimalistic-bold"]="rbxassetid://89402481288235", -["download-minimalistic-bold-duotone"]="rbxassetid://107985210734947", -["download-minimalistic-broken"]="rbxassetid://114590043510413", -["download-minimalistic-line-duotone"]="rbxassetid://100667947579200", -["download-minimalistic-linear"]="rbxassetid://113502572441233", -["download-minimalistic-outline"]="rbxassetid://130906221276796", -["download-outline"]="rbxassetid://122645145224349", -["download-square-bold"]="rbxassetid://111797411162104", -["download-square-bold-duotone"]="rbxassetid://104694969402380", -["download-square-broken"]="rbxassetid://127965543582346", -["download-square-line-duotone"]="rbxassetid://98492772422072", -["download-square-linear"]="rbxassetid://72031667183922", -["download-square-outline"]="rbxassetid://116439110186803", -["download-twice-square-bold"]="rbxassetid://139792271820922", -["download-twice-square-bold-duotone"]="rbxassetid://83303592838549", -["download-twice-square-broken"]="rbxassetid://83744876009450", -["download-twice-square-line-duotone"]="rbxassetid://84555168420915", -["download-twice-square-linear"]="rbxassetid://136497581904980", -["download-twice-square-outline"]="rbxassetid://121636970008712", -["dropper-2-bold"]="rbxassetid://122172977394880", -["dropper-2-bold-duotone"]="rbxassetid://94200377440297", -["dropper-2-broken"]="rbxassetid://76064748312192", -["dropper-2-line-duotone"]="rbxassetid://109715427931374", -["dropper-2-linear"]="rbxassetid://126807623444991", -["dropper-2-outline"]="rbxassetid://130495928272642", -["dropper-3-bold"]="rbxassetid://124580567828410", -["dropper-3-bold-duotone"]="rbxassetid://105860712993635", -["dropper-3-broken"]="rbxassetid://108163917141635", -["dropper-3-line-duotone"]="rbxassetid://97217904980622", -["dropper-3-linear"]="rbxassetid://139426158642215", -["dropper-3-outline"]="rbxassetid://94573375522891", -["dropper-bold"]="rbxassetid://95034602778070", -["dropper-bold-duotone"]="rbxassetid://112860727551681", -["dropper-broken"]="rbxassetid://107466726897586", -["dropper-line-duotone"]="rbxassetid://117297385924027", -["dropper-linear"]="rbxassetid://138584758918074", -["dropper-minimalistic-2-bold"]="rbxassetid://113481866487508", -["dropper-minimalistic-2-bold-duotone"]="rbxassetid://136291854048143", -["dropper-minimalistic-2-broken"]="rbxassetid://98957518617114", -["dropper-minimalistic-2-line-duotone"]="rbxassetid://134940306473998", -["dropper-minimalistic-2-linear"]="rbxassetid://71405051205378", -["dropper-minimalistic-2-outline"]="rbxassetid://120335643080290", -["dropper-minimalistic-bold"]="rbxassetid://105304005315158", -["dropper-minimalistic-bold-duotone"]="rbxassetid://100025299001459", -["dropper-minimalistic-broken"]="rbxassetid://104884094060918", -["dropper-minimalistic-line-duotone"]="rbxassetid://76572669467506", -["dropper-minimalistic-linear"]="rbxassetid://75445207760641", -["dropper-minimalistic-outline"]="rbxassetid://108904854733911", -["dropper-outline"]="rbxassetid://118686123987958", -["dumbbell-bold"]="rbxassetid://99013666612743", -["dumbbell-bold-duotone"]="rbxassetid://138226524910516", -["dumbbell-broken"]="rbxassetid://116617188814102", -["dumbbell-large-bold"]="rbxassetid://129379737580753", -["dumbbell-large-bold-duotone"]="rbxassetid://72663520789849", -["dumbbell-large-broken"]="rbxassetid://85942392563539", -["dumbbell-large-line-duotone"]="rbxassetid://81921487954245", -["dumbbell-large-linear"]="rbxassetid://104725191095634", -["dumbbell-large-minimalistic-bold"]="rbxassetid://125799367645122", -["dumbbell-large-minimalistic-bold-duotone"]="rbxassetid://101013826041029", -["dumbbell-large-minimalistic-broken"]="rbxassetid://73775632762646", -["dumbbell-large-minimalistic-line-duotone"]="rbxassetid://102684919951180", -["dumbbell-large-minimalistic-linear"]="rbxassetid://117217232367047", -["dumbbell-large-minimalistic-outline"]="rbxassetid://98416741359048", -["dumbbell-large-outline"]="rbxassetid://125662618869253", -["dumbbell-line-duotone"]="rbxassetid://106695741510055", -["dumbbell-linear"]="rbxassetid://116431090545247", -["dumbbell-outline"]="rbxassetid://113308478125544", -["dumbbell-small-bold"]="rbxassetid://137874993693288", -["dumbbell-small-bold-duotone"]="rbxassetid://118432840389672", -["dumbbell-small-broken"]="rbxassetid://100242011393692", -["dumbbell-small-line-duotone"]="rbxassetid://127459169686528", -["dumbbell-small-linear"]="rbxassetid://116524699083664", -["dumbbell-small-outline"]="rbxassetid://88956090311221", -["dumbbells-2-bold"]="rbxassetid://118805487781369", -["dumbbells-2-bold-duotone"]="rbxassetid://99124152996359", -["dumbbells-2-broken"]="rbxassetid://111312449446311", -["dumbbells-2-line-duotone"]="rbxassetid://87587008592084", -["dumbbells-2-linear"]="rbxassetid://93841277441242", -["dumbbells-2-outline"]="rbxassetid://89636446903254", -["dumbbells-bold"]="rbxassetid://138680867501464", -["dumbbells-bold-duotone"]="rbxassetid://100253080853807", -["dumbbells-broken"]="rbxassetid://105995821644450", -["dumbbells-line-duotone"]="rbxassetid://100515319390023", -["dumbbells-linear"]="rbxassetid://76772278441260", -["dumbbells-outline"]="rbxassetid://116751740758011", -["earth-bold"]="rbxassetid://118828820753007", -["earth-bold-duotone"]="rbxassetid://72971689125862", -["earth-broken"]="rbxassetid://132518824958123", -["earth-line-duotone"]="rbxassetid://105541951907382", -["earth-linear"]="rbxassetid://114096061793100", -["earth-outline"]="rbxassetid://116304656844138", -["electric-refueling-bold"]="rbxassetid://84674148682167", -["electric-refueling-linear"]="rbxassetid://93154378934884", -["emoji-funny-circle-bold"]="rbxassetid://74881798923771", -["emoji-funny-circle-bold-duotone"]="rbxassetid://80729371131098", -["emoji-funny-circle-broken"]="rbxassetid://70754785311045", -["emoji-funny-circle-line-duotone"]="rbxassetid://123580320231128", -["emoji-funny-circle-linear"]="rbxassetid://140249937937630", -["emoji-funny-circle-outline"]="rbxassetid://132984714141620", -["emoji-funny-square-bold"]="rbxassetid://97591093867810", -["emoji-funny-square-bold-duotone"]="rbxassetid://126454622743535", -["emoji-funny-square-broken"]="rbxassetid://113865874540015", -["emoji-funny-square-line-duotone"]="rbxassetid://111689418406815", -["emoji-funny-square-linear"]="rbxassetid://119366033053458", -["emoji-funny-square-outline"]="rbxassetid://94943032229588", -["end-call-bold"]="rbxassetid://122558856077685", -["end-call-bold-duotone"]="rbxassetid://122862401101283", -["end-call-broken"]="rbxassetid://80637172822946", -["end-call-line-duotone"]="rbxassetid://72910933128195", -["end-call-linear"]="rbxassetid://102253973633618", -["end-call-outline"]="rbxassetid://85298263861166", -["end-call-rounded-bold"]="rbxassetid://139336956699060", -["end-call-rounded-bold-duotone"]="rbxassetid://100305606759804", -["end-call-rounded-broken"]="rbxassetid://74392219910694", -["end-call-rounded-line-duotone"]="rbxassetid://124983667623332", -["end-call-rounded-linear"]="rbxassetid://111314226747471", -["end-call-rounded-outline"]="rbxassetid://108386351964515", -["eraser-bold"]="rbxassetid://81891662012233", -["eraser-bold-duotone"]="rbxassetid://123903610368707", -["eraser-broken"]="rbxassetid://126617765244811", -["eraser-circle-bold"]="rbxassetid://102446186065177", -["eraser-circle-bold-duotone"]="rbxassetid://125977922678171", -["eraser-circle-broken"]="rbxassetid://127522933111933", -["eraser-circle-line-duotone"]="rbxassetid://113909156116055", -["eraser-circle-linear"]="rbxassetid://72335131334982", -["eraser-circle-outline"]="rbxassetid://130520044427709", -["eraser-line-duotone"]="rbxassetid://72209367891137", -["eraser-linear"]="rbxassetid://106430799834894", -["eraser-outline"]="rbxassetid://78782061886894", -["eraser-square-bold"]="rbxassetid://137934453495044", -["eraser-square-bold-duotone"]="rbxassetid://121474653687237", -["eraser-square-broken"]="rbxassetid://118780420739943", -["eraser-square-line-duotone"]="rbxassetid://120320661547298", -["eraser-square-linear"]="rbxassetid://80680054443991", -["eraser-square-outline"]="rbxassetid://98835206566643", -["euro-bold"]="rbxassetid://113440281886093", -["euro-bold-duotone"]="rbxassetid://113134303184294", -["euro-broken"]="rbxassetid://86956705502435", -["euro-line-duotone"]="rbxassetid://117429391978023", -["euro-linear"]="rbxassetid://74806316059322", -["euro-outline"]="rbxassetid://123731308519626", -["exit-bold"]="rbxassetid://72009230196343", -["exit-bold-duotone"]="rbxassetid://73117402515775", -["exit-broken"]="rbxassetid://80262278987036", -["exit-line-duotone"]="rbxassetid://95996943346195", -["exit-linear"]="rbxassetid://105821499776279", -["exit-outline"]="rbxassetid://129618813160886", -["explicit-bold"]="rbxassetid://134015297159246", -["explicit-bold-duotone"]="rbxassetid://98784707685794", -["explicit-broken"]="rbxassetid://83956243203008", -["explicit-line-duotone"]="rbxassetid://94508457160981", -["explicit-linear"]="rbxassetid://85567508251262", -["explicit-outline"]="rbxassetid://109799379520477", -["export-bold"]="rbxassetid://93612238113575", -["export-bold-duotone"]="rbxassetid://130238306757293", -["export-broken"]="rbxassetid://90660535724418", -["export-line-duotone"]="rbxassetid://111884642525588", -["export-linear"]="rbxassetid://139464289982069", -["export-outline"]="rbxassetid://114775860531365", -["expressionless-circle-bold"]="rbxassetid://83604478908797", -["expressionless-circle-bold-duotone"]="rbxassetid://124191905309820", -["expressionless-circle-broken"]="rbxassetid://122294216695084", -["expressionless-circle-line-duotone"]="rbxassetid://131559033390075", -["expressionless-circle-linear"]="rbxassetid://79005597992782", -["expressionless-circle-outline"]="rbxassetid://139175563067354", -["expressionless-square-bold"]="rbxassetid://129613755858803", -["expressionless-square-bold-duotone"]="rbxassetid://71759815009445", -["expressionless-square-broken"]="rbxassetid://134535384731342", -["expressionless-square-line-duotone"]="rbxassetid://105796865185611", -["expressionless-square-linear"]="rbxassetid://96799093958608", -["expressionless-square-outline"]="rbxassetid://131673734696720", -["eye-bold"]="rbxassetid://111781708911036", -["eye-bold-duotone"]="rbxassetid://81490767686611", -["eye-broken"]="rbxassetid://90598662321658", -["eye-closed-bold"]="rbxassetid://73923823679473", -["eye-closed-bold-duotone"]="rbxassetid://108464671443029", -["eye-closed-broken"]="rbxassetid://114321442980605", -["eye-closed-line-duotone"]="rbxassetid://80798005862698", -["eye-closed-linear"]="rbxassetid://101844240218072", -["eye-closed-outline"]="rbxassetid://125692455259053", -["eye-line-duotone"]="rbxassetid://110059418465428", -["eye-linear"]="rbxassetid://93071139016241", -["eye-outline"]="rbxassetid://100941689800124", -["eye-scan-bold"]="rbxassetid://93312767093758", -["eye-scan-bold-duotone"]="rbxassetid://130796688541105", -["eye-scan-broken"]="rbxassetid://115269945926325", -["eye-scan-line-duotone"]="rbxassetid://82079701331464", -["eye-scan-linear"]="rbxassetid://120904523330294", -["eye-scan-outline"]="rbxassetid://78177819776366", -["face-scan-circle-bold"]="rbxassetid://129962308796632", -["face-scan-circle-bold-duotone"]="rbxassetid://120101543559781", -["face-scan-circle-broken"]="rbxassetid://102951939770637", -["face-scan-circle-line-duotone"]="rbxassetid://129756478575958", -["face-scan-circle-linear"]="rbxassetid://117460966630658", -["face-scan-circle-outline"]="rbxassetid://116664750955861", -["face-scan-square-bold"]="rbxassetid://90370720213514", -["face-scan-square-bold-duotone"]="rbxassetid://102709417848628", -["face-scan-square-broken"]="rbxassetid://78002538418574", -["face-scan-square-line-duotone"]="rbxassetid://123428956320230", -["face-scan-square-linear"]="rbxassetid://97005221856225", -["face-scan-square-outline"]="rbxassetid://78737611908143", -["facemask-circle-bold"]="rbxassetid://88290637999492", -["facemask-circle-bold-duotone"]="rbxassetid://87278358804485", -["facemask-circle-broken"]="rbxassetid://112753646303602", -["facemask-circle-line-duotone"]="rbxassetid://99173749664196", -["facemask-circle-linear"]="rbxassetid://131928336240623", -["facemask-circle-outline"]="rbxassetid://106476611597411", -["facemask-square-bold"]="rbxassetid://91607748646701", -["facemask-square-bold-duotone"]="rbxassetid://127675222728613", -["facemask-square-broken"]="rbxassetid://137310697882197", -["facemask-square-line-duotone"]="rbxassetid://91948609424642", -["facemask-square-linear"]="rbxassetid://104372588341014", -["facemask-square-outline"]="rbxassetid://135870557293927", -["feed-bold"]="rbxassetid://115328363898492", -["feed-bold-duotone"]="rbxassetid://114340965335186", -["feed-broken"]="rbxassetid://83704921844879", -["feed-line-duotone"]="rbxassetid://137672852439675", -["feed-linear"]="rbxassetid://117114611876552", -["feed-outline"]="rbxassetid://72304181689796", -["ferris-wheel-bold"]="rbxassetid://80185923710401", -["ferris-wheel-bold-duotone"]="rbxassetid://85440526185267", -["ferris-wheel-broken"]="rbxassetid://118270789445126", -["ferris-wheel-line-duotone"]="rbxassetid://107784329973908", -["ferris-wheel-linear"]="rbxassetid://103271876259966", -["ferris-wheel-outline"]="rbxassetid://95687877593621", -["figma-bold"]="rbxassetid://113267603186495", -["figma-bold-duotone"]="rbxassetid://97180879795523", -["figma-broken"]="rbxassetid://97962262030939", -["figma-file-bold"]="rbxassetid://104470582924155", -["figma-file-bold-duotone"]="rbxassetid://71474085207148", -["figma-file-broken"]="rbxassetid://82179583011926", -["figma-file-line-duotone"]="rbxassetid://134326280909105", -["figma-file-linear"]="rbxassetid://122979171995373", -["figma-file-outline"]="rbxassetid://103268247305969", -["figma-line-duotone"]="rbxassetid://128333245071635", -["figma-linear"]="rbxassetid://108636940495886", -["figma-outline"]="rbxassetid://80331649453811", -["file-bold"]="rbxassetid://127490106584938", -["file-bold-duotone"]="rbxassetid://122853880054941", -["file-broken"]="rbxassetid://121379664201347", -["file-check-bold"]="rbxassetid://88089106708652", -["file-check-bold-duotone"]="rbxassetid://80004382746462", -["file-check-broken"]="rbxassetid://129561565970907", -["file-check-line-duotone"]="rbxassetid://82258349006036", -["file-check-linear"]="rbxassetid://102375026983236", -["file-check-outline"]="rbxassetid://100078989033736", -["file-corrupted-bold"]="rbxassetid://123534996424728", -["file-corrupted-bold-duotone"]="rbxassetid://114158917376730", -["file-corrupted-broken"]="rbxassetid://79425851527880", -["file-corrupted-line-duotone"]="rbxassetid://114361656123028", -["file-corrupted-linear"]="rbxassetid://112687346334482", -["file-corrupted-outline"]="rbxassetid://73646818764697", -["file-download-bold"]="rbxassetid://109242258818317", -["file-download-bold-duotone"]="rbxassetid://99649770614124", -["file-download-broken"]="rbxassetid://84335669795506", -["file-download-line-duotone"]="rbxassetid://72453849027433", -["file-download-linear"]="rbxassetid://116110362115369", -["file-download-outline"]="rbxassetid://116639865090154", -["file-favourite-bold"]="rbxassetid://80480987060536", -["file-favourite-bold-duotone"]="rbxassetid://71920660498375", -["file-favourite-broken"]="rbxassetid://140074594975408", -["file-favourite-line-duotone"]="rbxassetid://138527374567767", -["file-favourite-linear"]="rbxassetid://134389824303143", -["file-favourite-outline"]="rbxassetid://90334595757988", -["file-left-bold"]="rbxassetid://133611650958098", -["file-left-bold-duotone"]="rbxassetid://132650758943220", -["file-left-broken"]="rbxassetid://123768760888545", -["file-left-line-duotone"]="rbxassetid://136303320217772", -["file-left-linear"]="rbxassetid://112574106961243", -["file-left-outline"]="rbxassetid://85819175806157", -["file-line-duotone"]="rbxassetid://89003108425313", -["file-linear"]="rbxassetid://136816437545923", -["file-outline"]="rbxassetid://95781058958923", -["file-remove-bold"]="rbxassetid://136407677886932", -["file-remove-bold-duotone"]="rbxassetid://71576517801936", -["file-remove-broken"]="rbxassetid://94174851715099", -["file-remove-line-duotone"]="rbxassetid://132247033586098", -["file-remove-linear"]="rbxassetid://81887151019113", -["file-remove-outline"]="rbxassetid://140438464807412", -["file-right-bold"]="rbxassetid://117014199354662", -["file-right-bold-duotone"]="rbxassetid://132304449000158", -["file-right-broken"]="rbxassetid://92755775842986", -["file-right-line-duotone"]="rbxassetid://134691616714631", -["file-right-linear"]="rbxassetid://134319064922513", -["file-right-outline"]="rbxassetid://95640169303743", -["file-send-bold"]="rbxassetid://100302492978636", -["file-send-bold-duotone"]="rbxassetid://78574640577721", -["file-send-broken"]="rbxassetid://117541582441298", -["file-send-line-duotone"]="rbxassetid://92997630594654", -["file-send-linear"]="rbxassetid://70559594555652", -["file-send-outline"]="rbxassetid://114535220409110", -["file-smile-bold"]="rbxassetid://139433602139427", -["file-smile-bold-duotone"]="rbxassetid://91134493740328", -["file-smile-broken"]="rbxassetid://108933233612891", -["file-smile-line-duotone"]="rbxassetid://80954156361704", -["file-smile-linear"]="rbxassetid://110983921570635", -["file-smile-outline"]="rbxassetid://101566621754491", -["file-text-bold"]="rbxassetid://111955813704021", -["file-text-bold-duotone"]="rbxassetid://129678879263925", -["file-text-broken"]="rbxassetid://132856338857273", -["file-text-line-duotone"]="rbxassetid://137970501990736", -["file-text-linear"]="rbxassetid://93537225041770", -["file-text-outline"]="rbxassetid://118664926580957", -["filter-bold"]="rbxassetid://90067333688266", -["filter-bold-duotone"]="rbxassetid://81919417864319", -["filter-broken"]="rbxassetid://116313049286370", -["filter-line-duotone"]="rbxassetid://104491554909752", -["filter-linear"]="rbxassetid://121549568563199", -["filter-outline"]="rbxassetid://90208001663162", -["filters-bold"]="rbxassetid://84580916979375", -["filters-bold-duotone"]="rbxassetid://109731191301014", -["filters-broken"]="rbxassetid://123954174737552", -["filters-line-duotone"]="rbxassetid://84467459296190", -["filters-linear"]="rbxassetid://106668062715802", -["filters-outline"]="rbxassetid://136651321895364", -["fire-bold"]="rbxassetid://135755743158580", -["fire-bold-duotone"]="rbxassetid://120730595514033", -["fire-broken"]="rbxassetid://98810806247947", -["fire-line-duotone"]="rbxassetid://110139660467987", -["fire-linear"]="rbxassetid://95185774022524", -["fire-minimalistic-bold"]="rbxassetid://112705408693172", -["fire-minimalistic-bold-duotone"]="rbxassetid://120840967257254", -["fire-minimalistic-broken"]="rbxassetid://116512074703850", -["fire-minimalistic-line-duotone"]="rbxassetid://101100496388158", -["fire-minimalistic-linear"]="rbxassetid://103409933007515", -["fire-minimalistic-outline"]="rbxassetid://76962055371194", -["fire-outline"]="rbxassetid://131760015213908", -["fire-square-bold"]="rbxassetid://106629004615972", -["fire-square-bold-duotone"]="rbxassetid://79456812050945", -["fire-square-broken"]="rbxassetid://96831519245024", -["fire-square-line-duotone"]="rbxassetid://91617614653914", -["fire-square-linear"]="rbxassetid://102603844472804", -["fire-square-outline"]="rbxassetid://140237270826915", -["flag-2-bold"]="rbxassetid://111210658608794", -["flag-2-bold-duotone"]="rbxassetid://110105579107342", -["flag-2-broken"]="rbxassetid://96225832414166", -["flag-2-line-duotone"]="rbxassetid://108305838757657", -["flag-2-linear"]="rbxassetid://130715065578825", -["flag-2-outline"]="rbxassetid://103960203663144", -["flag-bold"]="rbxassetid://123419720240176", -["flag-bold-duotone"]="rbxassetid://92726472190290", -["flag-broken"]="rbxassetid://129524371891788", -["flag-line-duotone"]="rbxassetid://99849917574886", -["flag-linear"]="rbxassetid://78601236870633", -["flag-outline"]="rbxassetid://74472970542812", -["flame-bold"]="rbxassetid://136450031647569", -["flame-bold-duotone"]="rbxassetid://136978818755982", -["flame-broken"]="rbxassetid://124754896778718", -["flame-line-duotone"]="rbxassetid://102453892989041", -["flame-linear"]="rbxassetid://71778267927645", -["flame-outline"]="rbxassetid://139810272208155", -["flash-drive-bold"]="rbxassetid://105112605057571", -["flash-drive-bold-duotone"]="rbxassetid://139947137765065", -["flash-drive-broken"]="rbxassetid://89158655212620", -["flash-drive-line-duotone"]="rbxassetid://139611254141704", -["flash-drive-linear"]="rbxassetid://97986841834753", -["flash-drive-outline"]="rbxassetid://129279682789435", -["flashlight-bold"]="rbxassetid://124411885818533", -["flashlight-bold-duotone"]="rbxassetid://126645291713775", -["flashlight-broken"]="rbxassetid://76696974200804", -["flashlight-line-duotone"]="rbxassetid://101366774130221", -["flashlight-linear"]="rbxassetid://96074161943667", -["flashlight-on-bold"]="rbxassetid://126279289380499", -["flashlight-on-bold-duotone"]="rbxassetid://72170330002836", -["flashlight-on-broken"]="rbxassetid://80415231343499", -["flashlight-on-line-duotone"]="rbxassetid://99911728401985", -["flashlight-on-linear"]="rbxassetid://104327893514348", -["flashlight-on-outline"]="rbxassetid://79950909786359", -["flashlight-outline"]="rbxassetid://91084882200314", -["flip-horizontal-bold"]="rbxassetid://110549717309186", -["flip-horizontal-bold-duotone"]="rbxassetid://131754948585625", -["flip-horizontal-broken"]="rbxassetid://93637989956682", -["flip-horizontal-line-duotone"]="rbxassetid://83023498314744", -["flip-horizontal-linear"]="rbxassetid://73668783390192", -["flip-horizontal-outline"]="rbxassetid://78097432329482", -["flip-vertical-bold"]="rbxassetid://129757687665927", -["flip-vertical-bold-duotone"]="rbxassetid://118549531467275", -["flip-vertical-broken"]="rbxassetid://135431584884683", -["flip-vertical-line-duotone"]="rbxassetid://73960011761963", -["flip-vertical-linear"]="rbxassetid://140367751462435", -["flip-vertical-outline"]="rbxassetid://102639972681513", -["floor-lamp-bold"]="rbxassetid://138946048809299", -["floor-lamp-bold-duotone"]="rbxassetid://89840586921857", -["floor-lamp-broken"]="rbxassetid://80242166975434", -["floor-lamp-line-duotone"]="rbxassetid://84301529569399", -["floor-lamp-linear"]="rbxassetid://126921195882966", -["floor-lamp-minimalistic-bold"]="rbxassetid://97386447919314", -["floor-lamp-minimalistic-bold-duotone"]="rbxassetid://133137546289521", -["floor-lamp-minimalistic-broken"]="rbxassetid://86309813203594", -["floor-lamp-minimalistic-line-duotone"]="rbxassetid://82950059396071", -["floor-lamp-minimalistic-linear"]="rbxassetid://99553569615709", -["floor-lamp-minimalistic-outline"]="rbxassetid://81767162418320", -["floor-lamp-outline"]="rbxassetid://108899904310049", -["fog-bold"]="rbxassetid://86201042014464", -["fog-bold-duotone"]="rbxassetid://83434738973570", -["fog-broken"]="rbxassetid://104125065829661", -["fog-line-duotone"]="rbxassetid://84775215809149", -["fog-linear"]="rbxassetid://78737898359265", -["fog-outline"]="rbxassetid://75847541099817", -["folder-2-bold"]="rbxassetid://76034753816998", -["folder-2-bold-duotone"]="rbxassetid://72013675486996", -["folder-2-broken"]="rbxassetid://73550407943874", -["folder-2-line-duotone"]="rbxassetid://82960349607855", -["folder-2-linear"]="rbxassetid://81948801120502", -["folder-2-outline"]="rbxassetid://91971667155588", -["folder-bold"]="rbxassetid://101207683756324", -["folder-bold-duotone"]="rbxassetid://109675455501592", -["folder-broken"]="rbxassetid://99233272682930", -["folder-check-bold"]="rbxassetid://121195076002492", -["folder-check-bold-duotone"]="rbxassetid://131344559584322", -["folder-check-broken"]="rbxassetid://87261301476234", -["folder-check-line-duotone"]="rbxassetid://136083618819546", -["folder-check-linear"]="rbxassetid://74289616759166", -["folder-check-outline"]="rbxassetid://138504893630173", -["folder-cloud-bold"]="rbxassetid://88660179875500", -["folder-cloud-bold-duotone"]="rbxassetid://92279176090497", -["folder-cloud-broken"]="rbxassetid://101321459814815", -["folder-cloud-line-duotone"]="rbxassetid://74064084977045", -["folder-cloud-linear"]="rbxassetid://130161278174338", -["folder-cloud-outline"]="rbxassetid://72138815517371", -["folder-error-bold"]="rbxassetid://113312905787220", -["folder-error-bold-duotone"]="rbxassetid://116758034338410", -["folder-error-broken"]="rbxassetid://108374508062796", -["folder-error-line-duotone"]="rbxassetid://114808436814972", -["folder-error-linear"]="rbxassetid://135779214752067", -["folder-error-outline"]="rbxassetid://100402271545213", -["folder-favourite-bookmark-bold"]="rbxassetid://121951599078771", -["folder-favourite-bookmark-bold-duotone"]="rbxassetid://98629378712421", -["folder-favourite-bookmark-broken"]="rbxassetid://99901884280493", -["folder-favourite-bookmark-line-duotone"]="rbxassetid://70759554161871", -["folder-favourite-bookmark-linear"]="rbxassetid://118069435095801", -["folder-favourite-bookmark-outline"]="rbxassetid://110077616276963", -["folder-favourite-star-bold"]="rbxassetid://87073155100200", -["folder-favourite-star-bold-duotone"]="rbxassetid://138700955823376", -["folder-favourite-star-broken"]="rbxassetid://71003974718083", -["folder-favourite-star-line-duotone"]="rbxassetid://89573785505875", -["folder-favourite-star-linear"]="rbxassetid://98822090332676", -["folder-favourite-star-outline"]="rbxassetid://135740120171259", -["folder-line-duotone"]="rbxassetid://80078543711839", -["folder-linear"]="rbxassetid://133540230603010", -["folder-open-bold"]="rbxassetid://138167990621065", -["folder-open-bold-duotone"]="rbxassetid://110137669819578", -["folder-open-broken"]="rbxassetid://137300556613848", -["folder-open-line-duotone"]="rbxassetid://134679199505728", -["folder-open-linear"]="rbxassetid://97968548604083", -["folder-open-outline"]="rbxassetid://131398457035782", -["folder-outline"]="rbxassetid://71570466760550", -["folder-path-connect-bold"]="rbxassetid://73283047662646", -["folder-path-connect-bold-duotone"]="rbxassetid://127108352519964", -["folder-path-connect-broken"]="rbxassetid://128092646369497", -["folder-path-connect-line-duotone"]="rbxassetid://128507654236958", -["folder-path-connect-linear"]="rbxassetid://137981588947863", -["folder-path-connect-outline"]="rbxassetid://76610302302603", -["folder-security-bold"]="rbxassetid://76174163239107", -["folder-security-bold-duotone"]="rbxassetid://80305490594063", -["folder-security-broken"]="rbxassetid://76071381737999", -["folder-security-line-duotone"]="rbxassetid://125506509156077", -["folder-security-linear"]="rbxassetid://81277629390560", -["folder-security-outline"]="rbxassetid://74311082151203", -["folder-with-files-bold"]="rbxassetid://96350217047674", -["folder-with-files-bold-duotone"]="rbxassetid://78132869117062", -["folder-with-files-broken"]="rbxassetid://129714593703833", -["folder-with-files-line-duotone"]="rbxassetid://140013606987222", -["folder-with-files-linear"]="rbxassetid://93349925758029", -["folder-with-files-outline"]="rbxassetid://130875846696139", -["football-bold"]="rbxassetid://122607807171647", -["football-bold-duotone"]="rbxassetid://81697399108738", -["football-broken"]="rbxassetid://97556904616246", -["football-line-duotone"]="rbxassetid://79674142110580", -["football-linear"]="rbxassetid://73568432086297", -["football-outline"]="rbxassetid://110184628766740", -["forbidden-bold"]="rbxassetid://123202692288656", -["forbidden-bold-duotone"]="rbxassetid://93232864941770", -["forbidden-broken"]="rbxassetid://110720691033293", -["forbidden-circle-bold"]="rbxassetid://98190469889558", -["forbidden-circle-bold-duotone"]="rbxassetid://80078846265829", -["forbidden-circle-broken"]="rbxassetid://128069193745215", -["forbidden-circle-line-duotone"]="rbxassetid://75671910312019", -["forbidden-circle-linear"]="rbxassetid://128023452454157", -["forbidden-circle-outline"]="rbxassetid://84861114034441", -["forbidden-line-duotone"]="rbxassetid://135133215411121", -["forbidden-linear"]="rbxassetid://138160997444693", -["forbidden-outline"]="rbxassetid://92689685745085", -["forward-2-bold"]="rbxassetid://92800823328814", -["forward-2-bold-duotone"]="rbxassetid://137084737342196", -["forward-2-broken"]="rbxassetid://84356540465938", -["forward-2-line-duotone"]="rbxassetid://131629718773592", -["forward-2-linear"]="rbxassetid://87550599180519", -["forward-2-outline"]="rbxassetid://108153931276512", -["forward-bold"]="rbxassetid://121582467778484", -["forward-bold-1"]="rbxassetid://98969859039111", -["forward-bold-duotone"]="rbxassetid://98310550635612", -["forward-bold-duotone-1"]="rbxassetid://131111404978401", -["forward-broken"]="rbxassetid://81625748703201", -["forward-broken-1"]="rbxassetid://84961449525156", -["forward-line-duotone"]="rbxassetid://121667420252541", -["forward-line-duotone-1"]="rbxassetid://95000885125732", -["forward-linear"]="rbxassetid://104444830463659", -["forward-linear-1"]="rbxassetid://96484120599878", -["forward-outline"]="rbxassetid://123683470135739", -["forward-outline-1"]="rbxassetid://138008713514481", -["fridge-bold"]="rbxassetid://78081212880695", -["fridge-bold-duotone"]="rbxassetid://74929535765297", -["fridge-broken"]="rbxassetid://118224557576708", -["fridge-line-duotone"]="rbxassetid://90749563307856", -["fridge-linear"]="rbxassetid://81752504422048", -["fridge-outline"]="rbxassetid://83909972803389", -["fuel-bold"]="rbxassetid://95119712808078", -["fuel-bold-duotone"]="rbxassetid://126044668014660", -["fuel-broken"]="rbxassetid://135265642104919", -["fuel-line-duotone"]="rbxassetid://70790618993739", -["fuel-linear"]="rbxassetid://86971466989648", -["fuel-outline"]="rbxassetid://105581292273169", -["full-screen-bold"]="rbxassetid://70733270904537", -["full-screen-bold-duotone"]="rbxassetid://105756560330252", -["full-screen-broken"]="rbxassetid://95233158787946", -["full-screen-circle-bold"]="rbxassetid://118761949672681", -["full-screen-circle-bold-duotone"]="rbxassetid://127422695800815", -["full-screen-circle-broken"]="rbxassetid://123079462536349", -["full-screen-circle-line-duotone"]="rbxassetid://132088379214967", -["full-screen-circle-linear"]="rbxassetid://85225840666402", -["full-screen-circle-outline"]="rbxassetid://107311552137756", -["full-screen-line-duotone"]="rbxassetid://112691787095183", -["full-screen-linear"]="rbxassetid://104180878539489", -["full-screen-outline"]="rbxassetid://73771914509632", -["full-screen-square-bold"]="rbxassetid://120424617549682", -["full-screen-square-bold-duotone"]="rbxassetid://116511824472503", -["full-screen-square-broken"]="rbxassetid://105263524414718", -["full-screen-square-line-duotone"]="rbxassetid://76406960532300", -["full-screen-square-linear"]="rbxassetid://71372997970722", -["full-screen-square-outline"]="rbxassetid://108134048999365", -["gallery-add-bold"]="rbxassetid://119169548043101", -["gallery-add-bold-duotone"]="rbxassetid://81847526929607", -["gallery-add-broken"]="rbxassetid://91142470926201", -["gallery-add-line-duotone"]="rbxassetid://104078992765022", -["gallery-add-linear"]="rbxassetid://75630074806443", -["gallery-add-outline"]="rbxassetid://101763359021051", -["gallery-bold"]="rbxassetid://107115824920780", -["gallery-bold-duotone"]="rbxassetid://82681919913181", -["gallery-broken"]="rbxassetid://106317895319066", -["gallery-check-bold"]="rbxassetid://95370122750252", -["gallery-check-bold-duotone"]="rbxassetid://97998832305180", -["gallery-check-broken"]="rbxassetid://80301779949883", -["gallery-check-line-duotone"]="rbxassetid://98504779704744", -["gallery-check-linear"]="rbxassetid://134990498714014", -["gallery-check-outline"]="rbxassetid://124035543080345", -["gallery-circle-bold"]="rbxassetid://98291804743618", -["gallery-circle-bold-duotone"]="rbxassetid://108806814671042", -["gallery-circle-broken"]="rbxassetid://117951568396033", -["gallery-circle-line-duotone"]="rbxassetid://93766811594444", -["gallery-circle-linear"]="rbxassetid://82459191597373", -["gallery-circle-outline"]="rbxassetid://119195783933364", -["gallery-download-bold"]="rbxassetid://74039459113922", -["gallery-download-bold-duotone"]="rbxassetid://121570308336400", -["gallery-download-broken"]="rbxassetid://106333010524331", -["gallery-download-line-duotone"]="rbxassetid://122322703761359", -["gallery-download-linear"]="rbxassetid://86076915875384", -["gallery-download-outline"]="rbxassetid://86353008195728", -["gallery-edit-bold"]="rbxassetid://131296755160748", -["gallery-edit-bold-duotone"]="rbxassetid://99075681624837", -["gallery-edit-broken"]="rbxassetid://79860688472974", -["gallery-edit-line-duotone"]="rbxassetid://103504316580779", -["gallery-edit-linear"]="rbxassetid://122227774742108", -["gallery-edit-outline"]="rbxassetid://117205343596173", -["gallery-favourite-bold"]="rbxassetid://80866000511556", -["gallery-favourite-bold-duotone"]="rbxassetid://110325779904748", -["gallery-favourite-broken"]="rbxassetid://127532570916674", -["gallery-favourite-line-duotone"]="rbxassetid://85421223027504", -["gallery-favourite-linear"]="rbxassetid://90300368074000", -["gallery-favourite-outline"]="rbxassetid://70849095469055", -["gallery-line-duotone"]="rbxassetid://81988234745684", -["gallery-linear"]="rbxassetid://91661210588833", -["gallery-minimalistic-bold"]="rbxassetid://111677697640953", -["gallery-minimalistic-bold-duotone"]="rbxassetid://135527488953456", -["gallery-minimalistic-broken"]="rbxassetid://71148757050340", -["gallery-minimalistic-line-duotone"]="rbxassetid://79231913806058", -["gallery-minimalistic-linear"]="rbxassetid://109316186175476", -["gallery-minimalistic-outline"]="rbxassetid://82693743487964", -["gallery-outline"]="rbxassetid://83918797510658", -["gallery-remove-bold"]="rbxassetid://121381327348902", -["gallery-remove-bold-duotone"]="rbxassetid://81015198409590", -["gallery-remove-broken"]="rbxassetid://86530994131794", -["gallery-remove-line-duotone"]="rbxassetid://79326141383314", -["gallery-remove-linear"]="rbxassetid://126531264157741", -["gallery-remove-outline"]="rbxassetid://70776749787189", -["gallery-round-bold"]="rbxassetid://93521842678616", -["gallery-round-bold-duotone"]="rbxassetid://125402320169739", -["gallery-round-broken"]="rbxassetid://108787002114551", -["gallery-round-line-duotone"]="rbxassetid://120970364249713", -["gallery-round-linear"]="rbxassetid://123195208843344", -["gallery-round-outline"]="rbxassetid://87925611886627", -["gallery-send-bold"]="rbxassetid://83644025804536", -["gallery-send-bold-duotone"]="rbxassetid://130828190219982", -["gallery-send-broken"]="rbxassetid://108993879268015", -["gallery-send-line-duotone"]="rbxassetid://136871739861852", -["gallery-send-linear"]="rbxassetid://102651831583247", -["gallery-send-outline"]="rbxassetid://137228741546389", -["gallery-wide-bold"]="rbxassetid://111039930907780", -["gallery-wide-bold-duotone"]="rbxassetid://84544452458042", -["gallery-wide-broken"]="rbxassetid://72717388478777", -["gallery-wide-line-duotone"]="rbxassetid://94473963077801", -["gallery-wide-linear"]="rbxassetid://121924902113738", -["gallery-wide-outline"]="rbxassetid://84966330183511", -["gameboy-bold"]="rbxassetid://112631387612132", -["gameboy-bold-duotone"]="rbxassetid://85852565388590", -["gameboy-broken"]="rbxassetid://116795818694116", -["gameboy-line-duotone"]="rbxassetid://103512532814435", -["gameboy-linear"]="rbxassetid://125410862617155", -["gameboy-outline"]="rbxassetid://70914876965098", -["gamepad-bold"]="rbxassetid://132228762224767", -["gamepad-bold-duotone"]="rbxassetid://85250259365028", -["gamepad-broken"]="rbxassetid://133577631686614", -["gamepad-charge-bold"]="rbxassetid://82289031849218", -["gamepad-charge-bold-duotone"]="rbxassetid://101286594437885", -["gamepad-charge-broken"]="rbxassetid://124442155613671", -["gamepad-charge-line-duotone"]="rbxassetid://133353919210179", -["gamepad-charge-linear"]="rbxassetid://130869822388107", -["gamepad-charge-outline"]="rbxassetid://102134404500189", -["gamepad-line-duotone"]="rbxassetid://73945620574799", -["gamepad-linear"]="rbxassetid://81369494519380", -["gamepad-minimalistic-bold"]="rbxassetid://107922917997811", -["gamepad-minimalistic-bold-duotone"]="rbxassetid://88269068636348", -["gamepad-minimalistic-broken"]="rbxassetid://117941932261341", -["gamepad-minimalistic-line-duotone"]="rbxassetid://102413964042984", -["gamepad-minimalistic-linear"]="rbxassetid://96780029971540", -["gamepad-minimalistic-outline"]="rbxassetid://118228187233233", -["gamepad-no-charge-bold"]="rbxassetid://100739827942723", -["gamepad-no-charge-bold-duotone"]="rbxassetid://130800516256976", -["gamepad-no-charge-broken"]="rbxassetid://101660704243772", -["gamepad-no-charge-line-duotone"]="rbxassetid://104661250621308", -["gamepad-no-charge-linear"]="rbxassetid://73643991100284", -["gamepad-no-charge-outline"]="rbxassetid://105820255502122", -["gamepad-old-bold"]="rbxassetid://110201467031230", -["gamepad-old-bold-duotone"]="rbxassetid://109797307321783", -["gamepad-old-broken"]="rbxassetid://81056028480056", -["gamepad-old-line-duotone"]="rbxassetid://92840485976886", -["gamepad-old-linear"]="rbxassetid://91888898609964", -["gamepad-old-outline"]="rbxassetid://110342096118561", -["gamepad-outline"]="rbxassetid://81820688031052", -["garage-bold"]="rbxassetid://106033136962094", -["garage-linear"]="rbxassetid://100611748153748", -["gas-station-bold"]="rbxassetid://86311898446535", -["gas-station-linear"]="rbxassetid://123118673162239", -["ghost-bold"]="rbxassetid://98147715916360", -["ghost-bold-duotone"]="rbxassetid://128767328538056", -["ghost-broken"]="rbxassetid://104896350313628", -["ghost-line-duotone"]="rbxassetid://113563936751484", -["ghost-linear"]="rbxassetid://112335376597752", -["ghost-outline"]="rbxassetid://91380515776100", -["ghost-smile-bold"]="rbxassetid://103118938315507", -["ghost-smile-bold-duotone"]="rbxassetid://81281566325629", -["ghost-smile-broken"]="rbxassetid://118654882311966", -["ghost-smile-line-duotone"]="rbxassetid://83529170869839", -["ghost-smile-linear"]="rbxassetid://106634857323028", -["ghost-smile-outline"]="rbxassetid://120497010434861", -["gift-bold"]="rbxassetid://134626236985841", -["gift-bold-duotone"]="rbxassetid://94213582340427", -["gift-broken"]="rbxassetid://71952291980298", -["gift-line-duotone"]="rbxassetid://92275665332065", -["gift-linear"]="rbxassetid://118925298273739", -["gift-outline"]="rbxassetid://125602314688801", -["glasses-bold"]="rbxassetid://77968854251869", -["glasses-bold-duotone"]="rbxassetid://104986463536326", -["glasses-broken"]="rbxassetid://117446666523602", -["glasses-line-duotone"]="rbxassetid://75552792503008", -["glasses-linear"]="rbxassetid://134381277068262", -["glasses-outline"]="rbxassetid://100761103590411", -["global-bold"]="rbxassetid://139419629866911", -["global-bold-duotone"]="rbxassetid://93280439986430", -["global-broken"]="rbxassetid://79619165356726", -["global-line-duotone"]="rbxassetid://138555227646958", -["global-linear"]="rbxassetid://105120698264677", -["global-outline"]="rbxassetid://83739807750028", -["globus-bold"]="rbxassetid://87049589839481", -["globus-bold-duotone"]="rbxassetid://104756292957488", -["globus-broken"]="rbxassetid://114906835945761", -["globus-line-duotone"]="rbxassetid://113480803567619", -["globus-linear"]="rbxassetid://109582883926706", -["globus-outline"]="rbxassetid://77357309765330", -["golf-bold"]="rbxassetid://98322149458809", -["golf-bold-duotone"]="rbxassetid://96987546864373", -["golf-broken"]="rbxassetid://136741209691499", -["golf-line-duotone"]="rbxassetid://106646400058414", -["golf-linear"]="rbxassetid://134629085191114", -["golf-outline"]="rbxassetid://123163219222093", -["gps-bold"]="rbxassetid://96477729873448", -["gps-bold-duotone"]="rbxassetid://129614782938741", -["gps-broken"]="rbxassetid://124106823603356", -["gps-line-duotone"]="rbxassetid://90983916099227", -["gps-linear"]="rbxassetid://116024945164366", -["gps-outline"]="rbxassetid://100449361271335", -["graph-bold"]="rbxassetid://97211064230719", -["graph-bold-duotone"]="rbxassetid://134952990274193", -["graph-broken"]="rbxassetid://125396840697025", -["graph-down-bold"]="rbxassetid://85357519277962", -["graph-down-bold-duotone"]="rbxassetid://124247612376908", -["graph-down-broken"]="rbxassetid://70750219548574", -["graph-down-line-duotone"]="rbxassetid://134524545111602", -["graph-down-linear"]="rbxassetid://124212549191550", -["graph-down-new-bold"]="rbxassetid://126282065399172", -["graph-down-new-bold-duotone"]="rbxassetid://123355496606822", -["graph-down-new-broken"]="rbxassetid://131772673601239", -["graph-down-new-line-duotone"]="rbxassetid://71087922708904", -["graph-down-new-linear"]="rbxassetid://125159931174035", -["graph-down-new-outline"]="rbxassetid://139572418496788", -["graph-down-outline"]="rbxassetid://131058851811169", -["graph-line-duotone"]="rbxassetid://111954495228629", -["graph-linear"]="rbxassetid://86210645840391", -["graph-new-bold"]="rbxassetid://85786914748675", -["graph-new-bold-duotone"]="rbxassetid://132183814974132", -["graph-new-broken"]="rbxassetid://124997266837822", -["graph-new-line-duotone"]="rbxassetid://111300462456929", -["graph-new-linear"]="rbxassetid://127845248715903", -["graph-new-outline"]="rbxassetid://80529006506718", -["graph-new-up-bold"]="rbxassetid://93250207296556", -["graph-new-up-bold-duotone"]="rbxassetid://124165646167824", -["graph-new-up-broken"]="rbxassetid://100054222614708", -["graph-new-up-line-duotone"]="rbxassetid://102279702924109", -["graph-new-up-linear"]="rbxassetid://136775022719826", -["graph-new-up-outline"]="rbxassetid://132018083056970", -["graph-outline"]="rbxassetid://126915097278049", -["graph-up-bold"]="rbxassetid://133545790231682", -["graph-up-bold-duotone"]="rbxassetid://100304081642269", -["graph-up-broken"]="rbxassetid://96054676198399", -["graph-up-line-duotone"]="rbxassetid://114590119396797", -["graph-up-linear"]="rbxassetid://89249183744402", -["graph-up-outline"]="rbxassetid://76772571966994", -["hamburger-menu-bold"]="rbxassetid://79473109809580", -["hamburger-menu-bold-duotone"]="rbxassetid://118519251600018", -["hamburger-menu-broken"]="rbxassetid://76160566875171", -["hamburger-menu-line-duotone"]="rbxassetid://127170436666442", -["hamburger-menu-linear"]="rbxassetid://79119755625892", -["hamburger-menu-outline"]="rbxassetid://101118075751604", -["hand-heart-bold"]="rbxassetid://130716318062267", -["hand-heart-linear"]="rbxassetid://102314752003538", -["hand-money-bold"]="rbxassetid://75640944758219", -["hand-money-linear"]="rbxassetid://133642774671836", -["hand-pills-bold"]="rbxassetid://127850574287384", -["hand-pills-linear"]="rbxassetid://72720572428053", -["hand-shake-bold"]="rbxassetid://108947571035632", -["hand-shake-linear"]="rbxassetid://93488778032327", -["hand-stars-bold"]="rbxassetid://77864301483163", -["hand-stars-linear"]="rbxassetid://72643549512304", -["hanger-2-bold"]="rbxassetid://127952312462409", -["hanger-2-bold-duotone"]="rbxassetid://79287404491130", -["hanger-2-broken"]="rbxassetid://88465301789670", -["hanger-2-line-duotone"]="rbxassetid://133743118320617", -["hanger-2-linear"]="rbxassetid://113139331771976", -["hanger-2-outline"]="rbxassetid://118887767020739", -["hanger-bold"]="rbxassetid://121629637423486", -["hanger-bold-duotone"]="rbxassetid://79208930489790", -["hanger-broken"]="rbxassetid://121651233390046", -["hanger-line-duotone"]="rbxassetid://97931742009139", -["hanger-linear"]="rbxassetid://126953212274062", -["hanger-outline"]="rbxassetid://131017196616194", -["hashtag-bold"]="rbxassetid://107142548785326", -["hashtag-bold-duotone"]="rbxassetid://77863976534325", -["hashtag-broken"]="rbxassetid://128069989381021", -["hashtag-chat-bold"]="rbxassetid://80437575983407", -["hashtag-chat-bold-duotone"]="rbxassetid://139020999867631", -["hashtag-chat-broken"]="rbxassetid://78712179403933", -["hashtag-chat-line-duotone"]="rbxassetid://115850803176723", -["hashtag-chat-linear"]="rbxassetid://118464443613134", -["hashtag-chat-outline"]="rbxassetid://87659483376157", -["hashtag-circle-bold"]="rbxassetid://77446982417735", -["hashtag-circle-bold-duotone"]="rbxassetid://94654869397313", -["hashtag-circle-broken"]="rbxassetid://130009754970947", -["hashtag-circle-line-duotone"]="rbxassetid://122846143503830", -["hashtag-circle-linear"]="rbxassetid://107197670508125", -["hashtag-circle-outline"]="rbxassetid://110794560266086", -["hashtag-line-duotone"]="rbxassetid://79744746124995", -["hashtag-linear"]="rbxassetid://111588117563713", -["hashtag-outline"]="rbxassetid://113845381450488", -["hashtag-square-bold"]="rbxassetid://103351344998670", -["hashtag-square-bold-duotone"]="rbxassetid://102379879708801", -["hashtag-square-broken"]="rbxassetid://90009625567002", -["hashtag-square-line-duotone"]="rbxassetid://78845243054354", -["hashtag-square-linear"]="rbxassetid://112095670346630", -["hashtag-square-outline"]="rbxassetid://124027606244623", -["headphones-round-bold"]="rbxassetid://128280382670309", -["headphones-round-bold-duotone"]="rbxassetid://113158510821310", -["headphones-round-broken"]="rbxassetid://132662598762599", -["headphones-round-line-duotone"]="rbxassetid://138194384715395", -["headphones-round-linear"]="rbxassetid://111065196256263", -["headphones-round-outline"]="rbxassetid://107854155554692", -["headphones-round-sound-bold"]="rbxassetid://100766574538440", -["headphones-round-sound-bold-duotone"]="rbxassetid://98688614729013", -["headphones-round-sound-broken"]="rbxassetid://90166439814045", -["headphones-round-sound-line-duotone"]="rbxassetid://91966150804036", -["headphones-round-sound-linear"]="rbxassetid://127189345504390", -["headphones-round-sound-outline"]="rbxassetid://78588901844797", -["headphones-square-bold"]="rbxassetid://78135331232845", -["headphones-square-bold-duotone"]="rbxassetid://135547766762978", -["headphones-square-broken"]="rbxassetid://83624957714381", -["headphones-square-line-duotone"]="rbxassetid://122098348226786", -["headphones-square-linear"]="rbxassetid://140592739462882", -["headphones-square-outline"]="rbxassetid://80775987318629", -["headphones-square-sound-bold"]="rbxassetid://124380127559063", -["headphones-square-sound-bold-duotone"]="rbxassetid://72337311038266", -["headphones-square-sound-broken"]="rbxassetid://127322782387973", -["headphones-square-sound-line-duotone"]="rbxassetid://115616956286157", -["headphones-square-sound-linear"]="rbxassetid://106752413307821", -["headphones-square-sound-outline"]="rbxassetid://80614903386391", -["health-bold"]="rbxassetid://139029626825956", -["health-bold-duotone"]="rbxassetid://88565833545580", -["health-broken"]="rbxassetid://127767224416240", -["health-line-duotone"]="rbxassetid://100509668072110", -["health-linear"]="rbxassetid://121945365967664", -["health-outline"]="rbxassetid://136287060298224", -["heart-angle-bold"]="rbxassetid://134542484641582", -["heart-angle-bold-duotone"]="rbxassetid://121839146993535", -["heart-angle-broken"]="rbxassetid://120293258593074", -["heart-angle-line-duotone"]="rbxassetid://89272909526182", -["heart-angle-linear"]="rbxassetid://73254298299319", -["heart-angle-outline"]="rbxassetid://117951045608239", -["heart-bold"]="rbxassetid://119572392737590", -["heart-bold-duotone"]="rbxassetid://104108932969149", -["heart-broken"]="rbxassetid://130408576568774", -["heart-broken-bold"]="rbxassetid://117389905375092", -["heart-broken-bold-duotone"]="rbxassetid://116232375895566", -["heart-broken-broken"]="rbxassetid://86131790495117", -["heart-broken-line-duotone"]="rbxassetid://93822036141159", -["heart-broken-linear"]="rbxassetid://116205971765120", -["heart-broken-outline"]="rbxassetid://84867116008833", -["heart-line-duotone"]="rbxassetid://86457467281421", -["heart-linear"]="rbxassetid://113645798637763", -["heart-lock-bold"]="rbxassetid://74134825079392", -["heart-lock-bold-duotone"]="rbxassetid://113260873502920", -["heart-lock-broken"]="rbxassetid://101792595060860", -["heart-lock-line-duotone"]="rbxassetid://81532301515221", -["heart-lock-linear"]="rbxassetid://128828262982418", -["heart-lock-outline"]="rbxassetid://73777444560854", -["heart-outline"]="rbxassetid://95051301697671", -["heart-pulse-2-bold"]="rbxassetid://86416022263141", -["heart-pulse-2-bold-duotone"]="rbxassetid://125871787761327", -["heart-pulse-2-broken"]="rbxassetid://115582451731861", -["heart-pulse-2-line-duotone"]="rbxassetid://81862168659265", -["heart-pulse-2-linear"]="rbxassetid://121668034285404", -["heart-pulse-2-outline"]="rbxassetid://111432239738647", -["heart-pulse-bold"]="rbxassetid://95037082144393", -["heart-pulse-bold-duotone"]="rbxassetid://112914835530248", -["heart-pulse-broken"]="rbxassetid://110430508107459", -["heart-pulse-line-duotone"]="rbxassetid://134682597902102", -["heart-pulse-linear"]="rbxassetid://113820167383020", -["heart-pulse-outline"]="rbxassetid://123091796263451", -["heart-shine-bold"]="rbxassetid://73693161433363", -["heart-shine-bold-duotone"]="rbxassetid://99130270693702", -["heart-shine-broken"]="rbxassetid://91879501225879", -["heart-shine-line-duotone"]="rbxassetid://118090143426466", -["heart-shine-linear"]="rbxassetid://93662062674474", -["heart-shine-outline"]="rbxassetid://88869364974433", -["heart-unlock-bold"]="rbxassetid://109726686524974", -["heart-unlock-bold-duotone"]="rbxassetid://90776776169662", -["heart-unlock-broken"]="rbxassetid://127101052426330", -["heart-unlock-line-duotone"]="rbxassetid://130529119300641", -["heart-unlock-linear"]="rbxassetid://83690964994138", -["heart-unlock-outline"]="rbxassetid://133721424734318", -["hearts-bold"]="rbxassetid://93869078516452", -["hearts-bold-duotone"]="rbxassetid://72943674270006", -["hearts-broken"]="rbxassetid://119451232696113", -["hearts-line-duotone"]="rbxassetid://108071789976218", -["hearts-linear"]="rbxassetid://107657606223227", -["hearts-outline"]="rbxassetid://138881727937010", -["help-bold"]="rbxassetid://74549672827568", -["help-bold-duotone"]="rbxassetid://110612368446156", -["help-broken"]="rbxassetid://112724423725922", -["help-line-duotone"]="rbxassetid://105448252078232", -["help-linear"]="rbxassetid://91283854526238", -["help-outline"]="rbxassetid://70529738750281", -["high-definition-bold"]="rbxassetid://80838009750190", -["high-definition-bold-duotone"]="rbxassetid://76066522924649", -["high-definition-broken"]="rbxassetid://112696352653514", -["high-definition-line-duotone"]="rbxassetid://71195689764940", -["high-definition-linear"]="rbxassetid://94322182612743", -["high-definition-outline"]="rbxassetid://97316863455833", -["high-quality-bold"]="rbxassetid://137403273802579", -["high-quality-bold-duotone"]="rbxassetid://140080144600407", -["high-quality-broken"]="rbxassetid://100129656134220", -["high-quality-line-duotone"]="rbxassetid://135101762643465", -["high-quality-linear"]="rbxassetid://85413812610822", -["high-quality-outline"]="rbxassetid://107863099179413", -["hiking-bold"]="rbxassetid://82931610763804", -["hiking-bold-duotone"]="rbxassetid://121144500828784", -["hiking-broken"]="rbxassetid://85601551919962", -["hiking-line-duotone"]="rbxassetid://104406571588952", -["hiking-linear"]="rbxassetid://83665127021537", -["hiking-minimalistic-bold"]="rbxassetid://136348686208306", -["hiking-minimalistic-bold-duotone"]="rbxassetid://105701833454684", -["hiking-minimalistic-broken"]="rbxassetid://112593930871657", -["hiking-minimalistic-line-duotone"]="rbxassetid://89265858463800", -["hiking-minimalistic-linear"]="rbxassetid://103694269108611", -["hiking-minimalistic-outline"]="rbxassetid://130672309331903", -["hiking-outline"]="rbxassetid://95973286169521", -["hiking-round-bold"]="rbxassetid://98000809158973", -["hiking-round-bold-duotone"]="rbxassetid://129537168513885", -["hiking-round-broken"]="rbxassetid://111104538874440", -["hiking-round-line-duotone"]="rbxassetid://132799318539117", -["hiking-round-linear"]="rbxassetid://119436892182615", -["hiking-round-outline"]="rbxassetid://121534681034132", -["history-2-bold"]="rbxassetid://119156111252056", -["history-2-bold-duotone"]="rbxassetid://93391717017311", -["history-2-broken"]="rbxassetid://72633773265866", -["history-2-line-duotone"]="rbxassetid://82765900860823", -["history-2-linear"]="rbxassetid://118323344428679", -["history-2-outline"]="rbxassetid://107754364682279", -["history-3-bold"]="rbxassetid://102058567061813", -["history-3-bold-duotone"]="rbxassetid://96779665394761", -["history-3-broken"]="rbxassetid://102719279067942", -["history-3-line-duotone"]="rbxassetid://130527068840995", -["history-3-linear"]="rbxassetid://72374742008547", -["history-3-outline"]="rbxassetid://82847919291777", -["history-bold"]="rbxassetid://97353417492391", -["history-bold-duotone"]="rbxassetid://80548168520886", -["history-broken"]="rbxassetid://133317136532561", -["history-line-duotone"]="rbxassetid://120872468237174", -["history-linear"]="rbxassetid://106761166048606", -["history-outline"]="rbxassetid://94056872406465", -["home-2-bold"]="rbxassetid://117906088481880", -["home-2-bold-duotone"]="rbxassetid://85202485209619", -["home-2-broken"]="rbxassetid://100535740254809", -["home-2-line-duotone"]="rbxassetid://84659329722128", -["home-2-linear"]="rbxassetid://113192541185690", -["home-2-outline"]="rbxassetid://100004093448148", -["home-add-angle-bold"]="rbxassetid://120045039719252", -["home-add-angle-bold-duotone"]="rbxassetid://128279879608378", -["home-add-angle-broken"]="rbxassetid://103522177983264", -["home-add-angle-line-duotone"]="rbxassetid://94451738203957", -["home-add-angle-linear"]="rbxassetid://90421449615117", -["home-add-angle-outline"]="rbxassetid://98560889031828", -["home-add-bold"]="rbxassetid://117995122988574", -["home-add-bold-duotone"]="rbxassetid://73100605130883", -["home-add-broken"]="rbxassetid://76928440909503", -["home-add-line-duotone"]="rbxassetid://113533636220299", -["home-add-linear"]="rbxassetid://122427506572604", -["home-add-outline"]="rbxassetid://70650785386547", -["home-angle-2-bold"]="rbxassetid://83857918016474", -["home-angle-2-bold-duotone"]="rbxassetid://108944915560942", -["home-angle-2-broken"]="rbxassetid://93239181546256", -["home-angle-2-line-duotone"]="rbxassetid://81818122673611", -["home-angle-2-linear"]="rbxassetid://111640162884727", -["home-angle-2-outline"]="rbxassetid://75395259457470", -["home-angle-bold"]="rbxassetid://138932921214460", -["home-angle-bold-duotone"]="rbxassetid://80510404120545", -["home-angle-broken"]="rbxassetid://105861811245048", -["home-angle-line-duotone"]="rbxassetid://118010521168477", -["home-angle-linear"]="rbxassetid://84652926620929", -["home-angle-outline"]="rbxassetid://109971354763713", -["home-bold"]="rbxassetid://110908061043900", -["home-bold-1"]="rbxassetid://117550358732194", -["home-bold-duotone"]="rbxassetid://110952130589954", -["home-broken"]="rbxassetid://122851197219945", -["home-line-duotone"]="rbxassetid://133782282469602", -["home-linear"]="rbxassetid://111419679114665", -["home-linear-1"]="rbxassetid://118103981564484", -["home-outline"]="rbxassetid://105998061854466", -["home-smile-angle-bold"]="rbxassetid://100747143305761", -["home-smile-angle-bold-duotone"]="rbxassetid://96663893378656", -["home-smile-angle-broken"]="rbxassetid://106588435427560", -["home-smile-angle-line-duotone"]="rbxassetid://75379092896089", -["home-smile-angle-linear"]="rbxassetid://78266306397603", -["home-smile-angle-outline"]="rbxassetid://106681767905607", -["home-smile-bold"]="rbxassetid://87523684474921", -["home-smile-bold-duotone"]="rbxassetid://70623994357805", -["home-smile-broken"]="rbxassetid://126545050980646", -["home-smile-line-duotone"]="rbxassetid://73851539411179", -["home-smile-linear"]="rbxassetid://94291163808976", -["home-smile-outline"]="rbxassetid://132622757885004", -["home-wi-fi-angle-bold"]="rbxassetid://132404171071568", -["home-wi-fi-angle-bold-duotone"]="rbxassetid://72909667825397", -["home-wi-fi-angle-broken"]="rbxassetid://103286656289263", -["home-wi-fi-angle-line-duotone"]="rbxassetid://93103769789755", -["home-wi-fi-angle-linear"]="rbxassetid://75304271438336", -["home-wi-fi-angle-outline"]="rbxassetid://131334252495293", -["home-wi-fi-bold"]="rbxassetid://125675624043794", -["home-wi-fi-bold-duotone"]="rbxassetid://93428621836213", -["home-wi-fi-broken"]="rbxassetid://93800984027877", -["home-wi-fi-line-duotone"]="rbxassetid://97687536118398", -["home-wi-fi-linear"]="rbxassetid://106026512949363", -["home-wi-fi-outline"]="rbxassetid://115721395580124", -["hospital-bold"]="rbxassetid://119261943878093", -["hospital-linear"]="rbxassetid://93327636639216", -["hourglass-bold"]="rbxassetid://97468116462119", -["hourglass-bold-duotone"]="rbxassetid://95424509694761", -["hourglass-broken"]="rbxassetid://92218412589494", -["hourglass-line-bold"]="rbxassetid://94077487038206", -["hourglass-line-bold-duotone"]="rbxassetid://89127693898077", -["hourglass-line-broken"]="rbxassetid://79417001213649", -["hourglass-line-duotone"]="rbxassetid://98752362126278", -["hourglass-line-line-duotone"]="rbxassetid://124971749487137", -["hourglass-line-linear"]="rbxassetid://100933071986279", -["hourglass-line-outline"]="rbxassetid://132596765606272", -["hourglass-linear"]="rbxassetid://73119276842388", -["hourglass-outline"]="rbxassetid://83636730223985", -["i-phone-bold"]="rbxassetid://115103457868482", -["i-phone-bold-duotone"]="rbxassetid://136663132448847", -["i-phone-broken"]="rbxassetid://91601430081041", -["i-phone-line-duotone"]="rbxassetid://119732829551909", -["i-phone-linear"]="rbxassetid://126618533832651", -["i-phone-outline"]="rbxassetid://131918414382895", -["import-bold"]="rbxassetid://94955686787672", -["import-bold-duotone"]="rbxassetid://115017814345146", -["import-broken"]="rbxassetid://75023527347068", -["import-line-duotone"]="rbxassetid://78384430987784", -["import-linear"]="rbxassetid://117800135689429", -["import-outline"]="rbxassetid://82566962927963", -["inbox-archive-bold"]="rbxassetid://100304044661400", -["inbox-archive-bold-duotone"]="rbxassetid://84438065994736", -["inbox-archive-broken"]="rbxassetid://94069479740608", -["inbox-archive-line-duotone"]="rbxassetid://94829953833047", -["inbox-archive-linear"]="rbxassetid://84158272601597", -["inbox-archive-outline"]="rbxassetid://127916003332285", -["inbox-bold"]="rbxassetid://136217097965233", -["inbox-bold-duotone"]="rbxassetid://113924240450174", -["inbox-broken"]="rbxassetid://92506033121162", -["inbox-in-bold"]="rbxassetid://130124951048332", -["inbox-in-bold-duotone"]="rbxassetid://97313694365965", -["inbox-in-broken"]="rbxassetid://106365380482121", -["inbox-in-line-duotone"]="rbxassetid://121658766327375", -["inbox-in-linear"]="rbxassetid://130335606962080", -["inbox-in-outline"]="rbxassetid://107457409500804", -["inbox-line-bold"]="rbxassetid://74954329094178", -["inbox-line-bold-duotone"]="rbxassetid://139696329493878", -["inbox-line-broken"]="rbxassetid://107194240587057", -["inbox-line-duotone"]="rbxassetid://99006040722597", -["inbox-line-line-duotone"]="rbxassetid://87639741212312", -["inbox-line-linear"]="rbxassetid://86714873274852", -["inbox-line-outline"]="rbxassetid://108705897319285", -["inbox-linear"]="rbxassetid://98204672268426", -["inbox-out-bold"]="rbxassetid://134100020984116", -["inbox-out-bold-duotone"]="rbxassetid://106204183213085", -["inbox-out-broken"]="rbxassetid://126732008814931", -["inbox-out-line-duotone"]="rbxassetid://129450809508146", -["inbox-out-linear"]="rbxassetid://127772877604634", -["inbox-out-outline"]="rbxassetid://128249712009340", -["inbox-outline"]="rbxassetid://82550530823327", -["inbox-unread-bold"]="rbxassetid://75549440169195", -["inbox-unread-bold-duotone"]="rbxassetid://87771052812423", -["inbox-unread-broken"]="rbxassetid://126329076125436", -["inbox-unread-line-duotone"]="rbxassetid://75338004082757", -["inbox-unread-linear"]="rbxassetid://120151023621869", -["inbox-unread-outline"]="rbxassetid://110259633640398", -["incognito-bold"]="rbxassetid://80542702049291", -["incognito-bold-duotone"]="rbxassetid://85341918034790", -["incognito-broken"]="rbxassetid://121807055701331", -["incognito-line-duotone"]="rbxassetid://90962820654926", -["incognito-linear"]="rbxassetid://118972936019473", -["incognito-outline"]="rbxassetid://92382184841069", -["incoming-call-bold"]="rbxassetid://98467559903476", -["incoming-call-bold-duotone"]="rbxassetid://116204957020463", -["incoming-call-broken"]="rbxassetid://113796223187961", -["incoming-call-line-duotone"]="rbxassetid://79855726203059", -["incoming-call-linear"]="rbxassetid://79983128357549", -["incoming-call-outline"]="rbxassetid://122985913486022", -["incoming-call-rounded-bold"]="rbxassetid://116052533683978", -["incoming-call-rounded-bold-duotone"]="rbxassetid://71574491882655", -["incoming-call-rounded-broken"]="rbxassetid://109980342242359", -["incoming-call-rounded-line-duotone"]="rbxassetid://85467887046836", -["incoming-call-rounded-linear"]="rbxassetid://131110545679092", -["incoming-call-rounded-outline"]="rbxassetid://106864795840875", -["infinity-bold"]="rbxassetid://104195103286648", -["infinity-bold-duotone"]="rbxassetid://126947465536062", -["infinity-broken"]="rbxassetid://116270366886322", -["infinity-line-duotone"]="rbxassetid://72722143693951", -["infinity-linear"]="rbxassetid://117206303421154", -["infinity-outline"]="rbxassetid://91293318677346", -["info-circle-bold"]="rbxassetid://94529541997278", -["info-circle-bold-duotone"]="rbxassetid://103428026269268", -["info-circle-broken"]="rbxassetid://80946544201767", -["info-circle-line-duotone"]="rbxassetid://139564117775418", -["info-circle-linear"]="rbxassetid://91217256024624", -["info-circle-outline"]="rbxassetid://86292259585105", -["info-square-bold"]="rbxassetid://104423298306796", -["info-square-bold-duotone"]="rbxassetid://130397227563794", -["info-square-broken"]="rbxassetid://123420858602730", -["info-square-line-duotone"]="rbxassetid://95442077169953", -["info-square-linear"]="rbxassetid://73058260745682", -["info-square-outline"]="rbxassetid://87415284996335", -["jar-of-pills-2-bold"]="rbxassetid://132651755818837", -["jar-of-pills-2-bold-duotone"]="rbxassetid://77975002299873", -["jar-of-pills-2-broken"]="rbxassetid://124405372795866", -["jar-of-pills-2-line-duotone"]="rbxassetid://129956057597200", -["jar-of-pills-2-linear"]="rbxassetid://121473611013330", -["jar-of-pills-2-outline"]="rbxassetid://131043277628736", -["jar-of-pills-bold"]="rbxassetid://103950091083076", -["jar-of-pills-bold-duotone"]="rbxassetid://81416298949064", -["jar-of-pills-broken"]="rbxassetid://74169270935023", -["jar-of-pills-line-duotone"]="rbxassetid://105282957487470", -["jar-of-pills-linear"]="rbxassetid://118506580402974", -["jar-of-pills-outline"]="rbxassetid://72722892879328", -["key-bold"]="rbxassetid://93569468678423", -["key-bold-duotone"]="rbxassetid://107418774101235", -["key-broken"]="rbxassetid://97657391900645", -["key-line-duotone"]="rbxassetid://122428799194111", -["key-linear"]="rbxassetid://134625746131089", -["key-minimalistic-2-bold"]="rbxassetid://79096393495440", -["key-minimalistic-2-bold-duotone"]="rbxassetid://107932037699405", -["key-minimalistic-2-broken"]="rbxassetid://90630769893665", -["key-minimalistic-2-line-duotone"]="rbxassetid://82452464655609", -["key-minimalistic-2-linear"]="rbxassetid://126208371941248", -["key-minimalistic-2-outline"]="rbxassetid://120489847862095", -["key-minimalistic-bold"]="rbxassetid://133574953255757", -["key-minimalistic-bold-duotone"]="rbxassetid://82175402496674", -["key-minimalistic-broken"]="rbxassetid://70885761466452", -["key-minimalistic-line-duotone"]="rbxassetid://132490064181888", -["key-minimalistic-linear"]="rbxassetid://126455954362779", -["key-minimalistic-outline"]="rbxassetid://97362201925714", -["key-minimalistic-square-2-bold"]="rbxassetid://96035142453800", -["key-minimalistic-square-2-bold-duotone"]="rbxassetid://102302314794181", -["key-minimalistic-square-2-broken"]="rbxassetid://87850779939409", -["key-minimalistic-square-2-line-duotone"]="rbxassetid://71690653297466", -["key-minimalistic-square-2-linear"]="rbxassetid://129165714601456", -["key-minimalistic-square-2-outline"]="rbxassetid://105451863182561", -["key-minimalistic-square-3-bold"]="rbxassetid://137963276929413", -["key-minimalistic-square-3-bold-duotone"]="rbxassetid://94646321906508", -["key-minimalistic-square-3-broken"]="rbxassetid://131544122857227", -["key-minimalistic-square-3-line-duotone"]="rbxassetid://121072539001046", -["key-minimalistic-square-3-linear"]="rbxassetid://100134059395367", -["key-minimalistic-square-3-outline"]="rbxassetid://111602860784056", -["key-minimalistic-square-bold"]="rbxassetid://116865300484698", -["key-minimalistic-square-bold-duotone"]="rbxassetid://125254813904107", -["key-minimalistic-square-broken"]="rbxassetid://92202440771025", -["key-minimalistic-square-line-duotone"]="rbxassetid://127460498040993", -["key-minimalistic-square-linear"]="rbxassetid://135213637113180", -["key-minimalistic-square-outline"]="rbxassetid://112793130776817", -["key-outline"]="rbxassetid://120276566974152", -["key-square-2-bold"]="rbxassetid://90069226177359", -["key-square-2-bold-duotone"]="rbxassetid://132380125475218", -["key-square-2-broken"]="rbxassetid://126108224520531", -["key-square-2-line-duotone"]="rbxassetid://120924967569030", -["key-square-2-linear"]="rbxassetid://136752658021999", -["key-square-2-outline"]="rbxassetid://86803014547146", -["key-square-bold"]="rbxassetid://140300865739042", -["key-square-bold-duotone"]="rbxassetid://135617676881066", -["key-square-broken"]="rbxassetid://103306638956685", -["key-square-line-duotone"]="rbxassetid://129031908465119", -["key-square-linear"]="rbxassetid://85271706011668", -["key-square-outline"]="rbxassetid://135407698958253", -["keyboard-bold"]="rbxassetid://140087399831489", -["keyboard-bold-duotone"]="rbxassetid://129703290115714", -["keyboard-broken"]="rbxassetid://82460154562185", -["keyboard-line-duotone"]="rbxassetid://138571081396787", -["keyboard-linear"]="rbxassetid://113055385729412", -["keyboard-outline"]="rbxassetid://126341137700036", -["kick-scooter-bold"]="rbxassetid://77337311538937", -["kick-scooter-linear"]="rbxassetid://126157640930562", -["ladle-bold"]="rbxassetid://76281632345463", -["ladle-bold-duotone"]="rbxassetid://93177501221343", -["ladle-broken"]="rbxassetid://85675705789323", -["ladle-line-duotone"]="rbxassetid://138712076237748", -["ladle-linear"]="rbxassetid://129957351227761", -["ladle-outline"]="rbxassetid://73555969817235", -["lamp-bold"]="rbxassetid://79510744607245", -["lamp-bold-duotone"]="rbxassetid://119773169769589", -["lamp-broken"]="rbxassetid://120113681153484", -["lamp-line-duotone"]="rbxassetid://137619375265444", -["lamp-linear"]="rbxassetid://121715608207125", -["lamp-outline"]="rbxassetid://121897238032658", -["laptop-2-bold"]="rbxassetid://83146254210014", -["laptop-2-bold-duotone"]="rbxassetid://73255631634579", -["laptop-2-broken"]="rbxassetid://118499194042967", -["laptop-2-line-duotone"]="rbxassetid://81697175916572", -["laptop-2-linear"]="rbxassetid://133468672724706", -["laptop-2-outline"]="rbxassetid://122983327344341", -["laptop-3-bold"]="rbxassetid://108781585715333", -["laptop-3-bold-duotone"]="rbxassetid://112626138234212", -["laptop-3-broken"]="rbxassetid://140248725817705", -["laptop-3-line-duotone"]="rbxassetid://93236330672468", -["laptop-3-linear"]="rbxassetid://98675796548102", -["laptop-3-outline"]="rbxassetid://131330885244960", -["laptop-bold"]="rbxassetid://71947327712110", -["laptop-bold-duotone"]="rbxassetid://73811467108735", -["laptop-broken"]="rbxassetid://130756907410415", -["laptop-line-duotone"]="rbxassetid://134768708461835", -["laptop-linear"]="rbxassetid://138211509439239", -["laptop-minimalistic-bold"]="rbxassetid://74400581500001", -["laptop-minimalistic-bold-duotone"]="rbxassetid://94913706969284", -["laptop-minimalistic-broken"]="rbxassetid://105178978192855", -["laptop-minimalistic-line-duotone"]="rbxassetid://71347700218089", -["laptop-minimalistic-linear"]="rbxassetid://106975681296497", -["laptop-minimalistic-outline"]="rbxassetid://78775249567479", -["laptop-outline"]="rbxassetid://89734260341146", -["layers-bold"]="rbxassetid://76370553090551", -["layers-bold-duotone"]="rbxassetid://112417372273558", -["layers-broken"]="rbxassetid://100255412898194", -["layers-line-duotone"]="rbxassetid://75496740534328", -["layers-linear"]="rbxassetid://101145518715776", -["layers-minimalistic-bold"]="rbxassetid://112408985270064", -["layers-minimalistic-bold-duotone"]="rbxassetid://77317311620588", -["layers-minimalistic-broken"]="rbxassetid://105728528447333", -["layers-minimalistic-line-duotone"]="rbxassetid://96920402063089", -["layers-minimalistic-linear"]="rbxassetid://133312354266097", -["layers-minimalistic-outline"]="rbxassetid://135289161522927", -["layers-outline"]="rbxassetid://114728407987106", -["leaf-bold"]="rbxassetid://121283616337277", -["leaf-bold-duotone"]="rbxassetid://76019999639576", -["leaf-broken"]="rbxassetid://135014634634478", -["leaf-line-duotone"]="rbxassetid://107427557085982", -["leaf-linear"]="rbxassetid://72725988750510", -["leaf-outline"]="rbxassetid://122718324851712", -["letter-bold"]="rbxassetid://97695461226778", -["letter-bold-duotone"]="rbxassetid://93916962452911", -["letter-broken"]="rbxassetid://110384614005383", -["letter-line-duotone"]="rbxassetid://116313259221992", -["letter-linear"]="rbxassetid://98487415930615", -["letter-opened-bold"]="rbxassetid://100795825334889", -["letter-opened-bold-duotone"]="rbxassetid://74610401205460", -["letter-opened-broken"]="rbxassetid://82500446617262", -["letter-opened-line-duotone"]="rbxassetid://88992869599579", -["letter-opened-linear"]="rbxassetid://88031939707868", -["letter-opened-outline"]="rbxassetid://72729436324509", -["letter-outline"]="rbxassetid://133554998601253", -["letter-unread-bold"]="rbxassetid://122970067011164", -["letter-unread-bold-duotone"]="rbxassetid://83635567117870", -["letter-unread-broken"]="rbxassetid://79187554532507", -["letter-unread-line-duotone"]="rbxassetid://124334601863332", -["letter-unread-linear"]="rbxassetid://75993614543165", -["letter-unread-outline"]="rbxassetid://108664970775267", -["library-bold"]="rbxassetid://129335697992755", -["library-bold-duotone"]="rbxassetid://120424904137395", -["library-broken"]="rbxassetid://86310050631797", -["library-line-duotone"]="rbxassetid://135801819572905", -["library-linear"]="rbxassetid://96836309640241", -["library-outline"]="rbxassetid://84632746680137", -["lightbulb-bold"]="rbxassetid://115038153659889", -["lightbulb-bold-duotone"]="rbxassetid://139994416384358", -["lightbulb-bolt-bold"]="rbxassetid://110944734577584", -["lightbulb-bolt-bold-duotone"]="rbxassetid://121584436441698", -["lightbulb-bolt-broken"]="rbxassetid://119296641306259", -["lightbulb-bolt-line-duotone"]="rbxassetid://70625664541690", -["lightbulb-bolt-linear"]="rbxassetid://87585645904755", -["lightbulb-bolt-outline"]="rbxassetid://85701839951992", -["lightbulb-broken"]="rbxassetid://76260976048775", -["lightbulb-line-duotone"]="rbxassetid://85868301467056", -["lightbulb-linear"]="rbxassetid://108320101739147", -["lightbulb-minimalistic-bold"]="rbxassetid://116487573327398", -["lightbulb-minimalistic-bold-duotone"]="rbxassetid://75736376574362", -["lightbulb-minimalistic-broken"]="rbxassetid://82630638075639", -["lightbulb-minimalistic-line-duotone"]="rbxassetid://130103142177870", -["lightbulb-minimalistic-linear"]="rbxassetid://122335513269522", -["lightbulb-minimalistic-outline"]="rbxassetid://92749107808191", -["lightbulb-outline"]="rbxassetid://129358162373289", -["lightning-bold"]="rbxassetid://89278362360178", -["lightning-bold-duotone"]="rbxassetid://94156080974945", -["lightning-broken"]="rbxassetid://84160856819197", -["lightning-line-duotone"]="rbxassetid://139365162950104", -["lightning-linear"]="rbxassetid://98289464495631", -["lightning-outline"]="rbxassetid://100029894809281", -["like-bold"]="rbxassetid://92774442572396", -["like-bold-duotone"]="rbxassetid://103394417556622", -["like-broken"]="rbxassetid://99635481427733", -["like-line-duotone"]="rbxassetid://101578188025677", -["like-linear"]="rbxassetid://93108209287179", -["like-outline"]="rbxassetid://118921629286639", -["link-bold"]="rbxassetid://71038734318580", -["link-bold-duotone"]="rbxassetid://72006204990285", -["link-broken"]="rbxassetid://96554127469375", -["link-broken-bold"]="rbxassetid://120022598023679", -["link-broken-bold-duotone"]="rbxassetid://109523688344825", -["link-broken-broken"]="rbxassetid://85558035350677", -["link-broken-line-duotone"]="rbxassetid://130438257222559", -["link-broken-linear"]="rbxassetid://109902624509141", -["link-broken-minimalistic-bold"]="rbxassetid://108137121204402", -["link-broken-minimalistic-bold-duotone"]="rbxassetid://111459765741730", -["link-broken-minimalistic-broken"]="rbxassetid://106545558982252", -["link-broken-minimalistic-line-duotone"]="rbxassetid://118103260070599", -["link-broken-minimalistic-linear"]="rbxassetid://128649480019080", -["link-broken-minimalistic-outline"]="rbxassetid://76679326709428", -["link-broken-outline"]="rbxassetid://77465703090651", -["link-circle-bold"]="rbxassetid://75912193654076", -["link-circle-bold-duotone"]="rbxassetid://110558126466490", -["link-circle-broken"]="rbxassetid://88389259663465", -["link-circle-line-duotone"]="rbxassetid://89358101700658", -["link-circle-linear"]="rbxassetid://101675935979902", -["link-circle-outline"]="rbxassetid://82231966342646", -["link-line-duotone"]="rbxassetid://75921684805902", -["link-linear"]="rbxassetid://98269530128338", -["link-minimalistic-2-bold"]="rbxassetid://73371793592887", -["link-minimalistic-2-bold-duotone"]="rbxassetid://75793695431687", -["link-minimalistic-2-broken"]="rbxassetid://81065134505437", -["link-minimalistic-2-line-duotone"]="rbxassetid://138941730272221", -["link-minimalistic-2-linear"]="rbxassetid://128752318540649", -["link-minimalistic-2-outline"]="rbxassetid://131299740022120", -["link-minimalistic-bold"]="rbxassetid://90998085196725", -["link-minimalistic-bold-duotone"]="rbxassetid://124563966988179", -["link-minimalistic-broken"]="rbxassetid://93489670355314", -["link-minimalistic-line-duotone"]="rbxassetid://95883913521347", -["link-minimalistic-linear"]="rbxassetid://103400824023369", -["link-minimalistic-outline"]="rbxassetid://114164675023193", -["link-outline"]="rbxassetid://95589629325178", -["link-round-angle-bold"]="rbxassetid://100204314620474", -["link-round-angle-bold-duotone"]="rbxassetid://140071567085514", -["link-round-angle-broken"]="rbxassetid://119613029666073", -["link-round-angle-line-duotone"]="rbxassetid://116259958886417", -["link-round-angle-linear"]="rbxassetid://102140072312729", -["link-round-angle-outline"]="rbxassetid://114255328783751", -["link-round-bold"]="rbxassetid://91263312996877", -["link-round-bold-duotone"]="rbxassetid://84967339033820", -["link-round-broken"]="rbxassetid://137215759228504", -["link-round-line-duotone"]="rbxassetid://91262707448122", -["link-round-linear"]="rbxassetid://138163687446265", -["link-round-outline"]="rbxassetid://98858295685603", -["link-square-bold"]="rbxassetid://138720591143154", -["link-square-bold-duotone"]="rbxassetid://81703838465866", -["link-square-broken"]="rbxassetid://107186979446611", -["link-square-line-duotone"]="rbxassetid://111055212934390", -["link-square-linear"]="rbxassetid://82907837732179", -["link-square-outline"]="rbxassetid://129377943583913", -["list-1-bold"]="rbxassetid://77829614179818", -["list-1-bold-duotone"]="rbxassetid://125943209047840", -["list-1-broken"]="rbxassetid://118376560075928", -["list-1-line-duotone"]="rbxassetid://130434580178796", -["list-1-linear"]="rbxassetid://76478134384638", -["list-1-outline"]="rbxassetid://125449886494716", -["list-arrow-down-bold"]="rbxassetid://100524319044924", -["list-arrow-down-bold-duotone"]="rbxassetid://100519458735895", -["list-arrow-down-broken"]="rbxassetid://133775058634684", -["list-arrow-down-line-duotone"]="rbxassetid://106840759977644", -["list-arrow-down-linear"]="rbxassetid://98599096939320", -["list-arrow-down-minimalistic-bold"]="rbxassetid://75040706926636", -["list-arrow-down-minimalistic-bold-duotone"]="rbxassetid://112562364541481", -["list-arrow-down-minimalistic-broken"]="rbxassetid://122874299572626", -["list-arrow-down-minimalistic-line-duotone"]="rbxassetid://86047460956675", -["list-arrow-down-minimalistic-linear"]="rbxassetid://127315745467828", -["list-arrow-down-minimalistic-outline"]="rbxassetid://81403304279525", -["list-arrow-down-outline"]="rbxassetid://96026980687191", -["list-arrow-up-bold"]="rbxassetid://116073837413607", -["list-arrow-up-bold-duotone"]="rbxassetid://95992634181797", -["list-arrow-up-broken"]="rbxassetid://105767817419802", -["list-arrow-up-line-duotone"]="rbxassetid://101702231559263", -["list-arrow-up-linear"]="rbxassetid://132497492111354", -["list-arrow-up-minimalistic-bold"]="rbxassetid://81415474234835", -["list-arrow-up-minimalistic-bold-duotone"]="rbxassetid://95133956234758", -["list-arrow-up-minimalistic-broken"]="rbxassetid://127445215474959", -["list-arrow-up-minimalistic-line-duotone"]="rbxassetid://129834292569024", -["list-arrow-up-minimalistic-linear"]="rbxassetid://132592373944358", -["list-arrow-up-minimalistic-outline"]="rbxassetid://123342346140187", -["list-arrow-up-outline"]="rbxassetid://77557060361384", -["list-bold"]="rbxassetid://76813409396375", -["list-bold-duotone"]="rbxassetid://82893735121175", -["list-broken"]="rbxassetid://121717139550136", -["list-check-bold"]="rbxassetid://89754806507060", -["list-check-bold-duotone"]="rbxassetid://93197821329077", -["list-check-broken"]="rbxassetid://124373951994873", -["list-check-line-duotone"]="rbxassetid://118384573404337", -["list-check-linear"]="rbxassetid://133227621229086", -["list-check-minimalistic-bold"]="rbxassetid://81557739889362", -["list-check-minimalistic-bold-duotone"]="rbxassetid://77927522219655", -["list-check-minimalistic-broken"]="rbxassetid://123103700955117", -["list-check-minimalistic-line-duotone"]="rbxassetid://93408020695513", -["list-check-minimalistic-linear"]="rbxassetid://121355095577299", -["list-check-minimalistic-outline"]="rbxassetid://112120895974129", -["list-check-outline"]="rbxassetid://123033013455780", -["list-cross-bold"]="rbxassetid://109760310655770", -["list-cross-bold-duotone"]="rbxassetid://101618140262275", -["list-cross-broken"]="rbxassetid://121571035972923", -["list-cross-line-duotone"]="rbxassetid://85189200905322", -["list-cross-linear"]="rbxassetid://131904525035138", -["list-cross-minimalistic-bold"]="rbxassetid://87719958292663", -["list-cross-minimalistic-bold-duotone"]="rbxassetid://97226812090755", -["list-cross-minimalistic-broken"]="rbxassetid://98857161831989", -["list-cross-minimalistic-line-duotone"]="rbxassetid://125827842834139", -["list-cross-minimalistic-linear"]="rbxassetid://95802821599515", -["list-cross-minimalistic-outline"]="rbxassetid://106798791124836", -["list-cross-outline"]="rbxassetid://101224661428126", -["list-down-bold"]="rbxassetid://100158705699286", -["list-down-bold-duotone"]="rbxassetid://125056285013924", -["list-down-broken"]="rbxassetid://101761608094291", -["list-down-line-duotone"]="rbxassetid://80807933902203", -["list-down-linear"]="rbxassetid://120307968840975", -["list-down-minimalistic-bold"]="rbxassetid://120189029652039", -["list-down-minimalistic-bold-duotone"]="rbxassetid://128503484251369", -["list-down-minimalistic-broken"]="rbxassetid://119735385044849", -["list-down-minimalistic-line-duotone"]="rbxassetid://125126724525533", -["list-down-minimalistic-linear"]="rbxassetid://114578762972759", -["list-down-minimalistic-outline"]="rbxassetid://73122473309442", -["list-down-outline"]="rbxassetid://129928561811073", -["list-heart-bold"]="rbxassetid://106712373076387", -["list-heart-bold-duotone"]="rbxassetid://81456074078941", -["list-heart-broken"]="rbxassetid://109052564571194", -["list-heart-line-duotone"]="rbxassetid://106233450601855", -["list-heart-linear"]="rbxassetid://104824027608517", -["list-heart-minimalistic-bold"]="rbxassetid://104682553146049", -["list-heart-minimalistic-bold-duotone"]="rbxassetid://137690242201521", -["list-heart-minimalistic-broken"]="rbxassetid://83318424751139", -["list-heart-minimalistic-line-duotone"]="rbxassetid://96477311883371", -["list-heart-minimalistic-linear"]="rbxassetid://135794953640248", -["list-heart-minimalistic-outline"]="rbxassetid://131687446065188", -["list-heart-outline"]="rbxassetid://79384336158096", -["list-line-duotone"]="rbxassetid://74643637194902", -["list-linear"]="rbxassetid://121044678685848", -["list-outline"]="rbxassetid://135744134213284", -["list-up-bold"]="rbxassetid://113299345449674", -["list-up-bold-duotone"]="rbxassetid://110056201277354", -["list-up-broken"]="rbxassetid://137904488131939", -["list-up-line-duotone"]="rbxassetid://134687444814628", -["list-up-linear"]="rbxassetid://137561679382767", -["list-up-minimalistic-bold"]="rbxassetid://126556397787371", -["list-up-minimalistic-bold-duotone"]="rbxassetid://81451428006822", -["list-up-minimalistic-broken"]="rbxassetid://114173078531712", -["list-up-minimalistic-line-duotone"]="rbxassetid://116631345517408", -["list-up-minimalistic-linear"]="rbxassetid://133598493453322", -["list-up-minimalistic-outline"]="rbxassetid://104747376686282", -["list-up-outline"]="rbxassetid://140015302138680", -["lock-bold"]="rbxassetid://108603238886118", -["lock-bold-duotone"]="rbxassetid://83847817519051", -["lock-broken"]="rbxassetid://85198630107333", -["lock-keyhole-bold"]="rbxassetid://80719048568900", -["lock-keyhole-bold-duotone"]="rbxassetid://94336963605314", -["lock-keyhole-broken"]="rbxassetid://85278007521182", -["lock-keyhole-line-duotone"]="rbxassetid://83891586046705", -["lock-keyhole-linear"]="rbxassetid://131199309687292", -["lock-keyhole-minimalistic-bold"]="rbxassetid://117620446004855", -["lock-keyhole-minimalistic-bold-duotone"]="rbxassetid://104141703829389", -["lock-keyhole-minimalistic-broken"]="rbxassetid://107246075940984", -["lock-keyhole-minimalistic-line-duotone"]="rbxassetid://79232100377310", -["lock-keyhole-minimalistic-linear"]="rbxassetid://76382957317432", -["lock-keyhole-minimalistic-outline"]="rbxassetid://92719722740927", -["lock-keyhole-minimalistic-unlocked-bold"]="rbxassetid://125741681069531", -["lock-keyhole-minimalistic-unlocked-bold-duotone"]="rbxassetid://77267395480555", -["lock-keyhole-minimalistic-unlocked-broken"]="rbxassetid://104006990667431", -["lock-keyhole-minimalistic-unlocked-line-duotone"]="rbxassetid://98786197251968", -["lock-keyhole-minimalistic-unlocked-linear"]="rbxassetid://94386864215076", -["lock-keyhole-minimalistic-unlocked-outline"]="rbxassetid://127933320706248", -["lock-keyhole-outline"]="rbxassetid://85227903429699", -["lock-keyhole-unlocked-bold"]="rbxassetid://98188856634746", -["lock-keyhole-unlocked-bold-duotone"]="rbxassetid://72607391547051", -["lock-keyhole-unlocked-broken"]="rbxassetid://73150612890868", -["lock-keyhole-unlocked-line-duotone"]="rbxassetid://81485922161608", -["lock-keyhole-unlocked-linear"]="rbxassetid://133988748530281", -["lock-keyhole-unlocked-outline"]="rbxassetid://102441788951773", -["lock-line-duotone"]="rbxassetid://94562315625333", -["lock-linear"]="rbxassetid://98462160915351", -["lock-outline"]="rbxassetid://84671551273645", -["lock-password-bold"]="rbxassetid://135892778188250", -["lock-password-bold-duotone"]="rbxassetid://139022630577069", -["lock-password-broken"]="rbxassetid://136586703829846", -["lock-password-line-duotone"]="rbxassetid://75572143091436", -["lock-password-linear"]="rbxassetid://91059659907350", -["lock-password-outline"]="rbxassetid://98869210056284", -["lock-password-unlocked-bold"]="rbxassetid://90454261228974", -["lock-password-unlocked-bold-duotone"]="rbxassetid://104771878499677", -["lock-password-unlocked-broken"]="rbxassetid://82790475097265", -["lock-password-unlocked-line-duotone"]="rbxassetid://131435507816760", -["lock-password-unlocked-linear"]="rbxassetid://91002313690204", -["lock-password-unlocked-outline"]="rbxassetid://139522350083217", -["lock-unlocked-bold"]="rbxassetid://128063016456306", -["lock-unlocked-bold-duotone"]="rbxassetid://92761554023747", -["lock-unlocked-broken"]="rbxassetid://115331464277145", -["lock-unlocked-line-duotone"]="rbxassetid://94705039302043", -["lock-unlocked-linear"]="rbxassetid://117442316361058", -["lock-unlocked-outline"]="rbxassetid://78687695256809", -["login-2-bold"]="rbxassetid://114971775323276", -["login-2-bold-duotone"]="rbxassetid://139317194075422", -["login-2-broken"]="rbxassetid://90076561668007", -["login-2-line-duotone"]="rbxassetid://81761912600182", -["login-2-linear"]="rbxassetid://80599608998009", -["login-2-outline"]="rbxassetid://116516846646888", -["login-3-bold"]="rbxassetid://128849528093452", -["login-3-bold-duotone"]="rbxassetid://128106180903603", -["login-3-broken"]="rbxassetid://119585035601250", -["login-3-line-duotone"]="rbxassetid://80052793056324", -["login-3-linear"]="rbxassetid://75674912460552", -["login-3-outline"]="rbxassetid://107018941860057", -["login-bold"]="rbxassetid://134954817189826", -["login-bold-duotone"]="rbxassetid://75648784713664", -["login-broken"]="rbxassetid://89401128867606", -["login-line-duotone"]="rbxassetid://80564380144801", -["login-linear"]="rbxassetid://81443731401344", -["login-outline"]="rbxassetid://82262415142962", -["logout-2-bold"]="rbxassetid://95446907300146", -["logout-2-bold-duotone"]="rbxassetid://114300000092550", -["logout-2-broken"]="rbxassetid://72194717903918", -["logout-2-line-duotone"]="rbxassetid://129668649028251", -["logout-2-linear"]="rbxassetid://129416388854965", -["logout-2-outline"]="rbxassetid://99675941655562", -["logout-3-bold"]="rbxassetid://75780860392006", -["logout-3-bold-duotone"]="rbxassetid://120218118683795", -["logout-3-broken"]="rbxassetid://104523887135470", -["logout-3-line-duotone"]="rbxassetid://135018189716888", -["logout-3-linear"]="rbxassetid://91556870344141", -["logout-3-outline"]="rbxassetid://72303658285669", -["logout-bold"]="rbxassetid://98485068966564", -["logout-bold-duotone"]="rbxassetid://123348018229792", -["logout-broken"]="rbxassetid://89045387971426", -["logout-line-duotone"]="rbxassetid://137681964003996", -["logout-linear"]="rbxassetid://107048331682423", -["logout-outline"]="rbxassetid://126935702356792", -["magic-stick-2-bold"]="rbxassetid://103228889397546", -["magic-stick-2-bold-duotone"]="rbxassetid://93162452683663", -["magic-stick-2-broken"]="rbxassetid://117325642046390", -["magic-stick-2-line-duotone"]="rbxassetid://109230777736627", -["magic-stick-2-linear"]="rbxassetid://108509593217354", -["magic-stick-2-outline"]="rbxassetid://109613675829509", -["magic-stick-3-bold"]="rbxassetid://134561599449883", -["magic-stick-3-bold-duotone"]="rbxassetid://106437662573780", -["magic-stick-3-broken"]="rbxassetid://137211049881614", -["magic-stick-3-line-duotone"]="rbxassetid://117227057284286", -["magic-stick-3-linear"]="rbxassetid://100541978530972", -["magic-stick-3-outline"]="rbxassetid://128049765830458", -["magic-stick-bold"]="rbxassetid://83508311570631", -["magic-stick-bold-duotone"]="rbxassetid://104064464748424", -["magic-stick-broken"]="rbxassetid://73910425916602", -["magic-stick-line-duotone"]="rbxassetid://87253933422584", -["magic-stick-linear"]="rbxassetid://101926753053136", -["magic-stick-outline"]="rbxassetid://92765768390568", -["magnet-bold"]="rbxassetid://93385488760013", -["magnet-bold-duotone"]="rbxassetid://139047596428835", -["magnet-broken"]="rbxassetid://89561715867484", -["magnet-line-duotone"]="rbxassetid://99941195642850", -["magnet-linear"]="rbxassetid://127408058532395", -["magnet-outline"]="rbxassetid://92801797178715", -["magnet-wave-bold"]="rbxassetid://98654860608359", -["magnet-wave-bold-duotone"]="rbxassetid://87271718493821", -["magnet-wave-broken"]="rbxassetid://108478622604710", -["magnet-wave-line-duotone"]="rbxassetid://88119603619249", -["magnet-wave-linear"]="rbxassetid://99979087284880", -["magnet-wave-outline"]="rbxassetid://87993816212460", -["magnifer-bold"]="rbxassetid://75236956926329", -["magnifer-bold-duotone"]="rbxassetid://72259936728551", -["magnifer-broken"]="rbxassetid://126627695039401", -["magnifer-bug-bold"]="rbxassetid://92109851157710", -["magnifer-bug-bold-duotone"]="rbxassetid://75964581300114", -["magnifer-bug-broken"]="rbxassetid://128559041096918", -["magnifer-bug-line-duotone"]="rbxassetid://103841262355403", -["magnifer-bug-linear"]="rbxassetid://91805623698560", -["magnifer-bug-outline"]="rbxassetid://86279815715522", -["magnifer-line-duotone"]="rbxassetid://125717782373831", -["magnifer-linear"]="rbxassetid://79669273658084", -["magnifer-outline"]="rbxassetid://80525237105311", -["magnifer-zoom-in-bold"]="rbxassetid://138187229750019", -["magnifer-zoom-in-bold-duotone"]="rbxassetid://85672463616021", -["magnifer-zoom-in-broken"]="rbxassetid://95294279763365", -["magnifer-zoom-in-line-duotone"]="rbxassetid://107931415763326", -["magnifer-zoom-in-linear"]="rbxassetid://91616047915202", -["magnifer-zoom-in-outline"]="rbxassetid://138663476550963", -["magnifer-zoom-out-bold"]="rbxassetid://135785169154622", -["magnifer-zoom-out-bold-duotone"]="rbxassetid://105387007268842", -["magnifer-zoom-out-broken"]="rbxassetid://115889185244855", -["magnifer-zoom-out-line-duotone"]="rbxassetid://90639740412010", -["magnifer-zoom-out-linear"]="rbxassetid://95767773130270", -["magnifer-zoom-out-outline"]="rbxassetid://103100978952733", -["mailbox-bold"]="rbxassetid://102244768845572", -["mailbox-bold-duotone"]="rbxassetid://120437586811554", -["mailbox-broken"]="rbxassetid://138268458564253", -["mailbox-line-duotone"]="rbxassetid://91224885300805", -["mailbox-linear"]="rbxassetid://124074316195211", -["mailbox-outline"]="rbxassetid://86162845539361", -["map-arrow-down-bold"]="rbxassetid://108308968641524", -["map-arrow-down-bold-duotone"]="rbxassetid://70769825980835", -["map-arrow-down-broken"]="rbxassetid://106892968100345", -["map-arrow-down-line-duotone"]="rbxassetid://71291933065086", -["map-arrow-down-linear"]="rbxassetid://114629893048334", -["map-arrow-down-outline"]="rbxassetid://79076005674077", -["map-arrow-left-bold"]="rbxassetid://97095461629716", -["map-arrow-left-bold-duotone"]="rbxassetid://80428655369474", -["map-arrow-left-broken"]="rbxassetid://129319696838630", -["map-arrow-left-line-duotone"]="rbxassetid://92433685320717", -["map-arrow-left-linear"]="rbxassetid://77556529094011", -["map-arrow-left-outline"]="rbxassetid://74856401869676", -["map-arrow-right-bold"]="rbxassetid://111905824347529", -["map-arrow-right-bold-duotone"]="rbxassetid://92364733744245", -["map-arrow-right-broken"]="rbxassetid://78934511787110", -["map-arrow-right-line-duotone"]="rbxassetid://116636987953899", -["map-arrow-right-linear"]="rbxassetid://87621594668431", -["map-arrow-right-outline"]="rbxassetid://128000048349508", -["map-arrow-square-bold"]="rbxassetid://136453679510712", -["map-arrow-square-bold-duotone"]="rbxassetid://102970499141914", -["map-arrow-square-broken"]="rbxassetid://123565002910728", -["map-arrow-square-line-duotone"]="rbxassetid://88443741719089", -["map-arrow-square-linear"]="rbxassetid://84375025246360", -["map-arrow-square-outline"]="rbxassetid://97593114369995", -["map-arrow-up-bold"]="rbxassetid://109164912555932", -["map-arrow-up-bold-duotone"]="rbxassetid://90854568952990", -["map-arrow-up-broken"]="rbxassetid://135523733506777", -["map-arrow-up-line-duotone"]="rbxassetid://107676953038513", -["map-arrow-up-linear"]="rbxassetid://123905781038009", -["map-arrow-up-outline"]="rbxassetid://130123268975988", -["map-bold"]="rbxassetid://100008589043828", -["map-bold-duotone"]="rbxassetid://101515742820864", -["map-broken"]="rbxassetid://92774076449436", -["map-line-duotone"]="rbxassetid://137490889440242", -["map-linear"]="rbxassetid://131244263198330", -["map-outline"]="rbxassetid://138449226411947", -["map-point-add-bold"]="rbxassetid://86384257635691", -["map-point-add-bold-duotone"]="rbxassetid://89385171768830", -["map-point-add-broken"]="rbxassetid://122053652102818", -["map-point-add-line-duotone"]="rbxassetid://132060576611187", -["map-point-add-linear"]="rbxassetid://83353575840406", -["map-point-add-outline"]="rbxassetid://108516445485487", -["map-point-bold"]="rbxassetid://81558365588892", -["map-point-bold-duotone"]="rbxassetid://79234177948795", -["map-point-broken"]="rbxassetid://103388623017879", -["map-point-favourite-bold"]="rbxassetid://115064342223946", -["map-point-favourite-bold-duotone"]="rbxassetid://112075632018579", -["map-point-favourite-broken"]="rbxassetid://85394685159432", -["map-point-favourite-line-duotone"]="rbxassetid://112584791394170", -["map-point-favourite-linear"]="rbxassetid://94631164983643", -["map-point-favourite-outline"]="rbxassetid://72163167947252", -["map-point-hospital-bold"]="rbxassetid://86957509039152", -["map-point-hospital-bold-duotone"]="rbxassetid://125208165265033", -["map-point-hospital-broken"]="rbxassetid://90323121401828", -["map-point-hospital-line-duotone"]="rbxassetid://94927519037774", -["map-point-hospital-linear"]="rbxassetid://95189576676258", -["map-point-hospital-outline"]="rbxassetid://107702341905700", -["map-point-line-duotone"]="rbxassetid://121139802633548", -["map-point-linear"]="rbxassetid://114557087159852", -["map-point-outline"]="rbxassetid://135197284465235", -["map-point-remove-bold"]="rbxassetid://122276536498683", -["map-point-remove-bold-duotone"]="rbxassetid://90470086902658", -["map-point-remove-broken"]="rbxassetid://116055734444659", -["map-point-remove-line-duotone"]="rbxassetid://139186369978798", -["map-point-remove-linear"]="rbxassetid://106685110100723", -["map-point-remove-outline"]="rbxassetid://87952414361301", -["map-point-rotate-bold"]="rbxassetid://80973262724422", -["map-point-rotate-bold-duotone"]="rbxassetid://117260323084283", -["map-point-rotate-broken"]="rbxassetid://81596817188805", -["map-point-rotate-line-duotone"]="rbxassetid://113728572277577", -["map-point-rotate-linear"]="rbxassetid://129230482872972", -["map-point-rotate-outline"]="rbxassetid://89437215681726", -["map-point-school-bold"]="rbxassetid://83753429411685", -["map-point-school-bold-duotone"]="rbxassetid://73109534091266", -["map-point-school-broken"]="rbxassetid://88598681678453", -["map-point-school-line-duotone"]="rbxassetid://102907444464921", -["map-point-school-linear"]="rbxassetid://80303269480238", -["map-point-school-outline"]="rbxassetid://125264001999503", -["map-point-search-bold"]="rbxassetid://102729325455587", -["map-point-search-bold-duotone"]="rbxassetid://73960658393748", -["map-point-search-broken"]="rbxassetid://109324067508581", -["map-point-search-line-duotone"]="rbxassetid://77498746664935", -["map-point-search-linear"]="rbxassetid://133623537851922", -["map-point-search-outline"]="rbxassetid://82740275134754", -["map-point-wave-bold"]="rbxassetid://103536088661531", -["map-point-wave-bold-duotone"]="rbxassetid://140510432715538", -["map-point-wave-broken"]="rbxassetid://72707953778308", -["map-point-wave-line-duotone"]="rbxassetid://92702989178844", -["map-point-wave-linear"]="rbxassetid://96692545406563", -["map-point-wave-outline"]="rbxassetid://92018067642690", -["mask-happly-bold"]="rbxassetid://115192008441532", -["mask-happly-bold-duotone"]="rbxassetid://139409101374413", -["mask-happly-broken"]="rbxassetid://110330568401142", -["mask-happly-line-duotone"]="rbxassetid://109095466552436", -["mask-happly-linear"]="rbxassetid://114271077115822", -["mask-happly-outline"]="rbxassetid://121891681251885", -["mask-sad-bold"]="rbxassetid://91365282297784", -["mask-sad-bold-duotone"]="rbxassetid://97407726794426", -["mask-sad-broken"]="rbxassetid://99517564076139", -["mask-sad-line-duotone"]="rbxassetid://115294059874525", -["mask-sad-linear"]="rbxassetid://96873150994070", -["mask-sad-outline"]="rbxassetid://88779859374822", -["masks-bold"]="rbxassetid://117744266908530", -["masks-bold-duotone"]="rbxassetid://132782537731356", -["masks-broken"]="rbxassetid://114746115329706", -["masks-line-duotone"]="rbxassetid://89074513220104", -["masks-linear"]="rbxassetid://82069385052802", -["masks-outline"]="rbxassetid://105301043338489", -["maximize-bold"]="rbxassetid://135835129702009", -["maximize-bold-duotone"]="rbxassetid://93571634992243", -["maximize-broken"]="rbxassetid://76004526135364", -["maximize-line-duotone"]="rbxassetid://70442149178248", -["maximize-linear"]="rbxassetid://121710734276253", -["maximize-outline"]="rbxassetid://134108070048026", -["maximize-square-2-bold"]="rbxassetid://85020484543438", -["maximize-square-2-bold-duotone"]="rbxassetid://74431330695424", -["maximize-square-2-broken"]="rbxassetid://137768854082963", -["maximize-square-2-line-duotone"]="rbxassetid://116314819392812", -["maximize-square-2-linear"]="rbxassetid://91543634308612", -["maximize-square-2-outline"]="rbxassetid://133657060761164", -["maximize-square-3-bold"]="rbxassetid://138780470772627", -["maximize-square-3-bold-duotone"]="rbxassetid://135067483093614", -["maximize-square-3-broken"]="rbxassetid://120003737060163", -["maximize-square-3-line-duotone"]="rbxassetid://76604774324738", -["maximize-square-3-linear"]="rbxassetid://96229470655182", -["maximize-square-3-outline"]="rbxassetid://81989230219732", -["maximize-square-bold"]="rbxassetid://92640655416045", -["maximize-square-bold-duotone"]="rbxassetid://100422964542225", -["maximize-square-broken"]="rbxassetid://70964685616613", -["maximize-square-line-duotone"]="rbxassetid://77690800722794", -["maximize-square-linear"]="rbxassetid://91101498118904", -["maximize-square-minimalistic-bold"]="rbxassetid://124192972540754", -["maximize-square-minimalistic-bold-duotone"]="rbxassetid://137926178748375", -["maximize-square-minimalistic-broken"]="rbxassetid://122481891968634", -["maximize-square-minimalistic-line-duotone"]="rbxassetid://132020566650947", -["maximize-square-minimalistic-linear"]="rbxassetid://127850946294637", -["maximize-square-minimalistic-outline"]="rbxassetid://98120147666583", -["maximize-square-outline"]="rbxassetid://97351623117243", -["medal-ribbon-bold"]="rbxassetid://86474998278598", -["medal-ribbon-bold-duotone"]="rbxassetid://92343066605010", -["medal-ribbon-broken"]="rbxassetid://105324945372649", -["medal-ribbon-line-duotone"]="rbxassetid://85544924903341", -["medal-ribbon-linear"]="rbxassetid://130468600543017", -["medal-ribbon-outline"]="rbxassetid://113794198620960", -["medal-ribbon-star-bold"]="rbxassetid://109915712384772", -["medal-ribbon-star-bold-duotone"]="rbxassetid://95324826042375", -["medal-ribbon-star-broken"]="rbxassetid://85839441134417", -["medal-ribbon-star-line-duotone"]="rbxassetid://116209591339305", -["medal-ribbon-star-linear"]="rbxassetid://71254776478759", -["medal-ribbon-star-outline"]="rbxassetid://76419760578988", -["medal-ribbons-star-bold"]="rbxassetid://137542540514252", -["medal-ribbons-star-bold-duotone"]="rbxassetid://96322806005803", -["medal-ribbons-star-broken"]="rbxassetid://95362691825941", -["medal-ribbons-star-line-duotone"]="rbxassetid://94044633023036", -["medal-ribbons-star-linear"]="rbxassetid://127202074667120", -["medal-ribbons-star-outline"]="rbxassetid://76531493834053", -["medal-star-bold"]="rbxassetid://108976549774193", -["medal-star-bold-duotone"]="rbxassetid://122383553080021", -["medal-star-broken"]="rbxassetid://136264266293626", -["medal-star-circle-bold"]="rbxassetid://116597217497183", -["medal-star-circle-bold-duotone"]="rbxassetid://85017341543007", -["medal-star-circle-broken"]="rbxassetid://94266153494715", -["medal-star-circle-line-duotone"]="rbxassetid://104717207444347", -["medal-star-circle-linear"]="rbxassetid://137587094368792", -["medal-star-circle-outline"]="rbxassetid://94763057332674", -["medal-star-line-duotone"]="rbxassetid://140629690955858", -["medal-star-linear"]="rbxassetid://140028830986435", -["medal-star-outline"]="rbxassetid://114554888057763", -["medal-star-square-bold"]="rbxassetid://133081107505472", -["medal-star-square-bold-duotone"]="rbxassetid://140046232060132", -["medal-star-square-broken"]="rbxassetid://81784977742366", -["medal-star-square-line-duotone"]="rbxassetid://70973453196767", -["medal-star-square-linear"]="rbxassetid://74227507818263", -["medal-star-square-outline"]="rbxassetid://81269918081049", -["medical-kit-bold"]="rbxassetid://109186510977291", -["medical-kit-bold-duotone"]="rbxassetid://76448912882365", -["medical-kit-broken"]="rbxassetid://83907544030147", -["medical-kit-line-duotone"]="rbxassetid://103448189164017", -["medical-kit-linear"]="rbxassetid://91758348990481", -["medical-kit-outline"]="rbxassetid://91070279360089", -["meditation-bold"]="rbxassetid://134230884627081", -["meditation-bold-duotone"]="rbxassetid://90831952123618", -["meditation-broken"]="rbxassetid://81021067397483", -["meditation-line-duotone"]="rbxassetid://99771350683621", -["meditation-linear"]="rbxassetid://74063239282643", -["meditation-outline"]="rbxassetid://140511972173946", -["meditation-round-bold"]="rbxassetid://105326614317912", -["meditation-round-bold-duotone"]="rbxassetid://123614566850129", -["meditation-round-broken"]="rbxassetid://89230140941539", -["meditation-round-line-duotone"]="rbxassetid://77285121453646", -["meditation-round-linear"]="rbxassetid://99055835497102", -["meditation-round-outline"]="rbxassetid://82333874052142", -["men-bold"]="rbxassetid://106732474047966", -["men-bold-duotone"]="rbxassetid://102298345124116", -["men-broken"]="rbxassetid://104507749492859", -["men-line-duotone"]="rbxassetid://139922935123934", -["men-linear"]="rbxassetid://98042600955317", -["men-outline"]="rbxassetid://127453042929229", -["mention-circle-bold"]="rbxassetid://86724094837749", -["mention-circle-bold-duotone"]="rbxassetid://119814342504797", -["mention-circle-broken"]="rbxassetid://83889687560077", -["mention-circle-line-duotone"]="rbxassetid://110838596049058", -["mention-circle-linear"]="rbxassetid://137130270711616", -["mention-circle-outline"]="rbxassetid://130454548893080", -["mention-square-bold"]="rbxassetid://88481159399833", -["mention-square-bold-duotone"]="rbxassetid://107285148644084", -["mention-square-broken"]="rbxassetid://110718301640672", -["mention-square-line-duotone"]="rbxassetid://136082427623536", -["mention-square-linear"]="rbxassetid://97654604404429", -["mention-square-outline"]="rbxassetid://124612891939686", -["menu-dots-bold"]="rbxassetid://97684069841204", -["menu-dots-bold-duotone"]="rbxassetid://75418256315917", -["menu-dots-broken"]="rbxassetid://127932645732757", -["menu-dots-circle-bold"]="rbxassetid://113604546484539", -["menu-dots-circle-bold-duotone"]="rbxassetid://131976661098042", -["menu-dots-circle-broken"]="rbxassetid://116035901061969", -["menu-dots-circle-line-duotone"]="rbxassetid://73147723918577", -["menu-dots-circle-linear"]="rbxassetid://70686687870532", -["menu-dots-circle-outline"]="rbxassetid://123098644946497", -["menu-dots-line-duotone"]="rbxassetid://106989702039909", -["menu-dots-linear"]="rbxassetid://108185170662771", -["menu-dots-outline"]="rbxassetid://71014783403836", -["menu-dots-square-bold"]="rbxassetid://96922289474814", -["menu-dots-square-bold-duotone"]="rbxassetid://82189596357262", -["menu-dots-square-broken"]="rbxassetid://84099465392325", -["menu-dots-square-line-duotone"]="rbxassetid://124956565488530", -["menu-dots-square-linear"]="rbxassetid://91420041168048", -["menu-dots-square-outline"]="rbxassetid://73461278093840", -["microphone-2-bold"]="rbxassetid://97280071273102", -["microphone-2-bold-duotone"]="rbxassetid://91449898624148", -["microphone-2-broken"]="rbxassetid://132942102587968", -["microphone-2-line-duotone"]="rbxassetid://79429783122340", -["microphone-2-linear"]="rbxassetid://127578724424123", -["microphone-2-outline"]="rbxassetid://136906968512391", -["microphone-3-bold"]="rbxassetid://123518127491892", -["microphone-3-bold-duotone"]="rbxassetid://119865388292968", -["microphone-3-broken"]="rbxassetid://85903472396009", -["microphone-3-line-duotone"]="rbxassetid://84037788727278", -["microphone-3-linear"]="rbxassetid://78017147936301", -["microphone-3-outline"]="rbxassetid://114653705704282", -["microphone-bold"]="rbxassetid://120020891918857", -["microphone-bold-duotone"]="rbxassetid://71370725324682", -["microphone-broken"]="rbxassetid://72729768770860", -["microphone-large-bold"]="rbxassetid://108318098992763", -["microphone-large-bold-duotone"]="rbxassetid://127629317830327", -["microphone-large-broken"]="rbxassetid://133534885911237", -["microphone-large-line-duotone"]="rbxassetid://79255071156080", -["microphone-large-linear"]="rbxassetid://86529663735848", -["microphone-large-outline"]="rbxassetid://119515677981353", -["microphone-line-duotone"]="rbxassetid://106115136122771", -["microphone-linear"]="rbxassetid://134571596265564", -["microphone-outline"]="rbxassetid://135254633998582", -["minimalistic-magnifer-bold"]="rbxassetid://70552784281680", -["minimalistic-magnifer-bold-duotone"]="rbxassetid://112499479671230", -["minimalistic-magnifer-broken"]="rbxassetid://117591647381699", -["minimalistic-magnifer-bug-bold"]="rbxassetid://133212897697513", -["minimalistic-magnifer-bug-bold-duotone"]="rbxassetid://94762306155412", -["minimalistic-magnifer-bug-broken"]="rbxassetid://84255168406958", -["minimalistic-magnifer-bug-line-duotone"]="rbxassetid://121539170005383", -["minimalistic-magnifer-bug-linear"]="rbxassetid://137896345409779", -["minimalistic-magnifer-bug-outline"]="rbxassetid://80574941315865", -["minimalistic-magnifer-line-duotone"]="rbxassetid://109405802946025", -["minimalistic-magnifer-linear"]="rbxassetid://78636204443332", -["minimalistic-magnifer-outline"]="rbxassetid://112612073170500", -["minimalistic-magnifer-zoom-in-bold"]="rbxassetid://98656569915187", -["minimalistic-magnifer-zoom-in-bold-duotone"]="rbxassetid://128575064515989", -["minimalistic-magnifer-zoom-in-broken"]="rbxassetid://70849331231853", -["minimalistic-magnifer-zoom-in-line-duotone"]="rbxassetid://120721921800209", -["minimalistic-magnifer-zoom-in-linear"]="rbxassetid://127439132819545", -["minimalistic-magnifer-zoom-in-outline"]="rbxassetid://110085341566505", -["minimalistic-magnifer-zoom-out-bold"]="rbxassetid://79686409038067", -["minimalistic-magnifer-zoom-out-bold-duotone"]="rbxassetid://103982250795157", -["minimalistic-magnifer-zoom-out-broken"]="rbxassetid://117720913574560", -["minimalistic-magnifer-zoom-out-line-duotone"]="rbxassetid://103839153377062", -["minimalistic-magnifer-zoom-out-linear"]="rbxassetid://133235799084469", -["minimalistic-magnifer-zoom-out-outline"]="rbxassetid://120780722159739", -["minimize-bold"]="rbxassetid://75810158557243", -["minimize-bold-duotone"]="rbxassetid://125009986305332", -["minimize-broken"]="rbxassetid://112770976159537", -["minimize-line-duotone"]="rbxassetid://120088043156465", -["minimize-linear"]="rbxassetid://102800887856302", -["minimize-outline"]="rbxassetid://90601879410769", -["minimize-square-2-bold"]="rbxassetid://139234548639631", -["minimize-square-2-bold-duotone"]="rbxassetid://77182657688359", -["minimize-square-2-broken"]="rbxassetid://110475927187196", -["minimize-square-2-line-duotone"]="rbxassetid://107720600632222", -["minimize-square-2-linear"]="rbxassetid://83034805103222", -["minimize-square-2-outline"]="rbxassetid://95931969984995", -["minimize-square-3-bold"]="rbxassetid://86375936396998", -["minimize-square-3-bold-duotone"]="rbxassetid://83429534042358", -["minimize-square-3-broken"]="rbxassetid://105073120689687", -["minimize-square-3-line-duotone"]="rbxassetid://134972937231974", -["minimize-square-3-linear"]="rbxassetid://74778489360272", -["minimize-square-3-outline"]="rbxassetid://116125200252498", -["minimize-square-bold"]="rbxassetid://76780451864744", -["minimize-square-bold-duotone"]="rbxassetid://79676165715250", -["minimize-square-broken"]="rbxassetid://140264591978872", -["minimize-square-line-duotone"]="rbxassetid://80625836139934", -["minimize-square-linear"]="rbxassetid://90933870850093", -["minimize-square-minimalistic-bold"]="rbxassetid://103626408777602", -["minimize-square-minimalistic-bold-duotone"]="rbxassetid://81600729347072", -["minimize-square-minimalistic-broken"]="rbxassetid://107708180770148", -["minimize-square-minimalistic-line-duotone"]="rbxassetid://100134458518859", -["minimize-square-minimalistic-linear"]="rbxassetid://75450469391512", -["minimize-square-minimalistic-outline"]="rbxassetid://104384225847734", -["minimize-square-outline"]="rbxassetid://127172900858012", -["minus-circle-bold"]="rbxassetid://82100189633812", -["minus-circle-bold-duotone"]="rbxassetid://76097680514275", -["minus-circle-broken"]="rbxassetid://121459885959565", -["minus-circle-line-duotone"]="rbxassetid://83118181993956", -["minus-circle-linear"]="rbxassetid://83564978767487", -["minus-circle-outline"]="rbxassetid://107076644164839", -["minus-square-bold"]="rbxassetid://85537484816183", -["minus-square-bold-duotone"]="rbxassetid://118475740742750", -["minus-square-broken"]="rbxassetid://119942961536179", -["minus-square-line-duotone"]="rbxassetid://97686749814874", -["minus-square-linear"]="rbxassetid://121694175236987", -["minus-square-outline"]="rbxassetid://98407642765934", -["mirror-bold"]="rbxassetid://100317746534844", -["mirror-bold-1"]="rbxassetid://85548273362188", -["mirror-bold-duotone"]="rbxassetid://100108806990315", -["mirror-bold-duotone-1"]="rbxassetid://104907587039205", -["mirror-broken"]="rbxassetid://135023411930463", -["mirror-broken-1"]="rbxassetid://105143865880259", -["mirror-left-bold"]="rbxassetid://80263734562480", -["mirror-left-bold-duotone"]="rbxassetid://80195482734061", -["mirror-left-broken"]="rbxassetid://112043620678653", -["mirror-left-line-duotone"]="rbxassetid://102726201835327", -["mirror-left-linear"]="rbxassetid://123463536206452", -["mirror-left-outline"]="rbxassetid://126027318196628", -["mirror-line-duotone"]="rbxassetid://86070772706817", -["mirror-line-duotone-1"]="rbxassetid://132741522555818", -["mirror-linear"]="rbxassetid://89818433552030", -["mirror-linear-1"]="rbxassetid://123051857149638", -["mirror-outline"]="rbxassetid://123796716186108", -["mirror-outline-1"]="rbxassetid://78397744005255", -["mirror-right-bold"]="rbxassetid://125472555950877", -["mirror-right-bold-duotone"]="rbxassetid://130862515229470", -["mirror-right-broken"]="rbxassetid://109287760153525", -["mirror-right-line-duotone"]="rbxassetid://104127857421379", -["mirror-right-linear"]="rbxassetid://77625834790333", -["mirror-right-outline"]="rbxassetid://113168049449661", -["money-bag-bold"]="rbxassetid://117785512690361", -["money-bag-bold-duotone"]="rbxassetid://96397506152227", -["money-bag-broken"]="rbxassetid://97504919746599", -["money-bag-line-duotone"]="rbxassetid://96948288631119", -["money-bag-linear"]="rbxassetid://87463242084971", -["money-bag-outline"]="rbxassetid://83136346841001", -["monitor-bold"]="rbxassetid://79734853554211", -["monitor-bold-duotone"]="rbxassetid://92689360612773", -["monitor-broken"]="rbxassetid://89620968552544", -["monitor-camera-bold"]="rbxassetid://75135248525910", -["monitor-camera-bold-duotone"]="rbxassetid://105694367126196", -["monitor-camera-broken"]="rbxassetid://114223651039973", -["monitor-camera-line-duotone"]="rbxassetid://106114792531403", -["monitor-camera-linear"]="rbxassetid://70663250360184", -["monitor-camera-outline"]="rbxassetid://93415604290551", -["monitor-line-duotone"]="rbxassetid://126125867190251", -["monitor-linear"]="rbxassetid://109713247414722", -["monitor-outline"]="rbxassetid://103543521728097", -["monitor-smartphone-bold"]="rbxassetid://103539301635769", -["monitor-smartphone-bold-duotone"]="rbxassetid://84425341985712", -["monitor-smartphone-broken"]="rbxassetid://80817819892995", -["monitor-smartphone-line-duotone"]="rbxassetid://126815346505971", -["monitor-smartphone-linear"]="rbxassetid://127922899821606", -["monitor-smartphone-outline"]="rbxassetid://115260527583749", -["moon-bold"]="rbxassetid://125873389519219", -["moon-bold-duotone"]="rbxassetid://76156653465845", -["moon-broken"]="rbxassetid://130039155641232", -["moon-fog-bold"]="rbxassetid://139908343281931", -["moon-fog-bold-duotone"]="rbxassetid://135633197865254", -["moon-fog-broken"]="rbxassetid://90783899673282", -["moon-fog-line-duotone"]="rbxassetid://95048500308546", -["moon-fog-linear"]="rbxassetid://110892611420131", -["moon-fog-outline"]="rbxassetid://118187175755434", -["moon-line-duotone"]="rbxassetid://140027689435528", -["moon-linear"]="rbxassetid://81955666054188", -["moon-outline"]="rbxassetid://113018034773643", -["moon-sleep-bold"]="rbxassetid://128595102526074", -["moon-sleep-bold-duotone"]="rbxassetid://78722555503758", -["moon-sleep-broken"]="rbxassetid://130725010343127", -["moon-sleep-line-duotone"]="rbxassetid://77288827828167", -["moon-sleep-linear"]="rbxassetid://120031912816405", -["moon-sleep-outline"]="rbxassetid://105002613661096", -["moon-stars-bold"]="rbxassetid://108940075201970", -["moon-stars-bold-duotone"]="rbxassetid://102703856710481", -["moon-stars-broken"]="rbxassetid://87208295725217", -["moon-stars-line-duotone"]="rbxassetid://107055639840498", -["moon-stars-linear"]="rbxassetid://73695704955801", -["moon-stars-outline"]="rbxassetid://136104380307062", -["mouse-bold"]="rbxassetid://139149894104767", -["mouse-bold-duotone"]="rbxassetid://117240993229126", -["mouse-broken"]="rbxassetid://101006467427683", -["mouse-circle-bold"]="rbxassetid://106321142478582", -["mouse-circle-bold-duotone"]="rbxassetid://116066787317293", -["mouse-circle-broken"]="rbxassetid://105099896827276", -["mouse-circle-line-duotone"]="rbxassetid://113381959539564", -["mouse-circle-linear"]="rbxassetid://122613005614507", -["mouse-circle-outline"]="rbxassetid://120990820494793", -["mouse-line-duotone"]="rbxassetid://104122100285669", -["mouse-linear"]="rbxassetid://74859589024739", -["mouse-minimalistic-bold"]="rbxassetid://112630969536923", -["mouse-minimalistic-bold-duotone"]="rbxassetid://113537330430986", -["mouse-minimalistic-broken"]="rbxassetid://129762342168236", -["mouse-minimalistic-line-duotone"]="rbxassetid://122452054284777", -["mouse-minimalistic-linear"]="rbxassetid://115687057482369", -["mouse-minimalistic-outline"]="rbxassetid://92942326680446", -["mouse-outline"]="rbxassetid://96754316654109", -["move-to-folder-bold"]="rbxassetid://129044278330331", -["move-to-folder-bold-duotone"]="rbxassetid://122459795966956", -["move-to-folder-broken"]="rbxassetid://104619334322692", -["move-to-folder-line-duotone"]="rbxassetid://125224271030988", -["move-to-folder-linear"]="rbxassetid://78906738752696", -["move-to-folder-outline"]="rbxassetid://133843463057224", -["multiple-forward-left-bold"]="rbxassetid://108975997937971", -["multiple-forward-left-bold-duotone"]="rbxassetid://118650677162169", -["multiple-forward-left-broken"]="rbxassetid://109747876414062", -["multiple-forward-left-line-duotone"]="rbxassetid://89493435503610", -["multiple-forward-left-linear"]="rbxassetid://118912862345247", -["multiple-forward-left-outline"]="rbxassetid://124571700403246", -["multiple-forward-right-bold"]="rbxassetid://107355812789520", -["multiple-forward-right-bold-duotone"]="rbxassetid://83271886712684", -["multiple-forward-right-broken"]="rbxassetid://92862977185819", -["multiple-forward-right-line-duotone"]="rbxassetid://87664959453418", -["multiple-forward-right-linear"]="rbxassetid://135194662303450", -["multiple-forward-right-outline"]="rbxassetid://114794419056526", -["music-library-2-bold"]="rbxassetid://99786822107991", -["music-library-2-bold-duotone"]="rbxassetid://109887701378446", -["music-library-2-broken"]="rbxassetid://116596353092791", -["music-library-2-line-duotone"]="rbxassetid://106588544354263", -["music-library-2-linear"]="rbxassetid://128033441273267", -["music-library-2-outline"]="rbxassetid://106718563491321", -["music-library-bold"]="rbxassetid://77994101443980", -["music-library-bold-duotone"]="rbxassetid://70965461708491", -["music-library-broken"]="rbxassetid://110133205120866", -["music-library-line-duotone"]="rbxassetid://121314822965733", -["music-library-linear"]="rbxassetid://78499570208941", -["music-library-outline"]="rbxassetid://114505437238443", -["music-note-2-bold"]="rbxassetid://97445775514198", -["music-note-2-bold-duotone"]="rbxassetid://84821938915664", -["music-note-2-broken"]="rbxassetid://110795270191150", -["music-note-2-line-duotone"]="rbxassetid://106305774649642", -["music-note-2-linear"]="rbxassetid://124422417862446", -["music-note-2-outline"]="rbxassetid://113542403216579", -["music-note-3-bold"]="rbxassetid://74359292721462", -["music-note-3-bold-duotone"]="rbxassetid://128772593780589", -["music-note-3-broken"]="rbxassetid://138904650833162", -["music-note-3-line-duotone"]="rbxassetid://107984151010982", -["music-note-3-linear"]="rbxassetid://112123345947493", -["music-note-3-outline"]="rbxassetid://73043481083932", -["music-note-4-bold"]="rbxassetid://120478072705612", -["music-note-4-bold-duotone"]="rbxassetid://118231070550694", -["music-note-4-broken"]="rbxassetid://129928857382125", -["music-note-4-line-duotone"]="rbxassetid://100364698931996", -["music-note-4-linear"]="rbxassetid://121099010197991", -["music-note-4-outline"]="rbxassetid://92103896684446", -["music-note-bold"]="rbxassetid://123865998868867", -["music-note-bold-duotone"]="rbxassetid://85783524309379", -["music-note-broken"]="rbxassetid://95254876832635", -["music-note-line-duotone"]="rbxassetid://92954161261418", -["music-note-linear"]="rbxassetid://110633917017421", -["music-note-outline"]="rbxassetid://112042254490057", -["music-note-slider-2-bold"]="rbxassetid://104076906079561", -["music-note-slider-2-bold-duotone"]="rbxassetid://97739182728057", -["music-note-slider-2-broken"]="rbxassetid://130542599756143", -["music-note-slider-2-line-duotone"]="rbxassetid://85229961147234", -["music-note-slider-2-linear"]="rbxassetid://89109498841708", -["music-note-slider-2-outline"]="rbxassetid://132208957655361", -["music-note-slider-bold"]="rbxassetid://125710688927378", -["music-note-slider-bold-duotone"]="rbxassetid://126792593883696", -["music-note-slider-broken"]="rbxassetid://100325509826592", -["music-note-slider-line-duotone"]="rbxassetid://114733775855757", -["music-note-slider-linear"]="rbxassetid://134815568882109", -["music-note-slider-outline"]="rbxassetid://102178747945413", -["music-notes-bold"]="rbxassetid://125493609770475", -["music-notes-bold-duotone"]="rbxassetid://76837023378376", -["music-notes-broken"]="rbxassetid://81100102953188", -["music-notes-line-duotone"]="rbxassetid://81636618827682", -["music-notes-linear"]="rbxassetid://105009785127858", -["music-notes-outline"]="rbxassetid://106173515258879", -["muted-bold"]="rbxassetid://138304661448495", -["muted-bold-duotone"]="rbxassetid://125252477018508", -["muted-broken"]="rbxassetid://74145583442183", -["muted-line-duotone"]="rbxassetid://74335073143006", -["muted-linear"]="rbxassetid://132802474234701", -["muted-outline"]="rbxassetid://122405461080791", -["notebook-bold"]="rbxassetid://139800895080670", -["notebook-bold-1"]="rbxassetid://136970416308599", -["notebook-bold-duotone"]="rbxassetid://103643144053567", -["notebook-bold-duotone-1"]="rbxassetid://121793917782137", -["notebook-bookmark-bold"]="rbxassetid://96124487254608", -["notebook-bookmark-bold-duotone"]="rbxassetid://85248665119056", -["notebook-bookmark-broken"]="rbxassetid://70920949950123", -["notebook-bookmark-line-duotone"]="rbxassetid://81889052766333", -["notebook-bookmark-linear"]="rbxassetid://122996510946203", -["notebook-bookmark-outline"]="rbxassetid://72763331268321", -["notebook-broken"]="rbxassetid://93805206667332", -["notebook-broken-1"]="rbxassetid://84826991006316", -["notebook-line-duotone"]="rbxassetid://129816439286601", -["notebook-line-duotone-1"]="rbxassetid://75723381651493", -["notebook-linear"]="rbxassetid://110145863290341", -["notebook-linear-1"]="rbxassetid://93175221116629", -["notebook-minimalistic-bold"]="rbxassetid://101747599077050", -["notebook-minimalistic-bold-duotone"]="rbxassetid://119079666356878", -["notebook-minimalistic-broken"]="rbxassetid://134853482121594", -["notebook-minimalistic-line-duotone"]="rbxassetid://127611530172274", -["notebook-minimalistic-linear"]="rbxassetid://116043291227065", -["notebook-minimalistic-outline"]="rbxassetid://98514530389045", -["notebook-outline"]="rbxassetid://128492400365371", -["notebook-outline-1"]="rbxassetid://81338492916266", -["notebook-square-bold"]="rbxassetid://130858891028085", -["notebook-square-bold-duotone"]="rbxassetid://90897028383125", -["notebook-square-broken"]="rbxassetid://127936123394235", -["notebook-square-line-duotone"]="rbxassetid://117577588560141", -["notebook-square-linear"]="rbxassetid://107377022037314", -["notebook-square-outline"]="rbxassetid://131208945456273", -["notes-bold"]="rbxassetid://116168334467542", -["notes-bold-duotone"]="rbxassetid://117437209039137", -["notes-broken"]="rbxassetid://95236602895750", -["notes-line-duotone"]="rbxassetid://137405585818599", -["notes-linear"]="rbxassetid://120555602198188", -["notes-minimalistic-bold"]="rbxassetid://125360237781928", -["notes-minimalistic-bold-duotone"]="rbxassetid://75588535893480", -["notes-minimalistic-broken"]="rbxassetid://84527450394782", -["notes-minimalistic-line-duotone"]="rbxassetid://86330900292441", -["notes-minimalistic-linear"]="rbxassetid://99357342963913", -["notes-minimalistic-outline"]="rbxassetid://97758214694574", -["notes-outline"]="rbxassetid://74592713281093", -["notification-lines-remove-bold"]="rbxassetid://130830973153831", -["notification-lines-remove-bold-duotone"]="rbxassetid://123323519615154", -["notification-lines-remove-broken"]="rbxassetid://73959436280811", -["notification-lines-remove-line-duotone"]="rbxassetid://80871715847868", -["notification-lines-remove-linear"]="rbxassetid://139221326963052", -["notification-lines-remove-outline"]="rbxassetid://94830314794397", -["notification-remove-bold"]="rbxassetid://76779394800746", -["notification-remove-bold-duotone"]="rbxassetid://75474100848194", -["notification-remove-broken"]="rbxassetid://84582107841913", -["notification-remove-line-duotone"]="rbxassetid://98326032774091", -["notification-remove-linear"]="rbxassetid://91984555352136", -["notification-remove-outline"]="rbxassetid://106048720796796", -["notification-unread-bold"]="rbxassetid://139787932372978", -["notification-unread-bold-duotone"]="rbxassetid://94413546315953", -["notification-unread-broken"]="rbxassetid://107855221369034", -["notification-unread-line-duotone"]="rbxassetid://90689162144541", -["notification-unread-linear"]="rbxassetid://128034361728254", -["notification-unread-lines-bold"]="rbxassetid://101280095447381", -["notification-unread-lines-bold-duotone"]="rbxassetid://120601948342129", -["notification-unread-lines-broken"]="rbxassetid://138843023964713", -["notification-unread-lines-line-duotone"]="rbxassetid://138790024078724", -["notification-unread-lines-linear"]="rbxassetid://136911603207160", -["notification-unread-lines-outline"]="rbxassetid://109097858294042", -["notification-unread-outline"]="rbxassetid://129912231941146", -["object-scan-bold"]="rbxassetid://108611247538232", -["object-scan-bold-duotone"]="rbxassetid://95291564288040", -["object-scan-broken"]="rbxassetid://99919851294933", -["object-scan-line-duotone"]="rbxassetid://130941362321942", -["object-scan-linear"]="rbxassetid://109215840894155", -["object-scan-outline"]="rbxassetid://87437841476565", -["outgoing-call-bold"]="rbxassetid://114725326453202", -["outgoing-call-bold-duotone"]="rbxassetid://100579456022664", -["outgoing-call-broken"]="rbxassetid://107716145297574", -["outgoing-call-line-duotone"]="rbxassetid://87188283274556", -["outgoing-call-linear"]="rbxassetid://114163929711550", -["outgoing-call-outline"]="rbxassetid://117786907552941", -["outgoing-call-rounded-bold"]="rbxassetid://139638671952745", -["outgoing-call-rounded-bold-duotone"]="rbxassetid://123535875697973", -["outgoing-call-rounded-broken"]="rbxassetid://137043312577075", -["outgoing-call-rounded-line-duotone"]="rbxassetid://72535129516227", -["outgoing-call-rounded-linear"]="rbxassetid://95419295482882", -["outgoing-call-rounded-outline"]="rbxassetid://78394573489351", -["oven-mitts-bold"]="rbxassetid://116254499847389", -["oven-mitts-bold-duotone"]="rbxassetid://88023226304974", -["oven-mitts-broken"]="rbxassetid://115082902633233", -["oven-mitts-line-duotone"]="rbxassetid://140272840239983", -["oven-mitts-linear"]="rbxassetid://105285849692202", -["oven-mitts-minimalistic-bold"]="rbxassetid://101629105567959", -["oven-mitts-minimalistic-bold-duotone"]="rbxassetid://96370456759167", -["oven-mitts-minimalistic-broken"]="rbxassetid://116746406670771", -["oven-mitts-minimalistic-line-duotone"]="rbxassetid://77691104077510", -["oven-mitts-minimalistic-linear"]="rbxassetid://103506825255191", -["oven-mitts-minimalistic-outline"]="rbxassetid://107190885512923", -["oven-mitts-outline"]="rbxassetid://92220150578339", -["paint-roller-bold"]="rbxassetid://115221684337796", -["paint-roller-bold-duotone"]="rbxassetid://126279426815551", -["paint-roller-broken"]="rbxassetid://116668348661765", -["paint-roller-line-duotone"]="rbxassetid://135390377434819", -["paint-roller-linear"]="rbxassetid://94641740521436", -["paint-roller-outline"]="rbxassetid://106263837979483", -["palette-bold"]="rbxassetid://71228091130971", -["palette-bold-duotone"]="rbxassetid://113995681469609", -["palette-broken"]="rbxassetid://137876898580061", -["palette-line-duotone"]="rbxassetid://127397149369188", -["palette-linear"]="rbxassetid://77900128560816", -["palette-outline"]="rbxassetid://133100038211929", -["palette-round-bold"]="rbxassetid://135940003948216", -["palette-round-bold-duotone"]="rbxassetid://122356726770472", -["palette-round-broken"]="rbxassetid://99581268794402", -["palette-round-line-duotone"]="rbxassetid://75841543303509", -["palette-round-linear"]="rbxassetid://108131416289685", -["palette-round-outline"]="rbxassetid://125933567210555", -["pallete-2-bold"]="rbxassetid://82581293307519", -["pallete-2-bold-duotone"]="rbxassetid://128688531960821", -["pallete-2-broken"]="rbxassetid://121357106757054", -["pallete-2-line-duotone"]="rbxassetid://105800090036122", -["pallete-2-linear"]="rbxassetid://75259537605177", -["pallete-2-outline"]="rbxassetid://97781229744044", -["panorama-bold"]="rbxassetid://129062576724229", -["panorama-bold-duotone"]="rbxassetid://116231579565491", -["panorama-broken"]="rbxassetid://88757481687007", -["panorama-line-duotone"]="rbxassetid://82643393592880", -["panorama-linear"]="rbxassetid://75329456953170", -["panorama-outline"]="rbxassetid://129353777636309", -["paper-bin-bold"]="rbxassetid://85298397038910", -["paper-bin-bold-duotone"]="rbxassetid://84445593993449", -["paper-bin-broken"]="rbxassetid://117830623739200", -["paper-bin-line-duotone"]="rbxassetid://104072072970534", -["paper-bin-linear"]="rbxassetid://88798761206441", -["paper-bin-outline"]="rbxassetid://103009203455397", -["paperclip-2-bold"]="rbxassetid://112816150233126", -["paperclip-2-bold-duotone"]="rbxassetid://70555216585532", -["paperclip-2-broken"]="rbxassetid://82146340546149", -["paperclip-2-line-duotone"]="rbxassetid://85294335054736", -["paperclip-2-linear"]="rbxassetid://121288328376393", -["paperclip-2-outline"]="rbxassetid://122394689623346", -["paperclip-bold"]="rbxassetid://110226788873111", -["paperclip-bold-duotone"]="rbxassetid://70531383991590", -["paperclip-broken"]="rbxassetid://99154999556498", -["paperclip-line-duotone"]="rbxassetid://104628872016332", -["paperclip-linear"]="rbxassetid://115448889935440", -["paperclip-outline"]="rbxassetid://94536280518497", -["paperclip-rounded-2-bold"]="rbxassetid://95549443574022", -["paperclip-rounded-2-bold-duotone"]="rbxassetid://106667342402538", -["paperclip-rounded-2-broken"]="rbxassetid://80713211717774", -["paperclip-rounded-2-line-duotone"]="rbxassetid://110330063143290", -["paperclip-rounded-2-linear"]="rbxassetid://120116976783874", -["paperclip-rounded-2-outline"]="rbxassetid://126432627071114", -["paperclip-rounded-bold"]="rbxassetid://96771707508519", -["paperclip-rounded-bold-duotone"]="rbxassetid://121511461467247", -["paperclip-rounded-broken"]="rbxassetid://122401744869757", -["paperclip-rounded-line-duotone"]="rbxassetid://98191920646150", -["paperclip-rounded-linear"]="rbxassetid://78238371768428", -["paperclip-rounded-outline"]="rbxassetid://97103607036856", -["paragraph-spacing-bold"]="rbxassetid://90239604766759", -["paragraph-spacing-bold-duotone"]="rbxassetid://130779861421762", -["paragraph-spacing-broken"]="rbxassetid://93391614195346", -["paragraph-spacing-line-duotone"]="rbxassetid://113880782554356", -["paragraph-spacing-linear"]="rbxassetid://130401307944608", -["paragraph-spacing-outline"]="rbxassetid://107149082018050", -["passport-bold"]="rbxassetid://116022167541465", -["passport-bold-duotone"]="rbxassetid://77897118413949", -["passport-broken"]="rbxassetid://117139551434504", -["passport-line-duotone"]="rbxassetid://100113895199350", -["passport-linear"]="rbxassetid://98159838815217", -["passport-minimalistic-bold"]="rbxassetid://76249147601706", -["passport-minimalistic-bold-duotone"]="rbxassetid://78168015804730", -["passport-minimalistic-broken"]="rbxassetid://86620723857347", -["passport-minimalistic-line-duotone"]="rbxassetid://114309620945555", -["passport-minimalistic-linear"]="rbxassetid://119045532707775", -["passport-minimalistic-outline"]="rbxassetid://99796932792577", -["passport-outline"]="rbxassetid://85010212923729", -["password-bold"]="rbxassetid://108958062185057", -["password-bold-duotone"]="rbxassetid://123740684525410", -["password-broken"]="rbxassetid://71968361844940", -["password-line-duotone"]="rbxassetid://117293006021844", -["password-linear"]="rbxassetid://97734788810682", -["password-minimalistic-bold"]="rbxassetid://114975848070011", -["password-minimalistic-bold-duotone"]="rbxassetid://76391372980493", -["password-minimalistic-broken"]="rbxassetid://71837202364373", -["password-minimalistic-input-bold"]="rbxassetid://135265823252301", -["password-minimalistic-input-bold-duotone"]="rbxassetid://82438594697948", -["password-minimalistic-input-broken"]="rbxassetid://120628359932042", -["password-minimalistic-input-line-duotone"]="rbxassetid://140081219703719", -["password-minimalistic-input-linear"]="rbxassetid://140034872312829", -["password-minimalistic-input-outline"]="rbxassetid://74953855012007", -["password-minimalistic-line-duotone"]="rbxassetid://87531677339467", -["password-minimalistic-linear"]="rbxassetid://129505987492813", -["password-minimalistic-outline"]="rbxassetid://110850683729807", -["password-outline"]="rbxassetid://126154081119684", -["pause-bold"]="rbxassetid://108033303358492", -["pause-bold-duotone"]="rbxassetid://100454858991095", -["pause-broken"]="rbxassetid://109243067255078", -["pause-circle-bold"]="rbxassetid://90119286381163", -["pause-circle-bold-duotone"]="rbxassetid://133027231450847", -["pause-circle-broken"]="rbxassetid://107214664249819", -["pause-circle-line-duotone"]="rbxassetid://78205667769516", -["pause-circle-linear"]="rbxassetid://107020493231790", -["pause-circle-outline"]="rbxassetid://96456834373506", -["pause-line-duotone"]="rbxassetid://72323489564861", -["pause-linear"]="rbxassetid://79031664551825", -["pause-outline"]="rbxassetid://111927212661867", -["paw-bold"]="rbxassetid://86004936341358", -["paw-bold-duotone"]="rbxassetid://117621402193977", -["paw-broken"]="rbxassetid://97102627340560", -["paw-line-duotone"]="rbxassetid://138307824840143", -["paw-linear"]="rbxassetid://115795977829142", -["paw-outline"]="rbxassetid://78389972215399", -["pen-2-bold"]="rbxassetid://79579669580124", -["pen-2-bold-duotone"]="rbxassetid://71052170213333", -["pen-2-broken"]="rbxassetid://128818199326492", -["pen-2-line-duotone"]="rbxassetid://131601636680992", -["pen-2-linear"]="rbxassetid://85817156087387", -["pen-2-outline"]="rbxassetid://139754970658751", -["pen-bold"]="rbxassetid://139224507144471", -["pen-bold-duotone"]="rbxassetid://111586157564043", -["pen-broken"]="rbxassetid://89167867241160", -["pen-line-duotone"]="rbxassetid://140118887022175", -["pen-linear"]="rbxassetid://79051750479308", -["pen-new-round-bold"]="rbxassetid://139995667511791", -["pen-new-round-bold-duotone"]="rbxassetid://95147697847316", -["pen-new-round-broken"]="rbxassetid://109655109430564", -["pen-new-round-line-duotone"]="rbxassetid://98032132994976", -["pen-new-round-linear"]="rbxassetid://133908205387272", -["pen-new-round-outline"]="rbxassetid://90253094281911", -["pen-new-square-bold"]="rbxassetid://107532273565583", -["pen-new-square-bold-duotone"]="rbxassetid://116254975535301", -["pen-new-square-broken"]="rbxassetid://106345809329767", -["pen-new-square-line-duotone"]="rbxassetid://140037094025139", -["pen-new-square-linear"]="rbxassetid://94417659863310", -["pen-new-square-outline"]="rbxassetid://106675040806677", -["pen-outline"]="rbxassetid://137850322431385", -["people-nearby-bold"]="rbxassetid://93753043517782", -["people-nearby-bold-duotone"]="rbxassetid://122708768262598", -["people-nearby-broken"]="rbxassetid://134064166427618", -["people-nearby-line-duotone"]="rbxassetid://86846545880090", -["people-nearby-linear"]="rbxassetid://95108929862231", -["people-nearby-outline"]="rbxassetid://137027674945410", -["perfume-bold"]="rbxassetid://89665077488198", -["perfume-bold-duotone"]="rbxassetid://106907565530555", -["perfume-broken"]="rbxassetid://89007725804538", -["perfume-line-duotone"]="rbxassetid://109513376723884", -["perfume-linear"]="rbxassetid://86153628175247", -["perfume-outline"]="rbxassetid://120337110098764", -["phone-bold"]="rbxassetid://106627490150757", -["phone-bold-duotone"]="rbxassetid://105399738036336", -["phone-broken"]="rbxassetid://106948073992840", -["phone-calling-bold"]="rbxassetid://118497451278440", -["phone-calling-bold-duotone"]="rbxassetid://126200697697218", -["phone-calling-broken"]="rbxassetid://91858425012137", -["phone-calling-line-duotone"]="rbxassetid://130038322606970", -["phone-calling-linear"]="rbxassetid://114832264459365", -["phone-calling-outline"]="rbxassetid://136113639169928", -["phone-calling-rounded-bold"]="rbxassetid://126846816166614", -["phone-calling-rounded-bold-duotone"]="rbxassetid://123055958911116", -["phone-calling-rounded-broken"]="rbxassetid://120107769194485", -["phone-calling-rounded-line-duotone"]="rbxassetid://131100384959679", -["phone-calling-rounded-linear"]="rbxassetid://119410186704163", -["phone-calling-rounded-outline"]="rbxassetid://124728980083282", -["phone-line-duotone"]="rbxassetid://93888520584767", -["phone-linear"]="rbxassetid://125632284485576", -["phone-outline"]="rbxassetid://85307309992736", -["phone-rounded-bold"]="rbxassetid://138803353466491", -["phone-rounded-bold-duotone"]="rbxassetid://100488589597132", -["phone-rounded-broken"]="rbxassetid://95384402364799", -["phone-rounded-line-duotone"]="rbxassetid://122784009020712", -["phone-rounded-linear"]="rbxassetid://113434773826498", -["phone-rounded-outline"]="rbxassetid://134483378057293", -["pie-chart-2-bold"]="rbxassetid://119052305114673", -["pie-chart-2-bold-duotone"]="rbxassetid://86676416750937", -["pie-chart-2-broken"]="rbxassetid://74379584825993", -["pie-chart-2-line-duotone"]="rbxassetid://71205569857687", -["pie-chart-2-linear"]="rbxassetid://102595883999811", -["pie-chart-2-outline"]="rbxassetid://83618773121729", -["pie-chart-3-bold"]="rbxassetid://75874792169097", -["pie-chart-3-bold-duotone"]="rbxassetid://86386370487576", -["pie-chart-3-broken"]="rbxassetid://72276628854934", -["pie-chart-3-line-duotone"]="rbxassetid://90961787540520", -["pie-chart-3-linear"]="rbxassetid://75953519583630", -["pie-chart-3-outline"]="rbxassetid://126407321100169", -["pie-chart-bold"]="rbxassetid://116180090774230", -["pie-chart-bold-duotone"]="rbxassetid://124998778267410", -["pie-chart-broken"]="rbxassetid://72148835759038", -["pie-chart-line-duotone"]="rbxassetid://104788848341873", -["pie-chart-linear"]="rbxassetid://106803434251458", -["pie-chart-outline"]="rbxassetid://138970603694485", -["pill-bold"]="rbxassetid://100372428511072", -["pill-bold-duotone"]="rbxassetid://135844002516591", -["pill-broken"]="rbxassetid://87974723490914", -["pill-line-duotone"]="rbxassetid://123144668127693", -["pill-linear"]="rbxassetid://96352981256656", -["pill-outline"]="rbxassetid://71967589047817", -["pills-2-bold"]="rbxassetid://118250365651780", -["pills-2-bold-duotone"]="rbxassetid://108858405290644", -["pills-2-broken"]="rbxassetid://132099131736182", -["pills-2-line-duotone"]="rbxassetid://92844877154419", -["pills-2-linear"]="rbxassetid://122955557246965", -["pills-2-outline"]="rbxassetid://73925060334432", -["pills-3-bold"]="rbxassetid://72133979211424", -["pills-3-bold-duotone"]="rbxassetid://72513301563211", -["pills-3-broken"]="rbxassetid://89663614825029", -["pills-3-line-duotone"]="rbxassetid://124576652624508", -["pills-3-linear"]="rbxassetid://99309729222262", -["pills-3-outline"]="rbxassetid://135607563530679", -["pills-bold"]="rbxassetid://78028338389518", -["pills-bold-duotone"]="rbxassetid://131491941224212", -["pills-broken"]="rbxassetid://103022575468419", -["pills-line-duotone"]="rbxassetid://121116608781340", -["pills-linear"]="rbxassetid://78401433637561", -["pills-outline"]="rbxassetid://107437650521518", -["pin-bold"]="rbxassetid://81516746276415", -["pin-bold-duotone"]="rbxassetid://118698282404577", -["pin-broken"]="rbxassetid://121203923983610", -["pin-circle-bold"]="rbxassetid://99319242174185", -["pin-circle-bold-duotone"]="rbxassetid://90404611590729", -["pin-circle-broken"]="rbxassetid://108219043407326", -["pin-circle-line-duotone"]="rbxassetid://77094302274514", -["pin-circle-linear"]="rbxassetid://137148545391842", -["pin-circle-outline"]="rbxassetid://119277827513937", -["pin-line-duotone"]="rbxassetid://85967228536514", -["pin-linear"]="rbxassetid://135228566547657", -["pin-list-bold"]="rbxassetid://127244881692694", -["pin-list-bold-duotone"]="rbxassetid://88595250249200", -["pin-list-broken"]="rbxassetid://98250238890164", -["pin-list-line-duotone"]="rbxassetid://120006581270700", -["pin-list-linear"]="rbxassetid://78901913518507", -["pin-list-outline"]="rbxassetid://102914514800164", -["pin-outline"]="rbxassetid://94963834932557", -["pip-2-bold"]="rbxassetid://95652338235167", -["pip-2-bold-duotone"]="rbxassetid://101318806554553", -["pip-2-broken"]="rbxassetid://102352471888099", -["pip-2-line-duotone"]="rbxassetid://117879422993917", -["pip-2-linear"]="rbxassetid://110116530511737", -["pip-2-outline"]="rbxassetid://129288432485625", -["pip-bold"]="rbxassetid://74918487335973", -["pip-bold-duotone"]="rbxassetid://94395542781001", -["pip-broken"]="rbxassetid://99073967267286", -["pip-line-duotone"]="rbxassetid://129321556012757", -["pip-linear"]="rbxassetid://105362124938126", -["pip-outline"]="rbxassetid://93428725882602", -["pipette-bold"]="rbxassetid://133581508341712", -["pipette-bold-duotone"]="rbxassetid://139641307902690", -["pipette-broken"]="rbxassetid://75655585381237", -["pipette-line-duotone"]="rbxassetid://121985712661421", -["pipette-linear"]="rbxassetid://78963687079460", -["pipette-outline"]="rbxassetid://92869847198403", -["plaaylist-minimalistic-bold"]="rbxassetid://101958669557540", -["plaaylist-minimalistic-bold-duotone"]="rbxassetid://90265124957979", -["plaaylist-minimalistic-broken"]="rbxassetid://105680350170445", -["plaaylist-minimalistic-line-duotone"]="rbxassetid://113979757712051", -["plaaylist-minimalistic-linear"]="rbxassetid://135180807831299", -["plaaylist-minimalistic-outline"]="rbxassetid://115446488202403", -["plain-2-bold"]="rbxassetid://135764877723540", -["plain-2-bold-duotone"]="rbxassetid://92761612440706", -["plain-2-broken"]="rbxassetid://121480457634967", -["plain-2-line-duotone"]="rbxassetid://125814446675034", -["plain-2-linear"]="rbxassetid://139689249851113", -["plain-2-outline"]="rbxassetid://74590504224437", -["plain-3-bold"]="rbxassetid://110444508953815", -["plain-3-bold-duotone"]="rbxassetid://73262121764010", -["plain-3-broken"]="rbxassetid://83395226620234", -["plain-3-line-duotone"]="rbxassetid://132629987647742", -["plain-3-linear"]="rbxassetid://138081743161851", -["plain-3-outline"]="rbxassetid://111096884411353", -["plain-bold"]="rbxassetid://104436508665228", -["plain-bold-duotone"]="rbxassetid://125044400085010", -["plain-broken"]="rbxassetid://110982047244538", -["plain-line-duotone"]="rbxassetid://135519974136997", -["plain-linear"]="rbxassetid://116582178325477", -["plain-outline"]="rbxassetid://111885722718655", -["planet-2-bold"]="rbxassetid://97685269906778", -["planet-2-bold-duotone"]="rbxassetid://130069391921036", -["planet-2-broken"]="rbxassetid://107406813304145", -["planet-2-line-duotone"]="rbxassetid://92985225969298", -["planet-2-linear"]="rbxassetid://115286033338718", -["planet-2-outline"]="rbxassetid://130915534221207", -["planet-3-bold"]="rbxassetid://114584522323443", -["planet-3-bold-duotone"]="rbxassetid://138139681750902", -["planet-3-broken"]="rbxassetid://124522494588031", -["planet-3-line-duotone"]="rbxassetid://85758320778133", -["planet-3-linear"]="rbxassetid://133557027205352", -["planet-3-outline"]="rbxassetid://124733380879873", -["planet-4-bold"]="rbxassetid://126853183441271", -["planet-4-bold-duotone"]="rbxassetid://110933914451189", -["planet-4-broken"]="rbxassetid://131522234746463", -["planet-4-line-duotone"]="rbxassetid://115142346622642", -["planet-4-linear"]="rbxassetid://122406740041082", -["planet-4-outline"]="rbxassetid://98964372338924", -["planet-bold"]="rbxassetid://110926118391987", -["planet-bold-duotone"]="rbxassetid://87833299354736", -["planet-broken"]="rbxassetid://70995120446421", -["planet-line-duotone"]="rbxassetid://117338641327344", -["planet-linear"]="rbxassetid://78094309343073", -["planet-outline"]="rbxassetid://112602848166679", -["plate-bold"]="rbxassetid://131126152251497", -["plate-bold-duotone"]="rbxassetid://92968039230245", -["plate-broken"]="rbxassetid://138163898487093", -["plate-line-duotone"]="rbxassetid://111098798052604", -["plate-linear"]="rbxassetid://108175384662985", -["plate-outline"]="rbxassetid://113859778720028", -["play-bold"]="rbxassetid://94251290360710", -["play-bold-duotone"]="rbxassetid://94651018756041", -["play-broken"]="rbxassetid://107986264607879", -["play-circle-bold"]="rbxassetid://126174487049903", -["play-circle-bold-duotone"]="rbxassetid://79056958803029", -["play-circle-broken"]="rbxassetid://125443121949639", -["play-circle-line-duotone"]="rbxassetid://73436919172084", -["play-circle-linear"]="rbxassetid://116494241123123", -["play-circle-outline"]="rbxassetid://87429238520331", -["play-line-duotone"]="rbxassetid://128192205547505", -["play-linear"]="rbxassetid://134330694652001", -["play-outline"]="rbxassetid://98384714205476", -["play-stream-bold"]="rbxassetid://71973979059922", -["play-stream-bold-duotone"]="rbxassetid://105152964809195", -["play-stream-broken"]="rbxassetid://75174566664577", -["play-stream-line-duotone"]="rbxassetid://99837057062129", -["play-stream-linear"]="rbxassetid://128359617893313", -["play-stream-outline"]="rbxassetid://89105642182726", -["playback-speed-bold"]="rbxassetid://75658442425524", -["playback-speed-bold-duotone"]="rbxassetid://93998213222149", -["playback-speed-broken"]="rbxassetid://112427331466536", -["playback-speed-line-duotone"]="rbxassetid://132253174377481", -["playback-speed-linear"]="rbxassetid://128057611209522", -["playback-speed-outline"]="rbxassetid://99081098513773", -["playlist-2-bold"]="rbxassetid://101883736307128", -["playlist-2-bold-duotone"]="rbxassetid://91263908838558", -["playlist-2-broken"]="rbxassetid://95307250176805", -["playlist-2-line-duotone"]="rbxassetid://83539952218364", -["playlist-2-linear"]="rbxassetid://70550460702374", -["playlist-2-outline"]="rbxassetid://108879487727985", -["playlist-bold"]="rbxassetid://132670286884790", -["playlist-bold-duotone"]="rbxassetid://74988205470510", -["playlist-broken"]="rbxassetid://122661686236412", -["playlist-line-duotone"]="rbxassetid://138267624905089", -["playlist-linear"]="rbxassetid://116891784095684", -["playlist-minimalistic-2-bold"]="rbxassetid://134106383085691", -["playlist-minimalistic-2-bold-duotone"]="rbxassetid://73294544125748", -["playlist-minimalistic-2-broken"]="rbxassetid://137982264070301", -["playlist-minimalistic-2-line-duotone"]="rbxassetid://97051975762085", -["playlist-minimalistic-2-linear"]="rbxassetid://121495572012041", -["playlist-minimalistic-2-outline"]="rbxassetid://74653587601880", -["playlist-minimalistic-3-bold"]="rbxassetid://92247757217964", -["playlist-minimalistic-3-bold-duotone"]="rbxassetid://102994442590003", -["playlist-minimalistic-3-broken"]="rbxassetid://90829530285366", -["playlist-minimalistic-3-line-duotone"]="rbxassetid://110197860023861", -["playlist-minimalistic-3-linear"]="rbxassetid://99867344439781", -["playlist-minimalistic-3-outline"]="rbxassetid://133862735291458", -["playlist-outline"]="rbxassetid://123116313677100", -["plug-circle-bold"]="rbxassetid://138180123830220", -["plug-circle-bold-duotone"]="rbxassetid://91215598972060", -["plug-circle-broken"]="rbxassetid://140491902768964", -["plug-circle-line-duotone"]="rbxassetid://124034540264300", -["plug-circle-linear"]="rbxassetid://98551790337824", -["plug-circle-outline"]="rbxassetid://78479862748117", -["plus-minus-bold"]="rbxassetid://104295007565085", -["plus-minus-bold-duotone"]="rbxassetid://127958266781009", -["plus-minus-broken"]="rbxassetid://130633397037397", -["plus-minus-line-duotone"]="rbxassetid://101374580071139", -["plus-minus-linear"]="rbxassetid://109108094582727", -["plus-minus-outline"]="rbxassetid://105460082222068", -["podcast-bold"]="rbxassetid://73356483225559", -["podcast-bold-duotone"]="rbxassetid://110963458127932", -["podcast-broken"]="rbxassetid://96972284410551", -["podcast-line-duotone"]="rbxassetid://128144697763975", -["podcast-linear"]="rbxassetid://73047404052535", -["podcast-outline"]="rbxassetid://83174682184219", -["point-on-map-bold"]="rbxassetid://71186034817192", -["point-on-map-bold-duotone"]="rbxassetid://128032422428576", -["point-on-map-broken"]="rbxassetid://120329884954299", -["point-on-map-line-duotone"]="rbxassetid://101258889124741", -["point-on-map-linear"]="rbxassetid://95378604973673", -["point-on-map-outline"]="rbxassetid://96250901575148", -["point-on-map-perspective-bold"]="rbxassetid://110360883026668", -["point-on-map-perspective-bold-duotone"]="rbxassetid://109048427130425", -["point-on-map-perspective-broken"]="rbxassetid://118804623701303", -["point-on-map-perspective-line-duotone"]="rbxassetid://119179717823549", -["point-on-map-perspective-linear"]="rbxassetid://121862721156388", -["point-on-map-perspective-outline"]="rbxassetid://136114233348533", -["posts-carousel-horizontal-bold"]="rbxassetid://116942123304048", -["posts-carousel-horizontal-bold-duotone"]="rbxassetid://78754037102702", -["posts-carousel-horizontal-broken"]="rbxassetid://130298954909700", -["posts-carousel-horizontal-line-duotone"]="rbxassetid://81179365313774", -["posts-carousel-horizontal-linear"]="rbxassetid://119159680696179", -["posts-carousel-horizontal-outline"]="rbxassetid://85603437956562", -["posts-carousel-vertical-bold"]="rbxassetid://89038238613961", -["posts-carousel-vertical-bold-duotone"]="rbxassetid://72679842003208", -["posts-carousel-vertical-broken"]="rbxassetid://94871156141357", -["posts-carousel-vertical-line-duotone"]="rbxassetid://98008695280482", -["posts-carousel-vertical-linear"]="rbxassetid://109234187896288", -["posts-carousel-vertical-outline"]="rbxassetid://92447583122530", -["power-bold"]="rbxassetid://116822581093037", -["power-bold-duotone"]="rbxassetid://112979836098775", -["power-broken"]="rbxassetid://94406988983037", -["power-line-duotone"]="rbxassetid://89492949018538", -["power-linear"]="rbxassetid://140690180001941", -["power-outline"]="rbxassetid://114104386458844", -["presentation-graph-bold"]="rbxassetid://116656393464390", -["presentation-graph-bold-duotone"]="rbxassetid://122403665119640", -["presentation-graph-broken"]="rbxassetid://136616585358646", -["presentation-graph-line-duotone"]="rbxassetid://96717943957490", -["presentation-graph-linear"]="rbxassetid://99931389048436", -["presentation-graph-outline"]="rbxassetid://133301673992793", -["printer-2-bold"]="rbxassetid://130778080492218", -["printer-2-bold-duotone"]="rbxassetid://118246260665242", -["printer-2-broken"]="rbxassetid://103167474604566", -["printer-2-line-duotone"]="rbxassetid://120099920221609", -["printer-2-linear"]="rbxassetid://72263018022568", -["printer-2-outline"]="rbxassetid://83450979352591", -["printer-bold"]="rbxassetid://99889574534641", -["printer-bold-duotone"]="rbxassetid://86171089338468", -["printer-broken"]="rbxassetid://138782890865116", -["printer-line-duotone"]="rbxassetid://113041558554215", -["printer-linear"]="rbxassetid://118037406295441", -["printer-minimalistic-bold"]="rbxassetid://81275571341906", -["printer-minimalistic-bold-duotone"]="rbxassetid://114791893199878", -["printer-minimalistic-broken"]="rbxassetid://119115912668016", -["printer-minimalistic-line-duotone"]="rbxassetid://134743747615820", -["printer-minimalistic-linear"]="rbxassetid://72954555632432", -["printer-minimalistic-outline"]="rbxassetid://103769715487286", -["printer-outline"]="rbxassetid://89242825092833", -["programming-bold"]="rbxassetid://71466343335951", -["programming-bold-duotone"]="rbxassetid://79274221484621", -["programming-broken"]="rbxassetid://91162927003183", -["programming-line-duotone"]="rbxassetid://134695685453849", -["programming-linear"]="rbxassetid://128841187654614", -["programming-outline"]="rbxassetid://74600602451059", -["projector-bold"]="rbxassetid://139210998852889", -["projector-bold-duotone"]="rbxassetid://82925938341487", -["projector-broken"]="rbxassetid://86203314717463", -["projector-line-duotone"]="rbxassetid://138639373652049", -["projector-linear"]="rbxassetid://108915795822336", -["projector-outline"]="rbxassetid://135448947431970", -["pulse-2-bold"]="rbxassetid://139106093250291", -["pulse-2-bold-duotone"]="rbxassetid://118140544072056", -["pulse-2-broken"]="rbxassetid://97835097975637", -["pulse-2-line-duotone"]="rbxassetid://85711734001012", -["pulse-2-linear"]="rbxassetid://139882349825161", -["pulse-2-outline"]="rbxassetid://97005396148892", -["pulse-bold"]="rbxassetid://89560893175804", -["pulse-bold-duotone"]="rbxassetid://139179396316272", -["pulse-broken"]="rbxassetid://127374037421678", -["pulse-line-duotone"]="rbxassetid://122293834961284", -["pulse-linear"]="rbxassetid://75243850068848", -["pulse-outline"]="rbxassetid://89976732237608", -["qr-code-bold"]="rbxassetid://112581659796854", -["qr-code-bold-duotone"]="rbxassetid://84498671397488", -["qr-code-broken"]="rbxassetid://109531660630315", -["qr-code-line-duotone"]="rbxassetid://104487792268620", -["qr-code-linear"]="rbxassetid://135652098262839", -["qr-code-outline"]="rbxassetid://113676885326330", -["question-circle-bold"]="rbxassetid://138795625519584", -["question-circle-bold-duotone"]="rbxassetid://105516252809144", -["question-circle-broken"]="rbxassetid://100640772440718", -["question-circle-line-duotone"]="rbxassetid://88473931796873", -["question-circle-linear"]="rbxassetid://83759727452544", -["question-circle-outline"]="rbxassetid://99867286906748", -["question-square-bold"]="rbxassetid://99401628420524", -["question-square-bold-duotone"]="rbxassetid://74516515616226", -["question-square-broken"]="rbxassetid://83747794605699", -["question-square-line-duotone"]="rbxassetid://123597013592550", -["question-square-linear"]="rbxassetid://74726826506633", -["question-square-outline"]="rbxassetid://82095306642285", -["quit-full-screen-bold"]="rbxassetid://82801632530658", -["quit-full-screen-bold-duotone"]="rbxassetid://80231757775194", -["quit-full-screen-broken"]="rbxassetid://106183253487910", -["quit-full-screen-circle-bold"]="rbxassetid://105519683035641", -["quit-full-screen-circle-bold-duotone"]="rbxassetid://83741726926212", -["quit-full-screen-circle-broken"]="rbxassetid://72399527817024", -["quit-full-screen-circle-line-duotone"]="rbxassetid://120931145898596", -["quit-full-screen-circle-linear"]="rbxassetid://73303452253646", -["quit-full-screen-circle-outline"]="rbxassetid://70766046389300", -["quit-full-screen-line-duotone"]="rbxassetid://95726184696207", -["quit-full-screen-linear"]="rbxassetid://106175468569482", -["quit-full-screen-outline"]="rbxassetid://131234828256707", -["quit-full-screen-square-bold"]="rbxassetid://98332680832491", -["quit-full-screen-square-bold-duotone"]="rbxassetid://114358960732596", -["quit-full-screen-square-broken"]="rbxassetid://71662398367057", -["quit-full-screen-square-line-duotone"]="rbxassetid://113782455083768", -["quit-full-screen-square-linear"]="rbxassetid://73049274597685", -["quit-full-screen-square-outline"]="rbxassetid://140342603441880", -["quit-pip-bold"]="rbxassetid://94122003472728", -["quit-pip-bold-duotone"]="rbxassetid://88156580942872", -["quit-pip-broken"]="rbxassetid://139483918350862", -["quit-pip-line-duotone"]="rbxassetid://136849467134913", -["quit-pip-linear"]="rbxassetid://79883076031158", -["quit-pip-outline"]="rbxassetid://115228264146140", -["radar-2-bold"]="rbxassetid://138254839603600", -["radar-2-bold-duotone"]="rbxassetid://108502185160318", -["radar-2-broken"]="rbxassetid://117067002398187", -["radar-2-line-duotone"]="rbxassetid://106404290722876", -["radar-2-linear"]="rbxassetid://94509043971234", -["radar-2-outline"]="rbxassetid://107000762683788", -["radar-bold"]="rbxassetid://131644584628608", -["radar-bold-duotone"]="rbxassetid://119077728194718", -["radar-broken"]="rbxassetid://102454223654160", -["radar-line-duotone"]="rbxassetid://81924243925504", -["radar-linear"]="rbxassetid://84870943841943", -["radar-outline"]="rbxassetid://103269381651152", -["radial-blur-bold"]="rbxassetid://132056974448622", -["radial-blur-bold-duotone"]="rbxassetid://77608510850455", -["radial-blur-broken"]="rbxassetid://92438913552987", -["radial-blur-line-duotone"]="rbxassetid://110469661810043", -["radial-blur-linear"]="rbxassetid://87454216022897", -["radial-blur-outline"]="rbxassetid://78701145449624", -["radio-bold"]="rbxassetid://107842194557490", -["radio-bold-duotone"]="rbxassetid://138831630707253", -["radio-broken"]="rbxassetid://100104782913355", -["radio-line-duotone"]="rbxassetid://80160162980765", -["radio-linear"]="rbxassetid://94555000975093", -["radio-minimalistic-bold"]="rbxassetid://89235653631008", -["radio-minimalistic-bold-duotone"]="rbxassetid://77695178669239", -["radio-minimalistic-broken"]="rbxassetid://140477798885251", -["radio-minimalistic-line-duotone"]="rbxassetid://71021808353964", -["radio-minimalistic-linear"]="rbxassetid://140674132849045", -["radio-minimalistic-outline"]="rbxassetid://103571328286486", -["radio-outline"]="rbxassetid://114413399924952", -["ranking-bold"]="rbxassetid://90937800962544", -["ranking-bold-duotone"]="rbxassetid://79374157768873", -["ranking-broken"]="rbxassetid://97277979760300", -["ranking-line-duotone"]="rbxassetid://102560175937558", -["ranking-linear"]="rbxassetid://102637532547063", -["ranking-outline"]="rbxassetid://78815323776097", -["recive-square-bold"]="rbxassetid://93342429514158", -["recive-square-bold-duotone"]="rbxassetid://123602448811841", -["recive-square-broken"]="rbxassetid://133949893029586", -["recive-square-line-duotone"]="rbxassetid://117231474611477", -["recive-square-linear"]="rbxassetid://85519735704143", -["recive-square-outline"]="rbxassetid://93174555185859", -["recive-twice-square-bold"]="rbxassetid://71439700201365", -["recive-twice-square-bold-duotone"]="rbxassetid://108524782304106", -["recive-twice-square-broken"]="rbxassetid://106425758138241", -["recive-twice-square-line-duotone"]="rbxassetid://73695291288247", -["recive-twice-square-linear"]="rbxassetid://105856251978240", -["recive-twice-square-outline"]="rbxassetid://106564089857349", -["record-bold"]="rbxassetid://122485335253573", -["record-bold-duotone"]="rbxassetid://120514697835705", -["record-broken"]="rbxassetid://118713880107381", -["record-circle-bold"]="rbxassetid://132489804811974", -["record-circle-bold-1"]="rbxassetid://86216515398982", -["record-circle-bold-duotone"]="rbxassetid://100211469422943", -["record-circle-bold-duotone-1"]="rbxassetid://74017292347233", -["record-circle-broken"]="rbxassetid://118946797744389", -["record-circle-broken-1"]="rbxassetid://114794350988371", -["record-circle-line-duotone"]="rbxassetid://91422461467769", -["record-circle-line-duotone-1"]="rbxassetid://122169646206117", -["record-circle-linear"]="rbxassetid://82065871376265", -["record-circle-linear-1"]="rbxassetid://107462186325628", -["record-circle-outline"]="rbxassetid://81423949986481", -["record-circle-outline-1"]="rbxassetid://119989987720755", -["record-line-duotone"]="rbxassetid://108642318815569", -["record-linear"]="rbxassetid://92907501947531", -["record-minimalistic-bold"]="rbxassetid://132191068013875", -["record-minimalistic-bold-duotone"]="rbxassetid://113363630369149", -["record-minimalistic-broken"]="rbxassetid://127385171636040", -["record-minimalistic-line-duotone"]="rbxassetid://132866873016156", -["record-minimalistic-linear"]="rbxassetid://140323634528899", -["record-minimalistic-outline"]="rbxassetid://101898168571397", -["record-outline"]="rbxassetid://120476349570587", -["record-square-bold"]="rbxassetid://78471724812306", -["record-square-bold-duotone"]="rbxassetid://72238316259372", -["record-square-broken"]="rbxassetid://108310097093114", -["record-square-line-duotone"]="rbxassetid://78318759297856", -["record-square-linear"]="rbxassetid://88129784635823", -["record-square-outline"]="rbxassetid://100031471668087", -["reel-2-bold"]="rbxassetid://116423317770454", -["reel-2-bold-duotone"]="rbxassetid://74591787282128", -["reel-2-broken"]="rbxassetid://104286618566802", -["reel-2-line-duotone"]="rbxassetid://130676639314790", -["reel-2-linear"]="rbxassetid://110424886166593", -["reel-2-outline"]="rbxassetid://100308491553443", -["reel-bold"]="rbxassetid://101242709875910", -["reel-bold-duotone"]="rbxassetid://84364745996119", -["reel-broken"]="rbxassetid://125139158585033", -["reel-line-duotone"]="rbxassetid://111982753412836", -["reel-linear"]="rbxassetid://97106687926785", -["reel-outline"]="rbxassetid://114908521667945", -["refresh-bold"]="rbxassetid://129337684713976", -["refresh-bold-duotone"]="rbxassetid://134528330846063", -["refresh-broken"]="rbxassetid://124571135248118", -["refresh-circle-bold"]="rbxassetid://134055602900175", -["refresh-circle-bold-duotone"]="rbxassetid://125978127272464", -["refresh-circle-broken"]="rbxassetid://131466620541211", -["refresh-circle-line-duotone"]="rbxassetid://117880878512688", -["refresh-circle-linear"]="rbxassetid://78990316508083", -["refresh-circle-outline"]="rbxassetid://115724343265349", -["refresh-line-duotone"]="rbxassetid://87825702883845", -["refresh-linear"]="rbxassetid://102103131425772", -["refresh-outline"]="rbxassetid://111629867439041", -["refresh-square-bold"]="rbxassetid://129609205924612", -["refresh-square-bold-duotone"]="rbxassetid://116831973251214", -["refresh-square-broken"]="rbxassetid://76996707302338", -["refresh-square-line-duotone"]="rbxassetid://128229990204760", -["refresh-square-linear"]="rbxassetid://107515701645926", -["refresh-square-outline"]="rbxassetid://97073348041202", -["remote-controller-2-bold"]="rbxassetid://72902150820770", -["remote-controller-2-bold-duotone"]="rbxassetid://80033629048312", -["remote-controller-2-broken"]="rbxassetid://75757331272528", -["remote-controller-2-line-duotone"]="rbxassetid://88564965576043", -["remote-controller-2-linear"]="rbxassetid://101881516079612", -["remote-controller-2-outline"]="rbxassetid://106650561108950", -["remote-controller-bold"]="rbxassetid://92924216388680", -["remote-controller-bold-duotone"]="rbxassetid://139802928057950", -["remote-controller-broken"]="rbxassetid://92790253493387", -["remote-controller-line-duotone"]="rbxassetid://135084445101609", -["remote-controller-linear"]="rbxassetid://133454703207235", -["remote-controller-minimalistic-bold"]="rbxassetid://98183943186563", -["remote-controller-minimalistic-bold-duotone"]="rbxassetid://124411844477856", -["remote-controller-minimalistic-broken"]="rbxassetid://89381771773967", -["remote-controller-minimalistic-line-duotone"]="rbxassetid://131850487775391", -["remote-controller-minimalistic-linear"]="rbxassetid://134726416507737", -["remote-controller-minimalistic-outline"]="rbxassetid://137761122141623", -["remote-controller-outline"]="rbxassetid://73288144213511", -["remove-folder-bold"]="rbxassetid://126400094160951", -["remove-folder-bold-duotone"]="rbxassetid://76080830019340", -["remove-folder-broken"]="rbxassetid://109644738974784", -["remove-folder-line-duotone"]="rbxassetid://119389449943210", -["remove-folder-linear"]="rbxassetid://86824589481682", -["remove-folder-outline"]="rbxassetid://103249848639523", -["reorder-bold"]="rbxassetid://119032799762106", -["reorder-bold-1"]="rbxassetid://136594072352016", -["reorder-bold-duotone"]="rbxassetid://128228309277035", -["reorder-bold-duotone-1"]="rbxassetid://103144037545949", -["reorder-broken"]="rbxassetid://131305819403619", -["reorder-broken-1"]="rbxassetid://128638364073138", -["reorder-line-duotone"]="rbxassetid://118903725912121", -["reorder-line-duotone-1"]="rbxassetid://100687486035991", -["reorder-linear"]="rbxassetid://72770969823397", -["reorder-linear-1"]="rbxassetid://96985140615201", -["reorder-outline"]="rbxassetid://97582624885106", -["reorder-outline-1"]="rbxassetid://91721504989483", -["repeat-bold"]="rbxassetid://114726563873786", -["repeat-bold-duotone"]="rbxassetid://76654316376064", -["repeat-broken"]="rbxassetid://122944695352082", -["repeat-line-duotone"]="rbxassetid://109301604825879", -["repeat-linear"]="rbxassetid://120344110979460", -["repeat-one-bold"]="rbxassetid://131686730007022", -["repeat-one-bold-duotone"]="rbxassetid://109852127584121", -["repeat-one-broken"]="rbxassetid://119445152897348", -["repeat-one-line-duotone"]="rbxassetid://137313868798510", -["repeat-one-linear"]="rbxassetid://90680530261754", -["repeat-one-minimalistic-bold"]="rbxassetid://70753920636219", -["repeat-one-minimalistic-bold-duotone"]="rbxassetid://117856671255441", -["repeat-one-minimalistic-broken"]="rbxassetid://123816871734064", -["repeat-one-minimalistic-line-duotone"]="rbxassetid://89589846642292", -["repeat-one-minimalistic-linear"]="rbxassetid://90453506177270", -["repeat-one-minimalistic-outline"]="rbxassetid://134630092052236", -["repeat-one-outline"]="rbxassetid://140343641713904", -["repeat-outline"]="rbxassetid://105745370659070", -["reply-2-bold"]="rbxassetid://84607993329604", -["reply-2-bold-duotone"]="rbxassetid://80772646474862", -["reply-2-broken"]="rbxassetid://82511358528397", -["reply-2-line-duotone"]="rbxassetid://77835299609250", -["reply-2-linear"]="rbxassetid://133351674634555", -["reply-2-outline"]="rbxassetid://99206748495571", -["reply-bold"]="rbxassetid://139095646898247", -["reply-bold-duotone"]="rbxassetid://84628267981537", -["reply-broken"]="rbxassetid://127819181561862", -["reply-line-duotone"]="rbxassetid://88385650017965", -["reply-linear"]="rbxassetid://104095591996616", -["reply-outline"]="rbxassetid://137878539384722", -["restart-bold"]="rbxassetid://95329801274970", -["restart-bold-duotone"]="rbxassetid://114657347474896", -["restart-broken"]="rbxassetid://116944963626876", -["restart-circle-bold"]="rbxassetid://97403133577547", -["restart-circle-bold-duotone"]="rbxassetid://106683099260890", -["restart-circle-broken"]="rbxassetid://104911868711188", -["restart-circle-line-duotone"]="rbxassetid://76251342606053", -["restart-circle-linear"]="rbxassetid://126536396061067", -["restart-circle-outline"]="rbxassetid://75010895928753", -["restart-line-duotone"]="rbxassetid://133191682050115", -["restart-linear"]="rbxassetid://126400855148244", -["restart-outline"]="rbxassetid://92403267975856", -["restart-square-bold"]="rbxassetid://112122170803458", -["restart-square-bold-duotone"]="rbxassetid://100602558287124", -["restart-square-broken"]="rbxassetid://126305501920426", -["restart-square-line-duotone"]="rbxassetid://110054754367331", -["restart-square-linear"]="rbxassetid://123065906444979", -["restart-square-outline"]="rbxassetid://71851035573966", -["revote-bold"]="rbxassetid://95931868367643", -["revote-bold-duotone"]="rbxassetid://102043589949480", -["revote-broken"]="rbxassetid://116479030656761", -["revote-line-duotone"]="rbxassetid://97485383191708", -["revote-linear"]="rbxassetid://98135031253137", -["revote-outline"]="rbxassetid://132227080639716", -["rewind-10-seconds-back-bold"]="rbxassetid://91537197722698", -["rewind-10-seconds-back-bold-duotone"]="rbxassetid://80134890136839", -["rewind-10-seconds-back-broken"]="rbxassetid://130937012650196", -["rewind-10-seconds-back-line-duotone"]="rbxassetid://106109914971311", -["rewind-10-seconds-back-linear"]="rbxassetid://81890487973263", -["rewind-10-seconds-back-outline"]="rbxassetid://114166052866789", -["rewind-10-seconds-forward-bold"]="rbxassetid://123931123372126", -["rewind-10-seconds-forward-bold-duotone"]="rbxassetid://119292554035410", -["rewind-10-seconds-forward-broken"]="rbxassetid://120649276022587", -["rewind-10-seconds-forward-line-duotone"]="rbxassetid://115539876638857", -["rewind-10-seconds-forward-linear"]="rbxassetid://139336346990345", -["rewind-10-seconds-forward-outline"]="rbxassetid://86151667459263", -["rewind-15-seconds-back-bold"]="rbxassetid://106117742518223", -["rewind-15-seconds-back-bold-duotone"]="rbxassetid://94187436085506", -["rewind-15-seconds-back-broken"]="rbxassetid://129954118242367", -["rewind-15-seconds-back-line-duotone"]="rbxassetid://136379131785506", -["rewind-15-seconds-back-linear"]="rbxassetid://88488897905772", -["rewind-15-seconds-back-outline"]="rbxassetid://99600339671609", -["rewind-15-seconds-forward-bold"]="rbxassetid://99986591566860", -["rewind-15-seconds-forward-bold-duotone"]="rbxassetid://96015099539568", -["rewind-15-seconds-forward-broken"]="rbxassetid://99777278141369", -["rewind-15-seconds-forward-line-duotone"]="rbxassetid://101402952855806", -["rewind-15-seconds-forward-linear"]="rbxassetid://109398004807153", -["rewind-15-seconds-forward-outline"]="rbxassetid://92391462224931", -["rewind-5-seconds-back-bold"]="rbxassetid://108620182757782", -["rewind-5-seconds-back-bold-duotone"]="rbxassetid://89225316698330", -["rewind-5-seconds-back-broken"]="rbxassetid://132152596502871", -["rewind-5-seconds-back-line-duotone"]="rbxassetid://80355870127764", -["rewind-5-seconds-back-linear"]="rbxassetid://124830335104326", -["rewind-5-seconds-back-outline"]="rbxassetid://78297365440199", -["rewind-5-seconds-forward-bold"]="rbxassetid://132426312965837", -["rewind-5-seconds-forward-bold-duotone"]="rbxassetid://131443915205975", -["rewind-5-seconds-forward-broken"]="rbxassetid://85622344145217", -["rewind-5-seconds-forward-line-duotone"]="rbxassetid://128084095835056", -["rewind-5-seconds-forward-linear"]="rbxassetid://95378772242176", -["rewind-5-seconds-forward-outline"]="rbxassetid://140072187810813", -["rewind-back-bold"]="rbxassetid://129702345365553", -["rewind-back-bold-duotone"]="rbxassetid://98945057911374", -["rewind-back-broken"]="rbxassetid://103267408763824", -["rewind-back-circle-bold"]="rbxassetid://77065883077930", -["rewind-back-circle-bold-duotone"]="rbxassetid://94633300920347", -["rewind-back-circle-broken"]="rbxassetid://138546811401673", -["rewind-back-circle-line-duotone"]="rbxassetid://139596126101036", -["rewind-back-circle-linear"]="rbxassetid://102425455251470", -["rewind-back-circle-outline"]="rbxassetid://85221067478212", -["rewind-back-line-duotone"]="rbxassetid://132512212164197", -["rewind-back-linear"]="rbxassetid://119363003203720", -["rewind-back-outline"]="rbxassetid://85222670290837", -["rewind-forward-bold"]="rbxassetid://135347483133717", -["rewind-forward-bold-duotone"]="rbxassetid://110566707911082", -["rewind-forward-broken"]="rbxassetid://88987052665427", -["rewind-forward-circle-bold"]="rbxassetid://137261432367607", -["rewind-forward-circle-bold-duotone"]="rbxassetid://119574578820645", -["rewind-forward-circle-broken"]="rbxassetid://130951383140083", -["rewind-forward-circle-line-duotone"]="rbxassetid://73692972388256", -["rewind-forward-circle-linear"]="rbxassetid://79031741292526", -["rewind-forward-circle-outline"]="rbxassetid://116970005711042", -["rewind-forward-line-duotone"]="rbxassetid://86990376369229", -["rewind-forward-linear"]="rbxassetid://106897150090672", -["rewind-forward-outline"]="rbxassetid://89392591882059", -["rocket-2-bold"]="rbxassetid://107854914989794", -["rocket-2-bold-duotone"]="rbxassetid://87956089971327", -["rocket-2-broken"]="rbxassetid://72127857535321", -["rocket-2-line-duotone"]="rbxassetid://110760999717589", -["rocket-2-linear"]="rbxassetid://72484476045661", -["rocket-2-outline"]="rbxassetid://75234967914730", -["rocket-bold"]="rbxassetid://125278137665075", -["rocket-bold-duotone"]="rbxassetid://130139492156046", -["rocket-broken"]="rbxassetid://76957527156888", -["rocket-line-duotone"]="rbxassetid://73338789620777", -["rocket-linear"]="rbxassetid://75002336361211", -["rocket-outline"]="rbxassetid://105451820488629", -["rolling-pin-bold"]="rbxassetid://134785489472314", -["rolling-pin-bold-duotone"]="rbxassetid://83207318073740", -["rolling-pin-broken"]="rbxassetid://113350358564542", -["rolling-pin-line-duotone"]="rbxassetid://90190634437417", -["rolling-pin-linear"]="rbxassetid://82384690700443", -["rolling-pin-outline"]="rbxassetid://74672077937087", -["round-alt-arrow-down-bold"]="rbxassetid://137709206640172", -["round-alt-arrow-down-bold-duotone"]="rbxassetid://122960284270710", -["round-alt-arrow-down-broken"]="rbxassetid://93683917858362", -["round-alt-arrow-down-line-duotone"]="rbxassetid://128995089619533", -["round-alt-arrow-down-linear"]="rbxassetid://116586040866084", -["round-alt-arrow-down-outline"]="rbxassetid://112219695157421", -["round-alt-arrow-left-bold"]="rbxassetid://122911768123230", -["round-alt-arrow-left-bold-duotone"]="rbxassetid://91671923040680", -["round-alt-arrow-left-broken"]="rbxassetid://133541178003751", -["round-alt-arrow-left-line-duotone"]="rbxassetid://111763890371658", -["round-alt-arrow-left-linear"]="rbxassetid://121616524660231", -["round-alt-arrow-left-outline"]="rbxassetid://102634044062907", -["round-alt-arrow-right-bold"]="rbxassetid://108253689573115", -["round-alt-arrow-right-bold-duotone"]="rbxassetid://96109842476582", -["round-alt-arrow-right-broken"]="rbxassetid://135441586930429", -["round-alt-arrow-right-line-duotone"]="rbxassetid://78929627024416", -["round-alt-arrow-right-linear"]="rbxassetid://119446089460986", -["round-alt-arrow-right-outline"]="rbxassetid://123461464066287", -["round-alt-arrow-up-bold"]="rbxassetid://119474588732740", -["round-alt-arrow-up-bold-duotone"]="rbxassetid://98504055348229", -["round-alt-arrow-up-broken"]="rbxassetid://106486739250938", -["round-alt-arrow-up-line-duotone"]="rbxassetid://88760345285273", -["round-alt-arrow-up-linear"]="rbxassetid://87115431748577", -["round-alt-arrow-up-outline"]="rbxassetid://110794106057118", -["round-arrow-down-bold"]="rbxassetid://78105440389214", -["round-arrow-down-bold-duotone"]="rbxassetid://84921772263064", -["round-arrow-down-broken"]="rbxassetid://126896144566338", -["round-arrow-down-line-duotone"]="rbxassetid://128934527511500", -["round-arrow-down-linear"]="rbxassetid://134487767565058", -["round-arrow-down-outline"]="rbxassetid://134118672810297", -["round-arrow-left-bold"]="rbxassetid://121202406353568", -["round-arrow-left-bold-duotone"]="rbxassetid://92165125240461", -["round-arrow-left-broken"]="rbxassetid://76292683935665", -["round-arrow-left-down-bold"]="rbxassetid://81318168220860", -["round-arrow-left-down-bold-duotone"]="rbxassetid://118035624428460", -["round-arrow-left-down-broken"]="rbxassetid://72865809055801", -["round-arrow-left-down-line-duotone"]="rbxassetid://132403728501448", -["round-arrow-left-down-linear"]="rbxassetid://87611833667737", -["round-arrow-left-down-outline"]="rbxassetid://140264633431992", -["round-arrow-left-line-duotone"]="rbxassetid://135872811194867", -["round-arrow-left-linear"]="rbxassetid://131484011524274", -["round-arrow-left-outline"]="rbxassetid://132800430493869", -["round-arrow-left-up-bold"]="rbxassetid://135262425341860", -["round-arrow-left-up-bold-duotone"]="rbxassetid://89407661115281", -["round-arrow-left-up-broken"]="rbxassetid://113227350154899", -["round-arrow-left-up-line-duotone"]="rbxassetid://132676485450951", -["round-arrow-left-up-linear"]="rbxassetid://73958982087969", -["round-arrow-left-up-outline"]="rbxassetid://134226218014735", -["round-arrow-right-bold"]="rbxassetid://99296997150346", -["round-arrow-right-bold-duotone"]="rbxassetid://79243188351347", -["round-arrow-right-broken"]="rbxassetid://120468337767823", -["round-arrow-right-down-bold"]="rbxassetid://107383245038267", -["round-arrow-right-down-bold-duotone"]="rbxassetid://102929669017953", -["round-arrow-right-down-broken"]="rbxassetid://139483877592957", -["round-arrow-right-down-line-duotone"]="rbxassetid://101020707876537", -["round-arrow-right-down-linear"]="rbxassetid://77054862945837", -["round-arrow-right-down-outline"]="rbxassetid://109889011918478", -["round-arrow-right-line-duotone"]="rbxassetid://113752459388811", -["round-arrow-right-linear"]="rbxassetid://140380128851116", -["round-arrow-right-outline"]="rbxassetid://115798839958236", -["round-arrow-right-up-bold"]="rbxassetid://79681232750390", -["round-arrow-right-up-bold-duotone"]="rbxassetid://80857305427466", -["round-arrow-right-up-broken"]="rbxassetid://87818652929826", -["round-arrow-right-up-line-duotone"]="rbxassetid://108499161193359", -["round-arrow-right-up-linear"]="rbxassetid://109269435341762", -["round-arrow-right-up-outline"]="rbxassetid://81766645689597", -["round-arrow-up-bold"]="rbxassetid://95823152130765", -["round-arrow-up-bold-duotone"]="rbxassetid://110927724967594", -["round-arrow-up-broken"]="rbxassetid://105265357385683", -["round-arrow-up-line-duotone"]="rbxassetid://83505985414503", -["round-arrow-up-linear"]="rbxassetid://81374316860827", -["round-arrow-up-outline"]="rbxassetid://97052705909765", -["round-double-alt-arrow-down-bold"]="rbxassetid://120876685531946", -["round-double-alt-arrow-down-bold-duotone"]="rbxassetid://105580844727440", -["round-double-alt-arrow-down-broken"]="rbxassetid://89655433344292", -["round-double-alt-arrow-down-line-duotone"]="rbxassetid://80681311807406", -["round-double-alt-arrow-down-linear"]="rbxassetid://116090089894924", -["round-double-alt-arrow-down-outline"]="rbxassetid://89454676722237", -["round-double-alt-arrow-left-bold"]="rbxassetid://111304144085829", -["round-double-alt-arrow-left-bold-duotone"]="rbxassetid://110122815086751", -["round-double-alt-arrow-left-broken"]="rbxassetid://91446200592419", -["round-double-alt-arrow-left-line-duotone"]="rbxassetid://109801183206202", -["round-double-alt-arrow-left-linear"]="rbxassetid://94848590774143", -["round-double-alt-arrow-left-outline"]="rbxassetid://96597570078896", -["round-double-alt-arrow-right-bold"]="rbxassetid://108681982512244", -["round-double-alt-arrow-right-bold-duotone"]="rbxassetid://80621263943384", -["round-double-alt-arrow-right-broken"]="rbxassetid://76936292496848", -["round-double-alt-arrow-right-line-duotone"]="rbxassetid://82812976297149", -["round-double-alt-arrow-right-linear"]="rbxassetid://82558883409768", -["round-double-alt-arrow-right-outline"]="rbxassetid://89039655956054", -["round-double-alt-arrow-up-bold"]="rbxassetid://91877668365698", -["round-double-alt-arrow-up-bold-duotone"]="rbxassetid://85125053350982", -["round-double-alt-arrow-up-broken"]="rbxassetid://119620284731797", -["round-double-alt-arrow-up-line-duotone"]="rbxassetid://114044748413465", -["round-double-alt-arrow-up-linear"]="rbxassetid://103062581824141", -["round-double-alt-arrow-up-outline"]="rbxassetid://109187136279487", -["round-graph-bold"]="rbxassetid://140254424979639", -["round-graph-bold-duotone"]="rbxassetid://102199661569813", -["round-graph-broken"]="rbxassetid://137384484150154", -["round-graph-line-duotone"]="rbxassetid://80465842771217", -["round-graph-linear"]="rbxassetid://72994456618021", -["round-graph-outline"]="rbxassetid://124828922472051", -["round-sort-horizontal-bold"]="rbxassetid://115178957119835", -["round-sort-horizontal-bold-duotone"]="rbxassetid://120637528248744", -["round-sort-horizontal-broken"]="rbxassetid://128871544312106", -["round-sort-horizontal-line-duotone"]="rbxassetid://100244345472727", -["round-sort-horizontal-linear"]="rbxassetid://83510032140806", -["round-sort-horizontal-outline"]="rbxassetid://130265606811602", -["round-sort-vertical-bold"]="rbxassetid://87456118802330", -["round-sort-vertical-bold-duotone"]="rbxassetid://118530240112726", -["round-sort-vertical-broken"]="rbxassetid://81985272307486", -["round-sort-vertical-line-duotone"]="rbxassetid://74155955989337", -["round-sort-vertical-linear"]="rbxassetid://88402224142422", -["round-sort-vertical-outline"]="rbxassetid://99776528544538", -["round-transfer-diagonal-bold"]="rbxassetid://116195469047434", -["round-transfer-diagonal-bold-duotone"]="rbxassetid://138141786201710", -["round-transfer-diagonal-broken"]="rbxassetid://140424988031717", -["round-transfer-diagonal-line-duotone"]="rbxassetid://113482237245250", -["round-transfer-diagonal-linear"]="rbxassetid://107972777053037", -["round-transfer-diagonal-outline"]="rbxassetid://139635936580693", -["round-transfer-horizontal-bold"]="rbxassetid://76835017137335", -["round-transfer-horizontal-bold-duotone"]="rbxassetid://138722078932370", -["round-transfer-horizontal-broken"]="rbxassetid://137601297323030", -["round-transfer-horizontal-line-duotone"]="rbxassetid://123350517194944", -["round-transfer-horizontal-linear"]="rbxassetid://93852835639025", -["round-transfer-horizontal-outline"]="rbxassetid://93114429499958", -["round-transfer-vertical-bold"]="rbxassetid://119101653132288", -["round-transfer-vertical-bold-duotone"]="rbxassetid://72663803941419", -["round-transfer-vertical-broken"]="rbxassetid://106221813370863", -["round-transfer-vertical-line-duotone"]="rbxassetid://74512891116496", -["round-transfer-vertical-linear"]="rbxassetid://75848410861161", -["round-transfer-vertical-outline"]="rbxassetid://97389350685598", -["rounded-magnifer-bold"]="rbxassetid://95134607537185", -["rounded-magnifer-bold-duotone"]="rbxassetid://100057576259527", -["rounded-magnifer-broken"]="rbxassetid://95826125454756", -["rounded-magnifer-bug-bold"]="rbxassetid://94433058810000", -["rounded-magnifer-bug-bold-duotone"]="rbxassetid://96146107699188", -["rounded-magnifer-bug-broken"]="rbxassetid://100432774347139", -["rounded-magnifer-bug-line-duotone"]="rbxassetid://111265564888350", -["rounded-magnifer-bug-linear"]="rbxassetid://74654770172798", -["rounded-magnifer-bug-outline"]="rbxassetid://96469774561511", -["rounded-magnifer-line-duotone"]="rbxassetid://116809143852426", -["rounded-magnifer-linear"]="rbxassetid://88162156300036", -["rounded-magnifer-outline"]="rbxassetid://89161382391667", -["rounded-magnifer-zoom-in-bold"]="rbxassetid://78773101290333", -["rounded-magnifer-zoom-in-bold-duotone"]="rbxassetid://117097385731397", -["rounded-magnifer-zoom-in-broken"]="rbxassetid://84886391708300", -["rounded-magnifer-zoom-in-line-duotone"]="rbxassetid://107495125812982", -["rounded-magnifer-zoom-in-linear"]="rbxassetid://95390021950088", -["rounded-magnifer-zoom-in-outline"]="rbxassetid://92074080934971", -["rounded-magnifer-zoom-out-bold"]="rbxassetid://126519861479187", -["rounded-magnifer-zoom-out-bold-duotone"]="rbxassetid://76046096125494", -["rounded-magnifer-zoom-out-broken"]="rbxassetid://120959242704446", -["rounded-magnifer-zoom-out-line-duotone"]="rbxassetid://126742701649916", -["rounded-magnifer-zoom-out-linear"]="rbxassetid://130753580808695", -["rounded-magnifer-zoom-out-outline"]="rbxassetid://126832591086846", -["route-bold"]="rbxassetid://102943663013157", -["route-bold-duotone"]="rbxassetid://100361725530069", -["route-broken"]="rbxassetid://87749300659258", -["route-line-duotone"]="rbxassetid://76962489309036", -["route-linear"]="rbxassetid://131056195565537", -["route-outline"]="rbxassetid://113938820843799", -["routing-2-bold"]="rbxassetid://88159920359144", -["routing-2-bold-duotone"]="rbxassetid://78232575510706", -["routing-2-broken"]="rbxassetid://129600584094061", -["routing-2-line-duotone"]="rbxassetid://103211231346216", -["routing-2-linear"]="rbxassetid://78507983230003", -["routing-2-outline"]="rbxassetid://119010856989276", -["routing-3-bold"]="rbxassetid://75106024435859", -["routing-3-bold-duotone"]="rbxassetid://83895868618601", -["routing-3-broken"]="rbxassetid://100616570582614", -["routing-3-line-duotone"]="rbxassetid://128279597111378", -["routing-3-linear"]="rbxassetid://85960211142547", -["routing-3-outline"]="rbxassetid://95694499207941", -["routing-bold"]="rbxassetid://78564691541876", -["routing-bold-duotone"]="rbxassetid://95143002641523", -["routing-broken"]="rbxassetid://84701916908248", -["routing-line-duotone"]="rbxassetid://127973542352166", -["routing-linear"]="rbxassetid://71547987958877", -["routing-outline"]="rbxassetid://117580024944722", -["ruble-bold"]="rbxassetid://122151992699406", -["ruble-bold-duotone"]="rbxassetid://105718468816214", -["ruble-broken"]="rbxassetid://70882486370045", -["ruble-line-duotone"]="rbxassetid://110652322903622", -["ruble-linear"]="rbxassetid://122464813311335", -["ruble-outline"]="rbxassetid://90928370390072", -["rugby-bold"]="rbxassetid://95222072436079", -["rugby-bold-duotone"]="rbxassetid://138709756253366", -["rugby-broken"]="rbxassetid://82055013184076", -["rugby-line-duotone"]="rbxassetid://111882558884417", -["rugby-linear"]="rbxassetid://88575681854020", -["rugby-outline"]="rbxassetid://103182942967314", -["ruler-angular-bold"]="rbxassetid://125826556933725", -["ruler-angular-bold-duotone"]="rbxassetid://126648713641079", -["ruler-angular-broken"]="rbxassetid://86998103829859", -["ruler-angular-line-duotone"]="rbxassetid://92155418736172", -["ruler-angular-linear"]="rbxassetid://139982570079409", -["ruler-angular-outline"]="rbxassetid://107706248335720", -["ruler-bold"]="rbxassetid://119326382853863", -["ruler-bold-duotone"]="rbxassetid://75968773388510", -["ruler-broken"]="rbxassetid://132558272933053", -["ruler-cross-pen-bold"]="rbxassetid://101501765759599", -["ruler-cross-pen-bold-duotone"]="rbxassetid://118516108756132", -["ruler-cross-pen-broken"]="rbxassetid://121996187565115", -["ruler-cross-pen-line-duotone"]="rbxassetid://74230770655935", -["ruler-cross-pen-linear"]="rbxassetid://126888896199943", -["ruler-cross-pen-outline"]="rbxassetid://132548089573475", -["ruler-line-duotone"]="rbxassetid://73768258905566", -["ruler-linear"]="rbxassetid://100487501300781", -["ruler-outline"]="rbxassetid://123792055355500", -["ruler-pen-bold"]="rbxassetid://96737749067188", -["ruler-pen-bold-duotone"]="rbxassetid://101546333538298", -["ruler-pen-broken"]="rbxassetid://86792025342538", -["ruler-pen-line-duotone"]="rbxassetid://125351561229017", -["ruler-pen-linear"]="rbxassetid://140301039415317", -["ruler-pen-outline"]="rbxassetid://73884299733126", -["running-2-bold"]="rbxassetid://97162339719605", -["running-2-bold-duotone"]="rbxassetid://111440303310169", -["running-2-broken"]="rbxassetid://94250953563534", -["running-2-line-duotone"]="rbxassetid://121414422465995", -["running-2-linear"]="rbxassetid://98937781975937", -["running-2-outline"]="rbxassetid://71157462087288", -["running-bold"]="rbxassetid://89759466188696", -["running-bold-duotone"]="rbxassetid://114308696043456", -["running-broken"]="rbxassetid://82838841307125", -["running-line-duotone"]="rbxassetid://95744038871959", -["running-linear"]="rbxassetid://79102831159559", -["running-outline"]="rbxassetid://76205314960872", -["running-round-bold"]="rbxassetid://136675007343963", -["running-round-bold-duotone"]="rbxassetid://100957547486099", -["running-round-broken"]="rbxassetid://122866099882993", -["running-round-line-duotone"]="rbxassetid://112842593090399", -["running-round-linear"]="rbxassetid://92463245391114", -["running-round-outline"]="rbxassetid://102016898854307", -["sad-circle-bold"]="rbxassetid://102956731011118", -["sad-circle-bold-duotone"]="rbxassetid://92755076450509", -["sad-circle-broken"]="rbxassetid://128863133200859", -["sad-circle-line-duotone"]="rbxassetid://138453390169068", -["sad-circle-linear"]="rbxassetid://71746814831376", -["sad-circle-outline"]="rbxassetid://77014601129417", -["sad-square-bold"]="rbxassetid://75434403130641", -["sad-square-bold-duotone"]="rbxassetid://80052773745859", -["sad-square-broken"]="rbxassetid://134215107726698", -["sad-square-line-duotone"]="rbxassetid://115833338627291", -["sad-square-linear"]="rbxassetid://131995673431351", -["sad-square-outline"]="rbxassetid://126191320429933", -["safe-2-bold"]="rbxassetid://96825790870143", -["safe-2-bold-duotone"]="rbxassetid://123700915310033", -["safe-2-broken"]="rbxassetid://137809241899679", -["safe-2-line-duotone"]="rbxassetid://81871847818760", -["safe-2-linear"]="rbxassetid://71354872644025", -["safe-2-outline"]="rbxassetid://105678819177795", -["safe-circle-bold"]="rbxassetid://107515643413820", -["safe-circle-bold-duotone"]="rbxassetid://104174967183081", -["safe-circle-broken"]="rbxassetid://126027267274846", -["safe-circle-line-duotone"]="rbxassetid://115882439417113", -["safe-circle-linear"]="rbxassetid://110314171271395", -["safe-circle-outline"]="rbxassetid://105199941132823", -["safe-square-bold"]="rbxassetid://131949849590358", -["safe-square-bold-duotone"]="rbxassetid://73198569509657", -["safe-square-broken"]="rbxassetid://125591208954703", -["safe-square-line-duotone"]="rbxassetid://99759420803622", -["safe-square-linear"]="rbxassetid://75740646292785", -["safe-square-outline"]="rbxassetid://131274590522493", -["sale-bold"]="rbxassetid://118095540025910", -["sale-bold-duotone"]="rbxassetid://105154333256469", -["sale-broken"]="rbxassetid://137877620856348", -["sale-line-duotone"]="rbxassetid://91582837688100", -["sale-linear"]="rbxassetid://122902604949653", -["sale-outline"]="rbxassetid://84900339717345", -["sale-square-bold"]="rbxassetid://115470965191356", -["sale-square-bold-duotone"]="rbxassetid://98186920782841", -["sale-square-broken"]="rbxassetid://88642388082267", -["sale-square-line-duotone"]="rbxassetid://125060448773520", -["sale-square-linear"]="rbxassetid://121595006492908", -["sale-square-outline"]="rbxassetid://123262848152138", -["satellite-bold"]="rbxassetid://127253775531051", -["satellite-bold-duotone"]="rbxassetid://116037120840719", -["satellite-broken"]="rbxassetid://79447745684777", -["satellite-line-duotone"]="rbxassetid://116843271021890", -["satellite-linear"]="rbxassetid://104390312676868", -["satellite-outline"]="rbxassetid://105472970899707", -["scale-bold"]="rbxassetid://103296279194255", -["scale-bold-duotone"]="rbxassetid://113267118161141", -["scale-broken"]="rbxassetid://81516656706729", -["scale-line-duotone"]="rbxassetid://140130902917939", -["scale-linear"]="rbxassetid://134237704239532", -["scale-outline"]="rbxassetid://97382397592789", -["scanner-2-bold"]="rbxassetid://110536896960142", -["scanner-2-bold-duotone"]="rbxassetid://71833791577693", -["scanner-2-broken"]="rbxassetid://130471616712203", -["scanner-2-line-duotone"]="rbxassetid://107659110369150", -["scanner-2-linear"]="rbxassetid://119237290600416", -["scanner-2-outline"]="rbxassetid://97740822119113", -["scanner-bold"]="rbxassetid://101998785706398", -["scanner-bold-duotone"]="rbxassetid://118227696330009", -["scanner-broken"]="rbxassetid://103198084939612", -["scanner-line-duotone"]="rbxassetid://77745862681489", -["scanner-linear"]="rbxassetid://112429980484158", -["scanner-outline"]="rbxassetid://79344662578547", -["scissors-bold"]="rbxassetid://77824226693775", -["scissors-bold-duotone"]="rbxassetid://139374777645025", -["scissors-broken"]="rbxassetid://112090539686462", -["scissors-line-duotone"]="rbxassetid://114337827456600", -["scissors-linear"]="rbxassetid://97868137143427", -["scissors-outline"]="rbxassetid://118010289492779", -["scissors-square-bold"]="rbxassetid://133632397509548", -["scissors-square-bold-duotone"]="rbxassetid://75873097460134", -["scissors-square-broken"]="rbxassetid://117418970916442", -["scissors-square-line-duotone"]="rbxassetid://110722870496907", -["scissors-square-linear"]="rbxassetid://79552582776344", -["scissors-square-outline"]="rbxassetid://93542608821236", -["scooter-bold"]="rbxassetid://82847832551713", -["scooter-linear"]="rbxassetid://82807953834431", -["screen-share-bold"]="rbxassetid://123147801930077", -["screen-share-bold-duotone"]="rbxassetid://100999343991480", -["screen-share-broken"]="rbxassetid://97009428207360", -["screen-share-line-duotone"]="rbxassetid://128470486693459", -["screen-share-linear"]="rbxassetid://82300014021902", -["screen-share-outline"]="rbxassetid://136199056467617", -["screencast-2-bold"]="rbxassetid://89656277813513", -["screencast-2-bold-duotone"]="rbxassetid://129311224693216", -["screencast-2-broken"]="rbxassetid://120625507354534", -["screencast-2-line-duotone"]="rbxassetid://138934505633466", -["screencast-2-linear"]="rbxassetid://120130261827561", -["screencast-2-outline"]="rbxassetid://74920979322661", -["screencast-bold"]="rbxassetid://88060745191178", -["screencast-bold-duotone"]="rbxassetid://97445107074675", -["screencast-broken"]="rbxassetid://91485913798736", -["screencast-line-duotone"]="rbxassetid://95628811801483", -["screencast-linear"]="rbxassetid://109717592303114", -["screencast-outline"]="rbxassetid://78270253073139", -["sd-card-bold"]="rbxassetid://121054027274584", -["sd-card-bold-duotone"]="rbxassetid://135451685434375", -["sd-card-broken"]="rbxassetid://113835041125063", -["sd-card-line-duotone"]="rbxassetid://136834397310027", -["sd-card-linear"]="rbxassetid://120469788966391", -["sd-card-outline"]="rbxassetid://93324095350800", -["send-square-bold"]="rbxassetid://105521306587375", -["send-square-bold-duotone"]="rbxassetid://114650986363045", -["send-square-broken"]="rbxassetid://93755442317872", -["send-square-line-duotone"]="rbxassetid://99435608961914", -["send-square-linear"]="rbxassetid://122109101624469", -["send-square-outline"]="rbxassetid://72435533300991", -["send-twice-square-bold"]="rbxassetid://135998365078660", -["send-twice-square-bold-duotone"]="rbxassetid://120644688150684", -["send-twice-square-broken"]="rbxassetid://119980495733995", -["send-twice-square-line-duotone"]="rbxassetid://104225734431392", -["send-twice-square-linear"]="rbxassetid://139390921884450", -["send-twice-square-outline"]="rbxassetid://136326299875052", -["server-2-bold"]="rbxassetid://89893828269204", -["server-2-bold-duotone"]="rbxassetid://87305953226267", -["server-2-broken"]="rbxassetid://136803109612536", -["server-2-line-duotone"]="rbxassetid://85081639335752", -["server-2-linear"]="rbxassetid://103645840544453", -["server-2-outline"]="rbxassetid://124458873158604", -["server-bold"]="rbxassetid://131822242188074", -["server-bold-duotone"]="rbxassetid://95414708303773", -["server-broken"]="rbxassetid://121032075838789", -["server-line-duotone"]="rbxassetid://77701529372272", -["server-linear"]="rbxassetid://131961222447531", -["server-minimalistic-bold"]="rbxassetid://116549199151156", -["server-minimalistic-bold-duotone"]="rbxassetid://91309249653991", -["server-minimalistic-broken"]="rbxassetid://87278840724100", -["server-minimalistic-line-duotone"]="rbxassetid://97024715420619", -["server-minimalistic-linear"]="rbxassetid://92457367666183", -["server-minimalistic-outline"]="rbxassetid://120587920437169", -["server-outline"]="rbxassetid://111149371843150", -["server-path-bold"]="rbxassetid://132732889918226", -["server-path-bold-duotone"]="rbxassetid://76193442428722", -["server-path-broken"]="rbxassetid://79673914874748", -["server-path-line-duotone"]="rbxassetid://71824761796130", -["server-path-linear"]="rbxassetid://133951813819504", -["server-path-outline"]="rbxassetid://135779660452172", -["server-square-bold"]="rbxassetid://89922620765551", -["server-square-bold-duotone"]="rbxassetid://108721086842654", -["server-square-broken"]="rbxassetid://139937033996360", -["server-square-cloud-bold"]="rbxassetid://81135490817323", -["server-square-cloud-bold-duotone"]="rbxassetid://94326221917988", -["server-square-cloud-broken"]="rbxassetid://83891387180866", -["server-square-cloud-line-duotone"]="rbxassetid://100490923660177", -["server-square-cloud-linear"]="rbxassetid://114142880518300", -["server-square-cloud-outline"]="rbxassetid://125751620248632", -["server-square-line-duotone"]="rbxassetid://78684795806019", -["server-square-linear"]="rbxassetid://79202629364914", -["server-square-outline"]="rbxassetid://97306694614424", -["server-square-update-bold"]="rbxassetid://77400928240062", -["server-square-update-bold-duotone"]="rbxassetid://90957947136370", -["server-square-update-broken"]="rbxassetid://119201244953038", -["server-square-update-line-duotone"]="rbxassetid://92167207443637", -["server-square-update-linear"]="rbxassetid://83686519345893", -["server-square-update-outline"]="rbxassetid://140020797673485", -["settings-bold"]="rbxassetid://140704441124047", -["settings-bold-duotone"]="rbxassetid://88356197807286", -["settings-broken"]="rbxassetid://115208610740334", -["settings-line-duotone"]="rbxassetid://120770320513095", -["settings-linear"]="rbxassetid://81515674479977", -["settings-minimalistic-bold"]="rbxassetid://72727338348045", -["settings-minimalistic-bold-duotone"]="rbxassetid://103571645691504", -["settings-minimalistic-broken"]="rbxassetid://96235550369102", -["settings-minimalistic-line-duotone"]="rbxassetid://118649509740408", -["settings-minimalistic-linear"]="rbxassetid://89643002560599", -["settings-minimalistic-outline"]="rbxassetid://86273609584449", -["settings-outline"]="rbxassetid://132548812899645", -["share-bold"]="rbxassetid://98205282026993", -["share-bold-duotone"]="rbxassetid://102678904109437", -["share-broken"]="rbxassetid://114648056707448", -["share-circle-bold"]="rbxassetid://131699812289817", -["share-circle-bold-duotone"]="rbxassetid://138769451801379", -["share-circle-broken"]="rbxassetid://96015689311851", -["share-circle-line-duotone"]="rbxassetid://74350395611549", -["share-circle-linear"]="rbxassetid://112520866101898", -["share-circle-outline"]="rbxassetid://115351171785033", -["share-line-duotone"]="rbxassetid://135277063148662", -["share-linear"]="rbxassetid://95177325426726", -["share-outline"]="rbxassetid://89553886430922", -["shield-bold"]="rbxassetid://105619007041452", -["shield-bold-duotone"]="rbxassetid://135593101608961", -["shield-broken"]="rbxassetid://112266464476486", -["shield-check-bold"]="rbxassetid://138813829483190", -["shield-check-bold-duotone"]="rbxassetid://109529390936473", -["shield-check-broken"]="rbxassetid://116678057970725", -["shield-check-line-duotone"]="rbxassetid://80386721208054", -["shield-check-linear"]="rbxassetid://129217869925825", -["shield-check-outline"]="rbxassetid://121946450815604", -["shield-cross-bold"]="rbxassetid://73501670141022", -["shield-cross-bold-duotone"]="rbxassetid://79390646979489", -["shield-cross-broken"]="rbxassetid://72408050997200", -["shield-cross-line-duotone"]="rbxassetid://102078525007987", -["shield-cross-linear"]="rbxassetid://85650342911371", -["shield-cross-outline"]="rbxassetid://81725399351497", -["shield-keyhole-bold"]="rbxassetid://126056849024542", -["shield-keyhole-bold-duotone"]="rbxassetid://82926529527503", -["shield-keyhole-broken"]="rbxassetid://88967720803557", -["shield-keyhole-line-duotone"]="rbxassetid://82303997386551", -["shield-keyhole-linear"]="rbxassetid://113090482542231", -["shield-keyhole-minimalistic-bold"]="rbxassetid://111757452305565", -["shield-keyhole-minimalistic-bold-duotone"]="rbxassetid://139758380554919", -["shield-keyhole-minimalistic-broken"]="rbxassetid://133916622945825", -["shield-keyhole-minimalistic-line-duotone"]="rbxassetid://75818702908227", -["shield-keyhole-minimalistic-linear"]="rbxassetid://126020271889973", -["shield-keyhole-minimalistic-outline"]="rbxassetid://85920994426572", -["shield-keyhole-outline"]="rbxassetid://134808345701811", -["shield-line-duotone"]="rbxassetid://87191262835125", -["shield-linear"]="rbxassetid://84211715226276", -["shield-minimalistic-bold"]="rbxassetid://80494162837154", -["shield-minimalistic-bold-duotone"]="rbxassetid://138661336634487", -["shield-minimalistic-broken"]="rbxassetid://86531648776759", -["shield-minimalistic-line-duotone"]="rbxassetid://128455601586649", -["shield-minimalistic-linear"]="rbxassetid://103208536431593", -["shield-minimalistic-outline"]="rbxassetid://137133186139703", -["shield-minus-bold"]="rbxassetid://134582499220374", -["shield-minus-bold-duotone"]="rbxassetid://123162356303726", -["shield-minus-broken"]="rbxassetid://102296398702191", -["shield-minus-line-duotone"]="rbxassetid://72553495783071", -["shield-minus-linear"]="rbxassetid://107250819666385", -["shield-minus-outline"]="rbxassetid://117234124456901", -["shield-network-bold"]="rbxassetid://86532242996762", -["shield-network-bold-duotone"]="rbxassetid://82849617481293", -["shield-network-broken"]="rbxassetid://95454355938515", -["shield-network-line-duotone"]="rbxassetid://110326225510981", -["shield-network-linear"]="rbxassetid://129513434460211", -["shield-network-outline"]="rbxassetid://137797041795450", -["shield-outline"]="rbxassetid://81921618377911", -["shield-plus-bold"]="rbxassetid://136784563828964", -["shield-plus-bold-duotone"]="rbxassetid://84643726153859", -["shield-plus-broken"]="rbxassetid://86978147201009", -["shield-plus-line-duotone"]="rbxassetid://108489115799292", -["shield-plus-linear"]="rbxassetid://91747222134515", -["shield-plus-outline"]="rbxassetid://119708256751935", -["shield-star-bold"]="rbxassetid://70874760305945", -["shield-star-bold-duotone"]="rbxassetid://99859482851083", -["shield-star-broken"]="rbxassetid://99837232135167", -["shield-star-line-duotone"]="rbxassetid://134318080544767", -["shield-star-linear"]="rbxassetid://86876829158103", -["shield-star-outline"]="rbxassetid://73157693239855", -["shield-up-bold"]="rbxassetid://109643147383429", -["shield-up-bold-duotone"]="rbxassetid://71225671460241", -["shield-up-broken"]="rbxassetid://130186839015163", -["shield-up-line-duotone"]="rbxassetid://126372738438753", -["shield-up-linear"]="rbxassetid://101089942625557", -["shield-up-outline"]="rbxassetid://96619113160075", -["shield-user-bold"]="rbxassetid://96854505285284", -["shield-user-bold-duotone"]="rbxassetid://128525427651075", -["shield-user-broken"]="rbxassetid://120172960446204", -["shield-user-line-duotone"]="rbxassetid://126263142119843", -["shield-user-linear"]="rbxassetid://100140984616456", -["shield-user-outline"]="rbxassetid://107847999995031", -["shield-warning-bold"]="rbxassetid://130226573962640", -["shield-warning-bold-duotone"]="rbxassetid://139796731150549", -["shield-warning-broken"]="rbxassetid://82262289027473", -["shield-warning-line-duotone"]="rbxassetid://93265490410096", -["shield-warning-linear"]="rbxassetid://100851445466101", -["shield-warning-outline"]="rbxassetid://113170163475623", -["shock-absorber-bold"]="rbxassetid://89555676609379", -["shock-absorber-linear"]="rbxassetid://89027228618660", -["shop-2-bold"]="rbxassetid://92246295435163", -["shop-2-bold-duotone"]="rbxassetid://83235396124561", -["shop-2-broken"]="rbxassetid://99542600109891", -["shop-2-line-duotone"]="rbxassetid://90787284106242", -["shop-2-linear"]="rbxassetid://90842724783116", -["shop-2-outline"]="rbxassetid://122499524239824", -["shop-bold"]="rbxassetid://87353934937155", -["shop-bold-duotone"]="rbxassetid://93261851774287", -["shop-broken"]="rbxassetid://139554869421720", -["shop-line-duotone"]="rbxassetid://84277284516819", -["shop-linear"]="rbxassetid://77436938169283", -["shop-minimalistic-bold"]="rbxassetid://105022135170615", -["shop-minimalistic-bold-duotone"]="rbxassetid://133339243980865", -["shop-minimalistic-broken"]="rbxassetid://104604691298592", -["shop-minimalistic-line-duotone"]="rbxassetid://109740037420669", -["shop-minimalistic-linear"]="rbxassetid://97623629648268", -["shop-minimalistic-outline"]="rbxassetid://81688785271319", -["shop-outline"]="rbxassetid://125206764907328", -["shuffle-bold"]="rbxassetid://98537688124004", -["shuffle-bold-duotone"]="rbxassetid://135266235212968", -["shuffle-broken"]="rbxassetid://108017018662197", -["shuffle-line-duotone"]="rbxassetid://118292033142156", -["shuffle-linear"]="rbxassetid://91408752099227", -["shuffle-outline"]="rbxassetid://96540773744358", -["sidebar-code-bold"]="rbxassetid://93412654258157", -["sidebar-code-bold-duotone"]="rbxassetid://113597152138557", -["sidebar-code-broken"]="rbxassetid://104124931038727", -["sidebar-code-line-duotone"]="rbxassetid://92442099183788", -["sidebar-code-linear"]="rbxassetid://127031700675539", -["sidebar-code-outline"]="rbxassetid://139195486380128", -["sidebar-minimalistic-bold"]="rbxassetid://92696737298939", -["sidebar-minimalistic-bold-duotone"]="rbxassetid://140590672210635", -["sidebar-minimalistic-broken"]="rbxassetid://126975196141547", -["sidebar-minimalistic-line-duotone"]="rbxassetid://123329717832505", -["sidebar-minimalistic-linear"]="rbxassetid://94073872227575", -["sidebar-minimalistic-outline"]="rbxassetid://98567839741249", -["siderbar-bold"]="rbxassetid://110749999898163", -["siderbar-bold-duotone"]="rbxassetid://137373856130115", -["siderbar-broken"]="rbxassetid://80309274498833", -["siderbar-line-duotone"]="rbxassetid://92482616909683", -["siderbar-linear"]="rbxassetid://93294315851986", -["siderbar-outline"]="rbxassetid://93596752702422", -["signpost-2-bold"]="rbxassetid://130799320325797", -["signpost-2-bold-duotone"]="rbxassetid://72347597865906", -["signpost-2-broken"]="rbxassetid://86126461545761", -["signpost-2-line-duotone"]="rbxassetid://91530025697349", -["signpost-2-linear"]="rbxassetid://137117596768909", -["signpost-2-outline"]="rbxassetid://131543544778121", -["signpost-bold"]="rbxassetid://76178537874048", -["signpost-bold-duotone"]="rbxassetid://108899797947842", -["signpost-broken"]="rbxassetid://73772323935621", -["signpost-line-duotone"]="rbxassetid://101505768164968", -["signpost-linear"]="rbxassetid://136874597734403", -["signpost-outline"]="rbxassetid://81238040975218", -["sim-card-bold"]="rbxassetid://131899681810623", -["sim-card-bold-duotone"]="rbxassetid://139526632849332", -["sim-card-broken"]="rbxassetid://73234166518262", -["sim-card-line-duotone"]="rbxassetid://138335605818289", -["sim-card-linear"]="rbxassetid://88906533450035", -["sim-card-minimalistic-bold"]="rbxassetid://77378751390989", -["sim-card-minimalistic-bold-duotone"]="rbxassetid://96986492541461", -["sim-card-minimalistic-broken"]="rbxassetid://97093158884414", -["sim-card-minimalistic-line-duotone"]="rbxassetid://75671532450114", -["sim-card-minimalistic-linear"]="rbxassetid://97353467878588", -["sim-card-minimalistic-outline"]="rbxassetid://126597665662978", -["sim-card-outline"]="rbxassetid://82356452874121", -["sim-cards-bold"]="rbxassetid://73788905695106", -["sim-cards-bold-duotone"]="rbxassetid://84623078042584", -["sim-cards-broken"]="rbxassetid://104593384485184", -["sim-cards-line-duotone"]="rbxassetid://117350999954060", -["sim-cards-linear"]="rbxassetid://88444504150964", -["sim-cards-outline"]="rbxassetid://117030353051532", -["siren-bold"]="rbxassetid://80264845612183", -["siren-bold-duotone"]="rbxassetid://134901852067284", -["siren-broken"]="rbxassetid://132330820371745", -["siren-line-duotone"]="rbxassetid://125303618968385", -["siren-linear"]="rbxassetid://96071855896554", -["siren-outline"]="rbxassetid://116744314024775", -["siren-rounded-bold"]="rbxassetid://95350629533255", -["siren-rounded-bold-duotone"]="rbxassetid://93803310503171", -["siren-rounded-broken"]="rbxassetid://103192241622623", -["siren-rounded-line-duotone"]="rbxassetid://107809178561676", -["siren-rounded-linear"]="rbxassetid://103586697784316", -["siren-rounded-outline"]="rbxassetid://90019654685477", -["skateboard-bold"]="rbxassetid://84369674199881", -["skateboard-bold-duotone"]="rbxassetid://92336166872441", -["skateboard-broken"]="rbxassetid://138916479789383", -["skateboard-line-duotone"]="rbxassetid://103704562530155", -["skateboard-linear"]="rbxassetid://124450680173226", -["skateboard-outline"]="rbxassetid://82542317642944", -["skateboarding-bold"]="rbxassetid://113729282739078", -["skateboarding-bold-duotone"]="rbxassetid://113616172794711", -["skateboarding-broken"]="rbxassetid://125403623039358", -["skateboarding-line-duotone"]="rbxassetid://104161446210439", -["skateboarding-linear"]="rbxassetid://138222951759512", -["skateboarding-outline"]="rbxassetid://71311963435244", -["skateboarding-round-bold"]="rbxassetid://137792094624164", -["skateboarding-round-bold-duotone"]="rbxassetid://107191647388940", -["skateboarding-round-broken"]="rbxassetid://87368044247593", -["skateboarding-round-line-duotone"]="rbxassetid://129641056413999", -["skateboarding-round-linear"]="rbxassetid://130901844653189", -["skateboarding-round-outline"]="rbxassetid://138075258761914", -["skip-next-bold"]="rbxassetid://127467521419903", -["skip-next-bold-duotone"]="rbxassetid://116177030441408", -["skip-next-broken"]="rbxassetid://98921128603336", -["skip-next-line-duotone"]="rbxassetid://127108994117967", -["skip-next-linear"]="rbxassetid://134290221832501", -["skip-next-outline"]="rbxassetid://87802495391645", -["skip-previous-bold"]="rbxassetid://92672240459844", -["skip-previous-bold-duotone"]="rbxassetid://92854456629379", -["skip-previous-broken"]="rbxassetid://125221791969613", -["skip-previous-line-duotone"]="rbxassetid://119600814784402", -["skip-previous-linear"]="rbxassetid://75129006804070", -["skip-previous-outline"]="rbxassetid://91425459541557", -["skirt-bold"]="rbxassetid://138888640200277", -["skirt-bold-duotone"]="rbxassetid://85910805110545", -["skirt-broken"]="rbxassetid://130092117913011", -["skirt-line-duotone"]="rbxassetid://130799683935778", -["skirt-linear"]="rbxassetid://74185684856107", -["skirt-outline"]="rbxassetid://117909699759559", -["slash-circle-bold"]="rbxassetid://95836958362585", -["slash-circle-bold-duotone"]="rbxassetid://98569210013343", -["slash-circle-broken"]="rbxassetid://127964468710139", -["slash-circle-line-duotone"]="rbxassetid://74014952972094", -["slash-circle-linear"]="rbxassetid://110217905721052", -["slash-circle-outline"]="rbxassetid://82149921250660", -["slash-square-bold"]="rbxassetid://110781777562548", -["slash-square-bold-duotone"]="rbxassetid://118032964013512", -["slash-square-broken"]="rbxassetid://117977905718393", -["slash-square-line-duotone"]="rbxassetid://122284522006338", -["slash-square-linear"]="rbxassetid://137185263165401", -["slash-square-outline"]="rbxassetid://84374060063511", -["sledgehammer-bold"]="rbxassetid://118270658402814", -["sledgehammer-bold-duotone"]="rbxassetid://77104247374701", -["sledgehammer-broken"]="rbxassetid://138133549880644", -["sledgehammer-line-duotone"]="rbxassetid://115337485636926", -["sledgehammer-linear"]="rbxassetid://89755410172356", -["sledgehammer-outline"]="rbxassetid://90916400239183", -["sleeping-bold"]="rbxassetid://74887623287217", -["sleeping-bold-duotone"]="rbxassetid://109761134655027", -["sleeping-broken"]="rbxassetid://92888175019158", -["sleeping-circle-bold"]="rbxassetid://87910637152184", -["sleeping-circle-bold-duotone"]="rbxassetid://77494488195539", -["sleeping-circle-broken"]="rbxassetid://113657330646380", -["sleeping-circle-line-duotone"]="rbxassetid://76945423083541", -["sleeping-circle-linear"]="rbxassetid://94075226950377", -["sleeping-circle-outline"]="rbxassetid://97323120794274", -["sleeping-line-duotone"]="rbxassetid://124223217925718", -["sleeping-linear"]="rbxassetid://96658683373923", -["sleeping-outline"]="rbxassetid://101195504435850", -["sleeping-square-bold"]="rbxassetid://79169508324127", -["sleeping-square-bold-duotone"]="rbxassetid://84043787695174", -["sleeping-square-broken"]="rbxassetid://96979420869189", -["sleeping-square-line-duotone"]="rbxassetid://98718226689948", -["sleeping-square-linear"]="rbxassetid://95940221350641", -["sleeping-square-outline"]="rbxassetid://89339839734072", -["slider-horizontal-bold"]="rbxassetid://96877645370923", -["slider-horizontal-bold-duotone"]="rbxassetid://78004077431541", -["slider-horizontal-broken"]="rbxassetid://131794260069356", -["slider-horizontal-line-duotone"]="rbxassetid://101002128012939", -["slider-horizontal-linear"]="rbxassetid://122490224057743", -["slider-horizontal-outline"]="rbxassetid://119700865538079", -["slider-minimalistic-horizontal-bold"]="rbxassetid://99190245549027", -["slider-minimalistic-horizontal-bold-duotone"]="rbxassetid://123781821774011", -["slider-minimalistic-horizontal-broken"]="rbxassetid://106057270080983", -["slider-minimalistic-horizontal-line-duotone"]="rbxassetid://137555293387441", -["slider-minimalistic-horizontal-linear"]="rbxassetid://136386875964731", -["slider-minimalistic-horizontal-outline"]="rbxassetid://89874160207163", -["slider-vertical-bold"]="rbxassetid://89315075407870", -["slider-vertical-bold-duotone"]="rbxassetid://131303367382375", -["slider-vertical-broken"]="rbxassetid://97982499931577", -["slider-vertical-line-duotone"]="rbxassetid://132290723746515", -["slider-vertical-linear"]="rbxassetid://76054510235210", -["slider-vertical-minimalistic-bold"]="rbxassetid://88646391149048", -["slider-vertical-minimalistic-bold-duotone"]="rbxassetid://117247834029043", -["slider-vertical-minimalistic-broken"]="rbxassetid://107963406151944", -["slider-vertical-minimalistic-line-duotone"]="rbxassetid://135744924333853", -["slider-vertical-minimalistic-linear"]="rbxassetid://87501366120561", -["slider-vertical-minimalistic-outline"]="rbxassetid://90473729396451", -["slider-vertical-outline"]="rbxassetid://82904314644664", -["smart-home-angle-bold"]="rbxassetid://94982212036559", -["smart-home-angle-bold-duotone"]="rbxassetid://100372489284070", -["smart-home-angle-broken"]="rbxassetid://118385287216850", -["smart-home-angle-line-duotone"]="rbxassetid://70460815040669", -["smart-home-angle-linear"]="rbxassetid://113699814964045", -["smart-home-angle-outline"]="rbxassetid://128857048209558", -["smart-home-bold"]="rbxassetid://79549201427230", -["smart-home-bold-duotone"]="rbxassetid://131195658079416", -["smart-home-broken"]="rbxassetid://119459497902858", -["smart-home-line-duotone"]="rbxassetid://123911406346359", -["smart-home-linear"]="rbxassetid://73200988578837", -["smart-home-outline"]="rbxassetid://88796968217367", -["smart-speaker-2-bold"]="rbxassetid://131985660895037", -["smart-speaker-2-bold-duotone"]="rbxassetid://114169540186382", -["smart-speaker-2-broken"]="rbxassetid://72192975424611", -["smart-speaker-2-line-duotone"]="rbxassetid://106544738750286", -["smart-speaker-2-linear"]="rbxassetid://112583621614560", -["smart-speaker-2-outline"]="rbxassetid://121766470949261", -["smart-speaker-bold"]="rbxassetid://93700022659723", -["smart-speaker-bold-duotone"]="rbxassetid://116205505075148", -["smart-speaker-broken"]="rbxassetid://90016626104401", -["smart-speaker-line-duotone"]="rbxassetid://138671976429356", -["smart-speaker-linear"]="rbxassetid://105329164386657", -["smart-speaker-minimalistic-bold"]="rbxassetid://115485996029646", -["smart-speaker-minimalistic-bold-duotone"]="rbxassetid://109814527109431", -["smart-speaker-minimalistic-broken"]="rbxassetid://119727633300322", -["smart-speaker-minimalistic-line-duotone"]="rbxassetid://111066662490120", -["smart-speaker-minimalistic-linear"]="rbxassetid://95781681943676", -["smart-speaker-minimalistic-outline"]="rbxassetid://126962747195288", -["smart-speaker-outline"]="rbxassetid://108514391407682", -["smart-vacuum-cleaner-2-bold"]="rbxassetid://85352847346941", -["smart-vacuum-cleaner-2-bold-duotone"]="rbxassetid://136532839215399", -["smart-vacuum-cleaner-2-broken"]="rbxassetid://73800357585404", -["smart-vacuum-cleaner-2-line-duotone"]="rbxassetid://124910203475852", -["smart-vacuum-cleaner-2-linear"]="rbxassetid://81484013689036", -["smart-vacuum-cleaner-2-outline"]="rbxassetid://136016955794569", -["smart-vacuum-cleaner-bold"]="rbxassetid://96756851737943", -["smart-vacuum-cleaner-bold-duotone"]="rbxassetid://94050376572583", -["smart-vacuum-cleaner-broken"]="rbxassetid://128659860101354", -["smart-vacuum-cleaner-line-duotone"]="rbxassetid://119639053744026", -["smart-vacuum-cleaner-linear"]="rbxassetid://70528948017385", -["smart-vacuum-cleaner-outline"]="rbxassetid://137614646480326", -["smartphone-2-bold"]="rbxassetid://122351971813170", -["smartphone-2-bold-duotone"]="rbxassetid://126088599554328", -["smartphone-2-broken"]="rbxassetid://124622620493603", -["smartphone-2-line-duotone"]="rbxassetid://113732163921426", -["smartphone-2-linear"]="rbxassetid://129297312512934", -["smartphone-2-outline"]="rbxassetid://101798211152960", -["smartphone-bold"]="rbxassetid://79789057878832", -["smartphone-bold-duotone"]="rbxassetid://136405946475492", -["smartphone-broken"]="rbxassetid://78444376954820", -["smartphone-line-duotone"]="rbxassetid://106731278457670", -["smartphone-linear"]="rbxassetid://99719671968910", -["smartphone-outline"]="rbxassetid://137199734248758", -["smartphone-rotate-2-bold"]="rbxassetid://134941817910385", -["smartphone-rotate-2-bold-duotone"]="rbxassetid://108123548440836", -["smartphone-rotate-2-broken"]="rbxassetid://81055040819313", -["smartphone-rotate-2-line-duotone"]="rbxassetid://100687645354543", -["smartphone-rotate-2-linear"]="rbxassetid://131682774399165", -["smartphone-rotate-2-outline"]="rbxassetid://109421086001817", -["smartphone-rotate-angle-bold"]="rbxassetid://108124568463208", -["smartphone-rotate-angle-bold-duotone"]="rbxassetid://84263724663018", -["smartphone-rotate-angle-broken"]="rbxassetid://114137459850343", -["smartphone-rotate-angle-line-duotone"]="rbxassetid://116200099337774", -["smartphone-rotate-angle-linear"]="rbxassetid://96558895130596", -["smartphone-rotate-angle-outline"]="rbxassetid://110700061304825", -["smartphone-rotate-orientation-bold"]="rbxassetid://77000218150348", -["smartphone-rotate-orientation-bold-duotone"]="rbxassetid://123918267213954", -["smartphone-rotate-orientation-broken"]="rbxassetid://74158571488055", -["smartphone-rotate-orientation-line-duotone"]="rbxassetid://100368920961763", -["smartphone-rotate-orientation-linear"]="rbxassetid://82352037944384", -["smartphone-rotate-orientation-outline"]="rbxassetid://102297114805027", -["smartphone-update-bold"]="rbxassetid://96587695327433", -["smartphone-update-bold-duotone"]="rbxassetid://98534421571061", -["smartphone-update-broken"]="rbxassetid://121735689543329", -["smartphone-update-line-duotone"]="rbxassetid://85030155606196", -["smartphone-update-linear"]="rbxassetid://134261128328624", -["smartphone-update-outline"]="rbxassetid://133437300819362", -["smartphone-vibration-bold"]="rbxassetid://132347852148602", -["smartphone-vibration-bold-duotone"]="rbxassetid://138482642321180", -["smartphone-vibration-broken"]="rbxassetid://121399237211654", -["smartphone-vibration-line-duotone"]="rbxassetid://133270221644863", -["smartphone-vibration-linear"]="rbxassetid://128029592793471", -["smartphone-vibration-outline"]="rbxassetid://139161266545005", -["smile-circle-bold"]="rbxassetid://138760841166710", -["smile-circle-bold-duotone"]="rbxassetid://125324892994382", -["smile-circle-broken"]="rbxassetid://132349001097711", -["smile-circle-line-duotone"]="rbxassetid://105174630897150", -["smile-circle-linear"]="rbxassetid://88029338148460", -["smile-circle-outline"]="rbxassetid://90500645912628", -["smile-square-bold"]="rbxassetid://137865571533918", -["smile-square-bold-duotone"]="rbxassetid://129815026838980", -["smile-square-broken"]="rbxassetid://111350452397210", -["smile-square-line-duotone"]="rbxassetid://71244170349500", -["smile-square-linear"]="rbxassetid://114296277629096", -["smile-square-outline"]="rbxassetid://79141302613288", -["snowflake-bold"]="rbxassetid://108962750323036", -["snowflake-bold-duotone"]="rbxassetid://116712508632374", -["snowflake-broken"]="rbxassetid://91995233359094", -["snowflake-line-duotone"]="rbxassetid://82596491678859", -["snowflake-linear"]="rbxassetid://73566351284636", -["snowflake-outline"]="rbxassetid://97678453829829", -["socket-bold"]="rbxassetid://91359635834056", -["socket-bold-duotone"]="rbxassetid://123229537764393", -["socket-broken"]="rbxassetid://97495475791920", -["socket-line-duotone"]="rbxassetid://91097645132198", -["socket-linear"]="rbxassetid://85433192337354", -["socket-outline"]="rbxassetid://129547413143282", -["sofa-2-bold"]="rbxassetid://93906279739092", -["sofa-2-bold-duotone"]="rbxassetid://99329427999568", -["sofa-2-broken"]="rbxassetid://81129039511821", -["sofa-2-line-duotone"]="rbxassetid://136213151673717", -["sofa-2-linear"]="rbxassetid://109178423493061", -["sofa-2-outline"]="rbxassetid://115386884900339", -["sofa-3-bold"]="rbxassetid://132196771477458", -["sofa-3-bold-duotone"]="rbxassetid://70542533851873", -["sofa-3-broken"]="rbxassetid://87127750557454", -["sofa-3-line-duotone"]="rbxassetid://89609649106665", -["sofa-3-linear"]="rbxassetid://75464727037106", -["sofa-3-outline"]="rbxassetid://123840718139495", -["sofa-bold"]="rbxassetid://140144996639548", -["sofa-bold-duotone"]="rbxassetid://137719009965215", -["sofa-broken"]="rbxassetid://77720030521534", -["sofa-line-duotone"]="rbxassetid://106295186162141", -["sofa-linear"]="rbxassetid://115038879496139", -["sofa-outline"]="rbxassetid://96255347088359", -["sort-bold"]="rbxassetid://98667743186414", -["sort-bold-duotone"]="rbxassetid://123827612212044", -["sort-broken"]="rbxassetid://111598708656710", -["sort-by-alphabet-bold"]="rbxassetid://70732409950355", -["sort-by-alphabet-bold-duotone"]="rbxassetid://90999991136137", -["sort-by-alphabet-broken"]="rbxassetid://111872561565724", -["sort-by-alphabet-line-duotone"]="rbxassetid://90939827029391", -["sort-by-alphabet-linear"]="rbxassetid://135793863788790", -["sort-by-alphabet-outline"]="rbxassetid://105983251793896", -["sort-by-time-bold"]="rbxassetid://124205311042948", -["sort-by-time-bold-duotone"]="rbxassetid://95198980404322", -["sort-by-time-broken"]="rbxassetid://89011363323399", -["sort-by-time-line-duotone"]="rbxassetid://82199317014201", -["sort-by-time-linear"]="rbxassetid://133283088305194", -["sort-by-time-outline"]="rbxassetid://124621004349683", -["sort-from-bottom-to-top-bold"]="rbxassetid://89111820626938", -["sort-from-bottom-to-top-bold-duotone"]="rbxassetid://120859962940977", -["sort-from-bottom-to-top-broken"]="rbxassetid://108370725961296", -["sort-from-bottom-to-top-line-duotone"]="rbxassetid://112289661962076", -["sort-from-bottom-to-top-linear"]="rbxassetid://114647372630127", -["sort-from-bottom-to-top-outline"]="rbxassetid://139233952643252", -["sort-from-top-to-bottom-bold"]="rbxassetid://95032665651269", -["sort-from-top-to-bottom-bold-duotone"]="rbxassetid://91230921397068", -["sort-from-top-to-bottom-broken"]="rbxassetid://108609312862461", -["sort-from-top-to-bottom-line-duotone"]="rbxassetid://89353697479771", -["sort-from-top-to-bottom-linear"]="rbxassetid://127245682240344", -["sort-from-top-to-bottom-outline"]="rbxassetid://72218972557970", -["sort-horizontal-bold"]="rbxassetid://82355230930420", -["sort-horizontal-bold-duotone"]="rbxassetid://92766789303077", -["sort-horizontal-broken"]="rbxassetid://103966167539848", -["sort-horizontal-line-duotone"]="rbxassetid://79758751316664", -["sort-horizontal-linear"]="rbxassetid://72298504240076", -["sort-horizontal-outline"]="rbxassetid://123576378061737", -["sort-line-duotone"]="rbxassetid://114860820496918", -["sort-linear"]="rbxassetid://94036484750317", -["sort-outline"]="rbxassetid://140068364527081", -["sort-vertical-bold"]="rbxassetid://121618478093853", -["sort-vertical-bold-duotone"]="rbxassetid://138487894034650", -["sort-vertical-broken"]="rbxassetid://78725593577263", -["sort-vertical-line-duotone"]="rbxassetid://94823956513959", -["sort-vertical-linear"]="rbxassetid://123859557004166", -["sort-vertical-outline"]="rbxassetid://97255823903401", -["soundwave-bold"]="rbxassetid://128596073923474", -["soundwave-bold-duotone"]="rbxassetid://125785567273022", -["soundwave-broken"]="rbxassetid://90685524272117", -["soundwave-circle-bold"]="rbxassetid://90732151124063", -["soundwave-circle-bold-duotone"]="rbxassetid://135966407228783", -["soundwave-circle-broken"]="rbxassetid://112697085931869", -["soundwave-circle-line-duotone"]="rbxassetid://106609840340541", -["soundwave-circle-linear"]="rbxassetid://82669179148131", -["soundwave-circle-outline"]="rbxassetid://85435918519141", -["soundwave-line-duotone"]="rbxassetid://106621656836689", -["soundwave-linear"]="rbxassetid://90682642088283", -["soundwave-outline"]="rbxassetid://135030467683976", -["soundwave-square-bold"]="rbxassetid://72531353857477", -["soundwave-square-bold-duotone"]="rbxassetid://114872127336988", -["soundwave-square-broken"]="rbxassetid://80260120095964", -["soundwave-square-line-duotone"]="rbxassetid://86898788728162", -["soundwave-square-linear"]="rbxassetid://100812113122066", -["soundwave-square-outline"]="rbxassetid://117138472922455", -["speaker-bold"]="rbxassetid://108547564852538", -["speaker-bold-duotone"]="rbxassetid://100932978353505", -["speaker-broken"]="rbxassetid://137297251865544", -["speaker-line-duotone"]="rbxassetid://106114358748259", -["speaker-linear"]="rbxassetid://139789304478997", -["speaker-minimalistic-bold"]="rbxassetid://80844466691420", -["speaker-minimalistic-bold-duotone"]="rbxassetid://88396077899275", -["speaker-minimalistic-broken"]="rbxassetid://127285588044266", -["speaker-minimalistic-line-duotone"]="rbxassetid://128221195103487", -["speaker-minimalistic-linear"]="rbxassetid://83105997922875", -["speaker-minimalistic-outline"]="rbxassetid://129030167840478", -["speaker-outline"]="rbxassetid://82482285945062", -["special-effects-bold"]="rbxassetid://119734418129837", -["special-effects-bold-duotone"]="rbxassetid://98597093661384", -["special-effects-broken"]="rbxassetid://129670874670110", -["special-effects-line-duotone"]="rbxassetid://118185498815455", -["special-effects-linear"]="rbxassetid://89634167389607", -["special-effects-outline"]="rbxassetid://117805158593225", -["spedometer-low-bold"]="rbxassetid://102193215915372", -["spedometer-low-linear"]="rbxassetid://118776643998694", -["spedometer-max-bold"]="rbxassetid://97368814260855", -["spedometer-max-linear"]="rbxassetid://91814839145243", -["spedometer-middle-bold"]="rbxassetid://71225968751991", -["spedometer-middle-linear"]="rbxassetid://70758110827729", -["square-academic-cap-2-bold"]="rbxassetid://126384010038084", -["square-academic-cap-2-bold-duotone"]="rbxassetid://117658375163831", -["square-academic-cap-2-broken"]="rbxassetid://95685947083532", -["square-academic-cap-2-line-duotone"]="rbxassetid://106300012288782", -["square-academic-cap-2-linear"]="rbxassetid://113455705631247", -["square-academic-cap-2-outline"]="rbxassetid://105860886146580", -["square-academic-cap-bold"]="rbxassetid://117787825404757", -["square-academic-cap-bold-duotone"]="rbxassetid://130317975963200", -["square-academic-cap-broken"]="rbxassetid://100552094337646", -["square-academic-cap-line-duotone"]="rbxassetid://75260701900583", -["square-academic-cap-linear"]="rbxassetid://118901094838169", -["square-academic-cap-outline"]="rbxassetid://132220023802807", -["square-alt-arrow-down-bold"]="rbxassetid://134099958781743", -["square-alt-arrow-down-bold-duotone"]="rbxassetid://118048911797652", -["square-alt-arrow-down-broken"]="rbxassetid://120372473599577", -["square-alt-arrow-down-line-duotone"]="rbxassetid://85122255946479", -["square-alt-arrow-down-linear"]="rbxassetid://81370578935511", -["square-alt-arrow-down-outline"]="rbxassetid://72221950079121", -["square-alt-arrow-left-bold"]="rbxassetid://79075944494583", -["square-alt-arrow-left-bold-duotone"]="rbxassetid://80037661519198", -["square-alt-arrow-left-broken"]="rbxassetid://116581462205501", -["square-alt-arrow-left-line-duotone"]="rbxassetid://105392797551987", -["square-alt-arrow-left-linear"]="rbxassetid://76127482756776", -["square-alt-arrow-left-outline"]="rbxassetid://134986828889192", -["square-alt-arrow-right-bold"]="rbxassetid://100823625938458", -["square-alt-arrow-right-bold-duotone"]="rbxassetid://107313795198377", -["square-alt-arrow-right-broken"]="rbxassetid://122079740241313", -["square-alt-arrow-right-line-duotone"]="rbxassetid://79968280026930", -["square-alt-arrow-right-linear"]="rbxassetid://85628002176987", -["square-alt-arrow-right-outline"]="rbxassetid://75244297049856", -["square-alt-arrow-up-bold"]="rbxassetid://79685754994513", -["square-alt-arrow-up-bold-duotone"]="rbxassetid://104446521502804", -["square-alt-arrow-up-broken"]="rbxassetid://117299509856332", -["square-alt-arrow-up-line-duotone"]="rbxassetid://138392336964280", -["square-alt-arrow-up-linear"]="rbxassetid://101339698337456", -["square-alt-arrow-up-outline"]="rbxassetid://73057262115129", -["square-arrow-down-bold"]="rbxassetid://97545824153313", -["square-arrow-down-bold-duotone"]="rbxassetid://118877621261859", -["square-arrow-down-broken"]="rbxassetid://139288674683137", -["square-arrow-down-line-duotone"]="rbxassetid://71418490770984", -["square-arrow-down-linear"]="rbxassetid://87251797261901", -["square-arrow-down-outline"]="rbxassetid://77426712044213", -["square-arrow-left-bold"]="rbxassetid://129305494230971", -["square-arrow-left-bold-duotone"]="rbxassetid://124275697552429", -["square-arrow-left-broken"]="rbxassetid://111559592754835", -["square-arrow-left-down-bold"]="rbxassetid://119608491906826", -["square-arrow-left-down-bold-duotone"]="rbxassetid://128619569907809", -["square-arrow-left-down-broken"]="rbxassetid://131876203975904", -["square-arrow-left-down-line-duotone"]="rbxassetid://139859412701249", -["square-arrow-left-down-linear"]="rbxassetid://122642599666264", -["square-arrow-left-down-outline"]="rbxassetid://138689942428333", -["square-arrow-left-line-duotone"]="rbxassetid://126785942840775", -["square-arrow-left-linear"]="rbxassetid://75825032630075", -["square-arrow-left-outline"]="rbxassetid://127542986993290", -["square-arrow-left-up-bold"]="rbxassetid://85225135130488", -["square-arrow-left-up-bold-duotone"]="rbxassetid://91784200630636", -["square-arrow-left-up-broken"]="rbxassetid://101004824365816", -["square-arrow-left-up-line-duotone"]="rbxassetid://114448543500276", -["square-arrow-left-up-linear"]="rbxassetid://126053830048764", -["square-arrow-left-up-outline"]="rbxassetid://107556180543637", -["square-arrow-right-bold"]="rbxassetid://131581955873172", -["square-arrow-right-bold-duotone"]="rbxassetid://94313504791463", -["square-arrow-right-broken"]="rbxassetid://88265938083306", -["square-arrow-right-down-bold"]="rbxassetid://118212170630211", -["square-arrow-right-down-bold-duotone"]="rbxassetid://107617426969000", -["square-arrow-right-down-broken"]="rbxassetid://77766036881421", -["square-arrow-right-down-line-duotone"]="rbxassetid://123662353179603", -["square-arrow-right-down-linear"]="rbxassetid://130300254020832", -["square-arrow-right-down-outline"]="rbxassetid://80324346357768", -["square-arrow-right-line-duotone"]="rbxassetid://125356972519377", -["square-arrow-right-linear"]="rbxassetid://132058280355574", -["square-arrow-right-outline"]="rbxassetid://81080956528975", -["square-arrow-right-up-bold"]="rbxassetid://108552252615996", -["square-arrow-right-up-bold-duotone"]="rbxassetid://135140151174674", -["square-arrow-right-up-broken"]="rbxassetid://87880822260629", -["square-arrow-right-up-line-duotone"]="rbxassetid://74339388858284", -["square-arrow-right-up-linear"]="rbxassetid://136525211546614", -["square-arrow-right-up-outline"]="rbxassetid://84100599138994", -["square-arrow-up-bold"]="rbxassetid://72749816689089", -["square-arrow-up-bold-duotone"]="rbxassetid://125020463161051", -["square-arrow-up-broken"]="rbxassetid://101256890445141", -["square-arrow-up-line-duotone"]="rbxassetid://79174270321792", -["square-arrow-up-linear"]="rbxassetid://77237794881604", -["square-arrow-up-outline"]="rbxassetid://83699594540977", -["square-bottom-down-bold"]="rbxassetid://114577436375936", -["square-bottom-down-bold-duotone"]="rbxassetid://113149763601329", -["square-bottom-down-broken"]="rbxassetid://111337308779800", -["square-bottom-down-line-duotone"]="rbxassetid://120072340635940", -["square-bottom-down-linear"]="rbxassetid://81941049405444", -["square-bottom-down-outline"]="rbxassetid://105309233142043", -["square-bottom-up-bold"]="rbxassetid://138137323744590", -["square-bottom-up-bold-duotone"]="rbxassetid://79074977525120", -["square-bottom-up-broken"]="rbxassetid://124511959168122", -["square-bottom-up-line-duotone"]="rbxassetid://88739358309462", -["square-bottom-up-linear"]="rbxassetid://93224842372547", -["square-bottom-up-outline"]="rbxassetid://105992878457092", -["square-double-alt-arrow-down-bold"]="rbxassetid://138017005754487", -["square-double-alt-arrow-down-bold-duotone"]="rbxassetid://90590032393059", -["square-double-alt-arrow-down-broken"]="rbxassetid://102135130177723", -["square-double-alt-arrow-down-line-duotone"]="rbxassetid://113151653928417", -["square-double-alt-arrow-down-linear"]="rbxassetid://135585791910016", -["square-double-alt-arrow-down-outline"]="rbxassetid://70821277732914", -["square-double-alt-arrow-left-bold"]="rbxassetid://94290333683906", -["square-double-alt-arrow-left-bold-duotone"]="rbxassetid://131397363398008", -["square-double-alt-arrow-left-broken"]="rbxassetid://93664819671396", -["square-double-alt-arrow-left-line-duotone"]="rbxassetid://109740930759857", -["square-double-alt-arrow-left-linear"]="rbxassetid://97495584638399", -["square-double-alt-arrow-left-outline"]="rbxassetid://77822117951384", -["square-double-alt-arrow-right-bold"]="rbxassetid://132384633231565", -["square-double-alt-arrow-right-bold-duotone"]="rbxassetid://80160699828893", -["square-double-alt-arrow-right-broken"]="rbxassetid://106092690380258", -["square-double-alt-arrow-right-line-duotone"]="rbxassetid://86056845132838", -["square-double-alt-arrow-right-linear"]="rbxassetid://84744193240664", -["square-double-alt-arrow-right-outline"]="rbxassetid://111335435206277", -["square-double-alt-arrow-up-bold"]="rbxassetid://138517487956716", -["square-double-alt-arrow-up-bold-duotone"]="rbxassetid://93461802980869", -["square-double-alt-arrow-up-broken"]="rbxassetid://135473764719870", -["square-double-alt-arrow-up-line-duotone"]="rbxassetid://119268324434181", -["square-double-alt-arrow-up-linear"]="rbxassetid://131965988437152", -["square-double-alt-arrow-up-outline"]="rbxassetid://111763942056266", -["square-forward-bold"]="rbxassetid://122359618460085", -["square-forward-bold-duotone"]="rbxassetid://130282449646650", -["square-forward-broken"]="rbxassetid://105885357546356", -["square-forward-line-duotone"]="rbxassetid://123205454904779", -["square-forward-linear"]="rbxassetid://81054015401445", -["square-forward-outline"]="rbxassetid://135880101706033", -["square-share-line-bold"]="rbxassetid://111128598280002", -["square-share-line-bold-duotone"]="rbxassetid://95159207504955", -["square-share-line-broken"]="rbxassetid://118769622126122", -["square-share-line-line-duotone"]="rbxassetid://84967830948740", -["square-share-line-linear"]="rbxassetid://131270864336880", -["square-share-line-outline"]="rbxassetid://126850835130540", -["square-sort-horizontal-bold"]="rbxassetid://78126092609858", -["square-sort-horizontal-bold-duotone"]="rbxassetid://86239906900408", -["square-sort-horizontal-broken"]="rbxassetid://101620265187055", -["square-sort-horizontal-line-duotone"]="rbxassetid://80178613943250", -["square-sort-horizontal-linear"]="rbxassetid://92922861737929", -["square-sort-horizontal-outline"]="rbxassetid://108268353649683", -["square-sort-vertical-bold"]="rbxassetid://138019096822861", -["square-sort-vertical-bold-duotone"]="rbxassetid://140410873048048", -["square-sort-vertical-broken"]="rbxassetid://100807406009800", -["square-sort-vertical-line-duotone"]="rbxassetid://121903619706017", -["square-sort-vertical-linear"]="rbxassetid://104566906815289", -["square-sort-vertical-outline"]="rbxassetid://139305040857241", -["square-top-down-bold"]="rbxassetid://105540501021737", -["square-top-down-bold-duotone"]="rbxassetid://108402521263998", -["square-top-down-broken"]="rbxassetid://105028597214261", -["square-top-down-line-duotone"]="rbxassetid://124399511355912", -["square-top-down-linear"]="rbxassetid://95025806979587", -["square-top-down-outline"]="rbxassetid://96773424785308", -["square-top-up-bold"]="rbxassetid://130144243002536", -["square-top-up-bold-duotone"]="rbxassetid://117941435241488", -["square-top-up-broken"]="rbxassetid://138771749124087", -["square-top-up-line-duotone"]="rbxassetid://128382142631625", -["square-top-up-linear"]="rbxassetid://135502498269405", -["square-top-up-outline"]="rbxassetid://128047893590653", -["square-transfer-horizontal-bold"]="rbxassetid://83149737584008", -["square-transfer-horizontal-bold-duotone"]="rbxassetid://115918599773492", -["square-transfer-horizontal-broken"]="rbxassetid://123498907792932", -["square-transfer-horizontal-line-duotone"]="rbxassetid://131494551119951", -["square-transfer-horizontal-linear"]="rbxassetid://72285841823959", -["square-transfer-horizontal-outline"]="rbxassetid://119446449426060", -["square-transfer-vertical-bold"]="rbxassetid://123809574427198", -["square-transfer-vertical-bold-duotone"]="rbxassetid://124275856735352", -["square-transfer-vertical-broken"]="rbxassetid://127176384407424", -["square-transfer-vertical-line-duotone"]="rbxassetid://135580981301342", -["square-transfer-vertical-linear"]="rbxassetid://116025454176915", -["square-transfer-vertical-outline"]="rbxassetid://100465020357326", -["ssd-round-bold"]="rbxassetid://90202092250236", -["ssd-round-bold-duotone"]="rbxassetid://81688570874305", -["ssd-round-broken"]="rbxassetid://119916823138130", -["ssd-round-line-duotone"]="rbxassetid://117867797739449", -["ssd-round-linear"]="rbxassetid://107774253907496", -["ssd-round-outline"]="rbxassetid://96528585690915", -["ssd-square-bold"]="rbxassetid://110794977715079", -["ssd-square-bold-duotone"]="rbxassetid://84807296465416", -["ssd-square-broken"]="rbxassetid://140634335255698", -["ssd-square-line-duotone"]="rbxassetid://113417222175094", -["ssd-square-linear"]="rbxassetid://105220365569872", -["ssd-square-outline"]="rbxassetid://95680587683606", -["star-angle-bold"]="rbxassetid://138967642353360", -["star-angle-bold-duotone"]="rbxassetid://112715541806580", -["star-angle-broken"]="rbxassetid://72436088852710", -["star-angle-line-duotone"]="rbxassetid://71204023476511", -["star-angle-linear"]="rbxassetid://96384309888547", -["star-angle-outline"]="rbxassetid://113253668347809", -["star-bold"]="rbxassetid://98157183283283", -["star-bold-1"]="rbxassetid://135772253309337", -["star-bold-duotone"]="rbxassetid://137790055478286", -["star-bold-duotone-1"]="rbxassetid://125460350964306", -["star-broken"]="rbxassetid://93791899073943", -["star-broken-1"]="rbxassetid://88956131437693", -["star-circle-bold"]="rbxassetid://134963294985291", -["star-circle-bold-duotone"]="rbxassetid://99050061164235", -["star-circle-broken"]="rbxassetid://108164924796460", -["star-circle-line-duotone"]="rbxassetid://85132602746623", -["star-circle-linear"]="rbxassetid://133400311514605", -["star-circle-outline"]="rbxassetid://130518516944262", -["star-fall-2-bold"]="rbxassetid://99860835278060", -["star-fall-2-bold-duotone"]="rbxassetid://128932382938120", -["star-fall-2-broken"]="rbxassetid://136148615681415", -["star-fall-2-line-duotone"]="rbxassetid://130393612294260", -["star-fall-2-linear"]="rbxassetid://101802668220447", -["star-fall-2-outline"]="rbxassetid://136240158677404", -["star-fall-bold"]="rbxassetid://88380485367823", -["star-fall-bold-duotone"]="rbxassetid://107721323064028", -["star-fall-broken"]="rbxassetid://90615681543043", -["star-fall-line-duotone"]="rbxassetid://77604616027494", -["star-fall-linear"]="rbxassetid://103909641376809", -["star-fall-minimalistic-2-bold"]="rbxassetid://114012243611304", -["star-fall-minimalistic-2-bold-duotone"]="rbxassetid://72844652846341", -["star-fall-minimalistic-2-broken"]="rbxassetid://110982698015307", -["star-fall-minimalistic-2-line-duotone"]="rbxassetid://134652916882473", -["star-fall-minimalistic-2-linear"]="rbxassetid://95600227025465", -["star-fall-minimalistic-2-outline"]="rbxassetid://133284925133958", -["star-fall-minimalistic-bold"]="rbxassetid://106537137820080", -["star-fall-minimalistic-bold-duotone"]="rbxassetid://96407263059190", -["star-fall-minimalistic-broken"]="rbxassetid://95008015463672", -["star-fall-minimalistic-line-duotone"]="rbxassetid://81107344951676", -["star-fall-minimalistic-linear"]="rbxassetid://85380399119331", -["star-fall-minimalistic-outline"]="rbxassetid://85073774587285", -["star-fall-outline"]="rbxassetid://137183897119907", -["star-line-duotone"]="rbxassetid://108217758469280", -["star-line-duotone-1"]="rbxassetid://132359225696558", -["star-linear"]="rbxassetid://118843799856401", -["star-linear-1"]="rbxassetid://86806122094499", -["star-outline"]="rbxassetid://106382553310002", -["star-outline-1"]="rbxassetid://80833925573726", -["star-rainbow-bold"]="rbxassetid://86471671471759", -["star-rainbow-bold-duotone"]="rbxassetid://100372006194362", -["star-rainbow-broken"]="rbxassetid://136125301360659", -["star-rainbow-line-duotone"]="rbxassetid://81264122984249", -["star-rainbow-linear"]="rbxassetid://103578090257696", -["star-rainbow-outline"]="rbxassetid://100050629517633", -["star-ring-bold"]="rbxassetid://110424632806655", -["star-ring-bold-duotone"]="rbxassetid://104078727470781", -["star-ring-broken"]="rbxassetid://111525831067312", -["star-ring-line-duotone"]="rbxassetid://81587142112076", -["star-ring-linear"]="rbxassetid://112940093909262", -["star-ring-outline"]="rbxassetid://122294694474850", -["star-rings-bold"]="rbxassetid://104928351789424", -["star-rings-bold-duotone"]="rbxassetid://88089495830209", -["star-rings-broken"]="rbxassetid://93971307884505", -["star-rings-line-duotone"]="rbxassetid://115945398710535", -["star-rings-linear"]="rbxassetid://79175458302095", -["star-rings-outline"]="rbxassetid://85230926709403", -["star-shine-bold"]="rbxassetid://114100614749526", -["star-shine-bold-duotone"]="rbxassetid://128765453231859", -["star-shine-broken"]="rbxassetid://120178579904722", -["star-shine-line-duotone"]="rbxassetid://114025068247131", -["star-shine-linear"]="rbxassetid://126428470636647", -["star-shine-outline"]="rbxassetid://86827401644024", -["stars-bold"]="rbxassetid://117722835180948", -["stars-bold-1"]="rbxassetid://114862301713008", -["stars-bold-duotone"]="rbxassetid://112225312664424", -["stars-bold-duotone-1"]="rbxassetid://84724930162109", -["stars-broken"]="rbxassetid://105453489598810", -["stars-broken-1"]="rbxassetid://93193158495123", -["stars-line-bold"]="rbxassetid://87693855497250", -["stars-line-bold-duotone"]="rbxassetid://133492349867550", -["stars-line-broken"]="rbxassetid://129823494076491", -["stars-line-duotone"]="rbxassetid://95965577498084", -["stars-line-duotone-1"]="rbxassetid://78136986923785", -["stars-line-line-duotone"]="rbxassetid://126983686258347", -["stars-line-linear"]="rbxassetid://126512452546363", -["stars-line-outline"]="rbxassetid://98552484845473", -["stars-linear"]="rbxassetid://121581563324484", -["stars-linear-1"]="rbxassetid://93133762646549", -["stars-minimalistic-bold"]="rbxassetid://73767297526258", -["stars-minimalistic-bold-duotone"]="rbxassetid://73362492704957", -["stars-minimalistic-broken"]="rbxassetid://75497327462119", -["stars-minimalistic-line-duotone"]="rbxassetid://75316542391219", -["stars-minimalistic-linear"]="rbxassetid://84856629330687", -["stars-minimalistic-outline"]="rbxassetid://74374909951346", -["stars-outline"]="rbxassetid://84744215825125", -["stars-outline-1"]="rbxassetid://105362176768370", -["station-bold"]="rbxassetid://93623212489133", -["station-bold-duotone"]="rbxassetid://103486945949300", -["station-broken"]="rbxassetid://84750920872958", -["station-line-duotone"]="rbxassetid://83564143991587", -["station-linear"]="rbxassetid://100480380494862", -["station-minimalistic-bold"]="rbxassetid://128716477787126", -["station-minimalistic-bold-duotone"]="rbxassetid://81265776282642", -["station-minimalistic-broken"]="rbxassetid://139193455867842", -["station-minimalistic-line-duotone"]="rbxassetid://124648777046035", -["station-minimalistic-linear"]="rbxassetid://100682898480506", -["station-minimalistic-outline"]="rbxassetid://117681979917286", -["station-outline"]="rbxassetid://116634562228825", -["stethoscope-bold"]="rbxassetid://76623615784640", -["stethoscope-bold-duotone"]="rbxassetid://76001173638627", -["stethoscope-broken"]="rbxassetid://83119520791972", -["stethoscope-line-duotone"]="rbxassetid://77694301371187", -["stethoscope-linear"]="rbxassetid://76871018378969", -["stethoscope-outline"]="rbxassetid://129493398343419", -["sticker-circle-bold"]="rbxassetid://102702766597629", -["sticker-circle-bold-duotone"]="rbxassetid://126451080768188", -["sticker-circle-broken"]="rbxassetid://138964870129745", -["sticker-circle-line-duotone"]="rbxassetid://138229686449280", -["sticker-circle-linear"]="rbxassetid://92836264233761", -["sticker-circle-outline"]="rbxassetid://105322380332538", -["sticker-smile-circle-2-bold"]="rbxassetid://137842219783384", -["sticker-smile-circle-2-bold-duotone"]="rbxassetid://136345055052018", -["sticker-smile-circle-2-broken"]="rbxassetid://72249395917981", -["sticker-smile-circle-2-line-duotone"]="rbxassetid://133716875028903", -["sticker-smile-circle-2-linear"]="rbxassetid://80176841777447", -["sticker-smile-circle-2-outline"]="rbxassetid://120155302875460", -["sticker-smile-circle-bold"]="rbxassetid://85204383335233", -["sticker-smile-circle-bold-duotone"]="rbxassetid://85506738934079", -["sticker-smile-circle-broken"]="rbxassetid://78107048863258", -["sticker-smile-circle-line-duotone"]="rbxassetid://82349269845287", -["sticker-smile-circle-linear"]="rbxassetid://90184239143770", -["sticker-smile-circle-outline"]="rbxassetid://89903398339693", -["sticker-smile-square-bold"]="rbxassetid://106650929786110", -["sticker-smile-square-bold-duotone"]="rbxassetid://110881981637049", -["sticker-smile-square-broken"]="rbxassetid://77052295078456", -["sticker-smile-square-line-duotone"]="rbxassetid://122652787196729", -["sticker-smile-square-linear"]="rbxassetid://124526913529670", -["sticker-smile-square-outline"]="rbxassetid://109158757623968", -["sticker-square-bold"]="rbxassetid://91592586854875", -["sticker-square-bold-duotone"]="rbxassetid://115636300659093", -["sticker-square-broken"]="rbxassetid://84067842972456", -["sticker-square-line-duotone"]="rbxassetid://86678478733357", -["sticker-square-linear"]="rbxassetid://131298092987741", -["sticker-square-outline"]="rbxassetid://109363569928080", -["stop-bold"]="rbxassetid://81987034482699", -["stop-bold-duotone"]="rbxassetid://78628664332723", -["stop-broken"]="rbxassetid://129749650481404", -["stop-circle-bold"]="rbxassetid://108380991475628", -["stop-circle-bold-duotone"]="rbxassetid://98741966043793", -["stop-circle-broken"]="rbxassetid://90108312955109", -["stop-circle-line-duotone"]="rbxassetid://89528208895889", -["stop-circle-linear"]="rbxassetid://85772714611863", -["stop-circle-outline"]="rbxassetid://128180813650388", -["stop-line-duotone"]="rbxassetid://112085869065843", -["stop-linear"]="rbxassetid://113510191996886", -["stop-outline"]="rbxassetid://107430139036424", -["stopwatch-bold"]="rbxassetid://118896472143182", -["stopwatch-bold-duotone"]="rbxassetid://93458278471389", -["stopwatch-broken"]="rbxassetid://83000565341571", -["stopwatch-line-duotone"]="rbxassetid://106660219264264", -["stopwatch-linear"]="rbxassetid://88516823931308", -["stopwatch-outline"]="rbxassetid://114860899646431", -["stopwatch-pause-bold"]="rbxassetid://87099558672298", -["stopwatch-pause-bold-duotone"]="rbxassetid://88602272505344", -["stopwatch-pause-broken"]="rbxassetid://90141432305963", -["stopwatch-pause-line-duotone"]="rbxassetid://119170702601920", -["stopwatch-pause-linear"]="rbxassetid://106769360652961", -["stopwatch-pause-outline"]="rbxassetid://128219488381444", -["stopwatch-play-bold"]="rbxassetid://97438410366861", -["stopwatch-play-bold-duotone"]="rbxassetid://70781958415618", -["stopwatch-play-broken"]="rbxassetid://120836602185039", -["stopwatch-play-line-duotone"]="rbxassetid://126380796368325", -["stopwatch-play-linear"]="rbxassetid://77985125442827", -["stopwatch-play-outline"]="rbxassetid://78287573520915", -["stream-bold"]="rbxassetid://137050375293417", -["stream-bold-duotone"]="rbxassetid://97490874598857", -["stream-broken"]="rbxassetid://108917185568183", -["stream-line-duotone"]="rbxassetid://93086147765746", -["stream-linear"]="rbxassetid://85724250046334", -["stream-outline"]="rbxassetid://93524762186385", -["streets-bold"]="rbxassetid://73004429749236", -["streets-bold-duotone"]="rbxassetid://128176784608344", -["streets-broken"]="rbxassetid://73577583832138", -["streets-line-duotone"]="rbxassetid://134703775543342", -["streets-linear"]="rbxassetid://118849385533978", -["streets-map-point-bold"]="rbxassetid://103312515400216", -["streets-map-point-bold-duotone"]="rbxassetid://123545216951396", -["streets-map-point-broken"]="rbxassetid://88607663369626", -["streets-map-point-line-duotone"]="rbxassetid://126966352127724", -["streets-map-point-linear"]="rbxassetid://113662086183371", -["streets-map-point-outline"]="rbxassetid://137399467943867", -["streets-navigation-bold"]="rbxassetid://106717116500472", -["streets-navigation-bold-duotone"]="rbxassetid://116437413378993", -["streets-navigation-broken"]="rbxassetid://91462780845333", -["streets-navigation-line-duotone"]="rbxassetid://88751518544072", -["streets-navigation-linear"]="rbxassetid://85187080230242", -["streets-navigation-outline"]="rbxassetid://127004073050665", -["streets-outline"]="rbxassetid://98791443680959", -["stretching-bold"]="rbxassetid://93675711491420", -["stretching-bold-duotone"]="rbxassetid://129400152010176", -["stretching-broken"]="rbxassetid://109774739404725", -["stretching-line-duotone"]="rbxassetid://116580068074021", -["stretching-linear"]="rbxassetid://102507730346334", -["stretching-outline"]="rbxassetid://127202435693863", -["stretching-round-bold"]="rbxassetid://78522785077975", -["stretching-round-bold-duotone"]="rbxassetid://134315332417995", -["stretching-round-broken"]="rbxassetid://134385312195723", -["stretching-round-line-duotone"]="rbxassetid://126836577085843", -["stretching-round-linear"]="rbxassetid://81320770457363", -["stretching-round-outline"]="rbxassetid://135021206118202", -["structure-bold"]="rbxassetid://82592687617983", -["structure-bold-duotone"]="rbxassetid://94322212988917", -["structure-broken"]="rbxassetid://133974405395198", -["structure-line-duotone"]="rbxassetid://77531182694311", -["structure-linear"]="rbxassetid://114723859617084", -["structure-outline"]="rbxassetid://74172634910979", -["subtitles-bold"]="rbxassetid://136386805103196", -["subtitles-bold-duotone"]="rbxassetid://97005570051412", -["subtitles-broken"]="rbxassetid://77518353701394", -["subtitles-line-duotone"]="rbxassetid://72172544373883", -["subtitles-linear"]="rbxassetid://94278275327829", -["subtitles-outline"]="rbxassetid://111289236710795", -["suitcase-bold"]="rbxassetid://104946983294612", -["suitcase-bold-duotone"]="rbxassetid://135911549304061", -["suitcase-broken"]="rbxassetid://86848812377375", -["suitcase-line-duotone"]="rbxassetid://85004201756609", -["suitcase-linear"]="rbxassetid://99953219374401", -["suitcase-lines-bold"]="rbxassetid://124611109739574", -["suitcase-lines-bold-duotone"]="rbxassetid://76194812876510", -["suitcase-lines-broken"]="rbxassetid://124255049556237", -["suitcase-lines-line-duotone"]="rbxassetid://73671730076657", -["suitcase-lines-linear"]="rbxassetid://126870312198829", -["suitcase-lines-outline"]="rbxassetid://115221338369492", -["suitcase-outline"]="rbxassetid://114409865131542", -["suitcase-tag-bold"]="rbxassetid://112174358534580", -["suitcase-tag-bold-duotone"]="rbxassetid://71512830906287", -["suitcase-tag-broken"]="rbxassetid://112613669131475", -["suitcase-tag-line-duotone"]="rbxassetid://116553098504431", -["suitcase-tag-linear"]="rbxassetid://80707388368668", -["suitcase-tag-outline"]="rbxassetid://71969367122461", -["sun-2-bold"]="rbxassetid://91474658549548", -["sun-2-bold-duotone"]="rbxassetid://82159746637355", -["sun-2-broken"]="rbxassetid://75499572914409", -["sun-2-line-duotone"]="rbxassetid://94942365961582", -["sun-2-linear"]="rbxassetid://108009441161605", -["sun-2-outline"]="rbxassetid://132995119468680", -["sun-bold"]="rbxassetid://117590500180033", -["sun-bold-duotone"]="rbxassetid://99623288485097", -["sun-broken"]="rbxassetid://131890327773974", -["sun-fog-bold"]="rbxassetid://87435280817694", -["sun-fog-bold-duotone"]="rbxassetid://89418803502962", -["sun-fog-broken"]="rbxassetid://110423055149828", -["sun-fog-line-duotone"]="rbxassetid://138743405812800", -["sun-fog-linear"]="rbxassetid://79515306266377", -["sun-fog-outline"]="rbxassetid://84472513352957", -["sun-line-duotone"]="rbxassetid://106061646117709", -["sun-linear"]="rbxassetid://126776232857992", -["sun-outline"]="rbxassetid://125870356521626", -["sunrise-bold"]="rbxassetid://75484973989494", -["sunrise-bold-duotone"]="rbxassetid://120437892553881", -["sunrise-broken"]="rbxassetid://107845194361506", -["sunrise-line-duotone"]="rbxassetid://77139369198147", -["sunrise-linear"]="rbxassetid://135696396857067", -["sunrise-outline"]="rbxassetid://95189214580187", -["sunset-bold"]="rbxassetid://71097081264800", -["sunset-bold-duotone"]="rbxassetid://74346923848130", -["sunset-broken"]="rbxassetid://102249777649628", -["sunset-line-duotone"]="rbxassetid://82152795527189", -["sunset-linear"]="rbxassetid://118723067445845", -["sunset-outline"]="rbxassetid://102748087669631", -["suspension-bold"]="rbxassetid://84119842548959", -["suspension-bolt-bold"]="rbxassetid://70970017461409", -["suspension-bolt-linear"]="rbxassetid://97397205750515", -["suspension-cross-bold"]="rbxassetid://116676205332516", -["suspension-cross-linear"]="rbxassetid://86060750505772", -["suspension-linear"]="rbxassetid://81028753196479", -["swimming-bold"]="rbxassetid://86794234647329", -["swimming-bold-duotone"]="rbxassetid://77734256551175", -["swimming-broken"]="rbxassetid://90816248786967", -["swimming-line-duotone"]="rbxassetid://112302144097163", -["swimming-linear"]="rbxassetid://109637248313430", -["swimming-outline"]="rbxassetid://120991017507469", -["syringe-bold"]="rbxassetid://74944836618938", -["syringe-bold-duotone"]="rbxassetid://111842894297254", -["syringe-broken"]="rbxassetid://138939865890634", -["syringe-line-duotone"]="rbxassetid://85229280030273", -["syringe-linear"]="rbxassetid://119853632221567", -["syringe-outline"]="rbxassetid://109834661925207", -["t-shirt-bold"]="rbxassetid://89083139578707", -["t-shirt-bold-duotone"]="rbxassetid://87795200482465", -["t-shirt-broken"]="rbxassetid://105256351290313", -["t-shirt-line-duotone"]="rbxassetid://101393660537532", -["t-shirt-linear"]="rbxassetid://87664087333883", -["t-shirt-outline"]="rbxassetid://89133943445531", -["tablet-bold"]="rbxassetid://72450303882114", -["tablet-bold-duotone"]="rbxassetid://131048044750974", -["tablet-broken"]="rbxassetid://114240524144157", -["tablet-line-duotone"]="rbxassetid://125357596287207", -["tablet-linear"]="rbxassetid://129382684975012", -["tablet-outline"]="rbxassetid://107603480249480", -["tag-bold"]="rbxassetid://106092784438331", -["tag-bold-duotone"]="rbxassetid://85763900232550", -["tag-broken"]="rbxassetid://109077854936165", -["tag-horizontal-bold"]="rbxassetid://137208495811844", -["tag-horizontal-bold-duotone"]="rbxassetid://102196443967195", -["tag-horizontal-broken"]="rbxassetid://74239619140358", -["tag-horizontal-line-duotone"]="rbxassetid://134306672616491", -["tag-horizontal-linear"]="rbxassetid://137763449386330", -["tag-horizontal-outline"]="rbxassetid://124749236219678", -["tag-line-duotone"]="rbxassetid://97858379175219", -["tag-linear"]="rbxassetid://89975969223393", -["tag-outline"]="rbxassetid://96476821964729", -["tag-price-bold"]="rbxassetid://139330352014349", -["tag-price-bold-duotone"]="rbxassetid://91404435675580", -["tag-price-broken"]="rbxassetid://101275933052590", -["tag-price-line-duotone"]="rbxassetid://132191007124131", -["tag-price-linear"]="rbxassetid://89254772232273", -["tag-price-outline"]="rbxassetid://86254374450651", -["target-bold"]="rbxassetid://71083101429210", -["target-bold-duotone"]="rbxassetid://87839091594999", -["target-broken"]="rbxassetid://77644973887563", -["target-line-duotone"]="rbxassetid://120879117377907", -["target-linear"]="rbxassetid://71617062045171", -["target-outline"]="rbxassetid://125724633471934", -["tea-cup-bold"]="rbxassetid://81269020320152", -["tea-cup-bold-duotone"]="rbxassetid://107814645965631", -["tea-cup-broken"]="rbxassetid://92502688056865", -["tea-cup-line-duotone"]="rbxassetid://105039821259927", -["tea-cup-linear"]="rbxassetid://91623566235256", -["tea-cup-outline"]="rbxassetid://104568328201529", -["telescope-bold"]="rbxassetid://112666909064777", -["telescope-bold-duotone"]="rbxassetid://102787067971625", -["telescope-broken"]="rbxassetid://81751432637721", -["telescope-line-duotone"]="rbxassetid://118368031296916", -["telescope-linear"]="rbxassetid://132762925496815", -["telescope-outline"]="rbxassetid://90213142476256", -["temperature-bold"]="rbxassetid://112175927992686", -["temperature-bold-duotone"]="rbxassetid://73845100070255", -["temperature-broken"]="rbxassetid://137442038687123", -["temperature-line-duotone"]="rbxassetid://125692060126028", -["temperature-linear"]="rbxassetid://106218554127779", -["temperature-outline"]="rbxassetid://110755048451110", -["tennis-2-bold"]="rbxassetid://132685927629405", -["tennis-2-bold-duotone"]="rbxassetid://128138381692456", -["tennis-2-broken"]="rbxassetid://137891995950532", -["tennis-2-line-duotone"]="rbxassetid://84614072915112", -["tennis-2-linear"]="rbxassetid://113479214651867", -["tennis-2-outline"]="rbxassetid://140045075885709", -["tennis-bold"]="rbxassetid://100807633923595", -["tennis-bold-duotone"]="rbxassetid://97675190996472", -["tennis-broken"]="rbxassetid://83893175424881", -["tennis-line-duotone"]="rbxassetid://73132065239330", -["tennis-linear"]="rbxassetid://90584049987086", -["tennis-outline"]="rbxassetid://126144764839464", -["test-tube-bold"]="rbxassetid://111440711942875", -["test-tube-bold-duotone"]="rbxassetid://93442476414465", -["test-tube-broken"]="rbxassetid://106970760547052", -["test-tube-line-duotone"]="rbxassetid://87089961405547", -["test-tube-linear"]="rbxassetid://102941800275901", -["test-tube-minimalistic-bold"]="rbxassetid://70855878185407", -["test-tube-minimalistic-bold-duotone"]="rbxassetid://98684868072859", -["test-tube-minimalistic-broken"]="rbxassetid://83223358149459", -["test-tube-minimalistic-line-duotone"]="rbxassetid://135471686166371", -["test-tube-minimalistic-linear"]="rbxassetid://103441261473541", -["test-tube-minimalistic-outline"]="rbxassetid://85312401867548", -["test-tube-outline"]="rbxassetid://74800359411552", -["text-bold"]="rbxassetid://134628365459549", -["text-bold-bold"]="rbxassetid://139882292900892", -["text-bold-bold-duotone"]="rbxassetid://89661772897417", -["text-bold-broken"]="rbxassetid://126639074682915", -["text-bold-circle-bold"]="rbxassetid://79290285574949", -["text-bold-circle-bold-duotone"]="rbxassetid://107877928064762", -["text-bold-circle-broken"]="rbxassetid://119018692033332", -["text-bold-circle-line-duotone"]="rbxassetid://95925805816945", -["text-bold-circle-linear"]="rbxassetid://108592205231281", -["text-bold-circle-outline"]="rbxassetid://119380503974917", -["text-bold-duotone"]="rbxassetid://73031791047534", -["text-bold-line-duotone"]="rbxassetid://108952652179752", -["text-bold-linear"]="rbxassetid://138942904970587", -["text-bold-outline"]="rbxassetid://135838935202429", -["text-bold-square-bold"]="rbxassetid://79006047376007", -["text-bold-square-bold-duotone"]="rbxassetid://93961623548967", -["text-bold-square-broken"]="rbxassetid://126849746620972", -["text-bold-square-line-duotone"]="rbxassetid://108525056839360", -["text-bold-square-linear"]="rbxassetid://99628385916276", -["text-bold-square-outline"]="rbxassetid://137021817806237", -["text-broken"]="rbxassetid://101368450366554", -["text-circle-bold"]="rbxassetid://132900019115915", -["text-circle-bold-duotone"]="rbxassetid://130489531613911", -["text-circle-broken"]="rbxassetid://98962335775475", -["text-circle-line-duotone"]="rbxassetid://80617421566958", -["text-circle-linear"]="rbxassetid://87799537173465", -["text-circle-outline"]="rbxassetid://79562500970164", -["text-cross-bold"]="rbxassetid://75438637380021", -["text-cross-bold-duotone"]="rbxassetid://120890206666154", -["text-cross-broken"]="rbxassetid://126712963087725", -["text-cross-circle-bold"]="rbxassetid://75541869223727", -["text-cross-circle-bold-duotone"]="rbxassetid://88891818331561", -["text-cross-circle-broken"]="rbxassetid://75701072146140", -["text-cross-circle-line-duotone"]="rbxassetid://122368195546989", -["text-cross-circle-linear"]="rbxassetid://133709579836882", -["text-cross-circle-outline"]="rbxassetid://106835351115639", -["text-cross-line-duotone"]="rbxassetid://136802116656473", -["text-cross-linear"]="rbxassetid://72113584606609", -["text-cross-outline"]="rbxassetid://123948414421524", -["text-cross-square-bold"]="rbxassetid://82573645024003", -["text-cross-square-bold-duotone"]="rbxassetid://75665722733017", -["text-cross-square-broken"]="rbxassetid://93748928036546", -["text-cross-square-line-duotone"]="rbxassetid://136088490170781", -["text-cross-square-linear"]="rbxassetid://109084823983980", -["text-cross-square-outline"]="rbxassetid://94239680254850", -["text-field-bold"]="rbxassetid://98911237764660", -["text-field-bold-duotone"]="rbxassetid://121780944098054", -["text-field-broken"]="rbxassetid://128413903630654", -["text-field-focus-bold"]="rbxassetid://124774821883834", -["text-field-focus-bold-duotone"]="rbxassetid://134628991310051", -["text-field-focus-broken"]="rbxassetid://92265251059462", -["text-field-focus-line-duotone"]="rbxassetid://116030246803070", -["text-field-focus-linear"]="rbxassetid://81170078896971", -["text-field-focus-outline"]="rbxassetid://110843039594073", -["text-field-line-duotone"]="rbxassetid://72308483463592", -["text-field-linear"]="rbxassetid://98892211716992", -["text-field-outline"]="rbxassetid://92560874627951", -["text-italic-bold"]="rbxassetid://99711208999506", -["text-italic-bold-duotone"]="rbxassetid://102604142813605", -["text-italic-broken"]="rbxassetid://110838865731573", -["text-italic-circle-bold"]="rbxassetid://105822776188761", -["text-italic-circle-bold-duotone"]="rbxassetid://131974179622093", -["text-italic-circle-broken"]="rbxassetid://135756791073129", -["text-italic-circle-line-duotone"]="rbxassetid://74073393580930", -["text-italic-circle-linear"]="rbxassetid://136364207204334", -["text-italic-circle-outline"]="rbxassetid://89565456747805", -["text-italic-line-duotone"]="rbxassetid://124395047506005", -["text-italic-linear"]="rbxassetid://72393154345107", -["text-italic-outline"]="rbxassetid://133872810157107", -["text-italic-square-bold"]="rbxassetid://106379754206823", -["text-italic-square-bold-duotone"]="rbxassetid://90311451824205", -["text-italic-square-broken"]="rbxassetid://118052426143112", -["text-italic-square-line-duotone"]="rbxassetid://132419126151271", -["text-italic-square-linear"]="rbxassetid://103519263924602", -["text-italic-square-outline"]="rbxassetid://139652275272532", -["text-line-duotone"]="rbxassetid://124249590035385", -["text-linear"]="rbxassetid://115548216632230", -["text-outline"]="rbxassetid://105902060978013", -["text-selection-bold"]="rbxassetid://137557112875450", -["text-selection-bold-duotone"]="rbxassetid://99932950652339", -["text-selection-broken"]="rbxassetid://109184640211287", -["text-selection-line-duotone"]="rbxassetid://79927739358402", -["text-selection-linear"]="rbxassetid://72626359600977", -["text-selection-outline"]="rbxassetid://132746570968562", -["text-square-2-bold"]="rbxassetid://136952444331070", -["text-square-2-bold-duotone"]="rbxassetid://74024438523678", -["text-square-2-broken"]="rbxassetid://96330744461886", -["text-square-2-line-duotone"]="rbxassetid://95224769825393", -["text-square-2-linear"]="rbxassetid://87395055313699", -["text-square-2-outline"]="rbxassetid://111744752639148", -["text-square-bold"]="rbxassetid://135137239265675", -["text-square-bold-duotone"]="rbxassetid://92338516051572", -["text-square-broken"]="rbxassetid://100508048737021", -["text-square-line-duotone"]="rbxassetid://113071402309633", -["text-square-linear"]="rbxassetid://95932649983379", -["text-square-outline"]="rbxassetid://99178825303859", -["text-underline-bold"]="rbxassetid://101539591432747", -["text-underline-bold-duotone"]="rbxassetid://117085969234508", -["text-underline-broken"]="rbxassetid://102759581075345", -["text-underline-circle-bold"]="rbxassetid://112775181426135", -["text-underline-circle-bold-duotone"]="rbxassetid://89648264307941", -["text-underline-circle-broken"]="rbxassetid://100532683329730", -["text-underline-circle-line-duotone"]="rbxassetid://81075850675727", -["text-underline-circle-linear"]="rbxassetid://84653086156774", -["text-underline-circle-outline"]="rbxassetid://88782914310299", -["text-underline-cross-bold"]="rbxassetid://71846695076450", -["text-underline-cross-bold-duotone"]="rbxassetid://125892008445274", -["text-underline-cross-broken"]="rbxassetid://135404473883891", -["text-underline-cross-line-duotone"]="rbxassetid://114937568582626", -["text-underline-cross-linear"]="rbxassetid://99770726888988", -["text-underline-cross-outline"]="rbxassetid://115483375141216", -["text-underline-line-duotone"]="rbxassetid://82511664518076", -["text-underline-linear"]="rbxassetid://86532721689765", -["text-underline-outline"]="rbxassetid://102133816562214", -["thermometer-bold"]="rbxassetid://118971215433255", -["thermometer-bold-duotone"]="rbxassetid://78562701476702", -["thermometer-broken"]="rbxassetid://88411180421103", -["thermometer-line-duotone"]="rbxassetid://87424362766355", -["thermometer-linear"]="rbxassetid://79533278859305", -["thermometer-outline"]="rbxassetid://106888135856529", -["three-squares-bold"]="rbxassetid://110449044402886", -["three-squares-bold-duotone"]="rbxassetid://108974520300655", -["three-squares-broken"]="rbxassetid://88609808291820", -["three-squares-line-duotone"]="rbxassetid://132896700634305", -["three-squares-linear"]="rbxassetid://73081964211406", -["three-squares-outline"]="rbxassetid://77916058143137", -["ticker-star-bold"]="rbxassetid://121997263518617", -["ticker-star-bold-duotone"]="rbxassetid://101007798605710", -["ticker-star-broken"]="rbxassetid://99708665128270", -["ticker-star-line-duotone"]="rbxassetid://100311857535657", -["ticker-star-linear"]="rbxassetid://114844630327149", -["ticker-star-outline"]="rbxassetid://123039778906599", -["ticket-bold"]="rbxassetid://128755105546658", -["ticket-bold-duotone"]="rbxassetid://90644759057415", -["ticket-broken"]="rbxassetid://128371129777857", -["ticket-line-duotone"]="rbxassetid://76523237547871", -["ticket-linear"]="rbxassetid://132836498208825", -["ticket-outline"]="rbxassetid://102299165544258", -["ticket-sale-bold"]="rbxassetid://117816353388914", -["ticket-sale-bold-duotone"]="rbxassetid://73196336805426", -["ticket-sale-broken"]="rbxassetid://70610716918659", -["ticket-sale-line-duotone"]="rbxassetid://80982639994006", -["ticket-sale-linear"]="rbxassetid://122570638190726", -["ticket-sale-outline"]="rbxassetid://97526758634285", -["to-pip-bold"]="rbxassetid://122574042264102", -["to-pip-bold-duotone"]="rbxassetid://80653764760324", -["to-pip-broken"]="rbxassetid://122674281795460", -["to-pip-line-duotone"]="rbxassetid://106266639597250", -["to-pip-linear"]="rbxassetid://114249033596686", -["to-pip-outline"]="rbxassetid://105694356224341", -["tornado-bold"]="rbxassetid://135923045449439", -["tornado-bold-duotone"]="rbxassetid://81771264865130", -["tornado-broken"]="rbxassetid://80317935556454", -["tornado-line-duotone"]="rbxassetid://77698891941150", -["tornado-linear"]="rbxassetid://80870294286844", -["tornado-outline"]="rbxassetid://78549922226771", -["tornado-small-bold"]="rbxassetid://99669240821087", -["tornado-small-bold-duotone"]="rbxassetid://116616085179924", -["tornado-small-broken"]="rbxassetid://89776861098552", -["tornado-small-line-duotone"]="rbxassetid://115250406453882", -["tornado-small-linear"]="rbxassetid://88710956588114", -["tornado-small-outline"]="rbxassetid://110682079900042", -["traffic-bold"]="rbxassetid://123402546058727", -["traffic-bold-duotone"]="rbxassetid://136430413957807", -["traffic-broken"]="rbxassetid://115149570312264", -["traffic-economy-bold"]="rbxassetid://77900625152722", -["traffic-economy-bold-duotone"]="rbxassetid://99252536965629", -["traffic-economy-broken"]="rbxassetid://86228556535868", -["traffic-economy-line-duotone"]="rbxassetid://82896158335685", -["traffic-economy-linear"]="rbxassetid://86322945801490", -["traffic-economy-outline"]="rbxassetid://88224997448969", -["traffic-line-duotone"]="rbxassetid://104344423397432", -["traffic-linear"]="rbxassetid://114672918469769", -["traffic-outline"]="rbxassetid://107009685151697", -["tram-bold"]="rbxassetid://116303568356677", -["tram-linear"]="rbxassetid://130776119988431", -["transfer-horizontal-bold"]="rbxassetid://102105242487044", -["transfer-horizontal-bold-duotone"]="rbxassetid://138435351963934", -["transfer-horizontal-broken"]="rbxassetid://103063243181584", -["transfer-horizontal-line-duotone"]="rbxassetid://107259356729794", -["transfer-horizontal-linear"]="rbxassetid://100776547582370", -["transfer-horizontal-outline"]="rbxassetid://94110965846892", -["transfer-vertical-bold"]="rbxassetid://120766061002835", -["transfer-vertical-bold-duotone"]="rbxassetid://73205943273390", -["transfer-vertical-broken"]="rbxassetid://132867632369492", -["transfer-vertical-line-duotone"]="rbxassetid://104165522290494", -["transfer-vertical-linear"]="rbxassetid://92891045404610", -["transfer-vertical-outline"]="rbxassetid://131910671871148", -["translation-2-bold"]="rbxassetid://78889094751104", -["translation-2-bold-duotone"]="rbxassetid://81724373463804", -["translation-2-broken"]="rbxassetid://83769837644220", -["translation-2-line-duotone"]="rbxassetid://132315373371645", -["translation-2-linear"]="rbxassetid://105420741233246", -["translation-2-outline"]="rbxassetid://97162755554328", -["translation-bold"]="rbxassetid://122179759560828", -["translation-bold-duotone"]="rbxassetid://134069991720417", -["translation-broken"]="rbxassetid://120684989056571", -["translation-line-duotone"]="rbxassetid://129534267417822", -["translation-linear"]="rbxassetid://73197957341533", -["translation-outline"]="rbxassetid://116554166461592", -["transmission-bold"]="rbxassetid://126322047226804", -["transmission-circle-bold"]="rbxassetid://109248720581180", -["transmission-circle-linear"]="rbxassetid://79738400567951", -["transmission-linear"]="rbxassetid://105742290491408", -["transmission-square-bold"]="rbxassetid://101980323704791", -["transmission-square-linear"]="rbxassetid://89573572485505", -["trash-bin-2-bold"]="rbxassetid://124950181079965", -["trash-bin-2-bold-duotone"]="rbxassetid://82270197541321", -["trash-bin-2-broken"]="rbxassetid://107100820811392", -["trash-bin-2-line-duotone"]="rbxassetid://100523382287343", -["trash-bin-2-linear"]="rbxassetid://101560152408539", -["trash-bin-2-outline"]="rbxassetid://95438632039834", -["trash-bin-minimalistic-2-bold"]="rbxassetid://137172537537016", -["trash-bin-minimalistic-2-bold-duotone"]="rbxassetid://92674223291310", -["trash-bin-minimalistic-2-broken"]="rbxassetid://71895750207385", -["trash-bin-minimalistic-2-line-duotone"]="rbxassetid://84487060938720", -["trash-bin-minimalistic-2-linear"]="rbxassetid://108715787539678", -["trash-bin-minimalistic-2-outline"]="rbxassetid://123581649706678", -["trash-bin-minimalistic-bold"]="rbxassetid://70865927459256", -["trash-bin-minimalistic-bold-duotone"]="rbxassetid://98841046645755", -["trash-bin-minimalistic-broken"]="rbxassetid://97151694883674", -["trash-bin-minimalistic-line-duotone"]="rbxassetid://125398786469559", -["trash-bin-minimalistic-linear"]="rbxassetid://102640526976018", -["trash-bin-minimalistic-outline"]="rbxassetid://85273537502188", -["trash-bin-trash-bold"]="rbxassetid://76323366897784", -["trash-bin-trash-bold-duotone"]="rbxassetid://70511923959326", -["trash-bin-trash-broken"]="rbxassetid://130544880535785", -["trash-bin-trash-line-duotone"]="rbxassetid://110490359373882", -["trash-bin-trash-linear"]="rbxassetid://94282845846270", -["trash-bin-trash-outline"]="rbxassetid://88683594435305", -["treadmill-bold"]="rbxassetid://129648402750616", -["treadmill-bold-duotone"]="rbxassetid://105946488144977", -["treadmill-broken"]="rbxassetid://114890739408878", -["treadmill-line-duotone"]="rbxassetid://72899535975727", -["treadmill-linear"]="rbxassetid://114042262975047", -["treadmill-outline"]="rbxassetid://76311909279147", -["treadmill-round-bold"]="rbxassetid://94884397103011", -["treadmill-round-bold-duotone"]="rbxassetid://97806041874770", -["treadmill-round-broken"]="rbxassetid://123218408162460", -["treadmill-round-line-duotone"]="rbxassetid://134661992479987", -["treadmill-round-linear"]="rbxassetid://109921116006406", -["treadmill-round-outline"]="rbxassetid://87334307653452", -["trellis-bold"]="rbxassetid://137017874479837", -["trellis-bold-duotone"]="rbxassetid://117585356898830", -["trellis-broken"]="rbxassetid://75661248272715", -["trellis-line-duotone"]="rbxassetid://83631596892734", -["trellis-linear"]="rbxassetid://79275752500481", -["trellis-outline"]="rbxassetid://120319533478538", -["tuning-2-bold"]="rbxassetid://82333306930313", -["tuning-2-bold-duotone"]="rbxassetid://121701902799716", -["tuning-2-broken"]="rbxassetid://77062573895378", -["tuning-2-line-duotone"]="rbxassetid://95022941185443", -["tuning-2-linear"]="rbxassetid://74348229684369", -["tuning-2-outline"]="rbxassetid://140005399201666", -["tuning-3-bold"]="rbxassetid://75757152277151", -["tuning-3-bold-duotone"]="rbxassetid://106012522045706", -["tuning-3-broken"]="rbxassetid://122074078862163", -["tuning-3-line-duotone"]="rbxassetid://119598166100177", -["tuning-3-linear"]="rbxassetid://83641009692687", -["tuning-3-outline"]="rbxassetid://113066664223461", -["tuning-4-bold"]="rbxassetid://135916377999987", -["tuning-4-bold-duotone"]="rbxassetid://135926348150251", -["tuning-4-broken"]="rbxassetid://94420848129291", -["tuning-4-line-duotone"]="rbxassetid://113832961543228", -["tuning-4-linear"]="rbxassetid://81333558331087", -["tuning-4-outline"]="rbxassetid://96302453795842", -["tuning-bold"]="rbxassetid://106185406308820", -["tuning-bold-duotone"]="rbxassetid://95115502353989", -["tuning-broken"]="rbxassetid://139684279271661", -["tuning-line-duotone"]="rbxassetid://112961817412105", -["tuning-linear"]="rbxassetid://80251857186766", -["tuning-outline"]="rbxassetid://78032104492942", -["tuning-square-2-bold"]="rbxassetid://93994359568129", -["tuning-square-2-bold-duotone"]="rbxassetid://115957828334655", -["tuning-square-2-broken"]="rbxassetid://91987629189269", -["tuning-square-2-line-duotone"]="rbxassetid://70681252174150", -["tuning-square-2-linear"]="rbxassetid://100233628078159", -["tuning-square-2-outline"]="rbxassetid://75604184247454", -["tuning-square-bold"]="rbxassetid://138100521939866", -["tuning-square-bold-duotone"]="rbxassetid://115502987142359", -["tuning-square-broken"]="rbxassetid://87384766718777", -["tuning-square-line-duotone"]="rbxassetid://132139650115855", -["tuning-square-linear"]="rbxassetid://126596314997401", -["tuning-square-outline"]="rbxassetid://85777270305541", -["turntable-bold"]="rbxassetid://89367537824987", -["turntable-bold-duotone"]="rbxassetid://93093543702787", -["turntable-broken"]="rbxassetid://76959179973710", -["turntable-line-duotone"]="rbxassetid://116842000532836", -["turntable-linear"]="rbxassetid://139839088323279", -["turntable-minimalistic-bold"]="rbxassetid://115978033833640", -["turntable-minimalistic-bold-duotone"]="rbxassetid://78222712345377", -["turntable-minimalistic-broken"]="rbxassetid://124987978993564", -["turntable-minimalistic-line-duotone"]="rbxassetid://130088407792448", -["turntable-minimalistic-linear"]="rbxassetid://112360115412931", -["turntable-minimalistic-outline"]="rbxassetid://99216183576626", -["turntable-music-note-bold"]="rbxassetid://73335854917174", -["turntable-music-note-bold-duotone"]="rbxassetid://106243495741203", -["turntable-music-note-broken"]="rbxassetid://109233956005020", -["turntable-music-note-line-duotone"]="rbxassetid://114797749173728", -["turntable-music-note-linear"]="rbxassetid://133088866128492", -["turntable-music-note-outline"]="rbxassetid://98462349822737", -["turntable-outline"]="rbxassetid://72013489369415", -["tv-bold"]="rbxassetid://81328242137501", -["tv-bold-duotone"]="rbxassetid://110810684988125", -["tv-broken"]="rbxassetid://125394003926606", -["tv-line-duotone"]="rbxassetid://113068754856126", -["tv-linear"]="rbxassetid://79695544027437", -["tv-outline"]="rbxassetid://73016417185857", -["ufo-2-bold"]="rbxassetid://108307092452400", -["ufo-2-bold-duotone"]="rbxassetid://76274564359079", -["ufo-2-broken"]="rbxassetid://84812893242011", -["ufo-2-line-duotone"]="rbxassetid://95325123231241", -["ufo-2-linear"]="rbxassetid://124826443703365", -["ufo-2-outline"]="rbxassetid://139289154547913", -["ufo-3-bold"]="rbxassetid://140510327756200", -["ufo-3-bold-duotone"]="rbxassetid://109304482376357", -["ufo-3-broken"]="rbxassetid://121744921669791", -["ufo-3-line-duotone"]="rbxassetid://105803434386577", -["ufo-3-linear"]="rbxassetid://105696310637416", -["ufo-3-outline"]="rbxassetid://123056108320997", -["ufo-bold"]="rbxassetid://74519584196021", -["ufo-bold-duotone"]="rbxassetid://139416948057737", -["ufo-broken"]="rbxassetid://131968716098329", -["ufo-line-duotone"]="rbxassetid://120517932527693", -["ufo-linear"]="rbxassetid://109548691163799", -["ufo-outline"]="rbxassetid://129138757970457", -["umbrella-bold"]="rbxassetid://91254497875369", -["umbrella-bold-duotone"]="rbxassetid://98443348073195", -["umbrella-broken"]="rbxassetid://79301769930582", -["umbrella-line-duotone"]="rbxassetid://97165620938195", -["umbrella-linear"]="rbxassetid://116344110361872", -["umbrella-outline"]="rbxassetid://91838471327677", -["undo-left-bold"]="rbxassetid://101535300462497", -["undo-left-bold-duotone"]="rbxassetid://135654741595460", -["undo-left-broken"]="rbxassetid://110999528998234", -["undo-left-line-duotone"]="rbxassetid://87572549100503", -["undo-left-linear"]="rbxassetid://113999189063409", -["undo-left-outline"]="rbxassetid://84135030998003", -["undo-left-round-bold"]="rbxassetid://93326283820468", -["undo-left-round-bold-duotone"]="rbxassetid://105592356513210", -["undo-left-round-broken"]="rbxassetid://118798007416426", -["undo-left-round-line-duotone"]="rbxassetid://108469929480045", -["undo-left-round-linear"]="rbxassetid://97656309761883", -["undo-left-round-outline"]="rbxassetid://88982568304642", -["undo-left-round-square-bold"]="rbxassetid://121916928029783", -["undo-left-round-square-bold-duotone"]="rbxassetid://81464675514038", -["undo-left-round-square-broken"]="rbxassetid://99375348710456", -["undo-left-round-square-line-duotone"]="rbxassetid://72071486547562", -["undo-left-round-square-linear"]="rbxassetid://98278603601780", -["undo-left-round-square-outline"]="rbxassetid://124231671212257", -["undo-left-square-bold"]="rbxassetid://72621879478446", -["undo-left-square-bold-duotone"]="rbxassetid://73061759474176", -["undo-left-square-broken"]="rbxassetid://77573977431566", -["undo-left-square-line-duotone"]="rbxassetid://127223102881746", -["undo-left-square-linear"]="rbxassetid://95604508203312", -["undo-left-square-outline"]="rbxassetid://100303919063413", -["undo-right-bold"]="rbxassetid://130557105074315", -["undo-right-bold-duotone"]="rbxassetid://82900958359510", -["undo-right-broken"]="rbxassetid://131498427805370", -["undo-right-line-duotone"]="rbxassetid://110199648398589", -["undo-right-linear"]="rbxassetid://133925184913840", -["undo-right-outline"]="rbxassetid://136687706046642", -["undo-right-round-bold"]="rbxassetid://130521277062566", -["undo-right-round-bold-duotone"]="rbxassetid://104348371546155", -["undo-right-round-broken"]="rbxassetid://93169144732905", -["undo-right-round-line-duotone"]="rbxassetid://105773498851693", -["undo-right-round-linear"]="rbxassetid://91276930838402", -["undo-right-round-outline"]="rbxassetid://83260280126500", -["undo-right-round-square-bold"]="rbxassetid://88065835584182", -["undo-right-round-square-bold-duotone"]="rbxassetid://91533856849801", -["undo-right-round-square-broken"]="rbxassetid://120022708884516", -["undo-right-round-square-line-duotone"]="rbxassetid://136164473500559", -["undo-right-round-square-linear"]="rbxassetid://75521767637776", -["undo-right-round-square-outline"]="rbxassetid://71264967320005", -["undo-right-square-bold"]="rbxassetid://80269849465980", -["undo-right-square-bold-duotone"]="rbxassetid://122234640758594", -["undo-right-square-broken"]="rbxassetid://128358458602407", -["undo-right-square-line-duotone"]="rbxassetid://124765459162030", -["undo-right-square-linear"]="rbxassetid://114012799490748", -["undo-right-square-outline"]="rbxassetid://120834420018983", -["unread-bold"]="rbxassetid://110416886370701", -["unread-bold-duotone"]="rbxassetid://125407821239352", -["unread-broken"]="rbxassetid://127985164485155", -["unread-line-duotone"]="rbxassetid://114436029333598", -["unread-linear"]="rbxassetid://124363665396833", -["unread-outline"]="rbxassetid://99877753269040", -["upload-bold"]="rbxassetid://82181626860091", -["upload-bold-duotone"]="rbxassetid://121430409936172", -["upload-broken"]="rbxassetid://89972612921418", -["upload-line-duotone"]="rbxassetid://88096182495970", -["upload-linear"]="rbxassetid://140356881321804", -["upload-minimalistic-bold"]="rbxassetid://107646669869079", -["upload-minimalistic-bold-duotone"]="rbxassetid://137846734646927", -["upload-minimalistic-broken"]="rbxassetid://123131131200522", -["upload-minimalistic-line-duotone"]="rbxassetid://103230874428330", -["upload-minimalistic-linear"]="rbxassetid://79657522820532", -["upload-minimalistic-outline"]="rbxassetid://82770168930983", -["upload-outline"]="rbxassetid://120486408734216", -["upload-square-bold"]="rbxassetid://119275582449778", -["upload-square-bold-duotone"]="rbxassetid://96775459058262", -["upload-square-broken"]="rbxassetid://133958417977159", -["upload-square-line-duotone"]="rbxassetid://108767027281515", -["upload-square-linear"]="rbxassetid://108667083248957", -["upload-square-outline"]="rbxassetid://140609070053729", -["upload-track-2-bold"]="rbxassetid://96082765006306", -["upload-track-2-bold-duotone"]="rbxassetid://136507213589807", -["upload-track-2-broken"]="rbxassetid://83965821740960", -["upload-track-2-line-duotone"]="rbxassetid://105973847939743", -["upload-track-2-linear"]="rbxassetid://77944001461841", -["upload-track-2-outline"]="rbxassetid://106382235493074", -["upload-track-bold"]="rbxassetid://123038174128910", -["upload-track-bold-duotone"]="rbxassetid://96901883032627", -["upload-track-broken"]="rbxassetid://102734950644677", -["upload-track-line-duotone"]="rbxassetid://103444802839141", -["upload-track-linear"]="rbxassetid://113334658674994", -["upload-track-outline"]="rbxassetid://71234725525875", -["upload-twice-square-bold"]="rbxassetid://81193322760208", -["upload-twice-square-bold-duotone"]="rbxassetid://94838490486901", -["upload-twice-square-broken"]="rbxassetid://82749610852919", -["upload-twice-square-line-duotone"]="rbxassetid://114015467628571", -["upload-twice-square-linear"]="rbxassetid://81889731096091", -["upload-twice-square-outline"]="rbxassetid://72124439102825", -["usb-bold"]="rbxassetid://106112000914766", -["usb-bold-duotone"]="rbxassetid://85450538765037", -["usb-broken"]="rbxassetid://73607397424075", -["usb-circle-bold"]="rbxassetid://94849067026483", -["usb-circle-bold-duotone"]="rbxassetid://72145859587488", -["usb-circle-broken"]="rbxassetid://128913395643600", -["usb-circle-line-duotone"]="rbxassetid://137023485368933", -["usb-circle-linear"]="rbxassetid://83111987537102", -["usb-circle-outline"]="rbxassetid://124596470927393", -["usb-line-duotone"]="rbxassetid://124043927323962", -["usb-linear"]="rbxassetid://84449360358241", -["usb-outline"]="rbxassetid://112370245945327", -["usb-square-bold"]="rbxassetid://86965694736385", -["usb-square-bold-duotone"]="rbxassetid://100139244725226", -["usb-square-broken"]="rbxassetid://86465109747940", -["usb-square-line-duotone"]="rbxassetid://93291890841441", -["usb-square-linear"]="rbxassetid://116314173495519", -["usb-square-outline"]="rbxassetid://105397576290667", -["user-block-bold"]="rbxassetid://114355063515473", -["user-block-bold-duotone"]="rbxassetid://115407047250716", -["user-block-line-duotone"]="rbxassetid://135941019400411", -["user-block-linear"]="rbxassetid://117305008411302", -["user-block-outline"]="rbxassetid://137584558706180", -["user-block-rounded-bold"]="rbxassetid://104794369369754", -["user-block-rounded-bold-duotone"]="rbxassetid://126549938336400", -["user-block-rounded-line-duotone"]="rbxassetid://119877063640261", -["user-block-rounded-linear"]="rbxassetid://112898341160392", -["user-block-rounded-outline"]="rbxassetid://133222600865558", -["user-bold"]="rbxassetid://125161627986415", -["user-bold-duotone"]="rbxassetid://75452383201285", -["user-check-bold"]="rbxassetid://93659367975786", -["user-check-bold-duotone"]="rbxassetid://70768217279173", -["user-check-line-duotone"]="rbxassetid://86972564106883", -["user-check-linear"]="rbxassetid://138899826175081", -["user-check-outline"]="rbxassetid://121982186782260", -["user-check-rounded-bold"]="rbxassetid://119674379642330", -["user-check-rounded-bold-duotone"]="rbxassetid://123557895545453", -["user-check-rounded-line-duotone"]="rbxassetid://118978684460509", -["user-check-rounded-linear"]="rbxassetid://95900278405528", -["user-check-rounded-outline"]="rbxassetid://82028276489372", -["user-circle-bold"]="rbxassetid://86288701652149", -["user-circle-bold-duotone"]="rbxassetid://79181750204216", -["user-circle-line-duotone"]="rbxassetid://89795742613626", -["user-circle-linear"]="rbxassetid://107841956079901", -["user-circle-outline"]="rbxassetid://74768587278630", -["user-cross-bold"]="rbxassetid://132471506730881", -["user-cross-bold-duotone"]="rbxassetid://137768986857488", -["user-cross-line-duotone"]="rbxassetid://131136938626734", -["user-cross-linear"]="rbxassetid://84641490079719", -["user-cross-outline"]="rbxassetid://134074075605011", -["user-cross-rounded-bold"]="rbxassetid://125371741244205", -["user-cross-rounded-bold-duotone"]="rbxassetid://80984484781157", -["user-cross-rounded-line-duotone"]="rbxassetid://113723633021621", -["user-cross-rounded-linear"]="rbxassetid://111960280006810", -["user-cross-rounded-outline"]="rbxassetid://109158168836588", -["user-hand-up-bold"]="rbxassetid://77880631966096", -["user-hand-up-bold-duotone"]="rbxassetid://73008171861185", -["user-hand-up-line-duotone"]="rbxassetid://129647137492007", -["user-hand-up-linear"]="rbxassetid://80915664104077", -["user-hand-up-outline"]="rbxassetid://117768374987900", -["user-hands-bold"]="rbxassetid://127075603959605", -["user-hands-bold-duotone"]="rbxassetid://123642426200423", -["user-hands-line-duotone"]="rbxassetid://133096621869489", -["user-hands-linear"]="rbxassetid://79855323131391", -["user-hands-outline"]="rbxassetid://104812929379967", -["user-heart-bold"]="rbxassetid://138862194107927", -["user-heart-bold-duotone"]="rbxassetid://86561668129991", -["user-heart-line-duotone"]="rbxassetid://110058308034101", -["user-heart-linear"]="rbxassetid://73850001246232", -["user-heart-outline"]="rbxassetid://128604831869333", -["user-heart-rounded-bold"]="rbxassetid://71668079240282", -["user-heart-rounded-bold-duotone"]="rbxassetid://131562598302056", -["user-heart-rounded-line-duotone"]="rbxassetid://124294430374725", -["user-heart-rounded-linear"]="rbxassetid://117166604795971", -["user-heart-rounded-outline"]="rbxassetid://109538843814703", -["user-id-bold"]="rbxassetid://98773947934088", -["user-id-bold-duotone"]="rbxassetid://81045831959090", -["user-id-line-duotone"]="rbxassetid://92110064513694", -["user-id-linear"]="rbxassetid://125869750781830", -["user-id-outline"]="rbxassetid://111684883491541", -["user-line-duotone"]="rbxassetid://73482102998132", -["user-linear"]="rbxassetid://77763836046064", -["user-minus-bold"]="rbxassetid://72399636270324", -["user-minus-bold-duotone"]="rbxassetid://106565089503131", -["user-minus-line-duotone"]="rbxassetid://103080750579515", -["user-minus-linear"]="rbxassetid://91505523809243", -["user-minus-outline"]="rbxassetid://107130304241254", -["user-minus-rounded-bold"]="rbxassetid://135268670474984", -["user-minus-rounded-bold-duotone"]="rbxassetid://96543034758892", -["user-minus-rounded-line-duotone"]="rbxassetid://86543488194634", -["user-minus-rounded-linear"]="rbxassetid://90587040735398", -["user-minus-rounded-outline"]="rbxassetid://129035415207400", -["user-outline"]="rbxassetid://105812567783581", -["user-plus-bold"]="rbxassetid://94753090743326", -["user-plus-bold-duotone"]="rbxassetid://128011495020001", -["user-plus-line-duotone"]="rbxassetid://75795075502185", -["user-plus-linear"]="rbxassetid://140205010654580", -["user-plus-outline"]="rbxassetid://110887152751672", -["user-plus-rounded-bold"]="rbxassetid://96300834054336", -["user-plus-rounded-bold-duotone"]="rbxassetid://89161248656782", -["user-plus-rounded-line-duotone"]="rbxassetid://115614852712356", -["user-plus-rounded-linear"]="rbxassetid://74837218166429", -["user-plus-rounded-outline"]="rbxassetid://93577131493977", -["user-rounded-bold"]="rbxassetid://94273456177524", -["user-rounded-bold-duotone"]="rbxassetid://99528388270207", -["user-rounded-line-duotone"]="rbxassetid://110156880004944", -["user-rounded-linear"]="rbxassetid://131456424364681", -["user-rounded-outline"]="rbxassetid://108754718272811", -["user-speak-bold"]="rbxassetid://110385470358124", -["user-speak-bold-duotone"]="rbxassetid://77757132328056", -["user-speak-line-duotone"]="rbxassetid://90555839587260", -["user-speak-linear"]="rbxassetid://98751290517541", -["user-speak-outline"]="rbxassetid://74238958305855", -["user-speak-rounded-bold"]="rbxassetid://107485687385793", -["user-speak-rounded-bold-duotone"]="rbxassetid://132073310984084", -["user-speak-rounded-line-duotone"]="rbxassetid://140269899900966", -["user-speak-rounded-linear"]="rbxassetid://77497680364766", -["user-speak-rounded-outline"]="rbxassetid://103354162278898", -["users-group-rounded-bold"]="rbxassetid://126742251911152", -["users-group-rounded-bold-duotone"]="rbxassetid://125795433470799", -["users-group-rounded-line-duotone"]="rbxassetid://106734511415211", -["users-group-rounded-linear"]="rbxassetid://82690154076779", -["users-group-rounded-outline"]="rbxassetid://87786327655941", -["users-group-two-rounded-bold"]="rbxassetid://127970090727557", -["users-group-two-rounded-bold-duotone"]="rbxassetid://137540150239513", -["users-group-two-rounded-line-duotone"]="rbxassetid://71424124222759", -["users-group-two-rounded-linear"]="rbxassetid://134615520644461", -["users-group-two-rounded-outline"]="rbxassetid://103719209030086", -["verified-check-bold"]="rbxassetid://119783053916823", -["verified-check-bold-duotone"]="rbxassetid://128256039484019", -["verified-check-broken"]="rbxassetid://117444916788890", -["verified-check-line-duotone"]="rbxassetid://133045085134543", -["verified-check-linear"]="rbxassetid://103360997878426", -["verified-check-outline"]="rbxassetid://108731840056774", -["video-frame-2-bold"]="rbxassetid://82337478304413", -["video-frame-2-bold-duotone"]="rbxassetid://82136362442442", -["video-frame-2-broken"]="rbxassetid://102016841381375", -["video-frame-2-line-duotone"]="rbxassetid://128715766879907", -["video-frame-2-linear"]="rbxassetid://77705532111538", -["video-frame-2-outline"]="rbxassetid://119829525878202", -["video-frame-bold"]="rbxassetid://73128756981234", -["video-frame-bold-duotone"]="rbxassetid://127600974453038", -["video-frame-broken"]="rbxassetid://106914501519787", -["video-frame-cut-2-bold"]="rbxassetid://119780853690159", -["video-frame-cut-2-bold-duotone"]="rbxassetid://126402882063560", -["video-frame-cut-2-broken"]="rbxassetid://107010380381390", -["video-frame-cut-2-line-duotone"]="rbxassetid://135260793267360", -["video-frame-cut-2-linear"]="rbxassetid://106887714332100", -["video-frame-cut-2-outline"]="rbxassetid://88716834957036", -["video-frame-cut-bold"]="rbxassetid://123929691789983", -["video-frame-cut-bold-duotone"]="rbxassetid://106294060080434", -["video-frame-cut-broken"]="rbxassetid://140325288574454", -["video-frame-cut-line-duotone"]="rbxassetid://88491923553936", -["video-frame-cut-linear"]="rbxassetid://125080381919512", -["video-frame-cut-outline"]="rbxassetid://102761817992324", -["video-frame-line-duotone"]="rbxassetid://118906171366397", -["video-frame-linear"]="rbxassetid://90163448551713", -["video-frame-outline"]="rbxassetid://140483082257004", -["video-frame-play-horizontal-bold"]="rbxassetid://122648668294196", -["video-frame-play-horizontal-bold-duotone"]="rbxassetid://72556353337105", -["video-frame-play-horizontal-broken"]="rbxassetid://117616761695826", -["video-frame-play-horizontal-line-duotone"]="rbxassetid://117281933557693", -["video-frame-play-horizontal-linear"]="rbxassetid://130889361972900", -["video-frame-play-horizontal-outline"]="rbxassetid://86536286728804", -["video-frame-play-vertical-bold"]="rbxassetid://85138471863840", -["video-frame-play-vertical-bold-duotone"]="rbxassetid://122348860286784", -["video-frame-play-vertical-broken"]="rbxassetid://73650774665902", -["video-frame-play-vertical-line-duotone"]="rbxassetid://133434113580224", -["video-frame-play-vertical-linear"]="rbxassetid://90560363236286", -["video-frame-play-vertical-outline"]="rbxassetid://126603988491875", -["video-frame-replace-bold"]="rbxassetid://138891570992053", -["video-frame-replace-bold-duotone"]="rbxassetid://125435562887944", -["video-frame-replace-broken"]="rbxassetid://80508368590231", -["video-frame-replace-line-duotone"]="rbxassetid://135222626630230", -["video-frame-replace-linear"]="rbxassetid://70760512179071", -["video-frame-replace-outline"]="rbxassetid://140603610999384", -["video-library-bold"]="rbxassetid://79214944944624", -["video-library-bold-duotone"]="rbxassetid://138014550241485", -["video-library-broken"]="rbxassetid://118976996223715", -["video-library-line-duotone"]="rbxassetid://131180165898580", -["video-library-linear"]="rbxassetid://71138407919793", -["video-library-outline"]="rbxassetid://130770520856793", -["videocamera-add-bold"]="rbxassetid://89427892975850", -["videocamera-add-bold-duotone"]="rbxassetid://108080864019910", -["videocamera-add-broken"]="rbxassetid://110162361297626", -["videocamera-add-line-duotone"]="rbxassetid://91810854086585", -["videocamera-add-linear"]="rbxassetid://105771392160278", -["videocamera-add-outline"]="rbxassetid://114182211101745", -["videocamera-bold"]="rbxassetid://95818845453265", -["videocamera-bold-duotone"]="rbxassetid://131379977272597", -["videocamera-broken"]="rbxassetid://71720214961394", -["videocamera-line-duotone"]="rbxassetid://77625969042782", -["videocamera-linear"]="rbxassetid://105041626369848", -["videocamera-outline"]="rbxassetid://77697173136825", -["videocamera-record-bold"]="rbxassetid://88046262841338", -["videocamera-record-bold-duotone"]="rbxassetid://84278843732767", -["videocamera-record-broken"]="rbxassetid://106436447089211", -["videocamera-record-line-duotone"]="rbxassetid://136544441303595", -["videocamera-record-linear"]="rbxassetid://135395570953884", -["videocamera-record-outline"]="rbxassetid://85714954140403", -["vinyl-bold"]="rbxassetid://110848145855714", -["vinyl-bold-duotone"]="rbxassetid://95966448994218", -["vinyl-broken"]="rbxassetid://71555141791694", -["vinyl-line-duotone"]="rbxassetid://82082736358603", -["vinyl-linear"]="rbxassetid://126719436318967", -["vinyl-outline"]="rbxassetid://114341683339946", -["vinyl-record-bold"]="rbxassetid://88847483181728", -["vinyl-record-bold-duotone"]="rbxassetid://135921261627822", -["vinyl-record-broken"]="rbxassetid://106099725053639", -["vinyl-record-line-duotone"]="rbxassetid://119794011261944", -["vinyl-record-linear"]="rbxassetid://81967523588498", -["vinyl-record-outline"]="rbxassetid://93857401486100", -["virus-bold"]="rbxassetid://79496716882276", -["virus-bold-duotone"]="rbxassetid://106563236658975", -["virus-broken"]="rbxassetid://76659257543173", -["virus-line-duotone"]="rbxassetid://134547520097050", -["virus-linear"]="rbxassetid://111049945911177", -["virus-outline"]="rbxassetid://107409584189937", -["volleyball-2-bold"]="rbxassetid://88021776097939", -["volleyball-2-bold-duotone"]="rbxassetid://70461574068997", -["volleyball-2-broken"]="rbxassetid://108676329553417", -["volleyball-2-line-duotone"]="rbxassetid://114772155305971", -["volleyball-2-linear"]="rbxassetid://85440603894739", -["volleyball-2-outline"]="rbxassetid://84673653844497", -["volleyball-bold"]="rbxassetid://130485373566106", -["volleyball-bold-duotone"]="rbxassetid://85910157173762", -["volleyball-broken"]="rbxassetid://108307034071124", -["volleyball-line-duotone"]="rbxassetid://115922774324747", -["volleyball-linear"]="rbxassetid://104429720839816", -["volleyball-outline"]="rbxassetid://75418470992532", -["volume-bold"]="rbxassetid://102626706004883", -["volume-bold-duotone"]="rbxassetid://129623450910218", -["volume-broken"]="rbxassetid://137513820506771", -["volume-cross-bold"]="rbxassetid://109348232574607", -["volume-cross-bold-duotone"]="rbxassetid://117207356329740", -["volume-cross-broken"]="rbxassetid://127521440666858", -["volume-cross-line-duotone"]="rbxassetid://103861694868994", -["volume-cross-linear"]="rbxassetid://108864858544993", -["volume-cross-outline"]="rbxassetid://81751744229850", -["volume-knob-bold"]="rbxassetid://97370286327773", -["volume-knob-bold-duotone"]="rbxassetid://97476034944383", -["volume-knob-broken"]="rbxassetid://75178257123970", -["volume-knob-line-duotone"]="rbxassetid://85098417373376", -["volume-knob-linear"]="rbxassetid://127060005162682", -["volume-knob-outline"]="rbxassetid://76438194735219", -["volume-line-duotone"]="rbxassetid://95646979315220", -["volume-linear"]="rbxassetid://103581931632748", -["volume-loud-bold"]="rbxassetid://133324163109944", -["volume-loud-bold-duotone"]="rbxassetid://95765475520663", -["volume-loud-broken"]="rbxassetid://94758347474431", -["volume-loud-line-duotone"]="rbxassetid://78098968869403", -["volume-loud-linear"]="rbxassetid://116945756793938", -["volume-loud-outline"]="rbxassetid://80627826821563", -["volume-outline"]="rbxassetid://105201866812719", -["volume-small-bold"]="rbxassetid://116725011263323", -["volume-small-bold-duotone"]="rbxassetid://70760631940142", -["volume-small-broken"]="rbxassetid://73290657780996", -["volume-small-line-duotone"]="rbxassetid://99297074056226", -["volume-small-linear"]="rbxassetid://78826003629078", -["volume-small-outline"]="rbxassetid://132843759145993", -["wad-of-money-bold"]="rbxassetid://105559865289319", -["wad-of-money-bold-duotone"]="rbxassetid://103341416246866", -["wad-of-money-broken"]="rbxassetid://131741967036192", -["wad-of-money-line-duotone"]="rbxassetid://133590950314303", -["wad-of-money-linear"]="rbxassetid://100428216171182", -["wad-of-money-outline"]="rbxassetid://87581738561354", -["walking-bold"]="rbxassetid://133190246297220", -["walking-bold-duotone"]="rbxassetid://128025772110845", -["walking-broken"]="rbxassetid://81378116242660", -["walking-line-duotone"]="rbxassetid://109018597989403", -["walking-linear"]="rbxassetid://136818032350519", -["walking-outline"]="rbxassetid://111234207673897", -["walking-round-bold"]="rbxassetid://105069478354242", -["walking-round-bold-duotone"]="rbxassetid://129710848336911", -["walking-round-broken"]="rbxassetid://77720115758088", -["walking-round-line-duotone"]="rbxassetid://129365075586501", -["walking-round-linear"]="rbxassetid://133599659988663", -["walking-round-outline"]="rbxassetid://120981628121451", -["wallet-2-bold"]="rbxassetid://103092721640216", -["wallet-2-bold-duotone"]="rbxassetid://100184622833903", -["wallet-2-broken"]="rbxassetid://79379277243913", -["wallet-2-line-duotone"]="rbxassetid://76035809519697", -["wallet-2-linear"]="rbxassetid://101132758420598", -["wallet-2-outline"]="rbxassetid://79750062251584", -["wallet-bold"]="rbxassetid://115541316499580", -["wallet-bold-duotone"]="rbxassetid://130482175443504", -["wallet-broken"]="rbxassetid://129014750527119", -["wallet-line-duotone"]="rbxassetid://107138371096070", -["wallet-linear"]="rbxassetid://100720768847463", -["wallet-money-bold"]="rbxassetid://91080748679499", -["wallet-money-bold-duotone"]="rbxassetid://95799248107169", -["wallet-money-broken"]="rbxassetid://103333126275923", -["wallet-money-line-duotone"]="rbxassetid://100296778408009", -["wallet-money-linear"]="rbxassetid://135940229756368", -["wallet-money-outline"]="rbxassetid://95627602537958", -["wallet-outline"]="rbxassetid://85189327428563", -["wallpaper-bold"]="rbxassetid://107668850940426", -["wallpaper-bold-duotone"]="rbxassetid://82896099970112", -["wallpaper-broken"]="rbxassetid://103536197792760", -["wallpaper-line-duotone"]="rbxassetid://135815777360985", -["wallpaper-linear"]="rbxassetid://109930774528000", -["wallpaper-outline"]="rbxassetid://118392290138574", -["washing-machine-bold"]="rbxassetid://115544099026586", -["washing-machine-bold-duotone"]="rbxassetid://130809900567108", -["washing-machine-broken"]="rbxassetid://73543997968653", -["washing-machine-line-duotone"]="rbxassetid://117206046707042", -["washing-machine-linear"]="rbxassetid://78150115412188", -["washing-machine-minimalistic-bold"]="rbxassetid://90822848541801", -["washing-machine-minimalistic-bold-duotone"]="rbxassetid://97177178122829", -["washing-machine-minimalistic-broken"]="rbxassetid://139094209479393", -["washing-machine-minimalistic-line-duotone"]="rbxassetid://88188240387195", -["washing-machine-minimalistic-linear"]="rbxassetid://119046501018741", -["washing-machine-minimalistic-outline"]="rbxassetid://76249028590851", -["washing-machine-outline"]="rbxassetid://81327088181287", -["watch-round-bold"]="rbxassetid://131590076446195", -["watch-round-bold-duotone"]="rbxassetid://131448958590420", -["watch-round-broken"]="rbxassetid://101570606060405", -["watch-round-line-duotone"]="rbxassetid://122504908283022", -["watch-round-linear"]="rbxassetid://105276191569459", -["watch-round-outline"]="rbxassetid://79582033508778", -["watch-square-bold"]="rbxassetid://126156237544815", -["watch-square-bold-duotone"]="rbxassetid://99562777511121", -["watch-square-broken"]="rbxassetid://137340175911465", -["watch-square-line-duotone"]="rbxassetid://104368894133060", -["watch-square-linear"]="rbxassetid://139996376814440", -["watch-square-minimalistic-bold"]="rbxassetid://79171579158341", -["watch-square-minimalistic-bold-duotone"]="rbxassetid://97544775690926", -["watch-square-minimalistic-broken"]="rbxassetid://94013220542989", -["watch-square-minimalistic-charge-bold"]="rbxassetid://71144410008870", -["watch-square-minimalistic-charge-bold-duotone"]="rbxassetid://95452548739506", -["watch-square-minimalistic-charge-broken"]="rbxassetid://99982630771593", -["watch-square-minimalistic-charge-line-duotone"]="rbxassetid://136719054806470", -["watch-square-minimalistic-charge-linear"]="rbxassetid://107920757128103", -["watch-square-minimalistic-charge-outline"]="rbxassetid://127643415225680", -["watch-square-minimalistic-line-duotone"]="rbxassetid://136273950489429", -["watch-square-minimalistic-linear"]="rbxassetid://109425291934865", -["watch-square-minimalistic-outline"]="rbxassetid://91154034313802", -["watch-square-outline"]="rbxassetid://72872074597412", -["water-bold"]="rbxassetid://73765249018538", -["water-bold-duotone"]="rbxassetid://100278754310756", -["water-broken"]="rbxassetid://88153082122673", -["water-line-duotone"]="rbxassetid://137477258501986", -["water-linear"]="rbxassetid://86780670302331", -["water-outline"]="rbxassetid://128425206745627", -["water-sun-bold"]="rbxassetid://137004236197451", -["water-sun-bold-duotone"]="rbxassetid://83938528363943", -["water-sun-broken"]="rbxassetid://70398785201185", -["water-sun-line-duotone"]="rbxassetid://85534146019511", -["water-sun-linear"]="rbxassetid://89449584765437", -["water-sun-outline"]="rbxassetid://140247398803451", -["waterdrop-bold"]="rbxassetid://120397138191166", -["waterdrop-bold-duotone"]="rbxassetid://110370559472118", -["waterdrop-broken"]="rbxassetid://121737330075702", -["waterdrop-line-duotone"]="rbxassetid://79600705095982", -["waterdrop-linear"]="rbxassetid://129423854795584", -["waterdrop-outline"]="rbxassetid://129870051714432", -["waterdrops-bold"]="rbxassetid://111309368016355", -["waterdrops-bold-duotone"]="rbxassetid://122046639761021", -["waterdrops-broken"]="rbxassetid://84571304737012", -["waterdrops-line-duotone"]="rbxassetid://109963629220116", -["waterdrops-linear"]="rbxassetid://136908540877871", -["waterdrops-outline"]="rbxassetid://106909732485711", -["weigher-bold"]="rbxassetid://86709006687497", -["weigher-bold-duotone"]="rbxassetid://119681202166152", -["weigher-broken"]="rbxassetid://93263663025984", -["weigher-line-duotone"]="rbxassetid://111255964741263", -["weigher-linear"]="rbxassetid://92371104574941", -["weigher-outline"]="rbxassetid://140231085650991", -["wheel-angle-bold"]="rbxassetid://79409056509386", -["wheel-angle-linear"]="rbxassetid://75490543515618", -["wheel-bold"]="rbxassetid://82520002278171", -["wheel-linear"]="rbxassetid://91063586222698", -["whisk-bold"]="rbxassetid://127929087299925", -["whisk-bold-duotone"]="rbxassetid://99460566460311", -["whisk-broken"]="rbxassetid://120466034005461", -["whisk-line-duotone"]="rbxassetid://84073472972588", -["whisk-linear"]="rbxassetid://122370751029796", -["whisk-outline"]="rbxassetid://131399130704207", -["wi-fi-router-bold"]="rbxassetid://71817970702020", -["wi-fi-router-bold-duotone"]="rbxassetid://103521899336661", -["wi-fi-router-broken"]="rbxassetid://101196414616406", -["wi-fi-router-line-duotone"]="rbxassetid://117148369145528", -["wi-fi-router-linear"]="rbxassetid://78786944930000", -["wi-fi-router-minimalistic-bold"]="rbxassetid://140564253402469", -["wi-fi-router-minimalistic-bold-duotone"]="rbxassetid://136648600778594", -["wi-fi-router-minimalistic-broken"]="rbxassetid://91077467264153", -["wi-fi-router-minimalistic-line-duotone"]="rbxassetid://72399442191300", -["wi-fi-router-minimalistic-linear"]="rbxassetid://90538940055131", -["wi-fi-router-minimalistic-outline"]="rbxassetid://107849276247985", -["wi-fi-router-outline"]="rbxassetid://86333264884584", -["wi-fi-router-round-bold"]="rbxassetid://115295340179143", -["wi-fi-router-round-bold-duotone"]="rbxassetid://132276822613820", -["wi-fi-router-round-broken"]="rbxassetid://130863259391780", -["wi-fi-router-round-line-duotone"]="rbxassetid://99034268077164", -["wi-fi-router-round-linear"]="rbxassetid://72852413170944", -["wi-fi-router-round-outline"]="rbxassetid://104291556074611", -["widget-2-bold"]="rbxassetid://89625301483410", -["widget-2-bold-duotone"]="rbxassetid://108894827515056", -["widget-2-broken"]="rbxassetid://92112932142766", -["widget-2-line-duotone"]="rbxassetid://75508971203857", -["widget-2-linear"]="rbxassetid://78455934668293", -["widget-2-outline"]="rbxassetid://126918335144929", -["widget-3-bold"]="rbxassetid://82229378234667", -["widget-3-bold-duotone"]="rbxassetid://71883883334500", -["widget-3-broken"]="rbxassetid://108342700181302", -["widget-3-line-duotone"]="rbxassetid://113551445207324", -["widget-3-linear"]="rbxassetid://98236315646125", -["widget-3-outline"]="rbxassetid://123740444392075", -["widget-4-bold"]="rbxassetid://88900781944791", -["widget-4-bold-duotone"]="rbxassetid://75627422856809", -["widget-4-broken"]="rbxassetid://127462032165674", -["widget-4-line-duotone"]="rbxassetid://100254533828912", -["widget-4-linear"]="rbxassetid://118702908660610", -["widget-4-outline"]="rbxassetid://84287595051384", -["widget-5-bold"]="rbxassetid://136051733282290", -["widget-5-bold-duotone"]="rbxassetid://102594598461859", -["widget-5-broken"]="rbxassetid://117940898811065", -["widget-5-line-duotone"]="rbxassetid://106361967518185", -["widget-5-linear"]="rbxassetid://103737688891265", -["widget-5-outline"]="rbxassetid://84610193092659", -["widget-6-bold"]="rbxassetid://118797841936173", -["widget-6-bold-duotone"]="rbxassetid://82395140422258", -["widget-6-broken"]="rbxassetid://121210629871914", -["widget-6-line-duotone"]="rbxassetid://102587206488038", -["widget-6-linear"]="rbxassetid://101137762802528", -["widget-6-outline"]="rbxassetid://125818162558098", -["widget-add-bold"]="rbxassetid://91034149066074", -["widget-add-bold-duotone"]="rbxassetid://132674517283884", -["widget-add-broken"]="rbxassetid://79266297312712", -["widget-add-line-duotone"]="rbxassetid://81878804183723", -["widget-add-linear"]="rbxassetid://90109580358012", -["widget-add-outline"]="rbxassetid://96931304201786", -["widget-bold"]="rbxassetid://124133264580702", -["widget-bold-duotone"]="rbxassetid://113313863011353", -["widget-broken"]="rbxassetid://111687579139296", -["widget-line-duotone"]="rbxassetid://78407622892607", -["widget-linear"]="rbxassetid://120306885837046", -["widget-outline"]="rbxassetid://128713196305729", -["win-rar-bold"]="rbxassetid://72764770869567", -["win-rar-bold-duotone"]="rbxassetid://81898149028230", -["win-rar-broken"]="rbxassetid://81602672801690", -["win-rar-line-duotone"]="rbxassetid://95562921004604", -["win-rar-linear"]="rbxassetid://119534197171795", -["win-rar-outline"]="rbxassetid://135460600962838", -["wind-bold"]="rbxassetid://126825186378963", -["wind-bold-duotone"]="rbxassetid://123124595712218", -["wind-broken"]="rbxassetid://105192385007483", -["wind-line-duotone"]="rbxassetid://95832327687016", -["wind-linear"]="rbxassetid://140723089514831", -["wind-outline"]="rbxassetid://73826871108702", -["window-frame-bold"]="rbxassetid://87953247223226", -["window-frame-bold-duotone"]="rbxassetid://136656182583503", -["window-frame-broken"]="rbxassetid://132371969485027", -["window-frame-line-duotone"]="rbxassetid://116684756413333", -["window-frame-linear"]="rbxassetid://109735166346538", -["window-frame-outline"]="rbxassetid://136409134084718", -["wineglass-bold"]="rbxassetid://100205828816519", -["wineglass-bold-duotone"]="rbxassetid://111106417656015", -["wineglass-broken"]="rbxassetid://131411402458272", -["wineglass-line-duotone"]="rbxassetid://79296850463469", -["wineglass-linear"]="rbxassetid://75320883866546", -["wineglass-outline"]="rbxassetid://83956416894234", -["wineglass-triangle-bold"]="rbxassetid://128665733855452", -["wineglass-triangle-bold-duotone"]="rbxassetid://107633780840209", -["wineglass-triangle-broken"]="rbxassetid://121111578192602", -["wineglass-triangle-line-duotone"]="rbxassetid://93791699407529", -["wineglass-triangle-linear"]="rbxassetid://111101262329261", -["wineglass-triangle-outline"]="rbxassetid://97306205416954", -["wireless-charge-bold"]="rbxassetid://75123495054514", -["wireless-charge-bold-duotone"]="rbxassetid://76365820491839", -["wireless-charge-broken"]="rbxassetid://88111743452879", -["wireless-charge-line-duotone"]="rbxassetid://130738036143727", -["wireless-charge-linear"]="rbxassetid://121399981264689", -["wireless-charge-outline"]="rbxassetid://126352549007419", -["women-bold"]="rbxassetid://88280644952325", -["women-bold-duotone"]="rbxassetid://91012014748221", -["women-broken"]="rbxassetid://96290888112202", -["women-line-duotone"]="rbxassetid://86273512645042", -["women-linear"]="rbxassetid://122710671576038", -["women-outline"]="rbxassetid://125358279731572", -["xxx-bold"]="rbxassetid://123101921891699", -["xxx-bold-duotone"]="rbxassetid://119177527019966", -["xxx-broken"]="rbxassetid://136362261118048", -["xxx-line-duotone"]="rbxassetid://87600524186909", -["xxx-linear"]="rbxassetid://109899540005724", -["xxx-outline"]="rbxassetid://75110190902317", -["zip-file-bold"]="rbxassetid://99550940262109", -["zip-file-bold-duotone"]="rbxassetid://113057201956711", -["zip-file-broken"]="rbxassetid://99066569879211", -["zip-file-line-duotone"]="rbxassetid://130242676531637", -["zip-file-linear"]="rbxassetid://102428358345128", -["zip-file-outline"]="rbxassetid://134842241804608", -}end function a.d() - - - - -return{Spritesheets={ -["1"]="rbxassetid://70631241282259", -["2"]="rbxassetid://90196769916139", -["3"]="rbxassetid://77139486329738", -["4"]="rbxassetid://116504596652500", -["5"]="rbxassetid://122943914188262", -["6"]="rbxassetid://91799809699230", -["7"]="rbxassetid://98948000058600", -["8"]="rbxassetid://130202200859762", -["9"]="rbxassetid://107947096000444", -["10"]="rbxassetid://74032637954135", -},Icons={ -["2d-axis-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["3d-axis-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["Allah-stroke-1"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["Allah-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["accessibility-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["add-bottom-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["add-plus-circle-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["add-plus-square-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["add-plus-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["add-top-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["air-conditionar-ac-off-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["air-conditionar-ac-on-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["airbnb-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["airplay-stroke-1"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["airplay-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["airpods-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alarm-add-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alarm-check-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alarm-cross-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alarm-remove-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alarm-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alert-circle-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alert-hexagon-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["alert-triangle-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-bottom-left-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-bottom-right-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-center-horizontal-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-center-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-center-vertical-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-corner-01-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-corner-02-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-distribute-center-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-distribute-end-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-distribute-start-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-justify-center-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-justify-end-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-justify-start-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-space-around-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-space-between-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-horizontal-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-left-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-right-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-top-left-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-top-right-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-distribute-center-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-distribute-end-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-distribute-start-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-justify-center-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-justify-end-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-justify-start-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-space-around-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-space-between-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["align-vertical-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["anchor-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["angle-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["anker-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["anonymous-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["apple-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["apple-watch-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["arabic-letter-ayin-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["arabic-letter-ta-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["archive-box-download-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["archive-box-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["archive-box-upload-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["arrow-demarge-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["arrow-merge-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["asterisk-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["at-the-rate-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["atm-card-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["attachment-paperclip-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["back-to-start-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["backspace-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["backward-item-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bank-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["barbell-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["barchart-down-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["barchart-line-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["barchart-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["barchart-up-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["baseline-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bathtub-shower-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["battery-alert-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["battery-charging-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["battery-empty-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["battery-full-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["battery-low-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["battery-medium-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["beaker-01-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["beaker-02-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["beaker-03-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["beaker-04-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bed-double-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bed-single-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bed-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["beer-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["behance-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bike-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["binance-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["binary-numberes-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bing-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=1, -}, -["bitcoin-01-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bitcoin-02-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["blender-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bluetooth-01-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bluetooth-02-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bluetooth-cross-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bluetooth-network-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bold-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bolt-01-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bolt-02-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bolt-circle-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bomb-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bone-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-01-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-02-check-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-02-search-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-02-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-audiobook-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-dictionary-bookmark-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-dictionary-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["book-text-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-01-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-02-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-add-01-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-add-02-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-multiple-01-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-multiple-02-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-remove-01-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-remove-02-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bookmark-time-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bottom-align-01-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bottom-align-02-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bottom-align-03-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bottom-align-chevron-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["box-package-01-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["box-package-02-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["box-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["briefcase-job-01-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["briefcase-job-02-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-add-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-chec-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-cross-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-dots-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-heart-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-multiple-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-remove-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-text-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bubble-chat-unread-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["bug-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["building-01-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["building-02-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["building-03-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["building-04-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["building-05-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["building-06-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["burger-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calculator-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-01-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-02-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-add-01-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-add-02-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-check-01-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-check-02-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-cross-01-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-cross-02-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-cross-03-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-download-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-heart-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-remove-01-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-remove-02-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-search-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-sticker-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-text-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-time-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["calendar-upload-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["camera-image-cross-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["camera-image-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["camera-lens-snap-01-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["camera-lens-snap-02-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["cancel-forbidden-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["capsul-tablet-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["car-01-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["car-02-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chart-line-down-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chart-line-horizontal-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chart-line-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chart-line-up-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["check-square-01-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["check-square-02-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["check-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-down-circle-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-down-square-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-left-circle-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-left-square-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-right-circle-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-right-square-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-up-circle-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chevron-up-square-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["choice-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=2, -}, -["chrome-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["circle-multiple-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["circle-sticker-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["clipboard-edit-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["clipboard-export-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["clipboard-import-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["clipboard-save-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["clipboard-search-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["clipboard-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["clipboard-text-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-01-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-02-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-bolt-01-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-bolt-02-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-mist-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-moon-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-multiple-01-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-multiple-02-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-rain-01-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-rain-02-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-set-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-snow-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-sun-01-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-sun-02-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-sun-03-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-sun-04-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-sun-05-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cloud-sun-06-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["code-01-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["code-02-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["code-03-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["code-04-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["code-05-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["code-chat-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["codepen-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["coffee-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cog-settings-01-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cog-settings-02-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cog-settings-03-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cog-settings-04-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cog-settings-05-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["coin-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["coins-01-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["coins-02-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["coins-one-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["coins-stack-01-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["coins-stack-02-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["color-palette-01-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["color-palette-02-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["color-roller-01-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["color-roller-02-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["command-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["comment-01-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["comment-02-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["comment-multiple-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["component-child-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["component-parent-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["computer-monitor-01-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["computer-monitor-02-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["computer-monitor-03-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["computer-monitor-chat-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -},connection= -{ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["contrast-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["copy-01-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["copy-02-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["copy-check-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["copy-sticker-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cpu-chip-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-add-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-check-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-cross-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-download-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-edit-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-lock-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-refresh-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-remove-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-search-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-card-upload-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["credit-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cricket-ball-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["croissant-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cross-circle-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cross-hexagon-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cross-multiply-circle-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cross-multiply-square-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cross-multiply-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cross-token-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["crosshair-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cruptocurrency-01-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cruptocurrency-02-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cube-box-multiple-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cube-box-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["cup-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["currency-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["dashboard-01-add-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["dashboard-01-remove-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["dashboard-01-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["dashboard-02-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["dashboard-vertical-1-2-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=3, -}, -["dashboard-vertical-2-1-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["data-flow-01-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["data-flow-02-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["data-transfer-horizontal-circle-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["data-transfer-horizontal-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["data-transfer-vertical-circle-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["data-transfer-vertical-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["database-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["delete-bin-01-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["delete-bin-02-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["details-grid-more-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["details-horizontal-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["details-vertical-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["diamond-shield-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dice-01-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dice-02-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dice-03-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dice-04-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dice-05-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dice-06-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["discord-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dislike-thumbsdown-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["divert-left-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["divert-right-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["divide-circle-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["divide-square-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["divide-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dollar-currncy-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["double-check-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["double-down-chevron-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["double-left-chevron-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["double-right-chevron-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["double-up-chevron-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-arrow-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-big-arrow-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-chevron-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-left-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-left-arrow-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-left-flow-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-return-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-right-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-right-arrow-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["down-right-flow-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["download-01-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["download-02-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["download-cloud-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["drag-01-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["drag-02-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dribbble-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dropbox-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dual-simcard-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["dumbbell -stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["duplicate-add-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["duplicate-remove-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["edit-pen-01-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["edit-pen-02-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["edit-pencil-01-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["edit-pencil-02-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["edit-pencil-03-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["edit-pencil-04-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["egg-01-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["egg-02-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["enter-login-01-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["enter-login-02-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["enter-login-03-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["envato-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["equal-circle-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["equal-square-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["equal-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["eraser-01-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["eraser-02-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["eraser-03-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["euro-currncy-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["exit-logout-01-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["exit-logout-02-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["exit-logout-03-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-03-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-corner-01-stroke-1"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-corner-01-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-corner-02-stroke-1"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-corner-02-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-horizontal-arrow-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-horizontal-stroke-1"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-horizontal-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-vertical-arrow-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-vertical-stroke-1"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["expand-vertical-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["eye-close-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["eye-view-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["facebook-01-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["facebook-02-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["figma-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["film-01-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["film-02-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["film-03-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["film-04-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["filter-sort-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["fire-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["flag-01-stroke-1"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=4, -}, -["flag-01-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flag-02-stroke-1"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flag-02-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flag-03-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flex-align-bottom-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flex-align-left-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flex-align-right-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flex-align-top-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["flower-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["folder-add-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["folder-cros-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["folder-delete-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["folder-multiple-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["folder-remove-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["folder-search-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["folder-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["football-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["forward-item-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["frame-01-stroke-1"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["frame-01-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["framer-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gift-sadaqa-01-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gift-sadaqa-02-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-branch-add-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-branch-cross-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-branch-remove-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-branch-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-commit-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-compare-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-fork-01-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-fork-02-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-pull-request-closed-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-pull-request-draft-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["git-pull-request-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["github-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gitlab-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["globe-web-01-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["globe-web-02-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["google-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gps-01-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gps-02-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["graduation-hat-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["grave-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-bottom-left-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-bottom-middle-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-bottom-right-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-middle-left-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-middle-middle-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-middle-right-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-top-left-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-top-middle-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["gravity-top-right-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["grid-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["halal-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["hamburger-menu-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["hammar-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["hash-tag-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heading-01-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heading-02-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heading-03-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heading-04-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heading-05-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heading-06-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heading-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heart-rate-01-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heart-rate-02-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heart-react-circle-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["heart-react-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["hell-fire-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["highlight-01-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["highlight-02-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["home-01-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["home-02-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["home-03-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["home-04-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["home-05-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["home-06-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["home-07-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["icon-candy-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["imac-computer-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["image-01-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["image-02-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["image-03-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["image-add-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["image-cross-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["image-remove-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["import-export-horizontal-01-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["import-export-horizontal-02-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["import-export-vertical-01-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["import-export-vertical-02-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["import-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["inbox-01-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["inbox-02-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["inbox-in-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["inbox-out-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["info-circle-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["info-hexagon-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["info-triangle-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["instagram-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["iphone-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=5, -}, -["italic-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["juice-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["kaaba-01-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["kaaba-02-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["kaaba-03-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["key-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["keyboard-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["king-crown-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lamp-ceiling-light-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lamp-floor-light-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lamp-light-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lamp-ramadan-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["laptop-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["leetcode-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-align-01-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-align-02-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-align-03-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-align-chevron-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-arrow-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-big-arrow-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-chevron-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-down-flow-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-return-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-right-chevron-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["left-up-flow-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lemon-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["library-01-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["library-02-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["library-03-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lightbulb-idea-01-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lightbulb-idea-02-cross-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lightbulb-idea-02-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["like-thumbsup-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["link-01-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["link-02-stroke-1"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["link-02-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["link-03-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["linked-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["loading-01-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["loading-02-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["location-01-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["location-02-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lock-01-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["lock-02-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["luggage-01-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["luggage-02-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["luggage-03-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["mac-mini-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["mac-studio-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["macbook-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["madina-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["map-01-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["map-02-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["map-pin-area-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["map-pin-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["maximize-01-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["maximize-02-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["maximize-03-placeholder-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["meal-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["medical-sign-circle-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["medical-sign-square-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["medical-sign-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["medicine-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-add-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-alart-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-check-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-cross-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-dots-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-01-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-02-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-03-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-add-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-export-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-import-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-open-01-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-open-02-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-open-note-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-remove-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-search-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-unread-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-email-write-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-heart-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-multiple-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-question-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-remove-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-add-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-chec-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-cross-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-dots-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-remove-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-stroke-1"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-square-text-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-text-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["message-unread-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["messenger-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["meta-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["micro-bus-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=6, -}, -["microphone-01-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["microphone-02-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["microphone-mute-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["minimize-01-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["minimize-02-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["minimize-horizontal-arrow-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["minimize-vertical-arrow-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mirroring-screen-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mobile-chat-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mobile-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["money-bag-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["money-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["moon-01-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["moon-02-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["moon-star-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mosque-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mountain-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mouse-left-click-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mouse-right-click-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mouse-scroll-down-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mouse-scroll-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mouse-scroll-up-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mouse-signal-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["mouse-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["multiple-cards-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["muslim-family-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["muslim-female-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["muslim-male-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["nft-add-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["nft-export-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["nft-import-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["nft-remove-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["nft-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["not-equal-circle-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["not-equal-square-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["not-equal-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-01-check-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-01-edit-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-01-search-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-01-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-01-text-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-02-bookmark-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-02-check-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-02-delete-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-02-edit-stroke-1"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-02-edit-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-02-sticker-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-03-check-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-03-download-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-03-search-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-03-sticker-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-03-text-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-03-upload-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["note-question"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notebook-edit-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notebook-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notebook-text-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-add-01-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-add-02-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-alarm-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-check-01-stroke-1"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-check-01-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-cross-01-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-cross-02-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-live-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-mute-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-remove-01-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-remove-02-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notification-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["notion-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["numberes-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["one-layer-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["openai-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["opera-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["paint-brush-01-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["paint-brush-02-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["passport-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pause-01-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pause-02-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pause-circle-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pause-square-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pdf-note-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pendrive-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["people-add-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["people-group-01-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["people-group-02-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["people-message-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["people-remove-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["perfume-atar-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["phone-add-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["phone-calling-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["phone-cancel-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["phone-incoming-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["phone-missed-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["phone-outgoing-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["phone-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pie-chart-01-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pie-chart-02-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pie-chart-03-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pin-01-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=7, -}, -["pin-02-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["pin-03-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["pins-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["pinterest-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["pizza-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["place-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["plane-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["play-circle-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["play-play-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["play-square-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["play-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["plus-minus-circle-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["plus-minus-square-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["plus-minus-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["pray-dua-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prayer-mat-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["printer-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prize-cup-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prize-first-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prize-medal-01-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prize-medal-02-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prize-medal-03-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prize-second-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prize-third-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["profile-01-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["profile-02-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["profile-03-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["profile-04-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["profile-05-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prophet-01-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["prophet-02-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["puzzle-01-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["puzzle-02-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["qr-code-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["qr-scan-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["queen-crown-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["question-help-circle-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["question-help-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["quran-01-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["quran-02-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["quran-tafsir-01-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["quran-tafsir-02-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["radio-check-circle-01-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["radio-check-circle-02-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["radio-circle-selected-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["radio-circle-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rain-moon-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rain-sun-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["receipt-check-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["receipt-download-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["receipt-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["receipt-text-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["receipt-upload-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["record-circle-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-align-01-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-align-02-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-align-03-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-align-chevron-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-arrow-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-big-arrow-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-chevron-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-down-flow-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-return-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["right-up-flow-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["robot-stroke-1"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["robot-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rocket-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-acw-01-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-acw-02-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-acw-03-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-acw-04-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-cw-01-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-cw-02-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-cw-03-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-cw-04-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rotate-cw-dotted-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["ruble-currncy-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["rupee-currncy-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["sandwatch-01-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["sandwatch-02-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["save-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["scale-01-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["scale-02-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["scan-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["scissors-01-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["scissors-02-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["scissors-cut-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["sdcard-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["search-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-backward-10s-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-backward-15s-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-backward-5s-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-backward-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-forward-10s-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-forward-15s-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-forward-5s-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["seek-forward-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["send-01-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["send-02-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=8, -}, -["send-03-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["send-04-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["server-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["share-01-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["share-02-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["share-03-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["share-04-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["share-05-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shield-01-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shield-02-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shield-alert-02-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shield-check-02-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shield-cross-01-stroke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shield-cross-02-stroke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shield-search-stroke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["ship-stroke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shop-01-stroke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shop-02-stroke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shoping-bag-01-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shoping-bag-02-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shopping-cart-add-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shopping-cart-remove-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["shopping-cart-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sidebar-01-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sidebar-02-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sidebar-03-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sidebar-04-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sidebar-hide-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sidebar-open-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["simcard-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sketch-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["skip-next-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["skip-previous-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["skip-to-end-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["slack-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sofa-seat-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-01-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-02-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-03-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-04-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-05-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-06-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-07-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sort-08-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["soundbox-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["space-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sparkle-01-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sparkle-02-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["speedmeter-01-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["speedmeter-02-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["speedmeter-03-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["star-rate-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["stethoscope-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["stone-grave-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["stop-circle-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["stop-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["subtract-minus-circle-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["subtract-minus-square-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["subtract-minus-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sun-01-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sun-02-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["sunset-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["swap-01-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["swap-02-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["tablet-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["tablets-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["tag-01-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["tag-02-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["taka-currncy-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["tble-lamp-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["tea-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["telegram-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["tennis-ball-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["terminal-circle-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["terminal-square-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["text-center-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["text-left-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["text-right-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["threads-stroke-1"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["threads-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["three-layer-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["ticket-01-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["ticket-02-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-01-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-02-stroke-1"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-02-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-03-stroke-1"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-03-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-04-stroke-1"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-04-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-05-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-06-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-07-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-08-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-09-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-10-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-11-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["time-clock-12-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["timer-add-stroke"]={ -ImageRectPosition=Vector2.new(768,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["timer-remove-stroke"]={ -ImageRectPosition=Vector2.new(864,864), -ImageRectSize=Vector2.new(96,96), -Image=9, -}, -["timer-stroke"]={ -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["toggle-switch-off-01-stroke"]={ -ImageRectPosition=Vector2.new(96,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["toggle-switch-off-02-stroke"]={ -ImageRectPosition=Vector2.new(192,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["toggle-switch-off-03-stroke"]={ -ImageRectPosition=Vector2.new(288,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["toggle-switch-on-01-stroke"]={ -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["toggle-switch-on-02-stroke"]={ -ImageRectPosition=Vector2.new(480,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["toggle-switch-on-03-stroke"]={ -ImageRectPosition=Vector2.new(576,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["top-align-01-stroke"]={ -ImageRectPosition=Vector2.new(672,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["top-align-02-stroke"]={ -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["top-align-03-stroke"]={ -ImageRectPosition=Vector2.new(864,0), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["top-align-chevron-stroke"]={ -ImageRectPosition=Vector2.new(0,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["translate-language-stroke"]={ -ImageRectPosition=Vector2.new(96,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["trend-donw-square-stroeke"]={ -ImageRectPosition=Vector2.new(192,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["trend-down-presentation-stroeke"]={ -ImageRectPosition=Vector2.new(288,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["trend-down-stroeke"]={ -ImageRectPosition=Vector2.new(384,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["trend-up-presentation-stroeke"]={ -ImageRectPosition=Vector2.new(480,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["trend-up-square-stroeke"]={ -ImageRectPosition=Vector2.new(576,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["trend-up-stroeke"]={ -ImageRectPosition=Vector2.new(672,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["triangle-down-stroke"]={ -ImageRectPosition=Vector2.new(768,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["triangle-left-stroke"]={ -ImageRectPosition=Vector2.new(864,96), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["triangle-right-stroke"]={ -ImageRectPosition=Vector2.new(0,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["triangle-up-stroke"]={ -ImageRectPosition=Vector2.new(96,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["truck-stroke"]={ -ImageRectPosition=Vector2.new(192,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["tshirt-stroke"]={ -ImageRectPosition=Vector2.new(288,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["tune-music-01-stroke"]={ -ImageRectPosition=Vector2.new(384,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["tune-music-02-stroke"]={ -ImageRectPosition=Vector2.new(480,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["tune-music-03-stroke"]={ -ImageRectPosition=Vector2.new(576,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["tv-stroke"]={ -ImageRectPosition=Vector2.new(672,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["twitch-stroke"]={ -ImageRectPosition=Vector2.new(768,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["twitter-stroke"]={ -ImageRectPosition=Vector2.new(864,192), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["two-layer-stroke"]={ -ImageRectPosition=Vector2.new(0,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["uncheck-square-stroke"]={ -ImageRectPosition=Vector2.new(96,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["unlink-01-stroke"]={ -ImageRectPosition=Vector2.new(192,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["unlink-02-stroke"]={ -ImageRectPosition=Vector2.new(288,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["unlock-stroke"]={ -ImageRectPosition=Vector2.new(384,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["unpin-stroke"]={ -ImageRectPosition=Vector2.new(480,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(576,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-arrow-stroke"]={ -ImageRectPosition=Vector2.new(672,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-big-arrow-stroke"]={ -ImageRectPosition=Vector2.new(768,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-chevron-stroke"]={ -ImageRectPosition=Vector2.new(864,288), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-down-chevron-stroke"]={ -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-left-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(96,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-left-arrow-stroke"]={ -ImageRectPosition=Vector2.new(192,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-left-flow-stroke"]={ -ImageRectPosition=Vector2.new(288,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-return-stroke"]={ -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-right-arrow-circle-stroke"]={ -ImageRectPosition=Vector2.new(480,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-right-arrow-stroke"]={ -ImageRectPosition=Vector2.new(576,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["up-right-flow-stroke"]={ -ImageRectPosition=Vector2.new(672,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["upload-01-stroke"]={ -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["upload-02-stroke"]={ -ImageRectPosition=Vector2.new(864,384), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["upload-cloud-stroke"]={ -ImageRectPosition=Vector2.new(0,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vanishing-bottom-left-stroke"]={ -ImageRectPosition=Vector2.new(96,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vanishing-bottom-right-left-stroke"]={ -ImageRectPosition=Vector2.new(192,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vanishing-square-stroke"]={ -ImageRectPosition=Vector2.new(288,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vanishing-top-left-stroke"]={ -ImageRectPosition=Vector2.new(384,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vanishing-top-right-stroke"]={ -ImageRectPosition=Vector2.new(480,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["verified-check-01-stroke"]={ -ImageRectPosition=Vector2.new(576,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["verified-check-02-stroke"]={ -ImageRectPosition=Vector2.new(672,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["verified-check-03-stroke"]={ -ImageRectPosition=Vector2.new(768,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["video-add-01-stroke"]={ -ImageRectPosition=Vector2.new(864,480), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["video-add-02-stroke"]={ -ImageRectPosition=Vector2.new(0,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["video-cross-01-stroke"]={ -ImageRectPosition=Vector2.new(96,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["video-cross-02-stroke"]={ -ImageRectPosition=Vector2.new(192,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["video-remove-01-stroke"]={ -ImageRectPosition=Vector2.new(288,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["video-remove-02-stroke"]={ -ImageRectPosition=Vector2.new(384,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["video-stroke"]={ -ImageRectPosition=Vector2.new(480,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["virus-01-stroke"]={ -ImageRectPosition=Vector2.new(576,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["virus-02-stroke"]={ -ImageRectPosition=Vector2.new(672,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["virus-stroke"]={ -ImageRectPosition=Vector2.new(768,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vision-pro-screen-01-stroke"]={ -ImageRectPosition=Vector2.new(864,576), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vision-pro-screen-02-stroke"]={ -ImageRectPosition=Vector2.new(0,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vision-pro-screen-03-stroke"]={ -ImageRectPosition=Vector2.new(96,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vision-pro-stroke"]={ -ImageRectPosition=Vector2.new(192,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["vision-pro-user-stroke"]={ -ImageRectPosition=Vector2.new(288,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["volume-cross-stroke"]={ -ImageRectPosition=Vector2.new(384,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["volume-high-stroke"]={ -ImageRectPosition=Vector2.new(480,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["volume-low-stroke"]={ -ImageRectPosition=Vector2.new(576,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["volume-medium-stroke"]={ -ImageRectPosition=Vector2.new(672,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["volume-mute-stroke"]={ -ImageRectPosition=Vector2.new(768,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["wall-lamp-01-stroke"]={ -ImageRectPosition=Vector2.new(864,672), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["wall-lamp-02-stroke"]={ -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["wallet-01-stroke"]={ -ImageRectPosition=Vector2.new(96,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["wallet-02-stroke"]={ -ImageRectPosition=Vector2.new(192,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["wallet-03-stroke"]={ -ImageRectPosition=Vector2.new(288,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["water-glass-stroke"]={ -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["waterdrop-multiple-stroke"]={ -ImageRectPosition=Vector2.new(480,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["waterdrop-stroke"]={ -ImageRectPosition=Vector2.new(576,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["watermelon-01-stroke"]={ -ImageRectPosition=Vector2.new(672,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["watermelon-02-stroke"]={ -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["whatsapp-stroke"]={ -ImageRectPosition=Vector2.new(864,768), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["windows-stroke"]={ -ImageRectPosition=Vector2.new(0,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["wrist-watch-01-stroke"]={ -ImageRectPosition=Vector2.new(96,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["wrist-watch-02-stroke"]={ -ImageRectPosition=Vector2.new(192,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["x-twitter-stroke"]={ -ImageRectPosition=Vector2.new(288,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["yen-currncy-stroke"]={ -ImageRectPosition=Vector2.new(384,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["youtube-stroke"]={ -ImageRectPosition=Vector2.new(480,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["zoom-in-stroke"]={ -ImageRectPosition=Vector2.new(576,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -["zoom-out-stroke"]={ -ImageRectPosition=Vector2.new(672,864), -ImageRectSize=Vector2.new(96,96), -Image=10, -}, -} -}end function a.e() - - - -return{ -Spritesheets={ -["1"]="rbxassetid://133454478968909", -["2"]="rbxassetid://72981277089259", -["3"]="rbxassetid://73688247122068", -["4"]="rbxassetid://81914421960723", -["5"]="rbxassetid://86699749765447", -["6"]="rbxassetid://120220597097660", -["7"]="rbxassetid://72166980445410", -["8"]="rbxassetid://101990875962066", -}, -Icons={ -accessibility={ -Image=1, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -["accessibility-unread"]={ -Image=1, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="accessibility-unread2", -}, -}, -["accessibility-unread2"]={ -Image=1, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-api"]={ -Image=1, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-csv"]={ -Image=1, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-gif"]={ -Image=1, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-http"]={ -Image=1, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-isr"]={ -Image=1, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-jpg"]={ -Image=1, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-js"]={ -Image=1, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-json"]={ -Image=1, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-markdown"]={ -Image=1, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-page"]={ -Image=1, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-ppr"]={ -Image=1, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-svg"]={ -Image=1, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -["acronym-ts"]={ -Image=1, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -["alignment-center"]={ -Image=1, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -["alignment-left"]={ -Image=1, -ImageRectPosition=Vector2.new(128,256), -ImageRectSize=Vector2.new(128,128), -}, -["alignment-right"]={ -Image=1, -ImageRectPosition=Vector2.new(256,256), -ImageRectSize=Vector2.new(128,128), -}, -alpha={ -Image=1, -ImageRectPosition=Vector2.new(384,256), -ImageRectSize=Vector2.new(128,128), -}, -analytics={ -Image=1, -ImageRectPosition=Vector2.new(512,256), -ImageRectSize=Vector2.new(128,128), -}, -anchor={ -Image=1, -ImageRectPosition=Vector2.new(640,256), -ImageRectSize=Vector2.new(128,128), -}, -api={ -Image=1, -ImageRectPosition=Vector2.new(768,256), -ImageRectSize=Vector2.new(128,128), -}, -archive={ -Image=1, -ImageRectPosition=Vector2.new(896,256), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-circle-down"]={ -Image=1, -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-circle-left"]={ -Image=1, -ImageRectPosition=Vector2.new(128,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-circle-right"]={ -Image=1, -ImageRectPosition=Vector2.new(256,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-circle-up"]={ -Image=1, -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-crossed"]={ -Image=1, -ImageRectPosition=Vector2.new(512,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-down"]={ -Image=1, -ImageRectPosition=Vector2.new(640,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-down-left"]={ -Image=1, -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-down-right"]={ -Image=1, -ImageRectPosition=Vector2.new(896,384), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-globe"]={ -Image=1, -ImageRectPosition=Vector2.new(0,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-left"]={ -Image=1, -ImageRectPosition=Vector2.new(128,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-left-right"]={ -Image=1, -ImageRectPosition=Vector2.new(256,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-move"]={ -Image=1, -ImageRectPosition=Vector2.new(384,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-move-unread"]={ -Image=1, -ImageRectPosition=Vector2.new(512,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-right"]={ -Image=1, -ImageRectPosition=Vector2.new(640,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-up"]={ -Image=1, -ImageRectPosition=Vector2.new(768,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-up-diagonal-scale"]={ -Image=1, -ImageRectPosition=Vector2.new(896,512), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-up-down"]={ -Image=1, -ImageRectPosition=Vector2.new(0,640), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-up-left"]={ -Image=1, -ImageRectPosition=Vector2.new(128,640), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-up-right"]={ -Image=1, -ImageRectPosition=Vector2.new(256,640), -ImageRectSize=Vector2.new(128,128), -}, -["arrow-up-right-small"]={ -Image=1, -ImageRectPosition=Vector2.new(384,640), -ImageRectSize=Vector2.new(128,128), -}, -backspace={ -Image=1, -ImageRectPosition=Vector2.new(512,640), -ImageRectSize=Vector2.new(128,128), -}, -["bar-chart"]={ -Image=1, -ImageRectPosition=Vector2.new(640,640), -ImageRectSize=Vector2.new(128,128), -}, -bell={ -Image=1, -ImageRectPosition=Vector2.new(768,640), -ImageRectSize=Vector2.new(128,128), -}, -["bell-off"]={ -Image=1, -ImageRectPosition=Vector2.new(896,640), -ImageRectSize=Vector2.new(128,128), -}, -["blend-mode"]={ -Image=1, -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(128,128), -}, -blob={ -Image=1, -ImageRectPosition=Vector2.new(128,768), -ImageRectSize=Vector2.new(128,128), -}, -["book-closed"]={ -Image=1, -ImageRectPosition=Vector2.new(256,768), -ImageRectSize=Vector2.new(128,128), -}, -["book-open"]={ -Image=1, -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(128,128), -}, -bookmark={ -Image=1, -ImageRectPosition=Vector2.new(512,768), -ImageRectSize=Vector2.new(128,128), -}, -box={ -Image=1, -ImageRectPosition=Vector2.new(640,768), -ImageRectSize=Vector2.new(128,128), -}, -["branch-minus"]={ -Image=1, -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(128,128), -}, -["branch-plus"]={ -Image=1, -ImageRectPosition=Vector2.new(896,768), -ImageRectSize=Vector2.new(128,128), -}, -briefcase={ -Image=1, -ImageRectPosition=Vector2.new(0,896), -ImageRectSize=Vector2.new(128,128), -}, -["browser-arc"]={ -Image=1, -ImageRectPosition=Vector2.new(128,896), -ImageRectSize=Vector2.new(128,128), -}, -["browser-brave"]={ -Image=1, -ImageRectPosition=Vector2.new(256,896), -ImageRectSize=Vector2.new(128,128), -}, -["browser-chrome"]={ -Image=1, -ImageRectPosition=Vector2.new(384,896), -ImageRectSize=Vector2.new(128,128), -}, -["browser-edge"]={ -Image=1, -ImageRectPosition=Vector2.new(512,896), -ImageRectSize=Vector2.new(128,128), -}, -["browser-firefox"]={ -Image=1, -ImageRectPosition=Vector2.new(640,896), -ImageRectSize=Vector2.new(128,128), -}, -["browser-opera"]={ -Image=1, -ImageRectPosition=Vector2.new(768,896), -ImageRectSize=Vector2.new(128,128), -}, -["browser-safari"]={ -Image=1, -ImageRectPosition=Vector2.new(896,896), -ImageRectSize=Vector2.new(128,128), -}, -bug={ -Image=2, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -buildings={ -Image=2, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -}, -calculator={ -Image=2, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -calendar={ -Image=2, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -camera={ -Image=2, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -cart={ -Image=2, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -["chart-activity"]={ -Image=2, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -["chart-bar-middle"]={ -Image=2, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -["chart-bar-peak"]={ -Image=2, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -["chart-bar-random"]={ -Image=2, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -["chart-pie"]={ -Image=2, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -["chart-trending-down"]={ -Image=2, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -["chart-trending-up"]={ -Image=2, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -check={ -Image=2, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -["check-circle"]={ -Image=2, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -["check-circle-fill"]={ -Image=2, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -["check-square"]={ -Image=2, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-down"]={ -Image=2, -ImageRectPosition=Vector2.new(128,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-down-fill"]={ -Image=2, -ImageRectPosition=Vector2.new(256,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-left"]={ -Image=2, -ImageRectPosition=Vector2.new(384,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-left-fill"]={ -Image=2, -ImageRectPosition=Vector2.new(512,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-right"]={ -Image=2, -ImageRectPosition=Vector2.new(640,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-right-fill"]={ -Image=2, -ImageRectPosition=Vector2.new(768,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-up"]={ -Image=2, -ImageRectPosition=Vector2.new(896,256), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-circle-up-fill"]={ -Image=2, -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-double-down"]={ -Image=2, -ImageRectPosition=Vector2.new(128,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-double-left"]={ -Image=2, -ImageRectPosition=Vector2.new(256,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-double-right"]={ -Image=2, -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-double-up"]={ -Image=2, -ImageRectPosition=Vector2.new(512,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-down"]={ -Image=2, -ImageRectPosition=Vector2.new(640,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-down-small"]={ -Image=2, -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-left"]={ -Image=2, -ImageRectPosition=Vector2.new(896,384), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-left-small"]={ -Image=2, -ImageRectPosition=Vector2.new(0,512), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-right"]={ -Image=2, -ImageRectPosition=Vector2.new(128,512), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-right-small"]={ -Image=2, -ImageRectPosition=Vector2.new(256,512), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-up"]={ -Image=2, -ImageRectPosition=Vector2.new(384,512), -ImageRectSize=Vector2.new(128,128), -}, -["chevron-up-small"]={ -Image=2, -ImageRectPosition=Vector2.new(512,512), -ImageRectSize=Vector2.new(128,128), -}, -clipboard={ -Image=2, -ImageRectPosition=Vector2.new(640,512), -ImageRectSize=Vector2.new(128,128), -}, -clock={ -Image=2, -ImageRectPosition=Vector2.new(768,512), -ImageRectSize=Vector2.new(128,128), -}, -["clock-dashed"]={ -Image=2, -ImageRectPosition=Vector2.new(896,512), -ImageRectSize=Vector2.new(128,128), -}, -["clock-rewind"]={ -Image=2, -ImageRectPosition=Vector2.new(0,640), -ImageRectSize=Vector2.new(128,128), -}, -["clock-small"]={ -Image=2, -ImageRectPosition=Vector2.new(128,640), -ImageRectSize=Vector2.new(128,128), -}, -["closed-captions"]={ -Image=2, -ImageRectPosition=Vector2.new(256,640), -ImageRectSize=Vector2.new(128,128), -}, -cloud={ -Image=2, -ImageRectPosition=Vector2.new(384,640), -ImageRectSize=Vector2.new(128,128), -}, -["cloud-download"]={ -Image=2, -ImageRectPosition=Vector2.new(512,640), -ImageRectSize=Vector2.new(128,128), -}, -["cloud-upload"]={ -Image=2, -ImageRectPosition=Vector2.new(640,640), -ImageRectSize=Vector2.new(128,128), -}, -code={ -Image=2, -ImageRectPosition=Vector2.new(768,640), -ImageRectSize=Vector2.new(128,128), -}, -["code-block"]={ -Image=2, -ImageRectPosition=Vector2.new(896,640), -ImageRectSize=Vector2.new(128,128), -}, -["code-bracket"]={ -Image=2, -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(128,128), -}, -["code-wrap"]={ -Image=2, -ImageRectPosition=Vector2.new(128,768), -ImageRectSize=Vector2.new(128,128), -}, -codepen={ -Image=2, -ImageRectPosition=Vector2.new(256,768), -ImageRectSize=Vector2.new(128,128), -}, -coins={ -Image=2, -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(128,128), -}, -command={ -Image=2, -ImageRectPosition=Vector2.new(512,768), -ImageRectSize=Vector2.new(128,128), -}, -compass={ -Image=2, -ImageRectPosition=Vector2.new(640,768), -ImageRectSize=Vector2.new(128,128), -}, -connection={ -Image=2, -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(128,128), -}, -copy={ -Image=2, -ImageRectPosition=Vector2.new(896,768), -ImageRectSize=Vector2.new(128,128), -}, -["corner-down-left"]={ -Image=2, -ImageRectPosition=Vector2.new(0,896), -ImageRectSize=Vector2.new(128,128), -}, -["corner-down-right"]={ -Image=2, -ImageRectPosition=Vector2.new(128,896), -ImageRectSize=Vector2.new(128,128), -}, -["corner-left-down"]={ -Image=2, -ImageRectPosition=Vector2.new(256,896), -ImageRectSize=Vector2.new(128,128), -}, -["corner-left-up"]={ -Image=2, -ImageRectPosition=Vector2.new(384,896), -ImageRectSize=Vector2.new(128,128), -}, -["corner-right-down"]={ -Image=2, -ImageRectPosition=Vector2.new(512,896), -ImageRectSize=Vector2.new(128,128), -}, -["corner-right-up"]={ -Image=2, -ImageRectPosition=Vector2.new(640,896), -ImageRectSize=Vector2.new(128,128), -}, -["corner-up-left"]={ -Image=2, -ImageRectPosition=Vector2.new(768,896), -ImageRectSize=Vector2.new(128,128), -}, -["corner-up-right"]={ -Image=2, -ImageRectPosition=Vector2.new(896,896), -ImageRectSize=Vector2.new(128,128), -}, -cpu={ -Image=3, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -["credit-card"]={ -Image=3, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -}, -crop={ -Image=3, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -cross={ -Image=3, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -["cross-circle"]={ -Image=3, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -["cross-circle-fill"]={ -Image=3, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -["cross-small"]={ -Image=3, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -crosshair={ -Image=3, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -cursor={ -Image=3, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -["cursor-click"]={ -Image=3, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -["data-point"]={ -Image=3, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -["data-point-low"]={ -Image=3, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -["data-point-medium"]={ -Image=3, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -database={ -Image=3, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -delta={ -Image=3, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -["desktop-device"]={ -Image=3, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -["device-alternate"]={ -Image=3, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -display={ -Image=3, -ImageRectPosition=Vector2.new(128,256), -ImageRectSize=Vector2.new(128,128), -}, -dollar={ -Image=3, -ImageRectPosition=Vector2.new(256,256), -ImageRectSize=Vector2.new(128,128), -}, -["dollar-fill"]={ -Image=3, -ImageRectPosition=Vector2.new(384,256), -ImageRectSize=Vector2.new(128,128), -}, -download={ -Image=3, -ImageRectPosition=Vector2.new(512,256), -ImageRectSize=Vector2.new(128,128), -}, -droplet={ -Image=3, -ImageRectPosition=Vector2.new(640,256), -ImageRectSize=Vector2.new(128,128), -}, -edge={ -Image=3, -ImageRectPosition=Vector2.new(768,256), -ImageRectSize=Vector2.new(128,128), -}, -["edge-config"]={ -Image=3, -ImageRectPosition=Vector2.new(896,256), -ImageRectSize=Vector2.new(128,128), -}, -email={ -Image=3, -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(128,128), -}, -envelope={ -Image=3, -ImageRectPosition=Vector2.new(128,384), -ImageRectSize=Vector2.new(128,128), -}, -external={ -Image=3, -ImageRectPosition=Vector2.new(256,384), -ImageRectSize=Vector2.new(128,128), -}, -["external-small"]={ -Image=3, -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(128,128), -}, -eye={ -Image=3, -ImageRectPosition=Vector2.new(512,384), -ImageRectSize=Vector2.new(128,128), -}, -["eye-dashed"]={ -Image=3, -ImageRectPosition=Vector2.new(640,384), -ImageRectSize=Vector2.new(128,128), -}, -["eye-off"]={ -Image=3, -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(128,128), -}, -["face-happy"]={ -Image=3, -ImageRectPosition=Vector2.new(896,384), -ImageRectSize=Vector2.new(128,128), -}, -["face-plus"]={ -Image=3, -ImageRectPosition=Vector2.new(0,512), -ImageRectSize=Vector2.new(128,128), -}, -["face-sad"]={ -Image=3, -ImageRectPosition=Vector2.new(128,512), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="face-sad2", -}, -}, -["face-sad2"]={ -Image=3, -ImageRectPosition=Vector2.new(256,512), -ImageRectSize=Vector2.new(128,128), -}, -["face-smile"]={ -Image=3, -ImageRectPosition=Vector2.new(384,512), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="face-smile2", -}, -}, -["face-smile2"]={ -Image=3, -ImageRectPosition=Vector2.new(512,512), -ImageRectSize=Vector2.new(128,128), -}, -["face-unhappy"]={ -Image=3, -ImageRectPosition=Vector2.new(640,512), -ImageRectSize=Vector2.new(128,128), -}, -file={ -Image=3, -ImageRectPosition=Vector2.new(768,512), -ImageRectSize=Vector2.new(128,128), -}, -["file-text"]={ -Image=3, -ImageRectPosition=Vector2.new(896,512), -ImageRectSize=Vector2.new(128,128), -}, -["file-zip"]={ -Image=3, -ImageRectPosition=Vector2.new(0,640), -ImageRectSize=Vector2.new(128,128), -}, -filter={ -Image=3, -ImageRectPosition=Vector2.new(128,640), -ImageRectSize=Vector2.new(128,128), -}, -fingerprint={ -Image=3, -ImageRectPosition=Vector2.new(256,640), -ImageRectSize=Vector2.new(128,128), -}, -["firewall-check"]={ -Image=3, -ImageRectPosition=Vector2.new(384,640), -ImageRectSize=Vector2.new(128,128), -}, -["firewall-globe"]={ -Image=3, -ImageRectPosition=Vector2.new(512,640), -ImageRectSize=Vector2.new(128,128), -}, -flag={ -Image=3, -ImageRectPosition=Vector2.new(640,640), -ImageRectSize=Vector2.new(128,128), -}, -["flag-priority"]={ -Image=3, -ImageRectPosition=Vector2.new(768,640), -ImageRectSize=Vector2.new(128,128), -}, -["floppy-disk"]={ -Image=3, -ImageRectPosition=Vector2.new(896,640), -ImageRectSize=Vector2.new(128,128), -}, -["folder-closed"]={ -Image=3, -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(128,128), -}, -["folder-minus"]={ -Image=3, -ImageRectPosition=Vector2.new(128,768), -ImageRectSize=Vector2.new(128,128), -}, -["folder-open"]={ -Image=3, -ImageRectPosition=Vector2.new(256,768), -ImageRectSize=Vector2.new(128,128), -}, -["folder-plus"]={ -Image=3, -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(128,128), -}, -footer={ -Image=3, -ImageRectPosition=Vector2.new(512,768), -ImageRectSize=Vector2.new(128,128), -}, -["forward10-seconds"]={ -Image=3, -ImageRectPosition=Vector2.new(640,768), -ImageRectSize=Vector2.new(128,128), -}, -fulcrum={ -Image=3, -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(128,128), -}, -fullscreen={ -Image=3, -ImageRectPosition=Vector2.new(896,768), -ImageRectSize=Vector2.new(128,128), -}, -["fullscreen-close"]={ -Image=3, -ImageRectPosition=Vector2.new(0,896), -ImageRectSize=Vector2.new(128,128), -}, -["function"]={ -Image=3, -ImageRectPosition=Vector2.new(128,896), -ImageRectSize=Vector2.new(128,128), -}, -["function-edge"]={ -Image=3, -ImageRectPosition=Vector2.new(256,896), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="function-edge2", -}, -}, -["function-edge-color"]={ -Image=3, -ImageRectPosition=Vector2.new(512,896), -ImageRectSize=Vector2.new(128,128), -}, -["function-edge2"]={ -Image=3, -ImageRectPosition=Vector2.new(384,896), -ImageRectSize=Vector2.new(128,128), -}, -["function-go"]={ -Image=3, -ImageRectPosition=Vector2.new(640,896), -ImageRectSize=Vector2.new(128,128), -}, -["function-middleware"]={ -Image=3, -ImageRectPosition=Vector2.new(768,896), -ImageRectSize=Vector2.new(128,128), -}, -["function-node"]={ -Image=3, -ImageRectPosition=Vector2.new(896,896), -ImageRectSize=Vector2.new(128,128), -}, -["function-python"]={ -Image=4, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -["function-rectangle"]={ -Image=4, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -}, -["function-rectangle-fill"]={ -Image=4, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -["function-ruby"]={ -Image=4, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -["function-square"]={ -Image=4, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -gauge={ -Image=4, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -["git-branch"]={ -Image=4, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -["git-commit"]={ -Image=4, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -["git-merge"]={ -Image=4, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -["git-pull-request"]={ -Image=4, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -globe={ -Image=4, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -["globe-box"]={ -Image=4, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -gps={ -Image=4, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -["grid-masonry"]={ -Image=4, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -["grid-square"]={ -Image=4, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -hash={ -Image=4, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -header={ -Image=4, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -headset={ -Image=4, -ImageRectPosition=Vector2.new(128,256), -ImageRectSize=Vector2.new(128,128), -}, -heart={ -Image=4, -ImageRectPosition=Vector2.new(256,256), -ImageRectSize=Vector2.new(128,128), -}, -["heart-fill"]={ -Image=4, -ImageRectPosition=Vector2.new(384,256), -ImageRectSize=Vector2.new(128,128), -}, -home={ -Image=4, -ImageRectPosition=Vector2.new(512,256), -ImageRectSize=Vector2.new(128,128), -}, -hook={ -Image=4, -ImageRectPosition=Vector2.new(640,256), -ImageRectSize=Vector2.new(128,128), -}, -image={ -Image=4, -ImageRectPosition=Vector2.new(768,256), -ImageRectSize=Vector2.new(128,128), -}, -inbox={ -Image=4, -ImageRectPosition=Vector2.new(896,256), -ImageRectSize=Vector2.new(128,128), -}, -["inbox-unread"]={ -Image=4, -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="inbox-unread2", -}, -}, -["inbox-unread2"]={ -Image=4, -ImageRectPosition=Vector2.new(128,384), -ImageRectSize=Vector2.new(128,128), -}, -information={ -Image=4, -ImageRectPosition=Vector2.new(256,384), -ImageRectSize=Vector2.new(128,128), -}, -["information-fill"]={ -Image=4, -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(128,128), -}, -["information-fill-small"]={ -Image=4, -ImageRectPosition=Vector2.new(512,384), -ImageRectSize=Vector2.new(128,128), -}, -inspect={ -Image=4, -ImageRectPosition=Vector2.new(640,384), -ImageRectSize=Vector2.new(128,128), -}, -invoice={ -Image=4, -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(128,128), -}, -isr={ -Image=4, -ImageRectPosition=Vector2.new(896,384), -ImageRectSize=Vector2.new(128,128), -}, -key={ -Image=4, -ImageRectPosition=Vector2.new(0,512), -ImageRectSize=Vector2.new(128,128), -}, -["key-old"]={ -Image=4, -ImageRectPosition=Vector2.new(128,512), -ImageRectSize=Vector2.new(128,128), -}, -kv={ -Image=4, -ImageRectPosition=Vector2.new(256,512), -ImageRectSize=Vector2.new(128,128), -}, -lambda={ -Image=4, -ImageRectPosition=Vector2.new(384,512), -ImageRectSize=Vector2.new(128,128), -}, -["lambda-rectangle"]={ -Image=4, -ImageRectPosition=Vector2.new(512,512), -ImageRectSize=Vector2.new(128,128), -}, -["lambda-rectangle-fill"]={ -Image=4, -ImageRectPosition=Vector2.new(640,512), -ImageRectSize=Vector2.new(128,128), -}, -layers={ -Image=4, -ImageRectPosition=Vector2.new(768,512), -ImageRectSize=Vector2.new(128,128), -}, -layout={ -Image=4, -ImageRectPosition=Vector2.new(896,512), -ImageRectSize=Vector2.new(128,128), -}, -["layout-dashed"]={ -Image=4, -ImageRectPosition=Vector2.new(0,640), -ImageRectSize=Vector2.new(128,128), -}, -["layout-shift"]={ -Image=4, -ImageRectPosition=Vector2.new(128,640), -ImageRectSize=Vector2.new(128,128), -}, -["layout-shift-unread"]={ -Image=4, -ImageRectPosition=Vector2.new(256,640), -ImageRectSize=Vector2.new(128,128), -}, -lens={ -Image=4, -ImageRectPosition=Vector2.new(384,640), -ImageRectSize=Vector2.new(128,128), -}, -lifebuoy={ -Image=4, -ImageRectPosition=Vector2.new(512,640), -ImageRectSize=Vector2.new(128,128), -}, -lightning={ -Image=4, -ImageRectPosition=Vector2.new(640,640), -ImageRectSize=Vector2.new(128,128), -}, -["line-chart"]={ -Image=4, -ImageRectPosition=Vector2.new(768,640), -ImageRectSize=Vector2.new(128,128), -}, -link={ -Image=4, -ImageRectPosition=Vector2.new(896,640), -ImageRectSize=Vector2.new(128,128), -}, -linked={ -Image=4, -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(128,128), -}, -linkedin={ -Image=4, -ImageRectPosition=Vector2.new(128,768), -ImageRectSize=Vector2.new(128,128), -}, -["list-ordered"]={ -Image=4, -ImageRectPosition=Vector2.new(256,768), -ImageRectSize=Vector2.new(128,128), -}, -["list-unordered"]={ -Image=4, -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(128,128), -}, -["loader-circle"]={ -Image=4, -ImageRectPosition=Vector2.new(512,768), -ImageRectSize=Vector2.new(128,128), -}, -location={ -Image=4, -ImageRectPosition=Vector2.new(640,768), -ImageRectSize=Vector2.new(128,128), -}, -["lock-closed"]={ -Image=4, -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(128,128), -}, -["lock-closed-small"]={ -Image=4, -ImageRectPosition=Vector2.new(896,768), -ImageRectSize=Vector2.new(128,128), -}, -["lock-open"]={ -Image=4, -ImageRectPosition=Vector2.new(0,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-amex"]={ -Image=4, -ImageRectPosition=Vector2.new(128,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-angular-color"]={ -Image=4, -ImageRectPosition=Vector2.new(256,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-astro"]={ -Image=4, -ImageRectPosition=Vector2.new(384,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-azure"]={ -Image=4, -ImageRectPosition=Vector2.new(512,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-azure-devops"]={ -Image=4, -ImageRectPosition=Vector2.new(640,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-bitbucket-color"]={ -Image=4, -ImageRectPosition=Vector2.new(768,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-checkly"]={ -Image=4, -ImageRectPosition=Vector2.new(896,896), -ImageRectSize=Vector2.new(128,128), -}, -["logo-contentful"]={ -Image=5, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-data-dog"]={ -Image=5, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-discord"]={ -Image=5, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-ember"]={ -Image=5, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-facebook"]={ -Image=5, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-facebook-messenger"]={ -Image=5, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-figma"]={ -Image=5, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-gatsby"]={ -Image=5, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -["logo-geist"]={ -Image=5, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-github"]={ -Image=5, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-gitlab"]={ -Image=5, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-google"]={ -Image=5, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-google-cloud-platform"]={ -Image=5, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-hugo"]={ -Image=5, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-hyper"]={ -Image=5, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-linear"]={ -Image=5, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -["logo-mastercard"]={ -Image=5, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-meta"]={ -Image=5, -ImageRectPosition=Vector2.new(128,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-new-relic"]={ -Image=5, -ImageRectPosition=Vector2.new(256,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-next"]={ -Image=5, -ImageRectPosition=Vector2.new(384,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-node"]={ -Image=5, -ImageRectPosition=Vector2.new(512,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-nuxt"]={ -Image=5, -ImageRectPosition=Vector2.new(640,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-open-ai"]={ -Image=5, -ImageRectPosition=Vector2.new(768,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-python"]={ -Image=5, -ImageRectPosition=Vector2.new(896,256), -ImageRectSize=Vector2.new(128,128), -}, -["logo-react"]={ -Image=5, -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-reddit"]={ -Image=5, -ImageRectPosition=Vector2.new(128,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-remix"]={ -Image=5, -ImageRectPosition=Vector2.new(256,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-rust"]={ -Image=5, -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-sanity"]={ -Image=5, -ImageRectPosition=Vector2.new(512,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-slack"]={ -Image=5, -ImageRectPosition=Vector2.new(640,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-slack-color"]={ -Image=5, -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-solid"]={ -Image=5, -ImageRectPosition=Vector2.new(896,384), -ImageRectSize=Vector2.new(128,128), -}, -["logo-splitbee"]={ -Image=5, -ImageRectPosition=Vector2.new(0,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-svelte"]={ -Image=5, -ImageRectPosition=Vector2.new(128,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-turbopack"]={ -Image=5, -ImageRectPosition=Vector2.new(256,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-turborepo"]={ -Image=5, -ImageRectPosition=Vector2.new(384,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-twitter-x"]={ -Image=5, -ImageRectPosition=Vector2.new(512,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-v0"]={ -Image=5, -ImageRectPosition=Vector2.new(640,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-vercel"]={ -Image=5, -ImageRectPosition=Vector2.new(768,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-vercel-api"]={ -Image=5, -ImageRectPosition=Vector2.new(896,512), -ImageRectSize=Vector2.new(128,128), -}, -["logo-vercel-circle"]={ -Image=5, -ImageRectPosition=Vector2.new(0,640), -ImageRectSize=Vector2.new(128,128), -}, -["logo-vercel-fill"]={ -Image=5, -ImageRectPosition=Vector2.new(128,640), -ImageRectSize=Vector2.new(128,128), -}, -["logo-visa"]={ -Image=5, -ImageRectPosition=Vector2.new(256,640), -ImageRectSize=Vector2.new(128,128), -}, -["logo-vite"]={ -Image=5, -ImageRectPosition=Vector2.new(384,640), -ImageRectSize=Vector2.new(128,128), -}, -["logo-vue"]={ -Image=5, -ImageRectPosition=Vector2.new(512,640), -ImageRectSize=Vector2.new(128,128), -}, -["logo-whats-app"]={ -Image=5, -ImageRectPosition=Vector2.new(640,640), -ImageRectSize=Vector2.new(128,128), -}, -["logo-y-combinator"]={ -Image=5, -ImageRectPosition=Vector2.new(768,640), -ImageRectSize=Vector2.new(128,128), -}, -logout={ -Image=5, -ImageRectPosition=Vector2.new(896,640), -ImageRectSize=Vector2.new(128,128), -}, -logs={ -Image=5, -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(128,128), -}, -["magnifying-glass"]={ -Image=5, -ImageRectPosition=Vector2.new(128,768), -ImageRectSize=Vector2.new(128,128), -}, -["magnifying-glass-minus"]={ -Image=5, -ImageRectPosition=Vector2.new(256,768), -ImageRectSize=Vector2.new(128,128), -}, -["magnifying-glass-plus"]={ -Image=5, -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(128,128), -}, -["magnifying-glass-small"]={ -Image=5, -ImageRectPosition=Vector2.new(512,768), -ImageRectSize=Vector2.new(128,128), -}, -menu={ -Image=5, -ImageRectPosition=Vector2.new(640,768), -ImageRectSize=Vector2.new(128,128), -}, -["menu-alt"]={ -Image=5, -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(128,128), -}, -["menu-alt-unread"]={ -Image=5, -ImageRectPosition=Vector2.new(896,768), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="menu-alt-unread2", -}, -}, -["menu-alt-unread2"]={ -Image=5, -ImageRectPosition=Vector2.new(0,896), -ImageRectSize=Vector2.new(128,128), -}, -message={ -Image=5, -ImageRectPosition=Vector2.new(128,896), -ImageRectSize=Vector2.new(128,128), -}, -microphone={ -Image=5, -ImageRectPosition=Vector2.new(256,896), -ImageRectSize=Vector2.new(128,128), -}, -["microphone-off"]={ -Image=5, -ImageRectPosition=Vector2.new(384,896), -ImageRectSize=Vector2.new(128,128), -}, -middleware={ -Image=5, -ImageRectPosition=Vector2.new(512,896), -ImageRectSize=Vector2.new(128,128), -}, -minus={ -Image=5, -ImageRectPosition=Vector2.new(640,896), -ImageRectSize=Vector2.new(128,128), -}, -["minus-circle"]={ -Image=5, -ImageRectPosition=Vector2.new(768,896), -ImageRectSize=Vector2.new(128,128), -}, -["minus-square-small"]={ -Image=5, -ImageRectPosition=Vector2.new(896,896), -ImageRectSize=Vector2.new(128,128), -}, -monitoring={ -Image=6, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -monorepo={ -Image=6, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -}, -moon={ -Image=6, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -["moon-alternate"]={ -Image=6, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -["more-horizontal"]={ -Image=6, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -["more-vertical"]={ -Image=6, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -music={ -Image=6, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -["musical-notes"]={ -Image=6, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -["network-device"]={ -Image=6, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -notebook={ -Image=6, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -notes={ -Image=6, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -notification={ -Image=6, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -option={ -Image=6, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -["paper-airplane"]={ -Image=6, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -paperclip={ -Image=6, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -pause={ -Image=6, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -pen={ -Image=6, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -pencil={ -Image=6, -ImageRectPosition=Vector2.new(128,256), -ImageRectSize=Vector2.new(128,128), -}, -["pencil-edit"]={ -Image=6, -ImageRectPosition=Vector2.new(256,256), -ImageRectSize=Vector2.new(128,128), -}, -percentage={ -Image=6, -ImageRectPosition=Vector2.new(384,256), -ImageRectSize=Vector2.new(128,128), -}, -phone={ -Image=6, -ImageRectPosition=Vector2.new(512,256), -ImageRectSize=Vector2.new(128,128), -}, -["phone-device"]={ -Image=6, -ImageRectPosition=Vector2.new(640,256), -ImageRectSize=Vector2.new(128,128), -}, -["picture-in-picture"]={ -Image=6, -ImageRectPosition=Vector2.new(768,256), -ImageRectSize=Vector2.new(128,128), -}, -pin={ -Image=6, -ImageRectPosition=Vector2.new(896,256), -ImageRectSize=Vector2.new(128,128), -}, -play={ -Image=6, -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(128,128), -}, -["play-fill"]={ -Image=6, -ImageRectPosition=Vector2.new(128,384), -ImageRectSize=Vector2.new(128,128), -}, -plus={ -Image=6, -ImageRectPosition=Vector2.new(256,384), -ImageRectSize=Vector2.new(128,128), -}, -["plus-circle"]={ -Image=6, -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(128,128), -}, -["plus-square-small"]={ -Image=6, -ImageRectPosition=Vector2.new(512,384), -ImageRectSize=Vector2.new(128,128), -}, -postgres={ -Image=6, -ImageRectPosition=Vector2.new(640,384), -ImageRectSize=Vector2.new(128,128), -}, -power={ -Image=6, -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(128,128), -}, -["preview-document"]={ -Image=6, -ImageRectPosition=Vector2.new(896,384), -ImageRectSize=Vector2.new(128,128), -}, -["preview-eye"]={ -Image=6, -ImageRectPosition=Vector2.new(0,512), -ImageRectSize=Vector2.new(128,128), -}, -prism={ -Image=6, -ImageRectPosition=Vector2.new(128,512), -ImageRectSize=Vector2.new(128,128), -}, -["prism-color"]={ -Image=6, -ImageRectPosition=Vector2.new(256,512), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="prism-color2", -}, -}, -["prism-color2"]={ -Image=6, -ImageRectPosition=Vector2.new(384,512), -ImageRectSize=Vector2.new(128,128), -}, -puzzle={ -Image=6, -ImageRectPosition=Vector2.new(512,512), -ImageRectSize=Vector2.new(128,128), -}, -question={ -Image=6, -ImageRectPosition=Vector2.new(640,512), -ImageRectSize=Vector2.new(128,128), -}, -["question-fill"]={ -Image=6, -ImageRectPosition=Vector2.new(768,512), -ImageRectSize=Vector2.new(128,128), -}, -["refresh-clockwise"]={ -Image=6, -ImageRectPosition=Vector2.new(896,512), -ImageRectSize=Vector2.new(128,128), -}, -["refresh-counter-clockwise"]={ -Image=6, -ImageRectPosition=Vector2.new(0,640), -ImageRectSize=Vector2.new(128,128), -}, -repositories={ -Image=6, -ImageRectPosition=Vector2.new(128,640), -ImageRectSize=Vector2.new(128,128), -}, -["rewind10-seconds"]={ -Image=6, -ImageRectPosition=Vector2.new(256,640), -ImageRectSize=Vector2.new(128,128), -}, -robot={ -Image=6, -ImageRectPosition=Vector2.new(384,640), -ImageRectSize=Vector2.new(128,128), -}, -["rotate-clockwise"]={ -Image=6, -ImageRectPosition=Vector2.new(512,640), -ImageRectSize=Vector2.new(128,128), -}, -["rotate-counter-clockwise"]={ -Image=6, -ImageRectPosition=Vector2.new(640,640), -ImageRectSize=Vector2.new(128,128), -}, -route={ -Image=6, -ImageRectPosition=Vector2.new(768,640), -ImageRectSize=Vector2.new(128,128), -}, -router={ -Image=6, -ImageRectPosition=Vector2.new(896,640), -ImageRectSize=Vector2.new(128,128), -}, -rss={ -Image=6, -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(128,128), -}, -["secure-connection"]={ -Image=6, -ImageRectPosition=Vector2.new(128,768), -ImageRectSize=Vector2.new(128,128), -}, -serverless={ -Image=6, -ImageRectPosition=Vector2.new(256,768), -ImageRectSize=Vector2.new(128,128), -}, -servers={ -Image=6, -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(128,128), -}, -["settings-gear"]={ -Image=6, -ImageRectPosition=Vector2.new(512,768), -ImageRectSize=Vector2.new(128,128), -}, -["settings-gear-fill"]={ -Image=6, -ImageRectPosition=Vector2.new(640,768), -ImageRectSize=Vector2.new(128,128), -}, -["settings-slider"]={ -Image=6, -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(128,128), -}, -["settings-sliders"]={ -Image=6, -ImageRectPosition=Vector2.new(896,768), -ImageRectSize=Vector2.new(128,128), -}, -share={ -Image=6, -ImageRectPosition=Vector2.new(0,896), -ImageRectSize=Vector2.new(128,128), -}, -shareplay={ -Image=6, -ImageRectPosition=Vector2.new(128,896), -ImageRectSize=Vector2.new(128,128), -}, -shield={ -Image=6, -ImageRectPosition=Vector2.new(256,896), -ImageRectSize=Vector2.new(128,128), -}, -["shield-check"]={ -Image=6, -ImageRectPosition=Vector2.new(384,896), -ImageRectSize=Vector2.new(128,128), -}, -["shield-globe"]={ -Image=6, -ImageRectPosition=Vector2.new(512,896), -ImageRectSize=Vector2.new(128,128), -}, -["shield-off"]={ -Image=6, -ImageRectPosition=Vector2.new(640,896), -ImageRectSize=Vector2.new(128,128), -}, -["shield-small"]={ -Image=6, -ImageRectPosition=Vector2.new(768,896), -ImageRectSize=Vector2.new(128,128), -}, -shift={ -Image=6, -ImageRectPosition=Vector2.new(896,896), -ImageRectSize=Vector2.new(128,128), -}, -["sidebar-left"]={ -Image=7, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -["sidebar-right"]={ -Image=7, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -}, -["sign-in"]={ -Image=7, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -["skip-back"]={ -Image=7, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -["skip-back-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -["skip-forward"]={ -Image=7, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -["skip-forward-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -slash={ -Image=7, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -["slash-back"]={ -Image=7, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -["slash-forward"]={ -Image=7, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -["sort-ascending"]={ -Image=7, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -["sort-descending"]={ -Image=7, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -spaces={ -Image=7, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -sparkles={ -Image=7, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -speaker={ -Image=7, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -["speaker-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -["speaker-off"]={ -Image=7, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -["speaker-off-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(128,256), -ImageRectSize=Vector2.new(128,128), -}, -["speaker-volume-loud"]={ -Image=7, -ImageRectPosition=Vector2.new(256,256), -ImageRectSize=Vector2.new(128,128), -}, -["speaker-volume-loud-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(384,256), -ImageRectSize=Vector2.new(128,128), -}, -["speaker-volume-quiet"]={ -Image=7, -ImageRectPosition=Vector2.new(512,256), -ImageRectSize=Vector2.new(128,128), -}, -["speaker-volume-quiet-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(640,256), -ImageRectSize=Vector2.new(128,128), -}, -star={ -Image=7, -ImageRectPosition=Vector2.new(768,256), -ImageRectSize=Vector2.new(128,128), -}, -["star-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(896,256), -ImageRectSize=Vector2.new(128,128), -}, -status={ -Image=7, -ImageRectPosition=Vector2.new(0,384), -ImageRectSize=Vector2.new(128,128), -}, -["status-small"]={ -Image=7, -ImageRectPosition=Vector2.new(128,384), -ImageRectSize=Vector2.new(128,128), -}, -stop={ -Image=7, -ImageRectPosition=Vector2.new(256,384), -ImageRectSize=Vector2.new(128,128), -}, -["stop-circle"]={ -Image=7, -ImageRectPosition=Vector2.new(384,384), -ImageRectSize=Vector2.new(128,128), -}, -["stop-fill"]={ -Image=7, -ImageRectPosition=Vector2.new(512,384), -ImageRectSize=Vector2.new(128,128), -}, -stopwatch={ -Image=7, -ImageRectPosition=Vector2.new(640,384), -ImageRectSize=Vector2.new(128,128), -}, -["stopwatch-fast"]={ -Image=7, -ImageRectPosition=Vector2.new(768,384), -ImageRectSize=Vector2.new(128,128), -}, -["stopwatch-unread"]={ -Image=7, -ImageRectPosition=Vector2.new(896,384), -ImageRectSize=Vector2.new(128,128), -}, -store={ -Image=7, -ImageRectPosition=Vector2.new(0,512), -ImageRectSize=Vector2.new(128,128), -}, -sun={ -Image=7, -ImageRectPosition=Vector2.new(128,512), -ImageRectSize=Vector2.new(128,128), -}, -["sun-alternate"]={ -Image=7, -ImageRectPosition=Vector2.new(256,512), -ImageRectSize=Vector2.new(128,128), -}, -tab={ -Image=7, -ImageRectPosition=Vector2.new(384,512), -ImageRectSize=Vector2.new(128,128), -}, -["tablet-device"]={ -Image=7, -ImageRectPosition=Vector2.new(512,512), -ImageRectSize=Vector2.new(128,128), -}, -tabs={ -Image=7, -ImageRectPosition=Vector2.new(640,512), -ImageRectSize=Vector2.new(128,128), -}, -tag={ -Image=7, -ImageRectPosition=Vector2.new(768,512), -ImageRectSize=Vector2.new(128,128), -}, -target={ -Image=7, -ImageRectPosition=Vector2.new(896,512), -ImageRectSize=Vector2.new(128,128), -}, -terminal={ -Image=7, -ImageRectPosition=Vector2.new(0,640), -ImageRectSize=Vector2.new(128,128), -}, -["terminal-window"]={ -Image=7, -ImageRectPosition=Vector2.new(128,640), -ImageRectSize=Vector2.new(128,128), -}, -["text-bold"]={ -Image=7, -ImageRectPosition=Vector2.new(256,640), -ImageRectSize=Vector2.new(128,128), -}, -["text-format"]={ -Image=7, -ImageRectPosition=Vector2.new(384,640), -ImageRectSize=Vector2.new(128,128), -}, -["text-heading"]={ -Image=7, -ImageRectPosition=Vector2.new(512,640), -ImageRectSize=Vector2.new(128,128), -}, -["text-italic"]={ -Image=7, -ImageRectPosition=Vector2.new(640,640), -ImageRectSize=Vector2.new(128,128), -}, -["text-strikethrough"]={ -Image=7, -ImageRectPosition=Vector2.new(768,640), -ImageRectSize=Vector2.new(128,128), -}, -["text-title"]={ -Image=7, -ImageRectPosition=Vector2.new(896,640), -ImageRectSize=Vector2.new(128,128), -}, -["text-uppercase"]={ -Image=7, -ImageRectPosition=Vector2.new(0,768), -ImageRectSize=Vector2.new(128,128), -}, -["thumb-down"]={ -Image=7, -ImageRectPosition=Vector2.new(128,768), -ImageRectSize=Vector2.new(128,128), -}, -["thumb-up"]={ -Image=7, -ImageRectPosition=Vector2.new(256,768), -ImageRectSize=Vector2.new(128,128), -}, -["toggle-off"]={ -Image=7, -ImageRectPosition=Vector2.new(384,768), -ImageRectSize=Vector2.new(128,128), -}, -["toggle-off-alt"]={ -Image=7, -ImageRectPosition=Vector2.new(512,768), -ImageRectSize=Vector2.new(128,128), -}, -["toggle-off-alt-unread"]={ -Image=7, -ImageRectPosition=Vector2.new(640,768), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="toggle-off-alt-unread2", -}, -}, -["toggle-off-alt-unread2"]={ -Image=7, -ImageRectPosition=Vector2.new(768,768), -ImageRectSize=Vector2.new(128,128), -}, -["toggle-on"]={ -Image=7, -ImageRectPosition=Vector2.new(896,768), -ImageRectSize=Vector2.new(128,128), -}, -["toggle-on-alt"]={ -Image=7, -ImageRectPosition=Vector2.new(0,896), -ImageRectSize=Vector2.new(128,128), -}, -["toggle-on-alt-unread"]={ -Image=7, -ImageRectPosition=Vector2.new(128,896), -ImageRectSize=Vector2.new(128,128), -Parts={ -[1]="toggle-on-alt-unread2", -}, -}, -["toggle-on-alt-unread2"]={ -Image=7, -ImageRectPosition=Vector2.new(256,896), -ImageRectSize=Vector2.new(128,128), -}, -toolbar={ -Image=7, -ImageRectPosition=Vector2.new(384,896), -ImageRectSize=Vector2.new(128,128), -}, -trash={ -Image=7, -ImageRectPosition=Vector2.new(512,896), -ImageRectSize=Vector2.new(128,128), -}, -user={ -Image=7, -ImageRectPosition=Vector2.new(640,896), -ImageRectSize=Vector2.new(128,128), -}, -["user-check"]={ -Image=7, -ImageRectPosition=Vector2.new(768,896), -ImageRectSize=Vector2.new(128,128), -}, -["user-cross"]={ -Image=7, -ImageRectPosition=Vector2.new(896,896), -ImageRectSize=Vector2.new(128,128), -}, -["user-minus"]={ -Image=8, -ImageRectPosition=Vector2.new(0,0), -ImageRectSize=Vector2.new(128,128), -}, -["user-plus"]={ -Image=8, -ImageRectPosition=Vector2.new(128,0), -ImageRectSize=Vector2.new(128,128), -}, -["user-screen"]={ -Image=8, -ImageRectPosition=Vector2.new(256,0), -ImageRectSize=Vector2.new(128,128), -}, -["user-settings"]={ -Image=8, -ImageRectPosition=Vector2.new(384,0), -ImageRectSize=Vector2.new(128,128), -}, -users={ -Image=8, -ImageRectPosition=Vector2.new(512,0), -ImageRectSize=Vector2.new(128,128), -}, -variable={ -Image=8, -ImageRectPosition=Vector2.new(640,0), -ImageRectSize=Vector2.new(128,128), -}, -video={ -Image=8, -ImageRectPosition=Vector2.new(768,0), -ImageRectSize=Vector2.new(128,128), -}, -warning={ -Image=8, -ImageRectPosition=Vector2.new(896,0), -ImageRectSize=Vector2.new(128,128), -}, -["warning-fill"]={ -Image=8, -ImageRectPosition=Vector2.new(0,128), -ImageRectSize=Vector2.new(128,128), -}, -webcam={ -Image=8, -ImageRectPosition=Vector2.new(128,128), -ImageRectSize=Vector2.new(128,128), -}, -["webcam-off"]={ -Image=8, -ImageRectPosition=Vector2.new(256,128), -ImageRectSize=Vector2.new(128,128), -}, -webhook={ -Image=8, -ImageRectPosition=Vector2.new(384,128), -ImageRectSize=Vector2.new(128,128), -}, -window={ -Image=8, -ImageRectPosition=Vector2.new(512,128), -ImageRectSize=Vector2.new(128,128), -}, -["window-globe"]={ -Image=8, -ImageRectPosition=Vector2.new(640,128), -ImageRectSize=Vector2.new(128,128), -}, -["window-variable"]={ -Image=8, -ImageRectPosition=Vector2.new(768,128), -ImageRectSize=Vector2.new(128,128), -}, -wrench={ -Image=8, -ImageRectPosition=Vector2.new(896,128), -ImageRectSize=Vector2.new(128,128), -}, -["zero-config"]={ -Image=8, -ImageRectPosition=Vector2.new(0,256), -ImageRectSize=Vector2.new(128,128), -}, -} -}end function a.f() - - - - -return{ -["00Circle"]="rbxassetid://86916810578159", -["00CircleFill"]="rbxassetid://111978393739693", -["00Square"]="rbxassetid://133821271515442", -["00SquareFill"]="rbxassetid://78208805426110", -["01Circle"]="rbxassetid://72655789657931", -["01CircleFill"]="rbxassetid://101780777820276", -["01Square"]="rbxassetid://88526686430294", -["01SquareFill"]="rbxassetid://139999129009745", -["02Circle"]="rbxassetid://75058796250240", -["02CircleFill"]="rbxassetid://140056740682469", -["02Square"]="rbxassetid://94162510171665", -["02SquareFill"]="rbxassetid://93307646616629", -["03Circle"]="rbxassetid://100387205357640", -["03CircleFill"]="rbxassetid://87255351510737", -["03Square"]="rbxassetid://121215325664936", -["03SquareFill"]="rbxassetid://138547766139202", -["04Circle"]="rbxassetid://125981039695921", -["04CircleFill"]="rbxassetid://72495864790852", -["04Square"]="rbxassetid://135738725639915", -["04SquareFill"]="rbxassetid://121212328455666", -["05Circle"]="rbxassetid://138591719520077", -["05CircleFill"]="rbxassetid://137606411220059", -["05Square"]="rbxassetid://72213252714321", -["05SquareFill"]="rbxassetid://114553894189373", -["06Circle"]="rbxassetid://83987542809880", -["06CircleFill"]="rbxassetid://71995353481013", -["06Square"]="rbxassetid://94339604337104", -["06SquareFill"]="rbxassetid://83818825587161", -["07Circle"]="rbxassetid://84186715754197", -["07CircleFill"]="rbxassetid://119048389259631", -["07Square"]="rbxassetid://113770124000387", -["07SquareFill"]="rbxassetid://82119599504355", -["08Circle"]="rbxassetid://104079807435925", -["08CircleFill"]="rbxassetid://87328221638807", -["08Square"]="rbxassetid://76081605545871", -["08SquareFill"]="rbxassetid://131493720883932", -["09Circle"]="rbxassetid://79609311139904", -["09CircleFill"]="rbxassetid://78286929272803", -["09Square"]="rbxassetid://119025830143950", -["09SquareFill"]="rbxassetid://130267003131508", -["0Circle"]="rbxassetid://118221135304120", -["0CircleFill"]="rbxassetid://102027890041943", -["0Square"]="rbxassetid://126603122898949", -["0SquareFill"]="rbxassetid://115003023875341", -["10ArrowTriangleheadClockwise"]="rbxassetid://94721593770965", -["10ArrowTriangleheadCounterclockwise"]="rbxassetid://102921327000253", -["10Calendar"]="rbxassetid://79332442933720", -["10Circle"]="rbxassetid://123323740463442", -["10CircleFill"]="rbxassetid://128211927141771", -["10Lane"]="rbxassetid://76221214536722", -["10Square"]="rbxassetid://110876199795124", -["10SquareFill"]="rbxassetid://112500566267497", -["11Calendar"]="rbxassetid://140496494564258", -["11Circle"]="rbxassetid://138846828811047", -["11CircleFill"]="rbxassetid://78263887846677", -["11Lane"]="rbxassetid://110265663356264", -["11Square"]="rbxassetid://121713769447469", -["11SquareFill"]="rbxassetid://83963608667523", -["12Calendar"]="rbxassetid://73641435719181", -["12Circle"]="rbxassetid://104624385248405", -["12CircleFill"]="rbxassetid://128237272366346", -["12Lane"]="rbxassetid://130032372153425", -["12Square"]="rbxassetid://131182696141612", -["12SquareFill"]="rbxassetid://114822238472034", -["13Calendar"]="rbxassetid://122620898881932", -["13Circle"]="rbxassetid://80402570578008", -["13CircleFill"]="rbxassetid://95744806223647", -["13Square"]="rbxassetid://127010592182280", -["13SquareFill"]="rbxassetid://130290641257242", -["14Calendar"]="rbxassetid://75339475091738", -["14Circle"]="rbxassetid://85084743881753", -["14CircleFill"]="rbxassetid://102048607922205", -["14Square"]="rbxassetid://103636124065865", -["14SquareFill"]="rbxassetid://101565287930169", -["15ArrowTriangleheadClockwise"]="rbxassetid://113072482751326", -["15ArrowTriangleheadCounterclockwise"]="rbxassetid://122492457922578", -["15Calendar"]="rbxassetid://95060701318931", -["15Circle"]="rbxassetid://136840913499711", -["15CircleFill"]="rbxassetid://72974025259367", -["15Square"]="rbxassetid://76669569070487", -["15SquareFill"]="rbxassetid://130227612412641", -["16Calendar"]="rbxassetid://136478630998536", -["16Circle"]="rbxassetid://132821231972770", -["16CircleFill"]="rbxassetid://81164084986492", -["16Square"]="rbxassetid://78339341641003", -["16SquareFill"]="rbxassetid://79080938097251", -["17Calendar"]="rbxassetid://88914773879526", -["17Circle"]="rbxassetid://119062413464295", -["17CircleFill"]="rbxassetid://108438183680917", -["17Square"]="rbxassetid://136817994936996", -["17SquareFill"]="rbxassetid://79548176907907", -["18Calendar"]="rbxassetid://89454337213392", -["18Circle"]="rbxassetid://111856887268599", -["18CircleFill"]="rbxassetid://90236389142584", -["18Square"]="rbxassetid://86280883408410", -["18SquareFill"]="rbxassetid://76154095621989", -["19Calendar"]="rbxassetid://97315522434509", -["19Circle"]="rbxassetid://128626475277739", -["19CircleFill"]="rbxassetid://74174876803373", -["19Square"]="rbxassetid://114919996355425", -["19SquareFill"]="rbxassetid://132850420968767", -["1Brakesignal"]="rbxassetid://104286584687154", -["1Calendar"]="rbxassetid://110139614037364", -["1Circle"]="rbxassetid://87807826460231", -["1CircleFill"]="rbxassetid://83268904902455", -["1Lane"]="rbxassetid://127931991932504", -["1Magnifyingglass"]="rbxassetid://109449048405276", -["1Square"]="rbxassetid://138382944628855", -["1SquareFill"]="rbxassetid://78927701972421", -["20Calendar"]="rbxassetid://131613450891341", -["20Circle"]="rbxassetid://118538753555687", -["20CircleFill"]="rbxassetid://84927929843720", -["20Square"]="rbxassetid://102705923618186", -["20SquareFill"]="rbxassetid://107388779958925", -["21Calendar"]="rbxassetid://116753676962719", -["21Circle"]="rbxassetid://82136931952960", -["21CircleFill"]="rbxassetid://103885464278405", -["21Square"]="rbxassetid://94179791804552", -["21SquareFill"]="rbxassetid://90637507455185", -["22Calendar"]="rbxassetid://70786876877542", -["22Circle"]="rbxassetid://72924640331609", -["22CircleFill"]="rbxassetid://113565179843742", -["22Square"]="rbxassetid://105435603303671", -["22SquareFill"]="rbxassetid://95858357660009", -["23Calendar"]="rbxassetid://134990557212278", -["23Circle"]="rbxassetid://134679297085197", -["23CircleFill"]="rbxassetid://105409259209120", -["23Square"]="rbxassetid://136673197394074", -["23SquareFill"]="rbxassetid://105309207462994", -["24Calendar"]="rbxassetid://136053186812420", -["24Circle"]="rbxassetid://102015303209610", -["24CircleFill"]="rbxassetid://106192420758807", -["24Square"]="rbxassetid://99894676141163", -["24SquareFill"]="rbxassetid://80702032006131", -["25Calendar"]="rbxassetid://109978277438018", -["25Circle"]="rbxassetid://107968130243218", -["25CircleFill"]="rbxassetid://105162847415078", -["25Square"]="rbxassetid://70814643703078", -["25SquareFill"]="rbxassetid://137004160373903", -["26Calendar"]="rbxassetid://72004883555482", -["26Circle"]="rbxassetid://125194091170867", -["26CircleFill"]="rbxassetid://85620848262851", -["26Square"]="rbxassetid://118316076900891", -["26SquareFill"]="rbxassetid://72751778885648", -["27Calendar"]="rbxassetid://136112791591939", -["27Circle"]="rbxassetid://89016224092184", -["27CircleFill"]="rbxassetid://85287424352470", -["27Square"]="rbxassetid://88305073579982", -["27SquareFill"]="rbxassetid://86732176111297", -["28Calendar"]="rbxassetid://137212597777399", -["28Circle"]="rbxassetid://76147170800135", -["28CircleFill"]="rbxassetid://136202658321591", -["28Square"]="rbxassetid://113056599548562", -["28SquareFill"]="rbxassetid://126667311563147", -["29Calendar"]="rbxassetid://140358759912362", -["29Circle"]="rbxassetid://88131740348149", -["29CircleFill"]="rbxassetid://79653644385309", -["29Square"]="rbxassetid://102895417721176", -["29SquareFill"]="rbxassetid://130615146520142", -["2Brakesignal"]="rbxassetid://138417758491500", -["2Calendar"]="rbxassetid://123979536985011", -["2Circle"]="rbxassetid://123269369031677", -["2CircleFill"]="rbxassetid://86133220981858", -["2Lane"]="rbxassetid://109223671815472", -["2Square"]="rbxassetid://119098163275158", -["2SquareFill"]="rbxassetid://109540558935810", -["2h"]="rbxassetid://133138244132200", -["2hCircle"]="rbxassetid://79230863225122", -["2hCircleFill"]="rbxassetid://72829523629234", -["30ArrowTriangleheadClockwise"]="rbxassetid://94200985169699", -["30ArrowTriangleheadCounterclockwise"]="rbxassetid://115760427864410", -["30Calendar"]="rbxassetid://133924272885469", -["30Circle"]="rbxassetid://133317986619795", -["30CircleFill"]="rbxassetid://91256368906472", -["30Square"]="rbxassetid://79513379641458", -["30SquareFill"]="rbxassetid://97129711060719", -["31Calendar"]="rbxassetid://71538973485468", -["31Circle"]="rbxassetid://107796655893602", -["31CircleFill"]="rbxassetid://87146242674182", -["31Square"]="rbxassetid://84104161306283", -["31SquareFill"]="rbxassetid://101989645635904", -["32Circle"]="rbxassetid://124753203439427", -["32CircleFill"]="rbxassetid://90472841534568", -["32Square"]="rbxassetid://119252814629269", -["32SquareFill"]="rbxassetid://112229518053237", -["33Circle"]="rbxassetid://82142618271748", -["33CircleFill"]="rbxassetid://124482228427141", -["33Square"]="rbxassetid://140725327921953", -["33SquareFill"]="rbxassetid://80901523306556", -["34Circle"]="rbxassetid://105907682294717", -["34CircleFill"]="rbxassetid://95382919651621", -["34Square"]="rbxassetid://93517795175957", -["34SquareFill"]="rbxassetid://121077164169307", -["35Circle"]="rbxassetid://115427959866026", -["35CircleFill"]="rbxassetid://127021533195479", -["35Square"]="rbxassetid://100258407693876", -["35SquareFill"]="rbxassetid://73715601592062", -["36Circle"]="rbxassetid://140260240702643", -["36CircleFill"]="rbxassetid://74170841678699", -["36Square"]="rbxassetid://102842273881906", -["36SquareFill"]="rbxassetid://88783207495017", -["37Circle"]="rbxassetid://132393943959782", -["37CircleFill"]="rbxassetid://77603245431960", -["37Square"]="rbxassetid://135032262130622", -["37SquareFill"]="rbxassetid://84105405244047", -["38Circle"]="rbxassetid://110197288136970", -["38CircleFill"]="rbxassetid://76054004600969", -["38Square"]="rbxassetid://123586839614512", -["38SquareFill"]="rbxassetid://96218732564750", -["39Circle"]="rbxassetid://79531595012828", -["39CircleFill"]="rbxassetid://127142051929118", -["39Square"]="rbxassetid://78539406048071", -["39SquareFill"]="rbxassetid://133550450659515", -["3Calendar"]="rbxassetid://81545058444999", -["3Circle"]="rbxassetid://118890289126127", -["3CircleFill"]="rbxassetid://93493062872386", -["3Lane"]="rbxassetid://85042857512310", -["3Square"]="rbxassetid://138105290266694", -["3SquareFill"]="rbxassetid://138605457751985", -["40Circle"]="rbxassetid://117062543481503", -["40CircleFill"]="rbxassetid://70655942848143", -["40Square"]="rbxassetid://128044500937225", -["40SquareFill"]="rbxassetid://74030753837406", -["41Circle"]="rbxassetid://100577368550597", -["41CircleFill"]="rbxassetid://120699005682080", -["41Square"]="rbxassetid://122746096043859", -["41SquareFill"]="rbxassetid://99595272304459", -["42Circle"]="rbxassetid://120821833748034", -["42CircleFill"]="rbxassetid://83553976810411", -["42Square"]="rbxassetid://110727482070122", -["42SquareFill"]="rbxassetid://114045352813598", -["43Circle"]="rbxassetid://89142868235538", -["43CircleFill"]="rbxassetid://85485489695299", -["43Square"]="rbxassetid://128341341748916", -["43SquareFill"]="rbxassetid://77286447570314", -["44Circle"]="rbxassetid://130880241023301", -["44CircleFill"]="rbxassetid://117185825904642", -["44Square"]="rbxassetid://111946390509126", -["44SquareFill"]="rbxassetid://124796237309153", -["45ArrowTriangleheadClockwise"]="rbxassetid://94719119198749", -["45ArrowTriangleheadCounterclockwise"]="rbxassetid://119908060736748", -["45Circle"]="rbxassetid://128347713513216", -["45CircleFill"]="rbxassetid://135981099612883", -["45Square"]="rbxassetid://128179748787887", -["45SquareFill"]="rbxassetid://72376270468952", -["46Circle"]="rbxassetid://104348072952778", -["46CircleFill"]="rbxassetid://106457470598710", -["46Square"]="rbxassetid://91892909784626", -["46SquareFill"]="rbxassetid://124363199375922", -["47Circle"]="rbxassetid://104503973536780", -["47CircleFill"]="rbxassetid://86230249882285", -["47Square"]="rbxassetid://97851176040368", -["47SquareFill"]="rbxassetid://98694388608687", -["48Circle"]="rbxassetid://87085648818290", -["48CircleFill"]="rbxassetid://123617209403162", -["48Square"]="rbxassetid://82026850744888", -["48SquareFill"]="rbxassetid://80786687350804", -["49Circle"]="rbxassetid://95508023823466", -["49CircleFill"]="rbxassetid://92638883941309", -["49Square"]="rbxassetid://140243283729937", -["49SquareFill"]="rbxassetid://102286013280412", -["4AltCircle"]="rbxassetid://139969514123145", -["4AltCircleFill"]="rbxassetid://95375167138859", -["4AltSquare"]="rbxassetid://122499997654991", -["4AltSquareFill"]="rbxassetid://81175697977197", -["4Calendar"]="rbxassetid://132429507021170", -["4Circle"]="rbxassetid://79826225850685", -["4CircleFill"]="rbxassetid://71765379431191", -["4Lane"]="rbxassetid://106146398785203", -["4Square"]="rbxassetid://111289142124980", -["4SquareFill"]="rbxassetid://130082733132142", -["4a"]="rbxassetid://132044530564776", -["4aCircle"]="rbxassetid://70542082902157", -["4aCircleFill"]="rbxassetid://82913161255211", -["4h"]="rbxassetid://112695324907556", -["4hCircle"]="rbxassetid://106846523332464", -["4hCircleFill"]="rbxassetid://139339137035580", -["4kTv"]="rbxassetid://125571565590650", -["4kTvFill"]="rbxassetid://70764017266414", -["4l"]="rbxassetid://98564930587194", -["4lCircle"]="rbxassetid://84583086888076", -["4lCircleFill"]="rbxassetid://123584247820983", -["50Circle"]="rbxassetid://75628717206182", -["50CircleFill"]="rbxassetid://139574799710637", -["50Square"]="rbxassetid://94597338374744", -["50SquareFill"]="rbxassetid://138882418124598", -["5ArrowTriangleheadClockwise"]="rbxassetid://94950976098999", -["5ArrowTriangleheadCounterclockwise"]="rbxassetid://135900576898126", -["5Calendar"]="rbxassetid://72544257239952", -["5Circle"]="rbxassetid://85616644463815", -["5CircleFill"]="rbxassetid://81561364641541", -["5Lane"]="rbxassetid://119687064949787", -["5Square"]="rbxassetid://72654764007122", -["5SquareFill"]="rbxassetid://134887502776788", -["60ArrowTriangleheadClockwise"]="rbxassetid://108591161897022", -["60ArrowTriangleheadCounterclockwise"]="rbxassetid://134454807271501", -["6AltCircle"]="rbxassetid://71130372698409", -["6AltCircleFill"]="rbxassetid://91775828075787", -["6AltSquare"]="rbxassetid://120870128194128", -["6AltSquareFill"]="rbxassetid://112639420434342", -["6Calendar"]="rbxassetid://91211535153692", -["6Circle"]="rbxassetid://126650562951369", -["6CircleFill"]="rbxassetid://111692436757503", -["6Lane"]="rbxassetid://118192901440452", -["6Square"]="rbxassetid://132853974979580", -["6SquareFill"]="rbxassetid://77674375897849", -["75ArrowTriangleheadClockwise"]="rbxassetid://73433687000821", -["75ArrowTriangleheadCounterclockwise"]="rbxassetid://92666313537380", -["7Calendar"]="rbxassetid://104288281727051", -["7Circle"]="rbxassetid://72500557050930", -["7CircleFill"]="rbxassetid://110359786221481", -["7Lane"]="rbxassetid://76792926551103", -["7Square"]="rbxassetid://74340200192518", -["7SquareFill"]="rbxassetid://134968703943639", -["8Calendar"]="rbxassetid://106393340811247", -["8Circle"]="rbxassetid://102270653684188", -["8CircleFill"]="rbxassetid://91083974962283", -["8Lane"]="rbxassetid://85580127838339", -["8Square"]="rbxassetid://105484223341253", -["8SquareFill"]="rbxassetid://134802506123061", -["90ArrowTriangleheadClockwise"]="rbxassetid://111546993660098", -["90ArrowTriangleheadCounterclockwise"]="rbxassetid://106382468381615", -["9AltCircle"]="rbxassetid://117336328179756", -["9AltCircleFill"]="rbxassetid://84874709656424", -["9AltSquare"]="rbxassetid://93839436941437", -["9AltSquareFill"]="rbxassetid://112655174781105", -["9Calendar"]="rbxassetid://76694796012669", -["9Circle"]="rbxassetid://111640062791571", -["9CircleFill"]="rbxassetid://135454209197031", -["9Lane"]="rbxassetid://129879109326718", -["9Square"]="rbxassetid://78150431632122", -["9SquareFill"]="rbxassetid://76461571661454",aCircle= -"rbxassetid://121077033825009",aCircleFill= -"rbxassetid://119614011045917",aSquare= -"rbxassetid://136930601773948",aSquareFill= -"rbxassetid://134262941593380",abs= -"rbxassetid://73142166480148",absBrakesignal= -"rbxassetid://89766234941160",absBrakesignalSlash= -"rbxassetid://96389772853858",absCircle= -"rbxassetid://88300521525976",absCircleFill= -"rbxassetid://102463054551798",ac= -"rbxassetid://131385993569830",acSlash= -"rbxassetid://71114642780096",accessibility= -"rbxassetid://134733001663276",accessibilityBadgeArrowUpRight= -"rbxassetid://81067449124480",accessibilityFill= -"rbxassetid://125960227540802",airCarSide= -"rbxassetid://137239292027065",airCarSideFill= -"rbxassetid://84923526512835",airConditionerHorizontal= -"rbxassetid://135138915759412",airConditionerHorizontalFill= -"rbxassetid://83391704716962",airConditionerVertical= -"rbxassetid://129693681822578",airConditionerVerticalFill= -"rbxassetid://91062355056853",airConvertibleSide= -"rbxassetid://110399120221616",airConvertibleSideFill= -"rbxassetid://137970463366329",airPickupSide= -"rbxassetid://81444773654666",airPickupSideFill= -"rbxassetid://127589332363256",airPurifier= -"rbxassetid://113759015923268",airPurifierFill= -"rbxassetid://84829664751855",airSuvSide= -"rbxassetid://136164912823964",airSuvSideFill= -"rbxassetid://113530493467675",airplane= -"rbxassetid://89123538372017",airplaneArrival= -"rbxassetid://99186790885015",airplaneCircle= -"rbxassetid://91190035363428",airplaneCircleFill= -"rbxassetid://99407491612380",airplaneCloud= -"rbxassetid://70656402608465",airplaneDeparture= -"rbxassetid://128259217169873",airplaneLanded= -"rbxassetid://140650414583535",airplanePathDotted= -"rbxassetid://127031390562749",airplaneTicket= -"rbxassetid://111376080041273",airplaneTicketFill= -"rbxassetid://135462983423964",airplaneUpForward= -"rbxassetid://118666460901406",airplaneUpForwardApp= -"rbxassetid://86456797902336",airplaneUpForwardAppFill= -"rbxassetid://138674247429689",airplaneUpRight= -"rbxassetid://119639493899254",airplaneUpRightApp= -"rbxassetid://78891870276906",airplaneUpRightAppFill= -"rbxassetid://89725403848164",airplaneseat= -"rbxassetid://78083142213416",airplayAudio= -"rbxassetid://116697723764870",airplayAudioBadgeExclamationmark= -"rbxassetid://83503011280024",airplayAudioCircle= -"rbxassetid://80229718588080",airplayAudioCircleFill= -"rbxassetid://103569328285276",airplayVideo= -"rbxassetid://116810896448903",airplayVideoBadgeExclamationmark= -"rbxassetid://78536692092854",airplayVideoCircle= -"rbxassetid://96826273727232",airplayVideoCircleFill= -"rbxassetid://76159849342459",airpodGen3Left= -"rbxassetid://92032906332224",airpodGen3Right= -"rbxassetid://81514013851498",airpodLeft= -"rbxassetid://88861314887684",airpodRight= -"rbxassetid://98590879854665",airpods= -"rbxassetid://105216721090985",airpodsChargingcase= -"rbxassetid://130863295252996",airpodsChargingcaseFill= -"rbxassetid://121232831195750",airpodsChargingcaseWireless= -"rbxassetid://99287822945738",airpodsChargingcaseWirelessFill= -"rbxassetid://71210529203442",airpodsGen3= -"rbxassetid://133096857344109",airpodsGen3ChargingcaseWireless= -"rbxassetid://86430811163336",airpodsGen3ChargingcaseWirelessFill= -"rbxassetid://136152192805506",airpodsGen4= -"rbxassetid://75788784044278",airpodsGen4ChargingcaseWireless= -"rbxassetid://104377516094729",airpodsGen4ChargingcaseWirelessFill= -"rbxassetid://132269703660879",airpodsGen4Left= -"rbxassetid://81036149287298",airpodsGen4Right= -"rbxassetid://89176991962030",airpodsMax= -"rbxassetid://140295881357682",airpodsPro= -"rbxassetid://104762388087886",airpodsProChargingcaseWireless= -"rbxassetid://74916316712764",airpodsProChargingcaseWirelessFill= -"rbxassetid://119689181612618",airpodsProChargingcaseWirelessRadiowavesLeftAndRight= -"rbxassetid://112002523373329",airpodsProChargingcaseWirelessRadiowavesLeftAndRightFill= -"rbxassetid://112661702872788",airpodsProLeft= -"rbxassetid://130535017838257",airpodsProRight= -"rbxassetid://114615544703979",airportExpress= -"rbxassetid://100993929886214",airportExtreme= -"rbxassetid://139252592298781",airportExtremeTower= -"rbxassetid://137632039188158",airtag= -"rbxassetid://102568851842235",airtagFill= -"rbxassetid://110618834894029",airtagRadiowavesForward= -"rbxassetid://112497481356786",airtagRadiowavesForwardFill= -"rbxassetid://118691948798025",alarm= -"rbxassetid://101000663656217",alarmFill= -"rbxassetid://114238207603561",alarmWavesLeftAndRight= -"rbxassetid://96848008450473",alarmWavesLeftAndRightFill= -"rbxassetid://95213084509408",alignHorizontalCenter= -"rbxassetid://130477523559078",alignHorizontalCenterFill= -"rbxassetid://111188275028353",alignHorizontalLeft= -"rbxassetid://135780213899665",alignHorizontalLeftFill= -"rbxassetid://127436162864901",alignHorizontalRight= -"rbxassetid://102168162181837",alignHorizontalRightFill= -"rbxassetid://91927420611374",alignVerticalBottom= -"rbxassetid://113986686429871",alignVerticalBottomFill= -"rbxassetid://117908504379715",alignVerticalCenter= -"rbxassetid://114460380566802",alignVerticalCenterFill= -"rbxassetid://118843897119131",alignVerticalTop= -"rbxassetid://110164060692655",alignVerticalTopFill= -"rbxassetid://127872784311788",allergens= -"rbxassetid://98690880706926",allergensFill= -"rbxassetid://83511903871187",alt= -"rbxassetid://84635563534959",alternatingcurrent= -"rbxassetid://98388447497122",americanFootball= -"rbxassetid://100158193011361",americanFootballCircle= -"rbxassetid://126662900527933",americanFootballCircleFill= -"rbxassetid://132928686320071",americanFootballFill= -"rbxassetid://131030009517433",americanFootballProfessional= -"rbxassetid://77158708325861",americanFootballProfessionalCircle= -"rbxassetid://86349389767357",americanFootballProfessionalCircleFill= -"rbxassetid://108443892873991",americanFootballProfessionalFill= -"rbxassetid://115754076132295",amplifier= -"rbxassetid://124594844524933",angle= -"rbxassetid://136912117425221",ant= -"rbxassetid://103700275182218",antCircle= -"rbxassetid://107223961277239",antCircleFill= -"rbxassetid://99752708920377",antFill= -"rbxassetid://90375477077480",antennaRadiowavesLeftAndRight= -"rbxassetid://100960477839035",antennaRadiowavesLeftAndRightCircle= -"rbxassetid://111931222073474",antennaRadiowavesLeftAndRightCircleFill= -"rbxassetid://100758347304737",antennaRadiowavesLeftAndRightSlash= -"rbxassetid://105983657804216",antennaRadiowavesLeftAndRightSlashCircle= -"rbxassetid://138509058666248",antennaRadiowavesLeftAndRightSlashCircleFill= -"rbxassetid://127775112789087",app= -"rbxassetid://76942139616904",appBackgroundDotted= -"rbxassetid://118002847414098",appBadge= -"rbxassetid://124163824604013",appBadgeCheckmark= -"rbxassetid://91997627044630",appBadgeCheckmarkFill= -"rbxassetid://135382762673128",appBadgeClock= -"rbxassetid://128116295670298",appBadgeClockFill= -"rbxassetid://71478537464402",appBadgeFill= -"rbxassetid://108444064021265",appConnectedToAppBelowFill= -"rbxassetid://86270392678680",appDashed= -"rbxassetid://139453891857967",appFill= -"rbxassetid://138606560038900",appGift= -"rbxassetid://136326272899863",appGiftFill= -"rbxassetid://76336327635522",appGrid= -"rbxassetid://125531542127036",appShadow= -"rbxassetid://128340233840505",appSpecular= -"rbxassetid://121197924913544",appTranslucent= -"rbxassetid://82372838134139",appclip= -"rbxassetid://121361948790113",appendPage= -"rbxassetid://81139805825212",appendPageFill= -"rbxassetid://72390563338895",appleBooksPages= -"rbxassetid://80073774773786",appleBooksPagesFill= -"rbxassetid://98639453001777",appleClassicalPages= -"rbxassetid://88052596626799",appleClassicalPagesFill= -"rbxassetid://77900020306949",appleHapticsAndExclamationmarkTriangle= -"rbxassetid://104909762219690",appleHapticsAndMusicNote= -"rbxassetid://73085950229305",appleHapticsAndMusicNoteSlash= -"rbxassetid://119679386998314",appleHomekit= -"rbxassetid://123448043747384",appleImagePlayground= -"rbxassetid://122047973416871",appleImagePlaygroundFill= -"rbxassetid://137591174501420",appleIntelligence= -"rbxassetid://102868869861219",appleIntelligenceBadgeXmark= -"rbxassetid://71757411523212",appleLogo= -"rbxassetid://117037518741596",appleMeditate= -"rbxassetid://122094583078319",appleMeditateCircle= -"rbxassetid://91705343679415",appleMeditateCircleFill= -"rbxassetid://114028400570323",appleMeditateSquareStack= -"rbxassetid://93363929978965",appleMeditateSquareStackFill= -"rbxassetid://135710628929905",applePodcastsPages= -"rbxassetid://81697301707389",applePodcastsPagesFill= -"rbxassetid://86755668292235",appleTerminal= -"rbxassetid://138594629209374",appleTerminalCircle= -"rbxassetid://87827114021925",appleTerminalCircleFill= -"rbxassetid://95742451590546",appleTerminalFill= -"rbxassetid://96248153479670",appleTerminalOnRectangle= -"rbxassetid://117096186473756",appleTerminalOnRectangleFill= -"rbxassetid://73063236120534",appleWritingTools= -"rbxassetid://78521524761561",applepencil= -"rbxassetid://86927458134000",applepencilAdapterUsbC= -"rbxassetid://103335362319319",applepencilAdapterUsbCFill= -"rbxassetid://120047576343841",applepencilAndScribble= -"rbxassetid://108818894124542",applepencilDoubletap= -"rbxassetid://76962043560654",applepencilGen1= -"rbxassetid://131233571148191",applepencilGen2= -"rbxassetid://111648321700108",applepencilHover= -"rbxassetid://103286463913475",applepencilSqueeze= -"rbxassetid://101281401673225",applepencilTip= -"rbxassetid://137144840793318",applescript= -"rbxassetid://114113995253288",applescriptFill= -"rbxassetid://79093865235801",appletv= -"rbxassetid://73575293408691",appletvBadgeCheckmark= -"rbxassetid://91470197131393",appletvBadgeCheckmarkFill= -"rbxassetid://115064658537674",appletvBadgeExclamationmark= -"rbxassetid://129189142755879",appletvBadgeExclamationmarkFill= -"rbxassetid://123756489876071",appletvFill= -"rbxassetid://88138300193590",appletvremoteGen1= -"rbxassetid://127623268737550",appletvremoteGen1Fill= -"rbxassetid://138492777950942",appletvremoteGen2= -"rbxassetid://120116400718909",appletvremoteGen2Fill= -"rbxassetid://83135639800020",appletvremoteGen3= -"rbxassetid://129252403910409",appletvremoteGen3Fill= -"rbxassetid://124393346430583",appletvremoteGen4= -"rbxassetid://117555142091521",appletvremoteGen4Fill= -"rbxassetid://118925366737795",applewatch= -"rbxassetid://72008892998344",applewatchAndArrowForward= -"rbxassetid://123349536222235",applewatchBadgeCheckmark= -"rbxassetid://113862000111586",applewatchBadgeExclamationmark= -"rbxassetid://102339933784894",applewatchCaseSizes= -"rbxassetid://83326970728121",applewatchRadiowavesLeftAndRight= -"rbxassetid://125440894014950",applewatchSideRight= -"rbxassetid://109129245065106",applewatchSlash= -"rbxassetid://113663867724249",applewatchWatchface= -"rbxassetid://129421168400484",appsIpad= -"rbxassetid://134178420263623",appsIpadBadgeCheckmark= -"rbxassetid://90876788833190",appsIpadBadgePlus= -"rbxassetid://130047175823514",appsIpadLandscape= -"rbxassetid://108278804289384",appsIpadOnRectanglePortraitDashed= -"rbxassetid://112018036609220",appsIphone= -"rbxassetid://117430859670947",appsIphoneBadgeCheckmark= -"rbxassetid://89626374577489",appsIphoneBadgePlus= -"rbxassetid://77669911479780",appsIphoneLandscape= -"rbxassetid://111859918127378",appwindowSwipeRectangle= -"rbxassetid://90339742588515",aqiHigh= -"rbxassetid://122617441030013",aqiLow= -"rbxassetid://126485731212187",aqiMedium= -"rbxassetid://84083375525015",aqiMediumGaugeOpen= -"rbxassetid://106625767198556",arcadeStick= -"rbxassetid://71334364974185",arcadeStickAndArrowDown= -"rbxassetid://74580092999663",arcadeStickAndArrowLeft= -"rbxassetid://109050023808824",arcadeStickAndArrowLeftAndArrowRightOutward= -"rbxassetid://83418509480762",arcadeStickAndArrowRight= -"rbxassetid://75013537999858",arcadeStickAndArrowUp= -"rbxassetid://98433110528434",arcadeStickAndArrowUpAndArrowDown= -"rbxassetid://136575373387144",arcadeStickConsole= -"rbxassetid://119356601848280",arcadeStickConsoleFill= -"rbxassetid://87948118408501",archivebox= -"rbxassetid://92992798067796",archiveboxCircle= -"rbxassetid://94201738005338",archiveboxCircleFill= -"rbxassetid://85409261484945",archiveboxFill= -"rbxassetid://110972881890686",arkit= -"rbxassetid://105640227371618",arkitBadgeXmark= -"rbxassetid://87729480798720",arrow2Squarepath= -"rbxassetid://127765720995744",arrow3Trianglepath= -"rbxassetid://118146607909956",arrowBackward= -"rbxassetid://101341976001460",arrowBackwardCircle= -"rbxassetid://137763911302193",arrowBackwardCircleDotted= -"rbxassetid://96803326803714",arrowBackwardCircleFill= -"rbxassetid://83906581169662",arrowBackwardSquare= -"rbxassetid://129297824323757",arrowBackwardSquareFill= -"rbxassetid://134518004517732",arrowBackwardToLine= -"rbxassetid://80029637355846",arrowBackwardToLineCircle= -"rbxassetid://101387832309063",arrowBackwardToLineCircleFill= -"rbxassetid://123092601710409",arrowBackwardToLineCompact= -"rbxassetid://96333190175123",arrowBackwardToLineSquare= -"rbxassetid://83472956489341",arrowBackwardToLineSquareFill= -"rbxassetid://105792552733865",arrowClockwise= -"rbxassetid://129652027568082",arrowClockwiseCircle= -"rbxassetid://108157509312067",arrowClockwiseCircleFill= -"rbxassetid://122937282814377",arrowClockwiseSquare= -"rbxassetid://93052489274536",arrowClockwiseSquareFill= -"rbxassetid://74820846332818",arrowCounterclockwise= -"rbxassetid://110312963277291",arrowCounterclockwiseCircle= -"rbxassetid://82566432517887",arrowCounterclockwiseCircleFill= -"rbxassetid://109696208715515",arrowCounterclockwiseSquare= -"rbxassetid://82036904593792",arrowCounterclockwiseSquareFill= -"rbxassetid://134971332306683",arrowDown= -"rbxassetid://73309426503155",arrowDownAndLineHorizontalAndArrowUp= -"rbxassetid://76589696915129",arrowDownApp= -"rbxassetid://102775188530032",arrowDownAppDashed= -"rbxassetid://74780496444740",arrowDownAppDashedTrianglebadgeExclamationmark= -"rbxassetid://80692154701629",arrowDownAppFill= -"rbxassetid://103868957394321",arrowDownApplewatch= -"rbxassetid://134913130798223",arrowDownBackward= -"rbxassetid://91285363966109",arrowDownBackwardAndArrowUpForward= -"rbxassetid://100024618512724",arrowDownBackwardAndArrowUpForwardCircle= -"rbxassetid://72062707818270",arrowDownBackwardAndArrowUpForwardCircleFill= -"rbxassetid://71782660413792",arrowDownBackwardAndArrowUpForwardRectangle= -"rbxassetid://78402335730660",arrowDownBackwardAndArrowUpForwardRectangleFill= -"rbxassetid://84870805653463",arrowDownBackwardAndArrowUpForwardSquare= -"rbxassetid://96440315164801",arrowDownBackwardAndArrowUpForwardSquareFill= -"rbxassetid://90397274141724",arrowDownBackwardCircle= -"rbxassetid://130155169880677",arrowDownBackwardCircleDotted= -"rbxassetid://82675587487795",arrowDownBackwardCircleFill= -"rbxassetid://95551485966037",arrowDownBackwardSquare= -"rbxassetid://79669043831855",arrowDownBackwardSquareFill= -"rbxassetid://92875570254286",arrowDownBackwardToptrailingRectangle= -"rbxassetid://114848239213142",arrowDownBackwardToptrailingRectangleFill= -"rbxassetid://95549007095111",arrowDownCircle= -"rbxassetid://110231065670799",arrowDownCircleBadgePause= -"rbxassetid://102083718059500",arrowDownCircleBadgePauseFill= -"rbxassetid://116192117582196",arrowDownCircleBadgeXmark= -"rbxassetid://136413490670982",arrowDownCircleBadgeXmarkFill= -"rbxassetid://137512140641441",arrowDownCircleDotted= -"rbxassetid://125546057369252",arrowDownCircleFill= -"rbxassetid://76927503445377",arrowDownDocument= -"rbxassetid://91240982234933",arrowDownDocumentFill= -"rbxassetid://137523308242600",arrowDownForward= -"rbxassetid://108708954819389",arrowDownForwardAndArrowUpBackward= -"rbxassetid://106458431521571",arrowDownForwardAndArrowUpBackwardCircle= -"rbxassetid://84412011836976",arrowDownForwardAndArrowUpBackwardCircleFill= -"rbxassetid://96422397175707",arrowDownForwardAndArrowUpBackwardRectangle= -"rbxassetid://138272425125647",arrowDownForwardAndArrowUpBackwardRectangleFill= -"rbxassetid://113062542589670",arrowDownForwardAndArrowUpBackwardSquare= -"rbxassetid://100064002711788",arrowDownForwardAndArrowUpBackwardSquareFill= -"rbxassetid://136523374091658",arrowDownForwardCircle= -"rbxassetid://112378809427502",arrowDownForwardCircleDotted= -"rbxassetid://133031154317127",arrowDownForwardCircleFill= -"rbxassetid://118971890837260",arrowDownForwardSquare= -"rbxassetid://90050650952476",arrowDownForwardSquareFill= -"rbxassetid://108609508008943",arrowDownForwardTopleadingRectangle= -"rbxassetid://112034261537218",arrowDownForwardTopleadingRectangleFill= -"rbxassetid://134382358808105",arrowDownHeart= -"rbxassetid://137688853576450",arrowDownHeartFill= -"rbxassetid://89567386226188",arrowDownLeft= -"rbxassetid://98750797017035",arrowDownLeftAndArrowUpRight= -"rbxassetid://121191895428111",arrowDownLeftAndArrowUpRightCircle= -"rbxassetid://96371436260840",arrowDownLeftAndArrowUpRightCircleFill= -"rbxassetid://93138881455700",arrowDownLeftAndArrowUpRightRectangle= -"rbxassetid://75680560670218",arrowDownLeftAndArrowUpRightRectangleFill= -"rbxassetid://92162910418143",arrowDownLeftAndArrowUpRightSquare= -"rbxassetid://75192739541721",arrowDownLeftAndArrowUpRightSquareFill= -"rbxassetid://106252325561606",arrowDownLeftArrowUpRight= -"rbxassetid://85780828455335",arrowDownLeftArrowUpRightCircle= -"rbxassetid://106473690069780",arrowDownLeftArrowUpRightCircleFill= -"rbxassetid://125138570546786",arrowDownLeftArrowUpRightSquare= -"rbxassetid://129871458000003",arrowDownLeftArrowUpRightSquareFill= -"rbxassetid://102877609449150",arrowDownLeftCircle= -"rbxassetid://75601842553359",arrowDownLeftCircleDotted= -"rbxassetid://123612731413212",arrowDownLeftCircleFill= -"rbxassetid://118087610695485",arrowDownLeftSquare= -"rbxassetid://86457013331456",arrowDownLeftSquareFill= -"rbxassetid://122346982095639",arrowDownLeftToprightRectangle= -"rbxassetid://89151557323865",arrowDownLeftToprightRectangleFill= -"rbxassetid://103304924725635",arrowDownLeftVideo= -"rbxassetid://105366692606974",arrowDownLeftVideoFill= -"rbxassetid://106508945447478",arrowDownMessage= -"rbxassetid://102022921481279",arrowDownMessageFill= -"rbxassetid://138348829751238",arrowDownRight= -"rbxassetid://89412185918305",arrowDownRightAndArrowUpLeft= -"rbxassetid://134064862401127",arrowDownRightAndArrowUpLeftCircle= -"rbxassetid://126117152904663",arrowDownRightAndArrowUpLeftCircleFill= -"rbxassetid://96307103557919",arrowDownRightAndArrowUpLeftRectangle= -"rbxassetid://125143259768471",arrowDownRightAndArrowUpLeftRectangleFill= -"rbxassetid://107086573681476",arrowDownRightAndArrowUpLeftSquare= -"rbxassetid://131204196824093",arrowDownRightAndArrowUpLeftSquareFill= -"rbxassetid://78863175704451",arrowDownRightCircle= -"rbxassetid://97601382006031",arrowDownRightCircleDotted= -"rbxassetid://137896041101482",arrowDownRightCircleFill= -"rbxassetid://131973777385392",arrowDownRightSquare= -"rbxassetid://108736218669494",arrowDownRightSquareFill= -"rbxassetid://124606183218295",arrowDownRightTopleftRectangle= -"rbxassetid://76510006308780",arrowDownRightTopleftRectangleFill= -"rbxassetid://78828937830629",arrowDownSquare= -"rbxassetid://104562872434609",arrowDownSquareFill= -"rbxassetid://108309319191944",arrowDownToLine= -"rbxassetid://102297351286627",arrowDownToLineCircle= -"rbxassetid://76772694001866",arrowDownToLineCircleFill= -"rbxassetid://108021663143966",arrowDownToLineCompact= -"rbxassetid://139940866030249",arrowDownToLineSquare= -"rbxassetid://131129812882913",arrowDownToLineSquareFill= -"rbxassetid://119924311895652",arrowForward= -"rbxassetid://77038740660790",arrowForwardCircle= -"rbxassetid://87403230746624",arrowForwardCircleDotted= -"rbxassetid://113963814922444",arrowForwardCircleFill= -"rbxassetid://74258216396353",arrowForwardFolder= -"rbxassetid://78926766562293",arrowForwardFolderFill= -"rbxassetid://101106087648240",arrowForwardSquare= -"rbxassetid://134990808605722",arrowForwardSquareFill= -"rbxassetid://113670460144839",arrowForwardToLine= -"rbxassetid://139545832768511",arrowForwardToLineCircle= -"rbxassetid://81504137508513",arrowForwardToLineCircleFill= -"rbxassetid://73956795883216",arrowForwardToLineCompact= -"rbxassetid://134913320843542",arrowForwardToLineSquare= -"rbxassetid://121143692958165",arrowForwardToLineSquareFill= -"rbxassetid://103257913603753",arrowLeft= -"rbxassetid://74293793316538",arrowLeftAndLineVerticalAndArrowRight= -"rbxassetid://127800811870352",arrowLeftAndRight= -"rbxassetid://84399922809722",arrowLeftAndRightCircle= -"rbxassetid://70611905331679",arrowLeftAndRightCircleFill= -"rbxassetid://88191556069303",arrowLeftAndRightSquare= -"rbxassetid://84731147617278",arrowLeftAndRightSquareFill= -"rbxassetid://140081049610567",arrowLeftAndRightTextVertical= -"rbxassetid://82300224988637",arrowLeftArrowRight= -"rbxassetid://128783008118557",arrowLeftArrowRightCircle= -"rbxassetid://126282272892958",arrowLeftArrowRightCircleFill= -"rbxassetid://84948648059557",arrowLeftArrowRightSquare= -"rbxassetid://137877569005942",arrowLeftArrowRightSquareFill= -"rbxassetid://108529019586430",arrowLeftCircle= -"rbxassetid://121612065523635",arrowLeftCircleDotted= -"rbxassetid://79384558921183",arrowLeftCircleFill= -"rbxassetid://130045072987615",arrowLeftSquare= -"rbxassetid://124566468998737",arrowLeftSquareFill= -"rbxassetid://128325069735868",arrowLeftToLine= -"rbxassetid://120486780198988",arrowLeftToLineCircle= -"rbxassetid://133362564564339",arrowLeftToLineCircleFill= -"rbxassetid://79832048065101",arrowLeftToLineCompact= -"rbxassetid://120490774686337",arrowLeftToLineSquare= -"rbxassetid://114187196037374",arrowLeftToLineSquareFill= -"rbxassetid://111110926771658",arrowRight= -"rbxassetid://98907410545194",arrowRightAndLineVerticalAndArrowLeft= -"rbxassetid://98703774839804",arrowRightCircle= -"rbxassetid://113500164375617",arrowRightCircleDotted= -"rbxassetid://111010864580869",arrowRightCircleFill= -"rbxassetid://74246178019742",arrowRightFilledFilterArrowRight= -"rbxassetid://128702550290817",arrowRightPageOnClipboard= -"rbxassetid://75041733247927",arrowRightSquare= -"rbxassetid://96631553175510",arrowRightSquareFill= -"rbxassetid://98266344332295",arrowRightToLine= -"rbxassetid://93682961181095",arrowRightToLineCircle= -"rbxassetid://90402697299957",arrowRightToLineCircleFill= -"rbxassetid://128183528075307",arrowRightToLineCompact= -"rbxassetid://124904359169269",arrowRightToLineSquare= -"rbxassetid://108023257355966",arrowRightToLineSquareFill= -"rbxassetid://88603354835444",arrowTrianglehead2Clockwise= -"rbxassetid://134189070988054",arrowTrianglehead2ClockwiseRotate90= -"rbxassetid://110925465112897",arrowTrianglehead2ClockwiseRotate90Camera= -"rbxassetid://104751432483835",arrowTrianglehead2ClockwiseRotate90CameraFill= -"rbxassetid://86179278496909",arrowTrianglehead2ClockwiseRotate90Circle= -"rbxassetid://105293429432648",arrowTrianglehead2ClockwiseRotate90CircleFill= -"rbxassetid://99363497357792",arrowTrianglehead2ClockwiseRotate90Icloud= -"rbxassetid://76505234199577",arrowTrianglehead2ClockwiseRotate90IcloudFill= -"rbxassetid://135063173048654",arrowTrianglehead2ClockwiseRotate90PageOnClipboard= -"rbxassetid://124587337890687",arrowTrianglehead2Counterclockwise= -"rbxassetid://76287539475599",arrowTrianglehead2CounterclockwiseRotate90= -"rbxassetid://104940104052528",arrowTriangleheadBottomleftCapsulepathClockwise= -"rbxassetid://129723290565374",arrowTriangleheadBranch= -"rbxassetid://120892025055076",arrowTriangleheadClockwise= -"rbxassetid://139807137838158",arrowTriangleheadClockwiseHeart= -"rbxassetid://136323221947132",arrowTriangleheadClockwiseHeartFill= -"rbxassetid://87810078073696",arrowTriangleheadClockwiseIcloud= -"rbxassetid://135593335614665",arrowTriangleheadClockwiseIcloudFill= -"rbxassetid://122183202313705",arrowTriangleheadClockwiseRotate90= -"rbxassetid://138844623897353",arrowTriangleheadCounterclockwise= -"rbxassetid://94935218030983",arrowTriangleheadCounterclockwiseIcloud= -"rbxassetid://92550795117019",arrowTriangleheadCounterclockwiseIcloudFill= -"rbxassetid://99461924624537",arrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://83356873547226",arrowTriangleheadLeftAndRightRighttriangleLeftRighttriangleRight= -"rbxassetid://74125778932486",arrowTriangleheadLeftAndRightRighttriangleLeftRighttriangleRightFill= -"rbxassetid://72463959187032",arrowTriangleheadMerge= -"rbxassetid://107584637503813",arrowTriangleheadPull= -"rbxassetid://130050331983073",arrowTriangleheadRectanglepath= -"rbxassetid://89993339220100",arrowTriangleheadSwap= -"rbxassetid://140444240634270",arrowTriangleheadToprightCapsulepathClockwise= -"rbxassetid://92120638511220",arrowTriangleheadTurnUpRight= -"rbxassetid://105196435526685",arrowTriangleheadTurnUpRightCircle= -"rbxassetid://137689785579389",arrowTriangleheadTurnUpRightCircleFill= -"rbxassetid://82495655965911",arrowTriangleheadTurnUpRightDiamond= -"rbxassetid://136745459299075",arrowTriangleheadTurnUpRightDiamondFill= -"rbxassetid://104304901060285",arrowTriangleheadUpAndDownRighttriangleUpRighttriangleDown= -"rbxassetid://122410158277647",arrowTriangleheadUpAndDownRighttriangleUpRighttriangleDownFill= -"rbxassetid://127451865215015",arrowTurnDownLeft= -"rbxassetid://119393400553468",arrowTurnDownRight= -"rbxassetid://90865408471361",arrowTurnLeftDown= -"rbxassetid://131048762526935",arrowTurnLeftUp= -"rbxassetid://122663062756092",arrowTurnRightDown= -"rbxassetid://134302934425842",arrowTurnRightUp= -"rbxassetid://87160717845956",arrowTurnUpForwardIphone= -"rbxassetid://127868776283079",arrowTurnUpForwardIphoneFill= -"rbxassetid://85446357549486",arrowTurnUpLeft= -"rbxassetid://76366711897083",arrowTurnUpRight= -"rbxassetid://119231018770073",arrowUp= -"rbxassetid://82417764182214",arrowUpAndDown= -"rbxassetid://78004328083097",arrowUpAndDownAndArrowLeftAndRight= -"rbxassetid://130523205309366",arrowUpAndDownAndSparkles= -"rbxassetid://118164208480045",arrowUpAndDownCircle= -"rbxassetid://93351594990651",arrowUpAndDownCircleFill= -"rbxassetid://108245636917002",arrowUpAndDownSquare= -"rbxassetid://97116102158008",arrowUpAndDownSquareFill= -"rbxassetid://111564882855875",arrowUpAndDownTextHorizontal= -"rbxassetid://84343951754781",arrowUpAndLineHorizontalAndArrowDown= -"rbxassetid://113227962581917",arrowUpAndPersonRectanglePortrait= -"rbxassetid://130009762140491",arrowUpAndPersonRectangleTurnLeft= -"rbxassetid://76749789044997",arrowUpAndPersonRectangleTurnRight= -"rbxassetid://94911229080682",arrowUpArrowDown= -"rbxassetid://75323379119979",arrowUpArrowDownCircle= -"rbxassetid://106501220991580",arrowUpArrowDownCircleFill= -"rbxassetid://114813988139296",arrowUpArrowDownSquare= -"rbxassetid://111836106832111",arrowUpArrowDownSquareFill= -"rbxassetid://115273028298557",arrowUpBackward= -"rbxassetid://99700315314756",arrowUpBackwardAndArrowDownForward= -"rbxassetid://138456399853059",arrowUpBackwardAndArrowDownForwardCircle= -"rbxassetid://122611472216759",arrowUpBackwardAndArrowDownForwardCircleFill= -"rbxassetid://137615181193064",arrowUpBackwardAndArrowDownForwardRectangle= -"rbxassetid://114096195952913",arrowUpBackwardAndArrowDownForwardRectangleFill= -"rbxassetid://130789837639275",arrowUpBackwardAndArrowDownForwardSquare= -"rbxassetid://104330926961236",arrowUpBackwardAndArrowDownForwardSquareFill= -"rbxassetid://93130754133898",arrowUpBackwardBottomtrailingRectangle= -"rbxassetid://75219614570592",arrowUpBackwardBottomtrailingRectangleFill= -"rbxassetid://139820099594344",arrowUpBackwardCircle= -"rbxassetid://116632668195990",arrowUpBackwardCircleDotted= -"rbxassetid://129080027529043",arrowUpBackwardCircleFill= -"rbxassetid://96550487259709",arrowUpBackwardSquare= -"rbxassetid://91884213787784",arrowUpBackwardSquareFill= -"rbxassetid://100707046241036",arrowUpBin= -"rbxassetid://100745078218740",arrowUpBinFill= -"rbxassetid://123071243676169",arrowUpCircle= -"rbxassetid://78642692341774",arrowUpCircleBadgeClock= -"rbxassetid://109559543196932",arrowUpCircleDotted= -"rbxassetid://129753642216702",arrowUpCircleFill= -"rbxassetid://78910386303464",arrowUpDocument= -"rbxassetid://94656087921986",arrowUpDocumentFill= -"rbxassetid://131566673388470",arrowUpFolder= -"rbxassetid://70898751952048",arrowUpFolderFill= -"rbxassetid://135210119598165",arrowUpForward= -"rbxassetid://80105598195583",arrowUpForwardAndArrowDownBackward= -"rbxassetid://107419060040262",arrowUpForwardAndArrowDownBackwardCircle= -"rbxassetid://98496426630211",arrowUpForwardAndArrowDownBackwardCircleFill= -"rbxassetid://70419812884990",arrowUpForwardAndArrowDownBackwardRectangle= -"rbxassetid://87247933653478",arrowUpForwardAndArrowDownBackwardRectangleFill= -"rbxassetid://131452644371116",arrowUpForwardAndArrowDownBackwardSquare= -"rbxassetid://105576764461358",arrowUpForwardAndArrowDownBackwardSquareFill= -"rbxassetid://92064657951968",arrowUpForwardApp= -"rbxassetid://124214982146150",arrowUpForwardAppFill= -"rbxassetid://108549954980338",arrowUpForwardBottomleadingRectangle= -"rbxassetid://138679112490106",arrowUpForwardBottomleadingRectangleFill= -"rbxassetid://73619608019266",arrowUpForwardCircle= -"rbxassetid://105910189400184",arrowUpForwardCircleDotted= -"rbxassetid://115446124768796",arrowUpForwardCircleFill= -"rbxassetid://98113325447012",arrowUpForwardSquare= -"rbxassetid://79331496658486",arrowUpForwardSquareFill= -"rbxassetid://72790479894945",arrowUpHeart= -"rbxassetid://94698746496631",arrowUpHeartFill= -"rbxassetid://113681502936006",arrowUpLeft= -"rbxassetid://89590008909148",arrowUpLeftAndArrowDownRight= -"rbxassetid://76634431843241",arrowUpLeftAndArrowDownRightCircle= -"rbxassetid://126893996715725",arrowUpLeftAndArrowDownRightCircleFill= -"rbxassetid://108695249677546",arrowUpLeftAndArrowDownRightRectangle= -"rbxassetid://107904699583665",arrowUpLeftAndArrowDownRightRectangleFill= -"rbxassetid://128222225001362",arrowUpLeftAndArrowDownRightSquare= -"rbxassetid://89019895008034",arrowUpLeftAndArrowDownRightSquareFill= -"rbxassetid://97980810964422",arrowUpLeftAndDownRightAndArrowUpRightAndDownLeft= -"rbxassetid://97374074012786",arrowUpLeftAndDownRightMagnifyingglass= -"rbxassetid://138736075296536",arrowUpLeftArrowDownRight= -"rbxassetid://138851054859048",arrowUpLeftArrowDownRightCircle= -"rbxassetid://102800253657354",arrowUpLeftArrowDownRightCircleFill= -"rbxassetid://103862788417594",arrowUpLeftArrowDownRightSquare= -"rbxassetid://112774951904648",arrowUpLeftArrowDownRightSquareFill= -"rbxassetid://87250755287045",arrowUpLeftBottomrightRectangle= -"rbxassetid://106816147924514",arrowUpLeftBottomrightRectangleFill= -"rbxassetid://73257713925979",arrowUpLeftCircle= -"rbxassetid://84160222554463",arrowUpLeftCircleDotted= -"rbxassetid://119946926757213",arrowUpLeftCircleFill= -"rbxassetid://90754155300477",arrowUpLeftSquare= -"rbxassetid://118655084855655",arrowUpLeftSquareFill= -"rbxassetid://120200452941617",arrowUpMessage= -"rbxassetid://128468672001254",arrowUpMessageFill= -"rbxassetid://130440112652459",arrowUpPageOnClipboard= -"rbxassetid://75276510332319",arrowUpRight= -"rbxassetid://114170229055977",arrowUpRightAndArrowDownLeft= -"rbxassetid://131877564105478",arrowUpRightAndArrowDownLeftCircle= -"rbxassetid://110390537924790",arrowUpRightAndArrowDownLeftCircleFill= -"rbxassetid://139795674214731",arrowUpRightAndArrowDownLeftRectangle= -"rbxassetid://106340526148500",arrowUpRightAndArrowDownLeftRectangleFill= -"rbxassetid://121217783271963",arrowUpRightAndArrowDownLeftSquare= -"rbxassetid://98107474061092",arrowUpRightAndArrowDownLeftSquareFill= -"rbxassetid://109580110074504",arrowUpRightBottomleftRectangle= -"rbxassetid://93830631724069",arrowUpRightBottomleftRectangleFill= -"rbxassetid://117523238745935",arrowUpRightCircle= -"rbxassetid://133046851705175",arrowUpRightCircleDotted= -"rbxassetid://102571475226815",arrowUpRightCircleFill= -"rbxassetid://91560948327853",arrowUpRightSquare= -"rbxassetid://90998661005339",arrowUpRightSquareFill= -"rbxassetid://104724163730932",arrowUpRightVideo= -"rbxassetid://134665147490866",arrowUpRightVideoFill= -"rbxassetid://120223303063055",arrowUpSquare= -"rbxassetid://104747517419204",arrowUpSquareFill= -"rbxassetid://108732098384217",arrowUpToLine= -"rbxassetid://104648911856891",arrowUpToLineCircle= -"rbxassetid://135007154667000",arrowUpToLineCircleFill= -"rbxassetid://132873761330935",arrowUpToLineCompact= -"rbxassetid://103418243227183",arrowUpToLineSquare= -"rbxassetid://127046389280636",arrowUpToLineSquareFill= -"rbxassetid://88890002070473",arrowUpTrash= -"rbxassetid://84356256302590",arrowUpTrashFill= -"rbxassetid://99167578951267",arrowUturnBackward= -"rbxassetid://118059674307261",arrowUturnBackwardCircle= -"rbxassetid://124381237675276",arrowUturnBackwardCircleBadgeEllipsis= -"rbxassetid://101330669301988",arrowUturnBackwardCircleFill= -"rbxassetid://99396868432929",arrowUturnBackwardSquare= -"rbxassetid://75444921076909",arrowUturnBackwardSquareFill= -"rbxassetid://74753056346048",arrowUturnDown= -"rbxassetid://117390661385323",arrowUturnDownCircle= -"rbxassetid://102277002392590",arrowUturnDownCircleFill= -"rbxassetid://73423220601675",arrowUturnDownSquare= -"rbxassetid://114345113549870",arrowUturnDownSquareFill= -"rbxassetid://95405065185910",arrowUturnForward= -"rbxassetid://118910967458581",arrowUturnForwardCircle= -"rbxassetid://103442996613527",arrowUturnForwardCircleFill= -"rbxassetid://126733609902243",arrowUturnForwardSquare= -"rbxassetid://113119004781700",arrowUturnForwardSquareFill= -"rbxassetid://106983229579789",arrowUturnLeft= -"rbxassetid://109044824355735",arrowUturnLeftCircle= -"rbxassetid://134136558298504",arrowUturnLeftCircleBadgeEllipsis= -"rbxassetid://81274655703370",arrowUturnLeftCircleFill= -"rbxassetid://87421380489836",arrowUturnLeftSquare= -"rbxassetid://95409035743632",arrowUturnLeftSquareFill= -"rbxassetid://96215565514596",arrowUturnRight= -"rbxassetid://107393798585121",arrowUturnRightCircle= -"rbxassetid://106624718461111",arrowUturnRightCircleFill= -"rbxassetid://98141572201110",arrowUturnRightSquare= -"rbxassetid://111088435689771",arrowUturnRightSquareFill= -"rbxassetid://103785544002576",arrowUturnUp= -"rbxassetid://86163193661104",arrowUturnUpCircle= -"rbxassetid://74764120053057",arrowUturnUpCircleFill= -"rbxassetid://139564314865034",arrowUturnUpSquare= -"rbxassetid://75416925624856",arrowUturnUpSquareFill= -"rbxassetid://94722917996213",arrowkeys= -"rbxassetid://88857500886827",arrowkeysDownFilled= -"rbxassetid://91898552412218",arrowkeysFill= -"rbxassetid://91043969555880",arrowkeysLeftFilled= -"rbxassetid://100645311751607",arrowkeysRightFilled= -"rbxassetid://116605774132267",arrowkeysUpFilled= -"rbxassetid://77260418311979",arrowshapeBackward= -"rbxassetid://125860613855946",arrowshapeBackwardCircle= -"rbxassetid://127883558733827",arrowshapeBackwardCircleFill= -"rbxassetid://110317291513168",arrowshapeBackwardFill= -"rbxassetid://96835102903031",arrowshapeBounceForward= -"rbxassetid://72598384796312",arrowshapeBounceForwardFill= -"rbxassetid://127474190117114",arrowshapeBounceRight= -"rbxassetid://101809165503147",arrowshapeBounceRightFill= -"rbxassetid://102548000382764",arrowshapeDown= -"rbxassetid://109387211862482",arrowshapeDownCircle= -"rbxassetid://119351347395899",arrowshapeDownCircleFill= -"rbxassetid://70914622137173",arrowshapeDownFill= -"rbxassetid://123512430027296",arrowshapeForward= -"rbxassetid://76988857883954",arrowshapeForwardCircle= -"rbxassetid://98330307017615",arrowshapeForwardCircleFill= -"rbxassetid://116154729642032",arrowshapeForwardFill= -"rbxassetid://99070655159381",arrowshapeLeft= -"rbxassetid://102507087379419",arrowshapeLeftArrowshapeRight= -"rbxassetid://138376541771105",arrowshapeLeftArrowshapeRightFill= -"rbxassetid://94316583455107",arrowshapeLeftCircle= -"rbxassetid://99169915612301",arrowshapeLeftCircleFill= -"rbxassetid://124940812028427",arrowshapeLeftFill= -"rbxassetid://138009474615961",arrowshapeRight= -"rbxassetid://138227800140964",arrowshapeRightCircle= -"rbxassetid://79028649466007",arrowshapeRightCircleFill= -"rbxassetid://99949905207298",arrowshapeRightFill= -"rbxassetid://75251062777125",arrowshapeTurnUpBackward= -"rbxassetid://102850752238450",arrowshapeTurnUpBackward2= -"rbxassetid://107036690953135",arrowshapeTurnUpBackward2Circle= -"rbxassetid://90016636745755",arrowshapeTurnUpBackward2CircleFill= -"rbxassetid://94730287360358",arrowshapeTurnUpBackward2Fill= -"rbxassetid://118342761426359",arrowshapeTurnUpBackwardBadgeClock= -"rbxassetid://85699018835389",arrowshapeTurnUpBackwardBadgeClockFill= -"rbxassetid://93443654850937",arrowshapeTurnUpBackwardCircle= -"rbxassetid://137339020887717",arrowshapeTurnUpBackwardCircleFill= -"rbxassetid://86795495774233",arrowshapeTurnUpBackwardFill= -"rbxassetid://116936210126853",arrowshapeTurnUpForward= -"rbxassetid://97018526205805",arrowshapeTurnUpForwardCircle= -"rbxassetid://128613467560481",arrowshapeTurnUpForwardCircleFill= -"rbxassetid://100855135200852",arrowshapeTurnUpForwardFill= -"rbxassetid://118854213360680",arrowshapeTurnUpLeft= -"rbxassetid://102972820038896",arrowshapeTurnUpLeft2= -"rbxassetid://78905932713875",arrowshapeTurnUpLeft2Circle= -"rbxassetid://124985390868106",arrowshapeTurnUpLeft2CircleFill= -"rbxassetid://130394974105441",arrowshapeTurnUpLeft2Fill= -"rbxassetid://123532981575120",arrowshapeTurnUpLeftCircle= -"rbxassetid://95021732788827",arrowshapeTurnUpLeftCircleFill= -"rbxassetid://101656328994995",arrowshapeTurnUpLeftFill= -"rbxassetid://134466546361340",arrowshapeTurnUpRight= -"rbxassetid://133374521119894",arrowshapeTurnUpRightCircle= -"rbxassetid://135226503140426",arrowshapeTurnUpRightCircleFill= -"rbxassetid://135197704806121",arrowshapeTurnUpRightFill= -"rbxassetid://92431296510673",arrowshapeUp= -"rbxassetid://100498223792921",arrowshapeUpCircle= -"rbxassetid://131094308363840",arrowshapeUpCircleFill= -"rbxassetid://115001085244823",arrowshapeUpFill= -"rbxassetid://112072295837609",arrowshapeZigzagForward= -"rbxassetid://122550304767313",arrowshapeZigzagForwardFill= -"rbxassetid://84604032555053",arrowshapeZigzagRight= -"rbxassetid://72611652946398",arrowshapeZigzagRightFill= -"rbxassetid://76420241518175",arrowtriangleBackward= -"rbxassetid://98618424860245",arrowtriangleBackwardCircle= -"rbxassetid://100226175379340",arrowtriangleBackwardCircleFill= -"rbxassetid://90472700967554",arrowtriangleBackwardFill= -"rbxassetid://116191932811386",arrowtriangleBackwardSquare= -"rbxassetid://113305951387399",arrowtriangleBackwardSquareFill= -"rbxassetid://131067836013023",arrowtriangleDown= -"rbxassetid://89938608548211",arrowtriangleDownCircle= -"rbxassetid://122248611587746",arrowtriangleDownCircleFill= -"rbxassetid://114604677035567",arrowtriangleDownFill= -"rbxassetid://83871401892649",arrowtriangleDownSquare= -"rbxassetid://124799201531752",arrowtriangleDownSquareFill= -"rbxassetid://87660411424576",arrowtriangleForward= -"rbxassetid://122353427714623",arrowtriangleForwardCircle= -"rbxassetid://81541973504970",arrowtriangleForwardCircleFill= -"rbxassetid://94145413125524",arrowtriangleForwardFill= -"rbxassetid://76174373835641",arrowtriangleForwardSquare= -"rbxassetid://130855576365344",arrowtriangleForwardSquareFill= -"rbxassetid://112168732646219",arrowtriangleLeft= -"rbxassetid://108240103733138",arrowtriangleLeftAndLineVerticalAndArrowtriangleRight= -"rbxassetid://71851540657393",arrowtriangleLeftAndLineVerticalAndArrowtriangleRightFill= -"rbxassetid://85015503949671",arrowtriangleLeftCircle= -"rbxassetid://99426680086729",arrowtriangleLeftCircleFill= -"rbxassetid://108780753328496",arrowtriangleLeftFill= -"rbxassetid://111747469988452",arrowtriangleLeftSquare= -"rbxassetid://126617470614177",arrowtriangleLeftSquareFill= -"rbxassetid://115694451919941",arrowtriangleRight= -"rbxassetid://133888102839726",arrowtriangleRightAndLineVerticalAndArrowtriangleLeft= -"rbxassetid://98306229295927",arrowtriangleRightAndLineVerticalAndArrowtriangleLeftFill= -"rbxassetid://82231403302768",arrowtriangleRightCircle= -"rbxassetid://99006147662380",arrowtriangleRightCircleFill= -"rbxassetid://123584451935069",arrowtriangleRightFill= -"rbxassetid://138483071962906",arrowtriangleRightSquare= -"rbxassetid://102854691539850",arrowtriangleRightSquareFill= -"rbxassetid://73291801865110",arrowtriangleUp= -"rbxassetid://109242190580752",arrowtriangleUpArrowtriangleDownWindowLeft= -"rbxassetid://124074279714755",arrowtriangleUpArrowtriangleDownWindowRight= -"rbxassetid://112915887075336",arrowtriangleUpCircle= -"rbxassetid://101064276641644",arrowtriangleUpCircleFill= -"rbxassetid://121456735751235",arrowtriangleUpFill= -"rbxassetid://119516123109003",arrowtriangleUpSquare= -"rbxassetid://90329158920742",arrowtriangleUpSquareFill= -"rbxassetid://111838647425328",aspectratio= -"rbxassetid://98392234292828",aspectratioFill= -"rbxassetid://102639787901964",asterisk= -"rbxassetid://123773042428401",asteriskCircle= -"rbxassetid://88019328657348",asteriskCircleFill= -"rbxassetid://104383562784229",at= -"rbxassetid://125826108832095",atBadgeMinus= -"rbxassetid://126229639518591",atBadgePlus= -"rbxassetid://100954649022617",atCircle= -"rbxassetid://78362062502505",atCircleFill= -"rbxassetid://95944436772488",atom= -"rbxassetid://71152862734395",audioJackMono= -"rbxassetid://130050806386055",audioJackStereo= -"rbxassetid://137328092730654",australianFootball= -"rbxassetid://128018959934891",australianFootballCircle= -"rbxassetid://92130483433794",australianFootballCircleFill= -"rbxassetid://131126433982846",australianFootballFill= -"rbxassetid://71640982753000",australiandollarsign= -"rbxassetid://135588135792945",australiandollarsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://107492634527185",australiandollarsignBankBuilding= -"rbxassetid://70994093182527",australiandollarsignBankBuildingFill= -"rbxassetid://101847415354307",australiandollarsignCircle= -"rbxassetid://121808485678769",australiandollarsignCircleFill= -"rbxassetid://112925687403640",australiandollarsignGaugeChartLefthalfRighthalf= -"rbxassetid://95637674541027",australiandollarsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://78803002816816",australiandollarsignRing= -"rbxassetid://80477918329408",australiandollarsignRingDashed= -"rbxassetid://90157612438991",australiandollarsignSquare= -"rbxassetid://125809428458396",australiandollarsignSquareFill= -"rbxassetid://95203824833111",australsign= -"rbxassetid://92867756551271",australsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://131060478461331",australsignBankBuilding= -"rbxassetid://120205675745574",australsignBankBuildingFill= -"rbxassetid://118724095266525",australsignCircle= -"rbxassetid://82060876560590",australsignCircleFill= -"rbxassetid://105309412846953",australsignGaugeChartLefthalfRighthalf= -"rbxassetid://123605888118832",australsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://115925702339509",australsignRing= -"rbxassetid://120541786813235",australsignRingDashed= -"rbxassetid://75948252041147",australsignSquare= -"rbxassetid://112998387025290",australsignSquareFill= -"rbxassetid://112810325328527",automaticBrakesignal= -"rbxassetid://97423055768718",automaticHeadlightHighBeam= -"rbxassetid://93695291079053",automaticHeadlightHighBeamFill= -"rbxassetid://128310474950000",automaticHeadlightLowBeam= -"rbxassetid://131359747050647",automaticHeadlightLowBeamFill= -"rbxassetid://74629511242145",autostartstop= -"rbxassetid://70839508897575",autostartstopSlash= -"rbxassetid://110745906964962",autostartstopTrianglebadgeExclamationmark= -"rbxassetid://96470161048876",avRemote= -"rbxassetid://84136173619533",avRemoteFill= -"rbxassetid://133893980018251",axle2= -"rbxassetid://93460537527527",axle2DriveshaftDisengaged= -"rbxassetid://78983279952573",axle2FrontAndRearEngaged= -"rbxassetid://130750725040322",axle2FrontDisengaged= -"rbxassetid://127406511808127",axle2FrontEngaged= -"rbxassetid://140322814580368",axle2RearDisengaged= -"rbxassetid://93474819616731",axle2RearEngaged= -"rbxassetid://97846789012479",axle2RearLock= -"rbxassetid://102207249828349",bCircle= -"rbxassetid://108788381529287",bCircleFill= -"rbxassetid://137235842337482",bSquare= -"rbxassetid://123607788253390",bSquareFill= -"rbxassetid://113419727072657",backpack= -"rbxassetid://97757978674551",backpackCircle= -"rbxassetid://124341518733904",backpackCircleFill= -"rbxassetid://133943334388308",backpackFill= -"rbxassetid://71368595120640",backpackSensorTagRadiowavesLeftAndRight= -"rbxassetid://88377418239686",backpackSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://71030633204620",backward= -"rbxassetid://93361708987067",backwardCircle= -"rbxassetid://97256803113989",backwardCircleFill= -"rbxassetid://77018678896818",backwardEnd= -"rbxassetid://74417146473858",backwardEndAlt= -"rbxassetid://115337852123822",backwardEndAltFill= -"rbxassetid://104754382734243",backwardEndCircle= -"rbxassetid://75265845579723",backwardEndCircleFill= -"rbxassetid://113880097562758",backwardEndFill= -"rbxassetid://75452413804793",backwardFill= -"rbxassetid://77028147315851",backwardFrame= -"rbxassetid://106900590310004",backwardFrameFill= -"rbxassetid://88133378016790",badgePlusRadiowavesForward= -"rbxassetid://107355885822952",badgePlusRadiowavesRight= -"rbxassetid://101471369200634",bag= -"rbxassetid://77879431438059",bagBadgeMinus= -"rbxassetid://136289663266074",bagBadgePlus= -"rbxassetid://96871272959419",bagBadgeQuestionmark= -"rbxassetid://123728436498853",bagCircle= -"rbxassetid://139936421824941",bagCircleFill= -"rbxassetid://121844478888114",bagFill= -"rbxassetid://116042368380640",bagFillBadgeMinus= -"rbxassetid://113762600916029",bagFillBadgePlus= -"rbxassetid://98758459218574",bagFillBadgeQuestionmark= -"rbxassetid://87794008730075",bahtsign= -"rbxassetid://98176760845370",bahtsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://97312297474011",bahtsignBankBuilding= -"rbxassetid://83843753488801",bahtsignBankBuildingFill= -"rbxassetid://103886174732181",bahtsignCircle= -"rbxassetid://117013363727255",bahtsignCircleFill= -"rbxassetid://94905169297997",bahtsignGaugeChartLefthalfRighthalf= -"rbxassetid://102646810788815",bahtsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://113229382608370",bahtsignRing= -"rbxassetid://72117804411441",bahtsignRingDashed= -"rbxassetid://97927697261644",bahtsignSquare= -"rbxassetid://86309375103267",bahtsignSquareFill= -"rbxassetid://102383391539009",balloon= -"rbxassetid://103924051405571",balloon2= -"rbxassetid://80212669311893",balloon2Fill= -"rbxassetid://85918456244359",balloonFill= -"rbxassetid://103651849053105",bandage= -"rbxassetid://109098714240796",bandageFill= -"rbxassetid://96542130474127",banknote= -"rbxassetid://126707889281078",banknoteFill= -"rbxassetid://117705250499684",barcode= -"rbxassetid://109953273120813",barcodeViewfinder= -"rbxassetid://80786527084338",barometer= -"rbxassetid://126945484568592",baseUnit= -"rbxassetid://92685001317240",baseball= -"rbxassetid://89328356771354",baseballCircle= -"rbxassetid://117368697411126",baseballCircleFill= -"rbxassetid://79627782416160",baseballDiamondBases= -"rbxassetid://118877503799052",baseballDiamondBasesOutsIndicator= -"rbxassetid://77917986231184",baseballFill= -"rbxassetid://108809830898464",basket= -"rbxassetid://136980815977159",basketFill= -"rbxassetid://134835186644256",basketball= -"rbxassetid://121488607222099",basketballCircle= -"rbxassetid://114159638757931",basketballCircleFill= -"rbxassetid://128610211069934",basketballFill= -"rbxassetid://70640443541952",bathtub= -"rbxassetid://140026166378124",bathtubFill= -"rbxassetid://137012493603264",battery0percent= -"rbxassetid://125762441020991",battery100percent= -"rbxassetid://81055312900322",battery100percentBolt= -"rbxassetid://116229242432644",battery100percentCircle= -"rbxassetid://94616336701155",battery100percentCircleFill= -"rbxassetid://113683145784077",battery25percent= -"rbxassetid://116492572139372",battery50percent= -"rbxassetid://112416729856174",battery75percent= -"rbxassetid://80658384470058",batteryblock= -"rbxassetid://115485813954981",batteryblockFill= -"rbxassetid://114482382719786",batteryblockSlash= -"rbxassetid://101153814510672",batteryblockSlashFill= -"rbxassetid://71668388874087",batteryblockStack= -"rbxassetid://86713122798169",batteryblockStackBadgeSnowflake= -"rbxassetid://128347334015469",batteryblockStackBadgeSnowflakeFill= -"rbxassetid://76846252459145",batteryblockStackFill= -"rbxassetid://118247842158190",batteryblockStackTrianglebadgeExclamationmark= -"rbxassetid://93797599055423",batteryblockStackTrianglebadgeExclamationmarkFill= -"rbxassetid://77946613876996",beachUmbrella= -"rbxassetid://106062408615751",beachUmbrellaFill= -"rbxassetid://95571640926710",beatsEarphones= -"rbxassetid://132898955261641",beatsFitpro= -"rbxassetid://109172314386183",beatsFitproChargingcase= -"rbxassetid://122414998300338",beatsFitproChargingcaseFill= -"rbxassetid://129395206270727",beatsFitproLeft= -"rbxassetid://114279644879658",beatsFitproRight= -"rbxassetid://75325870004091",beatsHeadphones= -"rbxassetid://100825136057533",beatsPill= -"rbxassetid://82771579019554",beatsPillFill= -"rbxassetid://91252674660163",beatsPowerbeats= -"rbxassetid://95471682251272",beatsPowerbeats3= -"rbxassetid://126585527701474",beatsPowerbeats3Left= -"rbxassetid://105595767326470",beatsPowerbeats3Right= -"rbxassetid://73149902446696",beatsPowerbeatsLeft= -"rbxassetid://74224106088056",beatsPowerbeatsPro= -"rbxassetid://74902376855956",beatsPowerbeatsPro2= -"rbxassetid://125629444884381",beatsPowerbeatsPro2Chargingcase= -"rbxassetid://125240468441888",beatsPowerbeatsPro2ChargingcaseFill= -"rbxassetid://136252474019195",beatsPowerbeatsPro2Left= -"rbxassetid://94698239899240",beatsPowerbeatsPro2Right= -"rbxassetid://112430203397600",beatsPowerbeatsProChargingcase= -"rbxassetid://107749197991118",beatsPowerbeatsProChargingcaseFill= -"rbxassetid://126981363498412",beatsPowerbeatsProLeft= -"rbxassetid://118352459704939",beatsPowerbeatsProRight= -"rbxassetid://99348930367015",beatsPowerbeatsRight= -"rbxassetid://120915449728078",beatsSolobuds= -"rbxassetid://87582548979148",beatsSolobudsChargingcase= -"rbxassetid://97908253559410",beatsSolobudsChargingcaseFill= -"rbxassetid://102747012701258",beatsSolobudsLeft= -"rbxassetid://127297764240350",beatsSolobudsRight= -"rbxassetid://86190159401124",beatsStudiobuds= -"rbxassetid://79304133509888",beatsStudiobudsChargingcase= -"rbxassetid://85284411221863",beatsStudiobudsChargingcaseFill= -"rbxassetid://109260387629208",beatsStudiobudsLeft= -"rbxassetid://134648985969392",beatsStudiobudsPlus= -"rbxassetid://99131589193755",beatsStudiobudsPlusChargingcase= -"rbxassetid://117588287682377",beatsStudiobudsPlusChargingcaseFill= -"rbxassetid://106099309316143",beatsStudiobudsPlusLeft= -"rbxassetid://126850737759390",beatsStudiobudsPlusRight= -"rbxassetid://121590839223950",beatsStudiobudsRight= -"rbxassetid://136487860820865",bedDouble= -"rbxassetid://77815782149730",bedDoubleBadgeCheckmark= -"rbxassetid://140131746685115",bedDoubleBadgeCheckmarkFill= -"rbxassetid://126537779410905",bedDoubleCircle= -"rbxassetid://93118071808693",bedDoubleCircleFill= -"rbxassetid://84974861247037",bedDoubleFill= -"rbxassetid://91123952977125",bell= -"rbxassetid://84973861905202",bellAndWavesLeftAndRight= -"rbxassetid://99958830698676",bellAndWavesLeftAndRightFill= -"rbxassetid://131416656442797",bellBadge= -"rbxassetid://85389015957562",bellBadgeCircle= -"rbxassetid://74557499148034",bellBadgeCircleFill= -"rbxassetid://105448506644053",bellBadgeFill= -"rbxassetid://139441228194090",bellBadgeSlash= -"rbxassetid://116827220472795",bellBadgeSlashFill= -"rbxassetid://131157823936353",bellBadgeWaveform= -"rbxassetid://114501738345418",bellBadgeWaveformFill= -"rbxassetid://86540249239718",bellBadgeWaveformSlash= -"rbxassetid://138476408251460",bellBadgeWaveformSlashFill= -"rbxassetid://136996130882546",bellCircle= -"rbxassetid://112823526262950",bellCircleFill= -"rbxassetid://93637121855833",bellFill= -"rbxassetid://99387689537980",bellSlash= -"rbxassetid://88117889572906",bellSlashCircle= -"rbxassetid://94390573177310",bellSlashCircleFill= -"rbxassetid://111219844537553",bellSlashFill= -"rbxassetid://72636420831566",bellSquare= -"rbxassetid://70767070049883",bellSquareFill= -"rbxassetid://82553000811929",beziercurve= -"rbxassetid://99865126318928",bicycle= -"rbxassetid://112421948609751",bicycleCircle= -"rbxassetid://139156663724637",bicycleCircleFill= -"rbxassetid://98753107540667",bicycleSensorTagRadiowavesLeftAndRight= -"rbxassetid://99905162696922",bicycleSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://137500990545982",binoculars= -"rbxassetid://104773786267414",binocularsCircle= -"rbxassetid://110826018541428",binocularsCircleFill= -"rbxassetid://90900244533735",binocularsFill= -"rbxassetid://88643661729592",bird= -"rbxassetid://124123175050122",birdCircle= -"rbxassetid://135722075920461",birdCircleFill= -"rbxassetid://113686085862881",birdFill= -"rbxassetid://105533034437576",birthdayCake= -"rbxassetid://129788561887936",birthdayCakeFill= -"rbxassetid://117871733105522",bitcoinsign= -"rbxassetid://132987058498874",bitcoinsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://90833266044384",bitcoinsignBankBuilding= -"rbxassetid://105215174271604",bitcoinsignBankBuildingFill= -"rbxassetid://119766623257245",bitcoinsignCircle= -"rbxassetid://85238596605928",bitcoinsignCircleFill= -"rbxassetid://103753926743336",bitcoinsignGaugeChartLefthalfRighthalf= -"rbxassetid://80207693201661",bitcoinsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://78001382769468",bitcoinsignRing= -"rbxassetid://72143060949377",bitcoinsignRingDashed= -"rbxassetid://111424684513243",bitcoinsignSquare= -"rbxassetid://93901283162319",bitcoinsignSquareFill= -"rbxassetid://118294165979226",blindsHorizontalClosed= -"rbxassetid://120287598098118",blindsHorizontalOpen= -"rbxassetid://137061184813713",blindsVerticalClosed= -"rbxassetid://98694212814663",blindsVerticalOpen= -"rbxassetid://129381492649661",bloodPressureCuff= -"rbxassetid://136223995579462",bloodPressureCuffBadgeGaugeWithNeedle= -"rbxassetid://104980265189668",bloodPressureCuffBadgeGaugeWithNeedleFill= -"rbxassetid://87376455642678",bloodPressureCuffFill= -"rbxassetid://134140882927581",bold= -"rbxassetid://96686240304699",boldItalicUnderline= -"rbxassetid://139917345766127",boldUnderline= -"rbxassetid://106135267160557",bolt= -"rbxassetid://96013835078449",boltBadgeAutomatic= -"rbxassetid://72250172667619",boltBadgeAutomaticFill= -"rbxassetid://123868023705502",boltBadgeCheckmark= -"rbxassetid://103341627687528",boltBadgeCheckmarkFill= -"rbxassetid://129436386693651",boltBadgeClock= -"rbxassetid://87894955026468",boltBadgeClockFill= -"rbxassetid://78737703128065",boltBadgeXmark= -"rbxassetid://136230673812458",boltBadgeXmarkFill= -"rbxassetid://117828184349999",boltBatteryblock= -"rbxassetid://105407663823033",boltBatteryblockFill= -"rbxassetid://93871772932685",boltBrakesignal= -"rbxassetid://116154931156932",boltCar= -"rbxassetid://122069387952182",boltCarCircle= -"rbxassetid://131538319556398",boltCarCircleFill= -"rbxassetid://78750141774870",boltCarFill= -"rbxassetid://74286944086420",boltCircle= -"rbxassetid://85746632017746",boltCircleFill= -"rbxassetid://92396828741981",boltFill= -"rbxassetid://91945001284355",boltHeart= -"rbxassetid://108809969535045",boltHeartFill= -"rbxassetid://97552690555126",boltHorizontal= -"rbxassetid://132192639576905",boltHorizontalCircle= -"rbxassetid://111596946776933",boltHorizontalCircleFill= -"rbxassetid://105285356183343",boltHorizontalFill= -"rbxassetid://130292237989209",boltHorizontalIcloud= -"rbxassetid://122108690599129",boltHorizontalIcloudFill= -"rbxassetid://134975316067589",boltHouse= -"rbxassetid://112988528724831",boltHouseFill= -"rbxassetid://110814785135069",boltRingClosed= -"rbxassetid://89048433494226",boltShield= -"rbxassetid://123604855024369",boltShieldFill= -"rbxassetid://76166319662830",boltSlash= -"rbxassetid://119621704567262",boltSlashCircle= -"rbxassetid://109953664656300",boltSlashCircleFill= -"rbxassetid://104956803553002",boltSlashFill= -"rbxassetid://94934374499806",boltSquare= -"rbxassetid://97009803436012",boltSquareFill= -"rbxassetid://90516709845872",boltTrianglebadgeExclamationmark= -"rbxassetid://77627684599031",boltTrianglebadgeExclamationmarkFill= -"rbxassetid://84184673725885",bonjour= -"rbxassetid://121456127583571",book= -"rbxassetid://128971810128936",bookAndWrench= -"rbxassetid://78627009857166",bookAndWrenchFill= -"rbxassetid://96233976985541",bookBadgePlus= -"rbxassetid://93101032319583",bookBadgePlusFill= -"rbxassetid://111918344602060",bookCircle= -"rbxassetid://105689944493011",bookCircleFill= -"rbxassetid://109960242830188",bookClosed= -"rbxassetid://132616111117525",bookClosedCircle= -"rbxassetid://99265110642669",bookClosedCircleFill= -"rbxassetid://71139554500736",bookClosedFill= -"rbxassetid://134031338845515",bookFill= -"rbxassetid://98341854193287",bookPages= -"rbxassetid://89972586557137",bookPagesFill= -"rbxassetid://91162677283993",bookmark= -"rbxassetid://93617704299928",bookmarkCircle= -"rbxassetid://113140040246179",bookmarkCircleFill= -"rbxassetid://129110778039295",bookmarkFill= -"rbxassetid://129253058954371",bookmarkSlash= -"rbxassetid://77511707140307",bookmarkSlashFill= -"rbxassetid://92619648800320",bookmarkSquare= -"rbxassetid://94321986241807",bookmarkSquareFill= -"rbxassetid://79239878122335",booksVertical= -"rbxassetid://134290240130139",booksVerticalCircle= -"rbxassetid://77929428153592",booksVerticalCircleFill= -"rbxassetid://138475312885414",booksVerticalFill= -"rbxassetid://125961818116791",brain= -"rbxassetid://110320531129475",brainFill= -"rbxassetid://126398700474873",brainFilledHeadProfile= -"rbxassetid://138456451594953",brainHeadProfile= -"rbxassetid://112916809695485",brainHeadProfileFill= -"rbxassetid://134108826673421",brakesignal= -"rbxassetid://111545586133599",brakesignalDashed= -"rbxassetid://88241896525958",brazilianrealsign= -"rbxassetid://115620451696753",brazilianrealsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://125344664934118",brazilianrealsignBankBuilding= -"rbxassetid://91386004278277",brazilianrealsignBankBuildingFill= -"rbxassetid://99473410121697",brazilianrealsignCircle= -"rbxassetid://110996783257941",brazilianrealsignCircleFill= -"rbxassetid://126035170812220",brazilianrealsignGaugeChartLefthalfRighthalf= -"rbxassetid://128584486673217",brazilianrealsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://107512943579805",brazilianrealsignRing= -"rbxassetid://110224846956995",brazilianrealsignRingDashed= -"rbxassetid://84762499759776",brazilianrealsignSquare= -"rbxassetid://130454708897465",brazilianrealsignSquareFill= -"rbxassetid://137323538852466",briefcase= -"rbxassetid://124001573020605",briefcaseCircle= -"rbxassetid://75633806046999",briefcaseCircleFill= -"rbxassetid://111523013131879",briefcaseFill= -"rbxassetid://138683076441289",briefcaseSensorTagRadiowavesLeftAndRight= -"rbxassetid://131474608298609",briefcaseSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://111580707270358",bubble= -"rbxassetid://93461792759850",bubbleAndPencil= -"rbxassetid://93454879209659",bubbleCircle= -"rbxassetid://89057837623749",bubbleCircleFill= -"rbxassetid://117673907303893",bubbleFill= -"rbxassetid://100112708422386",bubbleLeft= -"rbxassetid://72382310825088",bubbleLeftAndBubbleRight= -"rbxassetid://73104754353273",bubbleLeftAndBubbleRightFill= -"rbxassetid://97170877082484",bubbleLeftAndExclamationmarkBubbleRight= -"rbxassetid://102445050734406",bubbleLeftAndExclamationmarkBubbleRightFill= -"rbxassetid://87599541486298",bubbleLeftAndTextBubbleRight= -"rbxassetid://103854129246009",bubbleLeftAndTextBubbleRightFill= -"rbxassetid://117743516171326",bubbleLeftCircle= -"rbxassetid://126555501252056",bubbleLeftCircleFill= -"rbxassetid://119015447313988",bubbleLeftFill= -"rbxassetid://110306242240245",bubbleMiddleBottom= -"rbxassetid://113668084583779",bubbleMiddleBottomFill= -"rbxassetid://85702453058293",bubbleMiddleTop= -"rbxassetid://133263069722528",bubbleMiddleTopFill= -"rbxassetid://94603824339787",bubbleRight= -"rbxassetid://82502629767447",bubbleRightCircle= -"rbxassetid://126807534383000",bubbleRightCircleFill= -"rbxassetid://103329613686829",bubbleRightFill= -"rbxassetid://79333265389667",bubblesAndSparkles= -"rbxassetid://116165443669050",bubblesAndSparklesFill= -"rbxassetid://90218783570640",building= -"rbxassetid://95952793499173",building2= -"rbxassetid://87703363202008",building2CropCircle= -"rbxassetid://140503908795704",building2CropCircleFill= -"rbxassetid://93833592888242",building2Fill= -"rbxassetid://92530069160312",buildingColumns= -"rbxassetid://128610359907530",buildingColumnsCircle= -"rbxassetid://101223369491733",buildingColumnsCircleFill= -"rbxassetid://100880125568508",buildingColumnsFill= -"rbxassetid://105633471519861",buildingFill= -"rbxassetid://83927483553619",burn= -"rbxassetid://89881266455049",burst= -"rbxassetid://102201869593161",burstFill= -"rbxassetid://111550509456762",bus= -"rbxassetid://138526596893726",busDoubledecker= -"rbxassetid://102790956025123",busDoubledeckerFill= -"rbxassetid://128673194784081",busFill= -"rbxassetid://119532422757557",buttonAngledbottomHorizontalLeft= -"rbxassetid://70540759806751",buttonAngledbottomHorizontalLeftFill= -"rbxassetid://103070011816818",buttonAngledbottomHorizontalRight= -"rbxassetid://120632173732581",buttonAngledbottomHorizontalRightFill= -"rbxassetid://93206833474076",buttonAngledtopVerticalLeft= -"rbxassetid://85944749091592",buttonAngledtopVerticalLeftFill= -"rbxassetid://76617316707743",buttonAngledtopVerticalRight= -"rbxassetid://96374425886931",buttonAngledtopVerticalRightFill= -"rbxassetid://97940592750770",buttonHorizontal= -"rbxassetid://133571888165401",buttonHorizontalFill= -"rbxassetid://80781225235845",buttonHorizontalTopPress= -"rbxassetid://122169023615837",buttonHorizontalTopPressFill= -"rbxassetid://133494866190739",buttonProgrammable= -"rbxassetid://84763575318084",buttonProgrammableSquare= -"rbxassetid://130514789220445",buttonProgrammableSquareFill= -"rbxassetid://106480697101038",buttonRoundedbottomHorizontal= -"rbxassetid://123041534579427",buttonRoundedbottomHorizontalFill= -"rbxassetid://117258497712804",buttonRoundedtopHorizontal= -"rbxassetid://124863135981817",buttonRoundedtopHorizontalFill= -"rbxassetid://111802882082303",buttonVerticalLeftPress= -"rbxassetid://77551827662374",buttonVerticalLeftPressFill= -"rbxassetid://97426361350466",buttonVerticalRightPress= -"rbxassetid://90264229355015",buttonVerticalRightPressFill= -"rbxassetid://91314117104867",cCircle= -"rbxassetid://104296392921561",cCircleFill= -"rbxassetid://105803870219522",cSquare= -"rbxassetid://89600039554464",cSquareFill= -"rbxassetid://70443285098639",cabinet= -"rbxassetid://123114660769532",cabinetFill= -"rbxassetid://72691663579295",cableCoaxial= -"rbxassetid://92129225421978",cableConnector= -"rbxassetid://125154673014783",cableConnectorHorizontal= -"rbxassetid://109942307002610",cableConnectorSlash= -"rbxassetid://83507759329402",cableConnectorVideo= -"rbxassetid://80132502338026",cablecar= -"rbxassetid://121858753970420",cablecarFill= -"rbxassetid://70714964065949",calendar= -"rbxassetid://93970772986432",calendarAndPerson= -"rbxassetid://139274189165539",calendarBadge= -"rbxassetid://109368166258219",calendarBadgeCheckmark= -"rbxassetid://82203806967758",calendarBadgeClock= -"rbxassetid://81291258715300",calendarBadgeExclamationmark= -"rbxassetid://92915905741261",calendarBadgeLock= -"rbxassetid://103836129410374",calendarBadgeMinus= -"rbxassetid://80543567249095",calendarBadgePlus= -"rbxassetid://98672942651362",calendarCircle= -"rbxassetid://129027134877299",calendarCircleFill= -"rbxassetid://106659057525972",calendarDayTimelineLeading= -"rbxassetid://129374815112968",calendarDayTimelineLeadingCircle= -"rbxassetid://138564931362005",calendarDayTimelineLeadingCircleFill= -"rbxassetid://70555688842213",calendarDayTimelineLeft= -"rbxassetid://120242083046455",calendarDayTimelineLeftCircle= -"rbxassetid://89369735940972",calendarDayTimelineLeftCircleFill= -"rbxassetid://80880408946759",calendarDayTimelineRight= -"rbxassetid://102317732580182",calendarDayTimelineRightCircle= -"rbxassetid://73891935445431",calendarDayTimelineRightCircleFill= -"rbxassetid://118900515069778",calendarDayTimelineTrailing= -"rbxassetid://98381209949531",calendarDayTimelineTrailingCircle= -"rbxassetid://105529141525458",calendarDayTimelineTrailingCircleFill= -"rbxassetid://99433833853279",camera= -"rbxassetid://106653345979267",cameraAperture= -"rbxassetid://97470108991687",cameraBadgeClock= -"rbxassetid://102012747479983",cameraBadgeClockFill= -"rbxassetid://89344067007570",cameraBadgeEllipsis= -"rbxassetid://90119212418822",cameraBadgeEllipsisFill= -"rbxassetid://78360872449118",cameraCircle= -"rbxassetid://84066449404241",cameraCircleFill= -"rbxassetid://103938156929233",cameraFill= -"rbxassetid://118963053490558",cameraFilters= -"rbxassetid://82908114052779",cameraMacro= -"rbxassetid://128915254898376",cameraMacroCircle= -"rbxassetid://118946178411629",cameraMacroCircleFill= -"rbxassetid://92609254682160",cameraMacroSlash= -"rbxassetid://85596041054054",cameraMacroSlashCircle= -"rbxassetid://91013844078896",cameraMacroSlashCircleFill= -"rbxassetid://92311388824025",cameraMeteringCenterWeighted= -"rbxassetid://78131291718499",cameraMeteringCenterWeightedAverage= -"rbxassetid://85560713556340",cameraMeteringMatrix= -"rbxassetid://138600370228583",cameraMeteringMultispot= -"rbxassetid://136939723683368",cameraMeteringNone= -"rbxassetid://111255931988907",cameraMeteringPartial= -"rbxassetid://121198949269406",cameraMeteringSpot= -"rbxassetid://123962527453903",cameraMeteringUnknown= -"rbxassetid://95754724967278",cameraOnRectangle= -"rbxassetid://91133972692112",cameraOnRectangleFill= -"rbxassetid://95606192063516",cameraSensorTagRadiowavesLeftAndRight= -"rbxassetid://126601492991751",cameraSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://104623269646174",cameraShutterButton= -"rbxassetid://104158476903331",cameraShutterButtonFill= -"rbxassetid://128387322744099",cameraViewfinder= -"rbxassetid://106879490130635",candybarphone= -"rbxassetid://136331679690039",capslock= -"rbxassetid://83684074684205",capslockFill= -"rbxassetid://80629041242438",capsule= -"rbxassetid://96079925712007",capsuleBottomhalfFilled= -"rbxassetid://93868139607259",capsuleFill= -"rbxassetid://104759473615397",capsuleLefthalfFilled= -"rbxassetid://86344492652304",capsuleOnCapsule= -"rbxassetid://136199903132840",capsuleOnCapsuleFill= -"rbxassetid://132196389828598",capsuleOnRectangle= -"rbxassetid://91859525129904",capsuleOnRectangleFill= -"rbxassetid://120580765377491",capsulePortrait= -"rbxassetid://74741153237976",capsulePortraitBottomhalfFilled= -"rbxassetid://122641609444498",capsulePortraitFill= -"rbxassetid://72244004387885",capsulePortraitLefthalfFilled= -"rbxassetid://86963099720981",capsulePortraitRighthalfFilled= -"rbxassetid://136151508763397",capsulePortraitTophalfFilled= -"rbxassetid://90220944551053",capsuleRighthalfFilled= -"rbxassetid://125132797097323",capsuleTophalfFilled= -"rbxassetid://101674535156383",captionsBubble= -"rbxassetid://93863249086873",captionsBubbleFill= -"rbxassetid://140025715239690",car= -"rbxassetid://139001100030637",car2= -"rbxassetid://127096648618036",car2Fill= -"rbxassetid://105279748441070",carBadgeGearshape= -"rbxassetid://119874579289226",carBadgeGearshapeFill= -"rbxassetid://99628993547570",carCircle= -"rbxassetid://132407736872504",carCircleFill= -"rbxassetid://74812647297564",carFerry= -"rbxassetid://116869046836434",carFerryFill= -"rbxassetid://82505941022214",carFill= -"rbxassetid://72481559767115",carFrontWavesDown= -"rbxassetid://99215008845550",carFrontWavesDownFill= -"rbxassetid://113414455828419",carFrontWavesLeftAndRightAndUp= -"rbxassetid://110087859024496",carFrontWavesLeftAndRightAndUpFill= -"rbxassetid://100860590791492",carFrontWavesUp= -"rbxassetid://99421128543373",carFrontWavesUpFill= -"rbxassetid://98287573801793",carRear= -"rbxassetid://130602845283858",carRearAndCollisionRoadLane= -"rbxassetid://86067926957165",carRearAndCollisionRoadLaneSlash= -"rbxassetid://106157955570174",carRearAndTireMarks= -"rbxassetid://98571396060999",carRearAndTireMarksOff= -"rbxassetid://117900489512668",carRearAndTireMarksSlash= -"rbxassetid://101610270643092",carRearFill= -"rbxassetid://84465428237788",carRearHazardsign= -"rbxassetid://132117554140790",carRearHazardsignFill= -"rbxassetid://134702340061729",carRearRoadLane= -"rbxassetid://132158166895919",carRearRoadLaneDashed= -"rbxassetid://123213030790282",carRearRoadLaneDashedArrowtriangle2Outward= -"rbxassetid://77058033007135",carRearRoadLaneDistance1= -"rbxassetid://110645802030029",carRearRoadLaneDistance1AndGaugeOpenWithLinesNeedle67percentAndArrowtriangle= -"rbxassetid://136728538617970",carRearRoadLaneDistance2= -"rbxassetid://92241898954699",carRearRoadLaneDistance2AndGaugeOpenWithLinesNeedle67percentAndArrowtriangle= -"rbxassetid://95051257319767",carRearRoadLaneDistance3= -"rbxassetid://86409208280509",carRearRoadLaneDistance3AndGaugeOpenWithLinesNeedle67percentAndArrowtriangle= -"rbxassetid://114591887990262",carRearRoadLaneDistance4= -"rbxassetid://83919041787139",carRearRoadLaneDistance4AndGaugeOpenWithLinesNeedle67percentAndArrowtriangle= -"rbxassetid://135156420817667",carRearRoadLaneDistance5= -"rbxassetid://123255522151643",carRearRoadLaneDistance5AndGaugeOpenWithLinesNeedle67percentAndArrowtriangle= -"rbxassetid://80601693890524",carRearRoadLaneOff= -"rbxassetid://133735931712001",carRearRoadLaneWaveUp= -"rbxassetid://73773191773870",carRearTiltRoadLanesCurvedRight= -"rbxassetid://103810144604270",carRearWavesUp= -"rbxassetid://111862548348585",carRearWavesUpFill= -"rbxassetid://90778629850329",carSide= -"rbxassetid://136298881195807",carSideAirCirculate= -"rbxassetid://77194719626701",carSideAirCirculateFill= -"rbxassetid://132171902772220",carSideAirFresh= -"rbxassetid://103819489036741",carSideAirFreshFill= -"rbxassetid://81724502698150",carSideAndExclamationmark= -"rbxassetid://70495248874170",carSideAndExclamationmarkFill= -"rbxassetid://104236862680417",carSideArrowLeftAndRight= -"rbxassetid://139033622888545",carSideArrowLeftAndRightFill= -"rbxassetid://127703699087968",carSideArrowtriangleDown= -"rbxassetid://93469481819307",carSideArrowtriangleDownFill= -"rbxassetid://135434587916489",carSideArrowtriangleUp= -"rbxassetid://83314438607986",carSideArrowtriangleUpArrowtriangleDown= -"rbxassetid://112293044982026",carSideArrowtriangleUpArrowtriangleDownFill= -"rbxassetid://72744679191770",carSideArrowtriangleUpFill= -"rbxassetid://106660601363086",carSideFill= -"rbxassetid://77063640616888",carSideFrontOpen= -"rbxassetid://99406441327932",carSideFrontOpenCrop= -"rbxassetid://132412569243171",carSideFrontOpenCropFill= -"rbxassetid://82809154871282",carSideFrontOpenFill= -"rbxassetid://80428700509165",carSideHillDescentControl= -"rbxassetid://94376063025387",carSideHillDescentControlFill= -"rbxassetid://88808975688816",carSideHillDown= -"rbxassetid://130831479040579",carSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangle= -"rbxassetid://98777923221986",carSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangleFill= -"rbxassetid://71712777877164",carSideHillDownFill= -"rbxassetid://128082641709803",carSideHillUp= -"rbxassetid://113134831730409",carSideHillUpFill= -"rbxassetid://116046454926413",carSideLock= -"rbxassetid://107891154724265",carSideLockFill= -"rbxassetid://72523118012037",carSideLockOpen= -"rbxassetid://136410661514930",carSideLockOpenFill= -"rbxassetid://127484408136272",carSideRearAndCollisionAndCarSideFront= -"rbxassetid://98021469557367",carSideRearAndCollisionAndCarSideFrontAndArrowForward= -"rbxassetid://94024312503778",carSideRearAndCollisionAndCarSideFrontAndSteeringwheel= -"rbxassetid://81716822663679",carSideRearAndCollisionAndCarSideFrontSlash= -"rbxassetid://114896240595732",carSideRearAndExclamationmarkAndCarSideFront= -"rbxassetid://134161702807719",carSideRearAndExclamationmarkAndCarSideFrontOff= -"rbxassetid://101801815776441",carSideRearAndWave3AndCarSideFront= -"rbxassetid://114493252680705",carSideRearCropTrunkPartition= -"rbxassetid://76610289891572",carSideRearCropTrunkPartitionFill= -"rbxassetid://134112222677392",carSideRearOpen= -"rbxassetid://100575778299003",carSideRearOpenCrop= -"rbxassetid://130703931019202",carSideRearOpenCropFill= -"rbxassetid://76382126435351",carSideRearOpenFill= -"rbxassetid://125000466779965",carSideRearTowHitch= -"rbxassetid://120972331916309",carSideRearTowHitchFill= -"rbxassetid://111163210619954",carSideRoofCargoCarrier= -"rbxassetid://111365965037013",carSideRoofCargoCarrierFill= -"rbxassetid://72938995467132",carSideRoofCargoCarrierSlash= -"rbxassetid://97268664493234",carSideRoofCargoCarrierSlashFill= -"rbxassetid://71378510057197",carTopArrowtriangleFrontLeft= -"rbxassetid://103537409408973",carTopArrowtriangleFrontLeftFill= -"rbxassetid://128432397651123",carTopArrowtriangleFrontRight= -"rbxassetid://90780663577057",carTopArrowtriangleFrontRightFill= -"rbxassetid://87285207910859",carTopArrowtriangleRearLeft= -"rbxassetid://129866725630231",carTopArrowtriangleRearLeftFill= -"rbxassetid://129219504963635",carTopArrowtriangleRearRight= -"rbxassetid://117207011389161",carTopArrowtriangleRearRightFill= -"rbxassetid://140666948025606",carTopDoorFrontLeftAndFrontRightAndRearLeftAndRearRightOpen= -"rbxassetid://73790313071176",carTopDoorFrontLeftAndFrontRightAndRearLeftAndRearRightOpenFill= -"rbxassetid://116311044351321",carTopDoorFrontLeftAndFrontRightAndRearLeftOpen= -"rbxassetid://96213342144265",carTopDoorFrontLeftAndFrontRightAndRearLeftOpenFill= -"rbxassetid://71894347494706",carTopDoorFrontLeftAndFrontRightAndRearRightOpen= -"rbxassetid://71320271879217",carTopDoorFrontLeftAndFrontRightAndRearRightOpenFill= -"rbxassetid://104273441494025",carTopDoorFrontLeftAndFrontRightOpen= -"rbxassetid://76699958298196",carTopDoorFrontLeftAndFrontRightOpenFill= -"rbxassetid://89176192654464",carTopDoorFrontLeftAndRearLeftAndRearRightOpen= -"rbxassetid://110837791404466",carTopDoorFrontLeftAndRearLeftAndRearRightOpenFill= -"rbxassetid://135722062321622",carTopDoorFrontLeftAndRearLeftOpen= -"rbxassetid://136263138064517",carTopDoorFrontLeftAndRearLeftOpenFill= -"rbxassetid://80156713283925",carTopDoorFrontLeftAndRearRightOpen= -"rbxassetid://117127597867570",carTopDoorFrontLeftAndRearRightOpenFill= -"rbxassetid://77102087912022",carTopDoorFrontLeftOpen= -"rbxassetid://123537055012759",carTopDoorFrontLeftOpenFill= -"rbxassetid://82895248854305",carTopDoorFrontRightAndRearLeftAndRearRightOpen= -"rbxassetid://132180374747463",carTopDoorFrontRightAndRearLeftAndRearRightOpenFill= -"rbxassetid://81816983302127",carTopDoorFrontRightAndRearLeftOpen= -"rbxassetid://86338744330846",carTopDoorFrontRightAndRearLeftOpenFill= -"rbxassetid://121037250708285",carTopDoorFrontRightAndRearRightOpen= -"rbxassetid://128196183724021",carTopDoorFrontRightAndRearRightOpenFill= -"rbxassetid://133120960483282",carTopDoorFrontRightOpen= -"rbxassetid://134513449299745",carTopDoorFrontRightOpenFill= -"rbxassetid://71962727966779",carTopDoorRearLeftAndRearRightOpen= -"rbxassetid://104769548511713",carTopDoorRearLeftAndRearRightOpenFill= -"rbxassetid://86668765804205",carTopDoorRearLeftOpen= -"rbxassetid://132088702912011",carTopDoorRearLeftOpenFill= -"rbxassetid://81604677709979",carTopDoorRearRightOpen= -"rbxassetid://79336560228175",carTopDoorRearRightOpenFill= -"rbxassetid://74972020535865",carTopDoorSlidingLeftOpen= -"rbxassetid://110294538053870",carTopDoorSlidingLeftOpenFill= -"rbxassetid://124637593832521",carTopDoorSlidingRightOpen= -"rbxassetid://116441132790603",carTopDoorSlidingRightOpenFill= -"rbxassetid://121976903256756",carTopFrontRadiowavesFrontLeftAndFrontAndFrontRight= -"rbxassetid://86709048344758",carTopFrontRadiowavesFrontLeftAndFrontAndFrontRightFill= -"rbxassetid://86160166994628",carTopLaneDashedArrowtriangleInward= -"rbxassetid://110525727589715",carTopLaneDashedArrowtriangleInwardFill= -"rbxassetid://121641927022319",carTopLaneDashedBadgeSteeringwheel= -"rbxassetid://88504414961468",carTopLaneDashedBadgeSteeringwheelFill= -"rbxassetid://76404648012494",carTopLaneDashedDepartureLeft= -"rbxassetid://121040321397076",carTopLaneDashedDepartureLeftFill= -"rbxassetid://85505691250796",carTopLaneDashedDepartureLeftSlash= -"rbxassetid://137316877115576",carTopLaneDashedDepartureLeftSlashFill= -"rbxassetid://83136628117650",carTopLaneDashedDepartureRight= -"rbxassetid://127981879817513",carTopLaneDashedDepartureRightFill= -"rbxassetid://80906718493579",carTopLaneDashedDepartureRightSlash= -"rbxassetid://95449241936872",carTopLaneDashedDepartureRightSlashFill= -"rbxassetid://101874149097263",carTopRadiowaves2FrontLeftFrontFrontRight= -"rbxassetid://134484369116867",carTopRadiowaves2FrontLeftFrontFrontRightFill= -"rbxassetid://138004457884279",carTopRadiowaves2RearLeftRearRearRight= -"rbxassetid://75491004059147",carTopRadiowaves2RearLeftRearRearRightFill= -"rbxassetid://112058402856812",carTopRadiowavesFront= -"rbxassetid://88228927437920",carTopRadiowavesFrontFill= -"rbxassetid://113540912526588",carTopRadiowavesRear= -"rbxassetid://111127179075867",carTopRadiowavesRearFill= -"rbxassetid://83072641078718",carTopRadiowavesRearLeft= -"rbxassetid://87790577861642",carTopRadiowavesRearLeftAndRearRight= -"rbxassetid://114193584208928",carTopRadiowavesRearLeftAndRearRightFill= -"rbxassetid://138856588012714",carTopRadiowavesRearLeftCarTopFront= -"rbxassetid://121641113238407",carTopRadiowavesRearLeftCarTopFrontFill= -"rbxassetid://137487083298125",carTopRadiowavesRearLeftFill= -"rbxassetid://122726073972161",carTopRadiowavesRearRight= -"rbxassetid://81702603657077",carTopRadiowavesRearRightBadgeExclamationmark= -"rbxassetid://131282406780418",carTopRadiowavesRearRightBadgeExclamationmarkFill= -"rbxassetid://121575699176009",carTopRadiowavesRearRightBadgeXmark= -"rbxassetid://110441771498017",carTopRadiowavesRearRightBadgeXmarkFill= -"rbxassetid://119863257450486",carTopRadiowavesRearRightCarTopFront= -"rbxassetid://124306564214555",carTopRadiowavesRearRightCarTopFrontFill= -"rbxassetid://95558869293969",carTopRadiowavesRearRightFill= -"rbxassetid://105432665178841",carTopRearRadiowavesRearLeftAndRearAndRearRight= -"rbxassetid://130721706603049",carTopRearRadiowavesRearLeftAndRearAndRearRightFill= -"rbxassetid://112490949056303",carTopVideoRearLeft= -"rbxassetid://76845949965719",carTopVideoRearLeftFill= -"rbxassetid://127556132413538",carTopVideoRearRight= -"rbxassetid://107955783142008",carTopVideoRearRightFill= -"rbxassetid://105533592430970",carWindowLeft= -"rbxassetid://106984754705371",carWindowLeftBadgeExclamationmark= -"rbxassetid://125890962614144",carWindowLeftBadgeLock= -"rbxassetid://129590831707817",carWindowLeftBadgeXmark= -"rbxassetid://135747621549621",carWindowLeftExclamationmark= -"rbxassetid://127623830232467",carWindowLeftXmark= -"rbxassetid://113218540402212",carWindowRight= -"rbxassetid://103581787351021",carWindowRightBadgeExclamationmark= -"rbxassetid://92665091401778",carWindowRightBadgeLock= -"rbxassetid://116863514176190",carWindowRightBadgeXmark= -"rbxassetid://94631803726914",carWindowRightExclamationmark= -"rbxassetid://81234552460693",carWindowRightXmark= -"rbxassetid://113708872871585",carbonDioxideCloud= -"rbxassetid://74442745883587",carbonDioxideCloudFill= -"rbxassetid://121753468137055",carbonMonoxideCloud= -"rbxassetid://82652268091607",carbonMonoxideCloudFill= -"rbxassetid://126792671546538",carrot= -"rbxassetid://119497861372590",carrotFill= -"rbxassetid://73302039463578",carseatLeft= -"rbxassetid://90578148016350",carseatLeft1= -"rbxassetid://73914265296688",carseatLeft1Fill= -"rbxassetid://130151254920897",carseatLeft2= -"rbxassetid://123486808740395",carseatLeft2Fill= -"rbxassetid://119311411643330",carseatLeft3= -"rbxassetid://99834646957739",carseatLeft3Fill= -"rbxassetid://86082421423912",carseatLeftAndHeatWaves= -"rbxassetid://87322157734411",carseatLeftAndHeatWavesFill= -"rbxassetid://89282455567400",carseatLeftBackrestUpAndDown= -"rbxassetid://90318017915045",carseatLeftBackrestUpAndDownFill= -"rbxassetid://78035706429426",carseatLeftFan= -"rbxassetid://135451142526801",carseatLeftFanFill= -"rbxassetid://123362900366974",carseatLeftFill= -"rbxassetid://78150830915784",carseatLeftForwardAndBackward= -"rbxassetid://73411296113055",carseatLeftForwardAndBackwardFill= -"rbxassetid://84717907051574",carseatLeftMassage= -"rbxassetid://95517322161355",carseatLeftMassageFill= -"rbxassetid://111448211544882",carseatLeftUpAndDown= -"rbxassetid://134598607527461",carseatLeftUpAndDownFill= -"rbxassetid://94971142514925",carseatRight= -"rbxassetid://133645175284568",carseatRight1= -"rbxassetid://112895145985956",carseatRight1Fill= -"rbxassetid://91682365402207",carseatRight2= -"rbxassetid://121672550758001",carseatRight2Fill= -"rbxassetid://122441346558906",carseatRight3= -"rbxassetid://109963877254536",carseatRight3Fill= -"rbxassetid://119233571674392",carseatRightAndHeatWaves= -"rbxassetid://139829773106741",carseatRightAndHeatWavesFill= -"rbxassetid://72461481780952",carseatRightBackrestUpAndDown= -"rbxassetid://136585911094251",carseatRightBackrestUpAndDownFill= -"rbxassetid://122405546376629",carseatRightFan= -"rbxassetid://113180459701286",carseatRightFanFill= -"rbxassetid://104454803529773",carseatRightFill= -"rbxassetid://111006766599203",carseatRightForwardAndBackward= -"rbxassetid://139830773417687",carseatRightForwardAndBackwardFill= -"rbxassetid://97072048520608",carseatRightMassage= -"rbxassetid://84085753171804",carseatRightMassageFill= -"rbxassetid://107201198304484",carseatRightUpAndDown= -"rbxassetid://99421458645279",carseatRightUpAndDownFill= -"rbxassetid://123482908056974",cart= -"rbxassetid://133175339639140",cartBadgeClock= -"rbxassetid://126973853773730",cartBadgeClockFill= -"rbxassetid://73045915328261",cartBadgeMinus= -"rbxassetid://137399535775975",cartBadgePlus= -"rbxassetid://104454220799740",cartBadgeQuestionmark= -"rbxassetid://131206340104713",cartCircle= -"rbxassetid://84059728885481",cartCircleFill= -"rbxassetid://101075758565952",cartFill= -"rbxassetid://140564487454995",cartFillBadgeMinus= -"rbxassetid://120273238431106",cartFillBadgePlus= -"rbxassetid://136601407702587",cartFillBadgeQuestionmark= -"rbxassetid://108774794392678",case= -"rbxassetid://92158831408284",caseFill= -"rbxassetid://102277587753380",cat= -"rbxassetid://138093796939024",catCircle= -"rbxassetid://113149902346300",catCircleFill= -"rbxassetid://115755878045283",catFill= -"rbxassetid://108879084275395",cedisign= -"rbxassetid://73896740378913",cedisignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://75470786809637",cedisignBankBuilding= -"rbxassetid://136625239546652",cedisignBankBuildingFill= -"rbxassetid://71571899997677",cedisignCircle= -"rbxassetid://139864267128930",cedisignCircleFill= -"rbxassetid://131171895520370",cedisignGaugeChartLefthalfRighthalf= -"rbxassetid://129015665731017",cedisignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://88255527102492",cedisignRing= -"rbxassetid://104445857726790",cedisignRingDashed= -"rbxassetid://122871803451571",cedisignSquare= -"rbxassetid://109264016462413",cedisignSquareFill= -"rbxassetid://79522484591479",cellularbars= -"rbxassetid://100399107722418",cellularbarsCircle= -"rbxassetid://116657456376709",cellularbarsCircleFill= -"rbxassetid://82828034615764",centsign= -"rbxassetid://138613790931611",centsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://118809648272579",centsignBankBuilding= -"rbxassetid://131097913048023",centsignBankBuildingFill= -"rbxassetid://84273941317068",centsignCircle= -"rbxassetid://94901625105091",centsignCircleFill= -"rbxassetid://77362510137704",centsignGaugeChartLefthalfRighthalf= -"rbxassetid://91090563209460",centsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://84609901909532",centsignRing= -"rbxassetid://83450541319739",centsignRingDashed= -"rbxassetid://128958034478820",centsignSquare= -"rbxassetid://99880245754341",centsignSquareFill= -"rbxassetid://116453153873534",chair= -"rbxassetid://108131705912819",chairFill= -"rbxassetid://105702222413210",chairLounge= -"rbxassetid://117577865898966",chairLoungeFill= -"rbxassetid://123977407312730",chandelier= -"rbxassetid://72300381579957",chandelierFill= -"rbxassetid://78989263364514",character= -"rbxassetid://71205921945680",characterBookClosed= -"rbxassetid://121486527709987",characterBookClosedFill= -"rbxassetid://92516297146486",characterBubble= -"rbxassetid://118363475533769",characterBubbleFill= -"rbxassetid://104827593641939",characterCircle= -"rbxassetid://117221029719329",characterCircleFill= -"rbxassetid://106335460276566",characterCursorIbeam= -"rbxassetid://86669133470321",characterDuployan= -"rbxassetid://130179752202944",characterMagnify= -"rbxassetid://107347399388815",characterPhonetic= -"rbxassetid://109663860125611",characterSquare= -"rbxassetid://103336050945349",characterSquareFill= -"rbxassetid://126370281489718",characterSutton= -"rbxassetid://104217797535698",characterTextJustify= -"rbxassetid://86971099903072",characterTextbox= -"rbxassetid://102352933141017",characterTextboxBadgeSparkles= -"rbxassetid://140111535974578",charactersLowercase= -"rbxassetid://108023824836704",charactersUppercase= -"rbxassetid://133717263002768",chartBar= -"rbxassetid://80324542111810",chartBarFill= -"rbxassetid://86830058008971",chartBarHorizontalPage= -"rbxassetid://110075541171746",chartBarHorizontalPageFill= -"rbxassetid://94441621336711",chartBarXaxis= -"rbxassetid://140212283157297",chartBarXaxisAscending= -"rbxassetid://136390955024485",chartBarXaxisAscendingBadgeClock= -"rbxassetid://88776317870749",chartBarXaxisDescending= -"rbxassetid://133387025204114",chartBarYaxis= -"rbxassetid://81701885028526",chartDotsScatter= -"rbxassetid://82663996378018",chartLineDowntrendXyaxis= -"rbxassetid://138958104364053",chartLineDowntrendXyaxisCircle= -"rbxassetid://127096848822919",chartLineDowntrendXyaxisCircleFill= -"rbxassetid://80099871224687",chartLineFlattrendXyaxis= -"rbxassetid://119869523323413",chartLineFlattrendXyaxisCircle= -"rbxassetid://114956996332600",chartLineFlattrendXyaxisCircleFill= -"rbxassetid://112589276739623",chartLineTextClipboard= -"rbxassetid://119066247862530",chartLineTextClipboardFill= -"rbxassetid://115593539590870",chartLineUptrendXyaxis= -"rbxassetid://77692452030762",chartLineUptrendXyaxisCircle= -"rbxassetid://86110862569674",chartLineUptrendXyaxisCircleFill= -"rbxassetid://118823198916833",chartPie= -"rbxassetid://118013700266760",chartPieFill= -"rbxassetid://137272835904723",chartXyaxisLine= -"rbxassetid://112981443980370",checklist= -"rbxassetid://109837415710773",checklistChecked= -"rbxassetid://108490959045639",checklistUnchecked= -"rbxassetid://85326180198194",checkmark= -"rbxassetid://98454659316573",checkmarkApp= -"rbxassetid://125448109046183",checkmarkAppFill= -"rbxassetid://108444426877474",checkmarkApplewatch= -"rbxassetid://128765306344336",checkmarkArrowTriangleheadClockwise= -"rbxassetid://83340910725949",checkmarkArrowTriangleheadCounterclockwise= -"rbxassetid://80919474868372",checkmarkBubble= -"rbxassetid://99352248475857",checkmarkBubbleFill= -"rbxassetid://120375142953751",checkmarkCircle= -"rbxassetid://114904979712211",checkmarkCircleBadgeAirplane= -"rbxassetid://128278528680390",checkmarkCircleBadgeAirplaneFill= -"rbxassetid://138240986235406",checkmarkCircleBadgePlus= -"rbxassetid://82054459494840",checkmarkCircleBadgePlusFill= -"rbxassetid://129527112298615",checkmarkCircleBadgeQuestionmark= -"rbxassetid://73546600660415",checkmarkCircleBadgeQuestionmarkFill= -"rbxassetid://77341532482225",checkmarkCircleBadgeXmark= -"rbxassetid://131373085150413",checkmarkCircleBadgeXmarkFill= -"rbxassetid://133116628238663",checkmarkCircleDotted= -"rbxassetid://89618962570257",checkmarkCircleFill= -"rbxassetid://125920849686975",checkmarkCircleTrianglebadgeExclamationmark= -"rbxassetid://105964763465782",checkmarkCircleTrianglebadgeExclamationmarkFill= -"rbxassetid://133396825341964",checkmarkDiamond= -"rbxassetid://114447639222647",checkmarkDiamondFill= -"rbxassetid://75421206631835",checkmarkIcloud= -"rbxassetid://114485064346273",checkmarkIcloudFill= -"rbxassetid://92828133304739",checkmarkMessage= -"rbxassetid://128184515708545",checkmarkMessageFill= -"rbxassetid://95493624068630",checkmarkRectangle= -"rbxassetid://104579811969121",checkmarkRectangleFill= -"rbxassetid://76986585588521",checkmarkRectanglePortrait= -"rbxassetid://131868340838141",checkmarkRectanglePortraitFill= -"rbxassetid://113066173221950",checkmarkRectangleStack= -"rbxassetid://105863934446676",checkmarkRectangleStackFill= -"rbxassetid://131180948717936",checkmarkSeal= -"rbxassetid://132530908764205",checkmarkSealFill= -"rbxassetid://74485401358605",checkmarkSealTextPage= -"rbxassetid://80733740333410",checkmarkSealTextPageFill= -"rbxassetid://91984862047018",checkmarkShield= -"rbxassetid://92254533663709",checkmarkShieldFill= -"rbxassetid://81469783135938",checkmarkSquare= -"rbxassetid://131581236964835",checkmarkSquareFill= -"rbxassetid://85420102865439",chevronBackward= -"rbxassetid://137074122104373",chevronBackward2= -"rbxassetid://95593257233014",chevronBackwardChevronBackwardDotted= -"rbxassetid://135597280675644",chevronBackwardCircle= -"rbxassetid://119892038415788",chevronBackwardCircleFill= -"rbxassetid://96447588931661",chevronBackwardSquare= -"rbxassetid://131999690687209",chevronBackwardSquareFill= -"rbxassetid://83240370479709",chevronBackwardToLine= -"rbxassetid://87322804779688",chevronCompactBackward= -"rbxassetid://73566604171078",chevronCompactDown= -"rbxassetid://121947426613221",chevronCompactForward= -"rbxassetid://88150740929316",chevronCompactLeft= -"rbxassetid://93737254826396",chevronCompactLeftChevronCompactRight= -"rbxassetid://77968930775123",chevronCompactRight= -"rbxassetid://101275527701331",chevronCompactUp= -"rbxassetid://133209753227359",chevronCompactUpChevronCompactDown= -"rbxassetid://100959544303551",chevronCompactUpChevronCompactRightChevronCompactDownChevronCompactLeft= -"rbxassetid://84526040154324",chevronDown= -"rbxassetid://97045880141942",chevronDown2= -"rbxassetid://105521550646656",chevronDownCircle= -"rbxassetid://71754955492371",chevronDownCircleFill= -"rbxassetid://79015677754888",chevronDownDotted2= -"rbxassetid://109427812115065",chevronDownForward2= -"rbxassetid://74318002198876",chevronDownForwardDotted2= -"rbxassetid://101341208875339",chevronDownRight2= -"rbxassetid://85141445696790",chevronDownRightDotted2= -"rbxassetid://79337348053967",chevronDownSquare= -"rbxassetid://122999040004580",chevronDownSquareFill= -"rbxassetid://109140334732305",chevronForward= -"rbxassetid://126066932527125",chevronForward2= -"rbxassetid://102350896271021",chevronForwardCircle= -"rbxassetid://91487847923757",chevronForwardCircleFill= -"rbxassetid://87447787414889",chevronForwardDottedChevronForward= -"rbxassetid://122722317340223",chevronForwardSquare= -"rbxassetid://127795884688928",chevronForwardSquareFill= -"rbxassetid://83402289224233",chevronForwardToLine= -"rbxassetid://84327199228785",chevronLeft= -"rbxassetid://109697704628633",chevronLeft2= -"rbxassetid://86392732304418",chevronLeftChevronLeftDotted= -"rbxassetid://108819093639994",chevronLeftChevronRight= -"rbxassetid://91764108246482",chevronLeftCircle= -"rbxassetid://83720500699270",chevronLeftCircleFill= -"rbxassetid://104766137133343",chevronLeftForwardslashChevronRight= -"rbxassetid://74895153993318",chevronLeftSquare= -"rbxassetid://76237236792336",chevronLeftSquareFill= -"rbxassetid://120959126318224",chevronLeftToLine= -"rbxassetid://123443176797430",chevronRight= -"rbxassetid://78509085870539",chevronRight2= -"rbxassetid://104839220898639",chevronRightCircle= -"rbxassetid://77500127724890",chevronRightCircleFill= -"rbxassetid://71460105813896",chevronRightDottedChevronRight= -"rbxassetid://84014526612594",chevronRightSquare= -"rbxassetid://83840794636542",chevronRightSquareFill= -"rbxassetid://105649371887513",chevronRightToLine= -"rbxassetid://121794491870850",chevronUp= -"rbxassetid://124381193435292",chevronUp2= -"rbxassetid://70612189758173",chevronUpChevronDown= -"rbxassetid://120694630806338",chevronUpChevronDownSquare= -"rbxassetid://139752063918851",chevronUpChevronDownSquareFill= -"rbxassetid://71767626081727",chevronUpChevronRightChevronDownChevronLeft= -"rbxassetid://119916580267664",chevronUpCircle= -"rbxassetid://93079320972322",chevronUpCircleFill= -"rbxassetid://92135424787840",chevronUpDotted2= -"rbxassetid://138943867543577",chevronUpForward2= -"rbxassetid://124727375450441",chevronUpForwardDotted2= -"rbxassetid://89742451017883",chevronUpRight2= -"rbxassetid://88133531097164",chevronUpRightDotted2= -"rbxassetid://115395035135393",chevronUpSquare= -"rbxassetid://109710523911983",chevronUpSquareFill= -"rbxassetid://104225835036185",chineseyuanrenminbisign= -"rbxassetid://106605504623105",chineseyuanrenminbisignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://131974648270643",chineseyuanrenminbisignBankBuilding= -"rbxassetid://135678816873352",chineseyuanrenminbisignBankBuildingFill= -"rbxassetid://120078222674438",chineseyuanrenminbisignCircle= -"rbxassetid://104695118743974",chineseyuanrenminbisignCircleFill= -"rbxassetid://130804219015804",chineseyuanrenminbisignGaugeChartLefthalfRighthalf= -"rbxassetid://83728465228683",chineseyuanrenminbisignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://79508268815623",chineseyuanrenminbisignRing= -"rbxassetid://78139164469080",chineseyuanrenminbisignRingDashed= -"rbxassetid://101815578602814",chineseyuanrenminbisignSquare= -"rbxassetid://138144908318910",chineseyuanrenminbisignSquareFill= -"rbxassetid://89932283542303",circle= -"rbxassetid://127580820023505",circleAndLineHorizontal= -"rbxassetid://92163164698084",circleAndLineHorizontalFill= -"rbxassetid://103510949241026",circleBadgeCheckmark= -"rbxassetid://73541577364301",circleBadgeCheckmarkFill= -"rbxassetid://79587366349109",circleBadgeExclamationmark= -"rbxassetid://94865900074504",circleBadgeExclamationmarkFill= -"rbxassetid://71915486222558",circleBadgeMinus= -"rbxassetid://114283225054906",circleBadgeMinusFill= -"rbxassetid://107754063769745",circleBadgePlus= -"rbxassetid://108705353782681",circleBadgePlusFill= -"rbxassetid://87811881814932",circleBadgeQuestionmark= -"rbxassetid://73324357315296",circleBadgeQuestionmarkFill= -"rbxassetid://114284456992547",circleBadgeXmark= -"rbxassetid://92183221721602",circleBadgeXmarkFill= -"rbxassetid://89983398678780",circleBottomhalfFilled= -"rbxassetid://129789388147951",circleBottomhalfFilledInverse= -"rbxassetid://121791463392307",circleBottomrighthalfPatternCheckered= -"rbxassetid://70650390839335",circleCircle= -"rbxassetid://106106119665975",circleCircleFill= -"rbxassetid://115792040553301",circleDashed= -"rbxassetid://75398076677945",circleDashedRectangle= -"rbxassetid://135927806582311",circleDotted= -"rbxassetid://111491579055564",circleDottedAndCircle= -"rbxassetid://121989361382171",circleDottedCircle= -"rbxassetid://129577247732880",circleDottedCircleFill= -"rbxassetid://89757091807952",circleFill= -"rbxassetid://80064436159016",circleFilledIpad= -"rbxassetid://75397451613049",circleFilledIpadFill= -"rbxassetid://107435816709644",circleFilledIpadLandscape= -"rbxassetid://133645448410287",circleFilledIpadLandscapeFill= -"rbxassetid://83807500978075",circleFilledIphone= -"rbxassetid://126411061461378",circleFilledIphoneFill= -"rbxassetid://75977502952308",circleFilledPatternDiagonallineRectangle= -"rbxassetid://87218805932126",circleGrid2x1= -"rbxassetid://138616600625546",circleGrid2x1Fill= -"rbxassetid://120930220595209",circleGrid2x1LeftFilled= -"rbxassetid://96726472159508",circleGrid2x1RightFilled= -"rbxassetid://103199608855655",circleGrid2x2= -"rbxassetid://130904499809170",circleGrid2x2Fill= -"rbxassetid://132237694455533",circleGrid2x2TopleftCheckmarkFilled= -"rbxassetid://135883331332592",circleGrid3x3= -"rbxassetid://131722011857611",circleGrid3x3Circle= -"rbxassetid://83192116717596",circleGrid3x3CircleFill= -"rbxassetid://71725053388904",circleGrid3x3Fill= -"rbxassetid://121415518071357",circleGridCross= -"rbxassetid://72022037160035",circleGridCrossDownFilled= -"rbxassetid://83684938496939",circleGridCrossFill= -"rbxassetid://70864207225120",circleGridCrossLeftFilled= -"rbxassetid://72458430082854",circleGridCrossRightFilled= -"rbxassetid://96761729803503",circleGridCrossUpFilled= -"rbxassetid://111710809644265",circleHexagongrid= -"rbxassetid://111486793686342",circleHexagongridCircle= -"rbxassetid://92769295923744",circleHexagongridCircleFill= -"rbxassetid://127898797064527",circleHexagongridFill= -"rbxassetid://80593130335287",circleHexagonpath= -"rbxassetid://125280225915748",circleHexagonpathFill= -"rbxassetid://87155953932449",circleLefthalfFilled= -"rbxassetid://102525283461428",circleLefthalfFilledInverse= -"rbxassetid://73157149843617",circleLefthalfFilledRighthalfStripedHorizontal= -"rbxassetid://84480363400031",circleLefthalfFilledRighthalfStripedHorizontalInverse= -"rbxassetid://131922821431640",circleLefthalfStripedHorizontal= -"rbxassetid://123132320594599",circleLefthalfStripedHorizontalInverse= -"rbxassetid://138067650700871",circleOnSquare= -"rbxassetid://134402620096415",circleOnSquareIntersectionDotted= -"rbxassetid://106202064238857",circleOnSquareMerge= -"rbxassetid://119420041203297",circleRectangleDashed= -"rbxassetid://71636774096303",circleRectangleFilledPatternDiagonalline= -"rbxassetid://94960844534941",circleRighthalfFilled= -"rbxassetid://135637659602444",circleRighthalfFilledInverse= -"rbxassetid://140593712245614",circleSlash= -"rbxassetid://104154540172947",circleSlashFill= -"rbxassetid://79464744506441",circleSquare= -"rbxassetid://110799724940886",circleSquareFill= -"rbxassetid://112824064557650",circleTophalfFilled= -"rbxassetid://124405486136137",circleTophalfFilledInverse= -"rbxassetid://77270186140894",circlebadge= -"rbxassetid://131007424421373",circlebadge2= -"rbxassetid://113976029273825",circlebadge2Fill= -"rbxassetid://119946725461731",circlebadgeFill= -"rbxassetid://116543379240390",clear= -"rbxassetid://111347207262118",clearFill= -"rbxassetid://119435132139885",clipboard= -"rbxassetid://86837361774929",clipboardFill= -"rbxassetid://79198177848815",clock= -"rbxassetid://118044516008298",clockArrowTrianglehead2CounterclockwiseRotate90= -"rbxassetid://95913356291783",clockArrowTriangleheadClockwiseRotate90PathDotted= -"rbxassetid://99115924969241",clockArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://71324037315941",clockBadge= -"rbxassetid://111489585201247",clockBadgeAirplane= -"rbxassetid://102050407041506",clockBadgeAirplaneFill= -"rbxassetid://105137174675782",clockBadgeCheckmark= -"rbxassetid://93303710334549",clockBadgeCheckmarkFill= -"rbxassetid://115277973984751",clockBadgeExclamationmark= -"rbxassetid://107341724771163",clockBadgeExclamationmarkFill= -"rbxassetid://113834847591938",clockBadgeFill= -"rbxassetid://126263925924381",clockBadgeQuestionmark= -"rbxassetid://95030392673370",clockBadgeQuestionmarkFill= -"rbxassetid://101756500536664",clockBadgeXmark= -"rbxassetid://97070320169937",clockBadgeXmarkFill= -"rbxassetid://119411599167261",clockCircle= -"rbxassetid://96769419117152",clockCircleFill= -"rbxassetid://95918054293798",clockFill= -"rbxassetid://103543463259853",cloud= -"rbxassetid://125844836750449",cloudBolt= -"rbxassetid://120205080121477",cloudBoltCircle= -"rbxassetid://103352835089059",cloudBoltCircleFill= -"rbxassetid://125939771575512",cloudBoltFill= -"rbxassetid://84022853028186",cloudBoltRain= -"rbxassetid://88421276235813",cloudBoltRainCircle= -"rbxassetid://104608493963244",cloudBoltRainCircleFill= -"rbxassetid://83599918125331",cloudBoltRainFill= -"rbxassetid://127751021174887",cloudCircle= -"rbxassetid://105465975005482",cloudCircleFill= -"rbxassetid://99201932671527",cloudDrizzle= -"rbxassetid://75917312764457",cloudDrizzleCircle= -"rbxassetid://111298722234387",cloudDrizzleCircleFill= -"rbxassetid://117592796566288",cloudDrizzleFill= -"rbxassetid://101014165508742",cloudFill= -"rbxassetid://138551698140117",cloudFog= -"rbxassetid://121696946826410",cloudFogCircle= -"rbxassetid://106338100351270",cloudFogCircleFill= -"rbxassetid://121844377230191",cloudFogFill= -"rbxassetid://116341603665512",cloudHail= -"rbxassetid://88904524510067",cloudHailCircle= -"rbxassetid://116942321315321",cloudHailCircleFill= -"rbxassetid://96355548948447",cloudHailFill= -"rbxassetid://136960114541774",cloudHeavyrain= -"rbxassetid://109864552849355",cloudHeavyrainCircle= -"rbxassetid://124192005586749",cloudHeavyrainCircleFill= -"rbxassetid://80079525783429",cloudHeavyrainFill= -"rbxassetid://114788055277992",cloudMoon= -"rbxassetid://113112363910839",cloudMoonBolt= -"rbxassetid://110935978074224",cloudMoonBoltCircle= -"rbxassetid://113969607142272",cloudMoonBoltCircleFill= -"rbxassetid://112664176137020",cloudMoonBoltFill= -"rbxassetid://73956141587448",cloudMoonCircle= -"rbxassetid://84770512578677",cloudMoonCircleFill= -"rbxassetid://72213796210601",cloudMoonFill= -"rbxassetid://73871722733721",cloudMoonRain= -"rbxassetid://72419669497810",cloudMoonRainCircle= -"rbxassetid://115885926378133",cloudMoonRainCircleFill= -"rbxassetid://79058592103311",cloudMoonRainFill= -"rbxassetid://79412611369285",cloudRain= -"rbxassetid://79141069262787",cloudRainCircle= -"rbxassetid://133474883396788",cloudRainCircleFill= -"rbxassetid://113110478704621",cloudRainFill= -"rbxassetid://136819299460571",cloudRainbowCrop= -"rbxassetid://87817731806106",cloudRainbowCropFill= -"rbxassetid://128746743620030",cloudSleet= -"rbxassetid://106343394354273",cloudSleetCircle= -"rbxassetid://96291512214127",cloudSleetCircleFill= -"rbxassetid://77737498544944",cloudSleetFill= -"rbxassetid://113852114482218",cloudSnow= -"rbxassetid://123115918068877",cloudSnowCircle= -"rbxassetid://94238018708269",cloudSnowCircleFill= -"rbxassetid://86750688790036",cloudSnowFill= -"rbxassetid://134154708320520",cloudSun= -"rbxassetid://89139645244408",cloudSunBolt= -"rbxassetid://112891811538780",cloudSunBoltCircle= -"rbxassetid://104994434286323",cloudSunBoltCircleFill= -"rbxassetid://130692437455215",cloudSunBoltFill= -"rbxassetid://123522124019804",cloudSunCircle= -"rbxassetid://106891004674308",cloudSunCircleFill= -"rbxassetid://119109291723970",cloudSunFill= -"rbxassetid://85716919728351",cloudSunRain= -"rbxassetid://83136398842772",cloudSunRainCircle= -"rbxassetid://81912214341791",cloudSunRainCircleFill= -"rbxassetid://116012846410839",cloudSunRainFill= -"rbxassetid://119451074382067",coat= -"rbxassetid://112907761046645",coatCircle= -"rbxassetid://77278405616892",coatCircleFill= -"rbxassetid://114632479887362",coatFill= -"rbxassetid://82691163373468",coloncurrencysign= -"rbxassetid://132046267046047",coloncurrencysignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://120759394902521",coloncurrencysignBankBuilding= -"rbxassetid://71277561076481",coloncurrencysignBankBuildingFill= -"rbxassetid://72434136397173",coloncurrencysignCircle= -"rbxassetid://89544856038273",coloncurrencysignCircleFill= -"rbxassetid://82232265184590",coloncurrencysignGaugeChartLefthalfRighthalf= -"rbxassetid://83484194803214",coloncurrencysignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://89794987808340",coloncurrencysignRing= -"rbxassetid://98036674271248",coloncurrencysignRingDashed= -"rbxassetid://99487712745973",coloncurrencysignSquare= -"rbxassetid://83194207625788",coloncurrencysignSquareFill= -"rbxassetid://115065291796508",comb= -"rbxassetid://133514897957914",combFill= -"rbxassetid://124232840351911",command= -"rbxassetid://99928112101451",commandCircle= -"rbxassetid://106461531400436",commandCircleFill= -"rbxassetid://80959254287699",commandSquare= -"rbxassetid://125309275066295",commandSquareFill= -"rbxassetid://99334700529407",compassDrawing= -"rbxassetid://107187501315701",computermouse= -"rbxassetid://71950712343787",computermouseFill= -"rbxassetid://123963788299466",cone= -"rbxassetid://104542828734456",coneFill= -"rbxassetid://110858397151601",contactSensor= -"rbxassetid://85541746354815",contactSensorFill= -"rbxassetid://136057375535706",contextualmenuAndPointerArrow= -"rbxassetid://111542058194931",control= -"rbxassetid://114318018995872",convertibleSide= -"rbxassetid://77673913160478",convertibleSideAirCirculate= -"rbxassetid://114477745083885",convertibleSideAirCirculateFill= -"rbxassetid://113179007234251",convertibleSideAirFresh= -"rbxassetid://79368252965396",convertibleSideAirFreshFill= -"rbxassetid://114023783189459",convertibleSideAndExclamationmark= -"rbxassetid://88211119372019",convertibleSideAndExclamationmarkFill= -"rbxassetid://111800553687021",convertibleSideArrowLeftAndRight= -"rbxassetid://77435653953138",convertibleSideArrowLeftAndRightFill= -"rbxassetid://82684584969314",convertibleSideArrowTriangleheadBackward= -"rbxassetid://126730618099243",convertibleSideArrowTriangleheadBackwardFill= -"rbxassetid://77255276562681",convertibleSideArrowTriangleheadForward= -"rbxassetid://122815668681265",convertibleSideArrowTriangleheadForwardAndBackward= -"rbxassetid://132594446742842",convertibleSideArrowTriangleheadForwardAndBackwardFill= -"rbxassetid://132223566197620",convertibleSideArrowTriangleheadForwardFill= -"rbxassetid://129933515217837",convertibleSideArrowtriangleDown= -"rbxassetid://129137265857420",convertibleSideArrowtriangleDownFill= -"rbxassetid://109430340614173",convertibleSideArrowtriangleUp= -"rbxassetid://96087545130037",convertibleSideArrowtriangleUpArrowtriangleDown= -"rbxassetid://109963439700992",convertibleSideArrowtriangleUpArrowtriangleDownFill= -"rbxassetid://108608124507289",convertibleSideArrowtriangleUpFill= -"rbxassetid://90057828175996",convertibleSideFill= -"rbxassetid://103181510937586",convertibleSideFrontOpen= -"rbxassetid://80243888179455",convertibleSideFrontOpenCrop= -"rbxassetid://105676080293359",convertibleSideFrontOpenCropFill= -"rbxassetid://109442784684213",convertibleSideFrontOpenFill= -"rbxassetid://130769323566920",convertibleSideHillDescentControl= -"rbxassetid://136030994375564",convertibleSideHillDescentControlFill= -"rbxassetid://113600442571759",convertibleSideHillDown= -"rbxassetid://135625037129753",convertibleSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangle= -"rbxassetid://109754570080709",convertibleSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangleFill= -"rbxassetid://80207546485504",convertibleSideHillDownFill= -"rbxassetid://129248791251164",convertibleSideHillUp= -"rbxassetid://91318432486517",convertibleSideHillUpFill= -"rbxassetid://124222941563304",convertibleSideLock= -"rbxassetid://74715510126368",convertibleSideLockFill= -"rbxassetid://75628094186872",convertibleSideLockOpen= -"rbxassetid://104287110880709",convertibleSideLockOpenFill= -"rbxassetid://123774317986807",cooktop= -"rbxassetid://71793924572374",cooktopFill= -"rbxassetid://131363562594575",cpu= -"rbxassetid://95036438001816",cpuFill= -"rbxassetid://118027204521316",creditcard= -"rbxassetid://102391071615984",creditcardAndNumbers= -"rbxassetid://79991243875457",creditcardArrowTrianglehead2ClockwiseRotate90= -"rbxassetid://118751796305360",creditcardCircle= -"rbxassetid://99577345063443",creditcardCircleFill= -"rbxassetid://122441278631925",creditcardFill= -"rbxassetid://130998571824734",creditcardRewards= -"rbxassetid://126672477574212",creditcardRewardsFill= -"rbxassetid://124725071832891",creditcardTrianglebadgeExclamationmark= -"rbxassetid://94112641939597",creditcardTrianglebadgeExclamationmarkFill= -"rbxassetid://137204993427231",creditcardViewfinder= -"rbxassetid://88998337967285",cricketBall= -"rbxassetid://125175450137166",cricketBallCircle= -"rbxassetid://99336684178452",cricketBallCircleFill= -"rbxassetid://95836725828825",cricketBallFill= -"rbxassetid://87487375781365",crop= -"rbxassetid://112604813686105",cropRotate= -"rbxassetid://137499512803592",cross= -"rbxassetid://70396797012863",crossCase= -"rbxassetid://140617457573433",crossCaseCircle= -"rbxassetid://78446007485129",crossCaseCircleFill= -"rbxassetid://81694326689212",crossCaseFill= -"rbxassetid://130129760042651",crossCircle= -"rbxassetid://89085435445988",crossCircleFill= -"rbxassetid://90089605785225",crossFill= -"rbxassetid://135985632469288",crossVial= -"rbxassetid://80523198443254",crossVialFill= -"rbxassetid://88950387311851",crown= -"rbxassetid://78589470483895",crownFill= -"rbxassetid://109620668715957",cruzeirosign= -"rbxassetid://96263387845371",cruzeirosignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://117791963016748",cruzeirosignBankBuilding= -"rbxassetid://106039286449264",cruzeirosignBankBuildingFill= -"rbxassetid://76011055772198",cruzeirosignCircle= -"rbxassetid://88834907166929",cruzeirosignCircleFill= -"rbxassetid://91586624902311",cruzeirosignGaugeChartLefthalfRighthalf= -"rbxassetid://90748494897869",cruzeirosignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://102965962071956",cruzeirosignRing= -"rbxassetid://115997979365379",cruzeirosignRingDashed= -"rbxassetid://125933332099552",cruzeirosignSquare= -"rbxassetid://117418753806326",cruzeirosignSquareFill= -"rbxassetid://140511466803095",cube= -"rbxassetid://117763319817078",cubeCircle= -"rbxassetid://77656085080511",cubeCircleFill= -"rbxassetid://136068601228924",cubeFill= -"rbxassetid://92819787606262",cubeTransparent= -"rbxassetid://127179979836725",cubeTransparentFill= -"rbxassetid://81983258567260",cupAndHeatWaves= -"rbxassetid://131388984166682",cupAndHeatWavesFill= -"rbxassetid://85230259857962",cupAndSaucer= -"rbxassetid://105885569318232",cupAndSaucerFill= -"rbxassetid://113169886438358",curlybraces= -"rbxassetid://71381493834012",curlybracesSquare= -"rbxassetid://72812281516833",curlybracesSquareFill= -"rbxassetid://96851366681093",curtainsClosed= -"rbxassetid://84118185681028",curtainsOpen= -"rbxassetid://75807809250123",cylinder= -"rbxassetid://109794899478610",cylinderFill= -"rbxassetid://118688243959842",cylinderSplit1x2= -"rbxassetid://89656154877197",cylinderSplit1x2Fill= -"rbxassetid://140192816695689",dCircle= -"rbxassetid://108341912063329",dCircleFill= -"rbxassetid://131068832951449",dSquare= -"rbxassetid://96879379823147",dSquareFill= -"rbxassetid://134692982148280",danishkronesign= -"rbxassetid://71747342701998",danishkronesignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://130828977001381",danishkronesignBankBuilding= -"rbxassetid://123178571625411",danishkronesignBankBuildingFill= -"rbxassetid://138791062368969",danishkronesignCircle= -"rbxassetid://128286086882615",danishkronesignCircleFill= -"rbxassetid://123458259030394",danishkronesignGaugeChartLefthalfRighthalf= -"rbxassetid://83916716167957",danishkronesignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://84569136006792",danishkronesignRing= -"rbxassetid://134575765249944",danishkronesignRingDashed= -"rbxassetid://133441147508341",danishkronesignSquare= -"rbxassetid://104553707420104",danishkronesignSquareFill= -"rbxassetid://90505765292959",decreaseIndent= -"rbxassetid://102015365326530",decreaseQuotelevel= -"rbxassetid://77340172822352",degreesignCelsius= -"rbxassetid://83648435307729",degreesignFahrenheit= -"rbxassetid://71349815311382",dehumidifier= -"rbxassetid://83046553931160",dehumidifierFill= -"rbxassetid://132671394784025",deleteBackward= -"rbxassetid://96257245530959",deleteBackwardFill= -"rbxassetid://96960221266056",deleteForward= -"rbxassetid://89313233894510",deleteForwardFill= -"rbxassetid://94627919802028",deleteLeft= -"rbxassetid://87850180670534",deleteLeftFill= -"rbxassetid://103567861534324",deleteRight= -"rbxassetid://137860409528959",deleteRightFill= -"rbxassetid://105513054544582",deskclock= -"rbxassetid://133229121285565",deskclockFill= -"rbxassetid://117667942132753",desktopcomputer= -"rbxassetid://129653946489627",desktopcomputerAndArrowDown= -"rbxassetid://70809434619252",desktopcomputerAndMacbook= -"rbxassetid://134099026843474",desktopcomputerBadgeCheckmark= -"rbxassetid://125120219048820",desktopcomputerBadgeShieldCheckmark= -"rbxassetid://136517878652013",desktopcomputerTrianglebadgeExclamationmark= -"rbxassetid://89196122548809",deskview= -"rbxassetid://84905437577132",deskviewFill= -"rbxassetid://125213465253168",dialHigh= -"rbxassetid://70576341055493",dialHighFill= -"rbxassetid://110457336957670",dialLow= -"rbxassetid://107178300136733",dialLowFill= -"rbxassetid://71791731839154",dialMedium= -"rbxassetid://82012022857806",dialMediumFill= -"rbxassetid://85356150458540",diamond= -"rbxassetid://123002911917136",diamondBottomhalfFilled= -"rbxassetid://87573559601259",diamondCircle= -"rbxassetid://118900270346557",diamondCircleFill= -"rbxassetid://130914472862657",diamondFill= -"rbxassetid://84265013661525",diamondLefthalfFilled= -"rbxassetid://94076880633121",diamondRighthalfFilled= -"rbxassetid://90086791566299",diamondTophalfFilled= -"rbxassetid://132971822944146",dice= -"rbxassetid://91895692955223",diceFill= -"rbxassetid://94250798030493",dieFace1= -"rbxassetid://76769788589966",dieFace1Fill= -"rbxassetid://121508619979896",dieFace2= -"rbxassetid://93025511174361",dieFace2Fill= -"rbxassetid://107138161324615",dieFace3= -"rbxassetid://95871190603764",dieFace3Fill= -"rbxassetid://125668010321269",dieFace4= -"rbxassetid://109784998653982",dieFace4Fill= -"rbxassetid://124257522293340",dieFace5= -"rbxassetid://92554734844115",dieFace5Fill= -"rbxassetid://82155230024730",dieFace6= -"rbxassetid://86598017382511",dieFace6Fill= -"rbxassetid://100383072667883",digitalcrownArrowClockwise= -"rbxassetid://121383257581612",digitalcrownArrowClockwiseFill= -"rbxassetid://111974960664482",digitalcrownArrowCounterclockwise= -"rbxassetid://88531026913586",digitalcrownArrowCounterclockwiseFill= -"rbxassetid://126436948068967",digitalcrownHorizontalArrowClockwise= -"rbxassetid://71379979533191",digitalcrownHorizontalArrowClockwiseFill= -"rbxassetid://133474928920267",digitalcrownHorizontalArrowCounterclockwise= -"rbxassetid://74752330806918",digitalcrownHorizontalArrowCounterclockwiseFill= -"rbxassetid://137451330594345",digitalcrownHorizontalPress= -"rbxassetid://82625277092858",digitalcrownHorizontalPressFill= -"rbxassetid://91081972499178",digitalcrownPress= -"rbxassetid://93373349642842",digitalcrownPressFill= -"rbxassetid://134677072172356",directcurrent= -"rbxassetid://73116195647598",dishwasher= -"rbxassetid://71722189972982",dishwasherCircle= -"rbxassetid://135722759543777",dishwasherCircleFill= -"rbxassetid://108752490441655",dishwasherFill= -"rbxassetid://78976059330369",display= -"rbxassetid://85573304704706",display2= -"rbxassetid://70637602081807",displayAndArrowDown= -"rbxassetid://119871015224060",displayAndScrewdriver= -"rbxassetid://125529300788292",displayTrianglebadgeExclamationmark= -"rbxassetid://94201069140395",distributeHorizontal= -"rbxassetid://126470459438060",distributeHorizontalCenter= -"rbxassetid://70371021082778",distributeHorizontalCenterFill= -"rbxassetid://96509845881516",distributeHorizontalFill= -"rbxassetid://105120103367262",distributeHorizontalLeft= -"rbxassetid://131979858170366",distributeHorizontalLeftFill= -"rbxassetid://137126878122447",distributeHorizontalRight= -"rbxassetid://97271084986319",distributeHorizontalRightFill= -"rbxassetid://128367730821112",distributeVertical= -"rbxassetid://71246013838968",distributeVerticalBottom= -"rbxassetid://83018240546054",distributeVerticalBottomFill= -"rbxassetid://125875657464714",distributeVerticalCenter= -"rbxassetid://130073079815533",distributeVerticalCenterFill= -"rbxassetid://110488164508803",distributeVerticalFill= -"rbxassetid://90173474946424",distributeVerticalTop= -"rbxassetid://119840231845074",distributeVerticalTopFill= -"rbxassetid://134488592740936",divide= -"rbxassetid://73744377317531",divideCircle= -"rbxassetid://123723851186556",divideCircleFill= -"rbxassetid://119433653367733",divideSquare= -"rbxassetid://72540422371665",divideSquareFill= -"rbxassetid://140510793984643",dockArrowDownRectangle= -"rbxassetid://113179073722995",dockArrowUpRectangle= -"rbxassetid://106766147031505",dockRectangle= -"rbxassetid://82183017414712",document= -"rbxassetid://132233084740467",documentBadgeArrowUp= -"rbxassetid://124903414551810",documentBadgeArrowUpFill= -"rbxassetid://110631954303623",documentBadgeClock= -"rbxassetid://121580898072725",documentBadgeClockFill= -"rbxassetid://136994898594206",documentBadgeEllipsis= -"rbxassetid://135680028075248",documentBadgeEllipsisFill= -"rbxassetid://106844116307702",documentBadgeGearshape= -"rbxassetid://129947665382985",documentBadgeGearshapeFill= -"rbxassetid://83115630698992",documentBadgePlus= -"rbxassetid://79836500886131",documentBadgePlusFill= -"rbxassetid://109893868429316",documentCircle= -"rbxassetid://87526033461288",documentCircleFill= -"rbxassetid://90345908045361",documentFill= -"rbxassetid://76333671333101",documentOnClipboard= -"rbxassetid://130391731253501",documentOnClipboardFill= -"rbxassetid://116248394864529",documentOnDocument= -"rbxassetid://93619379817491",documentOnDocumentFill= -"rbxassetid://98050212059018",documentOnTrash= -"rbxassetid://78093446252604",documentOnTrashFill= -"rbxassetid://136395846349717",documentViewfinder= -"rbxassetid://113302302693802",documentViewfinderFill= -"rbxassetid://80370853652971",dog= -"rbxassetid://98995577471760",dogCircle= -"rbxassetid://136012848566735",dogCircleFill= -"rbxassetid://90381747805500",dogFill= -"rbxassetid://116658599686695",dollarsign= -"rbxassetid://85408670101267",dollarsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://129107175515740",dollarsignBankBuilding= -"rbxassetid://72789444681549",dollarsignBankBuildingFill= -"rbxassetid://114225821409245",dollarsignCircle= -"rbxassetid://114108894164829",dollarsignCircleFill= -"rbxassetid://120954226269698",dollarsignGaugeChartLefthalfRighthalf= -"rbxassetid://78476471993522",dollarsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://127940789884427",dollarsignRing= -"rbxassetid://102070523426235",dollarsignRingDashed= -"rbxassetid://94240968546302",dollarsignSquare= -"rbxassetid://124367239109927",dollarsignSquareFill= -"rbxassetid://138818230052323",dongsign= -"rbxassetid://74481766823613",dongsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://106148962629530",dongsignBankBuilding= -"rbxassetid://86123438160582",dongsignBankBuildingFill= -"rbxassetid://97403896053825",dongsignCircle= -"rbxassetid://132818040185374",dongsignCircleFill= -"rbxassetid://129889531526123",dongsignGaugeChartLefthalfRighthalf= -"rbxassetid://121938605199057",dongsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://139696090835580",dongsignRing= -"rbxassetid://100453939600321",dongsignRingDashed= -"rbxassetid://78587886709683",dongsignSquare= -"rbxassetid://125994858234464",dongsignSquareFill= -"rbxassetid://105910443925400",doorFrenchClosed= -"rbxassetid://74628979466114",doorFrenchOpen= -"rbxassetid://137873383379077",doorGarageClosed= -"rbxassetid://102786510962389",doorGarageClosedTrianglebadgeExclamationmark= -"rbxassetid://134112864721392",doorGarageDoubleBayClosed= -"rbxassetid://116372969647987",doorGarageDoubleBayClosedTrianglebadgeExclamationmark= -"rbxassetid://114615465182638",doorGarageDoubleBayOpen= -"rbxassetid://135174369078298",doorGarageDoubleBayOpenTrianglebadgeExclamationmark= -"rbxassetid://115908161909017",doorGarageOpen= -"rbxassetid://77925158884831",doorGarageOpenTrianglebadgeExclamationmark= -"rbxassetid://139501305079432",doorLeftHandClosed= -"rbxassetid://117645203337984",doorLeftHandOpen= -"rbxassetid://105342116470932",doorRightHandClosed= -"rbxassetid://92139443525745",doorRightHandOpen= -"rbxassetid://116661765798040",doorSlidingLeftHandClosed= -"rbxassetid://134287159961119",doorSlidingLeftHandOpen= -"rbxassetid://126348292338845",doorSlidingRightHandClosed= -"rbxassetid://101061519212683",doorSlidingRightHandOpen= -"rbxassetid://131519286131398",dotArrowtrianglesUpRightDownLeftCircle= -"rbxassetid://133861881464998",dotCarTopRadiowaves2RearLeftRearRearRight= -"rbxassetid://114284610067955",dotCarTopRadiowaves2RearLeftRearRearRightFill= -"rbxassetid://134067145865698",dotCircleAndHandPointUpLeftFill= -"rbxassetid://104343434712335",dotCircleAndPointerArrow= -"rbxassetid://84705511943286",dotCircleViewfinder= -"rbxassetid://136327220184775",dotCrosshair= -"rbxassetid://98134431922503",dotRadiowavesForward= -"rbxassetid://106803904785443",dotRadiowavesLeftAndRight= -"rbxassetid://132028433008331",dotRadiowavesRight= -"rbxassetid://113341310817955",dotRadiowavesUpForward= -"rbxassetid://100189686131821",dotScope= -"rbxassetid://93062461350867",dotScopeDisplay= -"rbxassetid://93351268984771",dotScopeLaptopcomputer= -"rbxassetid://87637797472583",dotSquare= -"rbxassetid://97377344541535",dotSquareFill= -"rbxassetid://94667891931602",dotSquareshape= -"rbxassetid://127074708049051",dotSquareshapeFill= -"rbxassetid://108048208753804",dotSquareshapeSplit2x2= -"rbxassetid://87216900472483",dotViewfinder= -"rbxassetid://86171900230082",dotsAndLineVerticalAndPointerArrowRectangle= -"rbxassetid://71886633662310",dpad= -"rbxassetid://137538501119169",dpadDownFilled= -"rbxassetid://140284560406497",dpadFill= -"rbxassetid://95812891260392",dpadLeftFilled= -"rbxassetid://87370071704661",dpadRightFilled= -"rbxassetid://71034975951111",dpadUpFilled= -"rbxassetid://83286916433527",drone= -"rbxassetid://101698320450018",droneFill= -"rbxassetid://88891972102671",drop= -"rbxassetid://89140654293122",dropCircle= -"rbxassetid://112701377733618",dropCircleFill= -"rbxassetid://108793262876238",dropDegreesign= -"rbxassetid://75993152432600",dropDegreesignFill= -"rbxassetid://129969326039452",dropDegreesignSlash= -"rbxassetid://72956203355617",dropDegreesignSlashFill= -"rbxassetid://109824123160025",dropFill= -"rbxassetid://81617548732200",dropHalffull= -"rbxassetid://116110036376514",dropKeypadRectangle= -"rbxassetid://129499451979433",dropKeypadRectangleFill= -"rbxassetid://84682070369739",dropTransmission= -"rbxassetid://89540269302625",dropTriangle= -"rbxassetid://94410927801922",dropTriangleFill= -"rbxassetid://82809116124089",dryer= -"rbxassetid://103056614122551",dryerCircle= -"rbxassetid://110138419909410",dryerCircleFill= -"rbxassetid://97608480399493",dryerFill= -"rbxassetid://131562259771376",duffleBag= -"rbxassetid://128847802440246",duffleBagFill= -"rbxassetid://74226276121381",dumbbell= -"rbxassetid://82821238755603",dumbbellFill= -"rbxassetid://89788229639752",eCircle= -"rbxassetid://70802815182943",eCircleFill= -"rbxassetid://80640544557603",eSquare= -"rbxassetid://126009151922537",eSquareFill= -"rbxassetid://110159131072371",ear= -"rbxassetid://96654872429167",earBadgeCheckmark= -"rbxassetid://103249538688493",earBadgeWaveform= -"rbxassetid://111654977659817",earFill= -"rbxassetid://81366260583814",earTrianglebadgeExclamationmark= -"rbxassetid://72626666790658",earbudLeft= -"rbxassetid://71215152802524",earbudRight= -"rbxassetid://85071697099401",earbuds= -"rbxassetid://125493661917703",earbudsBoneConduction= -"rbxassetid://129770912254868",earbudsBoneConductionLeft= -"rbxassetid://114476331639986",earbudsBoneConductionRight= -"rbxassetid://123944264854305",earbudsCase= -"rbxassetid://107150021318403",earbudsCaseFill= -"rbxassetid://109002448914438",earbudsInEar= -"rbxassetid://112109317314847",earbudsInEarLeft= -"rbxassetid://70896271743094",earbudsInEarRight= -"rbxassetid://73447884085121",earbudsStemless= -"rbxassetid://117420416429252",earbudsStemlessLeft= -"rbxassetid://106660568380694",earbudsStemlessRight= -"rbxassetid://97147191878653",earpods= -"rbxassetid://112124537658946",eject= -"rbxassetid://87374917992183",ejectCircle= -"rbxassetid://119932652054091",ejectCircleFill= -"rbxassetid://132209980019470",ejectFill= -"rbxassetid://70417205369426",electronicTollCollection= -"rbxassetid://138745825423455",electronicTollCollectionRectangle= -"rbxassetid://92691820561575",electronicTollCollectionRectangleFill= -"rbxassetid://112979514142052",electronicTollCollectionRectangleSlash= -"rbxassetid://122271556113696",electronicTollCollectionRectangleSlashFill= -"rbxassetid://117268025221123",electronicTollCollectionRectangleTrianglebadgeExclamationmark= -"rbxassetid://123518754888566",electronicTollCollectionRectangleTrianglebadgeExclamationmarkFill= -"rbxassetid://87405410792094",ellipsis= -"rbxassetid://80719337693549",ellipsisBubble= -"rbxassetid://103485994792106",ellipsisBubbleFill= -"rbxassetid://137138396817990",ellipsisCalendar= -"rbxassetid://126224257758225",ellipsisCircle= -"rbxassetid://105070634797318",ellipsisCircleBadge= -"rbxassetid://84648460638605",ellipsisCircleBadgeFill= -"rbxassetid://92242421925672",ellipsisCircleFill= -"rbxassetid://97924490781618",ellipsisCurlybraces= -"rbxassetid://130160359145470",ellipsisMessage= -"rbxassetid://116720485649801",ellipsisMessageFill= -"rbxassetid://111797726510055",ellipsisRectangle= -"rbxassetid://70986516634278",ellipsisRectangleFill= -"rbxassetid://121412383067136",ellipsisVerticalBubble= -"rbxassetid://126608463418859",ellipsisVerticalBubbleFill= -"rbxassetid://95598231493819",ellipsisViewfinder= -"rbxassetid://78819268411338",engineCombustion= -"rbxassetid://119912088588932",engineCombustionBadgeExclamationmark= -"rbxassetid://93379566893706",engineCombustionBadgeExclamationmarkFill= -"rbxassetid://110382629919111",engineCombustionFill= -"rbxassetid://102749356572648",engineEmissionAndDrop2WaterWaveBelow= -"rbxassetid://125742945504708",engineEmissionAndExclamationmark= -"rbxassetid://111657310532283",engineEmissionAndFilter= -"rbxassetid://101980131727481",entryLeverKeypad= -"rbxassetid://112916547865937",entryLeverKeypadFill= -"rbxassetid://117659993888374",entryLeverKeypadTrianglebadgeExclamationmark= -"rbxassetid://74847186879296",entryLeverKeypadTrianglebadgeExclamationmarkFill= -"rbxassetid://104816665748110",envelope= -"rbxassetid://76322151452834",envelopeAndArrow3Down= -"rbxassetid://119182631880647",envelopeAndArrow3DownFill= -"rbxassetid://90529900785586",envelopeAndArrowTriangleheadBranch= -"rbxassetid://86451293151571",envelopeAndArrowTriangleheadBranchFill= -"rbxassetid://139782010891500",envelopeAndHandRaised= -"rbxassetid://97797918326255",envelopeAndHandRaisedFill= -"rbxassetid://115276907895891",envelopeBadge= -"rbxassetid://105394639079006",envelopeBadgeFill= -"rbxassetid://73540982341607",envelopeBadgeMinus= -"rbxassetid://120336456476942",envelopeBadgeMinusFill= -"rbxassetid://113560926593417",envelopeBadgePersonCrop= -"rbxassetid://126423473109262",envelopeBadgePersonCropFill= -"rbxassetid://107486402622396",envelopeBadgePlus= -"rbxassetid://110088029532770",envelopeBadgePlusFill= -"rbxassetid://77371765099689",envelopeBadgeShieldHalfFilled= -"rbxassetid://104639186607623",envelopeBadgeShieldHalfFilledFill= -"rbxassetid://101951989965813",envelopeCircle= -"rbxassetid://86031165812466",envelopeCircleFill= -"rbxassetid://86954245844365",envelopeFill= -"rbxassetid://108404754717290",envelopeFront= -"rbxassetid://117576621438515",envelopeFrontFill= -"rbxassetid://101719476673120",envelopeOpen= -"rbxassetid://139678032156082",envelopeOpenBadgeClock= -"rbxassetid://106624605451633",envelopeOpenBadgeClockFill= -"rbxassetid://128297140551821",envelopeOpenFill= -"rbxassetid://74480251357734",envelopeStack= -"rbxassetid://115854153028351",envelopeStackFill= -"rbxassetid://107519069327042",environments= -"rbxassetid://134312865712446",environmentsCircle= -"rbxassetid://108304184255588",environmentsCircleFill= -"rbxassetid://83186180864130",environmentsFill= -"rbxassetid://137425014442363",environmentsSlash= -"rbxassetid://90711297442915",environmentsSlashCircle= -"rbxassetid://108620246754751",environmentsSlashCircleFill= -"rbxassetid://125421277939131",environmentsSlashFill= -"rbxassetid://112777136380407",equal= -"rbxassetid://117408513134347",equalCircle= -"rbxassetid://119193893553522",equalCircleFill= -"rbxassetid://84953474054936",equalSquare= -"rbxassetid://98882492513862",equalSquareFill= -"rbxassetid://73687295843947",eraser= -"rbxassetid://133176370689043",eraserBadgeXmark= -"rbxassetid://81855992979601",eraserBadgeXmarkFill= -"rbxassetid://132318524044481",eraserFill= -"rbxassetid://86436299151978",eraserLineDashed= -"rbxassetid://73729166522335",eraserLineDashedFill= -"rbxassetid://107182239684421",eraserSlash= -"rbxassetid://106434311980683",eraserSlashFill= -"rbxassetid://91336142326609",eraserTrianglebadgeExclamationmark= -"rbxassetid://94398422883955",eraserTrianglebadgeExclamationmarkFill= -"rbxassetid://105553018318246",escape= -"rbxassetid://133767676434268",esim= -"rbxassetid://135698051753857",esimFill= -"rbxassetid://82595621996397",eurosign= -"rbxassetid://78984236311363",eurosignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://140500247731686",eurosignBankBuilding= -"rbxassetid://138891267935066",eurosignBankBuildingFill= -"rbxassetid://110641302261815",eurosignCircle= -"rbxassetid://122861095603761",eurosignCircleFill= -"rbxassetid://128667096143482",eurosignGaugeChartLefthalfRighthalf= -"rbxassetid://89837935907671",eurosignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://126163877773395",eurosignRing= -"rbxassetid://116520554489290",eurosignRingDashed= -"rbxassetid://114113068347636",eurosignSquare= -"rbxassetid://115148935134336",eurosignSquareFill= -"rbxassetid://96416918527047",eurozonesign= -"rbxassetid://73336937665108",eurozonesignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://135691358938561",eurozonesignBankBuilding= -"rbxassetid://74749007169800",eurozonesignBankBuildingFill= -"rbxassetid://110586323101924",eurozonesignCircle= -"rbxassetid://112494965421629",eurozonesignCircleFill= -"rbxassetid://116245782851274",eurozonesignGaugeChartLefthalfRighthalf= -"rbxassetid://129286761267567",eurozonesignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://97055837015514",eurozonesignRing= -"rbxassetid://131271868131555",eurozonesignRingDashed= -"rbxassetid://92624065998252",eurozonesignSquare= -"rbxassetid://98138015273666",eurozonesignSquareFill= -"rbxassetid://113642469322049",evCharger= -"rbxassetid://95848011903649",evChargerArrowtriangleLeft= -"rbxassetid://133490696248105",evChargerArrowtriangleLeftFill= -"rbxassetid://129340105013083",evChargerArrowtriangleRight= -"rbxassetid://72053737729075",evChargerArrowtriangleRightFill= -"rbxassetid://97450257671109",evChargerExclamationmark= -"rbxassetid://78268369361006",evChargerExclamationmarkFill= -"rbxassetid://131314988734463",evChargerFill= -"rbxassetid://114056051066989",evChargerSlash= -"rbxassetid://108578306991178",evChargerSlashFill= -"rbxassetid://139657369986635",evPlugAcGbT= -"rbxassetid://139752291577401",evPlugAcGbTFill= -"rbxassetid://119446850610681",evPlugAcType1= -"rbxassetid://93273762000671",evPlugAcType1Fill= -"rbxassetid://119720208870724",evPlugAcType2= -"rbxassetid://82479142917895",evPlugAcType2Fill= -"rbxassetid://126061360947492",evPlugDcCcs1= -"rbxassetid://103317900490241",evPlugDcCcs1Fill= -"rbxassetid://118011084778386",evPlugDcCcs2= -"rbxassetid://129069205134529",evPlugDcCcs2Fill= -"rbxassetid://124921870759471",evPlugDcChademo= -"rbxassetid://104484683491756",evPlugDcChademoFill= -"rbxassetid://94995567094070",evPlugDcGbT= -"rbxassetid://132013051995782",evPlugDcGbTFill= -"rbxassetid://106861127714372",evPlugDcNacs= -"rbxassetid://138346228509765",evPlugDcNacsFill= -"rbxassetid://98239007298560",exclamationmark= -"rbxassetid://138405666905027",exclamationmark2= -"rbxassetid://86910170567957",exclamationmark3= -"rbxassetid://72934755051844",exclamationmarkApplewatch= -"rbxassetid://93637563206763",exclamationmarkArrowTrianglehead2ClockwiseRotate90= -"rbxassetid://108539688841324",exclamationmarkArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://105131802660026",exclamationmarkBrakesignal= -"rbxassetid://101311614432947",exclamationmarkBubble= -"rbxassetid://104862228346836",exclamationmarkBubbleCircle= -"rbxassetid://112749731964330",exclamationmarkBubbleCircleFill= -"rbxassetid://107511497062709",exclamationmarkBubbleFill= -"rbxassetid://130786018532010",exclamationmarkCircle= -"rbxassetid://87372069488730",exclamationmarkCircleFill= -"rbxassetid://79928415422424",exclamationmarkIcloud= -"rbxassetid://96896974924868",exclamationmarkIcloudFill= -"rbxassetid://71697718573763",exclamationmarkLock= -"rbxassetid://97137171549787",exclamationmarkLockFill= -"rbxassetid://116822478927883",exclamationmarkMagnifyingglass= -"rbxassetid://97869602448462",exclamationmarkMessage= -"rbxassetid://73994213158940",exclamationmarkMessageFill= -"rbxassetid://116236243986442",exclamationmarkOctagon= -"rbxassetid://72492200794999",exclamationmarkOctagonFill= -"rbxassetid://89561362637637",exclamationmarkQuestionmark= -"rbxassetid://101403756163797",exclamationmarkShield= -"rbxassetid://73683596548654",exclamationmarkShieldFill= -"rbxassetid://84613595388253",exclamationmarkSquare= -"rbxassetid://115154495161389",exclamationmarkSquareFill= -"rbxassetid://85273377525264",exclamationmarkTirepressure= -"rbxassetid://121222409657243",exclamationmarkTransmission= -"rbxassetid://131468297748806",exclamationmarkTriangle= -"rbxassetid://134197579161734",exclamationmarkTriangleFill= -"rbxassetid://101507134037495",exclamationmarkTriangleTextPage= -"rbxassetid://72627391703653",exclamationmarkTriangleTextPageFill= -"rbxassetid://124891561254588",exclamationmarkWarninglight= -"rbxassetid://83459702748009",exclamationmarkWarninglightFill= -"rbxassetid://140382999118076",externaldrive= -"rbxassetid://77058513561501",externaldriveBadgeCheckmark= -"rbxassetid://70626910059334",externaldriveBadgeExclamationmark= -"rbxassetid://108276861388257",externaldriveBadgeIcloud= -"rbxassetid://126668623405413",externaldriveBadgeMinus= -"rbxassetid://121559883427862",externaldriveBadgePersonCrop= -"rbxassetid://70597890392915",externaldriveBadgePlus= -"rbxassetid://132481703984830",externaldriveBadgeQuestionmark= -"rbxassetid://94475023167870",externaldriveBadgeTimemachine= -"rbxassetid://77404242992054",externaldriveBadgeWifi= -"rbxassetid://136490420733110",externaldriveBadgeXmark= -"rbxassetid://85882934560549",externaldriveConnectedToLineBelow= -"rbxassetid://110741546473522",externaldriveConnectedToLineBelowFill= -"rbxassetid://130088288047531",externaldriveFill= -"rbxassetid://116357476852477",externaldriveFillBadgeCheckmark= -"rbxassetid://86435079727998",externaldriveFillBadgeExclamationmark= -"rbxassetid://98546595122860",externaldriveFillBadgeIcloud= -"rbxassetid://104194084100248",externaldriveFillBadgeMinus= -"rbxassetid://84953320674386",externaldriveFillBadgePersonCrop= -"rbxassetid://70571294198918",externaldriveFillBadgePlus= -"rbxassetid://85646820661886",externaldriveFillBadgeQuestionmark= -"rbxassetid://123802522212455",externaldriveFillBadgeTimemachine= -"rbxassetid://82854921335744",externaldriveFillBadgeWifi= -"rbxassetid://90600618303955",externaldriveFillBadgeXmark= -"rbxassetid://120551701403826",externaldriveFillTrianglebadgeExclamationmark= -"rbxassetid://79023571639148",externaldriveTrianglebadgeExclamationmark= -"rbxassetid://76783280294853",eye= -"rbxassetid://105750163568038",eyeCircle= -"rbxassetid://79087192234135",eyeCircleFill= -"rbxassetid://120934623717192",eyeFill= -"rbxassetid://89705354952445",eyeHalfClosed= -"rbxassetid://121277013232516",eyeHalfClosedFill= -"rbxassetid://83797461520542",eyeSlash= -"rbxassetid://80812081447803",eyeSlashCircle= -"rbxassetid://87573210941891",eyeSlashCircleFill= -"rbxassetid://97884471167574",eyeSlashFill= -"rbxassetid://71306107011910",eyeSquare= -"rbxassetid://128914619630696",eyeSquareFill= -"rbxassetid://116328784769476",eyeTrianglebadgeExclamationmark= -"rbxassetid://118160088949095",eyeTrianglebadgeExclamationmarkFill= -"rbxassetid://130802487510539",eyebrow= -"rbxassetid://112114281990062",eyedropper= -"rbxassetid://132813228454095",eyedropperFull= -"rbxassetid://76027281933331",eyedropperHalffull= -"rbxassetid://112636439691423",eyeglasses= -"rbxassetid://122042496484639",eyeglassesSlash= -"rbxassetid://89454425351656",eyes= -"rbxassetid://75871743853745",eyesInverse= -"rbxassetid://123579899768566",fCircle= -"rbxassetid://129827956828302",fCircleFill= -"rbxassetid://117579142875493",fCursive= -"rbxassetid://134249179529019",fCursiveCircle= -"rbxassetid://76444396974958",fCursiveCircleFill= -"rbxassetid://131527254609287",fCursiveSlash= -"rbxassetid://116853780866022",fSquare= -"rbxassetid://119544319843609",fSquareFill= -"rbxassetid://95647272583251",faceDashed= -"rbxassetid://89921163803703",faceDashedFill= -"rbxassetid://71590503873826",faceSmiling= -"rbxassetid://82442366574090",faceSmilingInverse= -"rbxassetid://125131838750120",faceid= -"rbxassetid://101393681391137",facemask= -"rbxassetid://134240321598175",facemaskFill= -"rbxassetid://102718469633235",fan= -"rbxassetid://72122945456169",fanAndLightCeiling= -"rbxassetid://77489217134910",fanAndLightCeilingFill= -"rbxassetid://91370407737551",fanBadgeArrowUpAndDownAndArrowLeftAndRight= -"rbxassetid://140712914292730",fanBadgeArrowUpAndDownAndArrowLeftAndRightFill= -"rbxassetid://115356854767634",fanBadgeAutomatic= -"rbxassetid://113151371737966",fanBadgeAutomaticFill= -"rbxassetid://127644174344691",fanCeiling= -"rbxassetid://94262196402330",fanCeilingFill= -"rbxassetid://117445896160235",fanCircle= -"rbxassetid://120739786021063",fanCircleFill= -"rbxassetid://108642054182382",fanDesk= -"rbxassetid://86293005728758",fanDeskFill= -"rbxassetid://139754775247961",fanFill= -"rbxassetid://75537851626514",fanFloor= -"rbxassetid://119030931076493",fanFloorFill= -"rbxassetid://89165395668045",fanGaugeOpen= -"rbxassetid://116342401096430",fanOscillation= -"rbxassetid://129912570605718",fanOscillationFill= -"rbxassetid://108872186726531",fanSlash= -"rbxassetid://125219971555611",fanSlashFill= -"rbxassetid://103958110100226",faxmachine= -"rbxassetid://89705977791578",faxmachineFill= -"rbxassetid://84604681485686",ferry= -"rbxassetid://87651833611824",ferryFill= -"rbxassetid://78052264458406",fibrechannel= -"rbxassetid://133796555857952",fieldOfViewUltrawide= -"rbxassetid://84583450825160",fieldOfViewUltrawideFill= -"rbxassetid://122494047657308",fieldOfViewWide= -"rbxassetid://110735605285102",fieldOfViewWideFill= -"rbxassetid://130866302957061",figure= -"rbxassetid://139083057227631",figure2= -"rbxassetid://112291768034941",figure2AndChildHoldinghands= -"rbxassetid://85579486553898",figure2ArmsOpen= -"rbxassetid://88393974044462",figure2Circle= -"rbxassetid://104568235024157",figure2CircleFill= -"rbxassetid://125151899281689",figure2LeftHoldinghands= -"rbxassetid://108741915596599",figure2RightHoldinghands= -"rbxassetid://104969682004228",figureAmericanFootball= -"rbxassetid://91207692508873",figureAmericanFootballCircle= -"rbxassetid://126091371752470",figureAmericanFootballCircleFill= -"rbxassetid://107941224550099",figureAndChildHoldinghands= -"rbxassetid://79955323589431",figureArchery= -"rbxassetid://111118053470392",figureArcheryCircle= -"rbxassetid://87200257991241",figureArcheryCircleFill= -"rbxassetid://131949716510607",figureArmsOpen= -"rbxassetid://109089182854383",figureAustralianFootball= -"rbxassetid://128132926589131",figureAustralianFootballCircle= -"rbxassetid://130244889525865",figureAustralianFootballCircleFill= -"rbxassetid://118559367977277",figureBadminton= -"rbxassetid://93216369669679",figureBadmintonCircle= -"rbxassetid://72250966326759",figureBadmintonCircleFill= -"rbxassetid://110720136169938",figureBarre= -"rbxassetid://121027543128254",figureBarreCircle= -"rbxassetid://110345774142250",figureBarreCircleFill= -"rbxassetid://124234944466899",figureBaseball= -"rbxassetid://121017264481167",figureBaseballCircle= -"rbxassetid://121744030932202",figureBaseballCircleFill= -"rbxassetid://71070573766809",figureBasketball= -"rbxassetid://120500217228281",figureBasketballCircle= -"rbxassetid://122985649397366",figureBasketballCircleFill= -"rbxassetid://128481111633751",figureBowling= -"rbxassetid://74591170416673",figureBowlingCircle= -"rbxassetid://88943407089915",figureBowlingCircleFill= -"rbxassetid://113914359430932",figureBoxing= -"rbxassetid://109248388104571",figureBoxingCircle= -"rbxassetid://91111773555947",figureBoxingCircleFill= -"rbxassetid://108190676718666",figureChild= -"rbxassetid://109128984600974",figureChildAndLock= -"rbxassetid://129450157776386",figureChildAndLockFill= -"rbxassetid://90323682187288",figureChildAndLockOpen= -"rbxassetid://101261625630502",figureChildAndLockOpenFill= -"rbxassetid://126194578789411",figureChildCircle= -"rbxassetid://90125750491724",figureChildCircleFill= -"rbxassetid://134355606160916",figureClimbing= -"rbxassetid://102572751941146",figureClimbingCircle= -"rbxassetid://121944892830316",figureClimbingCircleFill= -"rbxassetid://107242999441590",figureCooldown= -"rbxassetid://71929359520287",figureCooldownCircle= -"rbxassetid://94222537625503",figureCooldownCircleFill= -"rbxassetid://82488350194874",figureCoreTraining= -"rbxassetid://137164145202383",figureCoreTrainingCircle= -"rbxassetid://138701475562338",figureCoreTrainingCircleFill= -"rbxassetid://111929820533387",figureCricket= -"rbxassetid://124351000870681",figureCricketCircle= -"rbxassetid://71473366600499",figureCricketCircleFill= -"rbxassetid://139039952312159",figureCrossTraining= -"rbxassetid://107545157418190",figureCrossTrainingCircle= -"rbxassetid://112959790394035",figureCrossTrainingCircleFill= -"rbxassetid://75175987426486",figureCurling= -"rbxassetid://95003953035018",figureCurlingCircle= -"rbxassetid://131394991367224",figureCurlingCircleFill= -"rbxassetid://73702802891873",figureDance= -"rbxassetid://78220781171054",figureDanceCircle= -"rbxassetid://83571409808225",figureDanceCircleFill= -"rbxassetid://119782083227676",figureDiscSports= -"rbxassetid://110703574612425",figureDiscSportsCircle= -"rbxassetid://89070010283810",figureDiscSportsCircleFill= -"rbxassetid://95014802288667",figureElliptical= -"rbxassetid://85501517626232",figureEllipticalCircle= -"rbxassetid://115933664874153",figureEllipticalCircleFill= -"rbxassetid://74550409435368",figureEquestrianSports= -"rbxassetid://74844742971757",figureEquestrianSportsCircle= -"rbxassetid://75121949562823",figureEquestrianSportsCircleFill= -"rbxassetid://116560619459958",figureFall= -"rbxassetid://106674976203544",figureFallCircle= -"rbxassetid://84576622688924",figureFallCircleFill= -"rbxassetid://78741888905297",figureFencing= -"rbxassetid://80149050462358",figureFencingCircle= -"rbxassetid://120324405839352",figureFencingCircleFill= -"rbxassetid://123288986039267",figureFieldHockey= -"rbxassetid://134950825798283",figureFieldHockeyCircle= -"rbxassetid://126641464221006",figureFieldHockeyCircleFill= -"rbxassetid://101303256869763",figureFishing= -"rbxassetid://91229412725854",figureFishingCircle= -"rbxassetid://102290738648071",figureFishingCircleFill= -"rbxassetid://113746671116440",figureFlexibility= -"rbxassetid://125881773062748",figureFlexibilityCircle= -"rbxassetid://106836339649166",figureFlexibilityCircleFill= -"rbxassetid://77994533729440",figureGolf= -"rbxassetid://108561472531046",figureGolfCircle= -"rbxassetid://77505980142702",figureGolfCircleFill= -"rbxassetid://103272904578796",figureGymnastics= -"rbxassetid://80317275164477",figureGymnasticsCircle= -"rbxassetid://138151160496329",figureGymnasticsCircleFill= -"rbxassetid://117803919052399",figureHandCycling= -"rbxassetid://127477265099725",figureHandCyclingCircle= -"rbxassetid://121150868010124",figureHandCyclingCircleFill= -"rbxassetid://123426550737700",figureHandball= -"rbxassetid://123925201130555",figureHandballCircle= -"rbxassetid://103506808178177",figureHandballCircleFill= -"rbxassetid://82283159626720",figureHighintensityIntervaltraining= -"rbxassetid://82462860779510",figureHighintensityIntervaltrainingCircle= -"rbxassetid://120344963949259",figureHighintensityIntervaltrainingCircleFill= -"rbxassetid://80869898062835",figureHiking= -"rbxassetid://140400949067931",figureHikingCircle= -"rbxassetid://92869501880775",figureHikingCircleFill= -"rbxassetid://100767815350050",figureHockey= -"rbxassetid://113536684473398",figureHockeyCircle= -"rbxassetid://118821444860343",figureHockeyCircleFill= -"rbxassetid://138611905203122",figureHunting= -"rbxassetid://79952790800384",figureHuntingCircle= -"rbxassetid://93411318180440",figureHuntingCircleFill= -"rbxassetid://89763800599059",figureIceHockey= -"rbxassetid://83185296203451",figureIceHockeyCircle= -"rbxassetid://90819801202338",figureIceHockeyCircleFill= -"rbxassetid://73495080930469",figureIceSkating= -"rbxassetid://92952671368412",figureIceSkatingCircle= -"rbxassetid://81141963757005",figureIceSkatingCircleFill= -"rbxassetid://107607624865477",figureIndoorCycle= -"rbxassetid://138079258456568",figureIndoorCycleCircle= -"rbxassetid://106949281775628",figureIndoorCycleCircleFill= -"rbxassetid://74512451522704",figureIndoorRowing= -"rbxassetid://113931056448866",figureIndoorRowingCircle= -"rbxassetid://103801501708378",figureIndoorRowingCircleFill= -"rbxassetid://93922159124469",figureIndoorSoccer= -"rbxassetid://120138715146729",figureIndoorSoccerCircle= -"rbxassetid://108081270867878",figureIndoorSoccerCircleFill= -"rbxassetid://102891472131302",figureJumprope= -"rbxassetid://91972274023314",figureJumpropeCircle= -"rbxassetid://132613205374491",figureJumpropeCircleFill= -"rbxassetid://78353678405979",figureKickboxing= -"rbxassetid://120433475864836",figureKickboxingCircle= -"rbxassetid://70920630452329",figureKickboxingCircleFill= -"rbxassetid://114343824724823",figureLacrosse= -"rbxassetid://84805478720217",figureLacrosseCircle= -"rbxassetid://134743429852756",figureLacrosseCircleFill= -"rbxassetid://136893959764685",figureMartialArts= -"rbxassetid://97069718729848",figureMartialArtsCircle= -"rbxassetid://89424421485162",figureMartialArtsCircleFill= -"rbxassetid://107516923633240",figureMindAndBody= -"rbxassetid://125353937983274",figureMindAndBodyCircle= -"rbxassetid://78239156247528",figureMindAndBodyCircleFill= -"rbxassetid://87971670311723",figureMixedCardio= -"rbxassetid://139393192627719",figureMixedCardioCircle= -"rbxassetid://106194497083806",figureMixedCardioCircleFill= -"rbxassetid://122109076666013",figureOpenWaterSwim= -"rbxassetid://137335526515798",figureOpenWaterSwimCircle= -"rbxassetid://90520319004716",figureOpenWaterSwimCircleFill= -"rbxassetid://91752941733504",figureOutdoorCycle= -"rbxassetid://117559378853067",figureOutdoorCycleCircle= -"rbxassetid://110098688227801",figureOutdoorCycleCircleFill= -"rbxassetid://118112623225153",figureOutdoorRowing= -"rbxassetid://91510931771643",figureOutdoorRowingCircle= -"rbxassetid://113305221374097",figureOutdoorRowingCircleFill= -"rbxassetid://93880304351794",figureOutdoorSoccer= -"rbxassetid://105399733111098",figureOutdoorSoccerCircle= -"rbxassetid://86712798566434",figureOutdoorSoccerCircleFill= -"rbxassetid://104775697098767",figurePickleball= -"rbxassetid://93808746324895",figurePickleballCircle= -"rbxassetid://128477853609130",figurePickleballCircleFill= -"rbxassetid://119229480160715",figurePilates= -"rbxassetid://109626308080882",figurePilatesCircle= -"rbxassetid://120822609892223",figurePilatesCircleFill= -"rbxassetid://114552591756848",figurePlay= -"rbxassetid://86119818584923",figurePlayCircle= -"rbxassetid://70792867509916",figurePlayCircleFill= -"rbxassetid://103333559236163",figurePoolSwim= -"rbxassetid://115661343585107",figurePoolSwimCircle= -"rbxassetid://102829562691668",figurePoolSwimCircleFill= -"rbxassetid://95093808586899",figureRacquetball= -"rbxassetid://76282859433223",figureRacquetballCircle= -"rbxassetid://119106219214328",figureRacquetballCircleFill= -"rbxassetid://134238914885340",figureRoll= -"rbxassetid://133108411771646",figureRollCircle= -"rbxassetid://107247790644237",figureRollCircleFill= -"rbxassetid://106203044586360",figureRollRunningpace= -"rbxassetid://118271273955759",figureRollRunningpaceCircle= -"rbxassetid://106140587252034",figureRollRunningpaceCircleFill= -"rbxassetid://115756635213063",figureRolling= -"rbxassetid://139629703767423",figureRollingCircle= -"rbxassetid://79584752725180",figureRollingCircleFill= -"rbxassetid://98467532929118",figureRugby= -"rbxassetid://117001502215126",figureRugbyCircle= -"rbxassetid://77966112430826",figureRugbyCircleFill= -"rbxassetid://75788544262978",figureRun= -"rbxassetid://131988134488629",figureRunCircle= -"rbxassetid://85595278820145",figureRunCircleFill= -"rbxassetid://125014760330693",figureRunSquareStack= -"rbxassetid://82355723132832",figureRunSquareStackFill= -"rbxassetid://123473760866362",figureRunTreadmill= -"rbxassetid://127124088953382",figureRunTreadmillCircle= -"rbxassetid://122846252608618",figureRunTreadmillCircleFill= -"rbxassetid://98135740312115",figureSailing= -"rbxassetid://113040462159742",figureSailingCircle= -"rbxassetid://71214248112266",figureSailingCircleFill= -"rbxassetid://88380605875756",figureSeatedSeatbelt= -"rbxassetid://120547272026675",figureSeatedSeatbeltAndAirbagOff= -"rbxassetid://114330270578103",figureSeatedSeatbeltAndAirbagOn= -"rbxassetid://79645874986488",figureSeatedSeatbeltLeftDriveSeats1= -"rbxassetid://113755470171427",figureSeatedSeatbeltLeftDriveSeats11= -"rbxassetid://135997265243294",figureSeatedSeatbeltLeftDriveSeats11Fill= -"rbxassetid://118255204367487",figureSeatedSeatbeltLeftDriveSeats12= -"rbxassetid://121365525100676",figureSeatedSeatbeltLeftDriveSeats12Fill= -"rbxassetid://84501689894753",figureSeatedSeatbeltLeftDriveSeats1Fill= -"rbxassetid://95249793877922",figureSeatedSeatbeltLeftDriveSeats2= -"rbxassetid://133173324997591",figureSeatedSeatbeltLeftDriveSeats22= -"rbxassetid://71532828969625",figureSeatedSeatbeltLeftDriveSeats222= -"rbxassetid://84324495271782",figureSeatedSeatbeltLeftDriveSeats222Fill= -"rbxassetid://98152332210309",figureSeatedSeatbeltLeftDriveSeats223= -"rbxassetid://116425453789919",figureSeatedSeatbeltLeftDriveSeats223Fill= -"rbxassetid://130935340406155",figureSeatedSeatbeltLeftDriveSeats22Fill= -"rbxassetid://71573567796205",figureSeatedSeatbeltLeftDriveSeats23= -"rbxassetid://131520673921214",figureSeatedSeatbeltLeftDriveSeats232= -"rbxassetid://131652926398624",figureSeatedSeatbeltLeftDriveSeats232Fill= -"rbxassetid://123212879811613",figureSeatedSeatbeltLeftDriveSeats233= -"rbxassetid://117453028037298",figureSeatedSeatbeltLeftDriveSeats233Fill= -"rbxassetid://93135700304448",figureSeatedSeatbeltLeftDriveSeats23Fill= -"rbxassetid://116381477750000",figureSeatedSeatbeltLeftDriveSeats2Fill= -"rbxassetid://140632926885678",figureSeatedSeatbeltLeftDriveSeats3= -"rbxassetid://140132079131861",figureSeatedSeatbeltLeftDriveSeats33= -"rbxassetid://81542841056244",figureSeatedSeatbeltLeftDriveSeats333= -"rbxassetid://109762035289709",figureSeatedSeatbeltLeftDriveSeats333Fill= -"rbxassetid://94795299939273",figureSeatedSeatbeltLeftDriveSeats33Fill= -"rbxassetid://102831172864765",figureSeatedSeatbeltLeftDriveSeats3Fill= -"rbxassetid://83812852935435",figureSeatedSideLeft= -"rbxassetid://102729859537453",figureSeatedSideLeftAirDistributionIndirect= -"rbxassetid://79709755765112",figureSeatedSideLeftAirDistributionLower= -"rbxassetid://78000501543963",figureSeatedSideLeftAirDistributionLowerAngledAndUpperAngled= -"rbxassetid://137208913420922",figureSeatedSideLeftAirDistributionMiddle= -"rbxassetid://123094828410304",figureSeatedSideLeftAirDistributionMiddleAndLower= -"rbxassetid://137258814078533",figureSeatedSideLeftAirDistributionMiddleAndLowerAngled= -"rbxassetid://113967348616829",figureSeatedSideLeftAirDistributionUpper= -"rbxassetid://132644328685116",figureSeatedSideLeftAirDistributionUpperAndMiddleAndLower= -"rbxassetid://73964919597714",figureSeatedSideLeftAirDistributionUpperAngledAndDottedlineAndLowerAngled= -"rbxassetid://97497030372075",figureSeatedSideLeftAirDistributionUpperAngledAndLowerAngled= -"rbxassetid://139245749092003",figureSeatedSideLeftAirDistributionUpperAngledAndMiddle= -"rbxassetid://116885621387544",figureSeatedSideLeftAirDistributionUpperAngledAndMiddleAndLowerAngled= -"rbxassetid://83917664482134",figureSeatedSideLeftAirbagOff= -"rbxassetid://136499268326825",figureSeatedSideLeftAirbagOff2= -"rbxassetid://136469653164312",figureSeatedSideLeftAirbagOn= -"rbxassetid://113027771499099",figureSeatedSideLeftAirbagOn2= -"rbxassetid://88333196709201",figureSeatedSideLeftAutomatic= -"rbxassetid://92004378683281",figureSeatedSideLeftFan= -"rbxassetid://114432501773038",figureSeatedSideLeftSteeringwheel= -"rbxassetid://104555650100644",figureSeatedSideLeftWindshieldFrontAndHeatWaves= -"rbxassetid://118853651909741",figureSeatedSideLeftWindshieldFrontAndHeatWavesAirDistributionLower= -"rbxassetid://78705433290597",figureSeatedSideLeftWindshieldFrontAndHeatWavesAirDistributionMiddle= -"rbxassetid://104345783156725",figureSeatedSideLeftWindshieldFrontAndHeatWavesAirDistributionMiddleAndLower= -"rbxassetid://71545201053061",figureSeatedSideLeftWindshieldFrontAndHeatWavesAirDistributionUpper= -"rbxassetid://120954102052073",figureSeatedSideLeftWindshieldFrontAndHeatWavesAirDistributionUpperAndLower= -"rbxassetid://116482315039348",figureSeatedSideLeftWindshieldFrontAndHeatWavesAirDistributionUpperAndMiddle= -"rbxassetid://92946361482878",figureSeatedSideLeftWindshieldFrontAndHeatWavesAirDistributionUpperAndMiddleAndLower= -"rbxassetid://136549770537120",figureSeatedSideRight= -"rbxassetid://116298091378561",figureSeatedSideRightAirDistributionIndirect= -"rbxassetid://101411400418014",figureSeatedSideRightAirDistributionLower= -"rbxassetid://70897681023093",figureSeatedSideRightAirDistributionLowerAngledAndUpperAngled= -"rbxassetid://120095031756316",figureSeatedSideRightAirDistributionMiddle= -"rbxassetid://129951830863832",figureSeatedSideRightAirDistributionMiddleAndLower= -"rbxassetid://140231827317169",figureSeatedSideRightAirDistributionMiddleAndLowerAngled= -"rbxassetid://129999513162324",figureSeatedSideRightAirDistributionUpper= -"rbxassetid://131481618129503",figureSeatedSideRightAirDistributionUpperAndMiddleAndLower= -"rbxassetid://123672530750227",figureSeatedSideRightAirDistributionUpperAngledAndDottedlineAndLowerAngled= -"rbxassetid://78658346324045",figureSeatedSideRightAirDistributionUpperAngledAndLowerAngled= -"rbxassetid://98187843882396",figureSeatedSideRightAirDistributionUpperAngledAndMiddle= -"rbxassetid://115956539712808",figureSeatedSideRightAirDistributionUpperAngledAndMiddleAndLowerAngled= -"rbxassetid://72706086149259",figureSeatedSideRightAirbagOff= -"rbxassetid://136152061635265",figureSeatedSideRightAirbagOff2= -"rbxassetid://79308098239527",figureSeatedSideRightAirbagOn= -"rbxassetid://124511523732044",figureSeatedSideRightAirbagOn2= -"rbxassetid://94960249366522",figureSeatedSideRightAutomatic= -"rbxassetid://89109833062588",figureSeatedSideRightChildLap= -"rbxassetid://127581482867281",figureSeatedSideRightFan= -"rbxassetid://84433251822546",figureSeatedSideRightSteeringwheel= -"rbxassetid://108188996141817",figureSeatedSideRightWindshieldFrontAndHeatWaves= -"rbxassetid://93782239801462",figureSeatedSideRightWindshieldFrontAndHeatWavesAirDistributionLower= -"rbxassetid://101032165157923",figureSeatedSideRightWindshieldFrontAndHeatWavesAirDistributionMiddle= -"rbxassetid://105681580016132",figureSeatedSideRightWindshieldFrontAndHeatWavesAirDistributionMiddleAndLower= -"rbxassetid://91470524376235",figureSeatedSideRightWindshieldFrontAndHeatWavesAirDistributionUpper= -"rbxassetid://87714083316129",figureSeatedSideRightWindshieldFrontAndHeatWavesAirDistributionUpperAndLower= -"rbxassetid://131645726885611",figureSeatedSideRightWindshieldFrontAndHeatWavesAirDistributionUpperAndMiddle= -"rbxassetid://132688893603883",figureSeatedSideRightWindshieldFrontAndHeatWavesAirDistributionUpperAndMiddleAndLower= -"rbxassetid://127889370069888",figureSkateboarding= -"rbxassetid://82278738462088",figureSkateboardingCircle= -"rbxassetid://138391067085771",figureSkateboardingCircleFill= -"rbxassetid://121697586483163",figureSkiingCrosscountry= -"rbxassetid://139753448289741",figureSkiingCrosscountryCircle= -"rbxassetid://129035025014560",figureSkiingCrosscountryCircleFill= -"rbxassetid://103980816690213",figureSkiingDownhill= -"rbxassetid://110729264769077",figureSkiingDownhillCircle= -"rbxassetid://88734758564038",figureSkiingDownhillCircleFill= -"rbxassetid://107883625507104",figureSnowboarding= -"rbxassetid://140692679590931",figureSnowboardingCircle= -"rbxassetid://127169006495575",figureSnowboardingCircleFill= -"rbxassetid://96016356139282",figureSocialdance= -"rbxassetid://102811652391970",figureSocialdanceCircle= -"rbxassetid://116244175230611",figureSocialdanceCircleFill= -"rbxassetid://76228198918418",figureSoftball= -"rbxassetid://140488303076031",figureSoftballCircle= -"rbxassetid://133443461177539",figureSoftballCircleFill= -"rbxassetid://130650193252637",figureSquash= -"rbxassetid://131576770971448",figureSquashCircle= -"rbxassetid://80620094499848",figureSquashCircleFill= -"rbxassetid://107455732588093",figureStairStepper= -"rbxassetid://99821926318838",figureStairStepperCircle= -"rbxassetid://83588890922925",figureStairStepperCircleFill= -"rbxassetid://82012850621765",figureStairs= -"rbxassetid://104060506503648",figureStairsCircle= -"rbxassetid://131294532378946",figureStairsCircleFill= -"rbxassetid://134365465823632",figureStand= -"rbxassetid://104218385701507",figureStandDress= -"rbxassetid://84659254176493",figureStandDressLineVerticalFigure= -"rbxassetid://113771493692441",figureStandLineDottedFigureStand= -"rbxassetid://136925781794733",figureStepTraining= -"rbxassetid://88224456745248",figureStepTrainingCircle= -"rbxassetid://89354522976285",figureStepTrainingCircleFill= -"rbxassetid://128970558348022",figureStrengthtrainingFunctional= -"rbxassetid://79864543776446",figureStrengthtrainingFunctionalCircle= -"rbxassetid://120792883975115",figureStrengthtrainingFunctionalCircleFill= -"rbxassetid://106868019003179",figureStrengthtrainingTraditional= -"rbxassetid://81717824255338",figureStrengthtrainingTraditionalCircle= -"rbxassetid://110051544488783",figureStrengthtrainingTraditionalCircleFill= -"rbxassetid://110008228211808",figureSurfing= -"rbxassetid://95723426776317",figureSurfingCircle= -"rbxassetid://83690181062619",figureSurfingCircleFill= -"rbxassetid://70600313090272",figureTableTennis= -"rbxassetid://129399315130517",figureTableTennisCircle= -"rbxassetid://121073605646793",figureTableTennisCircleFill= -"rbxassetid://102802615187056",figureTaichi= -"rbxassetid://81535585511794",figureTaichiCircle= -"rbxassetid://116319254768654",figureTaichiCircleFill= -"rbxassetid://132621725556868",figureTennis= -"rbxassetid://111176743762097",figureTennisCircle= -"rbxassetid://81597958937083",figureTennisCircleFill= -"rbxassetid://131635995996222",figureTrackAndField= -"rbxassetid://74054320670312",figureTrackAndFieldCircle= -"rbxassetid://120712792623116",figureTrackAndFieldCircleFill= -"rbxassetid://117916076019422",figureVolleyball= -"rbxassetid://78301087192413",figureVolleyballCircle= -"rbxassetid://81585176331661",figureVolleyballCircleFill= -"rbxassetid://102629359746820",figureWalk= -"rbxassetid://135135138894022",figureWalkArrival= -"rbxassetid://111528902240423",figureWalkCircle= -"rbxassetid://91638652878723",figureWalkCircleFill= -"rbxassetid://103636777444373",figureWalkDeparture= -"rbxassetid://111833404782434",figureWalkDiamond= -"rbxassetid://82136197715879",figureWalkDiamondFill= -"rbxassetid://131723862233165",figureWalkMotion= -"rbxassetid://129741293560457",figureWalkMotionTrianglebadgeExclamationmark= -"rbxassetid://107530068347563",figureWalkSuitcaseRolling= -"rbxassetid://114829039297083",figureWalkSuitcaseRollingCircle= -"rbxassetid://90486139680760",figureWalkSuitcaseRollingCircleFill= -"rbxassetid://134739786265034",figureWalkTreadmill= -"rbxassetid://120505379162157",figureWalkTreadmillCircle= -"rbxassetid://112085395847405",figureWalkTreadmillCircleFill= -"rbxassetid://88012309719259",figureWalkTriangle= -"rbxassetid://119747726187214",figureWalkTriangleFill= -"rbxassetid://110605933806299",figureWaterFitness= -"rbxassetid://104719753874385",figureWaterFitnessCircle= -"rbxassetid://115998209980025",figureWaterFitnessCircleFill= -"rbxassetid://119341820173511",figureWaterpolo= -"rbxassetid://114954658383142",figureWaterpoloCircle= -"rbxassetid://104903606359180",figureWaterpoloCircleFill= -"rbxassetid://138366183900912",figureWave= -"rbxassetid://106006721920116",figureWaveCircle= -"rbxassetid://125217423917289",figureWaveCircleFill= -"rbxassetid://127185764221192",figureWrestling= -"rbxassetid://113359405385820",figureWrestlingCircle= -"rbxassetid://93503409181221",figureWrestlingCircleFill= -"rbxassetid://80907925175858",figureYoga= -"rbxassetid://121638898925557",figureYogaCircle= -"rbxassetid://110811116440139",figureYogaCircleFill= -"rbxassetid://126319062204879",filemenuAndPointerArrow= -"rbxassetid://111114629534291",filemenuAndSelection= -"rbxassetid://89032036013634",film= -"rbxassetid://111360869695914",filmCircle= -"rbxassetid://94961487290296",filmCircleFill= -"rbxassetid://108647797787239",filmFill= -"rbxassetid://116319100508023",filmStack= -"rbxassetid://84066087686509",filmStackFill= -"rbxassetid://138132814055184",finder= -"rbxassetid://101722458459506",fireExtinguisher= -"rbxassetid://122824243372156",fireExtinguisherFill= -"rbxassetid://94584174079581",fireplace= -"rbxassetid://96130440104092",fireplaceFill= -"rbxassetid://137553479205904",firewall= -"rbxassetid://104790614834703",firewallFill= -"rbxassetid://122841234941394",fireworks= -"rbxassetid://82151142239211",fish= -"rbxassetid://101477385084100",fishCircle= -"rbxassetid://127466054407665",fishCircleFill= -"rbxassetid://116230364245194",fishFill= -"rbxassetid://100067447000453",flag= -"rbxassetid://135093258368486",flag2Crossed= -"rbxassetid://90590110389203",flag2CrossedCircle= -"rbxassetid://83863999696420",flag2CrossedCircleFill= -"rbxassetid://133272362295361",flag2CrossedFill= -"rbxassetid://102204258562976",flagAndFlagFilledCrossed= -"rbxassetid://111421489988872",flagBadgeEllipsis= -"rbxassetid://91531037831095",flagBadgeEllipsisFill= -"rbxassetid://106115963384188",flagCircle= -"rbxassetid://105848977149274",flagCircleFill= -"rbxassetid://79848251737989",flagFill= -"rbxassetid://80541059392361",flagFilledAndFlagCrossed= -"rbxassetid://90253013188625",flagPatternCheckered= -"rbxassetid://130017884260765",flagPatternCheckered2Crossed= -"rbxassetid://137381927443124",flagPatternCheckeredCircle= -"rbxassetid://103209692404918",flagPatternCheckeredCircleFill= -"rbxassetid://102684977499182",flagPatternCheckeredLc= -"rbxassetid://114192653013359",flagSlash= -"rbxassetid://76700651067671",flagSlashCircle= -"rbxassetid://105672451475837",flagSlashCircleFill= -"rbxassetid://72625165297760",flagSlashFill= -"rbxassetid://89600738970714",flagSquare= -"rbxassetid://108585180367454",flagSquareFill= -"rbxassetid://123226659985150",flame= -"rbxassetid://103638645213690",flameCircle= -"rbxassetid://93778035481258",flameCircleFill= -"rbxassetid://115440740642533",flameFill= -"rbxassetid://90812482150238",flameGaugeOpen= -"rbxassetid://108871729049408",flashlightOffCircle= -"rbxassetid://102026186843120",flashlightOffCircleFill= -"rbxassetid://115932125869437",flashlightOffFill= -"rbxassetid://120752046638877",flashlightOnCircle= -"rbxassetid://136613051477768",flashlightOnCircleFill= -"rbxassetid://82153862923937",flashlightOnFill= -"rbxassetid://103676117743817",flashlightSlash= -"rbxassetid://110148225872940",flashlightSlashCircle= -"rbxassetid://134055732383860",flashlightSlashCircleFill= -"rbxassetid://70632998659277",flask= -"rbxassetid://99367904031534",flaskFill= -"rbxassetid://116611828207428",fleuron= -"rbxassetid://132278622362470",fleuronFill= -"rbxassetid://111928588923391",flipphone= -"rbxassetid://126975055601369",florinsign= -"rbxassetid://73469831871157",florinsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://112715792229844",florinsignBankBuilding= -"rbxassetid://132154011726646",florinsignBankBuildingFill= -"rbxassetid://105345520157765",florinsignCircle= -"rbxassetid://96771277383069",florinsignCircleFill= -"rbxassetid://138222044157072",florinsignGaugeChartLefthalfRighthalf= -"rbxassetid://79090922787727",florinsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://123509893122308",florinsignRing= -"rbxassetid://86598900491646",florinsignRingDashed= -"rbxassetid://92617160364930",florinsignSquare= -"rbxassetid://115794471434457",florinsignSquareFill= -"rbxassetid://109652882411367",flowchart= -"rbxassetid://105550634121687",flowchartFill= -"rbxassetid://111416447066528",fluidBatteryblock= -"rbxassetid://138630326623185",fluidBrakesignal= -"rbxassetid://105436779418828",fluidCoolant= -"rbxassetid://129012578647932",fluidTransmission= -"rbxassetid://103419336429163",fn= -"rbxassetid://110480948097446",folder= -"rbxassetid://106088041457751",folderBadgeGearshape= -"rbxassetid://116271870077142",folderBadgeMinus= -"rbxassetid://138633712224129",folderBadgePersonCrop= -"rbxassetid://127136700591468",folderBadgePlus= -"rbxassetid://140497246982895",folderBadgeQuestionmark= -"rbxassetid://134799103856473",folderCircle= -"rbxassetid://76135251598086",folderCircleFill= -"rbxassetid://88675951620624",folderFill= -"rbxassetid://72789995796910",folderFillBadgeGearshape= -"rbxassetid://79285215690952",folderFillBadgeMinus= -"rbxassetid://118552732783216",folderFillBadgePersonCrop= -"rbxassetid://83589922442453",folderFillBadgePlus= -"rbxassetid://98351110506631",folderFillBadgeQuestionmark= -"rbxassetid://87262862542839",forkKnife= -"rbxassetid://96403721857691",forkKnifeCircle= -"rbxassetid://94560529099561",forkKnifeCircleFill= -"rbxassetid://90546139177015",formfittingGamecontroller= -"rbxassetid://122553031054824",formfittingGamecontrollerFill= -"rbxassetid://83691071495443",forward= -"rbxassetid://88643760548259",forwardCircle= -"rbxassetid://99380371689653",forwardCircleFill= -"rbxassetid://110147318590977",forwardEnd= -"rbxassetid://133903072020727",forwardEndAlt= -"rbxassetid://116124647708512",forwardEndAltFill= -"rbxassetid://99067314694110",forwardEndCircle= -"rbxassetid://118122921916189",forwardEndCircleFill= -"rbxassetid://103399823768456",forwardEndFill= -"rbxassetid://115142765790171",forwardFill= -"rbxassetid://122826358612441",forwardFrame= -"rbxassetid://73795993790108",forwardFrameFill= -"rbxassetid://91927431964364",fossilShell= -"rbxassetid://128133438154671",fossilShellFill= -"rbxassetid://140289461959484",francsign= -"rbxassetid://87326230307124",francsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://74016453290919",francsignBankBuilding= -"rbxassetid://80614373392077",francsignBankBuildingFill= -"rbxassetid://108710932439130",francsignCircle= -"rbxassetid://88189257585366",francsignCircleFill= -"rbxassetid://105898505178986",francsignGaugeChartLefthalfRighthalf= -"rbxassetid://78949515896692",francsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://125962709614525",francsignRing= -"rbxassetid://93851663585550",francsignRingDashed= -"rbxassetid://113267644213646",francsignSquare= -"rbxassetid://113641745672770",francsignSquareFill= -"rbxassetid://96167716876020",fryingPan= -"rbxassetid://74884103104010",fryingPanFill= -"rbxassetid://124346532662337",fuelFilterWater= -"rbxassetid://127727137402467",fuelpump= -"rbxassetid://128501185972135",fuelpumpAndFilter= -"rbxassetid://125405043917429",fuelpumpArrowtriangleLeft= -"rbxassetid://126538757063073",fuelpumpArrowtriangleLeftFill= -"rbxassetid://75619788471159",fuelpumpArrowtriangleRight= -"rbxassetid://140431219659472",fuelpumpArrowtriangleRightFill= -"rbxassetid://104175701965201",fuelpumpCircle= -"rbxassetid://81798721281029",fuelpumpCircleFill= -"rbxassetid://118109210306109",fuelpumpExclamationmark= -"rbxassetid://125098094660422",fuelpumpExclamationmarkFill= -"rbxassetid://85959222327272",fuelpumpFill= -"rbxassetid://112097798501690",fuelpumpSlash= -"rbxassetid://119231825280111",fuelpumpSlashFill= -"rbxassetid://84301890228774",fuelpumpThermometer= -"rbxassetid://125069481423413",fuelpumpThermometerFill= -"rbxassetid://103478457863806", -["function"]="rbxassetid://123634513518711",fx= -"rbxassetid://100655318469373",gCircle= -"rbxassetid://110707089759013",gCircleFill= -"rbxassetid://124907896454630",gSquare= -"rbxassetid://71677319475583",gSquareFill= -"rbxassetid://90312903378471",gamecontroller= -"rbxassetid://90287169568964",gamecontrollerCircle= -"rbxassetid://83035045081711",gamecontrollerCircleFill= -"rbxassetid://106421302231826",gamecontrollerFill= -"rbxassetid://134072851693739",gaugeChartLefthalfRighthalf= -"rbxassetid://102951404321961",gaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://131016683515628",gaugeOpen= -"rbxassetid://129863925614673",gaugeOpenRighthalfDottedWithNeedleAndArrowTriangleheadBackward= -"rbxassetid://90275206214788",gaugeOpenWithLinesNeedle33percent= -"rbxassetid://127445777182832",gaugeOpenWithLinesNeedle33percentAndArrowTriangleheadFrom0percentTo50percent= -"rbxassetid://110832967685921",gaugeOpenWithLinesNeedle33percentAndArrowtriangle= -"rbxassetid://88968409566751",gaugeOpenWithLinesNeedle67percentAndArrowtriangle= -"rbxassetid://121096532035815",gaugeOpenWithLinesNeedle67percentAndArrowtriangleAndCar= -"rbxassetid://90389510176258",gaugeOpenWithLinesNeedle84percentExclamation= -"rbxassetid://124626347240081",gaugeWithDotsNeedle0percent= -"rbxassetid://111944862275553",gaugeWithDotsNeedle100percent= -"rbxassetid://109934262666333",gaugeWithDotsNeedle33percent= -"rbxassetid://130072803994176",gaugeWithDotsNeedle50percent= -"rbxassetid://93191732661303",gaugeWithDotsNeedle67percent= -"rbxassetid://103497854706257",gaugeWithDotsNeedleBottom0percent= -"rbxassetid://100546747340422",gaugeWithDotsNeedleBottom100percent= -"rbxassetid://89680789625675",gaugeWithDotsNeedleBottom50percent= -"rbxassetid://139581533782832",gaugeWithDotsNeedleBottom50percentBadgeMinus= -"rbxassetid://95683294203709",gaugeWithDotsNeedleBottom50percentBadgePlus= -"rbxassetid://94716881700951",gaugeWithNeedle= -"rbxassetid://109161851439439",gaugeWithNeedleFill= -"rbxassetid://88971162378378",gear= -"rbxassetid://139529000539812",gearBadge= -"rbxassetid://114259539877948",gearBadgeCheckmark= -"rbxassetid://86905873314278",gearBadgeQuestionmark= -"rbxassetid://107447775540582",gearBadgeXmark= -"rbxassetid://126968721140236",gearCircle= -"rbxassetid://89554336682024",gearCircleFill= -"rbxassetid://77001372560250",gearshape= -"rbxassetid://72089331699313",gearshape2= -"rbxassetid://117168641345575",gearshape2Fill= -"rbxassetid://71569197723616",gearshapeArrowTrianglehead2ClockwiseRotate90= -"rbxassetid://78344482751650",gearshapeCircle= -"rbxassetid://98426316767700",gearshapeCircleFill= -"rbxassetid://114485271068480",gearshapeFill= -"rbxassetid://102842005215871",gearshiftLayoutSixspeed= -"rbxassetid://80798911161591",gift= -"rbxassetid://103660010172389",giftCircle= -"rbxassetid://87154446160552",giftCircleFill= -"rbxassetid://92282181389287",giftFill= -"rbxassetid://110959271907741",giftcard= -"rbxassetid://114575159393168",giftcardFill= -"rbxassetid://106452737734919",globe= -"rbxassetid://84596747718088",globeAmericas= -"rbxassetid://101878470877683",globeAmericasFill= -"rbxassetid://100150699167324",globeAsiaAustralia= -"rbxassetid://84113092502986",globeAsiaAustraliaFill= -"rbxassetid://98218517591379",globeBadgeChevronBackward= -"rbxassetid://120190760275024",globeBadgeClock= -"rbxassetid://72210097595630",globeBadgeClockFill= -"rbxassetid://75233678070172",globeCentralSouthAsia= -"rbxassetid://104879891550034",globeCentralSouthAsiaFill= -"rbxassetid://85297937701231",globeDesk= -"rbxassetid://99427773969828",globeDeskFill= -"rbxassetid://90437839347782",globeEuropeAfrica= -"rbxassetid://100283689280396",globeEuropeAfricaFill= -"rbxassetid://118930115281476",globeFill= -"rbxassetid://79458527054022",glowplug= -"rbxassetid://76856836426114",graduationcap= -"rbxassetid://82356580719719",graduationcapCircle= -"rbxassetid://85884579749992",graduationcapCircleFill= -"rbxassetid://83455194158441",graduationcapFill= -"rbxassetid://112866452144632",graph2d= -"rbxassetid://92493513841605",graph3d= -"rbxassetid://139337072337122",greaterthan= -"rbxassetid://83204652188073",greaterthanCircle= -"rbxassetid://87597787058552",greaterthanCircleFill= -"rbxassetid://124473033850762",greaterthanSquare= -"rbxassetid://102961689298260",greaterthanSquareFill= -"rbxassetid://129285565301775",greaterthanorequalto= -"rbxassetid://75878399081447",greaterthanorequaltoCircle= -"rbxassetid://119374426389355",greaterthanorequaltoCircleFill= -"rbxassetid://102893784546391",greaterthanorequaltoSquare= -"rbxassetid://131162342400474",greaterthanorequaltoSquareFill= -"rbxassetid://93028076201697",greetingcard= -"rbxassetid://139081364691249",greetingcardFill= -"rbxassetid://83547950232240",grid= -"rbxassetid://111491139579443",gridCircle= -"rbxassetid://104697343408361",gridCircleFill= -"rbxassetid://122123621846313",guaranisign= -"rbxassetid://125470615685647",guaranisignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://127160070178737",guaranisignBankBuilding= -"rbxassetid://100447512924369",guaranisignBankBuildingFill= -"rbxassetid://122396866882782",guaranisignCircle= -"rbxassetid://97328996280935",guaranisignCircleFill= -"rbxassetid://71183300362541",guaranisignGaugeChartLefthalfRighthalf= -"rbxassetid://96320869830143",guaranisignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://112090408102654",guaranisignRing= -"rbxassetid://104480350867299",guaranisignRingDashed= -"rbxassetid://102434564522725",guaranisignSquare= -"rbxassetid://113786241265574",guaranisignSquareFill= -"rbxassetid://108227765605825",guidepointHorizontal= -"rbxassetid://122526804567371",guidepointVertical= -"rbxassetid://88452081790542",guidepointVerticalArrowtriangleForward= -"rbxassetid://108316143695227",guidepointVerticalNumbers= -"rbxassetid://87606463445312",guitars= -"rbxassetid://101849479608766",guitarsFill= -"rbxassetid://123924583243530",gyroscope= -"rbxassetid://71425498120596",hCircle= -"rbxassetid://75011082293280",hCircleFill= -"rbxassetid://136497925397843",hSquare= -"rbxassetid://103341987422014",hSquareFill= -"rbxassetid://134787225549517",hSquareOnSquare= -"rbxassetid://75045957138360",hSquareOnSquareFill= -"rbxassetid://107186906601220",hammer= -"rbxassetid://100194897577788",hammerCircle= -"rbxassetid://140449803138004",hammerCircleFill= -"rbxassetid://74996470643253",hammerFill= -"rbxassetid://125453449487177",handDraw= -"rbxassetid://118454261339874",handDrawBadgeEllipsis= -"rbxassetid://83858072833727",handDrawBadgeEllipsisFill= -"rbxassetid://74831605418823",handDrawFill= -"rbxassetid://92771068800965",handPalmFacing= -"rbxassetid://84429919706193",handPalmFacingFill= -"rbxassetid://82016985653594",handPinch= -"rbxassetid://81562071711291",handPinchFill= -"rbxassetid://75166331293761",handPointDown= -"rbxassetid://136693547498527",handPointDownFill= -"rbxassetid://90476251910786",handPointLeft= -"rbxassetid://76054061107784",handPointLeftFill= -"rbxassetid://108343724903374",handPointRight= -"rbxassetid://117714897981879",handPointRightFill= -"rbxassetid://118055037859361",handPointUp= -"rbxassetid://121875762029000",handPointUpBraille= -"rbxassetid://88778778020851",handPointUpBrailleBadgeEllipsis= -"rbxassetid://101379363993989",handPointUpBrailleBadgeEllipsisFill= -"rbxassetid://93774324558704",handPointUpBrailleFill= -"rbxassetid://100887423573100",handPointUpFill= -"rbxassetid://93332207002483",handPointUpLeft= -"rbxassetid://126865142507718",handPointUpLeftAndText= -"rbxassetid://107560569597732",handPointUpLeftAndTextFill= -"rbxassetid://119717389280934",handPointUpLeftFill= -"rbxassetid://91888131288481",handRaised= -"rbxassetid://123384020003490",handRaisedApp= -"rbxassetid://130235069721317",handRaisedAppFill= -"rbxassetid://117226649683741",handRaisedBrakesignal= -"rbxassetid://73082879839442",handRaisedBrakesignalSlash= -"rbxassetid://75952238417941",handRaisedCircle= -"rbxassetid://122143900795470",handRaisedCircleFill= -"rbxassetid://79018332555350",handRaisedFill= -"rbxassetid://132589204367428",handRaisedFingersSpread= -"rbxassetid://135023697823281",handRaisedFingersSpreadFill= -"rbxassetid://85264453519536",handRaisedPalmFacing= -"rbxassetid://108163047986304",handRaisedPalmFacingFill= -"rbxassetid://112261254689790",handRaisedSlash= -"rbxassetid://133499543405806",handRaisedSlashFill= -"rbxassetid://103804843052170",handRaisedSquare= -"rbxassetid://140640669918437",handRaisedSquareFill= -"rbxassetid://116324353635816",handRaisedSquareOnSquare= -"rbxassetid://121783771230538",handRaisedSquareOnSquareFill= -"rbxassetid://77553591317681",handRays= -"rbxassetid://89297218747376",handRaysFill= -"rbxassetid://105999890339605",handTap= -"rbxassetid://81639831349272",handTapFill= -"rbxassetid://74305806089009",handThumbsdown= -"rbxassetid://126088475457103",handThumbsdownCircle= -"rbxassetid://104827906366236",handThumbsdownCircleFill= -"rbxassetid://74331295610750",handThumbsdownFill= -"rbxassetid://98597791032650",handThumbsdownFilledHandThumbsup= -"rbxassetid://122889832765978",handThumbsdownHandThumbsup= -"rbxassetid://83179046810308",handThumbsdownHandThumbsupFill= -"rbxassetid://114209361991499",handThumbsdownHandThumbsupFilled= -"rbxassetid://93318056984384",handThumbsdownSlash= -"rbxassetid://80303005482168",handThumbsdownSlashFill= -"rbxassetid://115936541488573",handThumbsup= -"rbxassetid://94126809637438",handThumbsupCircle= -"rbxassetid://122482169217907",handThumbsupCircleFill= -"rbxassetid://119542462817431",handThumbsupFill= -"rbxassetid://90113118192508",handThumbsupSlash= -"rbxassetid://133924093641322",handThumbsupSlashFill= -"rbxassetid://87254866519588",handWave= -"rbxassetid://82517688327296",handWaveFill= -"rbxassetid://72060012221837",handbag= -"rbxassetid://110830602563369",handbagCircle= -"rbxassetid://134639387894713",handbagCircleFill= -"rbxassetid://77116952904534",handbagFill= -"rbxassetid://117712955498554",handbagSensorTagRadiowavesLeftAndRight= -"rbxassetid://105038839988197",handbagSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://105001010444030",handsAndSparkles= -"rbxassetid://119299934341110",handsAndSparklesFill= -"rbxassetid://118656320067701",handsClap= -"rbxassetid://75710767736594",handsClapFill= -"rbxassetid://81466532037073",hanger= -"rbxassetid://77751934252262",hare= -"rbxassetid://111317887951264",hareCircle= -"rbxassetid://74122073430535",hareCircleFill= -"rbxassetid://94523340697636",hareFill= -"rbxassetid://75354881076698",hatCap= -"rbxassetid://113873209982149",hatCapFill= -"rbxassetid://113235500996759",hatWidebrim= -"rbxassetid://134258455615781",hatWidebrimFill= -"rbxassetid://132939631239837",hazardsign= -"rbxassetid://91689428797963",hazardsignFill= -"rbxassetid://124284249246001",headProfileArrowForwardAndVisionPro= -"rbxassetid://139884775166905",headlightDaytime= -"rbxassetid://132549607422580",headlightDaytimeFill= -"rbxassetid://83818515980026",headlightFog= -"rbxassetid://95610741110484",headlightFogFill= -"rbxassetid://132156805765446",headlightHighBeam= -"rbxassetid://104256265453172",headlightHighBeamFill= -"rbxassetid://78552361285242",headlightLowBeam= -"rbxassetid://81405524153239",headlightLowBeamFill= -"rbxassetid://128498915072839",headphones= -"rbxassetid://139123705204393",headphonesCircle= -"rbxassetid://71339637833928",headphonesCircleFill= -"rbxassetid://101289285678020",headphonesDots= -"rbxassetid://90193996093125",headphonesOverEar= -"rbxassetid://74530234897361",headphonesSensorTagRadiowavesLeftAndRight= -"rbxassetid://125125052586274",headphonesSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://90470113021035",headphonesSlash= -"rbxassetid://91604866550815",headset= -"rbxassetid://94690601389724",headsetCircle= -"rbxassetid://75157567958461",headsetCircleFill= -"rbxassetid://87217746312233",hearingdeviceAndSignalMeter= -"rbxassetid://111665171984525",hearingdeviceAndSignalMeterFill= -"rbxassetid://72018637764800",hearingdeviceEar= -"rbxassetid://80692951508607",hearingdeviceEarFill= -"rbxassetid://112340891621634",heart= -"rbxassetid://91267011731946",heartBadgeBolt= -"rbxassetid://101928863442473",heartBadgeBoltFill= -"rbxassetid://107748038207286",heartBadgeBoltSlash= -"rbxassetid://110428600923950",heartBadgeBoltSlashFill= -"rbxassetid://129760375008050",heartCircle= -"rbxassetid://97208003764968",heartCircleFill= -"rbxassetid://105673158123782",heartFill= -"rbxassetid://130667117695899",heartGaugeOpen= -"rbxassetid://116747195386032",heartRectangle= -"rbxassetid://127491749413584",heartRectangleFill= -"rbxassetid://96367791016358",heartSlash= -"rbxassetid://97114590057264",heartSlashCircle= -"rbxassetid://129870386582771",heartSlashCircleFill= -"rbxassetid://81594716486201",heartSlashFill= -"rbxassetid://90474209684609",heartSquare= -"rbxassetid://132238011697067",heartSquareFill= -"rbxassetid://80296950857132",heartTextClipboard= -"rbxassetid://111663222374099",heartTextClipboardFill= -"rbxassetid://126881158689239",heartTextSquare= -"rbxassetid://125111161336017",heartTextSquareFill= -"rbxassetid://131808420951880",heatElementWindshield= -"rbxassetid://107024456852273",heatWaves= -"rbxassetid://86156982074601",heatWavesAndFan= -"rbxassetid://95346974815345",heatWavesCircle= -"rbxassetid://122858432695654",heatWavesCircleFill= -"rbxassetid://109136156676214",heatWavesGaugeOpen= -"rbxassetid://134838902367417",heaterVertical= -"rbxassetid://107200034954099",heaterVerticalFill= -"rbxassetid://78474572827181",helm= -"rbxassetid://139683289002103",helmet= -"rbxassetid://114221306237718",helmetFill= -"rbxassetid://74712779058861",hexagon= -"rbxassetid://91682272028815",hexagonBottomhalfFilled= -"rbxassetid://101381477351023",hexagonFill= -"rbxassetid://102511240906863",hexagonLefthalfFilled= -"rbxassetid://99724095766701",hexagonRighthalfFilled= -"rbxassetid://135256821232959",hexagonTophalfFilled= -"rbxassetid://139250107135723",hifireceiver= -"rbxassetid://125142188591027",hifireceiverFill= -"rbxassetid://86081592630621",hifispeaker= -"rbxassetid://88425453449033",hifispeaker2= -"rbxassetid://106645773010715",hifispeaker2BadgeMinus= -"rbxassetid://98785278496634",hifispeaker2BadgeMinusFill= -"rbxassetid://94596132488657",hifispeaker2BadgePlus= -"rbxassetid://105086209436046",hifispeaker2BadgePlusFill= -"rbxassetid://128556215726025",hifispeaker2Fill= -"rbxassetid://80784367328985",hifispeakerAndAppletv= -"rbxassetid://131534364980418",hifispeakerAndAppletvFill= -"rbxassetid://74432495580258",hifispeakerAndHomepod= -"rbxassetid://129567211422192",hifispeakerAndHomepodBadgeMinus= -"rbxassetid://122526933181342",hifispeakerAndHomepodBadgeMinusFill= -"rbxassetid://101641318639995",hifispeakerAndHomepodBadgePlus= -"rbxassetid://105785737359186",hifispeakerAndHomepodBadgePlusFill= -"rbxassetid://93438496462450",hifispeakerAndHomepodFill= -"rbxassetid://71393003815715",hifispeakerAndHomepodMini= -"rbxassetid://84618674100730",hifispeakerAndHomepodMiniBadgeMinus= -"rbxassetid://124157434156406",hifispeakerAndHomepodMiniBadgeMinusFill= -"rbxassetid://130137719514995",hifispeakerAndHomepodMiniBadgePlus= -"rbxassetid://100513458140605",hifispeakerAndHomepodMiniBadgePlusFill= -"rbxassetid://118583184395614",hifispeakerAndHomepodMiniFill= -"rbxassetid://131639897539025",hifispeakerArrowForward= -"rbxassetid://122077442545437",hifispeakerArrowForwardFill= -"rbxassetid://104000661177143",hifispeakerBadgeMinus= -"rbxassetid://126092998046559",hifispeakerBadgeMinusFill= -"rbxassetid://105160396694116",hifispeakerBadgePlus= -"rbxassetid://134126317845223",hifispeakerBadgePlusFill= -"rbxassetid://96164278901596",hifispeakerFill= -"rbxassetid://124939561640972",highlighter= -"rbxassetid://125113216545062",highlighterBadgeEllipsis= -"rbxassetid://73128207073570",hockeyPuck= -"rbxassetid://115289263541612",hockeyPuckCircle= -"rbxassetid://111063608869262",hockeyPuckCircleFill= -"rbxassetid://117319805105297",hockeyPuckFill= -"rbxassetid://140129721469693",holdBrakesignal= -"rbxassetid://85211292268858",homepod= -"rbxassetid://113614900083749",homepod2= -"rbxassetid://140061092057695",homepod2BadgeMinus= -"rbxassetid://123602025893342",homepod2BadgeMinusFill= -"rbxassetid://103545682845971",homepod2BadgePlus= -"rbxassetid://82162108586417",homepod2BadgePlusFill= -"rbxassetid://136634882494275",homepod2Fill= -"rbxassetid://88227328285598",homepodAndAppletv= -"rbxassetid://78159640549237",homepodAndAppletvFill= -"rbxassetid://72102740357803",homepodAndHomepodMini= -"rbxassetid://82026787556090",homepodAndHomepodMiniBadgeMinus= -"rbxassetid://98758306641226",homepodAndHomepodMiniBadgeMinusFill= -"rbxassetid://121706713208592",homepodAndHomepodMiniBadgePlus= -"rbxassetid://86055694517600",homepodAndHomepodMiniBadgePlusFill= -"rbxassetid://77013017481304",homepodAndHomepodMiniFill= -"rbxassetid://132737300496836",homepodArrowForward= -"rbxassetid://103328045432392",homepodArrowForwardFill= -"rbxassetid://139496825178733",homepodBadgeCheckmark= -"rbxassetid://139379555185256",homepodBadgeCheckmarkFill= -"rbxassetid://88428584264696",homepodBadgeMinus= -"rbxassetid://110741121593195",homepodBadgeMinusFill= -"rbxassetid://124319862207822",homepodBadgePlus= -"rbxassetid://138441958253730",homepodBadgePlusFill= -"rbxassetid://103959682091439",homepodFill= -"rbxassetid://75394709788106",homepodMini= -"rbxassetid://133829425720481",homepodMini2= -"rbxassetid://79077221144433",homepodMini2BadgeMinus= -"rbxassetid://138331413640371",homepodMini2BadgeMinusFill= -"rbxassetid://100083589580442",homepodMini2BadgePlus= -"rbxassetid://124027325225394",homepodMini2BadgePlusFill= -"rbxassetid://95414326469342",homepodMini2Fill= -"rbxassetid://96024049817471",homepodMiniAndAppletv= -"rbxassetid://127804381919411",homepodMiniAndAppletvFill= -"rbxassetid://138738314906752",homepodMiniArrowForward= -"rbxassetid://111903578108013",homepodMiniArrowForwardFill= -"rbxassetid://78210168798782",homepodMiniBadgeCheckmark= -"rbxassetid://82712898619144",homepodMiniBadgeCheckmarkFill= -"rbxassetid://101426925041175",homepodMiniBadgeMinus= -"rbxassetid://108363641992207",homepodMiniBadgeMinusFill= -"rbxassetid://112990481752806",homepodMiniBadgePlus= -"rbxassetid://139598179283806",homepodMiniBadgePlusFill= -"rbxassetid://139821600412728",homepodMiniFill= -"rbxassetid://84407165573231",horn= -"rbxassetid://125898921059349",hornBlast= -"rbxassetid://97028926920171",hornBlastFill= -"rbxassetid://123199384195916",hornFill= -"rbxassetid://85886393444751",hourglass= -"rbxassetid://92834255318876",hourglassBadgeEye= -"rbxassetid://89598466754566",hourglassBadgeLock= -"rbxassetid://90003948673909",hourglassBadgePlus= -"rbxassetid://110815169238925",hourglassBottomhalfFilled= -"rbxassetid://112736011408573",hourglassCircle= -"rbxassetid://103068925681240",hourglassCircleFill= -"rbxassetid://133521145692582",hourglassTophalfFilled= -"rbxassetid://87756866083772",house= -"rbxassetid://112295202788379",houseAndFlag= -"rbxassetid://113136875524724",houseAndFlagCircle= -"rbxassetid://131367594996031",houseAndFlagCircleFill= -"rbxassetid://136701075281287",houseAndFlagFill= -"rbxassetid://111687222638662",houseBadgeExclamationmark= -"rbxassetid://104666076733443",houseBadgeExclamationmarkFill= -"rbxassetid://118241210635894",houseBadgeWifi= -"rbxassetid://138145700906093",houseBadgeWifiFill= -"rbxassetid://71459011537424",houseCircle= -"rbxassetid://137018461736246",houseCircleFill= -"rbxassetid://130119097578149",houseFill= -"rbxassetid://138034159942121",houseLodge= -"rbxassetid://79594824839588",houseLodgeCircle= -"rbxassetid://108573830144639",houseLodgeCircleFill= -"rbxassetid://121154155556496",houseLodgeFill= -"rbxassetid://98600400827334",houseSlash= -"rbxassetid://121949543721978",houseSlashFill= -"rbxassetid://120599711183456",hryvniasign= -"rbxassetid://90047923886925",hryvniasignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://108632900255296",hryvniasignBankBuilding= -"rbxassetid://81123593265919",hryvniasignBankBuildingFill= -"rbxassetid://118784129548032",hryvniasignCircle= -"rbxassetid://129137894208318",hryvniasignCircleFill= -"rbxassetid://109708261086499",hryvniasignGaugeChartLefthalfRighthalf= -"rbxassetid://118458330494928",hryvniasignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://85743524762859",hryvniasignRing= -"rbxassetid://74162939515566",hryvniasignRingDashed= -"rbxassetid://130951834080386",hryvniasignSquare= -"rbxassetid://79887566850560",hryvniasignSquareFill= -"rbxassetid://119063335240800",humidifier= -"rbxassetid://72360700871657",humidifierAndDroplets= -"rbxassetid://75775974797951",humidifierAndDropletsFill= -"rbxassetid://85595839752614",humidifierAndEllipsis= -"rbxassetid://135570692791800",humidifierAndEllipsisFill= -"rbxassetid://85077277657387",humidifierFill= -"rbxassetid://114331805908149",humidity= -"rbxassetid://116978254922873",humidityFill= -"rbxassetid://83343535887051",hurricane= -"rbxassetid://75559017413059",hurricaneCircle= -"rbxassetid://116993516770496",hurricaneCircleFill= -"rbxassetid://111943102540603",hydrogen= -"rbxassetid://108648728918097",hydrogenCircle= -"rbxassetid://111118974810391",hydrogenCircleFill= -"rbxassetid://105739383296196",hydrogenSquare= -"rbxassetid://104535145844524",hydrogenSquareFill= -"rbxassetid://116593692173334",iCircle= -"rbxassetid://87729899941329",iCircleFill= -"rbxassetid://80010578788751",iSquare= -"rbxassetid://130066625365288",iSquareFill= -"rbxassetid://116754469709337",icloud= -"rbxassetid://76383809309160",icloudAndArrowDown= -"rbxassetid://80319482998949",icloudAndArrowDownFill= -"rbxassetid://114807886826138",icloudAndArrowUp= -"rbxassetid://104313976939189",icloudAndArrowUpFill= -"rbxassetid://117943223292778",icloudCircle= -"rbxassetid://140304538433373",icloudCircleFill= -"rbxassetid://129884415260183",icloudDashed= -"rbxassetid://96298341608657",icloudFill= -"rbxassetid://81921616726867",icloudSlash= -"rbxassetid://93589022858865",icloudSlashFill= -"rbxassetid://125980824909548",icloudSquare= -"rbxassetid://85877651328796",icloudSquareFill= -"rbxassetid://114115531608972",increaseIndent= -"rbxassetid://132638838759224",increaseQuotelevel= -"rbxassetid://118948770523249",indianrupeesign= -"rbxassetid://108972205971854",indianrupeesignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://123944997382616",indianrupeesignBankBuilding= -"rbxassetid://136555037399033",indianrupeesignBankBuildingFill= -"rbxassetid://104065382091556",indianrupeesignCircle= -"rbxassetid://86566491256823",indianrupeesignCircleFill= -"rbxassetid://87149256093762",indianrupeesignGaugeChartLefthalfRighthalf= -"rbxassetid://130012449092872",indianrupeesignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://120463655755921",indianrupeesignRing= -"rbxassetid://125193728443962",indianrupeesignRingDashed= -"rbxassetid://130132961811998",indianrupeesignSquare= -"rbxassetid://126543857956703",indianrupeesignSquareFill= -"rbxassetid://109074700336025",infinity= -"rbxassetid://105394817646519",infinityCircle= -"rbxassetid://92342239078273",infinityCircleFill= -"rbxassetid://81904617013960",info= -"rbxassetid://78205748034374",infoBubble= -"rbxassetid://77014317923975",infoBubbleFill= -"rbxassetid://99167183552074",infoCircle= -"rbxassetid://75677911587690",infoCircleFill= -"rbxassetid://131401015115243",infoCircleTextPage= -"rbxassetid://114139184173005",infoCircleTextPageFill= -"rbxassetid://75750465647542",infoSquare= -"rbxassetid://119891776134140",infoSquareFill= -"rbxassetid://121206992024046",infoTriangle= -"rbxassetid://96406311824371",infoTriangleFill= -"rbxassetid://101738952800868",infoWindshield= -"rbxassetid://77820857046810",inhaler= -"rbxassetid://117273846268372",inhalerFill= -"rbxassetid://94396055769075",insetFilledApplewatchCase= -"rbxassetid://139376542606273",insetFilledBottomhalfRectangle= -"rbxassetid://132353283470886",insetFilledBottomhalfRectanglePortrait= -"rbxassetid://127248265213047",insetFilledBottomhalfTophalfRectangle= -"rbxassetid://128868820330629",insetFilledBottomleadingBottomtrailingRectangle= -"rbxassetid://83003997647497",insetFilledBottomleadingRectangle= -"rbxassetid://109980863677637",insetFilledBottomleadingRectanglePortrait= -"rbxassetid://127671322305034",insetFilledBottomleftBottomrightRectangle= -"rbxassetid://98165989274652",insetFilledBottomleftRectangle= -"rbxassetid://91272242590455",insetFilledBottomleftRectanglePortrait= -"rbxassetid://79867529284578",insetFilledBottomrightRectangle= -"rbxassetid://91905468912475",insetFilledBottomrightRectanglePortrait= -"rbxassetid://95108653775577",insetFilledBottomthirdRectangle= -"rbxassetid://103213069446392",insetFilledBottomthirdRectanglePortrait= -"rbxassetid://140670647501044",insetFilledBottomthirdSquare= -"rbxassetid://128704935485982",insetFilledBottomtrailingRectangle= -"rbxassetid://71910455937398",insetFilledBottomtrailingRectanglePortrait= -"rbxassetid://83086806369108",insetFilledCapsule= -"rbxassetid://116072662907792",insetFilledCapsulePortrait= -"rbxassetid://70495684918974",insetFilledCenterRectangle= -"rbxassetid://79132469578696",insetFilledCenterRectangleBadgePlus= -"rbxassetid://71412229121477",insetFilledCenterRectanglePortrait= -"rbxassetid://104843167490045",insetFilledCircle= -"rbxassetid://139063035797552",insetFilledCircleDashed= -"rbxassetid://93748561582309",insetFilledCircleSlash= -"rbxassetid://93884835158083",insetFilledDiamond= -"rbxassetid://100644029913595",insetFilledLeadinghalfArrowLeadingRectangle= -"rbxassetid://137406963770444",insetFilledLeadinghalfRectangle= -"rbxassetid://108434800222266",insetFilledLeadinghalfRectanglePortrait= -"rbxassetid://114033588947531",insetFilledLeadinghalfToptrailingBottomtrailingRectangle= -"rbxassetid://111647290338483",insetFilledLeadinghalfTrailinghalfRectangle= -"rbxassetid://103634664209447",insetFilledLeadingthirdRectangle= -"rbxassetid://135652787399058",insetFilledLeadingthirdRectanglePortrait= -"rbxassetid://97947425357361",insetFilledLeadingthirdSquare= -"rbxassetid://137358825350150",insetFilledLefthalfArrowLeftRectangle= -"rbxassetid://97618917482455",insetFilledLefthalfRectangle= -"rbxassetid://101537929924263",insetFilledLefthalfRectanglePortrait= -"rbxassetid://89794823586390",insetFilledLefthalfRighthalfRectangle= -"rbxassetid://81365306752142",insetFilledLefthalfToprightBottomrightRectangle= -"rbxassetid://82746049082030",insetFilledLeftthirdMiddlethirdRightthirdRectangle= -"rbxassetid://75094720271395",insetFilledLeftthirdRectangle= -"rbxassetid://139240895557366",insetFilledLeftthirdRectanglePortrait= -"rbxassetid://118015427596241",insetFilledLeftthirdSquare= -"rbxassetid://77046333582848",insetFilledOval= -"rbxassetid://110879007889456",insetFilledOvalPortrait= -"rbxassetid://108433008694615",insetFilledPano= -"rbxassetid://110467582202521",insetFilledRectangle= -"rbxassetid://140613200402745",insetFilledRectangleAndPersonFilled= -"rbxassetid://138907068365343",insetFilledRectangleAndPersonFilledCircle= -"rbxassetid://112945988661847",insetFilledRectangleAndPersonFilledCircleFill= -"rbxassetid://72485100524012",insetFilledRectangleAndPointerArrow= -"rbxassetid://105876169475814",insetFilledRectangleBadgeRecord= -"rbxassetid://119775775154194",insetFilledRectangleOnRectangle= -"rbxassetid://124713258097814",insetFilledRectanglePortrait= -"rbxassetid://119631361371195",insetFilledRighthalfArrowRightRectangle= -"rbxassetid://123333337700297",insetFilledRighthalfLefthalfRectangle= -"rbxassetid://117421759858225",insetFilledRighthalfRectangle= -"rbxassetid://130295725616886",insetFilledRighthalfRectanglePortrait= -"rbxassetid://119425610688648",insetFilledRightthirdRectangle= -"rbxassetid://107526009545279",insetFilledRightthirdRectanglePortrait= -"rbxassetid://110353589936193",insetFilledRightthirdSquare= -"rbxassetid://107042607136616",insetFilledSquare= -"rbxassetid://111923039926101",insetFilledSquareDashed= -"rbxassetid://119967654021736",insetFilledTophalfBottomhalfRectangle= -"rbxassetid://70789689603822",insetFilledTophalfBottomleftBottomrightRectangle= -"rbxassetid://110925049172271",insetFilledTophalfRectangle= -"rbxassetid://71641029768567",insetFilledTophalfRectanglePortrait= -"rbxassetid://103528610034758",insetFilledTopleadingBottomleadingTrailinghalfRectangle= -"rbxassetid://108113857530443",insetFilledTopleadingRectangle= -"rbxassetid://94498898219193",insetFilledTopleadingRectanglePortrait= -"rbxassetid://104823932051137",insetFilledTopleftBottomleftRighthalfRectangle= -"rbxassetid://81589399041153",insetFilledTopleftRectangle= -"rbxassetid://98898580287702",insetFilledTopleftRectanglePortrait= -"rbxassetid://76823359928019",insetFilledTopleftToprightBottomhalfRectangle= -"rbxassetid://102544141115943",insetFilledTopleftToprightBottomleftBottomrightRectangle= -"rbxassetid://120281933067122",insetFilledToprightRectangle= -"rbxassetid://99998352151414",insetFilledToprightRectanglePortrait= -"rbxassetid://134191436002475",insetFilledTopthirdMiddlethirdBottomthirdRectangle= -"rbxassetid://72393086404306",insetFilledTopthirdRectangle= -"rbxassetid://113455389533310",insetFilledTopthirdRectanglePortrait= -"rbxassetid://129225101049274",insetFilledTopthirdSquare= -"rbxassetid://75479402562931",insetFilledToptrailingRectangle= -"rbxassetid://122856238563139",insetFilledToptrailingRectanglePortrait= -"rbxassetid://95548624218180",insetFilledTrailinghalfArrowTrailingRectangle= -"rbxassetid://126029940450636",insetFilledTrailinghalfLeadinghalfRectangle= -"rbxassetid://73769358433495",insetFilledTrailinghalfRectangle= -"rbxassetid://82154883985210",insetFilledTrailinghalfRectanglePortrait= -"rbxassetid://83232834440285",insetFilledTrailingthirdRectangle= -"rbxassetid://138032053366425",insetFilledTrailingthirdRectanglePortrait= -"rbxassetid://73565407476037",insetFilledTrailingthirdSquare= -"rbxassetid://118577110102345",insetFilledTriangle= -"rbxassetid://131329496483880",insetFilledTv= -"rbxassetid://102048578787512",internaldrive= -"rbxassetid://123017771524347",internaldriveFill= -"rbxassetid://135289185024414",ipad= -"rbxassetid://134561146971970",ipadAndArrowForward= -"rbxassetid://101668668469586",ipadBadgeCheckmark= -"rbxassetid://91030652529702",ipadBadgeExclamationmark= -"rbxassetid://72399054765172",ipadBadgeLocation= -"rbxassetid://102973051847324",ipadBadgePlay= -"rbxassetid://82749686641698",ipadCase= -"rbxassetid://113465787410084",ipadCaseAndIphoneCase= -"rbxassetid://138517051284979",ipadGen1= -"rbxassetid://119023660425639",ipadGen1BadgeExclamationmark= -"rbxassetid://132860118770704",ipadGen1BadgeLocation= -"rbxassetid://122696131042724",ipadGen1BadgePlay= -"rbxassetid://79705570563667",ipadGen1CropHomebuttonCircle= -"rbxassetid://125877512719591",ipadGen1Landscape= -"rbxassetid://106848666245031",ipadGen1LandscapeBadgeExclamationmark= -"rbxassetid://95523493411708",ipadGen1LandscapeBadgeLocation= -"rbxassetid://71114155308362",ipadGen1LandscapeBadgePlay= -"rbxassetid://107077768085791",ipadGen1LandscapeSlash= -"rbxassetid://91957232290585",ipadGen1Sizes= -"rbxassetid://132638274327864",ipadGen1Slash= -"rbxassetid://111453451388695",ipadGen2= -"rbxassetid://96952619034238",ipadGen2BadgeExclamationmark= -"rbxassetid://88542801526085",ipadGen2BadgeLocation= -"rbxassetid://83909284063287",ipadGen2BadgePlay= -"rbxassetid://91626474538383",ipadGen2Landscape= -"rbxassetid://80549860098749",ipadGen2LandscapeBadgeExclamationmark= -"rbxassetid://95387370402049",ipadGen2LandscapeBadgeLocation= -"rbxassetid://114515696230958",ipadGen2LandscapeBadgePlay= -"rbxassetid://112087588368181",ipadGen2LandscapeSlash= -"rbxassetid://99413296608771",ipadGen2Sizes= -"rbxassetid://96032455905807",ipadGen2Slash= -"rbxassetid://91056106318611",ipadLandscape= -"rbxassetid://111867318270362",ipadLandscapeAndApplewatch= -"rbxassetid://82862554669046",ipadLandscapeAndIphone= -"rbxassetid://124055112036418",ipadLandscapeAndIphoneSlash= -"rbxassetid://99035430597551",ipadLandscapeAndIpod= -"rbxassetid://77602132672034",ipadLandscapeBadgeExclamationmark= -"rbxassetid://119197535911603",ipadLandscapeBadgeLocation= -"rbxassetid://105898023080076",ipadLandscapeBadgePlay= -"rbxassetid://73428638295873",ipadRearCamera= -"rbxassetid://87420768405629",ipadSizes= -"rbxassetid://104189935700673",iphone= -"rbxassetid://82000918069173",iphoneAndArrowForwardInward= -"rbxassetid://108521410130862",iphoneAndArrowForwardOutward= -"rbxassetid://109883827491473",iphoneAndArrowLeftAndArrowRightInward= -"rbxassetid://123487788389973",iphoneAndArrowRightInward= -"rbxassetid://104114874256475",iphoneAndArrowRightOutward= -"rbxassetid://135707585590687",iphoneAndIpod= -"rbxassetid://82183651021702",iphoneAndVisionPro= -"rbxassetid://99569219195776",iphoneAppSwitcher= -"rbxassetid://132315599555604",iphoneBadgeCheckmark= -"rbxassetid://88034933061783",iphoneBadgeExclamationmark= -"rbxassetid://103651629822633",iphoneBadgeLocation= -"rbxassetid://139324523055147",iphoneBadgePlay= -"rbxassetid://135369495547866",iphoneCase= -"rbxassetid://107733252055666",iphoneCircle= -"rbxassetid://123873901745903",iphoneCircleFill= -"rbxassetid://81453720766162",iphoneCropCircle= -"rbxassetid://104116856453118",iphoneDockMotorizedViewfinder= -"rbxassetid://133427297090859",iphoneGen1= -"rbxassetid://78161865603688",iphoneGen1AndArrowLeft= -"rbxassetid://101930840893852",iphoneGen1BadgeExclamationmark= -"rbxassetid://112041818513346",iphoneGen1BadgeLocation= -"rbxassetid://90348499727368",iphoneGen1BadgePlay= -"rbxassetid://81249230749176",iphoneGen1Circle= -"rbxassetid://90185058778215",iphoneGen1CircleFill= -"rbxassetid://103245924647022",iphoneGen1CropCircle= -"rbxassetid://91978161794766",iphoneGen1CropHomebuttonCircle= -"rbxassetid://86794392897869",iphoneGen1Landscape= -"rbxassetid://93202782614208",iphoneGen1LandscapeSlash= -"rbxassetid://94680698648239",iphoneGen1Motion= -"rbxassetid://83794011444760",iphoneGen1RadiowavesLeftAndRight= -"rbxassetid://101298008153499",iphoneGen1RadiowavesLeftAndRightCircle= -"rbxassetid://138611098045144",iphoneGen1RadiowavesLeftAndRightCircleFill= -"rbxassetid://129532126491391",iphoneGen1Sizes= -"rbxassetid://116038162777596",iphoneGen1Slash= -"rbxassetid://138344473221454",iphoneGen1SlashCircle= -"rbxassetid://78555412734950",iphoneGen1SlashCircleFill= -"rbxassetid://96356394879666",iphoneGen2= -"rbxassetid://100512587258469",iphoneGen2AndArrowLeftAndArrowRightInward= -"rbxassetid://119930256193305",iphoneGen2BadgeExclamationmark= -"rbxassetid://112516715621329",iphoneGen2BadgeLocation= -"rbxassetid://90625598836508",iphoneGen2BadgePlay= -"rbxassetid://73419124688039",iphoneGen2Circle= -"rbxassetid://121213428382043",iphoneGen2CircleFill= -"rbxassetid://84481406486022",iphoneGen2CropCircle= -"rbxassetid://129924142720583",iphoneGen2Landscape= -"rbxassetid://112897960339098",iphoneGen2LandscapeSlash= -"rbxassetid://103740993285713",iphoneGen2Motion= -"rbxassetid://125587279074349",iphoneGen2RadiowavesLeftAndRight= -"rbxassetid://105648031008430",iphoneGen2RadiowavesLeftAndRightCircle= -"rbxassetid://95727896172184",iphoneGen2RadiowavesLeftAndRightCircleFill= -"rbxassetid://92244617463682",iphoneGen2Sizes= -"rbxassetid://134661192333997",iphoneGen2Slash= -"rbxassetid://88100293351355",iphoneGen2SlashCircle= -"rbxassetid://98894279481817",iphoneGen2SlashCircleFill= -"rbxassetid://116919318073028",iphoneGen3= -"rbxassetid://79226850320333",iphoneGen3AndArrowLeftAndArrowRightInward= -"rbxassetid://98045810805277",iphoneGen3BadgeExclamationmark= -"rbxassetid://138002928692499",iphoneGen3BadgeLocation= -"rbxassetid://113845121063111",iphoneGen3BadgePlay= -"rbxassetid://127013086346673",iphoneGen3Circle= -"rbxassetid://108605609313261",iphoneGen3CircleFill= -"rbxassetid://73440896609731",iphoneGen3CropCircle= -"rbxassetid://114375594292315",iphoneGen3Landscape= -"rbxassetid://115532212304666",iphoneGen3LandscapeSlash= -"rbxassetid://89846586483903",iphoneGen3Motion= -"rbxassetid://126122726463963",iphoneGen3RadiowavesLeftAndRight= -"rbxassetid://78862342842942",iphoneGen3RadiowavesLeftAndRightCircle= -"rbxassetid://104966643332581",iphoneGen3RadiowavesLeftAndRightCircleFill= -"rbxassetid://78809597239463",iphoneGen3Sizes= -"rbxassetid://92750680488166",iphoneGen3Slash= -"rbxassetid://77705312023127",iphoneGen3SlashCircle= -"rbxassetid://129773188675224",iphoneGen3SlashCircleFill= -"rbxassetid://127826909547585",iphoneLandscape= -"rbxassetid://96720804206538",iphoneMotion= -"rbxassetid://133770104120312",iphonePatternDiagonalline= -"rbxassetid://106116539445043",iphonePatternDiagonallineOnRectanglePortraitDashed= -"rbxassetid://130581932759271",iphoneRadiowavesLeftAndRight= -"rbxassetid://72298592890703",iphoneRadiowavesLeftAndRightCircle= -"rbxassetid://100367756857012",iphoneRadiowavesLeftAndRightCircleFill= -"rbxassetid://84457085201974",iphoneRearCamera= -"rbxassetid://94791214823995",iphoneSizes= -"rbxassetid://115753282699945",iphoneSlash= -"rbxassetid://113628060688132",iphoneSlashCircle= -"rbxassetid://136494628031981",iphoneSlashCircleFill= -"rbxassetid://72519571241064",iphoneSmartbatterycaseGen1= -"rbxassetid://102966038388830",iphoneSmartbatterycaseGen2= -"rbxassetid://87393977253808",ipod= -"rbxassetid://113565823970993",ipodAndApplewatch= -"rbxassetid://113835629733288",ipodAndVisionPro= -"rbxassetid://111134254342421",ipodShuffleGen1= -"rbxassetid://128333344262305",ipodShuffleGen2= -"rbxassetid://87215241836981",ipodShuffleGen3= -"rbxassetid://102478640458671",ipodShuffleGen4= -"rbxassetid://85343124974443",ipodTouch= -"rbxassetid://84098795579310",ipodTouchLandscape= -"rbxassetid://109663818176516",ipodTouchSlash= -"rbxassetid://112531123689695",italic= -"rbxassetid://127203108238924",ivfluidBag= -"rbxassetid://80393133255644",ivfluidBagFill= -"rbxassetid://139103107121419",jCircle= -"rbxassetid://115960551619923",jCircleFill= -"rbxassetid://96754806771064",jSquare= -"rbxassetid://109185343916010",jSquareFill= -"rbxassetid://107540660493692",jSquareOnSquare= -"rbxassetid://93566184023783",jSquareOnSquareFill= -"rbxassetid://81376660844256",jacket= -"rbxassetid://101437070936149",jacketCircle= -"rbxassetid://72088758880337",jacketCircleFill= -"rbxassetid://73338944572510",jacketFill= -"rbxassetid://72683021476937",jacketSensorTagRadiowavesLeftAndRight= -"rbxassetid://72517614724751",jacketSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://80409222772869",k= -"rbxassetid://125922339599023",kCircle= -"rbxassetid://117720885447831",kCircleFill= -"rbxassetid://115137305895885",kSquare= -"rbxassetid://107107577112739",kSquareFill= -"rbxassetid://81013639145244",kashidaArabic= -"rbxassetid://104273661782068",key= -"rbxassetid://79200665323096",key2OnRing= -"rbxassetid://114479796312550",key2OnRingFill= -"rbxassetid://129789241489983",keyCarRadiowavesForward= -"rbxassetid://116713352251338",keyCarRadiowavesForwardFill= -"rbxassetid://140706254550127",keyCarSide= -"rbxassetid://91773231851007",keyCarSideFill= -"rbxassetid://88787692291398",keyCard= -"rbxassetid://123392058861638",keyCardFill= -"rbxassetid://101142949869023",keyCircle= -"rbxassetid://89020257870842",keyCircleFill= -"rbxassetid://111130053565153",keyConvertibleSide= -"rbxassetid://122712823001598",keyConvertibleSideFill= -"rbxassetid://106348412667447",keyFill= -"rbxassetid://80934082991284",keyHorizontal= -"rbxassetid://72761293400785",keyHorizontalFill= -"rbxassetid://131202563253499",keyIcloud= -"rbxassetid://71656612277468",keyIcloudFill= -"rbxassetid://111239695118525",keyRadiowavesForward= -"rbxassetid://80301250904676",keyRadiowavesForwardFill= -"rbxassetid://106258649875719",keyRadiowavesForwardSlash= -"rbxassetid://130807635933577",keyRadiowavesForwardSlashFill= -"rbxassetid://84823530117520",keySensorTagRadiowavesLeftAndRight= -"rbxassetid://87936971073350",keySensorTagRadiowavesLeftAndRightFill= -"rbxassetid://114048317695620",keyShield= -"rbxassetid://96249883816450",keyShieldFill= -"rbxassetid://136262548119975",keySlash= -"rbxassetid://134072809056124",keySlashFill= -"rbxassetid://126719060504998",keySuvSide= -"rbxassetid://88944016823959",keySuvSideFill= -"rbxassetid://85199387945267",keyTruckPickupSide= -"rbxassetid://92922391761721",keyTruckPickupSideFill= -"rbxassetid://111599219813699",keyViewfinder= -"rbxassetid://120926453086936",keyboard= -"rbxassetid://93155327616766",keyboardBadgeEllipsis= -"rbxassetid://130801393401668",keyboardBadgeEllipsisFill= -"rbxassetid://84606095082326",keyboardBadgeEye= -"rbxassetid://101119234662658",keyboardBadgeEyeFill= -"rbxassetid://106480087329116",keyboardChevronCompactDown= -"rbxassetid://90702263410297",keyboardChevronCompactDownFill= -"rbxassetid://116910139815635",keyboardChevronCompactLeft= -"rbxassetid://103574548759893",keyboardChevronCompactLeftFill= -"rbxassetid://115198959221930",keyboardFill= -"rbxassetid://95373833042772",keyboardMacwindow= -"rbxassetid://88424534264910",keyboardOnehandedLeft= -"rbxassetid://109358689126382",keyboardOnehandedLeftFill= -"rbxassetid://104278062049646",keyboardOnehandedRight= -"rbxassetid://101324363319342",keyboardOnehandedRightFill= -"rbxassetid://136224352052802",kipsign= -"rbxassetid://83131259379956",kipsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://83963532303789",kipsignBankBuilding= -"rbxassetid://92396071658320",kipsignBankBuildingFill= -"rbxassetid://77739654058475",kipsignCircle= -"rbxassetid://124418857924471",kipsignCircleFill= -"rbxassetid://86130105752231",kipsignGaugeChartLefthalfRighthalf= -"rbxassetid://89686959809144",kipsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://75882739022866",kipsignRing= -"rbxassetid://118791638519514",kipsignRingDashed= -"rbxassetid://116954419659456",kipsignSquare= -"rbxassetid://75527396137605",kipsignSquareFill= -"rbxassetid://102236931592130",kph= -"rbxassetid://108048213855411",kphCircle= -"rbxassetid://83059556795803",kphCircleFill= -"rbxassetid://131601765091913",l1ButtonRoundedbottomHorizontal= -"rbxassetid://113938863919266",l1ButtonRoundedbottomHorizontalFill= -"rbxassetid://133613596693395",l1Circle= -"rbxassetid://94597331537548",l1CircleFill= -"rbxassetid://97010784366190",l2ButtonAngledtopVerticalLeft= -"rbxassetid://106429320489585",l2ButtonAngledtopVerticalLeftFill= -"rbxassetid://106075604352661",l2ButtonRoundedtopHorizontal= -"rbxassetid://71265382085108",l2ButtonRoundedtopHorizontalFill= -"rbxassetid://126860036361799",l2Circle= -"rbxassetid://86547120267515",l2CircleFill= -"rbxassetid://88223231699660",l3ButtonAngledbottomHorizontalLeft= -"rbxassetid://75326413114355",l3ButtonAngledbottomHorizontalLeftFill= -"rbxassetid://125554047445708",l4ButtonHorizontal= -"rbxassetid://133722809269125",l4ButtonHorizontalFill= -"rbxassetid://82668598525056",lButtonRoundedbottomHorizontal= -"rbxassetid://127185908218989",lButtonRoundedbottomHorizontalFill= -"rbxassetid://113340659717065",lCircle= -"rbxassetid://74473243284301",lCircleFill= -"rbxassetid://122497944018831",lJoystick= -"rbxassetid://84203110339905",lJoystickFill= -"rbxassetid://115667484767850",lJoystickPressDown= -"rbxassetid://130856932477599",lJoystickPressDownFill= -"rbxassetid://121576909566059",lJoystickTiltDown= -"rbxassetid://129592124044816",lJoystickTiltDownFill= -"rbxassetid://122057860689260",lJoystickTiltLeft= -"rbxassetid://84719159120171",lJoystickTiltLeftFill= -"rbxassetid://129192259384548",lJoystickTiltRight= -"rbxassetid://109249105254857",lJoystickTiltRightFill= -"rbxassetid://95693425039585",lJoystickTiltUp= -"rbxassetid://78791988719488",lJoystickTiltUpFill= -"rbxassetid://123882178901791",lSquare= -"rbxassetid://108658495224622",lSquareFill= -"rbxassetid://131338916343380",ladybug= -"rbxassetid://110033993321660",ladybugCircle= -"rbxassetid://96763855229085",ladybugCircleFill= -"rbxassetid://92609355629393",ladybugFill= -"rbxassetid://110928969901126",ladybugSlash= -"rbxassetid://136618749158624",ladybugSlashCircle= -"rbxassetid://97558358955069",ladybugSlashCircleFill= -"rbxassetid://80968411545948",ladybugSlashFill= -"rbxassetid://99559360586175",lampCeiling= -"rbxassetid://137373152980866",lampCeilingFill= -"rbxassetid://89675610539803",lampCeilingInverse= -"rbxassetid://91864282856601",lampDesk= -"rbxassetid://113819795056378",lampDeskFill= -"rbxassetid://112076170566978",lampFloor= -"rbxassetid://79868592458021",lampFloorFill= -"rbxassetid://131484737914340",lampTable= -"rbxassetid://113813813189293",lampTableFill= -"rbxassetid://104893616360422",lane= -"rbxassetid://109891371630819",lanyardcard= -"rbxassetid://132677852924326",lanyardcardFill= -"rbxassetid://89860053984340",laptopcomputer= -"rbxassetid://104665737460595",laptopcomputerAndArrowDown= -"rbxassetid://75753791542412",laptopcomputerBadgeCheckmark= -"rbxassetid://119275557442506",laptopcomputerSlash= -"rbxassetid://113117346385372",laptopcomputerTrianglebadgeExclamationmark= -"rbxassetid://100581518686142",larisign= -"rbxassetid://72445509154092",larisignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://93145793671962",larisignBankBuilding= -"rbxassetid://104210171538297",larisignBankBuildingFill= -"rbxassetid://112407820846474",larisignCircle= -"rbxassetid://97438961122681",larisignCircleFill= -"rbxassetid://97393236904610",larisignGaugeChartLefthalfRighthalf= -"rbxassetid://128532923373706",larisignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://118085765216351",larisignRing= -"rbxassetid://86824441365119",larisignRingDashed= -"rbxassetid://129717231892651",larisignSquare= -"rbxassetid://88539561636728",larisignSquareFill= -"rbxassetid://116361637434631",laserBurst= -"rbxassetid://105648676744957",lasso= -"rbxassetid://101925485678453",lassoBadgeSparkles= -"rbxassetid://131969852725663",latch2Case= -"rbxassetid://95739943395820",latch2CaseFill= -"rbxassetid://110943967433028",laurelLeading= -"rbxassetid://89110528324991",laurelLeadingLaurelTrailing= -"rbxassetid://83932596891683",laurelTrailing= -"rbxassetid://117295371757190",lbButtonRoundedbottomHorizontal= -"rbxassetid://102932077850275",lbButtonRoundedbottomHorizontalFill= -"rbxassetid://103668213754092",lbCircle= -"rbxassetid://99398958315310",lbCircleFill= -"rbxassetid://99048320820555",leaf= -"rbxassetid://108022994417840",leafArrowTriangleheadClockwise= -"rbxassetid://73819464179176",leafCircle= -"rbxassetid://85292804858565",leafCircleFill= -"rbxassetid://112324940500622",leafFill= -"rbxassetid://90328407533580",left= -"rbxassetid://79829100101216",leftCircle= -"rbxassetid://81797756708836",leftCircleFill= -"rbxassetid://134893473184257",lessthan= -"rbxassetid://140412747463581",lessthanCircle= -"rbxassetid://95802873518733",lessthanCircleFill= -"rbxassetid://84104812299961",lessthanSquare= -"rbxassetid://118243901591000",lessthanSquareFill= -"rbxassetid://99225138663829",lessthanorequalto= -"rbxassetid://120252436660138",lessthanorequaltoCircle= -"rbxassetid://126806482626475",lessthanorequaltoCircleFill= -"rbxassetid://108138989182576",lessthanorequaltoSquare= -"rbxassetid://118640361170989",lessthanorequaltoSquareFill= -"rbxassetid://132595451553670",level= -"rbxassetid://127633074267092",levelFill= -"rbxassetid://76718871534753",licenseplate= -"rbxassetid://96533312187990",licenseplateFill= -"rbxassetid://128135675502689",lifepreserver= -"rbxassetid://119091999634766",lifepreserverFill= -"rbxassetid://111772570360846",lightBeaconMax= -"rbxassetid://101777701258241",lightBeaconMaxFill= -"rbxassetid://114342157896342",lightBeaconMin= -"rbxassetid://127013137369376",lightBeaconMinFill= -"rbxassetid://119028166767238",lightCylindricalCeiling= -"rbxassetid://80343915315727",lightCylindricalCeilingFill= -"rbxassetid://127407044744136",lightCylindricalCeilingInverse= -"rbxassetid://140319384504887",lightMax= -"rbxassetid://119142622839437",lightMin= -"rbxassetid://113762386837732",lightOverheadLeft= -"rbxassetid://75897178721833",lightOverheadLeftFill= -"rbxassetid://135980491895603",lightOverheadRight= -"rbxassetid://91605059318210",lightOverheadRightFill= -"rbxassetid://116245935070227",lightPanel= -"rbxassetid://71439519029076",lightPanelFill= -"rbxassetid://114304911046800",lightRecessed= -"rbxassetid://106953532928776",lightRecessed3= -"rbxassetid://100657555066771",lightRecessed3Fill= -"rbxassetid://72959824422707",lightRecessed3Inverse= -"rbxassetid://110975373517427",lightRecessedFill= -"rbxassetid://96537469406274",lightRecessedInverse= -"rbxassetid://98089174266305",lightRibbon= -"rbxassetid://73911802981427",lightRibbonFill= -"rbxassetid://135479830876887",lightStrip2= -"rbxassetid://133975890710567",lightStrip2Fill= -"rbxassetid://117819514648792",lightbulb= -"rbxassetid://133748990492264",lightbulb2= -"rbxassetid://76820860272132",lightbulb2Fill= -"rbxassetid://88018582566474",lightbulbCircle= -"rbxassetid://79452565427812",lightbulbCircleFill= -"rbxassetid://98442088445236",lightbulbFill= -"rbxassetid://95960442584355",lightbulbLed= -"rbxassetid://71986988452320",lightbulbLedFill= -"rbxassetid://123549116396275",lightbulbLedWide= -"rbxassetid://100519439979174",lightbulbLedWideFill= -"rbxassetid://74872041903836",lightbulbMax= -"rbxassetid://103963772011426",lightbulbMaxFill= -"rbxassetid://120456153820044",lightbulbMin= -"rbxassetid://108559191376682",lightbulbMinBadgeExclamationmark= -"rbxassetid://98595678520646",lightbulbMinBadgeExclamationmarkFill= -"rbxassetid://95925335636664",lightbulbMinFill= -"rbxassetid://91068039671948",lightbulbSlash= -"rbxassetid://122801459730238",lightbulbSlashFill= -"rbxassetid://119915012260869",lightrail= -"rbxassetid://91545398083958",lightrailFill= -"rbxassetid://127242269505173",lightspectrumHorizontal= -"rbxassetid://121301965649483",lightswitchOff= -"rbxassetid://122397661882080",lightswitchOffFill= -"rbxassetid://76291417540293",lightswitchOffSquare= -"rbxassetid://128122483992464",lightswitchOffSquareFill= -"rbxassetid://103136519030633",lightswitchOn= -"rbxassetid://77834105478444",lightswitchOnFill= -"rbxassetid://127282393184003",lightswitchOnSquare= -"rbxassetid://84360723100395",lightswitchOnSquareFill= -"rbxassetid://72735241780557",line2HorizontalDecreaseCircle= -"rbxassetid://117155435430184",line2HorizontalDecreaseCircleFill= -"rbxassetid://116927507358697",line3CrossedSwirlCircle= -"rbxassetid://99832502066664",line3CrossedSwirlCircleFill= -"rbxassetid://118500201020610",line3Horizontal= -"rbxassetid://130642325073555",line3HorizontalButtonAngledtopVerticalRight= -"rbxassetid://77267106979967",line3HorizontalButtonAngledtopVerticalRightFill= -"rbxassetid://81621280214866",line3HorizontalCircle= -"rbxassetid://96285802440644",line3HorizontalCircleFill= -"rbxassetid://140114459765580",line3HorizontalDecrease= -"rbxassetid://116763080821421",line3HorizontalDecreaseCircle= -"rbxassetid://134111868846335",line3HorizontalDecreaseCircleFill= -"rbxassetid://72045270113812",lineDiagonal= -"rbxassetid://110110010759105",lineDiagonalTriangleheadUpRight= -"rbxassetid://122371202678788",lineDiagonalTriangleheadUpRightLeftDown= -"rbxassetid://111448391082205",lineHorizontalStarFillLineHorizontal= -"rbxassetid://98246428845655",linesMeasurementHorizontal= -"rbxassetid://128230422015424",linesMeasurementHorizontalAlignedBottom= -"rbxassetid://138493869432764",linesMeasurementVertical= -"rbxassetid://118968611089314",lineweight= -"rbxassetid://133115286572773",link= -"rbxassetid://115296344833226",linkBadgePlus= -"rbxassetid://79804569252702",linkCircle= -"rbxassetid://100667963284044",linkCircleFill= -"rbxassetid://138026142981054",linkIcloud= -"rbxassetid://123608882483428",linkIcloudFill= -"rbxassetid://125509773179673",lirasign= -"rbxassetid://82160828706837",lirasignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://75696099447503",lirasignBankBuilding= -"rbxassetid://98678031650352",lirasignBankBuildingFill= -"rbxassetid://136702098509294",lirasignCircle= -"rbxassetid://120729846598459",lirasignCircleFill= -"rbxassetid://137317388114242",lirasignGaugeChartLefthalfRighthalf= -"rbxassetid://85986515439077",lirasignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://82206734693256",lirasignRing= -"rbxassetid://131943249779597",lirasignRingDashed= -"rbxassetid://106315162373981",lirasignSquare= -"rbxassetid://131041935835259",lirasignSquareFill= -"rbxassetid://104903253039130",listAndFilm= -"rbxassetid://108751626585844",listBullet= -"rbxassetid://83953262349223",listBulletBadgeEllipsis= -"rbxassetid://121350245114911",listBulletBelowRectangle= -"rbxassetid://78203910250724",listBulletCircle= -"rbxassetid://120516348957755",listBulletCircleFill= -"rbxassetid://95387389466946",listBulletClipboard= -"rbxassetid://130359939006750",listBulletClipboardFill= -"rbxassetid://111374153519568",listBulletIndent= -"rbxassetid://117975045473275",listBulletRectangle= -"rbxassetid://138562102745670",listBulletRectangleFill= -"rbxassetid://106358098808813",listBulletRectanglePortrait= -"rbxassetid://120154199833233",listBulletRectanglePortraitFill= -"rbxassetid://77106218682427",listClipboard= -"rbxassetid://101874230163324",listClipboardFill= -"rbxassetid://97755097220132",listDash= -"rbxassetid://112852575233765",listDashBadgeEllipsis= -"rbxassetid://84755726403900",listDashHeaderRectangle= -"rbxassetid://93987135771805",listDashHeaderRectangleFill= -"rbxassetid://116620146078535",listNumber= -"rbxassetid://112033147355495",listNumberBadgeEllipsis= -"rbxassetid://134677368563998",listStar= -"rbxassetid://123685705983485",listTriangle= -"rbxassetid://98061654354662",livephoto= -"rbxassetid://134741516036686",livephotoBadgeAutomatic= -"rbxassetid://128525693132269",livephotoPlay= -"rbxassetid://140523547467041",livephotoSlash= -"rbxassetid://116157954817109",lizard= -"rbxassetid://114149283546253",lizardCircle= -"rbxassetid://104137146377106",lizardCircleFill= -"rbxassetid://112419726263104",lizardFill= -"rbxassetid://107097075435188",lmButtonHorizontal= -"rbxassetid://96841349778840",lmButtonHorizontalFill= -"rbxassetid://119595651147845",location= -"rbxassetid://134476578092024",locationApp= -"rbxassetid://124005375898942",locationAppFill= -"rbxassetid://84173945005021",locationCircle= -"rbxassetid://134108814185713",locationCircleFill= -"rbxassetid://75258900873712",locationFill= -"rbxassetid://77148251945954",locationFillViewfinder= -"rbxassetid://81507442949599",locationMagnifyingglass= -"rbxassetid://110218219010643",locationNorth= -"rbxassetid://79553646835039",locationNorthCircle= -"rbxassetid://96665625133212",locationNorthCircleFill= -"rbxassetid://92642876667557",locationNorthFill= -"rbxassetid://73573039723547",locationNorthLine= -"rbxassetid://120985711353614",locationNorthLineFill= -"rbxassetid://87662075307225",locationSlash= -"rbxassetid://83093816687763",locationSlashCircle= -"rbxassetid://127386765071773",locationSlashCircleFill= -"rbxassetid://94758342446347",locationSlashFill= -"rbxassetid://99274794766422",locationSquare= -"rbxassetid://138959272673304",locationSquareFill= -"rbxassetid://119224108063194",locationViewfinder= -"rbxassetid://103863923808087",lock= -"rbxassetid://123923738632161",lockAppDashed= -"rbxassetid://117215817218883",lockApplewatch= -"rbxassetid://121381417340772",lockBadgeCheckmark= -"rbxassetid://74726125085214",lockBadgeCheckmarkFill= -"rbxassetid://117392316189495",lockBadgeClock= -"rbxassetid://118240301691261",lockBadgeClockFill= -"rbxassetid://117890839494367",lockBadgeXmark= -"rbxassetid://79473278313696",lockBadgeXmarkFill= -"rbxassetid://91595605005332",lockCircle= -"rbxassetid://114655639840145",lockCircleDotted= -"rbxassetid://97188541319996",lockCircleFill= -"rbxassetid://109081513057695",lockDesktopcomputer= -"rbxassetid://102838294130838",lockDisplay= -"rbxassetid://109814070082700",lockDocument= -"rbxassetid://94096346670336",lockDocumentFill= -"rbxassetid://89709162546390",lockFill= -"rbxassetid://84007346883248",lockHeart= -"rbxassetid://96982763887473",lockHeartFill= -"rbxassetid://114886430241274",lockIcloud= -"rbxassetid://107023843858248",lockIcloudFill= -"rbxassetid://81676361849364",lockIpad= -"rbxassetid://106512887012887",lockIphone= -"rbxassetid://82171550326122",lockLaptopcomputer= -"rbxassetid://102074492570498",lockOpen= -"rbxassetid://94592053500197",lockOpenApplewatch= -"rbxassetid://120335429193350",lockOpenDesktopcomputer= -"rbxassetid://111955512450477",lockOpenDisplay= -"rbxassetid://74319636059493",lockOpenFill= -"rbxassetid://138141897784144",lockOpenIpad= -"rbxassetid://89943440180417",lockOpenIphone= -"rbxassetid://75160035817513",lockOpenLaptopcomputer= -"rbxassetid://137425695813461",lockOpenRotation= -"rbxassetid://122336850223798",lockOpenTrianglebadgeExclamationmark= -"rbxassetid://78376841562361",lockOpenTrianglebadgeExclamationmarkFill= -"rbxassetid://139955467570257",lockRectangle= -"rbxassetid://136756018738495",lockRectangleDashed= -"rbxassetid://100747213046570",lockRectangleFill= -"rbxassetid://128477846754227",lockRectangleOnRectangle= -"rbxassetid://129955134820046",lockRectangleOnRectangleDashed= -"rbxassetid://77855947032425",lockRectangleOnRectangleFill= -"rbxassetid://87036620648757",lockRectangleStack= -"rbxassetid://138601116827112",lockRectangleStackFill= -"rbxassetid://113796119768401",lockRotation= -"rbxassetid://98112454564858",lockShield= -"rbxassetid://107238822329773",lockShieldFill= -"rbxassetid://72614035972327",lockSlash= -"rbxassetid://132500567305080",lockSlashFill= -"rbxassetid://136741461390863",lockSquare= -"rbxassetid://134277307559874",lockSquareDashed= -"rbxassetid://118633047355188",lockSquareFill= -"rbxassetid://99583421042855",lockSquareStack= -"rbxassetid://136609283942182",lockSquareStackFill= -"rbxassetid://88323102964152",lockTrianglebadgeExclamationmark= -"rbxassetid://90507013349579",lockTrianglebadgeExclamationmarkFill= -"rbxassetid://132002574821643",longTextPageAndPencil= -"rbxassetid://113759199134310",longTextPageAndPencilFill= -"rbxassetid://113744628113183",loupe= -"rbxassetid://116179490807047",lsbButtonAngledbottomHorizontalLeft= -"rbxassetid://130307937452858",lsbButtonAngledbottomHorizontalLeftFill= -"rbxassetid://94932857377259",ltButtonRoundedtopHorizontal= -"rbxassetid://111925196300792",ltButtonRoundedtopHorizontalFill= -"rbxassetid://110826013466292",ltCircle= -"rbxassetid://93609001539630",ltCircleFill= -"rbxassetid://84745652792287",lungs= -"rbxassetid://134596526105870",lungsFill= -"rbxassetid://126067940849270",m1ButtonHorizontal= -"rbxassetid://121243658985240",m1ButtonHorizontalFill= -"rbxassetid://72440875268284",m2ButtonHorizontal= -"rbxassetid://112206246085974",m2ButtonHorizontalFill= -"rbxassetid://78110709843320",m3ButtonHorizontal= -"rbxassetid://125414077077669",m3ButtonHorizontalFill= -"rbxassetid://140677565837337",m4ButtonHorizontal= -"rbxassetid://140605602411846",m4ButtonHorizontalFill= -"rbxassetid://93598307047079",mCircle= -"rbxassetid://125965390161604",mCircleFill= -"rbxassetid://100694301056775",mSquare= -"rbxassetid://106886285255309",mSquareFill= -"rbxassetid://99888584350643",macbook= -"rbxassetid://70428980539291",macbookAndApplewatch= -"rbxassetid://72702246553763",macbookAndIpad= -"rbxassetid://117013674569847",macbookAndIphone= -"rbxassetid://75801179863003",macbookAndIpod= -"rbxassetid://89647485708710",macbookAndVisionPro= -"rbxassetid://72702671936410",macbookBadgeCheckmark= -"rbxassetid://78412189579078",macbookBadgeExclamationmark= -"rbxassetid://94641441605645",macbookBadgeShieldCheckmark= -"rbxassetid://101952236981414",macbookGen1= -"rbxassetid://78126403672708",macbookGen1Sizes= -"rbxassetid://137418234204588",macbookGen2= -"rbxassetid://118116399662999",macbookGen2Sizes= -"rbxassetid://79348504259348",macbookSizes= -"rbxassetid://136095093895571",macbookSlash= -"rbxassetid://104603379127445",macbookTrianglebadgeExclamationmark= -"rbxassetid://120482286472476",macmini= -"rbxassetid://85656998664056",macminiBadgeCheckmark= -"rbxassetid://121056226770529",macminiBadgeCheckmarkFill= -"rbxassetid://83507685987217",macminiFill= -"rbxassetid://112193384838712",macminiGen2= -"rbxassetid://106182625010685",macminiGen2Fill= -"rbxassetid://99251561561808",macminiGen3= -"rbxassetid://111982534742741",macminiGen3Fill= -"rbxassetid://87487611089355",macproGen1= -"rbxassetid://83186451923687",macproGen1Fill= -"rbxassetid://134385857976953",macproGen2= -"rbxassetid://93728027683027",macproGen2Fill= -"rbxassetid://76559398686478",macproGen3= -"rbxassetid://98377404373299",macproGen3BadgeCkeckmark= -"rbxassetid://93944310163291",macproGen3BadgeCkeckmarkFill= -"rbxassetid://77646433826308",macproGen3Fill= -"rbxassetid://106291586917991",macproGen3Server= -"rbxassetid://74001658826963",macstudio= -"rbxassetid://111939512503869",macstudioBadgeCheckmark= -"rbxassetid://105727279605059",macstudioBadgeCheckmarkFill= -"rbxassetid://117034128142954",macstudioFill= -"rbxassetid://95039343624589",macwindow= -"rbxassetid://90249908286492",macwindowAndPointerArrow= -"rbxassetid://133538169857945",macwindowBadgePlus= -"rbxassetid://107059220714379",macwindowOnRectangle= -"rbxassetid://89365255783672",macwindowStack= -"rbxassetid://122617870292870",magazine= -"rbxassetid://127671402841206",magazineFill= -"rbxassetid://87349101199415",magicmouse= -"rbxassetid://126083551797089",magicmouseFill= -"rbxassetid://118267840541565",magnifyingglass= -"rbxassetid://110668972393459",magnifyingglassCircle= -"rbxassetid://80137897000872",magnifyingglassCircleFill= -"rbxassetid://91626480893452",magsafeBatterypack= -"rbxassetid://123460861630371",magsafeBatterypackFill= -"rbxassetid://82208619737728",mail= -"rbxassetid://105939349870846",mailAndTextMagnifyingglass= -"rbxassetid://118653553920796",mailFill= -"rbxassetid://92130975089984",mailStack= -"rbxassetid://85529709299407",mailStackFill= -"rbxassetid://121370725932190",malaysianringgitsign= -"rbxassetid://78263395449897",malaysianringgitsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://118152720581078",malaysianringgitsignBankBuilding= -"rbxassetid://133139074782787",malaysianringgitsignBankBuildingFill= -"rbxassetid://106570769440059",malaysianringgitsignCircle= -"rbxassetid://89801325704527",malaysianringgitsignCircleFill= -"rbxassetid://78925100737005",malaysianringgitsignGaugeChartLefthalfRighthalf= -"rbxassetid://120400471248485",malaysianringgitsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://89499961766466",malaysianringgitsignRing= -"rbxassetid://117417203762348",malaysianringgitsignRingDashed= -"rbxassetid://133404869501460",malaysianringgitsignSquare= -"rbxassetid://90749022117292",malaysianringgitsignSquareFill= -"rbxassetid://126801120010984",manatsign= -"rbxassetid://102360491670667",manatsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://84215888783235",manatsignBankBuilding= -"rbxassetid://96592745077974",manatsignBankBuildingFill= -"rbxassetid://85175594359424",manatsignCircle= -"rbxassetid://123359067160124",manatsignCircleFill= -"rbxassetid://82648041131624",manatsignGaugeChartLefthalfRighthalf= -"rbxassetid://116034253582840",manatsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://110238918493582",manatsignRing= -"rbxassetid://125918165575168",manatsignRingDashed= -"rbxassetid://78018882204949",manatsignSquare= -"rbxassetid://135103448011309",manatsignSquareFill= -"rbxassetid://79825642179037",map= -"rbxassetid://77254637350950",mapCircle= -"rbxassetid://73980973109917",mapCircleFill= -"rbxassetid://80538066008963",mapFill= -"rbxassetid://89053694088057",mappin= -"rbxassetid://134585339271743",mappinAndEllipse= -"rbxassetid://132254057974580",mappinAndEllipseCircle= -"rbxassetid://129939568178940",mappinAndEllipseCircleFill= -"rbxassetid://97001145649816",mappinCircle= -"rbxassetid://140443809598091",mappinCircleFill= -"rbxassetid://138850405663498",mappinSlash= -"rbxassetid://127304760562253",mappinSlashCircle= -"rbxassetid://111323572219677",mappinSlashCircleFill= -"rbxassetid://88204326129528",mappinSquare= -"rbxassetid://112833842208596",mappinSquareFill= -"rbxassetid://104249832567965",matterLogo= -"rbxassetid://75049321987969",mecca= -"rbxassetid://122326582670838",medal= -"rbxassetid://108884283002208",medalFill= -"rbxassetid://131727735589159",medalStar= -"rbxassetid://109707105145252",medalStarFill= -"rbxassetid://71492312299223",mediastick= -"rbxassetid://127094726680161",medicalThermometer= -"rbxassetid://132903858412737",medicalThermometerFill= -"rbxassetid://80912508341674",megaphone= -"rbxassetid://113718277174498",megaphoneFill= -"rbxassetid://140008957124594",memories= -"rbxassetid://86828912417386",memoriesBadgeCheckmark= -"rbxassetid://132117261702752",memoriesBadgeMinus= -"rbxassetid://70824483407316",memoriesBadgePlus= -"rbxassetid://105544978244655",memoriesBadgeXmark= -"rbxassetid://104938252032051",memoriesSlash= -"rbxassetid://129707437655130",memorychip= -"rbxassetid://97775765128620",memorychipFill= -"rbxassetid://77219805241331",menubarArrowDownRectangle= -"rbxassetid://93351952239045",menubarArrowUpRectangle= -"rbxassetid://136351284862247",menubarDockRectangle= -"rbxassetid://129763583963233",menubarDockRectangleBadgeRecord= -"rbxassetid://87647637733530",menubarRectangle= -"rbxassetid://105259776566181",menucard= -"rbxassetid://129168189118197",menucardFill= -"rbxassetid://125903497741827",message= -"rbxassetid://118870114804052",messageBadge= -"rbxassetid://108418292336506",messageBadgeCircle= -"rbxassetid://97361655261723",messageBadgeCircleFill= -"rbxassetid://88952057133729",messageBadgeFill= -"rbxassetid://98069537879412",messageBadgeFilledFill= -"rbxassetid://105039893167571",messageBadgeWaveform= -"rbxassetid://103113437538265",messageBadgeWaveformFill= -"rbxassetid://85984149287123",messageCircle= -"rbxassetid://109931750032241",messageCircleFill= -"rbxassetid://107929211557681",messageFill= -"rbxassetid://92905405251835",metronome= -"rbxassetid://73424058686163",metronomeFill= -"rbxassetid://81465970701623",microbe= -"rbxassetid://112854460684958",microbeCircle= -"rbxassetid://95377269419353",microbeCircleFill= -"rbxassetid://93902168252058",microbeFill= -"rbxassetid://89214909821194",microphone= -"rbxassetid://129371469897590",microphoneAndSignalMeter= -"rbxassetid://74324466208434",microphoneAndSignalMeterFill= -"rbxassetid://126436108429117",microphoneBadgeEllipsis= -"rbxassetid://82938123845740",microphoneBadgeEllipsisFill= -"rbxassetid://94977622872095",microphoneBadgePlus= -"rbxassetid://74072053342626",microphoneBadgePlusFill= -"rbxassetid://128531684134650",microphoneBadgeXmark= -"rbxassetid://96806843323672",microphoneBadgeXmarkFill= -"rbxassetid://107292163779475",microphoneCircle= -"rbxassetid://86076614658239",microphoneCircleFill= -"rbxassetid://114091207486822",microphoneFill= -"rbxassetid://110533521046388",microphoneSlash= -"rbxassetid://79021344357719",microphoneSlashCircle= -"rbxassetid://110359766608723",microphoneSlashCircleFill= -"rbxassetid://110035284705661",microphoneSlashFill= -"rbxassetid://131844080349321",microphoneSquare= -"rbxassetid://115695316005487",microphoneSquareFill= -"rbxassetid://90011981870931",microwave= -"rbxassetid://88511881868816",microwaveFill= -"rbxassetid://137947257258538",millsign= -"rbxassetid://133644069870205",millsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://129127372629116",millsignBankBuilding= -"rbxassetid://138697378383229",millsignBankBuildingFill= -"rbxassetid://114332574063478",millsignCircle= -"rbxassetid://127206180835761",millsignCircleFill= -"rbxassetid://119838528555423",millsignGaugeChartLefthalfRighthalf= -"rbxassetid://111035567469912",millsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://120984932304014",millsignRing= -"rbxassetid://72577543350852",millsignRingDashed= -"rbxassetid://130458866990956",millsignSquare= -"rbxassetid://75716541492294",millsignSquareFill= -"rbxassetid://90845142982565",minus= -"rbxassetid://133760664135962",minusArrowTriangleheadClockwise= -"rbxassetid://72866295518976",minusArrowTriangleheadCounterclockwise= -"rbxassetid://119024325015395",minusCircle= -"rbxassetid://111911054889701",minusCircleFill= -"rbxassetid://123115134667889",minusDiamond= -"rbxassetid://86537130334116",minusDiamondFill= -"rbxassetid://140433615395602",minusForwardslashPlus= -"rbxassetid://130683442611574",minusMagnifyingglass= -"rbxassetid://116996524450978",minusPlusAndFluidBatteryblock= -"rbxassetid://114251022727990",minusPlusBatteryblock= -"rbxassetid://123278256530302",minusPlusBatteryblockExclamationmark= -"rbxassetid://94750829015535",minusPlusBatteryblockExclamationmarkFill= -"rbxassetid://85711956264132",minusPlusBatteryblockFill= -"rbxassetid://75056035821811",minusPlusBatteryblockSlash= -"rbxassetid://89429492153190",minusPlusBatteryblockSlashFill= -"rbxassetid://82225866323384",minusPlusBatteryblockStack= -"rbxassetid://106245203549915",minusPlusBatteryblockStackArrowtriangleLeft= -"rbxassetid://71148039469409",minusPlusBatteryblockStackArrowtriangleLeftFill= -"rbxassetid://137137244146135",minusPlusBatteryblockStackArrowtriangleRight= -"rbxassetid://90658478582852",minusPlusBatteryblockStackArrowtriangleRightAndArrowtriangleLeft= -"rbxassetid://127901485845327",minusPlusBatteryblockStackArrowtriangleRightAndArrowtriangleLeftFill= -"rbxassetid://104954997389977",minusPlusBatteryblockStackArrowtriangleRightFill= -"rbxassetid://93075173817117",minusPlusBatteryblockStackExclamationmark= -"rbxassetid://86521235945138",minusPlusBatteryblockStackExclamationmarkFill= -"rbxassetid://90016250652396",minusPlusBatteryblockStackFill= -"rbxassetid://123338397525790",minusPlusLinesMeasurementHorizontalAlignedBottom= -"rbxassetid://81620236391747",minusRectangle= -"rbxassetid://100275863560973",minusRectangleFill= -"rbxassetid://103597652278865",minusRectanglePortrait= -"rbxassetid://72290993319213",minusRectanglePortraitFill= -"rbxassetid://100216909427869",minusSquare= -"rbxassetid://121577294655223",minusSquareFill= -"rbxassetid://88592198561296",mirrorSideLeft= -"rbxassetid://134714550269244",mirrorSideLeftAndArrowTurnDownRight= -"rbxassetid://132583705691935",mirrorSideLeftAndHeatWaves= -"rbxassetid://122480811897182",mirrorSideRight= -"rbxassetid://133066152375372",mirrorSideRightAndArrowTurnDownLeft= -"rbxassetid://77314475342181",mirrorSideRightAndHeatWaves= -"rbxassetid://98708058798388",moon= -"rbxassetid://133188122434047",moonCircle= -"rbxassetid://75856530682088",moonCircleFill= -"rbxassetid://94075369066491",moonDust= -"rbxassetid://105755697266186",moonDustCircle= -"rbxassetid://73224695373150",moonDustCircleFill= -"rbxassetid://114438013619053",moonDustFill= -"rbxassetid://115608215949276",moonFill= -"rbxassetid://125449740172245",moonHaze= -"rbxassetid://102175295888194",moonHazeCircle= -"rbxassetid://97490154713267",moonHazeCircleFill= -"rbxassetid://98610075236853",moonHazeFill= -"rbxassetid://80086809959449",moonRoadLanes= -"rbxassetid://133938186667475",moonStars= -"rbxassetid://117326814393681",moonStarsCircle= -"rbxassetid://109442989618857",moonStarsCircleFill= -"rbxassetid://113192121909546",moonStarsFill= -"rbxassetid://131703106371301",moonZzz= -"rbxassetid://110726630994696",moonZzzFill= -"rbxassetid://122133646860457",moonphaseFirstQuarter= -"rbxassetid://83257429701538",moonphaseFirstQuarterInverse= -"rbxassetid://119551751011946",moonphaseFullMoon= -"rbxassetid://113715317897961",moonphaseFullMoonInverse= -"rbxassetid://111137630361695",moonphaseLastQuarter= -"rbxassetid://132780676946597",moonphaseLastQuarterInverse= -"rbxassetid://83390436210818",moonphaseNewMoon= -"rbxassetid://97618636603149",moonphaseNewMoonInverse= -"rbxassetid://129111004372316",moonphaseWaningCrescent= -"rbxassetid://108529732341729",moonphaseWaningCrescentInverse= -"rbxassetid://71063543427594",moonphaseWaningGibbous= -"rbxassetid://110912318612563",moonphaseWaningGibbousInverse= -"rbxassetid://77068940068286",moonphaseWaxingCrescent= -"rbxassetid://136487678651441",moonphaseWaxingCrescentInverse= -"rbxassetid://85774403906371",moonphaseWaxingGibbous= -"rbxassetid://125104324220401",moonphaseWaxingGibbousInverse= -"rbxassetid://116444486803445",moonrise= -"rbxassetid://136296307715332",moonriseCircle= -"rbxassetid://113661430746474",moonriseCircleFill= -"rbxassetid://87461092575271",moonriseFill= -"rbxassetid://122054428597931",moonset= -"rbxassetid://76046318913808",moonsetCircle= -"rbxassetid://121486045408961",moonsetCircleFill= -"rbxassetid://109840666040059",moonsetFill= -"rbxassetid://80760838772308",moped= -"rbxassetid://117615843428858",mopedFill= -"rbxassetid://78012673558241",mosaic= -"rbxassetid://74821021656083",mosaicFill= -"rbxassetid://132767820971021",motorcycle= -"rbxassetid://116344146583577",motorcycleFill= -"rbxassetid://134044403986205",mount= -"rbxassetid://129328586530874",mountFill= -"rbxassetid://131770610951781",mountain2= -"rbxassetid://114132303376935",mountain2Circle= -"rbxassetid://96760200105718",mountain2CircleFill= -"rbxassetid://89664552179804",mountain2Fill= -"rbxassetid://135636149686065",mouth= -"rbxassetid://88095179307409",mouthFill= -"rbxassetid://70781802628411",move3d= -"rbxassetid://97346300695517",movieclapper= -"rbxassetid://139898842305062",movieclapperFill= -"rbxassetid://105223228182402",mph= -"rbxassetid://123905653398799",mphCircle= -"rbxassetid://92941048496861",mphCircleFill= -"rbxassetid://88789479435324",mug= -"rbxassetid://140394504889307",mugFill= -"rbxassetid://108880802132863",multiply= -"rbxassetid://116575285931656",multiplyCircle= -"rbxassetid://117211684558479",multiplyCircleFill= -"rbxassetid://72126535844578",multiplySquare= -"rbxassetid://89046781643997",multiplySquareFill= -"rbxassetid://101665925520737",musicMicrophone= -"rbxassetid://76465619097967",musicMicrophoneCircle= -"rbxassetid://96018980914057",musicMicrophoneCircleFill= -"rbxassetid://115891897195481",musicNote= -"rbxassetid://120651604768698",musicNoteArrowTriangleheadClockwise= -"rbxassetid://92634632729982",musicNoteHouse= -"rbxassetid://130540604690359",musicNoteHouseFill= -"rbxassetid://111415217964873",musicNoteList= -"rbxassetid://92810546032423",musicNoteSlash= -"rbxassetid://73409011760706",musicNoteSquareStack= -"rbxassetid://99787308779075",musicNoteSquareStackFill= -"rbxassetid://119788230357777",musicNoteTv= -"rbxassetid://119095698177129",musicNoteTvFill= -"rbxassetid://94979735568029",musicPages= -"rbxassetid://112789902921382",musicPagesFill= -"rbxassetid://95185972159853",musicQuarternote3= -"rbxassetid://90237712795701",mustache= -"rbxassetid://131122267876927",mustacheFill= -"rbxassetid://109385717389356",nCircle= -"rbxassetid://113781910728502",nCircleFill= -"rbxassetid://134661620990646",nSquare= -"rbxassetid://86290055291349",nSquareFill= -"rbxassetid://87460257024432",nairasign= -"rbxassetid://83656595206498",nairasignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://106846314632704",nairasignBankBuilding= -"rbxassetid://114010716728471",nairasignBankBuildingFill= -"rbxassetid://87184204482873",nairasignCircle= -"rbxassetid://75566326583324",nairasignCircleFill= -"rbxassetid://124922088815621",nairasignGaugeChartLefthalfRighthalf= -"rbxassetid://105274830014969",nairasignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://98050560784506",nairasignRing= -"rbxassetid://97326637964244",nairasignRingDashed= -"rbxassetid://130214726346651",nairasignSquare= -"rbxassetid://82807229309099",nairasignSquareFill= -"rbxassetid://103697008410023",network= -"rbxassetid://108740715088284",networkBadgeShieldHalfFilled= -"rbxassetid://104770608347469",networkSlash= -"rbxassetid://124157307141433",newspaper= -"rbxassetid://83751402620383",newspaperCircle= -"rbxassetid://129354664050922",newspaperCircleFill= -"rbxassetid://105114487502275",newspaperFill= -"rbxassetid://75076510672490",norwegiankronesign= -"rbxassetid://130490712864135",norwegiankronesignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://118382738271221",norwegiankronesignBankBuilding= -"rbxassetid://98229437180374",norwegiankronesignBankBuildingFill= -"rbxassetid://71588142485392",norwegiankronesignCircle= -"rbxassetid://76561769821557",norwegiankronesignCircleFill= -"rbxassetid://83027997267320",norwegiankronesignGaugeChartLefthalfRighthalf= -"rbxassetid://136139229931484",norwegiankronesignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://73168105098619",norwegiankronesignRing= -"rbxassetid://109011743988234",norwegiankronesignRingDashed= -"rbxassetid://84947180755370",norwegiankronesignSquare= -"rbxassetid://79288196842315",norwegiankronesignSquareFill= -"rbxassetid://137884386210939",nose= -"rbxassetid://138855819189554",noseFill= -"rbxassetid://123066954972868",nosign= -"rbxassetid://136389245401165",nosignApp= -"rbxassetid://127593596007102",nosignAppFill= -"rbxassetid://136347966871186",nosignBadgeClock= -"rbxassetid://103052222762617",notequal= -"rbxassetid://106200472557470",notequalCircle= -"rbxassetid://88179906362083",notequalCircleFill= -"rbxassetid://72652179580417",notequalSquare= -"rbxassetid://137072716294299",notequalSquareFill= -"rbxassetid://110514884140150",number= -"rbxassetid://74751868644244",numberCircle= -"rbxassetid://125033907247410",numberCircleFill= -"rbxassetid://102095577228370",numberSquare= -"rbxassetid://110367876860273",numberSquareFill= -"rbxassetid://79700354772077",numbers= -"rbxassetid://77305106275081",numbersRectangle= -"rbxassetid://94878427675397",numbersRectangleFill= -"rbxassetid://84348062806788",numbersign= -"rbxassetid://134101381474642",oCircle= -"rbxassetid://97659420323640",oCircleFill= -"rbxassetid://119507576166773",oSquare= -"rbxassetid://124633616873385",oSquareFill= -"rbxassetid://128960959435015",oar2Crossed= -"rbxassetid://117818730492949",oar2CrossedCircle= -"rbxassetid://117432551749627",oar2CrossedCircleFill= -"rbxassetid://114101172276785",octagon= -"rbxassetid://109464174123255",octagonBottomhalfFilled= -"rbxassetid://81570992813217",octagonFill= -"rbxassetid://83367542683740",octagonLefthalfFilled= -"rbxassetid://121462843692000",octagonRighthalfFilled= -"rbxassetid://138214163266743",octagonTophalfFilled= -"rbxassetid://129395806738837",oilcan= -"rbxassetid://105950527923113",oilcanAndThermometer= -"rbxassetid://129475370446148",oilcanAndThermometerFill= -"rbxassetid://80710282524484",oilcanFill= -"rbxassetid://139593300258988",opticaldisc= -"rbxassetid://77107993409468",opticaldiscFill= -"rbxassetid://78815372149014",opticaldiscdrive= -"rbxassetid://133031355043549",opticaldiscdriveFill= -"rbxassetid://115856696455053",opticid= -"rbxassetid://80955230943115",opticidFill= -"rbxassetid://123880741033210",option= -"rbxassetid://85904842317824",oval= -"rbxassetid://72541486617703",ovalBottomhalfFilled= -"rbxassetid://116728907822370",ovalFill= -"rbxassetid://77324611290297",ovalLefthalfFilled= -"rbxassetid://140621613443192",ovalPortrait= -"rbxassetid://100932236362372",ovalPortraitBottomhalfFilled= -"rbxassetid://81546990290378",ovalPortraitFill= -"rbxassetid://82888989822114",ovalPortraitLefthalfFilled= -"rbxassetid://138363325817796",ovalPortraitRighthalfFilled= -"rbxassetid://125110484605697",ovalPortraitTophalfFilled= -"rbxassetid://91487409312691",ovalRighthalfFilled= -"rbxassetid://137901881431129",ovalTophalfFilled= -"rbxassetid://119693188432104",oven= -"rbxassetid://94866425392702",ovenFill= -"rbxassetid://94553767356780",p1ButtonHorizontal= -"rbxassetid://95861514500323",p1ButtonHorizontalFill= -"rbxassetid://85281338993452",p2ButtonHorizontal= -"rbxassetid://74946418179235",p2ButtonHorizontalFill= -"rbxassetid://104114406998154",p3ButtonHorizontal= -"rbxassetid://126539749186424",p3ButtonHorizontalFill= -"rbxassetid://87179454651759",p4ButtonHorizontal= -"rbxassetid://110714277857025",p4ButtonHorizontalFill= -"rbxassetid://91173292555918",pCircle= -"rbxassetid://105458540723822",pCircleFill= -"rbxassetid://133454160451443",pSquare= -"rbxassetid://106814224897657",pSquareFill= -"rbxassetid://120047100939843",padHeader= -"rbxassetid://90963314800887",paddleshifterLeft= -"rbxassetid://87261164870606",paddleshifterLeftFill= -"rbxassetid://129029730011427",paddleshifterRight= -"rbxassetid://136535236890692",paddleshifterRightFill= -"rbxassetid://79952783236035",paintBucketClassic= -"rbxassetid://133133034962963",paintbrush= -"rbxassetid://97239027842608",paintbrushFill= -"rbxassetid://72884939506885",paintbrushPointed= -"rbxassetid://112184943377664",paintbrushPointedFill= -"rbxassetid://121961680967190",paintpalette= -"rbxassetid://99235144780362",paintpaletteFill= -"rbxassetid://124620100187017",pano= -"rbxassetid://98521630218384",panoBadgePlay= -"rbxassetid://134904531024611",panoBadgePlayFill= -"rbxassetid://129898759172624",panoFill= -"rbxassetid://139639995171916",paperclip= -"rbxassetid://136685184570661",paperclipBadgeEllipsis= -"rbxassetid://72121555579250",paperclipCircle= -"rbxassetid://100899764766231",paperclipCircleFill= -"rbxassetid://94289926596482",paperplane= -"rbxassetid://103217760072744",paperplaneCircle= -"rbxassetid://125576621849649",paperplaneCircleFill= -"rbxassetid://122031934890828",paperplaneFill= -"rbxassetid://125871593736788",paragraphsign= -"rbxassetid://87593401026155",parentheses= -"rbxassetid://84298136992715",parkinglight= -"rbxassetid://132034732385141",parkinglightFill= -"rbxassetid://71450453901658",parkingsign= -"rbxassetid://101111588565900",parkingsignBrakesignal= -"rbxassetid://73414648357090",parkingsignBrakesignalSlash= -"rbxassetid://85865861823301",parkingsignCircle= -"rbxassetid://82391742379785",parkingsignCircleFill= -"rbxassetid://106817954241002",parkingsignRadiowavesDownRightOff= -"rbxassetid://114554893957394",parkingsignRadiowavesLeftAndRight= -"rbxassetid://110076887476097",parkingsignRadiowavesLeftAndRightSlash= -"rbxassetid://101987979422206",parkingsignRadiowavesRightAndSafetycone= -"rbxassetid://82038821531843",parkingsignSquare= -"rbxassetid://115205048765274",parkingsignSquareFill= -"rbxassetid://117141763685376",parkingsignSteeringwheel= -"rbxassetid://99163665266489",partyPopper= -"rbxassetid://83170611923199",partyPopperFill= -"rbxassetid://70414744064346",pause= -"rbxassetid://115449434628904",pauseCircle= -"rbxassetid://78373583154097",pauseCircleFill= -"rbxassetid://109584517777091",pauseFill= -"rbxassetid://137155771930442",pauseRectangle= -"rbxassetid://96022136652195",pauseRectangleFill= -"rbxassetid://102240155391279",pawprint= -"rbxassetid://118951499274004",pawprintCircle= -"rbxassetid://91765366221875",pawprintCircleFill= -"rbxassetid://98512356791291",pawprintFill= -"rbxassetid://101510417889397",pc= -"rbxassetid://130989358170900",peacesign= -"rbxassetid://107812111045943",pedalAccelerator= -"rbxassetid://71708995522552",pedalAcceleratorFill= -"rbxassetid://119680004930015",pedalBrake= -"rbxassetid://93458433854564",pedalBrakeFill= -"rbxassetid://107175107561039",pedalClutch= -"rbxassetid://139181648098564",pedalClutchFill= -"rbxassetid://112978010588840",pedestrianGateClosed= -"rbxassetid://95348260270488",pedestrianGateClosedTrianglebadgeExclamationmark= -"rbxassetid://82831786165495",pedestrianGateOpen= -"rbxassetid://100594382061336",pedestrianGateOpenTrianglebadgeExclamationmark= -"rbxassetid://78004950825132",pencil= -"rbxassetid://72513448081464",pencilAndListClipboard= -"rbxassetid://92931587205599",pencilAndOutline= -"rbxassetid://83825647706460",pencilAndRuler= -"rbxassetid://73045507267153",pencilAndRulerFill= -"rbxassetid://95685659307019",pencilAndScribble= -"rbxassetid://115536507638841",pencilCircle= -"rbxassetid://131275441854217",pencilCircleFill= -"rbxassetid://102578783603016",pencilLine= -"rbxassetid://126207521877952",pencilSlash= -"rbxassetid://121092397562953",pencilTip= -"rbxassetid://90112143703218",pencilTipCropCircle= -"rbxassetid://103122375493531",pencilTipCropCircleBadgeArrowForward= -"rbxassetid://110774354627165",pencilTipCropCircleBadgeArrowForwardFill= -"rbxassetid://111988219601553",pencilTipCropCircleBadgeMinus= -"rbxassetid://109703236726531",pencilTipCropCircleBadgeMinusFill= -"rbxassetid://83357264538695",pencilTipCropCircleBadgePlus= -"rbxassetid://102035189962532",pencilTipCropCircleBadgePlusFill= -"rbxassetid://70845143765773",pencilTipCropCircleFill= -"rbxassetid://107897690591285",pentagon= -"rbxassetid://110545957358627",pentagonBottomhalfFilled= -"rbxassetid://85059460120938",pentagonFill= -"rbxassetid://120976688244694",pentagonLefthalfFilled= -"rbxassetid://122488866877216",pentagonRighthalfFilled= -"rbxassetid://82245151607732",pentagonTophalfFilled= -"rbxassetid://121674333362994",percent= -"rbxassetid://103182585978145",person= -"rbxassetid://117352853470938",person2= -"rbxassetid://72421199461362",person2ArrowTriangleheadCounterclockwise= -"rbxassetid://132249978115144",person2Badge= -"rbxassetid://117539192171231",person2BadgeFill= -"rbxassetid://101163298335395",person2BadgeGearshape= -"rbxassetid://108416899945519",person2BadgeGearshapeFill= -"rbxassetid://100132353408166",person2BadgeKey= -"rbxassetid://74091372691490",person2BadgeKeyFill= -"rbxassetid://129987473697302",person2BadgeMinus= -"rbxassetid://102001180919690",person2BadgeMinusFill= -"rbxassetid://87452529252114",person2BadgePlus= -"rbxassetid://128253666503643",person2BadgePlusFill= -"rbxassetid://134393057742950",person2Circle= -"rbxassetid://119721411173738",person2CircleFill= -"rbxassetid://102006492188205",person2CropSquareStack= -"rbxassetid://100951783905505",person2CropSquareStackFill= -"rbxassetid://104278029963428",person2Fill= -"rbxassetid://109531599590564",person2Shield= -"rbxassetid://74935268104329",person2ShieldFill= -"rbxassetid://113537945673569",person2Slash= -"rbxassetid://73312305493589",person2SlashFill= -"rbxassetid://75547493647538",person2Wave2= -"rbxassetid://104255042861965",person2Wave2Fill= -"rbxassetid://91284740926498",person3= -"rbxassetid://102282004063241",person3Fill= -"rbxassetid://98870588451718",person3Sequence= -"rbxassetid://103275734475015",person3SequenceFill= -"rbxassetid://91949001069609",personAndArrowLeftAndArrowRightOutward= -"rbxassetid://122804670766112",personAndBackgroundDotted= -"rbxassetid://100559484123141",personAndBackgroundStripedHorizontal= -"rbxassetid://102752736877566",personBadgeClock= -"rbxassetid://100824768440543",personBadgeClockFill= -"rbxassetid://118102157678539",personBadgeKey= -"rbxassetid://79761767270076",personBadgeKeyFill= -"rbxassetid://114396272031071",personBadgeMinus= -"rbxassetid://101352032809199",personBadgePlus= -"rbxassetid://82011547712448",personBadgeShieldCheckmark= -"rbxassetid://126621946808485",personBadgeShieldCheckmarkFill= -"rbxassetid://111668601814156",personBadgeShieldExclamationmark= -"rbxassetid://83405599413171",personBadgeShieldExclamationmarkFill= -"rbxassetid://134379232821920",personBubble= -"rbxassetid://126963264474570",personBubbleFill= -"rbxassetid://91936763198397",personBust= -"rbxassetid://133368325956561",personBustCircle= -"rbxassetid://137359697484575",personBustCircleFill= -"rbxassetid://99096299917599",personBustFill= -"rbxassetid://98711559868051",personCheckmarkAndXmark= -"rbxassetid://81709013570552",personCircle= -"rbxassetid://105553467508626",personCircleFill= -"rbxassetid://99169476464872",personCropArtframe= -"rbxassetid://94068186042162",personCropBadgeMagnifyingglass= -"rbxassetid://97083939087450",personCropBadgeMagnifyingglassFill= -"rbxassetid://85161492210409",personCropCircle= -"rbxassetid://117389880230870",personCropCircleBadge= -"rbxassetid://113680795801970",personCropCircleBadgeCheckmark= -"rbxassetid://87267271993951",personCropCircleBadgeClock= -"rbxassetid://114146335046504",personCropCircleBadgeClockFill= -"rbxassetid://123988925391357",personCropCircleBadgeEllipsis= -"rbxassetid://90774272451009",personCropCircleBadgeEllipsisFill= -"rbxassetid://123812491545478",personCropCircleBadgeExclamationmark= -"rbxassetid://119339995758496",personCropCircleBadgeExclamationmarkFill= -"rbxassetid://126071963011552",personCropCircleBadgeFill= -"rbxassetid://128088064501695",personCropCircleBadgeMinus= -"rbxassetid://90998423948609",personCropCircleBadgeMoon= -"rbxassetid://100969517044634",personCropCircleBadgeMoonFill= -"rbxassetid://105870992026665",personCropCircleBadgePlus= -"rbxassetid://97839110102806",personCropCircleBadgeQuestionmark= -"rbxassetid://125498538099583",personCropCircleBadgeQuestionmarkFill= -"rbxassetid://133174518626709",personCropCircleBadgeXmark= -"rbxassetid://125427163338935",personCropCircleDashed= -"rbxassetid://77394600672064",personCropCircleDashedCircle= -"rbxassetid://91618146692640",personCropCircleDashedCircleFill= -"rbxassetid://105232845798971",personCropCircleFill= -"rbxassetid://95876153248537",personCropCircleFillBadgeCheckmark= -"rbxassetid://110377794740345",personCropCircleFillBadgeMinus= -"rbxassetid://83505326213656",personCropCircleFillBadgePlus= -"rbxassetid://101245007752686",personCropCircleFillBadgeXmark= -"rbxassetid://76333866228224",personCropRectangle= -"rbxassetid://83433612528809",personCropRectangleBadgePlus= -"rbxassetid://130481300915252",personCropRectangleBadgePlusFill= -"rbxassetid://123683233353768",personCropRectangleFill= -"rbxassetid://125352859000126",personCropRectangleStack= -"rbxassetid://75168356446786",personCropRectangleStackFill= -"rbxassetid://130899533515116",personCropSquare= -"rbxassetid://90753384107056",personCropSquareBadgeCamera= -"rbxassetid://85654202885132",personCropSquareBadgeCameraFill= -"rbxassetid://89928769417737",personCropSquareBadgeVideo= -"rbxassetid://98623516681703",personCropSquareBadgeVideoFill= -"rbxassetid://74655666676990",personCropSquareFill= -"rbxassetid://98257816787062",personCropSquareFilledAndAtRectangle= -"rbxassetid://101173929718283",personCropSquareFilledAndAtRectangleFill= -"rbxassetid://121171854777528",personCropSquareOnSquareAngled= -"rbxassetid://92511777743641",personCropSquareOnSquareAngledFill= -"rbxassetid://92132771428738",personFill= -"rbxassetid://81555915022854",personFillAndArrowLeftAndArrowRightOutward= -"rbxassetid://77118189643918",personFillBadgeMinus= -"rbxassetid://75020404548230",personFillBadgePlus= -"rbxassetid://99311557493468",personFillCheckmark= -"rbxassetid://97838359384094",personFillCheckmarkAndXmark= -"rbxassetid://75465810251330",personFillQuestionmark= -"rbxassetid://91601397588171",personFillTurnDown= -"rbxassetid://134277535871999",personFillTurnLeft= -"rbxassetid://75240809712743",personFillTurnRight= -"rbxassetid://121063469098336",personFillViewfinder= -"rbxassetid://91839752469539",personFillXmark= -"rbxassetid://97997092079886",personIcloud= -"rbxassetid://103562595325366",personIcloudFill= -"rbxassetid://122195209294902",personLineDottedPerson= -"rbxassetid://83013573491017",personLineDottedPersonFill= -"rbxassetid://117662077239143",personSlash= -"rbxassetid://72032196549659",personSlashFill= -"rbxassetid://112862539665259",personSpatialaudio3dFill= -"rbxassetid://121191381764600",personSpatialaudioFill= -"rbxassetid://92193329650159",personSpatialaudioStereo3dFill= -"rbxassetid://133736217899993",personSpatialaudioStereoFill= -"rbxassetid://97222217746708",personTextRectangle= -"rbxassetid://85452371328241",personTextRectangleFill= -"rbxassetid://72538843003033",personTextRectangleTrianglebadgeExclamationmark= -"rbxassetid://83368551180110",personTextRectangleTrianglebadgeExclamationmarkFill= -"rbxassetid://109512294587075",personWave2= -"rbxassetid://112933354697764",personWave2Fill= -"rbxassetid://77398419626948",personalhotspot= -"rbxassetid://98686336844306",personalhotspotCircle= -"rbxassetid://127710526096725",personalhotspotCircleFill= -"rbxassetid://77951068121358",personalhotspotSlash= -"rbxassetid://105715259021111",perspective= -"rbxassetid://118259556364152",peruviansolessign= -"rbxassetid://73307540679193",peruviansolessignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://85191589430338",peruviansolessignBankBuilding= -"rbxassetid://92597506000857",peruviansolessignBankBuildingFill= -"rbxassetid://102199027394920",peruviansolessignCircle= -"rbxassetid://105670053154385",peruviansolessignCircleFill= -"rbxassetid://71553988333130",peruviansolessignGaugeChartLefthalfRighthalf= -"rbxassetid://113011069023647",peruviansolessignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://119144801756814",peruviansolessignRing= -"rbxassetid://93896499081532",peruviansolessignRingDashed= -"rbxassetid://129030555001660",peruviansolessignSquare= -"rbxassetid://93019157846130",peruviansolessignSquareFill= -"rbxassetid://126305460043148",pesetasign= -"rbxassetid://82656096502389",pesetasignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://126084637336518",pesetasignBankBuilding= -"rbxassetid://84245996586467",pesetasignBankBuildingFill= -"rbxassetid://94826936899942",pesetasignCircle= -"rbxassetid://105654566645915",pesetasignCircleFill= -"rbxassetid://92588094144263",pesetasignGaugeChartLefthalfRighthalf= -"rbxassetid://83254176462736",pesetasignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://89510495453323",pesetasignRing= -"rbxassetid://128919128775630",pesetasignRingDashed= -"rbxassetid://101629299189173",pesetasignSquare= -"rbxassetid://117060389193630",pesetasignSquareFill= -"rbxassetid://93934834280767",pesosign= -"rbxassetid://102621176089502",pesosignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://100094685737564",pesosignBankBuilding= -"rbxassetid://123803966923738",pesosignBankBuildingFill= -"rbxassetid://85838640101988",pesosignCircle= -"rbxassetid://89287952445636",pesosignCircleFill= -"rbxassetid://134511947238379",pesosignGaugeChartLefthalfRighthalf= -"rbxassetid://118078993754196",pesosignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://117754821176391",pesosignRing= -"rbxassetid://86245181309778",pesosignRingDashed= -"rbxassetid://82943733917253",pesosignSquare= -"rbxassetid://137640747056190",pesosignSquareFill= -"rbxassetid://79212900151788",petCarrier= -"rbxassetid://81939103200293",petCarrierCircle= -"rbxassetid://135238744298730",petCarrierCircleFill= -"rbxassetid://100268177982676",petCarrierFill= -"rbxassetid://97874560616591",phone= -"rbxassetid://89377495296496",phoneArrowDownLeft= -"rbxassetid://116980094191767",phoneArrowDownLeftFill= -"rbxassetid://139233375165151",phoneArrowRight= -"rbxassetid://114430220963693",phoneArrowRightFill= -"rbxassetid://116545913385984",phoneArrowUpRight= -"rbxassetid://110985850941577",phoneArrowUpRightCircle= -"rbxassetid://83217161878076",phoneArrowUpRightCircleFill= -"rbxassetid://136371413432296",phoneArrowUpRightFill= -"rbxassetid://134015112801362",phoneBadgeCheckmark= -"rbxassetid://138276890523012",phoneBadgeClock= -"rbxassetid://115613890773665",phoneBadgeClockFill= -"rbxassetid://91758128823442",phoneBadgePlus= -"rbxassetid://124504942662655",phoneBadgeWaveform= -"rbxassetid://114961741194117",phoneBadgeWaveformFill= -"rbxassetid://119510437424295",phoneBubble= -"rbxassetid://140050413755654",phoneBubbleFill= -"rbxassetid://127232499600224",phoneCircle= -"rbxassetid://103954977954162",phoneCircleFill= -"rbxassetid://135857319678069",phoneConnection= -"rbxassetid://123198403255269",phoneConnectionFill= -"rbxassetid://72094186091159",phoneDown= -"rbxassetid://128279559334008",phoneDownCircle= -"rbxassetid://90697798851480",phoneDownCircleFill= -"rbxassetid://104808534771520",phoneDownFill= -"rbxassetid://136195542774729",phoneDownWavesLeftAndRight= -"rbxassetid://79815824327789",phoneFill= -"rbxassetid://79589945367303",phoneFillBadgeCheckmark= -"rbxassetid://126391017550640",phoneFillBadgePlus= -"rbxassetid://126255821956202",phonePause= -"rbxassetid://110475407238512",phonePauseCircle= -"rbxassetid://119132397766204",phonePauseCircleFill= -"rbxassetid://74683847687598",phonePauseFill= -"rbxassetid://119930621462990",photo= -"rbxassetid://96821621379244",photoArtframe= -"rbxassetid://100312483673242",photoArtframeCircle= -"rbxassetid://106609519706599",photoArtframeCircleFill= -"rbxassetid://113945410700097",photoBadgeArrowDown= -"rbxassetid://128406573043789",photoBadgeArrowDownFill= -"rbxassetid://105121961581765",photoBadgeCheckmark= -"rbxassetid://98790736604600",photoBadgeCheckmarkFill= -"rbxassetid://138619662840721",photoBadgeExclamationmark= -"rbxassetid://103510219356259",photoBadgeExclamationmarkFill= -"rbxassetid://131048186790418",photoBadgeMagnifyingglass= -"rbxassetid://112281114132599",photoBadgeMagnifyingglassFill= -"rbxassetid://73047573764532",photoBadgePlus= -"rbxassetid://82340991907788",photoBadgePlusFill= -"rbxassetid://130534855436362",photoBadgeShieldExclamationmark= -"rbxassetid://132076267964882",photoBadgeShieldExclamationmarkFill= -"rbxassetid://90684834863396",photoCircle= -"rbxassetid://117790344480696",photoCircleFill= -"rbxassetid://126921820737552",photoFill= -"rbxassetid://111079136320974",photoFillOnRectangleFill= -"rbxassetid://98874884079254",photoOnRectangle= -"rbxassetid://87920792449692",photoOnRectangleAngled= -"rbxassetid://121077134953334",photoOnRectangleAngledFill= -"rbxassetid://137948504620531",photoStack= -"rbxassetid://97074795025276",photoStackFill= -"rbxassetid://85558484708802",photoTrianglebadgeExclamationmark= -"rbxassetid://89586290487244",photoTrianglebadgeExclamationmarkFill= -"rbxassetid://92755055775052",photoTv= -"rbxassetid://79938551072481",pi= -"rbxassetid://76792649454409",piCircle= -"rbxassetid://105155859790743",piCircleFill= -"rbxassetid://91497954017610",piSquare= -"rbxassetid://97432959282317",piSquareFill= -"rbxassetid://114920446608176",pianokeys= -"rbxassetid://131907646888440",pianokeysInverse= -"rbxassetid://135670245075426",pill= -"rbxassetid://83183538993224",pillCircle= -"rbxassetid://77320047518944",pillCircleFill= -"rbxassetid://128963529521447",pillFill= -"rbxassetid://139732649591554",pills= -"rbxassetid://129115604356497",pillsCircle= -"rbxassetid://86119910509282",pillsCircleFill= -"rbxassetid://71617056533120",pillsFill= -"rbxassetid://136949987011181",pin= -"rbxassetid://120973610542428",pinCircle= -"rbxassetid://114040774180593",pinCircleFill= -"rbxassetid://77907769503219",pinFill= -"rbxassetid://125130898899122",pinSlash= -"rbxassetid://127906574664122",pinSlashFill= -"rbxassetid://133249592530696",pinSquare= -"rbxassetid://139604492783863",pinSquareFill= -"rbxassetid://105282242760584",pip= -"rbxassetid://112642271536113",pipEnter= -"rbxassetid://73332669014153",pipExit= -"rbxassetid://124178982560507",pipFill= -"rbxassetid://104285281405885",pipRemove= -"rbxassetid://77864861312569",pipSwap= -"rbxassetid://134711585471673",pipeAndDrop= -"rbxassetid://88864252343250",pipeAndDropFill= -"rbxassetid://121812923493416",placeholdertextFill= -"rbxassetid://78188344362921",platter2FilledIpad= -"rbxassetid://99922688973856",platter2FilledIpadLandscape= -"rbxassetid://90112337930775",platter2FilledIphone= -"rbxassetid://100679711298706",platter2FilledIphoneLandscape= -"rbxassetid://111390050927062",platterBottomApplewatchCase= -"rbxassetid://140120513570121",platterFilledBottomAndArrowDownIphone= -"rbxassetid://72275025577150",platterFilledBottomApplewatchCase= -"rbxassetid://83462808413846",platterFilledBottomIphone= -"rbxassetid://87525346314467",platterFilledTopAndArrowUpIphone= -"rbxassetid://71138908767043",platterFilledTopApplewatchCase= -"rbxassetid://93542716885364",platterFilledTopIphone= -"rbxassetid://140733165852730",platterTopApplewatchCase= -"rbxassetid://137518906342594",play= -"rbxassetid://89271504290896",playCircle= -"rbxassetid://109292590008276",playCircleFill= -"rbxassetid://97172464954350",playDesktopcomputer= -"rbxassetid://84211619962298",playDiamond= -"rbxassetid://74943078085313",playDiamondFill= -"rbxassetid://105565059757145",playDisplay= -"rbxassetid://124158134794289",playFill= -"rbxassetid://103305143354572",playHouse= -"rbxassetid://140372327241378",playHouseFill= -"rbxassetid://137469019689656",playLaptopcomputer= -"rbxassetid://79012887714649",playRectangle= -"rbxassetid://138336958835147",playRectangleFill= -"rbxassetid://104931774145197",playRectangleOnRectangle= -"rbxassetid://138908595755067",playRectangleOnRectangleCircle= -"rbxassetid://99187263980992",playRectangleOnRectangleCircleFill= -"rbxassetid://138357181909403",playRectangleOnRectangleFill= -"rbxassetid://110327380302238",playSlash= -"rbxassetid://134174538399437",playSlashFill= -"rbxassetid://113790913821345",playSquare= -"rbxassetid://92126490134224",playSquareFill= -"rbxassetid://140123005844284",playSquareStack= -"rbxassetid://82351459623919",playSquareStackFill= -"rbxassetid://76923973509098",playTv= -"rbxassetid://140728687187807",playTvFill= -"rbxassetid://140324554506964",playpause= -"rbxassetid://78699335154745",playpauseCircle= -"rbxassetid://124895906202233",playpauseCircleFill= -"rbxassetid://79189923220305",playpauseFill= -"rbxassetid://100671648137257",playstationLogo= -"rbxassetid://131773125294586",plus= -"rbxassetid://140457254849499",plusApp= -"rbxassetid://139303373333374",plusAppFill= -"rbxassetid://81796094987803",plusArrowTriangleheadClockwise= -"rbxassetid://78269852382966",plusArrowTriangleheadCounterclockwise= -"rbxassetid://75818651745335",plusBubble= -"rbxassetid://91151925275791",plusBubbleFill= -"rbxassetid://106234199063971",plusCapsule= -"rbxassetid://102485040467068",plusCapsuleFill= -"rbxassetid://131639841095210",plusCircle= -"rbxassetid://101999306240496",plusCircleDashed= -"rbxassetid://111640138309067",plusCircleFill= -"rbxassetid://127665869259537",plusDiamond= -"rbxassetid://75626236318644",plusDiamondFill= -"rbxassetid://139590528749549",plusForwardslashMinus= -"rbxassetid://86105286373535",plusMagnifyingglass= -"rbxassetid://71969021748134",plusMessage= -"rbxassetid://100008794213499",plusMessageFill= -"rbxassetid://125936174681092",plusMinusCapsule= -"rbxassetid://81783565164289",plusMinusCapsuleFill= -"rbxassetid://129793470921896",plusRectangle= -"rbxassetid://139685841296875",plusRectangleFill= -"rbxassetid://139845125054029",plusRectangleFillOnRectangleFill= -"rbxassetid://95579479491799",plusRectangleOnFolder= -"rbxassetid://127728176398220",plusRectangleOnFolderFill= -"rbxassetid://105047439794341",plusRectangleOnRectangle= -"rbxassetid://102628214134616",plusRectanglePortrait= -"rbxassetid://126840167692070",plusRectanglePortraitFill= -"rbxassetid://71163064748358",plusSquare= -"rbxassetid://94352947543445",plusSquareDashed= -"rbxassetid://103447015445189",plusSquareFill= -"rbxassetid://78421259655582",plusSquareFillOnSquareFill= -"rbxassetid://73907295905845",plusSquareOnSquare= -"rbxassetid://77487756936215",plusViewfinder= -"rbxassetid://102687107564269",plusminus= -"rbxassetid://83125662380494",plusminusCircle= -"rbxassetid://129773050742369",plusminusCircleFill= -"rbxassetid://122710372433439",point3ConnectedTrianglepathDotted= -"rbxassetid://123003780755731",point3FilledConnectedTrianglepathDotted= -"rbxassetid://93386579588960",pointBottomleftFilledForwardToPointToprightScurvepath= -"rbxassetid://118548987713947",pointBottomleftForwardToArrowTriangleScurvepath= -"rbxassetid://87350802935478",pointBottomleftForwardToArrowTriangleScurvepathFill= -"rbxassetid://115398467781501",pointBottomleftForwardToArrowTriangleUturnScurvepath= -"rbxassetid://87475327686823",pointBottomleftForwardToArrowTriangleUturnScurvepathFill= -"rbxassetid://81080254527146",pointBottomleftForwardToPointToprightFilledScurvepath= -"rbxassetid://113385351639031",pointBottomleftForwardToPointToprightScurvepath= -"rbxassetid://116490589374596",pointBottomleftForwardToPointToprightScurvepathFill= -"rbxassetid://84785849059340",pointForwardToPointCapsulepath= -"rbxassetid://81469032475677",pointForwardToPointCapsulepathFill= -"rbxassetid://121166439252597",pointTopleftDownToPointBottomrightCurvepath= -"rbxassetid://71315888816551",pointTopleftDownToPointBottomrightCurvepathFill= -"rbxassetid://86966424220739",pointTopleftDownToPointBottomrightFilledCurvepath= -"rbxassetid://127459083178833",pointTopleftFilledDownToPointBottomrightCurvepath= -"rbxassetid://100809957978961",pointToprightArrowTriangleBackwardToPointBottomleftFilledScurvepath= -"rbxassetid://82138980309964",pointToprightArrowTriangleBackwardToPointBottomleftScurvepath= -"rbxassetid://100277334405069",pointToprightArrowTriangleBackwardToPointBottomleftScurvepathFill= -"rbxassetid://139832921817220",pointToprightFilledArrowTriangleBackwardToPointBottomleftScurvepath= -"rbxassetid://82978306522361",pointerArrow= -"rbxassetid://132068305224792",pointerArrowAndSquareOnSquareDashed= -"rbxassetid://70567065277669",pointerArrowClick= -"rbxassetid://87127938584809",pointerArrowClick2= -"rbxassetid://78318619092407",pointerArrowClickBadgeClock= -"rbxassetid://114751239332667",pointerArrowIpad= -"rbxassetid://90259105519346",pointerArrowIpadAndSquareOnSquareDashed= -"rbxassetid://109557306719722",pointerArrowIpadRays= -"rbxassetid://132262283826072",pointerArrowIpadSlash= -"rbxassetid://118107532891872",pointerArrowIpadSlashSquare= -"rbxassetid://92503329767019",pointerArrowIpadSlashSquareFill= -"rbxassetid://80330052132112",pointerArrowIpadSquare= -"rbxassetid://92522061418567",pointerArrowIpadSquareFill= -"rbxassetid://137158772835582",pointerArrowMotionlines= -"rbxassetid://128553424203404",pointerArrowMotionlinesClick= -"rbxassetid://88711233833978",pointerArrowRays= -"rbxassetid://108766287366005",pointerArrowSlash= -"rbxassetid://104623699853543",pointerArrowSlashSquare= -"rbxassetid://80912835988873",pointerArrowSlashSquareFill= -"rbxassetid://94094587035486",pointerArrowSquare= -"rbxassetid://132001353186305",pointerArrowSquareFill= -"rbxassetid://110372272174636",polishzlotysign= -"rbxassetid://113009206820528",polishzlotysignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://135074614569454",polishzlotysignBankBuilding= -"rbxassetid://133359682433235",polishzlotysignBankBuildingFill= -"rbxassetid://108863702753582",polishzlotysignCircle= -"rbxassetid://100681498896488",polishzlotysignCircleFill= -"rbxassetid://97874103379509",polishzlotysignGaugeChartLefthalfRighthalf= -"rbxassetid://89040879744324",polishzlotysignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://122914660372244",polishzlotysignRing= -"rbxassetid://131325652634443",polishzlotysignRingDashed= -"rbxassetid://109844200877917",polishzlotysignSquare= -"rbxassetid://125296014435598",polishzlotysignSquareFill= -"rbxassetid://109029758807143",popcorn= -"rbxassetid://134903327630780",popcornCircle= -"rbxassetid://117340067840910",popcornCircleFill= -"rbxassetid://101336799046571",popcornFill= -"rbxassetid://113294214622028",power= -"rbxassetid://72565694105823",powerCircle= -"rbxassetid://93992534477953",powerCircleFill= -"rbxassetid://108842076883385",powerDotted= -"rbxassetid://74276250515777",powercord= -"rbxassetid://139356455726510",powercordFill= -"rbxassetid://80746160213024",powermeter= -"rbxassetid://100313620096298",poweroff= -"rbxassetid://125903368538682",poweron= -"rbxassetid://77246395113335",poweroutletStrip= -"rbxassetid://84292581823365",poweroutletStripFill= -"rbxassetid://114565783360565",poweroutletTypeA= -"rbxassetid://127422819910551",poweroutletTypeAFill= -"rbxassetid://97805624625970",poweroutletTypeASquare= -"rbxassetid://88602208878522",poweroutletTypeASquareFill= -"rbxassetid://121711169606659",poweroutletTypeB= -"rbxassetid://74284552390004",poweroutletTypeBFill= -"rbxassetid://113292365666948",poweroutletTypeBSquare= -"rbxassetid://131503806547426",poweroutletTypeBSquareFill= -"rbxassetid://112582375475640",poweroutletTypeC= -"rbxassetid://86384530380460",poweroutletTypeCFill= -"rbxassetid://78904672440321",poweroutletTypeCSquare= -"rbxassetid://74462754338924",poweroutletTypeCSquareFill= -"rbxassetid://86844016310417",poweroutletTypeD= -"rbxassetid://76192535744450",poweroutletTypeDFill= -"rbxassetid://83840605853282",poweroutletTypeDSquare= -"rbxassetid://137141240439321",poweroutletTypeDSquareFill= -"rbxassetid://77642422053505",poweroutletTypeE= -"rbxassetid://84446197094895",poweroutletTypeEFill= -"rbxassetid://74491383398537",poweroutletTypeESquare= -"rbxassetid://120255704342958",poweroutletTypeESquareFill= -"rbxassetid://119948966918492",poweroutletTypeF= -"rbxassetid://77640737988962",poweroutletTypeFFill= -"rbxassetid://79475840356351",poweroutletTypeFSquare= -"rbxassetid://130848236977392",poweroutletTypeFSquareFill= -"rbxassetid://71581790458205",poweroutletTypeG= -"rbxassetid://90911560449645",poweroutletTypeGFill= -"rbxassetid://102302884876070",poweroutletTypeGSquare= -"rbxassetid://131108683211859",poweroutletTypeGSquareFill= -"rbxassetid://124407788382879",poweroutletTypeH= -"rbxassetid://111552806519552",poweroutletTypeHFill= -"rbxassetid://117406195567150",poweroutletTypeHSquare= -"rbxassetid://129489999295054",poweroutletTypeHSquareFill= -"rbxassetid://121145178183253",poweroutletTypeI= -"rbxassetid://72853472724198",poweroutletTypeIFill= -"rbxassetid://115507912347636",poweroutletTypeISquare= -"rbxassetid://95164829205817",poweroutletTypeISquareFill= -"rbxassetid://112924239416950",poweroutletTypeJ= -"rbxassetid://139862646866620",poweroutletTypeJFill= -"rbxassetid://81283777549645",poweroutletTypeJSquare= -"rbxassetid://111708737575625",poweroutletTypeJSquareFill= -"rbxassetid://136541938469978",poweroutletTypeK= -"rbxassetid://133446657986228",poweroutletTypeKFill= -"rbxassetid://72773595970397",poweroutletTypeKSquare= -"rbxassetid://139823920279635",poweroutletTypeKSquareFill= -"rbxassetid://101052620681692",poweroutletTypeL= -"rbxassetid://94621739150436",poweroutletTypeLFill= -"rbxassetid://93597607685132",poweroutletTypeLSquare= -"rbxassetid://99732185344218",poweroutletTypeLSquareFill= -"rbxassetid://108206729073391",poweroutletTypeM= -"rbxassetid://106021732888146",poweroutletTypeMFill= -"rbxassetid://104364728848700",poweroutletTypeMSquare= -"rbxassetid://86585788161422",poweroutletTypeMSquareFill= -"rbxassetid://85170122746699",poweroutletTypeN= -"rbxassetid://91339273543546",poweroutletTypeNFill= -"rbxassetid://110834702343604",poweroutletTypeNSquare= -"rbxassetid://85157811158440",poweroutletTypeNSquareFill= -"rbxassetid://100890684311688",poweroutletTypeO= -"rbxassetid://130114435276635",poweroutletTypeOFill= -"rbxassetid://103642747126109",poweroutletTypeOSquare= -"rbxassetid://108377352404554",poweroutletTypeOSquareFill= -"rbxassetid://136612411651313",powerplug= -"rbxassetid://101877687571204",powerplugFill= -"rbxassetid://84116935467135",powerplugPortrait= -"rbxassetid://72694071105448",powerplugPortraitFill= -"rbxassetid://121682070256565",powersleep= -"rbxassetid://71811983906237",printer= -"rbxassetid://132293748769483",printerDotmatrix= -"rbxassetid://101581434770454",printerDotmatrixFill= -"rbxassetid://86408709616854",printerDotmatrixFilledAndPaper= -"rbxassetid://135451303099374",printerDotmatrixFilledAndPaperInverse= -"rbxassetid://94728139251204",printerDotmatrixInverse= -"rbxassetid://124133760199215",printerFill= -"rbxassetid://86971013825188",printerFilledAndPaper= -"rbxassetid://79654479678668",printerFilledAndPaperInverse= -"rbxassetid://95311192438589",printerInverse= -"rbxassetid://115141700658880",progressIndicator= -"rbxassetid://134648930692461",projective= -"rbxassetid://110200001616884",purchased= -"rbxassetid://83847359371712",purchasedCircle= -"rbxassetid://87808102473540",purchasedCircleFill= -"rbxassetid://124503180905595",puzzlepiece= -"rbxassetid://82344517625294",puzzlepieceExtension= -"rbxassetid://98782121674185",puzzlepieceExtensionFill= -"rbxassetid://82213555938336",puzzlepieceFill= -"rbxassetid://93079123429781",pyramid= -"rbxassetid://72880292018614",pyramidFill= -"rbxassetid://111747922734022",qCircle= -"rbxassetid://99279490790867",qCircleFill= -"rbxassetid://119440978771709",qSquare= -"rbxassetid://81492241736379",qSquareFill= -"rbxassetid://81468802739891",qrcode= -"rbxassetid://131846095496989",qrcodeViewfinder= -"rbxassetid://91524365295073",questionmark= -"rbxassetid://120558004240680",questionmarkApp= -"rbxassetid://124788276137672",questionmarkAppDashed= -"rbxassetid://89671106444096",questionmarkAppFill= -"rbxassetid://124318527433078",questionmarkBubble= -"rbxassetid://119150081178838",questionmarkBubbleFill= -"rbxassetid://130721809009795",questionmarkCircle= -"rbxassetid://121204007268320",questionmarkCircleDashed= -"rbxassetid://85011537471588",questionmarkCircleFill= -"rbxassetid://92003615540911",questionmarkDiamond= -"rbxassetid://122685109506349",questionmarkDiamondFill= -"rbxassetid://81137012179372",questionmarkFolder= -"rbxassetid://89054978744914",questionmarkFolderFill= -"rbxassetid://133648798678325",questionmarkKeyFilled= -"rbxassetid://112598152571192",questionmarkMessage= -"rbxassetid://109960305109326",questionmarkMessageFill= -"rbxassetid://135599678284410",questionmarkSquare= -"rbxassetid://121622237497220",questionmarkSquareDashed= -"rbxassetid://120945954776639",questionmarkSquareFill= -"rbxassetid://115211645978010",questionmarkTextPage= -"rbxassetid://97959311151499",questionmarkTextPageFill= -"rbxassetid://140166806496786",questionmarkVideo= -"rbxassetid://74009324900923",questionmarkVideoFill= -"rbxassetid://77764199652394",quoteBubble= -"rbxassetid://127677193120131",quoteBubbleFill= -"rbxassetid://115707276901493",quoteClosing= -"rbxassetid://116429006957671",quoteOpening= -"rbxassetid://105601214977466",quotelevel= -"rbxassetid://88023135215818",r1ButtonRoundedbottomHorizontal= -"rbxassetid://120650256988758",r1ButtonRoundedbottomHorizontalFill= -"rbxassetid://116993174786135",r1Circle= -"rbxassetid://101571775010989",r1CircleFill= -"rbxassetid://75149481758103",r2ButtonAngledtopVerticalRight= -"rbxassetid://99820631981847",r2ButtonAngledtopVerticalRightFill= -"rbxassetid://86816029091913",r2ButtonRoundedtopHorizontal= -"rbxassetid://131150374945259",r2ButtonRoundedtopHorizontalFill= -"rbxassetid://120162286803693",r2Circle= -"rbxassetid://138188132029122",r2CircleFill= -"rbxassetid://103014677934584",r3ButtonAngledbottomHorizontalRight= -"rbxassetid://114735626935443",r3ButtonAngledbottomHorizontalRightFill= -"rbxassetid://71957910256133",r4ButtonHorizontal= -"rbxassetid://119283758403238",r4ButtonHorizontalFill= -"rbxassetid://105080761688923",rButtonRoundedbottomHorizontal= -"rbxassetid://85612937798893",rButtonRoundedbottomHorizontalFill= -"rbxassetid://136539970726251",rCircle= -"rbxassetid://139514530428636",rCircleFill= -"rbxassetid://76998650673433",rJoystick= -"rbxassetid://71788834000057",rJoystickFill= -"rbxassetid://79293744592041",rJoystickPressDown= -"rbxassetid://81127542735995",rJoystickPressDownFill= -"rbxassetid://132016197964933",rJoystickTiltDown= -"rbxassetid://93999195919277",rJoystickTiltDownFill= -"rbxassetid://110644371108910",rJoystickTiltLeft= -"rbxassetid://130121043315102",rJoystickTiltLeftFill= -"rbxassetid://124762270449647",rJoystickTiltRight= -"rbxassetid://94571943170062",rJoystickTiltRightFill= -"rbxassetid://114697288454988",rJoystickTiltUp= -"rbxassetid://126878859011613",rJoystickTiltUpFill= -"rbxassetid://108420131059917",rSquare= -"rbxassetid://124155066246617",rSquareFill= -"rbxassetid://85539393276243",rSquareOnSquare= -"rbxassetid://127375844073021",rSquareOnSquareFill= -"rbxassetid://92671238089783",radio= -"rbxassetid://94707485607355",radioFill= -"rbxassetid://138562935837912",rainbow= -"rbxassetid://114914182319244",rays= -"rbxassetid://131825772513979",rbButtonRoundedbottomHorizontal= -"rbxassetid://92036222968019",rbButtonRoundedbottomHorizontalFill= -"rbxassetid://129335748166600",rbCircle= -"rbxassetid://107303821157312",rbCircleFill= -"rbxassetid://117941640579038",receipt= -"rbxassetid://113189255888027",receiptFill= -"rbxassetid://91234732940496",recordCircle= -"rbxassetid://130475528794903",recordCircleFill= -"rbxassetid://87299309447288",recordingtape= -"rbxassetid://101910986118445",recordingtapeCircle= -"rbxassetid://136339284867954",recordingtapeCircleFill= -"rbxassetid://91568176845639",rectangle= -"rbxassetid://140479392456436",rectangle2Swap= -"rbxassetid://70419329510958",rectangle3Group= -"rbxassetid://83614515056772",rectangle3GroupBubble= -"rbxassetid://130505707281900",rectangle3GroupBubbleFill= -"rbxassetid://116273395489704",rectangle3GroupDashed= -"rbxassetid://122999901393151",rectangle3GroupFill= -"rbxassetid://81886126967432",rectangleAndArrowUpRightAndArrowDownLeft= -"rbxassetid://120560507247950",rectangleAndArrowUpRightAndArrowDownLeftSlash= -"rbxassetid://107732895634059",rectangleAndHandPointUpLeft= -"rbxassetid://120031197026423",rectangleAndHandPointUpLeftFill= -"rbxassetid://79513452375062",rectangleAndHandPointUpLeftFilled= -"rbxassetid://102598526536062",rectangleAndPaperclip= -"rbxassetid://111126968787571",rectangleAndPencilAndEllipsis= -"rbxassetid://118824269506104",rectangleAndTextMagnifyingglass= -"rbxassetid://100373064232674",rectangleArrowtriangle2Inward= -"rbxassetid://84644151241067",rectangleArrowtriangle2Outward= -"rbxassetid://128250566297192",rectangleBadgeCheckmark= -"rbxassetid://133903013578980",rectangleBadgeMinus= -"rbxassetid://101082826637981",rectangleBadgePersonCrop= -"rbxassetid://100501975692916",rectangleBadgePlus= -"rbxassetid://131011553288090",rectangleBadgeXmark= -"rbxassetid://109466186087222",rectangleBottomhalfFilled= -"rbxassetid://135152529983728",rectangleCompressVertical= -"rbxassetid://79442299356630",rectangleConnectedToLineBelow= -"rbxassetid://92923487940971",rectangleDashed= -"rbxassetid://110380239537306",rectangleDashedAndPaperclip= -"rbxassetid://137865830081947",rectangleDashedBadgeRecord= -"rbxassetid://130902750225335",rectangleExpandDiagonal= -"rbxassetid://121385601438527",rectangleExpandVertical= -"rbxassetid://128306581589646",rectangleFill= -"rbxassetid://71219769710653",rectangleFillBadgeCheckmark= -"rbxassetid://103846830841557",rectangleFillBadgeMinus= -"rbxassetid://91043250578229",rectangleFillBadgePersonCrop= -"rbxassetid://113928490699208",rectangleFillBadgePlus= -"rbxassetid://71827043595381",rectangleFillBadgeXmark= -"rbxassetid://129645985773449",rectangleFillOnRectangleAngledFill= -"rbxassetid://103234480069780",rectangleFillOnRectangleFill= -"rbxassetid://102577166476476",rectangleFilledAndHandPointUpLeft= -"rbxassetid://138842379851498",rectangleGrid1x2= -"rbxassetid://70373769833605",rectangleGrid1x2Fill= -"rbxassetid://109240109145680",rectangleGrid1x3= -"rbxassetid://116943638166806",rectangleGrid1x3Fill= -"rbxassetid://113348006534753",rectangleGrid2x2= -"rbxassetid://98591035667819",rectangleGrid2x2Fill= -"rbxassetid://85604068514643",rectangleGrid3x1= -"rbxassetid://139699412199882",rectangleGrid3x1Fill= -"rbxassetid://121881623580424",rectangleGrid3x2= -"rbxassetid://89389177941695",rectangleGrid3x2Fill= -"rbxassetid://130060155242631",rectangleGrid3x3= -"rbxassetid://117075270937048",rectangleGrid3x3Fill= -"rbxassetid://76414931476005",rectangleLandscapeRotate= -"rbxassetid://117865158653160",rectangleLandscapeRotateSlash= -"rbxassetid://120279996019165",rectangleLeadinghalfFilled= -"rbxassetid://103843778038463",rectangleLefthalfFilled= -"rbxassetid://113683834692250",rectangleOnRectangle= -"rbxassetid://79353716969552",rectangleOnRectangleAngled= -"rbxassetid://139896813201212",rectangleOnRectangleBadgeGearshape= -"rbxassetid://127213711087789",rectangleOnRectangleButtonAngledtopVerticalLeft= -"rbxassetid://104142039770588",rectangleOnRectangleButtonAngledtopVerticalLeftFill= -"rbxassetid://124742485699479",rectangleOnRectangleCircle= -"rbxassetid://98469790600163",rectangleOnRectangleCircleFill= -"rbxassetid://96562737069473",rectangleOnRectangleDashed= -"rbxassetid://118169543829610",rectangleOnRectangleSlash= -"rbxassetid://90208837144092",rectangleOnRectangleSlashCircle= -"rbxassetid://122774520946946",rectangleOnRectangleSlashCircleFill= -"rbxassetid://131710300152485",rectangleOnRectangleSlashFill= -"rbxassetid://81839206853642",rectangleOnRectangleSquare= -"rbxassetid://73241068233882",rectangleOnRectangleSquareFill= -"rbxassetid://125035774152103",rectanglePatternCheckered= -"rbxassetid://118662965896443",rectanglePortrait= -"rbxassetid://93357626934798",rectanglePortraitAndArrowForward= -"rbxassetid://73949309384391",rectanglePortraitAndArrowForwardFill= -"rbxassetid://88290459727980",rectanglePortraitAndArrowRight= -"rbxassetid://82919708417365",rectanglePortraitAndArrowRightFill= -"rbxassetid://99491430389461",rectanglePortraitArrowtriangle2Inward= -"rbxassetid://80788429978194",rectanglePortraitArrowtriangle2Outward= -"rbxassetid://125555610240755",rectanglePortraitBadgePlus= -"rbxassetid://83527716817526",rectanglePortraitBadgePlusFill= -"rbxassetid://74041128930359",rectanglePortraitBottomhalfFilled= -"rbxassetid://71292275312983",rectanglePortraitFill= -"rbxassetid://118745410800491",rectanglePortraitLefthalfFilled= -"rbxassetid://107725392677123",rectanglePortraitOnRectanglePortrait= -"rbxassetid://109325804081226",rectanglePortraitOnRectanglePortraitAngled= -"rbxassetid://96720334238749",rectanglePortraitOnRectanglePortraitAngledFill= -"rbxassetid://71811891537646",rectanglePortraitOnRectanglePortraitFill= -"rbxassetid://132207336866715",rectanglePortraitOnRectanglePortraitSlash= -"rbxassetid://106136855297726",rectanglePortraitOnRectanglePortraitSlashFill= -"rbxassetid://104174856050302",rectanglePortraitRighthalfFilled= -"rbxassetid://74722424842671",rectanglePortraitRotate= -"rbxassetid://109675470794390",rectanglePortraitRotateSlash= -"rbxassetid://138458903981734",rectanglePortraitSlash= -"rbxassetid://118839957562731",rectanglePortraitSlashFill= -"rbxassetid://88525392723572",rectanglePortraitSplit2x1= -"rbxassetid://99196744749757",rectanglePortraitSplit2x1Fill= -"rbxassetid://84723574970000",rectanglePortraitSplit2x1Slash= -"rbxassetid://126596404399019",rectanglePortraitSplit2x1SlashFill= -"rbxassetid://123057083785391",rectanglePortraitTophalfFilled= -"rbxassetid://113225721729237",rectangleRatio16To9= -"rbxassetid://94245256861995",rectangleRatio16To9Fill= -"rbxassetid://76529808771979",rectangleRatio3To4= -"rbxassetid://90033983626296",rectangleRatio3To4Fill= -"rbxassetid://137348099875796",rectangleRatio4To3= -"rbxassetid://86232762601748",rectangleRatio4To3Fill= -"rbxassetid://95328719851777",rectangleRatio9To16= -"rbxassetid://105897581229038",rectangleRatio9To16Fill= -"rbxassetid://137743634017413",rectangleRighthalfFilled= -"rbxassetid://120674080798431",rectangleSlash= -"rbxassetid://71417307418124",rectangleSlashFill= -"rbxassetid://110856205832418",rectangleSplit1x2= -"rbxassetid://126642073608148",rectangleSplit1x2Fill= -"rbxassetid://100957810334791",rectangleSplit2x1= -"rbxassetid://133810080511480",rectangleSplit2x1Fill= -"rbxassetid://102970189910888",rectangleSplit2x1Slash= -"rbxassetid://119423243388806",rectangleSplit2x1SlashFill= -"rbxassetid://85977592044461",rectangleSplit2x2= -"rbxassetid://73516286202975",rectangleSplit2x2Fill= -"rbxassetid://71220897010895",rectangleSplit3x1= -"rbxassetid://77980557680009",rectangleSplit3x1Fill= -"rbxassetid://126160957712624",rectangleSplit3x3= -"rbxassetid://135338759059261",rectangleSplit3x3Fill= -"rbxassetid://136230256783903",rectangleStack= -"rbxassetid://126649580025205",rectangleStackBadgeMinus= -"rbxassetid://109952488614151",rectangleStackBadgePersonCrop= -"rbxassetid://89689747906064",rectangleStackBadgePersonCropFill= -"rbxassetid://114300296700836",rectangleStackBadgePlay= -"rbxassetid://97351168969274",rectangleStackBadgePlayFill= -"rbxassetid://135355402461256",rectangleStackBadgePlus= -"rbxassetid://127952033084129",rectangleStackFill= -"rbxassetid://117387707332249",rectangleStackFillBadgeMinus= -"rbxassetid://119086142514812",rectangleStackFillBadgePlus= -"rbxassetid://73798330296559",rectangleStackSlash= -"rbxassetid://137063194086811",rectangleStackSlashFill= -"rbxassetid://92945852747935",rectangleTophalfFilled= -"rbxassetid://120589657949878",rectangleTrailinghalfFilled= -"rbxassetid://78573312459934",refrigerator= -"rbxassetid://78010213320538",refrigeratorFill= -"rbxassetid://115745258035026", -["repeat"]="rbxassetid://124565966922064",repeat1= -"rbxassetid://95295259249356",repeat1Circle= -"rbxassetid://80765788172567",repeat1CircleFill= -"rbxassetid://112464361829044",repeatBadgeXmark= -"rbxassetid://73032117137240",repeatCircle= -"rbxassetid://85531372270655",repeatCircleFill= -"rbxassetid://108103857984207",restart= -"rbxassetid://116456041781095",restartCircle= -"rbxassetid://138191431096721",restartCircleFill= -"rbxassetid://125114734098404",retarderBrakesignal= -"rbxassetid://101153452368662",retarderBrakesignalAndExclamationmark= -"rbxassetid://124815755155541",retarderBrakesignalSlash= -"rbxassetid://73133586898379", -["return"]="rbxassetid://72310349783142",returnLeft= -"rbxassetid://94377213750835",returnRight= -"rbxassetid://139614380080273",rhombus= -"rbxassetid://136786653609612",rhombusFill= -"rbxassetid://133649985215715",richtextPage= -"rbxassetid://100845075212430",richtextPageFill= -"rbxassetid://131152717310761",right= -"rbxassetid://93772443366002",rightCircle= -"rbxassetid://140422742743169",rightCircleFill= -"rbxassetid://130246732942611",righttriangle= -"rbxassetid://112692919123330",righttriangleFill= -"rbxassetid://109457289467798",righttriangleSplitDiagonal= -"rbxassetid://127015971638382",righttriangleSplitDiagonalFill= -"rbxassetid://119803073115798",ring= -"rbxassetid://126059357639788",ringDashed= -"rbxassetid://81127164656191",rmButtonHorizontal= -"rbxassetid://137820083952925",rmButtonHorizontalFill= -"rbxassetid://71651840816412",roadLaneArrowtriangle2Inward= -"rbxassetid://137948303600040",roadLaneArrowtriangle2Outward= -"rbxassetid://130876912508922",roadLanes= -"rbxassetid://119673105802803",roadLanesCurvedLeft= -"rbxassetid://126860877819956",roadLanesCurvedRight= -"rbxassetid://90013757818569",roboticVacuum= -"rbxassetid://87253273606513",roboticVacuumAndArrowtriangleUp= -"rbxassetid://138540968329625",roboticVacuumAndArrowtriangleUpFill= -"rbxassetid://96318171490334",roboticVacuumAndEllipsis= -"rbxassetid://97922561269265",roboticVacuumAndEllipsisFill= -"rbxassetid://98797766338965",roboticVacuumFill= -"rbxassetid://133729886647516",rollerShadeClosed= -"rbxassetid://97710948362294",rollerShadeOpen= -"rbxassetid://95895498718611",romanShadeClosed= -"rbxassetid://94606246684647",romanShadeOpen= -"rbxassetid://94883964061184",rosette= -"rbxassetid://115745028707970",rotate3d= -"rbxassetid://111847831452143",rotate3dCircle= -"rbxassetid://97297948786049",rotate3dCircleFill= -"rbxassetid://76968040890448",rotate3dFill= -"rbxassetid://87198062419784",rotateLeft= -"rbxassetid://139637621531436",rotateLeftFill= -"rbxassetid://129892917983836",rotateRight= -"rbxassetid://116930258702815",rotateRightFill= -"rbxassetid://101522840598727",rsbButtonAngledbottomHorizontalRight= -"rbxassetid://121507189848110",rsbButtonAngledbottomHorizontalRightFill= -"rbxassetid://75629149161346",rtButtonRoundedtopHorizontal= -"rbxassetid://140004783558252",rtButtonRoundedtopHorizontalFill= -"rbxassetid://85275524484247",rtCircle= -"rbxassetid://94536413617213",rtCircleFill= -"rbxassetid://75372730220350",rublesign= -"rbxassetid://80955102872275",rublesignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://135310194997161",rublesignBankBuilding= -"rbxassetid://83311569932581",rublesignBankBuildingFill= -"rbxassetid://72344158348689",rublesignCircle= -"rbxassetid://107797582660025",rublesignCircleFill= -"rbxassetid://107802946233197",rublesignGaugeChartLefthalfRighthalf= -"rbxassetid://100671107431730",rublesignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://117164283416821",rublesignRing= -"rbxassetid://80625678914710",rublesignRingDashed= -"rbxassetid://103240761134250",rublesignSquare= -"rbxassetid://102007442329353",rublesignSquareFill= -"rbxassetid://94071169727921",rugbyball= -"rbxassetid://111863910256899",rugbyballCircle= -"rbxassetid://78458137807422",rugbyballCircleFill= -"rbxassetid://121340594030795",rugbyballFill= -"rbxassetid://112906430037532",ruler= -"rbxassetid://138003321970072",rulerFill= -"rbxassetid://87605844952514",rupeesign= -"rbxassetid://96186213904192",rupeesignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://82807041136513",rupeesignBankBuilding= -"rbxassetid://129450496727761",rupeesignBankBuildingFill= -"rbxassetid://127400676519293",rupeesignCircle= -"rbxassetid://78964866709078",rupeesignCircleFill= -"rbxassetid://114606661357724",rupeesignGaugeChartLefthalfRighthalf= -"rbxassetid://123926225858117",rupeesignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://72089200008417",rupeesignRing= -"rbxassetid://88903822745411",rupeesignRingDashed= -"rbxassetid://124982410558434",rupeesignSquare= -"rbxassetid://91666845404240",rupeesignSquareFill= -"rbxassetid://76746068499204",sCircle= -"rbxassetid://136858318374719",sCircleFill= -"rbxassetid://99476055270628",sSquare= -"rbxassetid://77172340369194",sSquareFill= -"rbxassetid://86946726923577",safari= -"rbxassetid://85860528894498",safariFill= -"rbxassetid://78114639578815",sailboat= -"rbxassetid://72440846324623",sailboatCircle= -"rbxassetid://86894497186395",sailboatCircleFill= -"rbxassetid://96117052841599",sailboatFill= -"rbxassetid://71189236633683",scale3d= -"rbxassetid://92417144944181",scalemass= -"rbxassetid://111281642393623",scalemassFill= -"rbxassetid://127767628203611",scanner= -"rbxassetid://134617079480280",scannerFill= -"rbxassetid://136886392093681",scissors= -"rbxassetid://91242336638779",scissorsBadgeEllipsis= -"rbxassetid://111487608978015",scissorsCircle= -"rbxassetid://101462865091985",scissorsCircleFill= -"rbxassetid://70667443763495",scooter= -"rbxassetid://81950327734164",scope= -"rbxassetid://125935787294135",screwdriver= -"rbxassetid://76132094074352",screwdriverFill= -"rbxassetid://73546906274113",scribble= -"rbxassetid://94361996947579",scribbleVariable= -"rbxassetid://101960161431211",scroll= -"rbxassetid://96006773362114",scrollFill= -"rbxassetid://73632886728699",sdcard= -"rbxassetid://79473336120443",sdcardFill= -"rbxassetid://98356796032230",seal= -"rbxassetid://109466849787088",sealFill= -"rbxassetid://100879954836648",selectionPinInOut= -"rbxassetid://106828321347197",sensor= -"rbxassetid://121646435884908",sensorFill= -"rbxassetid://116791517881552",sensorRadiowavesLeftAndRight= -"rbxassetid://89666685746247",sensorRadiowavesLeftAndRightFill= -"rbxassetid://120897560479653",sensorTagRadiowavesForward= -"rbxassetid://92236611088692",sensorTagRadiowavesForwardFill= -"rbxassetid://140045783440072",serverRack= -"rbxassetid://77840927756363",serviceDog= -"rbxassetid://139597476972493",serviceDogFill= -"rbxassetid://105715238206948",shadow= -"rbxassetid://140192814226441",sharedwithyou= -"rbxassetid://128557364866454",sharedwithyouCircle= -"rbxassetid://85706959663943",sharedwithyouCircleFill= -"rbxassetid://138716773386426",sharedwithyouSlash= -"rbxassetid://91763784709247",shareplay= -"rbxassetid://138417041008247",shareplaySlash= -"rbxassetid://79818654125287",shazamLogo= -"rbxassetid://76687729313573",shazamLogoFill= -"rbxassetid://112109121313815",shekelsign= -"rbxassetid://74292153270346",shekelsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://85273144504008",shekelsignBankBuilding= -"rbxassetid://105859215322214",shekelsignBankBuildingFill= -"rbxassetid://95100603248297",shekelsignCircle= -"rbxassetid://100395394789097",shekelsignCircleFill= -"rbxassetid://91318461858537",shekelsignGaugeChartLefthalfRighthalf= -"rbxassetid://116614763159150",shekelsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://89159351895781",shekelsignRing= -"rbxassetid://132339483548111",shekelsignRingDashed= -"rbxassetid://104256620407222",shekelsignSquare= -"rbxassetid://135838455258027",shekelsignSquareFill= -"rbxassetid://73562736588640",shield= -"rbxassetid://78425429925672",shieldFill= -"rbxassetid://122703351134682",shieldLefthalfFilled= -"rbxassetid://123196227320342",shieldLefthalfFilledBadgeCheckmark= -"rbxassetid://71843791741219",shieldLefthalfFilledSlash= -"rbxassetid://121437543480704",shieldLefthalfFilledTrianglebadgeExclamationmark= -"rbxassetid://133236126626894",shieldPatternCheckered= -"rbxassetid://91179307111407",shieldRighthalfFilled= -"rbxassetid://110485513354737",shieldSlash= -"rbxassetid://125937029284097",shieldSlashFill= -"rbxassetid://83609593022303",shift= -"rbxassetid://130291275356656",shiftFill= -"rbxassetid://130004653583152",shippingbox= -"rbxassetid://120313152025029",shippingboxAndArrowBackward= -"rbxassetid://132421825591023",shippingboxAndArrowBackwardFill= -"rbxassetid://89210036685412",shippingboxCircle= -"rbxassetid://130237005009777",shippingboxCircleFill= -"rbxassetid://102518548747424",shippingboxFill= -"rbxassetid://127024147209067",shoe= -"rbxassetid://87994909045427",shoe2= -"rbxassetid://139351362158751",shoe2Fill= -"rbxassetid://92993557505390",shoeArrowTriangleheadUpAndDown= -"rbxassetid://85958779386905",shoeArrowTriangleheadUpAndDownFill= -"rbxassetid://74430253134749",shoeArrowTriangleheadUpRight= -"rbxassetid://72314443785062",shoeArrowTriangleheadUpRightCircle= -"rbxassetid://88885072928942",shoeArrowTriangleheadUpRightCircleFill= -"rbxassetid://139814822497672",shoeArrowTriangleheadUpRightFill= -"rbxassetid://120210585511812",shoeCircle= -"rbxassetid://93746804130801",shoeCircleFill= -"rbxassetid://109097554908605",shoeFill= -"rbxassetid://101085133210082",shoeprintsFill= -"rbxassetid://133410738715594",shower= -"rbxassetid://72243625543938",showerFill= -"rbxassetid://121541580281020",showerHandheld= -"rbxassetid://109198412444382",showerHandheldFill= -"rbxassetid://122101739544221",showerSidejet= -"rbxassetid://104901178340934",showerSidejetFill= -"rbxassetid://133466045322453",shuffle= -"rbxassetid://111971435388184",shuffleCircle= -"rbxassetid://75131656667517",shuffleCircleFill= -"rbxassetid://136743241251232",sidebarLeading= -"rbxassetid://111289709099141",sidebarLeft= -"rbxassetid://83591086069052",sidebarRight= -"rbxassetid://101776168086923",sidebarSquaresLeading= -"rbxassetid://78874168985402",sidebarSquaresLeft= -"rbxassetid://86924848119912",sidebarSquaresRight= -"rbxassetid://103374510661463",sidebarSquaresTrailing= -"rbxassetid://112530594103962",sidebarTrailing= -"rbxassetid://130122216842721",signature= -"rbxassetid://80508687759351",signpostAndArrowtriangleUp= -"rbxassetid://74973282455898",signpostAndArrowtriangleUpCircle= -"rbxassetid://93730687170594",signpostAndArrowtriangleUpCircleFill= -"rbxassetid://116622678077814",signpostAndArrowtriangleUpFill= -"rbxassetid://71229490341692",signpostLeft= -"rbxassetid://72158451753236",signpostLeftCircle= -"rbxassetid://91264326522766",signpostLeftCircleFill= -"rbxassetid://139891708561569",signpostLeftFill= -"rbxassetid://124819396183408",signpostRight= -"rbxassetid://97618131537887",signpostRightAndLeft= -"rbxassetid://139323937890614",signpostRightAndLeftCircle= -"rbxassetid://103029728760795",signpostRightAndLeftCircleFill= -"rbxassetid://99254946335308",signpostRightAndLeftFill= -"rbxassetid://117635977431155",signpostRightCircle= -"rbxassetid://122704912058236",signpostRightCircleFill= -"rbxassetid://91167837458649",signpostRightFill= -"rbxassetid://124040260711498",simcard= -"rbxassetid://83583895245182",simcard2= -"rbxassetid://81155569462188",simcard2Fill= -"rbxassetid://130933190543674",simcardFill= -"rbxassetid://76658880688312",singaporedollarsign= -"rbxassetid://125348887342413",singaporedollarsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://71252234069666",singaporedollarsignBankBuilding= -"rbxassetid://135664975359999",singaporedollarsignBankBuildingFill= -"rbxassetid://104771013628351",singaporedollarsignCircle= -"rbxassetid://88231018027413",singaporedollarsignCircleFill= -"rbxassetid://130880986327856",singaporedollarsignGaugeChartLefthalfRighthalf= -"rbxassetid://97084482812389",singaporedollarsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://120186200593543",singaporedollarsignRing= -"rbxassetid://131815789095362",singaporedollarsignRingDashed= -"rbxassetid://130214797967494",singaporedollarsignSquare= -"rbxassetid://83496128163267",singaporedollarsignSquareFill= -"rbxassetid://78505898878928",sink= -"rbxassetid://126631611365586",sinkFill= -"rbxassetid://127791190356041",siri= -"rbxassetid://112197571197129",skateboard= -"rbxassetid://106150192441670",skateboardFill= -"rbxassetid://105904836121995",skew= -"rbxassetid://93001732995960",skis= -"rbxassetid://99267364108249",skisFill= -"rbxassetid://90430729136951",slashCircle= -"rbxassetid://92777162911029",slashCircleFill= -"rbxassetid://89516212999869",sleep= -"rbxassetid://140539319110060",sleepCircle= -"rbxassetid://118704691996191",sleepCircleFill= -"rbxassetid://95491485087686",sliderHorizontal2ArrowTriangleheadCounterclockwise= -"rbxassetid://85849361623289",sliderHorizontal2RectangleAndArrowTrianglehead2ClockwiseRotate90= -"rbxassetid://102696283659530",sliderHorizontal2Square= -"rbxassetid://108701442446384",sliderHorizontal2SquareBadgeArrowDown= -"rbxassetid://79119872986733",sliderHorizontal2SquareOnSquare= -"rbxassetid://137611421331209",sliderHorizontal3= -"rbxassetid://107670284051546",sliderHorizontalBelowCircleLefthalfFilled= -"rbxassetid://139312011750378",sliderHorizontalBelowCircleLefthalfFilledInverse= -"rbxassetid://104045467538847",sliderHorizontalBelowCircleRighthalfFilled= -"rbxassetid://101985344122002",sliderHorizontalBelowCircleRighthalfFilledInverse= -"rbxassetid://126622931244517",sliderHorizontalBelowRectangle= -"rbxassetid://83050619766183",sliderHorizontalBelowSquareAndSquareFilled= -"rbxassetid://94335213985349",sliderHorizontalBelowSquareFilledAndSquare= -"rbxassetid://76707604280302",sliderHorizontalBelowSunMax= -"rbxassetid://122251233576440",sliderVertical3= -"rbxassetid://86131582937330",slowmo= -"rbxassetid://124059116837456",smallcircleCircle= -"rbxassetid://135798799415199",smallcircleCircleFill= -"rbxassetid://131127675920790",smallcircleFilledCircle= -"rbxassetid://84571501145746",smallcircleFilledCircleFill= -"rbxassetid://80883543839934",smartphone= -"rbxassetid://125435450864538",smoke= -"rbxassetid://82580175582471",smokeCircle= -"rbxassetid://108131496117581",smokeCircleFill= -"rbxassetid://80967230163470",smokeFill= -"rbxassetid://104388713094610",snowboard= -"rbxassetid://137552373134903",snowboardFill= -"rbxassetid://93961029838253",snowflake= -"rbxassetid://104478542820031",snowflakeCircle= -"rbxassetid://71229205573545",snowflakeCircleFill= -"rbxassetid://131809546050565",snowflakeRoadLane= -"rbxassetid://101409186989221",snowflakeRoadLaneDashed= -"rbxassetid://89935265714519",snowflakeSlash= -"rbxassetid://101710986044102",soccerball= -"rbxassetid://122541001854587",soccerballCircle= -"rbxassetid://85298358690751",soccerballCircleFill= -"rbxassetid://116199306654237",soccerballCircleFillInverse= -"rbxassetid://128841429706521",soccerballCircleInverse= -"rbxassetid://96796019951740",soccerballInverse= -"rbxassetid://90755700794046",sofa= -"rbxassetid://105786900927022",sofaFill= -"rbxassetid://78303620602910",sos= -"rbxassetid://120025708954623",sosCircle= -"rbxassetid://89142652569578",sosCircleFill= -"rbxassetid://130523256137607",space= -"rbxassetid://131577810166276",sparkle= -"rbxassetid://87494085497692",sparkleMagnifyingglass= -"rbxassetid://124656100041834",sparkleTextClipboard= -"rbxassetid://134663207679941",sparkleTextClipboardFill= -"rbxassetid://120096760627747",sparkles= -"rbxassetid://100914317336916",sparkles2= -"rbxassetid://106137743139657",sparklesRectangleStack= -"rbxassetid://133712176581037",sparklesRectangleStackFill= -"rbxassetid://131891752538156",sparklesSquareFilledOnSquare= -"rbxassetid://86741662810940",sparklesTv= -"rbxassetid://107886974952949",sparklesTvFill= -"rbxassetid://92770402337095",spatialCapture= -"rbxassetid://133656290904908",spatialCaptureFill= -"rbxassetid://122070076847919",spatialCaptureOnHexagon= -"rbxassetid://73074908902816",spatialCaptureOnHexagonFill= -"rbxassetid://128279584949021",spatialCaptureSlash= -"rbxassetid://107686612867977",spatialCaptureSlashFill= -"rbxassetid://74307168865904",speaker= -"rbxassetid://75734808362852",speakerBadgeExclamationmark= -"rbxassetid://131220696405308",speakerBadgeExclamationmarkFill= -"rbxassetid://96012931161515",speakerCircle= -"rbxassetid://81238344901410",speakerCircleFill= -"rbxassetid://126359640866948",speakerFill= -"rbxassetid://124776052805191",speakerMinus= -"rbxassetid://77804455858474",speakerMinusFill= -"rbxassetid://129359505283799",speakerPlus= -"rbxassetid://137648679316638",speakerPlusFill= -"rbxassetid://136124066857632",speakerSlash= -"rbxassetid://97272821466860",speakerSlashCircle= -"rbxassetid://123854900623606",speakerSlashCircleFill= -"rbxassetid://73851791818170",speakerSlashFill= -"rbxassetid://119340320570190",speakerSquare= -"rbxassetid://91818754868694",speakerSquareFill= -"rbxassetid://117846873488247",speakerTrianglebadgeExclamationmark= -"rbxassetid://111177968343605",speakerTrianglebadgeExclamationmarkFill= -"rbxassetid://109924287429690",speakerWave1= -"rbxassetid://113282536554045",speakerWave1ArrowtrianglesUpRightDownLeft= -"rbxassetid://96619716050683",speakerWave1Fill= -"rbxassetid://105401369005435",speakerWave2= -"rbxassetid://81922406608568",speakerWave2Bubble= -"rbxassetid://93347993748470",speakerWave2BubbleFill= -"rbxassetid://92370425274365",speakerWave2Circle= -"rbxassetid://105372044449630",speakerWave2CircleFill= -"rbxassetid://108140575368524",speakerWave2Fill= -"rbxassetid://81542559228885",speakerWave3= -"rbxassetid://135180744503358",speakerWave3Fill= -"rbxassetid://114034450992573",speakerZzz= -"rbxassetid://137389831353812",speakerZzzFill= -"rbxassetid://90474978271463",spigot= -"rbxassetid://132771984198436",spigotFill= -"rbxassetid://82673451149593",spoonServing= -"rbxassetid://116294318703775",sportscourt= -"rbxassetid://73757477114973",sportscourtCircle= -"rbxassetid://72785947232074",sportscourtCircleFill= -"rbxassetid://110513916376850",sportscourtFill= -"rbxassetid://122214154721392",sprinkler= -"rbxassetid://101291326342666",sprinklerAndDroplets= -"rbxassetid://129262367592649",sprinklerAndDropletsFill= -"rbxassetid://126543048050140",sprinklerFill= -"rbxassetid://130952593824513",square= -"rbxassetid://98907376236049",square2Layers3d= -"rbxassetid://108389167188536",square2Layers3dBottomFilled= -"rbxassetid://118576420813150",square2Layers3dFill= -"rbxassetid://125414405811600",square2Layers3dTopFilled= -"rbxassetid://84980751518774",square3Layers3d= -"rbxassetid://87867873171079",square3Layers3dBottomFilled= -"rbxassetid://127274770274425",square3Layers3dDownBackward= -"rbxassetid://76816164007715",square3Layers3dDownForward= -"rbxassetid://110512509244969",square3Layers3dDownLeft= -"rbxassetid://73647355553553",square3Layers3dDownLeftSlash= -"rbxassetid://122758585315241",square3Layers3dDownRight= -"rbxassetid://76721462662303",square3Layers3dDownRightSlash= -"rbxassetid://107751314280759",square3Layers3dMiddleFilled= -"rbxassetid://118868909773304",square3Layers3dSlash= -"rbxassetid://92239672978522",square3Layers3dTopFilled= -"rbxassetid://76743895495879",squareAndArrowDown= -"rbxassetid://112407125998613",squareAndArrowDownBadgeCheckmark= -"rbxassetid://112485029906104",squareAndArrowDownBadgeCheckmarkFill= -"rbxassetid://73371525903752",squareAndArrowDownBadgeClock= -"rbxassetid://104863753737287",squareAndArrowDownBadgeClockFill= -"rbxassetid://135758617129291",squareAndArrowDownBadgeXmark= -"rbxassetid://95818692715046",squareAndArrowDownBadgeXmarkFill= -"rbxassetid://119957922496733",squareAndArrowDownFill= -"rbxassetid://97466722426100",squareAndArrowDownOnSquare= -"rbxassetid://92393393573478",squareAndArrowDownOnSquareFill= -"rbxassetid://123557320937057",squareAndArrowUp= -"rbxassetid://99557892385043",squareAndArrowUpBadgeCheckmark= -"rbxassetid://121177502450396",squareAndArrowUpBadgeCheckmarkFill= -"rbxassetid://80410664683910",squareAndArrowUpBadgeClock= -"rbxassetid://136634416891882",squareAndArrowUpBadgeClockFill= -"rbxassetid://100152417663150",squareAndArrowUpCircle= -"rbxassetid://110034092876892",squareAndArrowUpCircleFill= -"rbxassetid://90727017353919",squareAndArrowUpFill= -"rbxassetid://106996593237329",squareAndArrowUpOnSquare= -"rbxassetid://119107684965100",squareAndArrowUpOnSquareFill= -"rbxassetid://134070011057730",squareAndArrowUpTrianglebadgeExclamationmark= -"rbxassetid://103442186123366",squareAndArrowUpTrianglebadgeExclamationmarkFill= -"rbxassetid://76630798384298",squareAndAtRectangle= -"rbxassetid://89469747813177",squareAndAtRectangleFill= -"rbxassetid://98244853021501",squareAndLineVerticalAndSquare= -"rbxassetid://103416236092213",squareAndLineVerticalAndSquareFilled= -"rbxassetid://119751242227704",squareAndPencil= -"rbxassetid://98204746391626",squareAndPencilCircle= -"rbxassetid://128534137446365",squareAndPencilCircleFill= -"rbxassetid://76877589900875",squareArrowtriangle4Outward= -"rbxassetid://114565973398863",squareBadgePlus= -"rbxassetid://104464165801363",squareBadgePlusFill= -"rbxassetid://135562705491289",squareBottomhalfFilled= -"rbxassetid://136440175190255",squareCircle= -"rbxassetid://73947003243142",squareCircleFill= -"rbxassetid://72507048819575",squareDashed= -"rbxassetid://135041248489640",squareDotted= -"rbxassetid://138017267341541",squareFill= -"rbxassetid://128797129306060",squareFillAndLineVerticalAndSquareFill= -"rbxassetid://112774321706444",squareFillOnCircleFill= -"rbxassetid://126728793311231",squareFillOnSquareFill= -"rbxassetid://75078388479289",squareFillTextGrid1x2= -"rbxassetid://109694619398451",squareFilledAndLineVerticalAndSquare= -"rbxassetid://129169331526984",squareFilledOnSquare= -"rbxassetid://76046866263089",squareGrid2x2= -"rbxassetid://137146389676408",squareGrid2x2Fill= -"rbxassetid://71817009102751",squareGrid3x1BelowLineGrid1x2= -"rbxassetid://73004898716062",squareGrid3x1BelowLineGrid1x2Fill= -"rbxassetid://92102781108009",squareGrid3x1FolderBadgePlus= -"rbxassetid://138356067644160",squareGrid3x1FolderFillBadgePlus= -"rbxassetid://116160934548710",squareGrid3x2= -"rbxassetid://112715099202576",squareGrid3x2Fill= -"rbxassetid://91976547628357",squareGrid3x3= -"rbxassetid://108193858420084",squareGrid3x3BottomleftFilled= -"rbxassetid://96558710786570",squareGrid3x3BottommiddleFilled= -"rbxassetid://101296193188453",squareGrid3x3BottomrightFilled= -"rbxassetid://91433600432374",squareGrid3x3Fill= -"rbxassetid://73603907254671",squareGrid3x3MiddleFilled= -"rbxassetid://88458827611660",squareGrid3x3MiddleleftFilled= -"rbxassetid://121060163082576",squareGrid3x3MiddlerightFilled= -"rbxassetid://137059985584312",squareGrid3x3Square= -"rbxassetid://137865380394021",squareGrid3x3SquareBadgeEllipsis= -"rbxassetid://126771146442833",squareGrid3x3TopleftFilled= -"rbxassetid://102441568929982",squareGrid3x3TopmiddleFilled= -"rbxassetid://78111493439506",squareGrid3x3ToprightFilled= -"rbxassetid://83519094930562",squareGrid4x3Fill= -"rbxassetid://127384254398337",squareLefthalfFilled= -"rbxassetid://97884799753366",squareOnCircle= -"rbxassetid://104142692812827",squareOnSquare= -"rbxassetid://119369701590623",squareOnSquareBadgePersonCrop= -"rbxassetid://138235242351863",squareOnSquareBadgePersonCropFill= -"rbxassetid://76108551424016",squareOnSquareDashed= -"rbxassetid://96378934602177",squareOnSquareIntersectionDashed= -"rbxassetid://105281437328685",squareOnSquareSquareshapeControlhandles= -"rbxassetid://113261333039877",squareResize= -"rbxassetid://116204881270182",squareResizeDown= -"rbxassetid://105613927422054",squareResizeUp= -"rbxassetid://120543644851099",squareRighthalfFilled= -"rbxassetid://105053867221506",squareSlash= -"rbxassetid://77383183449389",squareSlashFill= -"rbxassetid://83951727242999",squareSplit1x2= -"rbxassetid://138128826275342",squareSplit1x2Fill= -"rbxassetid://111737711279634",squareSplit2x1= -"rbxassetid://113162062991288",squareSplit2x1Fill= -"rbxassetid://96835978025874",squareSplit2x2= -"rbxassetid://88516345820507",squareSplit2x2Fill= -"rbxassetid://140167137602603",squareSplitBottomrightquarter= -"rbxassetid://109172073996596",squareSplitBottomrightquarterFill= -"rbxassetid://140432419228078",squareSplitDiagonal= -"rbxassetid://114335386382216",squareSplitDiagonal2x2= -"rbxassetid://100486352135001",squareSplitDiagonal2x2Fill= -"rbxassetid://70910050232806",squareSplitDiagonalFill= -"rbxassetid://134577811019293",squareStack= -"rbxassetid://139174957553611",squareStack3dDownForward= -"rbxassetid://126308735081412",squareStack3dDownForwardFill= -"rbxassetid://113505218116934",squareStack3dDownRight= -"rbxassetid://102181787480462",squareStack3dDownRightFill= -"rbxassetid://119373991881196",squareStack3dForwardDottedline= -"rbxassetid://130591030286041",squareStack3dForwardDottedlineFill= -"rbxassetid://83225820184292",squareStack3dUp= -"rbxassetid://94112189342124",squareStack3dUpBadgeAutomatic= -"rbxassetid://73709120787191",squareStack3dUpBadgeAutomaticFill= -"rbxassetid://101233580972582",squareStack3dUpFill= -"rbxassetid://82819577150651",squareStack3dUpSlash= -"rbxassetid://133884637889137",squareStack3dUpSlashFill= -"rbxassetid://89316830150825",squareStack3dUpTrianglebadgeExclamationmark= -"rbxassetid://132144835516811",squareStack3dUpTrianglebadgeExclamationmarkFill= -"rbxassetid://76223972999675",squareStackFill= -"rbxassetid://85265942856218",squareTextSquare= -"rbxassetid://90987013942542",squareTextSquareFill= -"rbxassetid://128493551684447",squareTophalfFilled= -"rbxassetid://72234608135696",squareroot= -"rbxassetid://80736709110005",squaresBelowRectangle= -"rbxassetid://80954860614761",squaresLeadingRectangle= -"rbxassetid://134979278920148",squaresLeadingRectangleFill= -"rbxassetid://113755198890965",squareshape= -"rbxassetid://76177738089238",squareshapeControlhandlesOnSquareshapeControlhandles= -"rbxassetid://117443553713034",squareshapeDottedSquareshape= -"rbxassetid://101054501875734",squareshapeFill= -"rbxassetid://126681665759376",squareshapeSplit2x2= -"rbxassetid://94705467612369",squareshapeSplit2x2DottedInside= -"rbxassetid://117515019026331",squareshapeSplit2x2DottedInsideAndOutside= -"rbxassetid://94747011465358",squareshapeSplit2x2DottedOutside= -"rbxassetid://103630997040743",squareshapeSplit3x3= -"rbxassetid://138471332370005",squareshapeSquareshapeDotted= -"rbxassetid://100518782460974",stairs= -"rbxassetid://134692734292580",star= -"rbxassetid://106060923892368",starBubble= -"rbxassetid://127623310696793",starBubbleFill= -"rbxassetid://138944336413566",starCircle= -"rbxassetid://70810757112390",starCircleFill= -"rbxassetid://89953636006863",starFill= -"rbxassetid://78868362140764",starHexagon= -"rbxassetid://111527867339622",starHexagonFill= -"rbxassetid://129838449100191",starLeadinghalfFilled= -"rbxassetid://121879872855822",starSlash= -"rbxassetid://134715174374399",starSlashFill= -"rbxassetid://112354203152247",starSquare= -"rbxassetid://91223970409203",starSquareFill= -"rbxassetid://132605486741662",starSquareOnSquare= -"rbxassetid://116794138075061",starSquareOnSquareFill= -"rbxassetid://111676385100379",staroflife= -"rbxassetid://128136301208657",staroflifeCircle= -"rbxassetid://101941916515227",staroflifeCircleFill= -"rbxassetid://92205443507634",staroflifeFill= -"rbxassetid://72038108000943",staroflifeShield= -"rbxassetid://88317784330159",staroflifeShieldFill= -"rbxassetid://93491587185763",steeringwheel= -"rbxassetid://85285353550356",steeringwheelAndHands= -"rbxassetid://86048236797267",steeringwheelAndHeatWaves= -"rbxassetid://96765048881358",steeringwheelAndKey= -"rbxassetid://135708083907306",steeringwheelAndLiquidWave= -"rbxassetid://110016800502490",steeringwheelArrowTriangleheadCounterclockwiseAndClockwise= -"rbxassetid://124234522030471",steeringwheelArrowtriangleLeft= -"rbxassetid://84590275922865",steeringwheelArrowtriangleRight= -"rbxassetid://121389248388103",steeringwheelBadgeExclamationmark= -"rbxassetid://118268559890768",steeringwheelBadgeLock= -"rbxassetid://79838138784906",steeringwheelCircle= -"rbxassetid://103381246617579",steeringwheelCircleFill= -"rbxassetid://138506892496326",steeringwheelExclamationmark= -"rbxassetid://87505927585818",steeringwheelRoadLane= -"rbxassetid://115047815177910",steeringwheelRoadLaneDashed= -"rbxassetid://82786936136264",steeringwheelSlash= -"rbxassetid://83643842238309",sterlingsign= -"rbxassetid://120994172156533",sterlingsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://97465379732270",sterlingsignBankBuilding= -"rbxassetid://127462042112710",sterlingsignBankBuildingFill= -"rbxassetid://87240834036593",sterlingsignCircle= -"rbxassetid://74277091076568",sterlingsignCircleFill= -"rbxassetid://79238689728940",sterlingsignGaugeChartLefthalfRighthalf= -"rbxassetid://93203450034761",sterlingsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://94850387462685",sterlingsignRing= -"rbxassetid://101957486007258",sterlingsignRingDashed= -"rbxassetid://103551234990120",sterlingsignSquare= -"rbxassetid://113719973408284",sterlingsignSquareFill= -"rbxassetid://120263632255828",stethoscope= -"rbxassetid://136220696849208",stethoscopeCircle= -"rbxassetid://102198867905532",stethoscopeCircleFill= -"rbxassetid://128704607307451",stop= -"rbxassetid://136670886845998",stopCircle= -"rbxassetid://73037088106568",stopCircleFill= -"rbxassetid://137324035654271",stopFill= -"rbxassetid://126577657455636",stopwatch= -"rbxassetid://133563515306751",stopwatchFill= -"rbxassetid://140408887318161",storefront= -"rbxassetid://73114259044136",storefrontCircle= -"rbxassetid://125812554243948",storefrontCircleFill= -"rbxassetid://98342038620951",storefrontFill= -"rbxassetid://92574266927905",stove= -"rbxassetid://133037767282079",stoveFill= -"rbxassetid://114482752769570",strikethrough= -"rbxassetid://137674896460693",strikethroughDouble= -"rbxassetid://74399810231092",strokeLineDiagonal= -"rbxassetid://132018564200625",strokeLineDiagonalSlash= -"rbxassetid://87947022221274",stroller= -"rbxassetid://96620512468502",strollerFill= -"rbxassetid://123657246134027",studentdesk= -"rbxassetid://87344774239479",suitClub= -"rbxassetid://88840743851213",suitClubFill= -"rbxassetid://127578864103153",suitDiamond= -"rbxassetid://125920871840800",suitDiamondFill= -"rbxassetid://108202144695508",suitHeart= -"rbxassetid://126925896541403",suitHeartFill= -"rbxassetid://81834108929441",suitSpade= -"rbxassetid://101844589647931",suitSpadeFill= -"rbxassetid://122686608266612",suitcase= -"rbxassetid://132641022780692",suitcaseCart= -"rbxassetid://100486580287300",suitcaseCartFill= -"rbxassetid://73164110075250",suitcaseCircle= -"rbxassetid://125450185968615",suitcaseCircleFill= -"rbxassetid://72152463054294",suitcaseFill= -"rbxassetid://103019974023340",suitcaseRolling= -"rbxassetid://140433563363857",suitcaseRollingAndFilm= -"rbxassetid://94260043621312",suitcaseRollingAndFilmCircle= -"rbxassetid://92745497305862",suitcaseRollingAndFilmCircleFill= -"rbxassetid://82886530758832",suitcaseRollingAndFilmFill= -"rbxassetid://76396377637381",suitcaseRollingAndSuitcase= -"rbxassetid://70401610633615",suitcaseRollingAndSuitcaseCircle= -"rbxassetid://133163914678688",suitcaseRollingAndSuitcaseCircleFill= -"rbxassetid://88174894675702",suitcaseRollingAndSuitcaseFill= -"rbxassetid://101850509540104",suitcaseRollingCircle= -"rbxassetid://135340273887278",suitcaseRollingCircleFill= -"rbxassetid://131224872005518",suitcaseRollingFill= -"rbxassetid://73943578198752",sum= -"rbxassetid://139775302351413",sunDust= -"rbxassetid://117309190124206",sunDustCircle= -"rbxassetid://72042401956296",sunDustCircleFill= -"rbxassetid://102946529922767",sunDustFill= -"rbxassetid://101637052221822",sunHaze= -"rbxassetid://101178256286731",sunHazeCircle= -"rbxassetid://124700545540862",sunHazeCircleFill= -"rbxassetid://123440919717303",sunHazeFill= -"rbxassetid://72641907301271",sunHorizon= -"rbxassetid://139853349113615",sunHorizonCircle= -"rbxassetid://122433542009323",sunHorizonCircleFill= -"rbxassetid://105388537907962",sunHorizonFill= -"rbxassetid://88958078238991",sunLefthalfFilled= -"rbxassetid://99182439908957",sunMax= -"rbxassetid://98385650088855",sunMaxCircle= -"rbxassetid://130019970643068",sunMaxCircleFill= -"rbxassetid://87712245011599",sunMaxFill= -"rbxassetid://129246125923630",sunMaxTrianglebadgeExclamationmark= -"rbxassetid://135096608096944",sunMaxTrianglebadgeExclamationmarkFill= -"rbxassetid://111483899436388",sunMin= -"rbxassetid://95636945423164",sunMinFill= -"rbxassetid://93927453230415",sunRain= -"rbxassetid://131039777418965",sunRainCircle= -"rbxassetid://88669531894957",sunRainCircleFill= -"rbxassetid://123180430148456",sunRainFill= -"rbxassetid://103786123808731",sunRighthalfFilled= -"rbxassetid://83500760603172",sunSnow= -"rbxassetid://103742729033243",sunSnowCircle= -"rbxassetid://111678708225036",sunSnowCircleFill= -"rbxassetid://98707428268809",sunSnowFill= -"rbxassetid://89905828517672",sunglasses= -"rbxassetid://88224016842998",sunglassesFill= -"rbxassetid://91938267528643",sunrise= -"rbxassetid://103374441286076",sunriseCircle= -"rbxassetid://79285910355771",sunriseCircleFill= -"rbxassetid://92656145591446",sunriseFill= -"rbxassetid://125051704409664",sunset= -"rbxassetid://117180919602803",sunsetCircle= -"rbxassetid://93627110694293",sunsetCircleFill= -"rbxassetid://110211277245795",sunsetFill= -"rbxassetid://109357503724524",surfboard= -"rbxassetid://127335630568268",surfboardFill= -"rbxassetid://90405189277442",suspensionShock= -"rbxassetid://123661632636112",suvSide= -"rbxassetid://122856607279228",suvSideAirCirculate= -"rbxassetid://90618130682142",suvSideAirCirculateFill= -"rbxassetid://97156252635205",suvSideAirFresh= -"rbxassetid://110653339545107",suvSideAirFreshFill= -"rbxassetid://105598896214863",suvSideAndExclamationmark= -"rbxassetid://93447665422530",suvSideAndExclamationmarkFill= -"rbxassetid://135081551526522",suvSideArrowLeftAndRight= -"rbxassetid://93886265932473",suvSideArrowLeftAndRightFill= -"rbxassetid://101123246317391",suvSideArrowtriangleDown= -"rbxassetid://84143411932939",suvSideArrowtriangleDownFill= -"rbxassetid://74957601618421",suvSideArrowtriangleUp= -"rbxassetid://117932734833280",suvSideArrowtriangleUpArrowtriangleDown= -"rbxassetid://79286322011702",suvSideArrowtriangleUpArrowtriangleDownFill= -"rbxassetid://127945995940666",suvSideArrowtriangleUpFill= -"rbxassetid://121587898305740",suvSideFill= -"rbxassetid://108356293792160",suvSideFrontOpen= -"rbxassetid://91013178700243",suvSideFrontOpenCrop= -"rbxassetid://81628808948649",suvSideFrontOpenCropFill= -"rbxassetid://75744145955088",suvSideFrontOpenFill= -"rbxassetid://111477807295478",suvSideHillDescentControl= -"rbxassetid://78362823992424",suvSideHillDescentControlFill= -"rbxassetid://97709964750663",suvSideHillDown= -"rbxassetid://106843100416180",suvSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangle= -"rbxassetid://77684213847061",suvSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangleFill= -"rbxassetid://97317496272016",suvSideHillDownFill= -"rbxassetid://96849972582195",suvSideHillUp= -"rbxassetid://101027405407546",suvSideHillUpFill= -"rbxassetid://108563842272601",suvSideLock= -"rbxassetid://130912525531713",suvSideLockFill= -"rbxassetid://102391208498283",suvSideLockOpen= -"rbxassetid://123625806824517",suvSideLockOpenFill= -"rbxassetid://72973458812166",suvSideRearOpen= -"rbxassetid://76679764199338",suvSideRearOpenCrop= -"rbxassetid://75584464894716",suvSideRearOpenCropFill= -"rbxassetid://94445355622112",suvSideRearOpenFill= -"rbxassetid://105145275943842",suvSideRoofCargoCarrier= -"rbxassetid://97880614081055",suvSideRoofCargoCarrierFill= -"rbxassetid://98453100504044",suvSideRoofCargoCarrierSlash= -"rbxassetid://97786181920554",suvSideRoofCargoCarrierSlashFill= -"rbxassetid://118221303772452",swatchpalette= -"rbxassetid://102342212297691",swatchpaletteFill= -"rbxassetid://83696321616470",swedishkronasign= -"rbxassetid://113590877442354",swedishkronasignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://82807664058912",swedishkronasignBankBuilding= -"rbxassetid://131724737263069",swedishkronasignBankBuildingFill= -"rbxassetid://137285159558303",swedishkronasignCircle= -"rbxassetid://96170728203120",swedishkronasignCircleFill= -"rbxassetid://117211087585384",swedishkronasignGaugeChartLefthalfRighthalf= -"rbxassetid://78482609401093",swedishkronasignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://119747564196676",swedishkronasignRing= -"rbxassetid://96450529898005",swedishkronasignRingDashed= -"rbxassetid://75981113357902",swedishkronasignSquare= -"rbxassetid://139395203857839",swedishkronasignSquareFill= -"rbxassetid://119243694096205",swift= -"rbxassetid://131011018129362",swiftdata= -"rbxassetid://106483150701720",swirlCircleRighthalfFilled= -"rbxassetid://118830773124096",swirlCircleRighthalfFilledInverse= -"rbxassetid://83510537041877",switch2= -"rbxassetid://123166258537770",switchProgrammable= -"rbxassetid://73293118423998",switchProgrammableFill= -"rbxassetid://81345762744006",switchProgrammableSquare= -"rbxassetid://96416272344240",switchProgrammableSquareFill= -"rbxassetid://86180135836820",syringe= -"rbxassetid://86802816621696",syringeFill= -"rbxassetid://71579138609122",tCircle= -"rbxassetid://139064106715366",tCircleFill= -"rbxassetid://83878991230670",tSquare= -"rbxassetid://72766386011673",tSquareFill= -"rbxassetid://134181065998924",tableFurniture= -"rbxassetid://98060850811125",tableFurnitureFill= -"rbxassetid://118201461401388",tablecells= -"rbxassetid://132208134491076",tablecellsBadgeEllipsis= -"rbxassetid://83379207256586",tablecellsFill= -"rbxassetid://90575638548382",tablecellsFillBadgeEllipsis= -"rbxassetid://128227253765005",tachometer= -"rbxassetid://112896359360507",tag= -"rbxassetid://125986815165844",tagCircle= -"rbxassetid://72031300920359",tagCircleFill= -"rbxassetid://87465418534827",tagFill= -"rbxassetid://92815943017758",tagSlash= -"rbxassetid://105079229757224",tagSlashFill= -"rbxassetid://83487909291761",tagSquare= -"rbxassetid://77749946608510",tagSquareFill= -"rbxassetid://115347306676390",taillightFog= -"rbxassetid://120929769563676",taillightFogFill= -"rbxassetid://127301916936971",takeoutbagAndCupAndStraw= -"rbxassetid://84350148531261",takeoutbagAndCupAndStrawFill= -"rbxassetid://90199948355934",target= -"rbxassetid://109852081526099",teddybear= -"rbxassetid://86195563076671",teddybearFill= -"rbxassetid://87671004143440",teletype= -"rbxassetid://86628570677077",teletypeAnswer= -"rbxassetid://83063451372620",teletypeAnswerCircle= -"rbxassetid://76339186115329",teletypeAnswerCircleFill= -"rbxassetid://76754126789250",teletypeCircle= -"rbxassetid://80197690766848",teletypeCircleFill= -"rbxassetid://88686471347409",tengesign= -"rbxassetid://113275156819119",tengesignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://123105190902170",tengesignBankBuilding= -"rbxassetid://86754748612548",tengesignBankBuildingFill= -"rbxassetid://101223315821084",tengesignCircle= -"rbxassetid://78047887328153",tengesignCircleFill= -"rbxassetid://77992387227680",tengesignGaugeChartLefthalfRighthalf= -"rbxassetid://99219189320444",tengesignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://98854298585899",tengesignRing= -"rbxassetid://79162767231357",tengesignRingDashed= -"rbxassetid://80438921422135",tengesignSquare= -"rbxassetid://119187507893168",tengesignSquareFill= -"rbxassetid://74557263333190",tennisRacket= -"rbxassetid://99905066259816",tennisRacketCircle= -"rbxassetid://75068400865183",tennisRacketCircleFill= -"rbxassetid://71548349277199",tennisball= -"rbxassetid://83555845119951",tennisballCircle= -"rbxassetid://87436428934328",tennisballCircleFill= -"rbxassetid://135577712793932",tennisballFill= -"rbxassetid://123028387476864",tent= -"rbxassetid://114976756058429",tent2= -"rbxassetid://132466551628185",tent2Circle= -"rbxassetid://136125493865402",tent2CircleFill= -"rbxassetid://110600579286227",tent2Fill= -"rbxassetid://76494897927822",tentCircle= -"rbxassetid://109080646991574",tentCircleFill= -"rbxassetid://90459697852823",tentFill= -"rbxassetid://124601472240293",testtube2= -"rbxassetid://130342981156157",textAligncenter= -"rbxassetid://106718097217873",textAlignleft= -"rbxassetid://135150901438637",textAlignright= -"rbxassetid://82388801562608",textAndCommandMacwindow= -"rbxassetid://118988522870774",textAppend= -"rbxassetid://133868352863059",textBadgeCheckmark= -"rbxassetid://140029953865133",textBadgeMinus= -"rbxassetid://115776216592898",textBadgePlus= -"rbxassetid://93548630814313",textBadgeStar= -"rbxassetid://82513174825659",textBadgeXmark= -"rbxassetid://119447006433927",textBelowFolder= -"rbxassetid://131348846547201",textBelowFolderFill= -"rbxassetid://119536030039047",textBelowPhoto= -"rbxassetid://122214365789271",textBelowPhotoFill= -"rbxassetid://109119885327462",textBookClosed= -"rbxassetid://137772475164243",textBookClosedFill= -"rbxassetid://120597826739885",textBubble= -"rbxassetid://130010906327106",textBubbleBadgeClock= -"rbxassetid://122255628235314",textBubbleBadgeClockFill= -"rbxassetid://116617683519146",textBubbleFill= -"rbxassetid://136174604814517",textDocument= -"rbxassetid://110974078662873",textDocumentFill= -"rbxassetid://112984238463058",textInsert= -"rbxassetid://89194949815490",textJustify= -"rbxassetid://128515263388126",textJustifyLeading= -"rbxassetid://99421542509218",textJustifyLeft= -"rbxassetid://85955247990158",textJustifyRight= -"rbxassetid://85029710720477",textJustifyTrailing= -"rbxassetid://116614108999343",textLine2Summary= -"rbxassetid://75497606348513",textLine2SummaryBadgeXmark= -"rbxassetid://120240137503790",textLine3Summary= -"rbxassetid://113301668646939",textLineFirstAndArrowtriangleForward= -"rbxassetid://121217294791814",textLineLastAndArrowtriangleForward= -"rbxassetid://136826120858931",textLineMagnify= -"rbxassetid://89799235413615",textMagnifyingglass= -"rbxassetid://105156127499861",textPadHeader= -"rbxassetid://78502282836613",textPadHeaderBadgeClock= -"rbxassetid://113253924688269",textPadHeaderBadgePlus= -"rbxassetid://99356816321942",textPage= -"rbxassetid://132055614281508",textPageBadgeMagnifyingglass= -"rbxassetid://104856200205077",textPageFill= -"rbxassetid://109636101617279",textPageSlash= -"rbxassetid://73114331215363",textPageSlashFill= -"rbxassetid://79556326660542",textQuote= -"rbxassetid://105383232717459",textRectangle= -"rbxassetid://133189719049183",textRectangleFill= -"rbxassetid://135486889376555",textRectanglePage= -"rbxassetid://124456679947729",textRectanglePageFill= -"rbxassetid://90617402190286",textRedaction= -"rbxassetid://111994973792379",textSquareFilled= -"rbxassetid://111852480185349",textViewfinder= -"rbxassetid://73544576581605",textWordSpacing= -"rbxassetid://90322363635759",textformat= -"rbxassetid://112049366586814",textformatAlt= -"rbxassetid://90721194312342",textformatCharacters= -"rbxassetid://133509874208711",textformatCharactersArrowLeftAndRight= -"rbxassetid://118583718951092",textformatCharactersDottedunderline= -"rbxassetid://122408688900127",textformatNumbers= -"rbxassetid://96676368179586",textformatSize= -"rbxassetid://99583318883826",textformatSizeLarger= -"rbxassetid://90202290569981",textformatSizeSmaller= -"rbxassetid://72934732510257",textformatSubscript= -"rbxassetid://89009755922708",textformatSuperscript= -"rbxassetid://137539498649346",theatermaskAndPaintbrush= -"rbxassetid://101126890411079",theatermaskAndPaintbrushFill= -"rbxassetid://119825447009332",theatermasks= -"rbxassetid://132878226552137",theatermasksCircle= -"rbxassetid://100392545984440",theatermasksCircleFill= -"rbxassetid://131392943053004",theatermasksFill= -"rbxassetid://80099671285728",thermometerAndEllipsis= -"rbxassetid://79876873285438",thermometerAndLiquidWaves= -"rbxassetid://105979310573086",thermometerAndLiquidWavesSnowflake= -"rbxassetid://75529939000186",thermometerAndLiquidWavesTrianglebadgeExclamationmark= -"rbxassetid://102312625305748",thermometerBrakesignal= -"rbxassetid://134697226530526",thermometerGaugeOpen= -"rbxassetid://132421864821687",thermometerHigh= -"rbxassetid://78554341218322",thermometerLow= -"rbxassetid://138231703417967",thermometerMedium= -"rbxassetid://131491440221931",thermometerMediumSlash= -"rbxassetid://93536189614870",thermometerSnowflake= -"rbxassetid://129962445480475",thermometerSnowflakeCircle= -"rbxassetid://106183287356331",thermometerSnowflakeCircleFill= -"rbxassetid://103587182921366",thermometerSun= -"rbxassetid://73576580062791",thermometerSunCircle= -"rbxassetid://105573269428932",thermometerSunCircleFill= -"rbxassetid://98657163165627",thermometerSunFill= -"rbxassetid://103635087287517",thermometerTirepressure= -"rbxassetid://138164837040783",thermometerTransmission= -"rbxassetid://121662253718583",thermometerVariable= -"rbxassetid://121696348631179",thermometerVariableAndFigure= -"rbxassetid://79995307026579",thermometerVariableAndFigureCircle= -"rbxassetid://84848125471975",thermometerVariableAndFigureCircleFill= -"rbxassetid://117593098989694",thermometerVariableBadgeClock= -"rbxassetid://104210402007001",thermometerVariableBadgePlay= -"rbxassetid://118603269845868",ticket= -"rbxassetid://92291867458097",ticketCircle= -"rbxassetid://129018147682767",ticketCircleFill= -"rbxassetid://127312030474092",ticketFill= -"rbxassetid://133368764810997",timelapse= -"rbxassetid://73398162670766",timelineSelection= -"rbxassetid://136299646557127",timer= -"rbxassetid://74942700794594",timerCircle= -"rbxassetid://108356135796365",timerCircleFill= -"rbxassetid://121871247977073",timerSquare= -"rbxassetid://107945143300593",tire= -"rbxassetid://100739520394026",tireBadgeSnowflake= -"rbxassetid://134940232503113",tirepressure= -"rbxassetid://137677722002465",togglepower= -"rbxassetid://87697933394815",toilet= -"rbxassetid://95272628120759",toiletCircle= -"rbxassetid://134184470196606",toiletCircleFill= -"rbxassetid://116004152549027",toiletFill= -"rbxassetid://71752249092184",tornado= -"rbxassetid://111324960290052",tornadoCircle= -"rbxassetid://80812563767464",tornadoCircleFill= -"rbxassetid://108813960400842",tortoise= -"rbxassetid://77888819996768",tortoiseCircle= -"rbxassetid://123274925383897",tortoiseCircleFill= -"rbxassetid://109832492088215",tortoiseFill= -"rbxassetid://137338470572924",torus= -"rbxassetid://102084584888095",touchid= -"rbxassetid://90020926684535",towHitch= -"rbxassetid://127376098881274",towHitchExclamationmark= -"rbxassetid://121889306137802",towHitchExclamationmarkFill= -"rbxassetid://120658815606160",towHitchFill= -"rbxassetid://75229956711750",tractionControlTirepressure= -"rbxassetid://75924561587871",tractionControlTirepressureExclamationmark= -"rbxassetid://95248900980352",tractionControlTirepressureSlash= -"rbxassetid://77466483383819",trainSideFrontCar= -"rbxassetid://98019991706828",trainSideMiddleCar= -"rbxassetid://78691823207490",trainSideRearCar= -"rbxassetid://101305393121036",tram= -"rbxassetid://132087147127836",tramCard= -"rbxassetid://107654406340661",tramCardFill= -"rbxassetid://89008300917187",tramCircle= -"rbxassetid://86631638789053",tramCircleFill= -"rbxassetid://127038002152540",tramFill= -"rbxassetid://102768551514235",tramFillTunnel= -"rbxassetid://105328533234246",translate= -"rbxassetid://79812484334080",transmission= -"rbxassetid://83428797257245",trapezoidAndLineHorizontal= -"rbxassetid://108393651255676",trapezoidAndLineHorizontalFill= -"rbxassetid://97385377619602",trapezoidAndLineVertical= -"rbxassetid://135738282580750",trapezoidAndLineVerticalFill= -"rbxassetid://87762045207026",trash= -"rbxassetid://115335545782295",trashCircle= -"rbxassetid://117938077000495",trashCircleFill= -"rbxassetid://137928659622763",trashFill= -"rbxassetid://72642910417580",trashSlash= -"rbxassetid://94535401008092",trashSlashCircle= -"rbxassetid://126637369390712",trashSlashCircleFill= -"rbxassetid://107364136940681",trashSlashFill= -"rbxassetid://79667652543442",trashSlashSquare= -"rbxassetid://78125223791707",trashSlashSquareFill= -"rbxassetid://107761593493508",trashSquare= -"rbxassetid://93535439985359",trashSquareFill= -"rbxassetid://104729456478255",tray= -"rbxassetid://100321261326095",tray2= -"rbxassetid://118642143292584",tray2Fill= -"rbxassetid://95278476850998",trayAndArrowDown= -"rbxassetid://72560978853066",trayAndArrowDownFill= -"rbxassetid://99978370345164",trayAndArrowUp= -"rbxassetid://132086842047127",trayAndArrowUpFill= -"rbxassetid://103270581801222",trayBadge= -"rbxassetid://125368121632140",trayBadgeFill= -"rbxassetid://92494313957763",trayCircle= -"rbxassetid://133320727567228",trayCircleFill= -"rbxassetid://84725825821866",trayFill= -"rbxassetid://128393271634780",trayFull= -"rbxassetid://88322303599930",trayFullFill= -"rbxassetid://135397921167721",tree= -"rbxassetid://126020531684949",treeCircle= -"rbxassetid://131307359267645",treeCircleFill= -"rbxassetid://95396877161236",treeFill= -"rbxassetid://135861164604280",triangle= -"rbxassetid://76590219208097",triangleBottomhalfFilled= -"rbxassetid://75595961896392",triangleCircle= -"rbxassetid://109695959143488",triangleCircleFill= -"rbxassetid://133661222201757",triangleFill= -"rbxassetid://73285851889060",triangleLefthalfFilled= -"rbxassetid://97031175066749",triangleRighthalfFilled= -"rbxassetid://80905140041497",triangleTophalfFilled= -"rbxassetid://138597281669919",triangleshape= -"rbxassetid://70374572759392",triangleshapeFill= -"rbxassetid://121426032375132",trophy= -"rbxassetid://138638383151437",trophyCircle= -"rbxassetid://116811791316916",trophyCircleFill= -"rbxassetid://111068224394583",trophyFill= -"rbxassetid://126051044632832",tropicalstorm= -"rbxassetid://106821479418779",tropicalstormCircle= -"rbxassetid://73249800360418",tropicalstormCircleFill= -"rbxassetid://85211361119066",truckBox= -"rbxassetid://125873507252990",truckBoxBadgeClock= -"rbxassetid://119978740934427",truckBoxBadgeClockFill= -"rbxassetid://137975011482463",truckBoxFill= -"rbxassetid://118731526335652",truckPickupSide= -"rbxassetid://129773036755583",truckPickupSideAirCirculate= -"rbxassetid://73619100241235",truckPickupSideAirCirculateFill= -"rbxassetid://112713585823374",truckPickupSideAirFresh= -"rbxassetid://79323380639837",truckPickupSideAirFreshFill= -"rbxassetid://124904879416304",truckPickupSideAndExclamationmark= -"rbxassetid://89265776431447",truckPickupSideAndExclamationmarkFill= -"rbxassetid://123626371896687",truckPickupSideArrowLeftAndRight= -"rbxassetid://96497522961249",truckPickupSideArrowLeftAndRightFill= -"rbxassetid://78094748921561",truckPickupSideArrowtriangleDown= -"rbxassetid://83662827978588",truckPickupSideArrowtriangleDownFill= -"rbxassetid://119999605440690",truckPickupSideArrowtriangleUp= -"rbxassetid://137422311548454",truckPickupSideArrowtriangleUpArrowtriangleDown= -"rbxassetid://82985037890473",truckPickupSideArrowtriangleUpArrowtriangleDownFill= -"rbxassetid://129373336677056",truckPickupSideArrowtriangleUpFill= -"rbxassetid://120163222604899",truckPickupSideFill= -"rbxassetid://88579236456919",truckPickupSideFrontOpen= -"rbxassetid://90224930311201",truckPickupSideFrontOpenCrop= -"rbxassetid://106374189037938",truckPickupSideFrontOpenCropFill= -"rbxassetid://137034018435725",truckPickupSideFrontOpenFill= -"rbxassetid://93628311015419",truckPickupSideHillDown= -"rbxassetid://107533487530085",truckPickupSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangle= -"rbxassetid://78696234647911",truckPickupSideHillDownAndGaugeOpenWithLinesNeedle25percentAndArrowtriangleFill= -"rbxassetid://101238119189986",truckPickupSideHillDownFill= -"rbxassetid://90761776134807",truckPickupSideHillUp= -"rbxassetid://88479915936878",truckPickupSideHillUpFill= -"rbxassetid://82265383352800",truckPickupSideLock= -"rbxassetid://138720314089408",truckPickupSideLockFill= -"rbxassetid://140068352114898",truckPickupSideLockOpen= -"rbxassetid://110364291263470",truckPickupSideLockOpenFill= -"rbxassetid://73648675322550",truckSideHillDescentControl= -"rbxassetid://90013822199074",truckSideHillDescentControlFill= -"rbxassetid://82709600474268",truckSideRoofCargoCarrier= -"rbxassetid://123281086431615",truckSideRoofCargoCarrierFill= -"rbxassetid://140212603630809",truckSideRoofCargoCarrierSlash= -"rbxassetid://139183063897714",truckSideRoofCargoCarrierSlashFill= -"rbxassetid://91246861313299",tsa= -"rbxassetid://113279725498368",tsaCircle= -"rbxassetid://108859501749122",tsaCircleFill= -"rbxassetid://97118276824995",tsaSlash= -"rbxassetid://75977820851285",tshirt= -"rbxassetid://126926803708431",tshirtCircle= -"rbxassetid://86866264664746",tshirtCircleFill= -"rbxassetid://125174653948242",tshirtFill= -"rbxassetid://92972680668882",tugriksign= -"rbxassetid://82657157834343",tugriksignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://77407279321342",tugriksignBankBuilding= -"rbxassetid://110009311822709",tugriksignBankBuildingFill= -"rbxassetid://71869028636386",tugriksignCircle= -"rbxassetid://132051609837527",tugriksignCircleFill= -"rbxassetid://92995657292445",tugriksignGaugeChartLefthalfRighthalf= -"rbxassetid://135588208505460",tugriksignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://87284281267840",tugriksignRing= -"rbxassetid://124228263846845",tugriksignRingDashed= -"rbxassetid://75789347280763",tugriksignSquare= -"rbxassetid://88410624595359",tugriksignSquareFill= -"rbxassetid://76181993382391",tuningfork= -"rbxassetid://77048575416043",turkishlirasign= -"rbxassetid://126108185269095",turkishlirasignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://139383900322255",turkishlirasignBankBuilding= -"rbxassetid://101475067532323",turkishlirasignBankBuildingFill= -"rbxassetid://89305244876324",turkishlirasignCircle= -"rbxassetid://127223799231087",turkishlirasignCircleFill= -"rbxassetid://89622402657253",turkishlirasignGaugeChartLefthalfRighthalf= -"rbxassetid://117210616754868",turkishlirasignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://135958680993590",turkishlirasignRing= -"rbxassetid://110369363965009",turkishlirasignRingDashed= -"rbxassetid://84374132673373",turkishlirasignSquare= -"rbxassetid://100175336700920",turkishlirasignSquareFill= -"rbxassetid://117220084130979",tv= -"rbxassetid://70831495260341",tvAndHifispeakerFill= -"rbxassetid://120060314794540",tvAndMediabox= -"rbxassetid://136606907059607",tvAndMediaboxFill= -"rbxassetid://126315114438061",tvBadgeWifi= -"rbxassetid://132887349146013",tvBadgeWifiFill= -"rbxassetid://115456676172180",tvCircle= -"rbxassetid://93284603365111",tvCircleFill= -"rbxassetid://88475187725012",tvFill= -"rbxassetid://99715194199668",tvSlash= -"rbxassetid://114437513695691",tvSlashFill= -"rbxassetid://130097916497701",uCircle= -"rbxassetid://105594603882602",uCircleFill= -"rbxassetid://98596534744580",uSquare= -"rbxassetid://114463965131126",uSquareFill= -"rbxassetid://129443909758628",uiwindowSplit2x1= -"rbxassetid://138502729139880",umbrella= -"rbxassetid://102091046837274",umbrellaCircle= -"rbxassetid://86216429278917",umbrellaCircleFill= -"rbxassetid://104295251217584",umbrellaFill= -"rbxassetid://120100209532740",umbrellaGaugeOpen= -"rbxassetid://85588099795078",umbrellaPercent= -"rbxassetid://130836796129916",umbrellaPercentFill= -"rbxassetid://84867829029622",umbrellaSensorTagRadiowavesLeftAndRight= -"rbxassetid://76439049343929",umbrellaSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://105634840887768",underline= -"rbxassetid://79313198326748",underlineDouble= -"rbxassetid://78348894771929",vCircle= -"rbxassetid://96306201596689",vCircleFill= -"rbxassetid://86567373229735",vSquare= -"rbxassetid://97701420321276",vSquareFill= -"rbxassetid://106644187475524",ventHeatWavesUpward= -"rbxassetid://71610815674894",vialViewfinder= -"rbxassetid://91380689763299",video= -"rbxassetid://78182569085804",videoBadgeCheckmark= -"rbxassetid://139627001652098",videoBadgeEllipsis= -"rbxassetid://138706400012348",videoBadgePlus= -"rbxassetid://129952388299529",videoBadgeWaveform= -"rbxassetid://75027294708947",videoBadgeWaveformFill= -"rbxassetid://92324116449448",videoBubble= -"rbxassetid://92229061368762",videoBubbleFill= -"rbxassetid://112146818120636",videoCircle= -"rbxassetid://123720346063821",videoCircleFill= -"rbxassetid://78161924998821",videoDoorbell= -"rbxassetid://70922721333648",videoDoorbellFill= -"rbxassetid://92195666088201",videoFill= -"rbxassetid://83981111265412",videoFillBadgeCheckmark= -"rbxassetid://136887134176621",videoFillBadgeEllipsis= -"rbxassetid://99424344964170",videoFillBadgePlus= -"rbxassetid://74202480986049",videoSlash= -"rbxassetid://112418751657003",videoSlashCircle= -"rbxassetid://126461719362780",videoSlashCircleFill= -"rbxassetid://109624102028444",videoSlashFill= -"rbxassetid://79103056975045",videoSquare= -"rbxassetid://97879810929832",videoSquareFill= -"rbxassetid://84532804017877",videoprojector= -"rbxassetid://100048571860916",videoprojectorFill= -"rbxassetid://117630612957437",view2d= -"rbxassetid://72944194119379",view3d= -"rbxassetid://129729312607087",viewfinder= -"rbxassetid://117299392299093",viewfinderCircle= -"rbxassetid://139514465406975",viewfinderCircleFill= -"rbxassetid://97516857201073",viewfinderRectangular= -"rbxassetid://128691162234858",viewfinderTrianglebadgeExclamationmark= -"rbxassetid://129026735801803",visionPro= -"rbxassetid://111569765375439",visionProAndArrowForward= -"rbxassetid://103149773239472",visionProAndArrowForwardFill= -"rbxassetid://110551144446164",visionProBadgeCheckmark= -"rbxassetid://133383772625617",visionProBadgeCheckmarkFill= -"rbxassetid://84876714742011",visionProBadgeExclamationmark= -"rbxassetid://88030690425364",visionProBadgeExclamationmarkFill= -"rbxassetid://132614210639967",visionProBadgePlay= -"rbxassetid://74393724701365",visionProBadgePlayFill= -"rbxassetid://137374477704432",visionProCircle= -"rbxassetid://98799906946749",visionProCircleFill= -"rbxassetid://136601179341788",visionProFill= -"rbxassetid://132536369550459",visionProSlash= -"rbxassetid://126611623032655",visionProSlashCircle= -"rbxassetid://97218983157557",visionProSlashCircleFill= -"rbxassetid://83056561114543",visionProSlashFill= -"rbxassetid://89426552642711",visionProTrianglebadgeExclamationmark= -"rbxassetid://126326018571355",visionProTrianglebadgeExclamationmarkFill= -"rbxassetid://108097641075991",voiceover= -"rbxassetid://133604512036685",volleyball= -"rbxassetid://118926770722158",volleyballCircle= -"rbxassetid://85108900432430",volleyballCircleFill= -"rbxassetid://133664244335979",volleyballFill= -"rbxassetid://88186530918124",wCircle= -"rbxassetid://80081560194302",wCircleFill= -"rbxassetid://124114861409311",wSquare= -"rbxassetid://90302003258359",wSquareFill= -"rbxassetid://77173377321857",wake= -"rbxassetid://138563986320905",wakeCircle= -"rbxassetid://97913365990924",wakeCircleFill= -"rbxassetid://97218306578969",walletBifold= -"rbxassetid://99098323160422",walletBifoldFill= -"rbxassetid://114442952110711",walletPass= -"rbxassetid://73921994648206",walletPassFill= -"rbxassetid://139167937694614",walletSensorTagRadiowavesLeftAndRight= -"rbxassetid://108483477734084",walletSensorTagRadiowavesLeftAndRightFill= -"rbxassetid://97105360218398",wandAndOutline= -"rbxassetid://127169509793205",wandAndOutlineInverse= -"rbxassetid://81925668395329",wandAndRays= -"rbxassetid://103949277905203",wandAndRaysInverse= -"rbxassetid://136144136949374",wandAndSparkles= -"rbxassetid://81387627484062",wandAndSparklesInverse= -"rbxassetid://93661064622780",warninglight= -"rbxassetid://113140159439763",warninglightFill= -"rbxassetid://70511720479101",washer= -"rbxassetid://82321578713546",washerCircle= -"rbxassetid://112942126896950",washerCircleFill= -"rbxassetid://76832028099042",washerFill= -"rbxassetid://120336572830956",watchAnalog= -"rbxassetid://98515023395795",watchfaceApplewatchCase= -"rbxassetid://117603784308308",waterWaves= -"rbxassetid://71939691679633",waterWavesAndArrowTriangleheadDown= -"rbxassetid://106789490326763",waterWavesAndArrowTriangleheadDownTrianglebadgeExclamationmark= -"rbxassetid://108269115591842",waterWavesAndArrowTriangleheadUp= -"rbxassetid://83216623845723",waterWavesSlash= -"rbxassetid://106101835660411",waterbottle= -"rbxassetid://73813874305778",waterbottleFill= -"rbxassetid://121746194031894",wave3Backward= -"rbxassetid://73324889402549",wave3BackwardCircle= -"rbxassetid://124138952627056",wave3BackwardCircleFill= -"rbxassetid://89210489521604",wave3Down= -"rbxassetid://131413482638901",wave3DownCarSide= -"rbxassetid://86735547472509",wave3DownCarSideFill= -"rbxassetid://104538460040211",wave3DownCircle= -"rbxassetid://98912827018694",wave3DownCircleFill= -"rbxassetid://91761594210502",wave3DownConvertibleSide= -"rbxassetid://106408376946403",wave3DownConvertibleSideFill= -"rbxassetid://136792854702071",wave3DownPickupSide= -"rbxassetid://90922176445223",wave3DownPickupSideFill= -"rbxassetid://98379377031023",wave3DownSuvSide= -"rbxassetid://93026825883920",wave3DownSuvSideFill= -"rbxassetid://91839763746453",wave3Forward= -"rbxassetid://83829248158027",wave3ForwardCircle= -"rbxassetid://130257506885954",wave3ForwardCircleFill= -"rbxassetid://102038725633929",wave3Left= -"rbxassetid://109541804334969",wave3LeftCircle= -"rbxassetid://128285700687208",wave3LeftCircleFill= -"rbxassetid://134736819164347",wave3Right= -"rbxassetid://111374608368260",wave3RightCircle= -"rbxassetid://80568820913518",wave3RightCircleFill= -"rbxassetid://80247282215305",wave3Up= -"rbxassetid://129698010450216",wave3UpCircle= -"rbxassetid://102089579688049",wave3UpCircleFill= -"rbxassetid://126782420701073",waveform= -"rbxassetid://116889315193606",waveformAndPersonFilled= -"rbxassetid://133675760098058",waveformBadgeCheckmark= -"rbxassetid://121506514520267",waveformBadgeExclamationmark= -"rbxassetid://113488345415285",waveformBadgeMagnifyingglass= -"rbxassetid://80003288175969",waveformBadgeMicrophone= -"rbxassetid://84439624648368",waveformBadgeMinus= -"rbxassetid://99872939727943",waveformBadgePlus= -"rbxassetid://106776964949274",waveformBadgeXmark= -"rbxassetid://121201977246188",waveformCircle= -"rbxassetid://103280032887120",waveformCircleFill= -"rbxassetid://93166002961005",waveformLow= -"rbxassetid://129678101011640",waveformMid= -"rbxassetid://75814748311132",waveformPath= -"rbxassetid://136240050003951",waveformPathBadgeMinus= -"rbxassetid://74637284943045",waveformPathBadgePlus= -"rbxassetid://133696461350317",waveformPathEcg= -"rbxassetid://118455344851700",waveformPathEcgMagnifyingglass= -"rbxassetid://109122730441823",waveformPathEcgRectangle= -"rbxassetid://82525203269134",waveformPathEcgRectangleFill= -"rbxassetid://123862293883363",waveformPathEcgText= -"rbxassetid://79289592593841",waveformPathEcgTextClipboard= -"rbxassetid://73684590691300",waveformPathEcgTextClipboardFill= -"rbxassetid://121546430420685",waveformPathEcgTextPage= -"rbxassetid://93961136083388",waveformPathEcgTextPageFill= -"rbxassetid://121702207259110",waveformSlash= -"rbxassetid://80335009873179",webCamera= -"rbxassetid://113314693845336",webCameraFill= -"rbxassetid://128941362552713",wheelchair= -"rbxassetid://122809188345081",widgetExtralarge= -"rbxassetid://95592175929407",widgetExtralargeBadgePlus= -"rbxassetid://102544036581835",widgetLarge= -"rbxassetid://137946471794291",widgetLargeBadgePlus= -"rbxassetid://92408196134308",widgetMedium= -"rbxassetid://82780067512862",widgetMediumBadgePlus= -"rbxassetid://99632310852966",widgetSmall= -"rbxassetid://96224186532114",widgetSmallBadgePlus= -"rbxassetid://78136028893707",wifi= -"rbxassetid://96841190260716",wifiBadgeLock= -"rbxassetid://121765209575146",wifiCircle= -"rbxassetid://112374177612831",wifiCircleFill= -"rbxassetid://70903549483174",wifiExclamationmark= -"rbxassetid://83139505762375",wifiExclamationmarkCircle= -"rbxassetid://110196603004504",wifiExclamationmarkCircleFill= -"rbxassetid://73120042637585",wifiRouter= -"rbxassetid://114350517550198",wifiRouterFill= -"rbxassetid://107233968723589",wifiSlash= -"rbxassetid://70460705725103",wifiSquare= -"rbxassetid://111736912738849",wifiSquareFill= -"rbxassetid://113151697050902",wind= -"rbxassetid://123315741626672",windCircle= -"rbxassetid://98944823866788",windCircleFill= -"rbxassetid://104107165014924",windSnow= -"rbxassetid://103469307026064",windSnowCircle= -"rbxassetid://129187436054344",windSnowCircleFill= -"rbxassetid://85332050067030",windowAwning= -"rbxassetid://110628678161345",windowAwningClosed= -"rbxassetid://120909125948206",windowCasement= -"rbxassetid://105250066113917",windowCasementClosed= -"rbxassetid://113504720679854",windowCeiling= -"rbxassetid://116052374357624",windowCeilingClosed= -"rbxassetid://86807396652512",windowHorizontal= -"rbxassetid://126990108493518",windowHorizontalClosed= -"rbxassetid://82330671805517",windowShadeClosed= -"rbxassetid://85522959746914",windowShadeOpen= -"rbxassetid://73628451227326",windowVerticalClosed= -"rbxassetid://111746317344195",windowVerticalOpen= -"rbxassetid://138469115001896",windshieldFrontAndFluidAndSpray= -"rbxassetid://124613021494861",windshieldFrontAndHeatWaves= -"rbxassetid://73400013712105",windshieldFrontAndSpray= -"rbxassetid://115107912630499",windshieldFrontAndWiper= -"rbxassetid://79112804452855",windshieldFrontAndWiperAndDrop= -"rbxassetid://131766799011712",windshieldFrontAndWiperAndSpray= -"rbxassetid://129220258156644",windshieldFrontAndWiperExclamationmark= -"rbxassetid://127177943079349",windshieldFrontAndWiperIntermittent= -"rbxassetid://98466221642309",windshieldRearAndFluidAndSpray= -"rbxassetid://100977875693991",windshieldRearAndHeatWaves= -"rbxassetid://111484323664492",windshieldRearAndSpray= -"rbxassetid://90757127946219",windshieldRearAndWiper= -"rbxassetid://130414867221593",windshieldRearAndWiperAndDrop= -"rbxassetid://71813584309338",windshieldRearAndWiperAndSpray= -"rbxassetid://115168595513001",windshieldRearAndWiperExclamationmark= -"rbxassetid://96197631398486",windshieldRearAndWiperIntermittent= -"rbxassetid://129413449315140",wineglass= -"rbxassetid://140143363411062",wineglassFill= -"rbxassetid://123263404382649",wonsign= -"rbxassetid://135247864314972",wonsignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://116357421717344",wonsignBankBuilding= -"rbxassetid://132564491251845",wonsignBankBuildingFill= -"rbxassetid://118500236212899",wonsignCircle= -"rbxassetid://105859203545716",wonsignCircleFill= -"rbxassetid://106029278643347",wonsignGaugeChartLefthalfRighthalf= -"rbxassetid://124158547490892",wonsignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://102288972061936",wonsignRing= -"rbxassetid://137870750066723",wonsignRingDashed= -"rbxassetid://79783257025154",wonsignSquare= -"rbxassetid://88352615150384",wonsignSquareFill= -"rbxassetid://110877249665211",wrenchAdjustable= -"rbxassetid://96504473642584",wrenchAdjustableFill= -"rbxassetid://125543973254698",wrenchAndScrewdriver= -"rbxassetid://82173105874605",wrenchAndScrewdriverFill= -"rbxassetid://112282710473431",wrongwaysign= -"rbxassetid://115299910478041",wrongwaysignFill= -"rbxassetid://91494505326846",xCircle= -"rbxassetid://86445419154096",xCircleFill= -"rbxassetid://96271218248280",xSquare= -"rbxassetid://118875259519374",xSquareFill= -"rbxassetid://76560553955428",xSquareroot= -"rbxassetid://96586362545482",xboxLogo= -"rbxassetid://94188177489339",xmark= -"rbxassetid://104914974782570",xmarkApp= -"rbxassetid://121157384818602",xmarkAppFill= -"rbxassetid://86063186433795",xmarkBin= -"rbxassetid://104137516017452",xmarkBinCircle= -"rbxassetid://94876405342531",xmarkBinCircleFill= -"rbxassetid://103685244808744",xmarkBinFill= -"rbxassetid://86009322305659",xmarkCircle= -"rbxassetid://113862038487730",xmarkCircleBadgeAirplane= -"rbxassetid://135662500988224",xmarkCircleBadgeAirplaneFill= -"rbxassetid://127103653476342",xmarkCircleFill= -"rbxassetid://102572546754562",xmarkDiamond= -"rbxassetid://77610053066683",xmarkDiamondFill= -"rbxassetid://122986920635912",xmarkIcloud= -"rbxassetid://120875039122226",xmarkIcloudFill= -"rbxassetid://91878827974898",xmarkOctagon= -"rbxassetid://76163921276341",xmarkOctagonFill= -"rbxassetid://103319865305852",xmarkRectangle= -"rbxassetid://80290871801247",xmarkRectangleFill= -"rbxassetid://96994788565703",xmarkRectanglePortrait= -"rbxassetid://72490730039627",xmarkRectanglePortraitFill= -"rbxassetid://136760093965496",xmarkSeal= -"rbxassetid://130208622801240",xmarkSealFill= -"rbxassetid://108480309439894",xmarkShield= -"rbxassetid://107324609775542",xmarkShieldFill= -"rbxassetid://136081505463787",xmarkSquare= -"rbxassetid://110935632568288",xmarkSquareFill= -"rbxassetid://133280899676149",xmarkTriangleCircleSquare= -"rbxassetid://136648559549904",xmarkTriangleCircleSquareFill= -"rbxassetid://98419185292487",xserve= -"rbxassetid://85636848657484",xserveRaid= -"rbxassetid://98784865060433",yCircle= -"rbxassetid://89485014652683",yCircleFill= -"rbxassetid://128292652632890",ySquare= -"rbxassetid://86083075314029",ySquareFill= -"rbxassetid://115461385137221",yensign= -"rbxassetid://83851819597867",yensignArrowTriangleheadCounterclockwiseRotate90= -"rbxassetid://106175904260000",yensignBankBuilding= -"rbxassetid://72459264948713",yensignBankBuildingFill= -"rbxassetid://116095573280022",yensignCircle= -"rbxassetid://125122746287831",yensignCircleFill= -"rbxassetid://127031026710059",yensignGaugeChartLefthalfRighthalf= -"rbxassetid://136471555260520",yensignGaugeChartLeftthirdTopthirdRightthird= -"rbxassetid://136917831396257",yensignRing= -"rbxassetid://87536859270610",yensignRingDashed= -"rbxassetid://120695644059773",yensignSquare= -"rbxassetid://96285889659511",yensignSquareFill= -"rbxassetid://123755108480275",yieldsign= -"rbxassetid://92901590903696",yieldsignFill= -"rbxassetid://126220922922858",zCircle= -"rbxassetid://98975760825546",zCircleFill= -"rbxassetid://107068112147369",zSquare= -"rbxassetid://117221602677770",zSquareFill= -"rbxassetid://99924998254335",zipperPage= -"rbxassetid://129610606677341",zlButtonRoundedtopHorizontal= -"rbxassetid://135320059962107",zlButtonRoundedtopHorizontalFill= -"rbxassetid://122277893420768",zrButtonRoundedtopHorizontal= -"rbxassetid://119287314704938",zrButtonRoundedtopHorizontalFill= -"rbxassetid://137388293496371",zzz= -"rbxassetid://80729085783608", -}end function a.g() - - - -return{ -["abbr-api"]="rbxassetid://135442589868056", -["abbr-ml"]="rbxassetid://137903102602332", -["abbr-ql"]="rbxassetid://110049046211149", -["abbr-sql"]="rbxassetid://103476362200814", -["abbr-zip"]="rbxassetid://120035177960621",alarm= -"rbxassetid://103714651740365", -["alarm-fill"]="rbxassetid://134908962222196", -["almost-equal"]="rbxassetid://137719956647405", -["antenna-signal"]="rbxassetid://104559571857549",aperture= -"rbxassetid://71507557113696",archive= -"rbxassetid://138648712889342", -["arrow-chevron-down"]="rbxassetid://90698670707878", -["arrow-chevron-left"]="rbxassetid://97609998912425", -["arrow-chevron-right"]="rbxassetid://108948582252594", -["arrow-chevron-up"]="rbxassetid://115419992736798", -["arrow-down"]="rbxassetid://123939608472713", -["arrow-down-from-line"]="rbxassetid://99325768084725", -["arrow-down-left"]="rbxassetid://121587236109837", -["arrow-down-right"]="rbxassetid://115685270562753", -["arrow-down-to-line"]="rbxassetid://135415490774542", -["arrow-down-to-square"]="rbxassetid://120848266158193", -["arrow-left"]="rbxassetid://88189557452621", -["arrow-left-from-line"]="rbxassetid://116154200261474", -["arrow-left-to-line"]="rbxassetid://105416504042116", -["arrow-right"]="rbxassetid://95123964581528", -["arrow-right-arrow-left"]="rbxassetid://95237050232611", -["arrow-right-from-line"]="rbxassetid://73250388679868", -["arrow-right-from-square"]="rbxassetid://138630384007334", -["arrow-right-to-line"]="rbxassetid://101169643700290", -["arrow-right-to-square"]="rbxassetid://84589002276353", -["arrow-rotate-left"]="rbxassetid://74661102290864", -["arrow-rotate-left-number-5"]="rbxassetid://128917736449941", -["arrow-rotate-right"]="rbxassetid://127787397790437", -["arrow-rotate-right-number-5"]="rbxassetid://86653279618055", -["arrow-shape-down"]="rbxassetid://72218786566992", -["arrow-shape-down-from-line"]="rbxassetid://86427289862341", -["arrow-shape-down-to-line"]="rbxassetid://91327159930160", -["arrow-shape-left"]="rbxassetid://89941924562574", -["arrow-shape-left-from-line"]="rbxassetid://108670324374670", -["arrow-shape-left-to-line"]="rbxassetid://109558157057198", -["arrow-shape-right"]="rbxassetid://100458021003226", -["arrow-shape-right-from-line"]="rbxassetid://84964570689486", -["arrow-shape-right-to-line"]="rbxassetid://115960328054212", -["arrow-shape-turn-up-left"]="rbxassetid://132996249289474", -["arrow-shape-turn-up-right"]="rbxassetid://119618287119462", -["arrow-shape-up"]="rbxassetid://124602193050386", -["arrow-shape-up-from-line"]="rbxassetid://117424691508865", -["arrow-shape-up-to-line"]="rbxassetid://96133419760114", -["arrow-up"]="rbxassetid://100806733672183", -["arrow-up-arrow-down"]="rbxassetid://140168473463286", -["arrow-up-from-line"]="rbxassetid://95503719226933", -["arrow-up-from-square"]="rbxassetid://72403202160720", -["arrow-up-from-square-slash"]="rbxassetid://108335176349985", -["arrow-up-left"]="rbxassetid://134676894387453", -["arrow-up-right"]="rbxassetid://107224539026693", -["arrow-up-right-from-square"]="rbxassetid://92937384604050", -["arrow-up-to-line"]="rbxassetid://110555587066032", -["arrow-uturn-ccw-down"]="rbxassetid://105699476132562", -["arrow-uturn-ccw-left"]="rbxassetid://115664707371307", -["arrow-uturn-ccw-right"]="rbxassetid://126380726894011", -["arrow-uturn-cw-down"]="rbxassetid://134787361730075", -["arrow-uturn-cw-left"]="rbxassetid://139071077829245", -["arrow-uturn-cw-right"]="rbxassetid://91889095232886", -["arrows-3-rotate-left"]="rbxassetid://137959578609474", -["arrows-3-rotate-left-letter-a"]="rbxassetid://120991923936761", -["arrows-3-rotate-right"]="rbxassetid://84915394441695", -["arrows-expand"]="rbxassetid://122410949695631", -["arrows-expand-horizontal"]="rbxassetid://133458600060285", -["arrows-expand-vertical"]="rbxassetid://126477345242638", -["arrows-opposite-to-dots"]="rbxassetid://109943465092674", -["arrows-rotate-left"]="rbxassetid://119636631750077", -["arrows-rotate-left-slash"]="rbxassetid://83953788137425", -["arrows-rotate-right"]="rbxassetid://71163834754608", -["arrows-rotate-right-slash"]="rbxassetid://71635699550719",at= -"rbxassetid://71604977143985", -["backward-step"]="rbxassetid://115416356295964", -["backward-step-fill"]="rbxassetid://73165472334476",ban= -"rbxassetid://81039427320809",bars= -"rbxassetid://78693767420779", -["bars-ascending-align-center"]="rbxassetid://84484070067864", -["bars-ascending-align-left"]="rbxassetid://139158749201798", -["bars-ascending-align-left-arrow-down"]="rbxassetid://128006052892634", -["bars-ascending-align-left-arrow-up"]="rbxassetid://96654587441659", -["bars-ascending-align-right"]="rbxassetid://123301249654664", -["bars-descending-align-center"]="rbxassetid://99351433688614", -["bars-descending-align-left"]="rbxassetid://118174229311920", -["bars-descending-align-left-arrow-down"]="rbxassetid://104541816646102", -["bars-descending-align-left-arrow-up"]="rbxassetid://115635127737647", -["bars-descending-align-right"]="rbxassetid://87267446493492", -["bars-play"]="rbxassetid://108518006095531", -["bars-unaligned"]="rbxassetid://100960781217209",bell= -"rbxassetid://78246583582436", -["bell-dot"]="rbxassetid://136008595824222", -["bell-fill"]="rbxassetid://86681986971272", -["bell-slash"]="rbxassetid://117431958262965",binoculars= -"rbxassetid://79600106885790",bold= -"rbxassetid://72536284189901",book= -"rbxassetid://81445376833998", -["book-open"]="rbxassetid://70499214384560",bookmark= -"rbxassetid://92062140569721", -["bookmark-fill"]="rbxassetid://102864828026385",books= -"rbxassetid://94122657588748",box= -"rbxassetid://75012424452065", -["boxes-3"]="rbxassetid://87626327475239", -["branches-down"]="rbxassetid://130945471079494", -["branches-right"]="rbxassetid://85923853676231", -["branches-right-arrow-right"]="rbxassetid://112215804244328",briefcase= -"rbxassetid://71551404712337", -["briefcase-fill"]="rbxassetid://85257920743453", -["broadcast-signal"]="rbxassetid://102816146091577", -["broom-motion"]="rbxassetid://76078843644229", -["broom-motion-fill"]="rbxassetid://124943679507818",brush= -"rbxassetid://107845488140370",bucket= -"rbxassetid://121417289879029", -["bucket-paint"]="rbxassetid://99596953231201",bug= -"rbxassetid://98670706168887",bulb= -"rbxassetid://93108336233221",calculator= -"rbxassetid://137475273962332",calendar= -"rbxassetid://116377708026056", -["calendar-xmark"]="rbxassetid://104770084996807",camera= -"rbxassetid://81803093224716",car= -"rbxassetid://120604577353177", -["card-club"]="rbxassetid://127117910964137", -["card-diamond"]="rbxassetid://80236056413008", -["card-heart"]="rbxassetid://120906275097794", -["card-spade"]="rbxassetid://115590808323293", -["caret-down"]="rbxassetid://79701968834514", -["caret-left"]="rbxassetid://89316921568167", -["caret-right"]="rbxassetid://139321289081149", -["caret-up"]="rbxassetid://83059411586095", -["carets-expand-vertical"]="rbxassetid://133896897248826", -["chart-area-stacked"]="rbxassetid://130180931327397", -["chart-area-stacked-normalized"]="rbxassetid://103830652069922", -["chart-bar"]="rbxassetid://135127077453879", -["chart-bar-stacked"]="rbxassetid://122493586521135", -["chart-column"]="rbxassetid://94234923490933", -["chart-column-stacked"]="rbxassetid://84907763465405", -["chart-donut"]="rbxassetid://70741662222470", -["chart-line"]="rbxassetid://75770898321861", -["chart-line-arrow-up"]="rbxassetid://128755383700684", -["chart-line-label"]="rbxassetid://78343344318924", -["chart-line-points"]="rbxassetid://71936816563951", -["chart-mixed"]="rbxassetid://129003368317817", -["chart-pie"]="rbxassetid://133652199723190", -["chart-treemap"]="rbxassetid://121384142935035",check= -"rbxassetid://103056138350584", -["check-double"]="rbxassetid://88408199250132", -["check-shape"]="rbxassetid://90791112302147", -["check-shape-fill"]="rbxassetid://106578333608881",cherry= -"rbxassetid://131117375627466", -["chevron-down"]="rbxassetid://101196795066767", -["chevron-down-wide"]="rbxassetid://98214643270970", -["chevron-left"]="rbxassetid://96477998975284", -["chevron-right"]="rbxassetid://133716111451411", -["chevron-up"]="rbxassetid://81099149547925", -["chevron-up-wide"]="rbxassetid://114214751384551", -["chevrons-collapse-from-lines"]="rbxassetid://117887712595429", -["chevrons-collapse-horizontal"]="rbxassetid://132606049984534", -["chevrons-collapse-to-line"]="rbxassetid://139365137473627", -["chevrons-collapse-up-right"]="rbxassetid://114550385026285", -["chevrons-collapse-vertical"]="rbxassetid://88863993031023", -["chevrons-down"]="rbxassetid://123759343294827", -["chevrons-down-wide"]="rbxassetid://126852609626773", -["chevrons-expand-from-line"]="rbxassetid://81584080383503", -["chevrons-expand-horizontal"]="rbxassetid://100945919368709", -["chevrons-expand-to-lines"]="rbxassetid://87651107148342", -["chevrons-expand-up-right"]="rbxassetid://94174346416829", -["chevrons-expand-vertical"]="rbxassetid://93809445072743", -["chevrons-left"]="rbxassetid://102534065706809", -["chevrons-right"]="rbxassetid://96202292878843", -["chevrons-up"]="rbxassetid://78078270586609", -["chevrons-up-wide"]="rbxassetid://131005459829839",circle= -"rbxassetid://137383572905673", -["circle-arrow-down"]="rbxassetid://120314249950202", -["circle-arrow-down-fill"]="rbxassetid://91451793265769", -["circle-arrow-left"]="rbxassetid://123388016121218", -["circle-arrow-left-fill"]="rbxassetid://120596831742130", -["circle-arrow-right"]="rbxassetid://101229493655480", -["circle-arrow-right-fill"]="rbxassetid://113087947378891", -["circle-arrow-up"]="rbxassetid://121237631084166", -["circle-arrow-up-fill"]="rbxassetid://124180379825426", -["circle-check"]="rbxassetid://84441736605020", -["circle-check-fill"]="rbxassetid://136945651864502", -["circle-chevron-down"]="rbxassetid://122051087562651", -["circle-chevron-down-fill"]="rbxassetid://113557422611978", -["circle-chevron-left"]="rbxassetid://89977279697563", -["circle-chevron-left-fill"]="rbxassetid://119025519682054", -["circle-chevron-right"]="rbxassetid://73607483249296", -["circle-chevron-right-fill"]="rbxassetid://95916652600208", -["circle-chevron-up"]="rbxassetid://97772187879743", -["circle-chevron-up-fill"]="rbxassetid://120393306329974", -["circle-chevrons-down"]="rbxassetid://85496131237752", -["circle-chevrons-left"]="rbxassetid://98715112437146", -["circle-chevrons-right"]="rbxassetid://79444813576823", -["circle-chevrons-up"]="rbxassetid://101477927637665", -["circle-dashed"]="rbxassetid://122858665756800", -["circle-dollar"]="rbxassetid://82400975917075", -["circle-exclamation"]="rbxassetid://82169163218994", -["circle-exclamation-fill"]="rbxassetid://97043397618250", -["circle-fill"]="rbxassetid://94990574750335", -["circle-info"]="rbxassetid://94896614951723", -["circle-info-fill"]="rbxassetid://104842691994208", -["circle-letter-a"]="rbxassetid://110682804507256", -["circle-letter-b"]="rbxassetid://131915066352114", -["circle-letter-c"]="rbxassetid://120338087811400", -["circle-letter-d"]="rbxassetid://130741771880107", -["circle-letter-e"]="rbxassetid://138887757846336", -["circle-letter-f"]="rbxassetid://100273312746183", -["circle-letter-g"]="rbxassetid://138724669470541", -["circle-letter-h"]="rbxassetid://108122906545875", -["circle-letter-i"]="rbxassetid://115119050404830", -["circle-letter-j"]="rbxassetid://114756737367727", -["circle-letter-k"]="rbxassetid://76746119020732", -["circle-letter-l"]="rbxassetid://121394965902583", -["circle-letter-m"]="rbxassetid://94265144812900", -["circle-letter-n"]="rbxassetid://78178247320190", -["circle-letter-o"]="rbxassetid://132976570923110", -["circle-letter-p"]="rbxassetid://108919995898285", -["circle-letter-q"]="rbxassetid://108843487550689", -["circle-letter-r"]="rbxassetid://98326067563194", -["circle-letter-s"]="rbxassetid://103894277089244", -["circle-letter-t"]="rbxassetid://131148273820031", -["circle-letter-u"]="rbxassetid://127458231439418", -["circle-letter-v"]="rbxassetid://101002192432518", -["circle-letter-w"]="rbxassetid://77310450045931", -["circle-letter-x"]="rbxassetid://135153805304501", -["circle-letter-y"]="rbxassetid://128644240416254", -["circle-letter-z"]="rbxassetid://77875031623708", -["circle-link"]="rbxassetid://70534705255826", -["circle-minus"]="rbxassetid://109230493518470", -["circle-minus-fill"]="rbxassetid://82217360639927", -["circle-number-0"]="rbxassetid://139948957580308", -["circle-number-1"]="rbxassetid://109640039151570", -["circle-number-2"]="rbxassetid://92480552098950", -["circle-number-3"]="rbxassetid://103817768553696", -["circle-number-4"]="rbxassetid://94141847254472", -["circle-number-5"]="rbxassetid://129276854981437", -["circle-number-6"]="rbxassetid://80118979117292", -["circle-number-7"]="rbxassetid://135668138548066", -["circle-number-8"]="rbxassetid://138966720517801", -["circle-number-9"]="rbxassetid://88336496960699", -["circle-pause"]="rbxassetid://125456661498548", -["circle-pause-fill"]="rbxassetid://119839378934874", -["circle-play"]="rbxassetid://131885354857527", -["circle-play-fill"]="rbxassetid://116647054855820", -["circle-plus"]="rbxassetid://129360492879939", -["circle-plus-fill"]="rbxassetid://78315607252810", -["circle-question"]="rbxassetid://93356247795233", -["circle-question-dot"]="rbxassetid://77195781813589", -["circle-question-fill"]="rbxassetid://109914335358349", -["circle-ruble"]="rbxassetid://99021046363225", -["circle-stop"]="rbxassetid://130063510431342", -["circle-stop-fill"]="rbxassetid://100877093103614", -["circle-tree"]="rbxassetid://85080090742001", -["circle-xmark"]="rbxassetid://130360653653495", -["circle-xmark-fill"]="rbxassetid://101136893109914", -["circles-3-plus"]="rbxassetid://112285424384524", -["circles-4-diamond"]="rbxassetid://124361523430952", -["circles-4-square"]="rbxassetid://96622207131032", -["circles-5-random"]="rbxassetid://104341448925971", -["circles-concentric"]="rbxassetid://112364968682650", -["circles-intersection"]="rbxassetid://73334375522049",clock= -"rbxassetid://95091173743042", -["clock-arrow-rotate-left"]="rbxassetid://127310177043478", -["clock-fill"]="rbxassetid://117237925777447",cloud= -"rbxassetid://101918816626609", -["cloud-arrow-up-in"]="rbxassetid://137117278628772", -["cloud-check"]="rbxassetid://103059266691426", -["cloud-gear"]="rbxassetid://110509558530780", -["cloud-nut-hex"]="rbxassetid://125304015018252", -["cloud-slash"]="rbxassetid://88532364599721",clouds= -"rbxassetid://79789514014401",code= -"rbxassetid://127032800584061", -["code-commit"]="rbxassetid://111643949198037", -["code-commit-horizontal"]="rbxassetid://127576006316043", -["code-commits"]="rbxassetid://91309338263007", -["code-compare"]="rbxassetid://138656697539302", -["code-fork"]="rbxassetid://104298384240721", -["code-merge"]="rbxassetid://104709907415001", -["code-pull-request"]="rbxassetid://108743032859939", -["code-pull-request-arrow-left"]="rbxassetid://98599280503024", -["code-pull-request-arrow-right"]="rbxassetid://129705050027475", -["code-pull-request-check"]="rbxassetid://103378571731120", -["code-pull-request-xmark"]="rbxassetid://78829301966639", -["code-trunk"]="rbxassetid://103810952923597",comment= -"rbxassetid://109466230642253", -["comment-dot"]="rbxassetid://134629650483759", -["comment-fill"]="rbxassetid://112831725085208", -["comment-plus"]="rbxassetid://98359578614408", -["comment-slash"]="rbxassetid://138995689318032",comments= -"rbxassetid://112347681716575",compass= -"rbxassetid://111538538589488",copy= -"rbxassetid://122456870046625", -["copy-arrow-right"]="rbxassetid://104912869060624", -["copy-check"]="rbxassetid://76642966313268", -["copy-check-xmark"]="rbxassetid://122253044982865", -["copy-chevron-right"]="rbxassetid://114153241555814", -["copy-minus"]="rbxassetid://96922644771240", -["copy-picture"]="rbxassetid://72428819718946", -["copy-plus"]="rbxassetid://137867936354461", -["copy-transparent"]="rbxassetid://124327837016861", -["copy-xmark"]="rbxassetid://127865292095709",cpu= -"rbxassetid://85871203780132",cpus= -"rbxassetid://70602536224036", -["credit-card"]="rbxassetid://119980351960932",crop= -"rbxassetid://92000335381082", -["crown-diamond"]="rbxassetid://137870034022669",cube= -"rbxassetid://127347610823511", -["cubes-3"]="rbxassetid://78370998312932", -["cubes-3-overlap"]="rbxassetid://86277627995457",cup= -"rbxassetid://101351327561915", -["curly-brackets"]="rbxassetid://109276236803255", -["curly-brackets-function"]="rbxassetid://112157245376014", -["curly-brackets-lock"]="rbxassetid://134432768252956",database= -"rbxassetid://70527848574090", -["database-arrow-right"]="rbxassetid://101415863987351", -["database-fill"]="rbxassetid://133484249821797", -["database-magnifier"]="rbxassetid://125148893054496",databases= -"rbxassetid://90706490669456", -["databases-fill"]="rbxassetid://124304495065051",delete= -"rbxassetid://81915416250149",diamond= -"rbxassetid://104594307062320", -["diamond-exclamation"]="rbxassetid://72475760887740", -["diamond-exclamation-fill"]="rbxassetid://92750439068579", -["diamond-fill"]="rbxassetid://96228419948263", -["dice-1"]="rbxassetid://103689239525832", -["dice-2"]="rbxassetid://96389219075812", -["dice-3"]="rbxassetid://70621804370506", -["dice-4"]="rbxassetid://89218365690474", -["dice-5"]="rbxassetid://131630624927476", -["dice-6"]="rbxassetid://138833379439041",display= -"rbxassetid://80550180662275", -["display-pulse"]="rbxassetid://138647930249888", -["dots-9"]="rbxassetid://122077000646371",droplet= -"rbxassetid://85217490213932",ear= -"rbxassetid://135065014224646",ellipsis= -"rbxassetid://108825746682489", -["ellipsis-vertical"]="rbxassetid://97426157363170",envelope= -"rbxassetid://109118565314106", -["envelope-open"]="rbxassetid://105358726132066", -["envelope-open-xmark"]="rbxassetid://80866920799385",equal= -"rbxassetid://93419050665965",eraser= -"rbxassetid://106523014738195", -["exclamation-shape"]="rbxassetid://77426370164778", -["exclamation-shape-fill"]="rbxassetid://93650541968093",eye= -"rbxassetid://120707831495409", -["eye-closed"]="rbxassetid://72035002941128", -["eye-dashed"]="rbxassetid://94920104462212", -["eye-slash"]="rbxassetid://74632388395769", -["eyes-look-left"]="rbxassetid://135888127006421", -["eyes-look-right"]="rbxassetid://115523274237362", -["face-alien"]="rbxassetid://122493985129489", -["face-angry"]="rbxassetid://105657465280044", -["face-fun"]="rbxassetid://125279182467038", -["face-neutral"]="rbxassetid://71086502634377", -["face-neutral-dashed"]="rbxassetid://78798054777773", -["face-robot"]="rbxassetid://105302404019498", -["face-robot-smile"]="rbxassetid://74419780881388", -["face-sad"]="rbxassetid://119695487707918", -["face-smile"]="rbxassetid://79817174074777", -["face-surprise"]="rbxassetid://94214134808069",factory= -"rbxassetid://84085474112768",file= -"rbxassetid://107833047300916", -["file-arrow-down"]="rbxassetid://110456463755544", -["file-arrow-left"]="rbxassetid://91953364759480", -["file-arrow-right"]="rbxassetid://75382423167566", -["file-arrow-right-out"]="rbxassetid://91570928055045", -["file-arrow-up"]="rbxassetid://103734210881903", -["file-check"]="rbxassetid://85119975202211", -["file-code"]="rbxassetid://126119599889094", -["file-dollar"]="rbxassetid://88995968130496", -["file-exclamation"]="rbxassetid://137422014587320", -["file-letter-p"]="rbxassetid://117140793705373", -["file-letter-w"]="rbxassetid://72104258718446", -["file-letter-x"]="rbxassetid://73195755082293", -["file-magnifier"]="rbxassetid://126110080855699", -["file-minus"]="rbxassetid://95479115601838", -["file-plus"]="rbxassetid://105240495106677", -["file-question"]="rbxassetid://100446629151131", -["file-ruble"]="rbxassetid://74637291969088", -["file-text"]="rbxassetid://133376156175387", -["file-xmark"]="rbxassetid://139863878410957", -["file-zipper"]="rbxassetid://71253058147459",files= -"rbxassetid://83062861217187",filmstrip= -"rbxassetid://98311073132457",fingerprint= -"rbxassetid://109038457478113",firewall= -"rbxassetid://119509701461101",flag= -"rbxassetid://123555524822059",flame= -"rbxassetid://118156841707888",flask= -"rbxassetid://100829678702990", -["floppy-disk"]="rbxassetid://123778614731407",folder= -"rbxassetid://121178377882882", -["folder-arrow-down"]="rbxassetid://97468473569904", -["folder-arrow-left"]="rbxassetid://105044315724840", -["folder-arrow-right"]="rbxassetid://134579629548406", -["folder-arrow-up"]="rbxassetid://107063036939545", -["folder-arrow-up-in"]="rbxassetid://117563761638574", -["folder-check"]="rbxassetid://104012006265308", -["folder-code"]="rbxassetid://107125298152045", -["folder-exclamation"]="rbxassetid://76140673562587", -["folder-fill"]="rbxassetid://101900623025419", -["folder-flows"]="rbxassetid://137790120021992", -["folder-house"]="rbxassetid://94345069309317", -["folder-keyhole"]="rbxassetid://120770116606982", -["folder-lock"]="rbxassetid://105884426146404", -["folder-magnifier"]="rbxassetid://122954171576076", -["folder-open"]="rbxassetid://116588458323209", -["folder-open-fill"]="rbxassetid://102372531181401", -["folder-plus"]="rbxassetid://121839906515471", -["folder-tree"]="rbxassetid://84827525485024",folders= -"rbxassetid://78596087518530",font= -"rbxassetid://113737577046086", -["font-case"]="rbxassetid://109181669437944", -["font-cursor"]="rbxassetid://79018629030822", -["forward-step"]="rbxassetid://76735557633834", -["forward-step-fill"]="rbxassetid://131398028156993",frame= -"rbxassetid://121828062350954",frames= -"rbxassetid://71233848128981", -["function"]="rbxassetid://84386313846201",funnel= -"rbxassetid://95476072665064", -["funnel-xmark"]="rbxassetid://106950038809874",gear= -"rbxassetid://130653350850377", -["gear-branches"]="rbxassetid://124635609929435", -["gear-dot"]="rbxassetid://94678631000745", -["gear-play"]="rbxassetid://132051405025286",gem= -"rbxassetid://123582791292356",geo= -"rbxassetid://112530836084262", -["geo-dots"]="rbxassetid://125473964555170", -["geo-fill"]="rbxassetid://125270420058642", -["geo-pin"]="rbxassetid://77931214242710", -["geo-polygons"]="rbxassetid://86291018663554",ghost= -"rbxassetid://106544313918701",gift= -"rbxassetid://88942366605587",globe= -"rbxassetid://124472253147461",gpu= -"rbxassetid://80435443421528", -["graduation-cap"]="rbxassetid://72291379767367", -["graph-node"]="rbxassetid://121418203381727",grip= -"rbxassetid://77797757994986", -["grip-horizontal"]="rbxassetid://103457330094853",hammer= -"rbxassetid://96934135124621",hand= -"rbxassetid://88875046551218", -["hand-ok"]="rbxassetid://73421195330990", -["hand-point-down"]="rbxassetid://133449559362454", -["hand-point-left"]="rbxassetid://75545630547214", -["hand-point-right"]="rbxassetid://96326952803878", -["hand-point-up"]="rbxassetid://76992889322585", -["hand-stop"]="rbxassetid://95261381545988",handset= -"rbxassetid://94749731410407", -["handset-arrow-in"]="rbxassetid://127330216639355", -["handset-arrow-out"]="rbxassetid://136244597857388", -["hard-drive"]="rbxassetid://134209413192545",hashtag= -"rbxassetid://104931068902382",heading= -"rbxassetid://114958398586380", -["heading-1"]="rbxassetid://83778976927134", -["heading-2"]="rbxassetid://133304878410887", -["heading-3"]="rbxassetid://73341928217597", -["heading-4"]="rbxassetid://77755375432268", -["heading-5"]="rbxassetid://78067061590164", -["heading-6"]="rbxassetid://139894519888639",headphones= -"rbxassetid://103286933144222",heart= -"rbxassetid://113973336125121", -["heart-crack"]="rbxassetid://114161017562451", -["heart-fill"]="rbxassetid://113631886629502", -["heart-pulse"]="rbxassetid://94559254303679",hierarchy= -"rbxassetid://87193001404534",house= -"rbxassetid://84017953453024", -["house-fill"]="rbxassetid://71433571410756",italic= -"rbxassetid://81115641708810",key= -"rbxassetid://103889368375394",keyboard= -"rbxassetid://130539369569844",layers= -"rbxassetid://129316465231678", -["layers-3-diagonal"]="rbxassetid://120377297652057", -["layers-vertical"]="rbxassetid://110354922373224", -["layout-cells"]="rbxassetid://98696521748547", -["layout-cells-large"]="rbxassetid://100255098354000", -["layout-columns"]="rbxassetid://84427832581937", -["layout-columns-3"]="rbxassetid://71735447854881", -["layout-footer"]="rbxassetid://113622765670575", -["layout-header"]="rbxassetid://105610307834609", -["layout-header-cells"]="rbxassetid://131170467534038", -["layout-header-cells-large"]="rbxassetid://137791004130120", -["layout-header-cells-large-fill"]="rbxassetid://70589884836899", -["layout-header-cells-large-letter-d"]="rbxassetid://117150888842613", -["layout-header-cells-large-thunderbolt"]="rbxassetid://70539880056080", -["layout-header-columns"]="rbxassetid://127466539759012", -["layout-header-cursor"]="rbxassetid://94950003069391", -["layout-header-side-content"]="rbxassetid://111700822607720", -["layout-list"]="rbxassetid://93047942420928", -["layout-rows"]="rbxassetid://100647663038001", -["layout-rows-3"]="rbxassetid://90425482127526", -["layout-side-content"]="rbxassetid://112944931847823", -["layout-side-content-left"]="rbxassetid://82393275916629", -["layout-side-content-right"]="rbxassetid://106198598011193", -["layout-split-columns"]="rbxassetid://81956652547064", -["layout-split-columns-3"]="rbxassetid://135156385761292", -["layout-split-rows"]="rbxassetid://120184403763480", -["layout-split-side-content-left"]="rbxassetid://115583962402116", -["layout-split-side-content-right"]="rbxassetid://125684182014400", -["layout-tabs"]="rbxassetid://123109511030647", -["letter-a-underline"]="rbxassetid://137318351668255", -["letter-group"]="rbxassetid://134098861018996", -["letter-m"]="rbxassetid://124776688403365", -["life-ring"]="rbxassetid://124114396162528",link= -"rbxassetid://127654461623913", -["link-slash"]="rbxassetid://86714437340868", -["list-check"]="rbxassetid://72975481210972", -["list-check-lock"]="rbxassetid://95781063192246", -["list-ol"]="rbxassetid://123831960497637", -["list-timeline"]="rbxassetid://75879925920734", -["list-ul"]="rbxassetid://123133222715096", -["location-arrow"]="rbxassetid://71897095805613", -["location-arrow-fill"]="rbxassetid://94565046462607",lock= -"rbxassetid://132362477716273", -["lock-fill"]="rbxassetid://78340628553221", -["lock-open"]="rbxassetid://81326871090745", -["lock-open-fill"]="rbxassetid://131243965606901", -["logo-acrobat"]="rbxassetid://77758480016386", -["logo-android"]="rbxassetid://85377374331361", -["logo-debian"]="rbxassetid://93074623442525", -["logo-docker"]="rbxassetid://112115815862225", -["logo-draw-io"]="rbxassetid://96320557568840", -["logo-facebook"]="rbxassetid://91676718976544", -["logo-figma"]="rbxassetid://127053693352358", -["logo-github"]="rbxassetid://109140464637712", -["logo-gitlab"]="rbxassetid://112942421350236", -["logo-linkedin"]="rbxassetid://137058953014556", -["logo-linux"]="rbxassetid://112716255017277", -["logo-macos"]="rbxassetid://115977192058220", -["logo-markdown"]="rbxassetid://94192304735756", -["logo-mcp"]="rbxassetid://99978388756048", -["logo-mermaid"]="rbxassetid://113773127670999", -["logo-microsoft-office"]="rbxassetid://72281287708367", -["logo-nodejs"]="rbxassetid://85662644955233", -["logo-notion"]="rbxassetid://112104007451593", -["logo-osi"]="rbxassetid://129020182333515", -["logo-python"]="rbxassetid://108546719377285", -["logo-slack"]="rbxassetid://96956955585721", -["logo-stack-overflow"]="rbxassetid://108294339893412", -["logo-telegram"]="rbxassetid://78021764535568", -["logo-ubuntu"]="rbxassetid://87355948774846", -["logo-windows"]="rbxassetid://103987175937231", -["logo-yandex"]="rbxassetid://85363542282523", -["logo-yandex-cloud"]="rbxassetid://70811487120976", -["logo-yandex-messenger"]="rbxassetid://101194358875111", -["logo-yandex-tracker"]="rbxassetid://118664096172733", -["magic-wand"]="rbxassetid://117815236842546",magnet= -"rbxassetid://87480686988492",magnifier= -"rbxassetid://122754210010897", -["magnifier-minus"]="rbxassetid://84516692474671", -["magnifier-plus"]="rbxassetid://94022624784789", -["map-pin"]="rbxassetid://88496867972782", -["map-pin-minus"]="rbxassetid://127988204475002", -["map-pin-plus"]="rbxassetid://105808264416140", -["math-intersection-shape"]="rbxassetid://106794166770550", -["math-operations"]="rbxassetid://103226134327086", -["math-union-shape"]="rbxassetid://125633228072117",medal= -"rbxassetid://77629794806774",megaphone= -"rbxassetid://100616565190065",microphone= -"rbxassetid://139538522148314", -["microphone-slash"]="rbxassetid://103601475520943",microscope= -"rbxassetid://82196704162955",minus= -"rbxassetid://108872870188126", -["minus-shape"]="rbxassetid://126969485042490", -["minus-shape-fill"]="rbxassetid://85672016158837",molecule= -"rbxassetid://83213930150159",moon= -"rbxassetid://133378404835359",mug= -"rbxassetid://133596134867753", -["music-note"]="rbxassetid://118344544185512", -["nodes-down"]="rbxassetid://78959155873218", -["nodes-left"]="rbxassetid://128423983338128", -["nodes-right"]="rbxassetid://118544021258370", -["nodes-up"]="rbxassetid://92522278145067", -["nut-hex"]="rbxassetid://81847321109216", -["object-align-bottom"]="rbxassetid://103798951610656", -["object-align-center-horizontal"]="rbxassetid://97416331490032", -["object-align-center-vertical"]="rbxassetid://120211347778371", -["object-align-justify-horizontal"]="rbxassetid://79979775646576", -["object-align-justify-vertical"]="rbxassetid://110854565778147", -["object-align-left"]="rbxassetid://105346144625665", -["object-align-right"]="rbxassetid://103097923432348", -["object-align-top"]="rbxassetid://98079578772618", -["objects-align-bottom"]="rbxassetid://95388778271651", -["objects-align-center-horizontal"]="rbxassetid://110438134614711", -["objects-align-center-vertical"]="rbxassetid://79198463408501", -["objects-align-justify-horizontal"]="rbxassetid://122875167898478", -["objects-align-justify-vertical"]="rbxassetid://78441673968689", -["objects-align-left"]="rbxassetid://120648874528302", -["objects-align-right"]="rbxassetid://83569867209815", -["objects-align-top"]="rbxassetid://138094321995396", -["octagon-xmark"]="rbxassetid://139784898655656", -["office-badge"]="rbxassetid://105708603646268",paintbrush= -"rbxassetid://116170048634161",palette= -"rbxassetid://91973234300212", -["paper-plane"]="rbxassetid://84096293617435",paperclip= -"rbxassetid://104675861538941",passport= -"rbxassetid://112257954225409",pause= -"rbxassetid://121534471795622", -["pause-fill"]="rbxassetid://103348022852527",pencil= -"rbxassetid://132145192304391", -["pencil-to-line"]="rbxassetid://86977727845037", -["pencil-to-square"]="rbxassetid://138949256779509",percent= -"rbxassetid://72754559570110",person= -"rbxassetid://135548958804125", -["person-fill"]="rbxassetid://93649699513763", -["person-gear"]="rbxassetid://105283855461666", -["person-magnifier"]="rbxassetid://126714669722336", -["person-nut-hex"]="rbxassetid://127185374454347", -["person-pencil"]="rbxassetid://88660023708396", -["person-planet-earth"]="rbxassetid://112713297610152", -["person-plus"]="rbxassetid://126802984104475", -["person-speaker"]="rbxassetid://118694133626529", -["person-worker"]="rbxassetid://72283067948452", -["person-xmark"]="rbxassetid://100514977902172",persons= -"rbxassetid://70469668008783", -["persons-lock"]="rbxassetid://125295333446575",picture= -"rbxassetid://121179811894958",pill= -"rbxassetid://95053376969510",pin= -"rbxassetid://98714172077933", -["pin-fill"]="rbxassetid://135455996455542", -["pin-slash"]="rbxassetid://106760998399458", -["pin-slash-fill"]="rbxassetid://135561989808725",pipeline= -"rbxassetid://127156532534466",plane= -"rbxassetid://111442137230748", -["plane-fill"]="rbxassetid://106514623588033", -["planet-earth"]="rbxassetid://109328327555253",play= -"rbxassetid://87316717636842", -["play-fill"]="rbxassetid://81944593209262", -["plug-connection"]="rbxassetid://135837147660701", -["plug-wire"]="rbxassetid://97698299546425",plus= -"rbxassetid://80662775071567", -["plus-shape"]="rbxassetid://76944214577840", -["plus-shape-fill"]="rbxassetid://139105857222301",power= -"rbxassetid://138353101694958",printer= -"rbxassetid://131123146569579",pulse= -"rbxassetid://77126153989476",puzzle= -"rbxassetid://95674201006671", -["qr-code"]="rbxassetid://130769619091887", -["quote-close"]="rbxassetid://88565840976359", -["quote-open"]="rbxassetid://70929167034922",receipt= -"rbxassetid://131474240985462", -["rectangle-pulse"]="rbxassetid://111711523683961", -["rectangles-4"]="rbxassetid://120618780846189",rocket= -"rbxassetid://72732501782164", -["round-brackets"]="rbxassetid://101689273727463",route= -"rbxassetid://123758427507398",sack= -"rbxassetid://79102076460844", -["scales-balanced"]="rbxassetid://84869600023351", -["scales-unbalanced"]="rbxassetid://125351393561428",scissors= -"rbxassetid://83891508648427", -["seal-check"]="rbxassetid://114383699967547", -["seal-percent"]="rbxassetid://81252577691087",server= -"rbxassetid://103032027904546", -["shapes-3"]="rbxassetid://126934895067024", -["shapes-4"]="rbxassetid://94346755009249",shield= -"rbxassetid://126492969629387", -["shield-check"]="rbxassetid://130212494205207", -["shield-exclamation"]="rbxassetid://106149755930805", -["shield-keyhole"]="rbxassetid://132765890698199", -["shopping-bag"]="rbxassetid://119045069462549", -["shopping-basket"]="rbxassetid://75353938654634", -["shopping-cart"]="rbxassetid://124870886755485",shuffle= -"rbxassetid://73102173859910",signal= -"rbxassetid://90913466131390",skull= -"rbxassetid://83420758450923",sliders= -"rbxassetid://122721161727239", -["sliders-vertical"]="rbxassetid://76400438334805",smartphone= -"rbxassetid://86886555582618",snail= -"rbxassetid://115576237784392",snowflake= -"rbxassetid://110909689744928",sparkles= -"rbxassetid://128421724798018", -["sparkles-fill"]="rbxassetid://78549168418570",speedometer= -"rbxassetid://110143476875973",sphere= -"rbxassetid://130283294594898",square= -"rbxassetid://122997226258883", -["square-article"]="rbxassetid://118698086520012", -["square-bars"]="rbxassetid://134764451469323", -["square-bars-vertical"]="rbxassetid://85407882752366", -["square-brackets"]="rbxassetid://135215679548914", -["square-brackets-bars-vertical"]="rbxassetid://131077560251497", -["square-brackets-letter-a"]="rbxassetid://73723438286165", -["square-chart-bar"]="rbxassetid://71015029807443", -["square-chart-column"]="rbxassetid://108233991388760", -["square-check"]="rbxassetid://129517577270214", -["square-dashed"]="rbxassetid://92148931490321", -["square-dashed-circle"]="rbxassetid://134346520018636", -["square-dashed-letter-a"]="rbxassetid://131729372968637", -["square-dashed-letter-t"]="rbxassetid://136241753535397", -["square-dashed-text"]="rbxassetid://89082306894894", -["square-dot"]="rbxassetid://76761544648980", -["square-exclamation"]="rbxassetid://89733968105684", -["square-fill"]="rbxassetid://114726013880233", -["square-hashtag"]="rbxassetid://96174044824758", -["square-letter-p"]="rbxassetid://80311910925439", -["square-letter-t"]="rbxassetid://104779586576361", -["square-line-horizontal"]="rbxassetid://103870626448212", -["square-line-vertical"]="rbxassetid://138681242128568", -["square-list-ul"]="rbxassetid://121934696651725", -["square-minus"]="rbxassetid://137380824267207", -["square-plus"]="rbxassetid://73319794514420", -["square-xmark"]="rbxassetid://119167539843240",star= -"rbxassetid://82714530610376", -["star-fill"]="rbxassetid://112908772848069",stethoscope= -"rbxassetid://119209664784890",sticker= -"rbxassetid://74654761442741",stop= -"rbxassetid://74753225999323", -["stop-fill"]="rbxassetid://129724408640217",stopwatch= -"rbxassetid://74070793986442",strikethrough= -"rbxassetid://122272460020631",suitcase= -"rbxassetid://85738170275917",sun= -"rbxassetid://73708402464015",superscript= -"rbxassetid://83205898623495", -["t-shirt"]="rbxassetid://126587578410655",tachometer= -"rbxassetid://75978178969685",tag= -"rbxassetid://73313248079703", -["tag-dollar"]="rbxassetid://123305928004312", -["tag-ruble"]="rbxassetid://138522126576318",tags= -"rbxassetid://115994346321994",target= -"rbxassetid://83246673249608", -["target-dart"]="rbxassetid://77322579126050",terminal= -"rbxassetid://82516228510416", -["terminal-line"]="rbxassetid://109543607242216",text= -"rbxassetid://100102832947962", -["text-align-center"]="rbxassetid://100721831476135", -["text-align-justify"]="rbxassetid://85225101337173", -["text-align-left"]="rbxassetid://110886200281818", -["text-align-right"]="rbxassetid://84289940846927", -["text-indent"]="rbxassetid://88989450737244", -["text-outdent"]="rbxassetid://105177909864797", -["thumbs-down"]="rbxassetid://81293559344920", -["thumbs-down-fill"]="rbxassetid://136111475904802", -["thumbs-up"]="rbxassetid://95381074098952", -["thumbs-up-2"]="rbxassetid://88066568102248", -["thumbs-up-fill"]="rbxassetid://76753866435892",thunderbolt= -"rbxassetid://72414364939300", -["thunderbolt-fill"]="rbxassetid://108407820702676",ticket= -"rbxassetid://133508781907204",timeline= -"rbxassetid://72053264904498",timestamps= -"rbxassetid://87694590140038", -["toggle-off"]="rbxassetid://72859661230887", -["toggle-on"]="rbxassetid://86779165441121", -["traffic-light"]="rbxassetid://114478626716752", -["trapezoid-left-line-horizontal"]="rbxassetid://115336243014706", -["trapezoid-up-line-vertical"]="rbxassetid://77563309671286", -["trash-bin"]="rbxassetid://103767256411949",tray= -"rbxassetid://126858057212120", -["triangle-down"]="rbxassetid://82238326686665", -["triangle-down-fill"]="rbxassetid://73294647242721", -["triangle-exclamation"]="rbxassetid://75884953438553", -["triangle-exclamation-fill"]="rbxassetid://126758384179031", -["triangle-left"]="rbxassetid://80006508286559", -["triangle-left-fill"]="rbxassetid://118587504462189", -["triangle-right"]="rbxassetid://105983229462016", -["triangle-right-fill"]="rbxassetid://105532309942682", -["triangle-thunderbolt"]="rbxassetid://116364993642883", -["triangle-up"]="rbxassetid://75462475600328", -["triangle-up-fill"]="rbxassetid://98393490832027",trolley= -"rbxassetid://124134039113349",tv= -"rbxassetid://89593768065837", -["tv-retro"]="rbxassetid://121138629350895",umbrella= -"rbxassetid://136855445429009",underline= -"rbxassetid://111037385861002", -["universal-access"]="rbxassetid://129578549178419",vault= -"rbxassetid://93600999120652", -["vector-circle"]="rbxassetid://121395907084692", -["vector-square"]="rbxassetid://88721655919497",video= -"rbxassetid://94409367676512",volume= -"rbxassetid://77672150892068", -["volume-fill"]="rbxassetid://78065739687252", -["volume-low"]="rbxassetid://83196721920754", -["volume-low-fill"]="rbxassetid://103130247429745", -["volume-off"]="rbxassetid://128835255389731", -["volume-off-fill"]="rbxassetid://95683800715478", -["volume-slash"]="rbxassetid://113444931410054", -["volume-slash-fill"]="rbxassetid://80072301093738", -["volume-xmark"]="rbxassetid://131964141919250", -["volume-xmark-fill"]="rbxassetid://110913274367125", -["weight-hanging"]="rbxassetid://133001442287715",wrench= -"rbxassetid://124105097858234",xmark= -"rbxassetid://116696831480300", -["xmark-shape"]="rbxassetid://113332623964226", -["xmark-shape-fill"]="rbxassetid://102835594333260", -}end function a.h() - - - -local b=(cloneref or clonereference or function(b) -return b -end) - -b(game:GetService"RunService") -local d=b(game:GetService"HttpService") -local e=b(game:GetService"ReplicatedStorage") - -local function IsExploit() -return request and true or false -end - -local function Get(f) -if IsExploit()then -return game:HttpGet(f) -else -local g,h=pcall(function() -return d:GetAsync(f) -end) -if g then -return h -else -return e:WaitForChild("Request",9999):InvokeServer{Url=f} -end -end -end - -local function Loadstring(f) -if not IsExploit()and e:WaitForChild("Loadstring",9999)then -return function() -return e:WaitForChild("Loadstring",9999):InvokeServer(f) -end -else -return loadstring(f) -end -end - -local f={ -IconsType="lucide", - -New=nil, -IconThemeTag=nil, - -Icons={ -lucide=IsExploit()and Loadstring( -Get"https://raw.githubusercontent.com/Footagesus/Icons/refs/heads/main/lucide/dist/Icons.lua" -)()or a.load'b', -solar=IsExploit()and Loadstring( -Get"https://raw.githubusercontent.com/Footagesus/Icons/refs/heads/main/solar/dist/Icons.lua" -)()or a.load'c', -craft=IsExploit()and Loadstring( -Get"https://raw.githubusercontent.com/Footagesus/Icons/refs/heads/main/craft/dist/Icons.lua" -)()or a.load'd', -geist=IsExploit()and Loadstring( -Get"https://raw.githubusercontent.com/Footagesus/Icons/refs/heads/main/geist/dist/Icons.lua" -)()or a.load'e', -sfsymbols=IsExploit()and Loadstring( -Get"https://raw.githubusercontent.com/Footagesus/Icons/refs/heads/main/sfsymbols/dist/Icons.lua" -)()or a.load'f', -gravity=IsExploit()and Loadstring( -Get"https://raw.githubusercontent.com/Footagesus/Icons/refs/heads/main/gravity/dist/Icons.lua" -)()or a.load'g', -}, -} - -local function parseIconString(g) -if type(g)=="string"then -local h=g:find":" -if h then -local i=g:sub(1,h-1) -local j=g:sub(h+1) -return i,j -end -end -return nil,g -end - -function f.AddIcons(g,h) -if type(g)~="string"or type(h)~="table"then -error"AddIcons: packName must be string, iconsData must be table" -return -end - -if not f.Icons[g]then -f.Icons[g]={ -Icons={}, -Spritesheets={}, -} -end - -for i,j in pairs(h)do -if type(j)=="number"or(type(j)=="string"and j:match"^rbxassetid://")then -local l=j -if type(j)=="number"then -l="rbxassetid://"..tostring(j) -end - -f.Icons[g].Icons[i]={ -Image=l, -ImageRectSize=Vector2.new(0,0), -ImageRectPosition=Vector2.new(0,0), -Parts=nil, -} -f.Icons[g].Spritesheets[l]=l -elseif type(j)=="table"then -if j.Image and j.ImageRectSize and j.ImageRectPosition then -local l=j.Image -if type(l)=="number"then -l="rbxassetid://"..tostring(l) -end - -f.Icons[g].Icons[i]={ -Image=l, -ImageRectSize=j.ImageRectSize, -ImageRectPosition=j.ImageRectPosition, -Parts=j.Parts, -} - -if not f.Icons[g].Spritesheets[l]then -f.Icons[g].Spritesheets[l]=l -end -else -warn("AddIcons: Invalid spritesheet data format for icon '"..i.."'") -end -else -warn("AddIcons: Unsupported data type for icon '"..i.."': "..type(j)) -end -end -end - -function f.SetIconsType(g) -f.IconsType=g -end - -function f.Init(g,h) -f.New=g -f.IconThemeTag=h - -return f -end - -function f.Icon(g,h,i) -i=i~=false -local j,l=parseIconString(g) - -local m=j or h or f.IconsType -local p=l - -local r=f.Icons[m] - -if r and r.Icons and r.Icons[p]then -return{ -r.Spritesheets[tostring(r.Icons[p].Image)], -r.Icons[p], -} -elseif r and r[p]and string.find(r[p],"rbxassetid://")then -return i -and{ -r[p], -{ImageRectSize=Vector2.new(0,0),ImageRectPosition=Vector2.new(0,0)}, -} -or r[p] -end -return nil -end - -function f.GetIcon(g,h) -return f.Icon(g,h,false) -end - -function f.Icon2(g,h,i) -return f.Icon(g,h,true) -end - -function f.Image(g) -local h={ -Icon=g.Icon or nil, -Type=g.Type, -Colors=g.Colors or{(f.IconThemeTag or Color3.new(1,1,1)),Color3.new(1,1,1)}, -Size=g.Size or UDim2.new(0,24,0,24), - -IconFrame=nil, -} - -local i={} - -for j,l in next,h.Colors do -i[j]={ -ThemeTag=typeof(l)=="string"and l, -Color=typeof(l)=="Color3"and l, -} -end - -local j=f.Icon2(h.Icon,h.Type) -local l=typeof(j)=="string"and string.find(j,"rbxassetid://") - -if f.New then -local m=f.New - -local p=m("ImageLabel",{ -Size=h.Size, -BackgroundTransparency=1, -ImageColor3=i[1].Color or nil, -ThemeTag=i[1].ThemeTag and{ -ImageColor3=i[1].ThemeTag, -}, -Image=l and j or j[1], -ImageRectSize=l and nil or j[2].ImageRectSize, -ImageRectOffset=l and nil or j[2].ImageRectPosition, -}) - -if not l and j[2].Parts then -for r,u in next,j[2].Parts do -local v=f.Icon(u,h.Type) - -m("ImageLabel",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -ImageColor3=i[1+r].Color or nil, -ThemeTag=i[1+r].ThemeTag and{ -ImageColor3=i[1+r].ThemeTag, -}, -Image=v[1], -ImageRectSize=v[2].ImageRectSize, -ImageRectOffset=v[2].ImageRectPosition, -Parent=p, -}) -end -end - -h.IconFrame=p -else -local m=Instance.new"ImageLabel" -m.Size=h.Size -m.BackgroundTransparency=1 -m.ImageColor3=i[1].Color -m.Image=l and j or j[1] -m.ImageRectSize=l and nil or j[2].ImageRectSize -m.ImageRectOffset=l and nil or j[2].ImageRectPosition - -if not l and j[2].Parts then -for p,r in next,j[2].Parts do -local u=f.Icon(r,h.Type) - -local v=Instance.New"ImageLabel" -v.Size=UDim2.new(1,0,1,0) -v.BackgroundTransparency=1 -v.ImageColor3=i[1+p].Color -v.Image=u[1] -v.ImageRectSize=u[2].ImageRectSize -v.ImageRectOffset=u[2].ImageRectPosition -v.Parent=m -end -end - -h.IconFrame=m -end - -return h -end - -return f end function a.i() - -return function(b) -return{ - - -Primary="Icon", - -White=Color3.new(1,1,1), -Black=Color3.new(0,0,0), - -Dialog="Accent", - -Background="Accent", -BackgroundTransparency=0, -Hover="Text", - -PanelBackground="White", -PanelBackgroundTransparency=0.95, - -WindowBackground="Background", - -WindowShadow="Black", - - -WindowTopbarTitle="Text", -WindowTopbarAuthor="Text", -WindowTopbarIcon="Icon", -WindowTopbarButtonIcon="Icon", - - -WindowSearchBarBackground="Dialog", - -TabBackground="Hover", -TabBackgroundHover="Hover", -TabBackgroundHoverTransparency=0.97, -TabBackgroundActive="Hover", -TabBackgroundActiveTransparency=0.93, -TabText="Text", -TabTextTransparency=0.3, -TabTextTransparencyActive=0, -TabTitle="Text", -TabIcon="Icon", -TabIconTransparency=0.4, -TabIconTransparencyActive=0.1, -TabBorderTransparency=1, -TabBorderTransparencyActive=0.75, -TabBorder="White", - -ElementBackground="Text", -ElementBackgroundTransparency=0.93, -ElementBackgroundHover=b:AddColor("ElementBackground","#ffffff",0.1), -ElementTitle="Text", -ElementDesc="Text", -ElementIcon="Icon", - -PopupBackground="Background", -PopupBackgroundTransparency="BackgroundTransparency", -PopupTitle="Text", -PopupContent="Text", -PopupIcon="Icon", - -DialogBackground="Dialog", -DialogBackgroundTransparency="BackgroundTransparency", -DialogTitle="Text", -DialogContent="Text", -DialogIcon="Icon", - -Toggle="Button", -ToggleBar="White", - -Checkbox="Primary", -CheckboxIcon="White", -CheckboxBorder="White", -CheckboxBorderTransparency=0.75, - -SliderIcon="Icon", - -Slider="Primary", -SliderThumb="White", -SliderIconFrom="SliderIcon", -SliderIconTo="SliderIcon", - -ProgressBar="Primary", -ProgressBarTrack="Text", -ProgressBarTrackTransparency=0.9, -ProgressBarText="Text", - -Tooltip=Color3.fromHex"4C4C4C", -TooltipText="White", -TooltipSecondary="Primary", -TooltipSecondaryText="White", - -TabSectionIcon="Icon", - -SectionIcon="Icon", - -SectionExpandIcon="Icon", -SectionExpandIconTransparency=0.4, -SectionBox="Text", -SectionBoxTransparency=0.95, -SectionBoxBorder="White", -SectionBoxBorderTransparency=0.75, -SectionBoxBackground="Text", -SectionBoxBackgroundTransparency=0.97, - -SearchBarBorder="White", -SearchBarBorderTransparency=0.75, - -Notification="Background", -Notification2="White", -Notification2Transparency=0.92, -NotificationTitle="Text", -NotificationTitleTransparency=0, -NotificationContent="Text", -NotificationContentTransparency=0.4, -NotificationDuration="White", -NotificationDurationTransparency=0.95, -NotificationBorder="White", -NotificationBorderTransparency=0.75, - -DropdownTabBorder="White", -DropdownTabBackground="ElementBackground", -DropdownBackground="Background", - -LabelBackground="White", -LabelBackgroundTransparency=0.95, - -ViewportBackground="ElementBackground", -ViewportBackgroundTransparency="ElementBackgroundTransparency", -} -end end function a.j() - -local b=(cloneref or clonereference or function(b) -return b -end) - -local d=b(game:GetService"RunService") -local e=b(game:GetService"UserInputService") -local f=b(game:GetService"TweenService") -local g=b(game:GetService"LocalizationService") -local h=b(game:GetService"HttpService") - -local i=a.load'a'local j= - -d.Heartbeat - - - -local l=a.load'h' - -l.SetIconsType"lucide" - -local m - -local p -p={ -Font="rbxassetid://12187365364", -Localization=nil, -CanDraggable=true, -Theme=nil, -Themes=nil, -Icons=l, -Signals={}, -Objects={}, -LocalizationObjects={}, -UIScale=1, -FontObjects={}, -Language=string.match(g.SystemLocaleId,"^[a-z]+"), -Request=http_request or(syn and syn.request)or request, -DefaultProperties={ -ScreenGui={ -ResetOnSpawn=false, -ZIndexBehavior="Sibling", -}, -CanvasGroup={ -BorderSizePixel=0, -BackgroundColor3=Color3.new(1,1,1), -}, -Frame={ -BorderSizePixel=0, -BackgroundColor3=Color3.new(1,1,1), -}, -TextLabel={ -BackgroundColor3=Color3.new(1,1,1), -BorderSizePixel=0, -Text="", -RichText=true, -TextColor3=Color3.new(1,1,1), -TextSize=14, -}, -TextButton={ -BackgroundColor3=Color3.new(1,1,1), -BorderSizePixel=0, -Text="", -AutoButtonColor=false, -TextColor3=Color3.new(1,1,1), -TextSize=14, -}, -TextBox={ -BackgroundColor3=Color3.new(1,1,1), -BorderColor3=Color3.new(0,0,0), -ClearTextOnFocus=false, -Text="", -TextColor3=Color3.new(0,0,0), -TextSize=14, -}, -ImageLabel={ -BackgroundTransparency=1, -BackgroundColor3=Color3.new(1,1,1), -BorderSizePixel=0, -}, -ImageButton={ -BackgroundColor3=Color3.new(1,1,1), -BorderSizePixel=0, -AutoButtonColor=false, -}, -UIListLayout={ -SortOrder="LayoutOrder", -}, -ScrollingFrame={ -ScrollBarImageTransparency=1, -BorderSizePixel=0, -}, -VideoFrame={ -BorderSizePixel=0, -}, -}, -Colors={ -Red="#e53935", -Orange="#f57c00", -Green="#43a047", -Blue="#039be5", -White="#ffffff", -Grey="#484848", -}, -ThemeFallbacks=nil, - - - - - - - - - - - - - - - - - - - - - -ThemeChangeCallbacks={}, -} - -function p.Init(r) -m=r - -p.ThemeFallbacks=a.load'i'(p) - -p.UIScale=r.UIScale - -i:Init(p) -end - -function p.AddSignal(r,u) -local v=r:Connect(u) -table.insert(p.Signals,v) -return v -end - -function p.DisconnectAll() -for r,u in next,p.Signals do -local v=table.remove(p.Signals,r) -v:Disconnect() -end -end - -function p.SafeCallback(r,...) -if not r then -return -end - -local u,v=pcall(r,...) -if not u then -if m and m.Window and m.Window.Debug then local -x, z=v:find":%d+: " - -warn("[ WindUI: DEBUG Mode ] "..v) - -return m:Notify{ -Title="DEBUG Mode: Error", -Content=not z and v or v:sub(z+1), -Duration=8, -} -end -end -end - -function p.Gradient(r,u) -if m and m.Gradient then -return m:Gradient(r,u) -end - -local v={} -local x={} - -for z,A in next,r do -local B=tonumber(z) -if B then -B=math.clamp(B/100,0,1) -table.insert(v,ColorSequenceKeypoint.new(B,A.Color)) -table.insert(x,NumberSequenceKeypoint.new(B,A.Transparency or 0)) -end -end - -table.sort(v,function(z,A) -return z.Time50 then -x=x:sub(1,50) -end - -return x -end - -function p.Image(v,x,z,A,B,C,F,G) -A=A or"Temp" -x=p.SanitizeFilename(x) - -local H=r("Frame",{ -Size=UDim2.new(0,0,0,0), -BackgroundTransparency=1, -},{ -r("ImageLabel",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -ScaleType="Crop", -ThemeTag=(p.Icon(v)or F)and{ -ImageColor3=C and(G or"Icon")or nil, -}or nil, -},{ -r("UICorner",{ -CornerRadius=UDim.new(0,z), -}), -}), -}) -if p.Icon(v)then -H.ImageLabel:Destroy() - -local J=l.Image{ -Icon=v, -Size=UDim2.new(1,0,1,0), -Colors={ -(C and(G or"Icon")or false), -"Button", -}, -}.IconFrame -J.Parent=H -elseif string.find(v,"http")and not string.find(v,"roblox.com")then -local J="WindUI/"..A.."/assets/."..B.."-"..x..".png" -local L,M=pcall(function() -task.spawn(function() -local L=p.Request -and p.Request{ -Url=v, -Method="GET", -}.Body -or{} - -if not d:IsStudio()and writefile then -writefile(J,L) -end - - -local M,N=pcall(getcustomasset,J) -if M then -H.ImageLabel.Image=N -else -warn( -string.format( -"[ WindUI.Creator ] Failed to load custom asset '%s': %s", -J, -tostring(N) -) -) -H:Destroy() - -return -end -end) -end) -if not L then -warn( -"[ WindUI.Creator ] '"..identifyexecutor() -or"Studio".."' doesnt support the URL Images. Error: "..M -) - -H:Destroy() -end -elseif v==""then -H.Visible=false -else -H.ImageLabel.Image=v -end - -return H -end - -function p.Color3ToHSB(v) -local x,z,A=v.R,v.G,v.B -local B=math.max(x,z,A) -local C=math.min(x,z,A) -local F=B-C - -local G=0 -if F~=0 then -if B==x then -G=(z-A)/F%6 -elseif B==z then -G=(A-x)/F+2 -else -G=(x-z)/F+4 -end -G=G*60 -else -G=0 -end - -local H=(B==0)and 0 or(F/B) -local J=B - -return{ -h=math.floor(G+0.5), -s=H, -b=J, -} -end - -function p.GetPerceivedBrightness(v) -local x=v.R -local z=v.G -local A=v.B -return 0.299*x+0.587*z+0.114*A -end - -function p.GetTextColorForHSB(v,x) -local z=p.Color3ToHSB(v)local -A, B, C=z.h, z.s, z.b -if p.GetPerceivedBrightness(v)>(x or 0.5)then -return Color3.fromHSV(A/360,0,0.05) -else -return Color3.fromHSV(A/360,0,0.98) -end -end - -function p.GetAverageColor(v) -local x,z,A=0,0,0 -local B=v.Color.Keypoints -for C,F in ipairs(B)do - -x=x+F.Value.R -z=z+F.Value.G -A=A+F.Value.B -end -local C=#B -return Color3.new(x/C,z/C,A/C) -end - -function p.GenerateUniqueID(v) -return h:GenerateGUID(false) -end - -function p.OnThemeChange(v,x) -if typeof(x)~="function"then -return -end - -local z=h:GenerateGUID(false) -p.ThemeChangeCallbacks[z]=x - -return{ -Disconnect=function() -p.ThemeChangeCallbacks[z]=nil -end, -} -end - -function p.AddColor(v,x,z,A) -A=math.clamp(A or 1,0,1) -if typeof(z)=="string"then -z=Color3.fromHex(z) -end - -return function(B) -local C -if typeof(x)=="string"and string.sub(x,1,1)~="#"then -C=p.GetThemeProperty(x,B) -elseif typeof(x)=="string"then -C=Color3.fromHex(x) -else -C=x -end - -if not C or typeof(C)~="Color3"then -return nil -end - -return Color3.new( -math.clamp(C.R+z.R*A,0,1), -math.clamp(C.G+z.G*A,0,1), -math.clamp(C.B+z.B*A,0,1) -) -end -end - -function p.GetElementPosition(v,x,z,A) -if type(z)~="number"or z~=math.floor(z)then -return nil,1 -end - - - - - - -local B=#x - - -if B==0 or z<1 or z>B then -return nil,2 -end - -local function isDelimiter(C) -if C==nil then -return true -end -local F=C.__type -return F=="Divider"or F=="Space"or F=="Section" -end - -if isDelimiter(x[z])then -return nil,3 -end - -local function calculate(C,F) -if F==1 then -return"Squircle" -end -if C==1 then -return A and"SquircleH-TL-TR"or"Squircle-TL-TR" -end -if C==F then -return A and"SquircleH-BL-BR"or"Squircle-BL-BR" -end -return"Square" -end - -local C=1 -local F=0 - -for G=1,B do -local H=x[G] -if isDelimiter(H)then -if z>=C and z<=G-1 then -local J=z-C+1 -return calculate(J,F) -end -C=G+1 -F=0 -else -F=F+1 -end -end - -if z>=C and z<=B then -local G=z-C+1 -return calculate(G,F) -end - -return nil,4 -end - -return p end function a.k() - -local b={} - - - - - - - -function b.New(d,e,f) -local g={ -Enabled=e.Enabled or false, -Translations=e.Translations or{}, -Prefix=e.Prefix or"loc:", -DefaultLanguage=e.DefaultLanguage or"en" -} - -f.Localization=g - -return g -end - - - -return b end function a.l() -local b=a.load'j' -local d=b.New -local e=b.Tween - -local f={ -Size=UDim2.new(0,300,1,-156), -SizeLower=UDim2.new(0,300,1,-56), -UICorner=18, -UIPadding=14, - -Holder=nil, -NotificationIndex=0, -Notifications={}, -} - -function f.Init(g) -local h={ -Lower=false, -} - -function h.SetLower(i) -h.Lower=i -h.Frame.Size=i and f.SizeLower or f.Size -end - -h.Frame=d("Frame",{ -Position=UDim2.new(1,-29,0,56), -AnchorPoint=Vector2.new(1,0), -Size=f.Size, -Parent=g, -BackgroundTransparency=1, - - - - -},{ -d("UIListLayout",{ -HorizontalAlignment="Center", -SortOrder="LayoutOrder", -VerticalAlignment="Bottom", -Padding=UDim.new(0,8), -}), -d("UIPadding",{ -PaddingBottom=UDim.new(0,29), -}), -}) -return h -end - -function f.New(g) -local h={ -Title=g.Title or"Notification", -Content=g.Content or nil, -Icon=g.Icon or nil, -IconThemed=g.IconThemed, -Background=g.Background, -BackgroundImageTransparency=g.BackgroundImageTransparency, -Duration=g.Duration or 5, -Buttons=g.Buttons or{}, -CanClose=g.CanClose~=false, -UIElements={}, -Closed=false, -} - - - -f.NotificationIndex=f.NotificationIndex+1 -f.Notifications[f.NotificationIndex]=h - - - - - - - - - -local i - -if h.Icon then - - - - - - - - - - - - - - - - - - - - - -i=b.Image( -h.Icon, -h.Title..":"..h.Icon, -0, -g.Window, -"Notification", -h.IconThemed -) -i.Size=UDim2.new(0,26,0,26) -i.Position=UDim2.new(0,f.UIPadding,0,f.UIPadding) - -end - -local l -if h.CanClose then -l=d("ImageButton",{ -Image=b.Icon"x"[1], -ImageRectSize=b.Icon"x"[2].ImageRectSize, -ImageRectOffset=b.Icon"x"[2].ImageRectPosition, -BackgroundTransparency=1, -Size=UDim2.new(0,16,0,16), -Position=UDim2.new(1,-f.UIPadding,0,f.UIPadding), -AnchorPoint=Vector2.new(1,0), -ThemeTag={ -ImageColor3="Text", -}, -ImageTransparency=0.4, -},{ -d("TextButton",{ -Size=UDim2.new(1,8,1,8), -BackgroundTransparency=1, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Text="", -}), -}) -end - -local m=b.NewRoundFrame(f.UICorner,"Squircle",{ -Size=UDim2.new(0,0,1,0), -ThemeTag={ -ImageTransparency="NotificationDurationTransparency", -ImageColor3="NotificationDuration", -}, - -}) - -local p=d("Frame",{ -Size=UDim2.new(1,h.Icon and-28-f.UIPadding or 0,1,0), -Position=UDim2.new(1,0,0,0), -AnchorPoint=Vector2.new(1,0), -BackgroundTransparency=1, -AutomaticSize="Y", -},{ -d("UIPadding",{ -PaddingTop=UDim.new(0,f.UIPadding), -PaddingLeft=UDim.new(0,f.UIPadding), -PaddingRight=UDim.new(0,f.UIPadding), -PaddingBottom=UDim.new(0,f.UIPadding), -}), -d("TextLabel",{ -AutomaticSize="Y", -Size=UDim2.new(1,-30-f.UIPadding,0,0), -TextWrapped=true, -TextXAlignment="Left", -RichText=true, -BackgroundTransparency=1, -TextSize=18, -ThemeTag={ -TextColor3="NotificationTitle", -TextTransparency="NotificationTitleTransparency", -}, -Text=h.Title, -FontFace=Font.new(b.Font,Enum.FontWeight.SemiBold), -}), -d("UIListLayout",{ -Padding=UDim.new(0,f.UIPadding/3), -}), -}) - -if h.Content then -d("TextLabel",{ -AutomaticSize="Y", -Size=UDim2.new(1,0,0,0), -TextWrapped=true, -TextXAlignment="Left", -RichText=true, -BackgroundTransparency=1, - -TextSize=15, -ThemeTag={ -TextColor3="NotificationContent", -TextTransparency="NotificationContentTransparency", -}, -Text=h.Content, -FontFace=Font.new(b.Font,Enum.FontWeight.Medium), -Parent=p, -}) -end - -local r=b.NewRoundFrame(f.UICorner,"Squircle",{ -Size=UDim2.new(1,0,0,0), -Position=UDim2.new(2,0,1,0), -AnchorPoint=Vector2.new(0,1), -AutomaticSize="Y", -ImageTransparency=0.05, -ThemeTag={ -ImageColor3="Notification", -}, - -},{ -b.NewRoundFrame(f.UICorner,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="Notification2", -ImageTransparency="Notification2Transparency", -}, -}), -d("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -Name="DurationFrame", -},{ - - - - - - -d("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -ClipsDescendants=true, -},{ -m, -}), - - - - -}), -d("ImageLabel",{ -Name="Background", -Image=h.Background, -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,0), -ScaleType="Crop", -ImageTransparency=h.BackgroundImageTransparency, - -},{ -d("UICorner",{ -CornerRadius=UDim.new(0,f.UICorner), -}), -}), - -p, -i, -l, -}) - -local u=d("Frame",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,0,0), -Parent=g.Holder, -},{ -r, -}) - -function h.Close(v) -if not h.Closed then -h.Closed=true -e( -u, -0.45, -{Size=UDim2.new(1,0,0,-8)}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -e(r,0.55,{Position=UDim2.new(2,0,1,0)},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -task.wait(0.45) -u:Destroy() -end -end - -task.spawn(function() -task.wait() -e( -u, -0.45, -{Size=UDim2.new(1,0,0,r.AbsoluteSize.Y)}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -e(r,0.45,{Position=UDim2.new(0,0,1,0)},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -if h.Duration then -m.Size=UDim2.new(0,r.DurationFrame.AbsoluteSize.X,1,0) -e( -r.DurationFrame.Frame, -h.Duration, -{Size=UDim2.new(0,0,1,0)}, -Enum.EasingStyle.Linear, -Enum.EasingDirection.InOut -):Play() -task.wait(h.Duration) -h:Close() -end -end) - -if l then -b.AddSignal(l.TextButton.MouseButton1Click,function() -h:Close() -end) -end - - -return h -end - -return f end function a.m() - - - - - - - - - - - - -local b=4294967296;local d=b-1;local function c(e,f)local g,h=0,1;while e~=0 or f~=0 do local i,l=e%2,f%2;local m=(i+l)%2;g=g+m*h;e=math.floor(e/2)f=math.floor(f/2)h=h*2 end;return g%b end;local function k(e,f,g,...)local h;if f then e=e%b;f=f%b;h=c(e,f)if g then h=k(h,g,...)end;return h elseif e then return e%b else return 0 end end;local function n(e,f,g,...)local h;if f then e=e%b;f=f%b;h=(e+f-c(e,f))/2;if g then h=n(h,g,...)end;return h elseif e then return e%b else return d end end;local function o(e)return d-e end;local function q(e,f)if f<0 then return lshift(e,-f)end;return math.floor(e%4294967296/2^f)end;local function s(e,f)if f>31 or f<-31 then return 0 end;return q(e%b,f)end;local function lshift(e,f)if f<0 then return s(e,-f)end;return e*2^f%4294967296 end;local function t(e,f)e=e%b;f=f%32;local g=n(e,2^f-1)return s(e,f)+lshift(g,32-f)end;local e={0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5,0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5,0xd807aa98,0x12835b01,0x243185be,0x550c7dc3,0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174,0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc,0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da,0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7,0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967,0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13,0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85,0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3,0xd192e819,0xd6990624,0xf40e3585,0x106aa070,0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5,0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3,0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208,0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2}local function w(f)return string.gsub(f,".",function(g)return string.format("%02x",string.byte(g))end)end;local function y(f,g)local h=""for i=1,g do local l=f%256;h=string.char(l)..h;f=(f-l)/256 end;return h end;local function D(f,g)local h=0;for i=g,g+3 do h=h*256+string.byte(f,i)end;return h end;local function E(f,g)local h=64-(g+9)%64;g=y(8*g,8)f=f.."\128"..string.rep("\0",h)..g;assert(#f%64==0)return f end;local function I(f)f[1]=0x6a09e667;f[2]=0xbb67ae85;f[3]=0x3c6ef372;f[4]=0xa54ff53a;f[5]=0x510e527f;f[6]=0x9b05688c;f[7]=0x1f83d9ab;f[8]=0x5be0cd19;return f end;local function K(f,g,h)local i={}for l=1,16 do i[l]=D(f,g+(l-1)*4)end;for l=17,64 do local m=i[l-15]local p=k(t(m,7),t(m,18),s(m,3))m=i[l-2]i[l]=(i[l-16]+p+i[l-7]+k(t(m,17),t(m,19),s(m,10)))%b end;local l,m,p,r,u,v,x,z=h[1],h[2],h[3],h[4],h[5],h[6],h[7],h[8]for A=1,64 do local B=k(t(l,2),t(l,13),t(l,22))local C=k(n(l,m),n(l,p),n(m,p))local F=(B+C)%b;local G=k(t(u,6),t(u,11),t(u,25))local H=k(n(u,v),n(o(u),x))local J=(z+G+H+e[A]+i[A])%b;z=x;x=v;v=u;u=(r+J)%b;r=p;p=m;m=l;l=(J+F)%b end;h[1]=(h[1]+l)%b;h[2]=(h[2]+m)%b;h[3]=(h[3]+p)%b;h[4]=(h[4]+r)%b;h[5]=(h[5]+u)%b;h[6]=(h[6]+v)%b;h[7]=(h[7]+x)%b;h[8]=(h[8]+z)%b end;local function Z(f)f=E(f,#f)local g=I{}for h=1,#f,64 do K(f,h,g)end;return w(y(g[1],4)..y(g[2],4)..y(g[3],4)..y(g[4],4)..y(g[5],4)..y(g[6],4)..y(g[7],4)..y(g[8],4))end;local f;local g={["\\"]="\\",["\""]="\"",["\b"]="b",["\f"]="f",["\n"]="n",["\r"]="r",["\t"]="t"}local h={["/"]="/"}for i,l in pairs(g)do h[l]=i end;local i=function(i)return"\\"..(g[i]or string.format("u%04x",i:byte()))end;local l=function(l)return"null"end;local m=function(m,p)local r={}p=p or{}if p[m]then error"circular reference"end;p[m]=true;if rawget(m,1)~=nil or next(m)==nil then local u=0;for v in pairs(m)do if type(v)~="number"then error"invalid table: mixed or invalid key types"end;u=u+1 end;if u~=#m then error"invalid table: sparse array"end;for v,x in ipairs(m)do table.insert(r,f(x,p))end;p[m]=nil;return"["..table.concat(r,",").."]"else for u,v in pairs(m)do if type(u)~="string"then error"invalid table: mixed or invalid key types"end;table.insert(r,f(u,p)..":"..f(v,p))end;p[m]=nil;return"{"..table.concat(r,",").."}"end end;local p=function(p)return'"'..p:gsub('[%z\1-\31\\"]',i)..'"'end;local r=function(r)if r~=r or r<=-math.huge or r>=math.huge then error("unexpected number value '"..tostring(r).."'")end;return string.format("%.14g",r)end;local u={["nil"]=l,table=m,string=p,number=r,boolean=tostring}f=function(v,x)local z=type(v)local A=u[z]if A then return A(v,x)end;error("unexpected type '"..z.."'")end;local v=function(v)return f(v)end;local x;local z=function(...)local z={}for A=1,select("#",...)do z[select(A,...)]=true end;return z end;local A=z(" ","\t","\r","\n")local B=z(" ","\t","\r","\n","]","}",",")local C=z("\\","/",'"',"b","f","n","r","t","u")local F=z("true","false","null")local G={["true"]=true,["false"]=false,null=nil}local H=function(H,J,L,M)for N=J,#H do if L[H:sub(N,N)]~=M then return N end end;return#H+1 end;local J=function(J,L,M)local N=1;local O=1;for P=1,L-1 do O=O+1;if J:sub(P,P)=="\n"then N=N+1;O=1 end end;error(string.format("%s at line %d col %d",M,N,O))end;local L=function(L)local M=math.floor;if L<=0x7f then return string.char(L)elseif L<=0x7ff then return string.char(M(L/64)+192,L%64+128)elseif L<=0xffff then return string.char(M(L/4096)+224,M(L%4096/64)+128,L%64+128)elseif L<=0x10ffff then return string.char(M(L/262144)+240,M(L%262144/4096)+128,M(L%4096/64)+128,L%64+128)end;error(string.format("invalid unicode codepoint '%x'",L))end;local M=function(M)local N=tonumber(M:sub(1,4),16)local O=tonumber(M:sub(7,10),16)if O then return L((N-0xd800)*0x400+O-0xdc00+0x10000)else return L(N)end end;local N=function(N,O)local P=""local Q=O+1;local R=Q;while Q<=#N do local S=N:byte(Q)if S<32 then J(N,Q,"control character in string")elseif S==92 then P=P..N:sub(R,Q-1)Q=Q+1;local T=N:sub(Q,Q)if T=="u"then local U=N:match("^[dD][89aAbB]%x%x\\u%x%x%x%x",Q+1)or N:match("^%x%x%x%x",Q+1)or J(N,Q-1,"invalid unicode escape in string")P=P..M(U)Q=Q+#U else if not C[T]then J(N,Q-1,"invalid escape char '"..T.."' in string")end;P=P..h[T]end;R=Q+1 elseif S==34 then P=P..N:sub(R,Q-1)return P,Q+1 end;Q=Q+1 end;J(N,O,"expected closing quote for string")end;local O=function(O,P)local Q=H(O,P,B)local R=O:sub(P,Q-1)local S=tonumber(R)if not S then J(O,P,"invalid number '"..R.."'")end;return S,Q end;local P=function(P,Q)local R=H(P,Q,B)local S=P:sub(Q,R-1)if not F[S]then J(P,Q,"invalid literal '"..S.."'")end;return G[S],R end;local Q=function(Q,R)local S={}local T=1;R=R+1;while 1 do local U;R=H(Q,R,A,true)if Q:sub(R,R)=="]"then R=R+1;break end;U,R=x(Q,R)S[T]=U;T=T+1;R=H(Q,R,A,true)local V=Q:sub(R,R)R=R+1;if V=="]"then break end;if V~=","then J(Q,R,"expected ']' or ','")end end;return S,R end;local R=function(R,S)local T={}S=S+1;while 1 do local U,V;S=H(R,S,A,true)if R:sub(S,S)=="}"then S=S+1;break end;if R:sub(S,S)~='"'then J(R,S,"expected string for key")end;U,S=x(R,S)S=H(R,S,A,true)if R:sub(S,S)~=":"then J(R,S,"expected ':' after key")end;S=H(R,S+1,A,true)V,S=x(R,S)T[U]=V;S=H(R,S,A,true)local W=R:sub(S,S)S=S+1;if W=="}"then break end;if W~=","then J(R,S,"expected '}' or ','")end end;return T,S end;local S={['"']=N,["0"]=O,["1"]=O,["2"]=O,["3"]=O,["4"]=O,["5"]=O,["6"]=O,["7"]=O,["8"]=O,["9"]=O,["-"]=O,t=P,f=P,n=P,["["]=Q,["{"]=R}x=function(T,U)local V=T:sub(U,U)local W=S[V]if W then return W(T,U)end;J(T,U,"unexpected character '"..V.."'")end;local T=function(T)if type(T)~="string"then error("expected argument of type string, got "..type(T))end;local U,V=x(T,H(T,1,A,true))V=H(T,V,A,true)if V<=#T then J(T,V,"trailing garbage")end;return U end; -local U,V,W=v,T,Z; - - - - - -local X={} - -local Y=(cloneref or clonereference or function(Y)return Y end) - - -function X.New(_,aa) - -local ab=_; -local ac=aa; -local ad=true; - - -local ae=function(ae)end; - - -repeat task.wait(1)until game:IsLoaded(); - - -local af=false; -local ag,ah,ai,aj,ak,al,am,an,ao=setclipboard or toclipboard,request or http_request or syn_request,string.char,tostring,string.sub,os.time,math.random,math.floor,gethwid or function()return Y(game:GetService"Players").LocalPlayer.UserId end -local ap,aq="",0; - - -local ar="https://api.platoboost.app"; -local as=ah{ -Url=ar.."/public/connectivity", -Method="GET" -}; -if as.StatusCode~=200 and as.StatusCode~=429 then -ar="https://api.platoboost.net"; -end - - -function cacheLink() -if aq+(600)0 then -local aw=af.CanvasPosition.Y/au -al.Position=UDim2.new(0,0,math.clamp(aw*av,0,av),0) -else -al.Position=UDim2.new(0,0,0,0) -end -end - -local function StopDrag() -if aj.CurrentInput==an then -aj.CurrentInput=nil -end -ao=false -af.ScrollingEnabled=true -if ap then -ap:Disconnect() -end -if aq then -aq:Disconnect() -end -end - -ad.AddSignal(am.InputBegan,function(ar) -if -ar.UserInputType~=Enum.UserInputType.MouseButton1 -and ar.UserInputType~=Enum.UserInputType.Touch -then -return -end -if ao then -return -end -if aj.CurrentInput and aj.CurrentInput~=an then -return -end - -aj.CurrentInput=an - -ao=true -af.ScrollingEnabled=false - -local as=ar.Position.Y -local at=af.CanvasPosition.Y - -ap=ac.InputChanged:Connect(function(au) -if -au.UserInputType==Enum.UserInputType.MouseMovement -or au.UserInputType==Enum.UserInputType.Touch -then -local av=au.Position.Y-as - -local aw=af.AbsoluteCanvasSize.Y -local ax=af.AbsoluteWindowSize.Y -local ay=math.max(aw-ax,0) - -local az=ak.AbsoluteSize.Y -local aA=al.AbsoluteSize.Y -local aB=math.max(az-aA,1) - -local b=av*(ay/aB) - -af.CanvasPosition= -Vector2.new(af.CanvasPosition.X,math.clamp(at+b,0,ay)) -end -end) - -aq=ac.InputEnded:Connect(function(au) -if au.UserInputType==ar.UserInputType then -if aj.CurrentInput and aj.CurrentInput~=an then -return -end - -aj.CurrentInput=nil - -StopDrag() -end -end) -end) - -ad.AddSignal(af:GetPropertyChangedSignal"AbsoluteWindowSize",UpdateVisuals) -ad.AddSignal(af:GetPropertyChangedSignal"AbsoluteCanvasSize",UpdateVisuals) -ad.AddSignal(af:GetPropertyChangedSignal"CanvasPosition",UpdateVisuals) - -UpdateVisuals() - -return ak -end - -return aa end function a.E() - -local aa={} - -local ab=a.load'j' -local ac=ab.New -local ad=ab.Tween - -function aa.New(ae,af,ag) -local ah={ -Title=af.Title or"Tag", -Icon=af.Icon, -Color=af.Color or Color3.fromHex"#315dff", -Radius=af.Radius or 999, -Border=af.Border or false, - -TagFrame=nil, -Height=26, -Padding=10, -TextSize=14, -IconSize=16, -} - -local ai -if ah.Icon then -ai=ab.Image(ah.Icon,ah.Icon,0,af.Window,"Tag",false) - -ai.Size=UDim2.new(0,ah.IconSize,0,ah.IconSize) -ai.ImageLabel.ImageColor3=typeof(ah.Color)=="Color3" -and ab.GetTextColorForHSB(ah.Color) -or typeof(ah.Color)=="string" -and(ab.GetTextColorForHSB(ab.GetThemeProperty(ah.Color,ab.Theme))) -end - -local aj=ac("TextLabel",{ -BackgroundTransparency=1, -AutomaticSize="XY", -TextSize=ah.TextSize, -FontFace=Font.new(ab.Font,Enum.FontWeight.SemiBold), -Text=ah.Title, -TextColor3=typeof(ah.Color)=="Color3"and ab.GetTextColorForHSB(ah.Color)or typeof( -ah.Color -)=="string"and(ab.GetTextColorForHSB(ab.GetThemeProperty(ah.Color,ab.Theme))), -LayoutOrder=9999, -}) - -local ak - -if typeof(ah.Color)=="table"then -ak=ac"UIGradient" -for al,am in next,ah.Color do -ak[al]=am -end - -aj.TextColor3=ab.GetTextColorForHSB(ab.GetAverageColor(ak)) -if ai then -ai.ImageLabel.ImageColor3=ab.GetTextColorForHSB(ab.GetAverageColor(ak)) -end -end - -local al=ab.NewRoundFrame(ah.Radius,"Squircle",{ -AutomaticSize="X", -Size=UDim2.new(0,0,0,ah.Height), -Parent=ag, -ImageColor3=typeof(ah.Color)=="Color3"and ah.Color -or typeof(ah.Color)=="table"and Color3.new(1,1,1) -or nil, -ThemeTag=typeof(ah.Color)=="string"and{ -ImageColor3=ah.Color, -}, -},{ -ak, -ab.NewRoundFrame(ah.Radius+1,"SquircleGlass",{ -Size=UDim2.new(1,1,1,1), -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -ThemeTag={ -ImageColor3="White", -}, -ImageTransparency=0.75, -}), -ac("Frame",{ -Size=UDim2.new(0,0,1,0), -AutomaticSize="X", -Name="Content", -BackgroundTransparency=1, -},{ -ai, -aj, -ac("UIPadding",{ -PaddingLeft=UDim.new(0,ah.Padding), -PaddingRight=UDim.new(0,ah.Padding), -}), -ac("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -Padding=UDim.new(0,ah.Padding/1.5), -}), -}), -}) - -function ah.SetTitle(am,an) -ah.Title=an -aj.Text=an - -return ah -end - -function ah.SetColor(am,an) -ah.Color=an -if typeof(an)=="table"then -local ao=ab.GetAverageColor(an) -ad(aj,0.06,{TextColor3=ab.GetTextColorForHSB(ao)}):Play() -local ap=al:FindFirstChildOfClass"UIGradient"or ac("UIGradient",{Parent=al}) -for aq,ar in next,an do -ap[aq]=ar -end -ad(al,0.06,{ImageColor3=Color3.new(1,1,1)}):Play() -else -if ak then -ak:Destroy() -end -ad(aj,0.06,{TextColor3=ab.GetTextColorForHSB(an)}):Play() -if ai then -ad(ai.ImageLabel,0.06,{ImageColor3=ab.GetTextColorForHSB(an)}):Play() -end -ad(al,0.06,{ImageColor3=an}):Play() -end - -return ah -end - -function ah.SetIcon(am,an) -ah.Icon=an - -if ai then -ai:Destroy() -ai=nil -end - -if an then -ai=ab.Image(an,an,0,af.Window,"Tag",false) - -ai.Size=UDim2.new(0,ah.IconSize,0,ah.IconSize) -ai.Parent=al:FindFirstChild"Content" - -if typeof(ah.Color)=="Color3"then -ai.ImageLabel.ImageColor3=ab.GetTextColorForHSB(ah.Color) -elseif typeof(ah.Color)=="table"then -ai.ImageLabel.ImageColor3=ab.GetTextColorForHSB(ab.GetAverageColor(ak)) -end -end -return ah -end - -function ah.Destroy(am) -al:Destroy() -return ah -end - -ab:OnThemeChange(function(am,an) -aj.TextColor3=ab.GetTextColorForHSB(ab.GetThemeProperty(ah.Color,ab.Theme)) -ai.ImageLabel.ImageColor3= -ab.GetTextColorForHSB(ab.GetThemeProperty(ah.Color,ab.Theme)) -end) - -return ah -end - -return aa end function a.F() - -local aa=(cloneref or clonereference or function(aa)return aa end) - - -local ab=aa(game:GetService"RunService") -local ac=aa(game:GetService"HttpService") - -local ad - -local ae -ae={ -Folder=nil, -Path=nil, -Configs={}, -Parser={ -Colorpicker={ -Save=function(af) -return{ -__type=af.__type, -value=af.Default:ToHex(), -transparency=af.Transparency or nil, -} -end, -Load=function(af,ag) -if af and af.Update then -af:Update(Color3.fromHex(ag.value),ag.transparency or nil) -end -end -}, -Dropdown={ -Save=function(af) -return{ -__type=af.__type, -value=af.Value, -} -end, -Load=function(af,ag) -if af and af.Select then -af:Select(ag.value) -end -end -}, -Input={ -Save=function(af) -return{ -__type=af.__type, -value=af.Value, -} -end, -Load=function(af,ag) -if af and af.Set then -af:Set(ag.value) -end -end -}, -Keybind={ -Save=function(af) -return{ -__type=af.__type, -value=af.Value, -} -end, -Load=function(af,ag) -if af and af.Set then -af:Set(ag.value) -end -end -}, -Slider={ -Save=function(af) -return{ -__type=af.__type, -value=af.Value.Default, -} -end, -Load=function(af,ag) -if af and af.Set then -af:Set(tonumber(ag.value)) -end -end -}, -Toggle={ -Save=function(af) -return{ -__type=af.__type, -value=af.Value, -} -end, -Load=function(af,ag) -if af and af.Set then -af:Set(ag.value) -end -end -}, -} -} - -function ae.Init(af,ag) -if not ag.Folder then -warn"[ WindUI.ConfigManager ] Window.Folder is not specified." -return false -end -if ab:IsStudio()or not writefile then -warn"[ WindUI.ConfigManager ] The config system doesn't work in the studio." -return false -end - -ad=ag -ae.Folder=ad.Folder -ae.Path="WindUI/"..tostring(ae.Folder).."/config/" - -if not isfolder(ae.Path)then -makefolder(ae.Path) -end - -local ah=ae:AllConfigs() - -for ai,aj in next,ah do -if isfile and readfile and isfile(aj..".json")then -ae.Configs[aj]=readfile(aj..".json") -end -end - -return ae -end - -function ae.SetPath(af,ag) -if not ag then -warn"[ WindUI.ConfigManager ] Custom path is not specified." -return false -end - -ae.Path=ag -if not ag:match"/$"then -ae.Path=ag.."/" -end - -if not isfolder(ae.Path)then -makefolder(ae.Path) -end - -return true -end - -function ae.CreateConfig(af,ag,ah) -local ai={ -Path=ae.Path..ag..".json", -Elements={}, -CustomData={}, -AutoLoad=ah or false, -Version=1.2, -} - -if not ag then -return false,"No config file is selected" -end - -function ai.SetAsCurrent(aj) -ad:SetCurrentConfig(ai) -end - -function ai.Register(aj,ak,al) -ai.Elements[ak]=al -end - -function ai.Set(aj,ak,al) -ai.CustomData[ak]=al -end - -function ai.Get(aj,ak) -return ai.CustomData[ak] -end - -function ai.SetAutoLoad(aj,ak) -ai.AutoLoad=ak -end - -function ai.Save(aj) -if ad.PendingFlags then -for ak,al in next,ad.PendingFlags do -ai:Register(ak,al) -end -end - -local ak={ -__version=ai.Version, -__elements={}, -__autoload=ai.AutoLoad, -__custom=ai.CustomData -} - -for al,am in next,ai.Elements do -if ae.Parser[am.__type]then -ak.__elements[tostring(al)]=ae.Parser[am.__type].Save(am) -end -end - -local al=ac:JSONEncode(ak) -if writefile then -writefile(ai.Path,al) -end - -return ak -end - -function ai.Load(aj) -if isfile and not isfile(ai.Path)then -return false,"Config file does not exist" -end - -local ak,al=pcall(function() -local ak=readfile or function() -warn"[ WindUI.ConfigManager ] The config system doesn't work in the studio." -return nil -end -return ac:JSONDecode(ak(ai.Path)) -end) - -if not ak then -return false,"Failed to parse config file" -end - -if not al.__version then -local am={ -__version=ai.Version, -__elements=al, -__custom={} -} -al=am -end - -if ad.PendingFlags then -for am,an in next,ad.PendingFlags do -ai:Register(am,an) -end -end - -for am,an in next,(al.__elements or{})do -if ai.Elements[am]and ae.Parser[an.__type]then -task.spawn(function() -ae.Parser[an.__type].Load(ai.Elements[am],an) -end) -end -end - -ai.CustomData=al.__custom or{} - -return ai.CustomData -end - -function ai.Delete(aj) -if not delfile then -return false,"delfile function is not available" -end - -if not isfile(ai.Path)then -return false,"Config file does not exist" -end - -local ak,al=pcall(function() -delfile(ai.Path) -end) - -if not ak then -return false,"Failed to delete config file: "..tostring(al) -end - -ae.Configs[ag]=nil - -if ad.CurrentConfig==ai then -ad.CurrentConfig=nil -end - -return true,"Config deleted successfully" -end - -function ai.GetData(aj) -return{ -elements=ai.Elements, -custom=ai.CustomData, -autoload=ai.AutoLoad -} -end - - -if isfile(ai.Path)then -local aj,ak=pcall(function() -return ac:JSONDecode(readfile(ai.Path)) -end) - -if aj and ak and ak.__autoload then -ai.AutoLoad=true - -task.spawn(function() -task.wait(0.5) -local al,am=pcall(function() -return ai:Load() -end) -if al then -if ad.Debug then print("[ WindUI.ConfigManager ] AutoLoaded config: "..ag)end -else -warn("[ WindUI.ConfigManager ] Failed to AutoLoad config: "..ag.." - "..tostring(am)) -end -end) -end -end - - -ai:SetAsCurrent() -ae.Configs[ag]=ai -return ai -end - -function ae.Config(af,ag,ah) -return ae:CreateConfig(ag,ah) -end - -function ae.GetAutoLoadConfigs(af) -local ag={} - -for ah,ai in pairs(ae.Configs)do -if ai.AutoLoad then -table.insert(ag,ah) -end -end - -return ag -end - -function ae.DeleteConfig(af,ag) -if not delfile then -return false,"delfile function is not available" -end - -local ah=ae.Path..ag..".json" - -if not isfile(ah)then -return false,"Config file does not exist" -end - -local ai,aj=pcall(function() -delfile(ah) -end) - -if not ai then -return false,"Failed to delete config file: "..tostring(aj) -end - -ae.Configs[ag]=nil - -if ad.CurrentConfig and ad.CurrentConfig.Path==ah then -ad.CurrentConfig=nil -end - -return true,"Config deleted successfully" -end - -function ae.AllConfigs(af) -if not listfiles then return{}end - -local ag={} -if not isfolder(ae.Path)then -makefolder(ae.Path) -return ag -end - -for ah,ai in next,listfiles(ae.Path)do -local aj=ai:match"([^\\/]+)%.json$" -if aj then -table.insert(ag,aj) -end -end - -return ag -end - -function ae.GetConfig(af,ag) -return ae.Configs[ag] -end - -return ae end function a.G() -local aa={} - -local ab=a.load'j' -local ac=ab.New -local ad=ab.Tween - - -local ae=(cloneref or clonereference or function(ae)return ae end) - - -ae(game:GetService"UserInputService") - - -function aa.New(af) -local ag={ -Button=nil -} - -local ah - - - - - - - - - - - - - -local ai=ac("TextLabel",{ -Text=af.Title, -TextSize=17, -FontFace=Font.new(ab.Font,Enum.FontWeight.Medium), -BackgroundTransparency=1, -AutomaticSize="XY", -}) - -local aj=ac("Frame",{ -Size=UDim2.new(0,36,0,36), -BackgroundTransparency=1, -Name="Drag", -},{ -ac("ImageLabel",{ -Image=ab.Icon"move"[1], -ImageRectOffset=ab.Icon"move"[2].ImageRectPosition, -ImageRectSize=ab.Icon"move"[2].ImageRectSize, -Size=UDim2.new(0,18,0,18), -BackgroundTransparency=1, -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -ThemeTag={ -ImageColor3="Icon", -}, -ImageTransparency=.3, -}) -}) -local ak=ac("Frame",{ -Size=UDim2.new(0,1,1,0), -Position=UDim2.new(0,36,0.5,0), -AnchorPoint=Vector2.new(0,0.5), -BackgroundColor3=Color3.new(1,1,1), -BackgroundTransparency=.9, -}) - -local al=ac("Frame",{ -Size=UDim2.new(0,0,0,0), -Position=UDim2.new(0.5,0,0,28), -AnchorPoint=Vector2.new(0.5,0.5), -Parent=af.Parent, -BackgroundTransparency=1, -Active=true, -Visible=false, -}) - - -local am=ac("UIScale",{ -Scale=1, -}) - -local an=ac("Frame",{ -Size=UDim2.new(0,0,0,44), -AutomaticSize="X", -Parent=al, -Active=false, -BackgroundTransparency=.25, -ZIndex=99, -BackgroundColor3=Color3.new(0,0,0), -},{ -am, -ac("UICorner",{ -CornerRadius=UDim.new(1,0) -}), -ac("UIStroke",{ -Thickness=1, -ApplyStrokeMode="Border", -Color=Color3.new(1,1,1), -Transparency=0, -},{ -ac("UIGradient",{ -Color=ColorSequence.new(Color3.fromHex"40c9ff",Color3.fromHex"e81cff") -}) -}), -aj, -ak, - -ac("UIListLayout",{ -Padding=UDim.new(0,4), -FillDirection="Horizontal", -VerticalAlignment="Center", -}), - -ac("TextButton",{ -AutomaticSize="XY", -Active=true, -BackgroundTransparency=1, -Size=UDim2.new(0,0,0,36), - -BackgroundColor3=Color3.new(1,1,1), -},{ -ac("UICorner",{ -CornerRadius=UDim.new(1,-4) -}), -ah, -ac("UIListLayout",{ -Padding=UDim.new(0,af.UIPadding), -FillDirection="Horizontal", -VerticalAlignment="Center", -}), -ai, -ac("UIPadding",{ -PaddingLeft=UDim.new(0,11), -PaddingRight=UDim.new(0,11), -}), -}), -ac("UIPadding",{ -PaddingLeft=UDim.new(0,4), -PaddingRight=UDim.new(0,4), -}) -}) - -ag.Button=an - - - -function ag.SetIcon(ao,ap) -if ah then -ah:Destroy() -end -if ap then -ah=ab.Image( -ap, -af.Title, -0, -af.Folder, -"OpenButton", -true, -af.IconThemed -) -ah.Size=UDim2.new(0,22,0,22) -ah.LayoutOrder=-1 -ah.Parent=ag.Button.TextButton -end -end - -if af.Icon then -ag:SetIcon(af.Icon) -end - - - -ab.AddSignal(an:GetPropertyChangedSignal"AbsoluteSize",function() -al.Size=UDim2.new( -0,an.AbsoluteSize.X, -0,an.AbsoluteSize.Y -) -end) - -ab.AddSignal(an.TextButton.MouseEnter,function() -ad(an.TextButton,.1,{BackgroundTransparency=.93}):Play() -end) -ab.AddSignal(an.TextButton.MouseLeave,function() -ad(an.TextButton,.1,{BackgroundTransparency=1}):Play() -end) - -local ao=ab.Drag(al) - - -function ag.Visible(ap,aq) -al.Visible=aq -end - -function ag.SetScale(ap,aq) -am.Scale=aq -end - -function ag.Edit(ap,aq) -local ar={ -Title=aq.Title, -Icon=aq.Icon, -Enabled=aq.Enabled, -Position=aq.Position, -OnlyIcon=aq.OnlyIcon or false, -Draggable=aq.Draggable or nil, -OnlyMobile=aq.OnlyMobile, -CornerRadius=aq.CornerRadius or UDim.new(1,0), -StrokeThickness=aq.StrokeThickness or 2, -Scale=aq.Scale or 1, -Color=aq.Color -or ColorSequence.new(Color3.fromHex"40c9ff",Color3.fromHex"e81cff"), -} - - - -if ar.Enabled==false then -af.IsOpenButtonEnabled=false -end - -if ar.OnlyMobile~=false then -ar.OnlyMobile=true -else -af.IsPC=false -end - - -if ar.Draggable==false and aj and ak then -aj.Visible=ar.Draggable -ak.Visible=ar.Draggable - -if ao then -ao:Set(ar.Draggable) -end -end - -if ar.Position and al then -al.Position=ar.Position -end - -if ar.OnlyIcon==true and ai then -ai.Visible=false -an.TextButton.UIPadding.PaddingLeft=UDim.new(0,7) -an.TextButton.UIPadding.PaddingRight=UDim.new(0,7) -elseif ar.OnlyIcon==false then -ai.Visible=true -an.TextButton.UIPadding.PaddingLeft=UDim.new(0,11) -an.TextButton.UIPadding.PaddingRight=UDim.new(0,11) -end - - - - - -if ai then -if ar.Title then -ai.Text=ar.Title -ab:ChangeTranslationKey(ai,ar.Title) -elseif ar.Title==nil then - -end -end - -if ar.Icon then -ag:SetIcon(ar.Icon) -end - -an.UIStroke.UIGradient.Color=ar.Color -if Glow then -Glow.UIGradient.Color=ar.Color -end - -an.UICorner.CornerRadius=ar.CornerRadius -an.TextButton.UICorner.CornerRadius=UDim.new(ar.CornerRadius.Scale,ar.CornerRadius.Offset-4) -an.UIStroke.Thickness=ar.StrokeThickness - -ag:SetScale(ar.Scale) -end - -return ag -end - - - -return aa end function a.H() -local aa={} - -local ab=a.load'j' -local ac=ab.New -local ad=ab.Tween - - -function aa.New(ae,af,ag,ah,ai,aj) -local ak={ -Container=nil, -TooltipSize=16, - -TooltipArrowSizeX=ai=="Small"and 16 or 24, -TooltipArrowSizeY=ai=="Small"and 6 or 9, - -PaddingX=ai=="Small"and 12 or 14, -PaddingY=ai=="Small"and 7 or 9, - -Radius=999, - -TitleFrame=nil, -} - -ah=ah or"" -aj=aj~=false - -local al=ac("TextLabel",{ -AutomaticSize="XY", -TextWrapped=aj, -BackgroundTransparency=1, -FontFace=Font.new(ab.Font,Enum.FontWeight.Medium), -Text=ae, -TextSize=ai=="Small"and 15 or 17, -TextTransparency=1, -ThemeTag={ -TextColor3="Tooltip"..ah.."Text", -} -}) - -ak.TitleFrame=al - -local am=ac("UIScale",{ -Scale=.9 -}) - -local an=ac("Frame",{ -AnchorPoint=Vector2.new(0.5,0), -AutomaticSize="XY", -BackgroundTransparency=1, -Parent=af, - -Visible=false -},{ -ac("UISizeConstraint",{ -MaxSize=Vector2.new(400,math.huge) -}), -ac("Frame",{ -AutomaticSize="XY", -BackgroundTransparency=1, -LayoutOrder=99, -Visible=ag, -Name="Arrow", -},{ -ac("ImageLabel",{ -Size=UDim2.new(0,ak.TooltipArrowSizeX,0,ak.TooltipArrowSizeY), -BackgroundTransparency=1, - -Image="rbxassetid://105854070513330", -ThemeTag={ -ImageColor3="Tooltip"..ah, -}, -},{ - - - - - - - - - - -}), -}), -ab.NewRoundFrame(ak.Radius,"Squircle",{ -AutomaticSize="XY", -ThemeTag={ -ImageColor3="Tooltip"..ah, -}, -ImageTransparency=1, -Name="Background", -},{ - - - -ac("Frame",{ - - - -AutomaticSize="XY", -BackgroundTransparency=1, -},{ -ac("UICorner",{ -CornerRadius=UDim.new(0,16), -}), -ac("UIListLayout",{ -Padding=UDim.new(0,12), -FillDirection="Horizontal", -VerticalAlignment="Center" -}), - -al, -ac("UIPadding",{ -PaddingTop=UDim.new(0,ak.PaddingY), -PaddingLeft=UDim.new(0,ak.PaddingX), -PaddingRight=UDim.new(0,ak.PaddingX), -PaddingBottom=UDim.new(0,ak.PaddingY), -}), -}) -}), -am, -ac("UIListLayout",{ -Padding=UDim.new(0,0), -FillDirection="Vertical", -VerticalAlignment="Center", -HorizontalAlignment="Center", -}), -}) -ak.Container=an - -function ak.Open(ao) -an.Visible=true - - -ad(an.Background,.2,{ImageTransparency=0},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ad(an.Arrow.ImageLabel,.2,{ImageTransparency=0},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ad(al,.2,{TextTransparency=0},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ad(am,.22,{Scale=1},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end - -function ak.Close(ao,ap) - -ad(an.Background,.3,{ImageTransparency=1},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ad(an.Arrow.ImageLabel,.2,{ImageTransparency=1},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ad(al,.3,{TextTransparency=1},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ad(am,.35,{Scale=.9},Enum.EasingStyle.Quint,Enum.EasingDirection.In):Play() - -ap=ap~=false -if ap then -task.wait(.35) - -an.Visible=false -an:Destroy() -end -end - -return ak -end - - - -return aa end function a.I() -game:GetService"ReplicatedStorage" -local aa=a.load'j' -local ab=aa.New -local ac=aa.NewRoundFrame -local ad=aa.Tween - -local ae=(cloneref or clonereference or function(ae) -return ae -end) - -ae(game:GetService"UserInputService") - -local af=a.load'E' - -local function Color3ToHSB(ag) -local ah,ai,aj=ag.R,ag.G,ag.B -local ak=math.max(ah,ai,aj) -local al=math.min(ah,ai,aj) -local am=ak-al - -local an=0 -if am~=0 then -if ak==ah then -an=(ai-aj)/am%6 -elseif ak==ai then -an=(aj-ah)/am+2 -else -an=(ah-ai)/am+4 -end -an=an*60 -else -an=0 -end - -local ao=(ak==0)and 0 or(am/ak) -local ap=ak - -return{ -h=math.floor(an+0.5), -s=ao, -b=ap, -} -end - -local function GetPerceivedBrightness(ag) -local ah=ag.R -local ai=ag.G -local aj=ag.B -return 0.299*ah+0.587*ai+0.114*aj -end - -local function GetTextColorForHSB(ag) -local ah=Color3ToHSB(ag)local -ai, aj, ak=ah.h, ah.s, ah.b -if GetPerceivedBrightness(ag)>0.5 then -return Color3.fromHSV(ai/360,0,0.05) -else -return Color3.fromHSV(ai/360,0,0.98) -end -end - -return function(ag) -local ah={ -Title=ag.Title, -Desc=ag.Desc or nil, -Hover=ag.Hover, -Thumbnail=ag.Thumbnail, -ThumbnailSize=ag.ThumbnailSize or 80, -Image=ag.Image, -IconThemed=ag.IconThemed or false, -ImageSize=ag.ImageSize or 30, -Color=ag.Color, -Scalable=ag.Scalable, -Parent=ag.Parent, -Justify=ag.Justify or"Between", -UIPadding=ag.Window.ElementConfig.UIPadding, -UICorner=ag.Window.ElementConfig.UICorner, -Size=ag.Size or"Default", -Tags=ag.Tags or{}, -UIElements={}, - -Index=ag.Index, -} - -local ai=ah.Size=="Small"and-4 or ah.Size=="Large"and 4 or 0 -local aj=ah.Size=="Small"and-4 or ah.Size=="Large"and 4 or 0 - -local ak=ah.ImageSize -local al=ah.ThumbnailSize -local am=true - - -local an=0 - -local ao -local ap -if ah.Thumbnail then -ao=aa.Image( -ah.Thumbnail, -ah.Title, -ag.Window.NewElements and ah.UICorner-11 or(ah.UICorner-4), -ag.Window.Folder, -"Thumbnail", -false, -ah.IconThemed -) -ao.Size=UDim2.new(1,0,0,al) -end -if ah.Image then -ap=aa.Image( -ah.Image, -ah.Title, -ag.Window.NewElements and ah.UICorner-11 or(ah.UICorner-4), -ag.Window.Folder, -"Image", -ah.IconThemed, -not ah.Color and true or false, -"ElementIcon" -) - -if typeof(ah.Color)=="string"and not string.find(ah.Image,"rbxthumb")then -ap.ImageLabel.ImageColor3=GetTextColorForHSB(Color3.fromHex(aa.Colors[ah.Color])) -elseif typeof(ah.Color)=="Color3"and not string.find(ah.Image,"rbxthumb")then -ap.ImageLabel.ImageColor3=GetTextColorForHSB(ah.Color) -end - -ap.Size=UDim2.new(0,ak,0,ak) - -an=ak -end - -local function CreateText(aq,ar) -local as=typeof(ah.Color)=="string" -and GetTextColorForHSB(Color3.fromHex(aa.Colors[ah.Color])) -or typeof(ah.Color)=="Color3"and GetTextColorForHSB(ah.Color) - -return ab("TextLabel",{ -BackgroundTransparency=1, -Text=aq or"", -TextSize=ar=="Desc"and 15 or 17, -TextXAlignment="Left", -ThemeTag={ -TextColor3=not ah.Color and("Element"..ar)or nil, -}, -TextColor3=ah.Color and as or nil, -TextTransparency=ar=="Desc"and 0.3 or 0, -TextWrapped=true, -Size=UDim2.new(ah.Justify=="Between"and 1 or 0,0,0,0), -AutomaticSize=ah.Justify=="Between"and"Y"or"XY", -FontFace=Font.new(aa.Font,ar=="Desc"and Enum.FontWeight.Medium or Enum.FontWeight.SemiBold), -}) -end - -local aq=CreateText(ah.Title,"Title") -local ar=CreateText(ah.Desc,"Desc") -if not ah.Title or ah.Title==""then -ar.Visible=false -end -if not ah.Desc or ah.Desc==""then -ar.Visible=false -end - -ah.UIElements.Title=aq -ah.UIElements.Desc=ar - -ah.UIElements.Container=ab("Frame",{ -Size=UDim2.new(1,0,1,0), -AutomaticSize="Y", -BackgroundTransparency=1, -},{ -ab("UIListLayout",{ -Padding=UDim.new(0,ah.UIPadding), -FillDirection="Vertical", -VerticalAlignment="Center", -HorizontalAlignment=ah.Justify=="Between"and"Left"or"Center", -}), -ao, -ab("Frame",{ -Size=UDim2.new( -ah.Justify=="Between"and 1 or 0, -ah.Justify=="Between"and-ag.TextOffset or 0, -0, -0 -), -AutomaticSize=ah.Justify=="Between"and"Y"or"XY", -BackgroundTransparency=1, -Name="TitleFrame", -},{ -ab("UIListLayout",{ -Padding=UDim.new(0,ah.UIPadding), -FillDirection="Horizontal", -VerticalAlignment=ag.Window.NewElements and(ah.Justify=="Between"and"Top"or"Center") -or"Center", -HorizontalAlignment=ah.Justify~="Between"and ah.Justify or"Center", -}), -ap, -ab("Frame",{ -BackgroundTransparency=1, -AutomaticSize=ah.Justify=="Between"and"Y"or"XY", -Size=UDim2.new( -ah.Justify=="Between"and 1 or 0, -ah.Justify=="Between"and(ap and-an-ah.UIPadding or-an) -or 0, -1, -0 -), -Name="TitleFrame", -},{ -ab("UIPadding",{ -PaddingTop=UDim.new(0,(ag.Window.NewElements and ah.UIPadding/2 or 0)+aj), -PaddingLeft=UDim.new(0,(ag.Window.NewElements and ah.UIPadding/2 or 0)+ai), -PaddingRight=UDim.new( -0, -(ag.Window.NewElements and ah.UIPadding/2 or 0)+ai -), -PaddingBottom=UDim.new( -0, -(ag.Window.NewElements and ah.UIPadding/2 or 0)+aj -), -}), -ab("UIListLayout",{ -Padding=UDim.new(0,6), -FillDirection="Vertical", -VerticalAlignment="Center", -HorizontalAlignment="Left", -}), -ab("ScrollingFrame",{ -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -LayoutOrder=-99, -BackgroundTransparency=1, -ScrollingDirection="X", -CanvasSize=UDim2.new(0,0,0,0), -ScrollBarThickness=0, -Visible=false, -},{ -ab("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Left", -Padding=UDim.new(0,ag.Window.UIPadding/2), -}), -}), -ab("Frame",{ -Name="Space", -Size=UDim2.new(1,0,0,0), -BackgroundTransparency=1, -Visible=false, -}), -aq, -ar, -}), -}), -}) - -for as,at in next,ag.Tags or{}do -if not ah.UIElements.Container.TitleFrame.TitleFrame.ScrollingFrame.Visible then -ah.UIElements.Container.TitleFrame.TitleFrame.ScrollingFrame.Visible=true -ah.UIElements.Container.TitleFrame.TitleFrame.Space.Visible=true -end -af:New(at,ah.UIElements.Container.TitleFrame.TitleFrame.ScrollingFrame) -end - -aa.AddSignal( -ah.UIElements.Container.TitleFrame.TitleFrame.ScrollingFrame.UIListLayout:GetPropertyChangedSignal -"AbsoluteContentSize" -, -function() -ah.UIElements.Container.TitleFrame.TitleFrame.ScrollingFrame.Size=UDim2.new( -1, -0, -0, -ah.UIElements.Container.TitleFrame.TitleFrame.ScrollingFrame.UIListLayout.AbsoluteContentSize.Y -/ag.ParentConfig.UIScale -) -end -) - - - - - -local as=aa.Image("lock","lock",0,ag.Window.Folder,"Lock",false) -as.Size=UDim2.new(0,20,0,20) -as.ImageLabel.ImageColor3=Color3.new(1,1,1) -as.ImageLabel.ImageTransparency=0.4 - -local at=ab("TextLabel",{ -Text="Locked", -TextSize=18, -FontFace=Font.new(aa.Font,Enum.FontWeight.Medium), -AutomaticSize="XY", -BackgroundTransparency=1, -TextColor3=Color3.new(1,1,1), -TextTransparency=0.05, -}) - -local au=ab("Frame",{ -Size=UDim2.new(1,ah.UIPadding*2,1,ah.UIPadding*2), -BackgroundTransparency=1, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -ZIndex=9999999, -}) - -local av,aw=ac(ah.UICorner,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=0.25, -ImageColor3=Color3.new(0,0,0), -Visible=false, -Active=false, -Parent=au, -},{ -ab("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Center", -Padding=UDim.new(0,8), -}), -as, -at, -},nil,true)local - -ax=ac(ah.UICorner,"Squircle-Outline",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=1, -Active=false, -ThemeTag={ -ImageColor3="Text", -}, -Parent=au, -},{ -ab("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Center", -Padding=UDim.new(0,8), -}), -},nil,true) - -local ay,az=ac(ah.UICorner,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=1, -Active=false, -ThemeTag={ -ImageColor3="Text", -}, -Parent=au, -},{ -ab("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Center", -Padding=UDim.new(0,8), -}), -},nil,true)local - -aA=ac(ah.UICorner,"Squircle-Outline",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=1, -Visible=false, -Active=false, -ThemeTag={ -ImageColor3="Text", -}, -Parent=au, -},{ -ab("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Center", -Padding=UDim.new(0,8), -}), -ab("UIGradient",{ -Name="HoverGradient", -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(0.5,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(1,Color3.new(1,1,1)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0,1), -NumberSequenceKeypoint.new(0.25,0.9), -NumberSequenceKeypoint.new(0.5,0.3), -NumberSequenceKeypoint.new(0.75,0.9), -NumberSequenceKeypoint.new(1,1), -}, -}), -},nil,true) - -local aB,b=ac(ah.UICorner,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=1, -Active=false, -ThemeTag={ -ImageColor3="Text", -}, -Parent=au, -},{ -ab("UIGradient",{ -Name="HoverGradient", -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(0.5,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(1,Color3.new(1,1,1)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0,1), -NumberSequenceKeypoint.new(0.25,0.9), -NumberSequenceKeypoint.new(0.5,0.3), -NumberSequenceKeypoint.new(0.75,0.9), -NumberSequenceKeypoint.new(1,1), -}, -}), -ab("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Center", -Padding=UDim.new(0,8), -}), -},nil,true) - -local d,f=ac(ah.UICorner,"Squircle",{ -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -ImageTransparency=ah.Color and 0.05 or(not ag.Window.NewElements and 0.93 or nil), - - - -Parent=ag.Parent, -ThemeTag={ -ImageColor3=not ah.Color and(ag.Window.NewElements and"ElementBackground"or"Text")or nil, -ImageTransparency=not ah.Color -and(ag.Window.NewElements and"ElementBackgroundTransparency"or nil) -or nil, -}, -ImageColor3=ah.Color and(typeof(ah.Color)=="string"and Color3.fromHex( -aa.Colors[ah.Color] -)or typeof(ah.Color)=="Color3"and ah.Color)or nil, -},{ -ah.UIElements.Container, -au, -ab("UIPadding",{ -PaddingTop=UDim.new(0,ah.UIPadding), -PaddingLeft=UDim.new(0,ah.UIPadding), -PaddingRight=UDim.new(0,ah.UIPadding), -PaddingBottom=UDim.new(0,ah.UIPadding), -}), -},true,true) - -ah.UIElements.Main=d -ah.UIElements.Locked=av - -if ah.Hover then -aa.AddSignal(d.MouseEnter,function() -if am then - -ad(aB,0.12,{ImageTransparency=0.9}):Play() -ad(aA,0.12,{ImageTransparency=0.8}):Play() -aa.AddSignal(d.MouseMoved,function(g,h) -aB.HoverGradient.Offset= -Vector2.new(((g-d.AbsolutePosition.X)/d.AbsoluteSize.X)-0.5,0) -aA.HoverGradient.Offset= -Vector2.new(((g-d.AbsolutePosition.X)/d.AbsoluteSize.X)-0.5,0) -end) -end -end) -aa.AddSignal(d.InputEnded,function() -if am then - -ad(aB,0.12,{ImageTransparency=1}):Play() -ad(aA,0.12,{ImageTransparency=1}):Play() -end -end) -end - -function ah.SetTitle(g,h) -ah.Title=h -aq.Text=h -end - -function ah.SetDesc(g,h) -ah.Desc=h -ar.Text=h or"" -if not h then -ar.Visible=false -elseif not ar.Visible then -ar.Visible=true -end -end - -function ah.Colorize(g,h,i) -if ah.Color then -h[i]=typeof(ah.Color)=="string" -and GetTextColorForHSB(Color3.fromHex(aa.Colors[ah.Color])) -or typeof(ah.Color)=="Color3"and GetTextColorForHSB(ah.Color) -or nil -end -end - -if ag.ElementTable then -aa.AddSignal(aq:GetPropertyChangedSignal"Text",function() -if ah.Title~=aq.Text then -ah:SetTitle(aq.Text) -ag.ElementTable.Title=aq.Text -end -end) -aa.AddSignal(ar:GetPropertyChangedSignal"Text",function() -if ah.Desc~=ar.Text then -ah:SetDesc(ar.Text) -ag.ElementTable.Desc=ar.Text -end -end) -end - - - - - -function ah.SetThumbnail(g,h,i) -ah.Thumbnail=h -if i then -ah.ThumbnailSize=i -al=i -end - -if ao then -if h then -ao:Destroy() -ao=aa.Image( -h, -ah.Title, -ah.UICorner-3, -ag.Window.Folder, -"Thumbnail", -false, -ah.IconThemed -) -if ao then -ao.Size=UDim2.new(1,0,0,al) -ao.Parent=ah.UIElements.Container -local l=ah.UIElements.Container:FindFirstChild"UIListLayout" -if l then -ao.LayoutOrder=-1 -end -end -else -ao.Visible=false -end -else -if h then -ao=aa.Image( -h, -ah.Title, -ah.UICorner-3, -ag.Window.Folder, -"Thumbnail", -false, -ah.IconThemed -) -if ao then -ao.Size=UDim2.new(1,0,0,al) -ao.Parent=ah.UIElements.Container -local l=ah.UIElements.Container:FindFirstChild"UIListLayout" -if l then -ao.LayoutOrder=-1 -end -end -end -end -end - -function ah.SetImage(g,h,i) -ah.Image=h -if i then -ah.ImageSize=i -ak=i -end - -if h then -local l=ap and ap.Parent or ah.UIElements.Container.TitleFrame -if ap then -ap:Destroy() -end - -ap=aa.Image( -h, -h, -ah.UICorner-3, -ag.Window.Folder, -"Image", -not ah.Color and true or false -) -if ap then -if typeof(ah.Color)=="string"and not string.find(ah.Image,"rbxthumb")then -ap.ImageLabel.ImageColor3= -GetTextColorForHSB(Color3.fromHex(aa.Colors[ah.Color])) -elseif typeof(ah.Color)=="Color3"and not string.find(ah.Image,"rbxthumb")then -ap.ImageLabel.ImageColor3=GetTextColorForHSB(ah.Color) -end - -ap.Visible=true -ap.Parent=l -ap.LayoutOrder=-99 - -ap.Size=UDim2.new(0,ak,0,ak) -an=ah.ImageSize+ah.UIPadding -end -else -if ap then -ap.Visible=true -end -an=0 -end - -ah.UIElements.Container.TitleFrame.TitleFrame.Size=UDim2.new(1,-an,1,0) -end - -function ah.Destroy(g) -d:Destroy() -end - -function ah.Lock(g,h) -am=false -av.Active=true -av.Visible=true -at.Text=h or"Locked" -end - -function ah.Unlock(g) -am=true -av.Active=false -av.Visible=false -end - -function ah.Highlight(g) -local h=ab("UIGradient",{ -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(0.5,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(1,Color3.new(1,1,1)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0,1), -NumberSequenceKeypoint.new(0.1,0.9), -NumberSequenceKeypoint.new(0.5,0.3), -NumberSequenceKeypoint.new(0.9,0.9), -NumberSequenceKeypoint.new(1,1), -}, -Rotation=0, -Offset=Vector2.new(-1,0), -Parent=ax, -}) - -local i=ab("UIGradient",{ -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(0.5,Color3.new(1,1,1)), -ColorSequenceKeypoint.new(1,Color3.new(1,1,1)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0,1), -NumberSequenceKeypoint.new(0.15,0.8), -NumberSequenceKeypoint.new(0.5,0.1), -NumberSequenceKeypoint.new(0.85,0.8), -NumberSequenceKeypoint.new(1,1), -}, -Rotation=0, -Offset=Vector2.new(-1,0), -Parent=ay, -}) - -ax.ImageTransparency=0.65 -ay.ImageTransparency=0.88 - -ad(h,0.75,{ -Offset=Vector2.new(1,0), -}):Play() - -ad(i,0.75,{ -Offset=Vector2.new(1,0), -}):Play() - -task.spawn(function() -task.wait(0.75) -ax.ImageTransparency=1 -ay.ImageTransparency=1 -h:Destroy() -i:Destroy() -end) -end - -function ah.UpdateShape(g) -if ag.Window.NewElements then -local h=aa:GetElementPosition( -g.Elements, -ah.Index, -ag.ParentConfig.ParentTable.__type=="HStack"or ag.ParentConfig.ParentTable.__type=="Group" -) - -if h and d then -f:SetType(h) -aw:SetType(h) -az:SetType(h) - -b:SetType(h) - -end -end -end - - - - - -return ah -end end function a.J() - -local aa=a.load'j' -local ab=aa.New - -local ac={} - -local ad=a.load's'.New - -function ac.New(ae,af) -af.Hover=false -af.TextOffset=0 -af.ParentConfig=af -af.IsButtons=af.Buttons and#af.Buttons>0 and true or false - -local ag={ -__type="Paragraph", -Title=af.Title or"Paragraph", -Desc=af.Desc or nil, - -Locked=af.Locked or false, -} -local ah=a.load'I'(af) - -ag.ParagraphFrame=ah -if af.Buttons and#af.Buttons>0 then -local ai=ab("Frame",{ -Size=UDim2.new(1,0,0,38), -BackgroundTransparency=1, -AutomaticSize="Y", -Parent=ah.UIElements.Container, -},{ -ab("UIListLayout",{ -Padding=UDim.new(0,10), -FillDirection="Vertical", -}), -}) - -for aj,ak in next,af.Buttons do -local al=ad( -ak.Title, -ak.Icon, -ak.Callback, -ak.Variant or"White", -ai, -nil, -nil, -af.Window.NewElements and 999 or 10 -) -al.Size=UDim2.new(1,0,0,38) - -end -end - -return ag.__type,ag -end - -return ac end function a.K() - -local aa=a.load'j'local ab= -aa.New - -local ac={} - -function ac.New(ad,ae) -local af={ -__type="Button", -Title=ae.Title or"Button", -Desc=ae.Desc or nil, -Icon=ae.Icon or"mouse-pointer-click", -IconThemed=ae.IconThemed or false, -IconColor=ae.IconColor or nil, -Color=ae.Color, -Justify=ae.Justify or"Between", -IconAlign=ae.IconAlign or"Right", -Locked=ae.Locked or false, -LockedTitle=ae.LockedTitle, -Callback=ae.Callback or function()end, -UIElements={}, -} - -local ag=true - -af.ButtonFrame=a.load'I'{ -Title=af.Title, -Desc=af.Desc, -Parent=ae.Parent, - - - - -Window=ae.Window, -Color=af.Color, -Justify=af.Justify, -TextOffset=20, -Hover=true, -Scalable=true, -Tab=ae.Tab, -Index=ae.Index, -ElementTable=af, -ParentConfig=ae, -Size=ae.Size, -Tags=ae.Tags, -} - - - - - - - - - - - - - - -af.UIElements.ButtonIcon=aa.Image( -af.Icon, -af.Icon, -0, -ae.Window.Folder, -"Button", -not(af.Color or af.IconColor)and true or nil, -af.IconThemed -) - -if af.IconColor then -af.UIElements.ButtonIcon.ImageLabel.ImageColor3=af.IconColor -end - -af.UIElements.ButtonIcon.Size=UDim2.new(0,20,0,20) -af.UIElements.ButtonIcon.Parent=af.Justify=="Between"and af.ButtonFrame.UIElements.Main -or af.ButtonFrame.UIElements.Container.TitleFrame -af.UIElements.ButtonIcon.LayoutOrder=af.IconAlign=="Left"and-99999 or 99999 -af.UIElements.ButtonIcon.AnchorPoint=Vector2.new(1,0.5) -af.UIElements.ButtonIcon.Position=UDim2.new(1,0,0.5,0) - -af.ButtonFrame:Colorize(af.UIElements.ButtonIcon.ImageLabel,"ImageColor3") - -function af.Lock(ah) -af.Locked=true -ag=false -return af.ButtonFrame:Lock(af.LockedTitle) -end -function af.Unlock(ah) -af.Locked=false -ag=true -return af.ButtonFrame:Unlock() -end - -if af.Locked then -af:Lock() -end - -aa.AddSignal(af.ButtonFrame.UIElements.Main.MouseButton1Click,function() -if ag then -task.spawn(function() -aa.SafeCallback(af.Callback) -end) -end -end) -return af.__type,af -end - -return ac end function a.L() - -local aa={} - -local ab=a.load'j' -local ac=ab.New -local ad=ab.Tween - -local ae=game:GetService"UserInputService" - -function aa.New(af,ag,ah,ai,aj,ak,al) -local am={ -GlassSpritesheet={ -Id="rbxassetid://77297718671545", -MirroredId="rbxassetid://92258969882244", -Size=Vector2.new(102,128), -Total=80, -Cols=10, -}, -} - -function am.GetGlassFrame(an,ao:number):(string,Vector2,Vector2) -local ap=am.GlassSpritesheet -local aq:number - -if ao<=0.4 then -aq=math.floor((ao/0.4)*(ap.Total-1)) -elseif ao<0.6 then -aq=ap.Total-1 -else -aq=math.floor(((ao-0.6)/0.4)*(ap.Total-1)) -end - -aq=math.clamp(aq,0,ap.Total-1) - -local ar=ao>=0.6 -if ar then -aq=(ap.Total-1)-aq -end - -local as=ar and ap.MirroredId or ap.Id - -return as,ap.Size,Vector2.new((aq%ap.Cols)*ap.Size.X,math.floor(aq/ap.Cols)*ap.Size.Y) -end - -local an=12 -local ao -if ag and ag~=""then -ao=ac("ImageLabel",{ -Size=UDim2.new(0,13,0,13), -BackgroundTransparency=1, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Image=ab.Icon(ag)[1], -ImageRectOffset=ab.Icon(ag)[2].ImageRectPosition, -ImageRectSize=ab.Icon(ag)[2].ImageRectSize, -ImageTransparency=1, -ImageColor3=Color3.new(0,0,0), -}) -end - -local ap=ac("Frame",{ -Size=UDim2.new(0,2,0,26), -BackgroundTransparency=1, -Parent=ai, -}) - -local aq=ab.NewRoundFrame(an,"Squircle",{ -ImageTransparency=0.85, -ThemeTag={ -ImageColor3="Text", -}, -Parent=ap, -Size=UDim2.new(0,ak and(52)or(40.8),0,24), -AnchorPoint=Vector2.new(1,0.5), -Position=UDim2.new(0,0,0.5,0), -Name="ToggleFrame", -},{ -ab.NewRoundFrame(an,"Squircle",{ -Size=UDim2.new(1,0,1,0), -Name="Layer", -ThemeTag={ -ImageColor3="Toggle", -}, -ImageTransparency=1, -}), -ab.NewRoundFrame(an,"SquircleOutline",{ -Size=UDim2.new(1,0,1,0), -Name="Stroke", -ImageColor3=Color3.new(1,1,1), -ImageTransparency=1, -},{ -ac("UIGradient",{ -Rotation=90, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0,0), -NumberSequenceKeypoint.new(1,1), -}, -}), -}), - - -ab.NewRoundFrame(an,"Squircle",{ -Size=UDim2.new(0,ak and 30 or 20,0,20), -Position=UDim2.new(0,2,0.5,0), -AnchorPoint=Vector2.new(0,0.5), -ImageTransparency=1, -Name="Frame", -},{ -ab.NewRoundFrame(an,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=0, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Name="Bar", -},{ -ab.New("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundColor3=Color3.new(1,1,1), -Name="Highlight", -BackgroundTransparency=1, -},{ -ab.NewRoundFrame(9999,"SquircleGlass",{ -Size=UDim2.new(1,1,1,1), -ImageColor3=Color3.new(1,1,1), -Name="SquircleGlass", -ImageTransparency=0.5, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -}), -ab.NewRoundFrame(an,"Squircle",{ -Size=UDim2.new(1,0,1,0), -Name="GlassBackground", -ImageTransparency=0, -ThemeTag={ -ImageColor3="ElementBackground", -}, -ZIndex=-1, -}), -ac("ImageLabel",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -Name="Glass", -ImageTransparency=0, -},{ -ac("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -}), - - - - - - -ab.NewRoundFrame(an,"Squircle",{ -Size=UDim2.new(1,0,1,0), -Name="BarOverlay", -ThemeTag={ -ImageColor3="ToggleBar", -}, -ZIndex=999, -}), -}), -ao, -ac("UIScale",{ -Scale=1, -}), -}), -}), -ac("TextButton",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -Name="Hitbox", -Text="", -}), -}) - -local ar -local as - -local at=ak and 30 or 20 -local au=aq.Size.X.Offset - -function am.Set(av,aw,ax,ay) -if not ay then -if aw then -ad(aq.Frame,0.35,{ -Position=UDim2.new(0,au-at-2,0.5,0), -},Enum.EasingStyle.Back,Enum.EasingDirection.Out):Play() -ab.SetThemeTag(aq.Frame.Bar.Highlight.Glass,{ImageColor3="Toggle"},0.15) - -ad( -aq.Frame.Bar.Highlight.Glass, -0.15, -{ImageTransparency=0}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -else -ad(aq.Frame,0.35,{ -Position=UDim2.new(0,2,0.5,0), -},Enum.EasingStyle.Back,Enum.EasingDirection.Out):Play() -ab.SetThemeTag(aq.Frame.Bar.Highlight.Glass,{ImageColor3="Text"},0.15) -ad( -aq.Frame.Bar.Highlight.Glass, -0.15, -{ImageTransparency=0.85}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -end -else -if aw then -aq.Frame.Position=UDim2.new(0,au-at-2,0.5,0) -else -aq.Frame.Position=UDim2.new(0,2,0.5,0) -end -end - -if aw then -ad(aq.Layer,0.1,{ -ImageTransparency=0, -}):Play() -ab.SetThemeTag(aq.Frame.Bar.Highlight.Glass,{ImageColor3="Toggle"},0.1) -ad( -aq.Frame.Bar.Highlight.Glass, -0.1, -{ImageTransparency=0}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() - -if ao then -ad(ao,0.1,{ -ImageTransparency=0, -}):Play() -end - -local az,aA,aB=am:GetGlassFrame(1) - -aq.Frame.Bar.Highlight.Glass.Image=az -aq.Frame.Bar.Highlight.Glass.ImageRectSize=aA -aq.Frame.Bar.Highlight.Glass.ImageRectOffset=aB -else -ad(aq.Layer,0.1,{ -ImageTransparency=1, -}):Play() -ab.SetThemeTag(aq.Frame.Bar.Highlight.Glass,{ImageColor3="Text"},0.1) -ad( -aq.Frame.Bar.Highlight.Glass, -0.1, -{ImageTransparency=0.85}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() - -if ao then -ad(ao,0.1,{ -ImageTransparency=1, -}):Play() -end - -local az,aA,aB=am:GetGlassFrame(0) - -aq.Frame.Bar.Highlight.Glass.Image=az -aq.Frame.Bar.Highlight.Glass.ImageRectSize=aA -aq.Frame.Bar.Highlight.Glass.ImageRectOffset=aB -end - -ax=ax~=false - -task.spawn(function() -if aj and ax then -ab.SafeCallback(aj,aw) -end -end) -end - -function am.Animate(av,aw,ax) -if not al.Window.IsToggleDragging then -al.Window.IsToggleDragging=true - -local ay=aw.Position.X -local az=aw.Position.Y -local aA=aq.Frame.Position.X.Offset -local aB=false -local b=false - -ad( -aq.Frame.Bar.UIScale, -0.28, -{Scale=1.5}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -ad( -aq.Frame.Bar.Highlight.BarOverlay, -0.28, -{ImageTransparency=0.86}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() - -if ar then -ar:Disconnect() -end - -ar=ae.InputChanged:Connect(function(d) -if not al.Window.IsToggleDragging then -return -end -if -d.UserInputType~=Enum.UserInputType.MouseMovement -and d.UserInputType~=Enum.UserInputType.Touch -then -return -end -if aB then -return -end - -local f=math.abs(d.Position.X-ay) -math.abs(d.Position.Y-az) - -if not b and f>8 then -b=true -end - -local g=d.Position.X-ay -local h=math.max(2,math.min(aA+g,au-at-2)) - -local i=math.clamp((h-2)/(au-at-4),0,1) - -local l,m,p=am:GetGlassFrame(i) -aq.Frame.Bar.Highlight.Glass.Image=l -aq.Frame.Bar.Highlight.Glass.ImageRectSize=m -aq.Frame.Bar.Highlight.Glass.ImageRectOffset=p - -ad(aq.Frame,0.12,{ -Position=UDim2.new(0,h,0.5,0), -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end) - -if as then -as:Disconnect() -end - -as=ae.InputEnded:Connect(function(d) -if not al.Window.IsToggleDragging then -return -end -if -d.UserInputType~=Enum.UserInputType.MouseButton1 -and d.UserInputType~=Enum.UserInputType.Touch -then -return -end - -al.Window.IsToggleDragging=false - -if ar then -ar:Disconnect() -ar=nil -end -if as then -as:Disconnect() -as=nil -end - -al.WindUI.CurrentInput=nil - -if aB then -return -end - -if not b then -ax:Set(not ax.Value,true,false) -else -local f=aq.Frame.Position.X.Offset -local g=f+at/2 -local h=g>au/2 -ax:Set(h,true,false) -end - -ad( -aq.Frame.Bar.UIScale, -0.23, -{Scale=1}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -ad( -aq.Frame.Bar.Highlight.BarOverlay, -0.23, -{ImageTransparency=0}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -end) -end -end - -return ap,am -end - -return aa end function a.M() - -local aa={} - -local ab=a.load'j'local ac= -ab.New -local ad=ab.Tween - - -function aa.New(ae,af,ag,ah,ai,aj) -local ak={} - -af=af or"sfsymbols:checkmark" - -local al=9 - -local am=ab.Image( -af, -af, -0, -(aj and aj.Window.Folder or"Temp"), -"Checkbox", -true, -false, -"CheckboxIcon" -) -am.Size=UDim2.new(1,-26+ag,1,-26+ag) -am.AnchorPoint=Vector2.new(0.5,0.5) -am.Position=UDim2.new(0.5,0,0.5,0) - - -local an=ab.NewRoundFrame(al,"Squircle",{ -ImageTransparency=.85, -ThemeTag={ -ImageColor3="Text" -}, -Parent=ah, -Size=UDim2.new(0,26,0,26), -},{ -ab.NewRoundFrame(al,"Squircle",{ -Size=UDim2.new(1,0,1,0), -Name="Layer", -ThemeTag={ -ImageColor3="Checkbox", -}, -ImageTransparency=1, -}), -ab.NewRoundFrame(al,"Glass-1.4",{ -Size=UDim2.new(1,0,1,0), -Name="Stroke", -ThemeTag={ -ImageColor3="CheckboxBorder", -ImageTransparency="CheckboxBorderTransparency", -}, -},{ - - - - - - - -}), - -am, -},true) - -function ak.Set(ao,ap) -if ap then -ad(an.Layer,0.06,{ -ImageTransparency=0, -}):Play() - - - -ad(am.ImageLabel,0.06,{ -ImageTransparency=0, -}):Play() -else -ad(an.Layer,0.05,{ -ImageTransparency=1, -}):Play() - - - -ad(am.ImageLabel,0.06,{ -ImageTransparency=1, -}):Play() -end - -task.spawn(function() -if ai then -ab.SafeCallback(ai,ap) -end -end) -end - -return an,ak -end - - -return aa end function a.N() -local aa=a.load'j'local ab= -aa.New local ac= -aa.Tween - -local ad=a.load'L'.New -local ae=a.load'M'.New - -local af={} - -function af.New(ag,ah) -local ai={ -__type="Toggle", -Title=ah.Title or"Toggle", -Desc=ah.Desc or nil, -Locked=ah.Locked or false, -LockedTitle=ah.LockedTitle, -Value=ah.Value, -Icon=ah.Icon or nil, -IconSize=ah.IconSize or 23, -Type=ah.Type or"Toggle", -Callback=ah.Callback or function()end, -UIElements={}, -} -ai.ToggleFrame=a.load'I'{ -Title=ai.Title, -Desc=ai.Desc, - - - - -Window=ah.Window, -Parent=ah.Parent, -TextOffset=(52), -Hover=false, -Tab=ah.Tab, -Index=ah.Index, -ElementTable=ai, -ParentConfig=ah, -Tags=ah.Tags, -} - -local aj=true - -if ai.Value==nil then -ai.Value=false -end - -function ai.Lock(ak) -ai.Locked=true -aj=false -return ai.ToggleFrame:Lock(ai.LockedTitle) -end -function ai.Unlock(ak) -ai.Locked=false -aj=true -return ai.ToggleFrame:Unlock() -end - -if ai.Locked then -ai:Lock() -end - -local ak=ai.Value - -local al,am -if ai.Type=="Toggle"then -al,am=ad( -ak, -ai.Icon, -ai.IconSize, -ai.ToggleFrame.UIElements.Main, -ai.Callback, -ah.Window.NewElements, -ah -) -elseif ai.Type=="Checkbox"then -al,am=ae( -ak, -ai.Icon, -ai.IconSize, -ai.ToggleFrame.UIElements.Main, -ai.Callback, -ah -) -else -error("Unknown Toggle Type: "..tostring(ai.Type)) -end - -al.AnchorPoint=Vector2.new(1,ah.Window.NewElements and 0 or 0.5) -al.Position=UDim2.new(1,0,ah.Window.NewElements and 0 or 0.5,0) - -function ai.Set(an,ao,ap,aq) -if aj then -am:Set(ao,ap,aq or false) -ak=ao -ai.Value=ao -end -end - -ai:Set(ak,false,ah.Window.NewElements) - -local an=ah.WindUI.GenerateGUID() - -if ah.Window.NewElements and am.Animate then -if ai.Type=="Toggle"then -aa.AddSignal(al.ToggleFrame.Hitbox.InputBegan,function(ao) -if -not ah.Window.IsToggleDragging -and( -ao.UserInputType==Enum.UserInputType.MouseButton1 -or ao.UserInputType==Enum.UserInputType.Touch -) -then -if ah.WindUI.CurrentInput and ah.WindUI.CurrentInput~=an then -return -end - -ah.WindUI.CurrentInput=an -am:Animate(ao,ai) -end -end) -end - - - - - -else -if ai.Type=="Toggle"then -aa.AddSignal(al.ToggleFrame.Hitbox.MouseButton1Click,function() -ai:Set(not ai.Value,nil,ah.Window.NewElements) -end) -elseif ai.Type=="Checkbox"then -aa.AddSignal(al.MouseButton1Click,function() -ai:Set(not ai.Value,nil,ah.Window.NewElements) -end) -end -end - -return ai.__type,ai -end - -return af end function a.O() - -local aa=(cloneref or clonereference or function(aa) -return aa -end) - -local ac=aa(game:GetService"UserInputService") -local ad=aa(game:GetService"RunService") - -local ae=a.load'j' -local af=ae.New -local ag=ae.Tween - -local ah={} - -local ai=false - -function ah.New(aj,ak) -local al={ -__type="Slider", -Title=ak.Title or nil, -Desc=ak.Desc or nil, -Locked=ak.Locked or nil, -LockedTitle=ak.LockedTitle, -Value=ak.Value or{}, -Icons=ak.Icons or nil, -IsTooltip=ak.IsTooltip or false, -IsTextbox=ak.IsTextbox, -Step=ak.Step or 1, -Callback=ak.Callback or function()end, -UIElements={}, -IsFocusing=false, - -Width=ak.Width or 130, -TextBoxWidth=ak.Window.NewElements and 40 or 30, -ThumbSize=13, -IconSize=26, -} -if al.Icons=={}then -al.Icons={ -From="sfsymbols:sunMinFill", -To="sfsymbols:sunMaxFill", -} -end -if al.IsTextbox==nil and al.Title==nil then -al.IsTextbox=false -else -al.IsTextbox=al.IsTextbox~=false -end - -local am -local an -local ao -local ap=al.Value.Default or al.Value.Min or 0 - -local aq=ap -local ar=(ap-(al.Value.Min or 0))/((al.Value.Max or 100)-(al.Value.Min or 0)) - -local as=true -local at=al.Step%1~=0 - -local function FormatValue(au) -if at then -return tonumber(string.format("%.2f",au)) -end -return math.floor(au+0.5) -end - -local function CalculateValue(au) -if at then -return math.floor(au/al.Step+0.5)*al.Step -else -return math.floor(au/al.Step+0.5)*al.Step -end -end - -local au,av -local aw=32 -if al.Icons then -if al.Icons.From then -au=ae.Image( -al.Icons.From, -al.Icons.From, -0, -ak.Window.Folder, -"SliderIconFrom", -true, -true, -"SliderIconFrom" -) -au.Size=UDim2.new(0,al.IconSize,0,al.IconSize) -aw=aw+al.IconSize-2 -end -if al.Icons.To then -av=ae.Image( -al.Icons.To, -al.Icons.To, -0, -ak.Window.Folder, -"SliderIconTo", -true, -true, -"SliderIconTo" -) -av.Size=UDim2.new(0,al.IconSize,0,al.IconSize) -aw=aw+al.IconSize-2 -end -end -al.SliderFrame=a.load'I'{ -Title=al.Title, -Desc=al.Desc, -Parent=ak.Parent, -TextOffset=al.Width, -Hover=false, -Tab=ak.Tab, -Index=ak.Index, -Window=ak.Window, -ElementTable=al, -ParentConfig=ak, -Tags=ak.Tags, -} - -al.UIElements.SliderIcon=ae.NewRoundFrame(99,"Squircle",{ -ImageTransparency=0.95, -Size=UDim2.new(1,not al.IsTextbox and-aw or(-al.TextBoxWidth-8),0,4), -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Name="Frame", -ThemeTag={ -ImageColor3="Text", -}, -},{ -ae.NewRoundFrame(99,"Squircle",{ -Name="Frame", -Size=UDim2.new(ar,0,1,0), -ImageTransparency=0.1, -ThemeTag={ -ImageColor3="Slider", -}, -},{ -ae.NewRoundFrame(99,"Squircle",{ -Size=UDim2.new( -0, -ak.Window.NewElements and(al.ThumbSize*2)or(al.ThumbSize+2), -0, -ak.Window.NewElements and(al.ThumbSize+4)or(al.ThumbSize+2) -), -Position=UDim2.new(1,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -ThemeTag={ -ImageColor3="SliderThumb", -}, -Name="Thumb", -},{ -ae.NewRoundFrame(999,"SquircleGlass",{ -Size=UDim2.new(1,0,1,0), -ImageColor3=Color3.new(1,1,1), -Name="Highlight", -ImageTransparency=0.5, -}), -}), -}), -}) - -al.UIElements.SliderContainer=af("Frame",{ -Size=UDim2.new(al.Title==nil and 1 or 0,al.Title==nil and 0 or al.Width,0,0), -AutomaticSize="Y", -Position=UDim2.new(1,al.IsTextbox and(ak.Window.NewElements and-16 or 0)or 0,0.5,0), -AnchorPoint=Vector2.new(1,0.5), -BackgroundTransparency=1, -Parent=al.SliderFrame.UIElements.Main, -},{ -af("UIListLayout",{ -Padding=UDim.new(0,al.Title~=nil and 8 or 12), -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment=al.Icons -and(al.Icons.From and(al.Icons.To and"Center"or"Left")or al.Icons.To and"Right") -or"Center", -}), -au, -al.UIElements.SliderIcon, -av, -af("TextBox",{ -Size=UDim2.new(0,al.TextBoxWidth,0,0), -TextXAlignment="Left", -Text=FormatValue(ap), -ThemeTag={ -TextColor3="Text", -}, -TextTransparency=0.4, -AutomaticSize="Y", -TextSize=15, -FontFace=Font.new(ae.Font,Enum.FontWeight.Medium), -BackgroundTransparency=1, -LayoutOrder=-1, -Visible=al.IsTextbox, -}), -}) - -local ax -if al.IsTooltip then -ax=a.load'H'.New( -ap, -al.UIElements.SliderIcon.Frame.Thumb, -true, -"Secondary", -"Small", -false -) -ax.Container.AnchorPoint=Vector2.new(0.5,1) -ax.Container.Position=UDim2.new(0.5,0,0,-8) -end - -function al.Lock(ay) -al.Locked=true -as=false -return al.SliderFrame:Lock(al.LockedTitle) -end -function al.Unlock(ay) -al.Locked=false -as=true -return al.SliderFrame:Unlock() -end - -if al.Locked then -al:Lock() -end - - -local ay=ak.Tab.UIElements.ContainerFrame - -function al.Set(az,aA,aB) -if as then -if -not al.IsFocusing -and not ai -and( -not aB -or( -aB.UserInputType==Enum.UserInputType.MouseButton1 -or aB.UserInputType==Enum.UserInputType.Touch -) -) -then -if aB then -am=(aB.UserInputType==Enum.UserInputType.Touch) -ay.ScrollingEnabled=false -ai=true - -local b=am and aB.Position.X or ac:GetMouseLocation().X -local d=math.clamp( -(b-al.UIElements.SliderIcon.AbsolutePosition.X) -/al.UIElements.SliderIcon.AbsoluteSize.X, -0, -1 -) -aA=CalculateValue(al.Value.Min+d*(al.Value.Max-al.Value.Min)) -aA=math.clamp(aA,al.Value.Min or 0,al.Value.Max or 100) - -if aA~=aq then -ag(al.UIElements.SliderIcon.Frame,0.05,{Size=UDim2.new(d,0,1,0)}):Play() -al.UIElements.SliderContainer.TextBox.Text=FormatValue(aA) -if ax then -ax.TitleFrame.Text=FormatValue(aA) -end -al.Value.Default=FormatValue(aA) -aq=aA -ae.SafeCallback(al.Callback,FormatValue(aA)) -end - -an=ad.RenderStepped:Connect(function() -local f=am and aB.Position.X or ac:GetMouseLocation().X -local g=math.clamp( -(f-al.UIElements.SliderIcon.AbsolutePosition.X) -/al.UIElements.SliderIcon.AbsoluteSize.X, -0, -1 -) -aA=CalculateValue(al.Value.Min+g*(al.Value.Max-al.Value.Min)) - -if aA~=aq then -ag(al.UIElements.SliderIcon.Frame,0.05,{Size=UDim2.new(g,0,1,0)}):Play() -al.UIElements.SliderContainer.TextBox.Text=FormatValue(aA) -if ax then -ax.TitleFrame.Text=FormatValue(aA) -end -al.Value.Default=FormatValue(aA) -aq=aA -ae.SafeCallback(al.Callback,FormatValue(aA)) -end -end) - - -ao=ac.InputEnded:Connect(function(f) -if -( -f.UserInputType==Enum.UserInputType.MouseButton1 -or f.UserInputType==Enum.UserInputType.Touch -)and aB==f -then -an:Disconnect() -ao:Disconnect() -ai=false -ay.ScrollingEnabled=true - -ak.WindUI.CurrentInput=nil - -if ak.Window.NewElements then -ag(al.UIElements.SliderIcon.Frame.Thumb,0.2,{ -ImageTransparency=0, -Size=UDim2.new( -0, -ak.Window.NewElements and(al.ThumbSize*2)or(al.ThumbSize+2), -0, -ak.Window.NewElements and(al.ThumbSize+4)or(al.ThumbSize+2) -), -},Enum.EasingStyle.Quint,Enum.EasingDirection.InOut):Play() -end -if ax then -ax:Close(false) -end -end -end) -else -aA=math.clamp(aA,al.Value.Min or 0,al.Value.Max or 100) - -local b=math.clamp( -(aA-(al.Value.Min or 0))/((al.Value.Max or 100)-(al.Value.Min or 0)), -0, -1 -) -aA=CalculateValue(al.Value.Min+b*(al.Value.Max-al.Value.Min)) - -if aA~=aq then -ag(al.UIElements.SliderIcon.Frame,0.05,{Size=UDim2.new(b,0,1,0)}):Play() -al.UIElements.SliderContainer.TextBox.Text=FormatValue(aA) -if ax then -ax.TitleFrame.Text=FormatValue(aA) -end -al.Value.Default=FormatValue(aA) -aq=aA -ae.SafeCallback(al.Callback,FormatValue(aA)) -end -end -end -end -end - -function al.SetMax(az,aA) -al.Value.Max=aA - -local aB=tonumber(al.Value.Default)or aq -if aB>aA then -al:Set(aA) -else -local b= -math.clamp((aB-(al.Value.Min or 0))/(aA-(al.Value.Min or 0)),0,1) -ag(al.UIElements.SliderIcon.Frame,0.1,{Size=UDim2.new(b,0,1,0)}):Play() -end -end - -function al.SetMin(az,aA) -al.Value.Min=aA - -local aB=tonumber(al.Value.Default)or aq -if aBaj then -ai,aj=aj,ai -end - -local ak=typeof(ag.Value)=="number"and ag.Value -or ToFiniteNumber(ah.Default) -or ToFiniteNumber(ag.Default) -or ai -ak=ToFiniteNumber(ak)or ai - -local al=ag.Indeterminate==true - -local am=ag.ShowValue -if am==nil then -am=not al -end - -local an=math.max(ToFiniteNumber(ag.ValueWidth)or 44,0) - -local ao={ -__type="ProgressBar", -Title=ag.Title or"Progress", -Desc=ag.Desc or nil, -Value={ -Min=ai, -Max=aj, -Default=math.clamp(ak,ai,aj), -}, -ShowValue=am, -DisplayMode=ag.DisplayMode or"Percent", -Format=ag.Format, -Animate=ag.Animate~=false, -AnimationDuration=math.max(ToFiniteNumber(ag.AnimationDuration)or 0.15,0), -Indeterminate=al, -IndeterminateText=ag.IndeterminateText or"", -Speed=math.max(ToFiniteNumber(ag.Speed)or 1,0.01), -ControlGap=math.max(ToFiniteNumber(ag.ControlGap)or 16,0), -UIElements={}, - -Width=math.max(ToFiniteNumber(ag.Width)or 160,0), -ValueWidth=an, -} - -local function GetRatio(ap) -if ao.Value.Max==ao.Value.Min then -return ap>=ao.Value.Max and 1 or 0 -end - -return math.clamp((ap-ao.Value.Min)/(ao.Value.Max-ao.Value.Min),0,1) -end - -local function GetValueText(ap,aq) -if ao.Indeterminate then -return tostring(ao.IndeterminateText) -end - -local ar=aq*100 - -if typeof(ao.Format)=="function"then -local as,at= -pcall(ao.Format,ap,ar,ao.Value.Min,ao.Value.Max) - -if as and at~=nil then -return tostring(at) -end -end - -if ao.DisplayMode=="Value"then -return FormatNumber(ap) -elseif ao.DisplayMode=="Fraction"then -return FormatNumber(ap).."/"..FormatNumber(ao.Value.Max) -end - -return tostring(math.floor(ar+0.5)).."%" -end - -ao.ProgressBarFrame=a.load'I'{ -Title=ao.Title, -Desc=ao.Desc, -Parent=ag.Parent, -TextOffset=ao.Width+ao.ControlGap, -Hover=false, -Tab=ag.Tab, -Index=ag.Index, -Window=ag.Window, -ElementTable=ao, -ParentConfig=ag, -Tags=ag.Tags, -} - -ao.UIElements.Fill=aa.NewRoundFrame(99,"Squircle",{ -Name="Fill", -Size=ao.Indeterminate and UDim2.new(0.3,0,1,0) -or UDim2.new(GetRatio(ao.Value.Default),0,1,0), -Position=ao.Indeterminate and UDim2.new(-0.3,0,0,0)or UDim2.new(0,0,0,0), -ThemeTag={ -ImageColor3="ProgressBar", -}, -}) - -ao.UIElements.Bar=aa.NewRoundFrame(99,"Squircle",{ -Name="Bar", -Size=UDim2.new(1,ao.ShowValue and-(ao.ValueWidth+8)or 0,0,6), -ClipsDescendants=true, -ImageTransparency=0.9, -ThemeTag={ -ImageColor3="ProgressBarTrack", -ImageTransparency="ProgressBarTrackTransparency", -}, -},{ -ao.UIElements.Fill, -}) - -ao.UIElements.Value=ac("TextLabel",{ -Name="Value", -Size=UDim2.new(0,ao.ValueWidth,0,20), -BackgroundTransparency=1, -FontFace=Font.new(aa.Font,Enum.FontWeight.Medium), -Text=GetValueText(ao.Value.Default,GetRatio(ao.Value.Default)), -TextSize=14, -TextTransparency=0.25, -TextTruncate="AtEnd", -TextXAlignment="Right", -Visible=ao.ShowValue, -ThemeTag={ -TextColor3="ProgressBarText", -}, -}) - -ao.UIElements.Container=ac("Frame",{ -Name="ProgressBarContainer", -Size=UDim2.new(0,ao.Width,0,36), -Position=UDim2.new(1,0,ag.Window.NewElements and 0 or 0.5,0), -AnchorPoint=Vector2.new(1,ag.Window.NewElements and 0 or 0.5), -BackgroundTransparency=1, -Parent=ao.ProgressBarFrame.UIElements.Main, -},{ -ac("UIListLayout",{ -Padding=UDim.new(0,8), -FillDirection="Horizontal", -HorizontalAlignment="Right", -VerticalAlignment="Center", -}), -ao.UIElements.Bar, -ao.UIElements.Value, -}) - -if ao.Indeterminate then -local ap=ad( -ao.UIElements.Fill, -1/ao.Speed, -{Position=UDim2.new(1,0,0,0)}, -Enum.EasingStyle.Linear, -Enum.EasingDirection.InOut,-1 - -) -aa.AddSignal(ao.UIElements.Bar.Destroying,function() -ap:Cancel() -end) -ap:Play() -end - -local function Update(ap,aq) -local ar=ToFiniteNumber(ap) -if ar==nil then -return ao.Value.Default -end - -ar=math.clamp(ar,ao.Value.Min,ao.Value.Max) -ao.Value.Default=ar - -local as=GetRatio(ar) -local at=UDim2.new(as,0,1,0) - -if ao.UIElements.Fill and not ao.Indeterminate then -if aq or not ao.Animate or ao.AnimationDuration<=0 then -ao.UIElements.Fill.Size=at -else -ad( -ao.UIElements.Fill, -ao.AnimationDuration, -{Size=at}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -end -end - -ao.UIElements.Value.Text=GetValueText(ar,as) - -return ar -end - -function ao.Set(ap,aq) -return Update(aq,false) -end - -function ao.Get(ap) -return ao.Value.Default -end - -function ao.GetPercentage(ap) -return GetRatio(ao.Value.Default)*100 -end - -function ao.SetRange(ap,aq,ar) -aq=ToFiniteNumber(aq) -ar=ToFiniteNumber(ar) - -if aq==nil or ar==nil then -return ao.Value.Min,ao.Value.Max -end - -if aq>ar then -aq,ar=ar,aq -end - -ao.Value.Min=aq -ao.Value.Max=ar -Update(ao.Value.Default,false) - -return aq,ar -end - -function ao.SetMin(ap,aq) -aq=ToFiniteNumber(aq) -if aq==nil then -return ao.Value.Min -end - -ao:SetRange(aq,math.max(aq,ao.Value.Max)) -return ao.Value.Min -end - -function ao.SetMax(ap,aq) -aq=ToFiniteNumber(aq) -if aq==nil then -return ao.Value.Max -end - -ao:SetRange(math.min(ao.Value.Min,aq),aq) -return ao.Value.Max -end - -Update(ao.Value.Default,true) - -return ao.__type,ao -end - -return ae end function a.Q() - -local aa=(cloneref or clonereference or function(aa) -return aa -end) - -local ac=aa(game:GetService"UserInputService") - -local ad=a.load'j' -local ae=ad.New local af= -ad.Tween - -local ag={ -UICorner=6, -UIPadding=8, -} - -local ah=a.load'C'.New - -function ag.New(ai,aj) -local function NormalizeKeyCode(ak) -if typeof(ak)=="EnumItem"then -return ak.Name -elseif type(ak)=="string"then -return ak -else -return"F" -end -end - -local ak={ -__type="Keybind", -Title=aj.Title or"Keybind", -Desc=aj.Desc or nil, -Locked=aj.Locked or false, -LockedTitle=aj.LockedTitle, -Value=NormalizeKeyCode(aj.Value)or"F", -Callback=aj.Callback or function()end, -CanChange=aj.CanChange~=false, -Blacklist=aj.Blacklist or{}, -Picking=false, -UIElements={}, -} - -local al={} - -for am,an in next,ak.Blacklist do -table.insert(al,Enum.KeyCode[NormalizeKeyCode(an)]) -end -table.insert(al,Enum.KeyCode[NormalizeKeyCode"Escape"]) - -local am=true - -ak.KeybindFrame=a.load'I'{ -Title=ak.Title, -Desc=ak.Desc, -Parent=aj.Parent, -TextOffset=85, -Hover=ak.CanChange, -Tab=aj.Tab, -Index=aj.Index, -Window=aj.Window, -ElementTable=ak, -ParentConfig=aj, -Tags=aj.Tags, -} - -ak.UIElements.Keybind=ah( -ak.Value, -nil, -ak.KeybindFrame.UIElements.Main, -nil, -aj.Window.NewElements and 12 or 10 -) - -ak.UIElements.Keybind.Size= -UDim2.new(0,24+ak.UIElements.Keybind.Frame.Frame.TextLabel.TextBounds.X,0,42) -ak.UIElements.Keybind.AnchorPoint=Vector2.new(1,0.5) -ak.UIElements.Keybind.Position=UDim2.new(1,0,0.5,0) -ak.UIElements.Keybind.Interactable=false - -ae("UIScale",{ -Parent=ak.UIElements.Keybind, -Scale=0.85, -}) - -ad.AddSignal( -ak.UIElements.Keybind.Frame.Frame.TextLabel:GetPropertyChangedSignal"TextBounds", -function() -ak.UIElements.Keybind.Size= -UDim2.new(0,24+ak.UIElements.Keybind.Frame.Frame.TextLabel.TextBounds.X,0,42) -end -) - -function ak.Lock(an) -ak.Locked=true -am=false -return ak.KeybindFrame:Lock(ak.LockedTitle) -end -function ak.Unlock(an) -ak.Locked=false -am=true -return ak.KeybindFrame:Unlock() -end - -function ak.Set(an,ao) -local ap=NormalizeKeyCode(ao) -ak.Value=ap -ak.UIElements.Keybind.Frame.Frame.TextLabel.Text=ap -end - -if ak.Locked then -ak:Lock() -end - -local an - -ad.AddSignal(ak.KeybindFrame.UIElements.Main.MouseButton1Click,function() -if am then -if ak.CanChange then -ak.Picking=true -ak.UIElements.Keybind.Frame.Frame.TextLabel.Text="..." - - - -local ao -ao=ac.InputBegan:Connect(function(ap) -local aq - -if ap.UserInputType==Enum.UserInputType.Keyboard then -if table.find(al,ap.KeyCode)then -aq=nil -return -else -aq=ap.KeyCode.Name -end -elseif -ap.UserInputType==Enum.UserInputType.MouseButton1 -and not table.find(al,"MouseLeftButton") -then -aq="MouseLeftButton" -elseif -ap.UserInputType==Enum.UserInputType.MouseButton2 -and not table.find(al,"MouseRightButton") -then -aq="MouseRightButton" -end - -if an then -an:Disconnect() -end - -an=ac.InputEnded:Connect(function(ar) -if -aq -and( -ar.KeyCode.Name==aq -or aq=="MouseLeft"and ar.UserInputType==Enum.UserInputType.MouseButton1 -or aq=="MouseRight"and ar.UserInputType==Enum.UserInputType.MouseButton2 -) -then -ak.Picking=false - -ak.UIElements.Keybind.Frame.Frame.TextLabel.Text=aq -ak.Value=aq - -ao:Disconnect() -an:Disconnect() -end -end) -end) -end -end -end) - -ad.AddSignal(ac.InputBegan,function(ao,ap) -if ac:GetFocusedTextBox()then -return -end -if not am then -return -end -if ak.Picking then -return -end - -if ao.UserInputType==Enum.UserInputType.Keyboard then -if ao.KeyCode.Name==ak.Value then -ad.SafeCallback(ak.Callback,ao.KeyCode.Name) -end -elseif ao.UserInputType==Enum.UserInputType.MouseButton1 and ak.Value=="MouseLeft"then -ad.SafeCallback(ak.Callback,"MouseLeft") -elseif ao.UserInputType==Enum.UserInputType.MouseButton2 and ak.Value=="MouseRight"then -ad.SafeCallback(ak.Callback,"MouseRight") -end -end) - -return ak.__type,ak -end - -return ag end function a.R() - -local aa=a.load'j'local ac= -aa.New local ad= -aa.Tween - -local ae={ -UICorner=8, -UIPadding=8, -}local af=a.load's' - -.New -local ag=a.load't'.New - -function ae.New(ah,ai) -local aj={ -__type="Input", -Title=ai.Title or"Input", -Desc=ai.Desc or nil, -Type=ai.Type or"Input", -Locked=ai.Locked or false, -LockedTitle=ai.LockedTitle, -InputIcon=ai.InputIcon or false, -Placeholder=ai.Placeholder or"Enter Text...", -Value=ai.Value or"", -Callback=ai.Callback or function()end, -ClearTextOnFocus=ai.ClearTextOnFocus or false, -UIElements={}, - -Width=150, -} - -local ak=true - -aj.InputFrame=a.load'I'{ -Title=aj.Title, -Desc=aj.Desc, -Parent=ai.Parent, -TextOffset=aj.Width, -Hover=false, -Tab=ai.Tab, -Index=ai.Index, -Window=ai.Window, -ElementTable=aj, -ParentConfig=ai, -Tags=ai.Tags, -} - -local al=ag( -aj.Placeholder, -aj.InputIcon, -aj.Type=="Textarea"and aj.InputFrame.UIElements.Container or aj.InputFrame.UIElements.Main, -aj.Type, -function(al) -aj:Set(al,true) -end, -nil, -ai.Window.NewElements and 12 or 10, -aj.ClearTextOnFocus -) - -if aj.Type~="Textarea"then -al.Size=UDim2.new(0,aj.Width,0,36) -al.Position=UDim2.new(1,0,ai.Window.NewElements and 0 or 0.5,0) -al.AnchorPoint=Vector2.new(1,ai.Window.NewElements and 0 or 0.5) -else -al.Size=UDim2.new(1,0,0,148) -end - - - - - - -function aj.Lock(am) -aj.Locked=true -ak=false -return aj.InputFrame:Lock(aj.LockedTitle) -end -function aj.Unlock(am) -aj.Locked=false -ak=true -return aj.InputFrame:Unlock() -end - -function aj.Set(am,an,ao) -if ak then -aj.Value=an -aa.SafeCallback(aj.Callback,an) - -if not ao then -al.Frame.Frame.TextBox.Text=an -end -end -end - -function aj.SetPlaceholder(am,an) -al.Frame.Frame.TextBox.PlaceholderText=an -aj.Placeholder=an -end - -aj:Set(aj.Value) - -if aj.Locked then -aj:Lock() -end - -return aj.__type,aj -end - -return ae end function a.S() - -local aa=a.load'j' -local ae=aa.New - -local af={} - -function af.New(ag,ah) -local ai=ae("Frame",{ -Size=ah.ParentType~="Group"and UDim2.new(1,0,0,1)or UDim2.new(0,1,1,0), -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -BackgroundTransparency=.9, -ThemeTag={ -BackgroundColor3="Text" -} -}) -local aj=ae("Frame",{ -Parent=ah.Parent, -Size=ah.ParentType~="Group"and UDim2.new(1,-7,0,7)or UDim2.new(0,7,1,-7), -BackgroundTransparency=1, -},{ -ai -}) - -return"Divider",{__type="Divider",ElementFrame=aj} -end - -return af end function a.T() -local aa={} - -local ae=(cloneref or clonereference or function(ae) -return ae -end) - -local af=ae(game:GetService"UserInputService") -local ag=ae(game:GetService"Players").LocalPlayer:GetMouse() -local ah=ae(game:GetService"Workspace").CurrentCamera local ai= - -workspace.CurrentCamera - -local aj=a.load't'.New - -local ak=a.load'j' -local al=ak.New -local am=ak.Tween - -local an=0.67 - -function aa.New(ao,ap,aq,ar) -local as={} - -if not ap.Callback then -ar="Menu" -end - -ap.UIElements.UIListLayout=al("UIListLayout",{ -Padding=UDim.new(0,aq.MenuPadding/1.5), -FillDirection="Vertical", -HorizontalAlignment="Center", -}) - -ap.UIElements.Menu=ak.NewRoundFrame(aq.MenuCorner,"Squircle",{ -ThemeTag={ -ImageColor3="DropdownBackground", -}, -ImageTransparency=1, -Size=UDim2.new(1,0,1,0), -AnchorPoint=Vector2.new(1,0), -Position=UDim2.new(1,0,0,0), -},{ -al("UIPadding",{ -PaddingTop=UDim.new(0,aq.MenuPadding), -PaddingLeft=UDim.new(0,aq.MenuPadding), -PaddingRight=UDim.new(0,aq.MenuPadding), -PaddingBottom=UDim.new(0,aq.MenuPadding), -}), -al("UIListLayout",{ -FillDirection="Vertical", -Padding=UDim.new(0,aq.MenuPadding), -}), -al("Frame",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,ap.SearchBarEnabled and-aq.MenuPadding-aq.SearchBarHeight), - -ClipsDescendants=true, -LayoutOrder=999, -Name="Frame", -},{ -al("UICorner",{ -CornerRadius=UDim.new(0,aq.MenuCorner-aq.MenuPadding), -}), -al("ScrollingFrame",{ -Size=UDim2.new(1,0,1,0), -ScrollBarThickness=0, -ScrollingDirection="Y", -AutomaticCanvasSize="Y", -CanvasSize=UDim2.new(0,0,0,0), -BackgroundTransparency=1, -ScrollBarImageTransparency=1, -},{ -ap.UIElements.UIListLayout, -}), -}), -}) - -ap.UIElements.MenuCanvas=al("Frame",{ -Size=UDim2.new(0,ap.MenuWidth,0,300), -BackgroundTransparency=1, -Position=UDim2.new(-10,0,-10,0), -Visible=false, -Active=false, - -Parent=ao.WindUI.DropdownGui, -AnchorPoint=Vector2.new(1,0), -},{ -ap.UIElements.Menu, -al("UISizeConstraint",{ -MinSize=Vector2.new(170,0), -MaxSize=Vector2.new(300,400), -}), -}) - -local function RecalculateCanvasSize() -ap.UIElements.Menu.Frame.ScrollingFrame.CanvasSize= -UDim2.fromOffset(0,ap.UIElements.UIListLayout.AbsoluteContentSize.Y) -end - -local function RecalculateListSize() -local at=ao.WindUI.DropdownGui.AbsoluteSize.Y - -local au=ap.UIElements.UIListLayout.AbsoluteContentSize.Y/ao.UIScale -local av=ap.SearchBarEnabled and(aq.SearchBarHeight+(aq.MenuPadding*3)) -or(aq.MenuPadding*2) -local aw=au+av - -if aw>at then -ap.UIElements.MenuCanvas.Size= -UDim2.fromOffset(ap.UIElements.MenuCanvas.AbsoluteSize.X,at) -else -ap.UIElements.MenuCanvas.Size= -UDim2.fromOffset(ap.UIElements.MenuCanvas.AbsoluteSize.X,aw) -end -end - -function UpdatePosition() -local at=ap.UIElements.Dropdown or ap.DropdownFrame.UIElements.Main -local au=ap.UIElements.MenuCanvas - -local av=ah.ViewportSize.Y --(at.AbsolutePosition.Y+at.AbsoluteSize.Y) --aq.MenuPadding --54 -local aw=au.AbsoluteSize.Y+aq.MenuPadding - -local ax=-54 -if av0 then -aw=aw:sub(1,#aw-2) -end -else -aw=typeof(ap.Value)=="table"and(ap.Value.Title or ap.Value[1]) -or ap.Value -or"" -end - -if ap.UIElements.Dropdown then -ap.UIElements.Dropdown.Frame.Frame.TextLabel.Text=(aw==""and"--"or aw) -end -end - -local function Callback(au) -as:Display() -if ap.Locked then -return -end - -if ap.Callback then -task.spawn(function() -if ap.Locked then -return -end -ak.SafeCallback(ap.Callback,ap.Value) -end) -else -task.spawn(function() -if ap.Locked then -return -end -ak.SafeCallback(au) -end) -end -end - -function as.LockValues(au,av) -if not av then -return -end - -for aw,ax in next,ap.Tabs do -if ax and ax.UIElements and ax.UIElements.TabItem then -local ay=ax.Name -local az=false - -for aA,aB in next,av do -if ay==aB then -az=true -break -end -end - -if az then -am(ax.UIElements.TabItem,0.1,{ImageTransparency=1}):Play() - -am(ax.UIElements.TabItem.Frame.Title.TextLabel,0.1,{TextTransparency=0.6}):Play() -if ax.UIElements.TabIcon then -am(ax.UIElements.TabIcon.ImageLabel,0.1,{ImageTransparency=0.6}):Play() -end - -ax.UIElements.TabItem.Active=false -ax.Locked=true -else -if ax.Selected then -am(ax.UIElements.TabItem,0.1,{ImageTransparency=an}):Play() - -am(ax.UIElements.TabItem.Frame.Title.TextLabel,0.1,{TextTransparency=0}):Play() -if ax.UIElements.TabIcon then -am(ax.UIElements.TabIcon.ImageLabel,0.1,{ImageTransparency=0}):Play() -end -else -am(ax.UIElements.TabItem,0.1,{ImageTransparency=1}):Play() - -am( -ax.UIElements.TabItem.Frame.Title.TextLabel, -0.1, -{TextTransparency=ar=="Dropdown"and 0.4 or 0.05} -):Play() -if ax.UIElements.TabIcon then -am( -ax.UIElements.TabIcon.ImageLabel, -0.1, -{ImageTransparency=ar=="Dropdown"and 0.2 or 0} -):Play() -end -end - -ax.UIElements.TabItem.Active=true -ax.Locked=false -end -end -end -end - -function as.Refresh(au,av) -if ao.Window.Destroyed then -return -end - -for aw,ax in next,ap.UIElements.Menu.Frame.ScrollingFrame:GetChildren()do -if not ax:IsA"UIListLayout"then -ax:Destroy() -end -end - -ap.Tabs={} - -if ap.SearchBarEnabled then -if not at then -at=aj("Search...","search",ap.UIElements.Menu,nil,function(aw) -for ax,ay in next,ap.Tabs do -if string.find(string.lower(ay.Name),string.lower(aw),1,true)then -ay.UIElements.TabItem.Visible=true -else -ay.UIElements.TabItem.Visible=false -end -RecalculateListSize() -RecalculateCanvasSize() -end -end,true) -at.Size=UDim2.new(1,0,0,aq.SearchBarHeight) -at.Position=UDim2.new(0,0,0,0) -at.Name="SearchBar" -end -end - -for aw,ax in next,av do -if ax.Type~="Divider"then -local ay={ -Name=typeof(ax)=="table"and ax.Title or ax, -Desc=typeof(ax)=="table"and ax.Desc or nil, -Icon=typeof(ax)=="table"and ax.Icon or nil, -IconSize=typeof(ax)=="table"and ax.IconSize or nil, -Original=ax, -Selected=false, -Locked=typeof(ax)=="table"and ax.Locked or false, -UIElements={}, -} -local az -if ay.Icon then -az=ak.Image(ay.Icon,ay.Icon,0,ao.Window.Folder,"Dropdown",true) -az.Size= -UDim2.new(0,ay.IconSize or aq.TabIcon,0,ay.IconSize or aq.TabIcon) -az.ImageLabel.ImageTransparency=ar=="Dropdown"and 0.2 or 0 -ay.UIElements.TabIcon=az -end -ay.UIElements.TabItem=ak.NewRoundFrame( -aq.MenuCorner-aq.MenuPadding, -"Squircle", -{ -Size=UDim2.new(1,0,0,36), -AutomaticSize=ay.Desc and"Y", -ImageTransparency=1, -Parent=ap.UIElements.Menu.Frame.ScrollingFrame, - -ThemeTag={ -ImageColor3="DropdownTabBackground", -}, -Active=not ay.Locked, -}, -{ -ak.NewRoundFrame(aq.MenuCorner-aq.MenuPadding,"Glass-1.4",{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="DropdownTabBorder", -}, -ImageTransparency=1, -Name="Highlight", -},{ - - - - - - - - - - - - - -}), -al("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -},{ -al("UIListLayout",{ -Padding=UDim.new(0,aq.TabPadding), -FillDirection="Horizontal", -VerticalAlignment="Center", -}), -al("UIPadding",{ -PaddingTop=UDim.new(0,aq.TabPadding), -PaddingLeft=UDim.new(0,aq.TabPadding), -PaddingRight=UDim.new(0,aq.TabPadding), -PaddingBottom=UDim.new(0,aq.TabPadding), -}), -al("UICorner",{ -CornerRadius=UDim.new(0,aq.MenuCorner-aq.MenuPadding), -}), -az, -al("Frame",{ -Size=UDim2.new(1,az and-aq.TabPadding-aq.TabIcon or 0,0,0), -BackgroundTransparency=1, -AutomaticSize="Y", -Name="Title", -},{ -al("TextLabel",{ -Text=ay.Name, -TextXAlignment="Left", -FontFace=Font.new(ak.Font,Enum.FontWeight.Medium), -ThemeTag={ -TextColor3="Text", -BackgroundColor3="Text", -}, -TextSize=15, -BackgroundTransparency=1, -TextTransparency=ar=="Dropdown"and 0.4 or 0.05, -LayoutOrder=999, -AutomaticSize="Y", -Size=UDim2.new(1,0,0,0), -}), -al("TextLabel",{ -Text=ay.Desc or"", -TextXAlignment="Left", -FontFace=Font.new(ak.Font,Enum.FontWeight.Regular), -ThemeTag={ -TextColor3="Text", -BackgroundColor3="Text", -}, -TextSize=15, -BackgroundTransparency=1, -TextTransparency=ar=="Dropdown"and 0.6 or 0.35, -LayoutOrder=999, -AutomaticSize="Y", -TextWrapped=true, -Size=UDim2.new(1,0,0,0), -Visible=ay.Desc and true or false, -Name="Desc", -}), -al("UIListLayout",{ -Padding=UDim.new(0,aq.TabPadding/3), -FillDirection="Vertical", -}), -}), -}), -}, -true -) - -if ay.Locked then -ay.UIElements.TabItem.Frame.Title.TextLabel.TextTransparency=0.6 -if ay.UIElements.TabIcon then -ay.UIElements.TabIcon.ImageLabel.ImageTransparency=0.6 -end -end - -if ap.Multi and typeof(ap.Value)=="string"then -for aA,aB in next,ap.Values do -if typeof(aB)=="table"then -if aB.Title==ap.Value then -ap.Value={aB} -end -else -if aB==ap.Value then -ap.Value={ap.Value} -end -end -end -end - -if ap.Multi then -local aA=false -if typeof(ap.Value)=="table"then -for aB,b in ipairs(ap.Value)do -local d=typeof(b)=="table"and b.Title or b -if d==ay.Name then -aA=true -break -end -end -end -ay.Selected=aA -else -local aA=typeof(ap.Value)=="table"and ap.Value.Title or ap.Value -ay.Selected=aA==ay.Name -end - -if ay.Selected and not ay.Locked then -ay.UIElements.TabItem.ImageTransparency=an - -ay.UIElements.TabItem.Frame.Title.TextLabel.TextTransparency=0 -if ay.UIElements.TabIcon then -ay.UIElements.TabIcon.ImageLabel.ImageTransparency=0 -end -end - -ap.Tabs[aw]=ay - -as:Display() - -if ar=="Dropdown"then -ak.AddSignal(ay.UIElements.TabItem.MouseButton1Click,function() -if ap.Locked or ay.Locked then -return -end - -if ap.Multi then -if not ay.Selected then -ay.Selected=true -am( -ay.UIElements.TabItem, -0.1, -{ImageTransparency=an} -):Play() - -am(ay.UIElements.TabItem.Frame.Title.TextLabel,0.1,{TextTransparency=0}):Play() -if ay.UIElements.TabIcon then -am(ay.UIElements.TabIcon.ImageLabel,0.1,{ImageTransparency=0}):Play() -end -table.insert(ap.Value,ay.Original) -else -if not ap.AllowNone and#ap.Value==1 then -return -end -ay.Selected=false -am(ay.UIElements.TabItem,0.1,{ImageTransparency=1}):Play() - -am(ay.UIElements.TabItem.Frame.Title.TextLabel,0.1,{TextTransparency=0.4}):Play() -if ay.UIElements.TabIcon then -am(ay.UIElements.TabIcon.ImageLabel,0.1,{ImageTransparency=0.2}):Play() -end - -for aA,aB in next,ap.Value do -if typeof(aB)=="table"and(aB.Title==ay.Name)or(aB==ay.Name)then -table.remove(ap.Value,aA) -break -end -end -end -else -for aA,aB in next,ap.Tabs do -am(aB.UIElements.TabItem,0.1,{ImageTransparency=1}):Play() - -am( -aB.UIElements.TabItem.Frame.Title.TextLabel, -0.1, -{TextTransparency=0.4} -):Play() -if aB.UIElements.TabIcon then -am(aB.UIElements.TabIcon.ImageLabel,0.1,{ImageTransparency=0.2}):Play() -end -aB.Selected=false -end -ay.Selected=true -am(ay.UIElements.TabItem,0.1,{ImageTransparency=an}):Play() - -am(ay.UIElements.TabItem.Frame.Title.TextLabel,0.1,{TextTransparency=0}):Play() -if ay.UIElements.TabIcon then -am(ay.UIElements.TabIcon.ImageLabel,0.1,{ImageTransparency=0}):Play() -end -ap.Value=ay.Original -end -Callback() -end) -elseif ar=="Menu"then -if not ay.Locked then -ak.AddSignal(ay.UIElements.TabItem.MouseEnter,function() -am(ay.UIElements.TabItem,0.08,{ImageTransparency=an}):Play() -end) -ak.AddSignal(ay.UIElements.TabItem.InputEnded,function() -am(ay.UIElements.TabItem,0.08,{ImageTransparency=1}):Play() -end) -end -ak.AddSignal(ay.UIElements.TabItem.MouseButton1Click,function() -if ap.Locked or ay.Locked then -return -end -Callback(ax.Callback or function()end) -end) -end - -RecalculateCanvasSize() -RecalculateListSize() -else a.load'S' -:New{Parent=ap.UIElements.Menu.Frame.ScrollingFrame} -end -end - - - - - - - - - - -ap.UIElements.MenuCanvas.Size=UDim2.new( -0, -ap.MenuWidth+6+6+5+5+18+6+6, -ap.UIElements.MenuCanvas.Size.Y.Scale, -ap.UIElements.MenuCanvas.Size.Y.Offset -) -Callback() - -ap.Values=av -end - -as:Refresh(ap.Values) - -function as.Select(au,av) -if av then -ap.Value=av -else -if ap.Multi then -ap.Value={} -else -ap.Value=nil -end -end -as:Refresh(ap.Values) -end - -RecalculateListSize() -RecalculateCanvasSize() - -function as.Open(au) -if not ap.Locked then -ap.UIElements.Menu.Visible=true -ap.UIElements.MenuCanvas.Visible=true -ap.UIElements.MenuCanvas.Active=true -ap.UIElements.Menu.Size=UDim2.new(1,0,0,0) -am(ap.UIElements.Menu,0.1,{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=0, -},Enum.EasingStyle.Quart,Enum.EasingDirection.Out):Play() - -task.spawn(function() -task.wait(0.1) -if ap.Locked then -return -end -ap.Opened=true -end) - -UpdatePosition() -end -end - -function as.Close(au) -ap.Opened=false - -am(ap.UIElements.Menu,0.25,{ -Size=UDim2.new(1,0,0,0), -ImageTransparency=1, -},Enum.EasingStyle.Quart,Enum.EasingDirection.Out):Play() - -task.spawn(function() -task.wait(0.1) -ap.UIElements.Menu.Visible=false -end) - -task.spawn(function() -task.wait(0.25) -ap.UIElements.MenuCanvas.Visible=false -ap.UIElements.MenuCanvas.Active=false -end) -end - -ak.AddSignal( -( -ap.UIElements.Dropdown and ap.UIElements.Dropdown.MouseButton1Click -or ap.DropdownFrame.UIElements.Main.MouseButton1Click -), -function() -as:Open() -end -) - -ak.AddSignal(af.InputBegan,function(au) -if -au.UserInputType==Enum.UserInputType.MouseButton1 -or au.UserInputType==Enum.UserInputType.Touch -then -local av=ap.UIElements.MenuCanvas -local aw,ax=av.AbsolutePosition,av.AbsoluteSize - -local ay=ap.UIElements.Dropdown or ap.DropdownFrame.UIElements.Main -local az=ay.AbsolutePosition -local aA=ay.AbsoluteSize - -local aB=ag.X>=az.X -and ag.X<=az.X+aA.X -and ag.Y>=az.Y -and ag.Y<=az.Y+aA.Y - -local b=ag.X>=aw.X -and ag.X<=aw.X+ax.X -and ag.Y>=aw.Y -and ag.Y<=aw.Y+ax.Y - -if ao.Window.CanDropdown and ap.Opened and not aB and not b then -as:Close() -end -end -end) - -ak.AddSignal( -ap.UIElements.Dropdown and ap.UIElements.Dropdown:GetPropertyChangedSignal"AbsolutePosition" -or ap.DropdownFrame.UIElements.Main:GetPropertyChangedSignal"AbsolutePosition", -UpdatePosition -) - -return as -end - -return aa end function a.U() - -local aa=(cloneref or clonereference or function(aa) -return aa -end) - -aa(game:GetService"UserInputService") -aa(game:GetService"Players").LocalPlayer:GetMouse()local ae= -aa(game:GetService"Workspace").CurrentCamera - -local af=a.load'j' -local ag=af.New local ah= -af.Tween - -local ai=a.load'C'.New local aj=a.load't' -.New -local ak=a.load'T'.New local al= - -workspace.CurrentCamera - -local am={ -UICorner=10, -UIPadding=12, -MenuCorner=15, -MenuPadding=5, -TabPadding=10, -SearchBarHeight=39, -TabIcon=18, -} - -function am.New(an,ao) -local ap={ -__type="Dropdown", -Title=ao.Title or"Dropdown", -Desc=ao.Desc or nil, -Locked=ao.Locked or false, -LockedTitle=ao.LockedTitle, -Values=ao.Values or{}, -MenuWidth=ao.MenuWidth or 180, -Value=ao.Value, -AllowNone=ao.AllowNone, -SearchBarEnabled=ao.SearchBarEnabled or false, -Multi=ao.Multi, -Callback=ao.Callback or nil, - -UIElements={}, - -Opened=false, -Tabs={}, - -Width=150, -} - -if ap.Multi and not ap.Value then -ap.Value={} -end -if ap.Values and typeof(ap.Value)=="number"then -ap.Value=ap.Values[ap.Value] -end - -ap.DropdownFrame=a.load'I'{ -Title=ap.Title, -Desc=ap.Desc, -Parent=ao.Parent, -TextOffset=ap.Callback and ap.Width or 20, -Hover=not ap.Callback and true or false, -Tab=ao.Tab, -Index=ao.Index, -Window=ao.Window, -ElementTable=ap, -ParentConfig=ao, -Tags=ao.Tags, -} - -if ap.Callback then -ap.UIElements.Dropdown= -ai("",nil,ap.DropdownFrame.UIElements.Main,nil,ao.Window.NewElements and 12 or 10) - -ap.UIElements.Dropdown.Frame.Frame.TextLabel.TextTruncate="AtEnd" -ap.UIElements.Dropdown.Frame.Frame.TextLabel.Size= -UDim2.new(1,ap.UIElements.Dropdown.Frame.Frame.TextLabel.Size.X.Offset-18-12-12,0,0) - -ap.UIElements.Dropdown.Size=UDim2.new(0,ap.Width,0,36) -ap.UIElements.Dropdown.Position=UDim2.new(1,0,ao.Window.NewElements and 0 or 0.5,0) -ap.UIElements.Dropdown.AnchorPoint=Vector2.new(1,ao.Window.NewElements and 0 or 0.5) - - - - - -end - -ap.DropdownMenu=ak(ao,ap,am,"Dropdown") - -ap.Display=ap.DropdownMenu.Display -ap.Refresh=ap.DropdownMenu.Refresh -ap.Select=ap.DropdownMenu.Select -ap.Open=ap.DropdownMenu.Open -ap.Close=ap.DropdownMenu.Close - -ag("ImageLabel",{ -Image=af.Icon"chevrons-up-down"[1], -ImageRectOffset=af.Icon"chevrons-up-down"[2].ImageRectPosition, -ImageRectSize=af.Icon"chevrons-up-down"[2].ImageRectSize, -Size=UDim2.new(0,18,0,18), -Position=UDim2.new(1,ap.UIElements.Dropdown and-12 or 0,0.5,0), -ThemeTag={ -ImageColor3="Icon", -}, -AnchorPoint=Vector2.new(1,0.5), -Parent=ap.UIElements.Dropdown and ap.UIElements.Dropdown.Frame -or ap.DropdownFrame.UIElements.Main, -}) - -function ap.Lock(aq) -ap.Locked=true -if ap.Opened or ap.UIElements.MenuCanvas.Visible then -ap:Close() -end -return ap.DropdownFrame:Lock(ap.LockedTitle) -end -function ap.Unlock(aq) -ap.Locked=false -return ap.DropdownFrame:Unlock() -end - -if ap.Locked then -ap:Lock() -end - -return ap.__type,ap -end - -return am end function a.V() - - - - -local aa={} -local af={ -lua={ -"and", -"break", -"or", -"else", -"elseif", -"if", -"then", -"until", -"repeat", -"while", -"do", -"for", -"in", -"end", -"local", -"return", -"function", -"export", -}, -rbx={ -"game", -"workspace", -"script", -"math", -"string", -"table", -"task", -"wait", -"select", -"next", -"Enum", -"tick", -"assert", -"shared", -"loadstring", -"tonumber", -"tostring", -"type", -"typeof", -"unpack", -"Instance", -"CFrame", -"Vector3", -"Vector2", -"Color3", -"UDim", -"UDim2", -"Ray", -"BrickColor", -"OverlapParams", -"RaycastParams", -"Axes", -"Random", -"Region3", -"Rect", -"TweenInfo", -"collectgarbage", -"not", -"utf8", -"pcall", -"xpcall", -"_G", -"setmetatable", -"getmetatable", -"os", -"pairs", -"ipairs", -}, -operators={ -"#", -"+", -"-", -"*", -"%", -"/", -"^", -"=", -"~", -"=", -"<", -">", -}, -} - -local ag={ -numbers=Color3.fromHex"#FAB387", -boolean=Color3.fromHex"#FAB387", -operator=Color3.fromHex"#94E2D5", -lua=Color3.fromHex"#CBA6F7", -rbx=Color3.fromHex"#F38BA8", -str=Color3.fromHex"#A6E3A1", -comment=Color3.fromHex"#9399B2", -null=Color3.fromHex"#F38BA8", -call=Color3.fromHex"#89B4FA", -self_call=Color3.fromHex"#89B4FA", -local_property=Color3.fromHex"#CBA6F7", -} - -local function createKeywordSet(ai) -local ak={} -for al,am in ipairs(ai)do -ak[am]=true -end -return ak -end - -local ai=createKeywordSet(af.lua) -local ak=createKeywordSet(af.rbx) -local al=createKeywordSet(af.operators) - -local function getHighlight(am,an) -local ao=am[an] - -if ag[ao.."_color"]then -return ag[ao.."_color"] -end - -if tonumber(ao)then -return ag.numbers -elseif ao=="nil"then -return ag.null -elseif ao:sub(1,2)=="--"then -return ag.comment -elseif al[ao]then -return ag.operator -elseif ai[ao]then -return ag.lua -elseif ak[ao]then -return ag.rbx -elseif ao:sub(1,1)=='"'or ao:sub(1,1)=="'"then -return ag.str -elseif ao=="true"or ao=="false"then -return ag.boolean -end - -if am[an+1]=="("then -if am[an-1]==":"then -return ag.self_call -end - -return ag.call -end - -if am[an-1]=="."then -if am[an-2]=="Enum"then -return ag.rbx -end - -return ag.local_property -end -end - -function aa.run(am,an) -if an~=nil then -for ao,ap in next,an do -ag[ao]=ap -end -end - -local ao={} -local ap="" - -local aq=false -local ar=false -local as=false - -for at=1,#am do -local au=am:sub(at,at) - -if ar then -if au=="\n"and not as then -table.insert(ao,ap) -table.insert(ao,au) -ap="" - -ar=false -elseif am:sub(at-1,at)=="]]"and as then -ap=ap.."]" - -table.insert(ao,ap) -ap="" - -ar=false -as=false -else -ap=ap..au -end -elseif aq then -if au==aq and am:sub(at-1,at-1)~="\\"or au=="\n"then -ap=ap..au -aq=false -else -ap=ap..au -end -else -if am:sub(at,at+1)=="--"then -table.insert(ao,ap) -ap="-" -ar=true -as=am:sub(at+2,at+3)=="[[" -elseif au=='"'or au=="'"then -table.insert(ao,ap) -ap=au -aq=au -elseif al[au]then -table.insert(ao,ap) -table.insert(ao,au) -ap="" -elseif au:match"[%w_]"then -ap=ap..au -else -table.insert(ao,ap) -table.insert(ao,au) -ap="" -end -end -end - -table.insert(ao,ap) - -local at={} - -for au,av in ipairs(ao)do -local aw=getHighlight(ao,au) - -if aw then -local ax=string.format( -'%s', -aw:ToHex(), -av:gsub("<","<"):gsub(">",">") -) - -table.insert(at,ax) -else -table.insert(at,av) -end -end - -return table.concat(at) -end - -return aa end function a.W() - -local aa={} - -local af=a.load'j' -local ag=af.New -local ai=af.Tween - -local ak=a.load'V' - -function aa.New(al,am,an,ao,ap) -local aq={ -Radius=am.ElementConfig.UICorner, -Padding=am.NewElements and am.ElementConfig.UIPadding+4 or am.ElementConfig.UIPadding, - -CodeFrame=nil, -} - -local ar=ag("TextLabel",{ -Text="", -TextColor3=Color3.fromHex"#CDD6F4", -TextTransparency=0, -TextSize=al.CodeSize, -TextWrapped=false, -LineHeight=1.15, -RichText=true, -TextXAlignment="Left", -Size=UDim2.new(0,0,0,0), -BackgroundTransparency=1, -AutomaticSize="XY", -},{ -ag("UIPadding",{ -PaddingTop=UDim.new(0,aq.Padding+3), -PaddingLeft=UDim.new(0,aq.Padding+3), -PaddingRight=UDim.new(0,aq.Padding+3), -PaddingBottom=UDim.new(0,aq.Padding+3), -}), -}) -ar.Font="Code" - -local as=ag("ScrollingFrame",{ -Size=UDim2.new(1,0,0,0), -BackgroundTransparency=1, -AutomaticCanvasSize=al.Height~=nil and"XY"or"X", -ScrollingDirection=al.Height~=nil and"XY"or"X", -ElasticBehavior="Never", -CanvasSize=UDim2.new(0,0,0,0), -ScrollBarThickness=0, -},{ -ar, -}) - -local at=al.CanCopied -and ag("TextButton",{ -BackgroundTransparency=1, -Size=UDim2.new(0,35,0,35), -Position=UDim2.new(1,-aq.Padding/2,0,aq.Padding/2), -AnchorPoint=Vector2.new(1,0), -Visible=ao and true or false, -},{ -af.NewRoundFrame(aq.Radius-4,"Squircle",{ - - - -ImageColor3=Color3.fromHex"#ffffff", -ImageTransparency=1, -Size=UDim2.new(1,0,1,0), -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Name="Button", -},{ -ag("UIScale",{ -Scale=1, -}), -ag("ImageLabel",{ -Image=af.Icon"copy"[1], -ImageRectSize=af.Icon"copy"[2].ImageRectSize, -ImageRectOffset=af.Icon"copy"[2].ImageRectPosition, -BackgroundTransparency=1, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Size=UDim2.new(0,12,0,12), - - - -ImageColor3=Color3.fromHex"#ffffff", -ImageTransparency=0.1, -}), -}), -}) -or nil - -local au,av=af.NewRoundFrame(aq.Radius,"SquircleOutline",{ -Size=UDim2.new(1,0,1,0), - - - -ImageColor3=Color3.fromHex"#ffffff", -ImageTransparency=0.955, -Visible=false, -}) - -local aw,ax=af.NewRoundFrame(aq.Radius,"Squircle-TL-TR",{ - - - -ImageColor3=Color3.fromHex"#ffffff", -ImageTransparency=0.96, -Size=UDim2.new(1,0,0,20+(aq.Padding*2)), -Visible=al.Title and true or false, -},{ - - - - - - - - - - -ag("TextLabel",{ -Text=al.Title, - - - -TextColor3=Color3.fromHex"#ffffff", -TextTransparency=0.2, -TextSize=18, -AutomaticSize="Y", -FontFace=Font.new(af.Font,Enum.FontWeight.Medium), -TextXAlignment="Left", -BackgroundTransparency=1, -TextTruncate="AtEnd", -Size=UDim2.new(1,at and-20-(aq.Padding*2),0,0), -}), -ag("UIPadding",{ - -PaddingLeft=UDim.new(0,aq.Padding+3), -PaddingRight=UDim.new(0,aq.Padding+3), - -}), -ag("UIListLayout",{ -Padding=UDim.new(0,aq.Padding), -FillDirection="Horizontal", -VerticalAlignment="Center", -}), -}) - -local ay,az=af.NewRoundFrame(aq.Radius,"Squircle",{ - - - -ImageColor3=Color3.fromHex"#212121", -ImageTransparency=0.035, -Size=al.Height~=nil -and UDim2.new(1,0,al.Height.Scale,al.Height.Offset==0 and-40 or al.Height.Offset) -or UDim2.new(1,0,0,20+(aq.Padding*2)), -AutomaticSize=al.Height~=nil and"None"or"Y", -Parent=an, -},{ -au, -ag("Frame",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,al.Height~=nil and 1 or 0,0), -AutomaticSize=al.Height~=nil and"None"or"Y", -},{ -aw, -as, -ag("UIListLayout",{ -Padding=UDim.new(0,0), -FillDirection="Vertical", -}), -}), -at, -},nil,true) - -aq.CodeFrame=ay -aq.CodeFrameModule=az -aq.OutlineFrame=au -aq.OutlineFrameModule=av -aq.TopbarFrame=aw -aq.TopbarFrameModule=ax - -af.AddSignal(ar:GetPropertyChangedSignal"TextBounds",function() -if al.Height~=nil then -as.Size=UDim2.new(1,0,1,al.Title~=nil and-(20+(aq.Padding*2))or nil) -else -as.Size= -UDim2.new(1,0,0,(ar.TextBounds.Y/(ap or 1))+((aq.Padding+3)*2)) -end -end) - -function aq.Set(aA) -ar.Text=ak.run(aA,al.CodeTheme) -end - -function aq.Destroy() -ay:Destroy() -aq=nil -end - -aq.Set(al.Code) - -if at then -af.AddSignal(at.InputBegan,function(aA:InputObject) -if -aA.UserInputType==Enum.UserInputType.MouseButton1 -or aA.UserInputType==Enum.UserInputType.Touch -then -ai(at.Button,0.05,{ImageTransparency=0.95}):Play() -ai(at.Button.UIScale,0.05,{Scale=0.9}):Play() -end -end) -af.AddSignal(at.InputEnded,function() -ai(at.Button,0.08,{ImageTransparency=1}):Play() -ai(at.Button.UIScale,0.08,{Scale=1}):Play() -end) -af.AddSignal(at.MouseButton1Click,function() -if ao then -ao() -local aA=af.Icon"check" -at.Button.ImageLabel.Image=aA[1] -at.Button.ImageLabel.ImageRectSize=aA[2].ImageRectSize -at.Button.ImageLabel.ImageRectOffset=aA[2].ImageRectPosition - -task.delay(1,function() -local aB=af.Icon"copy" -at.Button.ImageLabel.Image=aB[1] -at.Button.ImageLabel.ImageRectSize=aB[2].ImageRectSize -at.Button.ImageLabel.ImageRectOffset=aB[2].ImageRectPosition -end) -end -end) -end - -return aq -end - -return aa end function a.X() - -local aa=a.load'j'local af= -aa.New - - -local ag=a.load'W' - -local ai={} - -function ai.New(ak,al) -local am={ -__type="Code", -Title=al.Title, -Code=al.Code, -CodeSize=al.CodeSize or 18, -Height=al.Height, -CodeTheme=al.CodeTheme, -Locked=false, -CanCopied=al.CanCopied~=false, -OnCopy=al.OnCopy, - -Index=al.Index, -} - -local an=not am.Locked - - - - - - - - - - - -local ao=ag.New(am,al.Window,al.Parent,function() -if an then -local ao=am.Title or"code" -local ap,aq=pcall(function() -if toclipboard then -toclipboard(am.Code) -end -if setclipboard then -setclipboard(am.Code) -end - -if am.OnCopy then -am.OnCopy() -end -end) -if not ap then -al.WindUI:Notify{ -Title="Error", -Content="The "..ao.." is not copied. Error: "..aq, -Icon="x", -Duration=5, -} -end -end -end,al.WindUI.UIScale) - -function am.SetCode(ap,aq) -ao.Set(aq) -am.Code=aq -end - -function am.Set(ap,aq) -return am.SetCode(aq) -end - -function am.Destroy(ap) -ao.Destroy() -am=nil -end - -function am.UpdateShape(ap) -if al.Window.NewElements then -local aq=aa:GetElementPosition( -ap.Elements, -am.Index, -al.ParentType=="HStack"or al.ParentType=="Group" -) - -if aq and ao.CodeFrameModule then -ao.CodeFrameModule:SetType(aq) - -print(aq) -ao.TopbarFrameModule:SetType( -table.find({"Squircle-BL-BR","SquircleH-BL-BR"},aq)~=nil and"Square"or aq -) -end -end -end - -am.UIElements={Main=ao.CodeFrame} -am.ElementFrame=ao.CodeFrame - -return am.__type,am -end - -return ai end function a.Y() - -local aa=a.load'j' -local af=aa.New local ag= -aa.Tween - -local ai=(cloneref or clonereference or function(ai) -return ai -end) - -local ak=ai(game:GetService"UserInputService") -ai(game:GetService"TouchInputService") -local al=ai(game:GetService"RunService") -local am=ai(game:GetService"Players")local an= - -al.RenderStepped -local ao=am.LocalPlayer -local ap=ao:GetMouse() - -local aq=a.load's'.New -local ar=a.load't'.New - -local as={ -UICorner=9, - -} - -local at - -function as.Colorpicker(au,av,aw,ax,ay) -local az={ -__type="Colorpicker", -Title=av.Title, -Desc=av.Desc, -Default=av.Value or av.Default, -Callback=av.Callback, -Transparency=av.Transparency, -UIElements=av.UIElements, - -TextPadding=10, -} - -local aA={} -local aB=az.Transparency~=nil - -function az.SetHSVFromRGB(b,d) -local f,g,h=Color3.toHSV(d) -az.Hue=f -az.Sat=g -az.Vib=h -end - -az:SetHSVFromRGB(az.Default) - -local b=a.load'u' -local d=b.Create(nil,"Dialog",aw,ax,aw.UIElements.Main.Main) - -az.ColorpickerFrame=d - -d.UIElements.Main.Size=UDim2.new(1,0,0,0) - - - -local f,g,h=az.Hue,az.Sat,az.Vib - -az.UIElements.Title=af("TextLabel",{ -Text=az.Title, -TextSize=20, -FontFace=Font.new(aa.Font,Enum.FontWeight.SemiBold), -TextXAlignment="Left", -Size=UDim2.new(0,0,0,0), -AutomaticSize="Y", -ThemeTag={ -TextColor3="Text", -}, -BackgroundTransparency=1, -Parent=d.UIElements.Main, -},{ -af("UIPadding",{ -PaddingTop=UDim.new(0,az.TextPadding/2), -PaddingLeft=UDim.new(0,az.TextPadding/2), -PaddingRight=UDim.new(0,az.TextPadding/2), -PaddingBottom=UDim.new(0,az.TextPadding/2), -}), -}) - - - - - -local i=af("Frame",{ -Size=UDim2.new(1,0,1,0), -Position=UDim2.new(0,0,0,0), -BackgroundTransparency=1, -}) - -local l=af("Frame",{ -Size=UDim2.new(0,14,0,14), -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0,0), -Parent=i, -BackgroundColor3=az.Default, -},{ -af("UIStroke",{ -Thickness=2, -Transparency=0.1, -ThemeTag={ -Color="Text", -}, -}), -af("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -}) - -az.UIElements.SatVibMap=af("ImageLabel",{ -Size=UDim2.fromOffset(160,158), -Position=UDim2.fromOffset(0,40+az.TextPadding), -Image="rbxassetid://4155801252", -BackgroundColor3=Color3.fromHSV(f,1,1), -BackgroundTransparency=0, -Parent=d.UIElements.Main, -},{ -af("UICorner",{ -CornerRadius=UDim.new(0,8), -}), -aa.NewRoundFrame(8,"SquircleOutline",{ -ThemeTag={ -ImageColor3="Outline", -}, -Size=UDim2.new(1,0,1,0), -ImageTransparency=0.85, -ZIndex=99999, -},{ -af("UIGradient",{ -Rotation=45, -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0.0,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(0.5,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(1.0,Color3.fromRGB(255,255,255)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0.0,0.1), -NumberSequenceKeypoint.new(0.5,1), -NumberSequenceKeypoint.new(1.0,0.1), -}, -}), -}), - -l, -}) - -az.UIElements.Inputs=af("Frame",{ -AutomaticSize="XY", -Size=UDim2.new(0,0,0,0), -Position=UDim2.fromOffset( -aB and 240 or 210, -40+az.TextPadding -), -BackgroundTransparency=1, -Parent=d.UIElements.Main, -},{ -af("UIListLayout",{ -Padding=UDim.new(0,4), -FillDirection="Vertical", -}), -}) - - - - - -local m=af("Frame",{ -BackgroundColor3=az.Default, -Size=UDim2.fromScale(1,1), -BackgroundTransparency=az.Transparency, -},{ -af("UICorner",{ -CornerRadius=UDim.new(0,8), -}), -}) - -af("ImageLabel",{ -Image="http://www.roblox.com/asset/?id=14204231522", -ImageTransparency=0.45, -ScaleType=Enum.ScaleType.Tile, -TileSize=UDim2.fromOffset(40,40), -BackgroundTransparency=1, -Position=UDim2.fromOffset(85,208+az.TextPadding), -Size=UDim2.fromOffset(75,24), -Parent=d.UIElements.Main, -},{ -af("UICorner",{ -CornerRadius=UDim.new(0,8), -}), -aa.NewRoundFrame(8,"SquircleOutline",{ -ThemeTag={ -ImageColor3="Outline", -}, -Size=UDim2.new(1,0,1,0), -ImageTransparency=0.85, -ZIndex=99999, -},{ -af("UIGradient",{ -Rotation=60, -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0.0,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(0.5,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(1.0,Color3.fromRGB(255,255,255)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0.0,0.1), -NumberSequenceKeypoint.new(0.5,1), -NumberSequenceKeypoint.new(1.0,0.1), -}, -}), -}), - - - - - - - -m, -}) - -local p=af("Frame",{ -BackgroundColor3=az.Default, -Size=UDim2.fromScale(1,1), -BackgroundTransparency=0, -ZIndex=9, -},{ -af("UICorner",{ -CornerRadius=UDim.new(0,8), -}), -}) - -af("ImageLabel",{ -Image="http://www.roblox.com/asset/?id=14204231522", -ImageTransparency=0.45, -ScaleType=Enum.ScaleType.Tile, -TileSize=UDim2.fromOffset(40,40), -BackgroundTransparency=1, -Position=UDim2.fromOffset(0,208+az.TextPadding), -Size=UDim2.fromOffset(75,24), -Parent=d.UIElements.Main, -},{ -af("UICorner",{ -CornerRadius=UDim.new(0,8), -}), - - - - - - - -aa.NewRoundFrame(8,"SquircleOutline",{ -ThemeTag={ -ImageColor3="Outline", -}, -Size=UDim2.new(1,0,1,0), -ImageTransparency=0.85, -ZIndex=99999, -},{ -af("UIGradient",{ -Rotation=60, -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0.0,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(0.5,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(1.0,Color3.fromRGB(255,255,255)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0.0,0.1), -NumberSequenceKeypoint.new(0.5,1), -NumberSequenceKeypoint.new(1.0,0.1), -}, -}), -}), -p, -}) - -local r={} - -for u=0,1,0.1 do -table.insert(r,ColorSequenceKeypoint.new(u,Color3.fromHSV(u,1,1))) -end - -local u=af("UIGradient",{ -Color=ColorSequence.new(r), -Rotation=90, -}) - -local v=af("Frame",{ -Size=UDim2.new(0,14,0,14), -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0,0), -Parent=i, - - -BackgroundColor3=az.Default, -},{ -af("UIStroke",{ -Thickness=2, -Transparency=0.1, -ThemeTag={ -Color="Text", -}, -}), -af("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -}) - -local x=af("Frame",{ -Size=UDim2.fromOffset(6,192), -Position=UDim2.fromOffset(180,40+az.TextPadding), -Parent=d.UIElements.Main, -},{ -af("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -u, -i, -}) - -local function CreateNewInput(z,A) -local B=ar(z,nil,az.UIElements.Inputs,nil,nil,nil,nil,nil,true) - -af("TextLabel",{ -BackgroundTransparency=1, -TextTransparency=0.4, -TextSize=17, -FontFace=Font.new(aa.Font,Enum.FontWeight.Regular), -AutomaticSize="XY", -ThemeTag={ -TextColor3="Placeholder", -}, -AnchorPoint=Vector2.new(1,0.5), -Position=UDim2.new(1,-12,0.5,0), -Parent=B.Frame, -Text=z, -}) - -af("UIScale",{ -Parent=B, -Scale=0.85, -}) - -B.Frame.Frame.TextBox.Text=A -B.Size=UDim2.new(0,150,0,42) - -return B -end - -local function ToRGB(z) -return{ -R=math.floor(z.R*255), -G=math.floor(z.G*255), -B=math.floor(z.B*255), -} -end - -local z=CreateNewInput("Hex","#"..az.Default:ToHex()) - -local A=CreateNewInput("Red",ToRGB(az.Default).R) -local B=CreateNewInput("Green",ToRGB(az.Default).G) -local C=CreateNewInput("Blue",ToRGB(az.Default).B) -local F -if aB then -F=CreateNewInput("Alpha",((1-az.Transparency)*100).."%") -end - -local G=af("Frame",{ -Size=UDim2.new(0,0,0,40), -AutomaticSize="Y", -Position=UDim2.new(0,0,0,254+az.TextPadding), -BackgroundTransparency=1, -Parent=d.UIElements.Main, -LayoutOrder=4, -},{ -af("UIListLayout",{ -Padding=UDim.new(0,6), -FillDirection="Horizontal", -HorizontalAlignment="Right", -}), - - - - - - -}) - -aa.AddSignal(d.UIElements.Main:GetPropertyChangedSignal"AbsoluteSize",function() -az.UIElements.Title.Size=UDim2.new( -0, -d.UIElements.Main.AbsoluteSize.X/av.UIScale-(d.UIPadding*2), -0, -0 -) -G.Size=UDim2.new( -0, -d.UIElements.Main.AbsoluteSize.X/av.UIScale-d.UIPadding*2, -0, -40 -) -end) - -local H={ -{ -Title="Cancel", -Variant="Secondary", -Callback=function() -av.IsShowed=false -for H,J in next,aA do -J:Disconnect() -end -aA={} -end, -}, -{ -Title="Apply", - -Variant="Primary", -Callback=function() -av.IsShowed=false -for H,J in next,aA do -J:Disconnect() -end -aA={} - -ay(Color3.fromHSV(az.Hue,az.Sat,az.Vib),az.Transparency) -end, -}, -} - -for J,L in next,H do -local M=aq( -L.Title, -L.Icon, -L.Callback, -L.Variant, -G, -d, -true -) -M.Size=UDim2.new(0.5,-3,0,40) -M.AutomaticSize="None" -end - -local J,L,M -if aB then -local N=af("Frame",{ -Size=UDim2.new(1,0,1,0), -Position=UDim2.fromOffset(0,0), -BackgroundTransparency=1, -}) - -L=af("ImageLabel",{ -Size=UDim2.new(0,14,0,14), -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0,0), -ThemeTag={ -BackgroundColor3="Text", -}, -Parent=N, -},{ -af("UIStroke",{ -Thickness=2, -Transparency=0.1, -ThemeTag={ -Color="Text", -}, -}), -af("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -}) - -M=af("Frame",{ -Size=UDim2.fromScale(1,1), -},{ -af("UIGradient",{ -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0,0), -NumberSequenceKeypoint.new(1,1), -}, -Rotation=270, -}), -af("UICorner",{ -CornerRadius=UDim.new(0,6), -}), -}) - -J=af("Frame",{ -Size=UDim2.fromOffset(6,192), -Position=UDim2.fromOffset(210,40+az.TextPadding), -Parent=d.UIElements.Main, -BackgroundTransparency=1, -},{ -af("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -af("ImageLabel",{ -Image="rbxassetid://14204231522", -ImageTransparency=0.45, -ScaleType=Enum.ScaleType.Tile, -TileSize=UDim2.fromOffset(40,40), -BackgroundTransparency=1, -Size=UDim2.fromScale(1,1), -},{ -af("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -}), -M, -N, -}) -end - -function az.Round(N,O,P) -if P==0 then -return math.floor(O) -end -O=tostring(O) -return O:find"%."and tonumber(O:sub(1,O:find"%."+P))or O -end - -function az.Update(N,O,P) -if O then -f,g,h=Color3.toHSV(O) -else -f,g,h=az.Hue,az.Sat,az.Vib -end - -az.UIElements.SatVibMap.BackgroundColor3=Color3.fromHSV(f,1,1) -l.Position=UDim2.new(g,0,1-h,0) -l.BackgroundColor3=Color3.fromHSV(f,g,h) -p.BackgroundColor3=Color3.fromHSV(f,g,h) -v.BackgroundColor3=Color3.fromHSV(f,1,1) -v.Position=UDim2.new(0.5,0,f,0) - -z.Frame.Frame.TextBox.Text="#"..Color3.fromHSV(f,g,h):ToHex() -A.Frame.Frame.TextBox.Text=ToRGB(Color3.fromHSV(f,g,h)).R -B.Frame.Frame.TextBox.Text=ToRGB(Color3.fromHSV(f,g,h)).G -C.Frame.Frame.TextBox.Text=ToRGB(Color3.fromHSV(f,g,h)).B - -if P or aB then -p.BackgroundTransparency=az.Transparency or P -M.BackgroundColor3=Color3.fromHSV(f,g,h) -L.BackgroundColor3=Color3.fromHSV(f,g,h) -L.BackgroundTransparency=az.Transparency or P -L.Position=UDim2.new(0.5,0,1-az.Transparency or P,0) -F.Frame.Frame.TextBox.Text=az:Round( -(1-az.Transparency or P)*100, -0 -).."%" -end -end - -az:Update(az.Default,az.Transparency) - -local function GetRGB() -local N=Color3.fromHSV(az.Hue,az.Sat,az.Vib) -return{R=math.floor(N.r*255),G=math.floor(N.g*255),B=math.floor(N.b*255)} -end - - - -local function clamp(N,O,P) -return math.clamp(tonumber(N)or 0,O,P) -end - -table.insert( -aA, -aa.AddSignal(z.Frame.Frame.TextBox.FocusLost,function(N) -if N then -local O=z.Frame.Frame.TextBox.Text:gsub("#","") -local P,Q=pcall(Color3.fromHex,O) -if P and typeof(Q)=="Color3"then -az.Hue,az.Sat,az.Vib=Color3.toHSV(Q) -az:Update() -az.Default=Q -end -end -end) -) - -local function updateColorFromInput(N,O) -aa.AddSignal(N.Frame.Frame.TextBox.FocusLost,function(P) -if P then -local Q=N.Frame.Frame.TextBox -local R=GetRGB() -local S=clamp(Q.Text,0,255) -Q.Text=tostring(S) - -R[O]=S -local T=Color3.fromRGB(R.R,R.G,R.B) -az.Hue,az.Sat,az.Vib=Color3.toHSV(T) -az:Update() -end -end) -end - -updateColorFromInput(A,"R") -updateColorFromInput(B,"G") -updateColorFromInput(C,"B") - -if aB then -aa.AddSignal(F.Frame.Frame.TextBox.FocusLost,function(N) -if N then -local O=F.Frame.Frame.TextBox -local P=clamp(O.Text,0,100) -O.Text=tostring(P) - -az.Transparency=1-P*0.01 -az:Update(nil,az.Transparency) -end -end) -end - - - -local function UpdateSatVib(N,O) -local P=N.AbsolutePosition.X -local Q=P+N.AbsoluteSize.X -local R=N.AbsolutePosition.Y -local S=R+N.AbsoluteSize.Y - -local T=math.clamp(ap.X,P,Q) -local U=math.clamp(ap.Y,R,S) - -O.Sat=(T-P)/(Q-P) -O.Vib=1-((U-R)/(S-R)) - -O:Update() -end - -local function UpdateHue(N,O) -local P=N.AbsolutePosition.Y -local Q=P+N.AbsoluteSize.Y - -local R=math.clamp(ap.Y,P,Q) - -O.Hue=(R-P)/(Q-P) - -O:Update() -end - -local function UpdateTransparency(N,O) -local P=N.AbsolutePosition.Y -local Q=P+N.AbsoluteSize.Y - -local R=math.clamp(ap.Y,P,Q) - -O.Transparency=1-((R-P)/(Q-P)) - -O:Update() -end - -local N=ax.GenerateGUID() - -table.insert( -aA, -ak.InputChanged:Connect(function(O) -if -O.UserInputType~=Enum.UserInputType.MouseMovement -and O.UserInputType~=Enum.UserInputType.Touch -then -return -end - -if at=="SatVib"then -UpdateSatVib(az.UIElements.SatVibMap,az) -elseif at=="Hue"then -UpdateHue(x,az) -elseif at=="Transparency"then -UpdateTransparency(J,az) -end -end) -) - -table.insert( -aA, -az.UIElements.SatVibMap.InputBegan:Connect(function(O) -if -O.UserInputType~=Enum.UserInputType.MouseButton1 -and O.UserInputType~=Enum.UserInputType.Touch -then -return -end - -if ax.CurrentInput and ax.CurrentInput~=N then -return -end -ax.CurrentInput=N - -if at and at~="SatVib"then -return -end - -at="SatVib" - -UpdateSatVib(az.UIElements.SatVibMap,az) -end) -) - -table.insert( -aA, -x.InputBegan:Connect(function(O) -if -O.UserInputType~=Enum.UserInputType.MouseButton1 -and O.UserInputType~=Enum.UserInputType.Touch -then -return -end - -if ax.CurrentInput and ax.CurrentInput~=N then -return -end -ax.CurrentInput=N - -if at and at~="Hue"then -return -end - -at="Hue" - -UpdateHue(x,az) -end) -) - -if J then -table.insert( -aA, -J.InputBegan:Connect(function(O) -if -O.UserInputType~=Enum.UserInputType.MouseButton1 -and O.UserInputType~=Enum.UserInputType.Touch -then -return -end - -if ax.CurrentInput and ax.CurrentInput~=N then -return -end -ax.CurrentInput=N - -if at and at~="Transparency"then -return -end - -at="Transparency" - -UpdateTransparency(J,az) -end) -) -end - -table.insert( -aA, -ak.InputEnded:Connect(function(O) -at=nil - -if ax.CurrentInput and ax.CurrentInput~=N then -return -end -ax.CurrentInput=nil -end) -) - -return az -end - -function as.New(au,av) -local aw={ -__type="Colorpicker", -Title=av.Title or"Colorpicker", -Desc=av.Desc or nil, -Locked=av.Locked or false, -LockedTitle=av.LockedTitle, -Default=av.Default or Color3.new(1,1,1), -Callback=av.Callback or function()end, - -UIScale=av.UIScale, -Transparency=av.Transparency, -UIElements={}, - -IsShowed=false, -} - -local ax=true - - - -aw.ColorpickerFrame=a.load'I'{ -Title=aw.Title, -Desc=aw.Desc, -Parent=av.Parent, -TextOffset=40, -Hover=false, -Tab=av.Tab, -Index=av.Index, -Window=av.Window, -ElementTable=aw, -ParentConfig=av, -Tags=av.Tags, -} - -aw.UIElements.Colorpicker=aa.NewRoundFrame(as.UICorner,"Squircle",{ -ImageTransparency=0, -Active=true, -ImageColor3=aw.Default, -Parent=aw.ColorpickerFrame.UIElements.Main, -Size=UDim2.new(0,26,0,26), -AnchorPoint=Vector2.new(1,0), -Position=UDim2.new(1,0,0,0), -ZIndex=2, -},{ -aa.NewRoundFrame(as.UICorner,"SquircleGlass",{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="Outline", -}, -ImageTransparency=0.55, -}), -},true) - -function aw.Lock(ay) -aw.Locked=true -ax=false -return aw.ColorpickerFrame:Lock(aw.LockedTitle) -end -function aw.Unlock(ay) -aw.Locked=false -ax=true -return aw.ColorpickerFrame:Unlock() -end - -if aw.Locked then -aw:Lock() -end - -function aw.Update(ay,az,aA) -aw.UIElements.Colorpicker.ImageTransparency=aA or 0 -aw.UIElements.Colorpicker.ImageColor3=az -aw.Default=az -if aA then -aw.Transparency=aA -end -end - -function aw.Set(ay,az,aA) -return aw:Update(az,aA) -end - -aa.AddSignal(aw.UIElements.Colorpicker.MouseButton1Click,function() -if ax and not aw.IsShowed then -aw.IsShowed=true - -as:Colorpicker(aw,av.Window,av.WindUI,function(ay,az) -aw:Update(ay,az) -aw.Default=ay -aw.Transparency=az -aa.SafeCallback(aw.Callback,ay,az) -end).ColorpickerFrame -:Open() -end -end) - -return aw.__type,aw -end - -return as end function a.Z() - -local aa=a.load'j' -local af=aa.New -local ai=aa.Tween - -local ak={} - -function ak.New(al,am) -local an={ -__type="Section", -Title=am.Title or"Section", -Desc=am.Desc, -Icon=am.Icon, -IconThemed=am.IconThemed, -TextXAlignment=am.TextXAlignment or"Left", -TextSize=am.TextSize or 19, -DescTextSize=am.DescTextSize or 16, -Box=am.Box or false, -BoxBorder=am.BoxBorder or false, -FontWeight=am.FontWeight or Enum.FontWeight.SemiBold, -DescFontWeight=am.DescFontWeight or Enum.FontWeight.Medium, -TextTransparency=am.TextTransparency or 0.05, -DescTextTransparency=am.DescTextTransparency or 0.4, -Opened=am.Opened or false, -UIElements={}, - -HeaderSize=48, -IconSize=20, -Padding=10, - -Elements={}, - -Expandable=false, -} - -local ao - -function an.SetIcon(ap,aq) -an.Icon=aq or nil -if ao then -ao:Destroy() -end -if aq then -ao=aa.Image( -aq, -aq..":"..an.Title, -0, -am.Window.Folder, -an.__type, -true, -an.IconThemed, -"SectionIcon" -) -ao.Size=UDim2.new(0,an.IconSize,0,an.IconSize) -end -end - -local ap=af("Frame",{ -Size=UDim2.new(0,an.IconSize,0,an.IconSize), -BackgroundTransparency=1, -Visible=false, -},{ -af("ImageLabel",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -Image=aa.Icon"chevron-down"[1], -ImageRectSize=aa.Icon"chevron-down"[2].ImageRectSize, -ImageRectOffset=aa.Icon"chevron-down"[2].ImageRectPosition, -ThemeTag={ -ImageTransparency="SectionExpandIconTransparency", -ImageColor3="SectionExpandIcon", -}, -}), -}) - -if an.Icon then -an:SetIcon(an.Icon) -end - -local aq=af("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -},{ -af("UIListLayout",{ -FillDirection="Vertical", -HorizontalAlignment=an.TextXAlignment, -VerticalAlignment="Center", -Padding=UDim.new(0,4), -}), -}) - -local ar,as - -local function createTitle(at,au) -return af("TextLabel",{ -BackgroundTransparency=1, -TextXAlignment=an.TextXAlignment, -AutomaticSize="Y", -TextSize=au=="Title"and an.TextSize or an.DescTextSize, -TextTransparency=au=="Title"and an.TextTransparency or an.DescTextTransparency, -ThemeTag={ -TextColor3="Text", -}, -FontFace=Font.new(aa.Font,au=="Title"and an.FontWeight or an.DescFontWeight), - - -Text=at, -Size=UDim2.new(1,0,0,0), -TextWrapped=true, -Parent=aq, -}) -end - -ar=createTitle(an.Title,"Title") -if an.Desc then -as=createTitle(an.Desc,"Desc") -end - -local function UpdateTitleSize() -local at=0 -if ao then -at=at-(an.IconSize+8) -end -if ap.Visible then -at=at-(an.IconSize+8) -end -aq.Size=UDim2.new(1,at,0,0) -end - -local at=aa.NewRoundFrame(am.Window.ElementConfig.UICorner,"Squircle",{ -Size=UDim2.new(1,0,0,0), -BackgroundTransparency=1, -Parent=am.Parent, - -AutomaticSize="Y", -ThemeTag={ -ImageTransparency=an.Box and"SectionBoxBackgroundTransparency"or nil, -ImageColor3="SectionBoxBackground", -}, -ImageTransparency=not an.Box and 1 or nil, -},{ -aa.NewRoundFrame(am.Window.ElementConfig.UICorner-1,"SquircleOutline",{ -Size=UDim2.new(1,0,1,0), - - - -ThemeTag={ - -ImageColor3="SectionBoxBorder", -}, -ImageTransparency=an.Box and an.BoxBorder and 0.92 or 1, -Name="Outline", -ClipsDescendants=true, -},{ -af("TextButton",{ -Size=UDim2.new(1,0,0,an.Expandable and 0 or(not as and an.HeaderSize or 0)), -BackgroundTransparency=1, -AutomaticSize=(not an.Expandable or as)and"Y"or nil, -Text="", -Name="Top", -},{ -an.Box and af("UIPadding",{ -PaddingTop=UDim.new( -0, -am.Window.ElementConfig.UIPadding+(am.Window.NewElements and 4 or 0) -), -PaddingLeft=UDim.new( -0, -am.Window.ElementConfig.UIPadding+(am.Window.NewElements and 4 or 0) -), -PaddingRight=UDim.new( -0, -am.Window.ElementConfig.UIPadding+(am.Window.NewElements and 4 or 0) -), -PaddingBottom=UDim.new( -0, -am.Window.ElementConfig.UIPadding+(am.Window.NewElements and 4 or 0) -), -})or nil, -ao, -aq, -af("UIListLayout",{ -Padding=UDim.new(0,8), -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Left", -}), -ap, -}), -af("Frame",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -Name="Content", -Visible=false, -Position=UDim2.new(0,0,0,an.HeaderSize+10), -},{ -an.Box and af("UIPadding",{ -PaddingLeft=UDim.new(0,am.Window.ElementConfig.UIPadding/1.5), -PaddingRight=UDim.new(0,am.Window.ElementConfig.UIPadding/1.5), -PaddingBottom=UDim.new(0,am.Window.ElementConfig.UIPadding/1.5), -})or nil, -af("UIListLayout",{ -FillDirection="Vertical", -Padding=UDim.new(0,am.Tab.Gap), -VerticalAlignment="Top", -}), -}), -}), -}) - - - - - -an.ElementFrame=at - -at.Outline.Top:GetPropertyChangedSignal"AbsoluteSize":Connect(function() -at.Outline.Content.Position=UDim2.new(0,0,0,(at.Outline.Top.AbsoluteSize.Y/am.UIScale)+10) - -if an.Opened then -an:Open(true) -else -an.Close(true) -end -end) - -local au=am.ElementsModule - -au.Load(an,at.Outline.Content,au.Elements,am.Window,am.WindUI,function() -if not an.Expandable then -an.Expandable=true -ap.Visible=true -UpdateTitleSize() -end -end,au,am.UIScale,am.Tab) - -UpdateTitleSize() - -function an.SetTitle(av,aw) -an.Title=aw -ar.Text=aw -end - -function an.SetDesc(av,aw) -an.Desc=aw -if not as then -as=createTitle(aw,"Desc") -end -as.Text=aw -end - -function an.Destroy(av) -for aw,ax in next,an.Elements do -ax:Destroy() -end - - - - - - - - -at:Destroy() -end - -function an.Open(av,aw) -if an.Expandable then -an.Opened=true -if aw then -at.Size=UDim2.new( -at.Size.X.Scale, -at.Size.X.Offset, -0, -at.Outline.Top.AbsoluteSize.Y/am.UIScale -+(at.Outline.Content.AbsoluteSize.Y/am.UIScale) -+10 -) -ap.ImageLabel.Rotation=180 -else -ai(at,0.33,{ -Size=UDim2.new( -at.Size.X.Scale, -at.Size.X.Offset, -0, -at.Outline.Top.AbsoluteSize.Y/am.UIScale -+(at.Outline.Content.AbsoluteSize.Y/am.UIScale) -+10 -), -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() - -ai( -ap.ImageLabel, -0.2, -{Rotation=180}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -end -end -end -function an.Close(av,aw) -if an.Expandable then -an.Opened=false -if aw then -at.Size=UDim2.new( -at.Size.X.Scale, -at.Size.X.Offset, -0, -(at.Outline.Top.AbsoluteSize.Y/am.UIScale) -) -ap.ImageLabel.Rotation=0 -else -ai(at,0.26,{ -Size=UDim2.new( -at.Size.X.Scale, -at.Size.X.Offset, -0, -(at.Outline.Top.AbsoluteSize.Y/am.UIScale) -), -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ai( -ap.ImageLabel, -0.2, -{Rotation=0}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -end -end -end - -aa.AddSignal(at.Outline.Top.MouseButton1Click,function() -if an.Expandable then -if an.Opened then -an:Close() -else -an:Open() -end -end -end) - -aa.AddSignal(at.Outline.Content.UIListLayout:GetPropertyChangedSignal"AbsoluteContentSize",function() -if an.Opened then -an:Open(true) -else -an:Close(true) -end -end) - -task.defer(function() -if an.Expandable then - - - - - - - - -at.Size= -UDim2.new(at.Size.X.Scale,at.Size.X.Offset,0,at.Outline.Top.AbsoluteSize.Y/am.UIScale) -at.AutomaticSize="None" -at.Outline.Top.Size=UDim2.new(1,0,0,(not as and an.HeaderSize or 0)) -at.Outline.Top.AutomaticSize=(not an.Expandable or as)and"Y"or"None" -at.Outline.Content.Visible=true -end -if an.Opened then -an:Open() -else -an:Close(true) -end -end) - -return an.__type,an -end - -return ak end function a._() - -local aa=a.load'j' -local af=aa.New - -local ai={} - -function ai.New(ak,al) -local am=af("Frame",{ -Parent=al.Parent, -Size=not table.find({"Group","HStack"},al.ParentType)and UDim2.new(1,-7,0,7*(al.Columns or 1))or UDim2.new(0,7*(al.Columns or 1),0,0), -BackgroundTransparency=1, -}) - -return"Space",{__type="Space",ElementFrame=am} -end - -return ai end function a.aa() -local aa=a.load'j' -local af=aa.New - -local ai={} - -local function ParseAspectRatio(ak) -if type(ak)=="string"then -local al,am=ak:match"(%d+):(%d+)" -if al and am then -return tonumber(al)/tonumber(am) -end -elseif type(ak)=="number"then -return ak -end -return nil -end - -function ai.New(ak,al) -local am={ -__type="Image", -Image=al.Image or"", -AspectRatio=al.AspectRatio or"16:9", -Radius=al.Radius or al.Window.ElementConfig.UICorner, -} -local an=aa.Image( -am.Image, -am.Image, -am.Radius, -al.Window.Folder, -"Image", -false -) -if an and an.Parent then -an.Parent=al.Parent -an.Size=UDim2.new(1,0,0,0) -an.BackgroundTransparency=1 - - - - - - - - - - - - -local ao=ParseAspectRatio(am.AspectRatio) -local ap - -if ao then -ap=af("UIAspectRatioConstraint",{ -Parent=an, -AspectRatio=ao, -AspectType="ScaleWithParentSize", -DominantAxis="Width" -}) -end - -function am.Destroy(aq) -an:Destroy() -end -end - -return am.__type,am -end - -return ai end function a.ab() -local aa=a.load'j' -local af=aa.New - -local ai={} - -function ai.New(ak,al) -local am={ -__type="Group", -Elements={}, -ElementFrame=nil, -} - -local an=af("Frame",{ -Size=UDim2.new(1,0,0,0), -BackgroundTransparency=1, -AutomaticSize="Y", -Parent=al.Parent, -},{ -af("UIListLayout",{ -FillDirection="Horizontal", -HorizontalAlignment="Center", - -Padding=UDim.new(0,al.Tab and al.Tab.Gap or(al.Window.NewElements and 1 or 6)) -}), -}) - -am.ElementFrame=an - -local ao=al.ElementsModule -ao.Load( -am, -an, -ao.Elements, -al.Window, -al.WindUI, -function(ap,aq) -local ar=al.Tab and al.Tab.Gap or(al.Window.NewElements and 1 or 6) - -local as={} -local at=0 - -for au,av in next,aq do -if av.__type=="Space"then -at=at+(av.ElementFrame.Size.X.Offset or 6) -elseif av.__type=="Divider"then -at=at+(av.ElementFrame.Size.X.Offset or 1) -else -table.insert(as,av) -end -end - -local au=#as -if au==0 then return end - -local av=1/au - -local aw=ar*(au-1) - -local ax=-(aw+at) - -local ay=math.floor(ax/au) -local az=ax-(ay*au) - -for aA,aB in next,as do -local b=ay -if aA<=math.abs(az)then -b=b-1 -end - -if aB.ElementFrame then -aB.ElementFrame.Size=UDim2.new(av,b,1,0) -end -end -end, -ao, -al.UIScale, -al.Tab -) - - - -return am.__type,am -end - -return ai end function a.ac() -local aa=a.load'j' -local af=aa.New - -local ai={} - -function ai.New(ak,al) -local am={ -__type="HStack", -AutoSpace=al.AutoSpace or false, -Elements={}, -ElementFrame=nil, -} - -local an=af("Frame",{ -Size=UDim2.new(1,0,0,0), -BackgroundTransparency=1, -AutomaticSize="Y", -Parent=al.Parent, -},{ -af("UIListLayout",{ -FillDirection="Horizontal", -HorizontalAlignment="Center", - -Padding=UDim.new(0,al.Tab and al.Tab.Gap or(al.Window.NewElements and 1 or 6)), -}), -}) - -am.ElementFrame=an - -local ao=al.ElementsModule -ao.Load( -am, -an, -ao.Elements, -al.Window, -al.WindUI, -function(ap,aq) -local ar=al.Tab and al.Tab.Gap or(al.Window.NewElements and 1 or 6) - -local as={} -local at=0 - -for au,av in next,aq do -if av.__type=="Space"then -at=at+(av.ElementFrame.Size.X.Offset or 6) -elseif av.__type=="Divider"then -at=at+(av.ElementFrame.Size.X.Offset or 1) -else -table.insert(as,av) -end -end - -local au=#as -if au==0 then -return -end - -local av=1/au - -local aw=ar*(au-1) - -local ax=-(aw+at) - -local ay=math.floor(ax/au) -local az=ax-(ay*au) - -for aA,aB in next,as do -local b=ay -if aA<=math.abs(az)then -b=b-1 -end - -if aB.ElementFrame then -aB.ElementFrame.Size=UDim2.new(av,b,1,0) -end -end -end, -ao, -al.UIScale, -al.Tab -) - -if am.AutoSpace then -for ap in next,ao.Elements do -if ap~="Space"and ap~="Divider"then -local aq=am[ap] -am[ap]=function(ar,as) -if#am.Elements>0 then -am:Space() -end -return aq(ar,as) -end -end -end -end - -return am.__type,am -end - -return ai end function a.ad() - -local aa=a.load'j' -local af=aa.New - -local ai={} - -function ai.New(ak,al) -local am={ -__type="VStack", -Elements={}, -ElementFrame=nil, -} - -local an=af("Frame",{ -Size=UDim2.new(1,0,0,0), -BackgroundTransparency=1, -AutomaticSize="Y", -Parent=al.Parent, -},{ -af("UIListLayout",{ -FillDirection="Vertical", -HorizontalAlignment="Center", - -Padding=UDim.new(0,al.Tab and al.Tab.Gap or(al.Window.NewElements and 1 or 6)) -}), -}) - -am.ElementFrame=an - -local ao=al.ElementsModule -ao.Load( -am, -an, -ao.Elements, -al.Window, -al.WindUI, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -nil, -ao, -al.UIScale, -al.Tab -) - - - -return am.__type,am -end - -return ai end function a.ae() -local aa=(cloneref or clonereference or function(aa) -return aa -end) - -local af=aa(game:GetService"UserInputService") - -local ai=a.load'j' -local ak=ai.New - -local al={} - - - - - - - - - - - - - - -function al.New(am,an:ConfigType__DARKLUA_TYPE_a) -local ao={ -__type="Viewport", -Object=an.Object, -Camera=an.Camera or Instance.new"Camera", -Interactive=an.Interactive or false, -Height=an.Height or 200, -Focused=an.Focused~=false, -} - -local ap=false -local aq=false -local ar,as=0 - -local at=ai.NewRoundFrame(an.Window.ElementConfig.UICorner,"Squircle",{ -Size=UDim2.new(1,0,0,ao.Height), -Parent=an.Parent, -ThemeTag={ -ImageColor3="ViewportBackground", -ImageTransparency="ViewportBackgroundTransparency", -}, -},{ -ak("CanvasGroup",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -},{ -ak("UICorner",{ -CornerRadius=UDim.new(0,an.Window.ElementConfig.UICorner), -}), -ak("ViewportFrame",{ -Name="Viewport", -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -CurrentCamera=ao.Camera, -Active=ao.Interactive, -},{ -ao.Object, -}), -}), -}) - -local function IsTouchInsideViewport(au) -local av=at.CanvasGroup.Viewport.AbsolutePosition -local aw=at.CanvasGroup.Viewport.AbsoluteSize - -return au.X>=av.X -and au.X<=av.X+aw.X -and au.Y>=av.Y -and au.Y<=av.Y+aw.Y -end - -local au=an.WindUI.GenerateGUID() - -ai.AddSignal(at.CanvasGroup.Viewport.MouseEnter,function() -if ao.Interactive then -an.Tab.UIElements.ContainerFrame.ScrollingEnabled=false -end -end) - -ai.AddSignal(at.CanvasGroup.Viewport.InputEnded,function(av) -if -av.UserInputType==Enum.UserInputType.MouseMovement -or av.UserInputType==Enum.UserInputType.Touch -then -an.Tab.UIElements.ContainerFrame.ScrollingEnabled=true -end -end) - -ai.AddSignal(at.CanvasGroup.Viewport.InputBegan,function(av) -if ao.Interactive then -if -(av.UserInputType==Enum.UserInputType.MouseButton1) -or(av.UserInputType==Enum.UserInputType.Touch and not aq) -then -if an.WindUI.CurrentInput and an.WindUI.CurrentInput~=au then -return -end - -an.WindUI.CurrentInput=au - -ap=true -as=av.Position -end -end -end) - -ai.AddSignal(af.InputEnded,function(av) -if ao.Interactive then -if -av.UserInputType==Enum.UserInputType.MouseButton1 -or av.UserInputType==Enum.UserInputType.Touch -then -if an.WindUI.CurrentInput and an.WindUI.CurrentInput~=au then -return -end - -an.WindUI.CurrentInput=nil - -ap=false -end -end -end) - -ai.AddSignal(af.InputChanged,function(av) -if ao.Interactive and ap and not aq then -if -av.UserInputType==Enum.UserInputType.MouseMovement -or av.UserInputType==Enum.UserInputType.Touch -then -local aw=av.Position-as -as=av.Position - -local ax=ao.Object:GetPivot().Position -local ay=ao.Camera - -local az=CFrame.fromAxisAngle(Vector3.new(0,1,0),-aw.X*0.02) -ay.CFrame=CFrame.new(ax)*az*CFrame.new(-ax)*ay.CFrame - -local aA=CFrame.fromAxisAngle(ay.CFrame.RightVector,-aw.Y*0.02) -local aB=CFrame.new(ax)*aA*CFrame.new(-ax)*ay.CFrame - -if aB.UpVector.Y>0.1 then -ay.CFrame=aB -end -end -end -end) - -ai.AddSignal(at.CanvasGroup.Viewport.InputChanged,function(av) -if ao.Interactive then -if av.UserInputType==Enum.UserInputType.MouseWheel then -local aw=av.Position.Z*2 -ao.Camera.CFrame+=ao.Camera.CFrame.LookVector*aw -end -end -end) - -ai.AddSignal(af.TouchPinch,function(av,aw,ax,ay) -if not IsTouchInsideViewport(av[1])or not IsTouchInsideViewport(av[2])then -return -end -if ao.Interactive then -if ay==Enum.UserInputState.Begin then -aq=true -ap=false -ar=(av[1]-av[2]).Magnitude -elseif ay==Enum.UserInputState.Change then -if aq then -local az=(av[1]-av[2]).Magnitude -local aA=(az-ar)*0.03 -ar=az -ao.Camera.CFrame+=ao.Camera.CFrame.LookVector*aA -end -elseif ay==Enum.UserInputState.End or ay==Enum.UserInputState.Cancel then -aq=false -end -end -end) - -local function FocusCamera() -local av=ao.Object:IsA"BasePart"and ao.Object.Size -or select(2,ao.Object:GetBoundingBox(0)) -local aw=math.max(av.X,av.Y,av.Z) -local ax=aw*2 -local ay=ao.Object:GetPivot().Position - -ao.Camera.CFrame= -CFrame.new(ay+Vector3.new(0,aw/2,ax),ay) -end - -if ao.Focused then -FocusCamera() -end - -function ao.SetObject(av,aw,ax) -if ax then -aw=aw:Clone() -end -if ao.Object then -ao.Object:Destroy() -end - -ao.Object=aw -ao.Object.Parent=at.CanvasGroup.Viewport -end - -function ao.SetHeight(av,aw) -at.Size=UDim2.new(1,0,0,aw) -end - -function ao.Focus(av) -if ao.Object then -FocusCamera() -end -end - -function ao.SetCamera(av,aw) -ao.Camera=aw -at.CanvasGroup.Viewport.CurrentCamera=aw -end - -function ao.SetInteractive(av,aw) -ao.Interactive=aw -at.CanvasGroup.Viewport.Active=aw -end - -ao.Main=at - -return ao.__type,ao -end - -return al end function a.af() - -return{ -Elements={ -Paragraph=a.load'J', -Button=a.load'K', -Toggle=a.load'N', -Slider=a.load'O', -ProgressBar=a.load'P', -Keybind=a.load'Q', -Input=a.load'R', -Dropdown=a.load'U', -Code=a.load'X', -Colorpicker=a.load'Y', -Section=a.load'Z', -Divider=a.load'S', -Space=a.load'_', -Image=a.load'aa', -Group=a.load'ab', -HStack=a.load'ac', -VStack=a.load'ad', -Viewport=a.load'ae', - -}, -Load=function(aa,af,ai,ak,al,am,an,ao,ap) -for aq,ar in next,ai do -aa[aq]=function(as,at) -at=at or{} -at.Tab=ap or aa -at.ParentType=aa.__type -at.ParentTable=aa -at.Index=#aa.Elements+1 -at.GlobalIndex=#ak.AllElements+1 -at.Parent=af -at.Window=ak -at.WindUI=al -at.UIScale=ao -at.ElementsModule=an local - -au, av=ar:New(at) - -if at.Flag and typeof(at.Flag)=="string"then -if ak.CurrentConfig then -ak.CurrentConfig:Register(at.Flag,av) - -if ak.PendingConfigData and ak.PendingConfigData[at.Flag]then -local aw=ak.PendingConfigData[at.Flag] - -local ax=ak.ConfigManager -if ax.Parser[aw.__type]then -task.defer(function() -local ay,az=pcall(function() -ax.Parser[aw.__type].Load(av,aw) -end) - -if ay then -ak.PendingConfigData[at.Flag]=nil -else -warn( -"[ WindUI ] Failed to apply pending config for '" -..at.Flag -.."': " -..tostring(az) -) -end -end) -end -end -else -ak.PendingFlags=ak.PendingFlags or{} -ak.PendingFlags[at.Flag]=av -end -end - -local aw -for ax,ay in next,av do -if typeof(ay)=="table"and ax~="ElementFrame"and ax:match"Frame$"then -aw=ay -break -end -end - -if aw then -av.ElementFrame=aw.UIElements.Main -function av.SetTitle(ax,ay) -return aw.SetTitle and aw:SetTitle(ay) -end -function av.SetDesc(ax,ay) -return aw.SetDesc and aw:SetDesc(ay) -end -function av.SetImage(ax,ay,az) -return aw.SetImage and aw:SetImage(ay,az) -end -function av.SetThumbnail(ax,ay,az) -return aw.SetThumbnail and aw:SetThumbnail(ay,az) -end -function av.Highlight(ax) -aw:Highlight() -end -function av.Destroy(ax) -aw:Destroy() - -table.remove(ak.AllElements,at.GlobalIndex) -table.remove(aa.Elements,at.Index) -table.remove(ap.Elements,at.Index) -aa:UpdateAllElementShapes(aa) -end -end - -ak.AllElements[at.Index]=av -aa.Elements[at.Index]=av -if ap then -ap.Elements[at.Index]=av -end - -if ak.NewElements then -aa:UpdateAllElementShapes(aa) -end - -if am then -am(av,aa.Elements) -end -return av -end -end -function aa.UpdateAllElementShapes(aq,ar) -for as,at in next,ar.Elements do -local au -for av,aw in pairs(at)do -if typeof(aw)=="table"and av:match"Frame$"then -au=aw -break -end -end - -if not au and at.UpdateShape then -au=at -end - -if au then - -au.Index=as -if au.UpdateShape then - -au.UpdateShape(ar) -end -end -end -end -end, -}end function a.ag() - -local aa=(cloneref or clonereference or function(aa) -return aa -end) - -local af=game:GetService"Players" - -aa(game:GetService"UserInputService") -local ai=af.LocalPlayer:GetMouse() - -local ak=a.load'j' -local al=ak.New - -local am=a.load'H'.New -local an=a.load'D'.New - - - -local ao={ - - -Tabs={}, -Containers={}, -SelectedTab=nil, -TabCount=0, -ToolTipParent=nil, -TabHighlight=nil, - -OnChangeFunc=function(ao)end, -} - -function ao.Init(ap,aq,ar,as) -Window=ap -WindUI=aq -ao.ToolTipParent=ar -ao.TabHighlight=as -return ao -end - -function ao.New(ap,aq) -local ar={ -__type="Tab", -Title=ap.Title or"Tab", -Desc=ap.Desc, -Icon=ap.Icon, -IconColor=ap.IconColor, -IconShape=ap.IconShape, -IconThemed=ap.IconThemed, -Locked=ap.Locked, -ShowTabTitle=ap.ShowTabTitle, -TabTitleAlign=ap.TabTitleAlign or"Left", -CustomEmptyPage=(ap.CustomEmptyPage and next(ap.CustomEmptyPage)~=nil)and ap.CustomEmptyPage -or{Icon="lucide:frown",IconSize=48,Title="This tab is Empty",Desc=nil}, -Border=ap.Border, -Selected=false, -Index=nil, -Parent=ap.Parent, -UIElements={}, -Elements={}, -ContainerFrame=nil, -UICorner=Window.UICorner-(Window.UIPadding/2), - -Gap=Window.NewElements and 1 or 6, - -TabPaddingX=4+(Window.UIPadding/2), -TabPaddingY=3+(Window.UIPadding/2), -TitlePaddingY=0, -} - - - - - - - - - -if ar.IconShape then -ar.TabPaddingX=2+(Window.UIPadding/4) -ar.TabPaddingY=2+(Window.UIPadding/4) -ar.TitlePaddingY=2+(Window.UIPadding/4) -end - -ao.TabCount=ao.TabCount+1 - -local as=ao.TabCount -ar.Index=as - -ar.UIElements.Main=ak.NewRoundFrame(ar.UICorner,"Squircle",{ -BackgroundTransparency=1, -Size=UDim2.new(1,-7,0,0), -AutomaticSize="Y", -Parent=ap.Parent, -ThemeTag={ -ImageColor3="TabBackground", -}, -ImageTransparency=1, -},{ -ak.NewRoundFrame(ar.UICorner-1,"Glass-1.4",{ -Size=UDim2.new(1,1,1,1), -ThemeTag={ -ImageColor3="TabBorder", -}, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -ImageTransparency=1, -Name="Outline", -},{ - - - - - - - - - - - - - -}), -ak.NewRoundFrame(ar.UICorner,"Squircle",{ -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -ThemeTag={ -ImageColor3="Text", -}, -ImageTransparency=1, -Name="Frame", -},{ -al("UIListLayout",{ -SortOrder="LayoutOrder", -Padding=UDim.new(0,2+(Window.UIPadding/2)), -FillDirection="Horizontal", -VerticalAlignment="Center", -}), -al("TextLabel",{ -Text=ar.Title, -ThemeTag={ -TextColor3="TabTitle", -}, -TextTransparency=not ar.Locked and 0.4 or 0.7, -TextSize=15, -Size=UDim2.new(1,0,0,0), -FontFace=Font.new(ak.Font,Enum.FontWeight.Medium), -TextWrapped=true, -RichText=true, -AutomaticSize="Y", -LayoutOrder=2, -TextXAlignment="Left", -BackgroundTransparency=1, -},{ -al("UIPadding",{ -PaddingTop=UDim.new(0,ar.TitlePaddingY), - - -PaddingBottom=UDim.new(0,ar.TitlePaddingY), -}), -}), -al("UIPadding",{ -PaddingTop=UDim.new(0,ar.TabPaddingY), -PaddingLeft=UDim.new(0,ar.TabPaddingX), -PaddingRight=UDim.new(0,ar.TabPaddingX), -PaddingBottom=UDim.new(0,ar.TabPaddingY), -}), -}), -},true) - -local at=0 -local au -local av - -if ar.Icon then -au=ak.Image( -ar.Icon, -ar.Icon..":"..ar.Title, -0, -Window.Folder, -ar.__type, -ar.IconColor and false or true, -ar.IconThemed, -"TabIcon" -) -au.Size=UDim2.new(0,16,0,16) -if ar.IconColor then -au.ImageLabel.ImageColor3=ar.IconColor -end -if not ar.IconShape then -au.Parent=ar.UIElements.Main.Frame -ar.UIElements.Icon=au -au.ImageLabel.ImageTransparency=not ar.Locked and 0 or 0.7 -at=-18-(Window.UIPadding/2) -ar.UIElements.Main.Frame.TextLabel.Size=UDim2.new(1,at,0,0) -elseif ar.IconColor then -ak.NewRoundFrame( -ar.IconShape~="Circle"and(ar.UICorner+5-(2+(Window.UIPadding/4)))or 9999, -"Squircle", -{ -Size=UDim2.new(0,26,0,26), -ImageColor3=ar.IconColor, -Parent=ar.UIElements.Main.Frame, -}, -{ -au, -ak.NewRoundFrame( -ar.IconShape~="Circle"and(ar.UICorner+5-(2+(Window.UIPadding/4)))or 9999, -"Glass-1.4", -{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="White", -}, -ImageTransparency=0, -Name="Outline", -}, -{ - - - - - - - - - - - - - -} -), -} -) -au.AnchorPoint=Vector2.new(0.5,0.5) -au.Position=UDim2.new(0.5,0,0.5,0) -au.ImageLabel.ImageTransparency=0 -au.ImageLabel.ImageColor3=ak.GetTextColorForHSB(ar.IconColor,0.68) -at=-28-(Window.UIPadding/2) -ar.UIElements.Main.Frame.TextLabel.Size=UDim2.new(1,at,0,0) -end - -av= -ak.Image(ar.Icon,ar.Icon..":"..ar.Title,0,Window.Folder,ar.__type,true,ar.IconThemed) -av.Size=UDim2.new(0,16,0,16) -av.ImageLabel.ImageTransparency=not ar.Locked and 0 or 0.7 -at=-30 - - - - -end - -ar.UIElements.ContainerFrame=al("ScrollingFrame",{ -Size=UDim2.new(1,0,1,ar.ShowTabTitle and-((Window.UIPadding*2.4)+12)or 0), -BackgroundTransparency=1, -ScrollBarThickness=0, -ElasticBehavior="Never", -CanvasSize=UDim2.new(0,0,0,0), -AnchorPoint=Vector2.new(0,1), -Position=UDim2.new(0,0,1,0), -AutomaticCanvasSize="Y", - -ScrollingDirection="Y", -},{ -al("UIPadding",{ -PaddingTop=UDim.new(0,not Window.HidePanelBackground and 20 or 10), -PaddingLeft=UDim.new(0,not Window.HidePanelBackground and 20 or 10), -PaddingRight=UDim.new(0,not Window.HidePanelBackground and 20 or 10), -PaddingBottom=UDim.new(0,not Window.HidePanelBackground and 20 or 10), -}), -al("UIListLayout",{ -SortOrder="LayoutOrder", -Padding=UDim.new(0,ar.Gap), -HorizontalAlignment="Center", -}), -}) - - - - - -ar.UIElements.ContainerFrameCanvas=al("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -Visible=false, -Parent=Window.UIElements.MainBar, -ZIndex=5, -},{ -ar.UIElements.ContainerFrame, -al("Frame",{ -Size=UDim2.new(1,-14,1,-14), -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -BackgroundTransparency=1, -Name="ScrollSliderHolder", -}), -al("Frame",{ -Size=UDim2.new(1,0,0,((Window.UIPadding*2.4)+12)), -BackgroundTransparency=1, -Visible=ar.ShowTabTitle or false, -Name="TabTitle", -},{ -av, -al("TextLabel",{ -Text=ar.Title, -ThemeTag={ -TextColor3="Text", -}, -TextSize=20, -TextTransparency=0.1, -Size=UDim2.new(0,0,1,0), -FontFace=Font.new(ak.Font,Enum.FontWeight.SemiBold), - -RichText=true, -LayoutOrder=2, -TextXAlignment="Left", -BackgroundTransparency=1, -AutomaticSize="X", -}), -al("UIPadding",{ -PaddingTop=UDim.new(0,20), -PaddingLeft=UDim.new(0,20), -PaddingRight=UDim.new(0,20), -PaddingBottom=UDim.new(0,20), -}), -al("UIListLayout",{ -SortOrder="LayoutOrder", -Padding=UDim.new(0,10), -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment=ar.TabTitleAlign, -}), -}), -al("Frame",{ -Size=UDim2.new(1,0,0,1), -BackgroundTransparency=0.9, -ThemeTag={ -BackgroundColor3="Text", -}, -Position=UDim2.new(0,0,0,((Window.UIPadding*2.4)+12)), -Visible=ar.ShowTabTitle or false, -}), -}) - -ao.Containers[as]=ar.UIElements.ContainerFrameCanvas -ao.Tabs[as]=ar - -ar.ContainerFrame=ar.UIElements.ContainerFrameCanvas - -ak.AddSignal(ar.UIElements.Main.MouseButton1Click,function() -if not ar.Locked then -ao:SelectTab(as) -end -end) - -if Window.ScrollBarEnabled then -an( -ar.UIElements.ContainerFrame, -ar.UIElements.ContainerFrameCanvas.ScrollSliderHolder, -Window, -4, -WindUI -) -end - -local aw -local ax -local ay -local az=false - - -if ar.Desc then -ak.AddSignal(ar.UIElements.Main.InputBegan,function() -az=true -ax=task.spawn(function() -task.wait(0.35) -if az and not aw then -aw=am(ar.Desc,ao.ToolTipParent,true) -aw.Container.AnchorPoint=Vector2.new(0.5,0.5) - -local function updatePosition() -if aw then -aw.Container.Position=UDim2.new(0,ai.X,0,ai.Y-4) -end -end - -updatePosition() -ay=ai.Move:Connect(updatePosition) -aw:Open() -end -end) -end) -end - -ak.AddSignal(ar.UIElements.Main.MouseEnter,function() -if not ar.Locked then -ak.SetThemeTag(ar.UIElements.Main.Frame,{ -ImageTransparency="TabBackgroundHoverTransparency", -ImageColor3="TabBackgroundHover", -},0.1) -end -end) -ak.AddSignal(ar.UIElements.Main.InputEnded,function() -if ar.Desc then -az=false -if ax then -task.cancel(ax) -ax=nil -end -if ay then -ay:Disconnect() -ay=nil -end -if aw then -aw:Close() -aw=nil -end -end - -if not ar.Locked then -ak.SetThemeTag(ar.UIElements.Main.Frame,{ -ImageTransparency="TabBorderTransparency", -},0.1) -end -end) - -function ar.ScrollToTheElement(aA,aB) -ar.UIElements.ContainerFrame.ScrollingEnabled=false - -ak.Tween(ar.UIElements.ContainerFrame,0.45,{ -CanvasPosition=Vector2.new( -0, -ar.Elements[aB].ElementFrame.AbsolutePosition.Y --ar.UIElements.ContainerFrame.AbsolutePosition.Y --ar.UIElements.ContainerFrame.UIPadding.PaddingTop.Offset -), -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() - -task.spawn(function() -task.wait(0.48) - -if ar.Elements[aB].Highlight then -ar.Elements[aB]:Highlight() -end -ar.UIElements.ContainerFrame.ScrollingEnabled=true -end) - -return ar -end - - - -local aA=a.load'af' - -aA.Load( -ar, -ar.UIElements.ContainerFrame, -aA.Elements, -Window, -WindUI, -nil, -aA, -aq, -ar -) - -function ar.LockAll(aB) - -for b,d in next,Window.AllElements do -if d.Tab and d.Tab.Index and d.Tab.Index==ar.Index and d.Lock then -d:Lock() -end -end -end -function ar.UnlockAll(aB) -for b,d in next,Window.AllElements do -if d.Tab and d.Tab.Index and d.Tab.Index==ar.Index and d.Unlock then -d:Unlock() -end -end -end -function ar.GetLocked(aB) -local b={} - -for d,f in next,Window.AllElements do -if f.Tab and f.Tab.Index and f.Tab.Index==ar.Index and f.Locked==true then -table.insert(b,f) -end -end - -return b -end -function ar.GetUnlocked(aB) -local b={} - -for d,f in next,Window.AllElements do -if f.Tab and f.Tab.Index and f.Tab.Index==ar.Index and f.Locked==false then -table.insert(b,f) -end -end - -return b -end - -function ar.Select(aB) -return ao:SelectTab(ar.Index) -end - -task.spawn(function() -local aB -if ar.CustomEmptyPage.Icon then -aB= -ak.Image(ar.CustomEmptyPage.Icon,ar.CustomEmptyPage.Icon,0,"Temp","EmptyPage",true) -aB.Size= -UDim2.fromOffset(ar.CustomEmptyPage.IconSize or 48,ar.CustomEmptyPage.IconSize or 48) -end - -local b=al("Frame",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,-Window.UIElements.Main.Main.Topbar.AbsoluteSize.Y), -Parent=ar.UIElements.ContainerFrame, -},{ -al("UIListLayout",{ -Padding=UDim.new(0,8), -SortOrder="LayoutOrder", -VerticalAlignment="Center", -HorizontalAlignment="Center", -FillDirection="Vertical", -}), - - - - - - - - - - - -aB, -ar.CustomEmptyPage.Title and al("TextLabel",{ -AutomaticSize="XY", -Text=ar.CustomEmptyPage.Title, -ThemeTag={ -TextColor3="Text", -}, -TextSize=18, -TextTransparency=0.5, -BackgroundTransparency=1, -FontFace=Font.new(ak.Font,Enum.FontWeight.Medium), -})or nil, -ar.CustomEmptyPage.Desc and al("TextLabel",{ -AutomaticSize="XY", -Text=ar.CustomEmptyPage.Desc, -ThemeTag={ -TextColor3="Text", -}, -TextSize=15, -TextTransparency=0.65, -BackgroundTransparency=1, -FontFace=Font.new(ak.Font,Enum.FontWeight.Regular), -})or nil, -}) - - - - - -local d -d=ak.AddSignal(ar.UIElements.ContainerFrame.ChildAdded,function() -b.Visible=false -d:Disconnect() -end) -end) - -return ar -end - -function ao.OnChange(ap,aq) -ao.OnChangeFunc=aq -end - -function ao.SelectTab(ap,aq) -if not ao.Tabs[aq].Locked then -ao.SelectedTab=aq - -for ar,as in next,ao.Tabs do -if not as.Locked then -ak.SetThemeTag(as.UIElements.Main,{ -ImageTransparency="TabBorderTransparency", -},0.15) -if as.Border then -ak.SetThemeTag(as.UIElements.Main.Outline,{ -ImageTransparency="TabBorderTransparency", -},0.15) -end -ak.SetThemeTag(as.UIElements.Main.Frame.TextLabel,{ -TextTransparency="TabTextTransparency", -},0.15) -if as.UIElements.Icon and not as.IconColor then -ak.SetThemeTag(as.UIElements.Icon.ImageLabel,{ -ImageTransparency="TabIconTransparency", -},0.15) -end -as.Selected=false -end -end -ak.SetThemeTag(ao.Tabs[aq].UIElements.Main,{ -ImageColor3="TabBackgroundActive", -ImageTransparency="TabBackgroundActiveTransparency", -},0.15) -if ao.Tabs[aq].Border then -ak.SetThemeTag(ao.Tabs[aq].UIElements.Main.Outline,{ -ImageTransparency="TabBorderTransparencyActive", -},0.15) -end -ak.SetThemeTag(ao.Tabs[aq].UIElements.Main.Frame.TextLabel,{ -TextTransparency="TabTextTransparencyActive", -},0.15) -if ao.Tabs[aq].UIElements.Icon and not ao.Tabs[aq].IconColor then -ak.SetThemeTag(ao.Tabs[aq].UIElements.Icon.ImageLabel,{ -ImageTransparency="TabIconTransparencyActive", -},0.15) -end -ao.Tabs[aq].Selected=true - -task.spawn(function() -for ar,as in next,ao.Containers do -as.AnchorPoint=Vector2.new(0,0.05) -as.Visible=false -end -ao.Containers[aq].Visible=true -local ar=game:GetService"TweenService" - -local as=TweenInfo.new(0.15,Enum.EasingStyle.Quart,Enum.EasingDirection.Out) -local at=ar:Create(ao.Containers[aq],as,{ -AnchorPoint=Vector2.new(0,0), -}) -at:Play() -end) - -ao.OnChangeFunc(aq) -end -end - -return ao end function a.ah() - -local aa={} - - -local af=a.load'j' -local ai=af.New -local ak=af.Tween - -local al=a.load'ag' - -function aa.New(am,an,ao,ap,aq) -local ar={ -Title=am.Title or"Section", -Icon=am.Icon, -IconThemed=am.IconThemed, -Opened=am.Opened or false, - -HeaderSize=42, -IconSize=18, - -Expandable=false, -} - -local as -if ar.Icon then -as=af.Image( -ar.Icon, -ar.Icon, -0, -ao, -"Section", -true, -ar.IconThemed, -"TabSectionIcon" -) - -as.Size=UDim2.new(0,ar.IconSize,0,ar.IconSize) -as.ImageLabel.ImageTransparency=.25 -end - -local at=ai("Frame",{ -Size=UDim2.new(0,ar.IconSize,0,ar.IconSize), -BackgroundTransparency=1, -Visible=false -},{ -ai("ImageLabel",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -Image=af.Icon"chevron-down"[1], -ImageRectSize=af.Icon"chevron-down"[2].ImageRectSize, -ImageRectOffset=af.Icon"chevron-down"[2].ImageRectPosition, -ThemeTag={ -ImageColor3="Icon", -}, -ImageTransparency=.7, -}) -}) - -local au=ai("Frame",{ -Size=UDim2.new(1,0,0,ar.HeaderSize), -BackgroundTransparency=1, -Parent=an, -ClipsDescendants=true, -},{ -ai("TextButton",{ -Size=UDim2.new(1,0,0,ar.HeaderSize), -BackgroundTransparency=1, -Text="", -},{ -as, -ai("TextLabel",{ -Text=ar.Title, -TextXAlignment="Left", -Size=UDim2.new( -1, -as and(-ar.IconSize-10)*2 -or(-ar.IconSize-10), - -1, -0 -), -ThemeTag={ -TextColor3="Text", -}, -FontFace=Font.new(af.Font,Enum.FontWeight.SemiBold), -TextSize=14, -BackgroundTransparency=1, -TextTransparency=.7, - -TextWrapped=true -}), -ai("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -Padding=UDim.new(0,10) -}), -at, -ai("UIPadding",{ -PaddingLeft=UDim.new(0,11), -PaddingRight=UDim.new(0,11), -}) -}), -ai("Frame",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -Name="Content", -Visible=true, -Position=UDim2.new(0,0,0,ar.HeaderSize) -},{ -ai("UIListLayout",{ -FillDirection="Vertical", -Padding=UDim.new(0,aq.Gap), -VerticalAlignment="Bottom", -}), -}) -}) - - -function ar.Tab(av,aw) -if not ar.Expandable then -ar.Expandable=true -at.Visible=true -end -aw.Parent=au.Content -return al.New(aw,ap) -end - -function ar.Open(av) -if ar.Expandable then -ar.Opened=true -ak(au,0.33,{ -Size=UDim2.new(1,0,0,ar.HeaderSize+(au.Content.AbsoluteSize.Y/ap)) -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() - -ak(at.ImageLabel,0.1,{Rotation=180},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end -end -function ar.Close(av) -if ar.Expandable then -ar.Opened=false -ak(au,0.26,{ -Size=UDim2.new(1,0,0,ar.HeaderSize) -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -ak(at.ImageLabel,0.1,{Rotation=0},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end -end - -af.AddSignal(au.TextButton.MouseButton1Click,function() -if ar.Expandable then -if ar.Opened then -ar:Close() -else -ar:Open() -end -end -end) - -af.AddSignal(au.Content.UIListLayout:GetPropertyChangedSignal"AbsoluteContentSize",function() -if ar.Opened then -ar:Open() -end -end) - -if ar.Opened then -task.spawn(function() -task.wait() -ar:Open() -end) -end - - - -return ar -end - - -return aa end function a.ai() -return{ -Tab="table-of-contents", -Paragraph="type", -Button="square-mouse-pointer", -Toggle="toggle-right", -Slider="sliders-horizontal", -Keybind="command", -Input="text-cursor-input", -Dropdown="chevrons-up-down", -Code="terminal", -Colorpicker="palette", -ProgressBar="chart-bar", -}end function a.aj() - -local aa=(cloneref or clonereference or function(aa) -return aa -end) - -aa(game:GetService"UserInputService") - -local af={ -Margin=8, -Padding=9, -} - -local ai=a.load'j' -local ak=ai.New -local al=ai.Tween - -function af.new(am,an,ao) -local ap={ -IconSize=18, -Padding=14, -Radius=22, -Width=400, -MaxHeight=380, - -Icons=a.load'ai', -} - -local aq=ak("TextBox",{ -Text="", -PlaceholderText="Search...", -ThemeTag={ -PlaceholderColor3="Placeholder", -TextColor3="Text", -}, -Size=UDim2.new(1,-((ap.IconSize*2)+(ap.Padding*2)),0,0), -AutomaticSize="Y", -ClipsDescendants=true, -ClearTextOnFocus=false, -BackgroundTransparency=1, -TextXAlignment="Left", -FontFace=Font.new(ai.Font,Enum.FontWeight.Regular), -TextSize=18, -}) - -local ar=ak("ImageLabel",{ -Image=ai.Icon"x"[1], -ImageRectSize=ai.Icon"x"[2].ImageRectSize, -ImageRectOffset=ai.Icon"x"[2].ImageRectPosition, -BackgroundTransparency=1, -ThemeTag={ -ImageColor3="Icon", -}, -ImageTransparency=0.1, -Size=UDim2.new(0,ap.IconSize,0,ap.IconSize), -},{ -ak("TextButton",{ -Size=UDim2.new(1,8,1,8), -BackgroundTransparency=1, -Active=true, -ZIndex=999999999, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Text="", -}), -}) - -local as=ak("ScrollingFrame",{ -Size=UDim2.new(1,0,0,0), -AutomaticCanvasSize="Y", -ScrollingDirection="Y", -ElasticBehavior="Never", -ScrollBarThickness=0, -CanvasSize=UDim2.new(0,0,0,0), -BackgroundTransparency=1, -Visible=false, -},{ -ak("UIListLayout",{ -Padding=UDim.new(0,0), -FillDirection="Vertical", -}), -ak("UIPadding",{ -PaddingTop=UDim.new(0,ap.Padding), -PaddingLeft=UDim.new(0,ap.Padding), -PaddingRight=UDim.new(0,ap.Padding), -PaddingBottom=UDim.new(0,ap.Padding), -}), -}) - -local at=ai.NewRoundFrame(ap.Radius,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="WindowSearchBarBackground", -}, -ImageTransparency=0, -},{ -ai.NewRoundFrame(ap.Radius,"Squircle",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, - -Visible=false, -ThemeTag={ -ImageColor3="White", -}, -ImageTransparency=1, -Name="Frame", -},{ -ak("Frame",{ -Size=UDim2.new(1,0,0,46), -BackgroundTransparency=1, -},{ - - - - - - - - -ak("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -},{ -ak("ImageLabel",{ -Image=ai.Icon"search"[1], -ImageRectSize=ai.Icon"search"[2].ImageRectSize, -ImageRectOffset=ai.Icon"search"[2].ImageRectPosition, -BackgroundTransparency=1, -ThemeTag={ -ImageColor3="Icon", -}, -ImageTransparency=0.1, -Size=UDim2.new(0,ap.IconSize,0,ap.IconSize), -}), -aq, -ar, -ak("UIListLayout",{ -Padding=UDim.new(0,ap.Padding), -FillDirection="Horizontal", -VerticalAlignment="Center", -}), -ak("UIPadding",{ -PaddingLeft=UDim.new(0,ap.Padding), -PaddingRight=UDim.new(0,ap.Padding), -}), -}), -}), -ak("Frame",{ -BackgroundTransparency=1, -AutomaticSize="Y", -Size=UDim2.new(1,0,0,0), -Name="Results", -},{ -ak("Frame",{ -Size=UDim2.new(1,0,0,1), -ThemeTag={ -BackgroundColor3="Outline", -}, -BackgroundTransparency=0.9, -Visible=false, -}), -as, -ak("UISizeConstraint",{ -MaxSize=Vector2.new(ap.Width,ap.MaxHeight), -}), -}), -ak("UIListLayout",{ -Padding=UDim.new(0,0), -FillDirection="Vertical", -}), -}), -}) - -local au=ak("Frame",{ -Size=UDim2.new(0,ap.Width,0,0), -AutomaticSize="Y", -Parent=an, -BackgroundTransparency=1, -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -Visible=false, - -ZIndex=99999999, -},{ -ak("UIScale",{ -Scale=0.9, -}), -at, - - - - - - - - - - - - - - - -}) - -local function CreateSearchTab(av,aw,ax,ay,az,aA) -local aB=ak("TextButton",{ -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -BackgroundTransparency=1, -Parent=ay or nil, -},{ -ai.NewRoundFrame(ap.Radius-11,"Squircle",{ -Size=UDim2.new(1,0,0,0), -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), - -ThemeTag={ -ImageColor3="Text", -}, -ImageTransparency=1, -Name="Main", -},{ -ai.NewRoundFrame(ap.Radius-11,"Glass-1",{ -Size=UDim2.new(1,0,1,0), -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -ThemeTag={ -ImageColor3="White", -}, -ImageTransparency=1, -Name="Outline", -},{ - - - - - - - - -ak("UIPadding",{ -PaddingTop=UDim.new(0,ap.Padding-2), -PaddingLeft=UDim.new(0,ap.Padding), -PaddingRight=UDim.new(0,ap.Padding), -PaddingBottom=UDim.new(0,ap.Padding-2), -}), -ak("ImageLabel",{ -Image=ai.Icon(ax)[1], -ImageRectSize=ai.Icon(ax)[2].ImageRectSize, -ImageRectOffset=ai.Icon(ax)[2].ImageRectPosition, -BackgroundTransparency=1, -ThemeTag={ -ImageColor3="Icon", -}, -ImageTransparency=0.1, -Size=UDim2.new(0,ap.IconSize,0,ap.IconSize), -}), -ak("Frame",{ -Size=UDim2.new(1,-ap.IconSize-ap.Padding,0,0), -BackgroundTransparency=1, -},{ -ak("TextLabel",{ -Text=av, -ThemeTag={ -TextColor3="Text", -}, -TextSize=17, -BackgroundTransparency=1, -TextXAlignment="Left", -FontFace=Font.new(ai.Font,Enum.FontWeight.Medium), -Size=UDim2.new(1,0,0,0), -TextTruncate="AtEnd", -AutomaticSize="Y", -Name="Title", -}), -ak("TextLabel",{ -Text=aw or"", -Visible=aw and true or false, -ThemeTag={ -TextColor3="Text", -}, -TextSize=15, -TextTransparency=0.3, -BackgroundTransparency=1, -TextXAlignment="Left", -FontFace=Font.new(ai.Font,Enum.FontWeight.Medium), -Size=UDim2.new(1,0,0,0), -TextTruncate="AtEnd", -AutomaticSize="Y", -Name="Desc", -})or nil, -ak("UIListLayout",{ -Padding=UDim.new(0,6), -FillDirection="Vertical", -}), -}), -ak("UIListLayout",{ -Padding=UDim.new(0,ap.Padding), -FillDirection="Horizontal", -}), -}), -},true), -ak("Frame",{ -Name="ParentContainer", -Size=UDim2.new(1,-ap.Padding,0,0), -AutomaticSize="Y", -BackgroundTransparency=1, -Visible=az, - -},{ -ai.NewRoundFrame(99,"Squircle",{ -Size=UDim2.new(0,2,1,0), -BackgroundTransparency=1, -ThemeTag={ -ImageColor3="Text", -}, -ImageTransparency=0.9, -}), -ak("Frame",{ -Size=UDim2.new(1,-ap.Padding-2,0,0), -Position=UDim2.new(0,ap.Padding+2,0,0), -BackgroundTransparency=1, -},{ -ak("UIListLayout",{ -Padding=UDim.new(0,0), -FillDirection="Vertical", -}), -}), -}), -ak("UIListLayout",{ -Padding=UDim.new(0,0), -FillDirection="Vertical", -HorizontalAlignment="Right", -}), -}) - - - -aB.Main.Size=UDim2.new( -1, -0, -0, -aB.Main.Outline.Frame.Desc.Visible -and(((ap.Padding-2)*2)+aB.Main.Outline.Frame.Title.TextBounds.Y+6+aB.Main.Outline.Frame.Desc.TextBounds.Y) -or(((ap.Padding-2)*2)+aB.Main.Outline.Frame.Title.TextBounds.Y) -) - -ai.AddSignal(aB.Main.MouseEnter,function() -al(aB.Main,0.04,{ImageTransparency=0.95}):Play() - -end) -ai.AddSignal(aB.Main.InputEnded,function() -al(aB.Main,0.08,{ImageTransparency=1}):Play() - -end) -ai.AddSignal(aB.Main.MouseButton1Click,function() -if aA then -aA() -end -end) - -return aB -end - -local function ContainsText(av,aw) -if not aw or aw==""then -return false -end - -if not av or av==""then -return false -end - -local ax=string.lower(av) -local ay=string.lower(aw) - -return string.find(ax,ay,1,true)~=nil -end - -local function Search(av) -if not av or av==""then -return{} -end - -local aw={} -for ax,ay in next,am.Tabs do -local az=ContainsText(ay.Title or"",av) -local aA={} - -for aB,b in next,ay.Elements do -if b.__type~="Section"then -local d=ContainsText(b.Title or"",av) -local f=ContainsText(b.Desc or"",av) - -if d or f then -aA[aB]={ -Title=b.Title, -Desc=b.Desc, -Original=b, -__type=b.__type, -Index=aB, -} -end -end -end - -if az or next(aA)~=nil then -aw[ax]={ -Tab=ay, -Title=ay.Title, -Icon=ay.Icon, -Elements=aA, -} -end -end -return aw -end - -ai.AddSignal(as.UIListLayout:GetPropertyChangedSignal"AbsoluteContentSize",function() - -al(as,0.06,{ -Size=UDim2.new( -1, -0, -0, -math.clamp( -as.UIListLayout.AbsoluteContentSize.Y+(ap.Padding*2), -0, -ap.MaxHeight -) -), -},Enum.EasingStyle.Quint,Enum.EasingDirection.InOut):Play() - - - - - - -end) - -function ap.Open(av) -task.spawn(function() -at.Frame.Visible=true -au.Visible=true -al(au.UIScale,0.12,{Scale=1},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end) -end - -function ap.Close(av,aw) -task.spawn(function() -ao() -at.Frame.Visible=false -al(au.UIScale,0.12,{Scale=1},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() - -task.wait(0.12) -au.Visible=false -if aw then -au:Destroy() -end -end) -end - -ai.AddSignal(ar.TextButton.MouseButton1Click,function() -ap:Close(true) -end) - -ap:Open() - -function ap.Search(av,aw) -aw=aw or"" - -local ax=Search(aw) - -as.Visible=true -at.Frame.Results.Frame.Visible=true -for ay,az in next,as:GetChildren()do -if az.ClassName~="UIListLayout"and az.ClassName~="UIPadding"then -az:Destroy() -end -end - -if ax and next(ax)~=nil then -for ay,az in next,ax do -local aA=ap.Icons.Tab -local aB=CreateSearchTab(az.Title,nil,aA,as,true,function() -ap:Close() -am:SelectTab(ay) -end) -if az.Elements and next(az.Elements)~=nil then -for b,d in next,az.Elements do -local f=ap.Icons[d.__type] -CreateSearchTab( -d.Title, -d.Desc, -f, -aB:FindFirstChild"ParentContainer"and aB.ParentContainer.Frame -or nil, -false, -function() -ap:Close() -am:SelectTab(ay) -if az.Tab.ScrollToTheElement then - -az.Tab:ScrollToTheElement(d.Index) -end - -end -) - -end -end -end -elseif aw~=""then -ak("TextLabel",{ -Size=UDim2.new(1,0,0,70), -Text="No results found", -TextSize=16, -ThemeTag={ -TextColor3="Text", -}, -TextTransparency=0.2, -BackgroundTransparency=1, -FontFace=Font.new(ai.Font,Enum.FontWeight.Medium), -Parent=as, -Name="NotFound", -}) -else -as.Visible=false -at.Frame.Results.Frame.Visible=false -end -end - -ai.AddSignal(aq:GetPropertyChangedSignal"Text",function() -ap:Search(aq.Text) -end) - -return ap -end - -return af end function a.ak() - - - -local aa=(cloneref or clonereference or function(aa) -return aa -end) - -local af=aa(game:GetService"UserInputService") -local ai=aa(game:GetService"RunService") -local ak=aa(game:GetService"Players") - -local al=workspace.CurrentCamera - -local am=a.load'z' - -local an=a.load'j' -local ao=an.New -local ap=an.Tween - - -local aq=a.load'C'.New -local ar=a.load's'.New -local as=a.load'D'.New -local at=a.load'E' - -local au=a.load'F' - - - -return function(av) -local aw={ -Title=av.Title or"UI Library", -Author=av.Author, -Icon=av.Icon, -IconSize=av.IconSize or 22, -IconThemed=av.IconThemed, -IconRadius=av.IconRadius or 0, -Folder=av.Folder, -Resizable=av.Resizable~=false, -Background=av.Background, -BackgroundImageTransparency=av.BackgroundImageTransparency or 0, -ShadowTransparency=av.ShadowTransparency or 0.6, -User=av.User or{}, -Footer=av.Footer or{}, -Topbar=av.Topbar or{Height=52,ButtonsType="Default"}, - -Size=av.Size, - -MinSize=av.MinSize or Vector2.new(560,350), -MaxSize=av.MaxSize or Vector2.new(850,560), - -TopBarButtonIconSize=av.TopBarButtonIconSize, - -ToggleKey=av.ToggleKey, -ElementsRadius=av.ElementsRadius, -Radius=av.Radius or 16, -Transparent=av.Transparent or false, -HideSearchBar=av.HideSearchBar~=false, -ScrollBarEnabled=av.ScrollBarEnabled or false, -SideBarWidth=av.SideBarWidth or 200, -Acrylic=av.Acrylic or false, -NewElements=av.NewElements or false, -IgnoreAlerts=av.IgnoreAlerts or false, -HidePanelBackground=av.HidePanelBackground or false, -AutoScale=av.AutoScale~=false, -OpenButton=av.OpenButton, -DragFrameSize=160, - -Position=UDim2.new(0.5,0,0.5,0), -UICorner=16, -UIPadding=14, -UIElements={}, -CanDropdown=true, -Closed=false, -Parent=av.Parent, -Destroyed=false, -IsFullscreen=false, -CanResize=av.Resizable~=false, -IsOpenButtonEnabled=true, - -CurrentConfig=nil, -ConfigManager=nil, -AcrylicPaint=nil, -CurrentTab=nil, -TabModule=nil, - -OnOpenCallback=nil, -OnCloseCallback=nil, -OnDestroyCallback=nil, - -IsPC=false, - -Gap=5, - -TopBarButtons={}, -AllElements={}, - -ElementConfig={}, - -PendingFlags={}, - -IsToggleDragging=false, -} - -aw.UICorner=aw.Radius - -aw.TopBarButtonIconSize=aw.TopBarButtonIconSize or(aw.Topbar.ButtonsType=="Mac"and 11 or 16) - -aw.ElementConfig={ -UIPadding=(aw.NewElements and 10 or 13), -UICorner=aw.ElementsRadius or(aw.NewElements and 23 or 16), -} - -local ax=aw.Size or UDim2.new(0,580,0,460) -aw.Size=UDim2.new( -ax.X.Scale, -math.clamp(ax.X.Offset,aw.MinSize.X,aw.MaxSize.X), -ax.Y.Scale, -math.clamp(ax.Y.Offset,aw.MinSize.Y,aw.MaxSize.Y) -) - -if aw.Topbar=={}then -aw.Topbar={Height=52,ButtonsType="Default"} -end - -if not ai:IsStudio()and aw.Folder and writefile then -if not isfolder("WindUI/"..aw.Folder)then -makefolder("WindUI/"..aw.Folder) -end -if not isfolder("WindUI/"..aw.Folder.."/assets")then -makefolder("WindUI/"..aw.Folder.."/assets") -end -if not isfolder(aw.Folder)then -makefolder(aw.Folder) -end -if not isfolder(aw.Folder.."/assets")then -makefolder(aw.Folder.."/assets") -end -end - -local ay=ao("UICorner",{ -CornerRadius=UDim.new(0,aw.UICorner), -}) - -if aw.Folder then -aw.ConfigManager=au:Init(aw) -end - -if aw.Acrylic then local -az=am.AcrylicPaint{UseAcrylic=aw.Acrylic} - -aw.AcrylicPaint=az -end - -local az=ao("Frame",{ -Size=UDim2.new(0,32,0,32), -Position=UDim2.new(1,0,1,0), -AnchorPoint=Vector2.new(0.5,0.5), -BackgroundTransparency=1, -ZIndex=99, -Active=true, -},{ -ao("ImageLabel",{ -Size=UDim2.new(0,96,0,96), -BackgroundTransparency=1, -Image="rbxassetid://120997033468887", -Position=UDim2.new(0.5,-16,0.5,-16), -AnchorPoint=Vector2.new(0.5,0.5), -ImageTransparency=1, -}), -}) -local aA=an.NewRoundFrame(aw.UICorner,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=1, -ImageColor3=Color3.new(0,0,0), -ZIndex=98, -Active=false, -},{ -ao("ImageLabel",{ -Size=UDim2.new(0,70,0,70), -Image=an.Icon"expand"[1], -ImageRectOffset=an.Icon"expand"[2].ImageRectPosition, -ImageRectSize=an.Icon"expand"[2].ImageRectSize, -BackgroundTransparency=1, -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -ImageTransparency=1, -}), -}) - -local aB=an.NewRoundFrame(aw.UICorner,"Squircle",{ -Size=UDim2.new(1,0,1,0), -ImageTransparency=1, -ImageColor3=Color3.new(0,0,0), -ZIndex=999, -Active=false, -}) - - - - - - - - - -aw.UIElements.SideBar=ao("ScrollingFrame",{ -Size=UDim2.new( -1, -aw.ScrollBarEnabled and-3-(aw.UIPadding/2)or 0, -1, -not aw.HideSearchBar and-45 or 0 -), -Position=UDim2.new(0,0,1,0), -AnchorPoint=Vector2.new(0,1), -BackgroundTransparency=1, -ScrollBarThickness=0, -ElasticBehavior="Never", -CanvasSize=UDim2.new(0,0,0,0), -AutomaticCanvasSize="Y", -ScrollingDirection="Y", -ClipsDescendants=true, -VerticalScrollBarPosition="Left", -},{ -ao("Frame",{ -BackgroundTransparency=1, -AutomaticSize="Y", -Size=UDim2.new(1,0,0,0), -Name="Frame", -},{ -ao("UIPadding",{ - - - -PaddingBottom=UDim.new(0,aw.UIPadding/2), -}), -ao("UIListLayout",{ -SortOrder="LayoutOrder", -Padding=UDim.new(0,aw.Gap), -}), -}), -ao("UIPadding",{ - -PaddingLeft=UDim.new(0,aw.UIPadding/2), -PaddingRight=UDim.new(0,aw.UIPadding/2), -PaddingBottom=UDim.new(0,aw.UIPadding/2), -}), - -}) - -aw.UIElements.SideBarContainer=ao("Frame",{ -Size=UDim2.new( -0, -aw.SideBarWidth, -1, -aw.User.Enabled and-aw.Topbar.Height-42-(aw.UIPadding*2)or-aw.Topbar.Height -), -Position=UDim2.new(0,0,0,aw.Topbar.Height), -BackgroundTransparency=1, -Visible=true, -},{ -ao("Frame",{ -Name="Content", -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,not aw.HideSearchBar and-45-aw.UIPadding or-aw.UIPadding/2), -Position=UDim2.new(0,0,1,-aw.UIPadding/2), -AnchorPoint=Vector2.new(0,1), -}), -aw.UIElements.SideBar, -}) - -if aw.ScrollBarEnabled then -as( -aw.UIElements.SideBar, -aw.UIElements.SideBarContainer.Content, -aw, -3, -av.WindUI -) -end - -aw.UIElements.MainBar=ao("Frame",{ -Size=UDim2.new(1,-aw.UIElements.SideBarContainer.AbsoluteSize.X,1,-aw.Topbar.Height), -Position=UDim2.new(1,0,1,0), -AnchorPoint=Vector2.new(1,1), -BackgroundTransparency=1, -},{ -an.NewRoundFrame(aw.UICorner-(aw.UIPadding/2),"Squircle",{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="PanelBackground", -ImageTransparency="PanelBackgroundTransparency", -}, - - -ZIndex=3, -Name="Background", -Visible=not aw.HidePanelBackground, -}), -ao("UIPadding",{ - -PaddingLeft=UDim.new(0,aw.UIPadding/2), -PaddingRight=UDim.new(0,aw.UIPadding/2), -PaddingBottom=UDim.new(0,aw.UIPadding/2), -}), -}) - -local b=ao("ImageLabel",{ -Image="rbxassetid://8992230677", -ThemeTag={ -ImageColor3="WindowShadow", - -}, -ImageTransparency=1, -Size=UDim2.new(1,100,1,100), -Position=UDim2.new(0,-50,0,-50), -ScaleType="Slice", -SliceCenter=Rect.new(99,99,99,99), -BackgroundTransparency=1, -ZIndex=-999999999999999, -Name="Blur", -}) - -if af.TouchEnabled and not af.KeyboardEnabled then -aw.IsPC=false -elseif af.KeyboardEnabled then -aw.IsPC=true -else -aw.IsPC=nil -end - - - - - - - -local d -if aw.User then -local function GetUserThumb()local -f=ak:GetUserThumbnailAsync( -aw.User.Anonymous and 1 or ak.LocalPlayer.UserId, -Enum.ThumbnailType.HeadShot, -Enum.ThumbnailSize.Size420x420 -) -return f -end - -d=ao("TextButton",{ -Size=UDim2.new( -0, -aw.UIElements.SideBarContainer.AbsoluteSize.X-(aw.UIPadding/2), -0, -42+aw.UIPadding -), -Position=UDim2.new(0,aw.UIPadding/2,1,-(aw.UIPadding/2)), -AnchorPoint=Vector2.new(0,1), -BackgroundTransparency=1, -Visible=aw.User.Enabled or false, -},{ -an.NewRoundFrame(aw.UICorner-(aw.UIPadding/2),"SquircleOutline",{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="Text", -}, -ImageTransparency=1, -Name="Outline", -},{ -ao("UIGradient",{ -Rotation=78, -Color=ColorSequence.new{ -ColorSequenceKeypoint.new(0.0,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(0.5,Color3.fromRGB(255,255,255)), -ColorSequenceKeypoint.new(1.0,Color3.fromRGB(255,255,255)), -}, -Transparency=NumberSequence.new{ -NumberSequenceKeypoint.new(0.0,0.1), -NumberSequenceKeypoint.new(0.5,1), -NumberSequenceKeypoint.new(1.0,0.1), -}, -}), -}), -an.NewRoundFrame(aw.UICorner-(aw.UIPadding/2),"Squircle",{ -Size=UDim2.new(1,0,1,0), -ThemeTag={ -ImageColor3="Text", -}, -ImageTransparency=1, -Name="UserIcon", -},{ -ao("ImageLabel",{ -Image=GetUserThumb(), -BackgroundTransparency=1, -Size=UDim2.new(0,42,0,42), -ThemeTag={ -BackgroundColor3="Text", -}, -BackgroundTransparency=0.93, -},{ -ao("UICorner",{ -CornerRadius=UDim.new(1,0), -}), -}), -ao("Frame",{ -AutomaticSize="XY", -BackgroundTransparency=1, -},{ -ao("TextLabel",{ -Text=aw.User.Anonymous and"Anonymous"or ak.LocalPlayer.DisplayName, -TextSize=17, -ThemeTag={ -TextColor3="Text", -}, -FontFace=Font.new(an.Font,Enum.FontWeight.SemiBold), -AutomaticSize="Y", -BackgroundTransparency=1, -Size=UDim2.new(1,-27,0,0), -TextTruncate="AtEnd", -TextXAlignment="Left", -Name="DisplayName", -}), -ao("TextLabel",{ -Text=aw.User.Anonymous and"anonymous"or ak.LocalPlayer.Name, -TextSize=15, -TextTransparency=0.6, -ThemeTag={ -TextColor3="Text", -}, -FontFace=Font.new(an.Font,Enum.FontWeight.Medium), -AutomaticSize="Y", -BackgroundTransparency=1, -Size=UDim2.new(1,-27,0,0), -TextTruncate="AtEnd", -TextXAlignment="Left", -Name="UserName", -}), -ao("UIListLayout",{ -Padding=UDim.new(0,4), -HorizontalAlignment="Left", -}), -}), -ao("UIListLayout",{ -Padding=UDim.new(0,aw.UIPadding), -FillDirection="Horizontal", -VerticalAlignment="Center", -}), -ao("UIPadding",{ -PaddingLeft=UDim.new(0,aw.UIPadding/2), -PaddingRight=UDim.new(0,aw.UIPadding/2), -}), -}), -}) - -function aw.User.Enable(f) -aw.User.Enabled=true -ap( -aw.UIElements.SideBarContainer, -0.25, -{Size=UDim2.new(0,aw.SideBarWidth,1,-aw.Topbar.Height-42-(aw.UIPadding*2))}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -d.Visible=true -end -function aw.User.Disable(f) -aw.User.Enabled=false -ap( -aw.UIElements.SideBarContainer, -0.25, -{Size=UDim2.new(0,aw.SideBarWidth,1,-aw.Topbar.Height)}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -d.Visible=false -end -function aw.User.SetAnonymous(f,g) -if g~=false then -g=true -end -aw.User.Anonymous=g -d.UserIcon.ImageLabel.Image=GetUserThumb() -d.UserIcon.Frame.DisplayName.Text=g and"Anonymous"or ak.LocalPlayer.DisplayName -d.UserIcon.Frame.UserName.Text=g and"anonymous"or ak.LocalPlayer.Name -end - -if aw.User.Enabled then -aw.User:Enable() -else -aw.User:Disable() -end - -if aw.User.Callback then -an.AddSignal(d.MouseButton1Click,function() -aw.User.Callback() -end) -an.AddSignal(d.MouseEnter,function() -ap(d.UserIcon,0.04,{ImageTransparency=0.95}):Play() -ap(d.Outline,0.04,{ImageTransparency=0.85}):Play() -end) -an.AddSignal(d.InputEnded,function() -ap(d.UserIcon,0.04,{ImageTransparency=1}):Play() -ap(d.Outline,0.04,{ImageTransparency=1}):Play() -end) -end -end - -local f -local g - -local h=false -local i - -local l=typeof(aw.Background)=="string"and string.match(aw.Background,"^video:(.+)")or nil - -local m=typeof(aw.Background)=="string" -and not l -and string.match(aw.Background,"^https?://.+") -or nil - -local p=typeof(aw.Background)=="string" -and not l -and string.match(aw.Background,"^rbxassetid://%d+") -or nil - -local function GetImageExtension(r) -if not r or typeof(r)~="string"then -return".png" -end -local u=r:match"^([^?#]+)"or r -local v=u:match"%.(%w+)$" -if v then -v=v:lower() -if v=="jpg"or v=="jpeg"or v=="png"or v=="webp"then -return"."..v -end -end -return".png" -end - - - -if typeof(aw.Background)=="string"and l then -h=true - -if string.find(l,"http")then -local r=(aw.Folder or"Temp").."/assets/."..an.SanitizeFilename(l)..".webm" -if not isfile(r)then -local u,v=pcall(function() - - - - - -local u=game.HttpGet and game:HttpGet(l) -or an.Request{ -Url=l, -Method="GET", -Headers={["User-Agent"]="Roblox/Exploit"}, -}.Body - -writefile(r,u) -end) -if not u then -warn("[ WindUI.Window.Background ] Failed to download video: "..tostring(v)) -end -end - -local u,v=pcall(function() -return getcustomasset(r) -end) -if not u then -warn("[ WindUI.Window.Background ] Failed to load custom asset: "..tostring(v)) -end -warn"[ WindUI.Window.Background ] VideoFrame may not work with custom video" -l=v -end - -i=ao("VideoFrame",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,0), -Video=l, -Looped=true, -Volume=0, -},{ -ao("UICorner",{ -CornerRadius=UDim.new(0,aw.UICorner), -}), -}) -i:Play() -elseif m then -local r=(aw.Folder or"Temp") -.."/assets/." -..an.SanitizeFilename(m) -..GetImageExtension(m) - -if isfile and not isfile(r)then -local u,v=pcall(function() -local u=game.HttpGet and game:HttpGet(m) -or an.Request{ -Url=m, -Method="GET", -Headers={["User-Agent"]="Roblox/Exploit"}, -}.Body - -writefile(r,u) -end) - -if not u then -warn("[ Window.Background ] Failed to download image: "..tostring(v)) -end -end - -local u,v=pcall(function() -return getcustomasset(r) -end) - -if not u then -warn("[ Window.Background ] Failed to load custom asset: "..tostring(v)) -end - -i=ao("ImageLabel",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,0), -Image=v, -ImageTransparency=0, -ScaleType="Crop", -},{ -ao("UICorner",{ -CornerRadius=UDim.new(0,aw.UICorner), -}), -}) -elseif p then -i=ao("ImageLabel",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,0), -Image=p, -ImageTransparency=0, -ScaleType="Crop", -},{ -ao("UICorner",{ -CornerRadius=UDim.new(0,aw.UICorner), -}), -}) -elseif aw.Background then -i=ao("ImageLabel",{ -BackgroundTransparency=1, -Size=UDim2.new(1,0,1,0), -Image=typeof(aw.Background)=="string"and aw.Background or"", -ImageTransparency=1, -ScaleType="Crop", -},{ -ao("UICorner",{ -CornerRadius=UDim.new(0,aw.UICorner), -}), -}) -end - -local r=an.NewRoundFrame(99,"Squircle",{ -ImageTransparency=0.8, -ImageColor3=Color3.new(1,1,1), -Size=UDim2.new(0,0,0,4), -Position=UDim2.new(0.5,0,1,4), -AnchorPoint=Vector2.new(0.5,0), -},{ -ao("TextButton",{ -Size=UDim2.new(1,12,1,12), -BackgroundTransparency=1, -Position=UDim2.new(0.5,0,0.5,0), -AnchorPoint=Vector2.new(0.5,0.5), -Active=true, -ZIndex=99, -Name="Frame", -}), -}) - -function createAuthor(u) -return ao("TextLabel",{ -Text=u, -FontFace=Font.new(an.Font,Enum.FontWeight.Medium), -BackgroundTransparency=1, -TextTransparency=0.35, -AutomaticSize="XY", -Parent=aw.UIElements.Main and aw.UIElements.Main.Main.Topbar.Left.Title, -TextXAlignment="Left", -TextSize=13, -LayoutOrder=2, -ThemeTag={ -TextColor3="WindowTopbarAuthor", -}, -Name="Author", -}) -end - -local u -local v - -if aw.Author then -u=createAuthor(aw.Author) -end - -local x=ao("TextLabel",{ -Text=aw.Title, -FontFace=Font.new(an.Font,Enum.FontWeight.SemiBold), -BackgroundTransparency=1, -AutomaticSize="XY", -Name="Title", -TextXAlignment="Left", -TextSize=16, -ThemeTag={ -TextColor3="WindowTopbarTitle", -}, -}) - -aw.UIElements.Main=ao("Frame",{ -Size=UDim2.new(aw.Size.X.Scale,aw.Size.X.Offset,0,0), -Position=aw.Position, -BackgroundTransparency=1, -Parent=av.Parent, -AnchorPoint=Vector2.new(0.5,0.5), -Active=true, - -},{ -av.WindUI.UIScaleObj, -aw.AcrylicPaint and aw.AcrylicPaint.Frame or nil, -b, -an.NewRoundFrame(aw.UICorner,"Squircle",{ -ImageTransparency=1, -Size=UDim2.new(1,0,1,0), -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -Name="Background", -ThemeTag={ -ImageColor3="WindowBackground", -}, - -},{ -i, -r, -az, -}), - - - - -ay, -aA, -aB, -ao("Frame",{ -Size=UDim2.new(1,0,1,0), -BackgroundTransparency=1, -Name="Main", - -Visible=false, -ZIndex=97, -},{ -ao("UICorner",{ -CornerRadius=UDim.new(0,aw.UICorner), -}), -aw.UIElements.SideBarContainer, -aw.UIElements.MainBar, - -d, - -g, -ao("Frame",{ -Size=UDim2.new(1,0,0,aw.Topbar.Height), -BackgroundTransparency=1, -BackgroundColor3=Color3.fromRGB(50,50,50), -Name="Topbar", -},{ -f, - - - - - - -ao("Frame",{ -AutomaticSize="X", -Size=UDim2.new(0,0,1,0), -BackgroundTransparency=1, -Name="Left", -},{ -ao("UIListLayout",{ -Padding=UDim.new(0,aw.UIPadding+4), -SortOrder="LayoutOrder", -FillDirection="Horizontal", -VerticalAlignment="Center", -}), -ao("Frame",{ -AutomaticSize="XY", -BackgroundTransparency=1, -Name="Title", -Size=UDim2.new(0,0,1,0), -LayoutOrder=2, -},{ -ao("UIListLayout",{ -Padding=UDim.new(0,0), -SortOrder="LayoutOrder", -FillDirection="Vertical", -VerticalAlignment="Center", -}), -x, -u, -}), -ao("UIPadding",{ -PaddingLeft=UDim.new(0,4), -}), -}), -ao("CanvasGroup",{ -Size=UDim2.new(0,0,1,0), -BackgroundTransparency=1, -Name="Center", -AnchorPoint=Vector2.new(0,0.5), -Position=UDim2.new(0,0,0.5,0), -AutomaticSize="Y", -Visible=false, -},{ - - - -ao("ScrollingFrame",{ -Name="Holder", -BackgroundTransparency=1, -AutomaticSize="Y", -ScrollBarThickness=0, -ScrollingDirection="X", -AutomaticCanvasSize="X", -CanvasSize=UDim2.new(0,0,0,0), -Size=UDim2.new(1,0,1,0), - - -},{ - -ao("UIListLayout",{ -FillDirection="Horizontal", -VerticalAlignment="Center", -HorizontalAlignment="Left", -Padding=UDim.new(0,aw.UIPadding/2), -}), -}), -}), -ao("Frame",{ -AutomaticSize="XY", -BackgroundTransparency=1, -Position=UDim2.new(aw.Topbar.ButtonsType=="Default"and 1 or 0,0,0.5,0), -AnchorPoint=Vector2.new(aw.Topbar.ButtonsType=="Default"and 1 or 0,0.5), -Name="Right", -},{ -ao("UIListLayout",{ -Padding=UDim.new(0,aw.Topbar.ButtonsType=="Default"and 9 or 0), -FillDirection="Horizontal", -SortOrder="LayoutOrder", -}), -}), -ao("UIPadding",{ -PaddingTop=UDim.new(0,aw.UIPadding), -PaddingLeft=UDim.new( -0, -aw.Topbar.ButtonsType=="Default"and aw.UIPadding or aw.UIPadding-2 -), -PaddingRight=UDim.new(0,8), -PaddingBottom=UDim.new(0,aw.UIPadding), -}), -}), -}), -}) - -an.AddSignal(aw.UIElements.Main.Main.Topbar.Left:GetPropertyChangedSignal"AbsoluteSize",function() -local z=0 -local A=aw.UIElements.Main.Main.Topbar.Right.UIListLayout.AbsoluteContentSize.X -/av.WindUI.UIScale - -z=aw.UIElements.Main.Main.Topbar.Left.AbsoluteSize.X/av.WindUI.UIScale -if aw.Topbar.ButtonsType~="Default"then -z=z+A+aw.UIPadding-4 -end - -aw.UIElements.Main.Main.Topbar.Center.Position= -UDim2.new(0,z+(aw.UIPadding/av.WindUI.UIScale),0.5,0) -aw.UIElements.Main.Main.Topbar.Center.Size=UDim2.new( -1, --z --(aw.UIPadding/av.WindUI.UIScale) --(aw.Topbar.ButtonsType=="Default"and A+aw.UIPadding or 0), -1, -0 -) -end) - -if aw.Topbar.ButtonsType~="Default"then -an.AddSignal(aw.UIElements.Main.Main.Topbar.Right:GetPropertyChangedSignal"AbsoluteSize",function() -aw.UIElements.Main.Main.Topbar.Left.Position=UDim2.new( -0, -(aw.UIElements.Main.Main.Topbar.Right.AbsoluteSize.X/av.WindUI.UIScale)+aw.UIPadding-4, -0, -0 -) -end) -end - -function aw.CreateTopbarButton(z,A,B,C,F,G,H,J) -local L=an.Image( -B, -B, -0, -aw.Folder, -"WindowTopbarIcon", -aw.Topbar.ButtonsType=="Default"and true or false, -G, -"WindowTopbarButtonIcon" -) -L.Size=aw.Topbar.ButtonsType=="Default" -and UDim2.new(0,J or aw.TopBarButtonIconSize,0,J or aw.TopBarButtonIconSize) -or UDim2.new(0,0,0,0) -L.AnchorPoint=Vector2.new(0.5,0.5) -L.Position=UDim2.new(0.5,0,0.5,0) -L.ImageLabel.ImageTransparency=aw.Topbar.ButtonsType=="Default"and 0 or 1 - -if aw.Topbar.ButtonsType~="Default"then -L.ImageLabel.ImageColor3=an.GetTextColorForHSB(H) -end - -local M=an.NewRoundFrame( -aw.Topbar.ButtonsType=="Default"and aw.UICorner-(aw.UIPadding/2)or 999, -"Squircle", -{ -Size=aw.Topbar.ButtonsType=="Default" -and UDim2.new(0,aw.Topbar.Height-16,0,aw.Topbar.Height-16) -or UDim2.new(0,14,0,14), -LayoutOrder=F or 999, - - -ZIndex=9999, -AnchorPoint=Vector2.new(0.5,0.5), -Position=UDim2.new(0.5,0,0.5,0), -ImageColor3=aw.Topbar.ButtonsType~="Default"and(H or Color3.fromHex"#ff3030")or nil, -ThemeTag=aw.Topbar.ButtonsType=="Default"and{ -ImageColor3="Text", -}or nil, -ImageTransparency=aw.Topbar.ButtonsType=="Default"and 1 or 0, -}, -{ - - - - - - - - - - - - -L, -ao("UIScale",{ -Scale=1, -}), -}, -true -) - -local N=ao("Frame",{ -Size=aw.Topbar.ButtonsType~="Default"and UDim2.new(0,24,0,24) -or UDim2.new(0,aw.Topbar.Height-16,0,aw.Topbar.Height-16), -BackgroundTransparency=1, -Parent=aw.UIElements.Main.Main.Topbar.Right, -LayoutOrder=F or 999, -},{ -M, -}) - - - -aw.TopBarButtons[100-F]={ -Name=A, -Object=N, -} - -an.AddSignal(M.MouseButton1Click,function() -if C then -C() -end -end) -an.AddSignal(M.MouseEnter,function() -if aw.Topbar.ButtonsType=="Default"then -ap(M,0.15,{ImageTransparency=0.93}):Play() - - -else - -ap( -L.ImageLabel, -0.1, -{ImageTransparency=0}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -ap(L,0.1,{ -Size=UDim2.new( -0, -J or aw.TopBarButtonIconSize, -0, -J or aw.TopBarButtonIconSize -), -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end -end) - -an.AddSignal(M.MouseButton1Down,function() -ap(M.UIScale,0.2,{Scale=0.9},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end) - -an.AddSignal(M.MouseLeave,function() -if aw.Topbar.ButtonsType=="Default"then -ap(M,0.1,{ImageTransparency=1}):Play() - - -else - -ap( -L.ImageLabel, -0.1, -{ImageTransparency=1}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -ap( -L, -0.1, -{Size=UDim2.new(0,0,0,0)}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -end -end) - -an.AddSignal(M.InputEnded,function() -ap(M.UIScale,0.2,{Scale=1},Enum.EasingStyle.Quint,Enum.EasingDirection.InOut):Play() -end) - -return M -end - -function aw.Topbar.Button(z,A:{ -Name:string, -Icon:string, -Callback:any, -LayoutOrder:number, -IconThemed:boolean, -Color:Color3, -IconSize:number, -}) -return aw:CreateTopbarButton( -A.Name, -A.Icon, -A.Callback, -A.LayoutOrder or 0, -A.IconThemed, -A.Color, -A.IconSize -) -end - - - -local z=an.Drag( -aw.UIElements.Main, -{aw.UIElements.Main.Main.Topbar,r.Frame}, -function(z,A) -if not aw.Closed then -if z and A==r.Frame then -ap(r,0.1,{ImageTransparency=0.35}):Play() -else -ap(r,0.2,{ImageTransparency=0.8}):Play() -end -aw.Position=aw.UIElements.Main.Position -aw.Dragging=z -end -end -) - -if not h and aw.Background and typeof(aw.Background)=="table"then -local A=ao"UIGradient" -for B,C in next,aw.Background do -A[B]=C -end - -aw.UIElements.BackgroundGradient=an.NewRoundFrame(aw.UICorner,"Squircle",{ -Size=UDim2.new(1,0,1,0), -Parent=aw.UIElements.Main.Background, -ImageTransparency=aw.Transparent and av.WindUI.TransparencyValue or 0, -},{ -A, -}) -end - - - - - - - - - - - - - - -aw.OpenButtonMain=a.load'G'.New(aw) - -task.spawn(function() -if aw.Icon then -local A=ao("Frame",{ -Size=UDim2.new(0,22,0,22), -BackgroundTransparency=1, -Parent=aw.UIElements.Main.Main.Topbar.Left, -}) - -v=an.Image( -aw.Icon, -aw.Title, -aw.IconRadius, -aw.Folder, -"Window", -true, -aw.IconThemed, -"WindowTopbarIcon" -) -v.Parent=A -v.Size=UDim2.new(0,aw.IconSize,0,aw.IconSize) -v.Position=UDim2.new(0.5,0,0.5,0) -v.AnchorPoint=Vector2.new(0.5,0.5) - -aw.OpenButtonMain:SetIcon(aw.Icon) - - - - - - - - - - - -else -aw.OpenButtonMain:SetIcon(aw.Icon) - -end -end) - -function aw.SetToggleKey(A,B) -aw.ToggleKey=B -end - -function aw.SetTitle(A,B) -aw.Title=B -x.Text=B -end - -function aw.SetAuthor(A,B) -aw.Author=B -if not u then -u=createAuthor(aw.Author) -end - -u.Text=B -end - -function aw.SetSize(A,B) -if typeof(B)=="UDim2"then -aw.Size=B - -ap(aw.UIElements.Main,0.08,{Size=B},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end -end - -function aw.SetBackgroundImage(A,B) -aw.UIElements.Main.Background.ImageLabel.Image=B -end -function aw.SetBackgroundImageTransparency(A,B) -if i and i:IsA"ImageLabel"then -i.ImageTransparency=math.floor(B*10+0.5)/10 -end -aw.BackgroundImageTransparency=math.floor(B*10+0.5)/10 -end - -function aw.SetBackgroundTransparency(A,B) -local C=math.floor(tonumber(B)*10+0.5)/10 -av.WindUI.TransparencyValue=C -aw:ToggleTransparency(C>0) -end - -local A -local B -an.Icon"minimize" -an.Icon"maximize" - -aw:CreateTopbarButton( -"Fullscreen", -aw.Topbar.ButtonsType=="Mac"and"rbxassetid://127426072704909"or"maximize", -function() -aw:ToggleFullscreen() -end, -(aw.Topbar.ButtonsType=="Default"and 998 or 999), -true, -Color3.fromHex"#60C762", -aw.Topbar.ButtonsType=="Mac"and 9 or nil -) - -local function SetSize(C) -ap(aw.UIElements.Main,0.45,{ -Size=not aw.IsFullscreen and B or UDim2.new( -0, -(av.WindUI.ScreenGui.AbsoluteSize.X-20)/av.WindUI.UIScale, -0, -(av.WindUI.ScreenGui.AbsoluteSize.Y-20-52)/av.WindUI.UIScale -), -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() - -ap( -aw.UIElements.Main, -0.45, -{Position=not aw.IsFullscreen and A or UDim2.new(0.5,0,0.5,26)}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -end - -function aw.ToggleFullscreen(C) -local F=aw.IsFullscreen - -z:Set(F) - -if not F then -A=aw.UIElements.Main.Position -B=aw.UIElements.Main.Size - -aw.CanResize=false -else -if aw.Resizable then -aw.CanResize=true -end -end - -aw.IsFullscreen=not F - -SetSize(true) -end - -an.AddSignal(av.WindUI.ScreenGui:GetPropertyChangedSignal"AbsoluteSize",function() -if aw.IsFullscreen then -SetSize() -end -end) - -aw:CreateTopbarButton("Minimize","minus",function() -if aw.Close then -aw:Close() -end - - - - - - - - - - - - - - - - - - - - - - -end,(aw.Topbar.ButtonsType=="Default"and 997 or 998),nil,Color3.fromHex"#F4C948") - -function aw.OnOpen(C,F) -aw.OnOpenCallback=F -end -function aw.OnClose(C,F) -aw.OnCloseCallback=F -end -function aw.OnDestroy(C,F) -aw.OnDestroyCallback=F -end - -if av.WindUI.UseAcrylic then -aw.AcrylicPaint.AddParent(aw.UIElements.Main) -end - -function aw.SetIconSize(C,F) -local G -if typeof(F)=="number"then -G=UDim2.new(0,F,0,F) -aw.IconSize=F -elseif typeof(F)=="UDim2"then -G=F -aw.IconSize=F.X.Offset -end - -if v then -v.Size=G -end -end - -function aw.Open(C) -if aw.Destroyed then -return -end -task.spawn(function() -if aw.OnOpenCallback then -task.spawn(function() -an.SafeCallback(aw.OnOpenCallback) -end) -end - -task.wait(0.06) -aw.Closed=false - -aw.UIElements.Main.Size=UDim2.new(aw.Size.X.Scale,aw.Size.X.Offset,0,100) - -ap(aw.UIElements.Main,0.8,{ - -Size=aw.Size, -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() - -if aw.UIElements.BackgroundGradient then -ap(aw.UIElements.BackgroundGradient,0.2,{ -ImageTransparency=0, -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end - -aw.UIElements.Main.Background.ImageTransparency=1 -ap(aw.UIElements.Main.Background,0.4,{ - -ImageTransparency=aw.Transparent and av.WindUI.TransparencyValue or 0, -},Enum.EasingStyle.Exponential,Enum.EasingDirection.Out):Play() - -if i then -if i:IsA"VideoFrame"then -i.Visible=true -else -ap(i,0.2,{ -ImageTransparency=aw.BackgroundImageTransparency, -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end -end - -if aw.OpenButtonMain and aw.IsOpenButtonEnabled then -aw.OpenButtonMain:Visible(false) -end - - - - - - - - - -ap( -b, -0.25, -{ImageTransparency=aw.ShadowTransparency}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() - - - - -ap( -r, -0.45, -{Size=UDim2.new(0,aw.DragFrameSize,0,4),ImageTransparency=0.8}, -Enum.EasingStyle.Exponential, -Enum.EasingDirection.Out -):Play() -z:Set(true) - -if aw.Resizable then -ap( -az.ImageLabel, -0.45, -{ImageTransparency=0.8}, -Enum.EasingStyle.Exponential, -Enum.EasingDirection.Out -):Play() -aw.CanResize=true -end - -aw.CanDropdown=true -aw.UIElements.Main.Visible=true - - - -aw.UIElements.Main:WaitForChild"Main".Visible=true - -av.WindUI:ToggleAcrylic(true) - -end) -end -function aw.Close(C) -if aw.Destroyed then -return -end - -local F={} - -if aw.OnCloseCallback then -task.spawn(function() -an.SafeCallback(aw.OnCloseCallback) -end) -end - -av.WindUI:ToggleAcrylic(false) - -if aw.UIElements.Main and aw.UIElements.Main:WaitForChild"Main"then -aw.UIElements.Main.Main.Visible=false -end - -aw.CanDropdown=false -aw.Closed=true - -ap(aw.UIElements.Main,0.9,{ - -Size=UDim2.new(aw.Size.X.Scale,aw.Size.X.Offset,0,0), -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -if aw.UIElements.BackgroundGradient then -ap(aw.UIElements.BackgroundGradient,0.2,{ -ImageTransparency=1, -},Enum.EasingStyle.Quint,Enum.EasingDirection.InOut):Play() -end - -ap(aw.UIElements.Main.Background,0.3,{ - -ImageTransparency=1, -},Enum.EasingStyle.Exponential,Enum.EasingDirection.InOut):Play() - - - - - - - - -if i then -if i:IsA"VideoFrame"then -i.Visible=false -else -ap(i,0.3,{ -ImageTransparency=1, -},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -end -end -ap(b,0.25,{ImageTransparency=1},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() - - - - -ap( -r, -0.3, -{Size=UDim2.new(0,0,0,4),ImageTransparency=1}, -Enum.EasingStyle.Exponential, -Enum.EasingDirection.InOut -):Play() -ap( -az.ImageLabel, -0.3, -{ImageTransparency=1}, -Enum.EasingStyle.Exponential, -Enum.EasingDirection.Out -):Play() -z:Set(false) -aw.CanResize=false - -task.spawn(function() -task.wait(0.4) - -if not aw.Closed then -return -end - -aw.UIElements.Main.Visible=false - -if aw.OpenButtonMain and not aw.Destroyed and not aw.IsPC and aw.IsOpenButtonEnabled then -aw.OpenButtonMain:Visible(true) -end -end) - -function F.Destroy(G) -task.spawn(function() -if aw.OnDestroyCallback then -task.spawn(function() -an.SafeCallback(aw.OnDestroyCallback) -end) -end - -if aw.AcrylicPaint and aw.AcrylicPaint.Model then -aw.AcrylicPaint.Model:Destroy() -end - -aw.Destroyed=true - -task.wait(0.4) - -av.WindUI.ScreenGui:Destroy() -av.WindUI.NotificationGui:Destroy() -av.WindUI.DropdownGui:Destroy() -av.WindUI.TooltipGui:Destroy() - -an.DisconnectAll() - -return -end) -end - -return F -end -function aw.Destroy(C) -return aw:Close():Destroy() -end -function aw.Toggle(C) -if aw.Closed then -aw:Open() -else -aw:Close() -end -end - -function aw.ToggleTransparency(C,F) - -aw.Transparent=F -av.WindUI.Transparent=F - -aw.UIElements.Main.Background.ImageTransparency=F and av.WindUI.TransparencyValue or 0 - - -end - -function aw.LockAll(C) -for F,G in next,aw.AllElements do -if G.Lock then -G:Lock() -end -end -end -function aw.UnlockAll(C) -for F,G in next,aw.AllElements do -if G.Unlock then -G:Unlock() -end -end -end -function aw.GetLocked(C) -local F={} - -for G,H in next,aw.AllElements do -if H.Locked then -table.insert(F,H) -end -end - -return F -end -function aw.GetUnlocked(C) -local F={} - -for G,H in next,aw.AllElements do -if H.Locked==false then -table.insert(F,H) -end -end - -return F -end - -function aw.GetUIScale(C,F) -return av.WindUI.UIScale -end - -function aw.SetUIScale(C,F) -av.WindUI.UIScale=F -ap(av.WindUI.UIScaleObj,0.2,{Scale=F},Enum.EasingStyle.Quint,Enum.EasingDirection.Out):Play() -return aw -end - -function aw.SetToTheCenter(C) -ap( -aw.UIElements.Main, -0.45, -{Position=UDim2.new(0.5,0,0.5,0)}, -Enum.EasingStyle.Quint, -Enum.EasingDirection.Out -):Play() -return aw -end - -function aw.SetCurrentConfig(C,F) -aw.CurrentConfig=F -end - -do -local C=40 -local F=al.ViewportSize -local G=Vector2.new(aw.Size.X.Offset,aw.Size.Y.Offset) - -if not aw.IsFullscreen and aw.AutoScale then -local H=F.X-(C*2) -local J=F.Y-(C*2) - -local L=H/G.X -local M=J/G.Y - -local N=math.min(L,M) - -local O=0.3 -local P=1.0 - -local Q=math.clamp(N,O,P) - -local R=aw:GetUIScale()or 1 -local S=0.05 - -if math.abs(Q-R)>S then -aw:SetUIScale(Q) -end -end -end - -if aw.OpenButtonMain and aw.OpenButtonMain.Button then -an.AddSignal(aw.OpenButtonMain.Button.TextButton.MouseButton1Click,function() - - -aw:Open() -end) -end - -an.AddSignal(af.InputBegan,function(C,F) -if F then -return -end - -if aw.ToggleKey then -if C.KeyCode==aw.ToggleKey then -aw:Toggle() -end -end -end) - -task.spawn(function() - -aw:Open() -end) - -function aw.EditOpenButton(C,F) -return aw.OpenButtonMain:Edit(F) -end - -if aw.OpenButton and typeof(aw.OpenButton)=="table"then -aw:EditOpenButton(aw.OpenButton) -end - -local C=a.load'ag' -local F=a.load'ah' -local G=C.Init(aw,av.WindUI,av.WindUI.TooltipGui) -G:OnChange(function(H) -aw.CurrentTab=H -end) - -aw.TabModule=G - -function aw.Tab(H,J) -J.Parent=aw.UIElements.SideBar.Frame -return G.New(J,av.WindUI.UIScale) -end - -function aw.SelectTab(H,J) -G:SelectTab(J) -end - -function aw.Section(H,J) -return F.New( -J, -aw.UIElements.SideBar.Frame, -aw.Folder, -av.WindUI.UIScale, -aw -) -end - -function aw.IsResizable(H,J) -aw.Resizable=J -aw.CanResize=J -end - -function aw.SetPanelBackground(H,J) -if typeof(J)=="boolean"then -aw.HidePanelBackground=J - -aw.UIElements.MainBar.Background.Visible=J - -if G then -for L,M in next,G.Containers do -M.ScrollingFrame.UIPadding.PaddingTop=UDim.new(0,aw.HidePanelBackground and 20 or 10) -M.ScrollingFrame.UIPadding.PaddingLeft= -UDim.new(0,aw.HidePanelBackground and 20 or 10) -M.ScrollingFrame.UIPadding.PaddingRight= -UDim.new(0,aw.HidePanelBackground and 20 or 10) -M.ScrollingFrame.UIPadding.PaddingBottom= -UDim.new(0,aw.HidePanelBackground and 20 or 10) -end -end -end -end - -function aw.Divider(H) -local J=ao("Frame",{ -Size=UDim2.new(1,0,0,1), -Position=UDim2.new(0.5,0,0,0), -AnchorPoint=Vector2.new(0.5,0), -BackgroundTransparency=0.9, -ThemeTag={ -BackgroundColor3="Text", -}, -}) -local L=ao("Frame",{ -Parent=aw.UIElements.SideBar.Frame, - -Size=UDim2.new(1,-7,0,5), -BackgroundTransparency=1, -},{ -J, -}) - -return L -end - -local H=a.load'u' -function aw.Dialog(J,L) -local M={ -Title=L.Title or"Dialog", -Width=L.Width or 320, -Content=L.Content, -Buttons=L.Buttons or{}, - -TextPadding=14, -} -local N=H.Create(false,"Dialog",aw,av.WindUI,aw.UIElements.Main.Main) - -N.UIElements.Main.Size=UDim2.new(0,M.Width,0,0) - -local O=ao("Frame",{ -Size=UDim2.new(1,0,1,0), -AutomaticSize="Y", -BackgroundTransparency=1, -Parent=N.UIElements.Main, -},{ -ao("UIListLayout",{ -FillDirection="Vertical", - -Padding=UDim.new(0,N.UIPadding), -}), -}) - -local P=ao("Frame",{ -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -BackgroundTransparency=1, -Parent=O, -},{ -ao("UIListLayout",{ -FillDirection="Horizontal", -Padding=UDim.new(0,N.UIPadding), -VerticalAlignment="Center", -}), -ao("UIPadding",{ -PaddingTop=UDim.new(0,M.TextPadding/2), -PaddingLeft=UDim.new(0,M.TextPadding/2), -PaddingRight=UDim.new(0,M.TextPadding/2), -}), -}) - -local Q -if L.Icon then -Q=an.Image( -L.Icon, -M.Title..":"..L.Icon, -0, -aw, -"Dialog", -true, -L.IconThemed -) -Q.Size=UDim2.new(0,22,0,22) -Q.Parent=P -end - -N.UIElements.UIListLayout=ao("UIListLayout",{ -Padding=UDim.new(0,12), -FillDirection="Vertical", -HorizontalAlignment="Left", -VerticalFlex="SpaceBetween", -Parent=N.UIElements.Main, -}) - -ao("UISizeConstraint",{ -MinSize=Vector2.new(180,20), -MaxSize=Vector2.new(400,math.huge), -Parent=N.UIElements.Main, -}) - -N.UIElements.Title=ao("TextLabel",{ -Text=M.Title, -TextSize=20, -FontFace=Font.new(an.Font,Enum.FontWeight.SemiBold), -TextXAlignment="Left", -TextWrapped=true, -RichText=true, -Size=UDim2.new(1,Q and-26-N.UIPadding or 0,0,0), -AutomaticSize="Y", -ThemeTag={ -TextColor3="Text", -}, -BackgroundTransparency=1, -Parent=P, -}) -if M.Content then -ao("TextLabel",{ -Text=M.Content, -TextSize=18, -TextTransparency=0.4, -TextWrapped=true, -RichText=true, -FontFace=Font.new(an.Font,Enum.FontWeight.Medium), -TextXAlignment="Left", -Size=UDim2.new(1,0,0,0), -AutomaticSize="Y", -LayoutOrder=2, -ThemeTag={ -TextColor3="Text", -}, -BackgroundTransparency=1, -Parent=O, -},{ -ao("UIPadding",{ -PaddingLeft=UDim.new(0,M.TextPadding/2), -PaddingRight=UDim.new(0,M.TextPadding/2), -PaddingBottom=UDim.new(0,M.TextPadding/2), -}), -}) -end - -local R=ao("UIListLayout",{ -Padding=UDim.new(0,6), -FillDirection="Horizontal", -HorizontalAlignment="Center", -HorizontalFlex="Fill", -}) - -local S=ao("Frame",{ -Size=UDim2.new(1,0,0,36), -AutomaticSize="None", -BackgroundTransparency=1, -Parent=N.UIElements.Main, -LayoutOrder=4, -},{ -R, - - - - - - -}) - -local T={} - -for U,V in next,M.Buttons do -local W= -ar(V.Title,V.Icon,V.Callback,V.Variant,S,N,true) -table.insert(T,W) -W.Size=UDim2.new(1,0,1,0) -end - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -N:Open() - -return N -end - -local J=false - -aw:CreateTopbarButton("Close","x",function() -if not J then -if not aw.IgnoreAlerts then -J=true - -aw:Dialog{ - -Title="Close Window", -Content="Do you want to close this window? You will not be able to open it again.", -Buttons={ -{ -Title="Cancel", - -Callback=function() -J=false -end, -Variant="Secondary", -}, -{ -Title="Close Window", - -Callback=function() -J=false -aw:Destroy() -end, -Variant="Primary", -}, -}, -} -else -aw:Destroy() -end -end -end,(aw.Topbar.ButtonsType=="Default"and 999 or 997),nil,Color3.fromHex"#F4695F") - -function aw.Tag(L,M) -if aw.UIElements.Main.Main.Topbar.Center.Visible==false then -aw.UIElements.Main.Main.Topbar.Center.Visible=true -end -M.Window=aw -return at:New(M,aw.UIElements.Main.Main.Topbar.Center.Holder) -end - -local L=av.WindUI.GenerateGUID() - -local function startResizing(M) -if aw.CanResize then -isResizing=true -aA.Active=true -initialSize=aw.UIElements.Main.Size -initialInputPosition=M.Position - - -ap(az.ImageLabel,0.1,{ImageTransparency=0.35}):Play() - -an.AddSignal(M.Changed,function() -if M.UserInputState==Enum.UserInputState.End then -if av.WindUI.CurrentInput and av.WindUI.CurrentInput~=L then -return -end - -av.WindUI.CurrentInput=nil - -isResizing=false -aA.Active=false - - -ap(az.ImageLabel,0.17,{ImageTransparency=0.8}):Play() -end -end) -end -end - -an.AddSignal(az.InputBegan,function(M) -if -M.UserInputType==Enum.UserInputType.MouseButton1 -or M.UserInputType==Enum.UserInputType.Touch -then -if av.WindUI.CurrentInput and av.WindUI.CurrentInput~=L then -return -end -av.WindUI.CurrentInput=L - -if aw.CanResize then -startResizing(M) -end -end -end) - -an.AddSignal(af.InputChanged,function(M) -if -M.UserInputType==Enum.UserInputType.MouseMovement -or M.UserInputType==Enum.UserInputType.Touch -then -if isResizing and aw.CanResize then -local N=M.Position-initialInputPosition -local O=UDim2.new(0,initialSize.X.Offset+N.X*2,0,initialSize.Y.Offset+N.Y*2) - -O=UDim2.new( -O.X.Scale, -math.clamp(O.X.Offset,aw.MinSize.X,aw.MaxSize.X), -O.Y.Scale, -math.clamp(O.Y.Offset,aw.MinSize.Y,aw.MaxSize.Y) -) - -ap(aw.UIElements.Main,0.08,{ -Size=O, -},Enum.EasingStyle.Quad,Enum.EasingDirection.Out):Play() - -aw.Size=O -end -end -end) - -an.AddSignal(az.MouseEnter,function() -if av.WindUI.CurrentInput and av.WindUI.CurrentInput~=L then -return -end -if not isResizing then -ap(az.ImageLabel,0.1,{ImageTransparency=0.35}):Play() -end -end) -an.AddSignal(az.MouseLeave,function() -if av.WindUI.CurrentInput and av.WindUI.CurrentInput~=L then -return -end -if not isResizing then -ap(az.ImageLabel,0.17,{ImageTransparency=0.8}):Play() -end -end) - - - -local M=0 -local N=0.4 -local O -local P=0 - -function onDoubleClick() -aw:SetToTheCenter() -end - -an.AddSignal(r.Frame.MouseButton1Up,function() -local Q=tick() -local R=aw.Position - -P=P+1 - -if P==1 then -M=Q -O=R - -task.spawn(function() -task.wait(N) -if P==1 then -P=0 -O=nil -end -end) -elseif P==2 then -if Q-M<=N and R==O then -onDoubleClick() -end - -P=0 -O=nil -M=0 -else -P=1 -M=Q -O=R -end -end) - - - -if not aw.HideSearchBar then -local Q=a.load'aj' -local R=false - - - - - - - - - - - - - - - - - - - - - -local S=aq("Search","search",aw.UIElements.SideBarContainer,true) -S.Size=UDim2.new(1,-aw.UIPadding/2,0,39) -S.Position=UDim2.new(0,aw.UIPadding/2,0,0) - -an.AddSignal(S.MouseButton1Click,function() -if R then -return -end - -Q.new(aw.TabModule,aw.UIElements.Main,function() - -R=false -if aw.Resizable then -aw.CanResize=true -end - -ap(aB,0.1,{ImageTransparency=1}):Play() -aB.Active=false -end) -ap(aB,0.1,{ImageTransparency=0.65}):Play() -aB.Active=true - -R=true -aw.CanResize=false -end) -end - - - -function aw.DisableTopbarButtons(Q,R) -for S,T in next,R do -for U,V in next,aw.TopBarButtons do -if V.Name==T then -V.Object.Visible=false -end -end -end -end - - - - - - - - - - - - - - - - - - - - - - - - - - - -return aw -end end end - -local aa={ -Window=nil, -Theme=nil, -Creator=a.load'j', -LocalizationModule=a.load'k', -NotificationModule=a.load'l', -Themes=nil, -Transparent=false, - -TransparencyValue=0.15, - -UIScale=1, - -ConfigManager=nil, -Version="0.0.0", - -Services=a.load'q', - -OnThemeChangeFunction=nil, - -cloneref=nil, -UIScaleObj=nil, - -CreateWindow=nil, - -CurrentInput=nil, -} - -local af=(cloneref or clonereference or function(af) -return af -end) - -aa.cloneref=af - -local ai=af(game:GetService"HttpService") -local ak=af(game:GetService"Players") -local al=af(game:GetService"CoreGui") -local am=af(game:GetService"RunService") -local an=af(game:GetService"UserInputService") - -function aa.GenerateGUID() -return ai:GenerateGUID(false) -end - -local ao=aa.GenerateGUID() - -an.InputBegan:Connect(function(ap,aq) - - - - -task.defer(function() -if -ap.UserInputType==Enum.UserInputType.MouseButton1 -or ap.UserInputType==Enum.UserInputType.Touch -then -if aa.CurrentInput and aa.CurrentInput~=ao then -return -end - -aa.CurrentInput=ao - - -end -end) -end) -an.InputEnded:Connect(function(ap,aq) -if ap.UserInputType==Enum.UserInputType.MouseButton1 or ap.UserInputType==Enum.UserInputType.Touch then -if aa.CurrentInput and aa.CurrentInput~=ao then -return -end - -aa.CurrentInput=nil -end -end) - -local ap=ak.LocalPlayer or nil - -local aq=ai:JSONDecode(a.load'r') -if aq then -aa.Version=aq.version -end - -local ar=a.load'v' - -local as=aa.Creator - -local at=as.New - - - - -local au=a.load'z' - -local av=protectgui or(syn and syn.protect_gui)or function()end - -local aw=gethui and gethui()or(al or ap:WaitForChild"PlayerGui") - -local ax=at("UIScale",{ -Scale=aa.UIScale, -}) - -aa.UIScaleObj=ax - -aa.ScreenGui=at("ScreenGui",{ -Name="WindUI", -Parent=aw, -IgnoreGuiInset=true, -ScreenInsets="None", -DisplayOrder=-99999, -},{ - -at("Folder",{ -Name="Window", -}), - - - - - - -at("Folder",{ -Name="KeySystem", -}), -at("Folder",{ -Name="Popups", -}), -at("Folder",{ -Name="ToolTips", -}), -}) - -aa.NotificationGui=at("ScreenGui",{ -Name="WindUI/Notifications", -Parent=aw, -IgnoreGuiInset=true, -}) -aa.DropdownGui=at("ScreenGui",{ -Name="WindUI/Dropdowns", -Parent=aw, -IgnoreGuiInset=true, -}) -aa.TooltipGui=at("ScreenGui",{ -Name="WindUI/Tooltips", -Parent=aw, -IgnoreGuiInset=true, -}) -av(aa.ScreenGui) -av(aa.NotificationGui) -av(aa.DropdownGui) -av(aa.TooltipGui) - -as.Init(aa) - -function aa.SetParent(ay,az) -if aa.ScreenGui then -aa.ScreenGui.Parent=az -end -if aa.NotificationGui then -aa.NotificationGui.Parent=az -end -if aa.DropdownGui then -aa.DropdownGui.Parent=az -end -if aa.TooltipGui then -aa.TooltipGui.Parent=az -end -end -math.clamp(aa.TransparencyValue,0,1) - -local ay=aa.NotificationModule.Init(aa.NotificationGui) - -function aa.Notify(az,aA) -aA.Holder=ay.Frame -aA.Window=aa.Window - -return aa.NotificationModule.New(aA) -end - -function aa.SetNotificationLower(az,aA) -ay.SetLower(aA) -end - -function aa.SetFont(az,aA) -as.UpdateFont(aA) -end - -function aa.OnThemeChange(az,aA) -aa.OnThemeChangeFunction=aA -end - -function aa.AddTheme(az,aA) -aa.Themes[aA.Name]=aA -return aA -end - -function aa.SetTheme(az,aA) -if aa.Themes[aA]then -aa.Theme=aa.Themes[aA] -as.SetTheme(aa.Themes[aA]) - -if aa.OnThemeChangeFunction then -aa.OnThemeChangeFunction(aA) -end - -return aa.Themes[aA] -end -return nil -end - -function aa.GetThemes(az) -return aa.Themes -end -function aa.GetCurrentTheme(az) -return aa.Theme.Name -end -function aa.GetTransparency(az) -return aa.Transparent or false -end -function aa.GetWindowSize(az) -return aa.Window.UIElements.Main.Size -end -function aa.Localization(az,aA) -return aa.LocalizationModule:New(aA,as) -end - -function aa.SetLanguage(az,aA) -if as.Localization then -return as.SetLanguage(aA) -end -return false -end - -function aa.ToggleAcrylic(az,aA) -if aa.Window and aa.Window.AcrylicPaint and aa.Window.AcrylicPaint.Model then -aa.Window.Acrylic=aA -aa.Window.AcrylicPaint.Model.Transparency=aA and 0.98 or 1 -if aA then -au.Enable() -else -au.Disable() -end -end -end - -function aa.Gradient(az,aA,aB) -local b={} -local d={} - -for f,g in next,aA do -local h=tonumber(f) -if h then -h=math.clamp(h/100,0,1) - -local i=g.Color -if typeof(i)=="string"and string.sub(i,1,1)=="#"then -i=Color3.fromHex(i) -end - -local l=g.Transparency or 0 - -table.insert(b,ColorSequenceKeypoint.new(h,i)) -table.insert(d,NumberSequenceKeypoint.new(h,l)) -end -end - -table.sort(b,function(f,g) -return f.Time|]", "_") +end + +function WindUI:SaveTheme(Name, Path) + local theme = WindUI.Themes[Name or WindUI:GetCurrentTheme()] + if not theme then return false, "Theme does not exist" end + local folder = Path or "WindUI/themes" + local ok, err = Persistence.EnsureFolder(folder) + if not ok then return false, err end + return Persistence.WriteJson(folder .. "/" .. safeStorageName(theme.Name) .. ".json", theme) +end + +function WindUI:LoadTheme(Path) + local ok, theme = Persistence.ReadJson(Path) + if not ok then return false, theme end + if typeof(theme) ~= "table" or typeof(theme.Name) ~= "string" then + return false, "Theme manifest needs a Name" + end + WindUI.Themes[theme.Name] = theme + return theme +end + +function WindUI:ListSavedThemes(Path) + return Persistence.ListJson(Path or "WindUI/themes") +end + +function WindUI:DeleteSavedTheme(Name, Path) + if not delfile then return false, "Filesystem API is unavailable" end + local file = (Path or "WindUI/themes") .. "/" .. safeStorageName(Name) .. ".json" + if not isfile or not isfile(file) then return false, "Theme file does not exist" end + local ok, err = pcall(delfile, file) + return ok, ok and nil or tostring(err) +end + +local function startPlugin(Plugin) + if Plugin.Enabled then + return Plugin + end + Plugin.Enabled = true + if typeof(Plugin.Init) == "function" then + Creator.SafeCallback(Plugin.Init, WindUI) + end + return Plugin +end + +function WindUI:AddPlugin(Plugin) + assert(typeof(Plugin) == "table" and typeof(Plugin.Name) == "string" and Plugin.Name ~= "", "Plugin needs a name") + assert(not WindUI.Plugins[Plugin.Name], "Plugin is already registered: " .. Plugin.Name) + Plugin.Version = Plugin.Version or "0.0.0" + Plugin.Enabled = false + WindUI.Plugins[Plugin.Name] = Plugin + if Plugin.AutoStart ~= false then + startPlugin(Plugin) + end + return Plugin +end + +function WindUI:GetPlugins() + return WindUI.Plugins +end + +function WindUI:SavePluginState(Path) + local plugins = {} + for name, plugin in next, WindUI.Plugins do + plugins[name] = { Enabled = plugin.Enabled == true, Version = plugin.Version } + end + local folder = Path or "WindUI/plugins" + local ok, err = Persistence.EnsureFolder(folder) + if not ok then return false, err end + return Persistence.WriteJson(folder .. "/state.json", { Version = 1, Plugins = plugins }) +end + +function WindUI:LoadPluginState(Path) + local folder = Path or "WindUI/plugins" + local ok, state = Persistence.ReadJson(folder .. "/state.json") + if not ok then return false, state end + for name, saved in next, state.Plugins or {} do + local plugin = WindUI.Plugins[name] + if plugin then + if saved.Enabled then WindUI:EnablePlugin(name) else WindUI:DisablePlugin(name) end + end + end + return state +end + +function WindUI:LoadPlugins(Path) + local folder = Path or "WindUI/plugins" + local ok, err = Persistence.EnsureFolder(folder) + if not ok then return {}, err end + if not listfiles or not readfile or not loadstring then return {}, "Plugin loader API is unavailable" end + + local stateOk, state = Persistence.ReadJson(folder .. "/state.json") + local savedState = stateOk and state.Plugins or {} + local loaded, errors = {}, {} + for _, file in next, listfiles(folder) do + if file:sub(-4) == ".lua" then + local compiled, compileErr = loadstring(readfile(file)) + if not compiled then + table.insert(errors, file .. ": " .. tostring(compileErr)) + else + local ran, manifest = pcall(compiled) + if not ran or typeof(manifest) ~= "table" then + table.insert(errors, file .. ": manifest must return a table") + elseif typeof(manifest.Name) ~= "string" or manifest.Name == "" then + table.insert(errors, file .. ": manifest needs a Name") + elseif WindUI.Plugins[manifest.Name] then + table.insert(errors, file .. ": plugin already registered") + else + local saved = savedState[manifest.Name] + manifest.AutoStart = false + local plugin = WindUI:AddPlugin(manifest) + if not saved or saved.Enabled ~= false then WindUI:EnablePlugin(plugin.Name) end + table.insert(loaded, plugin) + end + end + end + end + return loaded, errors +end + +function WindUI:GetPlugin(Name) + return WindUI.Plugins[Name] +end + +function WindUI:ListPlugins() + local plugins = {} + for _, plugin in next, WindUI.Plugins do + table.insert(plugins, plugin) + end + table.sort(plugins, function(a, b) + return a.Name:lower() < b.Name:lower() + end) + return plugins +end + +function WindUI:EnablePlugin(Name) + local plugin = WindUI.Plugins[Name] + if not plugin then return false, "Plugin does not exist" end + return startPlugin(plugin) +end + +function WindUI:DisablePlugin(Name) + local plugin = WindUI.Plugins[Name] + if not plugin then return false, "Plugin does not exist" end + if not plugin.Enabled then return plugin end + plugin.Enabled = false + if typeof(plugin.Destroy) == "function" then + Creator.SafeCallback(plugin.Destroy, WindUI) + end + return plugin +end + +function WindUI:RemovePlugin(Name) + local plugin = WindUI.Plugins[Name] + if not plugin then return false, "Plugin does not exist" end + WindUI:DisablePlugin(Name) + WindUI.Plugins[Name] = nil + return true +end + function WindUI:SetTheme(Value) if WindUI.Themes[Value] then WindUI.Theme = WindUI.Themes[Value] diff --git a/src/components/ui/Code.lua b/src/components/ui/Code.lua index 5c0dd535..e7774ab1 100644 --- a/src/components/ui/Code.lua +++ b/src/components/ui/Code.lua @@ -7,6 +7,8 @@ local Tween = Creator.Tween local Highlighter = require("../../modules/Highlighter") function Code.New(Code, Window, Parent, Callback, UIScale) + local surfaceTransparency = Window.Background and Window.BackgroundElementTransparency or 0.035 + surfaceTransparency = math.max(surfaceTransparency or 0.035, 0.035) local CodeModule = { Radius = Window.ElementConfig.UICorner, Padding = Window.NewElements and Window.ElementConfig.UIPadding + 4 or Window.ElementConfig.UIPadding, @@ -150,7 +152,7 @@ function Code.New(Code, Window, Parent, Callback, UIScale) -- ImageColor3 = "Text" -- }, ImageColor3 = Color3.fromHex("#212121"), - ImageTransparency = 0.035, + ImageTransparency = surfaceTransparency, Size = Code.Height ~= nil and UDim2.new(1, 0, Code.Height.Scale, Code.Height.Offset == 0 and -20 * 2 or Code.Height.Offset) or UDim2.new(1, 0, 0, 20 + (CodeModule.Padding * 2)), diff --git a/src/components/window/Init.lua b/src/components/window/Init.lua index ddf683e0..76a3b0a2 100644 --- a/src/components/window/Init.lua +++ b/src/components/window/Init.lua @@ -27,6 +27,7 @@ local ConfigManager = require("../../config/Init") local Notified = false return function(Config) + local MobileConfig = typeof(Config.Mobile) == "table" and Config.Mobile or {} local Window = { Title = Config.Title or "UI Library", Author = Config.Author, @@ -38,6 +39,11 @@ return function(Config) Resizable = Config.Resizable ~= false, Background = Config.Background, BackgroundImageTransparency = Config.BackgroundImageTransparency or 0, + BackgroundOverlayTransparency = Config.BackgroundOverlayTransparency == nil and 0.5 or Config.BackgroundOverlayTransparency, + BackgroundElementTransparency = Config.BackgroundElementTransparency == nil + and (Config.Background and 0.18 or nil) + or math.clamp(Config.BackgroundElementTransparency, 0, 1), + SidebarBackgroundTransparency = Config.SidebarBackgroundTransparency, ShadowTransparency = Config.ShadowTransparency or 0.6, User = Config.User or {}, Footer = Config.Footer or {}, @@ -62,6 +68,15 @@ return function(Config) IgnoreAlerts = Config.IgnoreAlerts or false, HidePanelBackground = Config.HidePanelBackground or false, AutoScale = Config.AutoScale ~= false, + MobileEnabled = Config.Mobile ~= false, + MobileForce = MobileConfig.Force == true, + MobileBreakpoint = MobileConfig.Breakpoint or Config.MobileBreakpoint or 700, + MobileSideBarWidth = MobileConfig.SideBarWidth or Config.MobileSideBarWidth or 250, + MobileSideBarPadding = MobileConfig.Padding or Config.MobileSideBarPadding or 8, + MobileSideBarGap = MobileConfig.Gap or Config.MobileSideBarGap or 8, + MobileNavigationOpen = false, + SidebarOpen = true, + IsMobile = false, OpenButton = Config.OpenButton, DragFrameSize = 160, @@ -118,6 +133,20 @@ return function(Config) math.clamp(WindowSize.Y.Offset, Window.MinSize.Y, Window.MaxSize.Y) ) + -- A phone can be narrower than the desktop minimum. Keep the first open + -- inside the visible ScreenGui; layout changes are applied after creation. + if Window.MobileEnabled and Config.WindUI and Config.WindUI.ScreenGui then + local screenSize = Config.WindUI.ScreenGui.AbsoluteSize + if screenSize.X > 0 and screenSize.X / Config.WindUI.UIScale <= Window.MobileBreakpoint then + Window.Size = UDim2.new( + 0, + math.max(0, math.min(Window.Size.X.Offset, (screenSize.X - 24) / Config.WindUI.UIScale)), + 0, + math.max(0, math.min(Window.Size.Y.Offset, (screenSize.Y - 24) / Config.WindUI.UIScale)) + ) + end + end + if Window.Topbar == {} then Window.Topbar = { Height = 52, ButtonsType = "Default" } end @@ -227,6 +256,10 @@ return function(Config) Size = UDim2.new(1, 0, 0, 0), Name = "Frame", }, { + New("UICorner", { + CornerRadius = UDim.new(0, 8), + Name = "SurfaceCorner", + }), New("UIPadding", { --PaddingTop = UDim.new(0,Window.UIPadding/2), --PaddingLeft = UDim.new(0,4+(Window.UIPadding/2)), @@ -256,8 +289,19 @@ return function(Config) ), Position = UDim2.new(0, 0, 0, Window.Topbar.Height), BackgroundTransparency = 1, + ClipsDescendants = true, Visible = true, }, { + Creator.NewRoundFrame(Window.UICorner - (Window.UIPadding / 2), "Squircle", { + Name = "Background", + Size = UDim2.new(1, 0, 1, 0), + ZIndex = 0, + ImageColor3 = Color3.fromRGB(42, 42, 44), + ThemeTag = { + ImageColor3 = "ElementBackground", + }, + ImageTransparency = 0, + }), New("Frame", { Name = "Content", BackgroundTransparency = 1, @@ -654,6 +698,16 @@ return function(Config) }) end + local BackgroundOverlay = BGImage and New("Frame", { + Name = "BackgroundOverlay", + Size = UDim2.new(1, 0, 1, 0), + BackgroundColor3 = Color3.new(0, 0, 0), + BackgroundTransparency = Window.BackgroundOverlayTransparency, + ZIndex = 1, + }, { + New("UICorner", { CornerRadius = UDim.new(0, Window.UICorner) }), + }) or nil + local BottomDragFrame = Creator.NewRoundFrame(99, "Squircle", { ImageTransparency = 0.8, ImageColor3 = Color3.new(1, 1, 1), @@ -734,6 +788,7 @@ return function(Config) --ZIndex = -9999, }, { BGImage, + BackgroundOverlay, BottomDragFrame, ResizeHandle, }), @@ -1062,6 +1117,235 @@ return function(Config) ) end + local MobileNavigationContainer = New("Frame", { + Name = "MobileNavigation", + Parent = Window.UIElements.Main.Main.Topbar.Left, + Size = UDim2.new(0, Window.Topbar.Height - 18, 0, Window.Topbar.Height - 18), + LayoutOrder = -2, + BackgroundTransparency = 1, + Visible = false, + }) + local MobileNavigationButton = Creator.NewRoundFrame( + math.max(Window.UICorner - (Window.UIPadding / 2), 0), + "Squircle", + { + Parent = MobileNavigationContainer, + Size = UDim2.new(1, 0, 1, 0), + ImageTransparency = 1, + ThemeTag = { ImageColor3 = "Text" }, + }, + nil, + true + ) + local MobileNavigationIcon = Creator.Image("menu", "Navigation", 0, Window.Folder, "WindowMobileNavigation", true) + MobileNavigationIcon.Parent = MobileNavigationButton + MobileNavigationIcon.Size = UDim2.new(0, Window.TopBarButtonIconSize, 0, Window.TopBarButtonIconSize) + MobileNavigationIcon.Position = UDim2.new(0.5, 0, 0.5, 0) + MobileNavigationIcon.AnchorPoint = Vector2.new(0.5, 0.5) + + local SidebarLayered = {} + local function raiseSidebarObject(object) + if object:IsA("GuiObject") and not SidebarLayered[object] then + SidebarLayered[object] = true + object.ZIndex += 200 + end + end + for _, object in next, Window.UIElements.SideBarContainer:GetDescendants() do + raiseSidebarObject(object) + end + Creator.AddSignal(Window.UIElements.SideBarContainer.DescendantAdded, raiseSidebarObject) + + local function applyResponsiveLayout() + if not Window.MobileEnabled or not Config.WindUI or not Config.WindUI.ScreenGui then + return + end + + local viewportWidth = Config.WindUI.ScreenGui.AbsoluteSize.X / Config.WindUI.UIScale + local isMobile = Window.MobileForce or (viewportWidth > 0 and viewportWidth <= Window.MobileBreakpoint) + Window.IsMobile = isMobile + + if isMobile then + local padding = Window.MobileSideBarPadding + Window.UIElements.MainBar.Size = UDim2.new(1, 0, 1, -Window.Topbar.Height) + Window.UIElements.MainBar.Position = UDim2.new(1, 0, 1, 0) + Window.UIElements.SideBarContainer.Size = UDim2.new(0, Window.MobileSideBarWidth, 1, -Window.Topbar.Height - 8) + Window.UIElements.SideBarContainer.Position = UDim2.new( + 0, + Window.MobileNavigationOpen and 0 or -Window.MobileSideBarWidth, + 0, + Window.Topbar.Height + ) + Window.UIElements.SideBarContainer.ZIndex = 200 + Window.UIElements.SideBarContainer.Visible = Window.MobileNavigationOpen + Window.UIElements.SideBarContainer.Background.Visible = false + Window.UIElements.Main.Main.ClipsDescendants = true + Window.UIElements.SideBar.Size = UDim2.new( + 1, + Window.ScrollBarEnabled and -3 - (Window.UIPadding / 2) or 0, + 1, + not Window.HideSearchBar and -39 - 6 or 0 + ) + Window.UIElements.SideBar.Position = UDim2.new(0, 0, 1, 0) + Window.UIElements.SideBar.Frame.AutomaticSize = "None" + Window.UIElements.SideBar.Frame.Size = UDim2.new(1, -(padding + 8), 1, -(padding * 2)) + Window.UIElements.SideBar.Frame.Position = UDim2.new(0, padding, 0, padding) + Window.UIElements.SideBar.Frame.BackgroundColor3 = Color3.fromHex("#101010") + Window.UIElements.SideBar.Frame.BackgroundTransparency = Window.Background + and (Window.SidebarBackgroundTransparency == nil and 0.22 or Window.SidebarBackgroundTransparency) + or 0 + Window.UIElements.SideBar.Frame.UIPadding.PaddingTop = UDim.new(0, 4) + Window.UIElements.SideBar.Frame.UIPadding.PaddingBottom = UDim.new(0, 4) + Window.UIElements.SideBar.Frame.UIPadding.PaddingLeft = UDim.new(0, 4) + Window.UIElements.SideBar.Frame.UIPadding.PaddingRight = UDim.new(0, 4) + Window.UIElements.SideBar.Frame.UIListLayout.Padding = UDim.new(0, Window.MobileSideBarGap) + else + Window.UIElements.SideBarContainer.Size = UDim2.new( + 0, + Window.SidebarOpen and Window.SideBarWidth or 0, + 1, + Window.User.Enabled and -Window.Topbar.Height - 42 - (Window.UIPadding * 2) or -Window.Topbar.Height + ) + Window.UIElements.SideBarContainer.Position = UDim2.new(0, 0, 0, Window.Topbar.Height) + Window.UIElements.SideBarContainer.ZIndex = 1 + Window.UIElements.SideBarContainer.Visible = Window.SidebarOpen + Window.UIElements.SideBarContainer.Background.Visible = false + Window.UIElements.Main.Main.ClipsDescendants = false + Window.UIElements.SideBar.Size = UDim2.new( + 1, + Window.ScrollBarEnabled and -3 - (Window.UIPadding / 2) or 0, + 1, + not Window.HideSearchBar and -39 - 6 or 0 + ) + Window.UIElements.SideBar.Position = UDim2.new(0, 0, 1, 0) + Window.UIElements.SideBar.Frame.AutomaticSize = "Y" + Window.UIElements.SideBar.Frame.Size = UDim2.new(1, 0, 0, 0) + Window.UIElements.SideBar.Frame.Position = UDim2.new(0, 0, 0, 0) + Window.UIElements.SideBar.Frame.BackgroundTransparency = 1 + Window.UIElements.SideBar.Frame.UIPadding.PaddingTop = UDim.new(0, 0) + Window.UIElements.SideBar.Frame.UIPadding.PaddingBottom = UDim.new(0, Window.UIPadding / 2) + Window.UIElements.SideBar.Frame.UIPadding.PaddingLeft = UDim.new(0, 0) + Window.UIElements.SideBar.Frame.UIPadding.PaddingRight = UDim.new(0, 0) + Window.UIElements.SideBar.Frame.UIListLayout.Padding = UDim.new(0, Window.Gap) + Window.UIElements.MainBar.Size = UDim2.new(1, Window.SidebarOpen and -Window.SideBarWidth or 0, 1, -Window.Topbar.Height) + Window.UIElements.MainBar.Position = UDim2.new(1, 0, 1, 0) + end + + MobileNavigationContainer.Visible = isMobile + end + + function Window:SetMobileNavigation(open) + Window.MobileNavigationOpen = open == true + Window.SidebarOpen = Window.MobileNavigationOpen + if Window.IsMobile then + local sidebar = Window.UIElements.SideBarContainer + if Window.MobileNavigationOpen then + sidebar.Visible = true + sidebar.Position = UDim2.new(0, -Window.MobileSideBarWidth, 0, Window.Topbar.Height) + Tween(sidebar, 0.28, { Position = UDim2.new(0, 0, 0, Window.Topbar.Height) }, Enum.EasingStyle.Quint, Enum.EasingDirection.Out):Play() + else + local animation = Tween(sidebar, 0.22, { + Position = UDim2.new(0, -Window.MobileSideBarWidth, 0, Window.Topbar.Height), + }, Enum.EasingStyle.Quint, Enum.EasingDirection.In) + Creator.AddSignal(animation.Completed, function() + if not Window.MobileNavigationOpen then sidebar.Visible = false end + end) + animation:Play() + end + end + return Window.MobileNavigationOpen + end + + function Window:SetSidebarOpen(open) + open = open == true + if Window.IsMobile then + return Window:SetMobileNavigation(open) + end + + Window.SidebarOpen = open + local sidebar = Window.UIElements.SideBarContainer + local mainBar = Window.UIElements.MainBar + local sidebarHeight = Window.User.Enabled and -Window.Topbar.Height - 42 - (Window.UIPadding * 2) + or -Window.Topbar.Height + + if open then + sidebar.Visible = true + Tween(sidebar, 0.25, { + Size = UDim2.new(0, Window.SideBarWidth, 1, sidebarHeight), + }, Enum.EasingStyle.Quint, Enum.EasingDirection.Out):Play() + Tween(mainBar, 0.25, { + Size = UDim2.new(1, -Window.SideBarWidth, 1, -Window.Topbar.Height), + }, Enum.EasingStyle.Quint, Enum.EasingDirection.Out):Play() + else + local animation = Tween(sidebar, 0.22, { + Size = UDim2.new(0, 0, 1, sidebarHeight), + }, Enum.EasingStyle.Quint, Enum.EasingDirection.In) + Creator.AddSignal(animation.Completed, function() + if not Window.SidebarOpen then + sidebar.Visible = false + end + end) + animation:Play() + Tween(mainBar, 0.22, { + Size = UDim2.new(1, 0, 1, -Window.Topbar.Height), + }, Enum.EasingStyle.Quint, Enum.EasingDirection.In):Play() + end + + return Window.SidebarOpen + end + + function Window:ToggleSidebar() + return Window:SetSidebarOpen(not Window.SidebarOpen) + end + + function Window:ApplyBackgroundElementTransparency(target) + if not Window.Background or Window.BackgroundElementTransparency == nil then + return + end + + local taggedSurfaces = { + ElementBackgroundTransparency = true, + SectionBoxBackgroundTransparency = true, + ViewportBackgroundTransparency = true, + } + for object, objectData in next, Creator.Objects do + if object.Parent and object:IsDescendantOf(Window.UIElements.Main) and (not target or object == target or object:IsDescendantOf(target)) then + local transparencyTag = objectData.Properties and objectData.Properties.ImageTransparency + if taggedSurfaces[transparencyTag] then + local themeTransparency = Creator.GetThemeProperty(transparencyTag, Creator.Theme) or 0 + object.ImageTransparency = math.max(themeTransparency, Window.BackgroundElementTransparency) + end + end + end + end + + function Window:RefreshResponsiveLayout() + applyResponsiveLayout() + return Window.IsMobile + end + + Creator.AddSignal(MobileNavigationButton.MouseButton1Click, function() + Window:SetMobileNavigation(not Window.MobileNavigationOpen) + end) + Creator.AddSignal(MobileNavigationButton.MouseEnter, function() + Tween(MobileNavigationButton, 0.15, { ImageTransparency = 0.93 }):Play() + end) + Creator.AddSignal(MobileNavigationButton.MouseLeave, function() + Tween(MobileNavigationButton, 0.1, { ImageTransparency = 1 }):Play() + end) + Window.UIElements.MobileNavigationButton = MobileNavigationButton + applyResponsiveLayout() + Window.ThemeBackgroundConnection = Creator:OnThemeChange(function() + task.defer(function() + if not Window.Destroyed then + Window:ApplyBackgroundElementTransparency() + end + end) + end) + + Creator.AddSignal(Config.WindUI.ScreenGui:GetPropertyChangedSignal("AbsoluteSize"), function() + applyResponsiveLayout() + end) + -- local Dragged = false local WindowDragModule = Creator.Drag( @@ -1686,6 +1970,32 @@ return function(Config) return TabModule.New(TabConfig, Config.WindUI.UIScale) end + function Window:ThemeEditor(EditorConfig) + EditorConfig = EditorConfig or {} + local themeName = EditorConfig.Theme or Config.WindUI:GetCurrentTheme() + if not Config.WindUI.Themes[themeName] then + Config.WindUI:CreateTheme(themeName, EditorConfig.BaseTheme) + end + local tab = EditorConfig.Tab or Window:Tab({ + Title = EditorConfig.Title or "Theme", + Icon = EditorConfig.Icon or "palette", + }) + local keys = EditorConfig.Keys or { "Primary", "Accent", "Background", "Text", "Icon", "ElementBackground", "Toggle", "Slider" } + for _, key in next, keys do + local value = Config.WindUI.Themes[themeName][key] + if typeof(value) == "Color3" then + tab:Colorpicker({ + Title = key, + Default = value, + Callback = function(color) + Config.WindUI:EditTheme(themeName, { [key] = color }) + end, + }) + end + end + return tab + end + function Window:SelectTab(Tab) TabModule:SelectTab(Tab) end @@ -2129,10 +2439,32 @@ return function(Config) -- / Search Bar / - if not Window.HideSearchBar then + if not Window.HideSearchBar or Config.CommandPalette ~= false then local SearchBar = require("../search/Init") local IsOpen = false - local CurrentSearchBar + local function OpenCommandPalette() + if IsOpen then return end + SearchBar.new(Window.TabModule, Window.UIElements.Main, function() + IsOpen = false + if Window.Resizable then Window.CanResize = true end + Tween(FullScreenBlur, 0.1, { ImageTransparency = 1 }):Play() + FullScreenBlur.Active = false + end) + Tween(FullScreenBlur, 0.1, { ImageTransparency = 0.65 }):Play() + FullScreenBlur.Active = true + IsOpen = true + Window.CanResize = false + end + + Window.OpenCommandPalette = OpenCommandPalette + Window:CreateTopbarButton("Command Palette", "search", OpenCommandPalette, 996, true) + Creator.AddSignal(UserInputService.InputBegan, function(input, processed) + if processed or Window.Closed or Window.Destroyed then return end + local hotkey = Config.CommandPaletteKey or Enum.KeyCode.K + if input.KeyCode == hotkey and (hotkey ~= Enum.KeyCode.K or UserInputService:IsKeyDown(Enum.KeyCode.LeftControl) or UserInputService:IsKeyDown(Enum.KeyCode.RightControl)) then + OpenCommandPalette() + end + end) -- local SearchButton -- SearchButton = Window:CreateTopbarButton("search", function() @@ -2153,31 +2485,15 @@ return function(Config) -- Window.CanResize = false -- end, 996) - local SearchLabel = CreateLabel("Search", "search", Window.UIElements.SideBarContainer, true) - SearchLabel.Size = UDim2.new(1, -Window.UIPadding / 2, 0, 39) - SearchLabel.Position = UDim2.new(0, Window.UIPadding / 2, 0,--[[Window.UIPadding/2]] 0) - - Creator.AddSignal(SearchLabel.MouseButton1Click, function() - if IsOpen then - return - end - - SearchBar.new(Window.TabModule, Window.UIElements.Main, function() - -- OnClose - IsOpen = false - if Window.Resizable then - Window.CanResize = true - end + if not Window.HideSearchBar then + local SearchLabel = CreateLabel("Search", "search", Window.UIElements.SideBarContainer, true) + SearchLabel.Size = UDim2.new(1, -Window.UIPadding / 2, 0, 39) + SearchLabel.Position = UDim2.new(0, Window.UIPadding / 2, 0, 0) - Tween(FullScreenBlur, 0.1, { ImageTransparency = 1 }):Play() - FullScreenBlur.Active = false + Creator.AddSignal(SearchLabel.MouseButton1Click, function() + OpenCommandPalette() end) - Tween(FullScreenBlur, 0.1, { ImageTransparency = 0.65 }):Play() - FullScreenBlur.Active = true - - IsOpen = true - Window.CanResize = false - end) + end end -- / TopBar Edit / diff --git a/src/components/window/Tab.lua b/src/components/window/Tab.lua index 47593009..e69e2859 100644 --- a/src/components/window/Tab.lua +++ b/src/components/window/Tab.lua @@ -87,7 +87,7 @@ function TabModule.New(Config, UIScale) Tab.UIElements.Main = Creator.NewRoundFrame(Tab.UICorner, "Squircle", { BackgroundTransparency = 1, - Size = UDim2.new(1, -7, 0, 0), + Size = UDim2.new(1, Window.IsMobile and 0 or -7, 0, 0), AutomaticSize = "Y", Parent = Config.Parent, ThemeTag = { diff --git a/src/config/Init.lua b/src/config/Init.lua index ce00a2fc..df9d894d 100644 --- a/src/config/Init.lua +++ b/src/config/Init.lua @@ -11,6 +11,7 @@ ConfigManager = { Folder = nil, Path = nil, Configs = {}, + CurrentProfile = nil, Parser = { Colorpicker = { Save = function(obj) @@ -314,6 +315,129 @@ function ConfigManager:Config(configFilename, autoload) return ConfigManager:CreateConfig(configFilename, autoload) end +local function normalizeProfileName(name) + if typeof(name) ~= "string" then + return nil, "Profile name must be a string" + end + name = name:gsub("^%s+", ""):gsub("%s+$", "") + name = name:gsub("[\\/:*?\"<>|]", "") + if name == "" then + return nil, "Profile name cannot be empty" + end + return name +end + +function ConfigManager:ListProfiles() + local profiles, seen = {}, {} + for _, name in next, ConfigManager:AllConfigs() do + seen[name] = true + end + for name in next, ConfigManager.Configs do + seen[name] = true + end + for name in next, seen do + table.insert(profiles, name) + end + table.sort(profiles, function(a, b) + return a:lower() < b:lower() + end) + return profiles +end + +function ConfigManager:CreateProfile(name, autoload) + local normalized, err = normalizeProfileName(name) + if not normalized then return false, err end + if ConfigManager.Configs[normalized] then + return false, "Profile already exists" + end + local profile = ConfigManager:CreateConfig(normalized, autoload) + if not profile then return false, "Failed to create profile" end + ConfigManager.CurrentProfile = normalized + return profile +end + +function ConfigManager:SelectProfile(name) + local normalized, err = normalizeProfileName(name) + if not normalized then return false, err end + local profile = ConfigManager.Configs[normalized] or ConfigManager:CreateConfig(normalized) + if not profile then return false, "Profile does not exist" end + profile:SetAsCurrent() + ConfigManager.CurrentProfile = normalized + return profile +end + +function ConfigManager:SaveProfile(name) + local profile + if name then + profile = ConfigManager:SelectProfile(name) + if profile == false then return false, "Profile does not exist" end + else + profile = Window and Window.CurrentConfig + end + if not profile then return false, "No profile is selected" end + local data = profile:Save() + ConfigManager.CurrentProfile = profile.Path:match("([^\\/]+)%.json$") or ConfigManager.CurrentProfile + return data +end + +function ConfigManager:LoadProfile(name) + local profile, err = ConfigManager:SelectProfile(name) + if not profile then return false, err end + local data, loadErr = profile:Load() + if data == false then return false, loadErr end + ConfigManager.CurrentProfile = name + return data +end + +function ConfigManager:RenameProfile(fromName, toName) + local from, fromErr = normalizeProfileName(fromName) + local target, targetErr = normalizeProfileName(toName) + if not from then return false, fromErr end + if not target then return false, targetErr end + if from == target then return true end + if isfile(ConfigManager.Path .. target .. ".json") then + return false, "A profile with this name already exists" + end + local oldPath, newPath = ConfigManager.Path .. from .. ".json", ConfigManager.Path .. target .. ".json" + if not isfile(oldPath) then return false, "Profile does not exist" end + local ok, contents = pcall(readfile, oldPath) + if not ok then return false, "Failed to read profile" end + local wrote, writeErr = pcall(writefile, newPath, contents) + if not wrote then return false, "Failed to write renamed profile: " .. tostring(writeErr) end + if delfile then pcall(delfile, oldPath) end + local profile = ConfigManager.Configs[from] + if profile then + ConfigManager.Configs[from] = nil + profile.Path = newPath + ConfigManager.Configs[target] = profile + end + if ConfigManager.CurrentProfile == from then ConfigManager.CurrentProfile = target end + return true +end + +function ConfigManager:GetCurrentProfile() + return ConfigManager.CurrentProfile +end + +function ConfigManager:SetProfileAutoLoad(name, enabled) + local profile, err = ConfigManager:SelectProfile(name) + if not profile then return false, err end + profile:SetAutoLoad(enabled == true) + local saved, saveErr = profile:Save() + if not saved then return false, saveErr end + return profile +end + +function ConfigManager:DeleteProfile(name) + local normalized, err = normalizeProfileName(name) + if not normalized then return false, err end + local deleted, deleteErr = ConfigManager:DeleteConfig(normalized) + if deleted and ConfigManager.CurrentProfile == normalized then + ConfigManager.CurrentProfile = nil + end + return deleted, deleteErr +end + function ConfigManager:GetAutoLoadConfigs() local autoloadConfigs = {} @@ -377,4 +501,4 @@ function ConfigManager:GetConfig(configName) return ConfigManager.Configs[configName] end -return ConfigManager \ No newline at end of file +return ConfigManager diff --git a/src/elements/HTML.lua b/src/elements/HTML.lua new file mode 100644 index 00000000..aa516d95 --- /dev/null +++ b/src/elements/HTML.lua @@ -0,0 +1,81 @@ +local Markdown = require("./Markdown") + +local Element = {} + +local function trim(value) + return (value:gsub("^%s+", ""):gsub("%s+$", "")) +end + +local function convertTable(tableHtml) + local rows = {} + for row in tableHtml:gmatch("]*>(.-)") do + local cells, header = {}, row:find("]*>(.-)") do + value = value:gsub("", " "):gsub("<[^>]->", "") + table.insert(cells, trim(value)) + end + if #cells > 0 then table.insert(rows, { Cells = cells, Header = header }) end + end + if #rows == 0 then return "" end + local output = { "| " .. table.concat(rows[1].Cells, " | ") .. " |" } + table.insert(output, "|" .. string.rep(" --- |", #rows[1].Cells)) + for index = 2, #rows do table.insert(output, "| " .. table.concat(rows[index].Cells, " | ") .. " |") end + return table.concat(output, "\n") +end + +local function toMarkdown(html) + local content = html or "" + local videos = {} + content = content:gsub("\r\n", "\n") + content = content:gsub("]*>(.-)", convertTable) + content = content:gsub(']-)>', function(attributes) + local source = attributes:match('src%s*=%s*["\']([^"\']+)["\']') or "" + local alt = attributes:match('alt%s*=%s*["\']([^"\']*)["\']') or "Image" + return "\n![" .. alt .. "](" .. source .. ")\n" + end) + content = content:gsub("]*)>", function(attributes) + table.insert(videos, "") + return "\n@@WINDUI_VIDEO_" .. #videos .. "@@\n" + end) + content = content:gsub(']-href%s*=%s*["\']([^"\']+)["\'][^>]*>(.-)', "[%2](%1)") + content = content:gsub("]*>(.-)", "**%1**"):gsub("]*>(.-)", "**%1**") + content = content:gsub("]*>(.-)", "*%1*"):gsub("]*>(.-)", "*%1*") + content = content:gsub("]*>(.-)", "~~%1~~"):gsub("]*>(.-)", "~~%1~~") + content = content:gsub("]*>(.-)", "`%1`") + for level = 6, 1, -1 do + content = content:gsub("]*>(.-)", "\n" .. string.rep("#", level) .. " %1\n") + end + content = content:gsub("]*>(.-)", "\n> %1\n") + content = content:gsub("]*>(.-)", "\n> %1\n") + content = content:gsub("]*>(.-)", "\n- %1") + content = content:gsub("", "\n") + content = content:gsub("]*>", "\n") + content = content:gsub("<[^>]->", "") + for index, video in ipairs(videos) do + content = content:gsub("@@WINDUI_VIDEO_" .. index .. "@@", video) + end + return trim(content) +end + +function Element:New(config) + local html = config.Content or config.HTML or "" + local markdownConfig = {} + for key, value in next, config do markdownConfig[key] = value end + markdownConfig.Content = toMarkdown(html) + local _, result = Markdown:New(markdownConfig) + result.__type = "HTML" + result.HTML = html + result.Markdown = markdownConfig.Content + local setContent = result.SetContent + function result:SetHTML(value) + result.HTML = value or "" + result.Markdown = toMarkdown(result.HTML) + setContent(result.Markdown) + return result + end + function result:Set(value) return result:SetHTML(value) end + return result.__type, result +end + +return Element diff --git a/src/elements/Init.lua b/src/elements/Init.lua index 0eb59c74..34a854b1 100644 --- a/src/elements/Init.lua +++ b/src/elements/Init.lua @@ -9,6 +9,8 @@ return { Input = require("./Input"), Dropdown = require("./Dropdown"), Code = require("./Code"), + HTML = require("./HTML"), + Markdown = require("./Markdown"), Colorpicker = require("./Colorpicker"), Section = require("./Section"), Divider = require("./Divider"), @@ -18,7 +20,7 @@ return { HStack = require("./HStack"), VStack = require("./VStack"), Viewport = require("./Viewport"), - --Video = require("./Video"), + Video = require("./Video"), }, Load = function(tbl, Container, Elements, Window, WindUI, OnElementCreateFunction, ElementsModule, UIScale, Tab) for name, module in next, Elements do @@ -105,6 +107,10 @@ return { end end + if Window.ApplyBackgroundElementTransparency then + Window:ApplyBackgroundElementTransparency(content.ElementFrame) + end + Window.AllElements[config.Index] = content tbl.Elements[config.Index] = content if Tab then diff --git a/src/elements/Markdown.lua b/src/elements/Markdown.lua new file mode 100644 index 00000000..f1130432 --- /dev/null +++ b/src/elements/Markdown.lua @@ -0,0 +1,386 @@ +local Creator = require("../modules/Creator") +local New = Creator.New +local CodeComponent = require("../components/ui/Code") +local VideoElement = require("./Video") + +local Element = {} + +local function trim(value) + return (value:gsub("^%s+", ""):gsub("%s+$", "")) +end + +local function escapeRichText(value) + return value:gsub("&", "&"):gsub("<", "<"):gsub(">", ">") +end + +local function inline(value) + value = escapeRichText(value) + value = value:gsub("`([^`]+)`", '%1') + value = value:gsub("%*%*([^*]+)%*%*", "%1") + value = value:gsub("__([^_]+)__", "%1") + value = value:gsub("~~([^~]+)~~", "%1") + value = value:gsub("%*([^*]+)%*", "%1") + value = value:gsub("_([^_]+)_", "%1") + value = value:gsub("%[([^%]]+)%]%(([^%)]+)%)", '%1') + return value +end + +local function splitLines(content) + local lines = {} + content = content:gsub("\r\n", "\n"):gsub("\r", "\n") + for line in (content .. "\n"):gmatch("(.-)\n") do + table.insert(lines, line) + end + return lines +end + +local function parseTableRow(line) + line = trim(line) + line = line:gsub("^|", ""):gsub("|$", "") + local cells = {} + for cell in (line .. "|"):gmatch("(.-)|") do + table.insert(cells, trim(cell)) + end + return cells +end + +local function parseTableAlignments(line) + local alignments = {} + for _, cell in next, parseTableRow(line) do + local left = cell:sub(1, 1) == ":" + local right = cell:sub(-1) == ":" + table.insert(alignments, left and right and "Center" or right and "Right" or "Left") + end + return alignments +end + +local function isTableDivider(line) + local found = false + for cell in line:gmatch("[^|]+") do + cell = trim(cell) + if cell ~= "" then + found = true + if not cell:match("^:?-+:?$") then + return false + end + end + end + return found +end + +local function isBlockStart(lines, index) + local line = lines[index] or "" + local nextLine = lines[index + 1] or "" + return line == "" + or line:match("^%s*#") + or line:match("^%s*```") + or line:match("^%s*>%s?") + or line:match("^%s*[-*+]%s+") + or line:match("^%s*%d+[%.%)]%s+") + or line:match("^%s*[-*_][-%*_][-%*_]+%s*$") + or (line:find("|", 1, true) and isTableDivider(nextLine)) + or line:match("^!%b[]%b()$") + or line:match("^%s*%s?") then + local quote = {} + while index <= #lines and lines[index]:match("^%s*>%s?") do + table.insert(quote, trim(lines[index]:gsub("^%s*>%s?", ""))) + index = index + 1 + end + table.insert(blocks, { Type = "Quote", Value = table.concat(quote, "\n") }) + elseif line:match("^%s*[-*+]%s+") or line:match("^%s*%d+[%.%)]%s+") then + local ordered = line:match("^%s*%d+[%.%)]%s+") ~= nil + local items = {} + while index <= #lines do + local indent, marker, item + if ordered then + indent, marker, item = lines[index]:match("^(%s*)(%d+)[%.%)]%s+(.+)$") + else + indent, item = lines[index]:match("^(%s*)[-*+]%s+(.+)$") + end + if not item then break end + local taskState, taskValue = item:match("^%[([xX ])%]%s*(.*)$") + table.insert(items, { + Value = taskValue or item, + Level = math.floor(#(indent or "") / 2), + Checked = taskState and taskState:lower() == "x" or nil, + }) + index = index + 1 + end + table.insert(blocks, { Type = "List", Ordered = ordered, Items = items }) + elseif line:find("|", 1, true) and isTableDivider(lines[index + 1] or "") then + local header = parseTableRow(line) + local alignments = parseTableAlignments(lines[index + 1]) + local rows = {} + index = index + 2 + while index <= #lines and lines[index]:find("|", 1, true) and trim(lines[index]) ~= "" do + table.insert(rows, parseTableRow(lines[index])) + index = index + 1 + end + table.insert(blocks, { Type = "Table", Header = header, Rows = rows, Alignments = alignments }) + else + local paragraph = { trim(line) } + index = index + 1 + while index <= #lines and trim(lines[index]) ~= "" and not isBlockStart(lines, index) do + table.insert(paragraph, trim(lines[index])) + index = index + 1 + end + table.insert(blocks, { Type = "Paragraph", Value = table.concat(paragraph, "\n") }) + end + end + end + + return blocks +end + +local function makeText(parent, text, options) + options = options or {} + return New("TextLabel", { + Parent = parent, + Size = UDim2.new(1, 0, 0, 0), + AutomaticSize = "Y", + BackgroundTransparency = 1, + Text = inline(text), + TextWrapped = true, + TextXAlignment = options.Alignment or "Left", + TextYAlignment = options.VerticalAlignment or "Top", + TextSize = options.Size or 16, + TextTransparency = options.Transparency or 0, + LineHeight = options.LineHeight or 1.2, + FontFace = Font.new(Creator.Font, options.Weight or Enum.FontWeight.Medium), + ThemeTag = { TextColor3 = options.Theme or "Text" }, + }) +end + +local function makeCard(parent, config, options) + options = options or {} + local card = Creator.NewRoundFrame(config.Radius or config.Window.ElementConfig.UICorner, "Squircle", { + Parent = parent, + Size = UDim2.new(1, 0, 0, options.Height or 0), + AutomaticSize = options.Height and "None" or "Y", + ImageTransparency = options.Transparency or 0.94, + ThemeTag = { ImageColor3 = options.Theme or "Text" }, + }) + return card +end + +local function setRowCorners(row, radius, top, bottom) + local corner = New("UICorner", { + Parent = row, + CornerRadius = UDim.new(0, radius), + }) + pcall(function() + corner.TopLeftRadius = top and UDim.new(0, radius) or UDim.new(0, 0) + corner.TopRightRadius = top and UDim.new(0, radius) or UDim.new(0, 0) + corner.BottomLeftRadius = bottom and UDim.new(0, radius) or UDim.new(0, 0) + corner.BottomRightRadius = bottom and UDim.new(0, radius) or UDim.new(0, 0) + end) +end + +local function renderTable(parent, block, config) + local minimumCellWidth = config.TableCellWidth or 110 + local cellPadding = config.TableCellPadding or 16 + local textAlignment = config.TableTextAlignment + local columns = #block.Header + local rowHeight = config.TableRowHeight or 40 + local contentHeight = (#block.Rows + 1) * rowHeight + local height = math.min(contentHeight, config.TableMaxHeight or 240) + local card = makeCard(parent, config, { Height = height + 2, Transparency = 0.965 }) + local scroller = New("ScrollingFrame", { + Parent = card, + Size = UDim2.new(1, -2, 1, -2), + Position = UDim2.new(0, 1, 0, 1), + CanvasSize = UDim2.new(0, columns * minimumCellWidth, 0, height), + ScrollingDirection = "XY", + ElasticBehavior = "Never", + ScrollBarThickness = 3, + BackgroundTransparency = 1, + }) + local holder = New("Frame", { + Parent = scroller, + Size = UDim2.new(0, columns * minimumCellWidth, 0, contentHeight), + BackgroundTransparency = 1, + }) + New("UIListLayout", { Parent = holder, FillDirection = "Vertical", Padding = UDim.new(0, 1) }) + local cells = {} + + local function addRow(values, isHeader, isLast) + local row = New("Frame", { + Parent = holder, + Size = UDim2.new(1, 0, 0, rowHeight - 1), + BackgroundTransparency = isHeader and 0.86 or 0.95, + ThemeTag = { BackgroundColor3 = isHeader and "Primary" or "Text" }, + }) + setRowCorners(row, math.max((config.Radius or config.Window.ElementConfig.UICorner) - 3, 0), isHeader, isLast) + New("UIListLayout", { Parent = row, FillDirection = "Horizontal", Padding = UDim.new(0, 1) }) + for column = 1, columns do + local label = makeText(row, values[column] or "", { + Size = 14, + Weight = isHeader and Enum.FontWeight.SemiBold or Enum.FontWeight.Medium, + Transparency = isHeader and 0 or 0.22, + Alignment = textAlignment or block.Alignments[column] or "Left", + VerticalAlignment = "Center", + }) + label.Size = UDim2.new(0, minimumCellWidth - 1, 1, 0) + label.AutomaticSize = "None" + New("UIPadding", { + Parent = label, + PaddingLeft = UDim.new(0, cellPadding), PaddingRight = UDim.new(0, cellPadding), + PaddingTop = UDim.new(0, 5), PaddingBottom = UDim.new(0, 5), + }) + table.insert(cells, label) + end + end + + addRow(block.Header, true, #block.Rows == 0) + for rowIndex, row in next, block.Rows do addRow(row, false, rowIndex == #block.Rows) end + + local function updateWidth() + local availableWidth = scroller.AbsoluteSize.X + if availableWidth <= 0 then return end + + local tableWidth = math.max(availableWidth, columns * minimumCellWidth) + local cellWidth = math.floor(tableWidth / columns) + holder.Size = UDim2.new(0, tableWidth, 0, contentHeight) + scroller.CanvasSize = UDim2.new(0, tableWidth, 0, contentHeight) + for _, label in next, cells do + label.Size = UDim2.new(0, cellWidth - 1, 1, 0) + end + end + + Creator.AddSignal(scroller:GetPropertyChangedSignal("AbsoluteSize"), updateWidth) + task.defer(updateWidth) + return card +end + +function Element:New(config) + local markdown = { + __type = "Markdown", + Content = config.Content or config.Markdown or "", + Elements = {}, + Locked = config.Locked or false, + } + local root = New("Frame", { + Parent = config.Parent, + Size = UDim2.new(1, 0, 0, 0), + AutomaticSize = "Y", + BackgroundTransparency = 1, + }) + New("UIListLayout", { Parent = root, FillDirection = "Vertical", Padding = UDim.new(0, config.Gap or 10) }) + markdown.ElementFrame = root + + local function render(content) + root:ClearAllChildren() + New("UIListLayout", { Parent = root, FillDirection = "Vertical", Padding = UDim.new(0, config.Gap or 10) }) + markdown.Elements = {} + for _, block in next, parse(content) do + local object + if block.Type == "Heading" then + object = makeText(root, block.Value, { + Size = ({ 28, 23, 20, 18, 17, 16 })[math.min(block.Level, 6)], + Weight = Enum.FontWeight.Bold, + }) + elseif block.Type == "Paragraph" then + object = makeText(root, block.Value, { Transparency = 0.16 }) + elseif block.Type == "Divider" then + object = New("Frame", { Parent = root, Size = UDim2.new(1, 0, 0, 1), BackgroundTransparency = 0.78, ThemeTag = { BackgroundColor3 = "Text" } }) + elseif block.Type == "Quote" then + object = makeCard(root, config, { Transparency = 0.955 }) + New("UIPadding", { Parent = object, PaddingLeft = UDim.new(0, 16), PaddingRight = UDim.new(0, 12), PaddingTop = UDim.new(0, 10), PaddingBottom = UDim.new(0, 10) }) + New("Frame", { Parent = object, Size = UDim2.new(0, 3, 1, -16), Position = UDim2.new(0, 7, 0, 8), BackgroundTransparency = 0, ThemeTag = { BackgroundColor3 = "Primary" } }, { New("UICorner", { CornerRadius = UDim.new(1, 0) }) }) + makeText(object, block.Value, { Transparency = 0.12, LineHeight = 1.25 }) + elseif block.Type == "List" then + object = New("Frame", { Parent = root, Size = UDim2.new(1, 0, 0, 0), AutomaticSize = "Y", BackgroundTransparency = 1 }) + New("UIListLayout", { Parent = object, FillDirection = "Vertical", Padding = UDim.new(0, 5) }) + for itemIndex, item in next, block.Items do + local prefix = string.rep(" ", item.Level or 0) + if item.Checked ~= nil then + prefix ..= item.Checked and "☑ " or "☐ " + else + prefix ..= block.Ordered and (itemIndex .. ". ") or "• " + end + makeText(object, prefix .. item.Value, { Transparency = 0.16 }) + end + elseif block.Type == "Code" then + local code = CodeComponent.New({ Title = block.Language ~= "" and block.Language or nil, Code = block.Value, CodeSize = 15, CanCopied = true }, config.Window, root, nil, config.UIScale) + object = code.CodeFrame + elseif block.Type == "Table" then + object = renderTable(root, block, config) + elseif block.Type == "Image" then + object = makeCard(root, config, { Transparency = 0.965 }) + New("UIListLayout", { Parent = object, FillDirection = "Vertical", Padding = UDim.new(0, 8) }) + New("UIPadding", { Parent = object, PaddingTop = UDim.new(0, 7), PaddingBottom = UDim.new(0, 9), PaddingLeft = UDim.new(0, 7), PaddingRight = UDim.new(0, 7) }) + local image = Creator.Image(block.Source, block.Alt, math.max((config.Radius or config.Window.ElementConfig.UICorner) - 4, 0), config.Window.Folder, "Markdown", false) + image.Parent = object + image.Size = UDim2.new(1, 0, 0, config.ImageHeight or 220) + if block.Alt ~= "" then + local caption = makeText(object, block.Alt, { Size = 13, Transparency = 0.38 }) + New("UIPadding", { Parent = caption, PaddingLeft = UDim.new(0, 3), PaddingRight = UDim.new(0, 3) }) + end + elseif block.Type == "Video" then + local _, video = VideoElement:New({ + Parent = root, Window = config.Window, Video = block.Source, + AspectRatio = config.VideoAspectRatio or "16:9", Autoplay = block.Autoplay, + Loop = block.Looped, Muted = block.Muted, Volume = config.VideoVolume or 0, + Height = config.VideoHeight or 220, + }) + object = video.ElementFrame + end + if object then table.insert(markdown.Elements, object) end + end + end + + function markdown:SetContent(content) + markdown.Content = content or "" + render(markdown.Content) + return markdown + end + function markdown:Set(content) return markdown:SetContent(content) end + function markdown:Destroy() root:Destroy() end + + render(markdown.Content) + return markdown.__type, markdown +end + +return Element diff --git a/src/elements/Video.lua b/src/elements/Video.lua index 29a6d42a..094bc622 100644 --- a/src/elements/Video.lua +++ b/src/elements/Video.lua @@ -1,93 +1,65 @@ ---- VideoFrame is not working with custom video on exploits - local Creator = require("../modules/Creator") local New = Creator.New local Element = {} -local function ParseAspectRatio(aspectRatio) - if type(aspectRatio) == "string" then - local width, height = aspectRatio:match("(%d+):(%d+)") - if width and height then - return tonumber(width) / tonumber(height) - end - elseif type(aspectRatio) == "number" then - return aspectRatio - end - return nil +local function getAspectRatio(value) + if type(value) == "number" then return value end + local width, height = tostring(value or "16:9"):match("(%d+):(%d+)") + return width and tonumber(width) / tonumber(height) or (16 / 9) end +local function resolveVideo(source, folder, callback, forceExtension) + if not source:find("^https?://") then callback(source) return end + task.spawn(function() + local extension = forceExtension or source:lower():match("%.([a-z0-9]+)[%?&]?") or "webm" + local fileName = "WindUI/" .. (folder or "Temp") .. "/assets/.Video-" .. Creator.SanitizeFilename(source) .. "." .. extension + if not (isfile and isfile(fileName)) then + local success, response = pcall(function() + return Creator.Request and Creator.Request({ Url = source, Method = "GET" }).Body or game:HttpGet(source) + end) + if not success or not response then warn("[ WindUI.Video ] Failed to download video: " .. tostring(response)) return end + if writefile then writefile(fileName, response) end + end + local success, asset = pcall(getcustomasset, fileName) + if success then callback(asset) else warn("[ WindUI.Video ] Failed to load custom asset: " .. tostring(asset)) end + end) +end -function Element:New(Config) - local VideoModule = { - __type = "Video", - Video = Config.Video or "", - AspectRatio = Config.AspectRatio or "16:9", - Radius = Config.Radius or Config.Window.ElementConfig.UICorner, - } - - local MainVideo - - if VideoModule.Video then - local BGVideo - if string.find(VideoModule.Video, "http") then - local videoPath = Config.Window.Folder .. "/assets/." .. Creator.SanitizeFilename(VideoModule.Video) .. ".webm" - if not isfile(videoPath) then - local success, result = pcall(function() - local response = Creator.Request({Url = VideoModule.Video, Method="GET", Headers = { ["User-Agent"] = "Roblox/Exploit" }}) - writefile(videoPath, response.Body) - end) - if not success then - warn("[ Window.Background ] Failed to download video: " .. tostring(result)) - return - end - end - - local success, customAsset = pcall(function() - return getcustomasset(videoPath) - end) - if not success then - warn("[ Window.Background ] Failed to load custom asset: " .. tostring(customAsset)) - end - BGVideo = customAsset - else - BGVideo = VideoModule.Video - end - - MainVideo = New("VideoFrame", { - BackgroundTransparency = 1, - Size = UDim2.new(1,0,1,0), - Video = BGVideo, - Looped = false, - Volume = 0, - Parent = Config.Parent - }, { - New("UICorner", { - CornerRadius = UDim.new(0,VideoModule.Radius) - }), - }) - MainVideo:Play() - - - local aspectRatio = ParseAspectRatio(VideoModule.AspectRatio) - local aspectRatioConstraint = nil - - if aspectRatio then - aspectRatioConstraint = New("UIAspectRatioConstraint", { - Parent = MainVideo, - AspectRatio = aspectRatio, - AspectType = "ScaleWithParentSize", - DominantAxis = "Width" - }) - end - end - - - function VideoModule:Destroy() - if MainVideo then MainVideo:Destroy() end - end - - return VideoModule.__type, VideoModule +function Element:New(config) + local video = { __type = "Video", Source = config.Video or config.Source or "", ElementFrame = nil } + local isGif = video.Source:lower():match("%.gif[%?&]?") ~= nil + local radius = config.Radius or config.Window.ElementConfig.UICorner + local cardTransparency = config.Window.Background and math.max(config.Window.BackgroundElementTransparency or 0, 0.9) or 0.965 + local card = Creator.NewRoundFrame(radius, "Squircle", { + Parent = config.Parent, Size = UDim2.new(1, 0, 0, config.Height or 220), ImageTransparency = cardTransparency, + ThemeTag = { ImageColor3 = "Text" }, + }) + local frame = New(isGif and "ImageLabel" or "VideoFrame", { + Parent = card, Size = UDim2.new(1, -10, 1, -10), Position = UDim2.new(0, 5, 0, 5), BackgroundTransparency = 1, + Looped = not isGif and config.Loop == true or nil, Volume = not isGif and (config.Muted ~= false and 0 or (config.Volume or 1)) or nil, + ScaleType = isGif and "Crop" or nil, + }) + New("UICorner", { Parent = frame, CornerRadius = UDim.new(0, math.max(radius - 4, 0)) }) + video.ElementFrame = card + video.UIElements = { Main = card, Video = frame } + local assetSource = video.Source + if isGif and assetSource:find("discordapp%.net") then + assetSource = assetSource .. (assetSource:find("?", 1, true) and "&" or "?") .. "format=png" + end + resolveVideo(assetSource, config.Window.Folder, function(asset) + if not frame.Parent then return end + if isGif then + frame.Image = asset + else + frame.Video = asset + if config.Autoplay ~= false then frame:Play() end + end + end, isGif and "png" or nil) + function video:Play() if not isGif then frame:Play() end end + function video:Pause() if not isGif then frame:Pause() end end + function video:Destroy() card:Destroy() end + return video.__type, video end -return Element \ No newline at end of file +return Element diff --git a/src/modules/Creator.lua b/src/modules/Creator.lua index 073eeeab..905c9966 100644 --- a/src/modules/Creator.lua +++ b/src/modules/Creator.lua @@ -794,7 +794,10 @@ function Creator.Image(Img, Name, Corner, Folder, Type, IsThemeTag, Themed, Them local assetSuccess, asset = pcall(getcustomasset, FileName) if assetSuccess then - ImageFrame.ImageLabel.Image = asset + local ImageLabel = ImageFrame:FindFirstChild("ImageLabel") + if ImageLabel then + ImageLabel.Image = asset + end else warn( string.format( @@ -820,7 +823,10 @@ function Creator.Image(Img, Name, Corner, Folder, Type, IsThemeTag, Themed, Them elseif Img == "" then ImageFrame.Visible = false else - ImageFrame.ImageLabel.Image = Img + local ImageLabel = ImageFrame:FindFirstChild("ImageLabel") + if ImageLabel then + ImageLabel.Image = Img + end end return ImageFrame diff --git a/src/modules/Persistence.lua b/src/modules/Persistence.lua new file mode 100644 index 00000000..27278008 --- /dev/null +++ b/src/modules/Persistence.lua @@ -0,0 +1,77 @@ +local HttpService = game:GetService("HttpService") + +local Persistence = {} + +local function ensureFolder(path) + if not isfolder or not makefolder then return false, "Filesystem API is unavailable" end + if not isfolder(path) then makefolder(path) end + return true +end + +local function encodeValue(value) + local valueType = typeof(value) + if valueType == "Color3" then + return { __winduiType = "Color3", value = value:ToHex() } + end + if valueType == "string" or valueType == "number" or valueType == "boolean" then + return value + end + if valueType == "table" then + local result = {} + for key, child in next, value do + if typeof(key) == "string" or typeof(key) == "number" then + local encoded = encodeValue(child) + if encoded ~= nil then result[key] = encoded end + end + end + return result + end + return nil +end + +local function decodeValue(value) + if typeof(value) ~= "table" then return value end + if value.__winduiType == "Color3" and typeof(value.value) == "string" then + return Color3.fromHex(value.value) + end + local result = {} + for key, child in next, value do + if key ~= "__winduiType" then result[key] = decodeValue(child) end + end + return result +end + +function Persistence.WriteJson(path, value) + if not writefile then return false, "Filesystem API is unavailable" end + local ok, encoded = pcall(function() return HttpService:JSONEncode(encodeValue(value)) end) + if not ok then return false, tostring(encoded) end + local wrote, err = pcall(writefile, path, encoded) + if not wrote then return false, tostring(err) end + return true +end + +function Persistence.ReadJson(path) + if not isfile or not readfile then return false, "Filesystem API is unavailable" end + if not isfile(path) then return false, "File does not exist" end + local ok, decoded = pcall(function() return HttpService:JSONDecode(readfile(path)) end) + if not ok then return false, tostring(decoded) end + return true, decodeValue(decoded) +end + +function Persistence.ListJson(path) + if not listfiles then return {} end + local ok = ensureFolder(path) + if not ok then return {} end + local files = {} + for _, file in next, listfiles(path) do + if file:sub(-5) == ".json" then table.insert(files, file) end + end + table.sort(files) + return files +end + +function Persistence.EnsureFolder(path) + return ensureFolder(path) +end + +return Persistence diff --git a/tests/FeatureShowcase.lua b/tests/FeatureShowcase.lua new file mode 100644 index 00000000..6b44a1c5 --- /dev/null +++ b/tests/FeatureShowcase.lua @@ -0,0 +1,327 @@ +local WindUI = require("../src/Init") + +local BackgroundImage = "https://a.storyblok.com/f/178900/1000x563/f3bbac17df/wistoria-wand-and-sword-elfaria-trailer-screen.jpg/m/filters:quality(95)format(webp)" + +local Window = WindUI:CreateWindow({ + Title = "WindUI Feature Showcase", + Author = "Markdown, media and mobile UI", + Folder = "WindUI_Feature_Showcase", + Size = UDim2.fromOffset(760, 560), + Background = BackgroundImage, + BackgroundImageTransparency = 0, + BackgroundOverlayTransparency = 0.5, + SidebarBackgroundTransparency = 0.22, + Mobile = { + SideBarWidth = 250, + Padding = 8, + Gap = 8, + }, +}) + +local ShowcasePlugin = WindUI:GetPlugin("Showcase Tools") or WindUI:AddPlugin({ + Name = "Showcase Tools", + Version = "1.0.0", + Init = function(api) + api.ShowcasePluginLoaded = true + end, +}) + +local Overview = Window:Tab({ Title = "Overview", Icon = "layout-dashboard" }) +Overview:Paragraph({ + Title = "Complete feature preview", + Desc = "The window background is dimmed, while the mobile sidebar uses its own animated surface.", +}) +Overview:Button({ + Title = "Open command palette", + Icon = "search", + Callback = function() + Window:OpenCommandPalette() + end, +}) + +local ElementsTab = Window:Tab({ Title = "Elements", Icon = "blocks" }) +ElementsTab:Paragraph({ Title = "Core controls", Desc = "Every common interactive element is available in this test." }) +ElementsTab:Button({ Title = "Button", Desc = "Callback test", Icon = "mouse-pointer-click", Callback = function() print("[WindUI/Showcase] button pressed") end }) +ElementsTab:Toggle({ Title = "Toggle", Desc = "Boolean state", Value = true, Flag = "showcase_toggle" }) +ElementsTab:Slider({ + Title = "Slider", + Value = { Min = 0, Max = 100, Default = 42 }, + Step = 1, + Flag = "showcase_slider", +}) +ElementsTab:ProgressBar({ Title = "Progress bar", Value = { Min = 0, Max = 100, Default = 68 } }) +ElementsTab:Input({ Title = "Input", Desc = "Text value", Value = "WindUI", Placeholder = "Enter text", Flag = "showcase_input" }) +ElementsTab:Dropdown({ Title = "Dropdown", Values = { "Dark", "Light", "Rose" }, Value = "Dark", Flag = "showcase_dropdown" }) +ElementsTab:Keybind({ Title = "Keybind", Value = "K", Flag = "showcase_keybind" }) +ElementsTab:Colorpicker({ Title = "Colorpicker", Default = Color3.fromHex("#8B5CF6"), Flag = "showcase_color" }) +ElementsTab:Divider() +ElementsTab:Code({ Title = "Code", Code = "print('WindUI showcase')", CodeSize = 14 }) +ElementsTab:Space({ Columns = 1 }) + +local LayoutSection = ElementsTab:Section({ + Title = "Layout elements", + Desc = "Section, stacks and grouped controls are rendered here.", + Icon = "layout-panel-top", + Box = true, + Opened = true, +}) +local Actions = LayoutSection:HStack({ AutoSpace = true }) +Actions:Button({ Title = "Left action", Icon = "chevron-left", Callback = function() end }) +Actions:Button({ Title = "Right action", Icon = "chevron-right", Callback = function() end }) +local Vertical = LayoutSection:VStack() +Vertical:Paragraph({ Title = "VStack", Desc = "Vertical content keeps the regular responsive width." }) +local Group = LayoutSection:Group() +Group:Toggle({ Title = "Grouped toggle", Value = false }) +Group:Button({ Title = "Grouped button", Callback = function() end }) + +local ViewportPart = Instance.new("Part") +ViewportPart.Name = "ShowcasePart" +ViewportPart.Size = Vector3.new(4, 4, 4) +ViewportPart.Color = Color3.fromHex("#8B5CF6") +ViewportPart.Material = Enum.Material.Neon +ElementsTab:Viewport({ Object = ViewportPart, Height = 150, Interactive = true }) +ElementsTab:Image({ Image = "https://raw.githubusercontent.com/Footagesus/WindUI/main/docs/banner-dark.png", AspectRatio = "16:9" }) +ElementsTab:Video({ Video = "rbxassetid://5608384572", Height = 160, Autoplay = false }) +Overview:Button({ + Title = "Toggle sidebar", + Desc = "Works on desktop and mobile", + Icon = "panel-left", + Callback = function() + Window:ToggleSidebar() + end, +}) + +local MarkdownTab = Window:Tab({ Title = "Markdown", Icon = "file-text" }) +MarkdownTab:Markdown({ + ImageHeight = 190, + Content = [[ +# WindUI Markdown + +Native **bold**, _italic_, ~~strikethrough~~ and `inline code`. + +> Tables, images and responsive layout use WindUI surfaces. + +| Feature | Status | +|:--|--:| +| Markdown | Ready | +| HTML-lite | Ready | +| Mobile sidebar | Ready | + +![WindUI banner](https://raw.githubusercontent.com/Footagesus/WindUI/main/docs/banner-dark.png) +]], +}) + +local HtmlTab = Window:Tab({ Title = "HTML", Icon = "code-xml" }) +HtmlTab:HTML({ + ImageHeight = 190, + Content = [[ +

HTML-lite

+

HTML is converted into WindUI-native blocks with theme-aware styling.

+
RendererAvailable
ImageYes
Video blockYes
+WindUI banner +]], +}) + +local function getThemeNames() + local names = {} + for name in next, WindUI:GetThemes() do table.insert(names, name) end + table.sort(names) + return names +end + +local ThemeTab = Window:Tab({ Title = "Theme", Icon = "palette" }) +ThemeTab:Paragraph({ Title = "Theme workspace", Desc = "Select, create, tune and apply themes without leaving the window." }) +ThemeTab:Dropdown({ + Title = "Active theme", + Values = getThemeNames(), + Value = WindUI:GetCurrentTheme(), + Callback = function(name) + WindUI:SetTheme(name) + print("[WindUI/Showcase] applied theme " .. tostring(name)) + end, +}) +ThemeTab:Colorpicker({ + Title = "Active accent", + Default = Color3.fromHex("#8B5CF6"), + Callback = function(color) + WindUI:EditTheme(WindUI:GetCurrentTheme(), { Primary = color, Slider = color }) + end, +}) +ThemeTab:Slider({ + Title = "Element background opacity", + Desc = "Keeps the window image visible behind every surface.", + Value = { Min = 0, Max = 100, Default = math.floor((Window.BackgroundElementTransparency or 0) * 100) }, + Callback = function(value) + Window.BackgroundElementTransparency = value / 100 + Window:ApplyBackgroundElementTransparency() + end, +}) +local ThemeActions = ThemeTab:HStack({ AutoSpace = true }) +ThemeActions:Button({ + Title = "Create violet", + Icon = "sparkles", + Callback = function() + if not WindUI:GetThemes()["Showcase Violet"] then + WindUI:CreateTheme("Showcase Violet", WindUI:GetCurrentTheme()) + end + WindUI:EditTheme("Showcase Violet", { Primary = Color3.fromHex("#8B5CF6"), Slider = Color3.fromHex("#8B5CF6") }) + WindUI:SetTheme("Showcase Violet") + end, +}) +ThemeActions:Button({ Title = "Restore Dark", Icon = "moon", Callback = function() WindUI:SetTheme("Dark") end }) +ThemeTab:Button({ + Title = "Save active theme", + Desc = "Writes the active theme to WindUI/themes.", + Icon = "download", + Callback = function() + local ok, err = WindUI:SaveTheme() + print("[WindUI/Showcase] theme save", ok, err) + end, +}) + +local ProfilesTab = Window:Tab({ Title = "Profiles", Icon = "folder-cog" }) +ProfilesTab:Paragraph({ Title = "Profile workspace", Desc = "Create, select, save, load and rename stored profiles." }) +local profileName = "showcase" +local ProfileStatus = ProfilesTab:Paragraph({ Title = "No profile selected", Desc = "Use a profile action below." }) +local ProfileTable = ProfilesTab:Markdown({ Content = "## Stored profiles\n\n| Profile | Current |\n|:--|:--:|\n| Loading | — |", TableRowHeight = 34, TableMaxHeight = 150 }) +local function refreshProfileTable() + local manager = Window.ConfigManager + if not manager then return end + local rows = { "## Stored profiles", "", "| Profile | Current |", "|:--|:--:|" } + for _, name in next, manager:ListProfiles() do + table.insert(rows, "| " .. name:gsub("|", "/") .. " | " .. (manager:GetCurrentProfile() == name and "Yes" or "") .. " |") + end + ProfileTable:SetContent(table.concat(rows, "\n")) +end +ProfilesTab:Input({ Title = "Profile name", Value = profileName, Placeholder = "profile name", Callback = function(value) profileName = value end }) +local ProfileActions = ProfilesTab:HStack({ AutoSpace = true }) +ProfileActions:Button({ + Title = "Create / select", + Icon = "folder-plus", + Callback = function() + local manager = Window.ConfigManager + if not manager then return end + local profile = manager:GetConfig(profileName) or manager:CreateProfile(profileName) or manager:SelectProfile(profileName) + if profile then ProfileStatus:SetTitle("Selected: " .. profileName) refreshProfileTable() end + end, +}) +ProfileActions:Button({ + Title = "Save", + Icon = "save", + Callback = function() + local manager = Window.ConfigManager + if not manager then return end + local profile = manager:GetConfig(profileName) or manager:CreateProfile(profileName) + if profile then + profile:Set("lastOpened", os.time()) + manager:SaveProfile(profileName) + ProfileStatus:SetTitle("Saved: " .. profileName) + refreshProfileTable() + end + end, +}) +local ProfileLoadActions = ProfilesTab:HStack({ AutoSpace = true }) +ProfileLoadActions:Button({ Title = "Load", Icon = "folder-open", Callback = function() local manager = Window.ConfigManager if manager then manager:LoadProfile(profileName) ProfileStatus:SetTitle("Loaded: " .. profileName) end end }) +ProfileLoadActions:Button({ Title = "Rename to showcase-v2", Icon = "pencil", Callback = function() local manager = Window.ConfigManager if manager and manager:RenameProfile(profileName, "showcase-v2") then profileName = "showcase-v2" ProfileStatus:SetTitle("Renamed: showcase-v2") end end }) +ProfilesTab:Button({ Title = "Set selected as autoload", Icon = "power", Callback = function() local manager = Window.ConfigManager if manager then manager:SetProfileAutoLoad(profileName, true) ProfileStatus:SetTitle("Autoload: " .. profileName) end end }) +refreshProfileTable() + +local PluginsTab = Window:Tab({ Title = "Plugins", Icon = "puzzle" }) +PluginsTab:Paragraph({ Title = "Plugin workspace", Desc = "Plugins can initialize, expose their own state and clean up when removed." }) +local PluginStatus = PluginsTab:Paragraph({ Title = ShowcasePlugin.Name .. " " .. ShowcasePlugin.Version, Desc = "Registered and initialized." }) +local PluginTable = PluginsTab:Markdown({ + Content = "## Installed plugins\n\n| Plugin | Version | Status |\n|:--|:--|:--|\n| Loading | — | — |", + TableRowHeight = 34, + TableMaxHeight = 180, + TableCellWidth = 130, +}) +local function refreshPluginTable() + local rows = { "## Installed plugins", "", "| Plugin | Version | Status |", "|:--|:--|:--|" } + for _, plugin in next, WindUI:ListPlugins() do + local safeName = plugin.Name:gsub("|", "/") + table.insert(rows, "| " .. safeName .. " | " .. tostring(plugin.Version or "0.0.0") .. " | " .. (plugin.Enabled and "Enabled" or "Disabled") .. " |") + end + PluginTable:SetContent(table.concat(rows, "\n")) +end +local pluginName = "Showcase Utility" +PluginsTab:Input({ Title = "Plugin name", Value = pluginName, Placeholder = "plugin name", Callback = function(value) pluginName = value end }) +local PluginActions = PluginsTab:HStack({ AutoSpace = true }) +PluginActions:Button({ + Title = "Install plugin", + Icon = "plus", + Callback = function() + if not WindUI:GetPlugin(pluginName) then + WindUI:AddPlugin({ Name = pluginName, Version = "1.0.0", Init = function(api) api.ShowcaseUtilityReady = true end }) + end + PluginStatus:SetTitle("Installed: " .. pluginName) + refreshPluginTable() + end, +}) +PluginActions:Button({ + Title = "Remove plugin", + Icon = "trash-2", + Callback = function() + local removed = WindUI:RemovePlugin(pluginName) + PluginStatus:SetTitle(removed and ("Removed: " .. pluginName) or ("Not found: " .. pluginName)) + refreshPluginTable() + end, +}) +local PluginStateActions = PluginsTab:HStack({ AutoSpace = true }) +PluginStateActions:Button({ + Title = "Enable selected", + Icon = "circle-play", + Callback = function() + local plugin = WindUI:EnablePlugin(pluginName) + PluginStatus:SetTitle(plugin and ("Enabled: " .. pluginName) or ("Not found: " .. pluginName)) + refreshPluginTable() + end, +}) +PluginStateActions:Button({ + Title = "Disable selected", + Icon = "circle-pause", + Callback = function() + local plugin = WindUI:DisablePlugin(pluginName) + PluginStatus:SetTitle(plugin and ("Disabled: " .. pluginName) or ("Not found: " .. pluginName)) + refreshPluginTable() + end, +}) +local PluginStorageActions = PluginsTab:HStack({ AutoSpace = true }) +PluginStorageActions:Button({ Title = "Save state", Icon = "save", Callback = function() local ok, err = WindUI:SavePluginState() PluginStatus:SetTitle(ok and "Plugin state saved" or ("Save failed: " .. tostring(err))) end }) +PluginStorageActions:Button({ Title = "Load disk plugins", Icon = "folder-input", Callback = function() local loaded, errors = WindUI:LoadPlugins() PluginStatus:SetTitle("Loaded " .. tostring(#loaded) .. ", errors " .. tostring(#errors)) refreshPluginTable() end }) +PluginsTab:Button({ + Title = "Refresh plugin table", + Desc = "Refreshes the installed plugin list and verifies its registry state.", + Icon = "shield-check", + Callback = function() + assert(WindUI:GetPlugin("Showcase Tools") == ShowcasePlugin, "Plugin registry failed") + local count = 0 + for _ in next, WindUI:GetPlugins() do count += 1 end + PluginStatus:SetTitle("Registry verified: " .. tostring(count) .. " plugin(s)") + refreshPluginTable() + print("[WindUI/Showcase] plugin registry passed") + end, +}) +refreshPluginTable() + +Window:ThemeEditor({ + Title = "Theme editor", + Theme = WindUI:GetCurrentTheme(), +}) + +assert(WindUI:GetPlugin("Showcase Tools") == ShowcasePlugin, "Showcase plugin was not registered") +assert(WindUI.ShowcasePluginLoaded, "Showcase plugin did not initialize") +local DisposablePlugin = WindUI:AddPlugin({ Name = "Disposable Showcase Plugin" }) +assert(WindUI:GetPlugins()[DisposablePlugin.Name] == DisposablePlugin, "Plugin list did not include the new plugin") +assert(#WindUI:ListPlugins() >= 2, "Plugin list did not return registered plugins") +assert(WindUI:DisablePlugin(DisposablePlugin.Name), "Plugin was not disabled") +assert(not DisposablePlugin.Enabled, "Disabled plugin is still enabled") +assert(WindUI:EnablePlugin(DisposablePlugin.Name), "Plugin was not re-enabled") +assert(DisposablePlugin.Enabled, "Re-enabled plugin is still disabled") +assert(WindUI:RemovePlugin(DisposablePlugin.Name), "Plugin was not removed") +assert(WindUI:GetPlugin(DisposablePlugin.Name) == nil, "Removed plugin is still registered") +assert(Window:SetSidebarOpen(false) == false, "Sidebar did not close") +assert(Window:SetSidebarOpen(true) == true, "Sidebar did not reopen") +Window:ApplyBackgroundElementTransparency() +print("[WindUI/Showcase] full feature test opened") + +return Window diff --git a/tests/Markdown.lua b/tests/Markdown.lua new file mode 100644 index 00000000..e9be8722 --- /dev/null +++ b/tests/Markdown.lua @@ -0,0 +1,62 @@ +local WindUI = require("../src/Init") + +local Window = WindUI:CreateWindow({ + Title = "Markdown Test", + Folder = "WindUI_Markdown_Test", +}) + +local Tab = Window:Tab({ Title = "Markdown", Icon = "file-text" }) + +local Markdown = Tab:Markdown({ + Content = [[ +# WindUI Markdown Full Test + +## Headings +### Heading level 3 +#### Heading level 4 + +Полный **rich content**, _italic_, ~~strikethrough~~, `inline code` и [link](https://github.com/Footagesus/WindUI). + +> Markdown теперь рендерится нативными Roblox-компонентами. + +--- + +- Unordered item +- Another **formatted** item + +1. Ordered item +2. Second item + +| Возможность | Mobile | Статус | +|:--|:--:|--:| +| Markdown | Да | Ready | +| Images | Да | Ready | +| Video | Скоро | WIP | + +```lua +local Page = Tab:Markdown({ + Content = "# Hello" +}) +``` + +![WindUI](https://raw.githubusercontent.com/Footagesus/WindUI/main/docs/banner-dark.png) +]], +}) + +assert(#Markdown.Elements == 12, "Expected every Markdown block to render") +assert(Markdown.Elements[1]:IsA("TextLabel"), "Heading must render as text") +assert(Markdown.Elements[6]:IsA("ImageLabel"), "Quote must render as a WindUI card") +assert(Markdown.Elements[10]:IsA("ImageLabel"), "Table must render as a WindUI card") +assert(Markdown.Elements[12]:IsA("ImageLabel"), "Image must render inside a WindUI card") + +Markdown:SetContent([[# Updated + +> Re-render passed + +| A | B | +|---|---| +| 1 | 2 | + +- Final item]]) + +assert(#Markdown.Elements == 4, "SetContent must replace the old content") diff --git a/tests/Regression.lua b/tests/Regression.lua new file mode 100644 index 00000000..975d6e19 --- /dev/null +++ b/tests/Regression.lua @@ -0,0 +1,77 @@ +local WindUI = require("../src/Init") + +local Window = WindUI:CreateWindow({ + Title = "WindUI Regression", + Folder = "WindUI_Regression", + Background = "https://raw.githubusercontent.com/Footagesus/WindUI/main/docs/banner-dark.png", + BackgroundOverlayTransparency = 0.55, + BackgroundElementTransparency = 0.2, + Mobile = { Force = true, SideBarWidth = 250, Padding = 8, Gap = 8 }, +}) + +local Tab = Window:Tab({ Title = "Regression", Icon = "flask-conical" }) +local Markdown = Tab:Markdown({ + Content = [[ +# Regression + +- [x] Markdown renderer + - Nested list item +- [ ] Video asset upload + +| Area | State | +|:--|:--:| +| Mobile sidebar | Ready | +]], +}) +assert(#Markdown.Elements == 3, "Markdown task-list regression failed") + +assert(Window:SetMobileNavigation(true) == true, "Mobile sidebar did not open") +assert(Window:SetMobileNavigation(false) == false, "Mobile sidebar did not close") + +local Plugin = WindUI:AddPlugin({ + Name = "Regression Plugin", + Version = "1.0.0", + AutoStart = false, + Init = function(api) api.RegressionPluginStarted = true end, + Destroy = function(api) api.RegressionPluginStopped = true end, +}) +assert(not Plugin.Enabled, "AutoStart false plugin started") +assert(WindUI:EnablePlugin(Plugin.Name), "Plugin enable failed") +assert(Plugin.Enabled and WindUI.RegressionPluginStarted, "Plugin init did not run") +assert(WindUI:DisablePlugin(Plugin.Name), "Plugin disable failed") +assert(not Plugin.Enabled and WindUI.RegressionPluginStopped, "Plugin destroy did not run") +assert(WindUI:RemovePlugin(Plugin.Name), "Plugin remove failed") + +if writefile and readfile and isfile and isfolder and makefolder then + local root = "WindUI/.codex-regression" + local themesPath = root .. "/themes" + local pluginsPath = root .. "/plugins" + if not isfolder("WindUI") then makefolder("WindUI") end + if not isfolder(root) then makefolder(root) end + + local theme = WindUI:CreateTheme("Regression Theme", "Dark") + WindUI:EditTheme(theme.Name, { Primary = Color3.fromHex("#14B8A6") }) + assert(WindUI:SaveTheme(theme.Name, themesPath), "Theme save failed") + assert(WindUI:LoadTheme(themesPath .. "/Regression Theme.json"), "Theme load failed") + + if not isfolder(pluginsPath) then makefolder(pluginsPath) end + writefile(pluginsPath .. "/manifest.lua", [[ +return { + Name = "Disk Regression Plugin", + Version = "1.0.0", + Init = function(api) api.DiskPluginLoaded = true end, +} +]]) + local loaded, errors = WindUI:LoadPlugins(pluginsPath) + assert(#errors == 0 and #loaded == 1, "Disk plugin loader failed") + assert(WindUI.DiskPluginLoaded, "Disk plugin did not initialize") + assert(WindUI:SavePluginState(pluginsPath), "Plugin state save failed") + if delfile then + delfile(themesPath .. "/Regression Theme.json") + delfile(pluginsPath .. "/manifest.lua") + delfile(pluginsPath .. "/state.json") + end +end + +print("[WindUI/Regression] desktop/mobile, markdown, persistence and plugin loader passed") +return Window