@wix/wix-ui-icons-common 3.0.39 → 3.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist/cjs/classic-editor/index.js +1 -1
  2. package/dist/cjs/index.js +8 -8
  3. package/dist/cjs/responsive-editor/system/index.js +8 -8
  4. package/dist/esm/classic-editor/general/dist/components/ShowSmall.js +1 -1
  5. package/dist/esm/general/dist/components/CutOutSparkles.js +1 -0
  6. package/dist/esm/general/dist/components/CutOutSparklesSmall.js +1 -0
  7. package/dist/esm/general/dist/components/EditSparkles.js +1 -0
  8. package/dist/esm/general/dist/components/EditSparklesSmall.js +1 -0
  9. package/dist/esm/general/dist/components/ImageSparkles.js +1 -0
  10. package/dist/esm/general/dist/components/ImageSparklesSmall.js +1 -0
  11. package/dist/esm/general/dist/components/LayoutGalleryWithPanelSparkles.js +1 -0
  12. package/dist/esm/general/dist/components/LayoutGalleryWithPanelSparklesSmall.js +1 -0
  13. package/dist/esm/general/dist/components/MagicWandSparkles.js +1 -0
  14. package/dist/esm/general/dist/components/MagicWandSparklesSmall.js +1 -0
  15. package/dist/esm/general/dist/components/PageSparkles.js +1 -0
  16. package/dist/esm/general/dist/components/PageSparklesSmall.js +1 -0
  17. package/dist/esm/general/dist/components/SectionSparkles.js +1 -0
  18. package/dist/esm/general/dist/components/SectionSparklesSmall.js +1 -0
  19. package/dist/esm/general/dist/components/Text.js +1 -0
  20. package/dist/esm/general/dist/components/TextSmall.js +1 -0
  21. package/dist/esm/general/dist/components/TextSparkles.js +1 -0
  22. package/dist/esm/general/dist/components/TextSparklesSmall.js +1 -0
  23. package/dist/esm/general/dist/index.js +1 -1
  24. package/dist/esm/general/metadata.js +8 -7
  25. package/dist/esm/responsive-editor/system/dist/components/ContextMenu.js +1 -0
  26. package/dist/esm/responsive-editor/system/dist/index.js +1 -1
  27. package/dist/esm/responsive-editor/system/metadata.js +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/dist/types/classic-editor/system/metadata.d.ts.map +1 -1
  30. package/dist/types/general/dist/components/CutOutSparkles.d.ts +7 -0
  31. package/dist/types/general/dist/components/CutOutSparkles.d.ts.map +1 -0
  32. package/dist/types/general/dist/components/CutOutSparklesSmall.d.ts +7 -0
  33. package/dist/types/general/dist/components/CutOutSparklesSmall.d.ts.map +1 -0
  34. package/dist/types/general/dist/components/EditSparkles.d.ts +7 -0
  35. package/dist/types/general/dist/components/EditSparkles.d.ts.map +1 -0
  36. package/dist/types/general/dist/components/EditSparklesSmall.d.ts +7 -0
  37. package/dist/types/general/dist/components/EditSparklesSmall.d.ts.map +1 -0
  38. package/dist/types/general/dist/components/ImageSparkles.d.ts +7 -0
  39. package/dist/types/general/dist/components/ImageSparkles.d.ts.map +1 -0
  40. package/dist/types/general/dist/components/ImageSparklesSmall.d.ts +7 -0
  41. package/dist/types/general/dist/components/ImageSparklesSmall.d.ts.map +1 -0
  42. package/dist/types/general/dist/components/LayoutGalleryWithPanelSparkles.d.ts +7 -0
  43. package/dist/types/general/dist/components/LayoutGalleryWithPanelSparkles.d.ts.map +1 -0
  44. package/dist/types/general/dist/components/LayoutGalleryWithPanelSparklesSmall.d.ts +7 -0
  45. package/dist/types/general/dist/components/LayoutGalleryWithPanelSparklesSmall.d.ts.map +1 -0
  46. package/dist/types/general/dist/components/MagicWandSparkles.d.ts +7 -0
  47. package/dist/types/general/dist/components/MagicWandSparkles.d.ts.map +1 -0
  48. package/dist/types/general/dist/components/MagicWandSparklesSmall.d.ts +7 -0
  49. package/dist/types/general/dist/components/MagicWandSparklesSmall.d.ts.map +1 -0
  50. package/dist/types/general/dist/components/PageSparkles.d.ts +7 -0
  51. package/dist/types/general/dist/components/PageSparkles.d.ts.map +1 -0
  52. package/dist/types/general/dist/components/PageSparklesSmall.d.ts +7 -0
  53. package/dist/types/general/dist/components/PageSparklesSmall.d.ts.map +1 -0
  54. package/dist/types/general/dist/components/SectionSparkles.d.ts +7 -0
  55. package/dist/types/general/dist/components/SectionSparkles.d.ts.map +1 -0
  56. package/dist/types/general/dist/components/SectionSparklesSmall.d.ts +7 -0
  57. package/dist/types/general/dist/components/SectionSparklesSmall.d.ts.map +1 -0
  58. package/dist/types/general/dist/components/Text.d.ts +7 -0
  59. package/dist/types/general/dist/components/Text.d.ts.map +1 -0
  60. package/dist/types/general/dist/components/TextSmall.d.ts +7 -0
  61. package/dist/types/general/dist/components/TextSmall.d.ts.map +1 -0
  62. package/dist/types/general/dist/components/TextSparkles.d.ts +7 -0
  63. package/dist/types/general/dist/components/TextSparkles.d.ts.map +1 -0
  64. package/dist/types/general/dist/components/TextSparklesSmall.d.ts +7 -0
  65. package/dist/types/general/dist/components/TextSparklesSmall.d.ts.map +1 -0
  66. package/dist/types/general/dist/index.d.ts +18 -0
  67. package/dist/types/general/dist/index.d.ts.map +1 -1
  68. package/dist/types/general/metadata.d.ts.map +1 -1
  69. package/dist/types/responsive-editor/system/dist/components/ContextMenu.d.ts +7 -0
  70. package/dist/types/responsive-editor/system/dist/components/ContextMenu.d.ts.map +1 -0
  71. package/dist/types/responsive-editor/system/dist/index.d.ts +1 -0
  72. package/dist/types/responsive-editor/system/dist/index.d.ts.map +1 -1
  73. package/dist/types/responsive-editor/system/metadata.d.ts.map +1 -1
  74. package/package.json +7 -7
@@ -12,7 +12,7 @@ Check the render method of \``+a+"`."}return""}function Qx(a){if(a!==void 0){var
12
12
 
13
13
  Check your code at `+L+":"+l+"."}return""}function Xx(a){return a!=null?Qx(a.__source):""}var D3={};function Kx(a){var L=U3();if(!L){var l=typeof a=="string"?a:a.displayName||a.name;l&&(L=`
14
14
 
15
- Check the top-level render call using <`+l+">.")}return L}function z3(a,L){if(!(!a._store||a._store.validated||a.key!=null)){a._store.validated=!0;var l=Kx(L);if(!D3[l]){D3[l]=!0;var s="";a&&a._owner&&a._owner!==w.current&&(s=" It was passed a child from "+V(a._owner.type)+"."),H(a),v('Each child in a list should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.',l,s),H(null)}}}function I3(a,L){if(typeof a=="object"){if(Array.isArray(a))for(var l=0;l<a.length;l++){var s=a[l];T(s)&&z3(s,L)}else if(T(a))a._store&&(a._store.validated=!0);else if(a){var C=M3(a);if(typeof C=="function"&&C!==a.entries)for(var f=C.call(a),d;!(d=f.next()).done;)T(d.value)&&z3(d.value,L)}}}function _3(a){{var L=a.type;if(L==null||typeof L=="string")return;var l=V(L),s;if(typeof L=="function")s=L.propTypes;else if(typeof L=="object"&&(L.$$typeof===O||L.$$typeof===D))s=L.propTypes;else return;s?(H(a),t(s,a.props,"prop",l,k.getStackAddendum),H(null)):L.PropTypes!==void 0&&!f1&&(f1=!0,v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",l||"Unknown")),typeof L.getDefaultProps=="function"&&!L.getDefaultProps.isReactClassApproved&&v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function eg(a){{H(a);for(var L=Object.keys(a.props),l=0;l<L.length;l++){var s=L[l];if(s!=="children"&&s!=="key"){v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",s);break}}a.ref!==null&&v("Invalid attribute `ref` supplied to `React.Fragment`."),H(null)}}function W3(a,L,l){var s=T3(a);if(!s){var C="";(a===void 0||typeof a=="object"&&a!==null&&Object.keys(a).length===0)&&(C+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var f=Xx(L);f?C+=f:C+=U3();var d;a===null?d="null":Array.isArray(a)?d="array":a!==void 0&&a.$$typeof===p?(d="<"+(V(a.type)||"Unknown")+" />",C=" Did you accidentally export a JSX literal instead of a component?"):d=typeof a,v("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",d,C)}var u=Sx.apply(this,arguments);if(u==null)return u;if(s)for(var M=2;M<arguments.length;M++)I3(arguments[M],a);return a===h?eg(u):_3(u),u}var O3=!1;function tg(a){var L=W3.bind(null,a);return L.type=a,O3||(O3=!0,j("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")),Object.defineProperty(L,"type",{enumerable:!1,get:function(){return j("Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:a}),a}}),L}function rg(a,L,l){for(var s=Bx.apply(this,arguments),C=2;C<arguments.length;C++)I3(arguments[C],s.type);return _3(s),s}try{var j3=Object.freeze({}),og=new Map([[j3,null]]),ag=new Set([j3]);og.set(0,0),ag.add(0)}catch{}var Lg=W3,lg=rg,sg=tg,ig={map:Ex,forEach:Ax,count:Fx,toArray:Nx,only:kx};g.Children=ig,g.Component=E,g.Fragment=h,g.Profiler=R,g.PureComponent=i1,g.StrictMode=m,g.Suspense=e1,g.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=o1,g.cloneElement=lg,g.createContext=Hx,g.createElement=Lg,g.createFactory=sg,g.createRef=gx,g.forwardRef=Ux,g.isValidElement=T,g.lazy=Tx,g.memo=Dx,g.useCallback=$x,g.useContext=zx,g.useDebugValue=qx,g.useEffect=Ox,g.useImperativeHandle=Yx,g.useLayoutEffect=jx,g.useMemo=Jx,g.useReducer=_x,g.useRef=Wx,g.useState=Ix,g.version=i}()});var r=N((Og,b1)=>{"use strict";process.env.NODE_ENV==="production"?b1.exports=Ce():b1.exports=ge()});var Hg={};mg(Hg,{AI:()=>Re,AIBold:()=>Se,AIBoldSmall:()=>Be,AISmall:()=>Ve,Accessibility:()=>we,Accordion:()=>Ae,Add:()=>Ee,AddBold:()=>Ne,AddCircle:()=>He,AddCircleSmall:()=>Ue,AddMenuFolder:()=>ze,AddMenuItem:()=>_e,AddPackage:()=>Oe,AddSmall:()=>$e,AddressInput:()=>Ye,AddressInputBold:()=>Qe,Adjustments:()=>Ke,AdminAccess:()=>tt,AdminAccessBold:()=>ot,AlertCircleBold:()=>Lt,AlertCircleBoldSmall:()=>st,AlertSmall:()=>Ct,Anchor:()=>pt,AnimatedSlide:()=>ct,Animation:()=>mt,AppBuilder:()=>ht,AppBuilderBold:()=>gt,AppMarket:()=>Rt,ApplyTo:()=>St,Arrange:()=>Bt,ArrangeBold:()=>Vt,ArrowDown:()=>wt,ArrowUp:()=>At,ArrowUpDown:()=>Et,ArticleBold:()=>Nt,Background:()=>Ht,Badge:()=>Ut,BlockQuote:()=>zt,BlockedCircle:()=>_t,BlockedCircleSmall:()=>Ot,Blogger:()=>$t,Bold:()=>Yt,BookBold:()=>Qt,BookOpenBold:()=>Kt,Boolean:()=>tr,BooleanBold:()=>or,Border:()=>Lr,BorderBold:()=>sr,Box:()=>Cr,BoxBold:()=>pr,Brightness:()=>cr,BrightnessBold:()=>mr,Browser:()=>hr,BrowserBold:()=>gr,BulletListLeft:()=>Rr,BulletListRight:()=>Sr,Button:()=>Br,ButtonBold:()=>Vr,CSS:()=>wr,Calendar:()=>Ar,CalendarBold:()=>Er,Captcha:()=>Nr,CaptchaBold:()=>Hr,CharacterSpacing:()=>Ur,Chat:()=>zr,ChatBold:()=>_r,Checkbox:()=>Or,CheckboxBold:()=>$r,CheckboxList:()=>Yr,CheckboxListBold:()=>Qr,ChevronDown:()=>Kr,ChevronDownSmall:()=>to,ChevronLeft:()=>oo,ChevronLeftSmall:()=>Lo,ChevronRight:()=>so,ChevronRightSmall:()=>Co,ChevronUp:()=>po,ChevronUpSmall:()=>uo,Child:()=>fo,ChildBold:()=>xo,Close:()=>vo,Cloud:()=>Mo,CloudBold:()=>Zo,CloudBoldSmall:()=>Po,CloudSmall:()=>bo,CodeBold:()=>Go,ColorBucket:()=>yo,ColorBucketBold:()=>Fo,ColorDrop:()=>ko,ColorDropBold:()=>To,Column:()=>Do,ColumnBold:()=>Io,Confirm:()=>Wo,ConfirmBold:()=>jo,ConfirmCircle:()=>Jo,ConfirmCircleBold:()=>qo,ContextMenu:()=>Xo,ContextMenuSmall:()=>ea,ContextMenuVertical:()=>ra,Copy:()=>aa,CopyBold:()=>la,Corners:()=>ia,CornersBold:()=>na,CreditCard:()=>da,Crop:()=>ua,CropBold:()=>fa,Custom:()=>xa,CustomBold:()=>va,CustomTypeBold:()=>Ma,Cut:()=>Za,CutBold:()=>Pa,Dashboard:()=>ba,Data:()=>Ga,DataCollection:()=>ya,DataSmall:()=>Fa,DataTable:()=>ka,DataTableBold:()=>Ta,DataTableCloud:()=>Da,DataTableLinked:()=>Ia,DataWidgetsBold:()=>Wa,DateTime:()=>ja,DateTimeBold:()=>Ja,Delete:()=>qa,DeleteBold:()=>Xa,Design:()=>eL,DesignBold:()=>rL,Desktop:()=>aL,DismissBold:()=>lL,Download:()=>iL,DownloadBold:()=>nL,Dropdown:()=>dL,DropdownBold:()=>uL,DropdownMenu:()=>fL,Duplicate:()=>xL,DuplicateBold:()=>vL,ESignature:()=>ML,ESignatureBold:()=>ZL,Edit:()=>PL,EditBold:()=>bL,EditSmall:()=>GL,ElementProperties:()=>yL,Email:()=>FL,EmailBold:()=>kL,ExternalLink:()=>TL,ExternalLinkBold:()=>DL,ExternalLinkSmall:()=>IL,Facebook:()=>WL,File:()=>jL,FileAdd:()=>JL,FileCss:()=>qL,FileHtml:()=>XL,FileJs:()=>el,FileJson:()=>rl,FileJsw:()=>al,Flash:()=>ll,Flickr:()=>il,Folder:()=>nl,FolderAdd:()=>dl,FolderAddSmall:()=>ul,FolderOpen:()=>fl,FolderOpenAdd:()=>xl,FolderOpenSmall:()=>vl,FolderSmall:()=>Ml,Footer:()=>Zl,FormBold:()=>Pl,FormEditBold:()=>bl,FullWidthSlider:()=>Gl,FullWidthSliderBold:()=>yl,FullWidthStrip:()=>Fl,FullWidthStripBold:()=>kl,Github:()=>Tl,Globe:()=>Dl,Group:()=>Il,GroupBold:()=>Wl,Header:()=>jl,Heading1:()=>Jl,Heading2:()=>ql,Heading3:()=>Xl,Heading4:()=>es,Heading5:()=>rs,Heading6:()=>as,Heart:()=>ls,HeartBold:()=>is,HelpBold:()=>ns,HelpCircle:()=>ds,Hide:()=>us,HideBold:()=>fs,HideSmall:()=>xs,HighlightColor:()=>vs,Hint:()=>Ms,Home:()=>Zs,HomeBold:()=>Ps,HomeSmall:()=>bs,HorizontalImage:()=>Gs,HorizontalImageBold:()=>ys,HorizontalLine:()=>Fs,HorizontalLineBold:()=>ks,HorizontalMenu:()=>Ts,HorizontalMenuBold:()=>Ds,HorizontalStretchBold:()=>Is,HoverBox:()=>Ws,HoverBoxBold:()=>js,Html:()=>Js,HtmlBold:()=>qs,ITunes:()=>Xs,Image:()=>ei,ImageBold:()=>ri,ImageButton:()=>ai,ImageEffect:()=>li,ImageEffectBold:()=>ii,ImageEffectSmall:()=>ni,ImageGallery:()=>di,ImageGalleryBold:()=>ui,InfoSmall:()=>fi,Input:()=>xi,InputBold:()=>vi,Italic:()=>Mi,JS:()=>Zi,JSLocked:()=>Pi,JSW:()=>bi,JSX:()=>Gi,Lightbox:()=>yi,LineShare:()=>Fi,LineSpacing:()=>ki,LinkProperties:()=>Ti,LinkPropertiesSmall:()=>Di,LinkedIn:()=>Ii,List:()=>Wi,ListArray:()=>ji,ListArrayBold:()=>Ji,ListBold:()=>qi,ListMenu:()=>Xi,ListMenuBold:()=>eC,Lock:()=>rC,LockBold:()=>aC,LockSmall:()=>lC,LockUnlocked:()=>iC,LockUnlockedBold:()=>nC,LockUnlockedSmall:()=>dC,Lottie:()=>uC,MandatoryCircleSmall:()=>fC,MapPin:()=>xC,MapPinBold:()=>vC,Master:()=>MC,Maximize:()=>ZC,Menu:()=>PC,MenuBold:()=>bC,MenuFolder:()=>GC,Minimize:()=>yC,MinimizeAll:()=>FC,Minus:()=>kC,MinusCircle:()=>TC,Mobile:()=>DC,MobileBold:()=>IC,MoveBackward:()=>WC,MoveBackwardBold:()=>jC,MoveForward:()=>JC,MoveForwardBold:()=>qC,MoveToTrash:()=>XC,MultiStateBox:()=>en,Multilingual:()=>rn,Music:()=>an,MusicBold:()=>ln,Newspaper:()=>Cn,NumericListLeft:()=>pn,NumericListRight:()=>cn,Package:()=>mn,Page:()=>hn,PageAdd:()=>gn,PageBackground:()=>Rn,PageBody:()=>Sn,PageBold:()=>Bn,PageCode:()=>Vn,PageDynamic:()=>wn,PageDynamicSmall:()=>An,PageSpecial:()=>En,Pages:()=>Nn,PagesBold:()=>Hn,Pagination:()=>Un,PaginationBold:()=>zn,Paragraph:()=>_n,ParagraphBold:()=>On,Parent:()=>$n,Paste:()=>Yn,PasteBold:()=>Qn,Paypal:()=>Kn,Phone:()=>tp,PhoneBold:()=>op,PinBold:()=>Lp,PinBoldSmall:()=>sp,Pinterest:()=>Cp,Pipette:()=>pp,PipetteBold:()=>cp,PipetteFullBold:()=>mp,PlayBoldSmall:()=>hp,PlayCircle:()=>gp,PlayCircleBold:()=>Rp,Plugin:()=>Sp,Popup:()=>Bp,PremiumBoldSmall:()=>Vp,Print:()=>wp,ProfileWidget:()=>Ap,ProgressBar:()=>Ep,QuickActionBar:()=>Np,QuickFormat:()=>Hp,RadioButton:()=>Up,RadioButtonBold:()=>zp,Redo:()=>_p,RedoBold:()=>Op,Rename:()=>$p,RenameBold:()=>Yp,RenameSmall:()=>Qp,Repeater:()=>Kp,RepeaterBold:()=>td,Replace:()=>od,ReplaceBold:()=>Ld,Reset:()=>sd,ResetShapeBold:()=>Cd,ResetSmall:()=>pd,RichTextBox:()=>cd,RichTextBoxBold:()=>md,Rotation:()=>hd,Router:()=>gd,RouterSmall:()=>Rd,Rss:()=>Sd,Save:()=>Bd,SaveBold:()=>Vd,Scroll:()=>wd,Search:()=>Ad,SearchBold:()=>Ed,Section:()=>Nd,SectionLayout:()=>Hd,SelectedCircleSmall:()=>Ud,SendToBack:()=>zd,SendToBackBold:()=>_d,SendToFront:()=>Od,SendToFrontBold:()=>$d,Seo:()=>Yd,Settings:()=>Qd,SettingsBold:()=>Kd,SettingsLocked:()=>tc,SettingsSmall:()=>oc,Shadow:()=>Lc,ShadowBold:()=>sc,Shape:()=>Cc,ShapeBold:()=>pc,ShapeCropBold:()=>cc,Shipping:()=>mc,ShoppingCart:()=>hc,ShoppingCartBold:()=>gc,Show:()=>Rc,ShowBold:()=>Sc,ShowSmall:()=>Bc,SingleItemCollection:()=>Vc,SiteTools:()=>wc,Skype:()=>Ac,SlideShow:()=>Ec,SlideShowBold:()=>Nc,Slider:()=>Hc,SliderBold:()=>Uc,SocialBar:()=>zc,Sound:()=>_c,SoundBold:()=>Oc,Soundcloud:()=>$c,SpacingBold:()=>Yc,Sparkles:()=>Qc,SparklesBold:()=>Kc,SparklesBoldSmall:()=>tu,SparklesSmall:()=>ou,SplitColumns:()=>Lu,Spotify:()=>su,SqueezeBold:()=>Cu,Star:()=>pu,StarBold:()=>cu,StopBoldSmall:()=>mu,Strikethrough:()=>hu,Strip:()=>gu,StripBold:()=>Ru,SuccessBoldSmall:()=>Su,SuccessSmall:()=>Bu,Switch:()=>Vu,SwitchBold:()=>wu,TS:()=>Au,Table:()=>Eu,TableBold:()=>Nu,Tablet:()=>Hu,Tabs:()=>Uu,Tag:()=>zu,TestTubeSmall:()=>_u,Text:()=>Ou,TextAlignCenter:()=>$u,TextAlignJustify:()=>Yu,TextAlignLeft:()=>Qu,TextAlignRight:()=>Ku,TextBold:()=>tm,TextBox:()=>om,TextBoxBold:()=>Lm,TextColor:()=>sm,TextLtr:()=>Cm,TextLtrDecrease:()=>pm,TextLtrIncrease:()=>cm,TextMultiline:()=>mm,TextMultilineBold:()=>hm,TextRtl:()=>gm,TextRtlDecrease:()=>Rm,TextRtlIncrease:()=>Sm,TextSmall:()=>Bm,TimeInput:()=>Vm,Tumblr:()=>wm,Twitter:()=>Am,Underline:()=>Em,Undo:()=>Nm,UndoBold:()=>Hm,Ungroup:()=>Um,UngroupBold:()=>zm,UnlinkProperties:()=>_m,UnlinkPropertiesSmall:()=>Om,Upload:()=>$m,UploadBold:()=>Ym,UploadButton:()=>Qm,UploadButtonBold:()=>Km,UrlLink:()=>tf,UrlLinkAdd:()=>of,UrlLinkBold:()=>Lf,UrlLinkSmall:()=>sf,UrlUnlink:()=>nf,UrlUnlinkBold:()=>df,User:()=>uf,UserBold:()=>ff,UserChatBold:()=>xf,UserEditBold:()=>vf,UserFormBold:()=>Mf,UserMenu:()=>Zf,UserPreviewBold:()=>Pf,UserPrivate:()=>bf,UserPrivateSmall:()=>Gf,UserSmall:()=>yf,Users:()=>Ff,UsersBold:()=>kf,UsersSmall:()=>Tf,Vector:()=>Df,VectorBold:()=>If,VerticalImage:()=>Wf,VerticalImageBold:()=>jf,VerticalLine:()=>Jf,VerticalLineBold:()=>qf,VerticalMenu:()=>Xf,VerticalMenuBold:()=>eh,Video:()=>rh,VideoBold:()=>ah,VideoBoldSmall:()=>lh,VideoBox:()=>ih,VideoBoxBold:()=>nh,VideoTransparent:()=>dh,VideoTransparentBold:()=>uh,Vimeo:()=>fh,Vk:()=>xh,WarningCircleBold:()=>vh,WarningCircleBoldSmall:()=>Mh,WarningSign:()=>Zh,WarningSignBold:()=>Ph,Widget:()=>bh,WidgetBold:()=>Gh,WixChat:()=>yh,WixDevCenter:()=>Fh,WixDevCenterBold:()=>kh,WixForms:()=>Th,WixFormsBold:()=>Dh,WixForum:()=>Ih,WixHotels:()=>Wh,WixMarketplace:()=>jh,WixRestaurants:()=>Jh,WixStores:()=>qh,Youtube:()=>Xh,ZoomIn:()=>ex,ZoomInBold:()=>rx,ZoomOut:()=>ax,ZoomOutBold:()=>lx});module.exports=fg(Hg);var w1=o(r()),ve=({size:e,...t})=>w1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w1.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM16.1685 6.5C16.7252 6.18626 17.1863 5.72521 17.5 5.1685 17.8137 5.72521 18.2748 6.18626 18.8315 6.5 18.2748 6.81374 17.8137 7.27479 17.5 7.8315 17.1863 7.27479 16.7252 6.81374 16.1685 6.5ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844ZM5.39612 13.5C7.85779 12.7833 9.7833 10.8578 10.5 8.39612 11.2167 10.8578 13.1422 12.7833 15.6039 13.5 13.1422 14.2167 11.2167 16.1422 10.5 18.6039 9.7833 16.1422 7.85779 14.2167 5.39612 13.5Z"}));ve.displayName="AI";var Re=ve;var G1=o(r()),Me=({size:e,...t})=>G1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G1.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844Z"}));Me.displayName="AIBold";var Se=Me;var A1=o(r()),Ze=({size:e,...t})=>A1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},A1.createElement("path",{d:"M13.8796 2.37348C13.8251 2.21015 13.6723 2.09998 13.5001 2.09998 13.3279 2.09998 13.1751 2.21015 13.1206 2.37348L13.095 2.45046C12.8362 3.22683 12.227 3.83605 11.4506 4.09484L11.3736 4.1205C11.2103 4.17495 11.1001 4.3278 11.1001 4.49998 11.1001 4.67215 11.2103 4.825 11.3736 4.87945L11.4506 4.90511C12.227 5.1639 12.8362 5.77312 13.095 6.54949L13.1206 6.62647C13.1751 6.7898 13.3279 6.89998 13.5001 6.89998 13.6723 6.89998 13.8251 6.7898 13.8796 6.62647L13.9052 6.54949C14.164 5.77312 14.7732 5.1639 15.5496 4.90511L15.6266 4.87945C15.7899 4.825 15.9001 4.67215 15.9001 4.49998 15.9001 4.3278 15.7899 4.17495 15.6266 4.1205L15.5496 4.09484C14.7732 3.83605 14.164 3.22683 13.9052 2.45046L13.8796 2.37348ZM8.98507 4.37873C8.92943 4.15615 8.72943 4 8.5 4 8.27057 4 8.07057 4.15615 8.01493 4.37873L7.88805 4.88626C7.39541 6.85681 5.85681 8.39543 3.88626 8.88808L3.37873 9.01497C3.15614 9.07062 3 9.27061 3 9.50005 3 9.72948 3.15615 9.92947 3.37874 9.98511L3.88617 10.112C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.112L13.6213 9.98511C13.8438 9.92947 14 9.72948 14 9.50005 14 9.27061 13.8439 9.07062 13.6213 9.01497L13.1137 8.88808C11.1432 8.39543 9.60459 6.85681 9.11195 4.88626L8.98507 4.37873Z"}));Ze.displayName="AIBoldSmall";var Be=Ze;var y1=o(r()),Pe=({size:e,...t})=>y1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},y1.createElement("path",{d:"M13.8795 2.37348C13.825 2.21015 13.6722 2.09998 13.5 2.09998 13.3278 2.09998 13.175 2.21015 13.1205 2.37348L13.0949 2.45046C12.8361 3.22683 12.2269 3.83605 11.4505 4.09484L11.3735 4.1205C11.2102 4.17495 11.1 4.3278 11.1 4.49998 11.1 4.67215 11.2102 4.825 11.3735 4.87945L11.4505 4.90511C12.2269 5.1639 12.8361 5.77312 13.0949 6.54949L13.1205 6.62647C13.175 6.7898 13.3278 6.89998 13.5 6.89998 13.6722 6.89998 13.825 6.7898 13.8795 6.62647L13.9051 6.54949C14.1639 5.77312 14.7731 5.1639 15.5495 4.90511L15.6265 4.87945C15.7898 4.825 15.9 4.67215 15.9 4.49998 15.9 4.3278 15.7898 4.17495 15.6265 4.1205L15.5495 4.09484C14.7731 3.83605 14.1639 3.22683 13.9051 2.45046L13.8795 2.37348ZM12.4486 4.49998C12.8722 4.23143 13.2315 3.8722 13.5 3.44858 13.7685 3.8722 14.1278 4.23143 14.5514 4.49998 14.1278 4.76852 13.7685 5.12775 13.5 5.55137 13.2315 5.12775 12.8722 4.76852 12.4486 4.49998ZM8.98507 4.37871C8.92943 4.15612 8.72943 3.99998 8.5 3.99998 8.27057 3.99998 8.07057 4.15612 8.01493 4.37871L7.88805 4.88623C7.39541 6.85678 5.85681 8.3954 3.88626 8.88806L3.37873 9.01495C3.15614 9.07059 3 9.27059 3 9.50002 3 9.72946 3.15615 9.92945 3.37874 9.98509L3.88617 10.1119C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.1119L13.6213 9.98509C13.8438 9.92945 14 9.72946 14 9.50002 14 9.27059 13.8439 9.07059 13.6213 9.01495L13.1137 8.88806C11.1432 8.3954 9.60459 6.85678 9.11195 4.88623L8.98507 4.37871ZM5.17462 9.50001C6.65836 8.84602 7.84602 7.65835 8.5 6.17461 9.15398 7.65836 10.3416 8.84603 11.8254 9.50001 10.3416 10.154 9.15398 11.3417 8.5 12.8254 7.84602 11.3417 6.65835 10.154 5.17462 9.50001Z"}));Pe.displayName="AISmall";var Ve=Pe;var E1=o(r()),be=({size:e,...t})=>E1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E1.createElement("path",{d:"M13.5 5.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zm4.4.7a.5.5 0 00-.7-.1l-2.83 2.12-.188.126A4.09 4.09 0 019.63 8.22L6.8 6.1l-.077-.046A.51.51 0 006.1 6.2a.5.5 0 00.1.7L9 9l1 .73v3.67l-2 5.94-.01.082a.5.5 0 00.95.238l1.54-4.61.052-.135a1.58 1.58 0 012.948.135L15 19.66l.035.083a.49.49 0 00.435.257l.08.007.08-.007a.49.49 0 00.31-.63l-1.52-4.58-.42-1.37V9.75l3.8-2.85.067-.06a.5.5 0 00.033-.64z"}));be.displayName="Accessibility";var we=be;var F1=o(r()),Ge=({size:e,...t})=>F1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F1.createElement("path",{d:"m15.63 10 1.5-2h-3l1.5 2Zm1.5 6h-3l1.5 2 1.5-2Zm1.3-12H5.57C4.7 4 4 4.7 4 5.57v13.86C4 20.3 4.7 21 5.57 21h12.86c.87 0 1.57-.7 1.57-1.57V5.57C20 4.7 19.3 4 18.43 4ZM19 19.43c0 .31-.26.57-.57.57H5.57c-.31 0-.57-.26-.57-.57V13h14v6.43ZM5 12V5.57c0-.31.26-.57.57-.57h12.86c.31 0 .57.26.57.57V12H5Z"}));Ge.displayName="Accordion";var Ae=Ge;var N1=o(r()),ye=({size:e,...t})=>N1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N1.createElement("path",{fillRule:"evenodd",d:"M13,7 L13,11 L17,11 L17,12 L13,12 L13,16 L12,16 L12,12 L8,12 L8,11 L12,11 L12,7 L13,7 Z"}));ye.displayName="Add";var Ee=ye;var k1=o(r()),Fe=({size:e,...t})=>k1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k1.createElement("path",{fillRule:"evenodd",d:"M13,7 L13,11 L17,11 L17,13 L13,13 L13,17 L11,17 L11,13 L7,13 L7,11 L11,11 L11,7 L13,7 Z"}));Fe.displayName="AddBold";var Ne=Fe;var H1=o(r()),ke=({size:e,...t})=>H1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H1.createElement("path",{d:"M11.5,4 C15.643,4 19,7.358 19,11.5 C19,15.642 15.643,19 11.5,19 C7.357,19 4,15.642 4,11.5 C4,7.358 7.357,4 11.5,4 Z M11.5,5 C7.916,5 5,7.916 5,11.5 C5,15.084 7.916,18 11.5,18 C15.084,18 18,15.084 18,11.5 C18,7.916 15.084,5 11.5,5 Z M12,8 L12,11 L15,11 L15,12 L12,12 L12,15 L11,15 L11,12 L8,12 L8,11 L11,11 L11,8 L12,8 Z"}));ke.displayName="AddCircle";var He=ke;var T1=o(r()),Te=({size:e,...t})=>T1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},T1.createElement("path",{d:"M9.5 8.5H12v1H9.5V12h-1V9.5H6v-1h2.5V6h1v2.5zM17 9A8 8 0 111 9a8 8 0 0116 0zm-1 0A7 7 0 102 9a7 7 0 0014 0z"}));Te.displayName="AddCircleSmall";var Ue=Te;var U1=o(r()),De=({size:e,...t})=>U1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U1.createElement("path",{d:"M19 14v2h2v1h-2v2h-1v-2h-2v-1h2v-2h1Zm-5 3v1H7v-1h7Zm1-3v1H7v-1h8Zm3.5-9A1.5 1.5 0 0 1 20 6.5v4a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 10.5v-4A1.5 1.5 0 0 1 5.5 5h13Zm0 1h-13a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5Z"}));De.displayName="AddMenuFolder";var ze=De;var D1=o(r()),Ie=({size:e,...t})=>D1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D1.createElement("path",{d:"M16 17H4.51C3.13 17 2 15.88 2 14.49v-3.98C2 9.13 3.13 8 4.51 8h13.98C19.87 8 21 9.12 21 10.51V12h-1v-1.49C20 9.68 19.32 9 18.49 9H4.51C3.68 9 3 9.68 3 10.51v3.98c0 .83.68 1.51 1.51 1.51H16v1Zm-8-5H5v1h3v-1Zm5 0h-3v1h3v-1Zm5 0h-3v1h3v-1Zm3 2h-1v5h1v-5Zm2 2h-5v1h5v-1Z"}));Ie.displayName="AddMenuItem";var _e=Ie;var z1=o(r()),We=({size:e,...t})=>z1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z1.createElement("path",{d:"M17.81 6.97l-3.98-2.45a3.452 3.452 0 00-3.66 0L6.19 6.97A2.479 2.479 0 005 9.1v4.78a2.492 2.492 0 001.19 2.13l3.98 2.45a3.48 3.48 0 003.66 0l.17-.1v-1.17l-.69.42a2.64 2.64 0 01-.81.3v-5.63l5.48-3.37c0 .06.02.12.02.19V11h1V9.1a2.479 2.479 0 00-1.19-2.13zM11.5 17.91a2.641 2.641 0 01-.81-.3l-3.98-2.45A1.507 1.507 0 016 13.88V9.1c0-.07.02-.13.02-.19l5.48 3.37v5.63zm.5-6.5l-5.53-3.4c.073-.072.153-.135.24-.19l2.16-1.33 5.57 3.42-2.44 1.5zm3.39-2.08L9.83 5.9l.86-.53a2.476 2.476 0 012.62 0l3.98 2.45c.087.055.167.118.24.19l-2.14 1.32zM20 15h-2v-2h-1v2h-2v1h2v2h1v-2h2v-1z"}));We.displayName="AddPackage";var Oe=We;var I1=o(r()),je=({size:e,...t})=>I1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},I1.createElement("path",{d:"M10 5H9v3H6v1h3v3h1V9h3V8h-3V5Z"}));je.displayName="AddSmall";var $e=je;var _1=o(r()),Je=({size:e,...t})=>_1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_1.createElement("path",{d:"M15.4923972,17.786 C16.4848086,16.9681996 19.917,13.685934 19.917,10.429484 C19.917,8.09133078 17.9313604,5.968 15.4923972,5.968 C13.0534339,5.968 11,8.09133078 11,10.429484 C11,13.6914659 14.499169,16.9691215 15.4923972,17.786 Z M15.5,5 C18.5326154,5 21,7.5592 21,10.4198667 C21,14.7038667 15.9882308,18.6425333 15.775,18.7984 L15.5,19 L15.225,18.7984 C15.0117692,18.6425333 10,14.7038667 10,10.4198667 C10,7.5592 12.4673846,5 15.5,5 Z M15.5,12 C16.328,12 17,11.3265 17,10.5 C17,9.67275 16.328,9 15.5,9 C14.672,9 14,9.67275 14,10.5 C14,11.3265 14.672,12 15.5,12 Z M15.5,8 C16.8783333,8 18,9.12083333 18,10.5 C18,11.8783333 16.8783333,13 15.5,13 C14.1216667,13 13,11.8783333 13,10.5 C13,9.12083333 14.1216667,8 15.5,8 Z M4.5,16 L9.5,16 C9.77614237,16 10,16.2238576 10,16.5 C10,16.7761424 9.77614237,17 9.5,17 L4.5,17 C4.22385763,17 4,16.7761424 4,16.5 C4,16.2238576 4.22385763,16 4.5,16 Z M4.5,12 L7.5,12 C7.77614237,12 8,12.2238576 8,12.5 C8,12.7761424 7.77614237,13 7.5,13 L4.5,13 C4.22385763,13 4,12.7761424 4,12.5 C4,12.2238576 4.22385763,12 4.5,12 Z M4.5,8 L6.5,8 C6.77614237,8 7,8.22385763 7,8.5 C7,8.77614237 6.77614237,9 6.5,9 L4.5,9 C4.22385763,9 4,8.77614237 4,8.5 C4,8.22385763 4.22385763,8 4.5,8 Z"}));Je.displayName="AddressInput";var Ye=Je;var W1=o(r()),qe=({size:e,...t})=>W1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W1.createElement("path",{d:"M15,5 C17.7569231,5 20,7.5592 20,10.4198667 C20,14.7038667 15.4438462,18.6425333 15.25,18.7984 L15,19 L14.75,18.7984 C14.5561538,18.6425333 10,14.7038667 10,10.4198667 C10,7.5592 12.2430769,5 15,5 Z M15,8 C13.8973333,8 13,8.89666667 13,10 C13,11.1026667 13.8973333,12 15,12 C16.1026667,12 17,11.1026667 17,10 C17,8.89666667 16.1026667,8 15,8 Z M5,15 L9,15 C9.55228475,15 10,15.4477153 10,16 C10,16.5522847 9.55228475,17 9,17 L5,17 C4.44771525,17 4,16.5522847 4,16 C4,15.4477153 4.44771525,15 5,15 Z M5,11 L7,11 C7.55228475,11 8,11.4477153 8,12 C8,12.5522847 7.55228475,13 7,13 L5,13 C4.44771525,13 4,12.5522847 4,12 C4,11.4477153 4.44771525,11 5,11 Z M5,7 L6,7 C6.55228475,7 7,7.44771525 7,8 C7,8.55228475 6.55228475,9 6,9 L5,9 C4.44771525,9 4,8.55228475 4,8 C4,7.44771525 4.44771525,7 5,7 Z"}));qe.displayName="AddressInputBold";var Qe=qe;var O1=o(r()),Xe=({size:e,...t})=>O1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O1.createElement("path",{fillRule:"evenodd",d:"M13.092,8 C13.0327811,7.83987151 13.0016572,7.67071984 13,7.5 C13,7.324 13.036,7.157 13.092,7 C13.299,6.419 13.849,6 14.5,6 C15.151,6 15.701,6.419 15.908,7 C15.964,7.157 16,7.324 16,7.5 C16,7.676 15.964,7.843 15.908,8 C15.701,8.581 15.151,9 14.5,9 C13.8663207,8.99826759 13.3023783,8.59774033 13.092,8 L13.092,8 Z M16.949,7 C16.7103858,5.83684048 15.6873815,5.00139391 14.5,5 C13.293,5 12.283,5.86 12.051,7 L5,7 L5.005,8 L12.051,8 C12.283,9.14 13.293,10 14.5,10 C15.707,10 16.717,9.14 16.949,8 L19,8 L19,7 L16.949,7 Z M13.092,18 C13.0327811,17.8398715 13.0016572,17.6707198 13,17.5 C13,17.324 13.036,17.157 13.092,17 C13.299,16.419 13.849,16 14.5,16 C15.151,16 15.701,16.419 15.908,17 C15.964,17.157 16,17.324 16,17.5 C16,17.676 15.964,17.843 15.908,18 C15.701,18.581 15.151,19 14.5,19 C13.8663207,18.9982676 13.3023783,18.5977403 13.092,18 L13.092,18 Z M16.949,17 C16.7103858,15.8368405 15.6873815,15.0013939 14.5,15 C13.293,15 12.283,15.86 12.051,17 L5,17 L5,18 L12.051,18 C12.283,19.14 13.293,20 14.5,20 C15.707,20 16.717,19.14 16.949,18 L19,18 L19,17 L16.949,17 Z M8.092,13 C8.03278112,12.8398715 8.00165722,12.6707198 8,12.5 C8,12.324 8.036,12.157 8.092,12 C8.299,11.419 8.849,11 9.5,11 C10.151,11 10.701,11.419 10.908,12 C10.964,12.157 11,12.324 11,12.5 C11,12.676 10.964,12.843 10.908,13 C10.701,13.581 10.151,14 9.5,14 C8.86632065,13.9982676 8.30237827,13.5977403 8.092,13 L8.092,13 Z M11.949,12 C11.7103858,10.8368405 10.6873815,10.0013939 9.5,10 C8.293,10 7.283,10.86 7.051,12 L5,12 L5,13 L7.051,13 C7.283,14.14 8.293,15 9.5,15 C10.707,15 11.717,14.14 11.949,13 L18.995,13 L18.995,12 L11.95,12 L11.949,12 Z"}));Xe.displayName="Adjustments";var Ke=Xe;var j1=o(r()),et=({size:e,...t})=>j1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j1.createElement("path",{d:"M13.011,7.534 C12.814,7.335 12.492,7.336 12.294,7.531 C12.096,7.728 12.095,8.048 12.292,8.246 L14.729,10.688 C14.828,10.788 14.958,10.838 15.088,10.838 C15.217,10.838 15.347,10.788 15.446,10.69 C15.644,10.494 15.645,10.175 15.448,9.976 L13.011,7.534 Z M12.638,12.176 L10.798,10.343 C9.575,9.124 9.575,7.14 10.797,5.922 C11.39,5.333 12.176,5.008 13.012,5.008 C13.849,5.008 14.634,5.333 15.227,5.922 L17.066,7.755 C18.289,8.973 18.289,10.958 17.066,12.177 C15.881,13.356 13.821,13.354 12.638,12.176 Z M15.949,5.212 C15.164,4.43 14.121,4 13.012,4 C11.903,4 10.86,4.43 10.075,5.212 C8.459,6.822 8.459,9.443 10.076,11.054 L10.644,11.619 L5,17.103 L7.88,20 L8.599,19.288 L6.518,17.103 L8.012,15.634 L10.123,17.751 L10.842,17.039 L8.733,14.924 L11.363,12.336 L11.915,12.887 C12.7,13.668 13.743,14.099 14.853,14.099 C15.962,14.099 17.004,13.668 17.787,12.888 C19.405,11.276 19.405,8.656 17.787,7.045 L15.949,5.212 Z"}));et.displayName="AdminAccess";var tt=et;var $1=o(r()),rt=({size:e,...t})=>$1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$1.createElement("path",{d:"M11.711,9.762 C11.405,9.456 11.236,9.05 11.236,8.618 C11.236,8.186 11.405,7.78 11.711,7.474 C12.016,7.169 12.422,7 12.855,7 C13.286,7 13.692,7.169 13.998,7.474 L15.825,9.302 C16.131,9.607 16.3,10.013 16.3,10.446 C16.3,10.878 16.131,11.284 15.825,11.59 C15.521,11.895 15.114,12.063 14.683,12.063 C14.25,12.063 13.844,11.895 13.538,11.589 L11.711,9.762 Z M10.129,14.595 L11.9,12.814 C11.906,12.808 11.908,12.8 11.914,12.794 L12.124,13.003 C12.83,13.71 13.756,14.063 14.683,14.063 C15.607,14.063 16.533,13.71 17.24,13.004 C18.653,11.591 18.652,9.3 17.24,7.887 L15.412,6.06 C14.706,5.354 13.78,5 12.855,5 C11.929,5 11.003,5.354 10.296,6.06 C8.884,7.473 8.884,9.763 10.297,11.176 L10.503,11.382 L6.878,14.929 C6.312,15.496 6,16.249 6,17.051 C6,17.813 6.319,18.597 6.805,19.082 C6.968,19.245 7.227,19.344 7.464,19.344 C7.72,19.344 7.976,19.246 8.171,19.051 C8.562,18.66 8.561,18.026 8.171,17.637 C8.085,17.551 8,17.318 8,17.051 C8,16.783 8.104,16.533 8.275,16.361 L8.681,15.974 L10.172,17.465 C10.366,17.66 10.623,17.758 10.878,17.758 C11.134,17.758 11.391,17.66 11.585,17.465 C11.976,17.074 11.976,16.441 11.585,16.051 L10.129,14.595 Z"}));rt.displayName="AdminAccessBold";var ot=rt;var J1=o(r()),at=({size:e,...t})=>J1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J1.createElement("path",{fillRule:"evenodd",d:"M12,0 C18.627,0 24,5.373 24,12 C24,18.627 18.627,24 12,24 C5.373,24 0,18.627 0,12 C0,5.373 5.373,0 12,0 Z M12,16 L11.8834315,16.0067318 C11.3862857,16.0645306 11,16.4874286 11,17 C11,17.552 11.448,18 12,18 C12.552,18 13,17.552 13,17 C13,16.448 12.552,16 12,16 L12,16 Z M12,7 L11.8834315,7.00673178 C11.3862857,7.06453061 11,7.48742857 11,8 L11,8 L11,13 C11,13.552 11.448,14 12,14 C12.552,14 13,13.552 13,13 L13,13 L13,8 C13,7.448 12.552,7 12,7 L12,7 Z"}));at.displayName="AlertCircleBold";var Lt=at;var Y1=o(r()),lt=({size:e,...t})=>Y1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},Y1.createElement("path",{fillRule:"evenodd",d:"M10,7.92 L9.4,8.92 L9,8.92 L9.01,4.92 L10,4.92 L10,7.92 Z M10,11.92 L9,11.92 L9.01,10.89 L10,10.89 L10,11.92 Z M9.5,1 C5.36,1 2,4.359 2,8.5 C2,12.65 5.36,16 9.5,16 C13.64,16 17,12.65 17,8.5 C17,4.359 13.64,1 9.5,1 L9.5,1 Z"}));lt.displayName="AlertCircleBoldSmall";var st=lt;var q1=o(r()),it=({size:e,...t})=>q1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},q1.createElement("path",{d:"M9 4a1 1 0 00-1 1v5a1 1 0 102 0V5a1 1 0 00-1-1zM9 13a1 1 0 100 2 1 1 0 000-2z"}));it.displayName="AlertSmall";var Ct=it;var Q1=o(r()),nt=({size:e,...t})=>Q1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q1.createElement("path",{d:"M11.496,6 C11.496,5.448 11.946,5 12.5,5 C13.054,5 13.504,5.448 13.504,6 C13.504,6.552 13.054,7 12.5,7 C11.946,7 11.496,6.552 11.496,6 Z M17.496,12.5 C17.496,14.377 16,16.693 13,16.971 L13,10.5 L15,10.5 L15,9.5 L13,9.5 L13,7.929 C14,7.705 14.507,6.929 14.507,6 C14.507,4.897 13.606,4 12.5,4 C11.393,4 10.493,4.897 10.493,6 C10.493,6.929 11,7.705 12,7.929 L12,9.5 L10,9.5 L10,10.5 L12,10.5 L12,16.971 C9,16.693 7.504,14.377 7.504,12.5 L6.5,12.5 C6.5,15.347 9,17.737 12,17.976 L12,19.5 L13,19.5 L13,17.976 C16,17.737 18.5,15.347 18.5,12.5 L17.496,12.5 Z"}));nt.displayName="Anchor";var pt=nt;var X1=o(r()),dt=({size:e,...t})=>X1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X1.createElement("path",{fillRule:"evenodd",d:"M18.41,5 C19.2881328,5 20,5.71186725 20,6.59 L20,17.41 C20,18.2881328 19.2881328,19 18.41,19 L5.59,19 C4.71186725,19 4,18.2881328 4,17.41 L4,6.59 C4,5.71186725 4.71186725,5 5.59,5 L18.41,5 Z M18.41,5.99982973 L5.59,5.99982973 C5.43269939,5.99726371 5.28103549,6.05854518 5.16979033,6.16979033 C5.05854518,6.28103549 4.99726371,6.43269939 4.99982973,6.59 L4.99982973,17.41 C4.99726371,17.5673006 5.05854518,17.7189645 5.16979033,17.8302097 C5.28103549,17.9414548 5.43269939,18.0027363 5.59,18.0001703 L18.41,18.0001703 C18.5673006,18.0027363 18.7189645,17.9414548 18.8302097,17.8302097 C18.9414548,17.7189645 19.0027363,17.5673006 19.0001703,17.41 L19.0001703,6.59 C19.0027363,6.43269939 18.9414548,6.28103549 18.8302097,6.16979033 C18.7189645,6.05854518 18.5673006,5.99726371 18.41,5.99982973 Z M9.8,11.03 L10.5,12.9 L12.37,13.6 L10.5,14.31 L9.8,16.17 L9.09,14.31 L7.23,13.6 L9.09,12.9 L9.8,11.03 Z M14.62,8.32 L15.17,9.78 L16.63,10.33 L15.17,10.88 L14.62,12.33 L14.07,10.88 L12.62,10.33 L14.07,9.78 L14.62,8.32 Z"}));dt.displayName="AnimatedSlide";var ct=dt;var K1=o(r()),ut=({size:e,...t})=>K1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K1.createElement("path",{d:"M16 18a1.473 1.473 0 01-1.048-.434l-4.515-4.515a1.484 1.484 0 010-2.1l4.515-4.515a1.482 1.482 0 012.1 0l4.515 4.515a1.484 1.484 0 010 2.1l-4.515 4.515A1.473 1.473 0 0116 18zm-.34-1.141a.483.483 0 00.681 0l4.515-4.515a.483.483 0 000-.682l-4.515-4.518a.483.483 0 00-.682 0l-4.515 4.515a.483.483 0 000 .682l4.515 4.518zm-5.8-1.705l-2.726-2.8a.5.5 0 010-.7l2.726-2.8-.716-.7-2.726 2.8a1.492 1.492 0 000 2.092l2.726 2.8.715-.692zm-4 0l-2.726-2.8a.5.5 0 010-.7l2.726-2.8-.716-.7-2.726 2.8a1.492 1.492 0 000 2.092l2.726 2.8.715-.692z"}));ut.displayName="Animation";var mt=ut;var e5=o(r()),ft=({size:e,...t})=>e5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e5.createElement("path",{fillRule:"evenodd",d:"M17.5,14 C18.3284271,14 19,14.6715729 19,15.5 L19,17.5 C19,18.3284271 18.3284271,19 17.5,19 L15.5,19 C14.6715729,19 14,18.3284271 14,17.5 L14,15.5 C14,14.6715729 14.6715729,14 15.5,14 L17.5,14 Z M10.5,8 C11.3284271,8 12,8.67157288 12,9.5 L12,17.5 C12,18.3284271 11.3284271,19 10.5,19 L7.5,19 C6.67157288,19 6,18.3284271 6,17.5 L6,9.5 C6,8.67157288 6.67157288,8 7.5,8 L10.5,8 Z M17.5,15 L15.5,15 C15.2238576,15 15,15.2238576 15,15.5 L15,17.5 C15,17.7761424 15.2238576,18 15.5,18 L17.5,18 C17.7761424,18 18,17.7761424 18,17.5 L18,15.5 C18,15.2238576 17.7761424,15 17.5,15 Z M10.5,9 L7.5,9 C7.22385763,9 7,9.22385763 7,9.5 L7,17.5 C7,17.7761424 7.22385763,18 7.5,18 L10.5,18 C10.7761424,18 11,17.7761424 11,17.5 L11,9.5 C11,9.22385763 10.7761424,9 10.5,9 Z M17.5,5 C18.3284271,5 19,5.67157288 19,6.5 L19,10.5 C19,11.3284271 18.3284271,12 17.5,12 L15.5,12 C14.6715729,12 14,11.3284271 14,10.5 L14,6.5 C14,5.67157288 14.6715729,5 15.5,5 L17.5,5 Z M17.5,6 L15.5,6 C15.2238576,6 15,6.22385763 15,6.5 L15,10.5 C15,10.7761424 15.2238576,11 15.5,11 L17.5,11 C17.7761424,11 18,10.7761424 18,10.5 L18,6.5 C18,6.22385763 17.7761424,6 17.5,6 Z M12,5 L12,6 L6,6 L6,5 L12,5 Z"}));ft.displayName="AppBuilder";var ht=ft;var t5=o(r()),xt=({size:e,...t})=>t5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t5.createElement("path",{fillRule:"evenodd",d:"M17.5,14 C18.3284271,14 19,14.6715729 19,15.5 L19,17.5 C19,18.3284271 18.3284271,19 17.5,19 L15.5,19 C14.6715729,19 14,18.3284271 14,17.5 L14,15.5 C14,14.6715729 14.6715729,14 15.5,14 L17.5,14 Z M10.5,9 C11.3284271,9 12,9.6105208 12,10.3636364 L12,17.6363636 C12,18.3894792 11.3284271,19 10.5,19 L7.5,19 C6.67157288,19 6,18.3894792 6,17.6363636 L6,10.3636364 C6,9.6105208 6.67157288,9 7.5,9 L10.5,9 Z M17.5,5 C18.3284271,5 19,5.67157288 19,6.5 L19,10.5 C19,11.3284271 18.3284271,12 17.5,12 L15.5,12 C14.6715729,12 14,11.3284271 14,10.5 L14,6.5 C14,5.67157288 14.6715729,5 15.5,5 L17.5,5 Z M12,5 L12,7 L6,7 L6,5 L12,5 Z"}));xt.displayName="AppBuilderBold";var gt=xt;var r5=o(r()),vt=({size:e,...t})=>r5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r5.createElement("path",{fillRule:"evenodd",d:"M11,7 L8,7 C6.896,7 6,7.896 6,9 L6,12 L11,12 L11,7 Z M11,13 L11,18 L8,18 C6.896,18 6,17.104 6,16 L6,16 L6,13 L11,13 Z M17,13 L17,16 C17,17.104 16.104,18 15,18 L15,18 L12,18 L12,13 L17,13 Z M10,14 L7,14 L7,16 C7,16.551 7.449,17 8,17 L8,17 L10,17 L10,14 Z M16,14 L13,14 L13,17 L15,17 C15.551,17 16,16.551 16,16 L16,16 L16,14 Z M17,5 C18.104,5 19,5.896 19,7 L19,7 L19,12 L12,12 L12,5 L17,5 Z M10,8 L10,11 L7,11 L7,9 C7,8.449 7.449,8 8,8 L10,8 Z M17,6 L13,6 L13,11 L18,11 L18,7 C18,6.449 17.551,6 17,6 L17,6 Z"}));vt.displayName="AppMarket";var Rt=vt;var o5=o(r()),Mt=({size:e,...t})=>o5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o5.createElement("path",{d:"M6.5,11.923 C6.8072,11.923 7.10032,11.97228 7.382432,12.05036 L7.629,12.126 L7.629,12.126 C7.74766667,12.166 7.86322222,12.2131111 7.97537037,12.2658519 L8.22,12.392 L8.22,12.392 C8.367,12.475 8.508,12.57 8.641,12.673 L8.759,12.77 L8.759,12.77 C8.873,12.866 8.982,12.969 9.084,13.08 L9.156125,13.164875 L9.156125,13.164875 L9.226,13.252 C9.307,13.353 9.387,13.456 9.456,13.566 L9.531125,13.696625 L9.531125,13.696625 L9.601,13.831 C9.65,13.928 9.704,14.024 9.745,14.126 C9.794,14.248 9.828,14.377 9.863,14.506 C9.886,14.587 9.916,14.665 9.932,14.749 C9.975,14.967 10,15.192 10,15.423 C10,17.356 8.433,18.923 6.5,18.923 C4.567,18.923 3,17.356 3,15.423 C3,15.192 3.025,14.967 3.068,14.749 C3.084,14.665 3.114,14.587 3.137,14.506 C3.172,14.377 3.206,14.248 3.255,14.126 L3.324,13.976625 L3.324,13.976625 L3.399,13.831 C3.446,13.741 3.49,13.651 3.544,13.566 L3.6545,13.405625 L3.6545,13.405625 L3.774,13.252 C3.821,13.194 3.866,13.135 3.916,13.08 C4.018,12.969 4.127,12.866 4.241,12.77 L4.359,12.673 L4.359,12.673 C4.44766667,12.6043333 4.53988889,12.5392222 4.63507407,12.4788519 L4.859,12.349 L4.859,12.349 C4.96766667,12.291 5.07988889,12.2378889 5.19537037,12.1911481 L5.389875,12.119625 L5.389875,12.119625 L5.408,12.114 C5.754,12 6.116,11.923 6.5,11.923 Z M20.3794,13.443 C20.7694,14.003 21.0004,14.693 21.0004,15.423 C21.0004,17.353 19.4294,18.923 17.5004,18.923 C15.5704,18.923 14.0004,17.353 14.0004,15.423 C14.0004,14.83675 14.1458688,14.281125 14.4100094,13.7896211 L14.5304,13.583 L15.2804,14.283 C15.0994,14.623 15.0004,15.013 15.0004,15.423 C15.0004,16.803 16.1204,17.923 17.5004,17.923 C18.8794,17.923 20.0004,16.803 20.0004,15.423 C20.0004,15.0287143 19.9048898,14.6491224 19.7390589,14.3157114 L19.6504,14.153 L20.3794,13.443 Z M6.5,12.923 C6.329,12.923 6.162,12.941 6,12.974 C4.86,13.206 4,14.216 4,15.423 C4,16.801 5.121,17.923 6.5,17.923 C7.879,17.923 9,16.801 9,15.423 C9,14.216 8.14,13.206 7,12.974 C6.838,12.941 6.671,12.923 6.5,12.923 Z M12,5 C15.2289091,5 17.8771405,7.52136364 17.9958468,10.7001789 L18,10.923 L18,12.044 L20.26,9.911 L21,10.61 L17.5,13.911 L14,10.61 L14.74,9.911 L17,12.043 L17,10.923 C17,8.237 14.703,6.051 12,6.051 C9.36813158,6.051 7.1211759,8.12346122 7.0047377,10.7120169 L7,10.974 L6.66874074,10.932 C6.61311111,10.9265556 6.557,10.923 6.5,10.923 L6.33125926,10.932 L6.33125926,10.932 L6,10.974 L6,10.923 C6,7.64 8.696,5 12,5 Z"}));Mt.displayName="ApplyTo";var St=Mt;var a5=o(r()),Zt=({size:e,...t})=>a5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a5.createElement("path",{d:"M18,17.5 C18,17.776 17.776,18 17.5,18 L12.5,18 C12.224,18 12,17.776 12,17.5 L12,12.5 C12,12.224 12.224,12 12.5,12 L17.5,12 C17.776,12 18,12.224 18,12.5 L18,17.5 Z M11,12.5 L11,15 L9.5,15 C9.224,15 9,14.776 9,14.5 L9,9.5 C9,9.224 9.224,9 9.5,9 L14.5,9 C14.776,9 15,9.224 15,9.5 L15,11 L12.5,11 C11.672,11 11,11.672 11,12.5 L11,12.5 Z M8,9.5 L8,12 L6.5,12 C6.224,12 6,11.776 6,11.5 L6,6.5 C6,6.224 6.224,6 6.5,6 L11.5,6 C11.776,6 12,6.224 12,6.5 L12,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M17.5,11 L16,11 L16,9.5 C16,8.672 15.328,8 14.5,8 L13,8 L13,6.5 C13,5.672 12.328,5 11.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,11.5 C5,12.328 5.672,13 6.5,13 L8,13 L8,14.5 C8,15.328 8.672,16 9.5,16 L11,16 L11,17.5 C11,18.328 11.672,19 12.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,12.5 C19,11.672 18.328,11 17.5,11 L17.5,11 Z"}));Zt.displayName="Arrange";var Bt=Zt;var L5=o(r()),Pt=({size:e,...t})=>L5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L5.createElement("path",{d:"M11,5 C12.104,5 13,5.896 13,7 L13,7 L13,8 L14,8 C15.104,8 16,8.896 16,10 L16,10 L16,11 L17,11 C18.104,11 19,11.896 19,13 L19,13 L19,17 C19,18.104 18.104,19 17,19 L17,19 L13,19 C11.9,19 11,18.1 11,17 L11,17 L11,16 L10,16 C8.9,16 8,15.1 8,14 L8,14 L8,13 L7,13 C5.9,13 5,12.1 5,11 L5,11 L5,7 C5,5.9 5.9,5 7,5 L7,5 Z M17,13 L13,13 L13,17 L17,17 L17,13 Z M14,10 L10,10 L10,14 L11,14 L11,12.992 C11,11.888 11.974,11 13.078,11 L13.078,11 L14,11 L14,10 Z M11,7 L7,7 L7,11 L8,11 L8,9.992 C8,8.888 8.974,8 10.078,8 L10.078,8 L11,8 L11,7 Z"}));Pt.displayName="ArrangeBold";var Vt=Pt;var l5=o(r()),bt=({size:e,...t})=>l5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l5.createElement("path",{d:"M12 6l-.001 10.291 2.651-2.641.7.7-3.85 3.86-3.85-3.86.7-.7 2.649 2.641L11 6h1z"}));bt.displayName="ArrowDown";var wt=bt;var s5=o(r()),Gt=({size:e,...t})=>s5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s5.createElement("path",{d:"M11.5 5.79l3.85 3.86-.7.7-2.651-2.642L12 18h-1l-.001-10.292L8.35 10.35l-.7-.7 3.85-3.86z"}));Gt.displayName="ArrowUp";var At=Gt;var i5=o(r()),yt=({size:e,...t})=>i5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i5.createElement("path",{d:"M11.5 5.29l3.85 3.86-.7.7L12 7.209v10.082l2.65-2.641.7.7-3.85 3.86-3.85-3.86.7-.7L11 17.293V7.207L8.35 9.85l-.7-.7 3.85-3.86z"}));yt.displayName="ArrowUpDown";var Et=yt;var C5=o(r()),Ft=({size:e,...t})=>C5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C5.createElement("path",{fillRule:"evenodd",d:"M13,9 L16,9 L16,8 L13,8 L13,9 Z M13,12 L16,12 L16,11 L13,11 L13,12 Z M7,18 L16,18 L16,17 L7,17 L7,18 Z M7,15 L16,15 L16,14 L7,14 L7,15 Z M11,8 L11,12 L7,12 L7,8 L11,8 Z M15,5 L8,5 C6.35,5 5,6.35 5,8 L5,17 C5,18.65 6.35,20 8,20 L15,20 C16.65,20 18,18.65 18,17 L18,8 C18,6.35 16.65,5 15,5 L15,5 Z"}));Ft.displayName="ArticleBold";var Nt=Ft;var n5=o(r()),kt=({size:e,...t})=>n5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n5.createElement("path",{d:"M17 5H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2zM6 7a1 1 0 011-1h1.87L6 8.87V7zm0 3.28L10.28 6h2.83L6 13.11v-2.83zm0 4.25L14.53 6H17c.1.005.198.025.291.059L6.059 17.291A.978.978 0 016 17v-2.47zM18 17a1 1 0 01-1 1H7a.936.936 0 01-.191-.039L17.961 6.809c.02.062.033.126.039.191v10z"}));kt.displayName="Background";var Ht=kt;var p5=o(r()),Tt=({size:e,...t})=>p5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p5.createElement("path",{fillRule:"evenodd",d:"M14.573,13.5329999 L14.108,14.9559999 L12.625,14.6419999 L11.5,15.4809999 L10.375,14.6419999 L8.891,14.9559999 L8.427,13.5329999 L6.982,13.0749999 L7.301,11.6139999 L6.282,10.5049999 L7.301,9.3959999 L6.982,7.9339999 L8.427,7.4759999 L8.891,6.0539999 L10.375,6.3679999 L11.5,5.3639999 L12.625,6.3679999 L14.108,6.0539999 L14.573,7.4759999 L16.017,7.9339999 L15.699,9.3959999 L16.718,10.5049999 L15.699,11.6139999 L16.017,13.0749999 L14.573,13.5329999 Z M14,18.6449999 L11.5,17.8569999 L9,18.6449999 L9,15.7869999 L10,15.4809999 L11.5,16.4809999 L13,15.6609999 L14,15.7869999 L14,18.6449999 Z M18,10.5049999 L16.732,9.1229999 L17.129,7.3029999 L15.33,6.7309999 L14.75,4.9589999 L12.902,5.3489999 L11.5,4.0999999 L10.097,5.3489999 L8.25,4.9589999 L7.67,6.7309999 L5.871,7.3029999 L6.267,9.1229999 L5,10.5049999 L6.267,11.8869999 L5.871,13.7079999 L7.67,14.2789999 L8,15.4809999 L8,19.9809999 L11.5,18.9179999 L15,19.9809999 L15,15.4809999 L15.205,14.2789999 L17.066,13.7079999 L16.701,11.8869999 L18,10.5049999 Z M11.5,11.9829999 C10.673,11.9829999 10,11.3199999 10,10.5049999 C10,9.6899999 10.673,9.0269999 11.5,9.0269999 C12.327,9.0269999 13,9.6899999 13,10.5049999 C13,11.3199999 12.327,11.9829999 11.5,11.9829999 L11.5,11.9829999 Z M11.5,8.0419999 C10.121,8.0419999 9,9.1459999 9,10.5049999 C9,11.8639999 10.121,12.9689999 11.5,12.9689999 C12.879,12.9689999 14,11.8639999 14,10.5049999 C14,9.1459999 12.879,8.0419999 11.5,8.0419999 L11.5,8.0419999 Z"}));Tt.displayName="Badge";var Ut=Tt;var d5=o(r()),Dt=({size:e,...t})=>d5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d5.createElement("path",{fillRule:"evenodd",d:"M18.5,5 C19.3284271,5 20,5.67157288 20,6.5 L20,16.5 C20,17.3284271 19.3284271,18 18.5,18 L5.5,18 C4.67157288,18 4,17.3284271 4,16.5 L4,6.5 C4,5.67157288 4.67157288,5 5.5,5 L18.5,5 Z M18.5,6 L5.5,6 C5.22385763,6 5,6.22385763 5,6.5 L5,16.5 C5,16.7761424 5.22385763,17 5.5,17 L18.5,17 C18.7761424,17 19,16.7761424 19,16.5 L19,6.5 C19,6.22385763 18.7761424,6 18.5,6 Z M14.49,9 C14.8886264,8.99464883 15.2727721,9.149265 15.5565419,9.4292763 C15.8403118,9.7092876 16.0000359,10.0913377 16.0000037,10.49 L16.0000037,12 C16.0013472,13.2098912 15.2757863,14.3021759 14.16,14.77 L13.77,13.84 C14.5126199,13.5302158 14.9972468,12.8055792 14.9999968,12.0010062 L14.49,12 C14.0948274,12 13.7158401,11.8430183 13.4364109,11.5635891 C13.1919103,11.3190886 13.0411587,10.9983638 13.0072911,10.6572682 L13,10.51 C12.9946488,10.1113736 13.149265,9.72722792 13.4292763,9.44345807 C13.6742862,9.19515946 13.9974195,9.04183334 14.3414472,9.00740553 L14.49,9 Z M9.49,9 C9.88862641,8.99464883 10.2727721,9.149265 10.5565419,9.4292763 C10.8403118,9.7092876 11.0000359,10.0913377 11.0000037,10.49 L11.0000037,12 C11.0013472,13.2098912 10.2757863,14.3021759 9.16,14.77 L8.77,13.84 C9.51261985,13.5302158 9.99724681,12.8055792 9.99999681,12.0010062 L9.49,12 C9.09482743,12 8.7158401,11.8430183 8.4364109,11.5635891 C8.19191034,11.3190886 8.04115867,10.9983638 8.00729107,10.6572682 L8.00000001,10.51 C7.99464883,10.1113736 8.149265,9.72722792 8.4292763,9.44345807 C8.67428619,9.19515946 8.99741951,9.04183334 9.34144718,9.00740553 L9.49,9 Z"}));Dt.displayName="BlockQuote";var zt=Dt;var c5=o(r()),It=({size:e,...t})=>c5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c5.createElement("path",{d:"M17.273 5.984c-3.32-2.91-8.38-2.58-11.29.74-2.91 3.322-2.58 8.384.74 11.295A7.974 7.974 0 0 0 11.993 20c2.22 0 4.44-.92 6.02-2.721 2.91-3.322 2.58-8.384-.74-11.295Zm-10.54 1.4a7.002 7.002 0 0 1 5.27-2.38c1.41 0 2.82.45 4.03 1.31L7.084 16.98c-2.62-2.581-2.81-6.803-.35-9.604v.01Zm10.52 9.235c-2.41 2.75-6.52 3.15-9.41 1.01l8.97-10.694c2.7 2.57 2.92 6.853.44 9.684Z"}));It.displayName="BlockedCircle";var _t=It;var u5=o(r()),Wt=({size:e,...t})=>u5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},u5.createElement("path",{d:"M16.974 8.017a7.44 7.44 0 0 0-2.538-5.152 7.5 7.5 0 0 0-5.426-1.85 7.424 7.424 0 0 0-5.145 2.54 7.477 7.477 0 0 0-1.849 5.432 7.44 7.44 0 0 0 2.538 5.152A7.445 7.445 0 0 0 9.49 16c.17 0 .33 0 .5-.02a7.424 7.424 0 0 0 5.145-2.541 7.477 7.477 0 0 0 1.849-5.432l-.01.01Zm-13.959.91a6.495 6.495 0 0 1 1.599-4.712 6.467 6.467 0 0 1 4.456-2.2c.14 0 .29-.01.43-.01 1.339 0 2.618.43 3.707 1.2l-8.283 9.904a6.452 6.452 0 0 1-1.899-4.182h-.01Zm11.361 3.862a6.467 6.467 0 0 1-4.456 2.2 6.443 6.443 0 0 1-4.247-1.24l8.323-9.924a6.431 6.431 0 0 1 1.979 4.252 6.495 6.495 0 0 1-1.599 4.712Z"}));Wt.displayName="BlockedCircleSmall";var Ot=Wt;var m5=o(r()),jt=({size:e,...t})=>m5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m5.createElement("path",{d:"M14,16 L9,16 C8.447,16 8,15.553 8,15 C8,14.447 8.447,14 9,14 L14,14 C14.553,14 15,14.447 15,15 C15,15.553 14.553,16 14,16 M9,9 L12,9 C12.553,9 13,9.447 13,10 C13,10.553 12.553,11 12,11 L9,11 C8.447,11 8,10.553 8,10 C8,9.447 8.447,9 9,9 M17,11 L16.302,11 C15.947,11 16,10.604 16,10.248 L16,9.967 C16,7.776 13.884,6 11.692,6 L8.959,6 C6.772,6 5,7.772 5,9.959 L5,15.033 C5,17.224 6.776,19 8.967,19 L14.041,19 C16.228,19 18,17.228 18,15.041 L18,11.892 C18,11.34 17.553,11 17,11"}));jt.displayName="Blogger";var $t=jt;var f5=o(r()),Jt=({size:e,...t})=>f5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f5.createElement("path",{d:"M10.0027192,10 L13.0054384,10 C14.0063448,10 14.0063448,8 13.0054384,8 L10.0027192,8 L10.0027192,10 Z M10.0027192,13 L10.0027192,16 L13.0054384,16 C15.0072512,16 15.0072512,13 13.0054384,13 L10.0027192,13 Z M13.7881472,19 L9.00181279,19 C7.89681213,19 7,18.104 7,17 L7,7 C7,5.896 7.89681213,5 9.00181279,5 L12.9153568,5 C14.3976992,5 15.5627542,5.64 16.3204403,6.792 C17.1391818,8.034 17.2072434,9.618 16.4885926,10.937 C16.3414594,11.208 16.1723062,11.45 15.9771295,11.674 C17.0561065,12.25 17.8578326,13.367 17.9789422,14.573 C18.0930456,15.724 17.7407265,16.812 16.9880449,17.639 C16.1993307,18.504 15.0322738,19 13.7881472,19 L13.7881472,19 Z"}));Jt.displayName="Bold";var Yt=Jt;var h5=o(r()),qt=({size:e,...t})=>h5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h5.createElement("path",{fillRule:"evenodd",d:"M9,8 L15,8 L15,7 L9,7 L9,8 Z M16,5 C17.05,5 17.9177686,5.82004132 17.9944872,6.85130541 L18,7 L18,15 L8,15 C7.48928571,15 7.06479592,15.3880102 7.0067602,15.883801 L7,16 L7,17 C7,17.5107143 7.3880102,17.9352041 7.88380102,17.9932398 L8,18 L17.73,18 C17.4069231,18.5538462 16.8367456,18.9372781 16.1689076,18.9929904 L16,19 L8,19 C6.95,19 6.0822314,18.1799587 6.00551277,17.1486946 L6,17 L6,7 C6,5.95 6.82004132,5.0822314 7.85130541,5.00551277 L8,5 L16,5 Z M18,16 L18,17 L8,17 L8,16 L18,16 Z"}));qt.displayName="BookBold";var Qt=qt;var x5=o(r()),Xt=({size:e,...t})=>x5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x5.createElement("path",{fillRule:"evenodd",d:"M19,8 L19,17 L13,17 C13,16 14,15 15,15 L17,15 L18,15 L18,9 L18,8 L18,7 C18,6.447 17.553,6 17,6 L14,6 C12.9,6 12,6.9 12,8 L12,17 L11,17 L11,8 C11,6.9 10.1,6 9,6 L6,6 C5.447,6 5,6.447 5,7 L5,15 L6,15 L8,15 C9,15 10,16 10,17 L4,17 L4,8 C2.896,8 2,8.896 2,10 L2,17 C2,18.104 2.896,19 4,19 L19,19 C20.104,19 21,18.104 21,17 L21,10 C21,8.896 20.104,8 19,8"}));Xt.displayName="BookOpenBold";var Kt=Xt;var g5=o(r()),er=({size:e,...t})=>g5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g5.createElement("path",{d:"M7.5,5 C6.11928813,5 5,6.11928813 5,7.5 C5,8.88071187 6.11928813,10 7.5,10 L16.5,10 C17.8807119,10 19,8.88071187 19,7.5 C19,6.11928813 17.8807119,5 16.5,5 L7.5,5 Z M7.5,4 L16.5,4 C18.4329966,4 20,5.56700338 20,7.5 C20,9.43299662 18.4329966,11 16.5,11 L7.5,11 C5.56700338,11 4,9.43299662 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 Z M7.5,14 C6.11928813,14 5,15.1192881 5,16.5 C5,17.8807119 6.11928813,19 7.5,19 L16.5,19 C17.8807119,19 19,17.8807119 19,16.5 C19,15.1192881 17.8807119,14 16.5,14 L7.5,14 Z M7.5,13 L16.5,13 C18.4329966,13 20,14.5670034 20,16.5 C20,18.4329966 18.4329966,20 16.5,20 L7.5,20 C5.56700338,20 4,18.4329966 4,16.5 C4,14.5670034 5.56700338,13 7.5,13 Z M16.5,6 C17.3284271,6 18,6.67157288 18,7.5 C18,8.32842712 17.3284271,9 16.5,9 C15.6715729,9 15,8.32842712 15,7.5 C15,6.67157288 15.6715729,6 16.5,6 Z M7.5,15 C8.32842712,15 9,15.6715729 9,16.5 C9,17.3284271 8.32842712,18 7.5,18 C6.67157288,18 6,17.3284271 6,16.5 C6,15.6715729 6.67157288,15 7.5,15 Z"}));er.displayName="Boolean";var tr=er;var v5=o(r()),rr=({size:e,...t})=>v5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v5.createElement("path",{d:"M7.5,4 L16.5,4 C18.4329966,4 20,5.56700338 20,7.5 C20,9.43299662 18.4329966,11 16.5,11 L7.5,11 C5.56700338,11 4,9.43299662 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 Z M16.5,6 C15.6715729,6 15,6.67157288 15,7.5 C15,8.32842712 15.6715729,9 16.5,9 C17.3284271,9 18,8.32842712 18,7.5 C18,6.67157288 17.3284271,6 16.5,6 Z M7.5,13 L16.5,13 C18.4329966,13 20,14.5670034 20,16.5 C20,18.4329966 18.4329966,20 16.5,20 L7.5,20 C5.56700338,20 4,18.4329966 4,16.5 C4,14.5670034 5.56700338,13 7.5,13 Z M7.5,15 C6.67157288,15 6,15.6715729 6,16.5 C6,17.3284271 6.67157288,18 7.5,18 C8.32842712,18 9,17.3284271 9,16.5 C9,15.6715729 8.32842712,15 7.5,15 Z"}));rr.displayName="BooleanBold";var or=rr;var R5=o(r()),ar=({size:e,...t})=>R5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R5.createElement("path",{d:"M10,6 L14,6 L14,5 L10,5 L10,6 Z M18,17.5 C18,17.776 17.776,18 17.5,18 L15,18 L15,19 L17.5,19 C18.327,19 19,18.327 19,17.5 L19,15 L18,15 L18,17.5 Z M18,14 L19,14 L19,10 L18,10 L18,14 Z M17.5,5 L15,5 L15,6 L17.5,6 C17.776,6 18,6.224 18,6.5 L18,9 L19,9 L19,6.5 C19,5.673 18.327,5 17.5,5 L17.5,5 Z M5,14 L6,14 L6,10 L5,10 L5,14 Z M6,17.5 L6,15 L5,15 L5,17.5 C5,18.327 5.673,19 6.5,19 L9,19 L9,18 L6.5,18 C6.224,18 6,17.776 6,17.5 L6,17.5 Z M10,19 L14,19 L14,18 L10,18 L10,19 Z M5,6.5 L5,9 L6,9 L6,6.5 C6,6.224 6.224,6 6.5,6 L9,6 L9,5 L6.5,5 C5.673,5 5,5.673 5,6.5 L5,6.5 Z"}));ar.displayName="Border";var Lr=ar;var M5=o(r()),lr=({size:e,...t})=>M5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M5.createElement("path",{d:"M10,7 L14,7 L14,5 L10,5 L10,7 Z M10,19 L14,19 L14,17 L10,17 L10,19 Z M17,14 L19,14 L19,10 L17,10 L17,14 Z M16,17 L16,19 C17.654,19 19,18 19,16 L17,16 C17,16.672 16.552,17 16,17 L16,17 Z M5,8 L7,8 C7,7.344 7.448,7 8,7 L8,5 C6.346,5 5,6 5,8 L5,8 Z M7,16 L5,16 C5,18 6.346,19 8,19 L8,17 C7.448,17 7,16.688 7,16 L7,16 Z M5,14 L7,14 L7,10 L5,10 L5,14 Z M17.004,8 L19,8 C19,6 18,5 16,5 L16,6.997 C16.555,6.997 17.004,7.446 17.004,8 L17.004,8 Z"}));lr.displayName="BorderBold";var sr=lr;var S5=o(r()),ir=({size:e,...t})=>S5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S5.createElement("path",{d:"M18,17 C18,17.552 17.553,18 17,18 L7,18 C6.447,18 6,17.552 6,17 L6,7 C6,6.448 6.447,6 7,6 L17,6 C17.553,6 18,6.448 18,7 L18,17 Z M17,5 L7,5 C5.896,5 5,5.896 5,7 L5,17 C5,18.104 5.896,19 7,19 L17,19 C18.104,19 19,18.104 19,17 L19,7 C19,5.896 18.104,5 17,5 L17,5 Z"}));ir.displayName="Box";var Cr=ir;var Z5=o(r()),nr=({size:e,...t})=>Z5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z5.createElement("path",{d:"M16,5 L8,5 C6.343,5 5,6.343 5,8 L5,16 C5,17.657 6.343,19 8,19 L16,19 C17.657,19 19,17.657 19,16 L19,8 C19,6.343 17.657,5 16,5"}));nr.displayName="BoxBold";var pr=nr;var B5=o(r()),dr=({size:e,...t})=>B5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B5.createElement("path",{d:"M7.3572,15.1357 L8.0642,15.8427 L5.9432,17.9637 L5.2362,17.2567 L7.3572,15.1357 Z M11.6,8.1 C13.53,8.1 15.1,9.67 15.1,11.6 C15.1,13.53 13.53,15.1 11.6,15.1 C9.67,15.1 8.1,13.53 8.1,11.6 C8.1,9.67 9.67,8.1 11.6,8.1 Z M11.6,9.1 C10.222,9.1 9.1,10.222 9.1,11.6 C9.1,12.978 10.222,14.1 11.6,14.1 C12.978,14.1 14.1,12.978 14.1,11.6 C14.1,10.222 12.978,9.1 11.6,9.1 Z M17.9642,5.9437 L17.2572,5.2357 L15.1352,7.3577 L15.8422,8.0647 L17.9642,5.9437 Z M5.2362,5.9437 L7.3572,8.0647 L8.0642,7.3577 L5.9432,5.2357 L5.2362,5.9437 Z M12.2,17 L12.2,20.2 L11,20.2 L11,17 L12.2,17 Z M15.8422,15.1357 L17.9642,17.2567 L17.2572,17.9637 L15.1352,15.8427 L15.8422,15.1357 Z M20.2,11 L20.2,12.2 L17,12.2 L17,11 L20.2,11 Z M6.2,11 L6.2,12.2 L3,12.2 L3,11 L6.2,11 Z M12.2,3 L12.2,6.2 L11,6.2 L11,3 L12.2,3 Z"}));dr.displayName="Brightness";var cr=dr;var P5=o(r()),ur=({size:e,...t})=>P5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P5.createElement("path",{d:"M17.429,15.736 C17.062,15.37 16.469,15.369 16.103,15.736 C15.737,16.101 15.737,16.695 16.103,17.061 L16.869,17.829 C17.053,18.012 17.292,18.104 17.533,18.104 C17.773,18.104 18.012,18.012 18.196,17.83 C18.562,17.464 18.562,16.87 18.196,16.504 L17.429,15.736 Z M19,11.007 C18.449,11.007 18,11.455 18,12.007 C18,12.56 18.449,13.007 19,13.007 L20,13.007 C20.553,13.007 21,12.56 21,12.007 C21,11.455 20.553,11.007 20,11.007 L19,11.007 Z M11.922,13.625 C10.922,13.625 10.222,12.605 10.222,11.5 C10.222,10.395 10.922,9.387 11.922,9.387 L11.922,13.625 Z M9,11.5 C9,13.433 10.568,15 12.5,15 C14.433,15 16,13.433 16,11.5 C16,9.567 14.433,8 12.5,8 C10.568,8 9,9.567 9,11.5 Z M7.589,5.896 C7.223,5.53 6.629,5.53 6.263,5.896 C5.898,6.262 5.898,6.856 6.263,7.222 L7.031,7.99 C7.214,8.174 7.454,8.264 7.694,8.264 C7.934,8.264 8.174,8.174 8.357,7.99 C8.723,7.624 8.723,7.03 8.357,6.664 L7.589,5.896 Z M10.922,18 L10.922,19 C10.922,19.552 11.369,20 11.922,20 C12.475,20 12.922,19.552 12.922,19 L12.922,18 C12.922,17.448 12.475,17 11.922,17 C11.369,17 10.922,17.448 10.922,18 Z M6.263,16.504 C5.898,16.87 5.898,17.464 6.263,17.83 C6.447,18.012 6.687,18.104 6.926,18.104 C7.166,18.104 7.407,18.012 7.589,17.83 L8.357,17.062 C8.723,16.696 8.723,16.102 8.357,15.736 C7.991,15.37 7.397,15.37 7.031,15.736 L6.263,16.504 Z M17.429,7.99 L18.196,7.222 C18.562,6.856 18.562,6.262 18.196,5.896 C17.828,5.529 17.235,5.531 16.869,5.897 L16.103,6.665 C15.737,7.031 15.737,7.625 16.103,7.99 C16.286,8.174 16.526,8.264 16.766,8.264 C17.006,8.264 17.245,8.173 17.429,7.99 Z M12.922,5 L12.922,4 C12.922,3.448 12.475,3 11.922,3 C11.369,3 10.922,3.448 10.922,4 L10.922,5 C10.922,5.552 11.369,6 11.922,6 C12.475,6 12.922,5.552 12.922,5 Z M6,11.007 L5,11.007 C4.449,11.007 4,11.455 4,12.007 C4,12.56 4.449,13.007 5,13.007 L6,13.007 C6.553,13.007 7,12.56 7,12.007 C7,11.455 6.553,11.007 6,11.007 Z"}));ur.displayName="BrightnessBold";var mr=ur;var V5=o(r()),fr=({size:e,...t})=>V5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V5.createElement("path",{fillRule:"evenodd",d:"M10,8 L11,8 L11,7 L10,7 L10,8 Z M19,9 L5,9 L5,6.5 C5,6.225 5.225,6 5.5,6 L18.5,6 C18.775,6 19,6.225 19,6.5 L19,9 Z M19,17.5 C19,17.775 18.775,18 18.5,18 L5.5,18 C5.225,18 5,17.775 5,17.5 L5,10 L19,10 L19,17.5 Z M18.5,5 L5.5,5 C4.673,5 4,5.673 4,6.5 L4,17.5 C4,18.327 4.673,19 5.5,19 L18.5,19 C19.327,19 20,18.327 20,17.5 L20,6.5 C20,5.673 19.327,5 18.5,5 L18.5,5 Z M8,8 L9,8 L9,7 L8,7 L8,8 Z M6,8 L7,8 L7,7 L6,7 L6,8 Z"}));fr.displayName="Browser";var hr=fr;var b5=o(r()),xr=({size:e,...t})=>b5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b5.createElement("path",{fillRule:"evenodd",d:"M6.922,17.008 L16.922,17.008 L16.922,11.008 L6.922,11.008 L6.922,17.008 Z M6.922,9.008 L7.922,9.008 L7.922,8.008 L6.922,8.008 L6.922,9.008 Z M8.922,9.008 L9.922,9.008 L9.922,8.008 L8.922,8.008 L8.922,9.008 Z M10.922,9.008 L11.922,9.008 L11.922,8.008 L10.922,8.008 L10.922,9.008 Z M16,6 L8,6 C6.344,6 5,7.343 5,9 L5,16 C5,17.657 6.344,19 8,19 L16,19 C17.657,19 19,17.657 19,16 L19,9 C19,7.343 17.657,6 16,6 L16,6 Z"}));xr.displayName="BrowserBold";var gr=xr;var w5=o(r()),vr=({size:e,...t})=>w5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w5.createElement("path",{d:"M20,17 L20,19 L10,19 L10,17 L20,17 Z M8,16 L8,19 L5,19 L5,16 L8,16 Z M20,11 L20,13 L10,13 L10,11 L20,11 Z M8,10 L8,13 L5,13 L5,10 L8,10 Z M20,5 L20,7 L10,7 L10,5 L20,5 Z M8,4 L8,7 L5,7 L5,4 L8,4 Z"}));vr.displayName="BulletListLeft";var Rr=vr;var G5=o(r()),Mr=({size:e,...t})=>G5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G5.createElement("path",{d:"M15,17 L15,19 L5,19 L5,17 L15,17 Z M20,16 L20,19 L17,19 L17,16 L20,16 Z M15,11 L15,13 L5,13 L5,11 L15,11 Z M20,10 L20,13 L17,13 L17,10 L20,10 Z M15,5 L15,7 L5,7 L5,5 L15,5 Z M20,4 L20,7 L17,7 L17,4 L20,4 Z"}));Mr.displayName="BulletListRight";var Sr=Mr;var A5=o(r()),Zr=({size:e,...t})=>A5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A5.createElement("path",{d:"M20,16 C20,16.087 19.972,16.164 19.951,16.244 L17.717,14.01 C17.893,13.713 18,13.37 18,13 L18,7.5 L20,9.5 L20,16 Z M19,17 L7.5,17 L5.5,15 L16,15 C16.37,15 16.713,14.893 17.01,14.717 L19.244,16.951 C19.164,16.972 19.086,17 19,17 L19,17 Z M5,8 C5,7.447 5.447,7 6,7 L17,7 L17,13 C17,13.553 16.553,14 16,14 L5,14 L5,8 Z M20.561,8.561 L18.439,6.439 C18.158,6.158 17.776,6 17.379,6 L6,6 C4.896,6 4,6.896 4,8 L4,14.379 C4,14.776 4.158,15.158 4.439,15.439 L6.561,17.561 C6.842,17.842 7.224,18 7.621,18 L19,18 C20.104,18 21,17.104 21,16 L21,9.621 C21,9.224 20.842,8.842 20.561,8.561 L20.561,8.561 Z"}));Zr.displayName="Button";var Br=Zr;var y5=o(r()),Pr=({size:e,...t})=>y5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y5.createElement("path",{d:"M15.836,7 C16.812,7 17.355,7.377 17.918,7.94 L17.918,7.94 L20,10.123 L20,15 C20,16.657 18.657,18 17,18 L17,18 L8.078,18 L5.697,16.891 C4.682,16.382 4,15.405 4,14.269 L4,14.269 L4,10 C4,8.35 5.35,7 7,7 L7,7 Z M15,9 L6,9 L6,14 L15,14 L15,9 Z"}));Pr.displayName="ButtonBold";var Vr=Pr;var E5=o(r()),br=({size:e,...t})=>E5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E5.createElement("path",{d:"M7.012 8c-.603 0-1.09.183-1.458.547C5.184 8.913 5 9.4 5 10.012v3.966c0 .61.185 1.101.554 1.469.369.368.855.553 1.458.553.61 0 1.1-.185 1.47-.553.368-.368.552-.859.552-1.469v-.168c0-.075-.036-.111-.112-.111l-.848-.045c-.075 0-.112.037-.112.111v.291c0 .305-.087.551-.263.738a.901.901 0 01-.687.278c-.284 0-.51-.093-.682-.278-.171-.187-.256-.433-.256-.738V9.944c0-.305.085-.551.256-.737.172-.186.398-.28.682-.28.284 0 .512.094.687.28.176.186.263.432.263.737v.291c0 .074.037.112.112.112l.848-.046c.076 0 .112-.036.112-.111v-.178c0-.612-.184-1.099-.552-1.465-.37-.364-.86-.547-1.47-.547zm6.162 4.357c-.227-.208-.563-.48-1.011-.815-.47-.343-.787-.617-.95-.822a1.163 1.163 0 01-.245-.754c0-.328.08-.583.246-.765a.81.81 0 01.637-.274c.275 0 .497.102.67.307.17.205.256.475.256.81v.302c0 .075.038.112.112.112h.827c.075 0 .112-.037.112-.112v-.279c0-.618-.181-1.117-.542-1.497-.361-.38-.841-.57-1.435-.57-.574 0-1.04.177-1.397.53-.358.354-.537.832-.537 1.436 0 .38.074.712.223.995.149.283.332.524.548.726.216.201.514.443.895.726.34.254.589.445.74.575.154.131.277.278.37.441.094.165.14.355.14.571 0 .32-.088.58-.263.776a.845.845 0 01-.664.296.82.82 0 01-.66-.307c-.171-.205-.257-.478-.257-.82v-.236c0-.074-.037-.112-.11-.112h-.828c-.074 0-.111.038-.111.112V14c0 .596.18 1.078.542 1.447.36.368.835.553 1.424.553.588 0 1.065-.188 1.43-.565.365-.376.548-.877.548-1.503 0-.342-.062-.638-.185-.888a2.307 2.307 0 00-.525-.687zm5.285.688a2.307 2.307 0 00-.525-.687c-.226-.21-.564-.48-1.012-.816-.468-.343-.786-.617-.95-.821a1.168 1.168 0 01-.244-.754c0-.328.08-.583.245-.766a.815.815 0 01.637-.274c.276 0 .498.103.67.308.17.205.257.474.257.81v.302c0 .074.037.11.112.11h.827c.074 0 .112-.036.112-.11v-.28c0-.618-.181-1.117-.543-1.497-.36-.38-.84-.57-1.435-.57-.573 0-1.04.178-1.397.53-.358.355-.536.833-.536 1.437 0 .38.074.71.223.994.149.284.33.525.548.726.216.2.513.443.894.726.342.254.59.445.742.575.153.13.276.278.369.442.093.165.14.354.14.57 0 .32-.088.58-.262.777a.85.85 0 01-.665.295.82.82 0 01-.66-.307c-.172-.204-.257-.478-.257-.82v-.235c0-.075-.038-.112-.111-.112h-.827c-.075 0-.111.037-.111.112V14c0 .596.18 1.079.54 1.447.363.369.837.553 1.426.553.588 0 1.065-.187 1.43-.564.365-.376.548-.877.548-1.503 0-.342-.062-.64-.185-.888z"}));br.displayName="CSS";var wr=br;var F5=o(r()),Gr=({size:e,...t})=>F5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F5.createElement("path",{d:"M8 12h2v-2H8v2Zm3 3h2v-2h-2v2Zm0-3h2v-2h-2v2Zm-3 3h2v-2H8v2Zm6-3h2v-2h-2v2Zm0 3h2v-2h-2v2Zm4 1V8c0-.55-.45-1-1-1h-2v1h-1V7h-4v1H9V7H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h10c.55 0 1-.45 1-1ZM17 6c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h2V5h1v1h4V5h1v1h2Z"}));Gr.displayName="Calendar";var Ar=Gr;var N5=o(r()),yr=({size:e,...t})=>N5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N5.createElement("path",{fillRule:"evenodd",d:"M15,5 C15.5107143,5 15.9352041,5.3880102 15.9932398,5.88380102 L16,6 L16,7 C17.5910714,7 18.9031888,8.25529337 18.994882,9.82441008 L19,10 L19,16 C19,17.5910714 17.7447066,18.9031888 16.1755899,18.994882 L16,19 L8,19 C6.40892857,19 5.09681122,17.7447066 5.00511798,16.1755899 L5,16 L5,10 C5,9.18 5.34,8.42 5.88,7.88 C6.375,7.385 7.05486111,7.05805556 7.79634259,7.00700231 L8,7 L8,6 C8,5.45 8.45,5 9,5 C9.51071429,5 9.93520408,5.3880102 9.9932398,5.88380102 L10,6 L10,7 L14,7 L14,6 C14,5.45 14.45,5 15,5 Z M17,10 L7,10 L7,17 L17,17 L17,10 Z M10,14 L10,16 L8,16 L8,14 L10,14 Z M13,14 L13,16 L11,16 L11,14 L13,14 Z M16,14 L16,16 L14,16 L14,14 L16,14 Z M10,11 L10,13 L8,13 L8,11 L10,11 Z M13,11 L13,13 L11,13 L11,11 L13,11 Z M16,11 L16,13 L14,13 L14,11 L16,11 Z"}));yr.displayName="CalendarBold";var Er=yr;var k5=o(r()),Fr=({size:e,...t})=>k5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k5.createElement("path",{d:"M9,15 L6,15 L6,9 L9,9 L9,10 L7,10 L7,14 L9,14 L9,15 Z M15,11 L17,11 L17,9 L18,9 L18,15 L17,15 L17,12 L15,12 L15,15 L14,15 L14,9 L15,9 L15,11 Z M13,9 L13,13 L11,13 L11,15 L10,15 L10,9 L13,9 Z M12,10 L11,10 L11,12 L12,12 L12,10 Z M6,6 L18,6 C19.1045695,6 20,6.8954305 20,8 L20,16 C20,17.1045695 19.1045695,18 18,18 L6,18 C4.8954305,18 4,17.1045695 4,16 L4,8 C4,6.8954305 4.8954305,6 6,6 Z M6,7 C5.44771525,7 5,7.44771525 5,8 L5,16 C5,16.5522847 5.44771525,17 6,17 L18,17 C18.5522847,17 19,16.5522847 19,16 L19,8 C19,7.44771525 18.5522847,7 18,7 L6,7 Z"}));Fr.displayName="Captcha";var Nr=Fr;var H5=o(r()),kr=({size:e,...t})=>H5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H5.createElement("path",{d:"M7,14 L7,10 L9,10 L9,9 L6,9 L6,15 L9,15 L9,14 L7,14 Z M15,11 L15,9 L14,9 L14,15 L15,15 L15,12 L17,12 L17,15 L18,15 L18,9 L17,9 L17,11 L15,11 Z M12,10 L12,12 L11,12 L11,10 L12,10 Z M13,9 L10,9 L10,15 L11,15 L11,13 L13,13 L13,9 Z M6.25,6 L17.75,6 C18.9926407,6 20,6.8954305 20,8 L20,16 C20,17.1045695 18.9926407,18 17.75,18 L6.25,18 C5.00735931,18 4,17.1045695 4,16 L4,8 C4,6.8954305 5.00735931,6 6.25,6 Z"}));kr.displayName="CaptchaBold";var Hr=kr;var T5=o(r()),Tr=({size:e,...t})=>T5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T5.createElement("path",{d:"M7.5,4 C8.03169231,4 8.64347929,4.40984615 8.93423213,4.88110696 L9,5 L12.5,13 L10,13 L9,10 L6.046,10 L5,13 L2.5,13 L6,5 C6.253,4.482 6.923,4 7.5,4 Z M7.5,6 L6.5,8 L8.504,8 L7.5,6 Z M17,14 L21,17 L17,20 L17,18 L6,18 L6,20 L2,17 L6,14 L6,16 L17,16 L17,14 Z M14,4 L16.5,11 L19,4 L21.5,4 L18,12 C17.746,12.519 17.076,13 16.5,13 C15.9673846,13 15.3555266,12.5893018 15.0655548,12.1186964 L15,12 L11.5,4 L14,4 Z"}));Tr.displayName="CharacterSpacing";var Ur=Tr;var U5=o(r()),Dr=({size:e,...t})=>U5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U5.createElement("path",{fillRule:"evenodd",d:"M9,12 L16,12 L16,11 L9,11 L9,12 Z M19,14 C19,14.552 18.553,15 18,15 L14.547,15 C14.46,15.024 14.377,15.046 14.291,15.07 L10,17.621 L10,15.5 C10,15.224 9.776,15 9.5,15 L7,15 C6.447,15 6,14.552 6,14 L6,7 C6,6.448 6.447,6 7,6 L18,6 C18.553,6 19,6.448 19,7 L19,14 Z M18,5 L7,5 C5.896,5 5,5.896 5,7 L5,14 C5,15.104 5.896,16 7,16 L9,16 L9,18.5 C9,18.68 9.097,18.846 9.253,18.935 C9.33,18.978 9.414,19 9.5,19 C9.588,19 9.677,18.977 9.756,18.93 L14.684,16 L18,16 C19.104,16 20,15.104 20,14 L20,7 C20,5.896 19.104,5 18,5 L18,5 Z M9,10 L13,10 L13,9 L9,9 L9,10 Z"}));Dr.displayName="Chat";var zr=Dr;var D5=o(r()),Ir=({size:e,...t})=>D5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D5.createElement("path",{fillRule:"evenodd",d:"M8,13 L14,13 L14,12 L8,12 L8,13 Z M8,10 L11,10 L11,9 L8,9 L8,10 Z M16,6 L8,6 C6.35,6 5,7.35 5,9 L5,13 C5,14.65 6.35,16 8,16 L9.078,16 L10,19 L14.078,16 L16,16 C17.657,16 19,14.657 19,13 L19,9 C19,7.343 17.657,6 16,6 L16,6 Z"}));Ir.displayName="ChatBold";var _r=Ir;var z5=o(r()),Wr=({size:e,...t})=>z5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z5.createElement("path",{d:"M7,4 L17,4 C18.6568542,4 20,5.34314575 20,7 L20,17 C20,18.6568542 18.6568542,20 17,20 L7,20 C5.34314575,20 4,18.6568542 4,17 L4,7 C4,5.34314575 5.34314575,4 7,4 Z M5,7 L5,17 C5,18.1045695 5.8954305,19 7,19 L17,19 C18.1045695,19 19,18.1045695 19,17 L19,7 C19,5.8954305 18.1045695,5 17,5 L7,5 C5.8954305,5 5,5.8954305 5,7 Z M11,13 L15,9 L16,10 L11,15 L8,12 L9,11 L11,13 Z"}));Wr.displayName="Checkbox";var Or=Wr;var I5=o(r()),jr=({size:e,...t})=>I5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I5.createElement("path",{d:"M7,4 L17,4 C18.6568542,4 20,5.34314575 20,7 L20,17 C20,18.6568542 18.6568542,20 17,20 L7,20 C5.34314575,20 4,18.6568542 4,17 L4,7 C4,5.34314575 5.34314575,4 7,4 Z M10.9931543,12.5884337 L9.21393759,10.7955949 L7.79434121,12.2044051 L10.9771341,15.4115663 L16.2249654,10.2422358 L14.8214488,8.81740561 L10.9931543,12.5884337 Z"}));jr.displayName="CheckboxBold";var $r=jr;var _5=o(r()),Jr=({size:e,...t})=>_5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_5.createElement("path",{d:"M11,6 L20,6 L20,7 L11,7 L11,6 Z M11,11 L20,11 L20,12 L11,12 L11,11 Z M11,16 L17,16 L17,17 L11,17 L11,16 Z M5,15 L8,15 L8,18 L5,18 L5,15 Z M6,16 L6,17 L7,17 L7,16 L6,16 Z M5.5,12.5 L4.5,12.5 L4.5,11 L6,11 L6,12 L6.5,12 L6.5,11 L7.5,11 L7.5,10 L9,10 L9,11.5 L8,11.5 L8,12.5 L7,12.5 L7,13.5 L5.5,13.5 L5.5,12.5 Z M5.5,7.5 L4.5,7.5 L4.5,6 L6,6 L6,7 L6.5,7 L6.5,6 L7.5,6 L7.5,5 L9,5 L9,6.5 L8,6.5 L8,7.5 L7,7.5 L7,8.5 L5.5,8.5 L5.5,7.5 Z"}));Jr.displayName="CheckboxList";var Yr=Jr;var W5=o(r()),qr=({size:e,...t})=>W5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W5.createElement("path",{d:"M12,7 L20,7 L20,9 L12,9 L12,7 Z M12,12 L20,12 L20,14 L12,14 L12,12 Z M12,17 L17,17 L17,19 L12,19 L12,17 Z M6,17 L8,17 L8,19 L6,19 L6,17 Z M6,12 L8,12 L8,14 L6,14 L6,12 Z M5,7.5 L4.5,7.5 L4.5,6 L6,6 L6,7 L6.5,7 L6.5,8 L7,8 L7,7 L8,7 L8,6 L9,6 L9,5 L10.5,5 L10.5,6.5 L9.5,6.5 L9.5,7.5 L8.5,7.5 L8.5,8.5 L7.5,8.5 L7.5,9.5 L6,9.5 L6,8.5 L5,8.5 L5,7.5 Z"}));qr.displayName="CheckboxListBold";var Qr=qr;var O5=o(r()),Xr=({size:e,...t})=>O5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O5.createElement("path",{d:"M7 9.79a.5.5 0 0 1 .854-.353L12 13.584l4.146-4.147a.5.5 0 1 1 .708.708L12 14.998l-4.854-4.853A.5.5 0 0 1 7 9.79Z"}));Xr.displayName="ChevronDown";var Kr=Xr;var j5=o(r()),eo=({size:e,...t})=>j5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},j5.createElement("path",{d:"M12.853 7.85 9 11.71 5.147 7.846a.496.496 0 0 1 .7-.7l3.154 3.148 3.153-3.15a.494.494 0 0 1 .699 0l.001.001a.499.499 0 0 1-.001.704Z"}));eo.displayName="ChevronDownSmall";var to=eo;var $5=o(r()),ro=({size:e,...t})=>$5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$5.createElement("path",{d:"M14.207 17a.5.5 0 0 1-.354-.145L9 12l4.853-4.854a.5.5 0 0 1 .708.708L10.414 12l4.147 4.146a.5.5 0 0 1-.354.854Z"}));ro.displayName="ChevronLeft";var oo=ro;var J5=o(r()),ao=({size:e,...t})=>J5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},J5.createElement("path",{d:"M10.147 12.853 6.289 9.001l3.863-3.854a.497.497 0 0 1 .702.7L7.707 9.003l3.147 3.153a.494.494 0 0 1-.002.7.5.5 0 0 1-.705-.002Z"}));ao.displayName="ChevronLeftSmall";var Lo=ao;var Y5=o(r()),lo=({size:e,...t})=>Y5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y5.createElement("path",{d:"M9.79 17a.5.5 0 0 1-.353-.853L13.584 12 9.437 7.855a.5.5 0 0 1 .708-.708L14.998 12l-4.853 4.854A.5.5 0 0 1 9.79 17Z"}));lo.displayName="ChevronRight";var so=lo;var q5=o(r()),io=({size:e,...t})=>q5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},q5.createElement("path",{d:"M7.856 5.148 11.714 9 7.85 12.854a.497.497 0 0 1-.702-.7L10.296 9 7.15 5.847a.494.494 0 0 1 .001-.7h.001a.5.5 0 0 1 .705.001Z"}));io.displayName="ChevronRightSmall";var Co=io;var Q5=o(r()),no=({size:e,...t})=>Q5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q5.createElement("path",{d:"M17 14.207a.5.5 0 0 1-.853.354L12 10.414l-4.146 4.147a.5.5 0 0 1-.708-.708L12 9l4.854 4.853a.5.5 0 0 1 .146.354Z"}));no.displayName="ChevronUp";var po=no;var X5=o(r()),co=({size:e,...t})=>X5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},X5.createElement("path",{d:"M12.853 10.15 9 6.29l-3.854 3.862a.496.496 0 0 0 .7.7L9 7.704l3.153 3.15a.494.494 0 0 0 .63.058l.07-.06a.499.499 0 0 0-.001-.703Z"}));co.displayName="ChevronUpSmall";var uo=co;var K5=o(r()),mo=({size:e,...t})=>K5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K5.createElement("path",{fillRule:"evenodd",d:"M13,11 L12.5,11.5 L15.5,14 L10,14 C8.896,14 8,13.104 8,12 L8,6 L7,6 L7,12 C7,13.657 8.343,15 10,15 L15.5,15 L12.5,17.5 L13,18 L17,14.5 L13,11 Z"}));mo.displayName="Child";var fo=mo;var e9=o(r()),ho=({size:e,...t})=>e9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e9.createElement("path",{fillRule:"evenodd",d:"M13.766,11.305 C13.378,10.917 12.75,10.916 12.362,11.305 C11.974,11.693 11.974,12.325 12.362,12.713 L14.057,14 L9.024,14 C8.472,14 8,13.542 8,12.991 L8,6 L6,6 L6,12.977 C6,14.634 7.38,16 9.037,16 L14.057,16 L12.362,17.275 C11.974,17.663 11.974,18.287 12.362,18.676 C12.75,19.064 13.378,19.061 13.766,18.673 L17.037,14.989 L13.766,11.305 Z"}));ho.displayName="ChildBold";var xo=ho;var t9=o(r()),go=({size:e,...t})=>t9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t9.createElement("path",{fillRule:"evenodd",d:"M12,5 C15.8659932,5 19,8.13400675 19,12 C19,13.8565154 18.2625021,15.6369928 16.9497475,16.9497475 C15.6369928,18.2625021 13.8565154,19 12,19 C8.13400675,19 5,15.8659932 5,12 C5,8.13400675 8.13400675,5 12,5 Z M12,6 C8.6862915,6 6,8.6862915 6,12 C6,15.3137085 8.6862915,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,8.6862915 15.3137085,6 12,6 Z M9.88495742,9.1732886 L12.034,11.323 L14.1770956,9.18035967 L14.8842024,9.88746645 L12.741,12.03 L14.8842024,14.1725335 L14.1770956,14.8796403 L12.034,12.736 L9.88495742,14.8867114 L9.17785063,14.1796046 L11.327,12.03 L9.17785063,9.88039539 L9.88495742,9.1732886 Z"}));go.displayName="Close";var vo=go;var r9=o(r()),Ro=({size:e,...t})=>r9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r9.createElement("path",{d:"M13.333,6 C10.341,6 9.416,8.736 9.13,10 L8.133,10 C6.402,10 5,11.402 5,13.133 L5,14 L4.499,14 C3.119,14 2,15.118 2,16.498 C2,17.878 3.119,18.997 4.498,18.997 L4.501,18.997 L17.682,18.997 C20.669,18.993 22.945,15.945 21.608,12.793 C20.955,11.254 19.354,10.333 17.682,10.333 L17.667,10.333 C17.667,10.333 17.525,6 13.333,6 M13.333,7 C16.435,7 16.652,10.025 16.667,10.365 L16.714,11.333 L17.682,11.333 C19.01,11.333 20.218,12.077 20.687,13.184 C21.173,14.327 21.085,15.536 20.448,16.501 C19.829,17.437 18.795,17.998 17.682,18 L4.498,18 C3.672,18 3,17.325 3,16.498 C3,15.672 3.672,15 4.499,15 L5,15 L6,15 L6,14 L6,13.133 C6,11.957 6.957,11 8.133,11 L9.13,11 L9.929,11 L10.105,10.221 C10.437,8.751 11.269,7 13.333,7"}));Ro.displayName="Cloud";var Mo=Ro;var o9=o(r()),So=({size:e,...t})=>o9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o9.createElement("path",{d:"M17.681,9.333 L17.667,9.333 C17.667,9.333 17.525,5 13.333,5 C10.34,5 9.416,7.736 9.129,9 L8.133,9 C6.403,9 5,10.403 5,12.134 L5,13 L4.499,13 C3.119,13 2,14.119 2,15.499 C2,16.88 3.12,18.001 4.501,18 L17.681,18 C20.669,17.996 22.945,14.945 21.608,11.793 C20.955,10.254 19.353,9.333 17.681,9.333 Z"}));So.displayName="CloudBold";var Zo=So;var a9=o(r()),Bo=({size:e,...t})=>a9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},a9.createElement("path",{d:"M16,11.5 C16,10.12 14.883,9.002 13.504,9 L13.505,9 L13,9 L13,7.494 C13,6.116 11.883,5 10.505,5 L10.495,5 C9.117,5 8,6.116 8,7.494 L7,7 C5.896,7 5,7.895 5,9 L5,10 L4,10 C2.896,10 2,10.895 2,12 C2,13.104 2.896,14 4,14 L13.508,14 C14.885,13.996 16,12.878 16,11.5"}));Bo.displayName="CloudBoldSmall";var Po=Bo;var L9=o(r()),Vo=({size:e,...t})=>L9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},L9.createElement("path",{d:"M10.505,4 L10.495,4 C9.117,4 8,5.117 8,6.495 L7,6 C5.896,6 5,6.896 5,8 L5,9 L4.5,9 C3.119,9 2,10.119 2,11.5 C2,12.881 3.119,14 4.5,14 L13,14 C14.657,14 16,12.657 16,11 C16,9.343 14.657,8 13,8 L13,6.495 C13,5.117 11.883,4 10.505,4 M10.505,4.9 C11.385,4.9 12.1,5.615 12.1,6.495 L12.1,8 L12.1,8.9 L13,8.9 C14.158,8.9 15.1,9.842 15.1,11 C15.1,12.158 14.158,13.1 13,13.1 L4.5,13.1 C3.618,13.1 2.901,12.382 2.901,11.5 C2.901,10.618 3.618,9.9 4.5,9.9 L5,9.9 L5.901,9.9 L5.901,9 L5.901,8 C5.901,7.455 6.299,7.001 6.819,6.915 L7.601,7.302 L8.901,7.945 L8.901,6.495 C8.901,5.615 9.615,4.9 10.495,4.9 L10.505,4.9"}));Vo.displayName="CloudSmall";var bo=Vo;var l9=o(r()),wo=({size:e,...t})=>l9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l9.createElement("path",{d:"M10,5 L10,7 L9.208,7 C8.784,7 8.485,7.22 8.434,7.435 L8.426,7.5 L8.426,9.879 L8.419,9.997 C8.33140945,10.7198176 8.03222034,11.4006467 7.559,11.954 L7.518,11.999 L7.561,12.047 C7.794,12.321 7.993,12.634 8.146,12.991 L8.233,13.211 C8.303,13.407 8.355,13.606 8.39,13.804 L8.419,14.003 L8.426,14.121 L8.426,16.5 C8.426,16.713 8.686,16.952 9.085,16.994 L9.208,17 L10,17 L10,19 L9.208,19 C7.764,19 6.525,18.004 6.432,16.663 L6.426,16.5 L6.426,14.195 L6.414,14.121 L6.387,14.002 L6.35,13.884 C6.2,13.466 5.896,13.144 5.527,12.908 C5.23242969,12.7291253 5.04285521,12.4185464 5.01841451,12.074787 C4.99397382,11.7310277 5.13770024,11.3967516 5.404,11.178 L5.514,11.1 C5.896,10.857 6.2,10.534 6.349,10.116 C6.378,10.037 6.399,9.959 6.414,9.879 L6.426,9.804 L6.426,7.5 C6.426,6.132 7.609,5.083 9.036,5.005 L9.208,5 L10,5 Z M14.81,5 C16.253,5 17.491,5.996 17.584,7.337 L17.59,7.5 L17.59,9.806 L17.602,9.877 C17.61,9.917 17.619,9.957 17.63,9.997 L17.667,10.116 C17.817,10.534 18.121,10.856 18.49,11.092 C19.13,11.487 19.168,12.375 18.613,12.822 L18.503,12.9 C18.121,13.143 17.817,13.466 17.668,13.884 C17.639,13.963 17.618,14.042 17.602,14.123 L17.59,14.193 L17.59,16.5 C17.59,17.868 16.407,18.917 14.981,18.995 L14.81,19 L14.018,19 L14.018,17 L14.81,17 C15.233,17 15.533,16.78 15.583,16.565 L15.591,16.5 L15.591,14.121 L15.599,13.997 C15.6877311,13.27629 15.9868531,12.5977004 16.459,12.046 L16.499,12 L16.457,11.953 C16.2155182,11.6696294 16.0182874,11.3513629 15.872,11.009 L15.786,10.789 C15.7247476,10.6185089 15.6762801,10.4436919 15.641,10.266 L15.599,10.003 L15.591,9.879 L15.591,7.5 C15.591,7.287 15.331,7.048 14.933,7.006 L14.81,7 L14.018,7 L14.018,5 L14.81,5 L14.81,5 Z"}));wo.displayName="CodeBold";var Go=wo;var s9=o(r()),Ao=({size:e,...t})=>s9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s9.createElement("path",{d:"M19.0868954,19.013 C18.6398954,19.013 18.1598954,18.738 18.1598954,18.135 C18.1598954,17.637 18.5888954,16.727 19.0868954,15.882 C19.5848954,16.727 20.0138954,17.637 20.0138954,18.135 C20.0138954,18.738 19.5328954,19.013 19.0868954,19.013 L19.0868954,19.013 Z M19.0868954,14.079 C19.0868954,14.079 17.1738954,16.702 17.1738954,18.135 C17.1738954,19.238 18.0298954,20 19.0868954,20 C20.1438954,20 20.9998954,19.238 20.9998954,18.135 C20.9998954,16.702 19.0868954,14.079 19.0868954,14.079 L19.0868954,14.079 Z M10.3238954,18.229 C10.0258954,18.472 9.81089542,18.346 9.66089542,18.197 L5.35389542,13.886 C5.17289542,13.705 5.15889542,13.42 5.32189542,13.223 L6.45689542,11.843 C6.89389542,12.174 7.37889542,12.487 7.90889542,12.768 C9.29389542,13.504 10.7418954,13.906 11.9728954,13.906 C12.1548954,13.906 12.3328954,13.897 12.5038954,13.88 C12.7748954,13.851 12.9708954,13.609 12.9428954,13.338 C12.9148954,13.067 12.6728954,12.876 12.4018954,12.898 C11.2828954,13.018 9.77189542,12.641 8.37089542,11.897 C7.89089542,11.642 7.47489542,11.36 7.09189542,11.071 L11.2878954,5.967 L17.5718954,12.257 L10.3238954,18.229 Z M5.09789542,7.591 C5.52589542,6.784 7.14789542,6.658 8.95889542,7.246 L6.33889542,10.432 C5.22389542,9.353 4.75789542,8.232 5.09789542,7.591 L5.09789542,7.591 Z M18.8408954,13.526 L19.5378954,12.828 L10.7168954,4 L10.0208954,4.698 L10.5878954,5.265 L9.62989542,6.43 C7.11189542,5.499 4.94589542,5.775 4.22789542,7.129 C3.62389542,8.266 4.25589542,9.834 5.70489542,11.204 L4.56089542,12.596 C4.07389542,13.187 4.11489542,14.041 4.65689542,14.583 L8.96389542,18.894 C9.24289542,19.174 9.61489542,19.328 10.0098954,19.328 C10.3518954,19.328 10.6848954,19.208 10.9498954,18.991 L18.2728954,12.958 L18.8408954,13.526 Z"}));Ao.displayName="ColorBucket";var yo=Ao;var i9=o(r()),Eo=({size:e,...t})=>i9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i9.createElement("path",{d:"M10.1114303,3.20942308 L10.2055231,3.2925 L19.3985231,12.4855 C19.7885231,12.8755 19.7885231,13.5085 19.3985231,13.8995 C19.0376,14.2595 18.4704758,14.2871923 18.0778295,13.9825769 L17.9835231,13.8995 L17.4845231,13.4005 L10.3095231,19.2415 C9.55868979,19.8525556 8.48585337,19.8338765 7.75736898,19.2191598 L7.63252313,19.1045 L3.58652313,15.0575 C2.90085646,14.3727778 2.81013732,13.3036142 3.34722014,12.5172068 L3.44852313,12.3815 L5.59952313,9.7395 C5.09852313,9.4505 4.65752313,9.1345 4.31752313,8.7935 L4.16452313,8.6315 C3.69452313,8.1025 3.48152313,7.5435 3.52752313,6.9715 C3.57452313,6.4055 3.86252313,5.9695 4.36252313,5.7115 C5.36646757,5.19205556 7.09737189,5.51998765 8.40111915,5.94385665 L8.62652313,6.0195 L9.28952313,5.2055 L8.79152313,4.7065 C8.40052313,4.3165 8.40052313,3.6825 8.79152313,3.2925 C9.1524462,2.9325 9.71957046,2.90480769 10.1114303,3.20942308 Z M10.7115231,6.6275 L8.14952313,9.7745 C9.77252313,10.3525 11.5325231,10.7195 12.5305231,10.7565 C12.8065231,10.7655 13.0215231,10.9965 13.0115231,11.2745 C13.0015231,11.5505 12.7695231,11.7655 12.4935231,11.7555 C11.3665231,11.7135 9.32252313,11.3035 7.47352313,10.6045 L7.47352313,10.6045 L6.18652313,12.1875 L13.5465231,14.0275 L16.0645231,11.9785 L10.7115231,6.6275 Z M7.95052313,6.8505 C6.82352313,6.5065 5.45552313,6.2725 4.82152313,6.6005 C4.63152313,6.6985 4.54352313,6.8335 4.52552313,7.0535 C4.50152313,7.3475 4.62752313,7.6475 4.91252313,7.9675 L4.91252313,7.9675 L5.05705665,8.11528717 C5.36393129,8.40813265 5.77523741,8.6845 6.24752313,8.9425 L6.24752313,8.9425 Z M19.3298382,15.6275235 L19.4254231,15.4543 L19.4254231,15.4543 L19.7640667,16.0814607 L19.7640667,16.0814607 L20.0890554,16.7175117 L20.0890554,16.7175117 L20.3471346,17.2547481 L20.3471346,17.2547481 L20.510653,17.6184621 C20.7456894,18.1596639 20.9254231,18.6673385 20.9254231,18.9543 C20.9254231,19.7833 20.2534231,20.4543 19.4254231,20.4543 C18.5974231,20.4543 17.9254231,19.7833 17.9254231,18.9543 C17.9254231,18.6673385 18.1051569,18.1596639 18.3401933,17.6184621 L18.5037117,17.2547481 L18.5037117,17.2547481 L18.7617909,16.7175117 L18.7617909,16.7175117 L19.0867795,16.0814607 L19.0867795,16.0814607 L19.3298382,15.6275235 L19.3298382,15.6275235 Z"}));Eo.displayName="ColorBucketBold";var Fo=Eo;var C9=o(r()),No=({size:e,...t})=>C9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C9.createElement("path",{d:"M11.5 6.23c-.05.05-5.49 4.16-5.49 8.58 0 2.88 2.52 5.31 5.5 5.31s5.5-2.43 5.5-5.31c-.01-4.42-5.45-8.53-5.5-8.57l-.01-.01Zm0 14.88c-3.52 0-6.5-2.89-6.5-6.31 0-4.9 5.85-9.33 5.91-9.37L11.5 5l.59.43c.06.04 5.91 4.47 5.91 9.39 0 3.42-2.98 6.31-6.5 6.31v-.02Zm.12-9.71v5.98a3.01 3.01 0 0 0 2.88-2.99c0-1.61-1.28-2.92-2.88-2.99Zm1 1.34a1.988 1.988 0 0 1 0 3.3v-3.3Z"}));No.displayName="ColorDrop";var ko=No;var n9=o(r()),Ho=({size:e,...t})=>n9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n9.createElement("path",{d:"M10.896,16 C9.042,16 8.3,14.881 8.3,13.5 C8.3,12.12 8.979,11 10.896,11 L10.896,16 Z M11.5,5 C11.5,5 6,9.121 6,13.709 C6,16.771 8.517,19 11.523,19 C14.53,19 17,16.771 17,13.709 C17,9.121 11.5,5 11.5,5 L11.5,5 Z"}));Ho.displayName="ColorDropBold";var To=Ho;var p9=o(r()),Uo=({size:e,...t})=>p9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p9.createElement("path",{d:"M6.28571429,4 L17.7142857,4 C18.9766509,4 20,5.02334914 20,6.28571429 L20,17.7142857 C20,18.9766509 18.9766509,20 17.7142857,20 L6.28571429,20 C5.02334914,20 4,18.9766509 4,17.7142857 L4,6.28571429 C4,5.02334914 5.02334914,4 6.28571429,4 Z M6.16666667,5 C5.52233446,5 5,5.52233446 5,6.16666667 L5,17.8333333 C5,18.4776655 5.52233446,19 6.16666667,19 L17.8333333,19 C18.4776655,19 19,18.4776655 19,17.8333333 L19,6.16666667 C19,5.52233446 18.4776655,5 17.8333333,5 L6.16666667,5 Z M9,5 L10,5 L10,9 L9,9 L9,5 Z M14,5 L15,5 L15,9 L14,9 L14,5 Z M9,10 L10,10 L10,14 L9,14 L9,10 Z M14,10 L15,10 L15,14 L14,14 L14,10 Z M9,15 L10,15 L10,19 L9,19 L9,15 Z M14,15 L15,15 L15,19 L14,19 L14,15 Z"}));Uo.displayName="Column";var Do=Uo;var d9=o(r()),zo=({size:e,...t})=>d9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d9.createElement("path",{d:"M6.28571429,4 L17.7142857,4 C18.9766509,4 20,5.02334914 20,6.28571429 L20,17.7142857 C20,18.9766509 18.9766509,20 17.7142857,20 L6.28571429,20 C5.02334914,20 4,18.9766509 4,17.7142857 L4,6.28571429 C4,5.02334914 5.02334914,4 6.28571429,4 Z M8,6 L8,8 L10,8 L10,6 L8,6 Z M14,6 L14,8 L16,8 L16,6 L14,6 Z M8,10 L8,14 L10,14 L10,10 L8,10 Z M14,10 L14,14 L16,14 L16,10 L14,10 Z M8,16 L8,18 L10,18 L10,16 L8,16 Z M14,16 L14,18 L16,18 L16,16 L14,16 Z"}));zo.displayName="ColumnBold";var Io=zo;var c9=o(r()),_o=({size:e,...t})=>c9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c9.createElement("path",{d:"M9.75 16.494h-.03a.71.71 0 0 1-.57-.3l-3-4a.75.75 0 0 1 1.2-.9l2.44 3.26 6.4-7.3c.27-.31.75-.34 1.06-.07.31.27.34.75.07 1.06l-7.01 7.99a.76.76 0 0 1-.56.26Z"}));_o.displayName="Confirm";var Wo=_o;var u9=o(r()),Oo=({size:e,...t})=>u9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u9.createElement("path",{d:"M10.4689553,17.0302036 L10.4389553,17.0302036 C10.1399553,17.0202036 9.85995534,16.8782036 9.67695534,16.6402036 L6.20795534,12.1402036 C5.87095534,11.7032036 5.95195534,11.0752036 6.38995534,10.7382036 C6.82695534,10.3992036 7.45395534,10.4832036 7.79195534,10.9202036 L10.5169553,14.4542036 L16.7149553,7.34220361 C17.0799553,6.92620361 17.7119553,6.88420361 18.1259553,7.24520361 C18.5419553,7.60820361 18.5859553,8.23920361 18.2229553,8.65620361 L11.2229553,16.6872036 C11.0319553,16.9052036 10.7569553,17.0302036 10.4689553,17.0302036"}));Oo.displayName="ConfirmBold";var jo=Oo;var m9=o(r()),$o=({size:e,...t})=>m9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m9.createElement("path",{d:"M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M11,13 L15,9 L16,10 L11,15 L8,12 L9,11 L11,13 Z"}));$o.displayName="ConfirmCircle";var Jo=$o;var f9=o(r()),Yo=({size:e,...t})=>f9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f9.createElement("path",{fillRule:"evenodd",d:"M12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 Z M15.928,7.98252431 C15.6998219,7.98252431 15.4835229,8.08424928 15.338,8.26 L15.338,8.26 L11.0627978,13.0735243 L9.554,11.16 C9.46201575,10.9502193 9.28319846,10.7909241 9.06422508,10.7236954 C8.84525171,10.6564668 8.6078539,10.6879767 8.414,10.81 C8.00719701,11.1053312 7.87752991,11.6537593 8.109,12.1 L8.109,12.1 L10.356,14.95 C10.4497924,15.158121 10.628624,15.3158046 10.8468497,15.3828038 C11.0650755,15.4498029 11.3015808,15.419635 11.496,15.3 C11.6606782,15.18066 11.7799761,15.0198299 11.8483223,14.8410739 L11.8483223,14.8410739 L16.518,9.59 C16.8438315,9.20653482 16.8438315,8.64346518 16.518,8.26 C16.3724771,8.08424928 16.1561781,7.98252431 15.928,7.98252431 Z"}));Yo.displayName="ConfirmCircleBold";var qo=Yo;var h9=o(r()),Qo=({size:e,...t})=>h9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h9.createElement("path",{fillRule:"evenodd",d:"M9,11 L9,13 L7,13 L7,11 L9,11 Z M13,11 L13,13 L11,13 L11,11 L13,11 Z M17,11 L17,13 L15,13 L15,11 L17,11 Z"}));Qo.displayName="ContextMenu";var Xo=Qo;var x9=o(r()),Ko=({size:e,...t})=>x9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},x9.createElement("path",{d:"M7 8H5v2h2V8zm4 0h2v2h-2V8zM8 8h2v2H8V8zm1-7a8 8 0 100 16A8 8 0 009 1zm0 15A7 7 0 119 2a7 7 0 010 14z"}));Ko.displayName="ContextMenuSmall";var ea=Ko;var g9=o(r()),ta=({size:e,...t})=>g9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g9.createElement("path",{d:"M13 8a1 1 0 11-2 0 1 1 0 012 0zM13 12a1 1 0 11-2 0 1 1 0 012 0zM12 17a1 1 0 100-2 1 1 0 000 2z"}));ta.displayName="ContextMenuVertical";var ra=ta;var v9=o(r()),oa=({size:e,...t})=>v9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v9.createElement("path",{d:"M11 9h5V8h-5v1Zm7 5.5c0 .275-.225.5-.5.5h-8a.501.501 0 0 1-.5-.5v-8c0-.275.225-.5.5-.5h8c.275 0 .5.225.5.5v8Zm-4 4c0 .275-.225.5-.5.5h-8a.501.501 0 0 1-.5-.5v-8c0-.275.225-.5.5-.5H8v4.5c0 .827.673 1.5 1.5 1.5H14v2.5ZM17.5 5h-8C8.673 5 8 5.673 8 6.5V9H5.5C4.673 9 4 9.673 4 10.5v8c0 .827.673 1.5 1.5 1.5h8c.827 0 1.5-.673 1.5-1.5V16h2.5c.827 0 1.5-.673 1.5-1.5v-8c0-.827-.673-1.5-1.5-1.5ZM11 12h5v-1h-5v1Z"}));oa.displayName="Copy";var aa=oa;var R9=o(r()),La=({size:e,...t})=>R9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R9.createElement("path",{d:"M11 8V7h5v1h-5Zm0 2V9h5v1h-5Zm5-5h-5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h5a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM8 16V9H6v7c0 1.65 1.35 3 3 3h6v-2H9c-.55 0-1-.45-1-1Z"}));La.displayName="CopyBold";var la=La;var M9=o(r()),sa=({size:e,...t})=>M9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M9.createElement("path",{d:"M17.5,5 L14,5 L14,6 L17.5,6 C17.776,6 18,6.224 18,6.5 L18,10 L19,10 L19,6.5 C19,5.673 18.327,5 17.5,5 L17.5,5 Z M18,17.5 C18,17.776 17.776,18 17.5,18 L14,18 L14,19 L17.5,19 C18.327,19 19,18.327 19,17.5 L19,14 L18,14 L18,17.5 Z M6,17.5 L6,14 L5,14 L5,17.5 C5,18.327 5.673,19 6.5,19 L10,19 L10,18 L6.5,18 C6.224,18 6,17.776 6,17.5 L6,17.5 Z M5,6.5 L5,10 L6,10 L6,6.5 C6,6.224 6.224,6 6.5,6 L10,6 L10,5 L6.5,5 C5.673,5 5,5.673 5,6.5 L5,6.5 Z"}));sa.displayName="Corners";var ia=sa;var S9=o(r()),Ca=({size:e,...t})=>S9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S9.createElement("path",{d:"M17,16 C17,16.552 16.553,17 16,17 L13,17 L13,19 L16,19 C17.657,19 19,17.657 19,16 L19,13 L17,13 L17,16 Z M5,8 L5,11 L7,11 L7,8 C7,7.45 7.45,7 8,7 L11,7 L11,5 L8,5 C6.343,5 5,6.343 5,8 L5,8 Z M16,5 L13,5 L13,7 L16,7 C16.553,7 17,7.448 17,8 L17,11 L19,11 L19,8 C19,6.343 17.657,5 16,5 L16,5 Z M7,16 L7,13 L5,13 L5,16 C5,17.657 6.343,19 8,19 L11,19 L11,17 L8,17 C7.45,17 7,16.55 7,16 L7,16 Z"}));Ca.displayName="CornersBold";var na=Ca;var Z9=o(r()),pa=({size:e,...t})=>Z9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z9.createElement("path",{d:"M9 15H6v-1h3v1zm11-7.5v9a1.5 1.5 0 01-1.5 1.5h-14A1.5 1.5 0 013 16.5v-9A1.5 1.5 0 014.5 6h14A1.5 1.5 0 0120 7.5zM19 10H4v6.5a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V10zm0-2.5a.51.51 0 00-.5-.5h-14a.5.5 0 00-.5.5V9h15V7.5z"}));pa.displayName="CreditCard";var da=pa;var B9=o(r()),ca=({size:e,...t})=>B9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B9.createElement("path",{d:"M16,16 L9,16 C8.447,16 8,15.552 8,15 L8,8 L15,8 C15.553,8 16,8.448 16,9 L16,16 Z M17,16 L17,9 C17,7.896 16.104,7 15,7 L8,7 L8,4 L7,4 L7,7 L4,7 L4,8 L7,8 L7,15 C7,16.104 7.896,17 9,17 L16,17 L16,20 L17,20 L17,17 L20,17 L20,16 L17,16 Z"}));ca.displayName="Crop";var ua=ca;var P9=o(r()),ma=({size:e,...t})=>P9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P9.createElement("path",{d:"M17,15 L17,10 C17,8.346 15.654,7 14,7 L10,7 L10,9 L14,9 C14.551,9 15,9.449 15,10 L15,20 L17,20 L17,17 L20,17 L20,15 L17,15 Z M9,14 L9,4 L7,4 L7,7 L4,7 L4,9 L7,9 L7,14 C7,15.654 8.346,17 10,17 L14,17 L14,15 L10,15 C9.449,15 9,14.551 9,14 L9,14 Z"}));ma.displayName="CropBold";var fa=ma;var V9=o(r()),ha=({size:e,...t})=>V9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V9.createElement("path",{d:"M10.5 5c.249 0 .497.02.743.06a4.543 4.543 0 013.592 3.24 4.426 4.426 0 01-.127 2.783 1 1 0 00.229 1.059l3.63 3.63a1.358 1.358 0 01.182 1.789 1.277 1.277 0 01-1.89.1l-3.721-3.721a.999.999 0 00-1.06-.229A4.47 4.47 0 0110.5 14a4.51 4.51 0 01-4.44-3.753 4.475 4.475 0 01.052-1.721l2.68 2.681a1 1 0 001.415 0l2-2a1 1 0 000-1.414L9.547 5.1c.314-.067.633-.1.953-.1zm0-1a5.45 5.45 0 00-1.165.125 1.007 1.007 0 00-.516 1.694l2.68 2.681-2 2-2.68-2.681a.977.977 0 00-.7-.293 1.02 1.02 0 00-1 .809A5.5 5.5 0 0010.499 15a5.479 5.479 0 001.933-.356l3.72 3.721a2.273 2.273 0 003.37-.174 2.36 2.36 0 00-.248-3.129l-3.63-3.63a5.442 5.442 0 00.155-3.4 5.534 5.534 0 00-4.4-3.958 5.699 5.699 0 00-.9-.074z"}));ha.displayName="Custom";var xa=ha;var b9=o(r()),ga=({size:e,...t})=>b9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b9.createElement("path",{fillRule:"evenodd",d:"M11.4658549,13.1459664 C11.7238549,13.1459664 11.9798549,13.2479664 12.1698549,13.4379664 L16.3878549,17.6559664 C16.7148549,17.9819664 17.2038549,18.0699664 17.5498549,17.8659664 C17.8230865,17.7116417 17.9905717,17.4207463 17.9869155,17.1069664 L17.9869155,17.0809664 C17.9889712,16.8480627 17.8957578,16.6244228 17.7288549,16.4619664 L13.4388549,12.1699664 C13.1594076,11.8913799 13.0707724,11.4740885 13.2128549,11.1059664 C13.7512609,9.71830121 13.4220807,8.14372261 12.3728549,7.08796645 C11.7624907,6.47917543 10.9606449,6.09979991 10.1028549,6.01396645 L11.7748549,7.68796645 C12.1418549,8.05396645 12.3448549,8.54196645 12.3448549,9.06196645 C12.3448549,9.58196645 12.1418549,10.0689664 11.7748549,10.4369664 L10.4358549,11.7749664 C9.7008549,12.5099664 8.4198549,12.5089664 7.6858549,11.7749664 L6.0158549,10.1009664 C6.1008549,10.9449664 6.4678549,11.7509664 7.0908549,12.3729664 C8.1461041,13.4216094 9.71978034,13.7507648 11.1068549,13.2129664 C11.2215986,13.1681675 11.343676,13.1451084 11.4668549,13.1449664 M17.1278549,19.9729736 C16.3191051,19.9675313 15.5456725,19.6408909 14.9778549,19.0649664 L11.1888549,15.2769664 C9.21722343,15.7882106 7.12218202,15.220154 5.6788549,13.7829664 C4.07225278,12.1699685 3.56665616,9.76191766 4.3888549,7.63896645 C4.51091156,7.32494772 4.7830233,7.09360187 5.1125887,7.02365741 C5.44215411,6.95371294 5.78477488,7.05459263 6.0238549,7.29196645 L9.0978549,10.3649664 L10.3658549,9.02596645 L7.2918549,6.02596645 C7.0524714,5.78750643 6.95015428,5.44403011 7.02002714,5.11344665 C7.0899,4.78286319 7.32245299,4.51016577 7.6378549,4.38896645 C9.76111237,3.56659736 12.1695399,4.07219078 13.7828549,5.67896645 C15.220585,7.12197998 15.7887257,9.21733155 15.2768549,11.1889664 L19.1378549,15.0519664 C19.6843958,15.5908012 19.9886467,16.3285101 19.981001,17.0959664 C19.990213,18.1160935 19.4520816,19.0629758 18.5708549,19.5769664 C18.1346062,19.8372414 17.6358457,19.9741154 17.1278549,19.9729736"}));ga.displayName="CustomBold";var va=ga;var w9=o(r()),Ra=({size:e,...t})=>w9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w9.createElement("path",{d:"M16.9995117,16.0004883 L16.9995117,13.5108575 L19.0048426,12.0196919 L16.9995117,10.5388286 L16.9995117,8.0333252 C16.9995117,6.92902537 16.1042998,6.03381348 15,6.03381348 L15,5.03381348 C16.6565846,5.03381348 17.9995117,6.37674062 17.9995117,8.0333252 L17.9995117,10.0341797 L19.5988865,11.2152593 C20.0431624,11.5433407 20.1373566,12.1694599 19.8092752,12.6137358 C19.7506897,12.6930701 19.6806907,12.7633017 19.6015511,12.82215 L17.9995117,14.0134277 L17.9995117,16.0004883 C17.9995117,17.6570729 16.6565846,19 15,19 L15,18 C16.1042998,18 16.9995117,17.1047881 16.9995117,16.0004883 Z M7.00539554,16.0004883 C7.00539554,17.1047881 7.90060743,18 9.00490726,18 L9.00490726,19 C7.34832268,19 6.00539554,17.6570729 6.00539554,16.0004883 L6.00539554,14.0134277 L4.40335617,12.82215 C4.32421657,12.7633017 4.25421756,12.6930701 4.19563207,12.6137358 C3.86755066,12.1694599 3.96174487,11.5433407 4.40602072,11.2152593 L6.00539554,10.0341797 L6.00539554,8.0333252 C6.00539554,6.37674062 7.34832268,5.03381348 9.00490726,5.03381348 L9.00490726,6.03381348 C7.90060743,6.03381348 7.00539554,6.92902537 7.00539554,8.0333252 L7.00539554,10.5388286 L5.00006466,12.0196919 L7.00539554,13.5108575 L7.00539554,16.0004883 Z"}));Ra.displayName="CustomTypeBold";var Ma=Ra;var G9=o(r()),Sa=({size:e,...t})=>G9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G9.createElement("path",{d:"M18.7083337,17.918 C18.6073337,18.295 18.3653337,18.609 18.0273337,18.805 C17.8073337,18.933 17.5553337,19 17.3013337,19 C16.7793337,19 16.2943337,18.72 16.0343337,18.27 L15.6713337,17.641 L15.3073337,16.996 C15.1393337,16.672 15.0943337,16.305 15.1873337,15.95 C15.2893337,15.573 15.5303337,15.259 15.8683337,15.064 C16.0903337,14.936 16.3423337,14.868 16.5973337,14.868 C17.1173337,14.868 17.6023337,15.147 17.8613337,15.598 L18.5623337,16.811 C18.7573337,17.147 18.8093337,17.541 18.7083337,17.918 M8.45233366,16.996 L8.07633366,17.661 L7.72533366,18.27 C7.33733366,18.939 6.40633366,19.194 5.73033366,18.805 C5.39333366,18.609 5.15133366,18.295 5.05133366,17.918 C4.94933366,17.541 5.00233366,17.148 5.19733366,16.811 L5.89633366,15.598 C6.15633366,15.147 6.64133366,14.868 7.16233366,14.868 C7.41633366,14.868 7.66833366,14.936 7.89133366,15.064 C8.22933366,15.259 8.46933366,15.573 8.57033366,15.95 C8.66533366,16.305 8.62033366,16.672 8.45233366,16.996 M19.4283337,16.311 L18.7293337,15.098 C18.0763337,13.968 16.5063337,13.542 15.3683337,14.198 C14.9143337,14.46 14.5693337,14.855 14.3603337,15.324 L12.4543337,11.956 L16.1073337,5.5 L15.2413337,5 L11.8793337,10.94 L8.51833366,5 L7.65033366,5.5 L11.3053337,11.956 L9.39833366,15.324 C9.18833366,14.855 8.84433366,14.46 8.39133366,14.198 C7.25433366,13.542 5.68333366,13.968 5.03033366,15.098 L4.33133366,16.311 C4.00233366,16.879 3.91433366,17.542 4.08533366,18.177 C4.25533366,18.812 4.66233366,19.342 5.23033366,19.67 C5.60433366,19.886 6.02933366,20 6.45933366,20 C7.33633366,20 8.15233366,19.528 8.59133366,18.77 L8.94033366,18.164 L8.94233366,18.161 L9.29133366,17.558 C9.30233366,17.538 9.30833366,17.516 9.31833366,17.496 L11.8793337,12.972 L14.4393337,17.496 C14.4513337,17.516 14.4563337,17.538 14.4683337,17.558 L14.8053337,18.141 L14.8183337,18.164 L15.1683337,18.77 C15.6053337,19.528 16.4233337,20 17.3003337,20 L17.3013337,20 C17.7293337,20 18.1543337,19.886 18.5273337,19.67 C19.0973337,19.342 19.5043337,18.812 19.6743337,18.177 C19.8443337,17.542 19.7563337,16.879 19.4283337,16.311"}));Sa.displayName="Cut";var Za=Sa;var A9=o(r()),Ba=({size:e,...t})=>A9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A9.createElement("path",{d:"M17.7253336,16.288287 C17.6593336,16.536287 17.5003336,16.743287 17.2783336,16.871287 C17.1293336,16.957287 16.9693336,17.000287 16.8003336,17.000287 C16.4573336,17.000287 16.1383336,16.816287 15.9673336,16.519287 L15.2683336,15.307287 C15.1393336,15.085287 15.1053336,14.827287 15.1713336,14.579287 C15.2383336,14.332287 15.3963336,14.125287 15.6193336,13.997287 C15.7673336,13.911287 15.9283336,13.868287 16.0973336,13.868287 C16.4403336,13.868287 16.7583336,14.052287 16.9293336,14.348287 L17.6293336,15.560287 C17.7573336,15.782287 17.7913336,16.041287 17.7253336,16.288287 M7.49233361,15.308287 L6.79133361,16.519287 C6.53733361,16.963287 5.93133361,17.132287 5.48133361,16.871287 C5.25833361,16.743287 5.10033361,16.536287 5.03433361,16.288287 C4.96733361,16.041287 5.00133361,15.783287 5.13033361,15.559287 L5.82933361,14.349287 C6.00033361,14.052287 6.32033361,13.868287 6.66233361,13.868287 C6.83133361,13.868287 6.99333361,13.911287 7.14133361,13.997287 C7.59933361,14.262287 7.75633361,14.850287 7.49233361,15.308287 M19.3623336,14.560287 L18.6623336,13.348287 C18.1343336,12.434287 17.1523336,11.868287 16.0973336,11.868287 C15.5793336,11.868287 15.0693336,12.005287 14.6193336,12.265287 C14.3023336,12.447287 14.0333336,12.686287 13.8093336,12.961287 L12.4873336,10.805287 L15.6193336,5.50928697 C15.9003336,5.03328697 15.7433336,4.42028697 15.2673336,4.14028697 C14.7943336,3.85828697 14.1793336,4.01728697 13.8983336,4.49128697 L11.3053336,8.87528697 L8.61133361,4.47728697 C8.32333361,4.00828697 7.70733361,3.85828697 7.23633361,4.14728697 C6.76533361,4.43528697 6.61733361,5.05228697 6.90633361,5.52228697 L10.1533336,10.823287 L8.91233361,12.923287 C8.69733361,12.669287 8.44633361,12.440287 8.14133361,12.265287 C7.69133361,12.005287 7.18033361,11.868287 6.66233361,11.868287 C5.60833361,11.868287 4.62533361,12.434287 4.09733361,13.349287 L3.39933361,14.559287 C3.00233361,15.244287 2.89733361,16.041287 3.10233361,16.805287 C3.30633361,17.569287 3.79633361,18.208287 4.48133361,18.603287 C4.93133361,18.863287 5.44233361,19.000287 5.95833361,19.000287 C7.01433361,19.000287 7.99633361,18.433287 8.52433361,17.519287 L8.87033361,16.922287 L11.3353336,12.752287 L13.8913336,16.925287 L14.2353336,17.519287 C14.7623336,18.433287 15.7453336,19.000287 16.8003336,19.000287 C17.3173336,19.000287 17.8283336,18.863287 18.2783336,18.603287 C18.9623336,18.208287 19.4533336,17.570287 19.6573336,16.807287 C19.8623336,16.042287 19.7573336,15.245287 19.3623336,14.560287"}));Ba.displayName="CutBold";var Pa=Ba;var y9=o(r()),Va=({size:e,...t})=>y9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y9.createElement("path",{fillRule:"evenodd",d:"M16,20 L16,21 L9,21 L9,20 L16,20 Z M19.5,4 C20.3284271,4 21,4.67157288 21,5.5 L21,17.5 C21,18.3284271 20.3284271,19 19.5,19 L5.5,19 C4.67157288,19 4,18.3284271 4,17.5 L4,5.5 C4,4.67157288 4.67157288,4 5.5,4 L19.5,4 Z M19.5,5 L5.5,5 C5.22385763,5 5,5.22385763 5,5.5 L5,17.5 C5,17.7761424 5.22385763,18 5.5,18 L19.5,18 C19.7761424,18 20,17.7761424 20,17.5 L20,5.5 C20,5.22385763 19.7761424,5 19.5,5 Z M12.4999985,7.00027779 C14.9755237,7.00027779 16.9861774,8.99979193 17.0000687,11.4752774 C17.0136837,13.9507629 15.0253709,15.9724942 12.55,16 L12.45,16 C9.97462914,15.9724942 7.98631633,13.9507629 7.99992834,11.4752774 C8.01382257,8.99979193 10.0244763,7.00027779 12.4999985,7.00027779 Z M9,11.45 C8.97238576,13.3829966 10.5170034,14.9723858 12.45,15 L12.55,15 C14.3129068,15 15.771396,13.6966338 16.0144195,12.0009499 L12,12 L12.0004614,8.03495485 C10.3244692,8.27447181 9.02494634,9.70375635 9,11.45 Z M13.0008563,8.0287701 L13,11 L16.0145626,11.0000498 C15.8022199,9.51538612 14.6581386,8.3312797 13.1936442,8.05905595 L13.0008563,8.0287701 Z"}));Va.displayName="Dashboard";var ba=Va;var E9=o(r()),wa=({size:e,...t})=>E9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E9.createElement("path",{d:"M17,8 C17,8.632 16.607,9.195 16.013,9.406 C14.981,9.773 13.564,10 12,10 C10.436,10 9.019,9.773 7.987,9.406 C7.393,9.195 7,8.632 7,8 C7,7.368 7.393,6.805 7.987,6.594 C9.019,6.227 10.436,6 12,6 C13.564,6 14.981,6.227 16.013,6.594 C16.607,6.805 17,7.368 17,8 L17,8 Z M17,11.977 C17,12.608 16.61,13.173 16.017,13.39 C14.985,13.767 13.567,14 12,14 C10.433,14 9.015,13.767 7.983,13.39 C7.39,13.173 7,12.608 7,11.977 L7,9.953 C7.975,10.604 9.847,11.044 12,11.044 C14.153,11.044 16.026,10.604 17,9.953 L17,11.977 Z M17,15.977 C17,16.608 16.61,17.173 16.017,17.39 C14.985,17.767 13.567,18 12,18 C10.433,18 9.015,17.767 7.983,17.39 C7.39,17.173 7,16.608 7,15.977 L7,13.953 C7.975,14.604 9.847,15.044 12,15.044 C14.153,15.044 16.026,14.604 17,13.953 L17,15.977 Z M6,7.696 L6,15.962 C6,17.01 6.646,17.954 7.63,18.312 C8.816,18.741 10.339,19 12,19 C13.661,19 15.184,18.741 16.37,18.312 C17.354,17.954 18,17.01 18,15.962 L18,7.696 C18,6.911 17.552,6.186 16.832,5.873 C15.593,5.333 13.886,5 12,5 C10.114,5 8.407,5.333 7.168,5.873 C6.448,6.186 6,6.911 6,7.696 L6,7.696 Z"}));wa.displayName="Data";var Ga=wa;var F9=o(r()),Aa=({size:e,...t})=>F9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F9.createElement("path",{d:"M5,15 L5,7 C5,6.45 5.45,6 6,6 L15,6 C15.55,6 16,6.45 16,7 L16,8.12 C16.35,8.17 16.68,8.24 17,8.34 L17,7 C17,5.9 16.1,5 15,5 L6,5 C4.9,5 4,5.9 4,7 L4,15 C4,16.1 4.9,17 6,17 L9,17 L9,16 L6,16 C5.45,16 5,15.55 5,15 M17.5215,15.2666 C16.9795,15.6036 16.2815,15.8476 15.4175,15.9486 C15.1305,15.9826 14.8245,15.9996 14.5005,15.9996 C13.2025,15.9996 12.2015,15.7156 11.4785,15.2666 C11.3305,15.1736 11.2095,15.0456 11.1275,14.8976 C11.0445,14.7496 11.0005,14.5806 11.0005,14.4056 L11.0005,12.9536 L11.0005,12.9536 L11.0005,12.9536 C11.0005,12.9536 11.0005,12.9536 11.0005,12.9536 C11.6035,13.3456 12.1675,13.6596 12.8725,13.8476 C12.9535,13.8676 13.0305,13.8876 13.1155,13.9046 C13.2305,13.9296 13.3485,13.9536 13.4725,13.9716 C13.7935,14.0146 14.1315,14.0436 14.5005,14.0436 C14.8685,14.0436 15.2065,14.0146 15.5275,13.9716 C15.6525,13.9536 15.7695,13.9296 15.8855,13.9046 C15.9695,13.8876 16.0475,13.8676 16.1275,13.8476 C16.8335,13.6596 17.3965,13.3456 18.0005,12.9536 L18.0005,12.9536 L18.0005,12.9536 L18.0005,14.4056 C18.0005,14.7556 17.8195,15.0806 17.5215,15.2666 L17.5215,15.2666 Z M18.0005,17.4056 C18.0005,17.7556 17.8195,18.0806 17.5215,18.2666 C16.9795,18.6036 16.2815,18.8476 15.4175,18.9486 C15.1305,18.9826 14.8245,18.9996 14.5005,18.9996 C13.2025,18.9996 12.2015,18.7156 11.4785,18.2666 C11.4045,18.2196 11.3365,18.1646 11.2785,18.1026 C11.1015,17.9166 11.0005,17.6686 11.0005,17.4056 L11.0005,15.9536 L11.0005,15.9536 L11.0005,15.9536 C11.0005,15.9536 11.0005,15.9536 11.0005,15.9536 C11.6035,16.3456 12.1675,16.6596 12.8725,16.8476 C12.9535,16.8676 13.0315,16.8876 13.1155,16.9046 C13.2305,16.9296 13.3485,16.9536 13.4725,16.9716 C13.7935,17.0146 14.1315,17.0436 14.5005,17.0436 C14.8695,17.0436 15.2065,17.0146 15.5275,16.9716 C15.6525,16.9536 15.7695,16.9296 15.8855,16.9046 C15.9695,16.8876 16.0475,16.8676 16.1275,16.8476 C16.8335,16.6596 17.3965,16.3456 18.0005,15.9536 L18.0005,15.9536 L18.0005,15.9536 L18.0005,17.4056 Z M14.5005,9.9996 C16.4335,9.9996 18.0005,10.6716 18.0005,11.4996 C18.0005,12.3286 16.4335,12.9996 14.5005,12.9996 C12.5675,12.9996 11.0005,12.3286 11.0005,11.4996 C11.0005,10.6716 12.5675,9.9996 14.5005,9.9996 L14.5005,9.9996 Z M19.0005,11.5406 C19.0005,10.8236 18.6275,10.1436 17.9975,9.8006 C17.0795,9.3036 15.8515,8.9996 14.5005,8.9996 C13.1495,8.9996 11.9205,9.3036 11.0035,9.8006 C10.3725,10.1436 10.0005,10.8236 10.0005,11.5406 L10.0005,17.4586 C10.0005,18.1766 10.3725,18.8566 11.0035,19.1996 C11.9205,19.6966 13.1495,19.9996 14.5005,19.9996 C15.8515,19.9996 17.0805,19.6966 17.9975,19.1996 C18.6275,18.8566 19.0005,18.1766 19.0005,17.4586 L19.0005,11.5406 Z"}));Aa.displayName="DataCollection";var ya=Aa;var N9=o(r()),Ea=({size:e,...t})=>N9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},N9.createElement("path",{fillRule:"evenodd",d:"M5.5,7 C4.73727836,6.99960007 4.09629194,6.42689797 4.01034115,5.66903457 C3.92439035,4.91117118 4.42084413,4.20946972 5.1641047,4.03827336 C5.90736527,3.86707701 6.66075931,4.28089908 6.915,5 L8.879,5 C9.65581679,5.00015895 10.3622717,5.4501176 10.6908583,6.15401756 C11.019445,6.85791752 10.9107164,7.68841097 10.412,8.284 L10.292,8.414 L8.414,10.293 C8.14573773,10.5622513 8.05330486,10.9603042 8.17546737,11.320217 C8.29762987,11.6801298 8.6132663,11.9396749 8.99,11.99 L9.12,12 L11.084,12 C11.3275182,11.3112267 12.0318331,10.898064 12.7518665,11.0216022 C13.4718999,11.1451404 13.9982136,11.7694455 13.9982136,12.5 C13.9982136,13.2305545 13.4718999,13.8548596 12.7518665,13.9783978 C12.0318331,14.101936 11.3275182,13.6887733 11.084,13 L9.122,13 C8.34456243,12.9996532 7.63776952,12.5488128 7.30969519,11.843989 C6.98162085,11.1391653 7.0917188,10.3080866 7.592,9.713 L7.708,9.586 L9.587,7.707 C9.85781811,7.43602695 9.9500224,7.03414833 9.82441252,6.67222154 C9.69880263,6.31029475 9.37745907,6.05194156 8.997,6.007 L8.878,6 L6.914,6 C6.70213463,6.59924577 6.13559611,6.9999095 5.5,7 Z"}));Ea.displayName="DataSmall";var Fa=Ea;var k9=o(r()),Na=({size:e,...t})=>k9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k9.createElement("path",{d:"M17.5 5h-11A1.5 1.5 0 005 6.5v11A1.5 1.5 0 006.5 19h11a1.5 1.5 0 001.5-1.5v-11A1.5 1.5 0 0017.5 5zM6 10h3v4H6v-4zm.5 8a.5.5 0 01-.5-.5V15h3v3H6.5zm11.5-.5a.5.5 0 01-.5.5H10v-3h8v2.5zm0-3.5h-8v-4h8v4zM6 9V6.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5V9H6z"}));Na.displayName="DataTable";var ka=Na;var H9=o(r()),Ha=({size:e,...t})=>H9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H9.createElement("path",{fillRule:"evenodd",d:"M17,9 L7,9 L7,8 C7,7.44771525 7.44771525,7 8,7 L16,7 C16.5522847,7 17,7.44771525 17,8 L17,9 Z M11,13 L17,13 L17,11 L11,11 L11,13 Z M17,16 C17,16.5522847 16.5522847,17 16,17 L11,17 L11,15 L17,15 L17,16 Z M8,17 C7.44771525,17 7,16.5522847 7,16 L7,15 L9,15 L9,17 L8,17 Z M7,13 L9,13 L9,11 L7,11 L7,13 Z M16,5 L8,5 C6.34314575,5 5,6.34314575 5,8 L5,16 C5,17.6568542 6.34314575,19 8,19 L16,19 C17.6568542,19 19,17.6568542 19,16 L19,8 C19,6.34314575 17.6568542,5 16,5 Z"}));Ha.displayName="DataTableBold";var Ta=Ha;var T9=o(r()),Ua=({size:e,...t})=>T9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T9.createElement("path",{d:"M9 14H6v-4h3v4zM6 9V6.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5V9H6zm11.5-4h-11A1.5 1.5 0 005 6.5v11A1.5 1.5 0 006.5 19h3a2.527 2.527 0 01-.45-1H6.5a.5.5 0 01-.5-.5V15h5a3 3 0 01.17-1H10v-4h9V6.5A1.5 1.5 0 0017.5 5zM19 15v-2a2 2 0 00-4 0v.27A2 2 0 0012 15v1h-.5a1.5 1.5 0 100 3H19a2 2 0 000-4zm0 3h-7.5a.5.5 0 010-1H13v-2a1 1 0 011.937-.352l.2.42.865-.2V13a1 1 0 012 0v3h1a1 1 0 010 2H19z"}));Ua.displayName="DataTableCloud";var Da=Ua;var U9=o(r()),za=({size:e,...t})=>U9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U9.createElement("path",{d:"M17.5 5h-11A1.5 1.5 0 005 6.5v11A1.5 1.5 0 006.5 19h4.6a3.033 3.033 0 01-.3-1H10v-3h1.81l1-1H10v-4h6V9H6V6.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5V9h1V6.5A1.5 1.5 0 0017.5 5zM9 18H6.5a.5.5 0 01-.5-.5V15h3v3zm0-8v4H6v-4h3zm5.258 10a2.5 2.5 0 01-1.769-4.267l1.486-1.484a2.455 2.455 0 013.393 0l.425.423-.707.708-.425-.424a1.43 1.43 0 00-1.979 0L13.2 16.439a1.5 1.5 0 102.122 2.122l.354-.354.707.707-.354.354a2.494 2.494 0 01-1.771.732zm4.525-3.489l1.485-1.485a2.5 2.5 0 00-3.536-3.535l-.353.353.707.707.353-.353a1.5 1.5 0 012.122 2.121L18.076 15.8a1.399 1.399 0 01-1.98 0l-.424-.424-.707.707.424.424a2.4 2.4 0 003.394 0v.004z"}));za.displayName="DataTableLinked";var Ia=za;var D9=o(r()),_a=({size:e,...t})=>D9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D9.createElement("path",{d:"M17,12 L15,12 C13.8954305,12 13,11.1045695 13,10 L13,7 C13,5.8954305 13.8954305,5 15,5 L17,5 C18.1045695,5 19,5.8954305 19,7 L19,10 C19,11.1045695 18.1045695,12 17,12 Z M15,7 L15,10 L17,10 L17,7 L15,7 Z M17,19 L15,19 C13.8954305,19 13,18.1045695 13,17 L13,15 C13,13.8954305 13.8954305,13 15,13 L17,13 C18.1045695,13 19,13.8954305 19,15 L19,17 C19,18.1045695 18.1045695,19 17,19 Z M15,15 L15,17 L17,17 L17,15 L15,15 Z M10,19 L7,19 C5.8954305,19 5,18.1045695 5,17 L5,10 C5,8.8954305 5.8954305,8 7,8 L10,8 C11.1045695,8 12,8.8954305 12,10 L12,17 C12,18.1045695 11.1045695,19 10,19 Z M7,10 L7,17 L10,17 L10,10 L7,10 Z M5,5 L12,5 L12,7 L5,7 L5,5 Z"}));_a.displayName="DataWidgetsBold";var Wa=_a;var z9=o(r()),Oa=({size:e,...t})=>z9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z9.createElement("path",{d:"M12,12 L12,7 L13,7 L13,14 L12,14 L12,13 L11,13 L11,12 L12,12 Z M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M10,11 L11,11 L11,12 L10,12 L10,11 Z M9,10 L10,10 L10,11 L9,11 L9,10 Z"}));Oa.displayName="DateTime";var ja=Oa;var I9=o(r()),$a=({size:e,...t})=>I9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I9.createElement("path",{d:"M12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 Z M12,7 L12,15 L13,15 L13,7 L12,7 Z M10,12 L10,13 L11,13 L11,12 L10,12 Z M11,13 L11,14 L12,14 L12,13 L11,13 Z M9,11 L9,12 L10,12 L10,11 L9,11 Z"}));$a.displayName="DateTimeBold";var Ja=$a;var _9=o(r()),Ya=({size:e,...t})=>_9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_9.createElement("path",{d:"M16,16 C16,17.104 15.104,18 14,18 L9,18 C7.896,18 7,17.104 7,16 L7,7 L16,7 L16,16 Z M10,5.5 C10,5.229 10.24,5 10.525,5 L12.392,5 C12.693,5 13,5.252 13,5.5 L13,6 L10,6 L10,5.5 Z M14,6 L14,5.5 C14,4.701 13.248,4 12.392,4 L10.525,4 C9.684,4 9,4.673 9,5.5 L9,6 L5,6 L5,7 L6,7 L6,16 C6,17.657 7.343,19 9,19 L14,19 C15.657,19 17,17.657 17,16 L17,7 L18,7 L18,6 L14,6 Z M13,15 L14,15 L14,9 L13,9 L13,15 Z M11,15 L12,15 L12,9 L11,9 L11,15 Z M9,15 L10,15 L10,9 L9,9 L9,15 Z"}));Ya.displayName="Delete";var qa=Ya;var W9=o(r()),Qa=({size:e,...t})=>W9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W9.createElement("path",{d:"M14,5 L14,7 L17.0309083,6.99991252 L17.0309083,6.99991252 L17.1143024,7.00488468 L17.1143024,7.00488468 L17.236186,7.02276833 C17.531856,7.08117452 18,7.28578947 18,7.996 C18,8.70621053 17.531856,8.91082548 17.236186,8.96923167 L17.1143024,8.98711532 L17.1143024,8.98711532 L17,8.992 L17,17 C17,18.5978214 15.7512156,19.9036709 14.1762873,19.9949078 L14,20 L9,20 C7.40892857,20 6.09681122,18.7447066 6.00511798,17.1755899 L6,17 L6,8.992 L5.87379973,8.98203567 C5.60493827,8.94577778 5,8.77777778 5,8 C5,7.22222222 5.60493827,7.04938272 5.87379973,7.01097394 L6,7 L6,7 L9,7 L9,5 L14,5 Z M14,10 L13,10 L13,17 L14,17 L14,10 Z M10,10 L9,10 L9,17 L10,17 L10,10 Z M13,6 L10,6 L10,7 L13,7 L13,6 Z"}));Qa.displayName="DeleteBold";var Xa=Qa;var O9=o(r()),Ka=({size:e,...t})=>O9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O9.createElement("path",{d:"M13.511,12.441391 L11.778,10.661391 C11.778,10.661391 16.866,3.42239103 18.726,5.28139103 C20.585,7.14139103 13.511,12.441391 13.511,12.441391 L13.511,12.441391 Z M10.522,14.607391 C10.434,14.476391 10.334,14.354391 10.223,14.239391 C10.124,14.138391 10.014,14.044391 9.892,13.956391 L11.258,11.538391 L12.698,13.016391 L10.522,14.607391 Z M9.298,17.694391 C8.193,18.941391 6.644,18.943391 5.5,18.997391 C6.125,18.455391 6.202,17.666391 6.109,16.802391 C6.039,16.176391 5.986,15.681391 6.661,14.987391 C7.156,14.480391 7.717,14.374391 8.102,14.374391 C8.391,14.374391 8.953,14.450391 9.5,14.997391 C10.047,15.544391 10,16.903391 9.298,17.694391 L9.298,17.694391 Z M19.411,4.57739103 C18.164,3.38139103 16.252,4.03239103 13.687,6.63339103 C11.583,8.76739103 9.016,13.521391 9.016,13.521391 C7.968,13.199391 6.762,13.474391 5.975,14.282391 C4.968,15.315391 5.038,16.205391 5.144,16.913391 C5.458,19.038391 3,19.497391 3,19.497391 C3,19.497391 3.547,19.9973971 5.5,19.9973971 C6.517,19.9973971 8.547,20.012391 9.985,18.555391 C10.785,17.744391 11.116,16.599391 10.912,15.624391 C10.912,15.624391 15.375,12.538391 17.433,10.480391 C19.988,7.92639103 20.627,5.91539103 19.411,4.57739103 L19.411,4.57739103 Z"}));Ka.displayName="Design";var eL=Ka;var j9=o(r()),tL=({size:e,...t})=>j9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j9.createElement("path",{d:"M8.285,16.7235848 C8.286,16.7195848 8.288,16.7125848 8.289,16.7075848 C8.285,16.7085848 8.278,16.7115848 8.273,16.7125848 L8.285,16.7235848 Z M9.418,17.5545848 C8.694,18.2775848 7.719,18.6385848 6.823,18.8115848 C7.109,18.1985848 7.093,17.5885848 7.023,16.9725848 C6.956,16.3705848 6.926,16.0965848 7.443,15.5785848 C7.83,15.1925848 8.269,15.1115848 8.57,15.1115848 C8.661,15.1115848 8.752,15.1225848 8.841,15.1365848 C8.572,15.8135848 8.38,16.3695848 8.289,16.7075848 C8.642,16.6135848 9.229,16.4105848 9.947,16.1225848 C9.965,16.2165848 9.994,16.3065848 9.988,16.4075848 C9.966,16.8015848 9.764,17.2085848 9.418,17.5545848 L9.418,17.5545848 Z M19.229,5.7675848 C18.296,4.8685848 16.737,4.0855848 13.275,7.5475848 C11.671,9.1525848 10.181,12.0035848 9.242,14.1705848 C9.024,14.1145848 8.8,14.0755848 8.57,14.0755848 C7.918,14.0755848 7.245,14.3115848 6.711,14.8465848 C4.677,16.8805848 7.825,17.9925848 4,19.9275848 C4,19.9275848 4.473,19.9995848 5.184,19.9995848 C6.519,19.9995848 8.691,19.7455848 10.15,18.2865848 C10.932,17.5045848 11.169,16.5315848 10.927,15.7115848 C13.081,14.7695848 15.869,13.3015848 17.449,11.7215848 C20.911,8.2595848 20.129,6.7015848 19.229,5.7675848 L19.229,5.7675848 Z M19.165,5.7005848 C19.186,5.7225848 19.208,5.7455848 19.229,5.7675848 C19.251,5.7895848 19.274,5.8105848 19.297,5.8325848 L19.165,5.7005848 Z"}));tL.displayName="DesignBold";var rL=tL;var $9=o(r()),oL=({size:e,...t})=>$9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$9.createElement("path",{d:"M5 3h15a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7v3h4v1H8v-1h4v-3H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm15 13a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h15Z"}));oL.displayName="Desktop";var aL=oL;var J9=o(r()),LL=({size:e,...t})=>J9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J9.createElement("path",{d:"M13.4135707,12.0003772 L16.7066965,8.70752558 C17.0977678,8.31729149 17.0977678,7.68366398 16.7066965,7.29342989 C16.3166408,6.90219004 15.6838162,6.90219004 15.2927449,7.29342989 L11.9996191,10.5862815 L8.70649331,7.29342989 C8.31542193,6.90219004 7.68361309,6.90219004 7.29254171,7.29342989 C6.9024861,7.68366398 6.9024861,8.31729149 7.29254171,8.70752558 L10.5856675,12.0003772 L7.29254171,15.2932287 C6.9024861,15.6844686 6.9024861,16.3170903 7.29254171,16.7073244 C7.48756952,16.9034472 7.74354351,17 7.99951751,17 C8.25549151,17 8.5114655,16.9034472 8.70649331,16.7073244 L11.9996191,13.4144729 L15.2927449,16.7073244 C15.4877727,16.9034472 15.7437467,17 15.9997207,17 C16.2556947,17 16.5116687,16.9034472 16.7066965,16.7073244 C17.0977678,16.3170903 17.0977678,15.6844686 16.7066965,15.2932287 L13.4135707,12.0003772 Z"}));LL.displayName="DismissBold";var lL=LL;var Y9=o(r()),sL=({size:e,...t})=>Y9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y9.createElement("path",{d:"M18,11 L18,16.5 C18,17.327 17.327,18 16.5,18 L6.5,18 C5.673,18 5,17.327 5,16.5 L5,11 L4,11 L4,16.5 C4,17.878 5.121,19 6.5,19 L16.5,19 C17.879,19 19,17.878 19,16.5 L19,11 L18,11 Z M15,11.625 L14.5,11 L12,13.5 L12,5 L11,5 L11,13.5 L8.5,11 L8,11.625 L11.5,15 L15,11.625 Z"}));sL.displayName="Download";var iL=sL;var q9=o(r()),CL=({size:e,...t})=>q9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q9.createElement("path",{d:"M12,14.008 L15.714,10.715 C16.104,10.324 16.105,9.692 15.715,9.301 C15.324,8.91 14.688,8.91 14.297,9.301 L13,11.008 L13,5 L11,5 L11,11.008 L9.711,9.301 C9.321,8.91 8.69,8.91 8.3,9.301 C7.909,9.692 7.91,10.324 8.301,10.715 L12,14.008 Z M17,14 L17,17 C17,17.552 16.553,18 16,18 L8,18 C7.447,18 7,17.552 7,17 L7,14 L5,14 L5,17 C5,18.65 6.35,20 8,20 L16,20 C17.65,20 19,18.65 19,17 L19,14 L17,14 Z"}));CL.displayName="DownloadBold";var nL=CL;var Q9=o(r()),pL=({size:e,...t})=>Q9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q9.createElement("path",{d:"M6.5638852,8 C5.90203328,8 5.70048072,8.03892159 5.49475316,8.1489459 C5.3430957,8.2300532 5.2300532,8.3430957 5.1489459,8.49475316 C5.03892159,8.70048072 5,8.90203328 5,9.5638852 L5,14.4361148 C5,15.0979667 5.03892159,15.2995193 5.1489459,15.5052468 C5.2300532,15.6569043 5.3430957,15.7699468 5.49475316,15.8510541 C5.70048072,15.9610784 5.90203328,16 6.5638852,16 L17.4361148,16 C18.0979667,16 18.2995193,15.9610784 18.5052468,15.8510541 C18.6569043,15.7699468 18.7699468,15.6569043 18.8510541,15.5052468 C18.9610784,15.2995193 19,15.0979667 19,14.4361148 L19,9.5638852 C19,8.90203328 18.9610784,8.70048072 18.8510541,8.49475316 C18.7699468,8.3430957 18.6569043,8.2300532 18.5052468,8.1489459 C18.2995193,8.03892159 18.0979667,8 17.4361148,8 L6.5638852,8 Z M6.5638852,7 L17.4361148,7 C18.3276335,7 18.6509198,7.09282561 18.9768457,7.2671327 C19.3027716,7.4414398 19.5585602,7.69722837 19.7328673,8.0231543 C19.9071744,8.34908022 20,8.67236646 20,9.5638852 L20,14.4361148 C20,15.3276335 19.9071744,15.6509198 19.7328673,15.9768457 C19.5585602,16.3027716 19.3027716,16.5585602 18.9768457,16.7328673 C18.6509198,16.9071744 18.3276335,17 17.4361148,17 L6.5638852,17 C5.67236646,17 5.34908022,16.9071744 5.0231543,16.7328673 C4.69722837,16.5585602 4.4414398,16.3027716 4.2671327,15.9768457 C4.09282561,15.6509198 4,15.3276335 4,14.4361148 L4,9.5638852 C4,8.67236646 4.09282561,8.34908022 4.2671327,8.0231543 C4.4414398,7.69722837 4.69722837,7.4414398 5.0231543,7.2671327 C5.34908022,7.09282561 5.67236646,7 6.5638852,7 Z M14.5116445,12.5030823 L15.7245544,11.0030823 L16.9969177,11.0030823 L14.5116445,14.0030823 L11.9969177,11.0030823 L13.300429,11.0030823 L14.5116445,12.5030823 Z"}));pL.displayName="Dropdown";var dL=pL;var X9=o(r()),cL=({size:e,...t})=>X9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X9.createElement("path",{d:"M7.8458278,7 L16.1541722,7 C17.4914503,7 17.9763797,7.13923842 18.4652686,7.40069906 C18.9541574,7.66215969 19.3378403,8.04584256 19.5993009,8.53473144 C19.8607616,9.02362033 20,9.50854969 20,10.8458278 L20,13.1541722 C20,14.4914503 19.8607616,14.9763797 19.5993009,15.4652686 C19.3378403,15.9541574 18.9541574,16.3378403 18.4652686,16.5993009 C17.9763797,16.8607616 17.4914503,17 16.1541722,17 L7.8458278,17 C6.50854969,17 6.02362033,16.8607616 5.53473144,16.5993009 C5.04584256,16.3378403 4.66215969,15.9541574 4.40069906,15.4652686 C4.13923842,14.9763797 4,14.4914503 4,13.1541722 L4,10.8458278 C4,9.50854969 4.13923842,9.02362033 4.40069906,8.53473144 C4.66215969,8.04584256 5.04584256,7.66215969 5.53473144,7.40069906 C6.02362033,7.13923842 6.50854969,7 7.8458278,7 Z M16.9969177,11.0030823 L11.9969177,11.0030823 L14.5116445,14.0030823 L16.9969177,11.0030823 Z"}));cL.displayName="DropdownBold";var uL=cL;var K9=o(r()),mL=({size:e,...t})=>K9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K9.createElement("path",{d:"M9,13 L17,13 L17,12 L9,12 L9,13 Z M5,10 L15,10 L15,9 L5,9 L5,10 Z M9,16 L17,16 L17,15 L9,15 L9,16 Z"}));mL.displayName="DropdownMenu";var fL=mL;var e2=o(r()),hL=({size:e,...t})=>e2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e2.createElement("path",{d:"M17,14.5 C17,14.776 16.776,15 16.5,15 L10.5,15 C10.224,15 10,14.776 10,14.5 L10,6.5 C10,6.224 10.224,6 10.5,6 L13,6 L13,9.5 C13,9.776 13.224,10 13.5,10 L17,10 L17,14.5 Z M14,17.5 C14,17.776 13.776,18 13.5,18 L7.5,18 C7.224,18 7,17.776 7,17.5 L7,9.5 C7,9.224 7.224,9 7.5,9 L9,9 L9,14.5 C9,15.328 9.672,16 10.5,16 L14,16 L14,17.5 Z M14,6.5 L16.5,9 L14,9 L14,6.5 Z M14,5 L10.5,5 C9.672,5 9,5.672 9,6.5 L9,8 L7.5,8 C6.672,8 6,8.672 6,9.5 L6,17.5 C6,18.328 6.672,19 7.5,19 L13.5,19 C14.328,19 15,18.328 15,17.5 L15,16 L16.5,16 C17.328,16 18,15.328 18,14.5 L18,9 L14,5 Z"}));hL.displayName="Duplicate";var xL=hL;var t2=o(r()),gL=({size:e,...t})=>t2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t2.createElement("path",{d:"M16,14 L11,14 L11,7 L13,7 L13,10 L16,10 L16,14 Z M14,5 L11,5 C9.896,5 9,5.896 9,7 L9,14 C9,15.104 9.896,16 11,16 L16,16 C17.1,16 18,15.1 18,14 L18,9 L14,5 Z M8,16 L8,9 L6,9 L6,16 C6,17.654 7.346,19 9,19 L15,19 L15,17 L9,17 C8.449,17 8,16.551 8,16 L8,16 Z"}));gL.displayName="DuplicateBold";var vL=gL;var r2=o(r()),RL=({size:e,...t})=>r2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r2.createElement("path",{fillRule:"evenodd",d:"M10,19 L10,20 L4,20 L4,19 L10,19 Z M18.31,5.26 L20.01,6.26 C20.3523806,6.46139451 20.5979228,6.7935986 20.69,7.18 C20.7857626,7.56429076 20.724592,7.97089533 20.52,8.31 L14.61,18 C14.5545404,18.091564 14.4700639,18.1619611 14.37,18.2 L11.28,19.37 C11.2240598,19.3975295 11.1623348,19.4112462 11.1,19.4101468 C11.0090964,19.407019 10.9201127,19.3830618 10.84,19.34 C10.7161585,19.2650171 10.6291824,19.1418011 10.6,19 L10.27,15.72 C10.2574558,15.6117159 10.282143,15.502387 10.34,15.41 L16.24,5.76 C16.6750114,5.05233149 17.5999289,4.82892145 18.31,5.26 Z M16.071,7.93654487 L11.28,15.74 L11.53,18.21 L13.85,17.3 L18.62,9.49 L18.62,9.49 L16.071,7.93654487 Z M17.4117832,6.03675264 C17.2823156,6.06677412 17.1701272,6.14710478 17.1,6.26 L16.592,7.08654487 L19.14,8.64 L19.66,7.79 C19.7288391,7.67602259 19.7503728,7.53964244 19.72,7.41 C19.690091,7.27903442 19.6066686,7.16659558 19.49,7.1 L17.79,6.1 C17.6773439,6.02948933 17.5412509,6.00673115 17.4117832,6.03675264 Z"}));RL.displayName="ESignature";var ML=RL;var o2=o(r()),SL=({size:e,...t})=>o2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o2.createElement("path",{d:"M10,19 L10,20 L4,20 L4,19 L10,19 Z M15.91,7.24 L19.51,9.43 L14.51,17.57 C14.4117161,17.7231117 14.2783012,17.8496477 14.1216548,17.9395752 L14,18 L11.55,19.04 C11.4583946,19.078852 11.353707,19.0713696 11.2685583,19.0198844 C11.2046968,18.9812704 11.1576481,18.9214253 11.1346767,18.852079 L11.12,18.78 L10.85,16.07 C10.8293029,15.888041 10.85905,15.7048077 10.9347136,15.5399197 L11,15.42 L15.91,7.24 Z M17,5.5 C17.2833693,5.04634406 17.8549876,4.87992468 18.3318189,5.09384084 L18.44,5.15 L20.23,6.25 C20.474705,6.38830555 20.6499034,6.62321283 20.7126912,6.89719578 C20.7665092,7.13203831 20.73348,7.37700096 20.6221503,7.58770709 L20,8.62 L16.44,6.43 L17,5.5 Z"}));SL.displayName="ESignatureBold";var ZL=SL;var a2=o(r()),BL=({size:e,...t})=>a2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a2.createElement("path",{d:"M18.699,8.62387506 L17.305,10.0198751 L13.97,6.67887506 L15.363,5.28287506 C15.8,4.84687506 16.56,4.84587506 16.997,5.28287506 L18.699,6.98687506 C19.15,7.43787506 19.15,8.17287506 18.699,8.62387506 L18.699,8.62387506 Z M10.973,16.3598751 L9.645,15.0298751 L13.155,11.5168751 L12.474,10.8348751 L8.965,14.3488751 L7.637,13.0198751 L13.289,7.36087506 L16.625,10.7018751 L10.973,16.3598751 Z M6.426,17.5738751 L7.253,13.9988751 L9.995,16.7438751 L6.426,17.5738751 Z M19.381,6.30587506 L17.678,4.60187506 C16.878,3.79887506 15.481,3.79987506 14.682,4.60187506 L6.512,12.7818751 L5,18.9998751 L11.21,17.4858751 L19.381,9.30587506 C20.206,8.47787506 20.206,7.13287506 19.381,6.30587506 L19.381,6.30587506 Z"}));BL.displayName="Edit";var PL=BL;var L2=o(r()),VL=({size:e,...t})=>L2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L2.createElement("path",{d:"M5.653,18.3465 L6.97,14.6675 L9.332,17.0285 L5.653,18.3465 Z M6.562,12.8465 L4,19.9995 L11.153,17.4375 L15.287,13.3045 L10.696,8.7125 L6.562,12.8465 Z M18.707,8.4715 L15.529,5.2925 C15.138,4.9025 14.507,4.9025 14.116,5.2925 L12.108,7.3005 L16.699,11.8915 L18.707,9.8835 C19.097,9.4935 19.097,8.8605 18.707,8.4715 L18.707,8.4715 Z"}));VL.displayName="EditBold";var bL=VL;var l2=o(r()),wL=({size:e,...t})=>l2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},l2.createElement("path",{d:"M14.185 4.854 12.771 3.44c-.567-.566-1.556-.566-2.121 0L9.237 4.853h-.001v.002L4.993 9.097a.486.486 0 0 0-.118.21l-.007-.001-1.491 4.942 4.943-1.491-.002-.006a.485.485 0 0 0 .211-.12l5.657-5.656a1.501 1.501 0 0 0 0-2.121h-.001Zm-8.602 5.54 1.647 1.647-2.358.71.711-2.356Zm.47-.943 3.536-3.536 2.121 2.12-3.536 3.537L6.052 9.45h.001Zm7.425-3.183-1.061 1.06-2.121-2.12 1.061-1.061a.512.512 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1 0 .707Z"}));wL.displayName="EditSmall";var GL=wL;var s2=o(r()),AL=({size:e,...t})=>s2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s2.createElement("path",{d:"M20.291 13.991L17 12.636V7.908A1.5 1.5 0 1015.092 6H6.908A1.5 1.5 0 105 7.908v8.184A1.5 1.5 0 106.908 18H13v-.116l.991 2.407 1.678-3.915 3.477 3.478.708-.708-3.478-3.477 3.915-1.678zM6.908 17A1.5 1.5 0 006 16.092V7.908A1.5 1.5 0 006.908 7h8.184a1.5 1.5 0 00.908.908v4.316L9.581 9.581 12.636 17H6.908zm7.1.709l-2.59-6.29 6.29 2.59-2.59 1.11-1.11 2.59z"}));AL.displayName="ElementProperties";var yL=AL;var i2=o(r()),EL=({size:e,...t})=>i2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i2.createElement("path",{fillRule:"evenodd",d:"M18,17.5 C18,17.775 17.775,18 17.5,18 L5.5,18 C5.224,18 5,17.776 5,17.5 L5,7.738 L11.196,12.469 C11.286,12.537 11.394,12.571 11.5,12.571 C11.608,12.571 11.717,12.536 11.808,12.466 L18,7.635 L18,17.5 Z M17.187,7 L11.497,11.439 L5.682,7 L17.187,7 Z M17.5,6 L5.5,6 C4.671,6 4,6.672 4,7.5 L4,17.5 C4,18.328 4.671,19 5.5,19 L17.5,19 C18.329,19 19,18.328 19,17.5 L19,7.5 C19,6.672 18.329,6 17.5,6 L17.5,6 Z"}));EL.displayName="Email";var FL=EL;var C2=o(r()),NL=({size:e,...t})=>C2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C2.createElement("path",{fillRule:"evenodd",d:"M13.1,13.63 L19,9 L19.0083479,9.99540863 L19.0083479,9.99540863 L19,15 C19,16.66 17.66,18 16,18 L8,18 C6.34,18 5,16.66 5,15 L5.0334356,9.22479529 L5.0334356,9.22479529 L5.04,9 L5.04,9 L10.95,13.63 C11.26,13.88 11.64,14 12.02,14 C12.4,14 12.78,13.88 13.1,13.63 Z M16,6 C17.01,6 17.9,6.5 18.439,7.26 L15.5871203,9.40667891 L15.5871203,9.40667891 L13.4494657,10.993143 L13.4494657,10.993143 L12.7634816,11.4914599 L12.7634816,11.4914599 L12.3690096,11.770587 L12.3690096,11.770587 L12.1774508,11.9006503 L12.1774508,11.9006503 L12.0519104,11.9790713 C12.0219124,11.9959546 12.004186,12.0032558 12,12 L5.561,7.26 C6.1,6.5 6.99,6 8,6 L16,6 Z"}));NL.displayName="EmailBold";var kL=NL;var n2=o(r()),HL=({size:e,...t})=>n2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n2.createElement("path",{d:"M11 6v1H7a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-4h1v4a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4Zm7 0v4h-1V7.75l-5.096 5.094a.53.53 0 0 1-.75-.75L16.25 7H14V6h4Z"}));HL.displayName="ExternalLink";var TL=HL;var p2=o(r()),UL=({size:e,...t})=>p2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p2.createElement("path",{fillRule:"evenodd",d:"M11,5 L11,7 L8,7 C7.44771525,7 7,7.44771525 7,8 L7,16 C7,16.5522847 7.44771525,17 8,17 L16,17 C16.5522847,17 17,16.5522847 17,16 L17,13 L19,13 L19,16.4361148 C19,17.3276335 18.9071744,17.6509198 18.7328673,17.9768457 C18.5585602,18.3027716 18.3027716,18.5585602 17.9768457,18.7328673 C17.6509198,18.9071744 17.3276335,19 16.4361148,19 L7.5638852,19 C6.67236646,19 6.34908022,18.9071744 6.0231543,18.7328673 C5.69722837,18.5585602 5.4414398,18.3027716 5.2671327,17.9768457 C5.09282561,17.6509198 5,17.3276335 5,16.4361148 L5,7.5638852 C5,6.67236646 5.09282561,6.34908022 5.2671327,6.0231543 C5.4414398,5.69722837 5.69722837,5.4414398 6.0231543,5.2671327 C6.34908022,5.09282561 6.67236646,5 7.5638852,5 L11,5 Z M15.5857864,7 L13,7 L13,5 L19,5 L19,11 L17,11 L17,8.41421356 L12.5,12.9142136 L11.0857864,11.5 L15.5857864,7 Z"}));UL.displayName="ExternalLinkBold";var DL=UL;var d2=o(r()),zL=({size:e,...t})=>d2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},d2.createElement("path",{d:"M13 10h1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3v1H5v8h8v-3Zm-.706-5H10V4h4v4h-1V5.705l-3.15 3.16a.494.494 0 1 1-.7-.697L12.294 5Z"}));zL.displayName="ExternalLinkSmall";var IL=zL;var c2=o(r()),_L=({size:e,...t})=>c2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c2.createElement("path",{d:"M10,20 L10,13 L8,13 L8,10 L10,10 L10,7.48 C10,5.666 11.277,4 13.979,4 C15.073,4 15.935,4.104 15.935,4.104 L15.896,6.629 C15.896,6.629 15.051,6.621 14.15,6.621 C13.177,6.621 13,7.07 13,7.815 L13,10 L16,10 L15.792,13 L13,13 L13,20 L10,20 Z"}));_L.displayName="Facebook";var WL=_L;var u2=o(r()),OL=({size:e,...t})=>u2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u2.createElement("path",{d:"M13,9 L13,6.41 L15.59,9 L13,9 Z M8,18 C7.45,18 7,17.55 7,17 L7,7 C7,6.45 7.45,6 8,6 L12,6 L12,10 L16,10 L16,18 L8,18 Z M13,5 L8,5 C6.9,5 6,5.9 6,7 L6,17 C6,18.1 6.9,19 8,19 L16,19 L17,19 L17,18 L17,9 L13,5 Z"}));OL.displayName="File";var jL=OL;var m2=o(r()),$L=({size:e,...t})=>m2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m2.createElement("path",{d:"M16,14.9998 L16,16.9998 L18,16.9998 L18,17.9998 L16,17.9998 L16,19.9998 L15,19.9998 L15,17.9998 L13,17.9998 L13,16.9998 L15,16.9998 L15,14.9998 L16,14.9998 Z M12,5 L16,9 L16,14 L15,14 L15,10 L11,10 L11,6 L7,6 C6.48928571,6 6.06479592,6.3880102 6.0067602,6.88380102 L6,7 L6,17 C6,17.5107143 6.3880102,17.9352041 6.88380102,17.9932398 L7,18 L12,18 L12,19 L7,19 C5.95,19 5.0822314,18.1790475 5.00551277,17.1485703 L5,17 L5,7 C5,5.95 5.82004132,5.0822314 6.85130541,5.00551277 L7,5 L12,5 Z M12,6.41 L12,9 L14.59,9 L12,6.41 Z"}));$L.displayName="FileAdd";var JL=$L;var f2=o(r()),YL=({size:e,...t})=>f2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f2.createElement("path",{fillRule:"evenodd",d:"M6,17 L6,14 L7,14 L7,13 L9,13 L9,14 L7,14 L7,17 L9,17 L9,18 L7,18 L7,17 L6,17 Z M10,15 L10,14 L11,14 L11,13 L13,13 L13,14 L11,14 L11,15 L12,15 L12,16 L13,16 L13,17 L12,17 L12,18 L10,18 L10,17 L12,17 L12,16 L11,16 L11,15 L10,15 Z M14,15 L14,14 L15,14 L15,13 L17,13 L17,14 L15,14 L15,15 L16,15 L16,16 L17,16 L17,17 L16,17 L16,18 L14,18 L14,17 L16,17 L16,16 L15,16 L15,15 L14,15 Z M13,8 L13,5.41 L15.59,8 L13,8 Z M7,11 L7,6 C7,5.45 7.45,5 8,5 L12,5 L12,9 L16,9 L16,11 L7,11 Z M13,4 L8,4 C6.9,4 6,4.9 6,6 L6,11 L5,11 C4.45,11 4,11.45 4,12 L4,19 C4,19.55 4.45,20 5,20 L18,20 C18.55,20 19,19.55 19,19 L19,12 C19,11.45 18.55,11 18,11 L17,11 L17,8 L13,4 Z"}));YL.displayName="FileCss";var qL=YL;var h2=o(r()),QL=({size:e,...t})=>h2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h2.createElement("path",{fillRule:"evenodd",d:"M13,4 L8,4 C6.9,4 6,4.9 6,6 L6,11 L5,11 C4.45,11 4,11.45 4,12 L4,19 C4,19.55 4.45,20 5,20 L18,20 C18.55,20 19,19.55 19,19 L19,12 C19,11.45 18.55,11 18,11 L17,11 L17,8 L13,4 Z M6,16 L6,15 L7,15 L7,14 L8,14 L8,13 L9,13 L9,14 L8,14 L8,15 L7,15 L7,16 L8,16 L8,17 L9,17 L9,18 L8,18 L8,17 L7,17 L7,16 L6,16 Z M11,18 L12,18 L12,13 L11,13 L11,18 Z M14,14 L14,13 L15,13 L15,14 L16,14 L16,15 L17,15 L17,16 L16,16 L16,17 L15,17 L15,18 L14,18 L14,17 L15,17 L15,16 L16,16 L16,15 L15,15 L15,14 L14,14 Z M13,8 L13,5.41 L15.59,8 L13,8 Z M7,11 L7,6 C7,5.45 7.45,5 8,5 L12,5 L12,9 L16,9 L16,11 L7,11 Z"}));QL.displayName="FileHtml";var XL=QL;var x2=o(r()),KL=({size:e,...t})=>x2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x2.createElement("path",{fillRule:"evenodd",d:"M8,17 L9,17 L9,13 L10,13 L10,17 L9,17 L9,18 L8,18 L8,17 L7,17 L7,16 L8,16 L8,17 Z M11,15 L11,14 L12,14 L12,13 L14,13 L14,14 L12,14 L12,15 L13,15 L13,16 L14,16 L14,17 L13,17 L13,18 L11,18 L11,17 L13,17 L13,16 L12,16 L12,15 L11,15 Z M14,8 L14,5.41 L16.59,8 L14,8 Z M8,11 L8,6 C8,5.45 8.45,5 9,5 L13,5 L13,9 L17,9 L17,17 L16,17 L16,12 C16,11.45 15.55,11 15,11 L8,11 Z M14,4 L9,4 C7.9,4 7,4.9 7,6 L7,11 L6,11 C5.45,11 5,11.45 5,12 L5,19 C5,19.55 5.45,20 6,20 L15,20 C15.55,20 16,19.55 16,19 L16,18 L18,18 L18,8 L14,4 Z"}));KL.displayName="FileJs";var el=KL;var g2=o(r()),tl=({size:e,...t})=>g2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g2.createElement("path",{fillRule:"evenodd",d:"M20,18 L19,18 L19,14 L18,14 L18,18 L17,18 L17,13 L19,13 L19,14 L20,14 L20,18 Z M16,14 L16,17 L15,17 L15,18 L14,18 L14,17 L13,17 L13,14 L14,14 L14,13 L15,13 L15,14 L14,14 L14,17 L15,17 L15,14 L16,14 Z M12,14 L10,14 L10,15 L11,15 L11,16 L12,16 L12,17 L11,17 L11,18 L9,18 L9,17 L11,17 L11,16 L10,16 L10,15 L9,15 L9,14 L10,14 L10,13 L12,13 L12,14 Z M8,17 L7,17 L7,18 L6,18 L6,17 L5,17 L5,16 L6,16 L6,17 L7,17 L7,13 L8,13 L8,17 Z M6,6 C6,5.45 6.45,5 7,5 L11,5 L11,9 L15,9 L15,11 L6,11 L6,6 Z M12,5.41 L14.59,8 L12,8 L12,5.41 Z M21,11 L16,11 L16,8 L12,4 L7,4 C5.9,4 5,4.9 5,6 L5,11 L4,11 C3.45,11 3,11.45 3,12 L3,19 C3,19.55 3.45,20 4,20 L21,20 C21.55,20 22,19.55 22,19 L22,12 C22,11.4892857 21.6119898,11.0647959 21.116199,11.0067602 L21,11 Z"}));tl.displayName="FileJson";var rl=tl;var v2=o(r()),ol=({size:e,...t})=>v2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v2.createElement("path",{fillRule:"evenodd",d:"M18,17 L17,17 L17,18 L16,18 L16,17 L15,17 L15,18 L14,18 L14,17 L13,17 L13,13 L14,13 L14,17 L15,17 L15,13 L16,13 L16,17 L17,17 L17,13 L18,13 L18,17 Z M12,14 L10,14 L10,15 L11,15 L11,16 L12,16 L12,17 L11,17 L11,18 L9,18 L9,17 L11,17 L11,16 L10,16 L10,15 L9,15 L9,14 L10,14 L10,13 L12,13 L12,14 Z M8,17 L7,17 L7,18 L6,18 L6,17 L5,17 L5,16 L6,16 L6,17 L7,17 L7,13 L8,13 L8,17 Z M6,6 C6,5.45 6.45,5 7,5 L11,5 L11,9 L15,9 L15,11 L6,11 L6,6 Z M12,5.41 L14.59,8 L12,8 L12,5.41 Z M19,11 L16,11 L16,8 L12,4 L7,4 C5.9,4 5,4.9 5,6 L5,11 L4,11 C3.45,11 3,11.45 3,12 L3,19 C3,19.55 3.45,20 4,20 L19,20 C19.55,20 20,19.55 20,19 L20,12 C20,11.45 19.55,11 19,11 L19,11 Z"}));ol.displayName="FileJsw";var al=ol;var R2=o(r()),Ll=({size:e,...t})=>R2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R2.createElement("path",{d:"M18,7.781 L18,5 C10.438,5 12.271,16.191 7,16.191 L7,19 C11.797,19 13.575,13 13.575,13 L17,13 L17,11 L14.671,11 C14.877,10 15.703,7.781 18,7.781"}));Ll.displayName="Flash";var ll=Ll;var M2=o(r()),sl=({size:e,...t})=>M2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M2.createElement("path",{d:"M16.509,15.5 C14.855,15.5 13.509,14.154 13.509,12.5 C13.509,10.846 14.855,9.5 16.509,9.5 C18.162,9.5 19.509,10.846 19.509,12.5 C19.509,14.154 18.162,15.5 16.509,15.5 M16.509,8 C14.758,8 13.241,9.004 12.5,10.468 C11.759,9.004 10.242,8 8.491,8 C6.011,8 4,10.015 4,12.5 C4,14.984 6.011,17 8.491,17 C10.242,17 11.759,15.996 12.5,14.531 C13.241,15.996 14.758,17 16.509,17 C18.989,17 21,14.985 21,12.5 C21,10.015 18.989,8 16.509,8"}));sl.displayName="Flickr";var il=sl;var S2=o(r()),Cl=({size:e,...t})=>S2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S2.createElement("path",{d:"M18,11 L6,11 L6,8 C6,7.448 6.448,7 7,7 L9,7 C9.552,7 10,7.448 10,8 L10,9 L11,9 L17,9 C17.552,9 18,9.448 18,10 L18,11 Z M18,17 C18,17.552 17.552,18 17,18 L7,18 C6.448,18 6,17.552 6,17 L6,12 L18,12 L18,17 Z M17,8 L11,8 C11,6.896 10.104,6 9,6 L7,6 C5.9,6 5,6.9 5,8 L5,17 C5,18.1 5.9,19 7,19 L17,19 C18.1,19 19,18.1 19,17 L19,10 C19,8.896 18.104,8 17,8 L17,8 Z"}));Cl.displayName="Folder";var nl=Cl;var Z2=o(r()),pl=({size:e,...t})=>Z2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z2.createElement("path",{d:"M6 7v3h12V9c0-.55-.45-1-1-1h-7V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1Zm13 8v2h2v1h-2v2h-1v-2h-2v-1h2v-2h1ZM9 5c1.05 0 1.918.82 1.995 1.851L11 7h6c1.05 0 1.918.82 1.994 1.851L19 9v4h-1v-2H6v5c0 .51.388.935.884.993L7 17h7v1H7c-1.05 0-1.918-.82-1.994-1.851L5 16V7c0-1.05.82-1.918 1.851-1.994L7 5h2Z"}));pl.displayName="FolderAdd";var dl=pl;var B2=o(r()),cl=({size:e,...t})=>B2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},B2.createElement("path",{d:"M4 12a1 1 0 0 0 1 1h5v1H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h1a2 2 0 0 1 2 2h5a2 2 0 0 1 2 2v2H4v3Zm10-4V7a1 1 0 0 0-1-1H7V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3h10Zm0 3h1v2h2v1h-2v2h-1v-2h-2v-1h2v-2Z"}));cl.displayName="FolderAddSmall";var ul=cl;var P2=o(r()),ml=({size:e,...t})=>P2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P2.createElement("path",{d:"M18.964,12.68 C18.964,12.68 17.552,15.505 16.943,17.058 C16.71,17.655 16.566,18 15.944,18 L5.944,18 C5.824,18 5.714,17.981 5.604,17.941 L8.164,12.321 C8.234,12.13 8.424,12 8.634,12 L16.944,12 L17.944,12 L18.494,12 C18.664,12 18.814,12.08 18.904,12.22 C18.994,12.35 19.024,12.52 18.964,12.68 L18.964,12.68 Z M5,8 C5,7.451 5.394,7 5.944,7 L7.944,7 C8.494,7 9,7.451 9,8 L9,9 L15.944,9 C16.494,9 17,9.451 17,10 L17,11 L8.634,11 C8.014,11 7.483,11.39 7.262,11.96 L5,16.861 L5,8 Z M19.724,11.651 C19.444,11.241 18.984,11 18.494,11 L18,11 L18,10 C18,8.901 17.044,8 15.944,8 L9.944,8 C9.944,6.901 9.044,6 7.944,6 L5.944,6 C4.844,6 4,6.901 4,8 L4,17 C4,18.1 4.844,19 5.944,19 L15.944,19 C16.454,19 16.849,18.859 17.264,18.491 C17.679,18.122 17.748,17.774 17.944,17.279 C18.622,15.564 19.904,13.031 19.904,13.031 C20.084,12.571 20.004,12.05 19.724,11.651 L19.724,11.651 Z"}));ml.displayName="FolderOpen";var fl=ml;var V2=o(r()),hl=({size:e,...t})=>V2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V2.createElement("path",{d:"M18,15 L18,17 L20,17 L20,18 L18,18 L18,20 L17,20 L17,18 L15,18 L15,17 L17,17 L17,15 L18,15 Z M7.94,5 C8.99,5 9.8577686,5.82004132 9.93448723,6.85130541 L9.94,7 L15.94,7 C16.99,7 17.912438,7.82004132 17.9941266,8.85130541 L18,9 L18,10 L18.49,10 C18.98,10 19.44,10.24 19.72,10.65 C20,11.05 20.08,11.57 19.9,12.03 L19.6688889,12.4907407 L19.42,13 L18.32,13 L18.96,11.68 C19.02,11.52 18.99,11.35 18.9,11.22 C18.828,11.108 18.7176,11.0344 18.58928,11.00944 L18.49,11 L8.63,11 C8.45,11 8.28469388,11.0955102 8.19705539,11.242449 L8.16,11.32 L5.6,16.94 C5.67333333,16.9666667 5.74666667,16.9844444 5.82296296,16.9933333 L5.94,17 L13,17 L13,18 L5.94,18 C4.89,18 4.07690083,17.1799587 4.00515214,16.1486946 L4,16 L4,7 C4,5.95 4.7653719,5.0822314 5.79166604,5.00551277 L5.94,5 L7.94,5 Z M7.94,6 L5.94,6 C5.39,6 5,6.45 5,7 L5,7 L5,15.86 L7.26,10.96 C7.48,10.39 8.01,10 8.63,10 L8.63,10 L17,10 L17,9 C17,8.45 16.49,8 15.94,8 L15.94,8 L9,8 L9,7 C9,6.45 8.49,6 7.94,6 L7.94,6 Z"}));hl.displayName="FolderOpenAdd";var xl=hl;var b2=o(r()),gl=({size:e,...t})=>b2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},b2.createElement("path",{d:"M11.247,14.03 L4.638,14.03 C4.619,13.996 4.623,14.004 4.603,13.969 L6.708,10.483 C6.89,10.183 7.214,10 7.564,10 L14.005,10 C14.416,10 14.651,10.468 14.405,10.799 L12.45,13.426 C12.167,13.805 11.721,14.03 11.247,14.03 L11.247,14.03 Z M4,6 C4,5.45 4.45,5 5,5 L6,5 C6.581,5 7.056,5.475 7.056,6.055 L7.056,7 L12,7 C12.581,7 13.056,7.475 13.056,8.055 L13.056,9 L7.576,9 C6.893,9 6.257,9.348 5.89,9.925 L4,12.889 L4,6 Z M14.002,9 L14,9 L14,8 C14,6.9 13.1,6 12,6 L8,6 C8,4.9 7.1,4 6,4 L4.944,4 C3.87,4 3,4.87 3,5.944 L3,13.03 C3,14.118 3.882,15 4.97,15 L11.59,15 C12.227,15 12.827,14.696 13.203,14.181 L15.228,11.418 C15.964,10.414 15.247,9 14.002,9 L14.002,9 Z"}));gl.displayName="FolderOpenSmall";var vl=gl;var w2=o(r()),Rl=({size:e,...t})=>w2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},w2.createElement("path",{d:"M14,8 L4,8 L4,5 C4,4.448 4.448,4 5,4 L6,4 C6.552,4 7,4.448 7,5 L7,6 L8,6 L13,6 C13.552,6 14,6.448 14,7 L14,8 Z M14,12 C14,12.552 13.552,13 13,13 L5,13 C4.448,13 4,12.552 4,12 L4,9 L14,9 L14,12 Z M13,5 L8,5 C8,3.896 7.104,3 6,3 L5,3 C3.9,3 3,3.9 3,5 L3,12 C3,13.1 3.9,14 5,14 L13,14 C14.1,14 15,13.1 15,12 L15,7 C15,5.896 14.104,5 13,5 L13,5 Z"}));Rl.displayName="FolderSmall";var Ml=Rl;var G2=o(r()),Sl=({size:e,...t})=>G2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G2.createElement("path",{d:"M19,14 L5,14 L5,8 C5,7.447 5.448,7 6,7 L18,7 C18.552,7 19,7.447 19,8 L19,14 Z M19,17 C19,17.148 18.964,17.285 18.906,17.412 L16.494,15 L19,15 L19,17 Z M18,18 L16.494,18 L13.494,15 L15.506,15 L18.412,17.906 C18.286,17.964 18.148,18 18,18 L18,18 Z M13.494,18 L10.494,15 L12.506,15 L15.506,18 L13.494,18 Z M10.494,18 L7.494,15 L9.506,15 L12.506,18 L10.494,18 Z M7.494,18 L5,15.506 L5,15 L6.506,15 L9.506,18 L7.494,18 Z M6,18 C5.448,18 5,17.553 5,17 L5,16.494 L6.506,18 L6,18 Z M18,6 L6,6 C4.896,6 4,6.896 4,8 L4,17 C4,18.104 4.896,19 6,19 L18,19 C19.104,19 20,18.104 20,17 L20,8 C20,6.896 19.104,6 18,6 L18,6 Z"}));Sl.displayName="Footer";var Zl=Sl;var A2=o(r()),Bl=({size:e,...t})=>A2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A2.createElement("path",{fillRule:"evenodd",d:"M11,12 L16,12 L16,11 L11,11 L11,12 Z M11,16 L16,16 L16,15 L11,15 L11,16 Z M7.03,11.94 L8.94,11.94 L8.94,10.03 L7.03,10.03 L7.03,11.94 Z M7.03,15.94 L8.94,15.94 L8.94,14.03 L7.03,14.03 L7.03,15.94 Z M9,6 L9,7 L14,7 L14,6 L15,6 C16.5910714,6 17.9031888,7.25529337 17.994882,8.82441008 L18,9 L18,17 C18,18.5910714 16.7447066,19.9031888 15.1755899,19.994882 L15,20 L8,20 C6.40892857,20 5.09681122,18.7447066 5.00511798,17.1755899 L5,17 L5,9 C5,7.40892857 6.25529337,6.09681122 7.82441008,6.00511798 L8,6 L9,6 Z M12,4 C13.05,4 13.9177686,4.82004132 13.9944872,5.85130541 L14,6 L9,6 C9,5.45 9.22,4.95 9.59,4.59 C9.91,4.26111111 10.3406173,4.05074074 10.818642,4.00805213 L11,4 L12,4 Z"}));Bl.displayName="FormBold";var Pl=Bl;var y2=o(r()),Vl=({size:e,...t})=>y2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y2.createElement("path",{fillRule:"evenodd",d:"M13.88,15.29 L16.71,18.12 L11.76,20.24 L13.88,15.29 Z M8,5 L8,6 L13,6 L13,5 L14,5 C15.5910714,5 16.9031888,6.25529337 16.994882,7.82441008 L17,8 L17,9.39 C16.9333333,9.43666667 16.8666667,9.49222222 16.802963,9.55074074 L12.34,14 L10,14 L10,15 L11.83,15 L10.11,19 L7,19 C5.40892857,19 4.09681122,17.7447066 4.00511798,16.1755899 L4,16 L4,8 C4,6.40892857 5.25529337,5.09681122 6.82441008,5.00511798 L7,5 L8,5 Z M18.1202,11.05 C18.4802,10.69 19.0532178,10.6623077 19.4459897,10.9669231 L19.5402,11.05 L20.9502,12.46 C21.3102,12.82 21.3378923,13.3930178 21.0332769,13.7857897 L20.9502,13.88 L17.4102,17.41 L14.5902,14.59 L15.0002,14.18 L15.0002,14.17 L18.1202,11.05 Z M7.94,13.03 L6.03,13.03 L6.03,14.94 L7.94,14.94 L7.94,13.03 Z M15,10 L10,10 L10,11 L15,11 L15,10 Z M7.94,9.03 L6.03,9.03 L6.03,10.94 L7.94,10.94 L7.94,9.03 Z M11,3 C12.05,3 12.9177686,3.82004132 12.9944872,4.85130541 L13,5 L8,5 C8,4.45 8.22,3.95 8.59,3.59 C8.91,3.26111111 9.34061728,3.05074074 9.81864198,3.00805213 L10,3 L11,3 Z"}));Vl.displayName="FormEditBold";var bl=Vl;var E2=o(r()),wl=({size:e,...t})=>E2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E2.createElement("path",{fillRule:"evenodd",d:"M5,20 L4,20 L4,17 L5,17 L5,18 L19,18 L19,17 L20,17 L20,20 L19,20 L19,19 L5,19 L5,20 Z M18.55,4 C19.3508129,4 20,4.64918711 20,5.45 L20,13.55 C20,14.3508129 19.3508129,15 18.55,15 L5.45,15 C4.64918711,15 4,14.3508129 4,13.55 L4,5.45 C4,4.64918711 4.64918711,4 5.45,4 L18.55,4 Z M18.55,5 L5.45,5 C5.20147186,5 5,5.20147186 5,5.45 L5,13.55 C5,13.7985281 5.20147186,14 5.45,14 L18.55,14 C18.7985281,14 19,13.7985281 19,13.55 L19,5.45 C19,5.20147186 18.7985281,5 18.55,5 Z M15,7.5 L18,9.5 L15,11.5 L15,7.5 Z M9,7.5 L9,11.5 L6,9.5 L9,7.5 Z"}));wl.displayName="FullWidthSlider";var Gl=wl;var F2=o(r()),Al=({size:e,...t})=>F2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F2.createElement("path",{fillRule:"evenodd",d:"M5,17 L5,18 L19,18 L19,17 L20,17 L20,20 L19,20 L19,19 L5,19 L5,20 L4,20 L4,17 L5,17 Z M18.97,4 C19.502,4 19.9381778,4.40071111 19.9939704,4.91757037 L20,5.03 L20,13.97 C20,14.502 19.5992889,14.9381778 19.0824296,14.9939704 L18.97,15 L5.03,15 C4.498,15 4.06182222,14.5992889 4.00602963,14.0824296 L4,13.97 L4,5.03 C4,4.498 4.40071111,4.06182222 4.91757037,4.00602963 L5.03,4 L18.97,4 Z M15,7.5 L15,11.5 L18,9.5 L15,7.5 Z M9,7.5 L6,9.5 L9,11.5 L9,7.5 Z"}));Al.displayName="FullWidthSliderBold";var yl=Al;var N2=o(r()),El=({size:e,...t})=>N2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N2.createElement("path",{fillRule:"evenodd",d:"M6.5638852,6 C5.90203328,6 5.70048072,6.03892159 5.49475316,6.1489459 C5.3430957,6.2300532 5.2300532,6.3430957 5.1489459,6.49475316 C5.03892159,6.70048072 5,6.90203328 5,7.5638852 L5,12.4361148 C5,13.0979667 5.03892159,13.2995193 5.1489459,13.5052468 C5.2300532,13.6569043 5.3430957,13.7699468 5.49475316,13.8510541 C5.70048072,13.9610784 5.90203328,14 6.5638852,14 L17.4361148,14 C18.0979667,14 18.2995193,13.9610784 18.5052468,13.8510541 C18.6569043,13.7699468 18.7699468,13.6569043 18.8510541,13.5052468 C18.9610784,13.2995193 19,13.0979667 19,12.4361148 L19,7.5638852 C19,6.90203328 18.9610784,6.70048072 18.8510541,6.49475316 C18.7699468,6.3430957 18.6569043,6.2300532 18.5052468,6.1489459 C18.2995193,6.03892159 18.0979667,6 17.4361148,6 L6.5638852,6 Z M6.5638852,5 L17.4361148,5 C18.3276335,5 18.6509198,5.09282561 18.9768457,5.2671327 C19.3027716,5.4414398 19.5585602,5.69722837 19.7328673,6.0231543 C19.9071744,6.34908022 20,6.67236646 20,7.5638852 L20,12.4361148 C20,13.3276335 19.9071744,13.6509198 19.7328673,13.9768457 C19.5585602,14.3027716 19.3027716,14.5585602 18.9768457,14.7328673 C18.6509198,14.9071744 18.3276335,15 17.4361148,15 L6.5638852,15 C5.67236646,15 5.34908022,14.9071744 5.0231543,14.7328673 C4.69722837,14.5585602 4.4414398,14.3027716 4.2671327,13.9768457 C4.09282561,13.6509198 4,13.3276335 4,12.4361148 L4,7.5638852 C4,6.67236646 4.09282561,6.34908022 4.2671327,6.0231543 C4.4414398,5.69722837 4.69722837,5.4414398 5.0231543,5.2671327 C5.34908022,5.09282561 5.67236646,5 6.5638852,5 Z M6,19 L6,20 L4,18.5 L6,17 L6,18 L18,18 L18,17 L20,18.5 L18,20 L18,19 L6,19 Z"}));El.displayName="FullWidthStrip";var Fl=El;var k2=o(r()),Nl=({size:e,...t})=>k2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k2.createElement("path",{fillRule:"evenodd",d:"M16,14 L19,16.5 L16,19 L16,17 L8,17 L8,19 L5,16.5 L8,14 L8,16 L16,16 L16,14 Z M16.4361148,5 C17.3276335,5 17.6509198,5.09282561 17.9768457,5.2671327 C18.3027716,5.4414398 18.5585602,5.69722837 18.7328673,6.0231543 C18.8937662,6.324009 18.985237,6.6226145 18.9983574,7.36797723 L19,10.4361148 C19,11.3276335 18.9071744,11.6509198 18.7328673,11.9768457 C18.5585602,12.3027716 18.3027716,12.5585602 17.9768457,12.7328673 C17.6509198,12.9071744 17.3276335,13 16.4361148,13 L7.5638852,13 C6.67236646,13 6.34908022,12.9071744 6.0231543,12.7328673 C5.69722837,12.5585602 5.4414398,12.3027716 5.2671327,11.9768457 C5.09282561,11.6509198 5,11.3276335 5,10.4361148 L5,7.5638852 C5,6.67236646 5.09282561,6.34908022 5.2671327,6.0231543 C5.4414398,5.69722837 5.69722837,5.4414398 6.0231543,5.2671327 C6.34908022,5.09282561 6.67236646,5 7.5638852,5 L16.4361148,5 Z"}));Nl.displayName="FullWidthStripBold";var kl=Nl;var H2=o(r()),Hl=({size:e,...t})=>H2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H2.createElement("path",{d:"M11.972 2a9.837 9.837 0 00-7.051 3.002A10.397 10.397 0 002 12.25c0 2.152.657 4.248 1.88 5.994a9.996 9.996 0 004.934 3.733c.499.09.676-.217.676-.49v-1.742c-2.77.614-3.324-1.379-3.324-1.379a2.726 2.726 0 00-1.108-1.503c-.908-.626.067-.615.067-.615.317.043.62.161.885.345.265.184.486.428.644.714.136.252.32.474.54.652a2.073 2.073 0 002.364.19c.045-.517.27-1.001.63-1.366-2.216-.262-4.543-1.139-4.543-5.068-.014-1.017.356-2 1.03-2.745a3.832 3.832 0 01.1-2.722s.832-.273 2.737 1.06a9.644 9.644 0 012.505-.354c.842.008 1.68.127 2.493.354 1.906-1.333 2.737-1.06 2.737-1.06.365.862.4 1.834.1 2.722a4.003 4.003 0 011.03 2.745c0 3.94-2.338 4.806-4.554 5.057.237.25.42.549.536.877.116.327.164.677.14 1.025v2.813c0 .342.177.592.687.49a9.996 9.996 0 004.934-3.733A10.446 10.446 0 0022 12.25a10.5 10.5 0 00-.764-3.935 10.272 10.272 0 00-2.176-3.333 9.956 9.956 0 00-3.254-2.218A9.736 9.736 0 0011.972 2z"}));Hl.displayName="Github";var Tl=Hl;var T2=o(r()),Ul=({size:e,...t})=>T2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T2.createElement("path",{fillRule:"evenodd",d:"M12.505,15.955 C10.636,15.955 8.88,15.228 7.558,13.908 C6.236,12.589 5.509,10.835 5.509,8.97 C5.509,7.273 6.109,5.67 7.212,4.401 L8.649,5.853 C7.878,6.732 7.395,7.872 7.395,9.134 C7.395,11.895 9.633,14.134 12.395,14.134 C13.72,14.134 14.916,13.609 15.811,12.767 L17.107,14.232 C15.831,15.346 14.215,15.955 12.505,15.955 M12.395,5.098 C14.62,5.098 16.431,6.908 16.431,9.134 C16.431,11.359 14.62,13.17 12.395,13.17 C10.169,13.17 8.359,11.359 8.359,9.134 C8.359,6.908 10.169,5.098 12.395,5.098 M18.165,14.62 L18.5,14.286 L16.48,12.004 C17.052,11.19 17.395,10.204 17.395,9.134 C17.395,6.372 15.155,4.134 12.395,4.134 C11.258,4.134 10.222,4.527 9.382,5.166 L7.203,3 L6.845,3.319 C5.333,4.828 4.5,6.835 4.5,8.97 C4.5,11.104 5.333,13.111 6.845,14.62 C8.247,16.02 10.078,16.828 12.042,16.939 L12.042,19 L10.042,19 L10.042,20 L15.042,20 L15.042,19 L13.042,19 L13.042,16.935 C14.978,16.808 16.78,16.003 18.165,14.62"}));Ul.displayName="Globe";var Dl=Ul;var U2=o(r()),zl=({size:e,...t})=>U2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U2.createElement("path",{d:"M12,9.5 C12,9.775 11.775,10 11.5,10 L10.5,10 C10.225,10 10,9.775 10,9.5 L10,8.5 C10,8.225 10.225,8 10.5,8 L11.5,8 C11.775,8 12,8.225 12,8.5 L12,9.5 Z M13,8.5 C13,7.673 12.327,7 11.5,7 L10.5,7 C9.673,7 9,7.673 9,8.5 L9,9.5 C9,10.327 9.673,11 10.5,11 L11.5,11 C12.327,11 13,10.327 13,9.5 L13,8.5 Z M16,13.5 C16,13.775 15.775,14 15.5,14 L14.5,14 C14.225,14 14,13.775 14,13.5 L14,12.5 C14,12.225 14.225,12 14.5,12 L15.5,12 C15.775,12 16,12.225 16,12.5 L16,13.5 Z M15.5,11 L14.5,11 C13.673,11 13,11.673 13,12.5 L13,13.5 C13,14.327 13.673,15 14.5,15 L15.5,15 C16.327,15 17,14.327 17,13.5 L17,12.5 C17,11.673 16.327,11 15.5,11 L15.5,11 Z M11,15.5 C11,15.775 10.775,16 10.5,16 L8.5,16 C8.225,16 8,15.775 8,15.5 L8,13.5 C8,13.225 8.225,13 8.5,13 L10.5,13 C10.775,13 11,13.225 11,13.5 L11,15.5 Z M10.5,12 L8.5,12 C7.673,12 7,12.673 7,13.5 L7,15.5 C7,16.327 7.673,17 8.5,17 L10.5,17 C11.327,17 12,16.327 12,15.5 L12,13.5 C12,12.673 11.327,12 10.5,12 L10.5,12 Z M18,17 C18,17.552 17.552,18 17,18 L7,18 C6.448,18 6,17.552 6,17 L6,7 C6,6.448 6.448,6 7,6 L17,6 C17.552,6 18,6.448 18,7 L18,17 Z M17,5 L7,5 C5.896,5 5,5.896 5,7 L5,17 C5,18.104 5.896,19 7,19 L17,19 C18.104,19 19,18.104 19,17 L19,7 C19,5.896 18.104,5 17,5 L17,5 Z"}));zl.displayName="Group";var Il=zl;var D2=o(r()),_l=({size:e,...t})=>D2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D2.createElement("path",{fillRule:"evenodd",d:"M7,17 L17,17 L17,7 L7,7 L7,17 Z M17,5 L7,5 C5.896,5 5,5.896 5,7 L5,17 C5,18.104 5.896,19 7,19 L17,19 C18.104,19 19,18.104 19,17 L19,7 C19,5.896 18.104,5 17,5 L17,5 Z M9,16 L11,16 C11.553,16 12,15.553 12,15 L12,13 C12,12.447 11.553,12 11,12 L9,12 C8.447,12 8,12.447 8,13 L8,15 C8,15.553 8.447,16 9,16 L9,16 Z M11,11 L12,11 C12.553,11 13,10.553 13,10 L13,9 C13,8.447 12.553,8 12,8 L11,8 C10.447,8 10,8.447 10,9 L10,10 C10,10.553 10.447,11 11,11 L11,11 Z M13,14 C13,14.553 13.447,15 14,15 L15,15 C15.553,15 16,14.553 16,14 L16,13 C16,12.447 15.553,12 15,12 L14,12 C13.447,12 13,12.447 13,13 L13,14 Z"}));_l.displayName="GroupBold";var Wl=_l;var z2=o(r()),Ol=({size:e,...t})=>z2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z2.createElement("path",{d:"M19,8.506 L17.494,7 L18,7 C18.552,7 19,7.447 19,8 L19,8.506 Z M19,10 L17.494,10 L14.494,7 L16.506,7 L19,9.494 L19,10 Z M19,17 C19,17.553 18.552,18 18,18 L6,18 C5.448,18 5,17.553 5,17 L5,11 L19,11 L19,17 Z M5,8 C5,7.852 5.036,7.715 5.094,7.588 L7.506,10 L5,10 L5,8 Z M6,7 L7.506,7 L10.506,10 L8.494,10 L5.588,7.094 C5.714,7.036 5.852,7 6,7 L6,7 Z M10.506,7 L13.506,10 L11.494,10 L8.494,7 L10.506,7 Z M13.506,7 L16.506,10 L14.494,10 L11.494,7 L13.506,7 Z M18,6 L6,6 C4.896,6 4,6.896 4,8 L4,17 C4,18.105 4.896,19 6,19 L18,19 C19.104,19 20,18.105 20,17 L20,8 C20,6.896 19.104,6 18,6 L18,6 Z"}));Ol.displayName="Header";var jl=Ol;var I2=o(r()),$l=({size:e,...t})=>I2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I2.createElement("path",{fillRule:"evenodd",d:"M6,8 L6,12 L11,12 L11,8 L12,8 L12,17 L11,17 L11,13 L6,13 L6,16.98 L5,16.98 L5,8 L6,8 Z M18,8 L18,17 L17,17 L17,9 L14.49,10.84 L14.49,9.84 L17,8 L18,8 Z"}));$l.displayName="Heading1";var Jl=$l;var _2=o(r()),Yl=({size:e,...t})=>_2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_2.createElement("path",{fillRule:"evenodd",d:"M16.16,7.58 C16.6797622,7.5661335 17.1939048,7.69035588 17.65,7.94 C18.0683829,8.1757798 18.4142202,8.5216171 18.65,8.94 C18.8845202,9.35817955 19.0052056,9.83057663 19,10.31 C19.0028447,10.6974788 18.9173466,11.0805103 18.75,11.43 C18.5513169,11.8291437 18.2989787,12.1992396 18,12.53 C17.6931362,12.8655492 17.3722838,13.1879391 17.0383123,13.4963201 L16.7,13.8 L14.17,16.18 L18.98,16.18 L18.98,17 L12.98,17 L12.98,16.11 L16.16,13.11 C16.6570043,12.6536925 17.1060097,12.1477238 17.5,11.6 C17.7934294,11.2029874 17.9543755,10.7236478 17.96,10.23 C17.9669461,9.90828762 17.887523,9.59059511 17.73,9.31 C17.5808012,9.03244561 17.3552443,8.80341864 17.08,8.65 C16.775309,8.47801646 16.4297784,8.39163382 16.08,8.4 C15.5803119,8.39659538 15.0916262,8.54669169 14.68,8.83 C14.3042411,9.09535657 13.9801676,9.42619115 13.7229608,9.80605717 L13.6,10 L12.96,9.38 C13.3367873,8.82765039 13.8321786,8.36642408 14.41,8.03 C14.9440661,7.72984886 15.5473914,7.57470809 16.16,7.58 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z"}));Yl.displayName="Heading2";var ql=Yl;var W2=o(r()),Ql=({size:e,...t})=>W2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W2.createElement("path",{fillRule:"evenodd",d:"M14.07,8.23 C15.058079,7.6981797 16.2376343,7.65750537 17.26,8.12 C17.6633262,8.32265963 18.0077055,8.62571338 18.26,9 C18.5061092,9.38811276 18.6314065,9.84057522 18.62,10.299992 C18.6214595,10.7113389 18.487971,11.1118046 18.24,11.44 C17.9968208,11.7400107 17.6915185,11.9826305 17.3460058,12.1516806 L17.17,12.23 L17.02,12.23 C17.1351937,12.2606457 17.2486856,12.2973637 17.36,12.34 C17.8043383,12.5342857 18.1903613,12.8410361 18.48,13.23 C18.7479301,13.609896 18.8880223,14.0651956 18.88,14.53 C18.8826192,15.0158326 18.7436209,15.4919018 18.48,15.9 C18.2137164,16.3293527 17.8327129,16.6757195 17.38,16.9 C16.873654,17.1497081 16.3144162,17.2732207 15.75,17.26 C15.109896,17.2661643 14.4780685,17.1150751 13.91,16.82 C13.4278431,16.5685832 12.9959218,16.2322182 12.6346525,15.8278012 L12.46,15.62 L13.13,15 C13.4350191,15.4064552 13.8194674,15.746675 14.26,16 C14.7075858,16.277824 15.2232099,16.4266282 15.75,16.43 C16.3183064,16.4569212 16.8757114,16.2675464 17.31,15.9 C17.6904591,15.5599824 17.9024966,15.0701029 17.89,14.56 C17.9045217,14.2040153 17.8027226,13.8529838 17.6,13.56 C17.3922975,13.2826347 17.1119784,13.0680694 16.79,12.94 C16.4988868,12.8180688 16.1900047,12.7457303 15.8761364,12.7254299 L15.64,12.72 L14.75,12.72 L14.75,11.9 L15.64,11.9 C15.9832416,11.899737 16.3230605,11.8317732 16.64,11.7 C16.9236468,11.5727987 17.1711082,11.3768918 17.36,11.13 C17.5336864,10.8772001 17.6245405,10.5766825 17.62,10.27 C17.6362608,9.81497003 17.44496,9.37718556 17.1,9.08 C16.719222,8.76363215 16.2346409,8.59972972 15.74,8.62 C15.2629606,8.61526516 14.7945259,8.74712086 14.39,9 C14.054909,9.23455637 13.7627381,9.52415086 13.5255896,9.85595499 L13.39,10.06 L12.72,9.44 C13.0838719,8.94982245 13.5430659,8.53824863 14.07,8.23 Z M5,8.01 L5,12.01 L10,12.01 L10,8.01 L11,8.01 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8.01 L5,8.01 Z"}));Ql.displayName="Heading3";var Xl=Ql;var O2=o(r()),Kl=({size:e,...t})=>O2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O2.createElement("path",{fillRule:"evenodd",d:"M18.93,8 L18.93,13.92 L20.34,13.92 L20.34,14.7 L18.93,14.7 L18.93,17 L18,17 L18,14.7 L13.24,14.7 L13.24,13.92 L18,8 L18.93,8 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z M18,9.21 L14.23,13.92 L18,13.92 L18,9.21 Z"}));Kl.displayName="Heading4";var es=Kl;var j2=o(r()),ts=({size:e,...t})=>j2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j2.createElement("path",{fillRule:"evenodd",d:"M19.43,8 L19.43,8.77 L15.27,8.77 L14.9,12 L15.029384,11.8590648 C15.2533377,11.6327112 15.5179735,11.4497122 15.81,11.32 C16.1853834,11.1572311 16.590872,11.0754519 17,11.08 C17.5390523,11.0692539 18.0710384,11.2039776 18.54,11.47 C18.9870975,11.71856 19.3572529,12.0852561 19.61,12.53 C19.874284,12.9960273 20.0089482,13.5243253 20,14.06 C20.015535,14.6294031 19.8773585,15.1924726 19.6,15.69 C19.3357381,16.1644151 18.9444151,16.5557381 18.47,16.82 C17.9682044,17.0967425 17.4029926,17.2380455 16.83,17.23 C16.1896725,17.244559 15.557334,17.0856106 15,16.77 C14.5111597,16.4906051 14.0876134,16.1116241 13.7562772,15.658608 L13.62,15.46 L14.29,14.86 C14.5682634,15.3034591 14.9279228,15.6902625 15.35,16 C15.7765718,16.2811591 16.2793049,16.4242984 16.79,16.41 C17.192187,16.4207732 17.5886533,16.3129622 17.93,16.1 C18.2602783,15.8945946 18.5295889,15.6045678 18.71,15.26 C18.9042733,14.8900834 19.0039061,14.4778099 19,14.06 C19.0095516,13.6706755 18.9200896,13.2853007 18.74,12.94 C18.5548648,12.6231814 18.2892115,12.3609781 17.97,12.18 C17.630668,11.991669 17.248061,11.8951555 16.86,11.9 C16.4348407,11.8927643 16.0159981,12.0035326 15.65,12.22 C15.3509544,12.4086568 15.0880919,12.6483874 14.8731331,12.9277316 L14.75,13.1 L13.88,13.1 L14.46,8 L19.43,8 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z"}));ts.displayName="Heading5";var rs=ts;var $2=o(r()),os=({size:e,...t})=>$2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$2.createElement("path",{fillRule:"evenodd",d:"M18.65,8 C17.9327687,8.54598865 17.2482545,9.13366905 16.6,9.76 C16.1184957,10.2214974 15.6892449,10.7345862 15.32,11.29 C15.206268,11.4759157 15.106011,11.6697459 15.02,11.87 C15.1557105,11.7243738 15.3065634,11.5936346 15.47,11.48 C15.9297924,11.1964974 16.4598365,11.0475307 17,11.05 C17.4415268,11.0654999 17.8735659,11.1763816 18.26677,11.3740018 L18.46,11.48 C18.9120613,11.7130099 19.2974651,12.0571204 19.58,12.48 C19.8601776,12.9370785 20.0057509,13.463915 20,14 C20.0352867,15.1101322 19.4543369,16.1489165 18.49,16.7 C17.9831814,16.9823853 17.4100102,17.1239517 16.83,17.11 C16.2359581,17.1246581 15.6488692,16.9796126 15.13,16.69 C14.6527748,16.4115041 14.2617334,16.0066205 14,15.52 C13.725153,14.9926458 13.5875867,14.4045496 13.6,13.81 C13.6046641,13.1627138 13.7407481,12.5231186 14,11.93 C14.2906892,11.2314721 14.6851305,10.5808124 15.17,10 C15.7064575,9.38547442 16.2937949,8.81770036 16.9256186,8.30265324 L17.31,8 L18.65,8 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z M16.78,11.85 C16.3746367,11.843653 15.9746867,11.9436405 15.62,12.14 C15.2861537,12.3243108 15.0067731,12.593344 14.81,12.92 C14.6138659,13.2638928 14.5137095,13.6541576 14.52,14.05 C14.4986627,14.8505863 14.9220369,15.5972645 15.62,15.99 C15.9720587,16.1939494 16.3732059,16.2976944 16.78,16.29 C17.1866747,16.2966839 17.587556,16.1930077 17.94,15.99 C18.2727745,15.7954256 18.551307,15.5203318 18.75,15.19 C18.9513707,14.8441707 19.0550596,14.4501531 19.05,14.05 C19.0578925,13.6526598 18.9539391,13.2611017 18.75,12.92 C18.5532269,12.593344 18.2738463,12.3243108 17.94,12.14 C17.5848046,11.9449352 17.185203,11.8450348 16.78,11.85 Z"}));os.displayName="Heading6";var as=os;var J2=o(r()),Ls=({size:e,...t})=>J2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J2.createElement("path",{d:"M11.808,17.897 C11.628,18.032 11.372,18.032 11.193,17.896 C9.741,16.801 5,13.004 5,10.112 C5,8.163 6.181,7 8.159,7 C9.405,7 10.537,7.725 11.044,8.849 L11.5,9.69 L11.956,8.849 C12.463,7.725 13.597,7 14.843,7 C16.82,7 18,8.163 18,10.112 C18,13.004 13.26,16.801 11.808,17.897 M14.843,6 C13.51,6 12.275,6.633 11.5,7.667 C10.726,6.633 9.491,6 8.159,6 C5.632,6 4,7.614 4,10.112 C4,13.376 8.61,17.202 10.591,18.694 C10.855,18.894 11.169,19 11.5,19 C11.831,19 12.146,18.894 12.41,18.695 C14.391,17.202 19,13.376 19,10.112 C19,7.614 17.369,6 14.843,6"}));Ls.displayName="Heart";var ls=Ls;var Y2=o(r()),ss=({size:e,...t})=>Y2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y2.createElement("path",{d:"M9,13.631 C7.021,11.792 6.505,10.667 6.294,9.5 C6.083,8.334 6.593,7.264 8,7.264 C8.509,7.264 9,7.732 9,8.114 L9,13.631 Z M16,5 C14.297,5 12.651,6.007 12,7.452 C11.349,6.007 9.703,5 8,5 C5.691,5 4,6.227 4,9 C4,13.31 12,19 12,19 C12,19 20,13.31 20,9 C20,6.227 18.309,5 16,5 L16,5 Z"}));ss.displayName="HeartBold";var is=ss;var q2=o(r()),Cs=({size:e,...t})=>q2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q2.createElement("path",{fillRule:"evenodd",d:"M12.9264213,15.0001955 C12.9264213,14.5981955 12.9644213,14.2571955 13.0394213,13.9781955 C13.1154213,13.6981955 13.2234213,13.4551955 13.3624213,13.2481955 C13.5022865,13.0422295 13.6668442,12.8541635 13.8524213,12.6881955 C14.0384213,12.5201955 14.2424213,12.3461955 14.4624213,12.1681955 C14.6494213,12.0111955 14.8364213,11.8521955 15.0224213,11.6901955 C15.2084213,11.5281955 15.3744213,11.3441955 15.5204213,11.1371955 C15.6750362,10.9111915 15.7928325,10.6620979 15.8694213,10.3991955 C15.962773,10.0694885 16.0069159,9.72780166 16.0004213,9.38519545 C16.0004213,8.84919545 15.9014213,8.36919545 15.7034213,7.94519545 C15.5159303,7.53386324 15.2384321,7.16990318 14.8914213,6.88019545 C14.5347392,6.58793616 14.1258405,6.36601103 13.6864213,6.22619545 C13.2036074,6.07189702 12.6992706,5.99560511 12.1924213,6.00019545 C11.5524213,6.00019545 10.9724213,6.09819545 10.4544213,6.29319545 C9.9364213,6.48919545 9.4944213,6.76519545 9.1274213,7.12319545 C8.75657225,7.48649334 8.47014283,7.92689137 8.2884213,8.41319545 C8.09035768,8.94979467 7.99273194,9.5182612 8.0004213,10.0901955 L9.9914213,10.0901955 C9.9914213,9.33019545 10.1634213,8.72419545 10.5074213,8.27219545 C10.8504213,7.81919545 11.3834213,7.59319545 12.1054213,7.59319545 C12.2564213,7.59319545 12.4314213,7.62719545 12.6294213,7.69319545 C12.8274213,7.76119545 13.0134213,7.86719545 13.1884213,8.01319545 C13.3745402,8.17317975 13.5259759,8.36953574 13.6334213,8.59019545 C13.7554213,8.83019545 13.8174213,9.11819545 13.8174213,9.45419545 C13.8174213,9.73319545 13.7794213,9.97419545 13.7034213,10.1741955 C13.6274213,10.3751955 13.5234213,10.5571955 13.3894213,10.7191955 C13.2554213,10.8811955 13.1034213,11.0291955 12.9344213,11.1631955 C12.7664213,11.2971955 12.5884213,11.4431955 12.4024213,11.5991955 C12.1694213,11.7891955 11.9684213,11.9811955 11.7994213,12.1771955 C11.624853,12.3817753 11.4807025,12.6104626 11.3714213,12.8561955 C11.2554213,13.1131955 11.1714213,13.4121955 11.1184213,13.7521955 C11.0664213,14.0931955 11.0394213,14.5091955 11.0394213,15.0011955 L12.9264213,15.0011955 L12.9264213,15.0001955 Z M13.0004213,18.0001955 L13.0004213,16.0001955 L11.0004213,16.0001955 L11.0004213,18.0001955 L13.0004213,18.0001955 Z"}));Cs.displayName="HelpBold";var ns=Cs;var Q2=o(r()),ps=({size:e,...t})=>Q2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q2.createElement("path",{fillRule:"evenodd",d:"M12,19 C8.141,19 5,15.859 5,12 C5,8.141 8.141,5 12,5 C15.859,5 19,8.141 19,12 C19,15.859 15.859,19 12,19 L12,19 Z M12,4 C7.589,4 4,7.589 4,12 C4,16.411 7.589,20 12,20 C16.411,20 20,16.411 20,12 C20,7.589 16.411,4 12,4 L12,4 Z M11.5,16.5 L12.5,16.5 L12.5,15.5 L11.5,15.5 L11.5,16.5 Z M12.023,7.604 C11.146,7.604 9.5,7.979 9.5,10.5 L10.5,10.5 C10.5,9.062 11.042,8.441 11.986,8.441 C12.225,8.441 12.451,8.488 12.665,8.57 C12.879,8.653 13.623,8.984 13.623,10.248 C13.623,11.774 11.5,11.521 11.5,14.5 L12.5,14.5 C12.5,12.75 13.021,12.625 13.455,12.176 C13.755,11.867 14.529,11.385 14.529,10.031 C14.529,9.283 13.979,7.604 12.023,7.604 L12.023,7.604 Z"}));ps.displayName="HelpCircle";var ds=ps;var X2=o(r()),cs=({size:e,...t})=>X2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X2.createElement("path",{d:"M13.986,14.214 C14.3,13.722 14.485,13.133 14.485,12.5 C14.485,10.786 13.146,9.391 11.5,9.391 C10.848,9.391 10.25,9.616 9.759,9.986 L7.863,8.091 C8.867,7.467 10.076,7.036 11.5,7.036 C16.068,7.036 18.433,11.49 18.911,12.5 C18.63,13.097 17.689,14.887 16.03,16.258 L13.986,14.214 Z M10.494,10.722 C10.79,10.539 11.132,10.427 11.5,10.427 C12.597,10.427 13.49,11.357 13.49,12.5 C13.49,12.854 13.396,13.182 13.246,13.473 L10.494,10.722 Z M12.815,14.043 C12.464,14.368 12.006,14.572 11.5,14.572 C10.402,14.572 9.509,13.643 9.509,12.5 C9.509,12.003 9.685,11.552 9.967,11.195 L12.815,14.043 Z M4.089,12.499 C4.386,11.867 5.419,9.89 7.269,8.497 L9.251,10.479 C8.799,11.024 8.514,11.725 8.514,12.5 C8.514,14.214 9.853,15.609 11.5,15.609 C12.288,15.609 13,15.283 13.534,14.762 L15.461,16.689 C14.395,17.427 13.084,17.964 11.5,17.964 C6.931,17.964 4.567,13.51 4.089,12.499 Z M20,12.5 L19.918,12.298 C19.813,12.041 17.293,6 11.5,6 C9.743,6 8.292,6.56 7.113,7.341 L5,5.228 L4.5,5.728 L6.534,7.762 C4.228,9.567 3.149,12.133 3.082,12.298 L3,12.5 L3.082,12.702 C3.186,12.959 5.707,19 11.5,19 C13.421,19 14.974,18.331 16.207,17.434 L18.5,19.728 L19,19.228 L16.769,16.996 C18.868,15.213 19.853,12.86 19.918,12.702 L20,12.5 Z"}));cs.displayName="Hide";var us=cs;var K2=o(r()),ms=({size:e,...t})=>K2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K2.createElement("path",{d:"M15.252,15.25 L13.92,13.616 C14.297,13.176 14.529,12.61 14.529,11.984 C14.529,10.604 13.434,9.484 12.029,9.484 C11.583,9.484 11.175,9.607 10.815,9.806 L9.665,8.394 C10.351,8.083 11.128,7.886 12,7.886 C15.465,7.886 17.457,10.993 18.047,12.078 C17.678,12.763 16.755,14.246 15.252,15.25 M12,16.266 C8.535,16.266 6.544,13.162 5.953,12.076 C6.328,11.388 7.265,9.894 8.778,8.889 L10.056,10.457 C9.73,10.881 9.529,11.406 9.529,11.984 C9.529,13.365 10.625,14.492 12.029,14.492 C12.43,14.492 12.799,14.393 13.131,14.23 L14.366,15.746 C13.674,16.063 12.886,16.266 12,16.266 M19.839,12.445 L20,12.076 L19.839,11.707 C19.739,11.476 17.33,6.076 12,6.076 C10.644,6.076 9.479,6.427 8.49,6.953 L6.898,5 L6.123,5.631 L7.634,7.485 C5.329,9.102 4.227,11.553 4.16,11.707 L4,12.076 L4.16,12.445 C4.26,12.675 6.669,18.076 12,18.076 C13.369,18.076 14.543,17.716 15.537,17.183 L17.002,18.98 L17.777,18.348 L16.392,16.648 C18.678,15.031 19.773,12.599 19.839,12.445"}));ms.displayName="HideBold";var fs=ms;var e4=o(r()),hs=({size:e,...t})=>e4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},e4.createElement("path",{d:"M11.712,11.664 L10.423,10.414 C10.704,10.019 10.873,9.536 10.873,9.002 C10.873,7.655 9.829,6.599 8.496,6.599 C7.937,6.599 7.418,6.786 6.992,7.087 L5.76,5.893 C6.488,5.436 7.364,5.118 8.398,5.118 C11.621,5.118 13.475,8.189 13.907,9 C13.655,9.474 12.918,10.711 11.712,11.664 L11.712,11.664 Z M7.701,7.774 C7.937,7.642 8.207,7.56 8.496,7.56 C9.287,7.56 9.883,8.18 9.883,9.002 C9.883,9.268 9.816,9.508 9.704,9.717 L7.701,7.774 Z M9.246,10.223 C9.032,10.36 8.777,10.441 8.496,10.441 C7.651,10.441 6.938,9.783 6.938,9.002 C6.938,8.72 7.033,8.456 7.191,8.23 L9.246,10.223 Z M8.398,12.885 C5.164,12.885 3.455,9.785 3.075,9 C3.301,8.536 3.997,7.261 5.197,6.296 L6.492,7.552 C6.157,7.959 5.947,8.46 5.947,9.002 C5.947,10.303 7.114,11.402 8.496,11.402 C9.05,11.402 9.548,11.212 9.947,10.903 L11.146,12.064 C10.38,12.545 9.466,12.885 8.398,12.885 L8.398,12.885 Z M14.912,9.195 L15,9 L14.912,8.806 C14.825,8.617 12.744,4.158 8.398,4.158 C7.045,4.158 5.932,4.589 5.035,5.189 L2.778,3 L2.288,3.475 L4.481,5.602 C2.871,6.928 2.121,8.705 2.073,8.823 L2,9 L2.072,9.178 C2.15,9.368 4.037,13.846 8.398,13.846 C9.783,13.846 10.936,13.391 11.87,12.767 L14.173,15 L14.663,14.526 L12.426,12.356 C14.049,11.04 14.858,9.311 14.912,9.195 L14.912,9.195 Z"}));hs.displayName="HideSmall";var xs=hs;var X=o(r()),gs=({size:e,...t})=>X.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X.createElement("path",{d:"M18.955 21.5c-3.296 0-4.455-2.695-4.455-4.294 0-3.05 4.455-9.706 4.455-9.706s4.545 6.656 4.545 9.706c0 1.6-1.249 4.294-4.545 4.294Z",className:"highlightcolor-custom-color"}),X.createElement("path",{d:"M17.992 3v1.09c0 .19-.06.38-.17.53-.77 1.06-2.338 3.5-3.678 6.14-.3.6-.6 1.22-.86 1.83l-2.888-7.42c-.3-.73-.94-1.18-1.68-1.18s-1.38.45-1.679 1.18L2.55 15.71c-.26.61.19 1.29.85 1.29.37 0 .7-.22.84-.55L5.767 13h5.617l.98 2.44c-.33 1.64-.25 3.21.61 4.56H1.999C.9 20 0 19.1 0 18V3c.01-1.1.91-2 2.01-2h13.983c1.1 0 2 .9 2 2Zm.13 4.39c-.42.66-4.118 6.56-4.118 9.61 0 1.92 1.35 5 4.958 5C22.571 22 24 19.06 24 17c0-3.05-3.768-8.96-4.198-9.62l-.85-1.3-.83 1.31Zm.83.56s4.038 6.2 4.038 9.04c0 1.49-1.11 4-4.038 4-2.929 0-3.958-2.51-3.958-4 0-2.84 3.958-9.04 3.958-9.04ZM8.716 6.34l-2.059 4.65h3.929l-1.87-4.65Z"}));gs.displayName="HighlightColor";var vs=gs;var t4=o(r()),Rs=({size:e,...t})=>t4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t4.createElement("path",{d:"M5.7 6.511l1.414 1.414-.708.708-1.414-1.414.708-.708zm6.277-2.001h-1v2h1v-2zm-7.985 9.002h2v-1.001h-2v1.001zm9.999 2.499l.01 2.531c.002.997-.787 1.948-2.016 1.948-1.23 0-1.984-.948-1.984-1.948l-.01-2.531c-.984-.521-2.015-2.121-2.015-3.5 0-2.205 1.795-4 4-4s4 1.795 4 4c0 1.377-.984 2.996-1.985 3.5zm-1 2.667l-.015-2.168h-2l.015 2.168c0 .552.517.837 1.016.833.499-.003.984-.281.985-.833zm1.059-4.012a2.97 2.97 0 00.926-2.155c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .839.349 1.594.907 2.137.092.089.197.162.302.235.163.113.324.224.432.396.03.05.05.131.073.222l.002.01h2.58a.65.65 0 01.067-.246c.105-.167.26-.271.418-.377.1-.068.203-.136.293-.222zm3.958-2.156v1h2v-1h-2zm.292-5.999l-1.414 1.414.708.708 1.414-1.414-.708-.708z"}));Rs.displayName="Hint";var Ms=Rs;var r4=o(r()),Ss=({size:e,...t})=>r4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r4.createElement("path",{fillRule:"evenodd",d:"M16.997,17.554 C16.997,17.832 16.851,18 16.57,18 L13.997,18 L13.997,13 L8.997,13 L8.997,18 L6.425,18 C6.144,18 5.997,17.832 5.997,17.554 L5.997,10.996 L11.497,6.414 L16.997,10.996 L16.997,17.554 Z M9.997,18 L12.997,18 L12.997,14 L9.997,14 L9.997,18 Z M11.5,5 L3,12 L4.997,12 L4.997,17.554 C4.997,18.39 5.585,19 6.425,19 L16.57,19 C17.41,19 17.997,18.39 17.997,17.554 L17.997,12 L20,12 L11.5,5 Z"}));Ss.displayName="Home";var Zs=Ss;var o4=o(r()),Bs=({size:e,...t})=>o4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o4.createElement("path",{fillRule:"evenodd",d:"M15.9614772,17 L13.9614772,17 L13.9614772,13 L9.96147721,13 L9.96147721,17 L7.96147721,17 L7.96147721,10 L11.9614772,7 L15.9614772,10 L15.9614772,17 Z M19.6234772,10.222 L11.9614772,4 L4.37947721,10.219 C3.63747721,10.809 4.05647721,12 5.00647721,12 L5.96147721,12 L5.96147721,17 C5.96147721,18.104 6.85747721,19 7.96147721,19 L15.9614772,19 C17.0654772,19 17.9614772,18.104 17.9614772,17 L17.9614772,12 L18.9924772,12 C19.9354772,12 20.3564772,10.816 19.6234772,10.222 L19.6234772,10.222 Z"}));Bs.displayName="HomeBold";var Ps=Bs;var a4=o(r()),Vs=({size:e,...t})=>a4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},a4.createElement("path",{fillRule:"evenodd",d:"M13.2563856,9.0375 C13.0963856,9.0375 12.9663856,9.1675 12.9663856,9.3275 L12.9663856,14.0275 L10.9853856,14.0275 L10.9853856,10.0275 L6.9853856,10.0275 L6.9853856,14.0275 L5.0353856,14.0275 L5.0353856,9.3375 C5.0353856,9.2575 5.0063856,9.1875 4.9563856,9.1375 C4.9053856,9.0775 4.8253856,9.0075 4.7563856,9.0175 L3.4363856,9.0175 L9.0063856,4.0975 L14.6553856,9.0375 L13.2563856,9.0375 Z M7.9853856,14.0275 L9.9853856,14.0275 L9.9853856,11.0275 L7.9853856,11.0275 L7.9853856,14.0275 Z M15.8863856,9.1075 L9.1953856,3.0675 C9.0863856,2.9775 8.9263856,2.9775 8.8163856,3.0675 L2.0753856,9.1275 C1.9853856,9.1975 1.9853856,9.7575 2.0263856,9.8675 C2.0753856,9.9875 2.1763856,10.0575 2.2963856,10.0575 L4.0663856,10.0575 L4.0663856,14.7075 C4.0663856,14.8675 4.1953856,14.9975 4.3563856,14.9975 L13.6553856,14.9975 C13.8163856,14.9975 13.9453856,14.8675 13.9453856,14.7075 L13.9453856,10.0475 L15.7063856,10.0375 C15.8163856,10.0375 15.9263856,9.5375 15.9663856,9.4275 C16.0063856,9.3075 15.9763856,9.1875 15.8863856,9.1075 L15.8863856,9.1075 Z"}));Vs.displayName="HomeSmall";var bs=Vs;var L4=o(r()),ws=({size:e,...t})=>L4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L4.createElement("path",{fillRule:"evenodd",d:"M21,14.078 L15.622,10.27 C15.435,10.138 15.184,10.149 15.009,10.298 L9.72,14.792 L6.69,13.076 C6.531,12.984 6.332,12.99 6.177,13.089 L3,15.106 L3,6.5 C3,6.224 3.224,6 3.5,6 L20.5,6 C20.776,6 21,6.224 21,6.5 L21,14.078 Z M21,17.5 C21,17.776 20.776,18 20.5,18 L3.5,18 C3.224,18 3,17.776 3,17.5 L3,16.29 L6.459,14.094 L9.531,15.834 C9.711,15.937 9.939,15.917 10.102,15.78 L15.361,11.311 L21,15.305 L21,17.5 Z M20.5,5 L3.5,5 C2.672,5 2,5.672 2,6.5 L2,17.5 C2,18.328 2.672,19 3.5,19 L20.5,19 C21.328,19 22,18.328 22,17.5 L22,6.5 C22,5.672 21.328,5 20.5,5 L20.5,5 Z M6,8 C5.447,8 5,8.447 5,9 C5,9.553 5.447,10 6,10 C6.553,10 7,9.553 7,9 C7,8.447 6.553,8 6,8 L6,8 Z"}));ws.displayName="HorizontalImage";var Gs=ws;var l4=o(r()),As=({size:e,...t})=>l4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l4.createElement("path",{d:"M4.078,17 L7.078,13.996 L9,15.994 L14.078,10.997 L19.078,17 L4.078,17 Z M6.5,8 C7.328,8 8,8.672 8,9.5 C8,10.328 7.328,11 6.5,11 C5.672,11 5,10.328 5,9.5 C5,8.672 5.672,8 6.5,8 L6.5,8 Z M18,5 L5,5 C3.343,5 2,6.343 2,8 L2,16 C2,17.657 3.343,19 5,19 L18,19 C19.657,19 21,17.657 21,16 L21,8 C21,6.343 19.657,5 18,5 L18,5 Z"}));As.displayName="HorizontalImageBold";var ys=As;var s4=o(r()),Es=({size:e,...t})=>s4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s4.createElement("path",{d:"M8 11v1h8v-1h3v3h-3v-1H8v1H5v-3h3Z"}));Es.displayName="HorizontalLine";var Fs=Es;var i4=o(r()),Ns=({size:e,...t})=>i4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i4.createElement("path",{d:"M9 10H5v4h4v-1h6v1h4v-4h-4v1H9v-1Z"}));Ns.displayName="HorizontalLineBold";var ks=Ns;var C4=o(r()),Hs=({size:e,...t})=>C4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C4.createElement("path",{fillRule:"evenodd",d:"M18.5,7 C19.8807119,7 21,8.11928813 21,9.5 L21,13.5 C21,14.8807119 19.8807119,16 18.5,16 L4.5,16 C3.11928813,16 2,14.8807119 2,13.5 L2,9.5 C2,8.83695878 2.2633921,8.20107399 2.73223305,7.73223305 C3.20107399,7.2633921 3.83695878,7 4.5,7 L18.5,7 Z M18.5,8 L4.5,8 C3.67157288,8 3,8.67157288 3,9.5 L3,13.5 C3,14.3284271 3.67157288,15 4.5,15 L18.5,15 C19.3284271,15 20,14.3284271 20,13.5 L20,9.5 C20,8.67157288 19.3284271,8 18.5,8 Z M8,11 L8,12 L5,12 L5,11 L8,11 Z M13,11 L13,12 L10,12 L10,11 L13,11 Z M18,11 L18,12 L15,12 L15,11 L18,11 Z"}));Hs.displayName="HorizontalMenu";var Ts=Hs;var n4=o(r()),Us=({size:e,...t})=>n4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n4.createElement("path",{fillRule:"evenodd",d:"M15,12 L18,12 L18,11 L15,11 L15,12 Z M10,12 L13,12 L13,11 L10,11 L10,12 Z M5,12 L8,12 L8,11 L5,11 L5,12 Z M18.82,7 L4.18,7 C2.98,7 2,7.98 2,9.18 L2,13.82 C2,15.02 2.98,16 4.18,16 L18.82,16 C20.02,16 21,15.02 21,13.82 L21,9.18 C21,7.98 20.02,7 18.82,7 L18.82,7 Z"}));Us.displayName="HorizontalMenuBold";var Ds=Us;var p4=o(r()),zs=({size:e,...t})=>p4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p4.createElement("path",{d:"m17 16 4-4-4-4v3H7V8l-4 4 4 4v-3h10v3Z"}));zs.displayName="HorizontalStretchBold";var Is=zs;var d4=o(r()),_s=({size:e,...t})=>d4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d4.createElement("path",{d:"M8.99963381,16 C9.2840291,16.3786237 9.62092465,16.7155597 9.99951255,17 L8.5638852,17 C7.60010387,17 7.08663621,16.9008448 6.55155544,16.6146805 C6.05136104,16.3471736 5.6528264,15.948639 5.38531951,15.4484446 C5.09915518,14.9133638 5,14.3998961 5,13.4361148 L5,8.5638852 C5,7.60010387 5.09915518,7.08663621 5.38531951,6.55155544 C5.6528264,6.05136104 6.05136104,5.6528264 6.55155544,5.38531951 C7.08663621,5.09915518 7.60010387,5 8.5638852,5 L13.4361148,5 C14.3998961,5 14.9133638,5.09915518 15.4484446,5.38531951 C15.948639,5.6528264 16.3471736,6.05136104 16.6146805,6.55155544 C16.9008448,7.08663621 17,7.60010387 17,8.5638852 L17,9.99951255 C16.7155597,9.62092465 16.3786237,9.2840291 16,8.99963381 L16,8.5638852 C16,7.67236646 15.9071744,7.34908022 15.7328673,7.0231543 C15.5585602,6.69722837 15.3027716,6.4414398 14.9768457,6.2671327 C14.6509198,6.09282561 14.3276335,6 13.4361148,6 L8.5638852,6 C7.67236646,6 7.34908022,6.09282561 7.0231543,6.2671327 C6.69722837,6.4414398 6.4414398,6.69722837 6.2671327,7.0231543 C6.09282561,7.34908022 6,7.67236646 6,8.5638852 L6,13.4361148 C6,14.3276335 6.09282561,14.6509198 6.2671327,14.9768457 C6.4414398,15.3027716 6.69722837,15.5585602 7.0231543,15.7328673 C7.34908022,15.9071744 7.67236646,16 8.5638852,16 L8.99963381,16 L8.99963381,16 Z M14,16 L17,16 L17,15 L18,15 L18,16 L19,16 L19,17 L14,17 L14,16 Z M13,18 L13,19 L12,19 L12,10 L13,10 L13,11 L14,11 L14,12 L13,12 L13,17 L14,17 L14,18 L13,18 Z M14,12 L15,12 L15,13 L14,13 L14,12 Z M15,13 L16,13 L16,14 L15,14 L15,13 Z M16,14 L17,14 L17,15 L16,15 L16,14 Z"}));_s.displayName="HoverBox";var Ws=_s;var c4=o(r()),Os=({size:e,...t})=>c4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c4.createElement("path",{d:"M19,11.9995125 C18.0877712,10.7853431 16.635599,10 15,10 C12.2385763,10 10,12.2385763 10,15 C10,16.635599 10.7853431,18.0877712 11.9995125,19 L8.5638852,19 C7.60010387,19 7.08663621,18.9008448 6.55155544,18.6146805 C6.05136104,18.3471736 5.6528264,17.948639 5.38531951,17.4484446 C5.09915518,16.9133638 5,16.3998961 5,15.4361148 L5,8.5638852 C5,7.60010387 5.09915518,7.08663621 5.38531951,6.55155544 C5.6528264,6.05136104 6.05136104,5.6528264 6.55155544,5.38531951 C7.08663621,5.09915518 7.60010387,5 8.5638852,5 L15.4361148,5 C16.3998961,5 16.9133638,5.09915518 17.4484446,5.38531951 C17.948639,5.6528264 18.3471736,6.05136104 18.6146805,6.55155544 C18.9008448,7.08663621 19,7.60010387 19,8.5638852 L19,11.9995125 Z M19,17 L16,17 L16,18 L15,18 L15,19 L14,19 L14,12 L15,12 L15,13 L16,13 L16,14 L17,14 L17,15 L18,15 L18,16 L19,16 L19,17 Z"}));Os.displayName="HoverBoxBold";var js=Os;var u4=o(r()),$s=({size:e,...t})=>u4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u4.createElement("path",{d:"M8.8796283,15.1746043 C9.05933938,15.3842672 9.03505861,15.6999172 8.82539569,15.8796283 C8.61573277,16.0593394 8.30008277,16.0350586 8.1203717,15.8253957 L4.84146111,11.9999909 L8.1203717,8.17460431 C8.30008277,7.96494139 8.61573277,7.94066062 8.82539569,8.1203717 C9.03505861,8.30008277 9.05933938,8.61573277 8.8796283,8.82539569 L6.15853889,11.9999909 L8.8796283,15.1746043 Z M17.8414611,11.9999909 L15.1203717,8.82539569 C14.9406606,8.61573277 14.9649414,8.30008277 15.1746043,8.1203717 C15.3842672,7.94066062 15.6999172,7.96494139 15.8796283,8.17460431 L19.1585389,11.9999909 L15.8796283,15.8253957 C15.6999172,16.0350586 15.3842672,16.0593394 15.1746043,15.8796283 C14.9649414,15.6999172 14.9406606,15.3842672 15.1203717,15.1746043 L17.8414611,11.9999909 Z M13.0404275,8.30304035 C13.1492053,8.04922546 13.4431448,7.93164967 13.6969596,8.04042748 C13.9507745,8.1492053 14.0683503,8.44314476 13.9595725,8.69695965 L10.9595725,15.6969596 C10.8507947,15.9507745 10.5568552,16.0683503 10.3030404,15.9595725 C10.0492255,15.8507947 9.93164967,15.5568552 10.0404275,15.3030404 L13.0404275,8.30304035 Z"}));$s.displayName="Html";var Js=$s;var m4=o(r()),Ys=({size:e,...t})=>m4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m4.createElement("path",{d:"M6.31707778,12 L8.7592566,14.8492086 C9.11867875,15.2685345 9.07011722,15.8998345 8.65079137,16.2592566 C8.23146553,16.6186788 7.60016555,16.5701172 7.2407434,16.1507914 L4.2407434,12.6507914 C3.9197522,12.2763016 3.9197522,11.7236984 4.2407434,11.3492086 L7.2407434,7.84920863 C7.60016555,7.42988278 8.23146553,7.38132125 8.65079137,7.7407434 C9.07011722,8.10016555 9.11867875,8.73146553 8.7592566,9.15079137 L6.31707778,12 Z M15.2407434,9.15079137 C14.8813212,8.73146553 14.9298828,8.10016555 15.3492086,7.7407434 C15.7685345,7.38132125 16.3998345,7.42988278 16.7592566,7.84920863 L19.7592566,11.3492086 C20.0802478,11.7236984 20.0802478,12.2763016 19.7592566,12.6507914 L16.7592566,16.1507914 C16.3998345,16.5701172 15.7685345,16.6186788 15.3492086,16.2592566 C14.9298828,15.8998345 14.8813212,15.2685345 15.2407434,14.8492086 L17.6829222,12 L15.2407434,9.15079137 Z M12.580855,8.1060807 C12.7984106,7.59845092 13.3862895,7.36329935 13.8939193,7.58085497 C14.4015491,7.79841059 14.6367007,8.38628952 14.419145,8.8939193 L11.419145,15.8939193 C11.2015894,16.4015491 10.6137105,16.6367007 10.1060807,16.419145 C9.59845092,16.2015894 9.36329935,15.6137105 9.58085497,15.1060807 L12.580855,8.1060807 Z"}));Ys.displayName="HtmlBold";var qs=Ys;var f4=o(r()),Qs=({size:e,...t})=>f4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f4.createElement("path",{d:"M12,4 C16.4183594,4 20,7.58164063 20,12 C20,16.4183594 16.4183594,20 12,20 C7.58164063,20 4,16.4183594 4,12 C4,7.58164063 7.58164063,4 12,4 Z M14.716222,7 C14.675273,7 14.5334478,7.02039614 14.4009409,7.04519914 C13.8151746,7.15564589 10.3622997,7.86706824 10.3033128,7.8897107 C10.2120112,7.92462501 10.12165,8.00741686 10.0788204,8.09548044 L10.0424878,8.17014868 C10.0424878,8.17014868 10.0253901,13.4513707 9.99888874,13.5107423 C9.9587092,13.6013121 9.86937387,13.6869559 9.78704858,13.7142651 C9.74806588,13.7272283 9.5937594,13.7630933 9.44424026,13.7938594 C8.75152807,13.9364549 8.49420812,14.0392102 8.27646926,14.260363 C8.15285308,14.3858471 8.06129506,14.5572211 8.02171394,14.7369779 C7.98392808,14.9088704 7.99666584,15.166061 8.05052351,15.3223976 C8.1630262,15.648639 8.41248122,15.8799032 8.74845049,15.9689174 C9.0656123,16.0528327 9.65924347,15.959411 9.96298363,15.7778393 C10.0897629,15.7018747 10.2530456,15.5425134 10.3380211,15.4114983 C10.371618,15.3596453 10.4222271,15.2551617 10.4504383,15.1793699 C10.5493483,14.91371 10.5524259,10.1824749 10.5650782,10.122844 C10.5864502,10.0218172 10.6533021,9.94775392 10.7453731,9.92269166 C10.8282968,9.90004922 14.1531956,9.21991147 14.2467199,9.2064297 C14.3347729,9.19381214 14.4179531,9.22552886 14.4579616,9.28723387 C14.4849759,9.32880264 14.5519988,12.5927724 14.4613812,12.7014908 C14.3955551,12.7806529 14.2585173,12.8111597 13.9206673,12.8826304 C13.4064548,12.9911759 13.2304343,13.0426831 13.03364,13.1421543 C12.78769,13.2664285 12.6511651,13.4026289 12.5456725,13.6287078 C12.4711266,13.7885876 12.4431719,13.9085408 12.4434284,14.0677293 C12.4438559,14.3524019 12.5388334,14.5749375 12.7529818,14.7926334 C12.9001072,14.9423156 13.0346659,15.0207864 13.2202611,15.0649478 C13.4287672,15.1146402 13.8534734,15.0818864 14.1439629,14.9937364 C14.5550764,14.8689437 14.8453094,14.5664682 14.9642237,14.1391999 C14.987391,14.0557167 14.9991884,13.9698137 14.9992739,13.8831328 C14.9998723,12.944681 15.0027789,7.2550307 14.9904686,7.21190634 C14.9517424,7.07682942 14.8519775,6.9997414 14.716222,7 L14.716222,7 Z"}));Qs.displayName="ITunes";var Xs=Qs;var h4=o(r()),Ks=({size:e,...t})=>h4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h4.createElement("path",{d:"M18,14.123 L14.355,9.577 C14.266,9.466 14.135,9.398 13.992,9.391 C13.854,9.374 13.713,9.435 13.612,9.535 L9.349,13.777 L7.633,12.605 C7.45,12.482 7.207,12.49 7.035,12.63 L5,14.282 L5,6.5 C5,6.224 5.225,6 5.5,6 L17.5,6 C17.775,6 18,6.224 18,6.5 L18,14.123 Z M18,17.5 C18,17.776 17.775,18 17.5,18 L5.5,18 C5.225,18 5,17.776 5,17.5 L5,15.57 L7.377,13.642 L9.126,14.837 C9.324,14.973 9.59,14.948 9.761,14.778 L13.923,10.637 L18,15.721 L18,17.5 Z M17.5,5 L5.5,5 C4.673,5 4,5.673 4,6.5 L4,17.5 C4,18.327 4.673,19 5.5,19 L17.5,19 C18.327,19 19,18.327 19,17.5 L19,6.5 C19,5.673 18.327,5 17.5,5 L17.5,5 Z M8,8 C7.447,8 7,8.448 7,9 C7,9.552 7.447,10 8,10 C8.553,10 9,9.552 9,9 C9,8.448 8.553,8 8,8 L8,8 Z"}));Ks.displayName="Image";var ei=Ks;var x4=o(r()),ti=({size:e,...t})=>x4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x4.createElement("path",{d:"M7.078,17 L10.078,13.996 L11.078,15.994 L14.078,11.997 L17.078,17 L7.078,17 Z M8.5,8 C9.328,8 10,8.671 10,9.5 C10,10.329 9.328,11 8.5,11 C7.672,11 7,10.329 7,9.5 C7,8.671 7.672,8 8.5,8 L8.5,8 Z M16,6 L8,6 C6.343,6 5,7.343 5,9 L5,16 C5,17.657 6.343,19 8,19 L16,19 C17.657,19 19,17.657 19,16 L19,9 C19,7.343 17.657,6 16,6 L16,6 Z"}));ti.displayName="ImageBold";var ri=ti;var g4=o(r()),oi=({size:e,...t})=>g4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g4.createElement("path",{d:"M20,16 C20,16.087 19.972,16.164 19.951,16.244 L17.717,14.01 C17.893,13.713 18,13.37 18,13 L18,7.5 L20,9.5 L20,16 Z M19,17 L7.5,17 L5.5,15 L16,15 C16.37,15 16.713,14.893 17.01,14.717 L19.244,16.951 C19.164,16.972 19.086,17 19,17 L19,17 Z M15.6,14 L6,14 L8.5,11.8 L10.5,13 L13,10.6 L15.6,14 Z M5,8 C5,7.447 5.447,7 6,7 L17,7 L17,13 C17,13.4 16.762,13.739 16.422,13.899 L13.1,9.6 L10.5,12.1 L8.5,11 L5,14 L5,8 Z M20.561,8.561 L18.439,6.439 C18.158,6.158 17.776,6 17.379,6 L6,6 C4.896,6 4,6.896 4,8 L4,14.379 C4,14.776 4.158,15.158 4.439,15.439 L6.561,17.561 C6.842,17.842 7.224,18 7.621,18 L19,18 C20.104,18 21,17.104 21,16 L21,9.621 C21,9.224 20.842,8.842 20.561,8.561 L20.561,8.561 Z M7,8 C6.447,8 6,8.447 6,9 C6,9.553 6.447,10 7,10 C7.553,10 8,9.553 8,9 C8,8.447 7.553,8 7,8 L7,8 Z"}));oi.displayName="ImageButton";var ai=oi;var v4=o(r()),Li=({size:e,...t})=>v4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v4.createElement("path",{d:"M19.462,19.49 C18.868,20.086 17.831,20.085 17.236,19.49 L11.23,13.485 L13.485,11.232 L19.492,17.238 C20.105,17.851 20.105,18.848 19.462,19.49 L19.462,19.49 Z M8.483,10.738 L10.736,8.483 L12.744,10.49 L10.489,12.743 L8.483,10.738 Z M20.233,16.497 L10.736,7 L7,10.738 L16.494,20.231 C16.989,20.727 17.648,21 18.349,21 C19.05,21 19.709,20.726 20.233,20.202 C21.255,19.18 21.255,17.518 20.233,16.497 L20.233,16.497 Z M5.886,5.114 L5.172,5.848 L6.776,7.5 L7.49,6.766 L5.886,5.114 Z M10,6 L11,6 L11,3 L10,3 L10,6 Z M3,10 L6,10 L6,9 L3,9 L3,10 Z M15.833,5.848 L15.119,5.114 L13.515,6.766 L14.229,7.5 L15.833,5.848 Z"}));Li.displayName="ImageEffect";var li=Li;var R4=o(r()),si=({size:e,...t})=>R4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R4.createElement("path",{d:"M10.372,12.197 L8.621,10.453 L10.596,8.487 L10.597,8.486 L12.348,10.23 L10.372,12.197 Z M20.704,17.128 L11.311,7.775 C11.114,7.578 10.855,7.48 10.597,7.48 C10.338,7.48 10.08,7.578 9.882,7.775 L7.906,9.742 C7.513,10.134 7.513,10.772 7.906,11.165 L17.309,20.527 C17.699,20.915 18.33,20.915 18.72,20.527 L20.704,18.551 C21.099,18.158 21.099,17.52 20.704,17.128 L20.704,17.128 Z M6.048,4.577 C5.653,4.184 5.014,4.185 4.619,4.577 C4.225,4.969 4.225,5.607 4.618,6 L5.342,6.72 C5.539,6.917 5.798,7.015 6.057,7.015 C6.315,7.015 6.573,6.917 6.77,6.721 C7.166,6.328 7.166,5.691 6.771,5.298 L6.048,4.577 Z M10.019,5.018 C10.577,5.018 11.019,4.567 11.019,4.012 L11.019,3.006 C11.019,2.45 10.577,2 10.019,2 C9.462,2 9.019,2.45 9.019,3.006 L9.019,4.012 C9.019,4.567 9.462,5.018 10.019,5.018 L10.019,5.018 Z M14.611,7.015 C14.87,7.015 15.129,6.917 15.326,6.72 L16.05,6 C16.444,5.607 16.444,4.97 16.05,4.577 C15.655,4.184 15.016,4.184 14.621,4.577 L13.897,5.298 C13.503,5.691 13.503,6.327 13.897,6.72 C14.095,6.917 14.353,7.015 14.611,7.015 L14.611,7.015 Z M4.021,8.876 L3.011,8.876 C2.453,8.876 2,9.321 2,9.876 C2,10.432 2.453,10.876 3.011,10.876 L4.021,10.876 C4.579,10.876 5.031,10.432 5.031,9.876 C5.031,9.321 4.579,8.876 4.021,8.876 L4.021,8.876 Z"}));si.displayName="ImageEffectBold";var ii=si;var M4=o(r()),Ci=({size:e,...t})=>M4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},M4.createElement("path",{d:"M14.455 14.436a1.945 1.945 0 01-2.732 0L6.146 8.854a.5.5 0 010-.707l2-2a.5.5 0 01.707 0l5.577 5.582c.747.747.773 1.96.025 2.707zM8.5 7.207L7.207 8.483l5.223 5.246a.914.914 0 001.293-1.293L8.5 7.207zM8 3h1v2H8V3zM3 8h2v1H3V8zm1.15-3.157a.494.494 0 01.699-.698L5.866 5.16a.494.494 0 010 .699.497.497 0 01-.703 0L4.15 4.842zm7.004 1.014a.492.492 0 01-.002-.695l.003-.003 1.016-1.006a.496.496 0 01.699.002.492.492 0 010 .695l-1.012 1.007a.5.5 0 01-.704 0z"}));Ci.displayName="ImageEffectSmall";var ni=Ci;var S4=o(r()),pi=({size:e,...t})=>S4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S4.createElement("path",{d:"M20.0000381,15.6315838 L17.0320381,11.9305838 C16.9430381,11.8185838 16.8120381,11.7515838 16.6700381,11.7435838 C16.5230381,11.7265838 16.3900381,11.7875838 16.2890381,11.8885838 L12.2050381,15.9525838 L10.5680381,14.8365838 C10.3870381,14.7125838 10.1440381,14.7215838 9.97203809,14.8615838 L8.00003809,16.4605838 L8.00003809,9.50058378 C8.00003809,9.22358378 8.22403809,9.00058378 8.50003809,9.00058378 L19.5000381,9.00058378 C19.7760381,9.00058378 20.0000381,9.22358378 20.0000381,9.50058378 L20.0000381,15.6315838 Z M20.0000381,18.5005838 C20.0000381,18.7765838 19.7760381,19.0005838 19.5000381,19.0005838 L8.00003809,19.0005838 L8.00003809,18.0035838 L8.00003809,17.7495838 L10.3120381,15.8725838 L11.9820381,17.0125838 C12.1810381,17.1475838 12.4460381,17.1235838 12.6170381,16.9535838 L16.6000381,12.9895838 L20.0000381,17.2295838 L20.0000381,18.5005838 Z M7.00003809,9.50058378 L7.00003809,16.8665838 L6.03103809,16.9965838 C5.75003809,17.0305838 5.48003809,16.8525838 5.44203809,16.6045838 L4.00503809,7.06658378 C3.98303809,6.92658378 4.03703809,6.82058378 4.08603809,6.75558378 C4.16803809,6.64658378 4.29403809,6.57458378 4.43903809,6.55558378 L16.0470381,5.01258378 C16.3040381,5.01258378 16.5230381,5.18358378 16.5580381,5.40958378 L16.9480381,8.00058378 L8.50003809,8.00058378 C7.67203809,8.00058378 7.00003809,8.67158378 7.00003809,9.50058378 L7.00003809,9.50058378 Z M19.5000381,8.00058378 L17.9600381,8.00058378 L17.5470381,5.26058378 C17.4290381,4.48558378 16.8320381,3.90258378 16.0000381,4.01358378 L4.30803809,5.56658378 C3.90003809,5.61958378 3.52703809,5.83558378 3.28703809,6.15658378 C3.05503809,6.46358378 2.95903809,6.83958378 3.01603809,7.21558378 L4.45303809,16.7535838 C4.56103809,17.4635838 5.20503809,18.0005838 5.95303809,18.0005838 C6.02203809,18.0005838 6.09303809,17.9955838 6.16303809,17.9855838 L7.00003809,17.8745838 L7.00003809,18.5005838 C7.00003809,19.3285838 7.67203809,20.0005838 8.50003809,20.0005838 L19.5000381,20.0005838 C20.3280381,20.0005838 21.0000381,19.3285838 21.0000381,18.5005838 L21.0000381,9.50058378 C21.0000381,8.67158378 20.3280381,8.00058378 19.5000381,8.00058378 L19.5000381,8.00058378 Z M11.0000381,10.0005838 C10.4700381,10.0005838 10.0000381,10.4695838 10.0000381,11.0005838 C10.0000381,11.5305838 10.4700381,12.0005838 11.0000381,12.0005838 C11.5300381,12.0005838 12.0000381,11.5305838 12.0000381,11.0005838 C12.0000381,10.4695838 11.5300381,10.0005838 11.0000381,10.0005838 L11.0000381,10.0005838 Z"}));pi.displayName="ImageGallery";var di=pi;var Z4=o(r()),ci=({size:e,...t})=>Z4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z4.createElement("path",{d:"M15,7 L15,5 L8,5 C5.791,5 4,6.791 4,9 L4,17 L6,17 L6,9.5 C6,8.125 7.125,7 8.5,7 L15,7 Z M9.078,17 L11,13.996 L12.5,15.994 L15,12.997 L17.078,17 L9.078,17 Z M10,10 C10.553,10 11,10.448 11,11 C11,11.552 10.553,12 10,12 C9.447,12 9,11.552 9,11 C9,10.448 9.447,10 10,10 L10,10 Z M17,8 L9,8 C7.896,8 7,8.896 7,10 L7,17 C7,18.104 7.896,19 9,19 L17,19 C18.104,19 19,18.104 19,17 L19,10 C19,8.896 18.104,8 17,8 L17,8 Z"}));ci.displayName="ImageGalleryBold";var ui=ci;var B4=o(r()),mi=({size:e,...t})=>B4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},B4.createElement("path",{d:"M9,17 C4.589,17 1,13.411 1,9 C1,4.589 4.589,1 9,1 C13.411,1 17,4.589 17,9 C17,13.411 13.411,17 9,17 L9,17 Z M9,0 C4.029,0 0,4.029 0,9 C0,13.971 4.029,18 9,18 C13.971,18 18,13.971 18,9 C18,4.029 13.971,0 9,0 L9,0 Z M10,12 L10,7 L8,7 L7,9 L8,9 L8,12 L7,13 L7,14 L11,14 L11,13 L10,12 Z M8,6 L10,6 L10,4 L8,4 L8,6 Z"}));mi.displayName="InfoSmall";var fi=mi;var P4=o(r()),hi=({size:e,...t})=>P4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P4.createElement("path",{d:"M6,6 L18,6 C19.1045695,6 20,6.8954305 20,8 L20,16 C20,17.1045695 19.1045695,18 18,18 L6,18 C4.8954305,18 4,17.1045695 4,16 L4,8 C4,6.8954305 4.8954305,6 6,6 Z M6,7 C5.44771525,7 5,7.44771525 5,8 L5,16 C5,16.5522847 5.44771525,17 6,17 L18,17 C18.5522847,17 19,16.5522847 19,16 L19,8 C19,7.44771525 18.5522847,7 18,7 L6,7 Z M8,14 L8,10 L7,10 L7,9 L10,9 L10,10 L9,10 L9,14 L10,14 L10,15 L7,15 L7,14 L8,14 Z"}));hi.displayName="Input";var xi=hi;var V4=o(r()),gi=({size:e,...t})=>V4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V4.createElement("path",{d:"M6,6 L18,6 C19.1045695,6 20,6.8954305 20,8 L20,16 C20,17.1045695 19.1045695,18 18,18 L6,18 C4.8954305,18 4,17.1045695 4,16 L4,8 C4,6.8954305 4.8954305,6 6,6 Z M8,14 L7,14 L7,15 L10,15 L10,14 L9,14 L9,10 L10,10 L10,9 L7,9 L7,10 L8,10 L8,14 Z"}));gi.displayName="InputBold";var vi=gi;var b4=o(r()),Ri=({size:e,...t})=>b4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b4.createElement("path",{d:"M16 7 16 5 9 5 9 7 11.712 7 10.121 17 8 17 8 19 15 19 15 17 12.146 17 13.738 7z"}));Ri.displayName="Italic";var Mi=Ri;var w4=o(r()),Si=({size:e,...t})=>w4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w4.createElement("path",{d:"M9.99 8.104c-.076 0-.113.038-.113.112v5.844c0 .297-.084.541-.25.73a.831.831 0 01-.654.284.828.828 0 01-.65-.284c-.169-.189-.252-.433-.252-.73v-.904c0-.074-.038-.112-.112-.112h-.848c-.074 0-.11.038-.11.112v.881c0 .588.18 1.062.54 1.422.36.361.838.541 1.432.541.596 0 1.073-.18 1.433-.54.361-.36.542-.835.542-1.423v-5.82c0-.075-.037-.113-.112-.113H9.99zm5.826 4.946a2.346 2.346 0 00-.524-.686c-.227-.208-.564-.48-1.01-.814-.468-.342-.784-.615-.948-.82a1.168 1.168 0 01-.245-.753c0-.327.082-.58.245-.763a.814.814 0 01.636-.274c.275 0 .498.103.67.307.17.205.256.474.256.808v.302c0 .074.037.111.111.111h.826c.073 0 .111-.037.111-.11v-.28c0-.617-.18-1.115-.54-1.495-.36-.379-.839-.569-1.434-.569-.572 0-1.037.177-1.394.53-.357.354-.535.832-.535 1.433 0 .38.074.711.223.993.15.283.331.524.546.725.216.201.513.442.893.725.341.253.59.444.741.574.152.131.275.278.368.441.093.163.14.353.14.57 0 .318-.088.577-.263.774a.847.847 0 01-.663.295.817.817 0 01-.658-.307c-.17-.204-.257-.477-.257-.819v-.234c0-.075-.037-.112-.11-.112h-.827c-.074 0-.11.037-.11.112v.29c0 .594.18 1.076.54 1.444.36.368.834.552 1.422.552.587 0 1.063-.188 1.428-.563.363-.376.546-.876.546-1.5 0-.342-.06-.638-.184-.887z"}));Si.displayName="JS";var Zi=Si;var G4=o(r()),Bi=({size:e,...t})=>G4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G4.createElement("path",{d:"M6.99 8.104c-.076 0-.113.038-.113.112v5.844c0 .297-.084.541-.25.73a.831.831 0 01-.654.284.828.828 0 01-.65-.284c-.169-.189-.252-.433-.252-.73v-.904c0-.074-.038-.112-.112-.112h-.848c-.074 0-.11.038-.11.112v.881c0 .588.18 1.062.54 1.422.36.361.838.541 1.432.541.596 0 1.073-.18 1.433-.54.361-.36.542-.835.542-1.423v-5.82c0-.075-.037-.113-.112-.113H6.99zm5.302 4.26a14.194 14.194 0 00-1.01-.814c-.468-.342-.784-.615-.948-.82a1.168 1.168 0 01-.244-.753c0-.327.08-.58.244-.763a.814.814 0 01.636-.274c.276 0 .498.103.67.307.17.205.256.474.256.808v.302c0 .074.037.111.11.111h.827c.074 0 .11-.037.11-.11v-.28c0-.617-.18-1.115-.54-1.495-.36-.379-.838-.569-1.433-.569-.572 0-1.037.177-1.394.53-.357.354-.535.832-.535 1.433 0 .38.074.711.223.993.149.283.33.524.547.725.215.201.513.442.892.725.34.253.589.444.74.574.154.131.276.278.37.441.092.163.139.353.139.57 0 .318-.088.577-.263.774a.845.845 0 01-.663.295.817.817 0 01-.658-.307c-.171-.204-.256-.477-.256-.819v-.234c0-.075-.038-.112-.112-.112h-.825c-.074 0-.112.037-.112.112v.29c0 .594.18 1.076.54 1.444.362.368.835.552 1.423.552.587 0 1.064-.188 1.428-.563.364-.376.546-.876.546-1.5 0-.342-.061-.638-.184-.887a2.328 2.328 0 00-.524-.686zM15 15h4v-2h-4v2zm1-4c0-.55.449-1 1-1 .55 0 1 .45 1 1v1h-2v-1zm3 1v-1c0-1.103-.897-2-2-2s-2 .897-2 2v1h-1v3a1 1 0 001 1h4a1 1 0 001-1v-3h-1z"}));Bi.displayName="JSLocked";var Pi=Bi;var A4=o(r()),Vi=({size:e,...t})=>A4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A4.createElement("path",{d:"M6.763 8.09c-.075 0-.112.037-.112.111v5.86c0 .3-.084.543-.252.733a.832.832 0 01-.654.285.832.832 0 01-.654-.285c-.168-.19-.251-.434-.251-.733v-.905c0-.075-.038-.112-.113-.112h-.85c-.074 0-.112.037-.112.112v.884c0 .59.18 1.064.543 1.425.362.362.84.542 1.437.542.597 0 1.076-.18 1.437-.542.362-.36.543-.836.543-1.425V8.201c0-.074-.037-.112-.112-.112h-.85zm5.318 4.272a14.59 14.59 0 00-1.012-.816c-.47-.344-.787-.618-.951-.822a1.173 1.173 0 01-.246-.755c0-.33.082-.584.246-.767a.818.818 0 01.637-.274c.276 0 .5.103.672.309.171.204.257.474.257.81v.302c0 .075.037.112.111.112h.828c.075 0 .112-.037.112-.112v-.28c0-.618-.181-1.118-.542-1.498-.362-.38-.841-.571-1.438-.571-.573 0-1.04.178-1.398.53-.358.356-.536.834-.536 1.439 0 .38.074.712.223.995.149.284.332.525.548.727.217.2.515.443.895.727.343.254.591.445.744.575.152.132.275.279.369.442.093.165.14.355.14.57 0 .322-.088.58-.263.779a.854.854 0 01-.666.296.82.82 0 01-.659-.308c-.172-.205-.258-.48-.258-.821v-.235c0-.075-.037-.113-.112-.113h-.827c-.075 0-.112.038-.112.113v.29c0 .597.181 1.08.543 1.449.361.368.836.553 1.425.553.589 0 1.067-.188 1.432-.565.365-.376.548-.878.548-1.504 0-.343-.061-.64-.185-.89a2.327 2.327 0 00-.525-.687zm7.918-4.239c-.02-.023-.047-.034-.084-.034h-.873c-.06 0-.096.034-.111.101l-.828 5.245c-.008.016-.015.023-.022.023-.008 0-.015-.007-.023-.023l-.861-5.245c-.007-.067-.044-.101-.112-.101h-.75c-.066 0-.103.034-.111.101l-.805 5.245c-.007.016-.015.023-.022.023-.008 0-.015-.007-.023-.023l-.906-5.245c-.007-.067-.048-.101-.123-.101h-.884c-.066 0-.1.034-.1.101v.022l1.488 7.606c.015.067.056.1.123.1h.794c.066 0 .104-.033.112-.1l.805-5.29c0-.015.005-.023.016-.023.012 0 .02.008.029.023l.85 5.29c.014.067.052.1.11.1h.796c.074 0 .115-.033.122-.1l1.41-7.606c.007-.036 0-.066-.017-.089z"}));Vi.displayName="JSW";var bi=Vi;var y4=o(r()),wi=({size:e,...t})=>y4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y4.createElement("path",{d:"M7.011 16c-.606 0-1.094-.179-1.466-.536-.363-.365-.545-.842-.545-1.43v-.883c0-.075.038-.112.114-.112h.863c.076 0 .114.037.114.112v.905c0 .298.083.544.25.737.174.187.398.28.67.28a.842.842 0 0 0 .66-.28c.174-.193.26-.44.26-.737V8.2c0-.074.039-.112.115-.112h.863c.076 0 .114.038.114.112v5.832c0 .589-.186 1.066-.557 1.43-.364.358-.848.537-1.455.537Zm5.143 0c-.598 0-1.083-.182-1.454-.547-.364-.373-.546-.857-.546-1.453v-.29c0-.075.038-.112.114-.112h.84c.077 0 .115.037.115.111v.235c0 .343.087.618.261.827a.847.847 0 0 0 .67.302.861.861 0 0 0 .67-.29c.183-.202.274-.463.274-.783 0-.216-.05-.406-.148-.57a1.463 1.463 0 0 0-.375-.436 10.993 10.993 0 0 0-.75-.58c-.386-.284-.69-.526-.91-.727a2.706 2.706 0 0 1-.556-.726 2.077 2.077 0 0 1-.227-.995c0-.603.181-1.08.545-1.43.364-.357.837-.536 1.42-.536.607 0 1.092.19 1.455.57.371.38.557.879.557 1.497v.28c0 .074-.038.111-.114.111h-.84c-.076 0-.114-.037-.114-.112v-.301c0-.335-.087-.604-.261-.805a.846.846 0 0 0-.682-.313.829.829 0 0 0-.648.28c-.167.178-.25.432-.25.76 0 .297.083.55.25.76.167.2.489.472.966.815.454.335.795.607 1.023.816.234.208.412.439.534.692.128.246.193.54.193.883 0 .626-.186 1.129-.557 1.508-.371.373-.856.559-1.455.559Zm2.596-.09a.124.124 0 0 1-.091-.033.116.116 0 0 1 0-.1l1.58-3.743a.055.055 0 0 0 0-.068l-1.58-3.743-.011-.044c0-.06.034-.09.102-.09h.886c.06 0 .103.03.125.09l1.034 2.692c.008.023.02.034.034.034.016 0 .027-.011.035-.034l1.022-2.692c.023-.06.065-.09.125-.09h.887c.038 0 .064.015.08.045.022.022.026.052.01.09l-1.579 3.754a.103.103 0 0 0 0 .067l1.58 3.732.011.044c0 .06-.034.09-.102.09h-.875c-.06 0-.103-.03-.125-.09l-1.034-2.681c-.008-.023-.02-.034-.035-.034-.015 0-.026.011-.034.034l-1.034 2.681c-.022.06-.064.09-.125.09h-.886Z"}));wi.displayName="JSX";var Gi=wi;var E4=o(r()),Ai=({size:e,...t})=>E4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E4.createElement("path",{fillRule:"evenodd",d:"M18.5,6 C19.3284271,6 20,6.67157288 20,7.5 L20,16.5 C20,17.3284271 19.3284271,18 18.5,18 L5.5,18 C4.67157288,18 4,17.3284271 4,16.5 L4,7.5 C4,6.67157288 4.67157288,6 5.5,6 L18.5,6 Z M18.5,7 L5.5,7 C5.22385763,7 5,7.22385763 5,7.5 L5,16.5 C5,16.7761424 5.22385763,17 5.5,17 L18.5,17 C18.7761424,17 19,16.7761424 19,16.5 L19,7.5 C19,7.22385763 18.7761424,7 18.5,7 Z M17,9 L17,15 L7,15 L7,9 L17,9 Z M16,10 L8,10 L8,14 L16,14 L16,10 Z"}));Ai.displayName="Lightbox";var yi=Ai;var F4=o(r()),Ei=({size:e,...t})=>F4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F4.createElement("path",{d:"M12 4c4.49 0 8.14 3 8.14 6.72 0 3.255-2.63 5.698-5.048 7.254l-.465.29-.455.268-.44.246-.422.223-.398.2-.37.177-.337.155-.434.19-.236.096-.395.151A.573.573 0 0 1 11 20a.54.54 0 0 1-.32-.11.5.5 0 0 1-.17-.47c.113-.66.13-1.334.05-2a.66.66 0 0 0-.457-.508L10 16.89c-3.75-.76-6.17-3.18-6.17-6.17C3.86 7 7.51 4 12 4Zm0 1c-3.94 0-7.14 2.55-7.14 5.72 0 2.438 1.991 4.442 5.103 5.16l.277.06a1.61 1.61 0 0 1 1.32 1.37c.04.476.04.954 0 1.43l.444-.206.337-.164.365-.185.388-.206.408-.227.421-.246c.214-.129.432-.265.65-.408l.44-.296c2.05-1.427 4.077-3.487 4.077-6.062C19.14 7.55 15.94 5 12 5Zm-1.775 4.211a.38.38 0 0 1 .375.319v3.1a.37.37 0 0 1-.37.37.37.37 0 0 1-.38-.36V9.53a.38.38 0 0 1 .375-.319Zm3.825-.051a.38.38 0 0 1 .38.37v3.1a.37.37 0 0 1-.26.34l-.12.03a.37.37 0 0 1-.3-.15l-1.7-2.21v2a.38.38 0 0 1-.75 0V9.53a.36.36 0 0 1 .26-.35.38.38 0 0 1 .41.13l1.71 2.22v-2a.37.37 0 0 1 .37-.37Zm-6.67 0a.37.37 0 0 1 .37.37v2.73h1.1a.37.37 0 1 1 0 .73l-.01.01H7.37a.37.37 0 0 1-.37-.37v-3.1a.38.38 0 0 1 .38-.37Zm9.71 0a.37.37 0 0 1 .37.37.36.36 0 0 1-.37.36H15.8v.81h1.29a.36.36 0 0 1 0 .72H15.8v.84h1.29a.37.37 0 1 1 0 .73V13h-1.66a.37.37 0 0 1-.38-.36V9.53a.38.38 0 0 1 .38-.37h1.66Z"}));Ei.displayName="LineShare";var Fi=Ei;var N4=o(r()),Ni=({size:e,...t})=>N4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N4.createElement("path",{d:"M6,5 L9,9 L7,9 L7,15 L9,15 L6,19 L3,15 L5,15 L5,9 L3,9 L6,5 Z M21,17 L21,19 L11,19 L11,17 L21,17 Z M21,13 L21,15 L11,15 L11,13 L21,13 Z M21,9 L21,11 L11,11 L11,9 L21,9 Z M21,5 L21,7 L11,7 L11,5 L21,5 Z"}));Ni.displayName="LineSpacing";var ki=Ni;var k4=o(r()),Hi=({size:e,...t})=>k4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k4.createElement("path",{d:"M7,13 L16,13 L16,12 L7,12 L7,13 Z M16,9 L14.5,9 C13.516,9 12.562,9.818 12,11.002 L13,10.999 C13.457,10.393 13.685,10 14.5,10 L16,10 C17.379,10 18,11.121 18,12.5 C18,13.879 17.379,15 16,15 L14.5,15 C13.685,15 13.457,14.608 13,14.002 L12,14 C12.562,15.184 13.547,16 14.5,16 L16,16 C17.934,16 19,14.433 19,12.5 C19,10.567 17.934,9 16,9 L16,9 Z M8.5,15 L7,15 C5.621,15 5,13.879 5,12.5 C5,11.121 5.621,10 7,10 L8.5,10 C9.315,10 9.543,10.393 10,10.999 L11,11.002 C10.438,9.818 9.531,9 8.5,9 L7,9 C5.066,9 4,10.567 4,12.5 C4,14.433 5.066,16 7,16 L8.5,16 C9.547,16 10.438,15.184 11,14 L10,14.002 C9.543,14.608 9.315,15 8.5,15 L8.5,15 Z"}));Hi.displayName="LinkProperties";var Ti=Hi;var H4=o(r()),Ui=({size:e,...t})=>H4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},H4.createElement("path",{d:"M8.5,6 L8.5,7 L6,7 C5.173,7 4.5,7.673 4.5,8.5 C4.5,9.27835294 5.09615225,9.92029066 5.85576308,9.99311948 L6,10 L8.5,10 L8.5,11 L6,11 C4.621,11 3.5,9.879 3.5,8.5 C3.5,7.17616 4.5331136,6.0900928 5.83581363,6.00532557 L6,6 L8.5,6 Z M13,6 C14.379,6 15.5,7.121 15.5,8.5 C15.5,9.82384 14.4668864,10.9099072 13.1641864,10.9946744 L13,11 L10.5,11 L10.5,10 L13,10 C13.827,10 14.5,9.327 14.5,8.5 C14.5,7.72164706 13.9038478,7.07970934 13.1442369,7.00688052 L13,7 L10.5,7 L10.5,6 L13,6 Z M13.5,8 L13.5,9 L5.5,9 L5.5,8 L13.5,8 Z"}));Ui.displayName="LinkPropertiesSmall";var Di=Ui;var T4=o(r()),zi=({size:e,...t})=>T4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T4.createElement("path",{d:"M6.578,5 C5.75,5 5.078,5.672 5.078,6.5 C5.078,7.329 5.75,8 6.578,8 C7.406,8 8.078,7.329 8.078,6.5 C8.078,5.672 7.406,5 6.578,5 L6.578,5 Z M15.761,9.223 C14.123,9.223 13,10.008 13,11.008 L13,9.008 L10,9.008 C10.039,10.008 10,19.008 10,19.008 L13,19.008 L13,13.368 C13,13.089 13.033,12.809 13.114,12.609 C13.333,12.051 13.847,11.471 14.684,11.471 C15.784,11.471 16,12.33 16,13.588 L16,19.008 L19,19.008 L19,13.229 C19,10.354 17.759,9.223 15.761,9.223 L15.761,9.223 Z M5,19.008 L8,19.008 L8,9.008 L5,9.008 L5,19.008 Z"}));zi.displayName="LinkedIn";var Ii=zi;var U4=o(r()),_i=({size:e,...t})=>U4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U4.createElement("path",{d:"M2,14.0005 L7,14.0005 L7,13.0005 L2,13.0005 L2,14.0005 Z M20.801,9.5995 L15.026,15.3395 L13.687,14.0005 L18.089,9.5995 L17.402,8.9115 L13,13.3135 L11.661,11.9745 L17.402,6.1995 C17.591,6.0095 17.899,6.0085 18.09,6.1985 L20.802,8.9105 C20.992,9.1015 20.991,9.4085 20.801,9.5995 L20.801,9.5995 Z M10.266,16.7665 L11.249,12.8675 L14.208,15.8345 L10.266,16.7665 Z M21.573,8.2245 L18.776,5.4275 C18.207,4.8575 17.284,4.8575 16.715,5.4275 L10.458,11.6845 L9,18.0005 L15.316,16.5425 L21.573,10.2855 C22.142,9.7165 22.142,8.7935 21.573,8.2245 L21.573,8.2245 Z M2,18.0005 L7,18.0005 L7,17.0005 L2,17.0005 L2,18.0005 Z M2,10.0005 L9,10.0005 L9,9.0005 L2,9.0005 L2,10.0005 Z"}));_i.displayName="List";var Wi=_i;var D4=o(r()),Oi=({size:e,...t})=>D4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D4.createElement("path",{d:"M11,7 L20,7 L20,8 L11,8 L11,7 Z M11,12 L20,12 L20,13 L11,13 L11,12 Z M11,17 L17,17 L17,18 L11,18 L11,17 Z M5,6 L8,6 L8,9 L5,9 L5,6 Z M5,11 L8,11 L8,14 L5,14 L5,11 Z M5,16 L8,16 L8,19 L5,19 L5,16 Z M6,7 L6,8 L7,8 L7,7 L6,7 Z M6,12 L6,13 L7,13 L7,12 L6,12 Z M6,17 L6,18 L7,18 L7,17 L6,17 Z"}));Oi.displayName="ListArray";var ji=Oi;var z4=o(r()),$i=({size:e,...t})=>z4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z4.createElement("path",{d:"M10,6 L19,6 L19,8 L10,8 L10,6 Z M10,11 L19,11 L19,13 L10,13 L10,11 Z M10,16 L16,16 L16,18 L10,18 L10,16 Z M5,6 L7,6 L7,8 L5,8 L5,6 Z M5,11 L7,11 L7,13 L5,13 L5,11 Z M5,16 L7,16 L7,18 L5,18 L5,16 Z"}));$i.displayName="ListArrayBold";var Ji=$i;var I4=o(r()),Yi=({size:e,...t})=>I4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I4.createElement("path",{d:"M16.1162,5.29750428 C16.4762,4.9328889 17.0466615,4.90313742 17.4398268,5.2098229 L17.5342,5.29350428 L20.7112,8.47050428 C21.0702769,8.82865813 21.0996024,9.39301316 20.7976033,9.78603637 L20.7152,9.88050428 L14.3742,16.2935043 L7.2212,18.8555043 L9.7832,11.7025043 L16.1162,5.29750428 Z M10.1912,13.5235043 L8.8742,17.2025043 L12.5532,15.8855043 L10.1912,13.5235043 Z M6.5302,14.8558043 L5.8202,16.8558043 L4.0002,16.8558043 L4.0002,14.8558043 L6.5302,14.8558043 Z M4.0006,10.8557043 L7.9606,10.8557043 L7.2506,12.8557043 L4.0006,12.8557043 L4.0006,10.8557043 Z M11.76,6.85580428 L9.781,8.85580428 L4,8.85580428 L4,6.85580428 L11.76,6.85580428 Z"}));Yi.displayName="ListBold";var qi=Yi;var _4=o(r()),Qi=({size:e,...t})=>_4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_4.createElement("path",{d:"M11 14v1H8v-1h3Zm0-3v1H8v-1h3Zm0-3v1H8V8h3Zm5 6v1h-3v-1h3Zm0-3v1h-3v-1h3Zm0-3v1h-3V8h3Zm.5 11h-9A2.5 2.5 0 0 1 5 16.5v-10A2.5 2.5 0 0 1 7.5 4h9.01a2.5 2.5 0 0 1 2.5 2.5v10.01a2.5 2.5 0 0 1-2.5 2.5L16.5 19Zm-9-14C6.67 5 6 5.67 6 6.5v10.01c0 .83.67 1.5 1.5 1.5h9.01c.83 0 1.5-.67 1.5-1.5V6.5c0-.83-.67-1.5-1.5-1.5H7.5Z"}));Qi.displayName="ListMenu";var Xi=Qi;var W4=o(r()),Ki=({size:e,...t})=>W4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W4.createElement("path",{d:"M19 16.51V6.5A2.5 2.5 0 0 0 16.5 4H7.49a2.5 2.5 0 0 0-2.5 2.5v10.01a2.5 2.5 0 0 0 2.5 2.5h9.01a2.5 2.5 0 0 0 2.5-2.5ZM11 15H8v-1h3v1Zm-3-3v-1h3v1H8Zm0-3V8h3v1H8Zm5 6v-1h3v1h-3Zm0-3v-1h3v1h-3Zm0-3V8h3v1h-3Z"}));Ki.displayName="ListMenuBold";var eC=Ki;var O4=o(r()),tC=({size:e,...t})=>O4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O4.createElement("path",{d:"M13,13 L12,13 L12,14 L11,14 L11,15 L12,15 L12,17 L13,17 L13,15 L14,15 L14,14 L13,14 L13,13 Z M17,17 C17,18.104 16.104,19 15,19 L10,19 C8.896,19 8,18.104 8,17 L8,12 C8,11.447 8.448,11 9,11 L16,11 C16.551,11 17,11.448 17,12 L17,17 Z M10,9 C10,7.621 11.122,6.5 12.5,6.5 C13.878,6.5 15,7.621 15,9 L15,10 L10,10 L10,9 Z M16,10 L16,9 C16,7.067 14.433,5.5 12.5,5.5 C10.567,5.5 9,7.067 9,9 L9,10 C7.896,10 7,10.896 7,12 L7,17 C7,18.657 8.343,20 10,20 L15,20 C16.657,20 18,18.657 18,17 L18,12 C18,10.896 17.104,10 16,10 L16,10 Z"}));tC.displayName="Lock";var rC=tC;var j4=o(r()),oC=({size:e,...t})=>j4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j4.createElement("path",{d:"M13,9.625 L10,9.625 L10,8.604 C10,7.689 10.645,7 11.5,7 C12.355,7 13,7.689 13,8.604 L13,9.625 Z M12,15.033 L12,16.125 C12,16.401 11.776,16.625 11.5,16.625 C11.224,16.625 11,16.401 11,16.125 L11,15.033 C10.419,14.826 10,14.277 10,13.625 C10,12.797 10.672,12.125 11.5,12.125 C12.328,12.125 13,12.797 13,13.625 C13,14.277 12.581,14.826 12,15.033 L12,15.033 Z M15,9.625 L15,8.604 C15,6.583 13.463,5 11.5,5 C9.537,5 8,6.583 8,8.604 L8,9.625 C6.896,9.625 6,10.521 6,11.625 L6,16.625 C6,17.729 6.896,18.625 8,18.625 L15,18.625 C16.104,18.625 17,17.729 17,16.625 L17,11.625 C17,10.521 16.104,9.625 15,9.625 L15,9.625 Z"}));oC.displayName="LockBold";var aC=oC;var $4=o(r()),LC=({size:e,...t})=>$4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},$4.createElement("path",{d:"M6,5.99996868 C6,4.53396868 7.262,3.36296868 8.758,3.51296868 C10.0024348,3.63827303 10.9174934,4.73340724 10.9947113,5.97310101 L11,6.14296868 L11,6.99996868 L12,6.99996868 C12.5125714,6.99996868 12.9354694,7.38539215 12.9932682,7.8832154 L13,7.99996868 L13,11.4999687 C13,12.8257287 11.9687296,13.9100295 10.6644076,13.9946523 L10.5,13.9999687 L6.5,13.9999687 C5.17424,13.9999687 4.0899392,12.9686983 4.00531635,11.6643762 L4,11.4999687 L4,7.99996868 C4,7.48646868 4.38628571,7.06436664 4.88343149,7.00668625 L5,6.99996868 L6,6.99996868 L6,5.99996868 Z M11.5,7.99996868 L5.5,7.99996868 C5.25466667,7.99996868 5.05041975,8.17695633 5.00806036,8.41013055 L5,8.49996868 L5,11.4999687 C5,12.2792628 5.59438062,12.9203701 6.35545044,12.9930979 L6.5,12.9999687 L10.5,12.9999687 C11.2802353,12.9999687 11.9205121,12.4047022 11.993139,11.6443619 L12,11.4999687 L12,8.49996868 C12,8.25463535 11.8230123,8.05038843 11.5898381,8.00802904 L11.5,7.99996868 Z M9,8.99996868 L9,9.99996868 L10,9.99996868 L10,10.9999687 L9,10.9999687 L9,11.9999687 L8,11.9999687 L8,10.9999687 L7,10.9999687 L7,9.99996868 L8,9.99996868 L8,8.99996868 L9,8.99996868 Z M8.5,4.49996868 C9.327,4.49996868 10,5.17296868 10,5.99996868 L10,6.99996868 L7,6.99996868 L7,5.99996868 C7,5.17296868 7.673,4.49996868 8.5,4.49996868 Z"}));LC.displayName="LockSmall";var lC=LC;var J4=o(r()),sC=({size:e,...t})=>J4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J4.createElement("path",{d:"M12.5,5.5 C14.3685667,5.5 15.8951267,6.96427444 15.9948211,8.80796448 L16,9 L16,10 C17.0538182,10 17.9181157,10.8163967 17.9945109,11.8508084 L18,12 L18,17 C18,18.5978214 16.7512156,19.9036709 15.1762873,19.9949078 L15,20 L10,20 C8.40217857,20 7.09632908,18.7512156 7.00509216,17.1762873 L7,17 L7,12 C7,10.9461818 7.81639669,10.0818843 8.85080841,10.0054891 L9,10 L15,10 L15,9 C15,7.622 13.878,6.5 12.5,6.5 C11.5338333,6.5 10.4276265,6.93171605 10.0574976,7.83558436 L10,8 L9,8 C9,6.929 10.344,5.5 12.5,5.5 Z M16,11 L9,11 C8.48742857,11 8.06453061,11.3862857 8.00673178,11.8834315 L8,12 L8,17 C8,18.0538182 8.81639669,18.9181157 9.85080841,18.9945109 L10,19 L15,19 C16.0538182,19 16.9181157,18.1836033 16.9945109,17.1491916 L17,17 L17,12 C17,11.4883571 16.612852,11.0646633 16.1163837,11.006746 L16,11 Z M13,13 L13,14 L14,14 L14,15 L13,15 L13,17 L12,17 L12,15 L11,15 L11,14 L12,14 L12,13 L13,13 Z"}));sC.displayName="LockUnlocked";var iC=sC;var Y4=o(r()),CC=({size:e,...t})=>Y4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y4.createElement("path",{d:"M12,15.033 L12,16.125 C12,16.401 11.776,16.625 11.5,16.625 C11.224,16.625 11,16.401 11,16.125 L11,15.033 C10.419,14.826 10,14.277 10,13.625 C10,12.797 10.672,12.125 11.5,12.125 C12.328,12.125 13,12.797 13,13.625 C13,14.277 12.581,14.826 12,15.033 M15,9.625 L15,8.603 C15,6.583 13.463,5 11.5,5 C10.252,5 9.177,5.639 8.559,6.625 L10.295,7.625 C10.563,7.24 10.995,7 11.5,7 C12.355,7 13,7.689 13,8.603 L13,9.625 L8,9.625 C6.896,9.625 6,10.52 6,11.625 L6,16.625 C6,17.729 6.896,18.625 8,18.625 L15,18.625 C16.104,18.625 17,17.729 17,16.625 L17,11.625 C17,10.52 16.104,9.625 15,9.625"}));CC.displayName="LockUnlockedBold";var nC=CC;var q4=o(r()),pC=({size:e,...t})=>q4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},q4.createElement("path",{fillRule:"evenodd",d:"M6,5.99996868 C6,4.53396868 7.262,3.36296868 8.758,3.51296868 C10.0024348,3.63827303 10.9174934,4.73340724 10.9947113,5.97310101 L11,6.14296868 L11,6.99996868 L12,6.99996868 C12.5125714,6.99996868 12.9354694,7.38539215 12.9932682,7.8832154 L13,7.99996868 L13,11.4999687 C13,12.8257287 11.9687296,13.9100295 10.6644076,13.9946523 L10.5,13.9999687 L6.5,13.9999687 C5.17424,13.9999687 4.0899392,12.9686983 4.00531635,11.6643762 L4,11.4999687 L4,7.99996868 C4,7.48646868 4.38628571,7.06436664 4.88343149,7.00668625 L5,6.99996868 L10,6.99996868 L10,5.99996868 C10,5.17296868 9.327,4.49996868 8.5,4.49996868 C7.72164706,4.49996868 7.07970934,5.09612093 7.00688052,5.85573176 L7,5.99996868 L6,5.99996868 Z M11.5,7.99996868 L5.5,7.99996868 C5.25466667,7.99996868 5.05041975,8.17695633 5.00806036,8.41013055 L5,8.49996868 L5,11.4999687 C5,12.2792628 5.59438062,12.9203701 6.35545044,12.9930979 L6.5,12.9999687 L10.5,12.9999687 C11.2802353,12.9999687 11.9205121,12.4047022 11.993139,11.6443619 L12,11.4999687 L12,8.49996868 C12,8.25463535 11.8230123,8.05038843 11.5898381,8.00802904 L11.5,7.99996868 Z M9,8.99996868 L9,9.99996868 L10,9.99996868 L10,10.9999687 L9,10.9999687 L9,11.9999687 L8,11.9999687 L8,10.9999687 L7,10.9999687 L7,9.99996868 L8,9.99996868 L8,8.99996868 L9,8.99996868 Z"}));pC.displayName="LockUnlockedSmall";var dC=pC;var Q4=o(r()),cC=({size:e,...t})=>Q4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q4.createElement("path",{d:"M11.869 12.031a8.29 8.29 0 00-2.62-4.96l-.61.77a6.973 6.973 0 012.24 4.26c-2.87.24-5.4 1.05-5.84 3.55a2.84 2.84 0 002.04 3.11c.276.08.562.121.85.121 1.17 0 2.5-.711 3.41-2.741a9.6 9.6 0 00.58-3.11c.39-.02 1.38-.029 1.38-.029V12s-.999.011-1.43.031zm-1.46 3.74c-.73 1.63-1.86 2.39-3.03 2.03a1.832 1.832 0 01-1.36-1.97c.28-1.6 1.78-2.449 4.91-2.73a8.722 8.722 0 01-.52 2.67zm8.95-3.51c-.46-.05-1.16-.11-2.06-.17V13.1c.85.04 1.51.1 1.95.151a.5.5 0 00.297-.933.49.49 0 00-.187-.057zM14.3 13c.73.009 1.4.019 2 .049v-1c-.6-.03-1.27-.04-2-.049v1zM7.24 5.6a.5.5 0 00-.44.9c.38.197.742.428 1.08.69l.6-.771A9.838 9.838 0 007.239 5.6h.001z"}));cC.displayName="Lottie";var uC=cC;var X4=o(r()),mC=({size:e,...t})=>X4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},X4.createElement("path",{d:"m8.95 7.95 2.7-.98.35.89-2.77.94 1.69 2.35-.75.55-1.71-2.4-1.72 2.4-.75-.55L7.7 8.8 5 7.86l.33-.89 2.7.98V5h.92v2.95ZM8.5 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5C16 4.36 12.64 1 8.5 1Zm0 14C4.92 15 2 12.08 2 8.5S4.92 2 8.5 2 15 4.92 15 8.5 12.08 15 8.5 15Z"}));mC.displayName="MandatoryCircleSmall";var fC=mC;var K4=o(r()),hC=({size:e,...t})=>K4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K4.createElement("path",{fillRule:"evenodd",d:"M12,18.786 C10.784,17.9 6.5,14.345 6.5,10.807 C6.5,8.271 9.014,5.968 12,5.968 C14.986,5.968 17.417,8.271 17.417,10.807 C17.417,14.339 13.215,17.899 12,18.786 M12,5 C8.416,5 5.5,7.742 5.5,10.807 C5.5,15.397 11.423,19.617 11.675,19.784 L12,20 L12.325,19.784 C12.577,19.617 18.5,15.397 18.5,10.807 C18.5,7.742 15.584,5 12,5 M12,13.223 C10.896,13.223 10,12.325 10,11.223 C10,10.12 10.896,9.223 12,9.223 C13.104,9.223 14,10.12 14,11.223 C14,12.325 13.104,13.223 12,13.223 M12,8.223 C10.346,8.223 9,9.568 9,11.223 C9,12.877 10.346,14.223 12,14.223 C13.654,14.223 15,12.877 15,11.223 C15,9.568 13.654,8.223 12,8.223"}));hC.displayName="MapPin";var xC=hC;var e8=o(r()),gC=({size:e,...t})=>e8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e8.createElement("path",{fillRule:"evenodd",d:"M5.395,7.5 C3.965,7.5 2.968,6.381 2.968,5 C2.968,3.62 4.081,2.5 5.51,2.5 C6.939,2.5 7.968,3.62 7.968,5 C7.968,6.381 6.824,7.5 5.395,7.5 M5.524,0 C2.517,0 0,2.229 0,5.292 C0,9.879 5.5,14 5.5,14 C5.5,14 11,9.879 11,5.292 C11,2.229 8.53,0 5.524,0",transform:"translate(6 6)"}));gC.displayName="MapPinBold";var vC=gC;var t8=o(r()),RC=({size:e,...t})=>t8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t8.createElement("path",{d:"M17 13c-.392 0-.78.078-1.143.229l-1.872-3A3 3 0 1010 10.216l-1.908 3a2.96 2.96 0 00-2.709.251A3 3 0 109.95 16.5h4.1A3 3 0 1017 13zm-5-7a2 2 0 110 4 2 2 0 010-4zM7 18a2 2 0 110-4 2 2 0 010 4zm7.051-2.5h-4.1a2.98 2.98 0 00-1.007-1.767l1.891-2.969a2.987 2.987 0 002.31.007l1.872 3c-.51.45-.85 1.06-.966 1.729zM17 18a2 2 0 110-4 2 2 0 010 4z"}));RC.displayName="Master";var MC=RC;var r8=o(r()),SC=({size:e,...t})=>r8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r8.createElement("path",{d:"M16.97 12h1V6h-6v1h4.29L7 16.26V12H6v6h6v-1H7.67l9.3-9.29V12z"}));SC.displayName="Maximize";var ZC=SC;var o8=o(r()),BC=({size:e,...t})=>o8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o8.createElement("path",{d:"M6,13 L18,13 L18,12 L6,12 L6,13 Z M6,8 L18,8 L18,7 L6,7 L6,8 Z M6,18 L18,18 L18,17 L6,17 L6,18 Z"}));BC.displayName="Menu";var PC=BC;var a8=o(r()),VC=({size:e,...t})=>a8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a8.createElement("path",{d:"M5,8 L18,8 L18,6 L5,6 L5,8 Z M5,13 L18,13 L18,11 L5,11 L5,13 Z M5,18 L18,18 L18,16 L5,16 L5,18 Z"}));VC.displayName="MenuBold";var bC=VC;var L8=o(r()),wC=({size:e,...t})=>L8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L8.createElement("path",{d:"M16 18v1H8v-1h8Zm0-3v1H8v-1h8Zm1.5-9A1.5 1.5 0 0 1 19 7.5v4a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 5 11.5v-4A1.5 1.5 0 0 1 6.5 6h11Zm0 1h-11a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5Z"}));wC.displayName="MenuFolder";var GC=wC;var l8=o(r()),AC=({size:e,...t})=>l8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l8.createElement("path",{d:"M14.732 10h3.3v1h-5V6h1v3.286L15.21 8.1c1.174-1.183 2.667-2.684 3.936-3.954l.708.708A1708.556 1708.556 0 0014.733 10zM11 18h-1v-3.293l-5.146 5.147-.708-.707L9.293 14H6v-1h5v5z"}));AC.displayName="Minimize";var yC=AC;var s8=o(r()),EC=({size:e,...t})=>s8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s8.createElement("path",{d:"M8.965,14.035 C9.51728475,14.035 9.965,14.4827153 9.965,15.035 L9.965,18.117 L8.947,18.117 L8.947,15.775 L4.72,20 L4,19.28 L8.225,15.054 L5.892,15.053 L5.892,14.035 L8.965,14.035 Z M18.108,14.0349996 L18.108,15.053 L15.775,15.053 L20,19.28 L19.28,20 L15.054,15.775 L15.053,18.117 L14.035,18.117 L14.035,15.0349996 L14.041,14.918 C14.1003605,14.414128 14.5276437,14.0345596 15.035,14.0349996 L18.108,14.0349996 L18.108,14.0349996 Z M4.72,4 L8.946,8.225 L8.947,5.883 L9.965,5.883 L9.965,8.965 C9.965,9.51728475 9.51728475,9.965 8.965,9.965 L5.892,9.965 L5.892,8.947 L8.225,8.947 L4,4.72 L4.72,4 Z M19.28,4 L20,4.72 L15.775,8.946 L18.108,8.947 L18.108,9.96500038 L15.035,9.96500038 C14.5276437,9.96544041 14.1003605,9.58587198 14.041,9.082 L14.035,8.965 L14.035,5.883 L15.053,5.883 L15.053,8.225 L19.28,4 Z"}));EC.displayName="MinimizeAll";var FC=EC;var i8=o(r()),NC=({size:e,...t})=>i8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i8.createElement("path",{d:"M18 13H6v-1h12z"}));NC.displayName="Minus";var kC=NC;var C8=o(r()),HC=({size:e,...t})=>C8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C8.createElement("path",{d:"M11.5 4a7.5 7.5 0 017.5 7.5 7.5 7.5 0 01-7.5 7.5A7.5 7.5 0 014 11.5 7.5 7.5 0 0111.5 4zm0 1A6.508 6.508 0 005 11.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5S15.084 5 11.5 5zm3.5 6v1H8v-1h7z"}));HC.displayName="MinusCircle";var TC=HC;var n8=o(r()),UC=({size:e,...t})=>n8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n8.createElement("path",{d:"M16.5 21h-9c-.83 0-1.5-.67-1.5-1.5v-15C6 3.67 6.67 3 7.5 3h9c.83 0 1.5.67 1.5 1.5v15c0 .83-.67 1.5-1.5 1.5Zm-9-17c-.28 0-.5.22-.5.5v15c0 .28.22.5.5.5h9c.28 0 .5-.22.5-.5v-15c0-.28-.22-.5-.5-.5h-9ZM14 17h-4v1h4v-1Z"}));UC.displayName="Mobile";var DC=UC;var p8=o(r()),zC=({size:e,...t})=>p8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p8.createElement("path",{fillRule:"evenodd",d:"M9,14 L15,14 L15,7 L9,7 L9,14 Z M13.141,17 L11.078,17 C10.802,17 10.578,16.776 10.578,16.5 C10.578,16.224 10.802,16 11.078,16 L13.141,16 C13.417,16 13.641,16.224 13.641,16.5 C13.641,16.776 13.417,17 13.141,17 L13.141,17 Z M15,5 L9,5 C7.9,5 7,5.9 7,7 L7,17 C7,18.1 7.9,19 9,19 L15,19 C16.104,19 17,18.104 17,17 L17,7 C17,5.896 16.104,5 15,5 L15,5 Z"}));zC.displayName="MobileBold";var IC=zC;var d8=o(r()),_C=({size:e,...t})=>d8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d8.createElement("path",{d:"M18,17.5 C18,17.776 17.776,18 17.5,18 L9.5,18 C9.224,18 9,17.776 9,17.5 C9,17.5 8.998,11.316 8.999,9.497 C8.999,9.222 9.224,9 9.499,9 L17.5,9 C17.776,9 18,9.224 18,9.5 L18,17.5 Z M8,9 L8,9.505 L6,11.505 L6,9.161 L9.161,6 L11.506,6 L9.506,8 L9,8 C8.447,8 8,8.447 8,9 L8,9 Z M8,12.506 L6,14.505 L6,12.494 L8,10.494 L8,12.506 Z M8,15 L6.5,15 C6.498,15 6.497,14.999 6.495,14.999 L8,13.494 L8,15 Z M6,6.5 C6,6.224 6.224,6 6.5,6 L8.172,6 L6,8.172 L6,6.5 Z M14.5,6 C14.502,6 14.503,6.001 14.505,6.001 L12.506,8 L10.494,8 L12.494,6 L14.5,6 Z M15,6.5 L15,8 L13.494,8 L14.999,6.495 C14.999,6.497 15,6.498 15,6.5 L15,6.5 Z M17.5,8 L16,8 L16,6.5 C16,5.672 15.328,5 14.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,14.5 C5,15.328 5.672,16 6.5,16 L8,16 L8,17.5 C8,18.328 8.672,19 9.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,9.5 C19,8.672 18.328,8 17.5,8 L17.5,8 Z"}));_C.displayName="MoveBackward";var WC=_C;var c8=o(r()),OC=({size:e,...t})=>c8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c8.createElement("path",{d:"M12,5 C13.104,5 14,5.896 14,7 L14,7 L14,8 L17,8 C18.1,8 19,8.9 19,10 L19,10 L19,17 C19,18.1 18.1,19 17,19 L17,19 L10,19 C8.9,19 8,18.1 8,17 L8,17 L8,14 L7,14 C5.9,14 5,13.1 5,12 L5,12 L5,7 C5,5.896 5.896,5 7,5 L7,5 Z M17,10 L10,10 L10,17 L17,17 L17,10 Z"}));OC.displayName="MoveBackwardBold";var jC=OC;var u8=o(r()),$C=({size:e,...t})=>u8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u8.createElement("path",{d:"M18,11.839 L11.838,18 L9.5,18 C9.498,18 9.497,17.999 9.495,17.999 L18,9.495 L18,11.839 Z M18,15.172 L15.172,18 L12.828,18 L18,12.828 L18,15.172 Z M18,17.5 C18,17.776 17.776,18 17.5,18 L16.161,18 L18,16.161 L18,17.5 Z M9,15.161 L15.161,9 L17.5,9 C17.502,9 17.503,9.001 17.505,9.001 L9,17.505 L9,15.161 Z M9,10.839 L9,9.5 C9,9.224 9.224,9 9.5,9 L10.839,9 L9,10.839 Z M11.828,9 L14.172,9 L9,14.172 L9,11.828 L11.828,9 Z M8,9.5 L8,15 L6.5,15 C6.224,15 6,14.777 6,14.5 L6,6.5 C6,6.224 6.224,6 6.5,6 L14.5,6 C14.776,6 15,6.224 15,6.5 L15,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M17.5,8 L16,8 L16,6.5 C16,5.675 15.325,5 14.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,14.5 C5,15.328 5.672,16 6.5,16 L8,16 L8,17.5 C8,18.328 8.672,19 9.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,9.5 C19,8.672 18.328,8 17.5,8 L17.5,8 Z"}));$C.displayName="MoveForward";var JC=$C;var m8=o(r()),YC=({size:e,...t})=>m8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m8.createElement("path",{d:"M10.078,8 C8.974,8 8,8.888 8,9.992 L8,12 L7,12 L7,7 L12,7 L12,8 L10.078,8 Z M17,8 L14,8 L14,7 C14,5.896 13.104,5 12,5 L7,5 C5.9,5 5,5.9 5,7 L5,12 C5,13.1 5.9,14 7,14 L8,14 L8,17 C8,18.1 8.9,19 10,19 L17,19 C18.104,19 19,18.104 19,17 L19,10 C19,8.896 18.104,8 17,8 L17,8 Z"}));YC.displayName="MoveForwardBold";var qC=YC;var f8=o(r()),QC=({size:e,...t})=>f8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f8.createElement("path",{d:"M14.39,4 C15.2022222,4 15.9163272,4.62438272 15.9931653,5.36769547 L16,5.5 L16,6 L20,6 L20,7 L19,7 L19,16 C19,17.6007143 17.7540051,18.9038776 16.1765862,18.9949189 L16,19 L11,19 C9.39928571,19 8.09612245,17.7540051 8.00508109,16.1765862 L8,16 L9,16 C9,17.05 9.82004132,17.9177686 10.8513054,17.9944872 L11,18 L16,18 C17.05,18 17.9177686,17.1799587 17.9944872,16.1486946 L18,16 L18,7 L7,7 L7,6 L11,6 L11,5.5 C11,4.71611111 11.6065432,4.07493827 12.3815706,4.00611626 L12.52,4 L14.39,4 Z M16,9 L16,15 L15,15 L15,9 L16,9 Z M14,9 L14,15 L13,15 L13,9 L14,9 Z M9,13 L9,14 L8,14 L8,13 L9,13 Z M10,10 L10,11 L11,11 L11,12 L10,12 L10,13 L9,13 L9,12 L4,12 L4,11 L9,11 L9,10 L10,10 Z M9,9 L9,10 L8,10 L8,9 L9,9 Z M14.39,5 L12.52,5 C12.2711111,5 12.0538272,5.1817284 12.0086145,5.41174211 L12,5.5 L12,6 L15,6 L15,5.5 C15,5.275 14.7489,5.05 14.47998,5.00725 L14.39,5 Z"}));QC.displayName="MoveToTrash";var XC=QC;var h8=o(r()),KC=({size:e,...t})=>h8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h8.createElement("path",{d:"M17.5 10H15V8.5A1.5 1.5 0 0 0 13.5 7h-4A1.5 1.5 0 0 0 8 8.5V12H6.5A1.5 1.5 0 0 0 5 13.5v2A1.5 1.5 0 0 0 6.5 17h11a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5ZM6 15.5v-2a.5.5 0 0 1 .5-.5H8v2.5c.004.17.034.339.09.5H6.5a.5.5 0 0 1-.5-.5Zm3 0v-7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5V10h-.5a1.5 1.5 0 0 0-1.5 1.5v4c.004.17.034.339.09.5H9.5a.5.5 0 0 1-.5-.5Zm9 0a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4Z"}));KC.displayName="MultiStateBox";var en=KC;var x8=o(r()),tn=({size:e,...t})=>x8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x8.createElement("path",{d:"M15.497 9.854h1.006a.5.5 0 0 1 .43.244l.039.08 3.248 8.675h-1.08l-1.121-3h-4.038l-1.121 3h-1.08l3.248-8.676a.501.501 0 0 1 .381-.316l.088-.008h1.006-1.006Zm.653 1h-.3l-1.495 4h3.29l-1.495-4ZM7.854 4l1.853 1.854H13v1h-1.159a18.854 18.854 0 0 1-2.631 3.475 17.962 17.962 0 0 0 3.057 2.313l.476.274-.486.875A18.856 18.856 0 0 1 8.5 11.033a18.965 18.965 0 0 1-3.307 2.5l-.45.258-.486-.875a17.81 17.81 0 0 0 3.533-2.587 18.9 18.9 0 0 1-2.347-3.008l-.284-.467H4v-1h4.293L7.146 4.707 7.854 4Zm2.814 2.854H6.332A17.81 17.81 0 0 0 8.5 9.625a17.88 17.88 0 0 0 1.893-2.35l.275-.421Z"}));tn.displayName="Multilingual";var rn=tn;var g8=o(r()),on=({size:e,...t})=>g8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g8.createElement("path",{d:"M16.9764337,12.2379091 C16.9744337,12.2349091 16.9734337,12.2329091 16.9714337,12.2309091 L14.0954337,8.63590911 L14.9594337,5.84790911 L15.0544337,5.54390911 L17.9434337,9.11890911 L16.9764337,12.2379091 Z M10.3614337,17.3049091 L10.3614337,17.3049091 L10.3614337,17.3059091 C10.1654337,17.9349091 8.6774337,18.1969091 7.2934337,17.7849091 C6.2914337,17.4869091 5.4384337,16.9099091 5.1204337,16.3129091 C5.0034337,16.0939091 4.9714337,15.8979091 5.0244337,15.7279091 C5.1534337,15.3139091 5.8214337,15.0349091 6.6864337,15.0349091 C7.1334337,15.0349091 7.6204337,15.1089091 8.0914337,15.2499091 C9.0934337,15.5479091 9.9464337,16.1259091 10.2644337,16.7219091 C10.3804337,16.9399091 10.4144337,17.1359091 10.3614337,17.3049091 L10.3614337,17.3049091 Z M18.8884337,8.69790911 L15.2434337,4.18590911 C15.1264337,4.04390911 14.9424337,3.97390911 14.7604337,4.00890911 C14.5794337,4.04490911 14.4314337,4.17590911 14.3764337,4.35190911 L10.8254337,15.8089091 C10.2904337,15.1569091 9.4264337,14.6039091 8.3764337,14.2909091 C7.8134337,14.1239091 7.2294337,14.0349091 6.6864337,14.0349091 C5.3384337,14.0349091 4.3354337,14.5709091 4.0694337,15.4319091 C3.9364337,15.8599091 3.9954337,16.3279091 4.2384337,16.7839091 C4.6894337,17.6299091 5.7254337,18.3619091 7.0084337,18.7439091 C7.5804337,18.9139091 8.1484337,19.0009091 8.6994337,19.0009091 C10.0464337,19.0009091 11.0484337,18.4649091 11.3164337,17.6019091 L13.7384337,9.78990911 L16.0894337,12.7299091 L16.1984337,14.8509091 C16.2094337,15.0929091 16.3944337,15.2919091 16.6344337,15.3219091 C16.6564337,15.3249091 16.6764337,15.3259091 16.6974337,15.3259091 C16.9144337,15.3259091 17.1094337,15.1849091 17.1744337,14.9739091 L18.9774337,9.16090911 C19.0274337,9.00190911 18.9944337,8.82790911 18.8884337,8.69790911 L18.8884337,8.69790911 Z"}));on.displayName="Music";var an=on;var v8=o(r()),Ln=({size:e,...t})=>v8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v8.createElement("path",{d:"M17.0965971,8.00334785 L13.2505971,5.04034785 C13.1315971,4.95134785 12.9595971,5.01734785 12.9315971,5.16234785 L10.8305971,16.0433479 C10.5965971,15.1743479 9.8745971,14.3783479 8.8395971,13.9943479 C7.2775971,13.4163479 5.6165971,13.9953479 5.1315971,15.2873479 C4.6455971,16.5793479 5.5525971,18.0113479 7.0805971,18.6733479 C8.8255971,19.4293479 11.8985971,18.9613479 12.3675971,16.3173479 C12.7315971,14.2643479 13.3655971,11.2043479 13.6195971,10.0093479 C13.6565971,9.83734785 13.8795971,9.79634785 13.9815971,9.94034785 L16.3275971,12.9893479 C16.4285971,13.1343479 16.6555971,13.0873479 16.6905971,12.9153479 L17.4795971,8.99834785 C17.5555971,8.62134785 17.4075971,8.23334785 17.0965971,8.00334785"}));Ln.displayName="MusicBold";var ln=Ln;var R8=o(r()),sn=({size:e,...t})=>R8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R8.createElement("path",{fillRule:"evenodd",d:"M11,10 L15,10 L15,9 L11,9 L11,10 Z M11,13 L15,13 L15,12 L11,12 L11,13 Z M5,16 L15,16 L15,15 L5,15 L5,16 Z M5,13 L9,13 L9,9 L5,9 L5,13 Z M20,9 C19.45,9 19,9.45 19,10 L19,16 C19,16.55 18.55,17 18,17 C17.45,17 17,16.55 17,16 L17,7 C17,6.45 16.55,6 16,6 L4,6 C3.45,6 3,6.45 3,7 L3,16 C3,17.66 4.34,19 6,19 L18,19 C19.66,19 21,17.66 21,16 L21,10 C21,9.45 20.55,9 20,9 L20,9 Z"}));sn.displayName="Newspaper";var Cn=sn;var M8=o(r()),nn=({size:e,...t})=>M8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M8.createElement("path",{d:"M8,16 L8,16.992 L7,17.992 L8,18.992 L8,20 L5,20 L5,19 L7,19 L6,18 L7,17 L5,17 L5,16 L8,16 Z M20,17 L20,19 L10,19 L10,17 L20,17 Z M8,10 L8,10.992 L6.078,13 L8,13 L8,14 L5,14 L5,13 L7.078,11 L5,11 L5,10 L8,10 Z M20,11 L20,13 L10,13 L10,11 L20,11 Z M7,4 L7,8 L6,8 L6,5 L5,5 L5,4 L7,4 Z M20,5 L20,7 L10,7 L10,5 L20,5 Z"}));nn.displayName="NumericListLeft";var pn=nn;var S8=o(r()),dn=({size:e,...t})=>S8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S8.createElement("path",{d:"M20,16 L20,16.992 L19,17.992 L20,18.992 L20,20 L17,20 L17,19 L19,19 L18,18 L19,17 L17,17 L17,16 L20,16 Z M15,17 L15,19 L5,19 L5,17 L15,17 Z M20,10 L20,10.992 L18.078,13 L20,13 L20,14 L17,14 L17,13.0002035 L19.078,11 L17,11 L17,10 L20,10 Z M15,11 L15,13 L5,13 L5,11 L15,11 Z M19,4 L19,8 L18,8 L18,5 L17,5 L17,4 L19,4 Z M15,5 L15,7 L5,7 L5,5 L15,5 Z"}));dn.displayName="NumericListRight";var cn=dn;var Z8=o(r()),un=({size:e,...t})=>Z8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z8.createElement("path",{d:"M17.81 6.966l-3.976-2.447a3.48 3.48 0 00-3.668 0L6.19 6.966A2.484 2.484 0 005 9.1v4.787a2.486 2.486 0 001.19 2.13l3.975 2.446a3.48 3.48 0 003.669 0l3.976-2.446a2.486 2.486 0 001.19-2.13V9.1a2.483 2.483 0 00-1.19-2.134zM10.689 5.37a2.492 2.492 0 012.622 0l3.975 2.446c.087.058.168.125.241.2L15.393 9.33 9.828 5.9l.861-.53zM8.875 6.487l5.565 3.425-2.44 1.5-5.527-3.4a1.48 1.48 0 01.241-.2l2.161-1.325zM6.714 15.16A1.491 1.491 0 016 13.882V9.1c.004-.063.012-.125.024-.186l5.476 3.37v5.632a2.5 2.5 0 01-.811-.3L6.714 15.16zM18 11.978v1.9a1.49 1.49 0 01-.714 1.278l-3.976 2.446c-.25.147-.524.248-.81.3v-5.623l5.476-3.37c.012.063.02.127.024.19v2.884-.005z"}));un.displayName="Package";var mn=un;var B8=o(r()),fn=({size:e,...t})=>B8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B8.createElement("path",{fillRule:"evenodd",d:"M15,5 C16.0528636,5 16.9180289,5.81639669 16.994505,6.85080841 L17,7 L17,17 C17,18.0528636 16.1826921,18.9180289 15.1490673,18.994505 L15,19 L8,19 C6.94713636,19 6.08197107,18.1826921 6.00549502,17.1490673 L6,17 L6,7 C6,5.94618182 6.81730785,5.0818843 7.85093266,5.00548911 L8,5 L15,5 Z M15,6 L8,6 C7.4865,6 7.06439796,6.38542347 7.00671757,6.88324672 L7,7 L7,17 C7,17.5125714 7.38542347,17.9354694 7.88324672,17.9932682 L8,18 L15,18 C15.5135,18 15.935602,17.6137143 15.9932824,17.1165685 L16,17 L16,7 C16,6.4865 15.6145765,6.06439796 15.1167533,6.00671757 L15,6 Z M14,11 L14,12 L9,12 L9,11 L14,11 Z M14,8 L14,9 L9,9 L9,8 L14,8 Z"}));fn.displayName="Page";var hn=fn;var P8=o(r()),xn=({size:e,...t})=>P8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P8.createElement("path",{fillRule:"evenodd",d:"M17,15 L17,17 L19,17 L19,18 L17,18 L17,20 L16,20 L16,18 L14,18 L14,17 L16,17 L16,15 L17,15 Z M15,5 C16.0528636,5 16.9180289,5.81730785 16.994505,6.85093266 L17,7 L17,13 L16,13 L16,7 C16,6.48742857 15.6145765,6.06453061 15.1167533,6.00673178 L15,6 L8,6 C7.4865,6 7.06439796,6.38628571 7.00671757,6.88343149 L7,7 L7,17 C7,17.5135 7.38542347,17.935602 7.88324672,17.9932824 L8,18 L13,18 L13,19 L8,19 C6.94713636,19 6.08197107,18.1836033 6.00549502,17.1491916 L6,17 L6,7 C6,5.94713636 6.81730785,5.08197107 7.85093266,5.00549502 L8,5 L15,5 Z M14,11 L14,12 L9,12 L9,11 L14,11 Z M14,8 L14,9 L9,9 L9,8 L14,8 Z"}));xn.displayName="PageAdd";var gn=xn;var V8=o(r()),vn=({size:e,...t})=>V8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V8.createElement("path",{d:"M18,17 C18,17.551 17.551,18 17,18 L7,18 C6.932,18 6.873,17.974 6.809,17.961 L17.961,6.809 C17.974,6.873 18,6.932 18,7 L18,17 Z M6,14.53 L14.53,6 L17,6 C17.103,6 17.197,6.03 17.291,6.059 L6.059,17.291 C6.03,17.197 6,17.103 6,17 L6,14.53 Z M6,10.28 L10.28,6 L13.11,6 L6,13.11 L6,10.28 Z M6,7 C6,6.449 6.449,6 7,6 L8.87,6 L6,8.87 L6,7 Z M7,5 C5.897,5 5,5.897 5,7 L5,17 C5,18.103 5.897,19 7,19 L17,19 C18.103,19 19,18.103 19,17 L19,7 C19,5.897 18.103,5 17,5 L7,5 Z"}));vn.displayName="PageBackground";var Rn=vn;var b8=o(r()),Mn=({size:e,...t})=>b8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b8.createElement("path",{d:"M16.5 18h-9A2.5 2.5 0 0 1 5 15.5v-7A2.5 2.5 0 0 1 7.5 6h9A2.5 2.5 0 0 1 19 8.5v7a2.5 2.5 0 0 1-2.5 2.5Zm-9-11C6.67 7 6 7.67 6 8.5v7c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5h-9Zm-1.1 7L5 12.45v-.75l2 2.22V14h1.97L5 9.59V9.1l.13-.11.87.97v-.95h1.92l.02-.02.02.02h2.77l.02-.02.02.02h2.77l.02-.02.02.02h2.77l.02-.02.02.02H18v1h-.71l1.71 1.9v.75l-2.38-2.65h-2.14l3.77 4.18-.24.22v.6H6v-1h.4V14Zm7.41-4h-2.14l3.6 4h2.14l-3.6-4ZM11 10H8.86l3.6 4h2.14L11 10Zm-2.81 0H6.04l3.6 4h2.14l-3.6-4h.01Z"}));Mn.displayName="PageBody";var Sn=Mn;var w8=o(r()),Zn=({size:e,...t})=>w8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w8.createElement("path",{fillRule:"evenodd",d:"M8,5 L16,5 C17.103,5 18,5.896 18,7 L18,17 C18,18.103 17.103,19 16,19 L8,19 C6.897,19 6,18.103 6,17 L6,7 C6,5.896 6.897,5 8,5 Z M9,10 L15,10 L15,8 L9,8 L9,10 Z M9,14 L15,14 L15,12 L9,12 L9,14 Z"}));Zn.displayName="PageBold";var Bn=Zn;var G8=o(r()),Pn=({size:e,...t})=>G8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G8.createElement("path",{d:"M12 9H8V8h4v1zm4 0V6.5A2.5 2.5 0 0013.5 4h-7A2.5 2.5 0 004 6.5v10A2.5 2.5 0 006.5 19H9v-1H6.5A1.5 1.5 0 015 16.5v-10A1.5 1.5 0 016.5 5h7A1.5 1.5 0 0115 6.5V9h1zm3 5v-1a2 2 0 00-2-2h-1v1h1a1 1 0 011 1v1a1.987 1.987 0 00.691 1.5A1.988 1.988 0 0018 17v1a1 1 0 01-1 1h-1v1h1a2 2 0 002-2v-1a1 1 0 011-1v-1a1 1 0 01-1-1zm-8-1v1a1 1 0 01-1 1v1a1 1 0 011 1v1a2 2 0 002 2h1v-1h-1a1 1 0 01-1-1v-1a1.987 1.987 0 00-.691-1.5A1.988 1.988 0 0012 14v-1a1 1 0 011-1h1v-1h-1a2 2 0 00-2 2z"}));Pn.displayName="PageCode";var Vn=Pn;var A8=o(r()),bn=({size:e,...t})=>A8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A8.createElement("path",{d:"M8.5 18H13v1H8.5A2.5 2.5 0 0 1 6 16.5v-9A2.5 2.5 0 0 1 8.5 5h6A2.5 2.5 0 0 1 17 7.5V9h-1V7.5c0-.83-.67-1.5-1.5-1.5h-6C7.67 6 7 6.67 7 7.5v9c0 .83.67 1.5 1.5 1.5Zm11-1c-.65 0-1.2.42-1.41 1h-1.52c-.24 0-.44-.12-.56-.33-.11-.21-.1-.45.02-.65l1.96-3.05c.39-.6.41-1.34.07-1.97-.34-.63-.98-1.01-1.69-1.01H14.9c-.21-.58-.76-1-1.41-1-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5c.65 0 1.2-.42 1.41-1h1.47c.35 0 .65.18.82.49.17.31.15.66-.03.95l-1.96 3.05c-.33.51-.35 1.13-.06 1.67.29.53.83.85 1.43.85h1.52c.21.58.76 1 1.41 1 .83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5Z"}));bn.displayName="PageDynamic";var wn=bn;var y8=o(r()),Gn=({size:e,...t})=>y8.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},y8.createElement("path",{d:"M5.25 13H10v1H5.25C4.56 14 4 13.44 4 12.75v-8.5C4 3.56 4.56 3 5.25 3h5.5c.69 0 1.25.56 1.25 1.25V8h-1V4.25c0-.14-.11-.25-.25-.25h-5.5c-.14 0-.25.11-.25.25v8.5c0 .14.11.25.25.25ZM10 5H6v1h4V5ZM6 8h4V7H6v1Zm10 6.5c0 .83-.67 1.5-1.5 1.5-.65 0-1.2-.42-1.41-1h-.92c-.5 0-.94-.28-1.14-.74-.2-.46-.12-.97.21-1.35l1.35-1.5c.1-.11.06-.22.04-.27a.235.235 0 0 0-.23-.15h-.5c-.21.58-.76 1-1.41 1-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5c.65 0 1.2.42 1.41 1h.5c.5 0 .94.28 1.14.74.2.46.12.97-.21 1.34l-1.35 1.5c-.1.11-.06.22-.04.27.02.04.08.15.23.15h.92c.21-.58.76-1 1.41-1 .83 0 1.5.67 1.5 1.5v.01Zm-5-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5Zm4 4c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5Z"}));Gn.displayName="PageDynamicSmall";var An=Gn;var E8=o(r()),yn=({size:e,...t})=>E8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E8.createElement("path",{fillRule:"evenodd",d:"M17.0356611,16.7356611 C17.0356611,17.0116611 16.8116611,17.2356611 16.5356611,17.2356611 L10.5356611,17.2356611 C10.2596611,17.2356611 10.0356611,17.0116611 10.0356611,16.7356611 L10.0356611,10.7356611 C10.0356611,10.4596611 10.2596611,10.2356611 10.5356611,10.2356611 L16.5356611,10.2356611 C16.8116611,10.2356611 17.0356611,10.4596611 17.0356611,10.7356611 L17.0356611,16.7356611 Z M9.03566108,10.7356611 L9.03566108,15.3396611 L8.66766108,15.4506611 C8.40366108,15.5296611 8.12466108,15.3796611 8.04566108,15.1146611 L6.32166108,9.36766113 C6.24166108,9.10366113 6.39166108,8.82466113 6.65666108,8.74566113 L12.4036611,7.02066113 C12.6676611,6.94166113 12.9466611,7.09166113 13.0256611,7.35666113 L13.5896611,9.23566113 L10.5356611,9.23566113 C9.70666108,9.23566113 9.03566108,9.90766113 9.03566108,10.7356611 L9.03566108,10.7356611 Z M16.5356611,9.23566113 L14.6336611,9.23566113 L13.9836611,7.06866113 C13.7456611,6.27566113 12.9096611,5.82566113 12.1166611,6.06366113 L6.36866108,7.78766113 C5.57566108,8.02566113 5.12566108,8.86166113 5.36366108,9.65566113 L7.08766108,15.4016611 C7.32566108,16.1956611 8.16166108,16.6456611 8.95466108,16.4076611 L9.03566108,16.3836611 L9.03566108,16.7356611 C9.03566108,17.5636611 9.70666108,18.2356611 10.5356611,18.2356611 L16.5356611,18.2356611 C17.3646611,18.2356611 18.0356611,17.5636611 18.0356611,16.7356611 L18.0356611,10.7356611 C18.0356611,9.90766113 17.3646611,9.23566113 16.5356611,9.23566113 L16.5356611,9.23566113 Z"}));yn.displayName="PageSpecial";var En=yn;var F8=o(r()),Fn=({size:e,...t})=>F8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F8.createElement("path",{d:"M18.5 8H18v-.5A2.5 2.5 0 0 0 15.5 5H15v-.5A2.5 2.5 0 0 0 12.5 2h-6A2.5 2.5 0 0 0 4 4.5v8A2.5 2.5 0 0 0 6.5 15H7v.5A2.5 2.5 0 0 0 9.5 18h.5v.5a2.5 2.5 0 0 0 2.5 2.5h6a2.5 2.5 0 0 0 2.5-2.5v-8A2.5 2.5 0 0 0 18.5 8ZM7 7.5V14h-.5A1.5 1.5 0 0 1 5 12.5v-8A1.5 1.5 0 0 1 6.5 3h6A1.5 1.5 0 0 1 14 4.5V5H9.5A2.5 2.5 0 0 0 7 7.5Zm3 3V17h-.5A1.5 1.5 0 0 1 8 15.5v-8A1.5 1.5 0 0 1 9.5 6h6A1.5 1.5 0 0 1 17 7.5V8h-4.5a2.5 2.5 0 0 0-2.5 2.5Zm10 8a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-8A1.5 1.5 0 0 1 12.5 9h6a1.5 1.5 0 0 1 1.5 1.5v8ZM13 13h5v-1h-5v1Zm0 2h5v-1h-5v1Z"}));Fn.displayName="Pages";var Nn=Fn;var N8=o(r()),kn=({size:e,...t})=>N8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N8.createElement("path",{fillRule:"evenodd",d:"M18,9 C19.0538182,9 19.9181157,9.81639669 19.9945109,10.8508084 L20,11 L20,19 C20,20.0538182 19.1836033,20.9181157 18.1491916,20.9945109 L18,21 L12,21 C10.9461818,21 10.0818843,20.1836033 10.0054891,19.1491916 L10,19 L10,11 C10,9.94618182 10.8163967,9.0818843 11.8508084,9.00548911 L12,9 L18,9 Z M17,6 L17,8 L9.5,8 C9.25466667,8 9.05041975,8.17698765 9.00806036,8.41016187 L9,8.5 L9,18 L7,18 L7,8 C7,6.94618182 7.81639669,6.0818843 8.85080841,6.00548911 L9,6 L17,6 Z M14,3 L14,5 L6.5,5 C6.25466667,5 6.05041975,5.17698765 6.00806036,5.41016187 L6,5.5 L6,15 L4,15 L4,5 C4,3.94618182 4.81639669,3.0818843 5.85080841,3.00548911 L6,3 L14,3 Z"}));kn.displayName="PagesBold";var Hn=kn;var k8=o(r()),Tn=({size:e,...t})=>k8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k8.createElement("path",{d:"M8.444 15a.59.59 0 0 0 .386-.14.465.465 0 0 0 .014-.707L6.543 12l2.301-2.153a.465.465 0 0 0-.014-.707.6.6 0 0 0-.785.013L5 12l3.045 2.847c.11.1.251.154.399.153Zm9.013-3.035-2.305 2.19a.466.466 0 0 0 .021.708c.107.09.243.138.383.137a.587.587 0 0 0 .403-.156L19 11.954 15.952 9.15a.6.6 0 0 0-.785-.007.465.465 0 0 0-.008.707l2.298 2.115Z"}));Tn.displayName="Pagination";var Un=Tn;var H8=o(r()),Dn=({size:e,...t})=>H8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H8.createElement("path",{d:"M9.70710678,15.2928932 L8.29289322,16.7071068 L3.58578644,12 L8.29289322,7.29289322 L9.70710678,8.70710678 L6.41421356,12 L9.70710678,15.2928932 Z M14.5857864,15.2928932 L17.8786797,12 L14.5857864,8.70710678 L16,7.29289322 L20.7071068,12 L16,16.7071068 L14.5857864,15.2928932 Z"}));Dn.displayName="PaginationBold";var zn=Dn;var T8=o(r()),In=({size:e,...t})=>T8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T8.createElement("path",{d:"M9.559,5 C10.5412222,5 11.3807284,5.63330247 11.8079438,6.6724537 L11.879,6.86 L16.079,18.68 L16.089,18.73 L15.049,19.12 L13.25,14.05 L5.839,14.05 L4.04,19.12 L3,18.73 L3.009,18.68 L7.21,6.86 C7.58683333,5.77388889 8.39270679,5.08024691 9.35720319,5.00652778 L9.559,5 Z M9.544,6.123 C9.001,6.131 8.517,6.557 8.29,7.24 L8.29,7.24 L6.189,13.05 L12.899,13.05 L10.799,7.24 C10.571,6.557 10.087,6.131 9.544,6.123 Z M20.0589,17.05 L20.0589,18.05 L17.8589,18.05 L17.4999,17.05 L20.0589,17.05 Z M20.0586,12.05 L20.0586,13.05 L16.0786,13.05 L15.7196,12.05 L20.0586,12.05 Z M20.0587,7.05 L20.0587,8.05 L14.2997,8.05 L13.9487,7.05 L20.0587,7.05 Z"}));In.displayName="Paragraph";var _n=In;var U8=o(r()),Wn=({size:e,...t})=>U8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U8.createElement("path",{d:"M9.953,5 C10.8155,5 11.5725313,5.4921875 11.9686616,6.29528809 L12.043,6.46 L16.953,18.042 L14.833,18.042 L13.103,14 L6.802,14 L5.12,18 L3,18 L7.863,6.45 C8.233,5.56 9.033,5 9.953,5 Z M9.953,7 C9.823,7 9.713,7.09 9.643,7.28 L9.643,7.28 L7.653,12 L12.262,12 L10.283,7.31 C10.193,7.1 10.083,7 9.953,7 Z M19.9531,14 L19.9531,16 L18.1891,16 L17.3391,14 L19.9531,14 Z M19.9527,10 L19.9527,12 L16.4987,12 L15.6587,10 L19.9527,10 Z M19.9524,6 L19.9524,8 L14.8094,8 L13.9694,6 L19.9524,6 Z"}));Wn.displayName="ParagraphBold";var On=Wn;var D8=o(r()),jn=({size:e,...t})=>D8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D8.createElement("path",{fillRule:"evenodd",d:"M12,16 C10.896,16 10,15.104 10,14 L10,8.5 L12.5,11.5 L13,11 L9.5,7 L6,11 L6.5,11.5 L9,8.5 L9,14 C9,15.657 10.343,17 12,17 L18,17 L18,16 L12,16 Z"}));jn.displayName="Parent";var $n=jn;var z8=o(r()),Jn=({size:e,...t})=>z8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z8.createElement("path",{d:"M12 15h5v-1h-5v1Zm7 3.5c0 .275-.225.5-.5.5h-8a.501.501 0 0 1-.5-.5v-6c0-.275.225-.5.5-.5h8c.275 0 .5.225.5.5v6Zm-9.908.5H6.5a.501.501 0 0 1-.5-.5v-11c0-.275.225-.5.5-.5h1.592c.207.581.757 1 1.408 1h4c.651 0 1.201-.419 1.408-1H16.5c.275 0 .5.225.5.5V11h-6.5c-.827 0-1.5.673-1.5 1.5v6c0 .176.036.343.092.5ZM9.5 6h4c.275 0 .5.225.5.5s-.225.5-.5.5h-4a.501.501 0 0 1-.5-.5c0-.275.225-.5.5-.5Zm9 5H18V7.5c0-.827-.673-1.5-1.5-1.5h-1.592c-.207-.581-.757-1-1.408-1h-4c-.651 0-1.201.419-1.408 1H6.5C5.673 6 5 6.673 5 7.5v11c0 .827.673 1.5 1.5 1.5h12c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5ZM12 17h5v-1h-5v1Z"}));Jn.displayName="Paste";var Yn=Jn;var I8=o(r()),qn=({size:e,...t})=>I8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I8.createElement("path",{d:"M10 7V6h3v1h-3Zm7 4V8a2 2 0 0 0-2-2h-1v-.508c0-.276-.146-.492-.422-.492h-4C9.302 5 9 5.216 9 5.492V6H8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h2v-5a2 2 0 0 1 2-2h5Zm-4 4v-1h5v1h-5Zm0 2v-1h5v1h-5Zm5-5h-5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h5a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2Z"}));qn.displayName="PasteBold";var Qn=qn;var _8=o(r()),Xn=({size:e,...t})=>_8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_8.createElement("path",{d:"M17.0868594,13.308 C15.5708594,14.412 13.6328594,14.994 11.4808594,14.994 L10.8888594,14.994 C9.7828594,14.994 9.4878594,15.574 9.4138594,15.904 L8.7208594,18.609 C8.6728594,18.815 8.4398594,18.994 8.2208594,18.994 L6.1508594,18.994 C6.0938594,18.994 6.0468594,18.982 6.0268594,18.956 C6.0078594,18.932 6.0038594,18.89 6.0168594,18.835 L8.9058594,6.403 C8.9558594,6.197 9.1978594,6.006 9.4078594,6.003 L13.7228594,6.001 C14.6538594,6.009 15.4248594,6.07 16.0748594,6.185 C16.7148594,6.305 17.2458594,6.498 17.6978594,6.775 C18.1188594,7.036 18.4398594,7.375 18.6558594,7.794 C18.8688594,8.184 18.9938594,8.83 18.9899526,9.528 C18.9938594,11.092 18.3348594,12.399 17.0868594,13.308 M19.5498594,7.329 C19.2538594,6.756 18.8108594,6.285 18.2308594,5.925 C17.6698594,5.581 17.0258594,5.345 16.2588594,5.201 C15.5468594,5.074 14.7198594,5.008 13.7268594,5 L9.4018594,5.002 C8.7178594,5.011 8.0828594,5.512 7.9228594,6.172 L5.0338594,18.608 C4.9498594,18.961 5.0238594,19.314 5.2368594,19.579 C5.4498594,19.844 5.7828594,19.994 6.1508594,19.994 L8.2208594,19.994 C8.9148594,19.994 9.5518594,19.495 9.7018594,18.842 L10.3968594,16.137 C10.4248594,16.005 10.7808594,15.994 10.8888594,15.994 L11.4808594,15.994 C13.8498594,15.994 15.9938594,15.345 17.6848594,14.114 C19.1818594,13.024 20.0038594,11.396 19.9999679,9.53 C20.0028594,9.02 19.9458594,8.055 19.5498594,7.329 M14.3348594,11.332 C13.7378594,11.765 12.9388594,11.994 12.0208594,11.994 L11.5138594,11.994 C11.4848594,11.994 11.4468594,11.988 11.4138594,11.947 C11.3818594,11.907 11.3558594,11.832 11.3758594,11.744 L11.9998594,9.038 C12.0448594,8.834 12.2848594,8.633 12.4858594,8.633 L13.1708594,8.619 C13.8638594,8.619 14.3748594,8.724 14.6918594,8.933 C15.0028594,9.134 15.0638594,9.497 15.0608594,9.78 C15.0698594,10.455 14.8258594,10.977 14.3348594,11.332 M15.2488594,8.097 C14.7588594,7.775 14.0798594,7.618 13.1608594,7.618 L13.1598594,7.618 L12.4858594,7.632 C11.8068594,7.632 11.1598594,8.157 11.0138594,8.821 L10.3908594,11.521 C10.3058594,11.891 10.3938594,12.284 10.6238594,12.57 C10.8408594,12.839 11.1658594,12.994 11.5138594,12.994 L12.0208594,12.994 C13.1538594,12.994 14.1598594,12.699 14.9298594,12.14 C15.6898594,11.591 16.0838594,10.771 16.0698594,9.779 C16.0798594,9.045 15.7868594,8.448 15.2488594,8.097"}));Xn.displayName="Paypal";var Kn=Xn;var W8=o(r()),ep=({size:e,...t})=>W8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W8.createElement("path",{fillRule:"evenodd",d:"M8.64721867,5 C8.53521867,5 8.42021867,5.019 8.30921867,5.059 L5.66221867,6.008 C5.25721867,6.152 4.97921867,6.542 5.00121867,6.968 C5.11821867,9.092 5.76221867,11.063 6.79221867,12.78 C7.87421867,14.56 9.36721867,16.066 11.1532187,17.156 C12.8992187,18.215 14.9272187,18.869 17.0962187,18.998 C17.1152187,18.999 17.1332187,19 17.1522187,19 C17.5772187,19 17.9552187,18.709 18.0832187,18.303 L18.9562187,15.524 C19.1242187,14.99 18.8092187,14.425 18.2642187,14.279 L15.5172187,13.548 C15.4312187,13.525 15.3442187,13.514 15.2592187,13.514 C14.9412187,13.514 14.6362187,13.666 14.4472187,13.932 L13.6752187,15.018 L8.85321867,10.215 L9.94721867,9.393 C10.2682187,9.151 10.4112187,8.741 10.3072187,8.354 L9.60721867,5.733 C9.48821867,5.288 9.08421867,5 8.64721867,5 M8.64321867,6.002 L9.34621867,8.593 L8.25221867,9.416 C8.02021867,9.59 7.87621867,9.856 7.85521867,10.146 C7.83521867,10.435 7.94221867,10.719 8.14721867,10.924 L12.9692187,15.727 C13.1582187,15.914 13.4122187,16.018 13.6752187,16.018 C13.7032187,16.018 13.7312187,16.017 13.7592187,16.015 C14.0522187,15.989 14.3202187,15.837 14.4902187,15.598 L15.2592187,14.514 L18.0012187,15.225 L17.1562187,18 C15.2092187,17.885 13.3132187,17.297 11.6732187,16.303 C10.0412187,15.306 8.64821867,13.908 7.65021867,12.267 C6.65921867,10.615 6.10421867,8.814 6.00021867,6.949 L8.64321867,6.002"}));ep.displayName="Phone";var tp=ep;var O8=o(r()),rp=({size:e,...t})=>O8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O8.createElement("path",{fillRule:"evenodd",d:"M18.7316994,15.7309952 L18.1386994,18.0359952 C18.0216994,18.4919952 17.6016994,18.8189952 17.1316994,18.7899952 C14.9636994,18.6529952 12.9366994,17.9909952 11.1896994,16.9229952 C9.39169936,15.8159952 7.88869936,14.2869952 6.79969936,12.4809952 C5.77369936,10.7559952 5.12769936,8.77699516 5.00169936,6.64699516 C4.97369936,6.18299516 5.29469936,5.76799516 5.74369936,5.64699516 L8.00869936,5.03499516 C8.54369936,4.88999516 9.09369936,5.20899516 9.23669936,5.74399516 L10.1346994,9.13699516 L7.97869936,10.7729952 L12.9786994,15.7729952 L14.5336994,13.5789952 L18.0226994,14.5159952 C18.5526994,14.6579952 18.8686994,15.1999952 18.7316994,15.7309952"}));rp.displayName="PhoneBold";var op=rp;var j8=o(r()),ap=({size:e,...t})=>j8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j8.createElement("path",{d:"M13.944,13.2108945 L16.772,10.3828945 L18.186,11.7968945 L19.774,11.0028945 C20.384,10.6978945 20.516,9.88489446 20.034,9.40089446 L17.479,6.84789446 L14.925,4.29289446 C14.442,3.81089446 13.629,3.94189446 13.324,4.55289446 L12.53,6.14089446 L13.944,7.55489446 L11.116,10.3828945 C11.116,10.3828945 8.722,7.98889446 5.587,10.3578945 C5.112,10.7168945 5.087,11.4258945 5.507,11.8458945 L8.279,14.6168945 C5.56,17.6238945 4,20.2368945 4,20.2368945 C4,20.2368945 6.612,18.6758945 9.62,15.9578945 L12.481,18.8188945 C12.901,19.2398945 13.61,19.2148945 13.968,18.7398945 C16.338,15.6048945 13.944,13.2108945 13.944,13.2108945"}));ap.displayName="PinBold";var Lp=ap;var $8=o(r()),lp=({size:e,...t})=>$8.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},$8.createElement("path",{d:"M10.091,9.64175037 L11.823,7.90975037 L12.69,8.77575037 L13.662,8.28875037 C14.036,8.10275037 14.116,7.60475037 13.821,7.30875037 L12.257,5.74475037 L10.693,4.17975037 C10.397,3.88375037 9.899,3.96475037 9.711,4.33875037 L9.225,5.31175037 L10.091,6.17675037 L8.359,7.90975037 C8.359,7.90975037 6.893,6.44375037 4.973,7.89475037 C4.682,8.11475037 4.667,8.54775037 4.924,8.80575037 L6.622,10.5027504 C4.957,12.3447504 4,13.9457504 4,13.9457504 C4,13.9457504 5.601,12.9897504 7.443,11.3247504 L9.195,13.0777504 C9.452,13.3337504 9.887,13.3187504 10.107,13.0287504 C11.557,11.1077504 10.091,9.64175037 10.091,9.64175037"}));lp.displayName="PinBoldSmall";var sp=lp;var J8=o(r()),ip=({size:e,...t})=>J8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J8.createElement("path",{d:"M12.747,5 C8.927,5 7,7.739 7,10.023 C7,11.406 7.523,12.637 8.646,13.096 C8.831,13.171 8.996,13.099 9.05,12.895 C9.086,12.753 9.174,12.397 9.214,12.249 C9.267,12.048 9.247,11.977 9.098,11.801 C8.774,11.419 8.567,10.924 8.567,10.224 C8.567,8.191 10.087,6.372 12.526,6.372 C14.685,6.372 15.872,7.692 15.872,9.454 C15.872,11.772 14.846,13.729 13.323,13.729 C12.481,13.729 11.851,13.034 12.054,12.181 C12.295,11.162 12.764,10.062 12.764,9.327 C12.764,8.669 12.41,8.12 11.679,8.12 C10.818,8.12 10.128,9.01 10.128,10.201 C10.128,10.96 10.385,11.473 10.385,11.473 C10.385,11.473 9.505,15.203 9.351,15.856 C9.043,17.156 9.304,18.75 9.326,18.911 C9.339,19.007 9.462,19.029 9.518,18.958 C9.597,18.854 10.621,17.589 10.97,16.326 C11.067,15.969 11.535,14.115 11.535,14.115 C11.814,14.648 12.631,15.118 13.499,15.118 C16.084,15.118 17.838,12.761 17.838,9.606 C17.838,7.222 15.817,5 12.747,5"}));ip.displayName="Pinterest";var Cp=ip;var Y8=o(r()),np=({size:e,...t})=>Y8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y8.createElement("path",{d:"m16.61 11.73-.71-.71-2.86-2.86-.67-.68.71-.71.71.71.71-.71-1.06-1.06c-.2-.2-.51-.2-.71 0l-1.41 1.41c-.2.2-.2.51 0 .71l.35.35-3.13 3.13a13.604 13.604 0 0 0-3.27 5.29l-.27.8c-.16.48-.04 1.01.32 1.37.26.26.59.39.94.39.14 0 .29-.02.43-.07l.8-.27c1.98-.66 3.81-1.79 5.29-3.27l3.13-3.13.35.35a.485.485 0 0 0 .7 0l1.41-1.41c.2-.2.2-.51 0-.71l-1.06-1.06-.71.71.71.71-.71.71.01.01Zm-4.54 3.13a12.549 12.549 0 0 1-4.9 3.03l-.8.27c-.18.06-.3-.04-.34-.08a.33.33 0 0 1-.08-.34l.27-.8c.61-1.83 1.66-3.53 3.03-4.9l3.13-3.13 2.83 2.83-3.13 3.13-.01-.01Zm6.62-6.62-2.08 2.08-.71-.71 2.08-2.08a.99.99 0 0 0 .29-.71c0-.27-.1-.52-.29-.71-.38-.38-1.04-.38-1.41 0l-2.08 2.08-.71-.71 2.08-2.08c.75-.76 2.07-.76 2.83 0a1.983 1.983 0 0 1 0 2.82v.02Z"}));np.displayName="Pipette";var pp=np;var q8=o(r()),dp=({size:e,...t})=>q8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q8.createElement("path",{d:"M12.33425,14.291 L6.96325,14.291 L13.52325,7.811 L16.02225,10.478 L12.33425,14.291 Z M8.47125,18.025 L6.39725,17.726 L6.18925,15.291 L11.33425,15.291 L8.47125,18.025 Z M20.26425,3.732 C19.28725,2.756 17.70425,2.756 16.72925,3.732 L15.31325,5.146 L14.60625,4.439 C14.02125,3.853 13.07125,3.853 12.48525,4.439 C11.90025,5.025 11.90025,5.976 12.48525,6.561 L4.51725,14.529 C4.31225,14.734 4.20525,15.02 4.22725,15.309 L4.38425,17.49 L3.29325,18.582 C2.90225,18.973 2.90225,19.605 3.29325,19.996 L4.00025,20.703 C4.39125,21.094 5.02325,21.094 5.41425,20.703 L6.50625,19.612 L8.68825,19.77 C8.97725,19.791 9.26225,19.685 9.46725,19.479 L17.43625,11.511 C18.02125,12.097 18.97125,12.097 19.55725,11.511 C20.14325,10.925 20.14325,9.975 19.55725,9.39 L18.85025,8.683 L20.26425,7.268 C21.24025,6.292 21.24025,4.709 20.26425,3.732 L20.26425,3.732 Z"}));dp.displayName="PipetteBold";var cp=dp;var Q8=o(r()),up=({size:e,...t})=>Q8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q8.createElement("path",{d:"M11.33425,15.291 L6.26125,15.291 L13.53125,7.85 L16.02125,10.478 L11.33425,15.291 Z M20.26425,3.732 C19.28725,2.756 17.70525,2.756 16.72925,3.732 L15.31425,5.146 L14.60725,4.439 C14.02225,3.853 13.07125,3.853 12.48525,4.439 C11.90025,5.025 11.90025,5.976 12.48525,6.561 L4.51725,14.529 C4.31225,14.734 4.20525,15.02 4.22725,15.309 L4.38525,17.49 L3.29325,18.582 C2.90225,18.973 2.90225,19.605 3.29325,19.996 L4.00025,20.703 C4.39125,21.094 5.02325,21.094 5.41425,20.703 L6.50625,19.612 L8.68825,19.77 C8.97725,19.791 9.26225,19.685 9.46725,19.479 L17.43625,11.511 C18.02125,12.097 18.97125,12.097 19.55725,11.511 C20.14325,10.925 20.14325,9.975 19.55725,9.39 L18.85025,8.683 L20.26425,7.268 C21.24025,6.292 21.24025,4.709 20.26425,3.732 L20.26425,3.732 Z"}));up.displayName="PipetteFullBold";var mp=up;var X8=o(r()),fp=({size:e,...t})=>X8.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},X8.createElement("path",{d:"M13 9c0 .16-.08.32-.21.41l-5 3.5c-.09.06-.19.09-.29.09-.08 0-.16-.02-.23-.06A.499.499 0 0 1 7 12.5v-7c0-.19.1-.36.27-.44a.49.49 0 0 1 .52.03l5 3.5c.13.09.21.25.21.41Z"}));fp.displayName="PlayBoldSmall";var hp=fp;var K8=o(r()),xp=({size:e,...t})=>K8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K8.createElement("path",{d:"M10.5,11.234 L12.849,12.5 L10.5,13.843 L10.5,11.234 Z M9.5,15.5 L14.5,12.5 L9.5,9.5 L9.5,15.5 Z M5,12.5 C5,8.916 7.916,6 11.5,6 C15.084,6 18,8.916 18,12.5 C18,16.084 15.084,19 11.5,19 C7.916,19 5,16.084 5,12.5 Z M4,12.5 C4,16.635 7.364,20 11.5,20 C15.636,20 19,16.635 19,12.5 C19,8.364 15.636,5 11.5,5 C7.364,5 4,8.364 4,12.5 Z"}));xp.displayName="PlayCircle";var gp=xp;var e0=o(r()),vp=({size:e,...t})=>e0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e0.createElement("path",{d:"M11.5,18 C8.467,18 6,15.533 6,12.5 C6,9.468 8.467,7 11.5,7 C14.533,7 17,9.468 17,12.5 C17,15.533 14.533,18 11.5,18 L11.5,18 Z M11.5,5 C7.357,5 4,8.358 4,12.5 C4,16.643 7.357,20 11.5,20 C15.643,20 19,16.643 19,12.5 C19,8.358 15.643,5 11.5,5 L11.5,5 Z M9.922,15 L13.922,12.5 L9.922,10 L9.922,15 Z"}));vp.displayName="PlayCircleBold";var Rp=vp;var t0=o(r()),Mp=({size:e,...t})=>t0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t0.createElement("path",{d:"M19.35 9.16a.48.48 0 00-.7 0l-3.16 3.16-3.82-3.82 3.13-3.13a.502.502 0 10-.71-.71L11 7.79 9 5.85l-1 1-1.61 1.64a6.442 6.442 0 009.11 9.11l2.63-2.6-1.94-2 3.16-3.16a.5.5 0 000-.68zM7.09 16.89a5.45 5.45 0 010-7.68l7.7 7.69a5.45 5.45 0 01-7.7-.01zm9.34-1.63l-.94.94-7.7-7.7L9 7.27l7.7 7.7-.27.29z"}));Mp.displayName="Plugin";var Sp=Mp;var r0=o(r()),Zp=({size:e,...t})=>r0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r0.createElement("path",{d:"M17,12.58 L15,14.58 L15,12.42 L17,10.42 L17,12.58 Z M17,15.58 L14.579,18 L12.42,18 L14.42,16 L15,15.42 L17,13.42 L17,15.58 Z M17,17 C17,17.55 16.55,18 16,18 L15.42,18 L17,16.42 L17,17 Z M11.42,16 L13.579,16 L11.579,18 L9.42,18 L11.42,16 Z M6.539,17.88 L8.42,16 L10.579,16 L8.579,18 L7,18 C6.829,18 6.68,17.96 6.539,17.88 L6.539,17.88 Z M6,12.5 L8,10.5 L8,12.58 L6,14.58 L6,12.5 Z M6,9.42 L8.42,7 L10.659,7 L8.659,9 L8,9.66 L6,11.66 L6,9.42 Z M6,8 C6,7.45 6.449,7 7,7 L7.579,7 L6,8.58 L6,8 Z M11.579,9 L9.5,9 L11.5,7 L13.579,7 L11.579,9 Z M16.46,7.12 L14.579,9 L12.42,9 L14.42,7 L16,7 C16.17,7 16.319,7.04 16.46,7.12 L16.46,7.12 Z M15,9.42 L16.88,7.54 C16.96,7.68 17,7.83 17,8 L17,9.58 L15,11.58 L15,9.42 Z M6.119,17.46 C6.039,17.32 6,17.17 6,17 L6,15.42 L8,13.42 L8,15.58 L6.119,17.46 Z M14,13.42 L14,15 L12.42,15 L11.579,15 L9.42,15 L9,15 L9,14.58 L9,12.42 L9,11.58 L9,10 L10.579,10 L11.42,10 L13.579,10 L14,10 L14,10.42 L14,12.58 L14,13.42 Z M16,6 L15,6 L14.579,6 L12,6 L11.659,6 L9,6 L8.579,6 L7,6 C5.899,6 5,6.9 5,8 L5,9.58 L5,10 L5,12.66 L5,13 L5,15.58 L5,16 L5,17 C5,18.1 5.899,19 7,19 L8,19 L8.42,19 L11,19 L11.42,19 L14,19 L14.42,19 L16,19 C17.1,19 18,18.1 18,17 L18,15.42 L18,15 L18,12.42 L18,12 L18,9.42 L18,9 L18,8 C18,6.9 17.1,6 16,6 L16,6 Z"}));Zp.displayName="Popup";var Bp=Zp;var o0=o(r()),Pp=({size:e,...t})=>o0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},o0.createElement("path",{fillRule:"evenodd",d:"M15.5,13 L15.5,15 L3.5,15 L3.5,13 L15.5,13 Z M4.5,2 L4.5,3 C4.5,4.104 5.396,5 6.5,5 C7.604,5 8.5,4.104 8.5,3 L8.5,3 L8.5,2 L10.5,2 L10.5,3 C10.5,4.104 11.396,5 12.5,5 C13.604,5 14.5,4.104 14.5,3 L14.5,3 L14.5,2 L16.5,2 L15.625,12 L3.375,12 L2.5,2 L4.5,2 Z"}));Pp.displayName="PremiumBoldSmall";var Vp=Pp;var a0=o(r()),bp=({size:e,...t})=>a0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a0.createElement("path",{d:"M15.5,5 C16.327,5 17,5.673 17,6.5 L17,8 L18.5,8 C19.327,8 20,8.673 20,9.5 L20,13.5 C20,14.327 19.327,15 18.5,15 L17,15 L17,17.5 C17,18.327 16.327,19 15.5,19 L8.5,19 C7.673,19 7,18.327 7,17.5 L7,15 L5.5,15 C4.673,15 4,14.327 4,13.5 L4,9.5 C4,8.673 4.673,8 5.5,8 L7,8 L7,6.5 C7,5.673 7.673,5 8.5,5 L15.5,5 Z M16,11 L8,11 L8,17.5 C8,17.775 8.225,18 8.5,18 L15.5,18 C15.775,18 16,17.775 16,17.5 L16,11 Z M13,15 L13,16 L9,16 L9,15 L13,15 Z M18.5,9 L5.5,9 C5.225,9 5,9.225 5,9.5 L5,13.5 C5,13.775 5.225,14 5.5,14 L7,14 L7,10 L17,10 L17,14 L18.5,14 C18.775,14 19,13.775 19,13.5 L19,9.5 C19,9.225 18.775,9 18.5,9 Z M15,13 L15,14 L9,14 L9,13 L15,13 Z M15.5,6 L8.5,6 C8.225,6 8,6.225 8,6.5 L8,8 L16,8 L16,6.5 C16,6.225 15.775,6 15.5,6 Z"}));bp.displayName="Print";var wp=bp;var L0=o(r()),Gp=({size:e,...t})=>L0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L0.createElement("path",{d:"M14.129,18.83 C14.103,18.838 14.075,18.845 14.049,18.852 C13.772,18.935 13.485,18.999 13.194,19.049 C13.111,19.062 13.027,19.076 12.942,19.087 C12.634,19.129 12.32,19.157 12,19.158 C11.993,19.158 11.986,19.159 11.98,19.159 C11.973,19.159 11.967,19.158 11.96,19.158 C11.644,19.157 11.333,19.13 11.026,19.089 C10.942,19.077 10.859,19.064 10.776,19.051 C10.502,19.004 10.233,18.944 9.97,18.867 C9.933,18.857 9.895,18.851 9.858,18.839 C9.583,18.754 9.318,18.646 9.058,18.531 C8.943,18.48 8.832,18.426 8.721,18.369 C8.591,18.303 8.465,18.23 8.339,18.157 C8.232,18.094 8.124,18.032 8.02,17.963 L8.02,17.95 C8.32,16.26 9.36,14.769 10.56,14.26 C10.89,14.12 11.12,13.82 11.17,13.47 C11.21,13.11 11.06,12.76 10.77,12.55 C10.26,12.16 9.96,11.58 9.96,10.96 C9.96,9.86 10.88,8.96 12,8.96 C12.12,8.96 12.25,8.97 12.37,8.99 C13.2,9.13 13.89,9.83 14.01,10.65 C14.12,11.39 13.83,12.09 13.22,12.55 C12.941,12.76 12.79,13.11 12.83,13.47 C12.88,13.82 13.11,14.12 13.441,14.26 C14.638,14.768 15.675,16.294 15.978,17.939 C15.892,17.998 15.801,18.047 15.712,18.101 C15.557,18.195 15.399,18.288 15.235,18.37 C15.138,18.421 15.037,18.469 14.937,18.515 C14.674,18.633 14.407,18.743 14.129,18.83 M19.12,12.727 C19.109,12.834 19.088,12.938 19.071,13.044 C19.051,13.182 19.034,13.32 19.006,13.455 C18.982,13.571 18.947,13.684 18.917,13.797 C18.886,13.918 18.858,14.039 18.82,14.156 C18.782,14.275 18.735,14.392 18.691,14.508 C18.651,14.614 18.613,14.722 18.568,14.825 C18.517,14.945 18.457,15.061 18.399,15.178 C18.352,15.272 18.306,15.368 18.255,15.46 C18.191,15.576 18.119,15.687 18.049,15.799 C17.993,15.887 17.939,15.976 17.88,16.06 C17.807,16.166 17.728,16.267 17.649,16.369 C17.582,16.455 17.516,16.542 17.444,16.625 C17.369,16.714 17.289,16.799 17.21,16.883 C17.122,16.976 17.035,17.067 16.943,17.155 C16.915,17.182 16.886,17.207 16.858,17.232 C16.397,15.506 15.268,13.939 13.84,13.34 C14.691,12.71 15.191,11.67 15.02,10.5 C14.83,9.26 13.81,8.22 12.55,8.01 C12.36,7.98 12.18,7.96 12,7.96 C10.31,7.96 8.95,9.3 8.95,10.96 C8.95,11.94 9.43,12.79 10.16,13.34 C8.723,13.949 7.595,15.515 7.133,17.261 C7.096,17.226 7.057,17.194 7.021,17.159 C6.933,17.075 6.849,16.988 6.766,16.9 C6.686,16.816 6.607,16.73 6.531,16.642 C6.453,16.551 6.378,16.456 6.305,16.361 C6.234,16.269 6.163,16.179 6.098,16.084 C6.026,15.982 5.96,15.877 5.895,15.771 C5.835,15.677 5.775,15.582 5.72,15.484 C5.655,15.37 5.599,15.253 5.54,15.135 C5.493,15.039 5.444,14.944 5.401,14.847 C5.346,14.719 5.298,14.588 5.25,14.457 C5.215,14.362 5.177,14.269 5.146,14.173 C5.1,14.03 5.064,13.885 5.027,13.738 C5.004,13.648 4.977,13.559 4.957,13.467 C4.923,13.304 4.9,13.137 4.877,12.97 C4.865,12.892 4.849,12.814 4.841,12.734 C4.815,12.487 4.801,12.237 4.8,11.984 L4.8,11.979 C4.8,11.65 4.83,11.327 4.873,11.01 C5.301,7.867 7.765,5.37 10.891,4.892 C11.247,4.837 11.608,4.8 11.98,4.8 C15.939,4.8 19.159,8.02 19.159,11.979 C19.159,12.044 19.151,12.105 19.15,12.169 C19.145,12.356 19.14,12.544 19.12,12.727 M18.18,16.999 C18.225,16.943 18.264,16.885 18.307,16.829 C18.43,16.669 18.55,16.506 18.66,16.337 C18.717,16.25 18.769,16.16 18.821,16.071 C18.91,15.924 18.995,15.774 19.074,15.621 C19.127,15.519 19.176,15.416 19.224,15.312 C19.293,15.162 19.358,15.01 19.417,14.854 C19.459,14.746 19.5,14.637 19.538,14.524 C19.592,14.365 19.638,14.203 19.682,14.039 C19.711,13.928 19.742,13.817 19.768,13.704 C19.807,13.525 19.835,13.344 19.862,13.161 C19.878,13.058 19.899,12.957 19.909,12.852 C19.939,12.591 19.953,12.325 19.955,12.057 C19.956,12.031 19.96,12.006 19.96,11.98 C19.96,7.57 16.39,4 11.981,4 L11.98,4 C11.842,4 11.708,4.014 11.572,4.02 C7.489,4.227 4.228,7.489 4.021,11.572 C4.014,11.708 4,11.842 4,11.979 L4,11.98 L4,11.981 C4,12.279 4.02,12.572 4.051,12.861 C4.063,12.962 4.082,13.06 4.097,13.16 C4.125,13.347 4.154,13.532 4.194,13.715 C4.22,13.829 4.252,13.941 4.282,14.055 C4.326,14.217 4.372,14.378 4.426,14.537 C4.465,14.65 4.506,14.762 4.549,14.873 C4.61,15.03 4.677,15.184 4.748,15.336 C4.795,15.436 4.841,15.537 4.892,15.635 C4.98,15.806 5.076,15.97 5.176,16.133 C5.219,16.203 5.259,16.275 5.304,16.344 C5.918,17.281 6.723,18.078 7.665,18.685 C7.804,18.776 7.943,18.866 8.09,18.95 C8.105,18.958 8.121,18.964 8.137,18.973 C8.397,19.115 8.665,19.243 8.942,19.357 C9.003,19.383 9.067,19.402 9.129,19.426 C9.354,19.512 9.582,19.589 9.817,19.654 C9.906,19.68 9.998,19.703 10.09,19.725 C10.309,19.778 10.529,19.821 10.754,19.855 C10.848,19.87 10.939,19.887 11.032,19.898 C11.333,19.934 11.638,19.957 11.947,19.958 C11.959,19.958 11.969,19.96 11.981,19.96 C11.992,19.96 12.005,19.958 12.018,19.958 C12.32,19.956 12.619,19.934 12.914,19.9 C13.021,19.888 13.124,19.868 13.23,19.851 C13.431,19.82 13.63,19.783 13.825,19.736 C13.942,19.709 14.058,19.68 14.173,19.647 C14.361,19.594 14.545,19.53 14.728,19.464 C14.83,19.426 14.934,19.392 15.034,19.351 C15.303,19.24 15.565,19.114 15.818,18.976 C15.828,18.97 15.84,18.966 15.85,18.96 C16.08,18.834 16.297,18.694 16.509,18.546 C17.138,18.111 17.7,17.591 18.18,16.999"}));Gp.displayName="ProfileWidget";var Ap=Gp;var l0=o(r()),yp=({size:e,...t})=>l0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l0.createElement("path",{d:"M18.857 13.573c0 .628-.514 1.143-1.143 1.143H15.43v-4.572h2.285c.629 0 1.143.515 1.143 1.143v2.286Zm-7.428 1.143 2.857-2.857v2.285l-.572.572H11.43Zm-3.429 0 4.572-4.572h1.714v.572l-4 4H8Zm-1.714 0c-.457 0-.857-.274-1.04-.675l3.897-3.897h2.286l-4.572 4.572h-.571Zm-1.143-3.429c0-.628.514-1.143 1.143-1.143H8l-2.857 2.857v-1.714Zm12.571-2.286H6.286c-.24 0-.469.035-.675.103-.72.229-1.28.789-1.508 1.509a2.138 2.138 0 0 0-.103.674v2.286c-.002.466.142.922.411 1.303.32.457.8.788 1.36.926.16.034.332.057.515.057h11.428A2.292 2.292 0 0 0 20 13.573v-2.286a2.292 2.292 0 0 0-2.286-2.286Z"}));yp.displayName="ProgressBar";var Ep=yp;var s0=o(r()),Fp=({size:e,...t})=>s0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s0.createElement("path",{d:"M15,5 C16.0538182,5 16.9181157,5.81639669 16.9945109,6.85080841 L17,7 L17,17 C17,18.0538182 16.1836033,18.9181157 15.1491916,18.9945109 L15,19 L9,19 C7.94618182,19 7.0818843,18.1836033 7.00548911,17.1491916 L7,17 L7,7 C7,5.94618182 7.81639669,5.0818843 8.85080841,5.00548911 L9,5 L15,5 Z M15,6 L9,6 C8.48742857,6 8.06453061,6.38628571 8.00673178,6.88343149 L8,7 L8,17 C8,17.5125714 8.38628571,17.9354694 8.88343149,17.9932682 L9,18 L15,18 C15.5125714,18 15.9354694,17.6137143 15.9932682,17.1165685 L16,17 L16,7 C16,6.48742857 15.6137143,6.06453061 15.1165685,6.00673178 L15,6 Z M14,15 C14.553,15 15,15.447 15,16 C15,16.553 14.553,17 14,17 C13.447,17 13,16.553 13,16 C13,15.447 13.447,15 14,15 Z M14,12 C14.553,12 15,12.447 15,13 C15,13.553 14.553,14 14,14 C13.447,14 13,13.553 13,13 C13,12.447 13.447,12 14,12 Z M14,9 C14.553,9 15,9.447 15,10 C15,10.553 14.553,11 14,11 C13.447,11 13,10.553 13,10 C13,9.447 13.447,9 14,9 Z"}));Fp.displayName="QuickActionBar";var Np=Fp;var i0=o(r()),kp=({size:e,...t})=>i0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i0.createElement("path",{d:"M17.5,18 C17.776,18 18,18.224 18,18.5 C18,18.776 17.776,19 17.5,19 L6.5,19 C6.224,19 6,18.776 6,18.5 C6,18.224 6.224,18 6.5,18 L17.5,18 Z M19.5,14 C19.776,14 20,14.224 20,14.5 C20,14.776 19.776,15 19.5,15 L13.5,15 C13.224,15 13,14.776 13,14.5 C13,14.224 13.224,14 13.5,14 L19.5,14 Z M8.1465,10.1465 C8.31983333,9.97316667 8.58956173,9.95390741 8.78431619,10.0887222 L8.8535,10.1465 L11.2075,12.5005 L8.8535,14.8535 C8.7555,14.9515 8.6275,15.0005 8.4995,15.0005 C8.3725,15.0005 8.2445,14.9515 8.1465,14.8535 C7.97316667,14.6801667 7.95390741,14.4104383 8.08872222,14.2156838 L8.1465,14.1465 L9.2925,13.0005 L4.4995,13.0005 C4.2235,13.0005 3.9995,12.7765 3.9995,12.5005 C3.9995,12.2542778 4.17648765,12.0507222 4.40966187,12.0085274 L4.4995,12.0005 L9.2925,12.0005 L8.1465,10.8535 C7.9515,10.6585 7.9515,10.3415 8.1465,10.1465 Z M19.5,10 C19.776,10 20,10.224 20,10.5 C20,10.776 19.776,11 19.5,11 L13.5,11 C13.224,11 13,10.776 13,10.5 C13,10.224 13.224,10 13.5,10 L19.5,10 Z M17.5,6 C17.776,6 18,6.224 18,6.5 C18,6.776 17.776,7 17.5,7 L6.5,7 C6.224,7 6,6.776 6,6.5 C6,6.224 6.224,6 6.5,6 L17.5,6 Z"}));kp.displayName="QuickFormat";var Hp=kp;var C0=o(r()),Tp=({size:e,...t})=>C0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C0.createElement("path",{d:"M12,20 C7.581722,20 4,16.4182779 4,12 C4,7.581722 7.581722,4 12,4 C16.4182779,4 20,7.581722 20,12 C20,16.4182779 16.4182779,20 12,20 Z M12,19 C15.8659933,19 19,15.8659933 19,12 C19,8.13400675 15.8659933,5 12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659933 8.13400675,19 12,19 Z M12,16 C9.790861,16 8,14.209139 8,12 C8,9.790861 9.790861,8 12,8 C14.209139,8 16,9.790861 16,12 C16,14.209139 14.209139,16 12,16 Z M12,15 C13.6568543,15 15,13.6568543 15,12 C15,10.3431457 13.6568543,9 12,9 C10.3431457,9 9,10.3431457 9,12 C9,13.6568543 10.3431457,15 12,15 Z"}));Tp.displayName="RadioButton";var Up=Tp;var n0=o(r()),Dp=({size:e,...t})=>n0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n0.createElement("path",{d:"M12,19 C8.13400675,19 5,15.8659932 5,12 C5,8.13400675 8.13400675,5 12,5 C15.8659932,5 19,8.13400675 19,12 C19,15.8659932 15.8659932,19 12,19 Z M12,17 C14.7614237,17 17,14.7614237 17,12 C17,9.23857625 14.7614237,7 12,7 C9.23857625,7 7,9.23857625 7,12 C7,14.7614237 9.23857625,17 12,17 Z M12,15 C10.3431457,15 9,13.6568543 9,12 C9,10.3431457 10.3431457,9 12,9 C13.6568543,9 15,10.3431457 15,12 C15,13.6568543 13.6568543,15 12,15 Z"}));Dp.displayName="RadioButtonBold";var zp=Dp;var p0=o(r()),Ip=({size:e,...t})=>p0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p0.createElement("path",{d:"M15.0766238,3.51724138 L14.2606238,4.02424138 L16.5336238,7.68824138 L14.1066238,7.12424138 C12.1906238,6.68124138 10.2126238,6.96724138 8.53662377,7.94024138 C6.83062377,8.93024138 5.64762377,10.5182414 5.20762377,12.4102414 C4.56762377,15.1632414 5.42762377,17.8202414 7.50562377,19.5172414 L8.11362377,18.7722414 C6.32562377,17.3132414 5.58862377,15.0162414 6.14462377,12.6272414 C6.91862377,9.29624138 10.3946238,7.24324138 13.8886238,8.06124138 L16.3146238,8.62424138 L12.6596238,10.9112414 L13.1676238,11.7252414 L18.2116238,8.57224138 L15.0766238,3.51724138 Z"}));Ip.displayName="Redo";var _p=Ip;var d0=o(r()),Wp=({size:e,...t})=>d0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d0.createElement("path",{d:"M19.536,6.94250506 C19.497,6.38450506 19.01,5.96350506 18.468,6.00250506 C17.917,6.04150506 17.501,6.52550506 17.539,7.08250506 L17.737,9.97750506 L15.918,8.13650506 C14.71,6.91550506 13.104,6.24250506 11.395,6.24250506 C9.687,6.24250506 8.082,6.91550506 6.874,8.13650506 C5.666,9.35950506 5,10.9835051 5,12.7105051 C5,14.4385051 5.666,16.0625051 6.874,17.2845051 L7.581,18.0005051 L8.997,16.5685051 L8.289,15.8535051 C7.459,15.0135051 7.002,13.8975051 7.002,12.7105051 C7.002,11.5235051 7.459,10.4075051 8.289,9.56850506 C9.119,8.72950506 10.223,8.26650506 11.395,8.26650506 C12.569,8.26650506 13.673,8.72950506 14.503,9.56850506 L16.323,11.4085051 L13.461,11.2075051 C12.909,11.1725051 12.432,11.5885051 12.392,12.1475051 C12.354,12.7045051 12.77,13.1885051 13.322,13.2275051 L20,13.6965051 L19.536,6.94250506 Z"}));Wp.displayName="RedoBold";var Op=Wp;var c0=o(r()),jp=({size:e,...t})=>c0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c0.createElement("path",{d:"M18,6 L16,6 L16,7 L18,7 C18.553,7 19,7.448 19,8 L19,17 C19,17.552 18.553,18 18,18 L16,18 L16,19 L18,19 C19.104,19 20,18.104 20,17 L20,8 C20,6.896 19.104,6 18,6 L18,6 Z M16,12 L16,10.5 C16,9.671 15.328,9 14.5,9 L8.5,9 C7.672,9 7,9.671 7,10.5 L7,12 L8,12 L8,10.5 C8,10.224 8.224,10 8.5,10 L11,10 L11,16 L10,16 L10,17 L13,17 L13,16 L12,16 L12,10 L14.5,10 C14.776,10 15,10.224 15,10.5 L15,12 L16,12 Z M4,17 L4,8 C4,7.448 4.447,7 5,7 L7,7 L7,6 L5,6 C3.896,6 3,6.896 3,8 L3,17 C3,18.104 3.896,19 5,19 L7,19 L7,18 L5,18 C4.447,18 4,17.552 4,17 L4,17 Z"}));jp.displayName="Rename";var $p=jp;var u0=o(r()),Jp=({size:e,...t})=>u0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u0.createElement("path",{d:"M14,9 L10,9 C8.896,9 8,9.897 8,11 L8,12 L10,12 L10,11 L11,11 L11,15 L10,15 L10,17 L14,17 L14,15 L13,15 L13,11 L14,11 L14,12 L16,12 L16,11 C16,9.897 15.104,9 14,9 M18,5 L17,5 L17,7 L18,7 C18.551,7 19,7.448 19,8 L19,17 C19,17.552 18.551,18 18,18 L17,18 L17,20 L18,20 C19.654,20 21,18.654 21,17 L21,8 C21,6.346 19.654,5 18,5 M3,8 L3,17 C3,18.654 4.346,20 6,20 L7,20 L7,18 L6,18 C5.449,18 5,17.552 5,17 L5,8 C5,7.448 5.449,7 6,7 L7,7 L7,5 L6,5 C4.346,5 3,6.346 3,8"}));Jp.displayName="RenameBold";var Yp=Jp;var m0=o(r()),qp=({size:e,...t})=>m0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},m0.createElement("path",{d:"M16 4.5v9c0 .827-.673 1.5-1.5 1.5H13v-1h1.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H13V3h1.5c.827 0 1.5.673 1.5 1.5Zm-15 0v9c0 .827.673 1.5 1.5 1.5H4v-1H2.5a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5H4V3H2.5C1.673 3 1 3.673 1 4.5ZM11 6H6c-.552 0-1 .449-1 1v1.5h1V7h2v4H7v1h3v-1H9V7h2v1.5h1V7c0-.551-.448-1-1-1Z"}));qp.displayName="RenameSmall";var Qp=qp;var f0=o(r()),Xp=({size:e,...t})=>f0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f0.createElement("path",{d:"M5,5 L5,10 L10,10 L10,5 L5,5 Z M5,4 L10,4 C10.5522847,4 11,4.44771525 11,5 L11,10 C11,10.5522847 10.5522847,11 10,11 L5,11 C4.44771525,11 4,10.5522847 4,10 L4,5 C4,4.44771525 4.44771525,4 5,4 Z M14,5 L14,6 L13,6 L13,5 C13,4.44771525 13.4477153,4 14,4 L15,4 L15,5 L14,5 Z M19,4 C19.5522847,4 20,4.44771525 20,5 L20,6 L19,6 L19,5 L18,5 L18,4 L19,4 Z M20,10 C20,10.5522847 19.5522847,11 19,11 L18,11 L18,10 L19,10 L19,9 L20,9 L20,10 Z M14,11 C13.4477153,11 13,10.5522847 13,10 L13,9 L14,9 L14,10 L15,10 L15,11 L14,11 Z M13,7 L14,7 L14,8 L13,8 L13,7 Z M16,10 L17,10 L17,11 L16,11 L16,10 Z M19,7 L20,7 L20,8 L19,8 L19,7 Z M16,4 L17,4 L17,5 L16,5 L16,4 Z M5,14 L5,15 L4,15 L4,14 C4,13.4477153 4.44771525,13 5,13 L6,13 L6,14 L5,14 Z M10,13 C10.5522847,13 11,13.4477153 11,14 L11,15 L10,15 L10,14 L9,14 L9,13 L10,13 Z M11,19 C11,19.5522847 10.5522847,20 10,20 L9,20 L9,19 L10,19 L10,18 L11,18 L11,19 Z M5,20 C4.44771525,20 4,19.5522847 4,19 L4,18 L5,18 L5,19 L6,19 L6,20 L5,20 Z M4,16 L5,16 L5,17 L4,17 L4,16 Z M7,19 L8,19 L8,20 L7,20 L7,19 Z M10,16 L11,16 L11,17 L10,17 L10,16 Z M7,13 L8,13 L8,14 L7,14 L7,13 Z"}));Xp.displayName="Repeater";var Kp=Xp;var h0=o(r()),ed=({size:e,...t})=>h0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h0.createElement("path",{d:"M5,4 L10,4 C10.5522847,4 11,4.44771525 11,5 L11,10 C11,10.5522847 10.5522847,11 10,11 L5,11 C4.44771525,11 4,10.5522847 4,10 L4,5 C4,4.44771525 4.44771525,4 5,4 Z M6,6 L6,9 L9,9 L9,6 L6,6 Z M18,9 L18,8 L20,8 L20,10 C20,10.5522847 19.5522847,11 19,11 L17,11 L17,9 L18,9 Z M15,9 L16,9 L16,11 L14,11 C13.4477153,11 13,10.5522847 13,10 L13,8 L15,8 L15,9 Z M20,5 L20,7 L18,7 L18,6 L17,6 L17,4 L19,4 C19.5522847,4 20,4.44771525 20,5 Z M14,4 L16,4 L16,6 L15,6 L15,7 L13,7 L13,5 C13,4.44771525 13.4477153,4 14,4 Z M9,18 L9,17 L11,17 L11,19 C11,19.5522847 10.5522847,20 10,20 L8,20 L8,18 L9,18 Z M6,18 L7,18 L7,20 L5,20 C4.44771525,20 4,19.5522847 4,19 L4,17 L6,17 L6,18 Z M11,14 L11,16 L9,16 L9,15 L8,15 L8,13 L10,13 C10.5522847,13 11,13.4477153 11,14 Z M5,13 L7,13 L7,15 L6,15 L6,16 L4,16 L4,14 C4,13.4477153 4.44771525,13 5,13 Z"}));ed.displayName="RepeaterBold";var td=ed;var x0=o(r()),rd=({size:e,...t})=>x0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x0.createElement("path",{d:"M14,15 L17.25,14.917 C16.228,16.728 13.877,17.881 11.778,17.881 C8.601,17.881 6.016,15 6.016,12 L5.016,12 C5.016,16 8.049,18.881 11.778,18.881 C15.833,18.881 18,15.667 18,15.667 L18,19 L19,19 L19,14 L14,14 L14,15 Z M10,9 L6.758,9.083 C7.781,7.272 10.135,6.119 12.234,6.119 C15.412,6.119 18,9 18,12 L19,12 C19,8 15.959,5.119 12.23,5.119 C8.175,5.119 6,8.333 6,8.333 L6,5 L5,5 L5,10 L10,10 L10,9 Z"}));rd.displayName="Replace";var od=rd;var g0=o(r()),ad=({size:e,...t})=>g0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g0.createElement("path",{d:"M7.1001,13 C7.5611,15.28 9.5801,17 12.0001,17 C13.6301,17 15.0701,16.21 15.9801,15 L13.0001,15 C12.4501,15 12.0001,14.55 12.0001,14 C12.0001,13.45 12.4501,13 13.0001,13 L19.0001,13 L19.0001,19 C19.0001,19.55 18.5501,20 18.0001,20 C17.4501,20 17.0001,19.55 17.0001,19 L17.0001,16.9 C15.7301,18.19 13.9601,19 12.0001,19 C8.4701,19 5.5611,16.4 5.0801,13 L7.1001,13 Z M6,4 C6.55,4 7,4.45 7,5 L7,7.1 C8.27,5.81 10.04,5 12,5 C15.53,5 18.44,7.6 18.92,11 L16.9,11 C16.44,8.72 14.42,7 12,7 C10.37,7 8.93,7.79 8.02,9 L11,9 C11.55,9 12,9.45 12,10 C12,10.55 11.55,11 11,11 L5,11 L5,5 C5,4.45 5.45,4 6,4 Z"}));ad.displayName="ReplaceBold";var Ld=ad;var v0=o(r()),ld=({size:e,...t})=>v0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v0.createElement("path",{d:"M6.803 9a6 6 0 11-.72 4H5.071A7.002 7.002 0 0019 12 7 7 0 006 8.392V5H5v5h5V9H6.803z"}));ld.displayName="Reset";var sd=ld;var R0=o(r()),id=({size:e,...t})=>R0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R0.createElement("path",{d:"M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.92038235,20 4.55399184,16.9463116 4.06189375,13 L6.08295844,13 C6.55903653,15.8377133 9.02700371,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,8.6862915 15.3137085,6 12,6 C9.77915293,6 7.84012143,7.20659589 6.80269317,9 L8,9 L8,11 L3,11 L3,6 L5,6 L5,8.12399283 C6.36472892,5.66457529 8.98797327,4 12,4 Z M14,9 C14.5522847,9 15,9.44771525 15,10 L15,14 C15,14.5522847 14.5522847,15 14,15 L10,15 C9.44771525,15 9,14.5522847 9,14 L9,10 C9,9.44771525 9.44771525,9 10,9 L14,9 Z M13,11 L11,11 L11,13 L13,13 L13,11 Z"}));id.displayName="ResetShapeBold";var Cd=id;var M0=o(r()),nd=({size:e,...t})=>M0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},M0.createElement("path",{d:"M5.66 7H8v1H4V4h1v2.197C5.994 4.818 7.348 4 9 4c2.776 0 5 2.224 5 5s-2.224 5-5 5c-2.395 0-4.43-1.721-4.899-4h1.027c.45 1.721 2.03 3 3.872 3 2.224 0 4-1.776 4-4s-1.776-4-4-4c-1.37 0-2.502.73-3.34 2z"}));nd.displayName="ResetSmall";var pd=nd;var S0=o(r()),dd=({size:e,...t})=>S0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S0.createElement("path",{d:"M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M6,6 C5.44771525,6 5,6.44771525 5,7 L5,17 C5,17.5522847 5.44771525,18 6,18 L18,18 C18.5522847,18 19,17.5522847 19,17 L19,7 C19,6.44771525 18.5522847,6 18,6 L6,6 Z M5,9 L19,9 L19,10 L5,10 L5,9 Z M8,16 L8,12 L7,12 L7,11 L10,11 L10,12 L9,12 L9,16 L10,16 L10,17 L7,17 L7,16 L8,16 Z M6.5,7 C6.77614237,7 7,7.22385763 7,7.5 C7,7.77614237 6.77614237,8 6.5,8 C6.22385763,8 6,7.77614237 6,7.5 C6,7.22385763 6.22385763,7 6.5,7 Z M8.5,7 C8.77614237,7 9,7.22385763 9,7.5 C9,7.77614237 8.77614237,8 8.5,8 C8.22385763,8 8,7.77614237 8,7.5 C8,7.22385763 8.22385763,7 8.5,7 Z M10.5,7 C10.7761424,7 11,7.22385763 11,7.5 C11,7.77614237 10.7761424,8 10.5,8 C10.2238576,8 10,7.77614237 10,7.5 C10,7.22385763 10.2238576,7 10.5,7 Z"}));dd.displayName="RichTextBox";var cd=dd;var Z0=o(r()),ud=({size:e,...t})=>Z0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z0.createElement("path",{d:"M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M6,6 C5.44771525,6 5,6.44771525 5,7 L5,8 C5,8.5522847 5.44771525,9 6,9 L18,9 C18.5522847,9 19,8.5522847 19,8 L19,7 C19,6.44771525 18.5522847,6 18,6 L6,6 Z M8,16 L7,16 L7,17 L10,17 L10,16 L9,16 L9,12 L10,12 L10,11 L7,11 L7,12 L8,12 L8,16 Z M6.5,7 L9.5,7 C9.77614237,7 10,7.22385763 10,7.5 C10,7.77614237 9.77614237,8 9.5,8 L6.5,8 C6.22385763,8 6,7.77614237 6,7.5 C6,7.22385763 6.22385763,7 6.5,7 Z"}));ud.displayName="RichTextBoxBold";var md=ud;var B0=o(r()),fd=({size:e,...t})=>B0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B0.createElement("path",{d:"M6.941,17 L10.721,11.678 C12.419,12.875 13.5,14.854 13.5,17 L6.941,17 Z M14.5,17 C14.5,14.526 13.249,12.254 11.294,10.873 L14.418,6.475 L13.593,6 L5,18 L19,18 L19,17 L14.5,17 Z"}));fd.displayName="Rotation";var hd=fd;var P0=o(r()),xd=({size:e,...t})=>P0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P0.createElement("path",{fillRule:"evenodd",d:"M16.494,18 C15.666,18 14.992,17.327 14.992,16.5 C14.992,15.673 15.666,15 16.494,15 C17.322,15 17.996,15.673 17.996,16.5 C17.996,17.327 17.322,18 16.494,18 M6.503,14 C5.675,14 5.001,13.327 5.001,12.5 C5.001,11.673 5.675,11 6.503,11 C7.331,11 8.005,11.673 8.005,12.5 C8.005,13.327 7.331,14 6.503,14 M16.494,7 C17.322,7 17.996,7.673 17.996,8.5 C17.996,9.327 17.322,10 16.494,10 C15.666,10 14.992,9.327 14.992,8.5 C14.992,7.673 15.666,7 16.494,7 M16.494,14 C15.299,14 14.303,14.838 14.054,15.956 L14.049,16.212 C13.114,15.661 12.038,14.768 12.038,12.771 C12.038,10.721 13.181,9.778 14.126,9.272 C14.453,10.272 15.383,11 16.494,11 C17.876,11 18.997,9.881 18.997,8.5 C18.997,7.119 17.876,6 16.494,6 C15.267,6 14.251,6.883 14.036,8.046 L14.039,8.225 C12.477,8.897 11.358,10.295 11.098,12 L8.956,12 C8.724,10.859 7.714,10 6.503,10 C5.12,10 4,11.119 4,12.5 C4,13.881 5.12,15 6.503,15 C7.714,15 8.724,14.141 8.956,13 L11.055,13 C11.144,14.986 12.366,16.645 14.15,17.364 C14.501,18.318 15.416,19 16.494,19 C17.876,19 18.997,17.881 18.997,16.5 C18.997,15.119 17.876,14 16.494,14"}));xd.displayName="Router";var gd=xd;var V0=o(r()),vd=({size:e,...t})=>V0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},V0.createElement("path",{fillRule:"evenodd",d:"M13.5,13.1 C12.78,13.1 12.17,12.621 11.98,11.96 C11.92,11.821 11.9,11.661 11.9,11.5 C11.9,11.38 11.91,11.26 11.94,11.151 C12.1,10.441 12.74,9.901 13.5,9.901 C13.89,9.901 14.24,10.04 14.52,10.281 C14.73,10.451 14.9,10.68 14.99,10.951 C15.06,11.121 15.1,11.31 15.1,11.5 C15.1,12.38 14.38,13.1 13.5,13.1 M4.5,10.1 C3.62,10.1 2.9,9.38 2.9,8.5 C2.9,7.621 3.62,6.901 4.5,6.901 C5.2,6.901 5.81,7.361 6.01,8 C6.07,8.151 6.1,8.321 6.1,8.5 C6.1,8.68 6.07,8.85 6.01,9 C5.81,9.64 5.2,10.1 4.5,10.1 M13.5,3.901 C14.38,3.901 15.1,4.621 15.1,5.5 C15.1,5.691 15.06,5.88 14.99,6.05 C14.9,6.321 14.73,6.55 14.52,6.72 C14.24,6.96 13.89,7.1 13.5,7.1 C12.74,7.1 12.1,6.56 11.94,5.85 C11.91,5.741 11.9,5.621 11.9,5.5 C11.9,5.34 11.92,5.18 11.98,5.04 C12.17,4.38 12.78,3.901 13.5,3.901 M15.01,9.51 C14.59,9.191 14.07,9 13.5,9 C12.36,9 11.4,9.77 11.1,10.81 C10.46,10.42 9.99,9.77 9.84,9 C9.82,8.84 9.8,8.67 9.8,8.5 C9.8,8.33 9.82,8.161 9.84,8 C9.99,7.231 10.46,6.58 11.1,6.191 C11.4,7.231 12.36,8 13.5,8 C14.07,8 14.59,7.81 15.01,7.491 C15.24,7.321 15.43,7.111 15.59,6.871 C15.85,6.481 16,6.01 16,5.5 C16,4.121 14.88,3 13.5,3 C12.17,3 11.09,4.04 11.01,5.34 C9.96,5.83 9.21,6.821 9.04,8 L6.95,8 C6.72,6.861 5.71,6 4.5,6 C3.12,6 2,7.121 2,8.5 C2,9.88 3.12,11 4.5,11 C5.71,11 6.72,10.14 6.95,9 L9.04,9 C9.21,10.18 9.96,11.17 11.01,11.661 C11.09,12.96 12.17,14 13.5,14 C14.88,14 16,12.88 16,11.5 C16,11 15.85,10.531 15.59,10.14 C15.44,9.901 15.24,9.68 15.01,9.51"}));vd.displayName="RouterSmall";var Rd=vd;var b0=o(r()),Md=({size:e,...t})=>b0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b0.createElement("path",{d:"M5,10.5 L5,11.5 C9.136,11.5 12.5,14.864 12.5,19 L13.5,19 C13.5,14.313 9.687,10.5 5,10.5 M5,5 L5,6 C12.168,6 18,11.832 18,19 L19,19 C19,11.28 12.72,5 5,5 M6.5,16 C5.672,16 5,16.672 5,17.5 C5,18.328 5.672,19 6.5,19 C7.328,19 8,18.328 8,17.5 C8,16.672 7.328,16 6.5,16"}));Md.displayName="Rss";var Sd=Md;var w0=o(r()),Zd=({size:e,...t})=>w0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w0.createElement("path",{d:"M18 17.5c0 .275-.225.5-.5.5H16v-5.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5V18H6.5a.501.501 0 0 1-.5-.5v-11c0-.275.225-.5.5-.5h7L18 9.5v8ZM9 18v-5h6v5H9Zm5-13H6.5C5.673 5 5 5.673 5 6.5v11c0 .827.673 1.5 1.5 1.5h11c.827 0 1.5-.673 1.5-1.5V9l-5-4Zm-4 11h4v-1h-4v1Z"}));Zd.displayName="Save";var Bd=Zd;var G0=o(r()),Pd=({size:e,...t})=>G0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G0.createElement("path",{d:"M9 15h2v-2H9v2Zm-1 1v-4h7v4H8Zm0-6V8h5v2H8Zm6-5H8C6.35 5 5 6.35 5 8v8c0 1.65 1.35 3 3 3h7a3 3 0 0 0 3-3V8.992L14 5Z"}));Pd.displayName="SaveBold";var Vd=Pd;var A0=o(r()),bd=({size:e,...t})=>A0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A0.createElement("path",{d:"M11.5,5 C14.462245,5 16.8765498,7.12749875 16.9954136,9.79385928 L17,10 L17,15 C17,17.762 14.5382,20 11.5,20 C8.537755,20 6.12345025,17.8725013 6.00458642,15.2061407 L6,15 L6,10 C6,7.238 8.4618,5 11.5,5 Z M11.5,6 C9.09124265,6 7.11912154,7.69002249 7.00519812,9.80645731 L7,10 L7,15 C7,17.206 9.01825,19 11.5,19 C13.9087574,19 15.8808785,17.3099775 15.9948019,15.1935427 L16,15 L16,10 C16,7.794 13.98175,6 11.5,6 Z M12,8 L12,12 L11,12 L11,8 L12,8 Z"}));bd.displayName="Scroll";var wd=bd;var y0=o(r()),Gd=({size:e,...t})=>y0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y0.createElement("path",{d:"M5.752,11.793 C5.752,8.624 8.33,6.045 11.5,6.045 C14.669,6.045 17.247,8.624 17.247,11.793 C17.247,14.962 14.669,17.541 11.5,17.541 C8.33,17.541 5.752,14.962 5.752,11.793 Z M16.676,16.218 C17.741,14.998 18.293,13.49 18.293,11.793 C18.293,8.041 15.251,5 11.5,5 C7.748,5 4.707,8.041 4.707,11.793 C4.707,15.544 7.748,18.586 11.5,18.586 C13.188,18.586 14.764,18.07 15.988,17.02 L18.968,20 L19.707,19.261 L16.676,16.218 Z"}));Gd.displayName="Search";var Ad=Gd;var E0=o(r()),yd=({size:e,...t})=>E0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E0.createElement("path",{d:"M13.907,13.907 C13.144,14.669 12.131,15.089 11.053,15.089 C9.975,15.089 8.962,14.669 8.199,13.907 C6.626,12.333 6.626,9.773 8.199,8.199 C8.962,7.437 9.975,7.018 11.053,7.018 C12.131,7.018 13.144,7.437 13.907,8.199 C15.48,9.773 15.48,12.333 13.907,13.907 L13.907,13.907 Z M16.086,14.412 C17.659,12.06 17.411,8.85 15.334,6.773 C14.151,5.591 12.602,5 11.053,5 C9.504,5 7.955,5.591 6.773,6.773 C4.409,9.137 4.409,12.97 6.773,15.334 C7.955,16.515 9.504,17.107 11.053,17.107 C12.338,17.107 13.609,16.677 14.683,15.865 L17.64,18.561 L19,17.07 L16.086,14.412 Z"}));yd.displayName="SearchBold";var Ed=yd;var F0=o(r()),Fd=({size:e,...t})=>F0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F0.createElement("path",{d:"M6 5h12v1H6V5zM6 18h12v1H6v-1zM5 9.5A1.5 1.5 0 016.5 8h11A1.5 1.5 0 0119 9.5v5a1.5 1.5 0 01-1.5 1.5h-11A1.5 1.5 0 015 14.5v-5zm13 0a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-5z"}));Fd.displayName="Section";var Nd=Fd;var N0=o(r()),kd=({size:e,...t})=>N0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N0.createElement("path",{d:"M16.5 19h-9A2.5 2.5 0 0 1 5 16.5v-9A2.5 2.5 0 0 1 7.5 5h9A2.5 2.5 0 0 1 19 7.5v9a2.5 2.5 0 0 1-2.5 2.5Zm-9-13C6.67 6 6 6.67 6 7.5v9c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-9c0-.83-.67-1.5-1.5-1.5h-9Zm5.5 6H6v1h7v-1Zm1-6h-1v12h1V6Z"}));kd.displayName="SectionLayout";var Hd=kd;var k0=o(r()),Td=({size:e,...t})=>k0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},k0.createElement("path",{fillRule:"evenodd",d:"M9.5,1 C13.6421356,1 17,4.35786438 17,8.5 C17,12.6421356 13.6421356,16 9.5,16 C5.35786438,16 2,12.6421356 2,8.5 C2,4.35786438 5.35786438,1 9.5,1 Z M9.5,2 C5.91014913,2 3,4.91014913 3,8.5 C3,12.0898509 5.91014913,15 9.5,15 C13.0898509,15 16,12.0898509 16,8.5 C16,4.91014913 13.0898509,2 9.5,2 Z M12.3,6.6 C12.4963679,6.74727593 12.5535616,7.01126515 12.4474808,7.22326609 L12.4,7.3 L9.4,11.3 C9.23772017,11.5163731 8.93853637,11.5603955 8.72294452,11.4163969 L8.64644661,11.3535534 L6.64644661,9.35355339 C6.45118446,9.15829124 6.45118446,8.84170876 6.64644661,8.64644661 C6.82001296,8.47288026 7.08943736,8.45359511 7.2843055,8.58859116 L7.35355339,8.64644661 L8.946,10.239 L11.6,6.7 C11.7656854,6.4790861 12.0790861,6.43431458 12.3,6.6 Z"}));Td.displayName="SelectedCircleSmall";var Ud=Td;var H0=o(r()),Dd=({size:e,...t})=>H0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H0.createElement("path",{d:"M18,17.5 C18,17.776 17.776,18 17.5,18 L12.5,18 C12.224,18 12,17.776 12,17.5 L12,12.5 C12,12.224 12.224,12 12.5,12 L17.5,12 C17.776,12 18,12.224 18,12.5 L18,17.5 Z M11,12.5 L11,15 L9.5,15 C9.224,15 9,14.776 9,14.5 L9,9.5 C9,9.224 9.224,9 9.5,9 L14.5,9 C14.776,9 15,9.224 15,9.5 L15,11 L12.5,11 C11.672,11 11,11.672 11,12.5 L11,12.5 Z M8,9.5 L8,9.506 L6,11.505 L6,9.494 L9.494,6 L11.5,6 C11.502,6 11.503,6.001 11.505,6.001 L9.506,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M8,12 L6.5,12 C6.498,12 6.497,11.999 6.495,11.999 L8,10.494 L8,12 Z M6,6.5 C6,6.224 6.224,6 6.5,6 L8.506,6 L6,8.506 L6,6.5 Z M12,6.5 L12,8 L10.494,8 L11.999,6.495 C11.999,6.497 12,6.498 12,6.5 L12,6.5 Z M17.5,11 L16,11 L16,9.5 C16,8.672 15.328,8 14.5,8 L13,8 L13,6.5 C13,5.672 12.328,5 11.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,11.5 C5,12.328 5.672,13 6.5,13 L8,13 L8,14.5 C8,15.328 8.672,16 9.5,16 L11,16 L11,17.5 C11,18.328 11.672,19 12.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,12.5 C19,11.672 18.328,11 17.5,11 L17.5,11 Z"}));Dd.displayName="SendToBack";var zd=Dd;var T0=o(r()),Id=({size:e,...t})=>T0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T0.createElement("path",{d:"M12,5 C13.104,5 14,5.896 14,7 L14,7 L14,8 L15,8 C16.104,8 17,8.896 17,10 L17,10 L17,11 L18,11 C19.104,11 20,11.896 20,13 L20,13 L20,17 C20,18.104 19.104,19 18,19 L18,19 L14,19 C12.9,19 12,18.1 12,17 L12,17 L12,16 L11,16 C9.9,16 9,15.1 9,14 L9,14 L9,13 L8,13 C6.9,13 6,12.1 6,11 L6,11 L6,7 C6,5.9 6.9,5 8,5 L8,5 Z M18,13 L14,13 L14,17 L18,17 L18,13 Z M15,10 L11,10 L11,14 L12,14 L12,12.992 C12,11.888 12.974,11 14.078,11 L14.078,11 L15,11 L15,10 Z"}));Id.displayName="SendToBackBold";var _d=Id;var U0=o(r()),Wd=({size:e,...t})=>U0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U0.createElement("path",{d:"M18,14.506 L14.506,18 L12.5,18 C12.498,18 12.497,17.999 12.495,17.999 L18,12.495 L18,14.506 Z M18,17.5 C18,17.777 17.776,18 17.5,18 L15.494,18 L18,15.494 L18,17.5 Z M12,15.494 L15.494,12 L17.5,12 C17.502,12 17.503,12.001 17.505,12.001 L12,17.505 L12,15.494 Z M14.506,12 L12,14.506 L12,12.5 C12,12.224 12.224,12 12.5,12 L14.506,12 Z M11,12.5 L11,15 L9.5,15 C9.224,15 9,14.777 9,14.5 L9,9.5 C9,9.224 9.224,9 9.5,9 L14.5,9 C14.776,9 15,9.224 15,9.5 L15,11 L12.5,11 C11.672,11 11,11.672 11,12.5 L11,12.5 Z M8,9.5 L8,12 L6.5,12 C6.224,12 6,11.777 6,11.5 L6,6.5 C6,6.224 6.224,6 6.5,6 L11.5,6 C11.776,6 12,6.224 12,6.5 L12,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M17.5,11 L16,11 L16,9.5 C16,8.672 15.328,8 14.5,8 L13,8 L13,6.5 C13,5.672 12.328,5 11.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,11.5 C5,12.328 5.672,13 6.5,13 L8,13 L8,14.5 C8,15.328 8.672,16 9.5,16 L11,16 L11,17.5 C11,18.328 11.672,19 12.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,12.5 C19,11.672 18.328,11 17.5,11 L17.5,11 Z"}));Wd.displayName="SendToFront";var Od=Wd;var D0=o(r()),jd=({size:e,...t})=>D0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D0.createElement("path",{d:"M14,11 L13,11 C11.896,11 11,11.896 11,13 L11,14 L10,14 L10,10 L14,10 L14,11 Z M8,10 L8,11 L7,11 L7,7 L11,7 L11,8 L10,8 C8.896,8 8,8.896 8,10 L8,10 Z M17,11 L16,11 L16,10 C16,8.896 15.104,8 14,8 L13,8 L13,7 C13,5.896 12.104,5 11,5 L7,5 C5.896,5 5,5.896 5,7 L5,11 C5,12.104 5.896,13 7,13 L8,13 L8,14 C8,15.104 8.896,16 10,16 L11,16 L11,17 C11,18.104 11.896,19 13,19 L17,19 C18.104,19 19,18.104 19,17 L19,13 C19,11.896 18.104,11 17,11 L17,11 Z"}));jd.displayName="SendToFrontBold";var $d=jd;var z0=o(r()),Jd=({size:e,...t})=>z0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z0.createElement("path",{d:"M15.5004,9.0002 C16.0304,9.0002 16.5304,9.0902 17.0004,9.2602 C17.3604,9.3802 17.6904,9.5502 18.0004,9.7602 C19.2104,10.5592 20.0004,11.9402 20.0004,13.5002 C20.0004,14.6052 19.6037673,15.6144908 18.938607,16.3943629 L18.7804,16.5702 L21.0004,18.7902 L20.2904,19.5002 L18.0194,17.2302 C17.2994,17.7202 16.4294,18.0002 15.5004,18.0002 C14.4294,18.0002 13.4504,17.6302 12.6794,17.0002 C12.3204,16.7202 12.0094,16.3802 11.7594,16.0002 C11.2804,15.2802 11.0004,14.4202 11.0004,13.5002 C11.0004,12.0802 11.6504,10.8202 12.6794,10.0002 C13.4504,9.3702 14.4294,9.0002 15.5004,9.0002 Z M16,5 C17.05,5 17.9177686,5.82004132 17.9944872,6.85130541 L18,7 L18,8 L17,8 L17,7 C17,6.48928571 16.6119898,6.06479592 16.116199,6.0067602 L16,6 L6,6 C5.48928571,6 5.06479592,6.3880102 5.0067602,6.88380102 L5,7 L5,9 L10.83,9 C10.605,9.225 10.396875,9.4725 10.2098437,9.7340625 L10.03,10 L5,10 L5,15 C5,15.5107143 5.3880102,15.9352041 5.88380102,15.9932398 L6,16 L9.5,16 C9.6125,16.2625 9.73625,16.519375 9.8796875,16.7621875 L10.03,17 L6,17 C4.95,17 4.0822314,16.1799587 4.00551277,15.1486946 L4,15 L4,7 C4,5.95 4.82004132,5.0822314 5.85130541,5.00551277 L6,5 L16,5 Z M15.5004,10.0002 C13.5704,10.0002 12.0004,11.5702 12.0004,13.5002 C12.0004,14.4802 12.4004,15.3702 13.0594,16.0002 C13.6904,16.6202 14.5494,17.0002 15.5004,17.0002 C16.06915,17.0002 16.6141656,16.8623875 17.0905621,16.6135594 L17.3371407,16.4742741 C17.3454,16.4679778 17.3534,16.4602 17.3604,16.4502 C17.6304,16.3002 17.8704,16.0992 18.0704,15.8602 C18.6504,15.2402 19.0004,14.4102 19.0004,13.5002 C19.0004,12.5502 18.6204,11.6902 18.0004,11.0592 C17.7194,10.7602 17.3804,10.5192 17.0004,10.3492 C16.5494,10.1202 16.0404,10.0002 15.5004,10.0002 Z M7,7 L7,8 L6,8 L6,7 L7,7 Z M9,7 L9,8 L8,8 L8,7 L9,7 Z"}));Jd.displayName="Seo";var Yd=Jd;var I0=o(r()),qd=({size:e,...t})=>I0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I0.createElement("path",{fillRule:"evenodd",d:"M17.467,12.987 C17.119,13.056 16.835,13.304 16.719,13.639 C16.655,13.823 16.58,14.003 16.495,14.176 C16.34,14.495 16.366,14.872 16.563,15.167 L17.431,16.469 L16.469,17.431 L15.167,16.563 C15,16.452 14.807,16.395 14.613,16.395 C14.464,16.395 14.315,16.428 14.177,16.495 C14.003,16.579 13.824,16.654 13.64,16.719 C13.305,16.835 13.057,17.12 12.988,17.467 L12.68,19 L11.32,19 L11.013,17.467 C10.944,17.12 10.696,16.835 10.362,16.719 C10.177,16.654 9.997,16.58 9.823,16.495 C9.686,16.428 9.536,16.395 9.388,16.395 C9.194,16.395 9,16.452 8.833,16.563 L7.531,17.431 L6.57,16.469 L7.437,15.167 C7.633,14.872 7.659,14.496 7.505,14.177 C7.421,14.004 7.346,13.824 7.281,13.639 C7.165,13.305 6.88,13.057 6.533,12.987 L5,12.68 L5,11.32 L6.533,11.013 C6.88,10.944 7.165,10.696 7.281,10.362 C7.346,10.177 7.42,9.998 7.505,9.824 C7.659,9.505 7.634,9.128 7.437,8.833 L6.57,7.531 L7.531,6.57 L8.833,7.437 C9,7.549 9.194,7.605 9.388,7.605 C9.536,7.605 9.685,7.572 9.823,7.506 C9.996,7.422 10.176,7.346 10.361,7.281 C10.696,7.165 10.944,6.881 11.013,6.533 L11.32,5.001 L12.68,5 L12.987,6.533 C13.056,6.881 13.304,7.165 13.639,7.281 C13.823,7.346 14.002,7.421 14.176,7.505 C14.315,7.572 14.463,7.605 14.613,7.605 C14.807,7.605 15,7.549 15.167,7.437 L16.469,6.57 L17.431,7.531 L16.563,8.833 C16.366,9.128 16.341,9.505 16.494,9.823 C16.578,9.997 16.655,10.176 16.719,10.361 C16.835,10.695 17.119,10.944 17.467,11.013 L18.999,11.32 L19,12.68 L17.467,12.987 Z M19.196,10.34 L17.663,10.032 C17.586,9.811 17.495,9.596 17.395,9.388 L18.263,8.086 C18.528,7.69 18.475,7.161 18.138,6.824 L17.176,5.862 C16.983,5.669 16.727,5.57 16.468,5.57 C16.277,5.57 16.083,5.625 15.914,5.737 L14.613,6.605 C14.404,6.504 14.189,6.414 13.967,6.337 L13.66,4.804 C13.568,4.337 13.156,4 12.68,4 L11.32,4 C10.843,4 10.433,4.337 10.339,4.804 L10.032,6.337 C9.811,6.414 9.596,6.505 9.388,6.605 L8.086,5.737 C7.916,5.625 7.724,5.57 7.531,5.57 C7.274,5.57 7.018,5.669 6.824,5.862 L5.863,6.824 C5.526,7.161 5.473,7.69 5.738,8.086 L6.605,9.388 C6.504,9.596 6.414,9.811 6.337,10.033 L4.804,10.34 C4.336,10.433 4,10.843 4,11.32 L4,12.68 C4,13.157 4.336,13.568 4.804,13.661 L6.337,13.968 C6.414,14.19 6.504,14.404 6.605,14.612 L5.738,15.914 C5.473,16.311 5.526,16.839 5.863,17.176 L6.824,18.138 C7.018,18.331 7.274,18.431 7.531,18.431 C7.724,18.431 7.917,18.376 8.086,18.263 L9.388,17.395 C9.596,17.496 9.811,17.586 10.032,17.663 L10.339,19.196 C10.433,19.664 10.843,20 11.32,20 L12.68,20 C13.156,20 13.568,19.664 13.66,19.196 L13.968,17.663 C14.19,17.586 14.404,17.496 14.613,17.395 L15.914,18.263 C16.083,18.376 16.277,18.431 16.468,18.431 C16.727,18.431 16.983,18.331 17.176,18.138 L18.138,17.176 C18.475,16.839 18.528,16.311 18.263,15.914 L17.395,14.612 C17.496,14.404 17.586,14.189 17.663,13.967 L19.196,13.661 C19.663,13.568 20,13.157 20,12.68 L20,11.32 C20,10.843 19.663,10.433 19.196,10.34 L19.196,10.34 Z M12,13.5 C11.172,13.5 10.5,12.828 10.5,12 C10.5,11.172 11.172,10.5 12,10.5 C12.828,10.5 13.5,11.172 13.5,12 C13.5,12.828 12.828,13.5 12,13.5 L12,13.5 Z M11.974,9.577 C10.627,9.577 9.536,10.667 9.536,12.012 C9.536,13.358 10.627,14.448 11.974,14.448 C13.321,14.448 14.411,13.358 14.411,12.012 C14.411,10.667 13.321,9.577 11.974,9.577 L11.974,9.577 Z"}));qd.displayName="Settings";var Qd=qd;var _0=o(r()),Xd=({size:e,...t})=>_0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_0.createElement("path",{fillRule:"evenodd",d:"M12.078,14.492 C10.697,14.492 9.578,13.373 9.578,11.992 C9.578,10.612 10.697,9.492 12.078,9.492 C13.459,9.492 14.578,10.612 14.578,11.992 C14.578,13.373 13.459,14.492 12.078,14.492 M19.234,10.332 L17.722,10.024 C17.644,9.803 17.563,9.588 17.463,9.38 L18.336,8.078 C18.6,7.682 18.55,7.153 18.214,6.816 L17.253,5.854 C17.059,5.661 16.804,5.561 16.546,5.561 C16.353,5.561 16.161,5.617 15.992,5.729 L14.69,6.597 C14.481,6.496 14.266,6.406 14.045,6.329 L13.738,4.8 C13.645,4.332 13.234,4 12.758,4 L11.397,4 C10.921,4 10.511,4.332 10.417,4.8 L10.11,6.331 C9.889,6.408 9.674,6.497 9.466,6.598 L8.164,5.73 C7.995,5.617 7.802,5.562 7.609,5.562 C7.351,5.562 7.096,5.661 6.902,5.855 L5.94,6.816 C5.603,7.153 5.551,7.682 5.815,8.078 L6.682,9.38 C6.582,9.589 6.492,9.803 6.415,10.025 L4.843,10.332 C4.376,10.425 4,10.836 4,11.312 L4,12.673 C4,13.149 4.376,13.559 4.843,13.653 L6.395,13.96 C6.473,14.181 6.572,14.397 6.673,14.605 L5.81,15.906 C5.546,16.303 5.6,16.831 5.937,17.168 L6.901,18.13 C7.095,18.323 7.35,18.423 7.609,18.423 C7.801,18.423 7.995,18.368 8.164,18.255 L9.466,17.388 C9.674,17.488 9.889,17.578 10.11,17.655 L10.417,19.192 C10.511,19.659 10.921,20 11.397,20 L12.758,20 C13.234,20 13.645,19.659 13.738,19.192 L14.046,17.657 C14.267,17.58 14.482,17.489 14.69,17.388 L15.992,18.256 C16.161,18.368 16.354,18.423 16.546,18.423 C16.805,18.423 17.06,18.324 17.254,18.13 L18.216,17.168 C18.553,16.831 18.605,16.303 18.341,15.906 L17.473,14.605 C17.574,14.396 17.664,14.181 17.741,13.959 L19.234,13.653 C19.702,13.559 20,13.149 20,12.673 L20,11.312 C20,10.836 19.702,10.425 19.234,10.332"}));Xd.displayName="SettingsBold";var Kd=Xd;var W0=o(r()),ec=({size:e,...t})=>W0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W0.createElement("path",{d:"M19.2 10.34l-1.54-.31a5.037 5.037 0 00-.26-.64l.86-1.3a1 1 0 00-.12-1.27l-.96-.96a1.024 1.024 0 00-.71-.29.97.97 0 00-.56.17l-1.3.87a3.956 3.956 0 00-.64-.27l-.31-1.54a1 1 0 00-.98-.8h-1.36a1 1 0 00-.98.8l-.31 1.54c-.22.075-.433.166-.64.27l-1.3-.87a.969.969 0 00-.56-.17c-.265.001-.52.105-.71.29l-.96.96a1.013 1.013 0 00-.12 1.27l.87 1.3c-.109.205-.199.42-.27.64l-1.54.31a1 1 0 00-.8.98v1.36a1 1 0 00.8.98l1.54.31c.071.22.161.435.27.64l-.87 1.3a1.013 1.013 0 00.12 1.27l.96.96c.19.185.445.289.71.29a.97.97 0 00.56-.17l1.3-.86c.207.101.421.188.64.26l.31 1.54a1 1 0 00.98.8H13v-1h-1.68l-.31-1.53a.977.977 0 00-.65-.75c-.18-.07-.36-.14-.54-.22a.907.907 0 00-.43-.1 1.013 1.013 0 00-.56.16l-1.3.87-.96-.96.87-1.3a1.028 1.028 0 00.07-.99c-.09-.18-.16-.36-.23-.54a1.011 1.011 0 00-.75-.65L5 12.68v-1.36l1.53-.31a.992.992 0 00.75-.65c.07-.18.14-.36.23-.54a1.03 1.03 0 00-.07-.99l-.87-1.3.96-.96 1.3.87c.166.11.36.17.56.17.149-.002.295-.036.43-.1.18-.09.36-.16.54-.23a.992.992 0 00.65-.75L11.32 5h1.36l.31 1.53a.992.992 0 00.65.75c.18.07.36.14.54.23.135.064.281.098.43.1.2 0 .394-.06.56-.17l1.3-.87.96.96-.87 1.3a1.03 1.03 0 00-.07.99c.09.174.166.355.23.54a1 1 0 00.75.65l1.53.31v1.13c.31.234.571.526.77.86.15-.176.232-.4.23-.63v-1.36a1 1 0 00-.8-.98zm-7.23-.76a2.435 2.435 0 10.01 4.87 2.435 2.435 0 00-.01-4.87zM12 13.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm7 2.5v-1a1.94 1.94 0 00-.42-1.22A2.011 2.011 0 0017 13a2.006 2.006 0 00-2 2v1h-1v3a1 1 0 001 1h4a1 1 0 001-1v-3h-1zm-3-1a.974.974 0 01.52-.87A.887.887 0 0117 14a.96.96 0 01.58.19A1.008 1.008 0 0118 15v1h-2v-1zm3 4h-4v-2h4v2z"}));ec.displayName="SettingsLocked";var tc=ec;var O0=o(r()),rc=({size:e,...t})=>O0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},O0.createElement("path",{fillRule:"evenodd",d:"M13.157832,12.812 L11.098832,12.265 C10.828832,12.485 10.533832,12.671 10.208832,12.804 L9.64183205,14.9 L8.15783205,14.9 L7.59183205,12.804 C7.26583205,12.671 6.97083205,12.485 6.70083205,12.265 L4.64183205,12.812 L3.89983205,11.489 L5.38783205,9.929 C5.36383205,9.755 5.33683205,9.582 5.33683205,9.4 C5.33683205,9.219 5.36383205,9.046 5.38783205,8.872 L3.89983205,7.312 L4.64183205,5.989 L6.70083205,6.536 C6.97083205,6.315 7.26583205,6.129 7.59183205,5.997 L8.15783205,3.9 L9.64183205,3.9 L10.208832,5.997 C10.533832,6.129 10.828832,6.315 11.098832,6.536 L13.157832,5.989 L13.899832,7.312 L12.411832,8.872 C12.435832,9.046 12.463832,9.219 12.463832,9.4 C12.463832,9.582 12.435832,9.755 12.411832,9.929 L13.899832,11.489 L13.157832,12.812 Z M9.64183205,3 C10.009032,3 10.333302,3.22113 10.472487,3.551853 L10.511832,3.666 L10.969832,5.365 L11.128082,5.455875 L11.128082,5.455875 L11.284832,5.555 L12.926832,5.119 C13.003832,5.099 13.080832,5.089 13.157832,5.089 C13.436957,5.089 13.7045977,5.21992188 13.8756738,5.44558984 L13.942832,5.548 L14.684832,6.872 C14.8572765,7.17777778 14.8329802,7.5522963 14.6344178,7.83261454 L14.551832,7.933 L13.354832,9.187 C13.359832,9.255 13.362832,9.326 13.362832,9.4 L13.360707,9.508875 L13.360707,9.508875 L13.354832,9.614 L14.551832,10.868 C14.7936098,11.1222222 14.8639308,11.4902222 14.7403204,11.811166 L14.684832,11.929 L13.942832,13.252 C13.780832,13.541 13.476832,13.712 13.157832,13.712 L13.042332,13.7045 L13.042332,13.7045 L12.926832,13.682 L11.284832,13.246 L11.128082,13.34475 L11.128082,13.34475 L10.969832,13.436 L10.511832,15.135 C10.415532,15.4878 10.118352,15.74421 9.76244705,15.791964 L9.64183205,15.8 L8.15783205,15.8 C7.79153205,15.8 7.46654205,15.57887 7.32793305,15.248876 L7.28883205,15.135 L6.82983205,13.436 L6.67158205,13.34475 L6.67158205,13.34475 L6.51483205,13.246 L4.87383205,13.682 C4.79683205,13.702 4.71983205,13.712 4.64183205,13.712 C4.36270705,13.712 4.09506642,13.5810781 3.92399025,13.3547402 L3.85683205,13.252 L3.11483205,11.929 C2.94327649,11.6223333 2.96688143,11.2485062 3.16598157,10.9683525 L3.24883205,10.868 L4.44483205,9.614 C4.43983205,9.546 4.43683205,9.475 4.43683205,9.4 L4.43895705,9.292 L4.43895705,9.292 L4.44483205,9.187 L3.24883205,7.933 C3.00616538,7.67877778 2.93653575,7.30998765 3.05960845,6.98957064 L3.11483205,6.872 L3.85683205,5.548 C4.01883205,5.26 4.32283205,5.089 4.64183205,5.089 L4.75820705,5.0965 L4.75820705,5.0965 L4.87383205,5.119 L6.51483205,5.555 L6.67158205,5.455875 L6.67158205,5.455875 L6.82983205,5.365 L7.28883205,3.666 C7.38423205,3.3123 7.68213205,3.0558 8.03746105,3.008037 L8.15783205,3 L9.64183205,3 Z M8.90003205,7.4005 C7.79603205,7.4005 6.90003205,8.2955 6.90003205,9.4005 C6.90003205,10.5045 7.79603205,11.4005 8.90003205,11.4005 C10.004032,11.4005 10.900032,10.5045 10.900032,9.4005 C10.900032,8.2955 10.004032,7.4005 8.90003205,7.4005 Z M8.90003205,8.3005 C9.50603205,8.3005 10.000032,8.7935 10.000032,9.4005 C10.000032,10.0065 9.50603205,10.5005 8.90003205,10.5005 C8.29403205,10.5005 7.80003205,10.0065 7.80003205,9.4005 C7.80003205,8.7935 8.29403205,8.3005 8.90003205,8.3005 Z"}));rc.displayName="SettingsSmall";var oc=rc;var j0=o(r()),ac=({size:e,...t})=>j0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j0.createElement("path",{d:"M15,14.502 C15,14.778 14.779,15.002 14.503,15.002 C12.982,15.004 8.083,15.002 6.499,15.001 C6.223,15 6,14.776 6,14.501 L6,6.5 C6,6.224 6.224,6 6.5,6 L14.5,6 C14.776,6 15,6.224 15,6.5 L15,14.502 Z M16,14.601 L16,13.276 L18.33,15.374 L19,14.709 L16,12.009 L16,10.108 L18.275,12.257 L18.962,11.608 L16,8.81 L16,7.354 L18.275,9.503 L18.962,8.855 L15.933,5.993 C15.758,5.419 15.232,5 14.602,5 L6.5,5 C5.671,5 5,5.671 5,6.5 L5,14.601 C5,15.211 5.394,15.726 5.938,15.917 L9.413,19 L10.089,18.399 L7.387,16 L9.03,16 L12.41,19 L13.086,18.399 L10.384,16 L12.068,16 L15.448,19 L16.125,18.399 L13.422,16 L14.602,16 C14.831,16 15.042,15.94 15.233,15.843 L17.89,18.31 L18.571,17.655 L15.883,15.159 C15.957,14.988 16,14.799 16,14.601 L16,14.601 Z"}));ac.displayName="Shadow";var Lc=ac;var $0=o(r()),lc=({size:e,...t})=>$0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$0.createElement("path",{d:"M15,13 L15,7 C15,5.896 14.104,5 13,5 L7,5 C5.896,5 5,5.896 5,7 L5,13 C5,14.104 5.896,15 7,15 L13,15 C14.104,15 15,14.104 15,13 L15,13 Z M17,7 L17,14.5 C17,15.875 15.875,17 14.5,17 L8,17 L8,19 L15,19 C17.209,19 19,17.209 19,15 L19,7 L17,7 Z"}));lc.displayName="ShadowBold";var sc=lc;var J0=o(r()),ic=({size:e,...t})=>J0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J0.createElement("path",{d:"M3.70866216,18 L9.00166216,8.97 L14.2946622,18 L3.70866216,18 Z M9.43366216,7.736 C9.23966216,7.406 8.76366216,7.406 8.56966216,7.736 L2.40966216,18.247 C2.21366216,18.58 2.45466216,19 2.84066216,19 L15.1626622,19 C15.5486622,19 15.7896622,18.58 15.5936622,18.247 L9.43366216,7.736 Z M18.0056622,12 C16.3566622,12 15.0056622,10.654 15.0056622,9 C15.0056622,7.346 16.3356622,6 17.9836622,6 C19.6326622,6 21.0056622,7.346 21.0056622,9 C21.0056622,10.654 19.6536622,12 18.0056622,12 L18.0056622,12 Z M17.9866622,5 C15.7896622,5 14.0056622,6.791 14.0056622,9 C14.0056622,11.209 15.8116622,13 18.0086622,13 C20.2056622,13 22.0016622,11.209 22.0016622,9 C22.0016622,6.791 20.1856622,5 17.9866622,5 L17.9866622,5 Z"}));ic.displayName="Shape";var Cc=ic;var Y0=o(r()),nc=({size:e,...t})=>Y0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y0.createElement("path",{d:"M9.43366216,7.736 C9.23966216,7.406 8.76366216,7.406 8.56966216,7.736 L2.40966216,18.247 C2.21366216,18.58 2.45466216,19 2.84066216,19 L15.1626622,19 C15.5486622,19 15.7896622,18.58 15.5936622,18.247 L9.43366216,7.736 Z M17.9866622,5 C15.7896622,5 14.0056622,6.791 14.0056622,9 C14.0056622,11.209 15.8116622,13 18.0086622,13 C20.2056622,13 22.0016622,11.209 22.0016622,9 C22.0016622,6.791 20.1856622,5 17.9866622,5 L17.9866622,5 Z"}));nc.displayName="ShapeBold";var pc=nc;var q0=o(r()),dc=({size:e,...t})=>q0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q0.createElement("path",{d:"M13.5,18.5 C11.269,18.5 9.396,17.021 8.755,15 L10.136,15 L8.513,13.377 C8.523,12.953 8.597,12.548 8.707,12.156 L11.55,15 L12.965,15 L9.114,11.149 C9.276,10.848 9.467,10.567 9.686,10.307 L14.064,14.686 C14.351,14.504 14.582,14.251 14.746,13.953 L10.4,9.607 C10.668,9.395 10.953,9.209 11.261,9.054 L15,12.793 L15,11.379 L12.287,8.666 C12.678,8.567 13.08,8.5 13.5,8.5 C13.514,8.5 13.526,8.504 13.539,8.504 L15,9.965 L15,8.755 C17.021,9.396 18.5,11.269 18.5,13.5 C18.5,16.257 16.257,18.5 13.5,18.5 L13.5,18.5 Z M7.047,14.253 C7.049,14.268 7.052,14.281 7.054,14.296 C7.052,14.281 7.049,14.268 7.047,14.253 L7.047,14.253 Z M8.005,10.04 L8.004,10.04 L8.005,10.04 Z M8.608,9.229 L8.607,9.229 L8.608,9.229 Z M14.296,7.054 C14.281,7.052 14.268,7.049 14.253,7.047 C14.268,7.049 14.281,7.052 14.296,7.054 L14.296,7.054 Z M15,7.181 L15,7.181 L15,6 C15,4.9 14.1,4 13,4 L6,4 C4.9,4 4,4.9 4,6 L4,13 C4,14.1 4.9,15 6,15 L7.181,15 C7.859,17.865 10.428,20 13.5,20 C17.09,20 20,17.09 20,13.5 C20,10.428 17.865,7.859 15,7.181 L15,7.181 Z"}));dc.displayName="ShapeCropBold";var cc=dc;var Q0=o(r()),uc=({size:e,...t})=>Q0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q0.createElement("path",{d:"M15 7H3V6h12a1 1 0 011 1v1h2.191a1 1 0 01.894.553l1.81 3.618a1 1 0 01.105.447V16a1 1 0 01-1 1h-1a2 2 0 11-4 0H9a2 2 0 11-4 0H3v-1h2.268a2 2 0 013.464 0h6.536a2 2 0 013.464 0H20v-3h-5V7zm2 9a1 1 0 100 2 1 1 0 000-2zM7 16a1 1 0 100 2 1 1 0 000-2zm2-3v1H3v-1h6zm7-4v3h3.691l-1.5-3H16zm-9 1v1H3v-1h4z"}));uc.displayName="Shipping";var mc=uc;var X0=o(r()),fc=({size:e,...t})=>X0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X0.createElement("path",{fillRule:"evenodd",d:"M14.371,13.62 C14.333,13.743 14.243,13.863 14.137,13.934 L14.042,13.98 C14.015,13.989 13.989,14 13.961,14 L7.436,14 C7.259,14 7.083,13.807 7.023,13.613 L5.546,9 L15.751,9 L14.371,13.62 Z M15.988,18.059 C16.504,18.059 16.923,18.482 16.923,19 C16.923,19.519 16.504,19.941 15.988,19.941 C15.473,19.941 15.053,19.519 15.053,19 C15.053,18.482 15.473,18.059 15.988,18.059 L15.988,18.059 Z M8.625,19.941 C8.109,19.941 7.69,19.519 7.69,19 C7.69,18.482 8.109,18.059 8.625,18.059 C9.141,18.059 9.56,18.482 9.56,19 C9.56,19.519 9.141,19.941 8.625,19.941 L8.625,19.941 Z M17.735,6 L20,6 L20,5 L17,5 L16,7.995 L16.007,8 L4,8 L6.046,13.931 C6.231,14.538 6.803,15 7.436,15 L13.961,15 C13.973,15 13.983,14.995 13.995,14.995 L15.142,17.195 C14.463,17.516 13.988,18.201 13.988,19 L13.989,19 L10.624,19 L10.625,19 C10.625,17.897 9.727,17 8.625,17 C7.522,17 6.625,17.897 6.625,19 C6.625,20.103 7.522,21 8.625,21 C9.361,21 9.999,20.595 10.346,20 L14.267,20 C14.614,20.595 15.252,21 15.988,21 C17.091,21 17.988,20.103 17.988,19 C17.988,17.967 17.198,17.124 16.192,17.021 L14.924,14.587 C15.115,14.406 15.272,14.186 15.35,13.93 L17.735,6 Z"}));fc.displayName="ShoppingCart";var hc=fc;var K0=o(r()),xc=({size:e,...t})=>K0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K0.createElement("path",{fillRule:"evenodd",d:"M18.078,4 L15.357,4 L14.078,7 L4,7 L5.609,12.896 C6.001,14.147 7.161,15 8.473,15 L14.391,15 L15.305,17.131 C14.869,17.294 14.509,17.603 14.277,18 L10.723,18 C10.376,17.405 9.738,17 9,17 C7.895,17 7,17.896 7,19 C7,20.104 7.895,21 9,21 C10.104,21 11,20.104 11,19 L14,19 C14,20.104 14.895,21 16,21 C17.104,21 18,20.104 18,19 C18,17.993 17.253,17.168 16.284,17.029 L16.348,17.021 L15.179,14.291 L16,8 L16.799,6 L18.078,6 C18.631,6 19.078,5.552 19.078,5 C19.078,4.448 18.631,4 18.078,4"}));xc.displayName="ShoppingCartBold";var gc=xc;var e7=o(r()),vc=({size:e,...t})=>e7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e7.createElement("path",{d:"M11.5,14.572 C10.402,14.572 9.51,13.642 9.51,12.5 C9.51,11.357 10.402,10.427 11.5,10.427 C12.598,10.427 13.49,11.357 13.49,12.5 C13.49,13.642 12.598,14.572 11.5,14.572 L11.5,14.572 Z M11.5,9.391 C9.854,9.391 8.515,10.785 8.515,12.5 C8.515,14.214 9.854,15.608 11.5,15.608 C13.146,15.608 14.485,14.214 14.485,12.5 C14.485,10.785 13.146,9.391 11.5,9.391 L11.5,9.391 Z M11.5,17.964 C6.932,17.964 4.567,13.51 4.089,12.499 C4.565,11.488 6.92,7.036 11.5,7.036 C16.068,7.036 18.433,11.489 18.911,12.5 C18.435,13.512 16.08,17.964 11.5,17.964 L11.5,17.964 Z M19.918,12.298 C19.813,12.041 17.293,6 11.5,6 C5.707,6 3.187,12.041 3.082,12.298 L3,12.5 L3.082,12.701 C3.187,12.958 5.707,19 11.5,19 C17.293,19 19.813,12.958 19.918,12.701 L20,12.5 L19.918,12.298 Z"}));vc.displayName="Show";var Rc=vc;var t7=o(r()),Mc=({size:e,...t})=>t7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t7.createElement("path",{d:"M12,16.19 C8.535,16.19 6.544,13.086 5.953,12.001 C6.545,10.912 8.536,7.81 12,7.81 C15.465,7.81 17.457,10.918 18.047,12.002 C17.46,13.089 15.482,16.19 12,16.19 L12,16.19 Z M19.839,11.631 C19.739,11.4 17.33,6 12,6 C6.669,6 4.26,11.401 4.16,11.631 L4,12.001 L4.16,12.37 C4.26,12.6 6.669,18 12,18 C17.33,18 19.739,12.6 19.839,12.37 L20,12.001 L19.839,11.631 Z M12.029,9.409 C10.625,9.409 9.529,10.528 9.529,11.909 C9.529,13.29 10.625,14.417 12.029,14.417 C13.434,14.417 14.529,13.29 14.529,11.909 C14.529,10.528 13.434,9.409 12.029,9.409 L12.029,9.409 Z"}));Mc.displayName="ShowBold";var Sc=Mc;var r7=o(r()),Zc=({size:e,...t})=>r7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},r7.createElement("path",{d:"M8.496,10.485 C7.651,10.485 6.937,9.806 6.937,9 C6.937,8.193 7.651,7.511 8.496,7.511 C9.287,7.511 9.883,8.151 9.883,9 C9.883,9.847 9.287,10.485 8.496,10.485 L8.496,10.485 Z M8.496,6.52 C7.114,6.52 5.947,7.655 5.947,9 C5.947,10.343 7.114,11.477 8.496,11.477 C9.829,11.477 10.873,10.388 10.873,9 C10.873,7.609 9.829,6.52 8.496,6.52 L8.496,6.52 Z M8.397,13.008 C5.164,13.008 3.455,9.808 3.075,8.998 C3.455,8.19 5.164,4.991 8.397,4.991 C11.621,4.991 13.475,8.161 13.907,8.998 C13.475,9.837 11.621,13.008 8.397,13.008 L8.397,13.008 Z M14.912,8.798 C14.825,8.602 12.744,4 8.397,4 C4.037,4 2.15,8.619 2.073,8.815 L2,8.998 L2.072,9.181 C2.15,9.378 4.037,14 8.397,14 C12.744,14 14.825,9.394 14.912,9.198 L15,8.998 L14.912,8.798 Z"}));Zc.displayName="ShowSmall";var Bc=Zc;var o7=o(r()),Pc=({size:e,...t})=>o7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o7.createElement("path",{d:"M13 8H8V7h5v1zm6 11.34V5.66A1.67 1.67 0 0017.34 4H6.66A1.67 1.67 0 005 5.66v13.68A1.67 1.67 0 006.66 21h10.68A1.67 1.67 0 0019 19.34zM17.34 5a.67.67 0 01.66.66v13.68a.67.67 0 01-.66.66H6.66a.67.67 0 01-.66-.66V5.66A.67.67 0 016.66 5h10.68zM16 10H8v3h8v-3zm-7 1h6v1H9v-1zm7 4H8v3h8v-3zm-7 1h6v1H9v-1z"}));Pc.displayName="SingleItemCollection";var Vc=Pc;var a7=o(r()),bc=({size:e,...t})=>a7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a7.createElement("path",{fillRule:"evenodd",d:"M6,20 C4.8954305,20 4,19.1045695 4,18 L4,6 C4,4.8954305 4.8954305,4 6,4 L19,4 C20.1045695,4 21,4.8954305 21,6 L21,18 C21,19.1045695 20.1045695,20 19,20 L6,20 Z M8,5 L6,5 C5.49302517,5 5.06631605,5.37950711 5.007,5.883 L5,6 L5,18 C5.00006688,18.5069748 5.37950711,18.9336839 5.883,18.993 L6,19 L8,19 L8,5 Z M9,19 L19,19 C19.5069748,19 19.9336839,18.6204929 19.993,18.117 L20,18 L20,9 L9,9 L9,19 Z M19,5 L9,5 L9,8 L20,8 L20,6 C20,5.49302517 19.6204929,5.06631605 19.117,5.007 L19,5 Z"}));bc.displayName="SiteTools";var wc=bc;var L7=o(r()),Gc=({size:e,...t})=>L7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L7.createElement("path",{d:"M11.55,15.821 C9.028,15.821 7.9,14.581 7.9,13.651 C7.9,13.175 8.251,12.841 8.737,12.841 C9.816,12.841 9.536,14.39 11.55,14.39 C12.581,14.39 13.151,13.831 13.151,13.258 C13.151,12.913 12.981,12.531 12.302,12.364 L10.058,11.803 C8.251,11.35 7.923,10.374 7.923,9.456 C7.923,7.55 9.718,6.834 11.404,6.834 C12.956,6.834 14.787,7.691 14.787,8.836 C14.787,9.325 14.363,9.61 13.878,9.61 C12.956,9.61 13.126,8.336 11.271,8.336 C10.35,8.336 9.84,8.753 9.84,9.349 C9.84,9.944 10.568,10.134 11.198,10.279 L12.86,10.647 C14.678,11.052 15.139,12.114 15.139,13.115 C15.139,14.664 13.95,15.821 11.55,15.821 M18.504,12.759 C18.499,12.786 18.495,12.812 18.49,12.839 L18.465,12.687 C18.479,12.712 18.49,12.736 18.504,12.759 C18.581,12.337 18.622,11.905 18.622,11.472 C18.622,10.514 18.434,9.584 18.064,8.709 C17.706,7.863 17.195,7.104 16.542,6.452 C15.89,5.8 15.13,5.288 14.285,4.93 C13.41,4.56 12.481,4.308 11.522,4.308 C11.071,4.308 10.617,4.37 10.177,4.37 L10.174,4.37 C10.198,4.37 10.224,4.46 10.248,4.473 L10.099,4.482 C10.124,4.477 10.149,4.489 10.174,4.484 C9.57,4.163 8.891,4 8.203,4 C7.08,4 6.025,4.44 5.231,5.235 C4.437,6.028 4,7.087 4,8.209 C4,8.924 4.184,9.627 4.529,10.248 C4.533,10.222 4.536,10.197 4.541,10.171 L4.567,10.32 C4.553,10.297 4.542,10.272 4.529,10.249 C4.458,10.651 4.421,11.062 4.421,11.472 C4.421,12.431 4.61,13.361 4.98,14.236 C5.337,15.082 5.849,15.842 6.501,16.493 C7.154,17.145 7.912,17.657 8.758,18.014 C9.633,18.385 10.564,18.573 11.522,18.573 C11.939,18.573 12.358,18.535 12.766,18.463 C12.741,18.449 12.717,18.437 12.693,18.423 L12.845,18.45 C12.819,18.455 12.792,18.458 12.766,18.463 C13.394,18.818 14.107,19.008 14.833,19.008 C15.956,19.008 17.011,18.571 17.805,17.776 C18.599,16.983 19.035,15.927 19.035,14.804 C19.035,14.088 18.851,13.383 18.504,12.759"}));Gc.displayName="Skype";var Ac=Gc;var l7=o(r()),yc=({size:e,...t})=>l7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l7.createElement("path",{d:"M6,4 L18,4 C19.1045695,4 20,5.02334914 20,6.28571429 L20,17.7142857 C20,18.9766509 19.1045695,20 18,20 L6,20 C4.8954305,20 4,18.9766509 4,17.7142857 L4,6.28571429 C4,5.02334914 4.8954305,4 6,4 Z M6,5.14285714 C5.44771525,5.14285714 5,5.65453171 5,6.28571429 L5,17.7142857 C5,18.3454682 5.44771525,18.8571429 6,18.8571429 L18,18.8571429 C18.5522847,18.8571429 19,18.3454682 19,17.7142857 L19,6.28571429 C19,5.65453171 18.5522847,5.14285714 18,5.14285714 L6,5.14285714 Z M8,14 L6,12.5 L8,11 L8,14 Z M16,14 L16,11 L18,12.5 L16,14 Z"}));yc.displayName="SlideShow";var Ec=yc;var s7=o(r()),Fc=({size:e,...t})=>s7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s7.createElement("path",{d:"M8,5 L16,5 C17.6568542,5 19,6.34314575 19,8 L19,16 C19,17.6568542 17.6568542,19 16,19 L8,19 C6.34314575,19 5,17.6568542 5,16 L5,8 C5,6.34314575 6.34314575,5 8,5 Z M10,14 L10,10 L7,12 L10,14 Z M14,14 L17,12 L14,10 L14,14 Z"}));Fc.displayName="SlideShowBold";var Nc=Fc;var i7=o(r()),kc=({size:e,...t})=>i7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i7.createElement("path",{d:"M12,9 C13.2096818,9 14.2186941,9.85916789 14.4501074,11.000574 L18.5,11 C18.7761424,11 19,11.2238576 19,11.5 C19,11.7761424 18.7761424,12 18.5,12 L14.4499027,12.0004345 C14.2180997,13.1413382 13.2093254,14 12,14 C10.7906746,14 9.78190033,13.1413382 9.55009729,12.0004345 L5.5,12 C5.22385763,12 5,11.7761424 5,11.5 C5,11.2238576 5.22385763,11 5.5,11 L9.5498926,11.000574 C9.7813059,9.85916789 10.7903182,9 12,9 Z M12,10 C11.1715729,10 10.5,10.6715729 10.5,11.5 C10.5,12.3284271 11.1715729,13 12,13 C12.8284271,13 13.5,12.3284271 13.5,11.5 C13.5,10.6715729 12.8284271,10 12,10 Z"}));kc.displayName="Slider";var Hc=kc;var C7=o(r()),Tc=({size:e,...t})=>C7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C7.createElement("path",{fillRule:"evenodd",d:"M8.12601749,13 L5,13 L5,11 L8.12601749,11 C8.57006028,9.27477279 10.1361606,8 12,8 C13.8638394,8 15.4299397,9.27477279 15.8739825,11 L19,11 L19,13 L15.8739825,13 C15.4299397,14.7252272 13.8638394,16 12,16 C10.1361606,16 8.57006028,14.7252272 8.12601749,13 L8.12601749,13 Z M12,14 C13.1045695,14 14,13.1045695 14,12 C14,10.8954305 13.1045695,10 12,10 C10.8954305,10 10,10.8954305 10,12 C10,13.1045695 10.8954305,14 12,14 Z"}));Tc.displayName="SliderBold";var Uc=Tc;var n7=o(r()),Dc=({size:e,...t})=>n7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n7.createElement("path",{fillRule:"evenodd",d:"M13.5,3.99999981 C14.3245375,3.99999981 14.9945031,4.66548078 15,5.49 L14.9998631,10.07932 C15.2950412,10.026266 15.5991597,9.99913615 15.9097604,10.0003592 C18.6633084,10.0112814 20.8898017,12.2464305 20.8899967,14.9999998 C20.8899967,16.3365439 20.3550837,17.6174915 19.4043847,18.5569173 C18.4536857,19.4963432 17.1664477,20.0160385 15.83,19.9999998 C13.0766288,19.9669572 10.8681963,17.7139614 10.8901591,14.9604795 C10.8957174,14.2636296 11.0436013,13.6011102 11.3060492,13.0003531 L10.77,12.9999998 L9.42,14.9999998 C9.32881563,15.1309568 9.17957376,15.2093088 9.02,15.21 L9,15.14 C8.84185764,15.1433127 8.69223526,15.0685015 8.6,14.94 L7.1,12.94 L4.5,12.94 C3.67932092,12.940073 3.01094238,12.2806061 3,11.46 L3,5.46 C3.0216814,4.64723481 3.68694573,3.99971086 4.5,3.99999981 L13.5,3.99999981 Z M15.83,10.9299733 C13.6289739,10.9630191 11.8682679,12.7682363 11.8901985,14.9694008 C11.9121292,17.1705653 13.7084537,18.9403431 15.9097007,18.9296001 C18.1109477,18.9186598 19.8897523,17.1312737 19.8899959,14.93 C19.8625841,12.7088962 18.0512658,10.9243462 15.83,10.9299733 Z M17.7901666,15.6476091 C17.9696536,15.6512412 18.1335687,15.7503527 18.2201666,15.9076091 C18.3067646,16.0648655 18.3028891,16.2563758 18.21,16.41 C17.7024095,17.236262 16.7996953,17.7369271 15.83,17.73 C14.8633522,17.735395 13.9643308,17.2346742 13.46,16.41 C13.3903673,16.2961281 13.3691545,16.1591419 13.4010848,16.0295426 C13.433015,15.8999433 13.5154375,15.7884905 13.63,15.72 C13.7423283,15.6508248 13.877804,15.6298645 14.0057851,15.6618597 C14.1081699,15.6874559 14.1988381,15.7452137 14.2650887,15.8256084 L14.31,15.89 C14.6353946,16.4173212 15.2103647,16.7388505 15.83,16.74 C16.4511659,16.7447587 17.0288378,16.4217185 17.35,15.89 C17.4428891,15.7363758 17.6106796,15.6439769 17.7901666,15.6476091 Z M17.37,13.26 C17.6848023,13.26 17.94,13.5151977 17.94,13.83 C17.94,14.1448023 17.6848023,14.4 17.37,14.4 C17.0551977,14.4 16.8,14.1448023 16.8,13.83 C16.8,13.5151977 17.0551977,13.26 17.37,13.26 Z M14.3,13.26 C14.6148023,13.26 14.87,13.5151977 14.87,13.83 C14.87,14.1448023 14.6148023,14.4 14.3,14.4 C13.9851977,14.4 13.73,14.1448023 13.73,13.83 C13.73,13.5151977 13.9851977,13.26 14.3,13.26 Z M13.5,4.9999999 L4.49999999,4.9999999 C4.36832003,4.99731209 4.2411021,5.04774789 4.14703498,5.13993366 C4.05296787,5.23211943 3.99999999,5.35829261 3.99999999,5.49 L3.99999999,11.49 C3.99999999,11.7661424 4.22385763,11.99 4.49999999,11.99 L7.36,11.99 C7.51701217,11.9915357 7.66456418,12.0653117 7.76,12.19 L8.99999999,13.79 L10.1,12.18 C10.1965191,12.0590247 10.3454455,11.9920078 10.5,11.9999999 L11.5,11.9999999 C11.6179084,11.9999999 11.7262845,12.0408126 11.8117721,12.1090818 C12.357507,11.3383308 13.1172009,10.7298982 14.0034217,10.3685264 L14.0005378,10.3547875 L14.0005378,10.3547875 L14,5.49 C14.0000274,5.35829261 13.9470321,5.23211943 13.852965,5.13993366 C13.7588979,5.04774789 13.63168,4.99731209 13.5,4.9999999 Z M9.46,7 C9.95984897,6.5002578 10.770151,6.5002578 11.27,7 C11.5080621,7.23965724 11.6408379,7.56428228 11.6390002,7.90207756 C11.6373556,8.19161638 11.5369299,8.47038052 11.3566857,8.69336464 L11.26,8.8 L9,11.05 L6.75,8.8 C6.31525449,8.29103325 6.34606686,7.53305461 6.82068938,7.06105432 C7.26141029,6.62276834 7.94659073,6.56851561 8.44779767,6.91333526 L8.56,7 L9,7.45 L9.46,7 Z"}));Dc.displayName="SocialBar";var zc=Dc;var p7=o(r()),Ic=({size:e,...t})=>p7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p7.createElement("path",{d:"M9.781,9.759 L13,7.2 L13,17.8 L9.781,15.24 C9.599,15.085 9.369,15 9.13,15 L6,15 C5.447,15 5,14.552 5,14 L5,11 C5,10.447 5.447,10 6,10 L9.13,10 C9.369,10 9.599,9.914 9.781,9.759 L9.781,9.759 Z M6,9 C4.895,9 4,9.895 4,11 L4,14 C4,15.104 4.895,16 6,16 L9,16 L14,20 L14,5 L9,9 L6,9 Z M16,8 L16,9 C18,9 19.5,10.57 19.5,12.5 C19.5,14.429 18,16 16,16 L16,17 C18.512,17 20.5,14.981 20.5,12.5 C20.5,10.018 18.489,8 16,8 L16,8 Z M18,12.5 C18,11.475 17,10.641 16,10.641 L16,11.641 C16.581,11.641 16.967,12.026 16.967,12.5 C16.967,12.973 16.598,13.358 16,13.358 L16,14.358 C17,14.358 18,13.524 18,12.5 L18,12.5 Z"}));Ic.displayName="Sound";var _c=Ic;var d7=o(r()),Wc=({size:e,...t})=>d7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d7.createElement("path",{d:"M16.055,15.5653991 C15.666,15.1763991 15.036,15.1763991 14.649,15.5653991 C14.26,15.9553991 14.26,16.5853991 14.649,16.9743991 L16.055,18.3833991 C16.249,18.5783991 16.504,18.6753991 16.758,18.6753991 C17.013,18.6753991 17.268,18.5783991 17.461,18.3833991 C17.85,17.9943991 17.85,17.3643991 17.461,16.9743991 L16.055,15.5653991 Z M18.044,11.0243991 L16.055,11.0243991 C15.505,11.0243991 15.06,11.4743991 15.06,12.0243991 C15.06,12.5743991 15.505,13.0243991 16.055,13.0243991 L18.044,13.0243991 C18.594,13.0243991 19.039,12.5743991 19.039,12.0243991 C19.039,11.4743991 18.594,11.0243991 18.044,11.0243991 L18.044,11.0243991 Z M15.352,8.71139914 C15.606,8.71139914 15.861,8.61339914 16.055,8.41939914 L17.461,7.00939914 C17.85,6.62039914 17.85,5.99039914 17.461,5.60039914 C17.073,5.21139914 16.444,5.21139914 16.055,5.60039914 L14.649,7.00939914 C14.26,7.39839914 14.26,8.02939914 14.649,8.41939914 C14.842,8.61339914 15.097,8.71139914 15.352,8.71139914 L15.352,8.71139914 Z M11.146,5.19939914 L8.27,9.02439914 L6.029,9.02439914 C4.935,9.02439914 4,9.93139914 4,11.0273991 L4,13.0213991 C4,14.1173991 4.935,15.0243991 6.029,15.0243991 L8.27,15.0243991 L11.146,18.8163991 C11.435,19.1953991 12,18.9693991 12,18.4933991 L12,5.49139914 C12,5.01539914 11.435,4.82139914 11.146,5.19939914 L11.146,5.19939914 Z"}));Wc.displayName="SoundBold";var Oc=Wc;var c7=o(r()),jc=({size:e,...t})=>c7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c7.createElement("path",{d:"M14,7 C11.906,7 11,7.969 11,7.969 L11,16.469 C11,16.844 11.063,17.469 12,17.469 L19,17.469 C20.708,17.469 22,16.05 22,13.969 C22,12.307 20.703,10.469 18,10.469 C17.531,8.284 16.283,7 14,7 Z M9,10.469 L9,17.469 L10,17.469 L10,10.469 C10,10.193 9.776,9.969 9.5,9.969 C9.224,9.969 9,10.193 9,10.469 Z M3,14.469 L3,17.469 L4,17.469 L4,14.469 C4,14.193 3.776,13.969 3.5,13.969 C3.224,13.969 3,14.193 3,14.469 Z M7,9.469 L7,17.469 L8,17.469 L8,9.469 C8,9.193 7.776,8.969 7.5,8.969 C7.224,8.969 7,9.193 7,9.469 Z M5,12.469 L5,17.469 L6,17.469 L6,12.469 C6,12.193 5.776,11.969 5.5,11.969 C5.224,11.969 5,12.193 5,12.469 Z"}));jc.displayName="Soundcloud";var $c=jc;var u7=o(r()),Jc=({size:e,...t})=>u7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u7.createElement("path",{d:"M17.05,7.39995043 C16.719,6.95795043 16.094,6.86895043 15.651,7.19995043 C15.208,7.53095043 15.119,8.15795043 15.45,8.59895043 L17.25,10.9999504 L7.25,10.9999504 L9.05,8.59895043 C9.381,8.15795043 9.292,7.53095043 8.85,7.19995043 C8.407,6.86895043 7.781,6.95795043 7.45,7.39995043 L4,11.9999504 L7.45,16.5989504 C7.647,16.8619504 7.947,16.9999504 8.251,16.9999504 C8.459,16.9999504 8.67,16.9339504 8.85,16.7989504 C9.292,16.4679504 9.381,15.8409504 9.05,15.3999504 L7.25,12.9999504 L17.25,12.9999504 L15.45,15.3999504 C15.119,15.8409504 15.208,16.4679504 15.651,16.7989504 C15.83,16.9339504 16.041,16.9999504 16.249,16.9999504 C16.553,16.9999504 16.854,16.8619504 17.05,16.5989504 L20.5,11.9999504 L17.05,7.39995043 Z"}));Jc.displayName="SpacingBold";var Yc=Jc;var m7=o(r()),qc=({size:e,...t})=>m7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m7.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM16.1685 6.5C16.7252 6.18626 17.1863 5.72521 17.5 5.1685 17.8137 5.72521 18.2748 6.18626 18.8315 6.5 18.2748 6.81374 17.8137 7.27479 17.5 7.8315 17.1863 7.27479 16.7252 6.81374 16.1685 6.5ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844ZM5.39612 13.5C7.85779 12.7833 9.7833 10.8578 10.5 8.39612 11.2167 10.8578 13.1422 12.7833 15.6039 13.5 13.1422 14.2167 11.2167 16.1422 10.5 18.6039 9.7833 16.1422 7.85779 14.2167 5.39612 13.5Z"}));qc.displayName="Sparkles";var Qc=qc;var f7=o(r()),Xc=({size:e,...t})=>f7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f7.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844Z"}));Xc.displayName="SparklesBold";var Kc=Xc;var h7=o(r()),eu=({size:e,...t})=>h7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},h7.createElement("path",{d:"M13.8796 2.37348C13.8251 2.21015 13.6723 2.09998 13.5001 2.09998 13.3279 2.09998 13.1751 2.21015 13.1206 2.37348L13.095 2.45046C12.8362 3.22683 12.227 3.83605 11.4506 4.09484L11.3736 4.1205C11.2103 4.17495 11.1001 4.3278 11.1001 4.49998 11.1001 4.67215 11.2103 4.825 11.3736 4.87945L11.4506 4.90511C12.227 5.1639 12.8362 5.77312 13.095 6.54949L13.1206 6.62647C13.1751 6.7898 13.3279 6.89998 13.5001 6.89998 13.6723 6.89998 13.8251 6.7898 13.8796 6.62647L13.9052 6.54949C14.164 5.77312 14.7732 5.1639 15.5496 4.90511L15.6266 4.87945C15.7899 4.825 15.9001 4.67215 15.9001 4.49998 15.9001 4.3278 15.7899 4.17495 15.6266 4.1205L15.5496 4.09484C14.7732 3.83605 14.164 3.22683 13.9052 2.45046L13.8796 2.37348ZM8.98507 4.37873C8.92943 4.15615 8.72943 4 8.5 4 8.27057 4 8.07057 4.15615 8.01493 4.37873L7.88805 4.88626C7.39541 6.85681 5.85681 8.39543 3.88626 8.88808L3.37873 9.01497C3.15614 9.07062 3 9.27061 3 9.50005 3 9.72948 3.15615 9.92947 3.37874 9.98511L3.88617 10.112C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.112L13.6213 9.98511C13.8438 9.92947 14 9.72948 14 9.50005 14 9.27061 13.8439 9.07062 13.6213 9.01497L13.1137 8.88808C11.1432 8.39543 9.60459 6.85681 9.11195 4.88626L8.98507 4.37873Z"}));eu.displayName="SparklesBoldSmall";var tu=eu;var x7=o(r()),ru=({size:e,...t})=>x7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},x7.createElement("path",{d:"M13.8795 2.37348C13.825 2.21015 13.6722 2.09998 13.5 2.09998 13.3278 2.09998 13.175 2.21015 13.1205 2.37348L13.0949 2.45046C12.8361 3.22683 12.2269 3.83605 11.4505 4.09484L11.3735 4.1205C11.2102 4.17495 11.1 4.3278 11.1 4.49998 11.1 4.67215 11.2102 4.825 11.3735 4.87945L11.4505 4.90511C12.2269 5.1639 12.8361 5.77312 13.0949 6.54949L13.1205 6.62647C13.175 6.7898 13.3278 6.89998 13.5 6.89998 13.6722 6.89998 13.825 6.7898 13.8795 6.62647L13.9051 6.54949C14.1639 5.77312 14.7731 5.1639 15.5495 4.90511L15.6265 4.87945C15.7898 4.825 15.9 4.67215 15.9 4.49998 15.9 4.3278 15.7898 4.17495 15.6265 4.1205L15.5495 4.09484C14.7731 3.83605 14.1639 3.22683 13.9051 2.45046L13.8795 2.37348ZM12.4486 4.49998C12.8722 4.23143 13.2315 3.8722 13.5 3.44858 13.7685 3.8722 14.1278 4.23143 14.5514 4.49998 14.1278 4.76852 13.7685 5.12775 13.5 5.55137 13.2315 5.12775 12.8722 4.76852 12.4486 4.49998ZM8.98507 4.37871C8.92943 4.15612 8.72943 3.99998 8.5 3.99998 8.27057 3.99998 8.07057 4.15612 8.01493 4.37871L7.88805 4.88623C7.39541 6.85678 5.85681 8.3954 3.88626 8.88806L3.37873 9.01495C3.15614 9.07059 3 9.27059 3 9.50002 3 9.72946 3.15615 9.92945 3.37874 9.98509L3.88617 10.1119C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.1119L13.6213 9.98509C13.8438 9.92945 14 9.72946 14 9.50002 14 9.27059 13.8439 9.07059 13.6213 9.01495L13.1137 8.88806C11.1432 8.3954 9.60459 6.85678 9.11195 4.88623L8.98507 4.37871ZM5.17462 9.50001C6.65836 8.84602 7.84602 7.65835 8.5 6.17461 9.15398 7.65836 10.3416 8.84603 11.8254 9.50001 10.3416 10.154 9.15398 11.3417 8.5 12.8254 7.84602 11.3417 6.65835 10.154 5.17462 9.50001Z"}));ru.displayName="SparklesSmall";var ou=ru;var g7=o(r()),au=({size:e,...t})=>g7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g7.createElement("path",{d:"M11.9,17 L11.9,19 L11.099,19 L11.099,17 L11.9,17 Z M17.582,6 C18.3189412,6 18.924782,6.56249135 18.9935074,7.28062528 L19,7.417 L19,16.583 C19,17.319 18.4375087,17.9247855 17.718541,17.9935076 L17.582,18 L13.437,18 L13.437,17.055 L17.582,17.055 C17.814,17.055 18.007284,16.8874938 18.0473717,16.6676639 L18.055,16.583 L18.055,7.417 C18.055,7.18588889 17.8874938,6.9927037 17.6669616,6.95262689 L17.582,6.945 L13.437,6.945 L13.437,6 L17.582,6 Z M9.563,6 L9.563,6.945 L5.418,6.945 C5.186,6.945 4.99271605,7.11250617 4.95262826,7.33233608 L4.945,7.417 L4.945,16.583 C4.945,16.8141111 5.11250617,17.0072963 5.33303841,17.0473731 L5.418,17.055 L9.563,17.055 L9.563,18 L5.418,18 C4.68105882,18 4.07521799,17.4375087 4.00649257,16.7193747 L4,16.583 L4,7.417 C4,6.681 4.56249135,6.07521453 5.28145899,6.00649237 L5.418,6 L9.563,6 Z M11.9,13 L11.9,15 L11.099,15 L11.099,13 L11.9,13 Z M11.9,9 L11.9,11 L11.099,11 L11.099,9 L11.9,9 Z M11.9,5 L11.9,7 L11.099,7 L11.099,5 L11.9,5 Z"}));au.displayName="SplitColumns";var Lu=au;var v7=o(r()),lu=({size:e,...t})=>v7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v7.createElement("path",{d:"M12,4 C16.418,4 20,7.582 20,12 C20,16.418 16.418,20 12,20 C7.582,20 4,16.418 4,12 C4,7.582 7.582,4 12,4 Z M13.4005486,14.9791876 C12.6770855,14.5221777 11.3134371,14.5221777 10.5956826,14.9815841 C10.2468119,15.2048825 10.1450155,15.6687171 10.3683138,16.0175877 C10.5916122,16.3664584 11.0554468,16.4682548 11.4043174,16.2449564 C11.6303924,16.1002547 12.3665897,16.1002547 12.5994514,16.247353 C12.9496456,16.4685698 13.4128658,16.364013 13.6340827,16.0138188 C13.8552995,15.6636246 13.7507428,15.2004045 13.4005486,14.9791876 Z M15.2982507,12.0341487 C13.7412128,11.3593108 10.2959998,11.3593108 8.70765339,12.0316197 C8.32620352,12.1930783 8.14786534,12.6331926 8.30932391,13.0146424 C8.45732761,13.3643048 8.83947947,13.543297 9.19595718,13.4463366 L9.29234661,13.4129719 C10.5049569,12.8997031 13.5233308,12.8997031 14.7017493,13.410443 C15.0818024,13.5751623 15.5234278,13.4005997 15.6881471,13.0205466 C15.8528665,12.6404934 15.6783039,12.198868 15.2982507,12.0341487 Z M16.3834504,9.2851775 C14.2256443,8.00150567 10.0239919,8.00150567 7.64732427,9.26783764 C7.28176357,9.46261507 7.14331636,9.91685887 7.33809379,10.2824196 C7.53287122,10.6479803 7.98711502,10.7864275 8.35267573,10.5916501 C10.2776008,9.56601482 13.9216413,9.56601482 15.6165496,10.5743102 C15.9725338,10.786084 16.4327925,10.6691784 16.6445664,10.3131943 C16.8563402,9.9572101 16.7394346,9.49695132 16.3834504,9.2851775 Z"}));lu.displayName="Spotify";var su=lu;var R7=o(r()),iu=({size:e,...t})=>R7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R7.createElement("path",{d:"M3 11h4V8l4 4-4 4v-3H3v-2Zm18 0h-4V8l-4 4 4 4v-3h4v-2Z"}));iu.displayName="SqueezeBold";var Cu=iu;var M7=o(r()),nu=({size:e,...t})=>M7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M7.createElement("path",{d:"M12.5,16.396 L8.502,18.29 L9.087,13.941 L6.031,10.764 L10.391,9.97 L12.5,6.113 L14.609,9.97 L18.969,10.764 L15.913,13.941 L16.497,18.289 L12.5,16.396 Z M21,10.111 L15.271,9.068 L12.5,4 L9.729,9.068 L4,10.111 L8.014,14.287 L7.247,20 L12.5,17.511 L17.754,20 L16.985,14.287 L21,10.111 Z"}));nu.displayName="Star";var pu=nu;var S7=o(r()),du=({size:e,...t})=>S7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S7.createElement("path",{d:"M20 10.111 14.272 9.069 11.5 4 8.728 9.069 3 10.111 7.015 14.286 6.246 20 11.5 17.511 16.753 20 15.985 14.286z"}));du.displayName="StarBold";var cu=du;var Z7=o(r()),uu=({size:e,...t})=>Z7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},Z7.createElement("path",{d:"M4.5,4 L13.5,4 C13.7761424,4 14,4.22385763 14,4.5 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 L4.5,14 C4.22385763,14 4,13.7761424 4,13.5 L4,4.5 C4,4.22385763 4.22385763,4 4.5,4 Z"}));uu.displayName="StopBoldSmall";var mu=uu;var B7=o(r()),fu=({size:e,...t})=>B7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B7.createElement("path",{d:"M14.088 13H5v-1h6.92-.933C8.79 12 7 10.314 7 8.242a3.91 3.91 0 011.273-2.855A5.125 5.125 0 0111.791 4c1.3 0 2.526.471 3.453 1.326l1.018.94-1.358 1.468-1.017-.939c-1.094-1.01-3.094-1.011-4.192.001-.47.435-.695.928-.695 1.446C9 9.212 9.892 10 10.987 10h.933c1.637 0 3.08.797 3.912 2H20v1h-3.654c.154.435.237.9.237 1.382 0 2.547-2.207 4.618-4.919 4.618h-.158c-1.862 0-3.542-.967-4.385-2.523l1.758-.954c.486.898 1.517 1.477 2.627 1.477h.158c1.61 0 2.92-1.175 2.92-2.618 0-.515-.184-.992-.496-1.382z"}));fu.displayName="Strikethrough";var hu=fu;var P7=o(r()),xu=({size:e,...t})=>P7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P7.createElement("path",{d:"M6.5638852,5 C5.90203328,5 5.70048072,5.03892159 5.49475316,5.1489459 C5.3430957,5.2300532 5.2300532,5.3430957 5.1489459,5.49475316 C5.03892159,5.70048072 5,5.90203328 5,6.5638852 L5,12.4361148 C5,13.0979667 5.03892159,13.2995193 5.1489459,13.5052468 C5.2300532,13.6569043 5.3430957,13.7699468 5.49475316,13.8510541 C5.70048072,13.9610784 5.90203328,14 6.5638852,14 L17.4361148,14 C18.0979667,14 18.2995193,13.9610784 18.5052468,13.8510541 C18.6569043,13.7699468 18.7699468,13.6569043 18.8510541,13.5052468 C18.9610784,13.2995193 19,13.0979667 19,12.4361148 L19,6.5638852 C19,5.90203328 18.9610784,5.70048072 18.8510541,5.49475316 C18.7699468,5.3430957 18.6569043,5.2300532 18.5052468,5.1489459 C18.2995193,5.03892159 18.0979667,5 17.4361148,5 L6.5638852,5 Z M6.5638852,4 L17.4361148,4 C18.3276335,4 18.6509198,4.09282561 18.9768457,4.2671327 C19.3027716,4.4414398 19.5585602,4.69722837 19.7328673,5.0231543 C19.9071744,5.34908022 20,5.67236646 20,6.5638852 L20,12.4361148 C20,13.3276335 19.9071744,13.6509198 19.7328673,13.9768457 C19.5585602,14.3027716 19.3027716,14.5585602 18.9768457,14.7328673 C18.6509198,14.9071744 18.3276335,15 17.4361148,15 L6.5638852,15 C5.67236646,15 5.34908022,14.9071744 5.0231543,14.7328673 C4.69722837,14.5585602 4.4414398,14.3027716 4.2671327,13.9768457 C4.09282561,13.6509198 4,13.3276335 4,12.4361148 L4,6.5638852 C4,5.67236646 4.09282561,5.34908022 4.2671327,5.0231543 C4.4414398,4.69722837 4.69722837,4.4414398 5.0231543,4.2671327 C5.34908022,4.09282561 5.67236646,4 6.5638852,4 Z M8,11 L6,9.5 L8,8 L8,11 Z M16,11 L16,8 L18,9.5 L16,11 Z M5.5,19 L5.5,20 L4,18.5 L5.5,17 L5.5,18 L18.5,18 L18.5,17 L20,18.5 L18.5,20 L18.5,19 L5.5,19 Z"}));xu.displayName="Strip";var gu=xu;var V7=o(r()),vu=({size:e,...t})=>V7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V7.createElement("path",{d:"M16,15 L19,17.5 L16,20 L16,18 L8,18 L8,20 L5,17.5 L8,15 L8,17 L16,17 L16,15 Z M16.4361148,5 C17.3276335,5 17.6509198,5.09282561 17.9768457,5.2671327 C18.3027716,5.4414398 18.5585602,5.69722837 18.7328673,6.0231543 C18.8937662,6.324009 18.985237,6.6226145 18.9983574,7.36797723 L19,11.4361148 C19,12.3276335 18.9071744,12.6509198 18.7328673,12.9768457 C18.5585602,13.3027716 18.3027716,13.5585602 17.9768457,13.7328673 C17.675991,13.8937662 17.3773855,13.985237 16.6320228,13.9983574 L7.5638852,14 C6.67236646,14 6.34908022,13.9071744 6.0231543,13.7328673 C5.69722837,13.5585602 5.4414398,13.3027716 5.2671327,12.9768457 C5.09282561,12.6509198 5,12.3276335 5,11.4361148 L5,7.5638852 C5,6.67236646 5.09282561,6.34908022 5.2671327,6.0231543 C5.4414398,5.69722837 5.69722837,5.4414398 6.0231543,5.2671327 C6.34908022,5.09282561 6.67236646,5 7.5638852,5 L16.4361148,5 Z M9,8 L7,9.5 L9,11 L9,8 Z M15,8 L15,11 L17,9.5 L15,8 Z"}));vu.displayName="StripBold";var Ru=vu;var b7=o(r()),Mu=({size:e,...t})=>b7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},b7.createElement("path",{d:"M9.5 1C5.36 1 2 4.36 2 8.5 2 12.64 5.36 16 9.5 16c4.14 0 7.5-3.36 7.5-7.5C17 4.36 13.64 1 9.5 1Zm-.45 10.75-2.9-2.9.71-.71 2.1 2.1 3.15-4.05.79.61-3.85 4.95Z"}));Mu.displayName="SuccessBoldSmall";var Su=Mu;var w7=o(r()),Zu=({size:e,...t})=>w7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},w7.createElement("path",{d:"M7.982 13a1 1 0 01-.707-.293l-2.5-2.5a1 1 0 011.414-1.414l1.726 1.726 4.3-5.16a1.001 1.001 0 011.536 1.282l-5 6a1 1 0 01-.723.358h-.046z"}));Zu.displayName="SuccessSmall";var Bu=Zu;var G7=o(r()),Pu=({size:e,...t})=>G7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G7.createElement("path",{d:"M9,8 C6.790861,8 5,9.790861 5,12 C5,14.209139 6.790861,16 9,16 L15,16 C17.209139,16 19,14.209139 19,12 C19,9.790861 17.209139,8 15,8 L9,8 Z M9,7 L15,7 C17.7614237,7 20,9.23857625 20,12 C20,14.7614237 17.7614237,17 15,17 L9,17 C6.23857625,17 4,14.7614237 4,12 C4,9.23857625 6.23857625,7 9,7 Z M15,10 C13.8954305,10 13,10.8954305 13,12 C13,13.1045695 13.8954305,14 15,14 C16.1045695,14 17,13.1045695 17,12 C17,10.8954305 16.1045695,10 15,10 Z M15,9 C16.6568542,9 18,10.3431458 18,12 C18,13.6568542 16.6568542,15 15,15 C13.3431458,15 12,13.6568542 12,12 C12,10.3431458 13.3431458,9 15,9 Z"}));Pu.displayName="Switch";var Vu=Pu;var A7=o(r()),bu=({size:e,...t})=>A7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A7.createElement("path",{d:"M9,7 L15,7 C17.7614237,7 20,9.23857625 20,12 C20,14.7614237 17.7614237,17 15,17 L9,17 C6.23857625,17 4,14.7614237 4,12 C4,9.23857625 6.23857625,7 9,7 Z M15,9 C13.3431458,9 12,10.3431458 12,12 C12,13.6568542 13.3431458,15 15,15 C16.6568542,15 18,13.6568542 18,12 C18,10.3431458 16.6568542,9 15,9 Z"}));bu.displayName="SwitchBold";var wu=bu;var y7=o(r()),Gu=({size:e,...t})=>y7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y7.createElement("path",{d:"M12.149 8.09c.075 0 .112.037.112.111v.704c0 .075-.037.112-.112.112h-1.473c-.03 0-.045.015-.045.044V15.8c0 .074-.037.112-.112.112h-.855c-.075 0-.112-.038-.112-.112V9.06c0-.03-.015-.044-.045-.044H8.112C8.037 9.017 8 8.98 8 8.905v-.704c0-.074.037-.112.112-.112h4.037ZM15.01 16c-.592 0-1.072-.182-1.44-.547-.36-.373-.539-.857-.539-1.453v-.29c0-.075.037-.112.112-.112h.832c.075 0 .113.037.113.111v.235c0 .343.086.618.259.827a.834.834 0 0 0 .663.302.85.85 0 0 0 .663-.29c.18-.202.27-.463.27-.783 0-.216-.049-.406-.146-.57a1.458 1.458 0 0 0-.371-.436 10.9 10.9 0 0 0-.742-.58 11.032 11.032 0 0 1-.9-.727 2.702 2.702 0 0 1-.55-.726 2.095 2.095 0 0 1-.226-.995c0-.603.18-1.08.54-1.43.36-.357.829-.536 1.406-.536.6 0 1.079.19 1.439.57.367.38.55.879.55 1.497v.28c0 .074-.037.111-.112.111H16c-.075 0-.112-.037-.112-.112v-.301c0-.335-.086-.604-.259-.805a.834.834 0 0 0-.674-.313.816.816 0 0 0-.641.28c-.165.178-.248.432-.248.76 0 .297.083.55.248.76.165.2.483.472.955.815.45.335.787.607 1.012.816.233.208.409.439.529.692.127.246.191.54.191.883 0 .626-.184 1.129-.55 1.508-.368.373-.848.559-1.44.559Z"}));Gu.displayName="TS";var Au=Gu;var E7=o(r()),yu=({size:e,...t})=>E7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E7.createElement("path",{fillRule:"evenodd",d:"M5.5,18 C4.67157288,18 4,17.3284271 4,16.5 L4,7.5 C4,6.67157288 4.67157288,6 5.5,6 L18.5,6 C19.3284271,6 20,6.67157288 20,7.5 L20,16.5 C20,17.3284271 19.3284271,18 18.5,18 L5.5,18 Z M9,10 L5,10 L5,16.5 C5,16.7761424 5.22385763,17 5.5,17 L9,17 L9,10 Z M10,10 L10,17 L14,17 L14,10 L10,10 Z M18.5,7 L5.5,7 C5.22385763,7 5,7.22385763 5,7.5 L5,9 L19,9 L19,7.5 C19,7.22385763 18.7761424,7 18.5,7 Z M15,17 L18.5,17 C18.7761424,17 19,16.7761424 19,16.5 L19,10 L15,10 L15,17 Z"}));yu.displayName="Table";var Eu=yu;var F7=o(r()),Fu=({size:e,...t})=>F7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F7.createElement("path",{d:"M18,9 L18,8 C18,7.447 17.553,7 17,7 L7,7 C6.447,7 6,7.447 6,8 L6,9 L18,9 Z M6,11 L6,13 L11,13 L11,11 L6,11 Z M13,11 L13,13 L18,13 L18,11 L13,11 Z M6,15 L6,17 L11,17 L11,15 L6,15 Z M13,15 L13,17 L18,17 L18,15 L13,15 Z M6,5 L18,5 C19.104,5 20,5.896 20,7 L20,17 C20,18.104 19.104,19 18,19 L6,19 C4.896,19 4,18.104 4,17 L4,7 C4,5.896 4.896,5 6,5 Z"}));Fu.displayName="TableBold";var Nu=Fu;var N7=o(r()),ku=({size:e,...t})=>N7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N7.createElement("path",{d:"M18.5 21h-13c-.83 0-1.5-.67-1.5-1.5v-15C4 3.67 4.67 3 5.5 3h13c.83 0 1.5.67 1.5 1.5v15c0 .83-.67 1.5-1.5 1.5ZM5.5 4c-.28 0-.5.22-.5.5v15c0 .28.22.5.5.5h13c.28 0 .5-.22.5-.5v-15c0-.28-.22-.5-.5-.5h-13ZM14 17h-4v1h4v-1Z"}));ku.displayName="Tablet";var Hu=ku;var k7=o(r()),Tu=({size:e,...t})=>k7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k7.createElement("path",{d:"M17.52 6h-6.61c-.21-.58-.76-1-1.41-1h-3c-.76 0-1.38.56-1.49 1.29V17.5C5 18.33 5.67 19 6.5 19h11c.83 0 1.5-.67 1.5-1.5v-10c0-.83-.66-1.5-1.48-1.5ZM18 7.5v1.6c-.16-.06-.33-.1-.52-.1H15V7.5c0-.18-.04-.34-.09-.5h2.61c.26 0 .48.22.48.5ZM13.5 7c.27 0 .5.23.5.5V9h-3V7h2.5ZM18 17.5c0 .28-.22.5-.5.5h-11c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5V10h7.48c.28 0 .52.23.52.5v7Z"}));Tu.displayName="Tabs";var Uu=Tu;var H7=o(r()),Du=({size:e,...t})=>H7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H7.createElement("path",{d:"M14.8,7.71428571 C15.4171429,7.70285714 16.0114286,7.94285714 16.4685714,8.38857143 L19.6571429,11.4742857 C19.8628571,11.68 19.9885714,11.9771429 19.9885714,12.2857143 C19.9885714,12.5828571 19.8628571,12.88 19.6571429,13.0971429 L16.4685714,16.1828571 C16.0114286,16.6171429 15.4171429,16.8571429 14.8,16.8571429 L6.35428571,16.8571429 C5.72571429,16.8685714 5.13142857,16.64 4.68571429,16.2057143 C4.24,15.7714286 4,15.1885714 4,14.5714286 L4,10 C4,9.37142857 4.24,8.78857143 4.68571429,8.35428571 C5.13142857,7.92 5.72571429,7.69142857 6.35428571,7.71428571 L14.8,7.71428571 Z M14.8,8.85714286 L6.21714286,8.84571429 C5.94285714,8.86857143 5.69142857,8.97142857 5.49714286,9.16571429 C5.26857143,9.38285714 5.13142857,9.68 5.13142857,10 L5.13142857,14.5714286 C5.13142857,14.88 5.26857143,15.1771429 5.49714286,15.3942857 C5.72571429,15.6114286 6.03428571,15.7257143 6.35428571,15.7142857 L14.8,15.7142857 C15.12,15.7142857 15.4285714,15.5885714 15.6685714,15.3714286 L18.8457143,12.2857143 L15.6685714,9.2 C15.4285714,8.97142857 15.12,8.84571429 14.8,8.85714286 Z M13.1428571,10 C14.4052223,10 15.4285714,11.0233491 15.4285714,12.2857143 C15.4285714,13.5480794 14.4052223,14.5714286 13.1428571,14.5714286 C11.880492,14.5714286 10.8571429,13.5480794 10.8571429,12.2857143 C10.8571429,11.0171429 11.8742857,10 13.1428571,10 Z M13.1428571,11.1428571 C12.5028571,11.1428571 12,11.6457143 12,12.2857143 C12,12.9142857 12.5028571,13.4285714 13.1428571,13.4285714 C13.7714286,13.4285714 14.2857143,12.9142857 14.2857143,12.2857143 C14.2857143,11.6457143 13.7714286,11.1428571 13.1428571,11.1428571 Z"}));Du.displayName="Tag";var zu=Du;var T7=o(r()),Iu=({size:e,...t})=>T7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},T7.createElement("path",{d:"M11.5 3a.5.5 0 110 1H11v2.64c-.01.48.123.954.38 1.36l3.11 5a2 2 0 01-1.69 3H5.2a2 2 0 01-1.69-3.06L6.62 8c.257-.406.39-.88.38-1.36V4h-.5a.5.5 0 010-1h5zM10 4H8v2.64a3.43 3.43 0 01-.53 1.85l-3.11 5A1 1 0 005.2 15h7.6a1 1 0 00.84-1.53l-3.11-5A3.43 3.43 0 0110 6.64V4zm1.2 7l1.34 2.24a.5.5 0 01-.43.76H5.89a.5.5 0 01-.43-.76L6.8 11h4.4z"}));Iu.displayName="TestTubeSmall";var _u=Iu;var U7=o(r()),Wu=({size:e,...t})=>U7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U7.createElement("path",{d:"M17.5,5 L5.5,5 C4.673,5 4,5.673 4,6.5 L4,10 L5,10 L5,6.5 C5,6.224 5.225,6 5.5,6 L11,6 L11,18 L8,18 L8,19 L15,19 L15,18 L12,18 L12,6 L17.5,6 C17.775,6 18,6.224 18,6.5 L18,10 L19,10 L19,6.5 C19,5.673 18.327,5 17.5,5"}));Wu.displayName="Text";var Ou=Wu;var D7=o(r()),ju=({size:e,...t})=>D7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D7.createElement("path",{d:"M19,17 L19,19 L5,19 L5,17 L19,17 Z M16,14 L16,16 L8,16 L8,14 L16,14 Z M18,11 L18,13 L6,13 L6,11 L18,11 Z M16,8 L16,10 L8,10 L8,8 L16,8 Z M19,5 L19,7 L5,7 L5,5 L19,5 Z"}));ju.displayName="TextAlignCenter";var $u=ju;var z7=o(r()),Ju=({size:e,...t})=>z7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z7.createElement("path",{d:"M15,17 L15,19 L6,19 L6,17 L15,17 Z M19,14 L19,16 L6,16 L6,14 L19,14 Z M19,11 L19,13 L6,13 L6,11 L19,11 Z M19,8 L19,10 L6,10 L6,8 L19,8 Z M19,5 L19,7 L6,7 L6,5 L19,5 Z"}));Ju.displayName="TextAlignJustify";var Yu=Ju;var I7=o(r()),qu=({size:e,...t})=>I7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I7.createElement("path",{d:"M19,17 L19,19 L5,19 L5,17 L19,17 Z M14,14 L14,16 L5,16 L5,14 L14,14 Z M18,11 L18,13 L5,13 L5,11 L18,11 Z M14,8 L14,10 L5,10 L5,8 L14,8 Z M19,5 L19,7 L5,7 L5,5 L19,5 Z"}));qu.displayName="TextAlignLeft";var Qu=qu;var _7=o(r()),Xu=({size:e,...t})=>_7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_7.createElement("path",{d:"M19,17 L19,19 L5,19 L5,17 L19,17 Z M19,14 L19,16 L9,16 L9,14 L19,14 Z M19,11 L19,13 L6,13 L6,11 L19,11 Z M19,8 L19,10 L9,10 L9,8 L19,8 Z M19,5 L19,7 L5,7 L5,5 L19,5 Z"}));Xu.displayName="TextAlignRight";var Ku=Xu;var W7=o(r()),em=({size:e,...t})=>W7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W7.createElement("path",{d:"M16,6 L8,6 C6.35,6 5,7.35 5,9 L5,11 L7,11 L7,9 C7,8.448 7.447,8 8,8 L11,8 L11,17 L9,17 L9,19 L15,19 L15,17 L13,17 L13,8 L16,8 C16.553,8 17,8.448 17,9 L17,11 L19,11 L19,9 C19,7.343 17.657,6 16,6"}));em.displayName="TextBold";var tm=em;var O7=o(r()),rm=({size:e,...t})=>O7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O7.createElement("path",{d:"M7,5 L17,5 C18.1045695,5 19,5.8954305 19,7 L19,17 C19,18.1045695 18.1045695,19 17,19 L7,19 C5.8954305,19 5,18.1045695 5,17 L5,7 C5,5.8954305 5.8954305,5 7,5 Z M7,6 C6.44771525,6 6,6.44771525 6,7 L6,17 C6,17.5522847 6.44771525,18 7,18 L17,18 C17.5522847,18 18,17.5522847 18,17 L18,7 C18,6.44771525 17.5522847,6 17,6 L7,6 Z M9,13 L9,9 L8,9 L8,8 L11,8 L11,9 L10,9 L10,13 L11,13 L11,14 L8,14 L8,13 L9,13 Z"}));rm.displayName="TextBox";var om=rm;var j7=o(r()),am=({size:e,...t})=>j7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j7.createElement("path",{d:"M8,5 L16,5 C17.6568542,5 19,6.34314575 19,8 L19,16 C19,17.6568542 17.6568542,19 16,19 L8,19 C6.34314575,19 5,17.6568542 5,16 L5,8 C5,6.34314575 6.34314575,5 8,5 Z M9,14 L8,14 L8,15 L11,15 L11,14 L10,14 L10,9 L11,9 L11,8 L8,8 L8,9 L9,9 L9,14 Z"}));am.displayName="TextBoxBold";var Lm=am;var K=o(r()),lm=({size:e,...t})=>K.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K.createElement("path",{d:"M17.955 20.4c-3.296 0-4.455-2.695-4.455-4.294 0-3.05 4.455-9.706 4.455-9.706s4.545 6.656 4.545 9.705c0 1.6-1.249 4.295-4.545 4.295Z",className:"texttcolor-custom-color"}),K.createElement("path",{d:"M7.72 3c-.74 0-1.38.45-1.68 1.18L1 16h2l1.77-4h5.62l1.11 3 .5-4-2.6-6.82C9.1 3.45 8.46 3 7.72 3Zm0 2.35L9.59 10H5.66l2.06-4.65Zm10.23-.27.85 1.3c.43.66 4.2 6.57 4.2 9.62 0 2.06-1.56 5-5.04 5S13 17.92 13 16c0-3.05 3.69-8.96 4.11-9.62l.83-1.31.01.01ZM14 16c0 1.49 1.02 4 3.96 4S22 17.49 22 16c0-2.84-4.04-9.04-4.04-9.04S14 13.16 14 16Z"}));lm.displayName="TextColor";var sm=lm;var $7=o(r()),im=({size:e,...t})=>$7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$7.createElement("path",{d:"M12.9960001,5 L12.9960001,19 L10.9960001,19 L10.9960001,5 L12.9960001,5 Z M9.9960001,5 L9.9960001,19 L7.9960001,19 L7.9960001,11 L6.6910001,11 C4.8740001,11 3.4000001,9.818 3.4000001,8 C3.4000001,6.24468966 4.7740976,5.08227348 6.50430449,5.00419402 L6.6910001,5 L9.9960001,5 Z M19.7510001,13.394 C20.0860001,13.832 20.0020001,14.46 19.5630001,14.795 L17.9960001,16 L19.5630001,17.205 C20.0020001,17.54 20.0860001,18.168 19.7510001,18.606 C19.5550001,18.864 19.2570001,19 18.9550001,19 C18.7440001,19 18.5300001,18.934 18.3500001,18.795 L14.9960001,16 L18.3500001,13.205 C18.7880001,12.868 19.4160001,12.955 19.7510001,13.394 Z"}));im.displayName="TextLtr";var Cm=im;var J7=o(r()),nm=({size:e,...t})=>J7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J7.createElement("path",{fillRule:"evenodd",d:"M18.9998,17 L18.9998,19 L5.9998,19 L5.9998,17 L18.9998,17 Z M18.9998,14 L18.9998,16 L11.9998,16 L11.9998,14 L18.9998,14 Z M9.676,9.2879 C10.002,9.7339 9.906,10.3589 9.461,10.6869 L8,11.9999 L9.461,13.0729 C9.906,13.4009 10.002,14.0259 9.676,14.4719 C9.479,14.7379 9.176,14.8799 8.868,14.8799 C8.663,14.8799 8.456,14.8179 8.277,14.6869 L5,11.9999 L8.277,9.0729 C8.723,8.7479 9.347,8.8429 9.676,9.2879 Z M18.9998,11 L18.9998,13 L11.9998,13 L11.9998,11 L18.9998,11 Z M18.9998,8 L18.9998,10 L11.9998,10 L11.9998,8 L18.9998,8 Z M18.9998,5 L18.9998,7 L5.9998,7 L5.9998,5 L18.9998,5 Z"}));nm.displayName="TextLtrDecrease";var pm=nm;var Y7=o(r()),dm=({size:e,...t})=>Y7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y7.createElement("path",{fillRule:"evenodd",d:"M19.0000964,17 L19.0000964,19 L6.00009637,19 L6.00009637,17 L19.0000964,17 Z M19.0000964,14 L19.0000964,16 L12.0000964,16 L12.0000964,14 L19.0000964,14 Z M6.59209637,9.0729 L10.0000964,11.9999 L6.59209637,14.6869 C6.41409637,14.8169 6.20609637,14.8799 6.00109637,14.8799 C5.69309637,14.8799 5.39009637,14.7379 5.19409637,14.4719 C4.86709637,14.0259 4.96309637,13.4009 5.40809637,13.0729 L7.00009637,11.9999 L5.40809637,10.6869 C4.96309637,10.3589 4.86709637,9.7339 5.19409637,9.2879 C5.52109637,8.8439 6.14609637,8.7459 6.59209637,9.0729 Z M19.0000964,11 L19.0000964,13 L12.0000964,13 L12.0000964,11 L19.0000964,11 Z M19.0000964,8 L19.0000964,10 L12.0000964,10 L12.0000964,8 L19.0000964,8 Z M19.0000964,5 L19.0000964,7 L6.00009637,7 L6.00009637,5 L19.0000964,5 Z"}));dm.displayName="TextLtrIncrease";var cm=dm;var q7=o(r()),um=({size:e,...t})=>q7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q7.createElement("path",{d:"M19,17 L19,20 L16,20 L16,19 L18,19 L18,17 L19,17 Z M16.5,4 C17.2783529,4 17.9202907,4.59615225 17.9931195,5.35576308 L18,5.5 L18,9 L17,9 L17,5.5 C17,5.25466667 16.8230123,5.05041975 16.5898381,5.00806036 L16.5,5 L12,5 L12,17 L15,17 L15,18 L8,18 L8,17 L11,17 L11,5 L6.5,5 C6.25466667,5 6.05041975,5.17698765 6.00806036,5.41016187 L6,5.5 L6,9 L5,9 L5,5.5 C5,4.72164706 5.59615225,4.07970934 6.35576308,4.00688052 L6.5,4 L16.5,4 Z"}));um.displayName="TextMultiline";var mm=um;var Q7=o(r()),fm=({size:e,...t})=>Q7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q7.createElement("path",{d:"M16,5 C17.657,5 19,6.343 19,8 L19,10 L17,10 L17,8 C17,7.447 16.553,7 16,7 L13,7 L13,16 L15,16 L15,18 L9,18 L9,16 L11,16 L11,7 L8,7 C7.447,7 7,7.447 7,8 L7,10 L5,10 L5,8 C5,6.35 6.35,5 8,5 L16,5 Z M21,16 L21,20 L17,20 L21,16 Z"}));fm.displayName="TextMultilineBold";var hm=fm;var X7=o(r()),xm=({size:e,...t})=>X7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X7.createElement("path",{d:"M18.0001683,5 L18.0001683,19 L16.0001683,19 L16.0001683,5 L18.0001683,5 Z M15.0001683,5 L15.0001683,19 L13.0001683,19 L13.0001683,11 L11.6951683,11 C9.87816831,11 8.40416831,9.818 8.40416831,8 C8.40416831,6.24468966 9.77826581,5.08227348 11.5084727,5.00419402 L11.6951683,5 L15.0001683,5 Z M7.60716831,13.205 L11.0001683,16 L7.60716831,18.795 C7.42616831,18.934 7.21316831,19 7.00116831,19 C6.69916831,19 6.40216831,18.864 6.20516831,18.606 C5.87016831,18.168 5.95416831,17.54 6.39316831,17.205 L8.00016831,16 L6.39316831,14.795 C5.95416831,14.46 5.87016831,13.832 6.20516831,13.394 C6.54016831,12.955 7.16716831,12.868 7.60716831,13.205 Z"}));xm.displayName="TextRtl";var gm=xm;var K7=o(r()),vm=({size:e,...t})=>K7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K7.createElement("path",{fillRule:"evenodd",d:"M18,17 L18,19 L5,19 L5,17 L18,17 Z M12,14 L12,16 L5,16 L5,14 L12,14 Z M14.3238,9.2879 C14.6274923,8.87713077 15.1825456,8.76458639 15.6169325,9.00532376 L15.7228,9.0729 L18.9998,11.9999 L15.7228,14.6869 C15.5438,14.8179 15.3368,14.8799 15.1318,14.8799 C14.8238,14.8799 14.5208,14.7379 14.3238,14.4719 C14.0228769,14.0602077 14.0815278,13.4959947 14.4423362,13.1536478 L14.5388,13.0729 L15.9998,11.9999 L14.5388,10.6869 C14.0938,10.3589 13.9978,9.7339 14.3238,9.2879 Z M12,11 L12,13 L5,13 L5,11 L12,11 Z M12,8 L12,10 L5,10 L5,8 L12,8 Z M18,5 L18,7 L5,7 L5,5 L18,5 Z"}));vm.displayName="TextRtlDecrease";var Rm=vm;var e6=o(r()),Mm=({size:e,...t})=>e6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e6.createElement("path",{fillRule:"evenodd",d:"M18,17 L18,19 L5,19 L5,17 L18,17 Z M12,14 L12,16 L5,16 L5,14 L12,14 Z M17.408,9.0729 C17.854,8.7459 18.479,8.8439 18.806,9.2879 C19.1078462,9.69959231 19.0492663,10.2638053 18.6884634,10.6061522 L17,11.9999 L18.592,13.0729 C19.037,13.4009 19.133,14.0259 18.806,14.4719 C18.61,14.7379 18.307,14.8799 17.999,14.8799 C17.835,14.8799 17.66908,14.83958 17.518136,14.756892 L17.408,14.6869 L14,11.9999 L17.408,9.0729 Z M12,11 L12,13 L5,13 L5,11 L12,11 Z M12,8 L12,10 L5,10 L5,8 L12,8 Z M18,5 L18,7 L5,7 L5,5 L18,5 Z"}));Mm.displayName="TextRtlIncrease";var Sm=Mm;var t6=o(r()),Zm=({size:e,...t})=>t6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},t6.createElement("path",{d:"M12.5,4 L9,4 L8,4 L4.5,4 C3.673,4 3,4.673 3,5.5 L3,8 L4,8 L4,5.5 C4,5.225 4.224,5 4.5,5 L8,5 L8,14 L5,14 L5,15 L12,15 L12,14 L9,14 L9,5 L12.5,5 C12.776,5 13,5.225 13,5.5 L13,8 L14,8 L14,5.5 C14,4.673 13.327,4 12.5,4"}));Zm.displayName="TextSmall";var Bm=Zm;var r6=o(r()),Pm=({size:e,...t})=>r6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r6.createElement("path",{d:"M14.82 14h-.47l-.19-.49h-.86l-.18.49h-.46l.84-2.15h.46l.86 2.15Zm-.8-.85-.3-.8-.29.8h.59Zm1.02.85v-2.15h.65l.39 1.46.39-1.46h.65V14h-.4v-1.69L16.29 14h-.42l-.43-1.69V14h-.4ZM7 7h10c.53 0 1.04.21 1.41.59.38.38.59.88.59 1.41v5c0 .53-.21 1.04-.59 1.41-.38.38-.88.59-1.41.59H7c-.53 0-1.04-.21-1.41-.59C5.21 15.03 5 14.53 5 14V9c0-.53.21-1.04.59-1.41C5.97 7.21 6.47 7 7 7Zm0 1c-.27 0-.52.11-.71.29A.99.99 0 0 0 6 9v5c0 .27.11.52.29.71.19.19.44.29.71.29h10c.27 0 .52-.11.71-.29A.99.99 0 0 0 18 14V9c0-.27-.11-.52-.29-.71A.99.99 0 0 0 17 8H7Zm0 1h1v5H7V9Zm3 4h2v1H9v-3h2v-1H9V9h3v3h-2v1Z"}));Pm.displayName="TimeInput";var Vm=Pm;var o6=o(r()),bm=({size:e,...t})=>o6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o6.createElement("path",{d:"M10.967,4 C10.873,4.824 10.703,5.503 10.456,6.037 C10.209,6.57 9.881,7.027 9.473,7.408 C9.064,7.789 8.573,8.081 8,8.285 L8,10.564 L9.604,10.564 L9.604,16.172 C9.604,16.902 9.673,17.46 9.814,17.845 C9.953,18.229 10.205,18.593 10.569,18.935 C10.931,19.276 11.369,19.539 11.884,19.724 C12.398,19.907 12.988,20 13.657,20 C14.247,20 14.795,19.936 15.302,19.807 C15.809,19.677 16.374,19.452 17,19.13 L17,16.614 C16.267,17.141 15.529,17.404 14.788,17.404 C14.371,17.404 14.001,17.298 13.678,17.085 C13.433,16.929 13.266,16.718 13.176,16.455 C13.086,16.191 13.041,15.596 13.041,14.668 L13.041,10.564 L16.518,10.564 L16.518,8.053 L13.041,8.053 L13.041,4 L10.967,4 Z"}));bm.displayName="Tumblr";var wm=bm;var a6=o(r()),Gm=({size:e,...t})=>a6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a6.createElement("path",{d:"M20.007,8.443 C19.456,8.687 18.862,8.853 18.24,8.927 C18.875,8.547 19.363,7.944 19.593,7.225 C18.998,7.578 18.34,7.834 17.639,7.971 C17.078,7.374 16.278,7 15.393,7 C13.694,7 12.316,8.378 12.316,10.078 C12.316,10.318 12.343,10.553 12.395,10.779 C9.837,10.65 7.569,9.425 6.052,7.563 C5.787,8.017 5.635,8.547 5.635,9.11 C5.635,10.178 5.943,11.12 6.769,11.672 C6.264,11.656 6.138,11.517 5.138,11.287 L5.138,11.326 C5.138,12.817 6.435,14.06 7.843,14.343 C7.584,14.414 7.431,14.451 7.15,14.451 C6.951,14.451 6.818,14.432 6.63,14.396 C7.022,15.619 8.188,16.508 9.534,16.533 C8.481,17.359 7.168,17.85 5.727,17.85 C5.479,17.85 5.24,17.836 5,17.807 C6.362,18.68 7.984,19.19 9.722,19.19 C15.382,19.19 18.479,14.501 18.479,10.434 C18.479,10.3 18.477,10.169 18.471,10.036 C19.072,9.602 19.595,9.06 20.007,8.443"}));Gm.displayName="Twitter";var Am=Gm;var L6=o(r()),ym=({size:e,...t})=>L6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L6.createElement("path",{d:"M17,16.9996 L17,18.9996 L6,18.9996 L6,16.9996 L17,16.9996 Z M15,4 C15.553,4 16,4.447 16,5 L16,10.449 C16,13.175 14.065,15.232 11.5,15.232 C8.935,15.232 7,13.175 7,10.449 L7,5 C7,4.447 7.447,4 8,4 C8.553,4 9,4.447 9,5 L9,10.449 C9,11.832 9.859,13.232 11.5,13.232 C13.141,13.232 14,11.832 14,10.449 L14,5 C14,4.447 14.447,4 15,4 Z"}));ym.displayName="Underline";var Em=ym;var l6=o(r()),Fm=({size:e,...t})=>l6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l6.createElement("path",{d:"M18.004,13.4102414 C17.108,9.56224138 13.113,7.19224138 9.105,8.12524138 L6.679,8.68824138 L8.952,5.02424138 L8.135,4.51724138 L5,9.57224138 L10.044,12.7252414 L10.553,11.9112414 L6.898,9.62524138 L9.322,9.06124138 C12.816,8.24624138 16.294,10.2972414 17.067,13.6282414 C17.623,16.0162414 16.886,18.3132414 15.098,19.7722414 L15.706,20.5172414 C17.785,18.8202414 18.644,16.1642414 18.004,13.4102414"}));Fm.displayName="Undo";var Nm=Fm;var s6=o(r()),km=({size:e,...t})=>s6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s6.createElement("path",{d:"M17.127,8.13638806 C15.919,6.91438806 14.313,6.24138806 12.605,6.24138806 C10.897,6.24138806 9.29,6.91438806 8.082,8.13638806 L6.263,9.97638806 L6.463,7.08238806 C6.501,6.52438806 6.084,6.04138806 5.533,6.00238806 C4.984,5.96438806 4.504,6.38438806 4.465,6.94138806 L4,13.6963881 L10.679,13.2263881 C11.231,13.1883881 11.647,12.7033881 11.608,12.1463881 C11.569,11.5883881 11.086,11.1713881 10.54,11.2063881 L7.678,11.4083881 L9.497,9.56838806 C10.327,8.72838806 11.431,8.26638806 12.605,8.26638806 C13.778,8.26638806 14.882,8.72838806 15.712,9.56838806 C16.541,10.4073881 16.999,11.5233881 16.999,12.7103881 C16.999,13.8973881 16.541,15.0133881 15.712,15.8523881 L15.004,16.5683881 L16.419,17.9993881 L17.127,17.2833881 C18.335,16.0623881 19,14.4383881 19,12.7103881 C19,10.9823881 18.335,9.35838806 17.127,8.13638806"}));km.displayName="UndoBold";var Hm=km;var i6=o(r()),Tm=({size:e,...t})=>i6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i6.createElement("path",{fillRule:"evenodd",d:"M6,18 L11,18 L11,13 L6,13 L6,18 Z M11,12 L6,12 C5.447,12 5,12.447 5,13 L5,18 C5,18.553 5.447,19 6,19 L11,19 C11.553,19 12,18.553 12,18 L12,13 C12,12.447 11.553,12 11,12 L11,12 Z M16,13 L18,13 L18,11 L16,11 L16,13 Z M18,10 L16,10 C15.447,10 15,10.447 15,11 L15,13 C15,13.553 15.447,14 16,14 L18,14 C18.553,14 19,13.553 19,13 L19,11 C19,10.447 18.553,10 18,10 L18,10 Z M9,9 L12,9 L12,6 L9,6 L9,9 Z M12,5 L9,5 C8.447,5 8,5.447 8,6 L8,9 C8,9.553 8.447,10 9,10 L12,10 C12.553,10 13,9.553 13,9 L13,6 C13,5.447 12.553,5 12,5 L12,5 Z"}));Tm.displayName="Ungroup";var Um=Tm;var C6=o(r()),Dm=({size:e,...t})=>C6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C6.createElement("path",{fillRule:"evenodd",d:"M12,5 L9,5 C8.447,5 8,5.447 8,6 L8,9 C8,9.553 8.447,10 9,10 L12,10 C12.553,10 13,9.553 13,9 L13,6 C13,5.447 12.553,5 12,5 M18,10 L16,10 C15.447,10 15,10.447 15,11 L15,13 C15,13.553 15.447,14 16,14 L18,14 C18.553,14 19,13.553 19,13 L19,11 C19,10.447 18.553,10 18,10 M11,12 L6,12 C5.447,12 5,12.447 5,13 L5,18 C5,18.553 5.447,19 6,19 L11,19 C11.553,19 12,18.553 12,18 L12,13 C12,12.447 11.553,12 11,12"}));Dm.displayName="UngroupBold";var zm=Dm;var n6=o(r()),Im=({size:e,...t})=>n6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n6.createElement("path",{d:"M16,9 L15,9 L15,10 L16,10 C17.379,10 18,11.121 18,12.5 C18,13.879 17.379,15 16,15 L15,15 L15,16 L16,16 C17.934,16 19,14.433 19,12.5 C19,10.567 17.934,9 16,9 L16,9 Z M12,9.099 L12,6 L11,6 L11,9.099 L9.416,6.723 L8.584,7.139 L10.584,10 L12.416,10 L14.416,7.139 L13.584,6.653 L12,9.099 Z M4,12.5 C4,14.433 5.066,16 7,16 L8,16 L8,15 L7,15 C5.621,15 5,13.879 5,12.5 C5,11.121 5.621,10 7,10 L8,10 L8,9 L7,9 C5.066,9 4,10.567 4,12.5 L4,12.5 Z M10.584,15 L8.584,17.861 L9.416,18.347 L11,15.901 L11,19 L12,19 L12,15.901 L13.584,18.277 L14.416,17.861 L12.416,15 L10.584,15 Z"}));Im.displayName="UnlinkProperties";var _m=Im;var p6=o(r()),Wm=({size:e,...t})=>p6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},p6.createElement("path",{d:"M9.5205,10.3327 L11.5205,13.1937 L10.6885,13.6097 L9.1045,11.2337 L8.9365,11.2337 L7.3525,13.6797 L6.5205,13.1937 L8.5205,10.3327 L9.5205,10.3327 Z M6,6.3464 L6,7.3464 L5.5,7.3464 C4.673,7.3464 4,8.0194 4,8.8464 C4,9.62475294 4.59615225,10.2666907 5.35576308,10.3395195 L5.5,10.3464 L6,10.3464 L6,11.3464 L5.5,11.3464 C4.121,11.3464 3,10.2254 3,8.8464 C3,7.52256 4.0331136,6.4364928 5.33581363,6.35172557 L5.5,6.3464 L6,6.3464 Z M12.5,6.3464 C13.879,6.3464 15,7.4674 15,8.8464 C15,10.17024 13.9668864,11.2563072 12.6641864,11.3410744 L12.5,11.3464 L12,11.3464 L12,10.3464 L12.5,10.3464 C13.327,10.3464 14,9.6734 14,8.8464 C14,8.06804706 13.4038478,7.42610934 12.6442369,7.35328052 L12.5,7.3464 L12,7.3464 L12,6.3464 L12.5,6.3464 Z M10.6885,4 L11.5205,4.485 L9.5205,7.346 L8.5205,7.346 L6.5205,4.485 L7.3525,4.069 L8.9365,6.445 L9.1045,6.445 L10.6885,4 Z"}));Wm.displayName="UnlinkPropertiesSmall";var Om=Wm;var d6=o(r()),jm=({size:e,...t})=>d6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d6.createElement("path",{d:"M18,11 L18,16.5 C18,17.327 17.327,18 16.5,18 L6.5,18 C5.673,18 5,17.327 5,16.5 L5,11 L4,11 L4,16.5 C4,17.878 5.121,19 6.5,19 L16.5,19 C17.879,19 19,17.878 19,16.5 L19,11 L18,11 Z M11,6.5 L11,16 L12,16 L12,6.5 L14.5,9 L15,8.375 L11.5,5 L8,8.375 L8.5,9 L11,6.5 Z"}));jm.displayName="Upload";var $m=jm;var c6=o(r()),Jm=({size:e,...t})=>c6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c6.createElement("path",{d:"M9.711,8.707 L11,7 L11,14.008 L13,14.008 L13,7 L14.297,8.707 C14.688,9.098 15.324,9.098 15.715,8.707 C16.106,8.316 16.105,7.684 15.714,7.293 L12,4 L8.301,7.293 C7.91,7.684 7.909,8.316 8.3,8.707 C8.69,9.098 9.321,9.098 9.711,8.707 L9.711,8.707 Z M17,13.008 L17,16.008 C17,16.56 16.553,17.008 16,17.008 L8,17.008 C7.447,17.008 7,16.56 7,16.008 L7,13.008 L5,13.008 L5,16.008 C5,17.658 6.35,19.008 8,19.008 L16,19.008 C17.65,19.008 19,17.658 19,16.008 L19,13.008 L17,13.008 Z"}));Jm.displayName="UploadBold";var Ym=Jm;var u6=o(r()),qm=({size:e,...t})=>u6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u6.createElement("path",{d:"M10,10.9999 L8,10.9999 L10.5,7.9999 L13,10.9999 L11,10.9999 L11,12.9999 L10,12.9999 L10,10.9999 Z M11,15 L14.997,15 C15.55,15 16,14.55 16,13.997 L16,6 L5.999,6 C5.448,6 5,6.448 5,6.999 L5,15 L10,15 L10,13.9999 L11,13.9999 L11,15 Z M19,16.996 L19,9.333 L17,6.666 L17,13.997 C17,15.103 16.104,16 14.997,16 L5.414,16 L7.414,18 L17.996,18 C18.55,18 19,17.55 19,16.996 Z M17,5 L20,9 L20,16.996 C20,18.102 19.103,19 17.996,19 L7,19 L4,16 L4,6.999 C4,5.895 4.895,5 5.999,5 L17,5 Z"}));qm.displayName="UploadButton";var Qm=qm;var m6=o(r()),Xm=({size:e,...t})=>m6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m6.createElement("path",{d:"M12,12 L12,14 L11,14 L11,12 L9,12 L11.5,9 L14,12 L12,12 Z M18,6.0001 L20,10.0001 L20,15.0001 C20,16.6569542 18.6568542,18.0001 17,18.0001 L7,18.0001 L4,15.0001 L4,9.0001 C4,7.34324575 5.34314575,6.0001 7,6.0001 L18,6.0001 Z M6,8 L6,14 L17,14 L17,8 L6,8 Z"}));Xm.displayName="UploadButtonBold";var Km=Xm;var f6=o(r()),ef=({size:e,...t})=>f6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f6.createElement("path",{d:"M8.66525,10.9259 C9.85755769,9.73359231 11.7617737,9.68773432 12.9990646,10.788326 L13.14425,10.9259 L12.44525,11.6259 C11.63775,10.8184 10.351925,10.778025 9.50516625,11.504775 L9.37525,11.6259 L6.63025,14.2999 C5.78025,15.1399 5.78025,16.5199 6.63025,17.3699 C7.40925,18.1489 8.738775,18.18785 9.5728275,17.48675 L9.70025,17.3699 L11.30025,15.7699 L12.01025,16.4799 L10.41025,18.0699 C9.80925,18.6699 9.01025,18.9999 8.17025,18.9999 C7.32025,18.9999 6.53025,18.6699 5.92925,18.0699 C4.73790385,16.8872077 4.69208284,14.9833615 5.79178698,13.7363059 L5.92925,13.5899 L8.66525,10.9259 Z M13.59045,5.93 C14.83045,4.69 16.84045,4.69 18.07045,5.93 C18.67045,6.53 19.00045,7.32 19.00045,8.17 C19.00045,8.94 18.7231583,9.67638889 18.2147903,10.2559259 L18.07045,10.41 L15.40645,13.081 C14.78645,13.691 13.97645,14.001 13.15645,14.001 C12.41395,14.001 11.67145,13.7405139 11.0752984,13.2272442 L10.91645,13.081 L11.62645,12.371 C12.43395,13.1785 13.71075,13.218875 14.56518,12.492125 L14.69645,12.371 L17.37045,9.7 C17.78045,9.29 18.00945,8.75 18.00945,8.17 C18.00945,7.59 17.78045,7.04 17.37045,6.63 C16.562,5.8225 15.2761275,5.782125 14.42165,6.508875 L14.29045,6.63 L12.63045,8.29 L11.92945,7.59 L13.59045,5.93 Z"}));ef.displayName="UrlLink";var tf=ef;var h6=o(r()),rf=({size:e,...t})=>h6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h6.createElement("path",{d:"M17.96885,14.9701 L17.96885,16.9701 L19.96885,16.9701 L19.96885,17.9701 L17.96885,17.9701 L17.96885,19.9701 L16.96885,19.9701 L16.96885,17.9701 L14.96885,17.9701 L14.96885,16.9701 L16.96885,16.9701 L16.96885,14.9701 L17.96885,14.9701 Z M8.66525,10.926 C9.85755769,9.73369231 11.7617737,9.68783432 12.9990646,10.788426 L13.14425,10.926 L12.44525,11.626 C11.63775,10.8185 10.351925,10.778125 9.50516625,11.504875 L9.37525,11.626 L6.63025,14.3 C5.78025,15.14 5.78025,16.52 6.63025,17.37 C7.40925,18.149 8.738775,18.18795 9.5728275,17.48685 L9.70025,17.37 L11.30025,15.77 L12.01025,16.48 L10.41025,18.07 C9.80925,18.67 9.01025,19 8.17025,19 C7.32025,19 6.53025,18.67 5.92925,18.07 C4.73790385,16.8873077 4.69208284,14.9834615 5.79178698,13.7364059 L5.92925,13.59 L8.66525,10.926 Z M13.59045,5.93 C14.83045,4.69 16.84045,4.69 18.07045,5.93 C18.67045,6.53 19.00045,7.32 19.00045,8.17 C19.00045,8.94 18.7231583,9.67638889 18.2147903,10.2559259 L18.07045,10.41 L15.40645,13.081 C14.78645,13.691 13.97645,14.001 13.15645,14.001 C12.41395,14.001 11.67145,13.7405139 11.0752984,13.2272442 L10.91645,13.081 L11.62645,12.371 C12.43395,13.1785 13.71075,13.218875 14.56518,12.492125 L14.69645,12.371 L17.37045,9.7 C17.78045,9.29 18.00945,8.75 18.00945,8.17 C18.00945,7.59 17.78045,7.04 17.37045,6.63 C16.562,5.8225 15.2761275,5.782125 14.42165,6.508875 L14.29045,6.63 L12.63045,8.29 L11.92945,7.59 L13.59045,5.93 Z"}));rf.displayName="UrlLinkAdd";var of=rf;var x6=o(r()),af=({size:e,...t})=>x6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x6.createElement("path",{d:"M18.894,5.10625 C17.419,3.63125 15.02,3.63125 13.545,5.10625 L11.893,6.75825 C11.557,7.09525 11.557,7.64125 11.893,7.97825 C12.23,8.31425 12.776,8.31425 13.113,7.97825 L14.764,6.32525 C15.567,5.52325 16.873,5.52325 17.675,6.32525 C18.477,7.12725 18.477,8.43325 17.675,9.23525 L14.346,12.56425 C13.543,13.36725 12.239,13.36725 11.436,12.56425 C11.098,12.22725 10.552,12.22825 10.216,12.56425 C9.879,12.90125 9.879,13.44825 10.216,13.78425 C10.954,14.52125 11.922,14.89025 12.891,14.89025 C13.859,14.89025 14.828,14.52125 15.566,13.78425 L18.894,10.45525 C20.369,8.98025 20.369,6.58125 18.894,5.10625 M10.889,16.02225 L9.237,17.67425 C8.435,18.47625 7.13,18.47725 6.328,17.67425 C5.525,16.87225 5.525,15.56625 6.328,14.76425 L9.656,11.43525 C10.458,10.63225 11.764,10.63325 12.566,11.43525 C12.903,11.77225 13.448,11.77225 13.785,11.43525 C14.122,11.09825 14.122,10.55225 13.785,10.21525 C12.311,8.74125 9.912,8.74025 8.437,10.21525 L5.108,13.54425 C4.393,14.25925 4,15.20925 4,16.21925 C4,17.23025 4.393,18.17925 5.108,18.89425 C5.845,19.63125 6.814,20.00025 7.783,20.00025 C8.75,20.00025 9.719,19.63125 10.456,18.89425 L12.109,17.24125 C12.446,16.90425 12.446,16.35825 12.109,16.02225 C11.772,15.68525 11.226,15.68525 10.889,16.02225"}));af.displayName="UrlLinkBold";var Lf=af;var g6=o(r()),lf=({size:e,...t})=>g6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},g6.createElement("path",{d:"M6.07558229,7.31668229 C7.22182229,6.21076229 9.01318229,6.19601669 10.1756424,7.25386603 L10.3175823,7.39168229 L9.59858229,8.08568229 C8.87384545,7.33631387 7.69407259,7.27623077 6.89933021,7.92243838 L6.77058229,8.03668229 L4.61258229,10.1206823 C3.82158229,10.8846823 3.79858229,12.1566823 4.56258229,12.9486823 C5.28731913,13.6980507 6.46709198,13.7572363 7.26183437,13.1117845 L7.39058229,12.9976823 L8.11058229,12.3026823 L8.80458229,13.0226823 L8.08558229,13.7166823 C6.89158229,14.8706823 4.99658229,14.8366823 3.84358229,13.6436823 C2.73670229,12.4964823 2.72283989,10.7050839 3.77987669,9.54262219 L3.91758229,9.40068229 L6.07558229,7.31668229 Z M9.67208229,3.84358229 C10.8660823,2.69058229 12.7610823,2.72358229 13.9140823,3.91758229 C15.0209623,5.06382229 15.0348247,6.85610389 13.9777879,8.01775304 L13.8400823,8.15958229 L11.6830823,10.2435823 C10.5358823,11.3504623 8.74448389,11.3643247 7.58202219,10.3072879 L7.44008229,10.1695823 L8.15908229,9.47558229 C8.88381913,10.2249507 10.063592,10.2841363 10.8583344,9.63868449 L10.9870823,9.52458229 L13.1450823,7.44058229 C13.9360823,6.67658229 13.9590823,5.40358229 13.1950823,4.61258229 C12.4712928,3.86321387 11.2906723,3.80313077 10.4958381,4.44933838 L10.3670823,4.56358229 L9.64708229,5.25758229 L8.95308229,4.53858229 L9.67208229,3.84358229 Z"}));lf.displayName="UrlLinkSmall";var sf=lf;var v6=o(r()),Cf=({size:e,...t})=>v6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v6.createElement("path",{d:"M8.66525,10.9259 C9.85755769,9.73359231 11.7617737,9.68773432 12.9990646,10.788326 L13.14425,10.9259 L12.44525,11.6259 C11.63775,10.8184 10.351925,10.778025 9.50516625,11.504775 L9.37525,11.6259 L6.63025,14.2999 C5.78025,15.1399 5.78025,16.5199 6.63025,17.3699 C7.40925,18.1489 8.738775,18.18785 9.5728275,17.48675 L9.70025,17.3699 L11.30025,15.7699 L12.01025,16.4799 L10.41025,18.0699 C9.80925,18.6699 9.01025,18.9999 8.17025,18.9999 C7.32025,18.9999 6.53025,18.6699 5.92925,18.0699 C4.73790385,16.8872077 4.69208284,14.9833615 5.79178698,13.7363059 L5.92925,13.5899 L8.66525,10.9259 Z M18.50445,14.8694 L19.07045,15.4344 L17.58545,16.9194 L19.07045,18.4044 L18.50445,18.9704 L17.01945,17.4854 L15.53445,18.9704 L14.96845,18.4044 L16.45445,16.9194 L14.96845,15.4344 L15.53445,14.8694 L17.01945,16.3534 L18.50445,14.8694 Z M13.59045,5.93 C14.83045,4.69 16.84045,4.69 18.07045,5.93 C18.67045,6.53 19.00045,7.32 19.00045,8.17 C19.00045,8.94 18.7231583,9.67638889 18.2147903,10.2559259 L18.07045,10.41 L15.40645,13.081 C14.78645,13.691 13.97645,14.001 13.15645,14.001 C12.41395,14.001 11.67145,13.7405139 11.0752984,13.2272442 L10.91645,13.081 L11.62645,12.371 C12.43395,13.1785 13.71075,13.218875 14.56518,12.492125 L14.69645,12.371 L17.37045,9.7 C17.78045,9.29 18.00945,8.75 18.00945,8.17 C18.00945,7.59 17.78045,7.04 17.37045,6.63 C16.562,5.8225 15.2761275,5.782125 14.42165,6.508875 L14.29045,6.63 L12.63045,8.29 L11.92945,7.59 L13.59045,5.93 Z"}));Cf.displayName="UrlUnlink";var nf=Cf;var R6=o(r()),pf=({size:e,...t})=>R6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R6.createElement("path",{d:"M20.4735,15.26175 C20.8215,14.91275 21.3905,14.91275 21.7375,15.26175 C22.0574167,15.5825833 22.0840764,16.0849167 21.8174792,16.4352297 L21.7375,16.52675 L20.2645,17.99975 L21.7375,19.47275 C22.0865,19.82175 22.0865,20.38775 21.7375,20.73775 C21.5645,20.91275 21.3345,20.99975 21.1055,20.99975 C20.9138333,20.99975 20.7235556,20.9393333 20.5647593,20.8179213 L20.4735,20.73775 L18.9995,19.26475 L17.5265,20.73775 C17.3525,20.91275 17.1235,20.99975 16.8945,20.99975 C16.6645,20.99975 16.4355,20.91275 16.2625,20.73775 C15.9416667,20.4169167 15.9149306,19.9145833 16.1822917,19.5642703 L16.2625,19.47275 L17.7355,17.99975 L16.2625,16.52675 C15.9125,16.17775 15.9125,15.61175 16.2625,15.26175 C16.5805833,14.9418333 17.0852083,14.9151736 17.4351522,15.1817708 L17.5265,15.26175 L18.9995,16.73475 L20.4735,15.26175 Z M6.43525013,11.1503 C7.91025013,9.6723 10.3102501,9.6723 11.7842501,11.1503 C12.1212501,11.4873 12.1212501,12.0343 11.7852501,12.3713 C11.4482501,12.7103 10.9022501,12.7093 10.5652501,12.3723 C9.80335013,11.60945 8.58568763,11.570405 7.77821138,12.2577371 L7.65425013,12.3723 L4.32525013,15.7083 C3.52325013,16.5123 3.52325013,17.8213 4.32625013,18.6253 C5.08815013,19.3891 6.30400763,19.42729 7.11216075,18.73987 L7.23625013,18.6253 L8.88825013,16.9693 C9.22325013,16.6323 9.77225013,16.6323 10.1072501,16.9693 C10.4152501,17.2782167 10.4409168,17.7644319 10.1842501,18.1028984 L10.1072501,18.1913 L8.45525013,19.8473 C7.71725013,20.5863 6.74925013,20.9553 5.78125013,20.9553 C4.81225013,20.9553 3.84325013,20.5863 3.10725013,19.8473 C1.68214668,18.4202655 1.63300518,16.129992 2.95802548,14.6425237 L3.10525013,14.4863 L6.43525013,11.1503 Z M11.5442501,6.0293 C12.9712501,4.5973 15.4642501,4.5973 16.8932501,6.0293 C17.6072501,6.7453 18.0002501,7.6963 18.0002501,8.7093 C18.0002501,9.64437692 17.6653862,10.5274775 17.0515018,11.2209595 L16.8922501,11.3903 L13.5642501,14.7263 C12.8272501,15.4653 11.8592501,15.8343 10.8902501,15.8343 C9.92125013,15.8343 8.95325013,15.4653 8.21525013,14.7263 C7.87825013,14.3893 7.87825013,13.8423 8.21425013,13.5053 C8.55125013,13.1663 9.09725013,13.1673 9.43425013,13.5043 C10.1961501,14.26715 11.4129101,14.306195 12.2211535,13.6188629 L12.3452501,13.5043 L15.6722501,10.1683 C16.0622501,9.7783 16.2772501,9.2603 16.2772501,8.7093 C16.2772501,8.1593 16.0622501,7.6413 15.6732501,7.2513 C14.9361975,6.5133 13.6812834,6.47445789 12.8914195,7.13477368 L12.7642501,7.2513 L11.1112501,8.9073 C10.7762501,9.2453 10.2272501,9.2453 9.89225013,8.9073 C9.58425013,8.59838333 9.55858346,8.11300833 9.81525013,7.77391169 L9.89225013,7.6853 L11.5442501,6.0293 Z"}));pf.displayName="UrlUnlinkBold";var df=pf;var M6=o(r()),cf=({size:e,...t})=>M6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M6.createElement("path",{d:"M8,8 C8,9.48 8.8,10.77 10,11.46 L10,12 C7,13 5,15.47 5,19 L5,20 L19,20 L19,19 C19,15.47 17,13 14,12 L14,11.46 C15.2,10.77 16,9.48 16,8 C16,5.79 14.21,4 12,4 C9.79,4 8,5.79 8,8 Z M15,8 C15,9.068 14.426,10.062 13.502,10.593 C13.191,10.771 13,11.102 13,11.46 L13,12 C13,12.431 13.275,12.813 13.684,12.948 C16.427,13.863 18,16.068 18,19 L6,19 C6,16.068 7.573,13.863 10.316,12.948 C10.725,12.813 11,12.431 11,12 L11,11.46 C11,11.102 10.809,10.771 10.498,10.593 C9.574,10.062 9,9.068 9,8 C9,6.346 10.346,5 12,5 C13.654,5 15,6.346 15,8 Z"}));cf.displayName="User";var uf=cf;var S6=o(r()),mf=({size:e,...t})=>S6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S6.createElement("path",{d:"M13,11.838 C14.442,11.405 15.5,10.083 15.5,8.5 C15.5,6.567 13.933,5 12,5 C10.067,5 8.5,6.567 8.5,8.5 C8.5,10.083 9.558,11.405 11,11.838 L11,12.406 C8.818,13.038 6,15 6,19 L18,19 C18,15.812 16.272,13.038 13,12.406 L13,11.838 Z"}));mf.displayName="UserBold";var ff=mf;var Z6=o(r()),hf=({size:e,...t})=>Z6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z6.createElement("path",{d:"M18.9998,12.0501 C20.0536182,12.0501 20.9179157,12.8664966 20.9943109,13.9009084 L20.9998,14.0501 L20.9998,17.0501 C20.9998,18.1048727 20.1834033,18.9683024 19.1489916,19.0446168 L18.9998,19.0501 L16.9998,19.0501 L13.9998,22.0501 L12.9998,19.0501 C11.9459818,19.0501 11.0816843,18.2346144 11.0052891,17.1994158 L10.9998,17.0501 L10.9998,14.0501 C10.9998,13.5621 11.1818,13.1201 11.4728,12.7741 C11.6798,12.5261 11.9388,12.3251 12.2428,12.2001 C12.4183,12.12885 12.6056125,12.0801 12.8013625,12.0601781 L12.9998,12.0501 L18.9998,12.0501 Z M9.71955556,5.30074069 L9.81977778,5.30592588 L10.027037,5.33599995 L10.23,5.37999995 L10.269,5.37999995 C11.849,5.67999995 13.05,7.04999995 13.05,8.74099995 C13.05,9.20999995 12.929,9.64999995 12.74,10.06 C12.31,10.09 11.889,10.18 11.48,10.35 C10.9,10.59 10.36,10.991 9.939,11.491 C9.38075,12.1500833 9.0569375,12.9705 9.00684549,13.8182256 L9,14.05 L9,17.05 C9,17.4833333 9.06875,17.8958333 9.19641204,18.2875 L9.28,18.52 L9.28,18.531 C9.328,18.7142 9.3824,18.86604 9.44832,18.975768 L9.5,19.05 L4,19.05 C4,16.161 5.09,14.241 6.45,13.19 C6.83,12.89 7.219,12.67 7.62,12.52 C7.639,12.5 7.65,12.5 7.66,12.5 L7.82925,12.43325 L8,12.38 L8,11.831 C7,11.281 6,10.1 6,8.74099995 C6,7.00432138 7.2915574,5.60331755 8.98072399,5.35392916 L9.19825,5.32549995 L9.219,5.31999995 L9.5,5.29999995 L9.71955556,5.30074069 Z M17.9998,16.2541 L12.9998,16.2541 L12.9998,17.0541 L17.9998,17.0541 L17.9998,16.2541 Z M15.9998,14.2541 L12.9998,14.2541 L12.9998,15.0541 L15.9998,15.0541 L15.9998,14.2541 Z"}));hf.displayName="UserChatBold";var xf=hf;var B6=o(r()),gf=({size:e,...t})=>B6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B6.createElement("path",{d:"M12.8795,16.3396 L15.7095,19.1696 L10.7595,21.2896 L12.8795,16.3396 Z M10.7195185,5.30070366 C10.7861111,5.30211106 10.853,5.30633329 10.919,5.31899995 L11.0265185,5.33503699 L11.0265185,5.33503699 L11.23,5.37999995 L11.269,5.37999995 L11.519,5.44999995 L11.54,5.44999995 C12.559,5.73999995 13.389,6.46999995 13.79,7.43899995 C13.79,7.44999995 13.799,7.46999995 13.809,7.47899995 C13.87,7.64899995 13.919,7.81899995 13.96,7.99999995 L13.99,8.09899995 L13.99,8.09899995 C14.03,8.29999995 14.049,8.51899995 14.049,8.73999995 C14.049,8.87999995 14.0356667,9.01999995 14.011963,9.15674069 L13.969,9.35899995 C13.96,9.40999995 13.95,9.46999995 13.929,9.52999995 C13.889,9.65999995 13.839,9.79999995 13.79,9.92899995 L13.74,10.059 L13.73,10.059 C13.3836364,10.769 12.8240496,11.3542066 12.22855,11.7252133 L12.049,11.83 L12.049,12.38 C12.16,12.41 12.28,12.45 12.389,12.5 C12.4,12.5 12.41,12.5 12.429,12.519 C12.469,12.54 12.519,12.55 12.559,12.58 C12.76225,12.67 12.9705625,12.77125 13.1717031,12.8917656 L13.37,13.019 L11.19,15.2 L11.04,15.559 L9.54,19.05 L5,19.05 C5,16.16 6.089,14.24 7.45,13.189 C7.79,12.92 8.139,12.729 8.49,12.58 C8.53,12.55 8.58,12.54 8.62,12.519 C8.639,12.5 8.65,12.5 8.66,12.5 L8.82925,12.4325 L8.82925,12.4325 L9,12.38 L9,11.83 C8.39909091,11.5027272 7.81636364,10.952314 7.42987979,10.2681667 L7.32,10.059 L7.309,10.059 L7.259,9.92899995 C7.21,9.79999995 7.16,9.65999995 7.12,9.52999995 C7.099,9.46999995 7.089,9.40999995 7.08,9.35899995 C7.03,9.15999995 7,8.94999995 7,8.73999995 C7,8.51899995 7.019,8.29999995 7.059,8.09899995 L7.089,7.99999995 L7.089,7.99999995 C7.129,7.81899995 7.179,7.64899995 7.24,7.47899995 C7.25,7.46999995 7.259,7.44999995 7.259,7.43899995 C7.63326667,6.53459995 8.38124,5.83839551 9.30779111,5.51380706 L9.509,5.44999995 L9.53,5.44999995 L9.78,5.37999995 L9.82,5.37999995 L10.022,5.33503699 C10.0567778,5.32833329 10.0923333,5.32266662 10.129,5.31899995 C10.1963333,5.30633329 10.2632222,5.30211106 10.3296667,5.30070366 L10.7195185,5.30070366 Z M17.1198,12.0996 C17.4798,11.7396 18.0528178,11.7119076 18.4455897,12.016523 L18.5398,12.0996 L19.9498,13.5096 C20.3098,13.8696 20.3374923,14.4426177 20.0328769,14.8353897 L19.9498,14.9296 L16.4098,18.4596 L13.5898,15.6396 L14.7798,14.4496 L14.7798,14.4396 L17.1198,12.0996 Z"}));gf.displayName="UserEditBold";var vf=gf;var P6=o(r()),Rf=({size:e,...t})=>P6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P6.createElement("path",{d:"M19.0002,19.05 L19.0002,21.05 L12.0002,21.05 L12.0002,19.05 L19.0002,19.05 Z M9.72022222,5.30074069 L9.82044444,5.30592588 L9.82044444,5.30592588 L10.0270741,5.33555551 L10.0270741,5.33555551 L10.231,5.37999995 L10.27,5.37999995 L10.52,5.44999995 L10.54,5.44999995 C11.561,5.73999995 12.39,6.46999995 12.79,7.43999995 C12.79,7.44999995 12.8,7.46999995 12.811,7.47999995 C12.87,7.64999995 12.92,7.81999995 12.96,7.99999995 L12.99,8.09999995 L12.99,8.09999995 C13.03,8.29999995 13.05,8.51999995 13.05,8.73999995 C13.05,8.87999995 13.0366667,9.01999995 13.012963,9.15703699 L12.97,9.35999995 C12.96,9.40999995 12.95,9.46999995 12.93,9.52999995 L12.86375,9.72999995 L12.86375,9.72999995 L12.74,10.06 L12.731,10.06 C12.5862,10.356 12.40428,10.6264 12.203672,10.8712 L12.05,11.05 L12,11.05 C10.9509545,11.05 10.0823182,11.8700413 10.0055187,12.9013054 L10,13.05 L10,19.05 L4,19.05 C4,16.16 5.09,14.24 6.45,13.19 C6.79,12.92 7.14,12.73 7.49,12.58 C7.53,12.55 7.58,12.54 7.62,12.52 L7.63725926,12.5059259 L7.63725926,12.5059259 L7.66,12.5 L7.66,12.5 L7.83,12.4325 L7.83,12.4325 L8,12.38 L8,11.83 C7.4,11.5027272 6.81652893,10.952314 6.43065364,10.2689181 L6.321,10.06 L6.311,10.06 L6.26,9.92999995 L6.26,9.92999995 C6.21,9.79999995 6.16,9.65999995 6.12,9.52999995 L6.09625,9.44124995 L6.09625,9.44124995 L6.08,9.35999995 C6.03,9.15999995 6,8.94999995 6,8.73999995 C6,8.51999995 6.02,8.29999995 6.061,8.09999995 L6.09,7.99999995 L6.09,7.99999995 C6.13,7.81999995 6.18,7.64999995 6.24,7.47999995 C6.25,7.46999995 6.26,7.44999995 6.26,7.43999995 C6.63333333,6.53466662 7.38124444,5.83839995 8.30860444,5.51380736 L8.51,5.44999995 L8.53,5.44999995 L8.78,5.37999995 L8.821,5.37999995 L9.023,5.33555551 L9.023,5.33555551 L9.13,5.31999995 C9.19733333,5.30666662 9.26377778,5.30222217 9.33022222,5.30074069 L9.72022222,5.30074069 Z M19.0002,16.05 L19.0002,18.05 L12.0002,18.05 L12.0002,16.05 L19.0002,16.05 Z M19.0004,13.05 L19.0004,15.05 L12.0004,15.05 L12.0004,13.05 L19.0004,13.05 Z"}));Rf.displayName="UserFormBold";var Mf=Rf;var V6=o(r()),Sf=({size:e,...t})=>V6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V6.createElement("path",{d:"M4,8 L4,9 L10.049,9 C10.12,8.652 10.228,8.317 10.368,8 L4,8 Z M4,12 L4,13 L9.473,13 C9.722,12.641 9.994,12.306 10.29,12 L4,12 Z M4,16 L4,17 L7.999,17 C8.001,16.838 8.015,16.673 8.045,16.507 C8.075,16.337 8.11,16.168 8.15,16 L4,16 Z M11.9468,10.004 C11.9468,10.978 12.4268,11.835 13.1568,12.384 C11.5658,13.054 10.3618,14.901 10.0148,16.857 C9.9078,17.455 10.4018,17.993 11.0198,17.994 C12.7388,17.995 16.0748,18 18.1868,18 L18.9808,18 C19.5978,17.999 20.0918,17.461 19.9848,16.863 C19.6398,14.904 18.4348,13.055 16.8418,12.384 C17.6868,11.75 18.1938,10.706 18.0168,9.544 C17.8268,8.301 16.8088,7.264 15.5498,7.047 C15.3628,7.016 15.1798,7 14.9988,7 C13.3128,7 11.9468,8.345 11.9468,10.004 Z M15.3738,8.033 C16.1968,8.175 16.8858,8.873 17.0108,9.692 C17.1218,10.426 16.8278,11.135 16.2248,11.588 C15.9358,11.804 15.7868,12.154 15.8318,12.508 C15.8758,12.86 16.1078,13.164 16.4408,13.305 C17.6388,13.809 18.7038,15.344 18.9998,17 L10.9998,17 C11.3008,15.31 12.3618,13.808 13.5578,13.305 C13.8908,13.164 14.1218,12.86 14.1658,12.508 C14.2108,12.154 14.0618,11.804 13.7738,11.588 C13.2598,11.201 12.9648,10.624 12.9648,10.004 C12.9648,8.899 13.8768,8.001 14.9988,8.001 C15.1228,8.001 15.2488,8.012 15.3738,8.033 Z"}));Sf.displayName="UserMenu";var Zf=Sf;var b6=o(r()),Bf=({size:e,...t})=>b6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b6.createElement("path",{d:"M15.419,12.0504 C18.1715,12.0504 19.8558125,14.1204 20.5508281,15.2229 L20.6890234,15.4507395 L20.6890234,15.4507395 L20.8356694,15.7165728 L20.8356694,15.7165728 L20.9101164,15.8690728 L20.9101164,15.8690728 L20.919,15.8904 L21,16.0504 L20.919,16.2104 L20.8684751,16.3174659 L20.8684751,16.3174659 L20.7948416,16.4583906 L20.7948416,16.4583906 L20.6890234,16.6462751 L20.6890234,16.6462751 L20.5508281,16.8736812 L20.5508281,16.8736812 L20.3800634,17.1331707 C19.6004236,18.2708861 17.9676111,20.0504 15.419,20.0504 C14.169,20.0504 13.16,19.6204 12.37,19.0504 C11.5076,18.4288 10.902352,17.640992 10.5279136,17.0487449 L10.3814944,16.8079526 L10.3814944,16.8079526 L10.2628768,16.5974348 L10.2628768,16.5974348 L10.0849408,16.2451212 L10.0849408,16.2451212 L10,16.0504 L10.1063738,15.8118464 L10.1063738,15.8118464 L10.2106701,15.6023552 L10.2106701,15.6023552 L10.3132506,15.4115584 L10.3132506,15.4115584 L10.44288,15.1872 L10.44288,15.1872 L10.6000806,14.9355776 C10.9424013,14.4092672 11.4532826,13.7571584 12.1515251,13.2059648 L12.3595,13.0504 L12.3595,13.0504 L12.389,13.0304 C13.179,12.4704 14.179,12.0504 15.419,12.0504 Z M9.71951852,5.30074069 L9.81948148,5.30592588 L9.81948148,5.30592588 L10.0265185,5.33603699 L10.0265185,5.33603699 L10.23,5.38099995 L10.269,5.38099995 C11.849,5.67999995 13.049,7.04999995 13.049,8.74099995 C13.049,9.50099995 12.74,10.201 12.299,10.77 C11.91,10.961 11.519,11.19 11.15,11.461 C10.1533077,12.1927692 9.4294497,13.0874852 8.94876286,13.815106 L8.75755576,14.115751 C8.72814042,14.1638327 8.69994413,14.2108213 8.67295608,14.2565966 L8.52544015,14.5157256 L8.52544015,14.5157256 L8.40640305,14.7399607 L8.40640305,14.7399607 L8.2516898,15.0606557 L8.2516898,15.0606557 L8.23,15.11 L8.16,15.26 L7.82,16.05 L8.24520178,17.0381066 L8.24520178,17.0381066 L8.321888,17.20008 L8.321888,17.20008 L8.498984,17.54304 C8.52287467,17.5870133 8.54818489,17.6327822 8.57492978,17.6801866 L8.752736,17.98296 C8.915456,18.2494933 9.11479822,18.5489155 9.35265156,18.8612266 L9.5,19.05 L4,19.05 C4,16.161 5.089,14.241 6.45,13.19 C6.83,12.89 7.219,12.671 7.62,12.52 C7.639,12.501 7.65,12.501 7.66,12.501 L7.82925,12.4335 L7.82925,12.4335 L8,12.381 L8,11.831 C7,11.281 6,10.1 6,8.74099995 C6,7.00432138 7.2915574,5.6042474 8.97982735,5.35402879 L9.19775,5.32549995 L9.19775,5.32549995 L9.219,5.31999995 L9.5,5.29999995 L9.71951852,5.30074069 Z M15.48,14.5504 C15.0444444,14.5504 14.6404938,14.7242271 14.3454047,14.9946249 L14.24,15.1004 C14.219,15.1204 14.2,15.1404 14.179,15.1704 C13.98,15.4204 13.849,15.7204 13.849,16.0504 C13.849,16.6227076 14.2162426,17.1268497 14.7438712,17.3819248 L14.879,17.4404 L14.889,17.4404 C15.07,17.5104 15.269,17.5504 15.48,17.5504 C16.33,17.5504 17,16.8904 17,16.0504 C17,15.2104 16.33,14.5504 15.48,14.5504 Z"}));Bf.displayName="UserPreviewBold";var Pf=Bf;var w6=o(r()),Vf=({size:e,...t})=>w6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w6.createElement("path",{d:"M12.5046323,8.29335104 L12.51,8.49 L12.5839506,8.42858711 L12.5839506,8.42858711 L12.7933333,8.27185185 L12.7933333,8.27185185 L13.15,8.02481481 L13.15,8.02481481 L13.3297531,7.9088203 C13.3517284,7.8954321 13.3688889,7.88555556 13.38,7.88 C13.11,6.24 11.69,5 10,5 C8.11,5 6.57,6.55 6.57,8.46 C6.57,9.74 7.26,10.86 8.29,11.46 L8.29,11.92 C5.71,12.79 4,14.93 4,17.98 L4,18.84 L9.26,18.84 L9.23434842,18.7640713 L9.23434842,18.7640713 L9.17407407,18.5432593 L9.17407407,18.5432593 L9.11281207,18.2852126 L9.11281207,18.2852126 L9.0478738,17.9719287 C9.04382716,17.9488765 9.04111111,17.9311111 9.04,17.92 L4.92,17.92 C4.94,15.44 6.27,13.57 8.58,12.8 C8.96,12.67 9.21,12.32 9.21,11.92 L9.21,11.46 C9.21,11.13 9.03,10.82 8.75,10.659 C7.98,10.21 7.49,9.369 7.49,8.46 C7.49,7.06 8.62,5.93 10,5.93 C11.3248,5.93 12.4192,6.971408 12.5046323,8.29335104 L12.5046323,8.29335104 Z M19,17.3499 C19,17.9999 18.58,18.5599 18,18.7599 C17.84,18.8199 17.68,18.8499 17.5,18.8499 L13.5,18.8499 C12.85,18.8499 12.29,18.4299 12.09,17.8499 C12.03,17.6899 12,17.5299 12,17.3499 L12,14.3499 C12,14.0699 12.22,13.8499 12.5,13.8499 L18.5,13.8499 C18.78,13.8499 19,14.0699 19,14.3499 L19,17.3499 Z M16,14.8499 L16,15.8499 L17,15.8499 L17,16.8499 L16,16.8499 L16,17.8499 L15,17.8499 L15,16.8499 L14,16.8499 L14,15.8499 L15,15.8499 L15,14.8499 L16,14.8499 Z M15.5,10.3499 C16.33,10.3499 17,11.0199 17,11.8499 L17,12.8499 L14,12.8499 L14,11.8499 C14,11.6599 14.04,11.4799 14.11,11.3099 C14.32,10.7499 14.86,10.3499 15.5,10.3499 Z M18,12.8499 L18,11.9899 C18,10.6799 17.06,9.4899 15.76,9.3599 C14.61,9.2499 13.61,9.8999 13.2,10.8799 L13.18625,10.90365 L13.18625,10.90365 L13.18,10.9199 C13.06,11.1999 13,11.5199 13,11.8499 L13,12.8499 L12,12.8499 C11.45,12.8499 11,13.2999 11,13.8499 L11,17.3499 C11,17.5199 11.02,17.6899 11.05,17.8499 C11.13,18.2199 11.28,18.5599 11.5,18.8499 C11.96,19.4599 12.68,19.8499 13.5,19.8499 L17.5,19.8499 C18.88,19.8499 20,18.7299 20,17.3499 L20,13.8499 C20,13.2999 19.55,12.8499 19,12.8499 L18,12.8499 Z"}));Vf.displayName="UserPrivate";var bf=Vf;var G6=o(r()),wf=({size:e,...t})=>G6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},G6.createElement("path",{d:"M6.5 3.32a2.5 2.5 0 00-.99.2A2.662 2.662 0 003.82 6v.05c.001.699.261 1.372.73 1.89A5.1 5.1 0 002 12.5a.5.5 0 00.5.5H8v-1H3.03a3.827 3.827 0 012.64-3.43.5.5 0 00.09-.93 1.83 1.83 0 01-.94-1.59A1.727 1.727 0 016.5 4.32a1.727 1.727 0 011.68 1.73 1.83 1.83 0 01-.94 1.59.5.5 0 00.09.93c.279.079.547.19.8.33.133-.323.383-.583.7-.73-.12-.08-.25-.16-.38-.23a2.824 2.824 0 00.73-1.89V6a2.662 2.662 0 00-1.69-2.48 2.5 2.5 0 00-.99-.2zm6 2.68A2.5 2.5 0 0010 8.5V9h-.5a.5.5 0 00-.5.5V13a2 2 0 002 2h3a2 2 0 002-2V9.5a.5.5 0 00-.5-.5H15v-.5A2.5 2.5 0 0012.5 6zM11 9v-.5a1.5 1.5 0 013 0V9h-3zm0 5a1 1 0 01-1-1v-3h5v3a1 1 0 01-1 1h-3zm2-3h-1v2h1v-2z"}));wf.displayName="UserPrivateSmall";var Gf=wf;var A6=o(r()),Af=({size:e,...t})=>A6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},A6.createElement("path",{d:"M5.12378995,6.276 C5.12378995,7.34 5.64678995,8.274 6.44378995,8.873 C4.70878995,9.604 3.39478995,11.619 3.01578995,13.754 C2.89978995,14.405 3.43878995,14.993 4.11178995,14.993 C5.98778995,14.995 9.62778995,15 11.93079,15 L12.79779,15 C13.46979,14.999 14.00879,14.411 13.89279,13.76 C13.51579,11.623 12.20079,9.605 10.46379,8.873 C11.38479,8.183 11.93879,7.043 11.74579,5.775 C11.53779,4.419 10.42779,3.287 9.05378995,3.052 C8.85078995,3.017 8.64978995,3 8.45378995,3 C6.61478995,3 5.12378995,4.467 5.12378995,6.276 Z M8.88478995,4.037 C9.82778995,4.199 10.61479,4.993 10.75679,5.926 C10.88379,6.756 10.54979,7.559 9.86278995,8.073 C9.57678995,8.289 9.42778995,8.641 9.47078995,8.996 C9.51478995,9.352 9.74578995,9.656 10.07579,9.795 C11.43279,10.367 12.57179,12.03 12.90879,13.936 C12.90679,13.947 12.87079,14 12.79679,14 L11.93079,14 C10.42779,14 8.35678995,13.998 6.57778995,13.996 L4.11178995,13.993 C4.04278995,13.993 4.00278995,13.945 3.99978995,13.929 C4.33778995,12.027 5.47578995,10.366 6.83178995,9.795 C7.16178995,9.656 7.39278995,9.352 7.43578995,8.996 C7.47978995,8.641 7.33078995,8.289 7.04378995,8.073 C6.45878995,7.635 6.12378995,6.979 6.12378995,6.276 C6.12378995,5.021 7.16878995,4 8.45378995,4 C8.59578995,4 8.74078995,4.013 8.88478995,4.037 Z"}));Af.displayName="UserSmall";var yf=Af;var y6=o(r()),Ef=({size:e,...t})=>y6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y6.createElement("path",{d:"M11.2101,12.94 C11.2901,12.89 11.3701,12.86 11.4601,12.83 C11.7201,12.73 11.9201,12.54 12.0101,12.29 L12.0201,12.29 C12.0701,12.2 12.1001,12.09 12.1101,11.98 C12.1401,11.6 11.9501,11.23 11.6201,11.03 C11.4401,10.92 11.2701,10.79 11.1201,10.64 C10.8601,10.39 10.6501,10.09 10.5201,9.76 C10.3701,9.43 10.3001,9.07 10.3001,8.7 C10.3001,8.37 10.3601,8.05 10.4701,7.76 C10.6001,7.42 10.7901,7.11 11.0401,6.85 C11.5401,6.33 12.2501,6 13.0301,6 C14.5301,6 15.7501,7.21 15.7501,8.7 C15.7501,9.66 15.2601,10.53 14.4301,11.03 C14.1001,11.23 13.9101,11.6 13.9501,11.98 C13.9801,12.37 14.2401,12.7 14.6001,12.83 C16.4801,13.51 18.5101,15.42 18.5401,18 L8.0001,18 C8.0101,17.66 8.0401,17.32 8.0901,17 C8.1601,16.65 8.2501,16.32 8.3701,16 C8.8601,14.61 9.8701,13.5 11.2101,12.94 Z M5.0101,16 C5.1001,14.27 6.1001,12.83 7.6201,12.27 C7.9801,12.14 8.2401,11.81 8.2701,11.42 C8.3101,11.04 8.1201,10.67 7.7901,10.47 C7.1901,10.11 6.8301,9.49 6.8301,8.79 C6.8301,7.71 7.7201,6.84 8.8001,6.84 C9.1201,6.84 9.4201,6.92 9.6901,7.05 C9.4401,7.55 9.3001,8.11 9.3001,8.7 C9.3001,9.35 9.4601,9.97 9.7701,10.51 C9.9301,10.8 10.1301,11.07 10.3701,11.3 C10.3901,11.34 10.4201,11.36 10.4501,11.38 C10.6401,11.58 10.8701,11.75 11.1101,11.89 C10.7801,12.01 10.4601,12.16 10.1701,12.34 C8.8001,13.13 7.7801,14.44 7.3101,16 L5.0101,16 Z M7.0001,19 L19.6101,19 L19.5401,18.07 C19.5401,15.06 17.2801,12.74 14.9401,11.89 C16.0701,11.22 16.7501,10.02 16.7501,8.7 C16.7501,6.66 15.0801,5 13.0301,5 C11.9301,5 10.9501,5.47 10.2601,6.22 C9.8301,5.98 9.3301,5.84 8.8001,5.84 C7.1701,5.84 5.8301,7.16 5.8301,8.79 C5.8301,9.84 6.3801,10.79 7.2801,11.33 C5.3101,12.05 4.0001,14 4.0001,16.26 L4.0001,17 L7.0901,17 C7.0301,17.35 7.0001,17.7 7.0001,18.07 L7.0001,19 Z"}));Ef.displayName="Users";var Ff=Ef;var E6=o(r()),Nf=({size:e,...t})=>E6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E6.createElement("path",{d:"M16,11.651 C17,11.088 18,9.894 18,8.5 C18,6.568 16.433,5 14.5,5 C12.567,5 11,6.568 11,8.5 C11,9.894 12,11.088 13,11.651 L13,12.206 C11,12.838 9,15.008 9,19.008 L20,19.008 C20,15.821 19,12.838 16,12.206 L16,11.651 Z M10,10 C9.208,10 8.5,9.523 8.5,8.508 C8.5,7.029 10.02,7 10.02,7 L10,5 C7.984,5 6.5,6.289 6.5,8.508 C6.5,9.506 6.914,10.373 7.5,11.008 C5.981,12.151 5,14.008 5,17.008 L7,17.008 C7,14.008 7.984,12 10,12 L10,10 Z"}));Nf.displayName="UsersBold";var kf=Nf;var F6=o(r()),Hf=({size:e,...t})=>F6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},F6.createElement("path",{d:"M7.025,12.597 C7.062,12.247 7.145,11.914 7.254,11.597 C7.378,11.235 7.546,10.9 7.752,10.597 C8.195,9.947 8.807,9.459 9.533,9.227 C9.58,9.212 9.622,9.19 9.67,9.177 C9.871,9.123 10.017,8.951 10.037,8.743 C10.057,8.536 9.947,8.338 9.76,8.246 C9.379,8.058 9.074,7.64 8.922,7.169 C8.904,7.11 8.89,7.053 8.877,6.993 C8.845,6.854 8.818,6.714 8.818,6.575 C8.818,6.067 9.043,5.624 9.396,5.323 C9.69,5.071 10.072,4.915 10.5,4.915 C11.412,4.915 12.181,5.706 12.181,6.643 C12.181,7.306 11.794,7.961 11.239,8.235 C11.052,8.326 10.942,8.525 10.963,8.732 C10.982,8.939 11.129,9.112 11.33,9.165 C12.761,9.552 13.799,10.927 13.974,12.597 L7.025,12.597 Z M4.03,10.597 C4.201,9.198 5.082,8.053 6.289,7.728 C6.49,7.674 6.636,7.501 6.657,7.294 C6.677,7.087 6.567,6.889 6.38,6.797 C5.93,6.575 5.59,5.97 5.59,5.39 C5.59,4.611 6.21,4 7,4 C7.617,4 8.151,4.437 8.336,5.019 C8.013,5.457 7.818,5.993 7.818,6.575 C7.818,6.597 7.824,6.618 7.824,6.64 C7.835,7.07 7.946,7.489 8.129,7.869 C8.246,8.115 8.383,8.348 8.556,8.546 C7.718,8.988 7.045,9.712 6.595,10.597 L4.03,10.597 Z M13.181,6.643 C13.181,5.139 11.978,3.915 10.5,3.915 C9.993,3.915 9.523,4.064 9.118,4.308 C8.712,3.534 7.921,3 7,3 C5.671,3 4.59,4.073 4.59,5.39 C4.59,6.015 4.824,6.633 5.203,7.097 C3.873,7.832 3,9.364 3,11.097 C3,11.373 3.223,11.597 3.5,11.597 L6.204,11.597 C6.073,12.073 6,12.576 6,13.097 C6,13.373 6.223,13.597 6.5,13.597 L14.5,13.597 C14.776,13.597 15,13.373 15,13.097 C15,11.108 13.988,9.355 12.453,8.54 C12.907,8.034 13.181,7.349 13.181,6.643 Z"}));Hf.displayName="UsersSmall";var Tf=Hf;var N6=o(r()),Uf=({size:e,...t})=>N6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N6.createElement("path",{d:"M10,15.7439414 L10,15 L13,15 L13,15.7439414 C14.7477886,15.1261868 16,13.4593282 16,11.5 L16,8 L17,8 L17,11.5 C17,13.3601578 16.0765516,15.0046326 14.6630791,16 L17,16 L17,17 L13,17 L13,18 L10,18 L10,17 L5,17 L5,16 L8.33692087,16 C6.92344845,15.0046326 6,13.3601578 6,11.5 L6,8 L7,8 L7,11.5 C7,13.4593282 8.25221144,15.1261868 10,15.7439414 Z M11,16 L11,17 L12,17 L12,16 L11,16 Z M6,7 L6,8 L7,8 L7,7 L6,7 Z M5,6 L8,6 L8,9 L5,9 L5,6 Z M15,6 L18,6 L18,9 L15,9 L15,6 Z M16,7 L16,8 L17,8 L17,7 L16,7 Z M5.5,15 C6.32842712,15 7,15.6715729 7,16.5 C7,17.3284271 6.32842712,18 5.5,18 C4.67157288,18 4,17.3284271 4,16.5 C4,15.6715729 4.67157288,15 5.5,15 Z M17.5,15 C18.3284271,15 19,15.6715729 19,16.5 C19,17.3284271 18.3284271,18 17.5,18 C16.6715729,18 16,17.3284271 16,16.5 C16,15.6715729 16.6715729,15 17.5,15 Z"}));Uf.displayName="Vector";var Df=Uf;var k6=o(r()),zf=({size:e,...t})=>k6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k6.createElement("path",{d:"M7.99963381,16 C7.37194482,15.1643395 7,14.1256059 7,13 L7,8 L9,8 L9,13 C9,14.6568542 10.3431458,16 12,16 C13.6568542,16 15,14.6568542 15,13 L15,8 L17,8 L17,13 C17,14.1256059 16.6280552,15.1643395 16.0003662,16 L17,16 L17,18 L6,18 L6,16 L7.99963381,16 L7.99963381,16 Z M6,5 L10,5 L10,9 L6,9 L6,5 Z M14,5 L18,5 L18,9 L14,9 L14,5 Z M6,15 C7.1045695,15 8,15.8954305 8,17 C8,18.1045695 7.1045695,19 6,19 C4.8954305,19 4,18.1045695 4,17 C4,15.8954305 4.8954305,15 6,15 L6,15 Z M18,15 C19.1045695,15 20,15.8954305 20,17 C20,18.1045695 19.1045695,19 18,19 C16.8954305,19 16,18.1045695 16,17 C16,15.8954305 16.8954305,15 18,15 Z"}));zf.displayName="VectorBold";var If=zf;var H6=o(r()),_f=({size:e,...t})=>H6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H6.createElement("path",{d:"M9.014,6.995 C8.461,6.995 8.014,7.443 8.014,7.995 C8.014,8.548 8.461,8.995 9.014,8.995 C9.566,8.995 10.014,8.548 10.014,7.995 C10.014,7.443 9.566,6.995 9.014,6.995 L9.014,6.995 Z M17,15.432 L13.398,10.697 C13.297,10.564 13.134,10.481 12.974,10.501 C12.809,10.51 12.659,10.599 12.573,10.74 L9.899,15.147 L8.358,13.567 C8.258,13.465 8.118,13.393 7.977,13.418 C7.833,13.425 7.701,13.492 7.611,13.603 L6,15.602 L6,5.5 C6,5.224 6.224,5 6.5,5 L16.5,5 C16.777,5 17,5.224 17,5.5 L17,15.432 Z M17,18.5 C17,18.776 16.777,19 16.5,19 L6.5,19 C6.224,19 6,18.776 6,18.5 L6,17.196 L8.036,14.67 L9.634,16.308 C9.741,16.418 9.895,16.473 10.048,16.455 C10.201,16.437 10.339,16.349 10.419,16.218 L13.047,11.887 L17,17.035 L17,18.5 Z M16.5,4 L6.5,4 C5.673,4 5,4.673 5,5.5 L5,18.5 C5,19.327 5.673,20 6.5,20 L16.5,20 C17.327,20 18,19.327 18,18.5 L18,5.5 C18,4.673 17.327,4 16.5,4 L16.5,4 Z"}));_f.displayName="VerticalImage";var Wf=_f;var T6=o(r()),Of=({size:e,...t})=>T6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T6.createElement("path",{d:"M7.078,19 L9.078,13.996 L11.078,16.994 L13.078,11.997 L16.078,19 L7.078,19 Z M9.5,7 C10.328,7 11,7.672 11,8.5 C11,9.328 10.328,10 9.5,10 C8.672,10 8,9.328 8,8.5 C8,7.672 8.672,7 9.5,7 L9.5,7 Z M15,4 L8,4 C6.343,4 5,5.343 5,7 L5,18 C5,19.657 6.343,21 8,21 L15,21 C16.657,21 18,19.657 18,18 L18,7 C18,5.343 16.657,4 15,4 L15,4 Z"}));Of.displayName="VerticalImageBold";var jf=Of;var U6=o(r()),$f=({size:e,...t})=>U6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U6.createElement("path",{d:"M14 5v3h-1v8h1v3h-3v-3h1V8h-1V5h3Z"}));$f.displayName="VerticalLine";var Jf=$f;var D6=o(r()),Yf=({size:e,...t})=>D6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D6.createElement("path",{d:"M14 5v4h-1v6h1v4h-4v-4h1V9h-1V5h4Z"}));Yf.displayName="VerticalLineBold";var qf=Yf;var z6=o(r()),Qf=({size:e,...t})=>z6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z6.createElement("path",{fillRule:"evenodd",d:"M13.71,4 C14.9724564,4.00547711 15.9945229,5.02754358 16,6.29 L16,16.71 C15.9945229,17.9724564 14.9724564,18.9945229 13.71,19 L9.29,19 C8.02754358,18.9945229 7.00547711,17.9724564 7,16.71 L7,6.29 C7.00547711,5.02754358 8.02754358,4.00547711 9.29,4 L13.71,4 Z M13.71,5 L9.29,5 C8.57755267,5 8,5.57755267 8,6.29 L8,16.71 C8,17.4224473 8.57755267,18 9.29,18 L13.71,18 C14.4224473,18 15,17.4224473 15,16.71 L15,6.29 C15,5.57755267 14.4224473,5 13.71,5 Z M13,14 L13,15 L10,15 L10,14 L13,14 Z M13,11 L13,12 L10,12 L10,11 L13,11 Z M13,8 L13,9 L10,9 L10,8 L13,8 Z"}));Qf.displayName="VerticalMenu";var Xf=Qf;var I6=o(r()),Kf=({size:e,...t})=>I6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I6.createElement("path",{fillRule:"evenodd",d:"M10,9 L13,9 L13,8 L10,8 L10,9 Z M10,12 L13,12 L13,11 L10,11 L10,12 Z M10,15 L13,15 L13,14 L10,14 L10,15 Z M14.04,4 L8.96,4 C7.88,4 7,4.88 7,5.96 L7,17.04 C7,18.12 7.88,19 8.96,19 L14.04,19 C15.12,19 16,18.12 16,17.04 L16,5.96 C16,4.88 15.12,4 14.04,4 L14.04,4 Z"}));Kf.displayName="VerticalMenuBold";var eh=Kf;var _6=o(r()),th=({size:e,...t})=>_6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_6.createElement("path",{d:"M19,15.382 L15,13.5 L15,16 C15,16.552 14.552,17 14,17 L6,17 C5.448,17 5,16.552 5,16 L5,9 C5,8.448 5.448,8 6,8 L14,8 C14.552,8 15,8.448 15,9 L15,11.5 L19,9.618 L19,15.382 Z M16,10 L16,9 C16,7.896 15.104,7 14,7 L6,7 C4.896,7 4,7.896 4,9 L4,16 C4,17.105 4.896,18 6,18 L14,18 C15.104,18 16,17.105 16,16 L16,15 L20,17 L20,8 L16,10 Z M12,10 L8,10 C7.724,10 7.5,10.224 7.5,10.5 C7.5,10.777 7.724,11 8,11 L12,11 C12.276,11 12.5,10.777 12.5,10.5 C12.5,10.224 12.276,10 12,10 L12,10 Z"}));th.displayName="Video";var rh=th;var W6=o(r()),oh=({size:e,...t})=>W6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W6.createElement("path",{d:"M13,11 L8,11 C7.447,11 7,10.552 7,10 C7,9.448 7.447,9 8,9 L13,9 C13.553,9 14,9.448 14,10 C14,10.552 13.553,11 13,11 L13,11 Z M17,10.875 L17,10 C17,8.343 15.657,7 14,7 L7,7 C5.35,7 4,8.35 4,10 L4,15 C4,16.65 5.35,18 7,18 L14,18 C15.657,18 17,16.657 17,15 L17,13.875 L21,16.875 L21,7.875 L17,10.875 Z"}));oh.displayName="VideoBold";var ah=oh;var O6=o(r()),Lh=({size:e,...t})=>O6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},O6.createElement("path",{d:"M8,8 L6,8 C5.724,8 5.5,7.776 5.5,7.5 C5.5,7.224 5.724,7 6,7 L8,7 C8.276,7 8.5,7.224 8.5,7.5 C8.5,7.776 8.276,8 8,8 L8,8 Z M11,7.471 L11,6 C11,5.448 10.553,5 10,5 L4,5 C3.447,5 3,5.448 3,6 L3,11 C3,11.552 3.447,12 4,12 L10,12 C10.553,12 11,11.552 11,11 L11,9.412 L15,11 L15,6 L11,7.471 Z"}));Lh.displayName="VideoBoldSmall";var lh=Lh;var j6=o(r()),sh=({size:e,...t})=>j6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j6.createElement("path",{d:"M12,17 L12,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,12 L19,12 L19,8.618 L15,10.5 L15,8 C15,7.448 14.552,7 14,7 L6,7 C5.448,7 5,7.448 5,8 L5,16 C5,16.552 5.448,17 6,17 L12,17 Z M8,9 L12,9 C12.276,9 12.5,9.224 12.5,9.5 C12.5,9.777 12.276,10 12,10 L8,10 C7.724,10 7.5,9.777 7.5,9.5 C7.5,9.224 7.724,9 8,9 Z M14,14 L14,19 L19,19 L19,14 L14,14 Z M13,13 L20,13 L20,20 L13,20 L13,13 Z M15,15 L18,15 L18,16 L15,16 L15,15 Z"}));sh.displayName="VideoBox";var ih=sh;var $6=o(r()),Ch=({size:e,...t})=>$6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$6.createElement("path",{d:"M20,11 L13,11 C11.8954305,11 11,11.8954305 11,13 L11,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,11 Z M13,13 L20,13 L20,20 L13,20 L13,13 Z M15,15 L15,17 L18,17 L18,15 L15,15 Z"}));Ch.displayName="VideoBoxBold";var nh=Ch;var J6=o(r()),ph=({size:e,...t})=>J6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J6.createElement("path",{d:"M12,17 L12,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,12 L19,12 L19,8.618 L15,10.5 L15,8 C15,7.448 14.552,7 14,7 L6,7 C5.448,7 5,7.448 5,8 L5,16 C5,16.552 5.448,17 6,17 L12,17 Z M8,9 L12,9 C12.276,9 12.5,9.224 12.5,9.5 C12.5,9.777 12.276,10 12,10 L8,10 C7.724,10 7.5,9.777 7.5,9.5 C7.5,9.224 7.724,9 8,9 Z M14,14 L16,14 L16,16 L14,16 L14,14 Z M18,14 L20,14 L20,16 L18,16 L18,14 Z M14,18 L16,18 L16,20 L14,20 L14,18 Z M16,16 L18,16 L18,18 L16,18 L16,16 Z M18,18 L20,18 L20,20 L18,20 L18,18 Z"}));ph.displayName="VideoTransparent";var dh=ph;var Y6=o(r()),ch=({size:e,...t})=>Y6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y6.createElement("path",{d:"M20,11 L13,11 C11.8954305,11 11,11.8954305 11,13 L11,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,11 Z M14,14 L16,14 L16,16 L14,16 L14,14 Z M18,14 L20,14 L20,16 L18,16 L18,14 Z M14,18 L16,18 L16,20 L14,20 L14,18 Z M16,16 L18,16 L18,18 L16,18 L16,16 Z M18,18 L20,18 L20,20 L18,20 L18,18 Z"}));ch.displayName="VideoTransparentBold";var uh=ch;var q6=o(r()),mh=({size:e,...t})=>q6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q6.createElement("path",{d:"M18.993,9.00770859 C18.926,10.4707086 17.906,12.4737086 15.933,15.0167086 C13.893,17.6717086 12.169,18.9997086 10.757,18.9997086 C9.883,18.9997086 9.142,18.1917086 8.539,16.5737086 C8.135,15.0907086 7.731,13.6087086 7.328,12.1257086 C6.879,10.5087086 6.507,10.0077086 5.992,10.0077086 C5.88,10.0077086 5.487,10.2437086 4.815,10.7157086 L4,9.49670859 C4.687,8.89170859 5.347,8.30570859 6.189,7.54070859 C7.177,6.68670859 7.918,6.23670859 8.411,6.19170859 C9.579,6.07870859 10.298,6.87770859 10.567,8.58970859 C10.858,10.4367086 11.06,11.5847086 11.174,12.0337086 C11.51,13.5667086 11.88,14.3307086 12.284,14.3307086 C12.598,14.3307086 13.07,13.8337086 13.699,12.8407086 C14.327,11.8467086 14.664,11.0907086 14.709,10.5707086 C14.799,9.71370859 14.462,9.28270859 13.699,9.28270859 C13.34,9.28270859 12.97,9.36570859 12.589,9.52970859 C13.326,7.11170859 14.734,5.93570859 16.813,6.00270859 C18.354,6.04770859 19.081,7.04970859 18.993,9.00770859"}));mh.displayName="Vimeo";var fh=mh;var Q6=o(r()),hh=({size:e,...t})=>Q6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q6.createElement("path",{d:"M17.682,11.839 L17.811,11.678 C17.974,11.462 18.132,11.265 18.289,11.07 C18.656,10.613 19.003,10.182 19.364,9.59 C19.631,9.151 20.043,8.339 19.8,7.817 C19.697,7.596 19.525,7.227 17.315,7.227 C16.939,7.227 16.025,7.24 15.673,7.374 C15.237,7.538 15.039,8.033 14.863,8.47 C14.829,8.557 14.795,8.641 14.763,8.712 C14.406,9.49 14.101,10.071 13.592,10.737 L13.478,10.893 C13.411,10.985 13.342,11.079 13.276,11.153 C13.22,10.952 13.229,10.644 13.248,10.247 L13.262,9.901 C13.267,9.734 13.284,9.553 13.301,9.367 C13.356,8.754 13.42,8.06 13.118,7.55 C13.021,7.386 12.793,7 11.113,7 C10.37,7 8.605,7.075 8.26,7.768 C8.143,8.002 8.227,8.286 8.452,8.42 C8.582,8.497 8.711,8.552 8.834,8.602 C9.022,8.678 9.06,8.7 9.086,8.749 C9.113,8.799 9.245,9.105 9.212,10.283 C9.201,10.703 9.176,11.011 9.138,11.203 C9.05,11.098 8.957,10.958 8.906,10.882 L8.821,10.756 C8.323,10.04 7.991,9.467 7.635,8.709 L7.537,8.491 C7.299,7.954 7.12,7.591 6.815,7.436 C6.588,7.32 6.089,7.261 5.332,7.261 C4.19,7.261 3.468,7.378 3.184,7.609 C3.068,7.704 3,7.847 3,7.997 C3,8.647 3.288,9.22 3.52,9.681 L3.609,9.86 C4.457,11.593 5.29,12.96 6.231,14.164 C7.194,15.399 8.409,16.608 10.765,16.858 L10.968,16.874 C11.274,16.907 11.524,16.921 11.843,16.921 C12.273,16.921 12.945,16.877 13.219,16.397 C13.383,16.108 13.348,15.874 13.369,15.567 C13.38,15.405 13.399,15.111 13.401,15.059 C13.517,15.093 14.031,16.843 16.191,16.843 C16.191,16.843 19.769,16.89 19.769,15.638 C19.769,15.03 17.278,13.062 17.278,12.537 C17.278,12.35 17.527,12.029 17.682,11.839"}));hh.displayName="Vk";var xh=hh;var X6=o(r()),gh=({size:e,...t})=>X6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X6.createElement("path",{fillRule:"evenodd",d:"M12,0 C18.627,0 24,5.373 24,12 C24,18.627 18.627,24 12,24 C5.373,24 0,18.627 0,12 C0,5.373 5.373,0 12,0 Z M12,11 L11.8834315,11.0067318 C11.3862857,11.0645306 11,11.4874286 11,12 L11,12 L11,17 C11,17.552 11.448,18 12,18 C12.552,18 13,17.552 13,17 L13,17 L13,12 C13,11.448 12.552,11 12,11 L12,11 Z M12,7 L11.8834315,7.00673178 C11.3862857,7.06453061 11,7.48742857 11,8 C11,8.552 11.448,9 12,9 C12.552,9 13,8.552 13,8 C13,7.448 12.552,7 12,7 L12,7 Z"}));gh.displayName="WarningCircleBold";var vh=gh;var K6=o(r()),Rh=({size:e,...t})=>K6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},K6.createElement("path",{fillRule:"evenodd",d:"M10,8.92 L9.4,7.92 L9,7.92 L9.01,11.92 L10,11.92 L10,8.92 Z M10,5.92 L9,5.92 L9.01,4.89 L10,4.89 L10,5.92 Z M9.5,1 C5.36,1 2,4.359 2,8.5 C2,12.65 5.36,16 9.5,16 C13.64,16 17,12.65 17,8.5 C17,4.359 13.64,1 9.5,1 L9.5,1 Z"}));Rh.displayName="WarningCircleBoldSmall";var Mh=Rh;var e3=o(r()),Sh=({size:e,...t})=>e3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e3.createElement("path",{fillRule:"evenodd",d:"M10.9973868,14.046 L11.3983868,14.046 L11.9973868,13.046 L11.9973868,10.046 L11.0053868,10.046 L10.9973868,14.046 Z M18.6513868,18.046 L4.36138684,18.046 C4.20738684,18.046 4.11138684,17.88 4.18738684,17.746 L10.6633868,6.482 C10.9253868,6.069 11.3333868,5.988 11.4973868,5.988 C11.6613868,5.988 12.0703868,6.088 12.3313868,6.499 L18.8243868,17.746 C18.9013868,17.879 18.8053868,18.046 18.6513868,18.046 L18.6513868,18.046 Z M19.8133868,17.499 L13.1653868,5.933 C12.7793868,5.325 12.1383868,5 11.4973868,5 C10.8563868,5 10.2153868,5.293 9.83038684,5.9 L3.18138684,17.504 C2.73938684,18.151 3.12638684,19.046 4.11138684,19.046 L18.8833868,19.046 C19.8983868,19.046 20.2553868,18.146 19.8133868,17.499 L19.8133868,17.499 Z M10.9973868,16.046 L11.9973868,16.046 L11.9973868,15.018 L11.0053868,15.018 L10.9973868,16.046 Z"}));Sh.displayName="WarningSign";var Zh=Sh;var t3=o(r()),Bh=({size:e,...t})=>t3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t3.createElement("path",{fillRule:"evenodd",d:"M11.0131071,13.9904999 L13.0131071,13.9904999 L13.0131071,8.9904999 L11.0131071,8.9904999 L11.0131071,13.9904999 Z M11.0131071,16.9984999 L13.0131071,16.9984999 L13.0131071,14.9984999 L11.0131071,14.9984999 L11.0131071,16.9984999 Z M21.0271071,17.4834999 L13.6811071,6.1244999 C12.9181071,4.7584999 10.9531071,4.7584999 10.1891071,6.1244999 L2.84410715,17.4834999 C2.44410715,18.1504999 2.92410715,18.9984999 3.70210715,18.9984999 L20.1691071,18.9984999 C20.9461071,18.9984999 21.4261071,18.1504999 21.0271071,17.4834999 L21.0271071,17.4834999 Z"}));Bh.displayName="WarningSignBold";var Ph=Bh;var r3=o(r()),Vh=({size:e,...t})=>r3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r3.createElement("path",{d:"M12.9,12.5314435 L12.9,16.083395 L16.2,14.2385138 L16.2,10.624086 L12.9,12.5314435 L12.9,12.5314435 Z M12.1,12.6252094 L8.8,10.6656049 L8.8,14.2385138 L12.1,16.083395 L12.1,12.6252094 L12.1,12.6252094 Z M15.7772373,9.94442217 L12.5,8.11715614 L9.18645036,9.9646686 L12.4200414,11.8848381 L15.7772373,9.94442217 L15.7772373,9.94442217 Z M19,9.11666667 C19,8.75652362 18.806345,8.42419953 18.4930126,8.24664448 L12.9930126,5.12997781 C12.6871824,4.95667406 12.3128176,4.95667406 12.0069874,5.12997781 L6.50698743,8.24664448 C6.19365498,8.42419953 6,8.75652362 6,9.11666667 L6,15.2857494 C6,15.6458925 6.19365498,15.9782166 6.50698743,16.1557716 L12.0069874,19.2724383 C12.3128176,19.445742 12.6871824,19.445742 12.9930126,19.2724383 L18.4930126,16.1557716 C18.806345,15.9782166 19,15.6458925 19,15.2857494 L19,9.11666667 Z M20,15.2857494 C20,16.0060355 19.61269,16.6706837 18.9860251,17.0257938 L13.4860251,20.1424605 C12.8743648,20.489068 12.1256352,20.489068 11.5139749,20.1424605 L6.01397486,17.0257938 C5.38730997,16.6706837 5,16.0060355 5,15.2857494 L5,9.11666667 C5,8.39638057 5.38730997,7.7317324 6.01397486,7.37662229 L11.5139749,4.25995563 C12.1256352,3.91334812 12.8743648,3.91334812 13.4860251,4.25995563 L18.9860251,7.37662229 C19.61269,7.7317324 20,8.39638057 20,9.11666667 L20,15.2857494 Z M17,9.71024125 L17,14.7077998 L12.5,17.2235469 L8,14.7077998 L8,9.71024125 L12.5,7.20120805 L17,9.71024125 Z"}));Vh.displayName="Widget";var bh=Vh;var o3=o(r()),wh=({size:e,...t})=>o3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o3.createElement("path",{d:"M11.9,15.3981255 L9,13.9332266 L9,10.8099172 L11.9,12.5530334 L11.9,15.3981255 L11.9,15.3981255 Z M13.1,15.3981255 L13.1,12.5125865 L16,10.754319 L16,13.9332266 L13.1,15.3981255 L13.1,15.3981255 Z M9.83177183,10.0454333 L12.5,8.70120805 L15.1235755,10.0229378 L12.4200414,11.5860462 L9.83177183,10.0454333 L9.83177183,10.0454333 Z M20,9.11666667 L20,15.2857494 C20,16.0060355 19.61269,16.6706837 18.9860251,17.0257938 L13.4860251,20.1424605 C12.8743648,20.489068 12.1256352,20.489068 11.5139749,20.1424605 L6.01397486,17.0257938 C5.38730997,16.6706837 5,16.0060355 5,15.2857494 L5,9.11666667 C5,8.39638057 5.38730997,7.7317324 6.01397486,7.37662229 L11.5139749,4.25995563 C12.1256352,3.91334812 12.8743648,3.91334812 13.4860251,4.25995563 L18.9860251,7.37662229 C19.61269,7.7317324 20,8.39638057 20,9.11666667 L20,9.11666667 Z M17,9.70464885 L12.5,7.20120805 L8,9.70464885 L8,14.6910683 L12.5,17.201208 L17,14.6910683 L17,9.70464885 Z"}));wh.displayName="WidgetBold";var Gh=wh;var a3=o(r()),Ah=({size:e,...t})=>a3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a3.createElement("path",{fillRule:"evenodd",d:"M15.4039461,4.33735162 C18.1638144,5.247973 20.0200867,7.83625381 19.99753,10.7423845 C19.9965495,12.2764584 19.4667943,13.7633048 18.49753,14.9523845 L18.68753,17.5523845 C18.703524,17.7190451 18.6315221,17.8819968 18.49753,17.9823845 C18.4064967,18.0338905 18.3013708,18.0549157 18.19753,18.0423845 C18.1313844,18.0541718 18.0636757,18.0541718 17.99753,18.0423845 L15.40753,17.0423845 C14.7438629,17.2617774 14.0643863,17.3720797 13.3912679,17.3804085 L13.45753,17.2923845 C12.1234319,19.1490216 9.7459802,19.9361237 7.56753001,19.2423845 L5.66753001,20.0423845 L5.49753001,20.0423845 C5.38872523,20.0464423 5.28213915,20.0109136 5.19753001,19.9423845 C5.05649915,19.8424298 4.98010571,19.6743642 4.99753001,19.5023845 L5.13753001,17.5723845 C4.18443798,16.3745849 3.8039362,14.8193668 4.09636196,13.3168371 C4.38878772,11.8143073 5.32478359,10.515309 6.65753001,9.76238449 L6.68364426,9.75259187 C6.83356032,8.69155861 7.23921294,7.6588262 7.90062937,6.75099973 C9.61197927,4.4020881 12.6440778,3.42673025 15.4039461,4.33735162 Z M6.62405323,10.981587 L6.56606246,11.0260734 C5.78094286,11.6590145 5.24183191,12.558354 5.06101568,13.566208 C4.83847263,14.8066436 5.18196449,16.081625 5.99753001,17.0423845 C6.08145055,17.1429839 6.1243068,17.2715526 6.11753001,17.4023845 L6.00753001,18.7623845 L7.37753001,18.2423845 C7.49083066,18.2027511 7.61422937,18.2027511 7.72753001,18.2423845 C9.28415664,18.8034873 10.9997316,18.4076379 12.1514074,17.2800823 C10.4844772,16.9866861 8.94792414,16.0656826 7.90285276,14.6329699 C7.1062117,13.5408362 6.67992935,12.2675735 6.62405323,10.981587 Z M10.8611467,5.58105342 C8.4356204,6.70658766 7.12104834,9.36916476 7.70224997,11.9791858 C8.2834516,14.5892068 10.6035994,16.4424015 13.27753,16.4323845 C13.9595903,16.4342224 14.6366287,16.3157406 15.27753,16.0823845 C15.3280888,16.0597248 15.3822559,16.0461831 15.43753,16.0423845 L15.61753,16.0423845 L17.61753,16.8023845 L17.45753,14.8023845 C17.4504412,14.6936721 17.4790711,14.5864092 17.5378654,14.4964048 L17.58753,14.4323845 C19.3215838,12.3969331 19.4043984,9.42867464 17.7865322,7.29970446 C16.168666,5.17073429 13.286673,4.45551918 10.8611467,5.58105342 Z M10.68753,10.0823845 C11.0465151,10.0823845 11.33753,10.3733994 11.33753,10.7323845 C11.33753,11.0913696 11.0465151,11.3823845 10.68753,11.3823845 C10.3285449,11.3823845 10.03753,11.0913696 10.03753,10.7323845 C10.03753,10.3733994 10.3285449,10.0823845 10.68753,10.0823845 Z M13.29753,10.0823845 C13.6565151,10.0823845 13.94753,10.3733994 13.94753,10.7323845 C13.94753,11.0913696 13.6565151,11.3823845 13.29753,11.3823845 C12.9385449,11.3823845 12.64753,11.0913696 12.64753,10.7323845 C12.64753,10.3733994 12.9385449,10.0823845 13.29753,10.0823845 Z M15.90753,10.0823845 C16.2665151,10.0823845 16.55753,10.3733994 16.55753,10.7323845 C16.55753,11.0913696 16.2665151,11.3823845 15.90753,11.3823845 C15.5485449,11.3823845 15.25753,11.0913696 15.25753,10.7323845 C15.25753,10.3733994 15.5485449,10.0823845 15.90753,10.0823845 Z"}));Ah.displayName="WixChat";var yh=Ah;var L3=o(r()),Eh=({size:e,...t})=>L3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L3.createElement("path",{fillRule:"evenodd",d:"M6,6 C5.44771525,6 5,6.44771525 5,7 L5,17 C5,17.5522847 5.44771525,18 6,18 L18,18 C18.5522847,18 19,17.5522847 19,17 L19,7 C19,6.44771525 18.5522847,6 18,6 L6,6 Z M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M8,12 L8,11 L9,11 L9,10.2 L8,10.2 L8,9.2 L7,9.2 L7,8 L8.2,8 L8.2,9 L9.2,9 L9.2,10 L10.2,10 L10.2,11.2 L9.2,11.2 L9.2,12.2 L8.2,12.2 L8.2,13.2 L7,13.2 L7,12 L8,12 Z M11,12 L15,12 L15,13 L11,13 L11,12 Z"}));Eh.displayName="WixDevCenter";var Fh=Eh;var l3=o(r()),Nh=({size:e,...t})=>l3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l3.createElement("path",{fillRule:"evenodd",d:"M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M8,12 L7,12 L7,13.2 L8.2,13.2 L8.2,12.2 L9.2,12.2 L9.2,11.2 L10.2,11.2 L10.2,10 L9.2,10 L9.2,9 L8.2,9 L8.2,8 L7,8 L7,9.2 L8,9.2 L8,10.2 L9,10.2 L9,11 L8,11 L8,12 Z M12,12 L12,13 L16,13 L16,12 L12,12 Z"}));Nh.displayName="WixDevCenterBold";var kh=Nh;var s3=o(r()),Hh=({size:e,...t})=>s3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s3.createElement("path",{d:"M19,8 L19,6 C19,5.44771525 18.5522847,5 18,5 L16,5 C15.4477153,5 15,5.44771525 15,6 L15,8 L19,8 Z M19,9 L15,9 L15,16 L17,18.510134 L19,16 L19,9 Z M16,4 L18,4 C19.1045695,4 20,4.8954305 20,6 L20,16 L17,20 L14,16 L14,6 C14,4.8954305 14.8954305,4 16,4 L16,4 Z M16.5,10 C16.7761424,10 17,10.2238576 17,10.5 L17,15.5 C17,15.7761424 16.7761424,16 16.5,16 C16.2238576,16 16,15.7761424 16,15.5 L16,10.5 C16,10.2238576 16.2238576,10 16.5,10 Z M15,15 L19,15 L19,16 L15,16 L15,15 Z M4.5,13 L7.5,13 C7.77614237,13 8,13.2238576 8,13.5 C8,13.7761424 7.77614237,14 7.5,14 L4.5,14 C4.22385763,14 4,13.7761424 4,13.5 C4,13.2238576 4.22385763,13 4.5,13 Z M4.5,16 L11.5,16 C11.7761424,16 12,16.2238576 12,16.5 C12,16.7761424 11.7761424,17 11.5,17 L4.5,17 C4.22385763,17 4,16.7761424 4,16.5 C4,16.2238576 4.22385763,16 4.5,16 Z M4.5,10 L10.5,10 C10.7761424,10 11,10.2238576 11,10.5 C11,10.7761424 10.7761424,11 10.5,11 L4.5,11 C4.22385763,11 4,10.7761424 4,10.5 C4,10.2238576 4.22385763,10 4.5,10 Z M4.5,7 L9.5,7 C9.77614237,7 10,7.22385763 10,7.5 C10,7.77614237 9.77614237,8 9.5,8 L4.5,8 C4.22385763,8 4,7.77614237 4,7.5 C4,7.22385763 4.22385763,7 4.5,7 Z"}));Hh.displayName="WixForms";var Th=Hh;var i3=o(r()),Uh=({size:e,...t})=>i3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i3.createElement("path",{d:"M14,8 L14,7 C14,5.8954305 14.8954305,5 16,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,8 L14,8 Z M20,15 L17,19 L14,15 L14,9 L20,9 L20,15 Z M18.5,14 L15.5,14 L17,17 L18.5,14 Z M5,14 L7,14 C7.55228475,14 8,14.4477153 8,15 C8,15.5522847 7.55228475,16 7,16 L5,16 C4.44771525,16 4,15.5522847 4,15 C4,14.4477153 4.44771525,14 5,14 Z M5,10 L11,10 C11.5522847,10 12,10.4477153 12,11 C12,11.5522847 11.5522847,12 11,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 Z M5,6 L9,6 C9.55228475,6 10,6.44771525 10,7 C10,7.55228475 9.55228475,8 9,8 L5,8 C4.44771525,8 4,7.55228475 4,7 C4,6.44771525 4.44771525,6 5,6 Z"}));Uh.displayName="WixFormsBold";var Dh=Uh;var C3=o(r()),zh=({size:e,...t})=>C3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C3.createElement("path",{d:"M17.3318,15 C16.8318,13.76 16.0518,12.66 15.0918,11.94 C14.7818,11.71 14.4518,11.51 14.1018,11.37 L14.0918,11.36 C14.3018,11.2 14.5018,11.01 14.6718,10.81 C14.9018,10.55 15.0818,10.26 15.2118,9.94 C15.4718,9.36 15.5818,8.7 15.4718,8.01 C15.4518,7.84 15.4118,7.68 15.3618,7.52 C15.6718,7.26 16.0718,7.1 16.5018,7.1 C16.6118,7.1 16.7218,7.11 16.8318,7.13 C17.5318,7.25 18.1218,7.84 18.2318,8.54 C18.3218,9.16 18.0718,9.76 17.5618,10.15 C17.2718,10.36 17.1218,10.71 17.1718,11.07 C17.2118,11.42 17.4418,11.73 17.7718,11.87 C18.7818,12.29 19.6818,13.57 19.9718,15 L17.3318,15 Z M16.7318,16.85 C16.7318,16.86 16.6918,16.92 16.6118,16.92 L15.6718,16.92 C14.0518,16.92 11.8018,16.91 9.8818,16.91 L7.2018,16.91 C7.1318,16.91 7.0918,16.86 7.0818,16.84 C7.1318,16.55 7.2018,16.27 7.2818,16 C7.3818,15.65 7.5118,15.32 7.6618,15 C8.1718,13.94 8.9018,13.06 9.7418,12.57 C9.8718,12.49 10.0118,12.42 10.1518,12.36 C10.3318,12.28 10.4818,12.16 10.6018,12.03 L10.6018,12.02 C10.7118,11.87 10.7818,11.69 10.8118,11.5 C10.8518,11.11 10.6918,10.73 10.3818,10.5 C10.2118,10.37 10.0618,10.22 9.9318,10.06 C9.5818,9.63 9.3818,9.1 9.3818,8.55 C9.3818,8.08 9.5118,7.64 9.7518,7.26 C10.2018,6.55 11.0018,6.08 11.9118,6.08 C12.0618,6.08 12.2218,6.1 12.3818,6.12 C13.1318,6.25 13.7918,6.76 14.1418,7.42 C14.2718,7.65 14.3618,7.91 14.4018,8.17 C14.5018,8.8 14.3518,9.41 14.0018,9.91 C13.8518,10.13 13.6618,10.33 13.4418,10.5 C13.1318,10.73 12.9618,11.11 13.0118,11.5 C13.0418,11.74 13.1518,11.96 13.3218,12.12 C13.4218,12.22 13.5418,12.3 13.6718,12.36 C13.8518,12.44 14.0318,12.53 14.2018,12.64 C14.9918,13.14 15.6718,13.98 16.1518,15 C16.3018,15.32 16.4218,15.65 16.5318,16 C16.6118,16.28 16.6818,16.56 16.7318,16.85 L16.7318,16.85 Z M5.9618,15 L4.0318,14.99 C4.3318,13.57 5.2218,12.29 6.2318,11.87 C6.5618,11.73 6.7918,11.42 6.8318,11.07 C6.8818,10.71 6.7318,10.36 6.4418,10.15 C6.0018,9.82 5.7518,9.33 5.7518,8.8 C5.7518,7.86 6.5418,7.1 7.5018,7.1 C7.6118,7.1 7.7218,7.11 7.8318,7.13 C8.0718,7.17 8.2918,7.27 8.4918,7.4 C8.3718,7.76 8.3018,8.15 8.3018,8.55 C8.3018,9.1 8.4318,9.61 8.6618,10.07 C8.8118,10.38 9.0018,10.65 9.2218,10.9 C9.2718,10.95 9.3218,11 9.3618,11.04 C9.4818,11.16 9.6018,11.26 9.7318,11.36 C9.4118,11.5 9.1018,11.67 8.8118,11.89 C7.8118,12.6 7.0018,13.73 6.4918,15 L5.9618,15 Z M18.1618,10.95 C18.9218,10.38 19.3718,9.44 19.2218,8.39 C19.0418,7.27 18.1318,6.34 16.9918,6.14 C16.8318,6.11 16.6618,6.1 16.5018,6.1 C15.9118,6.1 15.3618,6.28 14.9118,6.6 C14.3818,5.8 13.5318,5.22 12.5618,5.06 C12.3418,5.02 12.1218,5 11.9118,5 C10.6818,5 9.6018,5.6 8.9518,6.52 C8.6618,6.33 8.3418,6.2 7.9918,6.14 C7.8318,6.11 7.6618,6.1 7.5018,6.1 C5.9818,6.1 4.7518,7.31 4.7518,8.8 C4.7518,9.68 5.1818,10.45 5.8418,10.95 C4.4118,11.55 3.3318,13.21 3.0118,14.97 C2.9218,15.51 3.3618,15.99 3.9218,15.99 C4.5118,16 5.3118,16 6.1718,16 C6.1018,16.22 6.0618,16.43 6.0218,16.65 C5.8918,17.36 6.4818,17.99 7.2018,17.99 C9.2418,17.99 13.1818,18 15.6718,18 L16.6118,18 C17.3418,18 17.9318,17.36 17.8018,16.66 C17.7618,16.44 17.7118,16.22 17.6518,16 L20.0818,16 C20.6418,16 21.0818,15.51 20.9918,14.98 C20.6818,13.21 19.5918,11.55 18.1618,10.95 L18.1618,10.95 Z"}));zh.displayName="WixForum";var Ih=zh;var n3=o(r()),_h=({size:e,...t})=>n3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n3.createElement("path",{d:"M12,7 C14.51,7 16.66,8.67 17.55,11.05 C17.67,11.35 17.76,11.67 17.83,12 L17.8413346,12.0556236 L17.8413346,12.0556236 L17.9150146,12.5779592 C18.0193878,13.2595918 18.2571429,14.3085714 19,14.73 C19.2416667,14.8716667 19.525,14.9647222 19.8210648,14.9918056 L20,15 L20,18 L4,18 L4,15 C4.36,15 4.71,14.9 5,14.73 C5.69333333,14.3366667 5.94666667,13.3966667 6.06222222,12.7188889 L6.10419177,12.4468254 L6.10419177,12.4468254 L6.15866537,12.0556236 L6.15866537,12.0556236 L6.17,12 C6.24,11.67 6.33,11.35 6.45,11.05 C7.34,8.67 9.49,7 12,7 Z M19,16 L5,16 L5,17 L19,17 L19,16 Z M17.22,14 L6.78,14 L6.72411079,14.0920991 L6.72411079,14.0920991 L6.63094752,14.2325073 C6.48021866,14.4494169 6.22873178,14.7652187 5.93992711,14.9410787 L5.83,15 L18.17,15 C17.9471429,14.8971429 17.7408163,14.6987755 17.5777843,14.505656 L17.4301749,14.3180175 L17.4301749,14.3180175 L17.3173761,14.1562682 L17.3173761,14.1562682 L17.22,14 Z M12,8 C9.87,8 8.06,9.47 7.33,11.52 L7.29597222,11.6261574 L7.29597222,11.6261574 L7.24777778,11.7925926 L7.24777778,11.7925926 L7.19125,12.01625 C7.18145833,12.058125 7.1715625,12.1022569 7.16168403,12.1485822 L7.10359375,12.4523437 C7.08494792,12.5620312 7.06734375,12.6799826 7.05175347,12.8056887 L7.03,13 L16.97,13 C16.95,12.8 16.924375,12.616875 16.8964063,12.4523437 L16.838316,12.1485822 L16.838316,12.1485822 L16.779809,11.8974595 C16.7703472,11.860162 16.7611111,11.8251852 16.7522222,11.7925926 L16.7040278,11.6261574 L16.7040278,11.6261574 L16.67,11.52 L16.67,11.52 C15.94,9.47 14.13,8 12,8 Z M14,5 L14,6 L10,6 L10,5 L14,5 Z"}));_h.displayName="WixHotels";var Wh=_h;var p3=o(r()),Oh=({size:e,...t})=>p3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p3.createElement("path",{d:"M8,2 C10.209139,2 12,3.790861 12,6 C12,7.06086596 11.5785726,8.07828161 10.8284271,8.82842712 C10.7054866,8.95136764 10.5753673,9.06547893 10.4390546,9.17035288 C12.0184638,9.55070129 13.3947286,10.5644999 14.2230747,11.9997036 L20.62,12 C21.382153,12 22,12.617847 22,13.38 L22,19.62 C22,19.9859988 21.8546076,20.3370072 21.5958074,20.5958074 C21.3370072,20.8546076 20.9859988,21 20.62,21 L7.5,21 C7.22385763,21 7,20.7761424 7,20.5 C7,20.2238576 7.22385763,20 7.5,20 L10,20 L10,17 L2.5,17 C1.67157288,17 1,16.3284271 1,15.5 L1,15 C1,12.1804788 2.94480147,9.81514597 5.56613044,9.17235094 C4.61367563,8.44304364 4,7.29318763 4,6 C4,3.790861 5.790861,2 8,2 Z M20.62,13 L11.38,13 C11.1701318,13 11,13.1701318 11,13.38 L11,20 L20.62,20 C20.8298682,20 21,19.8298682 21,19.62 L21,13.38 C21,13.1701318 20.8298682,13 20.62,13 Z M9,10 L7,10 C4.23857625,10 2,12.2385763 2,15 L2,15.46 C2,15.7361424 2.22385763,15.96 2.5,15.96 L10,15.96 L10,13.38 C10,13.0140012 10.1453924,12.6629928 10.4041926,12.4041926 C10.6629928,12.1453924 11.0140012,12 11.38,12 L13.0249503,11.9996848 C12.0857192,10.7471554 10.5987158,9.99201916 9,10 Z M8,3 C6.34314575,3 5,4.34314575 5,6 C5,7.64710409 6.32738414,8.98418101 7.97078233,8.99986067 L8.17627279,8.99490731 C9.75108004,8.90366088 11,7.59768088 11,6 C11,4.34314575 9.65685425,3 8,3 Z"}));Oh.displayName="WixMarketplace";var jh=Oh;var d3=o(r()),$h=({size:e,...t})=>d3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d3.createElement("path",{d:"M7,5 L7,9 L8,9 L8,5 L9,5 L9,9 L10,9 L10,5 L11,5 L11,10.5 C11,11.6495238 10.2199546,12.6203628 9.16088975,12.9106274 L9,12.949 L9,19 L8,19 L8,12.949 C6.91428571,12.7280476 6.08253968,11.8014263 6.00578771,10.6710257 L6,10.5 L6,5 L7,5 Z M10,10 L7,10 L7,10.5 C7,11.329 7.671,12 8.5,12 C9.329,12 10,11.329 10,10.5 L10,10.5 L10,10 Z M18,5 L18,19 L17,19 L17,15 L13,15 L13,9 C13,6.86084848 14.6869201,5.1091056 16.800628,5.00490369 L17,5 L18,5 Z M17,6 C15.4021786,6 14.0963291,7.24878444 14.0050922,8.82371269 L14,9 L14,14 L17,14 L17,6 Z"}));$h.displayName="WixRestaurants";var Jh=$h;var c3=o(r()),Yh=({size:e,...t})=>c3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c3.createElement("path",{d:"M16.6460848,17.69 C16.4560848,17.89 16.2160848,18 15.9660848,18 L7.99608475,18 C7.74608475,18 7.50608475,17.89 7.32608475,17.69 C7.09608475,17.45 6.98608475,17.11 6.99608475,16.76 L8.29608475,7 L9.96608475,7 L9.96608475,9 L10.9660848,9 L10.9660848,7 L12.9660848,7 L12.9660848,8.3 L12.9660848,9 L13.9660848,9 L13.9660848,7 L15.7160848,7 L16.9660848,16.76 C16.9860848,17.11 16.8660848,17.45 16.6460848,17.69 L16.6460848,17.69 Z M10.6660848,5 C10.6660848,4.28 11.2460848,3.7 11.9660848,3.7 C12.6860848,3.7 13.2660848,4.28 13.2660848,5 L13.2660848,6 L10.6660848,6 L10.6660848,5 Z M16.5860848,6 L13.9660848,6 L13.9660848,5 C13.9660848,3.9 13.0660848,3 11.9660848,3 C10.8660848,3 9.96608475,3.9 9.96608475,5 L9.96608475,6 L7.42608475,6 L6.00608475,16.67 C5.91608475,17.93 6.83608475,19 7.99608475,19 L15.9660848,19 C17.1260848,19 18.0460848,17.93 17.9560848,16.67 L16.5860848,6 Z"}));Yh.displayName="WixStores";var qh=Yh;var u3=o(r()),Qh=({size:e,...t})=>u3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u3.createElement("path",{d:"M9,14.75 L9,9.25 L14,12.25 L9,14.75 Z M16.883,18 C19.048,18 21,17.077 21,12 C21,6.923 19.048,6 16.883,6 L6.117,6 C3.952,6 2,6.923 2,12 C2,17.077 3.952,18 6.117,18 L16.883,18 Z"}));Qh.displayName="Youtube";var Xh=Qh;var m3=o(r()),Kh=({size:e,...t})=>m3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m3.createElement("path",{d:"M11.493,17.241 C8.32400005,17.241 5.74500005,14.662 5.74500005,11.493 C5.74500005,8.32400005 8.32400005,5.74500005 11.493,5.74500005 C14.662,5.74500005 17.241,8.32400005 17.241,11.493 C17.241,14.662 14.662,17.241 11.493,17.241 L11.493,17.241 Z M16.67,15.918 C17.735,14.698 18.286,13.19 18.286,11.493 C18.286,7.74100005 15.245,4.70000005 11.493,4.70000005 C7.74200005,4.70000005 4.70000005,7.74100005 4.70000005,11.493 C4.70000005,15.244 7.74200005,18.286 11.493,18.286 C13.182,18.286 14.757,17.77 15.981,16.72 L18.962,19.7 L19.7,18.961 L16.67,15.918 Z M12.023,9.02400005 L11.023,9.02400005 L11.023,11.024 L9.02300005,11.024 L9.02300005,12.024 L11.023,12.024 L11.023,14.024 L12.023,14.024 L12.023,12.024 L14.023,12.024 L14.023,11.024 L12.023,11.024 L12.023,9.02400005 Z"}));Kh.displayName="ZoomIn";var ex=Kh;var f3=o(r()),tx=({size:e,...t})=>f3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f3.createElement("path",{d:"M14.06475,12.06475 L12.06475,12.06475 L12.06475,14.06475 L11.06475,14.06475 L11.06475,12.06475 L9.06475,12.06475 L9.06475,11.06475 L11.06475,11.06475 L11.06475,9.06475 L12.06475,9.06475 L12.06475,11.06475 L14.06475,11.06475 L14.06475,12.06475 Z M16.56575,14.94875 C18.16475,12.59275 17.92675,9.36175 15.83775,7.27375 C13.47275,4.90875 9.63875,4.90875 7.27375,7.27375 C4.90875,9.63875 4.90875,13.47375 7.27375,15.83875 C9.42575,17.99175 12.78475,18.16275 15.15675,16.39675 L18.15475,19.07575 L19.49975,17.56975 L16.56575,14.94875 Z"}));tx.displayName="ZoomInBold";var rx=tx;var h3=o(r()),ox=({size:e,...t})=>h3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h3.createElement("path",{d:"M11.493,17.241 C8.32400005,17.241 5.74500005,14.662 5.74500005,11.493 C5.74500005,8.32400005 8.32400005,5.74500005 11.493,5.74500005 C14.662,5.74500005 17.241,8.32400005 17.241,11.493 C17.241,14.662 14.662,17.241 11.493,17.241 L11.493,17.241 Z M16.669,15.918 C17.735,14.698 18.286,13.19 18.286,11.493 C18.286,7.74100005 15.245,4.70000005 11.493,4.70000005 C7.74100005,4.70000005 4.70000005,7.74100005 4.70000005,11.493 C4.70000005,15.244 7.74100005,18.286 11.493,18.286 C13.181,18.286 14.757,17.77 15.981,16.72 L18.962,19.7 L19.7,18.961 L16.669,15.918 Z M9.02300005,12.024 L14.023,12.024 L14.023,11.024 L9.02300005,11.024 L9.02300005,12.024 Z"}));ox.displayName="ZoomOut";var ax=ox;var x3=o(r()),Lx=({size:e,...t})=>x3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x3.createElement("path",{d:"M7.77375,7.27375 C10.14075,4.90875 13.97475,4.90875 16.34075,7.27375 C18.3654773,9.29847727 18.650627,12.3979814 17.2071409,14.7322139 L17.06675,14.94875 L20.00075,17.56975 L18.65575,19.07575 L15.65775,16.39675 C13.28575,18.16275 9.92775,17.99175 7.77375,15.83875 C5.40875,13.47375 5.40875,9.63875 7.77375,7.27375 Z M15.00075,11.06475 L9.00075,11.06475 L9.00075,12.06475 L15.00075,12.06475 L15.00075,11.06475 Z"}));Lx.displayName="ZoomOutBold";var lx=Lx;0&&(module.exports={AI,AIBold,AIBoldSmall,AISmall,Accessibility,Accordion,Add,AddBold,AddCircle,AddCircleSmall,AddMenuFolder,AddMenuItem,AddPackage,AddSmall,AddressInput,AddressInputBold,Adjustments,AdminAccess,AdminAccessBold,AlertCircleBold,AlertCircleBoldSmall,AlertSmall,Anchor,AnimatedSlide,Animation,AppBuilder,AppBuilderBold,AppMarket,ApplyTo,Arrange,ArrangeBold,ArrowDown,ArrowUp,ArrowUpDown,ArticleBold,Background,Badge,BlockQuote,BlockedCircle,BlockedCircleSmall,Blogger,Bold,BookBold,BookOpenBold,Boolean,BooleanBold,Border,BorderBold,Box,BoxBold,Brightness,BrightnessBold,Browser,BrowserBold,BulletListLeft,BulletListRight,Button,ButtonBold,CSS,Calendar,CalendarBold,Captcha,CaptchaBold,CharacterSpacing,Chat,ChatBold,Checkbox,CheckboxBold,CheckboxList,CheckboxListBold,ChevronDown,ChevronDownSmall,ChevronLeft,ChevronLeftSmall,ChevronRight,ChevronRightSmall,ChevronUp,ChevronUpSmall,Child,ChildBold,Close,Cloud,CloudBold,CloudBoldSmall,CloudSmall,CodeBold,ColorBucket,ColorBucketBold,ColorDrop,ColorDropBold,Column,ColumnBold,Confirm,ConfirmBold,ConfirmCircle,ConfirmCircleBold,ContextMenu,ContextMenuSmall,ContextMenuVertical,Copy,CopyBold,Corners,CornersBold,CreditCard,Crop,CropBold,Custom,CustomBold,CustomTypeBold,Cut,CutBold,Dashboard,Data,DataCollection,DataSmall,DataTable,DataTableBold,DataTableCloud,DataTableLinked,DataWidgetsBold,DateTime,DateTimeBold,Delete,DeleteBold,Design,DesignBold,Desktop,DismissBold,Download,DownloadBold,Dropdown,DropdownBold,DropdownMenu,Duplicate,DuplicateBold,ESignature,ESignatureBold,Edit,EditBold,EditSmall,ElementProperties,Email,EmailBold,ExternalLink,ExternalLinkBold,ExternalLinkSmall,Facebook,File,FileAdd,FileCss,FileHtml,FileJs,FileJson,FileJsw,Flash,Flickr,Folder,FolderAdd,FolderAddSmall,FolderOpen,FolderOpenAdd,FolderOpenSmall,FolderSmall,Footer,FormBold,FormEditBold,FullWidthSlider,FullWidthSliderBold,FullWidthStrip,FullWidthStripBold,Github,Globe,Group,GroupBold,Header,Heading1,Heading2,Heading3,Heading4,Heading5,Heading6,Heart,HeartBold,HelpBold,HelpCircle,Hide,HideBold,HideSmall,HighlightColor,Hint,Home,HomeBold,HomeSmall,HorizontalImage,HorizontalImageBold,HorizontalLine,HorizontalLineBold,HorizontalMenu,HorizontalMenuBold,HorizontalStretchBold,HoverBox,HoverBoxBold,Html,HtmlBold,ITunes,Image,ImageBold,ImageButton,ImageEffect,ImageEffectBold,ImageEffectSmall,ImageGallery,ImageGalleryBold,InfoSmall,Input,InputBold,Italic,JS,JSLocked,JSW,JSX,Lightbox,LineShare,LineSpacing,LinkProperties,LinkPropertiesSmall,LinkedIn,List,ListArray,ListArrayBold,ListBold,ListMenu,ListMenuBold,Lock,LockBold,LockSmall,LockUnlocked,LockUnlockedBold,LockUnlockedSmall,Lottie,MandatoryCircleSmall,MapPin,MapPinBold,Master,Maximize,Menu,MenuBold,MenuFolder,Minimize,MinimizeAll,Minus,MinusCircle,Mobile,MobileBold,MoveBackward,MoveBackwardBold,MoveForward,MoveForwardBold,MoveToTrash,MultiStateBox,Multilingual,Music,MusicBold,Newspaper,NumericListLeft,NumericListRight,Package,Page,PageAdd,PageBackground,PageBody,PageBold,PageCode,PageDynamic,PageDynamicSmall,PageSpecial,Pages,PagesBold,Pagination,PaginationBold,Paragraph,ParagraphBold,Parent,Paste,PasteBold,Paypal,Phone,PhoneBold,PinBold,PinBoldSmall,Pinterest,Pipette,PipetteBold,PipetteFullBold,PlayBoldSmall,PlayCircle,PlayCircleBold,Plugin,Popup,PremiumBoldSmall,Print,ProfileWidget,ProgressBar,QuickActionBar,QuickFormat,RadioButton,RadioButtonBold,Redo,RedoBold,Rename,RenameBold,RenameSmall,Repeater,RepeaterBold,Replace,ReplaceBold,Reset,ResetShapeBold,ResetSmall,RichTextBox,RichTextBoxBold,Rotation,Router,RouterSmall,Rss,Save,SaveBold,Scroll,Search,SearchBold,Section,SectionLayout,SelectedCircleSmall,SendToBack,SendToBackBold,SendToFront,SendToFrontBold,Seo,Settings,SettingsBold,SettingsLocked,SettingsSmall,Shadow,ShadowBold,Shape,ShapeBold,ShapeCropBold,Shipping,ShoppingCart,ShoppingCartBold,Show,ShowBold,ShowSmall,SingleItemCollection,SiteTools,Skype,SlideShow,SlideShowBold,Slider,SliderBold,SocialBar,Sound,SoundBold,Soundcloud,SpacingBold,Sparkles,SparklesBold,SparklesBoldSmall,SparklesSmall,SplitColumns,Spotify,SqueezeBold,Star,StarBold,StopBoldSmall,Strikethrough,Strip,StripBold,SuccessBoldSmall,SuccessSmall,Switch,SwitchBold,TS,Table,TableBold,Tablet,Tabs,Tag,TestTubeSmall,Text,TextAlignCenter,TextAlignJustify,TextAlignLeft,TextAlignRight,TextBold,TextBox,TextBoxBold,TextColor,TextLtr,TextLtrDecrease,TextLtrIncrease,TextMultiline,TextMultilineBold,TextRtl,TextRtlDecrease,TextRtlIncrease,TextSmall,TimeInput,Tumblr,Twitter,Underline,Undo,UndoBold,Ungroup,UngroupBold,UnlinkProperties,UnlinkPropertiesSmall,Upload,UploadBold,UploadButton,UploadButtonBold,UrlLink,UrlLinkAdd,UrlLinkBold,UrlLinkSmall,UrlUnlink,UrlUnlinkBold,User,UserBold,UserChatBold,UserEditBold,UserFormBold,UserMenu,UserPreviewBold,UserPrivate,UserPrivateSmall,UserSmall,Users,UsersBold,UsersSmall,Vector,VectorBold,VerticalImage,VerticalImageBold,VerticalLine,VerticalLineBold,VerticalMenu,VerticalMenuBold,Video,VideoBold,VideoBoldSmall,VideoBox,VideoBoxBold,VideoTransparent,VideoTransparentBold,Vimeo,Vk,WarningCircleBold,WarningCircleBoldSmall,WarningSign,WarningSignBold,Widget,WidgetBold,WixChat,WixDevCenter,WixDevCenterBold,WixForms,WixFormsBold,WixForum,WixHotels,WixMarketplace,WixRestaurants,WixStores,Youtube,ZoomIn,ZoomInBold,ZoomOut,ZoomOutBold});
15
+ Check the top-level render call using <`+l+">.")}return L}function z3(a,L){if(!(!a._store||a._store.validated||a.key!=null)){a._store.validated=!0;var l=Kx(L);if(!D3[l]){D3[l]=!0;var s="";a&&a._owner&&a._owner!==w.current&&(s=" It was passed a child from "+V(a._owner.type)+"."),H(a),v('Each child in a list should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.',l,s),H(null)}}}function I3(a,L){if(typeof a=="object"){if(Array.isArray(a))for(var l=0;l<a.length;l++){var s=a[l];T(s)&&z3(s,L)}else if(T(a))a._store&&(a._store.validated=!0);else if(a){var C=M3(a);if(typeof C=="function"&&C!==a.entries)for(var f=C.call(a),d;!(d=f.next()).done;)T(d.value)&&z3(d.value,L)}}}function _3(a){{var L=a.type;if(L==null||typeof L=="string")return;var l=V(L),s;if(typeof L=="function")s=L.propTypes;else if(typeof L=="object"&&(L.$$typeof===O||L.$$typeof===D))s=L.propTypes;else return;s?(H(a),t(s,a.props,"prop",l,k.getStackAddendum),H(null)):L.PropTypes!==void 0&&!f1&&(f1=!0,v("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",l||"Unknown")),typeof L.getDefaultProps=="function"&&!L.getDefaultProps.isReactClassApproved&&v("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function eg(a){{H(a);for(var L=Object.keys(a.props),l=0;l<L.length;l++){var s=L[l];if(s!=="children"&&s!=="key"){v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",s);break}}a.ref!==null&&v("Invalid attribute `ref` supplied to `React.Fragment`."),H(null)}}function W3(a,L,l){var s=T3(a);if(!s){var C="";(a===void 0||typeof a=="object"&&a!==null&&Object.keys(a).length===0)&&(C+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var f=Xx(L);f?C+=f:C+=U3();var d;a===null?d="null":Array.isArray(a)?d="array":a!==void 0&&a.$$typeof===p?(d="<"+(V(a.type)||"Unknown")+" />",C=" Did you accidentally export a JSX literal instead of a component?"):d=typeof a,v("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",d,C)}var u=Sx.apply(this,arguments);if(u==null)return u;if(s)for(var M=2;M<arguments.length;M++)I3(arguments[M],a);return a===h?eg(u):_3(u),u}var O3=!1;function tg(a){var L=W3.bind(null,a);return L.type=a,O3||(O3=!0,j("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")),Object.defineProperty(L,"type",{enumerable:!1,get:function(){return j("Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:a}),a}}),L}function rg(a,L,l){for(var s=Bx.apply(this,arguments),C=2;C<arguments.length;C++)I3(arguments[C],s.type);return _3(s),s}try{var j3=Object.freeze({}),og=new Map([[j3,null]]),ag=new Set([j3]);og.set(0,0),ag.add(0)}catch{}var Lg=W3,lg=rg,sg=tg,ig={map:Ex,forEach:Ax,count:Fx,toArray:Nx,only:kx};g.Children=ig,g.Component=E,g.Fragment=h,g.Profiler=R,g.PureComponent=i1,g.StrictMode=m,g.Suspense=e1,g.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=o1,g.cloneElement=lg,g.createContext=Hx,g.createElement=Lg,g.createFactory=sg,g.createRef=gx,g.forwardRef=Ux,g.isValidElement=T,g.lazy=Tx,g.memo=Dx,g.useCallback=$x,g.useContext=zx,g.useDebugValue=qx,g.useEffect=Ox,g.useImperativeHandle=Yx,g.useLayoutEffect=jx,g.useMemo=Jx,g.useReducer=_x,g.useRef=Wx,g.useState=Ix,g.version=i}()});var r=N((Og,b1)=>{"use strict";process.env.NODE_ENV==="production"?b1.exports=Ce():b1.exports=ge()});var Hg={};mg(Hg,{AI:()=>Re,AIBold:()=>Se,AIBoldSmall:()=>Be,AISmall:()=>Ve,Accessibility:()=>we,Accordion:()=>Ae,Add:()=>Ee,AddBold:()=>Ne,AddCircle:()=>He,AddCircleSmall:()=>Ue,AddMenuFolder:()=>ze,AddMenuItem:()=>_e,AddPackage:()=>Oe,AddSmall:()=>$e,AddressInput:()=>Ye,AddressInputBold:()=>Qe,Adjustments:()=>Ke,AdminAccess:()=>tt,AdminAccessBold:()=>ot,AlertCircleBold:()=>Lt,AlertCircleBoldSmall:()=>st,AlertSmall:()=>Ct,Anchor:()=>pt,AnimatedSlide:()=>ct,Animation:()=>mt,AppBuilder:()=>ht,AppBuilderBold:()=>gt,AppMarket:()=>Rt,ApplyTo:()=>St,Arrange:()=>Bt,ArrangeBold:()=>Vt,ArrowDown:()=>wt,ArrowUp:()=>At,ArrowUpDown:()=>Et,ArticleBold:()=>Nt,Background:()=>Ht,Badge:()=>Ut,BlockQuote:()=>zt,BlockedCircle:()=>_t,BlockedCircleSmall:()=>Ot,Blogger:()=>$t,Bold:()=>Yt,BookBold:()=>Qt,BookOpenBold:()=>Kt,Boolean:()=>tr,BooleanBold:()=>or,Border:()=>Lr,BorderBold:()=>sr,Box:()=>Cr,BoxBold:()=>pr,Brightness:()=>cr,BrightnessBold:()=>mr,Browser:()=>hr,BrowserBold:()=>gr,BulletListLeft:()=>Rr,BulletListRight:()=>Sr,Button:()=>Br,ButtonBold:()=>Vr,CSS:()=>wr,Calendar:()=>Ar,CalendarBold:()=>Er,Captcha:()=>Nr,CaptchaBold:()=>Hr,CharacterSpacing:()=>Ur,Chat:()=>zr,ChatBold:()=>_r,Checkbox:()=>Or,CheckboxBold:()=>$r,CheckboxList:()=>Yr,CheckboxListBold:()=>Qr,ChevronDown:()=>Kr,ChevronDownSmall:()=>to,ChevronLeft:()=>oo,ChevronLeftSmall:()=>Lo,ChevronRight:()=>so,ChevronRightSmall:()=>Co,ChevronUp:()=>po,ChevronUpSmall:()=>uo,Child:()=>fo,ChildBold:()=>xo,Close:()=>vo,Cloud:()=>Mo,CloudBold:()=>Zo,CloudBoldSmall:()=>Po,CloudSmall:()=>bo,CodeBold:()=>Go,ColorBucket:()=>yo,ColorBucketBold:()=>Fo,ColorDrop:()=>ko,ColorDropBold:()=>To,Column:()=>Do,ColumnBold:()=>Io,Confirm:()=>Wo,ConfirmBold:()=>jo,ConfirmCircle:()=>Jo,ConfirmCircleBold:()=>qo,ContextMenu:()=>Xo,ContextMenuSmall:()=>ea,ContextMenuVertical:()=>ra,Copy:()=>aa,CopyBold:()=>la,Corners:()=>ia,CornersBold:()=>na,CreditCard:()=>da,Crop:()=>ua,CropBold:()=>fa,Custom:()=>xa,CustomBold:()=>va,CustomTypeBold:()=>Ma,Cut:()=>Za,CutBold:()=>Pa,Dashboard:()=>ba,Data:()=>Ga,DataCollection:()=>ya,DataSmall:()=>Fa,DataTable:()=>ka,DataTableBold:()=>Ta,DataTableCloud:()=>Da,DataTableLinked:()=>Ia,DataWidgetsBold:()=>Wa,DateTime:()=>ja,DateTimeBold:()=>Ja,Delete:()=>qa,DeleteBold:()=>Xa,Design:()=>eL,DesignBold:()=>rL,Desktop:()=>aL,DismissBold:()=>lL,Download:()=>iL,DownloadBold:()=>nL,Dropdown:()=>dL,DropdownBold:()=>uL,DropdownMenu:()=>fL,Duplicate:()=>xL,DuplicateBold:()=>vL,ESignature:()=>ML,ESignatureBold:()=>ZL,Edit:()=>PL,EditBold:()=>bL,EditSmall:()=>GL,ElementProperties:()=>yL,Email:()=>FL,EmailBold:()=>kL,ExternalLink:()=>TL,ExternalLinkBold:()=>DL,ExternalLinkSmall:()=>IL,Facebook:()=>WL,File:()=>jL,FileAdd:()=>JL,FileCss:()=>qL,FileHtml:()=>XL,FileJs:()=>el,FileJson:()=>rl,FileJsw:()=>al,Flash:()=>ll,Flickr:()=>il,Folder:()=>nl,FolderAdd:()=>dl,FolderAddSmall:()=>ul,FolderOpen:()=>fl,FolderOpenAdd:()=>xl,FolderOpenSmall:()=>vl,FolderSmall:()=>Ml,Footer:()=>Zl,FormBold:()=>Pl,FormEditBold:()=>bl,FullWidthSlider:()=>Gl,FullWidthSliderBold:()=>yl,FullWidthStrip:()=>Fl,FullWidthStripBold:()=>kl,Github:()=>Tl,Globe:()=>Dl,Group:()=>Il,GroupBold:()=>Wl,Header:()=>jl,Heading1:()=>Jl,Heading2:()=>ql,Heading3:()=>Xl,Heading4:()=>es,Heading5:()=>rs,Heading6:()=>as,Heart:()=>ls,HeartBold:()=>is,HelpBold:()=>ns,HelpCircle:()=>ds,Hide:()=>us,HideBold:()=>fs,HideSmall:()=>xs,HighlightColor:()=>vs,Hint:()=>Ms,Home:()=>Zs,HomeBold:()=>Ps,HomeSmall:()=>bs,HorizontalImage:()=>Gs,HorizontalImageBold:()=>ys,HorizontalLine:()=>Fs,HorizontalLineBold:()=>ks,HorizontalMenu:()=>Ts,HorizontalMenuBold:()=>Ds,HorizontalStretchBold:()=>Is,HoverBox:()=>Ws,HoverBoxBold:()=>js,Html:()=>Js,HtmlBold:()=>qs,ITunes:()=>Xs,Image:()=>ei,ImageBold:()=>ri,ImageButton:()=>ai,ImageEffect:()=>li,ImageEffectBold:()=>ii,ImageEffectSmall:()=>ni,ImageGallery:()=>di,ImageGalleryBold:()=>ui,InfoSmall:()=>fi,Input:()=>xi,InputBold:()=>vi,Italic:()=>Mi,JS:()=>Zi,JSLocked:()=>Pi,JSW:()=>bi,JSX:()=>Gi,Lightbox:()=>yi,LineShare:()=>Fi,LineSpacing:()=>ki,LinkProperties:()=>Ti,LinkPropertiesSmall:()=>Di,LinkedIn:()=>Ii,List:()=>Wi,ListArray:()=>ji,ListArrayBold:()=>Ji,ListBold:()=>qi,ListMenu:()=>Xi,ListMenuBold:()=>eC,Lock:()=>rC,LockBold:()=>aC,LockSmall:()=>lC,LockUnlocked:()=>iC,LockUnlockedBold:()=>nC,LockUnlockedSmall:()=>dC,Lottie:()=>uC,MandatoryCircleSmall:()=>fC,MapPin:()=>xC,MapPinBold:()=>vC,Master:()=>MC,Maximize:()=>ZC,Menu:()=>PC,MenuBold:()=>bC,MenuFolder:()=>GC,Minimize:()=>yC,MinimizeAll:()=>FC,Minus:()=>kC,MinusCircle:()=>TC,Mobile:()=>DC,MobileBold:()=>IC,MoveBackward:()=>WC,MoveBackwardBold:()=>jC,MoveForward:()=>JC,MoveForwardBold:()=>qC,MoveToTrash:()=>XC,MultiStateBox:()=>en,Multilingual:()=>rn,Music:()=>an,MusicBold:()=>ln,Newspaper:()=>Cn,NumericListLeft:()=>pn,NumericListRight:()=>cn,Package:()=>mn,Page:()=>hn,PageAdd:()=>gn,PageBackground:()=>Rn,PageBody:()=>Sn,PageBold:()=>Bn,PageCode:()=>Vn,PageDynamic:()=>wn,PageDynamicSmall:()=>An,PageSpecial:()=>En,Pages:()=>Nn,PagesBold:()=>Hn,Pagination:()=>Un,PaginationBold:()=>zn,Paragraph:()=>_n,ParagraphBold:()=>On,Parent:()=>$n,Paste:()=>Yn,PasteBold:()=>Qn,Paypal:()=>Kn,Phone:()=>tp,PhoneBold:()=>op,PinBold:()=>Lp,PinBoldSmall:()=>sp,Pinterest:()=>Cp,Pipette:()=>pp,PipetteBold:()=>cp,PipetteFullBold:()=>mp,PlayBoldSmall:()=>hp,PlayCircle:()=>gp,PlayCircleBold:()=>Rp,Plugin:()=>Sp,Popup:()=>Bp,PremiumBoldSmall:()=>Vp,Print:()=>wp,ProfileWidget:()=>Ap,ProgressBar:()=>Ep,QuickActionBar:()=>Np,QuickFormat:()=>Hp,RadioButton:()=>Up,RadioButtonBold:()=>zp,Redo:()=>_p,RedoBold:()=>Op,Rename:()=>$p,RenameBold:()=>Yp,RenameSmall:()=>Qp,Repeater:()=>Kp,RepeaterBold:()=>td,Replace:()=>od,ReplaceBold:()=>Ld,Reset:()=>sd,ResetShapeBold:()=>Cd,ResetSmall:()=>pd,RichTextBox:()=>cd,RichTextBoxBold:()=>md,Rotation:()=>hd,Router:()=>gd,RouterSmall:()=>Rd,Rss:()=>Sd,Save:()=>Bd,SaveBold:()=>Vd,Scroll:()=>wd,Search:()=>Ad,SearchBold:()=>Ed,Section:()=>Nd,SectionLayout:()=>Hd,SelectedCircleSmall:()=>Ud,SendToBack:()=>zd,SendToBackBold:()=>_d,SendToFront:()=>Od,SendToFrontBold:()=>$d,Seo:()=>Yd,Settings:()=>Qd,SettingsBold:()=>Kd,SettingsLocked:()=>tc,SettingsSmall:()=>oc,Shadow:()=>Lc,ShadowBold:()=>sc,Shape:()=>Cc,ShapeBold:()=>pc,ShapeCropBold:()=>cc,Shipping:()=>mc,ShoppingCart:()=>hc,ShoppingCartBold:()=>gc,Show:()=>Rc,ShowBold:()=>Sc,ShowSmall:()=>Bc,SingleItemCollection:()=>Vc,SiteTools:()=>wc,Skype:()=>Ac,SlideShow:()=>Ec,SlideShowBold:()=>Nc,Slider:()=>Hc,SliderBold:()=>Uc,SocialBar:()=>zc,Sound:()=>_c,SoundBold:()=>Oc,Soundcloud:()=>$c,SpacingBold:()=>Yc,Sparkles:()=>Qc,SparklesBold:()=>Kc,SparklesBoldSmall:()=>tu,SparklesSmall:()=>ou,SplitColumns:()=>Lu,Spotify:()=>su,SqueezeBold:()=>Cu,Star:()=>pu,StarBold:()=>cu,StopBoldSmall:()=>mu,Strikethrough:()=>hu,Strip:()=>gu,StripBold:()=>Ru,SuccessBoldSmall:()=>Su,SuccessSmall:()=>Bu,Switch:()=>Vu,SwitchBold:()=>wu,TS:()=>Au,Table:()=>Eu,TableBold:()=>Nu,Tablet:()=>Hu,Tabs:()=>Uu,Tag:()=>zu,TestTubeSmall:()=>_u,Text:()=>Ou,TextAlignCenter:()=>$u,TextAlignJustify:()=>Yu,TextAlignLeft:()=>Qu,TextAlignRight:()=>Ku,TextBold:()=>tm,TextBox:()=>om,TextBoxBold:()=>Lm,TextColor:()=>sm,TextLtr:()=>Cm,TextLtrDecrease:()=>pm,TextLtrIncrease:()=>cm,TextMultiline:()=>mm,TextMultilineBold:()=>hm,TextRtl:()=>gm,TextRtlDecrease:()=>Rm,TextRtlIncrease:()=>Sm,TextSmall:()=>Bm,TimeInput:()=>Vm,Tumblr:()=>wm,Twitter:()=>Am,Underline:()=>Em,Undo:()=>Nm,UndoBold:()=>Hm,Ungroup:()=>Um,UngroupBold:()=>zm,UnlinkProperties:()=>_m,UnlinkPropertiesSmall:()=>Om,Upload:()=>$m,UploadBold:()=>Ym,UploadButton:()=>Qm,UploadButtonBold:()=>Km,UrlLink:()=>tf,UrlLinkAdd:()=>of,UrlLinkBold:()=>Lf,UrlLinkSmall:()=>sf,UrlUnlink:()=>nf,UrlUnlinkBold:()=>df,User:()=>uf,UserBold:()=>ff,UserChatBold:()=>xf,UserEditBold:()=>vf,UserFormBold:()=>Mf,UserMenu:()=>Zf,UserPreviewBold:()=>Pf,UserPrivate:()=>bf,UserPrivateSmall:()=>Gf,UserSmall:()=>yf,Users:()=>Ff,UsersBold:()=>kf,UsersSmall:()=>Tf,Vector:()=>Df,VectorBold:()=>If,VerticalImage:()=>Wf,VerticalImageBold:()=>jf,VerticalLine:()=>Jf,VerticalLineBold:()=>qf,VerticalMenu:()=>Xf,VerticalMenuBold:()=>eh,Video:()=>rh,VideoBold:()=>ah,VideoBoldSmall:()=>lh,VideoBox:()=>ih,VideoBoxBold:()=>nh,VideoTransparent:()=>dh,VideoTransparentBold:()=>uh,Vimeo:()=>fh,Vk:()=>xh,WarningCircleBold:()=>vh,WarningCircleBoldSmall:()=>Mh,WarningSign:()=>Zh,WarningSignBold:()=>Ph,Widget:()=>bh,WidgetBold:()=>Gh,WixChat:()=>yh,WixDevCenter:()=>Fh,WixDevCenterBold:()=>kh,WixForms:()=>Th,WixFormsBold:()=>Dh,WixForum:()=>Ih,WixHotels:()=>Wh,WixMarketplace:()=>jh,WixRestaurants:()=>Jh,WixStores:()=>qh,Youtube:()=>Xh,ZoomIn:()=>ex,ZoomInBold:()=>rx,ZoomOut:()=>ax,ZoomOutBold:()=>lx});module.exports=fg(Hg);var w1=o(r()),ve=({size:e,...t})=>w1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w1.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM16.1685 6.5C16.7252 6.18626 17.1863 5.72521 17.5 5.1685 17.8137 5.72521 18.2748 6.18626 18.8315 6.5 18.2748 6.81374 17.8137 7.27479 17.5 7.8315 17.1863 7.27479 16.7252 6.81374 16.1685 6.5ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844ZM5.39612 13.5C7.85779 12.7833 9.7833 10.8578 10.5 8.39612 11.2167 10.8578 13.1422 12.7833 15.6039 13.5 13.1422 14.2167 11.2167 16.1422 10.5 18.6039 9.7833 16.1422 7.85779 14.2167 5.39612 13.5Z"}));ve.displayName="AI";var Re=ve;var G1=o(r()),Me=({size:e,...t})=>G1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G1.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844Z"}));Me.displayName="AIBold";var Se=Me;var A1=o(r()),Ze=({size:e,...t})=>A1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},A1.createElement("path",{d:"M13.8796 2.37348C13.8251 2.21015 13.6723 2.09998 13.5001 2.09998 13.3279 2.09998 13.1751 2.21015 13.1206 2.37348L13.095 2.45046C12.8362 3.22683 12.227 3.83605 11.4506 4.09484L11.3736 4.1205C11.2103 4.17495 11.1001 4.3278 11.1001 4.49998 11.1001 4.67215 11.2103 4.825 11.3736 4.87945L11.4506 4.90511C12.227 5.1639 12.8362 5.77312 13.095 6.54949L13.1206 6.62647C13.1751 6.7898 13.3279 6.89998 13.5001 6.89998 13.6723 6.89998 13.8251 6.7898 13.8796 6.62647L13.9052 6.54949C14.164 5.77312 14.7732 5.1639 15.5496 4.90511L15.6266 4.87945C15.7899 4.825 15.9001 4.67215 15.9001 4.49998 15.9001 4.3278 15.7899 4.17495 15.6266 4.1205L15.5496 4.09484C14.7732 3.83605 14.164 3.22683 13.9052 2.45046L13.8796 2.37348ZM8.98507 4.37873C8.92943 4.15615 8.72943 4 8.5 4 8.27057 4 8.07057 4.15615 8.01493 4.37873L7.88805 4.88626C7.39541 6.85681 5.85681 8.39543 3.88626 8.88808L3.37873 9.01497C3.15614 9.07062 3 9.27061 3 9.50005 3 9.72948 3.15615 9.92947 3.37874 9.98511L3.88617 10.112C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.112L13.6213 9.98511C13.8438 9.92947 14 9.72948 14 9.50005 14 9.27061 13.8439 9.07062 13.6213 9.01497L13.1137 8.88808C11.1432 8.39543 9.60459 6.85681 9.11195 4.88626L8.98507 4.37873Z"}));Ze.displayName="AIBoldSmall";var Be=Ze;var y1=o(r()),Pe=({size:e,...t})=>y1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},y1.createElement("path",{d:"M13.8795 2.37348C13.825 2.21015 13.6722 2.09998 13.5 2.09998 13.3278 2.09998 13.175 2.21015 13.1205 2.37348L13.0949 2.45046C12.8361 3.22683 12.2269 3.83605 11.4505 4.09484L11.3735 4.1205C11.2102 4.17495 11.1 4.3278 11.1 4.49998 11.1 4.67215 11.2102 4.825 11.3735 4.87945L11.4505 4.90511C12.2269 5.1639 12.8361 5.77312 13.0949 6.54949L13.1205 6.62647C13.175 6.7898 13.3278 6.89998 13.5 6.89998 13.6722 6.89998 13.825 6.7898 13.8795 6.62647L13.9051 6.54949C14.1639 5.77312 14.7731 5.1639 15.5495 4.90511L15.6265 4.87945C15.7898 4.825 15.9 4.67215 15.9 4.49998 15.9 4.3278 15.7898 4.17495 15.6265 4.1205L15.5495 4.09484C14.7731 3.83605 14.1639 3.22683 13.9051 2.45046L13.8795 2.37348ZM12.4486 4.49998C12.8722 4.23143 13.2315 3.8722 13.5 3.44858 13.7685 3.8722 14.1278 4.23143 14.5514 4.49998 14.1278 4.76852 13.7685 5.12775 13.5 5.55137 13.2315 5.12775 12.8722 4.76852 12.4486 4.49998ZM8.98507 4.37871C8.92943 4.15612 8.72943 3.99998 8.5 3.99998 8.27057 3.99998 8.07057 4.15612 8.01493 4.37871L7.88805 4.88623C7.39541 6.85678 5.85681 8.3954 3.88626 8.88806L3.37873 9.01495C3.15614 9.07059 3 9.27059 3 9.50002 3 9.72946 3.15615 9.92945 3.37874 9.98509L3.88617 10.1119C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.1119L13.6213 9.98509C13.8438 9.92945 14 9.72946 14 9.50002 14 9.27059 13.8439 9.07059 13.6213 9.01495L13.1137 8.88806C11.1432 8.3954 9.60459 6.85678 9.11195 4.88623L8.98507 4.37871ZM5.17462 9.50001C6.65836 8.84602 7.84602 7.65835 8.5 6.17461 9.15398 7.65836 10.3416 8.84603 11.8254 9.50001 10.3416 10.154 9.15398 11.3417 8.5 12.8254 7.84602 11.3417 6.65835 10.154 5.17462 9.50001Z"}));Pe.displayName="AISmall";var Ve=Pe;var E1=o(r()),be=({size:e,...t})=>E1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E1.createElement("path",{d:"M13.5 5.5a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zm4.4.7a.5.5 0 00-.7-.1l-2.83 2.12-.188.126A4.09 4.09 0 019.63 8.22L6.8 6.1l-.077-.046A.51.51 0 006.1 6.2a.5.5 0 00.1.7L9 9l1 .73v3.67l-2 5.94-.01.082a.5.5 0 00.95.238l1.54-4.61.052-.135a1.58 1.58 0 012.948.135L15 19.66l.035.083a.49.49 0 00.435.257l.08.007.08-.007a.49.49 0 00.31-.63l-1.52-4.58-.42-1.37V9.75l3.8-2.85.067-.06a.5.5 0 00.033-.64z"}));be.displayName="Accessibility";var we=be;var F1=o(r()),Ge=({size:e,...t})=>F1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F1.createElement("path",{d:"m15.63 10 1.5-2h-3l1.5 2Zm1.5 6h-3l1.5 2 1.5-2Zm1.3-12H5.57C4.7 4 4 4.7 4 5.57v13.86C4 20.3 4.7 21 5.57 21h12.86c.87 0 1.57-.7 1.57-1.57V5.57C20 4.7 19.3 4 18.43 4ZM19 19.43c0 .31-.26.57-.57.57H5.57c-.31 0-.57-.26-.57-.57V13h14v6.43ZM5 12V5.57c0-.31.26-.57.57-.57h12.86c.31 0 .57.26.57.57V12H5Z"}));Ge.displayName="Accordion";var Ae=Ge;var N1=o(r()),ye=({size:e,...t})=>N1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N1.createElement("path",{fillRule:"evenodd",d:"M13,7 L13,11 L17,11 L17,12 L13,12 L13,16 L12,16 L12,12 L8,12 L8,11 L12,11 L12,7 L13,7 Z"}));ye.displayName="Add";var Ee=ye;var k1=o(r()),Fe=({size:e,...t})=>k1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k1.createElement("path",{fillRule:"evenodd",d:"M13,7 L13,11 L17,11 L17,13 L13,13 L13,17 L11,17 L11,13 L7,13 L7,11 L11,11 L11,7 L13,7 Z"}));Fe.displayName="AddBold";var Ne=Fe;var H1=o(r()),ke=({size:e,...t})=>H1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H1.createElement("path",{d:"M11.5,4 C15.643,4 19,7.358 19,11.5 C19,15.642 15.643,19 11.5,19 C7.357,19 4,15.642 4,11.5 C4,7.358 7.357,4 11.5,4 Z M11.5,5 C7.916,5 5,7.916 5,11.5 C5,15.084 7.916,18 11.5,18 C15.084,18 18,15.084 18,11.5 C18,7.916 15.084,5 11.5,5 Z M12,8 L12,11 L15,11 L15,12 L12,12 L12,15 L11,15 L11,12 L8,12 L8,11 L11,11 L11,8 L12,8 Z"}));ke.displayName="AddCircle";var He=ke;var T1=o(r()),Te=({size:e,...t})=>T1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},T1.createElement("path",{d:"M9.5 8.5H12v1H9.5V12h-1V9.5H6v-1h2.5V6h1v2.5zM17 9A8 8 0 111 9a8 8 0 0116 0zm-1 0A7 7 0 102 9a7 7 0 0014 0z"}));Te.displayName="AddCircleSmall";var Ue=Te;var U1=o(r()),De=({size:e,...t})=>U1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U1.createElement("path",{d:"M19 14v2h2v1h-2v2h-1v-2h-2v-1h2v-2h1Zm-5 3v1H7v-1h7Zm1-3v1H7v-1h8Zm3.5-9A1.5 1.5 0 0 1 20 6.5v4a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 10.5v-4A1.5 1.5 0 0 1 5.5 5h13Zm0 1h-13a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5Z"}));De.displayName="AddMenuFolder";var ze=De;var D1=o(r()),Ie=({size:e,...t})=>D1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D1.createElement("path",{d:"M16 17H4.51C3.13 17 2 15.88 2 14.49v-3.98C2 9.13 3.13 8 4.51 8h13.98C19.87 8 21 9.12 21 10.51V12h-1v-1.49C20 9.68 19.32 9 18.49 9H4.51C3.68 9 3 9.68 3 10.51v3.98c0 .83.68 1.51 1.51 1.51H16v1Zm-8-5H5v1h3v-1Zm5 0h-3v1h3v-1Zm5 0h-3v1h3v-1Zm3 2h-1v5h1v-5Zm2 2h-5v1h5v-1Z"}));Ie.displayName="AddMenuItem";var _e=Ie;var z1=o(r()),We=({size:e,...t})=>z1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z1.createElement("path",{d:"M17.81 6.97l-3.98-2.45a3.452 3.452 0 00-3.66 0L6.19 6.97A2.479 2.479 0 005 9.1v4.78a2.492 2.492 0 001.19 2.13l3.98 2.45a3.48 3.48 0 003.66 0l.17-.1v-1.17l-.69.42a2.64 2.64 0 01-.81.3v-5.63l5.48-3.37c0 .06.02.12.02.19V11h1V9.1a2.479 2.479 0 00-1.19-2.13zM11.5 17.91a2.641 2.641 0 01-.81-.3l-3.98-2.45A1.507 1.507 0 016 13.88V9.1c0-.07.02-.13.02-.19l5.48 3.37v5.63zm.5-6.5l-5.53-3.4c.073-.072.153-.135.24-.19l2.16-1.33 5.57 3.42-2.44 1.5zm3.39-2.08L9.83 5.9l.86-.53a2.476 2.476 0 012.62 0l3.98 2.45c.087.055.167.118.24.19l-2.14 1.32zM20 15h-2v-2h-1v2h-2v1h2v2h1v-2h2v-1z"}));We.displayName="AddPackage";var Oe=We;var I1=o(r()),je=({size:e,...t})=>I1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},I1.createElement("path",{d:"M10 5H9v3H6v1h3v3h1V9h3V8h-3V5Z"}));je.displayName="AddSmall";var $e=je;var _1=o(r()),Je=({size:e,...t})=>_1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_1.createElement("path",{d:"M15.4923972,17.786 C16.4848086,16.9681996 19.917,13.685934 19.917,10.429484 C19.917,8.09133078 17.9313604,5.968 15.4923972,5.968 C13.0534339,5.968 11,8.09133078 11,10.429484 C11,13.6914659 14.499169,16.9691215 15.4923972,17.786 Z M15.5,5 C18.5326154,5 21,7.5592 21,10.4198667 C21,14.7038667 15.9882308,18.6425333 15.775,18.7984 L15.5,19 L15.225,18.7984 C15.0117692,18.6425333 10,14.7038667 10,10.4198667 C10,7.5592 12.4673846,5 15.5,5 Z M15.5,12 C16.328,12 17,11.3265 17,10.5 C17,9.67275 16.328,9 15.5,9 C14.672,9 14,9.67275 14,10.5 C14,11.3265 14.672,12 15.5,12 Z M15.5,8 C16.8783333,8 18,9.12083333 18,10.5 C18,11.8783333 16.8783333,13 15.5,13 C14.1216667,13 13,11.8783333 13,10.5 C13,9.12083333 14.1216667,8 15.5,8 Z M4.5,16 L9.5,16 C9.77614237,16 10,16.2238576 10,16.5 C10,16.7761424 9.77614237,17 9.5,17 L4.5,17 C4.22385763,17 4,16.7761424 4,16.5 C4,16.2238576 4.22385763,16 4.5,16 Z M4.5,12 L7.5,12 C7.77614237,12 8,12.2238576 8,12.5 C8,12.7761424 7.77614237,13 7.5,13 L4.5,13 C4.22385763,13 4,12.7761424 4,12.5 C4,12.2238576 4.22385763,12 4.5,12 Z M4.5,8 L6.5,8 C6.77614237,8 7,8.22385763 7,8.5 C7,8.77614237 6.77614237,9 6.5,9 L4.5,9 C4.22385763,9 4,8.77614237 4,8.5 C4,8.22385763 4.22385763,8 4.5,8 Z"}));Je.displayName="AddressInput";var Ye=Je;var W1=o(r()),qe=({size:e,...t})=>W1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W1.createElement("path",{d:"M15,5 C17.7569231,5 20,7.5592 20,10.4198667 C20,14.7038667 15.4438462,18.6425333 15.25,18.7984 L15,19 L14.75,18.7984 C14.5561538,18.6425333 10,14.7038667 10,10.4198667 C10,7.5592 12.2430769,5 15,5 Z M15,8 C13.8973333,8 13,8.89666667 13,10 C13,11.1026667 13.8973333,12 15,12 C16.1026667,12 17,11.1026667 17,10 C17,8.89666667 16.1026667,8 15,8 Z M5,15 L9,15 C9.55228475,15 10,15.4477153 10,16 C10,16.5522847 9.55228475,17 9,17 L5,17 C4.44771525,17 4,16.5522847 4,16 C4,15.4477153 4.44771525,15 5,15 Z M5,11 L7,11 C7.55228475,11 8,11.4477153 8,12 C8,12.5522847 7.55228475,13 7,13 L5,13 C4.44771525,13 4,12.5522847 4,12 C4,11.4477153 4.44771525,11 5,11 Z M5,7 L6,7 C6.55228475,7 7,7.44771525 7,8 C7,8.55228475 6.55228475,9 6,9 L5,9 C4.44771525,9 4,8.55228475 4,8 C4,7.44771525 4.44771525,7 5,7 Z"}));qe.displayName="AddressInputBold";var Qe=qe;var O1=o(r()),Xe=({size:e,...t})=>O1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O1.createElement("path",{fillRule:"evenodd",d:"M13.092,8 C13.0327811,7.83987151 13.0016572,7.67071984 13,7.5 C13,7.324 13.036,7.157 13.092,7 C13.299,6.419 13.849,6 14.5,6 C15.151,6 15.701,6.419 15.908,7 C15.964,7.157 16,7.324 16,7.5 C16,7.676 15.964,7.843 15.908,8 C15.701,8.581 15.151,9 14.5,9 C13.8663207,8.99826759 13.3023783,8.59774033 13.092,8 L13.092,8 Z M16.949,7 C16.7103858,5.83684048 15.6873815,5.00139391 14.5,5 C13.293,5 12.283,5.86 12.051,7 L5,7 L5.005,8 L12.051,8 C12.283,9.14 13.293,10 14.5,10 C15.707,10 16.717,9.14 16.949,8 L19,8 L19,7 L16.949,7 Z M13.092,18 C13.0327811,17.8398715 13.0016572,17.6707198 13,17.5 C13,17.324 13.036,17.157 13.092,17 C13.299,16.419 13.849,16 14.5,16 C15.151,16 15.701,16.419 15.908,17 C15.964,17.157 16,17.324 16,17.5 C16,17.676 15.964,17.843 15.908,18 C15.701,18.581 15.151,19 14.5,19 C13.8663207,18.9982676 13.3023783,18.5977403 13.092,18 L13.092,18 Z M16.949,17 C16.7103858,15.8368405 15.6873815,15.0013939 14.5,15 C13.293,15 12.283,15.86 12.051,17 L5,17 L5,18 L12.051,18 C12.283,19.14 13.293,20 14.5,20 C15.707,20 16.717,19.14 16.949,18 L19,18 L19,17 L16.949,17 Z M8.092,13 C8.03278112,12.8398715 8.00165722,12.6707198 8,12.5 C8,12.324 8.036,12.157 8.092,12 C8.299,11.419 8.849,11 9.5,11 C10.151,11 10.701,11.419 10.908,12 C10.964,12.157 11,12.324 11,12.5 C11,12.676 10.964,12.843 10.908,13 C10.701,13.581 10.151,14 9.5,14 C8.86632065,13.9982676 8.30237827,13.5977403 8.092,13 L8.092,13 Z M11.949,12 C11.7103858,10.8368405 10.6873815,10.0013939 9.5,10 C8.293,10 7.283,10.86 7.051,12 L5,12 L5,13 L7.051,13 C7.283,14.14 8.293,15 9.5,15 C10.707,15 11.717,14.14 11.949,13 L18.995,13 L18.995,12 L11.95,12 L11.949,12 Z"}));Xe.displayName="Adjustments";var Ke=Xe;var j1=o(r()),et=({size:e,...t})=>j1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j1.createElement("path",{d:"M13.011,7.534 C12.814,7.335 12.492,7.336 12.294,7.531 C12.096,7.728 12.095,8.048 12.292,8.246 L14.729,10.688 C14.828,10.788 14.958,10.838 15.088,10.838 C15.217,10.838 15.347,10.788 15.446,10.69 C15.644,10.494 15.645,10.175 15.448,9.976 L13.011,7.534 Z M12.638,12.176 L10.798,10.343 C9.575,9.124 9.575,7.14 10.797,5.922 C11.39,5.333 12.176,5.008 13.012,5.008 C13.849,5.008 14.634,5.333 15.227,5.922 L17.066,7.755 C18.289,8.973 18.289,10.958 17.066,12.177 C15.881,13.356 13.821,13.354 12.638,12.176 Z M15.949,5.212 C15.164,4.43 14.121,4 13.012,4 C11.903,4 10.86,4.43 10.075,5.212 C8.459,6.822 8.459,9.443 10.076,11.054 L10.644,11.619 L5,17.103 L7.88,20 L8.599,19.288 L6.518,17.103 L8.012,15.634 L10.123,17.751 L10.842,17.039 L8.733,14.924 L11.363,12.336 L11.915,12.887 C12.7,13.668 13.743,14.099 14.853,14.099 C15.962,14.099 17.004,13.668 17.787,12.888 C19.405,11.276 19.405,8.656 17.787,7.045 L15.949,5.212 Z"}));et.displayName="AdminAccess";var tt=et;var $1=o(r()),rt=({size:e,...t})=>$1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$1.createElement("path",{d:"M11.711,9.762 C11.405,9.456 11.236,9.05 11.236,8.618 C11.236,8.186 11.405,7.78 11.711,7.474 C12.016,7.169 12.422,7 12.855,7 C13.286,7 13.692,7.169 13.998,7.474 L15.825,9.302 C16.131,9.607 16.3,10.013 16.3,10.446 C16.3,10.878 16.131,11.284 15.825,11.59 C15.521,11.895 15.114,12.063 14.683,12.063 C14.25,12.063 13.844,11.895 13.538,11.589 L11.711,9.762 Z M10.129,14.595 L11.9,12.814 C11.906,12.808 11.908,12.8 11.914,12.794 L12.124,13.003 C12.83,13.71 13.756,14.063 14.683,14.063 C15.607,14.063 16.533,13.71 17.24,13.004 C18.653,11.591 18.652,9.3 17.24,7.887 L15.412,6.06 C14.706,5.354 13.78,5 12.855,5 C11.929,5 11.003,5.354 10.296,6.06 C8.884,7.473 8.884,9.763 10.297,11.176 L10.503,11.382 L6.878,14.929 C6.312,15.496 6,16.249 6,17.051 C6,17.813 6.319,18.597 6.805,19.082 C6.968,19.245 7.227,19.344 7.464,19.344 C7.72,19.344 7.976,19.246 8.171,19.051 C8.562,18.66 8.561,18.026 8.171,17.637 C8.085,17.551 8,17.318 8,17.051 C8,16.783 8.104,16.533 8.275,16.361 L8.681,15.974 L10.172,17.465 C10.366,17.66 10.623,17.758 10.878,17.758 C11.134,17.758 11.391,17.66 11.585,17.465 C11.976,17.074 11.976,16.441 11.585,16.051 L10.129,14.595 Z"}));rt.displayName="AdminAccessBold";var ot=rt;var J1=o(r()),at=({size:e,...t})=>J1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J1.createElement("path",{fillRule:"evenodd",d:"M12,0 C18.627,0 24,5.373 24,12 C24,18.627 18.627,24 12,24 C5.373,24 0,18.627 0,12 C0,5.373 5.373,0 12,0 Z M12,16 L11.8834315,16.0067318 C11.3862857,16.0645306 11,16.4874286 11,17 C11,17.552 11.448,18 12,18 C12.552,18 13,17.552 13,17 C13,16.448 12.552,16 12,16 L12,16 Z M12,7 L11.8834315,7.00673178 C11.3862857,7.06453061 11,7.48742857 11,8 L11,8 L11,13 C11,13.552 11.448,14 12,14 C12.552,14 13,13.552 13,13 L13,13 L13,8 C13,7.448 12.552,7 12,7 L12,7 Z"}));at.displayName="AlertCircleBold";var Lt=at;var Y1=o(r()),lt=({size:e,...t})=>Y1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},Y1.createElement("path",{fillRule:"evenodd",d:"M10,7.92 L9.4,8.92 L9,8.92 L9.01,4.92 L10,4.92 L10,7.92 Z M10,11.92 L9,11.92 L9.01,10.89 L10,10.89 L10,11.92 Z M9.5,1 C5.36,1 2,4.359 2,8.5 C2,12.65 5.36,16 9.5,16 C13.64,16 17,12.65 17,8.5 C17,4.359 13.64,1 9.5,1 L9.5,1 Z"}));lt.displayName="AlertCircleBoldSmall";var st=lt;var q1=o(r()),it=({size:e,...t})=>q1.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},q1.createElement("path",{d:"M9 4a1 1 0 00-1 1v5a1 1 0 102 0V5a1 1 0 00-1-1zM9 13a1 1 0 100 2 1 1 0 000-2z"}));it.displayName="AlertSmall";var Ct=it;var Q1=o(r()),nt=({size:e,...t})=>Q1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q1.createElement("path",{d:"M11.496,6 C11.496,5.448 11.946,5 12.5,5 C13.054,5 13.504,5.448 13.504,6 C13.504,6.552 13.054,7 12.5,7 C11.946,7 11.496,6.552 11.496,6 Z M17.496,12.5 C17.496,14.377 16,16.693 13,16.971 L13,10.5 L15,10.5 L15,9.5 L13,9.5 L13,7.929 C14,7.705 14.507,6.929 14.507,6 C14.507,4.897 13.606,4 12.5,4 C11.393,4 10.493,4.897 10.493,6 C10.493,6.929 11,7.705 12,7.929 L12,9.5 L10,9.5 L10,10.5 L12,10.5 L12,16.971 C9,16.693 7.504,14.377 7.504,12.5 L6.5,12.5 C6.5,15.347 9,17.737 12,17.976 L12,19.5 L13,19.5 L13,17.976 C16,17.737 18.5,15.347 18.5,12.5 L17.496,12.5 Z"}));nt.displayName="Anchor";var pt=nt;var X1=o(r()),dt=({size:e,...t})=>X1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X1.createElement("path",{fillRule:"evenodd",d:"M18.41,5 C19.2881328,5 20,5.71186725 20,6.59 L20,17.41 C20,18.2881328 19.2881328,19 18.41,19 L5.59,19 C4.71186725,19 4,18.2881328 4,17.41 L4,6.59 C4,5.71186725 4.71186725,5 5.59,5 L18.41,5 Z M18.41,5.99982973 L5.59,5.99982973 C5.43269939,5.99726371 5.28103549,6.05854518 5.16979033,6.16979033 C5.05854518,6.28103549 4.99726371,6.43269939 4.99982973,6.59 L4.99982973,17.41 C4.99726371,17.5673006 5.05854518,17.7189645 5.16979033,17.8302097 C5.28103549,17.9414548 5.43269939,18.0027363 5.59,18.0001703 L18.41,18.0001703 C18.5673006,18.0027363 18.7189645,17.9414548 18.8302097,17.8302097 C18.9414548,17.7189645 19.0027363,17.5673006 19.0001703,17.41 L19.0001703,6.59 C19.0027363,6.43269939 18.9414548,6.28103549 18.8302097,6.16979033 C18.7189645,6.05854518 18.5673006,5.99726371 18.41,5.99982973 Z M9.8,11.03 L10.5,12.9 L12.37,13.6 L10.5,14.31 L9.8,16.17 L9.09,14.31 L7.23,13.6 L9.09,12.9 L9.8,11.03 Z M14.62,8.32 L15.17,9.78 L16.63,10.33 L15.17,10.88 L14.62,12.33 L14.07,10.88 L12.62,10.33 L14.07,9.78 L14.62,8.32 Z"}));dt.displayName="AnimatedSlide";var ct=dt;var K1=o(r()),ut=({size:e,...t})=>K1.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K1.createElement("path",{d:"M16 18a1.473 1.473 0 01-1.048-.434l-4.515-4.515a1.484 1.484 0 010-2.1l4.515-4.515a1.482 1.482 0 012.1 0l4.515 4.515a1.484 1.484 0 010 2.1l-4.515 4.515A1.473 1.473 0 0116 18zm-.34-1.141a.483.483 0 00.681 0l4.515-4.515a.483.483 0 000-.682l-4.515-4.518a.483.483 0 00-.682 0l-4.515 4.515a.483.483 0 000 .682l4.515 4.518zm-5.8-1.705l-2.726-2.8a.5.5 0 010-.7l2.726-2.8-.716-.7-2.726 2.8a1.492 1.492 0 000 2.092l2.726 2.8.715-.692zm-4 0l-2.726-2.8a.5.5 0 010-.7l2.726-2.8-.716-.7-2.726 2.8a1.492 1.492 0 000 2.092l2.726 2.8.715-.692z"}));ut.displayName="Animation";var mt=ut;var e5=o(r()),ft=({size:e,...t})=>e5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e5.createElement("path",{fillRule:"evenodd",d:"M17.5,14 C18.3284271,14 19,14.6715729 19,15.5 L19,17.5 C19,18.3284271 18.3284271,19 17.5,19 L15.5,19 C14.6715729,19 14,18.3284271 14,17.5 L14,15.5 C14,14.6715729 14.6715729,14 15.5,14 L17.5,14 Z M10.5,8 C11.3284271,8 12,8.67157288 12,9.5 L12,17.5 C12,18.3284271 11.3284271,19 10.5,19 L7.5,19 C6.67157288,19 6,18.3284271 6,17.5 L6,9.5 C6,8.67157288 6.67157288,8 7.5,8 L10.5,8 Z M17.5,15 L15.5,15 C15.2238576,15 15,15.2238576 15,15.5 L15,17.5 C15,17.7761424 15.2238576,18 15.5,18 L17.5,18 C17.7761424,18 18,17.7761424 18,17.5 L18,15.5 C18,15.2238576 17.7761424,15 17.5,15 Z M10.5,9 L7.5,9 C7.22385763,9 7,9.22385763 7,9.5 L7,17.5 C7,17.7761424 7.22385763,18 7.5,18 L10.5,18 C10.7761424,18 11,17.7761424 11,17.5 L11,9.5 C11,9.22385763 10.7761424,9 10.5,9 Z M17.5,5 C18.3284271,5 19,5.67157288 19,6.5 L19,10.5 C19,11.3284271 18.3284271,12 17.5,12 L15.5,12 C14.6715729,12 14,11.3284271 14,10.5 L14,6.5 C14,5.67157288 14.6715729,5 15.5,5 L17.5,5 Z M17.5,6 L15.5,6 C15.2238576,6 15,6.22385763 15,6.5 L15,10.5 C15,10.7761424 15.2238576,11 15.5,11 L17.5,11 C17.7761424,11 18,10.7761424 18,10.5 L18,6.5 C18,6.22385763 17.7761424,6 17.5,6 Z M12,5 L12,6 L6,6 L6,5 L12,5 Z"}));ft.displayName="AppBuilder";var ht=ft;var t5=o(r()),xt=({size:e,...t})=>t5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t5.createElement("path",{fillRule:"evenodd",d:"M17.5,14 C18.3284271,14 19,14.6715729 19,15.5 L19,17.5 C19,18.3284271 18.3284271,19 17.5,19 L15.5,19 C14.6715729,19 14,18.3284271 14,17.5 L14,15.5 C14,14.6715729 14.6715729,14 15.5,14 L17.5,14 Z M10.5,9 C11.3284271,9 12,9.6105208 12,10.3636364 L12,17.6363636 C12,18.3894792 11.3284271,19 10.5,19 L7.5,19 C6.67157288,19 6,18.3894792 6,17.6363636 L6,10.3636364 C6,9.6105208 6.67157288,9 7.5,9 L10.5,9 Z M17.5,5 C18.3284271,5 19,5.67157288 19,6.5 L19,10.5 C19,11.3284271 18.3284271,12 17.5,12 L15.5,12 C14.6715729,12 14,11.3284271 14,10.5 L14,6.5 C14,5.67157288 14.6715729,5 15.5,5 L17.5,5 Z M12,5 L12,7 L6,7 L6,5 L12,5 Z"}));xt.displayName="AppBuilderBold";var gt=xt;var r5=o(r()),vt=({size:e,...t})=>r5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r5.createElement("path",{fillRule:"evenodd",d:"M11,7 L8,7 C6.896,7 6,7.896 6,9 L6,12 L11,12 L11,7 Z M11,13 L11,18 L8,18 C6.896,18 6,17.104 6,16 L6,16 L6,13 L11,13 Z M17,13 L17,16 C17,17.104 16.104,18 15,18 L15,18 L12,18 L12,13 L17,13 Z M10,14 L7,14 L7,16 C7,16.551 7.449,17 8,17 L8,17 L10,17 L10,14 Z M16,14 L13,14 L13,17 L15,17 C15.551,17 16,16.551 16,16 L16,16 L16,14 Z M17,5 C18.104,5 19,5.896 19,7 L19,7 L19,12 L12,12 L12,5 L17,5 Z M10,8 L10,11 L7,11 L7,9 C7,8.449 7.449,8 8,8 L10,8 Z M17,6 L13,6 L13,11 L18,11 L18,7 C18,6.449 17.551,6 17,6 L17,6 Z"}));vt.displayName="AppMarket";var Rt=vt;var o5=o(r()),Mt=({size:e,...t})=>o5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o5.createElement("path",{d:"M6.5,11.923 C6.8072,11.923 7.10032,11.97228 7.382432,12.05036 L7.629,12.126 L7.629,12.126 C7.74766667,12.166 7.86322222,12.2131111 7.97537037,12.2658519 L8.22,12.392 L8.22,12.392 C8.367,12.475 8.508,12.57 8.641,12.673 L8.759,12.77 L8.759,12.77 C8.873,12.866 8.982,12.969 9.084,13.08 L9.156125,13.164875 L9.156125,13.164875 L9.226,13.252 C9.307,13.353 9.387,13.456 9.456,13.566 L9.531125,13.696625 L9.531125,13.696625 L9.601,13.831 C9.65,13.928 9.704,14.024 9.745,14.126 C9.794,14.248 9.828,14.377 9.863,14.506 C9.886,14.587 9.916,14.665 9.932,14.749 C9.975,14.967 10,15.192 10,15.423 C10,17.356 8.433,18.923 6.5,18.923 C4.567,18.923 3,17.356 3,15.423 C3,15.192 3.025,14.967 3.068,14.749 C3.084,14.665 3.114,14.587 3.137,14.506 C3.172,14.377 3.206,14.248 3.255,14.126 L3.324,13.976625 L3.324,13.976625 L3.399,13.831 C3.446,13.741 3.49,13.651 3.544,13.566 L3.6545,13.405625 L3.6545,13.405625 L3.774,13.252 C3.821,13.194 3.866,13.135 3.916,13.08 C4.018,12.969 4.127,12.866 4.241,12.77 L4.359,12.673 L4.359,12.673 C4.44766667,12.6043333 4.53988889,12.5392222 4.63507407,12.4788519 L4.859,12.349 L4.859,12.349 C4.96766667,12.291 5.07988889,12.2378889 5.19537037,12.1911481 L5.389875,12.119625 L5.389875,12.119625 L5.408,12.114 C5.754,12 6.116,11.923 6.5,11.923 Z M20.3794,13.443 C20.7694,14.003 21.0004,14.693 21.0004,15.423 C21.0004,17.353 19.4294,18.923 17.5004,18.923 C15.5704,18.923 14.0004,17.353 14.0004,15.423 C14.0004,14.83675 14.1458688,14.281125 14.4100094,13.7896211 L14.5304,13.583 L15.2804,14.283 C15.0994,14.623 15.0004,15.013 15.0004,15.423 C15.0004,16.803 16.1204,17.923 17.5004,17.923 C18.8794,17.923 20.0004,16.803 20.0004,15.423 C20.0004,15.0287143 19.9048898,14.6491224 19.7390589,14.3157114 L19.6504,14.153 L20.3794,13.443 Z M6.5,12.923 C6.329,12.923 6.162,12.941 6,12.974 C4.86,13.206 4,14.216 4,15.423 C4,16.801 5.121,17.923 6.5,17.923 C7.879,17.923 9,16.801 9,15.423 C9,14.216 8.14,13.206 7,12.974 C6.838,12.941 6.671,12.923 6.5,12.923 Z M12,5 C15.2289091,5 17.8771405,7.52136364 17.9958468,10.7001789 L18,10.923 L18,12.044 L20.26,9.911 L21,10.61 L17.5,13.911 L14,10.61 L14.74,9.911 L17,12.043 L17,10.923 C17,8.237 14.703,6.051 12,6.051 C9.36813158,6.051 7.1211759,8.12346122 7.0047377,10.7120169 L7,10.974 L6.66874074,10.932 C6.61311111,10.9265556 6.557,10.923 6.5,10.923 L6.33125926,10.932 L6.33125926,10.932 L6,10.974 L6,10.923 C6,7.64 8.696,5 12,5 Z"}));Mt.displayName="ApplyTo";var St=Mt;var a5=o(r()),Zt=({size:e,...t})=>a5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a5.createElement("path",{d:"M18,17.5 C18,17.776 17.776,18 17.5,18 L12.5,18 C12.224,18 12,17.776 12,17.5 L12,12.5 C12,12.224 12.224,12 12.5,12 L17.5,12 C17.776,12 18,12.224 18,12.5 L18,17.5 Z M11,12.5 L11,15 L9.5,15 C9.224,15 9,14.776 9,14.5 L9,9.5 C9,9.224 9.224,9 9.5,9 L14.5,9 C14.776,9 15,9.224 15,9.5 L15,11 L12.5,11 C11.672,11 11,11.672 11,12.5 L11,12.5 Z M8,9.5 L8,12 L6.5,12 C6.224,12 6,11.776 6,11.5 L6,6.5 C6,6.224 6.224,6 6.5,6 L11.5,6 C11.776,6 12,6.224 12,6.5 L12,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M17.5,11 L16,11 L16,9.5 C16,8.672 15.328,8 14.5,8 L13,8 L13,6.5 C13,5.672 12.328,5 11.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,11.5 C5,12.328 5.672,13 6.5,13 L8,13 L8,14.5 C8,15.328 8.672,16 9.5,16 L11,16 L11,17.5 C11,18.328 11.672,19 12.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,12.5 C19,11.672 18.328,11 17.5,11 L17.5,11 Z"}));Zt.displayName="Arrange";var Bt=Zt;var L5=o(r()),Pt=({size:e,...t})=>L5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L5.createElement("path",{d:"M11,5 C12.104,5 13,5.896 13,7 L13,7 L13,8 L14,8 C15.104,8 16,8.896 16,10 L16,10 L16,11 L17,11 C18.104,11 19,11.896 19,13 L19,13 L19,17 C19,18.104 18.104,19 17,19 L17,19 L13,19 C11.9,19 11,18.1 11,17 L11,17 L11,16 L10,16 C8.9,16 8,15.1 8,14 L8,14 L8,13 L7,13 C5.9,13 5,12.1 5,11 L5,11 L5,7 C5,5.9 5.9,5 7,5 L7,5 Z M17,13 L13,13 L13,17 L17,17 L17,13 Z M14,10 L10,10 L10,14 L11,14 L11,12.992 C11,11.888 11.974,11 13.078,11 L13.078,11 L14,11 L14,10 Z M11,7 L7,7 L7,11 L8,11 L8,9.992 C8,8.888 8.974,8 10.078,8 L10.078,8 L11,8 L11,7 Z"}));Pt.displayName="ArrangeBold";var Vt=Pt;var l5=o(r()),bt=({size:e,...t})=>l5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l5.createElement("path",{d:"M12 6l-.001 10.291 2.651-2.641.7.7-3.85 3.86-3.85-3.86.7-.7 2.649 2.641L11 6h1z"}));bt.displayName="ArrowDown";var wt=bt;var s5=o(r()),Gt=({size:e,...t})=>s5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s5.createElement("path",{d:"M11.5 5.79l3.85 3.86-.7.7-2.651-2.642L12 18h-1l-.001-10.292L8.35 10.35l-.7-.7 3.85-3.86z"}));Gt.displayName="ArrowUp";var At=Gt;var i5=o(r()),yt=({size:e,...t})=>i5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i5.createElement("path",{d:"M11.5 5.29l3.85 3.86-.7.7L12 7.209v10.082l2.65-2.641.7.7-3.85 3.86-3.85-3.86.7-.7L11 17.293V7.207L8.35 9.85l-.7-.7 3.85-3.86z"}));yt.displayName="ArrowUpDown";var Et=yt;var C5=o(r()),Ft=({size:e,...t})=>C5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C5.createElement("path",{fillRule:"evenodd",d:"M13,9 L16,9 L16,8 L13,8 L13,9 Z M13,12 L16,12 L16,11 L13,11 L13,12 Z M7,18 L16,18 L16,17 L7,17 L7,18 Z M7,15 L16,15 L16,14 L7,14 L7,15 Z M11,8 L11,12 L7,12 L7,8 L11,8 Z M15,5 L8,5 C6.35,5 5,6.35 5,8 L5,17 C5,18.65 6.35,20 8,20 L15,20 C16.65,20 18,18.65 18,17 L18,8 C18,6.35 16.65,5 15,5 L15,5 Z"}));Ft.displayName="ArticleBold";var Nt=Ft;var n5=o(r()),kt=({size:e,...t})=>n5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n5.createElement("path",{d:"M17 5H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2zM6 7a1 1 0 011-1h1.87L6 8.87V7zm0 3.28L10.28 6h2.83L6 13.11v-2.83zm0 4.25L14.53 6H17c.1.005.198.025.291.059L6.059 17.291A.978.978 0 016 17v-2.47zM18 17a1 1 0 01-1 1H7a.936.936 0 01-.191-.039L17.961 6.809c.02.062.033.126.039.191v10z"}));kt.displayName="Background";var Ht=kt;var p5=o(r()),Tt=({size:e,...t})=>p5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p5.createElement("path",{fillRule:"evenodd",d:"M14.573,13.5329999 L14.108,14.9559999 L12.625,14.6419999 L11.5,15.4809999 L10.375,14.6419999 L8.891,14.9559999 L8.427,13.5329999 L6.982,13.0749999 L7.301,11.6139999 L6.282,10.5049999 L7.301,9.3959999 L6.982,7.9339999 L8.427,7.4759999 L8.891,6.0539999 L10.375,6.3679999 L11.5,5.3639999 L12.625,6.3679999 L14.108,6.0539999 L14.573,7.4759999 L16.017,7.9339999 L15.699,9.3959999 L16.718,10.5049999 L15.699,11.6139999 L16.017,13.0749999 L14.573,13.5329999 Z M14,18.6449999 L11.5,17.8569999 L9,18.6449999 L9,15.7869999 L10,15.4809999 L11.5,16.4809999 L13,15.6609999 L14,15.7869999 L14,18.6449999 Z M18,10.5049999 L16.732,9.1229999 L17.129,7.3029999 L15.33,6.7309999 L14.75,4.9589999 L12.902,5.3489999 L11.5,4.0999999 L10.097,5.3489999 L8.25,4.9589999 L7.67,6.7309999 L5.871,7.3029999 L6.267,9.1229999 L5,10.5049999 L6.267,11.8869999 L5.871,13.7079999 L7.67,14.2789999 L8,15.4809999 L8,19.9809999 L11.5,18.9179999 L15,19.9809999 L15,15.4809999 L15.205,14.2789999 L17.066,13.7079999 L16.701,11.8869999 L18,10.5049999 Z M11.5,11.9829999 C10.673,11.9829999 10,11.3199999 10,10.5049999 C10,9.6899999 10.673,9.0269999 11.5,9.0269999 C12.327,9.0269999 13,9.6899999 13,10.5049999 C13,11.3199999 12.327,11.9829999 11.5,11.9829999 L11.5,11.9829999 Z M11.5,8.0419999 C10.121,8.0419999 9,9.1459999 9,10.5049999 C9,11.8639999 10.121,12.9689999 11.5,12.9689999 C12.879,12.9689999 14,11.8639999 14,10.5049999 C14,9.1459999 12.879,8.0419999 11.5,8.0419999 L11.5,8.0419999 Z"}));Tt.displayName="Badge";var Ut=Tt;var d5=o(r()),Dt=({size:e,...t})=>d5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d5.createElement("path",{fillRule:"evenodd",d:"M18.5,5 C19.3284271,5 20,5.67157288 20,6.5 L20,16.5 C20,17.3284271 19.3284271,18 18.5,18 L5.5,18 C4.67157288,18 4,17.3284271 4,16.5 L4,6.5 C4,5.67157288 4.67157288,5 5.5,5 L18.5,5 Z M18.5,6 L5.5,6 C5.22385763,6 5,6.22385763 5,6.5 L5,16.5 C5,16.7761424 5.22385763,17 5.5,17 L18.5,17 C18.7761424,17 19,16.7761424 19,16.5 L19,6.5 C19,6.22385763 18.7761424,6 18.5,6 Z M14.49,9 C14.8886264,8.99464883 15.2727721,9.149265 15.5565419,9.4292763 C15.8403118,9.7092876 16.0000359,10.0913377 16.0000037,10.49 L16.0000037,12 C16.0013472,13.2098912 15.2757863,14.3021759 14.16,14.77 L13.77,13.84 C14.5126199,13.5302158 14.9972468,12.8055792 14.9999968,12.0010062 L14.49,12 C14.0948274,12 13.7158401,11.8430183 13.4364109,11.5635891 C13.1919103,11.3190886 13.0411587,10.9983638 13.0072911,10.6572682 L13,10.51 C12.9946488,10.1113736 13.149265,9.72722792 13.4292763,9.44345807 C13.6742862,9.19515946 13.9974195,9.04183334 14.3414472,9.00740553 L14.49,9 Z M9.49,9 C9.88862641,8.99464883 10.2727721,9.149265 10.5565419,9.4292763 C10.8403118,9.7092876 11.0000359,10.0913377 11.0000037,10.49 L11.0000037,12 C11.0013472,13.2098912 10.2757863,14.3021759 9.16,14.77 L8.77,13.84 C9.51261985,13.5302158 9.99724681,12.8055792 9.99999681,12.0010062 L9.49,12 C9.09482743,12 8.7158401,11.8430183 8.4364109,11.5635891 C8.19191034,11.3190886 8.04115867,10.9983638 8.00729107,10.6572682 L8.00000001,10.51 C7.99464883,10.1113736 8.149265,9.72722792 8.4292763,9.44345807 C8.67428619,9.19515946 8.99741951,9.04183334 9.34144718,9.00740553 L9.49,9 Z"}));Dt.displayName="BlockQuote";var zt=Dt;var c5=o(r()),It=({size:e,...t})=>c5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c5.createElement("path",{d:"M17.273 5.984c-3.32-2.91-8.38-2.58-11.29.74-2.91 3.322-2.58 8.384.74 11.295A7.974 7.974 0 0 0 11.993 20c2.22 0 4.44-.92 6.02-2.721 2.91-3.322 2.58-8.384-.74-11.295Zm-10.54 1.4a7.002 7.002 0 0 1 5.27-2.38c1.41 0 2.82.45 4.03 1.31L7.084 16.98c-2.62-2.581-2.81-6.803-.35-9.604v.01Zm10.52 9.235c-2.41 2.75-6.52 3.15-9.41 1.01l8.97-10.694c2.7 2.57 2.92 6.853.44 9.684Z"}));It.displayName="BlockedCircle";var _t=It;var u5=o(r()),Wt=({size:e,...t})=>u5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},u5.createElement("path",{d:"M16.974 8.017a7.44 7.44 0 0 0-2.538-5.152 7.5 7.5 0 0 0-5.426-1.85 7.424 7.424 0 0 0-5.145 2.54 7.477 7.477 0 0 0-1.849 5.432 7.44 7.44 0 0 0 2.538 5.152A7.445 7.445 0 0 0 9.49 16c.17 0 .33 0 .5-.02a7.424 7.424 0 0 0 5.145-2.541 7.477 7.477 0 0 0 1.849-5.432l-.01.01Zm-13.959.91a6.495 6.495 0 0 1 1.599-4.712 6.467 6.467 0 0 1 4.456-2.2c.14 0 .29-.01.43-.01 1.339 0 2.618.43 3.707 1.2l-8.283 9.904a6.452 6.452 0 0 1-1.899-4.182h-.01Zm11.361 3.862a6.467 6.467 0 0 1-4.456 2.2 6.443 6.443 0 0 1-4.247-1.24l8.323-9.924a6.431 6.431 0 0 1 1.979 4.252 6.495 6.495 0 0 1-1.599 4.712Z"}));Wt.displayName="BlockedCircleSmall";var Ot=Wt;var m5=o(r()),jt=({size:e,...t})=>m5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m5.createElement("path",{d:"M14,16 L9,16 C8.447,16 8,15.553 8,15 C8,14.447 8.447,14 9,14 L14,14 C14.553,14 15,14.447 15,15 C15,15.553 14.553,16 14,16 M9,9 L12,9 C12.553,9 13,9.447 13,10 C13,10.553 12.553,11 12,11 L9,11 C8.447,11 8,10.553 8,10 C8,9.447 8.447,9 9,9 M17,11 L16.302,11 C15.947,11 16,10.604 16,10.248 L16,9.967 C16,7.776 13.884,6 11.692,6 L8.959,6 C6.772,6 5,7.772 5,9.959 L5,15.033 C5,17.224 6.776,19 8.967,19 L14.041,19 C16.228,19 18,17.228 18,15.041 L18,11.892 C18,11.34 17.553,11 17,11"}));jt.displayName="Blogger";var $t=jt;var f5=o(r()),Jt=({size:e,...t})=>f5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f5.createElement("path",{d:"M10.0027192,10 L13.0054384,10 C14.0063448,10 14.0063448,8 13.0054384,8 L10.0027192,8 L10.0027192,10 Z M10.0027192,13 L10.0027192,16 L13.0054384,16 C15.0072512,16 15.0072512,13 13.0054384,13 L10.0027192,13 Z M13.7881472,19 L9.00181279,19 C7.89681213,19 7,18.104 7,17 L7,7 C7,5.896 7.89681213,5 9.00181279,5 L12.9153568,5 C14.3976992,5 15.5627542,5.64 16.3204403,6.792 C17.1391818,8.034 17.2072434,9.618 16.4885926,10.937 C16.3414594,11.208 16.1723062,11.45 15.9771295,11.674 C17.0561065,12.25 17.8578326,13.367 17.9789422,14.573 C18.0930456,15.724 17.7407265,16.812 16.9880449,17.639 C16.1993307,18.504 15.0322738,19 13.7881472,19 L13.7881472,19 Z"}));Jt.displayName="Bold";var Yt=Jt;var h5=o(r()),qt=({size:e,...t})=>h5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h5.createElement("path",{fillRule:"evenodd",d:"M9,8 L15,8 L15,7 L9,7 L9,8 Z M16,5 C17.05,5 17.9177686,5.82004132 17.9944872,6.85130541 L18,7 L18,15 L8,15 C7.48928571,15 7.06479592,15.3880102 7.0067602,15.883801 L7,16 L7,17 C7,17.5107143 7.3880102,17.9352041 7.88380102,17.9932398 L8,18 L17.73,18 C17.4069231,18.5538462 16.8367456,18.9372781 16.1689076,18.9929904 L16,19 L8,19 C6.95,19 6.0822314,18.1799587 6.00551277,17.1486946 L6,17 L6,7 C6,5.95 6.82004132,5.0822314 7.85130541,5.00551277 L8,5 L16,5 Z M18,16 L18,17 L8,17 L8,16 L18,16 Z"}));qt.displayName="BookBold";var Qt=qt;var x5=o(r()),Xt=({size:e,...t})=>x5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x5.createElement("path",{fillRule:"evenodd",d:"M19,8 L19,17 L13,17 C13,16 14,15 15,15 L17,15 L18,15 L18,9 L18,8 L18,7 C18,6.447 17.553,6 17,6 L14,6 C12.9,6 12,6.9 12,8 L12,17 L11,17 L11,8 C11,6.9 10.1,6 9,6 L6,6 C5.447,6 5,6.447 5,7 L5,15 L6,15 L8,15 C9,15 10,16 10,17 L4,17 L4,8 C2.896,8 2,8.896 2,10 L2,17 C2,18.104 2.896,19 4,19 L19,19 C20.104,19 21,18.104 21,17 L21,10 C21,8.896 20.104,8 19,8"}));Xt.displayName="BookOpenBold";var Kt=Xt;var g5=o(r()),er=({size:e,...t})=>g5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g5.createElement("path",{d:"M7.5,5 C6.11928813,5 5,6.11928813 5,7.5 C5,8.88071187 6.11928813,10 7.5,10 L16.5,10 C17.8807119,10 19,8.88071187 19,7.5 C19,6.11928813 17.8807119,5 16.5,5 L7.5,5 Z M7.5,4 L16.5,4 C18.4329966,4 20,5.56700338 20,7.5 C20,9.43299662 18.4329966,11 16.5,11 L7.5,11 C5.56700338,11 4,9.43299662 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 Z M7.5,14 C6.11928813,14 5,15.1192881 5,16.5 C5,17.8807119 6.11928813,19 7.5,19 L16.5,19 C17.8807119,19 19,17.8807119 19,16.5 C19,15.1192881 17.8807119,14 16.5,14 L7.5,14 Z M7.5,13 L16.5,13 C18.4329966,13 20,14.5670034 20,16.5 C20,18.4329966 18.4329966,20 16.5,20 L7.5,20 C5.56700338,20 4,18.4329966 4,16.5 C4,14.5670034 5.56700338,13 7.5,13 Z M16.5,6 C17.3284271,6 18,6.67157288 18,7.5 C18,8.32842712 17.3284271,9 16.5,9 C15.6715729,9 15,8.32842712 15,7.5 C15,6.67157288 15.6715729,6 16.5,6 Z M7.5,15 C8.32842712,15 9,15.6715729 9,16.5 C9,17.3284271 8.32842712,18 7.5,18 C6.67157288,18 6,17.3284271 6,16.5 C6,15.6715729 6.67157288,15 7.5,15 Z"}));er.displayName="Boolean";var tr=er;var v5=o(r()),rr=({size:e,...t})=>v5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v5.createElement("path",{d:"M7.5,4 L16.5,4 C18.4329966,4 20,5.56700338 20,7.5 C20,9.43299662 18.4329966,11 16.5,11 L7.5,11 C5.56700338,11 4,9.43299662 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 Z M16.5,6 C15.6715729,6 15,6.67157288 15,7.5 C15,8.32842712 15.6715729,9 16.5,9 C17.3284271,9 18,8.32842712 18,7.5 C18,6.67157288 17.3284271,6 16.5,6 Z M7.5,13 L16.5,13 C18.4329966,13 20,14.5670034 20,16.5 C20,18.4329966 18.4329966,20 16.5,20 L7.5,20 C5.56700338,20 4,18.4329966 4,16.5 C4,14.5670034 5.56700338,13 7.5,13 Z M7.5,15 C6.67157288,15 6,15.6715729 6,16.5 C6,17.3284271 6.67157288,18 7.5,18 C8.32842712,18 9,17.3284271 9,16.5 C9,15.6715729 8.32842712,15 7.5,15 Z"}));rr.displayName="BooleanBold";var or=rr;var R5=o(r()),ar=({size:e,...t})=>R5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R5.createElement("path",{d:"M10,6 L14,6 L14,5 L10,5 L10,6 Z M18,17.5 C18,17.776 17.776,18 17.5,18 L15,18 L15,19 L17.5,19 C18.327,19 19,18.327 19,17.5 L19,15 L18,15 L18,17.5 Z M18,14 L19,14 L19,10 L18,10 L18,14 Z M17.5,5 L15,5 L15,6 L17.5,6 C17.776,6 18,6.224 18,6.5 L18,9 L19,9 L19,6.5 C19,5.673 18.327,5 17.5,5 L17.5,5 Z M5,14 L6,14 L6,10 L5,10 L5,14 Z M6,17.5 L6,15 L5,15 L5,17.5 C5,18.327 5.673,19 6.5,19 L9,19 L9,18 L6.5,18 C6.224,18 6,17.776 6,17.5 L6,17.5 Z M10,19 L14,19 L14,18 L10,18 L10,19 Z M5,6.5 L5,9 L6,9 L6,6.5 C6,6.224 6.224,6 6.5,6 L9,6 L9,5 L6.5,5 C5.673,5 5,5.673 5,6.5 L5,6.5 Z"}));ar.displayName="Border";var Lr=ar;var M5=o(r()),lr=({size:e,...t})=>M5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M5.createElement("path",{d:"M10,7 L14,7 L14,5 L10,5 L10,7 Z M10,19 L14,19 L14,17 L10,17 L10,19 Z M17,14 L19,14 L19,10 L17,10 L17,14 Z M16,17 L16,19 C17.654,19 19,18 19,16 L17,16 C17,16.672 16.552,17 16,17 L16,17 Z M5,8 L7,8 C7,7.344 7.448,7 8,7 L8,5 C6.346,5 5,6 5,8 L5,8 Z M7,16 L5,16 C5,18 6.346,19 8,19 L8,17 C7.448,17 7,16.688 7,16 L7,16 Z M5,14 L7,14 L7,10 L5,10 L5,14 Z M17.004,8 L19,8 C19,6 18,5 16,5 L16,6.997 C16.555,6.997 17.004,7.446 17.004,8 L17.004,8 Z"}));lr.displayName="BorderBold";var sr=lr;var S5=o(r()),ir=({size:e,...t})=>S5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S5.createElement("path",{d:"M18,17 C18,17.552 17.553,18 17,18 L7,18 C6.447,18 6,17.552 6,17 L6,7 C6,6.448 6.447,6 7,6 L17,6 C17.553,6 18,6.448 18,7 L18,17 Z M17,5 L7,5 C5.896,5 5,5.896 5,7 L5,17 C5,18.104 5.896,19 7,19 L17,19 C18.104,19 19,18.104 19,17 L19,7 C19,5.896 18.104,5 17,5 L17,5 Z"}));ir.displayName="Box";var Cr=ir;var Z5=o(r()),nr=({size:e,...t})=>Z5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z5.createElement("path",{d:"M16,5 L8,5 C6.343,5 5,6.343 5,8 L5,16 C5,17.657 6.343,19 8,19 L16,19 C17.657,19 19,17.657 19,16 L19,8 C19,6.343 17.657,5 16,5"}));nr.displayName="BoxBold";var pr=nr;var B5=o(r()),dr=({size:e,...t})=>B5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B5.createElement("path",{d:"M7.3572,15.1357 L8.0642,15.8427 L5.9432,17.9637 L5.2362,17.2567 L7.3572,15.1357 Z M11.6,8.1 C13.53,8.1 15.1,9.67 15.1,11.6 C15.1,13.53 13.53,15.1 11.6,15.1 C9.67,15.1 8.1,13.53 8.1,11.6 C8.1,9.67 9.67,8.1 11.6,8.1 Z M11.6,9.1 C10.222,9.1 9.1,10.222 9.1,11.6 C9.1,12.978 10.222,14.1 11.6,14.1 C12.978,14.1 14.1,12.978 14.1,11.6 C14.1,10.222 12.978,9.1 11.6,9.1 Z M17.9642,5.9437 L17.2572,5.2357 L15.1352,7.3577 L15.8422,8.0647 L17.9642,5.9437 Z M5.2362,5.9437 L7.3572,8.0647 L8.0642,7.3577 L5.9432,5.2357 L5.2362,5.9437 Z M12.2,17 L12.2,20.2 L11,20.2 L11,17 L12.2,17 Z M15.8422,15.1357 L17.9642,17.2567 L17.2572,17.9637 L15.1352,15.8427 L15.8422,15.1357 Z M20.2,11 L20.2,12.2 L17,12.2 L17,11 L20.2,11 Z M6.2,11 L6.2,12.2 L3,12.2 L3,11 L6.2,11 Z M12.2,3 L12.2,6.2 L11,6.2 L11,3 L12.2,3 Z"}));dr.displayName="Brightness";var cr=dr;var P5=o(r()),ur=({size:e,...t})=>P5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P5.createElement("path",{d:"M17.429,15.736 C17.062,15.37 16.469,15.369 16.103,15.736 C15.737,16.101 15.737,16.695 16.103,17.061 L16.869,17.829 C17.053,18.012 17.292,18.104 17.533,18.104 C17.773,18.104 18.012,18.012 18.196,17.83 C18.562,17.464 18.562,16.87 18.196,16.504 L17.429,15.736 Z M19,11.007 C18.449,11.007 18,11.455 18,12.007 C18,12.56 18.449,13.007 19,13.007 L20,13.007 C20.553,13.007 21,12.56 21,12.007 C21,11.455 20.553,11.007 20,11.007 L19,11.007 Z M11.922,13.625 C10.922,13.625 10.222,12.605 10.222,11.5 C10.222,10.395 10.922,9.387 11.922,9.387 L11.922,13.625 Z M9,11.5 C9,13.433 10.568,15 12.5,15 C14.433,15 16,13.433 16,11.5 C16,9.567 14.433,8 12.5,8 C10.568,8 9,9.567 9,11.5 Z M7.589,5.896 C7.223,5.53 6.629,5.53 6.263,5.896 C5.898,6.262 5.898,6.856 6.263,7.222 L7.031,7.99 C7.214,8.174 7.454,8.264 7.694,8.264 C7.934,8.264 8.174,8.174 8.357,7.99 C8.723,7.624 8.723,7.03 8.357,6.664 L7.589,5.896 Z M10.922,18 L10.922,19 C10.922,19.552 11.369,20 11.922,20 C12.475,20 12.922,19.552 12.922,19 L12.922,18 C12.922,17.448 12.475,17 11.922,17 C11.369,17 10.922,17.448 10.922,18 Z M6.263,16.504 C5.898,16.87 5.898,17.464 6.263,17.83 C6.447,18.012 6.687,18.104 6.926,18.104 C7.166,18.104 7.407,18.012 7.589,17.83 L8.357,17.062 C8.723,16.696 8.723,16.102 8.357,15.736 C7.991,15.37 7.397,15.37 7.031,15.736 L6.263,16.504 Z M17.429,7.99 L18.196,7.222 C18.562,6.856 18.562,6.262 18.196,5.896 C17.828,5.529 17.235,5.531 16.869,5.897 L16.103,6.665 C15.737,7.031 15.737,7.625 16.103,7.99 C16.286,8.174 16.526,8.264 16.766,8.264 C17.006,8.264 17.245,8.173 17.429,7.99 Z M12.922,5 L12.922,4 C12.922,3.448 12.475,3 11.922,3 C11.369,3 10.922,3.448 10.922,4 L10.922,5 C10.922,5.552 11.369,6 11.922,6 C12.475,6 12.922,5.552 12.922,5 Z M6,11.007 L5,11.007 C4.449,11.007 4,11.455 4,12.007 C4,12.56 4.449,13.007 5,13.007 L6,13.007 C6.553,13.007 7,12.56 7,12.007 C7,11.455 6.553,11.007 6,11.007 Z"}));ur.displayName="BrightnessBold";var mr=ur;var V5=o(r()),fr=({size:e,...t})=>V5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V5.createElement("path",{fillRule:"evenodd",d:"M10,8 L11,8 L11,7 L10,7 L10,8 Z M19,9 L5,9 L5,6.5 C5,6.225 5.225,6 5.5,6 L18.5,6 C18.775,6 19,6.225 19,6.5 L19,9 Z M19,17.5 C19,17.775 18.775,18 18.5,18 L5.5,18 C5.225,18 5,17.775 5,17.5 L5,10 L19,10 L19,17.5 Z M18.5,5 L5.5,5 C4.673,5 4,5.673 4,6.5 L4,17.5 C4,18.327 4.673,19 5.5,19 L18.5,19 C19.327,19 20,18.327 20,17.5 L20,6.5 C20,5.673 19.327,5 18.5,5 L18.5,5 Z M8,8 L9,8 L9,7 L8,7 L8,8 Z M6,8 L7,8 L7,7 L6,7 L6,8 Z"}));fr.displayName="Browser";var hr=fr;var b5=o(r()),xr=({size:e,...t})=>b5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b5.createElement("path",{fillRule:"evenodd",d:"M6.922,17.008 L16.922,17.008 L16.922,11.008 L6.922,11.008 L6.922,17.008 Z M6.922,9.008 L7.922,9.008 L7.922,8.008 L6.922,8.008 L6.922,9.008 Z M8.922,9.008 L9.922,9.008 L9.922,8.008 L8.922,8.008 L8.922,9.008 Z M10.922,9.008 L11.922,9.008 L11.922,8.008 L10.922,8.008 L10.922,9.008 Z M16,6 L8,6 C6.344,6 5,7.343 5,9 L5,16 C5,17.657 6.344,19 8,19 L16,19 C17.657,19 19,17.657 19,16 L19,9 C19,7.343 17.657,6 16,6 L16,6 Z"}));xr.displayName="BrowserBold";var gr=xr;var w5=o(r()),vr=({size:e,...t})=>w5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w5.createElement("path",{d:"M20,17 L20,19 L10,19 L10,17 L20,17 Z M8,16 L8,19 L5,19 L5,16 L8,16 Z M20,11 L20,13 L10,13 L10,11 L20,11 Z M8,10 L8,13 L5,13 L5,10 L8,10 Z M20,5 L20,7 L10,7 L10,5 L20,5 Z M8,4 L8,7 L5,7 L5,4 L8,4 Z"}));vr.displayName="BulletListLeft";var Rr=vr;var G5=o(r()),Mr=({size:e,...t})=>G5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G5.createElement("path",{d:"M15,17 L15,19 L5,19 L5,17 L15,17 Z M20,16 L20,19 L17,19 L17,16 L20,16 Z M15,11 L15,13 L5,13 L5,11 L15,11 Z M20,10 L20,13 L17,13 L17,10 L20,10 Z M15,5 L15,7 L5,7 L5,5 L15,5 Z M20,4 L20,7 L17,7 L17,4 L20,4 Z"}));Mr.displayName="BulletListRight";var Sr=Mr;var A5=o(r()),Zr=({size:e,...t})=>A5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A5.createElement("path",{d:"M20,16 C20,16.087 19.972,16.164 19.951,16.244 L17.717,14.01 C17.893,13.713 18,13.37 18,13 L18,7.5 L20,9.5 L20,16 Z M19,17 L7.5,17 L5.5,15 L16,15 C16.37,15 16.713,14.893 17.01,14.717 L19.244,16.951 C19.164,16.972 19.086,17 19,17 L19,17 Z M5,8 C5,7.447 5.447,7 6,7 L17,7 L17,13 C17,13.553 16.553,14 16,14 L5,14 L5,8 Z M20.561,8.561 L18.439,6.439 C18.158,6.158 17.776,6 17.379,6 L6,6 C4.896,6 4,6.896 4,8 L4,14.379 C4,14.776 4.158,15.158 4.439,15.439 L6.561,17.561 C6.842,17.842 7.224,18 7.621,18 L19,18 C20.104,18 21,17.104 21,16 L21,9.621 C21,9.224 20.842,8.842 20.561,8.561 L20.561,8.561 Z"}));Zr.displayName="Button";var Br=Zr;var y5=o(r()),Pr=({size:e,...t})=>y5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y5.createElement("path",{d:"M15.836,7 C16.812,7 17.355,7.377 17.918,7.94 L17.918,7.94 L20,10.123 L20,15 C20,16.657 18.657,18 17,18 L17,18 L8.078,18 L5.697,16.891 C4.682,16.382 4,15.405 4,14.269 L4,14.269 L4,10 C4,8.35 5.35,7 7,7 L7,7 Z M15,9 L6,9 L6,14 L15,14 L15,9 Z"}));Pr.displayName="ButtonBold";var Vr=Pr;var E5=o(r()),br=({size:e,...t})=>E5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E5.createElement("path",{d:"M7.012 8c-.603 0-1.09.183-1.458.547C5.184 8.913 5 9.4 5 10.012v3.966c0 .61.185 1.101.554 1.469.369.368.855.553 1.458.553.61 0 1.1-.185 1.47-.553.368-.368.552-.859.552-1.469v-.168c0-.075-.036-.111-.112-.111l-.848-.045c-.075 0-.112.037-.112.111v.291c0 .305-.087.551-.263.738a.901.901 0 01-.687.278c-.284 0-.51-.093-.682-.278-.171-.187-.256-.433-.256-.738V9.944c0-.305.085-.551.256-.737.172-.186.398-.28.682-.28.284 0 .512.094.687.28.176.186.263.432.263.737v.291c0 .074.037.112.112.112l.848-.046c.076 0 .112-.036.112-.111v-.178c0-.612-.184-1.099-.552-1.465-.37-.364-.86-.547-1.47-.547zm6.162 4.357c-.227-.208-.563-.48-1.011-.815-.47-.343-.787-.617-.95-.822a1.163 1.163 0 01-.245-.754c0-.328.08-.583.246-.765a.81.81 0 01.637-.274c.275 0 .497.102.67.307.17.205.256.475.256.81v.302c0 .075.038.112.112.112h.827c.075 0 .112-.037.112-.112v-.279c0-.618-.181-1.117-.542-1.497-.361-.38-.841-.57-1.435-.57-.574 0-1.04.177-1.397.53-.358.354-.537.832-.537 1.436 0 .38.074.712.223.995.149.283.332.524.548.726.216.201.514.443.895.726.34.254.589.445.74.575.154.131.277.278.37.441.094.165.14.355.14.571 0 .32-.088.58-.263.776a.845.845 0 01-.664.296.82.82 0 01-.66-.307c-.171-.205-.257-.478-.257-.82v-.236c0-.074-.037-.112-.11-.112h-.828c-.074 0-.111.038-.111.112V14c0 .596.18 1.078.542 1.447.36.368.835.553 1.424.553.588 0 1.065-.188 1.43-.565.365-.376.548-.877.548-1.503 0-.342-.062-.638-.185-.888a2.307 2.307 0 00-.525-.687zm5.285.688a2.307 2.307 0 00-.525-.687c-.226-.21-.564-.48-1.012-.816-.468-.343-.786-.617-.95-.821a1.168 1.168 0 01-.244-.754c0-.328.08-.583.245-.766a.815.815 0 01.637-.274c.276 0 .498.103.67.308.17.205.257.474.257.81v.302c0 .074.037.11.112.11h.827c.074 0 .112-.036.112-.11v-.28c0-.618-.181-1.117-.543-1.497-.36-.38-.84-.57-1.435-.57-.573 0-1.04.178-1.397.53-.358.355-.536.833-.536 1.437 0 .38.074.71.223.994.149.284.33.525.548.726.216.2.513.443.894.726.342.254.59.445.742.575.153.13.276.278.369.442.093.165.14.354.14.57 0 .32-.088.58-.262.777a.85.85 0 01-.665.295.82.82 0 01-.66-.307c-.172-.204-.257-.478-.257-.82v-.235c0-.075-.038-.112-.111-.112h-.827c-.075 0-.111.037-.111.112V14c0 .596.18 1.079.54 1.447.363.369.837.553 1.426.553.588 0 1.065-.187 1.43-.564.365-.376.548-.877.548-1.503 0-.342-.062-.64-.185-.888z"}));br.displayName="CSS";var wr=br;var F5=o(r()),Gr=({size:e,...t})=>F5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F5.createElement("path",{d:"M8 12h2v-2H8v2Zm3 3h2v-2h-2v2Zm0-3h2v-2h-2v2Zm-3 3h2v-2H8v2Zm6-3h2v-2h-2v2Zm0 3h2v-2h-2v2Zm4 1V8c0-.55-.45-1-1-1h-2v1h-1V7h-4v1H9V7H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h10c.55 0 1-.45 1-1ZM17 6c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h2V5h1v1h4V5h1v1h2Z"}));Gr.displayName="Calendar";var Ar=Gr;var N5=o(r()),yr=({size:e,...t})=>N5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N5.createElement("path",{fillRule:"evenodd",d:"M15,5 C15.5107143,5 15.9352041,5.3880102 15.9932398,5.88380102 L16,6 L16,7 C17.5910714,7 18.9031888,8.25529337 18.994882,9.82441008 L19,10 L19,16 C19,17.5910714 17.7447066,18.9031888 16.1755899,18.994882 L16,19 L8,19 C6.40892857,19 5.09681122,17.7447066 5.00511798,16.1755899 L5,16 L5,10 C5,9.18 5.34,8.42 5.88,7.88 C6.375,7.385 7.05486111,7.05805556 7.79634259,7.00700231 L8,7 L8,6 C8,5.45 8.45,5 9,5 C9.51071429,5 9.93520408,5.3880102 9.9932398,5.88380102 L10,6 L10,7 L14,7 L14,6 C14,5.45 14.45,5 15,5 Z M17,10 L7,10 L7,17 L17,17 L17,10 Z M10,14 L10,16 L8,16 L8,14 L10,14 Z M13,14 L13,16 L11,16 L11,14 L13,14 Z M16,14 L16,16 L14,16 L14,14 L16,14 Z M10,11 L10,13 L8,13 L8,11 L10,11 Z M13,11 L13,13 L11,13 L11,11 L13,11 Z M16,11 L16,13 L14,13 L14,11 L16,11 Z"}));yr.displayName="CalendarBold";var Er=yr;var k5=o(r()),Fr=({size:e,...t})=>k5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k5.createElement("path",{d:"M9,15 L6,15 L6,9 L9,9 L9,10 L7,10 L7,14 L9,14 L9,15 Z M15,11 L17,11 L17,9 L18,9 L18,15 L17,15 L17,12 L15,12 L15,15 L14,15 L14,9 L15,9 L15,11 Z M13,9 L13,13 L11,13 L11,15 L10,15 L10,9 L13,9 Z M12,10 L11,10 L11,12 L12,12 L12,10 Z M6,6 L18,6 C19.1045695,6 20,6.8954305 20,8 L20,16 C20,17.1045695 19.1045695,18 18,18 L6,18 C4.8954305,18 4,17.1045695 4,16 L4,8 C4,6.8954305 4.8954305,6 6,6 Z M6,7 C5.44771525,7 5,7.44771525 5,8 L5,16 C5,16.5522847 5.44771525,17 6,17 L18,17 C18.5522847,17 19,16.5522847 19,16 L19,8 C19,7.44771525 18.5522847,7 18,7 L6,7 Z"}));Fr.displayName="Captcha";var Nr=Fr;var H5=o(r()),kr=({size:e,...t})=>H5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H5.createElement("path",{d:"M7,14 L7,10 L9,10 L9,9 L6,9 L6,15 L9,15 L9,14 L7,14 Z M15,11 L15,9 L14,9 L14,15 L15,15 L15,12 L17,12 L17,15 L18,15 L18,9 L17,9 L17,11 L15,11 Z M12,10 L12,12 L11,12 L11,10 L12,10 Z M13,9 L10,9 L10,15 L11,15 L11,13 L13,13 L13,9 Z M6.25,6 L17.75,6 C18.9926407,6 20,6.8954305 20,8 L20,16 C20,17.1045695 18.9926407,18 17.75,18 L6.25,18 C5.00735931,18 4,17.1045695 4,16 L4,8 C4,6.8954305 5.00735931,6 6.25,6 Z"}));kr.displayName="CaptchaBold";var Hr=kr;var T5=o(r()),Tr=({size:e,...t})=>T5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T5.createElement("path",{d:"M7.5,4 C8.03169231,4 8.64347929,4.40984615 8.93423213,4.88110696 L9,5 L12.5,13 L10,13 L9,10 L6.046,10 L5,13 L2.5,13 L6,5 C6.253,4.482 6.923,4 7.5,4 Z M7.5,6 L6.5,8 L8.504,8 L7.5,6 Z M17,14 L21,17 L17,20 L17,18 L6,18 L6,20 L2,17 L6,14 L6,16 L17,16 L17,14 Z M14,4 L16.5,11 L19,4 L21.5,4 L18,12 C17.746,12.519 17.076,13 16.5,13 C15.9673846,13 15.3555266,12.5893018 15.0655548,12.1186964 L15,12 L11.5,4 L14,4 Z"}));Tr.displayName="CharacterSpacing";var Ur=Tr;var U5=o(r()),Dr=({size:e,...t})=>U5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U5.createElement("path",{fillRule:"evenodd",d:"M9,12 L16,12 L16,11 L9,11 L9,12 Z M19,14 C19,14.552 18.553,15 18,15 L14.547,15 C14.46,15.024 14.377,15.046 14.291,15.07 L10,17.621 L10,15.5 C10,15.224 9.776,15 9.5,15 L7,15 C6.447,15 6,14.552 6,14 L6,7 C6,6.448 6.447,6 7,6 L18,6 C18.553,6 19,6.448 19,7 L19,14 Z M18,5 L7,5 C5.896,5 5,5.896 5,7 L5,14 C5,15.104 5.896,16 7,16 L9,16 L9,18.5 C9,18.68 9.097,18.846 9.253,18.935 C9.33,18.978 9.414,19 9.5,19 C9.588,19 9.677,18.977 9.756,18.93 L14.684,16 L18,16 C19.104,16 20,15.104 20,14 L20,7 C20,5.896 19.104,5 18,5 L18,5 Z M9,10 L13,10 L13,9 L9,9 L9,10 Z"}));Dr.displayName="Chat";var zr=Dr;var D5=o(r()),Ir=({size:e,...t})=>D5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D5.createElement("path",{fillRule:"evenodd",d:"M8,13 L14,13 L14,12 L8,12 L8,13 Z M8,10 L11,10 L11,9 L8,9 L8,10 Z M16,6 L8,6 C6.35,6 5,7.35 5,9 L5,13 C5,14.65 6.35,16 8,16 L9.078,16 L10,19 L14.078,16 L16,16 C17.657,16 19,14.657 19,13 L19,9 C19,7.343 17.657,6 16,6 L16,6 Z"}));Ir.displayName="ChatBold";var _r=Ir;var z5=o(r()),Wr=({size:e,...t})=>z5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z5.createElement("path",{d:"M7,4 L17,4 C18.6568542,4 20,5.34314575 20,7 L20,17 C20,18.6568542 18.6568542,20 17,20 L7,20 C5.34314575,20 4,18.6568542 4,17 L4,7 C4,5.34314575 5.34314575,4 7,4 Z M5,7 L5,17 C5,18.1045695 5.8954305,19 7,19 L17,19 C18.1045695,19 19,18.1045695 19,17 L19,7 C19,5.8954305 18.1045695,5 17,5 L7,5 C5.8954305,5 5,5.8954305 5,7 Z M11,13 L15,9 L16,10 L11,15 L8,12 L9,11 L11,13 Z"}));Wr.displayName="Checkbox";var Or=Wr;var I5=o(r()),jr=({size:e,...t})=>I5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I5.createElement("path",{d:"M7,4 L17,4 C18.6568542,4 20,5.34314575 20,7 L20,17 C20,18.6568542 18.6568542,20 17,20 L7,20 C5.34314575,20 4,18.6568542 4,17 L4,7 C4,5.34314575 5.34314575,4 7,4 Z M10.9931543,12.5884337 L9.21393759,10.7955949 L7.79434121,12.2044051 L10.9771341,15.4115663 L16.2249654,10.2422358 L14.8214488,8.81740561 L10.9931543,12.5884337 Z"}));jr.displayName="CheckboxBold";var $r=jr;var _5=o(r()),Jr=({size:e,...t})=>_5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_5.createElement("path",{d:"M11,6 L20,6 L20,7 L11,7 L11,6 Z M11,11 L20,11 L20,12 L11,12 L11,11 Z M11,16 L17,16 L17,17 L11,17 L11,16 Z M5,15 L8,15 L8,18 L5,18 L5,15 Z M6,16 L6,17 L7,17 L7,16 L6,16 Z M5.5,12.5 L4.5,12.5 L4.5,11 L6,11 L6,12 L6.5,12 L6.5,11 L7.5,11 L7.5,10 L9,10 L9,11.5 L8,11.5 L8,12.5 L7,12.5 L7,13.5 L5.5,13.5 L5.5,12.5 Z M5.5,7.5 L4.5,7.5 L4.5,6 L6,6 L6,7 L6.5,7 L6.5,6 L7.5,6 L7.5,5 L9,5 L9,6.5 L8,6.5 L8,7.5 L7,7.5 L7,8.5 L5.5,8.5 L5.5,7.5 Z"}));Jr.displayName="CheckboxList";var Yr=Jr;var W5=o(r()),qr=({size:e,...t})=>W5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W5.createElement("path",{d:"M12,7 L20,7 L20,9 L12,9 L12,7 Z M12,12 L20,12 L20,14 L12,14 L12,12 Z M12,17 L17,17 L17,19 L12,19 L12,17 Z M6,17 L8,17 L8,19 L6,19 L6,17 Z M6,12 L8,12 L8,14 L6,14 L6,12 Z M5,7.5 L4.5,7.5 L4.5,6 L6,6 L6,7 L6.5,7 L6.5,8 L7,8 L7,7 L8,7 L8,6 L9,6 L9,5 L10.5,5 L10.5,6.5 L9.5,6.5 L9.5,7.5 L8.5,7.5 L8.5,8.5 L7.5,8.5 L7.5,9.5 L6,9.5 L6,8.5 L5,8.5 L5,7.5 Z"}));qr.displayName="CheckboxListBold";var Qr=qr;var O5=o(r()),Xr=({size:e,...t})=>O5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O5.createElement("path",{d:"M7 9.79a.5.5 0 0 1 .854-.353L12 13.584l4.146-4.147a.5.5 0 1 1 .708.708L12 14.998l-4.854-4.853A.5.5 0 0 1 7 9.79Z"}));Xr.displayName="ChevronDown";var Kr=Xr;var j5=o(r()),eo=({size:e,...t})=>j5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},j5.createElement("path",{d:"M12.853 7.85 9 11.71 5.147 7.846a.496.496 0 0 1 .7-.7l3.154 3.148 3.153-3.15a.494.494 0 0 1 .699 0l.001.001a.499.499 0 0 1-.001.704Z"}));eo.displayName="ChevronDownSmall";var to=eo;var $5=o(r()),ro=({size:e,...t})=>$5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$5.createElement("path",{d:"M14.207 17a.5.5 0 0 1-.354-.145L9 12l4.853-4.854a.5.5 0 0 1 .708.708L10.414 12l4.147 4.146a.5.5 0 0 1-.354.854Z"}));ro.displayName="ChevronLeft";var oo=ro;var J5=o(r()),ao=({size:e,...t})=>J5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},J5.createElement("path",{d:"M10.147 12.853 6.289 9.001l3.863-3.854a.497.497 0 0 1 .702.7L7.707 9.003l3.147 3.153a.494.494 0 0 1-.002.7.5.5 0 0 1-.705-.002Z"}));ao.displayName="ChevronLeftSmall";var Lo=ao;var Y5=o(r()),lo=({size:e,...t})=>Y5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y5.createElement("path",{d:"M9.79 17a.5.5 0 0 1-.353-.853L13.584 12 9.437 7.855a.5.5 0 0 1 .708-.708L14.998 12l-4.853 4.854A.5.5 0 0 1 9.79 17Z"}));lo.displayName="ChevronRight";var so=lo;var q5=o(r()),io=({size:e,...t})=>q5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},q5.createElement("path",{d:"M7.856 5.148 11.714 9 7.85 12.854a.497.497 0 0 1-.702-.7L10.296 9 7.15 5.847a.494.494 0 0 1 .001-.7h.001a.5.5 0 0 1 .705.001Z"}));io.displayName="ChevronRightSmall";var Co=io;var Q5=o(r()),no=({size:e,...t})=>Q5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q5.createElement("path",{d:"M17 14.207a.5.5 0 0 1-.853.354L12 10.414l-4.146 4.147a.5.5 0 0 1-.708-.708L12 9l4.854 4.853a.5.5 0 0 1 .146.354Z"}));no.displayName="ChevronUp";var po=no;var X5=o(r()),co=({size:e,...t})=>X5.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},X5.createElement("path",{d:"M12.853 10.15 9 6.29l-3.854 3.862a.496.496 0 0 0 .7.7L9 7.704l3.153 3.15a.494.494 0 0 0 .63.058l.07-.06a.499.499 0 0 0-.001-.703Z"}));co.displayName="ChevronUpSmall";var uo=co;var K5=o(r()),mo=({size:e,...t})=>K5.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K5.createElement("path",{fillRule:"evenodd",d:"M13,11 L12.5,11.5 L15.5,14 L10,14 C8.896,14 8,13.104 8,12 L8,6 L7,6 L7,12 C7,13.657 8.343,15 10,15 L15.5,15 L12.5,17.5 L13,18 L17,14.5 L13,11 Z"}));mo.displayName="Child";var fo=mo;var e9=o(r()),ho=({size:e,...t})=>e9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e9.createElement("path",{fillRule:"evenodd",d:"M13.766,11.305 C13.378,10.917 12.75,10.916 12.362,11.305 C11.974,11.693 11.974,12.325 12.362,12.713 L14.057,14 L9.024,14 C8.472,14 8,13.542 8,12.991 L8,6 L6,6 L6,12.977 C6,14.634 7.38,16 9.037,16 L14.057,16 L12.362,17.275 C11.974,17.663 11.974,18.287 12.362,18.676 C12.75,19.064 13.378,19.061 13.766,18.673 L17.037,14.989 L13.766,11.305 Z"}));ho.displayName="ChildBold";var xo=ho;var t9=o(r()),go=({size:e,...t})=>t9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t9.createElement("path",{fillRule:"evenodd",d:"M12,5 C15.8659932,5 19,8.13400675 19,12 C19,13.8565154 18.2625021,15.6369928 16.9497475,16.9497475 C15.6369928,18.2625021 13.8565154,19 12,19 C8.13400675,19 5,15.8659932 5,12 C5,8.13400675 8.13400675,5 12,5 Z M12,6 C8.6862915,6 6,8.6862915 6,12 C6,15.3137085 8.6862915,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,8.6862915 15.3137085,6 12,6 Z M9.88495742,9.1732886 L12.034,11.323 L14.1770956,9.18035967 L14.8842024,9.88746645 L12.741,12.03 L14.8842024,14.1725335 L14.1770956,14.8796403 L12.034,12.736 L9.88495742,14.8867114 L9.17785063,14.1796046 L11.327,12.03 L9.17785063,9.88039539 L9.88495742,9.1732886 Z"}));go.displayName="Close";var vo=go;var r9=o(r()),Ro=({size:e,...t})=>r9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r9.createElement("path",{d:"M13.333,6 C10.341,6 9.416,8.736 9.13,10 L8.133,10 C6.402,10 5,11.402 5,13.133 L5,14 L4.499,14 C3.119,14 2,15.118 2,16.498 C2,17.878 3.119,18.997 4.498,18.997 L4.501,18.997 L17.682,18.997 C20.669,18.993 22.945,15.945 21.608,12.793 C20.955,11.254 19.354,10.333 17.682,10.333 L17.667,10.333 C17.667,10.333 17.525,6 13.333,6 M13.333,7 C16.435,7 16.652,10.025 16.667,10.365 L16.714,11.333 L17.682,11.333 C19.01,11.333 20.218,12.077 20.687,13.184 C21.173,14.327 21.085,15.536 20.448,16.501 C19.829,17.437 18.795,17.998 17.682,18 L4.498,18 C3.672,18 3,17.325 3,16.498 C3,15.672 3.672,15 4.499,15 L5,15 L6,15 L6,14 L6,13.133 C6,11.957 6.957,11 8.133,11 L9.13,11 L9.929,11 L10.105,10.221 C10.437,8.751 11.269,7 13.333,7"}));Ro.displayName="Cloud";var Mo=Ro;var o9=o(r()),So=({size:e,...t})=>o9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o9.createElement("path",{d:"M17.681,9.333 L17.667,9.333 C17.667,9.333 17.525,5 13.333,5 C10.34,5 9.416,7.736 9.129,9 L8.133,9 C6.403,9 5,10.403 5,12.134 L5,13 L4.499,13 C3.119,13 2,14.119 2,15.499 C2,16.88 3.12,18.001 4.501,18 L17.681,18 C20.669,17.996 22.945,14.945 21.608,11.793 C20.955,10.254 19.353,9.333 17.681,9.333 Z"}));So.displayName="CloudBold";var Zo=So;var a9=o(r()),Bo=({size:e,...t})=>a9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},a9.createElement("path",{d:"M16,11.5 C16,10.12 14.883,9.002 13.504,9 L13.505,9 L13,9 L13,7.494 C13,6.116 11.883,5 10.505,5 L10.495,5 C9.117,5 8,6.116 8,7.494 L7,7 C5.896,7 5,7.895 5,9 L5,10 L4,10 C2.896,10 2,10.895 2,12 C2,13.104 2.896,14 4,14 L13.508,14 C14.885,13.996 16,12.878 16,11.5"}));Bo.displayName="CloudBoldSmall";var Po=Bo;var L9=o(r()),Vo=({size:e,...t})=>L9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},L9.createElement("path",{d:"M10.505,4 L10.495,4 C9.117,4 8,5.117 8,6.495 L7,6 C5.896,6 5,6.896 5,8 L5,9 L4.5,9 C3.119,9 2,10.119 2,11.5 C2,12.881 3.119,14 4.5,14 L13,14 C14.657,14 16,12.657 16,11 C16,9.343 14.657,8 13,8 L13,6.495 C13,5.117 11.883,4 10.505,4 M10.505,4.9 C11.385,4.9 12.1,5.615 12.1,6.495 L12.1,8 L12.1,8.9 L13,8.9 C14.158,8.9 15.1,9.842 15.1,11 C15.1,12.158 14.158,13.1 13,13.1 L4.5,13.1 C3.618,13.1 2.901,12.382 2.901,11.5 C2.901,10.618 3.618,9.9 4.5,9.9 L5,9.9 L5.901,9.9 L5.901,9 L5.901,8 C5.901,7.455 6.299,7.001 6.819,6.915 L7.601,7.302 L8.901,7.945 L8.901,6.495 C8.901,5.615 9.615,4.9 10.495,4.9 L10.505,4.9"}));Vo.displayName="CloudSmall";var bo=Vo;var l9=o(r()),wo=({size:e,...t})=>l9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l9.createElement("path",{d:"M10,5 L10,7 L9.208,7 C8.784,7 8.485,7.22 8.434,7.435 L8.426,7.5 L8.426,9.879 L8.419,9.997 C8.33140945,10.7198176 8.03222034,11.4006467 7.559,11.954 L7.518,11.999 L7.561,12.047 C7.794,12.321 7.993,12.634 8.146,12.991 L8.233,13.211 C8.303,13.407 8.355,13.606 8.39,13.804 L8.419,14.003 L8.426,14.121 L8.426,16.5 C8.426,16.713 8.686,16.952 9.085,16.994 L9.208,17 L10,17 L10,19 L9.208,19 C7.764,19 6.525,18.004 6.432,16.663 L6.426,16.5 L6.426,14.195 L6.414,14.121 L6.387,14.002 L6.35,13.884 C6.2,13.466 5.896,13.144 5.527,12.908 C5.23242969,12.7291253 5.04285521,12.4185464 5.01841451,12.074787 C4.99397382,11.7310277 5.13770024,11.3967516 5.404,11.178 L5.514,11.1 C5.896,10.857 6.2,10.534 6.349,10.116 C6.378,10.037 6.399,9.959 6.414,9.879 L6.426,9.804 L6.426,7.5 C6.426,6.132 7.609,5.083 9.036,5.005 L9.208,5 L10,5 Z M14.81,5 C16.253,5 17.491,5.996 17.584,7.337 L17.59,7.5 L17.59,9.806 L17.602,9.877 C17.61,9.917 17.619,9.957 17.63,9.997 L17.667,10.116 C17.817,10.534 18.121,10.856 18.49,11.092 C19.13,11.487 19.168,12.375 18.613,12.822 L18.503,12.9 C18.121,13.143 17.817,13.466 17.668,13.884 C17.639,13.963 17.618,14.042 17.602,14.123 L17.59,14.193 L17.59,16.5 C17.59,17.868 16.407,18.917 14.981,18.995 L14.81,19 L14.018,19 L14.018,17 L14.81,17 C15.233,17 15.533,16.78 15.583,16.565 L15.591,16.5 L15.591,14.121 L15.599,13.997 C15.6877311,13.27629 15.9868531,12.5977004 16.459,12.046 L16.499,12 L16.457,11.953 C16.2155182,11.6696294 16.0182874,11.3513629 15.872,11.009 L15.786,10.789 C15.7247476,10.6185089 15.6762801,10.4436919 15.641,10.266 L15.599,10.003 L15.591,9.879 L15.591,7.5 C15.591,7.287 15.331,7.048 14.933,7.006 L14.81,7 L14.018,7 L14.018,5 L14.81,5 L14.81,5 Z"}));wo.displayName="CodeBold";var Go=wo;var s9=o(r()),Ao=({size:e,...t})=>s9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s9.createElement("path",{d:"M19.0868954,19.013 C18.6398954,19.013 18.1598954,18.738 18.1598954,18.135 C18.1598954,17.637 18.5888954,16.727 19.0868954,15.882 C19.5848954,16.727 20.0138954,17.637 20.0138954,18.135 C20.0138954,18.738 19.5328954,19.013 19.0868954,19.013 L19.0868954,19.013 Z M19.0868954,14.079 C19.0868954,14.079 17.1738954,16.702 17.1738954,18.135 C17.1738954,19.238 18.0298954,20 19.0868954,20 C20.1438954,20 20.9998954,19.238 20.9998954,18.135 C20.9998954,16.702 19.0868954,14.079 19.0868954,14.079 L19.0868954,14.079 Z M10.3238954,18.229 C10.0258954,18.472 9.81089542,18.346 9.66089542,18.197 L5.35389542,13.886 C5.17289542,13.705 5.15889542,13.42 5.32189542,13.223 L6.45689542,11.843 C6.89389542,12.174 7.37889542,12.487 7.90889542,12.768 C9.29389542,13.504 10.7418954,13.906 11.9728954,13.906 C12.1548954,13.906 12.3328954,13.897 12.5038954,13.88 C12.7748954,13.851 12.9708954,13.609 12.9428954,13.338 C12.9148954,13.067 12.6728954,12.876 12.4018954,12.898 C11.2828954,13.018 9.77189542,12.641 8.37089542,11.897 C7.89089542,11.642 7.47489542,11.36 7.09189542,11.071 L11.2878954,5.967 L17.5718954,12.257 L10.3238954,18.229 Z M5.09789542,7.591 C5.52589542,6.784 7.14789542,6.658 8.95889542,7.246 L6.33889542,10.432 C5.22389542,9.353 4.75789542,8.232 5.09789542,7.591 L5.09789542,7.591 Z M18.8408954,13.526 L19.5378954,12.828 L10.7168954,4 L10.0208954,4.698 L10.5878954,5.265 L9.62989542,6.43 C7.11189542,5.499 4.94589542,5.775 4.22789542,7.129 C3.62389542,8.266 4.25589542,9.834 5.70489542,11.204 L4.56089542,12.596 C4.07389542,13.187 4.11489542,14.041 4.65689542,14.583 L8.96389542,18.894 C9.24289542,19.174 9.61489542,19.328 10.0098954,19.328 C10.3518954,19.328 10.6848954,19.208 10.9498954,18.991 L18.2728954,12.958 L18.8408954,13.526 Z"}));Ao.displayName="ColorBucket";var yo=Ao;var i9=o(r()),Eo=({size:e,...t})=>i9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i9.createElement("path",{d:"M10.1114303,3.20942308 L10.2055231,3.2925 L19.3985231,12.4855 C19.7885231,12.8755 19.7885231,13.5085 19.3985231,13.8995 C19.0376,14.2595 18.4704758,14.2871923 18.0778295,13.9825769 L17.9835231,13.8995 L17.4845231,13.4005 L10.3095231,19.2415 C9.55868979,19.8525556 8.48585337,19.8338765 7.75736898,19.2191598 L7.63252313,19.1045 L3.58652313,15.0575 C2.90085646,14.3727778 2.81013732,13.3036142 3.34722014,12.5172068 L3.44852313,12.3815 L5.59952313,9.7395 C5.09852313,9.4505 4.65752313,9.1345 4.31752313,8.7935 L4.16452313,8.6315 C3.69452313,8.1025 3.48152313,7.5435 3.52752313,6.9715 C3.57452313,6.4055 3.86252313,5.9695 4.36252313,5.7115 C5.36646757,5.19205556 7.09737189,5.51998765 8.40111915,5.94385665 L8.62652313,6.0195 L9.28952313,5.2055 L8.79152313,4.7065 C8.40052313,4.3165 8.40052313,3.6825 8.79152313,3.2925 C9.1524462,2.9325 9.71957046,2.90480769 10.1114303,3.20942308 Z M10.7115231,6.6275 L8.14952313,9.7745 C9.77252313,10.3525 11.5325231,10.7195 12.5305231,10.7565 C12.8065231,10.7655 13.0215231,10.9965 13.0115231,11.2745 C13.0015231,11.5505 12.7695231,11.7655 12.4935231,11.7555 C11.3665231,11.7135 9.32252313,11.3035 7.47352313,10.6045 L7.47352313,10.6045 L6.18652313,12.1875 L13.5465231,14.0275 L16.0645231,11.9785 L10.7115231,6.6275 Z M7.95052313,6.8505 C6.82352313,6.5065 5.45552313,6.2725 4.82152313,6.6005 C4.63152313,6.6985 4.54352313,6.8335 4.52552313,7.0535 C4.50152313,7.3475 4.62752313,7.6475 4.91252313,7.9675 L4.91252313,7.9675 L5.05705665,8.11528717 C5.36393129,8.40813265 5.77523741,8.6845 6.24752313,8.9425 L6.24752313,8.9425 Z M19.3298382,15.6275235 L19.4254231,15.4543 L19.4254231,15.4543 L19.7640667,16.0814607 L19.7640667,16.0814607 L20.0890554,16.7175117 L20.0890554,16.7175117 L20.3471346,17.2547481 L20.3471346,17.2547481 L20.510653,17.6184621 C20.7456894,18.1596639 20.9254231,18.6673385 20.9254231,18.9543 C20.9254231,19.7833 20.2534231,20.4543 19.4254231,20.4543 C18.5974231,20.4543 17.9254231,19.7833 17.9254231,18.9543 C17.9254231,18.6673385 18.1051569,18.1596639 18.3401933,17.6184621 L18.5037117,17.2547481 L18.5037117,17.2547481 L18.7617909,16.7175117 L18.7617909,16.7175117 L19.0867795,16.0814607 L19.0867795,16.0814607 L19.3298382,15.6275235 L19.3298382,15.6275235 Z"}));Eo.displayName="ColorBucketBold";var Fo=Eo;var C9=o(r()),No=({size:e,...t})=>C9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C9.createElement("path",{d:"M11.5 6.23c-.05.05-5.49 4.16-5.49 8.58 0 2.88 2.52 5.31 5.5 5.31s5.5-2.43 5.5-5.31c-.01-4.42-5.45-8.53-5.5-8.57l-.01-.01Zm0 14.88c-3.52 0-6.5-2.89-6.5-6.31 0-4.9 5.85-9.33 5.91-9.37L11.5 5l.59.43c.06.04 5.91 4.47 5.91 9.39 0 3.42-2.98 6.31-6.5 6.31v-.02Zm.12-9.71v5.98a3.01 3.01 0 0 0 2.88-2.99c0-1.61-1.28-2.92-2.88-2.99Zm1 1.34a1.988 1.988 0 0 1 0 3.3v-3.3Z"}));No.displayName="ColorDrop";var ko=No;var n9=o(r()),Ho=({size:e,...t})=>n9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n9.createElement("path",{d:"M10.896,16 C9.042,16 8.3,14.881 8.3,13.5 C8.3,12.12 8.979,11 10.896,11 L10.896,16 Z M11.5,5 C11.5,5 6,9.121 6,13.709 C6,16.771 8.517,19 11.523,19 C14.53,19 17,16.771 17,13.709 C17,9.121 11.5,5 11.5,5 L11.5,5 Z"}));Ho.displayName="ColorDropBold";var To=Ho;var p9=o(r()),Uo=({size:e,...t})=>p9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p9.createElement("path",{d:"M6.28571429,4 L17.7142857,4 C18.9766509,4 20,5.02334914 20,6.28571429 L20,17.7142857 C20,18.9766509 18.9766509,20 17.7142857,20 L6.28571429,20 C5.02334914,20 4,18.9766509 4,17.7142857 L4,6.28571429 C4,5.02334914 5.02334914,4 6.28571429,4 Z M6.16666667,5 C5.52233446,5 5,5.52233446 5,6.16666667 L5,17.8333333 C5,18.4776655 5.52233446,19 6.16666667,19 L17.8333333,19 C18.4776655,19 19,18.4776655 19,17.8333333 L19,6.16666667 C19,5.52233446 18.4776655,5 17.8333333,5 L6.16666667,5 Z M9,5 L10,5 L10,9 L9,9 L9,5 Z M14,5 L15,5 L15,9 L14,9 L14,5 Z M9,10 L10,10 L10,14 L9,14 L9,10 Z M14,10 L15,10 L15,14 L14,14 L14,10 Z M9,15 L10,15 L10,19 L9,19 L9,15 Z M14,15 L15,15 L15,19 L14,19 L14,15 Z"}));Uo.displayName="Column";var Do=Uo;var d9=o(r()),zo=({size:e,...t})=>d9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d9.createElement("path",{d:"M6.28571429,4 L17.7142857,4 C18.9766509,4 20,5.02334914 20,6.28571429 L20,17.7142857 C20,18.9766509 18.9766509,20 17.7142857,20 L6.28571429,20 C5.02334914,20 4,18.9766509 4,17.7142857 L4,6.28571429 C4,5.02334914 5.02334914,4 6.28571429,4 Z M8,6 L8,8 L10,8 L10,6 L8,6 Z M14,6 L14,8 L16,8 L16,6 L14,6 Z M8,10 L8,14 L10,14 L10,10 L8,10 Z M14,10 L14,14 L16,14 L16,10 L14,10 Z M8,16 L8,18 L10,18 L10,16 L8,16 Z M14,16 L14,18 L16,18 L16,16 L14,16 Z"}));zo.displayName="ColumnBold";var Io=zo;var c9=o(r()),_o=({size:e,...t})=>c9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c9.createElement("path",{d:"M9.75 16.494h-.03a.71.71 0 0 1-.57-.3l-3-4a.75.75 0 0 1 1.2-.9l2.44 3.26 6.4-7.3c.27-.31.75-.34 1.06-.07.31.27.34.75.07 1.06l-7.01 7.99a.76.76 0 0 1-.56.26Z"}));_o.displayName="Confirm";var Wo=_o;var u9=o(r()),Oo=({size:e,...t})=>u9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u9.createElement("path",{d:"M10.4689553,17.0302036 L10.4389553,17.0302036 C10.1399553,17.0202036 9.85995534,16.8782036 9.67695534,16.6402036 L6.20795534,12.1402036 C5.87095534,11.7032036 5.95195534,11.0752036 6.38995534,10.7382036 C6.82695534,10.3992036 7.45395534,10.4832036 7.79195534,10.9202036 L10.5169553,14.4542036 L16.7149553,7.34220361 C17.0799553,6.92620361 17.7119553,6.88420361 18.1259553,7.24520361 C18.5419553,7.60820361 18.5859553,8.23920361 18.2229553,8.65620361 L11.2229553,16.6872036 C11.0319553,16.9052036 10.7569553,17.0302036 10.4689553,17.0302036"}));Oo.displayName="ConfirmBold";var jo=Oo;var m9=o(r()),$o=({size:e,...t})=>m9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m9.createElement("path",{d:"M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M11,13 L15,9 L16,10 L11,15 L8,12 L9,11 L11,13 Z"}));$o.displayName="ConfirmCircle";var Jo=$o;var f9=o(r()),Yo=({size:e,...t})=>f9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f9.createElement("path",{fillRule:"evenodd",d:"M12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 Z M15.928,7.98252431 C15.6998219,7.98252431 15.4835229,8.08424928 15.338,8.26 L15.338,8.26 L11.0627978,13.0735243 L9.554,11.16 C9.46201575,10.9502193 9.28319846,10.7909241 9.06422508,10.7236954 C8.84525171,10.6564668 8.6078539,10.6879767 8.414,10.81 C8.00719701,11.1053312 7.87752991,11.6537593 8.109,12.1 L8.109,12.1 L10.356,14.95 C10.4497924,15.158121 10.628624,15.3158046 10.8468497,15.3828038 C11.0650755,15.4498029 11.3015808,15.419635 11.496,15.3 C11.6606782,15.18066 11.7799761,15.0198299 11.8483223,14.8410739 L11.8483223,14.8410739 L16.518,9.59 C16.8438315,9.20653482 16.8438315,8.64346518 16.518,8.26 C16.3724771,8.08424928 16.1561781,7.98252431 15.928,7.98252431 Z"}));Yo.displayName="ConfirmCircleBold";var qo=Yo;var h9=o(r()),Qo=({size:e,...t})=>h9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h9.createElement("path",{fillRule:"evenodd",d:"M9,11 L9,13 L7,13 L7,11 L9,11 Z M13,11 L13,13 L11,13 L11,11 L13,11 Z M17,11 L17,13 L15,13 L15,11 L17,11 Z"}));Qo.displayName="ContextMenu";var Xo=Qo;var x9=o(r()),Ko=({size:e,...t})=>x9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},x9.createElement("path",{d:"M7 8H5v2h2V8zm4 0h2v2h-2V8zM8 8h2v2H8V8zm1-7a8 8 0 100 16A8 8 0 009 1zm0 15A7 7 0 119 2a7 7 0 010 14z"}));Ko.displayName="ContextMenuSmall";var ea=Ko;var g9=o(r()),ta=({size:e,...t})=>g9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g9.createElement("path",{d:"M13 8a1 1 0 11-2 0 1 1 0 012 0zM13 12a1 1 0 11-2 0 1 1 0 012 0zM12 17a1 1 0 100-2 1 1 0 000 2z"}));ta.displayName="ContextMenuVertical";var ra=ta;var v9=o(r()),oa=({size:e,...t})=>v9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v9.createElement("path",{d:"M11 9h5V8h-5v1Zm7 5.5c0 .275-.225.5-.5.5h-8a.501.501 0 0 1-.5-.5v-8c0-.275.225-.5.5-.5h8c.275 0 .5.225.5.5v8Zm-4 4c0 .275-.225.5-.5.5h-8a.501.501 0 0 1-.5-.5v-8c0-.275.225-.5.5-.5H8v4.5c0 .827.673 1.5 1.5 1.5H14v2.5ZM17.5 5h-8C8.673 5 8 5.673 8 6.5V9H5.5C4.673 9 4 9.673 4 10.5v8c0 .827.673 1.5 1.5 1.5h8c.827 0 1.5-.673 1.5-1.5V16h2.5c.827 0 1.5-.673 1.5-1.5v-8c0-.827-.673-1.5-1.5-1.5ZM11 12h5v-1h-5v1Z"}));oa.displayName="Copy";var aa=oa;var R9=o(r()),La=({size:e,...t})=>R9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R9.createElement("path",{d:"M11 8V7h5v1h-5Zm0 2V9h5v1h-5Zm5-5h-5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h5a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM8 16V9H6v7c0 1.65 1.35 3 3 3h6v-2H9c-.55 0-1-.45-1-1Z"}));La.displayName="CopyBold";var la=La;var M9=o(r()),sa=({size:e,...t})=>M9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M9.createElement("path",{d:"M17.5,5 L14,5 L14,6 L17.5,6 C17.776,6 18,6.224 18,6.5 L18,10 L19,10 L19,6.5 C19,5.673 18.327,5 17.5,5 L17.5,5 Z M18,17.5 C18,17.776 17.776,18 17.5,18 L14,18 L14,19 L17.5,19 C18.327,19 19,18.327 19,17.5 L19,14 L18,14 L18,17.5 Z M6,17.5 L6,14 L5,14 L5,17.5 C5,18.327 5.673,19 6.5,19 L10,19 L10,18 L6.5,18 C6.224,18 6,17.776 6,17.5 L6,17.5 Z M5,6.5 L5,10 L6,10 L6,6.5 C6,6.224 6.224,6 6.5,6 L10,6 L10,5 L6.5,5 C5.673,5 5,5.673 5,6.5 L5,6.5 Z"}));sa.displayName="Corners";var ia=sa;var S9=o(r()),Ca=({size:e,...t})=>S9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S9.createElement("path",{d:"M17,16 C17,16.552 16.553,17 16,17 L13,17 L13,19 L16,19 C17.657,19 19,17.657 19,16 L19,13 L17,13 L17,16 Z M5,8 L5,11 L7,11 L7,8 C7,7.45 7.45,7 8,7 L11,7 L11,5 L8,5 C6.343,5 5,6.343 5,8 L5,8 Z M16,5 L13,5 L13,7 L16,7 C16.553,7 17,7.448 17,8 L17,11 L19,11 L19,8 C19,6.343 17.657,5 16,5 L16,5 Z M7,16 L7,13 L5,13 L5,16 C5,17.657 6.343,19 8,19 L11,19 L11,17 L8,17 C7.45,17 7,16.55 7,16 L7,16 Z"}));Ca.displayName="CornersBold";var na=Ca;var Z9=o(r()),pa=({size:e,...t})=>Z9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z9.createElement("path",{d:"M9 15H6v-1h3v1zm11-7.5v9a1.5 1.5 0 01-1.5 1.5h-14A1.5 1.5 0 013 16.5v-9A1.5 1.5 0 014.5 6h14A1.5 1.5 0 0120 7.5zM19 10H4v6.5a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V10zm0-2.5a.51.51 0 00-.5-.5h-14a.5.5 0 00-.5.5V9h15V7.5z"}));pa.displayName="CreditCard";var da=pa;var B9=o(r()),ca=({size:e,...t})=>B9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B9.createElement("path",{d:"M16,16 L9,16 C8.447,16 8,15.552 8,15 L8,8 L15,8 C15.553,8 16,8.448 16,9 L16,16 Z M17,16 L17,9 C17,7.896 16.104,7 15,7 L8,7 L8,4 L7,4 L7,7 L4,7 L4,8 L7,8 L7,15 C7,16.104 7.896,17 9,17 L16,17 L16,20 L17,20 L17,17 L20,17 L20,16 L17,16 Z"}));ca.displayName="Crop";var ua=ca;var P9=o(r()),ma=({size:e,...t})=>P9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P9.createElement("path",{d:"M17,15 L17,10 C17,8.346 15.654,7 14,7 L10,7 L10,9 L14,9 C14.551,9 15,9.449 15,10 L15,20 L17,20 L17,17 L20,17 L20,15 L17,15 Z M9,14 L9,4 L7,4 L7,7 L4,7 L4,9 L7,9 L7,14 C7,15.654 8.346,17 10,17 L14,17 L14,15 L10,15 C9.449,15 9,14.551 9,14 L9,14 Z"}));ma.displayName="CropBold";var fa=ma;var V9=o(r()),ha=({size:e,...t})=>V9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V9.createElement("path",{d:"M10.5 5c.249 0 .497.02.743.06a4.543 4.543 0 013.592 3.24 4.426 4.426 0 01-.127 2.783 1 1 0 00.229 1.059l3.63 3.63a1.358 1.358 0 01.182 1.789 1.277 1.277 0 01-1.89.1l-3.721-3.721a.999.999 0 00-1.06-.229A4.47 4.47 0 0110.5 14a4.51 4.51 0 01-4.44-3.753 4.475 4.475 0 01.052-1.721l2.68 2.681a1 1 0 001.415 0l2-2a1 1 0 000-1.414L9.547 5.1c.314-.067.633-.1.953-.1zm0-1a5.45 5.45 0 00-1.165.125 1.007 1.007 0 00-.516 1.694l2.68 2.681-2 2-2.68-2.681a.977.977 0 00-.7-.293 1.02 1.02 0 00-1 .809A5.5 5.5 0 0010.499 15a5.479 5.479 0 001.933-.356l3.72 3.721a2.273 2.273 0 003.37-.174 2.36 2.36 0 00-.248-3.129l-3.63-3.63a5.442 5.442 0 00.155-3.4 5.534 5.534 0 00-4.4-3.958 5.699 5.699 0 00-.9-.074z"}));ha.displayName="Custom";var xa=ha;var b9=o(r()),ga=({size:e,...t})=>b9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b9.createElement("path",{fillRule:"evenodd",d:"M11.4658549,13.1459664 C11.7238549,13.1459664 11.9798549,13.2479664 12.1698549,13.4379664 L16.3878549,17.6559664 C16.7148549,17.9819664 17.2038549,18.0699664 17.5498549,17.8659664 C17.8230865,17.7116417 17.9905717,17.4207463 17.9869155,17.1069664 L17.9869155,17.0809664 C17.9889712,16.8480627 17.8957578,16.6244228 17.7288549,16.4619664 L13.4388549,12.1699664 C13.1594076,11.8913799 13.0707724,11.4740885 13.2128549,11.1059664 C13.7512609,9.71830121 13.4220807,8.14372261 12.3728549,7.08796645 C11.7624907,6.47917543 10.9606449,6.09979991 10.1028549,6.01396645 L11.7748549,7.68796645 C12.1418549,8.05396645 12.3448549,8.54196645 12.3448549,9.06196645 C12.3448549,9.58196645 12.1418549,10.0689664 11.7748549,10.4369664 L10.4358549,11.7749664 C9.7008549,12.5099664 8.4198549,12.5089664 7.6858549,11.7749664 L6.0158549,10.1009664 C6.1008549,10.9449664 6.4678549,11.7509664 7.0908549,12.3729664 C8.1461041,13.4216094 9.71978034,13.7507648 11.1068549,13.2129664 C11.2215986,13.1681675 11.343676,13.1451084 11.4668549,13.1449664 M17.1278549,19.9729736 C16.3191051,19.9675313 15.5456725,19.6408909 14.9778549,19.0649664 L11.1888549,15.2769664 C9.21722343,15.7882106 7.12218202,15.220154 5.6788549,13.7829664 C4.07225278,12.1699685 3.56665616,9.76191766 4.3888549,7.63896645 C4.51091156,7.32494772 4.7830233,7.09360187 5.1125887,7.02365741 C5.44215411,6.95371294 5.78477488,7.05459263 6.0238549,7.29196645 L9.0978549,10.3649664 L10.3658549,9.02596645 L7.2918549,6.02596645 C7.0524714,5.78750643 6.95015428,5.44403011 7.02002714,5.11344665 C7.0899,4.78286319 7.32245299,4.51016577 7.6378549,4.38896645 C9.76111237,3.56659736 12.1695399,4.07219078 13.7828549,5.67896645 C15.220585,7.12197998 15.7887257,9.21733155 15.2768549,11.1889664 L19.1378549,15.0519664 C19.6843958,15.5908012 19.9886467,16.3285101 19.981001,17.0959664 C19.990213,18.1160935 19.4520816,19.0629758 18.5708549,19.5769664 C18.1346062,19.8372414 17.6358457,19.9741154 17.1278549,19.9729736"}));ga.displayName="CustomBold";var va=ga;var w9=o(r()),Ra=({size:e,...t})=>w9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w9.createElement("path",{d:"M16.9995117,16.0004883 L16.9995117,13.5108575 L19.0048426,12.0196919 L16.9995117,10.5388286 L16.9995117,8.0333252 C16.9995117,6.92902537 16.1042998,6.03381348 15,6.03381348 L15,5.03381348 C16.6565846,5.03381348 17.9995117,6.37674062 17.9995117,8.0333252 L17.9995117,10.0341797 L19.5988865,11.2152593 C20.0431624,11.5433407 20.1373566,12.1694599 19.8092752,12.6137358 C19.7506897,12.6930701 19.6806907,12.7633017 19.6015511,12.82215 L17.9995117,14.0134277 L17.9995117,16.0004883 C17.9995117,17.6570729 16.6565846,19 15,19 L15,18 C16.1042998,18 16.9995117,17.1047881 16.9995117,16.0004883 Z M7.00539554,16.0004883 C7.00539554,17.1047881 7.90060743,18 9.00490726,18 L9.00490726,19 C7.34832268,19 6.00539554,17.6570729 6.00539554,16.0004883 L6.00539554,14.0134277 L4.40335617,12.82215 C4.32421657,12.7633017 4.25421756,12.6930701 4.19563207,12.6137358 C3.86755066,12.1694599 3.96174487,11.5433407 4.40602072,11.2152593 L6.00539554,10.0341797 L6.00539554,8.0333252 C6.00539554,6.37674062 7.34832268,5.03381348 9.00490726,5.03381348 L9.00490726,6.03381348 C7.90060743,6.03381348 7.00539554,6.92902537 7.00539554,8.0333252 L7.00539554,10.5388286 L5.00006466,12.0196919 L7.00539554,13.5108575 L7.00539554,16.0004883 Z"}));Ra.displayName="CustomTypeBold";var Ma=Ra;var G9=o(r()),Sa=({size:e,...t})=>G9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G9.createElement("path",{d:"M18.7083337,17.918 C18.6073337,18.295 18.3653337,18.609 18.0273337,18.805 C17.8073337,18.933 17.5553337,19 17.3013337,19 C16.7793337,19 16.2943337,18.72 16.0343337,18.27 L15.6713337,17.641 L15.3073337,16.996 C15.1393337,16.672 15.0943337,16.305 15.1873337,15.95 C15.2893337,15.573 15.5303337,15.259 15.8683337,15.064 C16.0903337,14.936 16.3423337,14.868 16.5973337,14.868 C17.1173337,14.868 17.6023337,15.147 17.8613337,15.598 L18.5623337,16.811 C18.7573337,17.147 18.8093337,17.541 18.7083337,17.918 M8.45233366,16.996 L8.07633366,17.661 L7.72533366,18.27 C7.33733366,18.939 6.40633366,19.194 5.73033366,18.805 C5.39333366,18.609 5.15133366,18.295 5.05133366,17.918 C4.94933366,17.541 5.00233366,17.148 5.19733366,16.811 L5.89633366,15.598 C6.15633366,15.147 6.64133366,14.868 7.16233366,14.868 C7.41633366,14.868 7.66833366,14.936 7.89133366,15.064 C8.22933366,15.259 8.46933366,15.573 8.57033366,15.95 C8.66533366,16.305 8.62033366,16.672 8.45233366,16.996 M19.4283337,16.311 L18.7293337,15.098 C18.0763337,13.968 16.5063337,13.542 15.3683337,14.198 C14.9143337,14.46 14.5693337,14.855 14.3603337,15.324 L12.4543337,11.956 L16.1073337,5.5 L15.2413337,5 L11.8793337,10.94 L8.51833366,5 L7.65033366,5.5 L11.3053337,11.956 L9.39833366,15.324 C9.18833366,14.855 8.84433366,14.46 8.39133366,14.198 C7.25433366,13.542 5.68333366,13.968 5.03033366,15.098 L4.33133366,16.311 C4.00233366,16.879 3.91433366,17.542 4.08533366,18.177 C4.25533366,18.812 4.66233366,19.342 5.23033366,19.67 C5.60433366,19.886 6.02933366,20 6.45933366,20 C7.33633366,20 8.15233366,19.528 8.59133366,18.77 L8.94033366,18.164 L8.94233366,18.161 L9.29133366,17.558 C9.30233366,17.538 9.30833366,17.516 9.31833366,17.496 L11.8793337,12.972 L14.4393337,17.496 C14.4513337,17.516 14.4563337,17.538 14.4683337,17.558 L14.8053337,18.141 L14.8183337,18.164 L15.1683337,18.77 C15.6053337,19.528 16.4233337,20 17.3003337,20 L17.3013337,20 C17.7293337,20 18.1543337,19.886 18.5273337,19.67 C19.0973337,19.342 19.5043337,18.812 19.6743337,18.177 C19.8443337,17.542 19.7563337,16.879 19.4283337,16.311"}));Sa.displayName="Cut";var Za=Sa;var A9=o(r()),Ba=({size:e,...t})=>A9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A9.createElement("path",{d:"M17.7253336,16.288287 C17.6593336,16.536287 17.5003336,16.743287 17.2783336,16.871287 C17.1293336,16.957287 16.9693336,17.000287 16.8003336,17.000287 C16.4573336,17.000287 16.1383336,16.816287 15.9673336,16.519287 L15.2683336,15.307287 C15.1393336,15.085287 15.1053336,14.827287 15.1713336,14.579287 C15.2383336,14.332287 15.3963336,14.125287 15.6193336,13.997287 C15.7673336,13.911287 15.9283336,13.868287 16.0973336,13.868287 C16.4403336,13.868287 16.7583336,14.052287 16.9293336,14.348287 L17.6293336,15.560287 C17.7573336,15.782287 17.7913336,16.041287 17.7253336,16.288287 M7.49233361,15.308287 L6.79133361,16.519287 C6.53733361,16.963287 5.93133361,17.132287 5.48133361,16.871287 C5.25833361,16.743287 5.10033361,16.536287 5.03433361,16.288287 C4.96733361,16.041287 5.00133361,15.783287 5.13033361,15.559287 L5.82933361,14.349287 C6.00033361,14.052287 6.32033361,13.868287 6.66233361,13.868287 C6.83133361,13.868287 6.99333361,13.911287 7.14133361,13.997287 C7.59933361,14.262287 7.75633361,14.850287 7.49233361,15.308287 M19.3623336,14.560287 L18.6623336,13.348287 C18.1343336,12.434287 17.1523336,11.868287 16.0973336,11.868287 C15.5793336,11.868287 15.0693336,12.005287 14.6193336,12.265287 C14.3023336,12.447287 14.0333336,12.686287 13.8093336,12.961287 L12.4873336,10.805287 L15.6193336,5.50928697 C15.9003336,5.03328697 15.7433336,4.42028697 15.2673336,4.14028697 C14.7943336,3.85828697 14.1793336,4.01728697 13.8983336,4.49128697 L11.3053336,8.87528697 L8.61133361,4.47728697 C8.32333361,4.00828697 7.70733361,3.85828697 7.23633361,4.14728697 C6.76533361,4.43528697 6.61733361,5.05228697 6.90633361,5.52228697 L10.1533336,10.823287 L8.91233361,12.923287 C8.69733361,12.669287 8.44633361,12.440287 8.14133361,12.265287 C7.69133361,12.005287 7.18033361,11.868287 6.66233361,11.868287 C5.60833361,11.868287 4.62533361,12.434287 4.09733361,13.349287 L3.39933361,14.559287 C3.00233361,15.244287 2.89733361,16.041287 3.10233361,16.805287 C3.30633361,17.569287 3.79633361,18.208287 4.48133361,18.603287 C4.93133361,18.863287 5.44233361,19.000287 5.95833361,19.000287 C7.01433361,19.000287 7.99633361,18.433287 8.52433361,17.519287 L8.87033361,16.922287 L11.3353336,12.752287 L13.8913336,16.925287 L14.2353336,17.519287 C14.7623336,18.433287 15.7453336,19.000287 16.8003336,19.000287 C17.3173336,19.000287 17.8283336,18.863287 18.2783336,18.603287 C18.9623336,18.208287 19.4533336,17.570287 19.6573336,16.807287 C19.8623336,16.042287 19.7573336,15.245287 19.3623336,14.560287"}));Ba.displayName="CutBold";var Pa=Ba;var y9=o(r()),Va=({size:e,...t})=>y9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y9.createElement("path",{fillRule:"evenodd",d:"M16,20 L16,21 L9,21 L9,20 L16,20 Z M19.5,4 C20.3284271,4 21,4.67157288 21,5.5 L21,17.5 C21,18.3284271 20.3284271,19 19.5,19 L5.5,19 C4.67157288,19 4,18.3284271 4,17.5 L4,5.5 C4,4.67157288 4.67157288,4 5.5,4 L19.5,4 Z M19.5,5 L5.5,5 C5.22385763,5 5,5.22385763 5,5.5 L5,17.5 C5,17.7761424 5.22385763,18 5.5,18 L19.5,18 C19.7761424,18 20,17.7761424 20,17.5 L20,5.5 C20,5.22385763 19.7761424,5 19.5,5 Z M12.4999985,7.00027779 C14.9755237,7.00027779 16.9861774,8.99979193 17.0000687,11.4752774 C17.0136837,13.9507629 15.0253709,15.9724942 12.55,16 L12.45,16 C9.97462914,15.9724942 7.98631633,13.9507629 7.99992834,11.4752774 C8.01382257,8.99979193 10.0244763,7.00027779 12.4999985,7.00027779 Z M9,11.45 C8.97238576,13.3829966 10.5170034,14.9723858 12.45,15 L12.55,15 C14.3129068,15 15.771396,13.6966338 16.0144195,12.0009499 L12,12 L12.0004614,8.03495485 C10.3244692,8.27447181 9.02494634,9.70375635 9,11.45 Z M13.0008563,8.0287701 L13,11 L16.0145626,11.0000498 C15.8022199,9.51538612 14.6581386,8.3312797 13.1936442,8.05905595 L13.0008563,8.0287701 Z"}));Va.displayName="Dashboard";var ba=Va;var E9=o(r()),wa=({size:e,...t})=>E9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E9.createElement("path",{d:"M17,8 C17,8.632 16.607,9.195 16.013,9.406 C14.981,9.773 13.564,10 12,10 C10.436,10 9.019,9.773 7.987,9.406 C7.393,9.195 7,8.632 7,8 C7,7.368 7.393,6.805 7.987,6.594 C9.019,6.227 10.436,6 12,6 C13.564,6 14.981,6.227 16.013,6.594 C16.607,6.805 17,7.368 17,8 L17,8 Z M17,11.977 C17,12.608 16.61,13.173 16.017,13.39 C14.985,13.767 13.567,14 12,14 C10.433,14 9.015,13.767 7.983,13.39 C7.39,13.173 7,12.608 7,11.977 L7,9.953 C7.975,10.604 9.847,11.044 12,11.044 C14.153,11.044 16.026,10.604 17,9.953 L17,11.977 Z M17,15.977 C17,16.608 16.61,17.173 16.017,17.39 C14.985,17.767 13.567,18 12,18 C10.433,18 9.015,17.767 7.983,17.39 C7.39,17.173 7,16.608 7,15.977 L7,13.953 C7.975,14.604 9.847,15.044 12,15.044 C14.153,15.044 16.026,14.604 17,13.953 L17,15.977 Z M6,7.696 L6,15.962 C6,17.01 6.646,17.954 7.63,18.312 C8.816,18.741 10.339,19 12,19 C13.661,19 15.184,18.741 16.37,18.312 C17.354,17.954 18,17.01 18,15.962 L18,7.696 C18,6.911 17.552,6.186 16.832,5.873 C15.593,5.333 13.886,5 12,5 C10.114,5 8.407,5.333 7.168,5.873 C6.448,6.186 6,6.911 6,7.696 L6,7.696 Z"}));wa.displayName="Data";var Ga=wa;var F9=o(r()),Aa=({size:e,...t})=>F9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F9.createElement("path",{d:"M5,15 L5,7 C5,6.45 5.45,6 6,6 L15,6 C15.55,6 16,6.45 16,7 L16,8.12 C16.35,8.17 16.68,8.24 17,8.34 L17,7 C17,5.9 16.1,5 15,5 L6,5 C4.9,5 4,5.9 4,7 L4,15 C4,16.1 4.9,17 6,17 L9,17 L9,16 L6,16 C5.45,16 5,15.55 5,15 M17.5215,15.2666 C16.9795,15.6036 16.2815,15.8476 15.4175,15.9486 C15.1305,15.9826 14.8245,15.9996 14.5005,15.9996 C13.2025,15.9996 12.2015,15.7156 11.4785,15.2666 C11.3305,15.1736 11.2095,15.0456 11.1275,14.8976 C11.0445,14.7496 11.0005,14.5806 11.0005,14.4056 L11.0005,12.9536 L11.0005,12.9536 L11.0005,12.9536 C11.0005,12.9536 11.0005,12.9536 11.0005,12.9536 C11.6035,13.3456 12.1675,13.6596 12.8725,13.8476 C12.9535,13.8676 13.0305,13.8876 13.1155,13.9046 C13.2305,13.9296 13.3485,13.9536 13.4725,13.9716 C13.7935,14.0146 14.1315,14.0436 14.5005,14.0436 C14.8685,14.0436 15.2065,14.0146 15.5275,13.9716 C15.6525,13.9536 15.7695,13.9296 15.8855,13.9046 C15.9695,13.8876 16.0475,13.8676 16.1275,13.8476 C16.8335,13.6596 17.3965,13.3456 18.0005,12.9536 L18.0005,12.9536 L18.0005,12.9536 L18.0005,14.4056 C18.0005,14.7556 17.8195,15.0806 17.5215,15.2666 L17.5215,15.2666 Z M18.0005,17.4056 C18.0005,17.7556 17.8195,18.0806 17.5215,18.2666 C16.9795,18.6036 16.2815,18.8476 15.4175,18.9486 C15.1305,18.9826 14.8245,18.9996 14.5005,18.9996 C13.2025,18.9996 12.2015,18.7156 11.4785,18.2666 C11.4045,18.2196 11.3365,18.1646 11.2785,18.1026 C11.1015,17.9166 11.0005,17.6686 11.0005,17.4056 L11.0005,15.9536 L11.0005,15.9536 L11.0005,15.9536 C11.0005,15.9536 11.0005,15.9536 11.0005,15.9536 C11.6035,16.3456 12.1675,16.6596 12.8725,16.8476 C12.9535,16.8676 13.0315,16.8876 13.1155,16.9046 C13.2305,16.9296 13.3485,16.9536 13.4725,16.9716 C13.7935,17.0146 14.1315,17.0436 14.5005,17.0436 C14.8695,17.0436 15.2065,17.0146 15.5275,16.9716 C15.6525,16.9536 15.7695,16.9296 15.8855,16.9046 C15.9695,16.8876 16.0475,16.8676 16.1275,16.8476 C16.8335,16.6596 17.3965,16.3456 18.0005,15.9536 L18.0005,15.9536 L18.0005,15.9536 L18.0005,17.4056 Z M14.5005,9.9996 C16.4335,9.9996 18.0005,10.6716 18.0005,11.4996 C18.0005,12.3286 16.4335,12.9996 14.5005,12.9996 C12.5675,12.9996 11.0005,12.3286 11.0005,11.4996 C11.0005,10.6716 12.5675,9.9996 14.5005,9.9996 L14.5005,9.9996 Z M19.0005,11.5406 C19.0005,10.8236 18.6275,10.1436 17.9975,9.8006 C17.0795,9.3036 15.8515,8.9996 14.5005,8.9996 C13.1495,8.9996 11.9205,9.3036 11.0035,9.8006 C10.3725,10.1436 10.0005,10.8236 10.0005,11.5406 L10.0005,17.4586 C10.0005,18.1766 10.3725,18.8566 11.0035,19.1996 C11.9205,19.6966 13.1495,19.9996 14.5005,19.9996 C15.8515,19.9996 17.0805,19.6966 17.9975,19.1996 C18.6275,18.8566 19.0005,18.1766 19.0005,17.4586 L19.0005,11.5406 Z"}));Aa.displayName="DataCollection";var ya=Aa;var N9=o(r()),Ea=({size:e,...t})=>N9.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},N9.createElement("path",{fillRule:"evenodd",d:"M5.5,7 C4.73727836,6.99960007 4.09629194,6.42689797 4.01034115,5.66903457 C3.92439035,4.91117118 4.42084413,4.20946972 5.1641047,4.03827336 C5.90736527,3.86707701 6.66075931,4.28089908 6.915,5 L8.879,5 C9.65581679,5.00015895 10.3622717,5.4501176 10.6908583,6.15401756 C11.019445,6.85791752 10.9107164,7.68841097 10.412,8.284 L10.292,8.414 L8.414,10.293 C8.14573773,10.5622513 8.05330486,10.9603042 8.17546737,11.320217 C8.29762987,11.6801298 8.6132663,11.9396749 8.99,11.99 L9.12,12 L11.084,12 C11.3275182,11.3112267 12.0318331,10.898064 12.7518665,11.0216022 C13.4718999,11.1451404 13.9982136,11.7694455 13.9982136,12.5 C13.9982136,13.2305545 13.4718999,13.8548596 12.7518665,13.9783978 C12.0318331,14.101936 11.3275182,13.6887733 11.084,13 L9.122,13 C8.34456243,12.9996532 7.63776952,12.5488128 7.30969519,11.843989 C6.98162085,11.1391653 7.0917188,10.3080866 7.592,9.713 L7.708,9.586 L9.587,7.707 C9.85781811,7.43602695 9.9500224,7.03414833 9.82441252,6.67222154 C9.69880263,6.31029475 9.37745907,6.05194156 8.997,6.007 L8.878,6 L6.914,6 C6.70213463,6.59924577 6.13559611,6.9999095 5.5,7 Z"}));Ea.displayName="DataSmall";var Fa=Ea;var k9=o(r()),Na=({size:e,...t})=>k9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k9.createElement("path",{d:"M17.5 5h-11A1.5 1.5 0 005 6.5v11A1.5 1.5 0 006.5 19h11a1.5 1.5 0 001.5-1.5v-11A1.5 1.5 0 0017.5 5zM6 10h3v4H6v-4zm.5 8a.5.5 0 01-.5-.5V15h3v3H6.5zm11.5-.5a.5.5 0 01-.5.5H10v-3h8v2.5zm0-3.5h-8v-4h8v4zM6 9V6.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5V9H6z"}));Na.displayName="DataTable";var ka=Na;var H9=o(r()),Ha=({size:e,...t})=>H9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H9.createElement("path",{fillRule:"evenodd",d:"M17,9 L7,9 L7,8 C7,7.44771525 7.44771525,7 8,7 L16,7 C16.5522847,7 17,7.44771525 17,8 L17,9 Z M11,13 L17,13 L17,11 L11,11 L11,13 Z M17,16 C17,16.5522847 16.5522847,17 16,17 L11,17 L11,15 L17,15 L17,16 Z M8,17 C7.44771525,17 7,16.5522847 7,16 L7,15 L9,15 L9,17 L8,17 Z M7,13 L9,13 L9,11 L7,11 L7,13 Z M16,5 L8,5 C6.34314575,5 5,6.34314575 5,8 L5,16 C5,17.6568542 6.34314575,19 8,19 L16,19 C17.6568542,19 19,17.6568542 19,16 L19,8 C19,6.34314575 17.6568542,5 16,5 Z"}));Ha.displayName="DataTableBold";var Ta=Ha;var T9=o(r()),Ua=({size:e,...t})=>T9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T9.createElement("path",{d:"M9 14H6v-4h3v4zM6 9V6.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5V9H6zm11.5-4h-11A1.5 1.5 0 005 6.5v11A1.5 1.5 0 006.5 19h3a2.527 2.527 0 01-.45-1H6.5a.5.5 0 01-.5-.5V15h5a3 3 0 01.17-1H10v-4h9V6.5A1.5 1.5 0 0017.5 5zM19 15v-2a2 2 0 00-4 0v.27A2 2 0 0012 15v1h-.5a1.5 1.5 0 100 3H19a2 2 0 000-4zm0 3h-7.5a.5.5 0 010-1H13v-2a1 1 0 011.937-.352l.2.42.865-.2V13a1 1 0 012 0v3h1a1 1 0 010 2H19z"}));Ua.displayName="DataTableCloud";var Da=Ua;var U9=o(r()),za=({size:e,...t})=>U9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U9.createElement("path",{d:"M17.5 5h-11A1.5 1.5 0 005 6.5v11A1.5 1.5 0 006.5 19h4.6a3.033 3.033 0 01-.3-1H10v-3h1.81l1-1H10v-4h6V9H6V6.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5V9h1V6.5A1.5 1.5 0 0017.5 5zM9 18H6.5a.5.5 0 01-.5-.5V15h3v3zm0-8v4H6v-4h3zm5.258 10a2.5 2.5 0 01-1.769-4.267l1.486-1.484a2.455 2.455 0 013.393 0l.425.423-.707.708-.425-.424a1.43 1.43 0 00-1.979 0L13.2 16.439a1.5 1.5 0 102.122 2.122l.354-.354.707.707-.354.354a2.494 2.494 0 01-1.771.732zm4.525-3.489l1.485-1.485a2.5 2.5 0 00-3.536-3.535l-.353.353.707.707.353-.353a1.5 1.5 0 012.122 2.121L18.076 15.8a1.399 1.399 0 01-1.98 0l-.424-.424-.707.707.424.424a2.4 2.4 0 003.394 0v.004z"}));za.displayName="DataTableLinked";var Ia=za;var D9=o(r()),_a=({size:e,...t})=>D9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D9.createElement("path",{d:"M17,12 L15,12 C13.8954305,12 13,11.1045695 13,10 L13,7 C13,5.8954305 13.8954305,5 15,5 L17,5 C18.1045695,5 19,5.8954305 19,7 L19,10 C19,11.1045695 18.1045695,12 17,12 Z M15,7 L15,10 L17,10 L17,7 L15,7 Z M17,19 L15,19 C13.8954305,19 13,18.1045695 13,17 L13,15 C13,13.8954305 13.8954305,13 15,13 L17,13 C18.1045695,13 19,13.8954305 19,15 L19,17 C19,18.1045695 18.1045695,19 17,19 Z M15,15 L15,17 L17,17 L17,15 L15,15 Z M10,19 L7,19 C5.8954305,19 5,18.1045695 5,17 L5,10 C5,8.8954305 5.8954305,8 7,8 L10,8 C11.1045695,8 12,8.8954305 12,10 L12,17 C12,18.1045695 11.1045695,19 10,19 Z M7,10 L7,17 L10,17 L10,10 L7,10 Z M5,5 L12,5 L12,7 L5,7 L5,5 Z"}));_a.displayName="DataWidgetsBold";var Wa=_a;var z9=o(r()),Oa=({size:e,...t})=>z9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z9.createElement("path",{d:"M12,12 L12,7 L13,7 L13,14 L12,14 L12,13 L11,13 L11,12 L12,12 Z M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 Z M10,11 L11,11 L11,12 L10,12 L10,11 Z M9,10 L10,10 L10,11 L9,11 L9,10 Z"}));Oa.displayName="DateTime";var ja=Oa;var I9=o(r()),$a=({size:e,...t})=>I9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I9.createElement("path",{d:"M12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 Z M12,7 L12,15 L13,15 L13,7 L12,7 Z M10,12 L10,13 L11,13 L11,12 L10,12 Z M11,13 L11,14 L12,14 L12,13 L11,13 Z M9,11 L9,12 L10,12 L10,11 L9,11 Z"}));$a.displayName="DateTimeBold";var Ja=$a;var _9=o(r()),Ya=({size:e,...t})=>_9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_9.createElement("path",{d:"M16,16 C16,17.104 15.104,18 14,18 L9,18 C7.896,18 7,17.104 7,16 L7,7 L16,7 L16,16 Z M10,5.5 C10,5.229 10.24,5 10.525,5 L12.392,5 C12.693,5 13,5.252 13,5.5 L13,6 L10,6 L10,5.5 Z M14,6 L14,5.5 C14,4.701 13.248,4 12.392,4 L10.525,4 C9.684,4 9,4.673 9,5.5 L9,6 L5,6 L5,7 L6,7 L6,16 C6,17.657 7.343,19 9,19 L14,19 C15.657,19 17,17.657 17,16 L17,7 L18,7 L18,6 L14,6 Z M13,15 L14,15 L14,9 L13,9 L13,15 Z M11,15 L12,15 L12,9 L11,9 L11,15 Z M9,15 L10,15 L10,9 L9,9 L9,15 Z"}));Ya.displayName="Delete";var qa=Ya;var W9=o(r()),Qa=({size:e,...t})=>W9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W9.createElement("path",{d:"M14,5 L14,7 L17.0309083,6.99991252 L17.0309083,6.99991252 L17.1143024,7.00488468 L17.1143024,7.00488468 L17.236186,7.02276833 C17.531856,7.08117452 18,7.28578947 18,7.996 C18,8.70621053 17.531856,8.91082548 17.236186,8.96923167 L17.1143024,8.98711532 L17.1143024,8.98711532 L17,8.992 L17,17 C17,18.5978214 15.7512156,19.9036709 14.1762873,19.9949078 L14,20 L9,20 C7.40892857,20 6.09681122,18.7447066 6.00511798,17.1755899 L6,17 L6,8.992 L5.87379973,8.98203567 C5.60493827,8.94577778 5,8.77777778 5,8 C5,7.22222222 5.60493827,7.04938272 5.87379973,7.01097394 L6,7 L6,7 L9,7 L9,5 L14,5 Z M14,10 L13,10 L13,17 L14,17 L14,10 Z M10,10 L9,10 L9,17 L10,17 L10,10 Z M13,6 L10,6 L10,7 L13,7 L13,6 Z"}));Qa.displayName="DeleteBold";var Xa=Qa;var O9=o(r()),Ka=({size:e,...t})=>O9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O9.createElement("path",{d:"M13.511,12.441391 L11.778,10.661391 C11.778,10.661391 16.866,3.42239103 18.726,5.28139103 C20.585,7.14139103 13.511,12.441391 13.511,12.441391 L13.511,12.441391 Z M10.522,14.607391 C10.434,14.476391 10.334,14.354391 10.223,14.239391 C10.124,14.138391 10.014,14.044391 9.892,13.956391 L11.258,11.538391 L12.698,13.016391 L10.522,14.607391 Z M9.298,17.694391 C8.193,18.941391 6.644,18.943391 5.5,18.997391 C6.125,18.455391 6.202,17.666391 6.109,16.802391 C6.039,16.176391 5.986,15.681391 6.661,14.987391 C7.156,14.480391 7.717,14.374391 8.102,14.374391 C8.391,14.374391 8.953,14.450391 9.5,14.997391 C10.047,15.544391 10,16.903391 9.298,17.694391 L9.298,17.694391 Z M19.411,4.57739103 C18.164,3.38139103 16.252,4.03239103 13.687,6.63339103 C11.583,8.76739103 9.016,13.521391 9.016,13.521391 C7.968,13.199391 6.762,13.474391 5.975,14.282391 C4.968,15.315391 5.038,16.205391 5.144,16.913391 C5.458,19.038391 3,19.497391 3,19.497391 C3,19.497391 3.547,19.9973971 5.5,19.9973971 C6.517,19.9973971 8.547,20.012391 9.985,18.555391 C10.785,17.744391 11.116,16.599391 10.912,15.624391 C10.912,15.624391 15.375,12.538391 17.433,10.480391 C19.988,7.92639103 20.627,5.91539103 19.411,4.57739103 L19.411,4.57739103 Z"}));Ka.displayName="Design";var eL=Ka;var j9=o(r()),tL=({size:e,...t})=>j9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j9.createElement("path",{d:"M8.285,16.7235848 C8.286,16.7195848 8.288,16.7125848 8.289,16.7075848 C8.285,16.7085848 8.278,16.7115848 8.273,16.7125848 L8.285,16.7235848 Z M9.418,17.5545848 C8.694,18.2775848 7.719,18.6385848 6.823,18.8115848 C7.109,18.1985848 7.093,17.5885848 7.023,16.9725848 C6.956,16.3705848 6.926,16.0965848 7.443,15.5785848 C7.83,15.1925848 8.269,15.1115848 8.57,15.1115848 C8.661,15.1115848 8.752,15.1225848 8.841,15.1365848 C8.572,15.8135848 8.38,16.3695848 8.289,16.7075848 C8.642,16.6135848 9.229,16.4105848 9.947,16.1225848 C9.965,16.2165848 9.994,16.3065848 9.988,16.4075848 C9.966,16.8015848 9.764,17.2085848 9.418,17.5545848 L9.418,17.5545848 Z M19.229,5.7675848 C18.296,4.8685848 16.737,4.0855848 13.275,7.5475848 C11.671,9.1525848 10.181,12.0035848 9.242,14.1705848 C9.024,14.1145848 8.8,14.0755848 8.57,14.0755848 C7.918,14.0755848 7.245,14.3115848 6.711,14.8465848 C4.677,16.8805848 7.825,17.9925848 4,19.9275848 C4,19.9275848 4.473,19.9995848 5.184,19.9995848 C6.519,19.9995848 8.691,19.7455848 10.15,18.2865848 C10.932,17.5045848 11.169,16.5315848 10.927,15.7115848 C13.081,14.7695848 15.869,13.3015848 17.449,11.7215848 C20.911,8.2595848 20.129,6.7015848 19.229,5.7675848 L19.229,5.7675848 Z M19.165,5.7005848 C19.186,5.7225848 19.208,5.7455848 19.229,5.7675848 C19.251,5.7895848 19.274,5.8105848 19.297,5.8325848 L19.165,5.7005848 Z"}));tL.displayName="DesignBold";var rL=tL;var $9=o(r()),oL=({size:e,...t})=>$9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$9.createElement("path",{d:"M5 3h15a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7v3h4v1H8v-1h4v-3H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm15 13a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h15Z"}));oL.displayName="Desktop";var aL=oL;var J9=o(r()),LL=({size:e,...t})=>J9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J9.createElement("path",{d:"M13.4135707,12.0003772 L16.7066965,8.70752558 C17.0977678,8.31729149 17.0977678,7.68366398 16.7066965,7.29342989 C16.3166408,6.90219004 15.6838162,6.90219004 15.2927449,7.29342989 L11.9996191,10.5862815 L8.70649331,7.29342989 C8.31542193,6.90219004 7.68361309,6.90219004 7.29254171,7.29342989 C6.9024861,7.68366398 6.9024861,8.31729149 7.29254171,8.70752558 L10.5856675,12.0003772 L7.29254171,15.2932287 C6.9024861,15.6844686 6.9024861,16.3170903 7.29254171,16.7073244 C7.48756952,16.9034472 7.74354351,17 7.99951751,17 C8.25549151,17 8.5114655,16.9034472 8.70649331,16.7073244 L11.9996191,13.4144729 L15.2927449,16.7073244 C15.4877727,16.9034472 15.7437467,17 15.9997207,17 C16.2556947,17 16.5116687,16.9034472 16.7066965,16.7073244 C17.0977678,16.3170903 17.0977678,15.6844686 16.7066965,15.2932287 L13.4135707,12.0003772 Z"}));LL.displayName="DismissBold";var lL=LL;var Y9=o(r()),sL=({size:e,...t})=>Y9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y9.createElement("path",{d:"M18,11 L18,16.5 C18,17.327 17.327,18 16.5,18 L6.5,18 C5.673,18 5,17.327 5,16.5 L5,11 L4,11 L4,16.5 C4,17.878 5.121,19 6.5,19 L16.5,19 C17.879,19 19,17.878 19,16.5 L19,11 L18,11 Z M15,11.625 L14.5,11 L12,13.5 L12,5 L11,5 L11,13.5 L8.5,11 L8,11.625 L11.5,15 L15,11.625 Z"}));sL.displayName="Download";var iL=sL;var q9=o(r()),CL=({size:e,...t})=>q9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q9.createElement("path",{d:"M12,14.008 L15.714,10.715 C16.104,10.324 16.105,9.692 15.715,9.301 C15.324,8.91 14.688,8.91 14.297,9.301 L13,11.008 L13,5 L11,5 L11,11.008 L9.711,9.301 C9.321,8.91 8.69,8.91 8.3,9.301 C7.909,9.692 7.91,10.324 8.301,10.715 L12,14.008 Z M17,14 L17,17 C17,17.552 16.553,18 16,18 L8,18 C7.447,18 7,17.552 7,17 L7,14 L5,14 L5,17 C5,18.65 6.35,20 8,20 L16,20 C17.65,20 19,18.65 19,17 L19,14 L17,14 Z"}));CL.displayName="DownloadBold";var nL=CL;var Q9=o(r()),pL=({size:e,...t})=>Q9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q9.createElement("path",{d:"M6.5638852,8 C5.90203328,8 5.70048072,8.03892159 5.49475316,8.1489459 C5.3430957,8.2300532 5.2300532,8.3430957 5.1489459,8.49475316 C5.03892159,8.70048072 5,8.90203328 5,9.5638852 L5,14.4361148 C5,15.0979667 5.03892159,15.2995193 5.1489459,15.5052468 C5.2300532,15.6569043 5.3430957,15.7699468 5.49475316,15.8510541 C5.70048072,15.9610784 5.90203328,16 6.5638852,16 L17.4361148,16 C18.0979667,16 18.2995193,15.9610784 18.5052468,15.8510541 C18.6569043,15.7699468 18.7699468,15.6569043 18.8510541,15.5052468 C18.9610784,15.2995193 19,15.0979667 19,14.4361148 L19,9.5638852 C19,8.90203328 18.9610784,8.70048072 18.8510541,8.49475316 C18.7699468,8.3430957 18.6569043,8.2300532 18.5052468,8.1489459 C18.2995193,8.03892159 18.0979667,8 17.4361148,8 L6.5638852,8 Z M6.5638852,7 L17.4361148,7 C18.3276335,7 18.6509198,7.09282561 18.9768457,7.2671327 C19.3027716,7.4414398 19.5585602,7.69722837 19.7328673,8.0231543 C19.9071744,8.34908022 20,8.67236646 20,9.5638852 L20,14.4361148 C20,15.3276335 19.9071744,15.6509198 19.7328673,15.9768457 C19.5585602,16.3027716 19.3027716,16.5585602 18.9768457,16.7328673 C18.6509198,16.9071744 18.3276335,17 17.4361148,17 L6.5638852,17 C5.67236646,17 5.34908022,16.9071744 5.0231543,16.7328673 C4.69722837,16.5585602 4.4414398,16.3027716 4.2671327,15.9768457 C4.09282561,15.6509198 4,15.3276335 4,14.4361148 L4,9.5638852 C4,8.67236646 4.09282561,8.34908022 4.2671327,8.0231543 C4.4414398,7.69722837 4.69722837,7.4414398 5.0231543,7.2671327 C5.34908022,7.09282561 5.67236646,7 6.5638852,7 Z M14.5116445,12.5030823 L15.7245544,11.0030823 L16.9969177,11.0030823 L14.5116445,14.0030823 L11.9969177,11.0030823 L13.300429,11.0030823 L14.5116445,12.5030823 Z"}));pL.displayName="Dropdown";var dL=pL;var X9=o(r()),cL=({size:e,...t})=>X9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X9.createElement("path",{d:"M7.8458278,7 L16.1541722,7 C17.4914503,7 17.9763797,7.13923842 18.4652686,7.40069906 C18.9541574,7.66215969 19.3378403,8.04584256 19.5993009,8.53473144 C19.8607616,9.02362033 20,9.50854969 20,10.8458278 L20,13.1541722 C20,14.4914503 19.8607616,14.9763797 19.5993009,15.4652686 C19.3378403,15.9541574 18.9541574,16.3378403 18.4652686,16.5993009 C17.9763797,16.8607616 17.4914503,17 16.1541722,17 L7.8458278,17 C6.50854969,17 6.02362033,16.8607616 5.53473144,16.5993009 C5.04584256,16.3378403 4.66215969,15.9541574 4.40069906,15.4652686 C4.13923842,14.9763797 4,14.4914503 4,13.1541722 L4,10.8458278 C4,9.50854969 4.13923842,9.02362033 4.40069906,8.53473144 C4.66215969,8.04584256 5.04584256,7.66215969 5.53473144,7.40069906 C6.02362033,7.13923842 6.50854969,7 7.8458278,7 Z M16.9969177,11.0030823 L11.9969177,11.0030823 L14.5116445,14.0030823 L16.9969177,11.0030823 Z"}));cL.displayName="DropdownBold";var uL=cL;var K9=o(r()),mL=({size:e,...t})=>K9.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K9.createElement("path",{d:"M9,13 L17,13 L17,12 L9,12 L9,13 Z M5,10 L15,10 L15,9 L5,9 L5,10 Z M9,16 L17,16 L17,15 L9,15 L9,16 Z"}));mL.displayName="DropdownMenu";var fL=mL;var e2=o(r()),hL=({size:e,...t})=>e2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e2.createElement("path",{d:"M17,14.5 C17,14.776 16.776,15 16.5,15 L10.5,15 C10.224,15 10,14.776 10,14.5 L10,6.5 C10,6.224 10.224,6 10.5,6 L13,6 L13,9.5 C13,9.776 13.224,10 13.5,10 L17,10 L17,14.5 Z M14,17.5 C14,17.776 13.776,18 13.5,18 L7.5,18 C7.224,18 7,17.776 7,17.5 L7,9.5 C7,9.224 7.224,9 7.5,9 L9,9 L9,14.5 C9,15.328 9.672,16 10.5,16 L14,16 L14,17.5 Z M14,6.5 L16.5,9 L14,9 L14,6.5 Z M14,5 L10.5,5 C9.672,5 9,5.672 9,6.5 L9,8 L7.5,8 C6.672,8 6,8.672 6,9.5 L6,17.5 C6,18.328 6.672,19 7.5,19 L13.5,19 C14.328,19 15,18.328 15,17.5 L15,16 L16.5,16 C17.328,16 18,15.328 18,14.5 L18,9 L14,5 Z"}));hL.displayName="Duplicate";var xL=hL;var t2=o(r()),gL=({size:e,...t})=>t2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t2.createElement("path",{d:"M16,14 L11,14 L11,7 L13,7 L13,10 L16,10 L16,14 Z M14,5 L11,5 C9.896,5 9,5.896 9,7 L9,14 C9,15.104 9.896,16 11,16 L16,16 C17.1,16 18,15.1 18,14 L18,9 L14,5 Z M8,16 L8,9 L6,9 L6,16 C6,17.654 7.346,19 9,19 L15,19 L15,17 L9,17 C8.449,17 8,16.551 8,16 L8,16 Z"}));gL.displayName="DuplicateBold";var vL=gL;var r2=o(r()),RL=({size:e,...t})=>r2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r2.createElement("path",{fillRule:"evenodd",d:"M10,19 L10,20 L4,20 L4,19 L10,19 Z M18.31,5.26 L20.01,6.26 C20.3523806,6.46139451 20.5979228,6.7935986 20.69,7.18 C20.7857626,7.56429076 20.724592,7.97089533 20.52,8.31 L14.61,18 C14.5545404,18.091564 14.4700639,18.1619611 14.37,18.2 L11.28,19.37 C11.2240598,19.3975295 11.1623348,19.4112462 11.1,19.4101468 C11.0090964,19.407019 10.9201127,19.3830618 10.84,19.34 C10.7161585,19.2650171 10.6291824,19.1418011 10.6,19 L10.27,15.72 C10.2574558,15.6117159 10.282143,15.502387 10.34,15.41 L16.24,5.76 C16.6750114,5.05233149 17.5999289,4.82892145 18.31,5.26 Z M16.071,7.93654487 L11.28,15.74 L11.53,18.21 L13.85,17.3 L18.62,9.49 L18.62,9.49 L16.071,7.93654487 Z M17.4117832,6.03675264 C17.2823156,6.06677412 17.1701272,6.14710478 17.1,6.26 L16.592,7.08654487 L19.14,8.64 L19.66,7.79 C19.7288391,7.67602259 19.7503728,7.53964244 19.72,7.41 C19.690091,7.27903442 19.6066686,7.16659558 19.49,7.1 L17.79,6.1 C17.6773439,6.02948933 17.5412509,6.00673115 17.4117832,6.03675264 Z"}));RL.displayName="ESignature";var ML=RL;var o2=o(r()),SL=({size:e,...t})=>o2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o2.createElement("path",{d:"M10,19 L10,20 L4,20 L4,19 L10,19 Z M15.91,7.24 L19.51,9.43 L14.51,17.57 C14.4117161,17.7231117 14.2783012,17.8496477 14.1216548,17.9395752 L14,18 L11.55,19.04 C11.4583946,19.078852 11.353707,19.0713696 11.2685583,19.0198844 C11.2046968,18.9812704 11.1576481,18.9214253 11.1346767,18.852079 L11.12,18.78 L10.85,16.07 C10.8293029,15.888041 10.85905,15.7048077 10.9347136,15.5399197 L11,15.42 L15.91,7.24 Z M17,5.5 C17.2833693,5.04634406 17.8549876,4.87992468 18.3318189,5.09384084 L18.44,5.15 L20.23,6.25 C20.474705,6.38830555 20.6499034,6.62321283 20.7126912,6.89719578 C20.7665092,7.13203831 20.73348,7.37700096 20.6221503,7.58770709 L20,8.62 L16.44,6.43 L17,5.5 Z"}));SL.displayName="ESignatureBold";var ZL=SL;var a2=o(r()),BL=({size:e,...t})=>a2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a2.createElement("path",{d:"M18.699,8.62387506 L17.305,10.0198751 L13.97,6.67887506 L15.363,5.28287506 C15.8,4.84687506 16.56,4.84587506 16.997,5.28287506 L18.699,6.98687506 C19.15,7.43787506 19.15,8.17287506 18.699,8.62387506 L18.699,8.62387506 Z M10.973,16.3598751 L9.645,15.0298751 L13.155,11.5168751 L12.474,10.8348751 L8.965,14.3488751 L7.637,13.0198751 L13.289,7.36087506 L16.625,10.7018751 L10.973,16.3598751 Z M6.426,17.5738751 L7.253,13.9988751 L9.995,16.7438751 L6.426,17.5738751 Z M19.381,6.30587506 L17.678,4.60187506 C16.878,3.79887506 15.481,3.79987506 14.682,4.60187506 L6.512,12.7818751 L5,18.9998751 L11.21,17.4858751 L19.381,9.30587506 C20.206,8.47787506 20.206,7.13287506 19.381,6.30587506 L19.381,6.30587506 Z"}));BL.displayName="Edit";var PL=BL;var L2=o(r()),VL=({size:e,...t})=>L2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L2.createElement("path",{d:"M5.653,18.3465 L6.97,14.6675 L9.332,17.0285 L5.653,18.3465 Z M6.562,12.8465 L4,19.9995 L11.153,17.4375 L15.287,13.3045 L10.696,8.7125 L6.562,12.8465 Z M18.707,8.4715 L15.529,5.2925 C15.138,4.9025 14.507,4.9025 14.116,5.2925 L12.108,7.3005 L16.699,11.8915 L18.707,9.8835 C19.097,9.4935 19.097,8.8605 18.707,8.4715 L18.707,8.4715 Z"}));VL.displayName="EditBold";var bL=VL;var l2=o(r()),wL=({size:e,...t})=>l2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},l2.createElement("path",{d:"M14.185 4.854 12.771 3.44c-.567-.566-1.556-.566-2.121 0L9.237 4.853h-.001v.002L4.993 9.097a.486.486 0 0 0-.118.21l-.007-.001-1.491 4.942 4.943-1.491-.002-.006a.485.485 0 0 0 .211-.12l5.657-5.656a1.501 1.501 0 0 0 0-2.121h-.001Zm-8.602 5.54 1.647 1.647-2.358.71.711-2.356Zm.47-.943 3.536-3.536 2.121 2.12-3.536 3.537L6.052 9.45h.001Zm7.425-3.183-1.061 1.06-2.121-2.12 1.061-1.061a.512.512 0 0 1 .707 0l1.414 1.414a.5.5 0 0 1 0 .707Z"}));wL.displayName="EditSmall";var GL=wL;var s2=o(r()),AL=({size:e,...t})=>s2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s2.createElement("path",{d:"M20.291 13.991L17 12.636V7.908A1.5 1.5 0 1015.092 6H6.908A1.5 1.5 0 105 7.908v8.184A1.5 1.5 0 106.908 18H13v-.116l.991 2.407 1.678-3.915 3.477 3.478.708-.708-3.478-3.477 3.915-1.678zM6.908 17A1.5 1.5 0 006 16.092V7.908A1.5 1.5 0 006.908 7h8.184a1.5 1.5 0 00.908.908v4.316L9.581 9.581 12.636 17H6.908zm7.1.709l-2.59-6.29 6.29 2.59-2.59 1.11-1.11 2.59z"}));AL.displayName="ElementProperties";var yL=AL;var i2=o(r()),EL=({size:e,...t})=>i2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i2.createElement("path",{fillRule:"evenodd",d:"M18,17.5 C18,17.775 17.775,18 17.5,18 L5.5,18 C5.224,18 5,17.776 5,17.5 L5,7.738 L11.196,12.469 C11.286,12.537 11.394,12.571 11.5,12.571 C11.608,12.571 11.717,12.536 11.808,12.466 L18,7.635 L18,17.5 Z M17.187,7 L11.497,11.439 L5.682,7 L17.187,7 Z M17.5,6 L5.5,6 C4.671,6 4,6.672 4,7.5 L4,17.5 C4,18.328 4.671,19 5.5,19 L17.5,19 C18.329,19 19,18.328 19,17.5 L19,7.5 C19,6.672 18.329,6 17.5,6 L17.5,6 Z"}));EL.displayName="Email";var FL=EL;var C2=o(r()),NL=({size:e,...t})=>C2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C2.createElement("path",{fillRule:"evenodd",d:"M13.1,13.63 L19,9 L19.0083479,9.99540863 L19.0083479,9.99540863 L19,15 C19,16.66 17.66,18 16,18 L8,18 C6.34,18 5,16.66 5,15 L5.0334356,9.22479529 L5.0334356,9.22479529 L5.04,9 L5.04,9 L10.95,13.63 C11.26,13.88 11.64,14 12.02,14 C12.4,14 12.78,13.88 13.1,13.63 Z M16,6 C17.01,6 17.9,6.5 18.439,7.26 L15.5871203,9.40667891 L15.5871203,9.40667891 L13.4494657,10.993143 L13.4494657,10.993143 L12.7634816,11.4914599 L12.7634816,11.4914599 L12.3690096,11.770587 L12.3690096,11.770587 L12.1774508,11.9006503 L12.1774508,11.9006503 L12.0519104,11.9790713 C12.0219124,11.9959546 12.004186,12.0032558 12,12 L5.561,7.26 C6.1,6.5 6.99,6 8,6 L16,6 Z"}));NL.displayName="EmailBold";var kL=NL;var n2=o(r()),HL=({size:e,...t})=>n2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n2.createElement("path",{d:"M11 6v1H7a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-4h1v4a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4Zm7 0v4h-1V7.75l-5.096 5.094a.53.53 0 0 1-.75-.75L16.25 7H14V6h4Z"}));HL.displayName="ExternalLink";var TL=HL;var p2=o(r()),UL=({size:e,...t})=>p2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p2.createElement("path",{fillRule:"evenodd",d:"M11,5 L11,7 L8,7 C7.44771525,7 7,7.44771525 7,8 L7,16 C7,16.5522847 7.44771525,17 8,17 L16,17 C16.5522847,17 17,16.5522847 17,16 L17,13 L19,13 L19,16.4361148 C19,17.3276335 18.9071744,17.6509198 18.7328673,17.9768457 C18.5585602,18.3027716 18.3027716,18.5585602 17.9768457,18.7328673 C17.6509198,18.9071744 17.3276335,19 16.4361148,19 L7.5638852,19 C6.67236646,19 6.34908022,18.9071744 6.0231543,18.7328673 C5.69722837,18.5585602 5.4414398,18.3027716 5.2671327,17.9768457 C5.09282561,17.6509198 5,17.3276335 5,16.4361148 L5,7.5638852 C5,6.67236646 5.09282561,6.34908022 5.2671327,6.0231543 C5.4414398,5.69722837 5.69722837,5.4414398 6.0231543,5.2671327 C6.34908022,5.09282561 6.67236646,5 7.5638852,5 L11,5 Z M15.5857864,7 L13,7 L13,5 L19,5 L19,11 L17,11 L17,8.41421356 L12.5,12.9142136 L11.0857864,11.5 L15.5857864,7 Z"}));UL.displayName="ExternalLinkBold";var DL=UL;var d2=o(r()),zL=({size:e,...t})=>d2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},d2.createElement("path",{d:"M13 10h1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3v1H5v8h8v-3Zm-.706-5H10V4h4v4h-1V5.705l-3.15 3.16a.494.494 0 1 1-.7-.697L12.294 5Z"}));zL.displayName="ExternalLinkSmall";var IL=zL;var c2=o(r()),_L=({size:e,...t})=>c2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c2.createElement("path",{d:"M10,20 L10,13 L8,13 L8,10 L10,10 L10,7.48 C10,5.666 11.277,4 13.979,4 C15.073,4 15.935,4.104 15.935,4.104 L15.896,6.629 C15.896,6.629 15.051,6.621 14.15,6.621 C13.177,6.621 13,7.07 13,7.815 L13,10 L16,10 L15.792,13 L13,13 L13,20 L10,20 Z"}));_L.displayName="Facebook";var WL=_L;var u2=o(r()),OL=({size:e,...t})=>u2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u2.createElement("path",{d:"M13,9 L13,6.41 L15.59,9 L13,9 Z M8,18 C7.45,18 7,17.55 7,17 L7,7 C7,6.45 7.45,6 8,6 L12,6 L12,10 L16,10 L16,18 L8,18 Z M13,5 L8,5 C6.9,5 6,5.9 6,7 L6,17 C6,18.1 6.9,19 8,19 L16,19 L17,19 L17,18 L17,9 L13,5 Z"}));OL.displayName="File";var jL=OL;var m2=o(r()),$L=({size:e,...t})=>m2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m2.createElement("path",{d:"M16,14.9998 L16,16.9998 L18,16.9998 L18,17.9998 L16,17.9998 L16,19.9998 L15,19.9998 L15,17.9998 L13,17.9998 L13,16.9998 L15,16.9998 L15,14.9998 L16,14.9998 Z M12,5 L16,9 L16,14 L15,14 L15,10 L11,10 L11,6 L7,6 C6.48928571,6 6.06479592,6.3880102 6.0067602,6.88380102 L6,7 L6,17 C6,17.5107143 6.3880102,17.9352041 6.88380102,17.9932398 L7,18 L12,18 L12,19 L7,19 C5.95,19 5.0822314,18.1790475 5.00551277,17.1485703 L5,17 L5,7 C5,5.95 5.82004132,5.0822314 6.85130541,5.00551277 L7,5 L12,5 Z M12,6.41 L12,9 L14.59,9 L12,6.41 Z"}));$L.displayName="FileAdd";var JL=$L;var f2=o(r()),YL=({size:e,...t})=>f2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f2.createElement("path",{fillRule:"evenodd",d:"M6,17 L6,14 L7,14 L7,13 L9,13 L9,14 L7,14 L7,17 L9,17 L9,18 L7,18 L7,17 L6,17 Z M10,15 L10,14 L11,14 L11,13 L13,13 L13,14 L11,14 L11,15 L12,15 L12,16 L13,16 L13,17 L12,17 L12,18 L10,18 L10,17 L12,17 L12,16 L11,16 L11,15 L10,15 Z M14,15 L14,14 L15,14 L15,13 L17,13 L17,14 L15,14 L15,15 L16,15 L16,16 L17,16 L17,17 L16,17 L16,18 L14,18 L14,17 L16,17 L16,16 L15,16 L15,15 L14,15 Z M13,8 L13,5.41 L15.59,8 L13,8 Z M7,11 L7,6 C7,5.45 7.45,5 8,5 L12,5 L12,9 L16,9 L16,11 L7,11 Z M13,4 L8,4 C6.9,4 6,4.9 6,6 L6,11 L5,11 C4.45,11 4,11.45 4,12 L4,19 C4,19.55 4.45,20 5,20 L18,20 C18.55,20 19,19.55 19,19 L19,12 C19,11.45 18.55,11 18,11 L17,11 L17,8 L13,4 Z"}));YL.displayName="FileCss";var qL=YL;var h2=o(r()),QL=({size:e,...t})=>h2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h2.createElement("path",{fillRule:"evenodd",d:"M13,4 L8,4 C6.9,4 6,4.9 6,6 L6,11 L5,11 C4.45,11 4,11.45 4,12 L4,19 C4,19.55 4.45,20 5,20 L18,20 C18.55,20 19,19.55 19,19 L19,12 C19,11.45 18.55,11 18,11 L17,11 L17,8 L13,4 Z M6,16 L6,15 L7,15 L7,14 L8,14 L8,13 L9,13 L9,14 L8,14 L8,15 L7,15 L7,16 L8,16 L8,17 L9,17 L9,18 L8,18 L8,17 L7,17 L7,16 L6,16 Z M11,18 L12,18 L12,13 L11,13 L11,18 Z M14,14 L14,13 L15,13 L15,14 L16,14 L16,15 L17,15 L17,16 L16,16 L16,17 L15,17 L15,18 L14,18 L14,17 L15,17 L15,16 L16,16 L16,15 L15,15 L15,14 L14,14 Z M13,8 L13,5.41 L15.59,8 L13,8 Z M7,11 L7,6 C7,5.45 7.45,5 8,5 L12,5 L12,9 L16,9 L16,11 L7,11 Z"}));QL.displayName="FileHtml";var XL=QL;var x2=o(r()),KL=({size:e,...t})=>x2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x2.createElement("path",{fillRule:"evenodd",d:"M8,17 L9,17 L9,13 L10,13 L10,17 L9,17 L9,18 L8,18 L8,17 L7,17 L7,16 L8,16 L8,17 Z M11,15 L11,14 L12,14 L12,13 L14,13 L14,14 L12,14 L12,15 L13,15 L13,16 L14,16 L14,17 L13,17 L13,18 L11,18 L11,17 L13,17 L13,16 L12,16 L12,15 L11,15 Z M14,8 L14,5.41 L16.59,8 L14,8 Z M8,11 L8,6 C8,5.45 8.45,5 9,5 L13,5 L13,9 L17,9 L17,17 L16,17 L16,12 C16,11.45 15.55,11 15,11 L8,11 Z M14,4 L9,4 C7.9,4 7,4.9 7,6 L7,11 L6,11 C5.45,11 5,11.45 5,12 L5,19 C5,19.55 5.45,20 6,20 L15,20 C15.55,20 16,19.55 16,19 L16,18 L18,18 L18,8 L14,4 Z"}));KL.displayName="FileJs";var el=KL;var g2=o(r()),tl=({size:e,...t})=>g2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g2.createElement("path",{fillRule:"evenodd",d:"M20,18 L19,18 L19,14 L18,14 L18,18 L17,18 L17,13 L19,13 L19,14 L20,14 L20,18 Z M16,14 L16,17 L15,17 L15,18 L14,18 L14,17 L13,17 L13,14 L14,14 L14,13 L15,13 L15,14 L14,14 L14,17 L15,17 L15,14 L16,14 Z M12,14 L10,14 L10,15 L11,15 L11,16 L12,16 L12,17 L11,17 L11,18 L9,18 L9,17 L11,17 L11,16 L10,16 L10,15 L9,15 L9,14 L10,14 L10,13 L12,13 L12,14 Z M8,17 L7,17 L7,18 L6,18 L6,17 L5,17 L5,16 L6,16 L6,17 L7,17 L7,13 L8,13 L8,17 Z M6,6 C6,5.45 6.45,5 7,5 L11,5 L11,9 L15,9 L15,11 L6,11 L6,6 Z M12,5.41 L14.59,8 L12,8 L12,5.41 Z M21,11 L16,11 L16,8 L12,4 L7,4 C5.9,4 5,4.9 5,6 L5,11 L4,11 C3.45,11 3,11.45 3,12 L3,19 C3,19.55 3.45,20 4,20 L21,20 C21.55,20 22,19.55 22,19 L22,12 C22,11.4892857 21.6119898,11.0647959 21.116199,11.0067602 L21,11 Z"}));tl.displayName="FileJson";var rl=tl;var v2=o(r()),ol=({size:e,...t})=>v2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v2.createElement("path",{fillRule:"evenodd",d:"M18,17 L17,17 L17,18 L16,18 L16,17 L15,17 L15,18 L14,18 L14,17 L13,17 L13,13 L14,13 L14,17 L15,17 L15,13 L16,13 L16,17 L17,17 L17,13 L18,13 L18,17 Z M12,14 L10,14 L10,15 L11,15 L11,16 L12,16 L12,17 L11,17 L11,18 L9,18 L9,17 L11,17 L11,16 L10,16 L10,15 L9,15 L9,14 L10,14 L10,13 L12,13 L12,14 Z M8,17 L7,17 L7,18 L6,18 L6,17 L5,17 L5,16 L6,16 L6,17 L7,17 L7,13 L8,13 L8,17 Z M6,6 C6,5.45 6.45,5 7,5 L11,5 L11,9 L15,9 L15,11 L6,11 L6,6 Z M12,5.41 L14.59,8 L12,8 L12,5.41 Z M19,11 L16,11 L16,8 L12,4 L7,4 C5.9,4 5,4.9 5,6 L5,11 L4,11 C3.45,11 3,11.45 3,12 L3,19 C3,19.55 3.45,20 4,20 L19,20 C19.55,20 20,19.55 20,19 L20,12 C20,11.45 19.55,11 19,11 L19,11 Z"}));ol.displayName="FileJsw";var al=ol;var R2=o(r()),Ll=({size:e,...t})=>R2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R2.createElement("path",{d:"M18,7.781 L18,5 C10.438,5 12.271,16.191 7,16.191 L7,19 C11.797,19 13.575,13 13.575,13 L17,13 L17,11 L14.671,11 C14.877,10 15.703,7.781 18,7.781"}));Ll.displayName="Flash";var ll=Ll;var M2=o(r()),sl=({size:e,...t})=>M2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M2.createElement("path",{d:"M16.509,15.5 C14.855,15.5 13.509,14.154 13.509,12.5 C13.509,10.846 14.855,9.5 16.509,9.5 C18.162,9.5 19.509,10.846 19.509,12.5 C19.509,14.154 18.162,15.5 16.509,15.5 M16.509,8 C14.758,8 13.241,9.004 12.5,10.468 C11.759,9.004 10.242,8 8.491,8 C6.011,8 4,10.015 4,12.5 C4,14.984 6.011,17 8.491,17 C10.242,17 11.759,15.996 12.5,14.531 C13.241,15.996 14.758,17 16.509,17 C18.989,17 21,14.985 21,12.5 C21,10.015 18.989,8 16.509,8"}));sl.displayName="Flickr";var il=sl;var S2=o(r()),Cl=({size:e,...t})=>S2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S2.createElement("path",{d:"M18,11 L6,11 L6,8 C6,7.448 6.448,7 7,7 L9,7 C9.552,7 10,7.448 10,8 L10,9 L11,9 L17,9 C17.552,9 18,9.448 18,10 L18,11 Z M18,17 C18,17.552 17.552,18 17,18 L7,18 C6.448,18 6,17.552 6,17 L6,12 L18,12 L18,17 Z M17,8 L11,8 C11,6.896 10.104,6 9,6 L7,6 C5.9,6 5,6.9 5,8 L5,17 C5,18.1 5.9,19 7,19 L17,19 C18.1,19 19,18.1 19,17 L19,10 C19,8.896 18.104,8 17,8 L17,8 Z"}));Cl.displayName="Folder";var nl=Cl;var Z2=o(r()),pl=({size:e,...t})=>Z2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z2.createElement("path",{d:"M6 7v3h12V9c0-.55-.45-1-1-1h-7V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1Zm13 8v2h2v1h-2v2h-1v-2h-2v-1h2v-2h1ZM9 5c1.05 0 1.918.82 1.995 1.851L11 7h6c1.05 0 1.918.82 1.994 1.851L19 9v4h-1v-2H6v5c0 .51.388.935.884.993L7 17h7v1H7c-1.05 0-1.918-.82-1.994-1.851L5 16V7c0-1.05.82-1.918 1.851-1.994L7 5h2Z"}));pl.displayName="FolderAdd";var dl=pl;var B2=o(r()),cl=({size:e,...t})=>B2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},B2.createElement("path",{d:"M4 12a1 1 0 0 0 1 1h5v1H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h1a2 2 0 0 1 2 2h5a2 2 0 0 1 2 2v2H4v3Zm10-4V7a1 1 0 0 0-1-1H7V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3h10Zm0 3h1v2h2v1h-2v2h-1v-2h-2v-1h2v-2Z"}));cl.displayName="FolderAddSmall";var ul=cl;var P2=o(r()),ml=({size:e,...t})=>P2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P2.createElement("path",{d:"M18.964,12.68 C18.964,12.68 17.552,15.505 16.943,17.058 C16.71,17.655 16.566,18 15.944,18 L5.944,18 C5.824,18 5.714,17.981 5.604,17.941 L8.164,12.321 C8.234,12.13 8.424,12 8.634,12 L16.944,12 L17.944,12 L18.494,12 C18.664,12 18.814,12.08 18.904,12.22 C18.994,12.35 19.024,12.52 18.964,12.68 L18.964,12.68 Z M5,8 C5,7.451 5.394,7 5.944,7 L7.944,7 C8.494,7 9,7.451 9,8 L9,9 L15.944,9 C16.494,9 17,9.451 17,10 L17,11 L8.634,11 C8.014,11 7.483,11.39 7.262,11.96 L5,16.861 L5,8 Z M19.724,11.651 C19.444,11.241 18.984,11 18.494,11 L18,11 L18,10 C18,8.901 17.044,8 15.944,8 L9.944,8 C9.944,6.901 9.044,6 7.944,6 L5.944,6 C4.844,6 4,6.901 4,8 L4,17 C4,18.1 4.844,19 5.944,19 L15.944,19 C16.454,19 16.849,18.859 17.264,18.491 C17.679,18.122 17.748,17.774 17.944,17.279 C18.622,15.564 19.904,13.031 19.904,13.031 C20.084,12.571 20.004,12.05 19.724,11.651 L19.724,11.651 Z"}));ml.displayName="FolderOpen";var fl=ml;var V2=o(r()),hl=({size:e,...t})=>V2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V2.createElement("path",{d:"M18,15 L18,17 L20,17 L20,18 L18,18 L18,20 L17,20 L17,18 L15,18 L15,17 L17,17 L17,15 L18,15 Z M7.94,5 C8.99,5 9.8577686,5.82004132 9.93448723,6.85130541 L9.94,7 L15.94,7 C16.99,7 17.912438,7.82004132 17.9941266,8.85130541 L18,9 L18,10 L18.49,10 C18.98,10 19.44,10.24 19.72,10.65 C20,11.05 20.08,11.57 19.9,12.03 L19.6688889,12.4907407 L19.42,13 L18.32,13 L18.96,11.68 C19.02,11.52 18.99,11.35 18.9,11.22 C18.828,11.108 18.7176,11.0344 18.58928,11.00944 L18.49,11 L8.63,11 C8.45,11 8.28469388,11.0955102 8.19705539,11.242449 L8.16,11.32 L5.6,16.94 C5.67333333,16.9666667 5.74666667,16.9844444 5.82296296,16.9933333 L5.94,17 L13,17 L13,18 L5.94,18 C4.89,18 4.07690083,17.1799587 4.00515214,16.1486946 L4,16 L4,7 C4,5.95 4.7653719,5.0822314 5.79166604,5.00551277 L5.94,5 L7.94,5 Z M7.94,6 L5.94,6 C5.39,6 5,6.45 5,7 L5,7 L5,15.86 L7.26,10.96 C7.48,10.39 8.01,10 8.63,10 L8.63,10 L17,10 L17,9 C17,8.45 16.49,8 15.94,8 L15.94,8 L9,8 L9,7 C9,6.45 8.49,6 7.94,6 L7.94,6 Z"}));hl.displayName="FolderOpenAdd";var xl=hl;var b2=o(r()),gl=({size:e,...t})=>b2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},b2.createElement("path",{d:"M11.247,14.03 L4.638,14.03 C4.619,13.996 4.623,14.004 4.603,13.969 L6.708,10.483 C6.89,10.183 7.214,10 7.564,10 L14.005,10 C14.416,10 14.651,10.468 14.405,10.799 L12.45,13.426 C12.167,13.805 11.721,14.03 11.247,14.03 L11.247,14.03 Z M4,6 C4,5.45 4.45,5 5,5 L6,5 C6.581,5 7.056,5.475 7.056,6.055 L7.056,7 L12,7 C12.581,7 13.056,7.475 13.056,8.055 L13.056,9 L7.576,9 C6.893,9 6.257,9.348 5.89,9.925 L4,12.889 L4,6 Z M14.002,9 L14,9 L14,8 C14,6.9 13.1,6 12,6 L8,6 C8,4.9 7.1,4 6,4 L4.944,4 C3.87,4 3,4.87 3,5.944 L3,13.03 C3,14.118 3.882,15 4.97,15 L11.59,15 C12.227,15 12.827,14.696 13.203,14.181 L15.228,11.418 C15.964,10.414 15.247,9 14.002,9 L14.002,9 Z"}));gl.displayName="FolderOpenSmall";var vl=gl;var w2=o(r()),Rl=({size:e,...t})=>w2.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},w2.createElement("path",{d:"M14,8 L4,8 L4,5 C4,4.448 4.448,4 5,4 L6,4 C6.552,4 7,4.448 7,5 L7,6 L8,6 L13,6 C13.552,6 14,6.448 14,7 L14,8 Z M14,12 C14,12.552 13.552,13 13,13 L5,13 C4.448,13 4,12.552 4,12 L4,9 L14,9 L14,12 Z M13,5 L8,5 C8,3.896 7.104,3 6,3 L5,3 C3.9,3 3,3.9 3,5 L3,12 C3,13.1 3.9,14 5,14 L13,14 C14.1,14 15,13.1 15,12 L15,7 C15,5.896 14.104,5 13,5 L13,5 Z"}));Rl.displayName="FolderSmall";var Ml=Rl;var G2=o(r()),Sl=({size:e,...t})=>G2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G2.createElement("path",{d:"M19,14 L5,14 L5,8 C5,7.447 5.448,7 6,7 L18,7 C18.552,7 19,7.447 19,8 L19,14 Z M19,17 C19,17.148 18.964,17.285 18.906,17.412 L16.494,15 L19,15 L19,17 Z M18,18 L16.494,18 L13.494,15 L15.506,15 L18.412,17.906 C18.286,17.964 18.148,18 18,18 L18,18 Z M13.494,18 L10.494,15 L12.506,15 L15.506,18 L13.494,18 Z M10.494,18 L7.494,15 L9.506,15 L12.506,18 L10.494,18 Z M7.494,18 L5,15.506 L5,15 L6.506,15 L9.506,18 L7.494,18 Z M6,18 C5.448,18 5,17.553 5,17 L5,16.494 L6.506,18 L6,18 Z M18,6 L6,6 C4.896,6 4,6.896 4,8 L4,17 C4,18.104 4.896,19 6,19 L18,19 C19.104,19 20,18.104 20,17 L20,8 C20,6.896 19.104,6 18,6 L18,6 Z"}));Sl.displayName="Footer";var Zl=Sl;var A2=o(r()),Bl=({size:e,...t})=>A2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A2.createElement("path",{fillRule:"evenodd",d:"M11,12 L16,12 L16,11 L11,11 L11,12 Z M11,16 L16,16 L16,15 L11,15 L11,16 Z M7.03,11.94 L8.94,11.94 L8.94,10.03 L7.03,10.03 L7.03,11.94 Z M7.03,15.94 L8.94,15.94 L8.94,14.03 L7.03,14.03 L7.03,15.94 Z M9,6 L9,7 L14,7 L14,6 L15,6 C16.5910714,6 17.9031888,7.25529337 17.994882,8.82441008 L18,9 L18,17 C18,18.5910714 16.7447066,19.9031888 15.1755899,19.994882 L15,20 L8,20 C6.40892857,20 5.09681122,18.7447066 5.00511798,17.1755899 L5,17 L5,9 C5,7.40892857 6.25529337,6.09681122 7.82441008,6.00511798 L8,6 L9,6 Z M12,4 C13.05,4 13.9177686,4.82004132 13.9944872,5.85130541 L14,6 L9,6 C9,5.45 9.22,4.95 9.59,4.59 C9.91,4.26111111 10.3406173,4.05074074 10.818642,4.00805213 L11,4 L12,4 Z"}));Bl.displayName="FormBold";var Pl=Bl;var y2=o(r()),Vl=({size:e,...t})=>y2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y2.createElement("path",{fillRule:"evenodd",d:"M13.88,15.29 L16.71,18.12 L11.76,20.24 L13.88,15.29 Z M8,5 L8,6 L13,6 L13,5 L14,5 C15.5910714,5 16.9031888,6.25529337 16.994882,7.82441008 L17,8 L17,9.39 C16.9333333,9.43666667 16.8666667,9.49222222 16.802963,9.55074074 L12.34,14 L10,14 L10,15 L11.83,15 L10.11,19 L7,19 C5.40892857,19 4.09681122,17.7447066 4.00511798,16.1755899 L4,16 L4,8 C4,6.40892857 5.25529337,5.09681122 6.82441008,5.00511798 L7,5 L8,5 Z M18.1202,11.05 C18.4802,10.69 19.0532178,10.6623077 19.4459897,10.9669231 L19.5402,11.05 L20.9502,12.46 C21.3102,12.82 21.3378923,13.3930178 21.0332769,13.7857897 L20.9502,13.88 L17.4102,17.41 L14.5902,14.59 L15.0002,14.18 L15.0002,14.17 L18.1202,11.05 Z M7.94,13.03 L6.03,13.03 L6.03,14.94 L7.94,14.94 L7.94,13.03 Z M15,10 L10,10 L10,11 L15,11 L15,10 Z M7.94,9.03 L6.03,9.03 L6.03,10.94 L7.94,10.94 L7.94,9.03 Z M11,3 C12.05,3 12.9177686,3.82004132 12.9944872,4.85130541 L13,5 L8,5 C8,4.45 8.22,3.95 8.59,3.59 C8.91,3.26111111 9.34061728,3.05074074 9.81864198,3.00805213 L10,3 L11,3 Z"}));Vl.displayName="FormEditBold";var bl=Vl;var E2=o(r()),wl=({size:e,...t})=>E2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E2.createElement("path",{fillRule:"evenodd",d:"M5,20 L4,20 L4,17 L5,17 L5,18 L19,18 L19,17 L20,17 L20,20 L19,20 L19,19 L5,19 L5,20 Z M18.55,4 C19.3508129,4 20,4.64918711 20,5.45 L20,13.55 C20,14.3508129 19.3508129,15 18.55,15 L5.45,15 C4.64918711,15 4,14.3508129 4,13.55 L4,5.45 C4,4.64918711 4.64918711,4 5.45,4 L18.55,4 Z M18.55,5 L5.45,5 C5.20147186,5 5,5.20147186 5,5.45 L5,13.55 C5,13.7985281 5.20147186,14 5.45,14 L18.55,14 C18.7985281,14 19,13.7985281 19,13.55 L19,5.45 C19,5.20147186 18.7985281,5 18.55,5 Z M15,7.5 L18,9.5 L15,11.5 L15,7.5 Z M9,7.5 L9,11.5 L6,9.5 L9,7.5 Z"}));wl.displayName="FullWidthSlider";var Gl=wl;var F2=o(r()),Al=({size:e,...t})=>F2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F2.createElement("path",{fillRule:"evenodd",d:"M5,17 L5,18 L19,18 L19,17 L20,17 L20,20 L19,20 L19,19 L5,19 L5,20 L4,20 L4,17 L5,17 Z M18.97,4 C19.502,4 19.9381778,4.40071111 19.9939704,4.91757037 L20,5.03 L20,13.97 C20,14.502 19.5992889,14.9381778 19.0824296,14.9939704 L18.97,15 L5.03,15 C4.498,15 4.06182222,14.5992889 4.00602963,14.0824296 L4,13.97 L4,5.03 C4,4.498 4.40071111,4.06182222 4.91757037,4.00602963 L5.03,4 L18.97,4 Z M15,7.5 L15,11.5 L18,9.5 L15,7.5 Z M9,7.5 L6,9.5 L9,11.5 L9,7.5 Z"}));Al.displayName="FullWidthSliderBold";var yl=Al;var N2=o(r()),El=({size:e,...t})=>N2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N2.createElement("path",{fillRule:"evenodd",d:"M6.5638852,6 C5.90203328,6 5.70048072,6.03892159 5.49475316,6.1489459 C5.3430957,6.2300532 5.2300532,6.3430957 5.1489459,6.49475316 C5.03892159,6.70048072 5,6.90203328 5,7.5638852 L5,12.4361148 C5,13.0979667 5.03892159,13.2995193 5.1489459,13.5052468 C5.2300532,13.6569043 5.3430957,13.7699468 5.49475316,13.8510541 C5.70048072,13.9610784 5.90203328,14 6.5638852,14 L17.4361148,14 C18.0979667,14 18.2995193,13.9610784 18.5052468,13.8510541 C18.6569043,13.7699468 18.7699468,13.6569043 18.8510541,13.5052468 C18.9610784,13.2995193 19,13.0979667 19,12.4361148 L19,7.5638852 C19,6.90203328 18.9610784,6.70048072 18.8510541,6.49475316 C18.7699468,6.3430957 18.6569043,6.2300532 18.5052468,6.1489459 C18.2995193,6.03892159 18.0979667,6 17.4361148,6 L6.5638852,6 Z M6.5638852,5 L17.4361148,5 C18.3276335,5 18.6509198,5.09282561 18.9768457,5.2671327 C19.3027716,5.4414398 19.5585602,5.69722837 19.7328673,6.0231543 C19.9071744,6.34908022 20,6.67236646 20,7.5638852 L20,12.4361148 C20,13.3276335 19.9071744,13.6509198 19.7328673,13.9768457 C19.5585602,14.3027716 19.3027716,14.5585602 18.9768457,14.7328673 C18.6509198,14.9071744 18.3276335,15 17.4361148,15 L6.5638852,15 C5.67236646,15 5.34908022,14.9071744 5.0231543,14.7328673 C4.69722837,14.5585602 4.4414398,14.3027716 4.2671327,13.9768457 C4.09282561,13.6509198 4,13.3276335 4,12.4361148 L4,7.5638852 C4,6.67236646 4.09282561,6.34908022 4.2671327,6.0231543 C4.4414398,5.69722837 4.69722837,5.4414398 5.0231543,5.2671327 C5.34908022,5.09282561 5.67236646,5 6.5638852,5 Z M6,19 L6,20 L4,18.5 L6,17 L6,18 L18,18 L18,17 L20,18.5 L18,20 L18,19 L6,19 Z"}));El.displayName="FullWidthStrip";var Fl=El;var k2=o(r()),Nl=({size:e,...t})=>k2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k2.createElement("path",{fillRule:"evenodd",d:"M16,14 L19,16.5 L16,19 L16,17 L8,17 L8,19 L5,16.5 L8,14 L8,16 L16,16 L16,14 Z M16.4361148,5 C17.3276335,5 17.6509198,5.09282561 17.9768457,5.2671327 C18.3027716,5.4414398 18.5585602,5.69722837 18.7328673,6.0231543 C18.8937662,6.324009 18.985237,6.6226145 18.9983574,7.36797723 L19,10.4361148 C19,11.3276335 18.9071744,11.6509198 18.7328673,11.9768457 C18.5585602,12.3027716 18.3027716,12.5585602 17.9768457,12.7328673 C17.6509198,12.9071744 17.3276335,13 16.4361148,13 L7.5638852,13 C6.67236646,13 6.34908022,12.9071744 6.0231543,12.7328673 C5.69722837,12.5585602 5.4414398,12.3027716 5.2671327,11.9768457 C5.09282561,11.6509198 5,11.3276335 5,10.4361148 L5,7.5638852 C5,6.67236646 5.09282561,6.34908022 5.2671327,6.0231543 C5.4414398,5.69722837 5.69722837,5.4414398 6.0231543,5.2671327 C6.34908022,5.09282561 6.67236646,5 7.5638852,5 L16.4361148,5 Z"}));Nl.displayName="FullWidthStripBold";var kl=Nl;var H2=o(r()),Hl=({size:e,...t})=>H2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H2.createElement("path",{d:"M11.972 2a9.837 9.837 0 00-7.051 3.002A10.397 10.397 0 002 12.25c0 2.152.657 4.248 1.88 5.994a9.996 9.996 0 004.934 3.733c.499.09.676-.217.676-.49v-1.742c-2.77.614-3.324-1.379-3.324-1.379a2.726 2.726 0 00-1.108-1.503c-.908-.626.067-.615.067-.615.317.043.62.161.885.345.265.184.486.428.644.714.136.252.32.474.54.652a2.073 2.073 0 002.364.19c.045-.517.27-1.001.63-1.366-2.216-.262-4.543-1.139-4.543-5.068-.014-1.017.356-2 1.03-2.745a3.832 3.832 0 01.1-2.722s.832-.273 2.737 1.06a9.644 9.644 0 012.505-.354c.842.008 1.68.127 2.493.354 1.906-1.333 2.737-1.06 2.737-1.06.365.862.4 1.834.1 2.722a4.003 4.003 0 011.03 2.745c0 3.94-2.338 4.806-4.554 5.057.237.25.42.549.536.877.116.327.164.677.14 1.025v2.813c0 .342.177.592.687.49a9.996 9.996 0 004.934-3.733A10.446 10.446 0 0022 12.25a10.5 10.5 0 00-.764-3.935 10.272 10.272 0 00-2.176-3.333 9.956 9.956 0 00-3.254-2.218A9.736 9.736 0 0011.972 2z"}));Hl.displayName="Github";var Tl=Hl;var T2=o(r()),Ul=({size:e,...t})=>T2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T2.createElement("path",{fillRule:"evenodd",d:"M12.505,15.955 C10.636,15.955 8.88,15.228 7.558,13.908 C6.236,12.589 5.509,10.835 5.509,8.97 C5.509,7.273 6.109,5.67 7.212,4.401 L8.649,5.853 C7.878,6.732 7.395,7.872 7.395,9.134 C7.395,11.895 9.633,14.134 12.395,14.134 C13.72,14.134 14.916,13.609 15.811,12.767 L17.107,14.232 C15.831,15.346 14.215,15.955 12.505,15.955 M12.395,5.098 C14.62,5.098 16.431,6.908 16.431,9.134 C16.431,11.359 14.62,13.17 12.395,13.17 C10.169,13.17 8.359,11.359 8.359,9.134 C8.359,6.908 10.169,5.098 12.395,5.098 M18.165,14.62 L18.5,14.286 L16.48,12.004 C17.052,11.19 17.395,10.204 17.395,9.134 C17.395,6.372 15.155,4.134 12.395,4.134 C11.258,4.134 10.222,4.527 9.382,5.166 L7.203,3 L6.845,3.319 C5.333,4.828 4.5,6.835 4.5,8.97 C4.5,11.104 5.333,13.111 6.845,14.62 C8.247,16.02 10.078,16.828 12.042,16.939 L12.042,19 L10.042,19 L10.042,20 L15.042,20 L15.042,19 L13.042,19 L13.042,16.935 C14.978,16.808 16.78,16.003 18.165,14.62"}));Ul.displayName="Globe";var Dl=Ul;var U2=o(r()),zl=({size:e,...t})=>U2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U2.createElement("path",{d:"M12,9.5 C12,9.775 11.775,10 11.5,10 L10.5,10 C10.225,10 10,9.775 10,9.5 L10,8.5 C10,8.225 10.225,8 10.5,8 L11.5,8 C11.775,8 12,8.225 12,8.5 L12,9.5 Z M13,8.5 C13,7.673 12.327,7 11.5,7 L10.5,7 C9.673,7 9,7.673 9,8.5 L9,9.5 C9,10.327 9.673,11 10.5,11 L11.5,11 C12.327,11 13,10.327 13,9.5 L13,8.5 Z M16,13.5 C16,13.775 15.775,14 15.5,14 L14.5,14 C14.225,14 14,13.775 14,13.5 L14,12.5 C14,12.225 14.225,12 14.5,12 L15.5,12 C15.775,12 16,12.225 16,12.5 L16,13.5 Z M15.5,11 L14.5,11 C13.673,11 13,11.673 13,12.5 L13,13.5 C13,14.327 13.673,15 14.5,15 L15.5,15 C16.327,15 17,14.327 17,13.5 L17,12.5 C17,11.673 16.327,11 15.5,11 L15.5,11 Z M11,15.5 C11,15.775 10.775,16 10.5,16 L8.5,16 C8.225,16 8,15.775 8,15.5 L8,13.5 C8,13.225 8.225,13 8.5,13 L10.5,13 C10.775,13 11,13.225 11,13.5 L11,15.5 Z M10.5,12 L8.5,12 C7.673,12 7,12.673 7,13.5 L7,15.5 C7,16.327 7.673,17 8.5,17 L10.5,17 C11.327,17 12,16.327 12,15.5 L12,13.5 C12,12.673 11.327,12 10.5,12 L10.5,12 Z M18,17 C18,17.552 17.552,18 17,18 L7,18 C6.448,18 6,17.552 6,17 L6,7 C6,6.448 6.448,6 7,6 L17,6 C17.552,6 18,6.448 18,7 L18,17 Z M17,5 L7,5 C5.896,5 5,5.896 5,7 L5,17 C5,18.104 5.896,19 7,19 L17,19 C18.104,19 19,18.104 19,17 L19,7 C19,5.896 18.104,5 17,5 L17,5 Z"}));zl.displayName="Group";var Il=zl;var D2=o(r()),_l=({size:e,...t})=>D2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D2.createElement("path",{fillRule:"evenodd",d:"M7,17 L17,17 L17,7 L7,7 L7,17 Z M17,5 L7,5 C5.896,5 5,5.896 5,7 L5,17 C5,18.104 5.896,19 7,19 L17,19 C18.104,19 19,18.104 19,17 L19,7 C19,5.896 18.104,5 17,5 L17,5 Z M9,16 L11,16 C11.553,16 12,15.553 12,15 L12,13 C12,12.447 11.553,12 11,12 L9,12 C8.447,12 8,12.447 8,13 L8,15 C8,15.553 8.447,16 9,16 L9,16 Z M11,11 L12,11 C12.553,11 13,10.553 13,10 L13,9 C13,8.447 12.553,8 12,8 L11,8 C10.447,8 10,8.447 10,9 L10,10 C10,10.553 10.447,11 11,11 L11,11 Z M13,14 C13,14.553 13.447,15 14,15 L15,15 C15.553,15 16,14.553 16,14 L16,13 C16,12.447 15.553,12 15,12 L14,12 C13.447,12 13,12.447 13,13 L13,14 Z"}));_l.displayName="GroupBold";var Wl=_l;var z2=o(r()),Ol=({size:e,...t})=>z2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z2.createElement("path",{d:"M19,8.506 L17.494,7 L18,7 C18.552,7 19,7.447 19,8 L19,8.506 Z M19,10 L17.494,10 L14.494,7 L16.506,7 L19,9.494 L19,10 Z M19,17 C19,17.553 18.552,18 18,18 L6,18 C5.448,18 5,17.553 5,17 L5,11 L19,11 L19,17 Z M5,8 C5,7.852 5.036,7.715 5.094,7.588 L7.506,10 L5,10 L5,8 Z M6,7 L7.506,7 L10.506,10 L8.494,10 L5.588,7.094 C5.714,7.036 5.852,7 6,7 L6,7 Z M10.506,7 L13.506,10 L11.494,10 L8.494,7 L10.506,7 Z M13.506,7 L16.506,10 L14.494,10 L11.494,7 L13.506,7 Z M18,6 L6,6 C4.896,6 4,6.896 4,8 L4,17 C4,18.105 4.896,19 6,19 L18,19 C19.104,19 20,18.105 20,17 L20,8 C20,6.896 19.104,6 18,6 L18,6 Z"}));Ol.displayName="Header";var jl=Ol;var I2=o(r()),$l=({size:e,...t})=>I2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I2.createElement("path",{fillRule:"evenodd",d:"M6,8 L6,12 L11,12 L11,8 L12,8 L12,17 L11,17 L11,13 L6,13 L6,16.98 L5,16.98 L5,8 L6,8 Z M18,8 L18,17 L17,17 L17,9 L14.49,10.84 L14.49,9.84 L17,8 L18,8 Z"}));$l.displayName="Heading1";var Jl=$l;var _2=o(r()),Yl=({size:e,...t})=>_2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_2.createElement("path",{fillRule:"evenodd",d:"M16.16,7.58 C16.6797622,7.5661335 17.1939048,7.69035588 17.65,7.94 C18.0683829,8.1757798 18.4142202,8.5216171 18.65,8.94 C18.8845202,9.35817955 19.0052056,9.83057663 19,10.31 C19.0028447,10.6974788 18.9173466,11.0805103 18.75,11.43 C18.5513169,11.8291437 18.2989787,12.1992396 18,12.53 C17.6931362,12.8655492 17.3722838,13.1879391 17.0383123,13.4963201 L16.7,13.8 L14.17,16.18 L18.98,16.18 L18.98,17 L12.98,17 L12.98,16.11 L16.16,13.11 C16.6570043,12.6536925 17.1060097,12.1477238 17.5,11.6 C17.7934294,11.2029874 17.9543755,10.7236478 17.96,10.23 C17.9669461,9.90828762 17.887523,9.59059511 17.73,9.31 C17.5808012,9.03244561 17.3552443,8.80341864 17.08,8.65 C16.775309,8.47801646 16.4297784,8.39163382 16.08,8.4 C15.5803119,8.39659538 15.0916262,8.54669169 14.68,8.83 C14.3042411,9.09535657 13.9801676,9.42619115 13.7229608,9.80605717 L13.6,10 L12.96,9.38 C13.3367873,8.82765039 13.8321786,8.36642408 14.41,8.03 C14.9440661,7.72984886 15.5473914,7.57470809 16.16,7.58 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z"}));Yl.displayName="Heading2";var ql=Yl;var W2=o(r()),Ql=({size:e,...t})=>W2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W2.createElement("path",{fillRule:"evenodd",d:"M14.07,8.23 C15.058079,7.6981797 16.2376343,7.65750537 17.26,8.12 C17.6633262,8.32265963 18.0077055,8.62571338 18.26,9 C18.5061092,9.38811276 18.6314065,9.84057522 18.62,10.299992 C18.6214595,10.7113389 18.487971,11.1118046 18.24,11.44 C17.9968208,11.7400107 17.6915185,11.9826305 17.3460058,12.1516806 L17.17,12.23 L17.02,12.23 C17.1351937,12.2606457 17.2486856,12.2973637 17.36,12.34 C17.8043383,12.5342857 18.1903613,12.8410361 18.48,13.23 C18.7479301,13.609896 18.8880223,14.0651956 18.88,14.53 C18.8826192,15.0158326 18.7436209,15.4919018 18.48,15.9 C18.2137164,16.3293527 17.8327129,16.6757195 17.38,16.9 C16.873654,17.1497081 16.3144162,17.2732207 15.75,17.26 C15.109896,17.2661643 14.4780685,17.1150751 13.91,16.82 C13.4278431,16.5685832 12.9959218,16.2322182 12.6346525,15.8278012 L12.46,15.62 L13.13,15 C13.4350191,15.4064552 13.8194674,15.746675 14.26,16 C14.7075858,16.277824 15.2232099,16.4266282 15.75,16.43 C16.3183064,16.4569212 16.8757114,16.2675464 17.31,15.9 C17.6904591,15.5599824 17.9024966,15.0701029 17.89,14.56 C17.9045217,14.2040153 17.8027226,13.8529838 17.6,13.56 C17.3922975,13.2826347 17.1119784,13.0680694 16.79,12.94 C16.4988868,12.8180688 16.1900047,12.7457303 15.8761364,12.7254299 L15.64,12.72 L14.75,12.72 L14.75,11.9 L15.64,11.9 C15.9832416,11.899737 16.3230605,11.8317732 16.64,11.7 C16.9236468,11.5727987 17.1711082,11.3768918 17.36,11.13 C17.5336864,10.8772001 17.6245405,10.5766825 17.62,10.27 C17.6362608,9.81497003 17.44496,9.37718556 17.1,9.08 C16.719222,8.76363215 16.2346409,8.59972972 15.74,8.62 C15.2629606,8.61526516 14.7945259,8.74712086 14.39,9 C14.054909,9.23455637 13.7627381,9.52415086 13.5255896,9.85595499 L13.39,10.06 L12.72,9.44 C13.0838719,8.94982245 13.5430659,8.53824863 14.07,8.23 Z M5,8.01 L5,12.01 L10,12.01 L10,8.01 L11,8.01 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8.01 L5,8.01 Z"}));Ql.displayName="Heading3";var Xl=Ql;var O2=o(r()),Kl=({size:e,...t})=>O2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O2.createElement("path",{fillRule:"evenodd",d:"M18.93,8 L18.93,13.92 L20.34,13.92 L20.34,14.7 L18.93,14.7 L18.93,17 L18,17 L18,14.7 L13.24,14.7 L13.24,13.92 L18,8 L18.93,8 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z M18,9.21 L14.23,13.92 L18,13.92 L18,9.21 Z"}));Kl.displayName="Heading4";var es=Kl;var j2=o(r()),ts=({size:e,...t})=>j2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j2.createElement("path",{fillRule:"evenodd",d:"M19.43,8 L19.43,8.77 L15.27,8.77 L14.9,12 L15.029384,11.8590648 C15.2533377,11.6327112 15.5179735,11.4497122 15.81,11.32 C16.1853834,11.1572311 16.590872,11.0754519 17,11.08 C17.5390523,11.0692539 18.0710384,11.2039776 18.54,11.47 C18.9870975,11.71856 19.3572529,12.0852561 19.61,12.53 C19.874284,12.9960273 20.0089482,13.5243253 20,14.06 C20.015535,14.6294031 19.8773585,15.1924726 19.6,15.69 C19.3357381,16.1644151 18.9444151,16.5557381 18.47,16.82 C17.9682044,17.0967425 17.4029926,17.2380455 16.83,17.23 C16.1896725,17.244559 15.557334,17.0856106 15,16.77 C14.5111597,16.4906051 14.0876134,16.1116241 13.7562772,15.658608 L13.62,15.46 L14.29,14.86 C14.5682634,15.3034591 14.9279228,15.6902625 15.35,16 C15.7765718,16.2811591 16.2793049,16.4242984 16.79,16.41 C17.192187,16.4207732 17.5886533,16.3129622 17.93,16.1 C18.2602783,15.8945946 18.5295889,15.6045678 18.71,15.26 C18.9042733,14.8900834 19.0039061,14.4778099 19,14.06 C19.0095516,13.6706755 18.9200896,13.2853007 18.74,12.94 C18.5548648,12.6231814 18.2892115,12.3609781 17.97,12.18 C17.630668,11.991669 17.248061,11.8951555 16.86,11.9 C16.4348407,11.8927643 16.0159981,12.0035326 15.65,12.22 C15.3509544,12.4086568 15.0880919,12.6483874 14.8731331,12.9277316 L14.75,13.1 L13.88,13.1 L14.46,8 L19.43,8 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z"}));ts.displayName="Heading5";var rs=ts;var $2=o(r()),os=({size:e,...t})=>$2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$2.createElement("path",{fillRule:"evenodd",d:"M18.65,8 C17.9327687,8.54598865 17.2482545,9.13366905 16.6,9.76 C16.1184957,10.2214974 15.6892449,10.7345862 15.32,11.29 C15.206268,11.4759157 15.106011,11.6697459 15.02,11.87 C15.1557105,11.7243738 15.3065634,11.5936346 15.47,11.48 C15.9297924,11.1964974 16.4598365,11.0475307 17,11.05 C17.4415268,11.0654999 17.8735659,11.1763816 18.26677,11.3740018 L18.46,11.48 C18.9120613,11.7130099 19.2974651,12.0571204 19.58,12.48 C19.8601776,12.9370785 20.0057509,13.463915 20,14 C20.0352867,15.1101322 19.4543369,16.1489165 18.49,16.7 C17.9831814,16.9823853 17.4100102,17.1239517 16.83,17.11 C16.2359581,17.1246581 15.6488692,16.9796126 15.13,16.69 C14.6527748,16.4115041 14.2617334,16.0066205 14,15.52 C13.725153,14.9926458 13.5875867,14.4045496 13.6,13.81 C13.6046641,13.1627138 13.7407481,12.5231186 14,11.93 C14.2906892,11.2314721 14.6851305,10.5808124 15.17,10 C15.7064575,9.38547442 16.2937949,8.81770036 16.9256186,8.30265324 L17.31,8 L18.65,8 Z M5,8 L5,12 L10,12 L10,8 L11,8 L11,17 L10,17 L10,13 L5,13 L5,16.98 L4,16.98 L4,8 L5,8 Z M16.78,11.85 C16.3746367,11.843653 15.9746867,11.9436405 15.62,12.14 C15.2861537,12.3243108 15.0067731,12.593344 14.81,12.92 C14.6138659,13.2638928 14.5137095,13.6541576 14.52,14.05 C14.4986627,14.8505863 14.9220369,15.5972645 15.62,15.99 C15.9720587,16.1939494 16.3732059,16.2976944 16.78,16.29 C17.1866747,16.2966839 17.587556,16.1930077 17.94,15.99 C18.2727745,15.7954256 18.551307,15.5203318 18.75,15.19 C18.9513707,14.8441707 19.0550596,14.4501531 19.05,14.05 C19.0578925,13.6526598 18.9539391,13.2611017 18.75,12.92 C18.5532269,12.593344 18.2738463,12.3243108 17.94,12.14 C17.5848046,11.9449352 17.185203,11.8450348 16.78,11.85 Z"}));os.displayName="Heading6";var as=os;var J2=o(r()),Ls=({size:e,...t})=>J2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J2.createElement("path",{d:"M11.808,17.897 C11.628,18.032 11.372,18.032 11.193,17.896 C9.741,16.801 5,13.004 5,10.112 C5,8.163 6.181,7 8.159,7 C9.405,7 10.537,7.725 11.044,8.849 L11.5,9.69 L11.956,8.849 C12.463,7.725 13.597,7 14.843,7 C16.82,7 18,8.163 18,10.112 C18,13.004 13.26,16.801 11.808,17.897 M14.843,6 C13.51,6 12.275,6.633 11.5,7.667 C10.726,6.633 9.491,6 8.159,6 C5.632,6 4,7.614 4,10.112 C4,13.376 8.61,17.202 10.591,18.694 C10.855,18.894 11.169,19 11.5,19 C11.831,19 12.146,18.894 12.41,18.695 C14.391,17.202 19,13.376 19,10.112 C19,7.614 17.369,6 14.843,6"}));Ls.displayName="Heart";var ls=Ls;var Y2=o(r()),ss=({size:e,...t})=>Y2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y2.createElement("path",{d:"M9,13.631 C7.021,11.792 6.505,10.667 6.294,9.5 C6.083,8.334 6.593,7.264 8,7.264 C8.509,7.264 9,7.732 9,8.114 L9,13.631 Z M16,5 C14.297,5 12.651,6.007 12,7.452 C11.349,6.007 9.703,5 8,5 C5.691,5 4,6.227 4,9 C4,13.31 12,19 12,19 C12,19 20,13.31 20,9 C20,6.227 18.309,5 16,5 L16,5 Z"}));ss.displayName="HeartBold";var is=ss;var q2=o(r()),Cs=({size:e,...t})=>q2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q2.createElement("path",{fillRule:"evenodd",d:"M12.9264213,15.0001955 C12.9264213,14.5981955 12.9644213,14.2571955 13.0394213,13.9781955 C13.1154213,13.6981955 13.2234213,13.4551955 13.3624213,13.2481955 C13.5022865,13.0422295 13.6668442,12.8541635 13.8524213,12.6881955 C14.0384213,12.5201955 14.2424213,12.3461955 14.4624213,12.1681955 C14.6494213,12.0111955 14.8364213,11.8521955 15.0224213,11.6901955 C15.2084213,11.5281955 15.3744213,11.3441955 15.5204213,11.1371955 C15.6750362,10.9111915 15.7928325,10.6620979 15.8694213,10.3991955 C15.962773,10.0694885 16.0069159,9.72780166 16.0004213,9.38519545 C16.0004213,8.84919545 15.9014213,8.36919545 15.7034213,7.94519545 C15.5159303,7.53386324 15.2384321,7.16990318 14.8914213,6.88019545 C14.5347392,6.58793616 14.1258405,6.36601103 13.6864213,6.22619545 C13.2036074,6.07189702 12.6992706,5.99560511 12.1924213,6.00019545 C11.5524213,6.00019545 10.9724213,6.09819545 10.4544213,6.29319545 C9.9364213,6.48919545 9.4944213,6.76519545 9.1274213,7.12319545 C8.75657225,7.48649334 8.47014283,7.92689137 8.2884213,8.41319545 C8.09035768,8.94979467 7.99273194,9.5182612 8.0004213,10.0901955 L9.9914213,10.0901955 C9.9914213,9.33019545 10.1634213,8.72419545 10.5074213,8.27219545 C10.8504213,7.81919545 11.3834213,7.59319545 12.1054213,7.59319545 C12.2564213,7.59319545 12.4314213,7.62719545 12.6294213,7.69319545 C12.8274213,7.76119545 13.0134213,7.86719545 13.1884213,8.01319545 C13.3745402,8.17317975 13.5259759,8.36953574 13.6334213,8.59019545 C13.7554213,8.83019545 13.8174213,9.11819545 13.8174213,9.45419545 C13.8174213,9.73319545 13.7794213,9.97419545 13.7034213,10.1741955 C13.6274213,10.3751955 13.5234213,10.5571955 13.3894213,10.7191955 C13.2554213,10.8811955 13.1034213,11.0291955 12.9344213,11.1631955 C12.7664213,11.2971955 12.5884213,11.4431955 12.4024213,11.5991955 C12.1694213,11.7891955 11.9684213,11.9811955 11.7994213,12.1771955 C11.624853,12.3817753 11.4807025,12.6104626 11.3714213,12.8561955 C11.2554213,13.1131955 11.1714213,13.4121955 11.1184213,13.7521955 C11.0664213,14.0931955 11.0394213,14.5091955 11.0394213,15.0011955 L12.9264213,15.0011955 L12.9264213,15.0001955 Z M13.0004213,18.0001955 L13.0004213,16.0001955 L11.0004213,16.0001955 L11.0004213,18.0001955 L13.0004213,18.0001955 Z"}));Cs.displayName="HelpBold";var ns=Cs;var Q2=o(r()),ps=({size:e,...t})=>Q2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q2.createElement("path",{fillRule:"evenodd",d:"M12,19 C8.141,19 5,15.859 5,12 C5,8.141 8.141,5 12,5 C15.859,5 19,8.141 19,12 C19,15.859 15.859,19 12,19 L12,19 Z M12,4 C7.589,4 4,7.589 4,12 C4,16.411 7.589,20 12,20 C16.411,20 20,16.411 20,12 C20,7.589 16.411,4 12,4 L12,4 Z M11.5,16.5 L12.5,16.5 L12.5,15.5 L11.5,15.5 L11.5,16.5 Z M12.023,7.604 C11.146,7.604 9.5,7.979 9.5,10.5 L10.5,10.5 C10.5,9.062 11.042,8.441 11.986,8.441 C12.225,8.441 12.451,8.488 12.665,8.57 C12.879,8.653 13.623,8.984 13.623,10.248 C13.623,11.774 11.5,11.521 11.5,14.5 L12.5,14.5 C12.5,12.75 13.021,12.625 13.455,12.176 C13.755,11.867 14.529,11.385 14.529,10.031 C14.529,9.283 13.979,7.604 12.023,7.604 L12.023,7.604 Z"}));ps.displayName="HelpCircle";var ds=ps;var X2=o(r()),cs=({size:e,...t})=>X2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X2.createElement("path",{d:"M13.986,14.214 C14.3,13.722 14.485,13.133 14.485,12.5 C14.485,10.786 13.146,9.391 11.5,9.391 C10.848,9.391 10.25,9.616 9.759,9.986 L7.863,8.091 C8.867,7.467 10.076,7.036 11.5,7.036 C16.068,7.036 18.433,11.49 18.911,12.5 C18.63,13.097 17.689,14.887 16.03,16.258 L13.986,14.214 Z M10.494,10.722 C10.79,10.539 11.132,10.427 11.5,10.427 C12.597,10.427 13.49,11.357 13.49,12.5 C13.49,12.854 13.396,13.182 13.246,13.473 L10.494,10.722 Z M12.815,14.043 C12.464,14.368 12.006,14.572 11.5,14.572 C10.402,14.572 9.509,13.643 9.509,12.5 C9.509,12.003 9.685,11.552 9.967,11.195 L12.815,14.043 Z M4.089,12.499 C4.386,11.867 5.419,9.89 7.269,8.497 L9.251,10.479 C8.799,11.024 8.514,11.725 8.514,12.5 C8.514,14.214 9.853,15.609 11.5,15.609 C12.288,15.609 13,15.283 13.534,14.762 L15.461,16.689 C14.395,17.427 13.084,17.964 11.5,17.964 C6.931,17.964 4.567,13.51 4.089,12.499 Z M20,12.5 L19.918,12.298 C19.813,12.041 17.293,6 11.5,6 C9.743,6 8.292,6.56 7.113,7.341 L5,5.228 L4.5,5.728 L6.534,7.762 C4.228,9.567 3.149,12.133 3.082,12.298 L3,12.5 L3.082,12.702 C3.186,12.959 5.707,19 11.5,19 C13.421,19 14.974,18.331 16.207,17.434 L18.5,19.728 L19,19.228 L16.769,16.996 C18.868,15.213 19.853,12.86 19.918,12.702 L20,12.5 Z"}));cs.displayName="Hide";var us=cs;var K2=o(r()),ms=({size:e,...t})=>K2.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K2.createElement("path",{d:"M15.252,15.25 L13.92,13.616 C14.297,13.176 14.529,12.61 14.529,11.984 C14.529,10.604 13.434,9.484 12.029,9.484 C11.583,9.484 11.175,9.607 10.815,9.806 L9.665,8.394 C10.351,8.083 11.128,7.886 12,7.886 C15.465,7.886 17.457,10.993 18.047,12.078 C17.678,12.763 16.755,14.246 15.252,15.25 M12,16.266 C8.535,16.266 6.544,13.162 5.953,12.076 C6.328,11.388 7.265,9.894 8.778,8.889 L10.056,10.457 C9.73,10.881 9.529,11.406 9.529,11.984 C9.529,13.365 10.625,14.492 12.029,14.492 C12.43,14.492 12.799,14.393 13.131,14.23 L14.366,15.746 C13.674,16.063 12.886,16.266 12,16.266 M19.839,12.445 L20,12.076 L19.839,11.707 C19.739,11.476 17.33,6.076 12,6.076 C10.644,6.076 9.479,6.427 8.49,6.953 L6.898,5 L6.123,5.631 L7.634,7.485 C5.329,9.102 4.227,11.553 4.16,11.707 L4,12.076 L4.16,12.445 C4.26,12.675 6.669,18.076 12,18.076 C13.369,18.076 14.543,17.716 15.537,17.183 L17.002,18.98 L17.777,18.348 L16.392,16.648 C18.678,15.031 19.773,12.599 19.839,12.445"}));ms.displayName="HideBold";var fs=ms;var e4=o(r()),hs=({size:e,...t})=>e4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},e4.createElement("path",{d:"M11.712,11.664 L10.423,10.414 C10.704,10.019 10.873,9.536 10.873,9.002 C10.873,7.655 9.829,6.599 8.496,6.599 C7.937,6.599 7.418,6.786 6.992,7.087 L5.76,5.893 C6.488,5.436 7.364,5.118 8.398,5.118 C11.621,5.118 13.475,8.189 13.907,9 C13.655,9.474 12.918,10.711 11.712,11.664 L11.712,11.664 Z M7.701,7.774 C7.937,7.642 8.207,7.56 8.496,7.56 C9.287,7.56 9.883,8.18 9.883,9.002 C9.883,9.268 9.816,9.508 9.704,9.717 L7.701,7.774 Z M9.246,10.223 C9.032,10.36 8.777,10.441 8.496,10.441 C7.651,10.441 6.938,9.783 6.938,9.002 C6.938,8.72 7.033,8.456 7.191,8.23 L9.246,10.223 Z M8.398,12.885 C5.164,12.885 3.455,9.785 3.075,9 C3.301,8.536 3.997,7.261 5.197,6.296 L6.492,7.552 C6.157,7.959 5.947,8.46 5.947,9.002 C5.947,10.303 7.114,11.402 8.496,11.402 C9.05,11.402 9.548,11.212 9.947,10.903 L11.146,12.064 C10.38,12.545 9.466,12.885 8.398,12.885 L8.398,12.885 Z M14.912,9.195 L15,9 L14.912,8.806 C14.825,8.617 12.744,4.158 8.398,4.158 C7.045,4.158 5.932,4.589 5.035,5.189 L2.778,3 L2.288,3.475 L4.481,5.602 C2.871,6.928 2.121,8.705 2.073,8.823 L2,9 L2.072,9.178 C2.15,9.368 4.037,13.846 8.398,13.846 C9.783,13.846 10.936,13.391 11.87,12.767 L14.173,15 L14.663,14.526 L12.426,12.356 C14.049,11.04 14.858,9.311 14.912,9.195 L14.912,9.195 Z"}));hs.displayName="HideSmall";var xs=hs;var X=o(r()),gs=({size:e,...t})=>X.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X.createElement("path",{d:"M18.955 21.5c-3.296 0-4.455-2.695-4.455-4.294 0-3.05 4.455-9.706 4.455-9.706s4.545 6.656 4.545 9.706c0 1.6-1.249 4.294-4.545 4.294Z",className:"highlightcolor-custom-color"}),X.createElement("path",{d:"M17.992 3v1.09c0 .19-.06.38-.17.53-.77 1.06-2.338 3.5-3.678 6.14-.3.6-.6 1.22-.86 1.83l-2.888-7.42c-.3-.73-.94-1.18-1.68-1.18s-1.38.45-1.679 1.18L2.55 15.71c-.26.61.19 1.29.85 1.29.37 0 .7-.22.84-.55L5.767 13h5.617l.98 2.44c-.33 1.64-.25 3.21.61 4.56H1.999C.9 20 0 19.1 0 18V3c.01-1.1.91-2 2.01-2h13.983c1.1 0 2 .9 2 2Zm.13 4.39c-.42.66-4.118 6.56-4.118 9.61 0 1.92 1.35 5 4.958 5C22.571 22 24 19.06 24 17c0-3.05-3.768-8.96-4.198-9.62l-.85-1.3-.83 1.31Zm.83.56s4.038 6.2 4.038 9.04c0 1.49-1.11 4-4.038 4-2.929 0-3.958-2.51-3.958-4 0-2.84 3.958-9.04 3.958-9.04ZM8.716 6.34l-2.059 4.65h3.929l-1.87-4.65Z"}));gs.displayName="HighlightColor";var vs=gs;var t4=o(r()),Rs=({size:e,...t})=>t4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t4.createElement("path",{d:"M5.7 6.511l1.414 1.414-.708.708-1.414-1.414.708-.708zm6.277-2.001h-1v2h1v-2zm-7.985 9.002h2v-1.001h-2v1.001zm9.999 2.499l.01 2.531c.002.997-.787 1.948-2.016 1.948-1.23 0-1.984-.948-1.984-1.948l-.01-2.531c-.984-.521-2.015-2.121-2.015-3.5 0-2.205 1.795-4 4-4s4 1.795 4 4c0 1.377-.984 2.996-1.985 3.5zm-1 2.667l-.015-2.168h-2l.015 2.168c0 .552.517.837 1.016.833.499-.003.984-.281.985-.833zm1.059-4.012a2.97 2.97 0 00.926-2.155c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .839.349 1.594.907 2.137.092.089.197.162.302.235.163.113.324.224.432.396.03.05.05.131.073.222l.002.01h2.58a.65.65 0 01.067-.246c.105-.167.26-.271.418-.377.1-.068.203-.136.293-.222zm3.958-2.156v1h2v-1h-2zm.292-5.999l-1.414 1.414.708.708 1.414-1.414-.708-.708z"}));Rs.displayName="Hint";var Ms=Rs;var r4=o(r()),Ss=({size:e,...t})=>r4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r4.createElement("path",{fillRule:"evenodd",d:"M16.997,17.554 C16.997,17.832 16.851,18 16.57,18 L13.997,18 L13.997,13 L8.997,13 L8.997,18 L6.425,18 C6.144,18 5.997,17.832 5.997,17.554 L5.997,10.996 L11.497,6.414 L16.997,10.996 L16.997,17.554 Z M9.997,18 L12.997,18 L12.997,14 L9.997,14 L9.997,18 Z M11.5,5 L3,12 L4.997,12 L4.997,17.554 C4.997,18.39 5.585,19 6.425,19 L16.57,19 C17.41,19 17.997,18.39 17.997,17.554 L17.997,12 L20,12 L11.5,5 Z"}));Ss.displayName="Home";var Zs=Ss;var o4=o(r()),Bs=({size:e,...t})=>o4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o4.createElement("path",{fillRule:"evenodd",d:"M15.9614772,17 L13.9614772,17 L13.9614772,13 L9.96147721,13 L9.96147721,17 L7.96147721,17 L7.96147721,10 L11.9614772,7 L15.9614772,10 L15.9614772,17 Z M19.6234772,10.222 L11.9614772,4 L4.37947721,10.219 C3.63747721,10.809 4.05647721,12 5.00647721,12 L5.96147721,12 L5.96147721,17 C5.96147721,18.104 6.85747721,19 7.96147721,19 L15.9614772,19 C17.0654772,19 17.9614772,18.104 17.9614772,17 L17.9614772,12 L18.9924772,12 C19.9354772,12 20.3564772,10.816 19.6234772,10.222 L19.6234772,10.222 Z"}));Bs.displayName="HomeBold";var Ps=Bs;var a4=o(r()),Vs=({size:e,...t})=>a4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},a4.createElement("path",{fillRule:"evenodd",d:"M13.2563856,9.0375 C13.0963856,9.0375 12.9663856,9.1675 12.9663856,9.3275 L12.9663856,14.0275 L10.9853856,14.0275 L10.9853856,10.0275 L6.9853856,10.0275 L6.9853856,14.0275 L5.0353856,14.0275 L5.0353856,9.3375 C5.0353856,9.2575 5.0063856,9.1875 4.9563856,9.1375 C4.9053856,9.0775 4.8253856,9.0075 4.7563856,9.0175 L3.4363856,9.0175 L9.0063856,4.0975 L14.6553856,9.0375 L13.2563856,9.0375 Z M7.9853856,14.0275 L9.9853856,14.0275 L9.9853856,11.0275 L7.9853856,11.0275 L7.9853856,14.0275 Z M15.8863856,9.1075 L9.1953856,3.0675 C9.0863856,2.9775 8.9263856,2.9775 8.8163856,3.0675 L2.0753856,9.1275 C1.9853856,9.1975 1.9853856,9.7575 2.0263856,9.8675 C2.0753856,9.9875 2.1763856,10.0575 2.2963856,10.0575 L4.0663856,10.0575 L4.0663856,14.7075 C4.0663856,14.8675 4.1953856,14.9975 4.3563856,14.9975 L13.6553856,14.9975 C13.8163856,14.9975 13.9453856,14.8675 13.9453856,14.7075 L13.9453856,10.0475 L15.7063856,10.0375 C15.8163856,10.0375 15.9263856,9.5375 15.9663856,9.4275 C16.0063856,9.3075 15.9763856,9.1875 15.8863856,9.1075 L15.8863856,9.1075 Z"}));Vs.displayName="HomeSmall";var bs=Vs;var L4=o(r()),ws=({size:e,...t})=>L4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L4.createElement("path",{fillRule:"evenodd",d:"M21,14.078 L15.622,10.27 C15.435,10.138 15.184,10.149 15.009,10.298 L9.72,14.792 L6.69,13.076 C6.531,12.984 6.332,12.99 6.177,13.089 L3,15.106 L3,6.5 C3,6.224 3.224,6 3.5,6 L20.5,6 C20.776,6 21,6.224 21,6.5 L21,14.078 Z M21,17.5 C21,17.776 20.776,18 20.5,18 L3.5,18 C3.224,18 3,17.776 3,17.5 L3,16.29 L6.459,14.094 L9.531,15.834 C9.711,15.937 9.939,15.917 10.102,15.78 L15.361,11.311 L21,15.305 L21,17.5 Z M20.5,5 L3.5,5 C2.672,5 2,5.672 2,6.5 L2,17.5 C2,18.328 2.672,19 3.5,19 L20.5,19 C21.328,19 22,18.328 22,17.5 L22,6.5 C22,5.672 21.328,5 20.5,5 L20.5,5 Z M6,8 C5.447,8 5,8.447 5,9 C5,9.553 5.447,10 6,10 C6.553,10 7,9.553 7,9 C7,8.447 6.553,8 6,8 L6,8 Z"}));ws.displayName="HorizontalImage";var Gs=ws;var l4=o(r()),As=({size:e,...t})=>l4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l4.createElement("path",{d:"M4.078,17 L7.078,13.996 L9,15.994 L14.078,10.997 L19.078,17 L4.078,17 Z M6.5,8 C7.328,8 8,8.672 8,9.5 C8,10.328 7.328,11 6.5,11 C5.672,11 5,10.328 5,9.5 C5,8.672 5.672,8 6.5,8 L6.5,8 Z M18,5 L5,5 C3.343,5 2,6.343 2,8 L2,16 C2,17.657 3.343,19 5,19 L18,19 C19.657,19 21,17.657 21,16 L21,8 C21,6.343 19.657,5 18,5 L18,5 Z"}));As.displayName="HorizontalImageBold";var ys=As;var s4=o(r()),Es=({size:e,...t})=>s4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s4.createElement("path",{d:"M8 11v1h8v-1h3v3h-3v-1H8v1H5v-3h3Z"}));Es.displayName="HorizontalLine";var Fs=Es;var i4=o(r()),Ns=({size:e,...t})=>i4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i4.createElement("path",{d:"M9 10H5v4h4v-1h6v1h4v-4h-4v1H9v-1Z"}));Ns.displayName="HorizontalLineBold";var ks=Ns;var C4=o(r()),Hs=({size:e,...t})=>C4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C4.createElement("path",{fillRule:"evenodd",d:"M18.5,7 C19.8807119,7 21,8.11928813 21,9.5 L21,13.5 C21,14.8807119 19.8807119,16 18.5,16 L4.5,16 C3.11928813,16 2,14.8807119 2,13.5 L2,9.5 C2,8.83695878 2.2633921,8.20107399 2.73223305,7.73223305 C3.20107399,7.2633921 3.83695878,7 4.5,7 L18.5,7 Z M18.5,8 L4.5,8 C3.67157288,8 3,8.67157288 3,9.5 L3,13.5 C3,14.3284271 3.67157288,15 4.5,15 L18.5,15 C19.3284271,15 20,14.3284271 20,13.5 L20,9.5 C20,8.67157288 19.3284271,8 18.5,8 Z M8,11 L8,12 L5,12 L5,11 L8,11 Z M13,11 L13,12 L10,12 L10,11 L13,11 Z M18,11 L18,12 L15,12 L15,11 L18,11 Z"}));Hs.displayName="HorizontalMenu";var Ts=Hs;var n4=o(r()),Us=({size:e,...t})=>n4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n4.createElement("path",{fillRule:"evenodd",d:"M15,12 L18,12 L18,11 L15,11 L15,12 Z M10,12 L13,12 L13,11 L10,11 L10,12 Z M5,12 L8,12 L8,11 L5,11 L5,12 Z M18.82,7 L4.18,7 C2.98,7 2,7.98 2,9.18 L2,13.82 C2,15.02 2.98,16 4.18,16 L18.82,16 C20.02,16 21,15.02 21,13.82 L21,9.18 C21,7.98 20.02,7 18.82,7 L18.82,7 Z"}));Us.displayName="HorizontalMenuBold";var Ds=Us;var p4=o(r()),zs=({size:e,...t})=>p4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p4.createElement("path",{d:"m17 16 4-4-4-4v3H7V8l-4 4 4 4v-3h10v3Z"}));zs.displayName="HorizontalStretchBold";var Is=zs;var d4=o(r()),_s=({size:e,...t})=>d4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d4.createElement("path",{d:"M8.99963381,16 C9.2840291,16.3786237 9.62092465,16.7155597 9.99951255,17 L8.5638852,17 C7.60010387,17 7.08663621,16.9008448 6.55155544,16.6146805 C6.05136104,16.3471736 5.6528264,15.948639 5.38531951,15.4484446 C5.09915518,14.9133638 5,14.3998961 5,13.4361148 L5,8.5638852 C5,7.60010387 5.09915518,7.08663621 5.38531951,6.55155544 C5.6528264,6.05136104 6.05136104,5.6528264 6.55155544,5.38531951 C7.08663621,5.09915518 7.60010387,5 8.5638852,5 L13.4361148,5 C14.3998961,5 14.9133638,5.09915518 15.4484446,5.38531951 C15.948639,5.6528264 16.3471736,6.05136104 16.6146805,6.55155544 C16.9008448,7.08663621 17,7.60010387 17,8.5638852 L17,9.99951255 C16.7155597,9.62092465 16.3786237,9.2840291 16,8.99963381 L16,8.5638852 C16,7.67236646 15.9071744,7.34908022 15.7328673,7.0231543 C15.5585602,6.69722837 15.3027716,6.4414398 14.9768457,6.2671327 C14.6509198,6.09282561 14.3276335,6 13.4361148,6 L8.5638852,6 C7.67236646,6 7.34908022,6.09282561 7.0231543,6.2671327 C6.69722837,6.4414398 6.4414398,6.69722837 6.2671327,7.0231543 C6.09282561,7.34908022 6,7.67236646 6,8.5638852 L6,13.4361148 C6,14.3276335 6.09282561,14.6509198 6.2671327,14.9768457 C6.4414398,15.3027716 6.69722837,15.5585602 7.0231543,15.7328673 C7.34908022,15.9071744 7.67236646,16 8.5638852,16 L8.99963381,16 L8.99963381,16 Z M14,16 L17,16 L17,15 L18,15 L18,16 L19,16 L19,17 L14,17 L14,16 Z M13,18 L13,19 L12,19 L12,10 L13,10 L13,11 L14,11 L14,12 L13,12 L13,17 L14,17 L14,18 L13,18 Z M14,12 L15,12 L15,13 L14,13 L14,12 Z M15,13 L16,13 L16,14 L15,14 L15,13 Z M16,14 L17,14 L17,15 L16,15 L16,14 Z"}));_s.displayName="HoverBox";var Ws=_s;var c4=o(r()),Os=({size:e,...t})=>c4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c4.createElement("path",{d:"M19,11.9995125 C18.0877712,10.7853431 16.635599,10 15,10 C12.2385763,10 10,12.2385763 10,15 C10,16.635599 10.7853431,18.0877712 11.9995125,19 L8.5638852,19 C7.60010387,19 7.08663621,18.9008448 6.55155544,18.6146805 C6.05136104,18.3471736 5.6528264,17.948639 5.38531951,17.4484446 C5.09915518,16.9133638 5,16.3998961 5,15.4361148 L5,8.5638852 C5,7.60010387 5.09915518,7.08663621 5.38531951,6.55155544 C5.6528264,6.05136104 6.05136104,5.6528264 6.55155544,5.38531951 C7.08663621,5.09915518 7.60010387,5 8.5638852,5 L15.4361148,5 C16.3998961,5 16.9133638,5.09915518 17.4484446,5.38531951 C17.948639,5.6528264 18.3471736,6.05136104 18.6146805,6.55155544 C18.9008448,7.08663621 19,7.60010387 19,8.5638852 L19,11.9995125 Z M19,17 L16,17 L16,18 L15,18 L15,19 L14,19 L14,12 L15,12 L15,13 L16,13 L16,14 L17,14 L17,15 L18,15 L18,16 L19,16 L19,17 Z"}));Os.displayName="HoverBoxBold";var js=Os;var u4=o(r()),$s=({size:e,...t})=>u4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u4.createElement("path",{d:"M8.8796283,15.1746043 C9.05933938,15.3842672 9.03505861,15.6999172 8.82539569,15.8796283 C8.61573277,16.0593394 8.30008277,16.0350586 8.1203717,15.8253957 L4.84146111,11.9999909 L8.1203717,8.17460431 C8.30008277,7.96494139 8.61573277,7.94066062 8.82539569,8.1203717 C9.03505861,8.30008277 9.05933938,8.61573277 8.8796283,8.82539569 L6.15853889,11.9999909 L8.8796283,15.1746043 Z M17.8414611,11.9999909 L15.1203717,8.82539569 C14.9406606,8.61573277 14.9649414,8.30008277 15.1746043,8.1203717 C15.3842672,7.94066062 15.6999172,7.96494139 15.8796283,8.17460431 L19.1585389,11.9999909 L15.8796283,15.8253957 C15.6999172,16.0350586 15.3842672,16.0593394 15.1746043,15.8796283 C14.9649414,15.6999172 14.9406606,15.3842672 15.1203717,15.1746043 L17.8414611,11.9999909 Z M13.0404275,8.30304035 C13.1492053,8.04922546 13.4431448,7.93164967 13.6969596,8.04042748 C13.9507745,8.1492053 14.0683503,8.44314476 13.9595725,8.69695965 L10.9595725,15.6969596 C10.8507947,15.9507745 10.5568552,16.0683503 10.3030404,15.9595725 C10.0492255,15.8507947 9.93164967,15.5568552 10.0404275,15.3030404 L13.0404275,8.30304035 Z"}));$s.displayName="Html";var Js=$s;var m4=o(r()),Ys=({size:e,...t})=>m4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m4.createElement("path",{d:"M6.31707778,12 L8.7592566,14.8492086 C9.11867875,15.2685345 9.07011722,15.8998345 8.65079137,16.2592566 C8.23146553,16.6186788 7.60016555,16.5701172 7.2407434,16.1507914 L4.2407434,12.6507914 C3.9197522,12.2763016 3.9197522,11.7236984 4.2407434,11.3492086 L7.2407434,7.84920863 C7.60016555,7.42988278 8.23146553,7.38132125 8.65079137,7.7407434 C9.07011722,8.10016555 9.11867875,8.73146553 8.7592566,9.15079137 L6.31707778,12 Z M15.2407434,9.15079137 C14.8813212,8.73146553 14.9298828,8.10016555 15.3492086,7.7407434 C15.7685345,7.38132125 16.3998345,7.42988278 16.7592566,7.84920863 L19.7592566,11.3492086 C20.0802478,11.7236984 20.0802478,12.2763016 19.7592566,12.6507914 L16.7592566,16.1507914 C16.3998345,16.5701172 15.7685345,16.6186788 15.3492086,16.2592566 C14.9298828,15.8998345 14.8813212,15.2685345 15.2407434,14.8492086 L17.6829222,12 L15.2407434,9.15079137 Z M12.580855,8.1060807 C12.7984106,7.59845092 13.3862895,7.36329935 13.8939193,7.58085497 C14.4015491,7.79841059 14.6367007,8.38628952 14.419145,8.8939193 L11.419145,15.8939193 C11.2015894,16.4015491 10.6137105,16.6367007 10.1060807,16.419145 C9.59845092,16.2015894 9.36329935,15.6137105 9.58085497,15.1060807 L12.580855,8.1060807 Z"}));Ys.displayName="HtmlBold";var qs=Ys;var f4=o(r()),Qs=({size:e,...t})=>f4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f4.createElement("path",{d:"M12,4 C16.4183594,4 20,7.58164063 20,12 C20,16.4183594 16.4183594,20 12,20 C7.58164063,20 4,16.4183594 4,12 C4,7.58164063 7.58164063,4 12,4 Z M14.716222,7 C14.675273,7 14.5334478,7.02039614 14.4009409,7.04519914 C13.8151746,7.15564589 10.3622997,7.86706824 10.3033128,7.8897107 C10.2120112,7.92462501 10.12165,8.00741686 10.0788204,8.09548044 L10.0424878,8.17014868 C10.0424878,8.17014868 10.0253901,13.4513707 9.99888874,13.5107423 C9.9587092,13.6013121 9.86937387,13.6869559 9.78704858,13.7142651 C9.74806588,13.7272283 9.5937594,13.7630933 9.44424026,13.7938594 C8.75152807,13.9364549 8.49420812,14.0392102 8.27646926,14.260363 C8.15285308,14.3858471 8.06129506,14.5572211 8.02171394,14.7369779 C7.98392808,14.9088704 7.99666584,15.166061 8.05052351,15.3223976 C8.1630262,15.648639 8.41248122,15.8799032 8.74845049,15.9689174 C9.0656123,16.0528327 9.65924347,15.959411 9.96298363,15.7778393 C10.0897629,15.7018747 10.2530456,15.5425134 10.3380211,15.4114983 C10.371618,15.3596453 10.4222271,15.2551617 10.4504383,15.1793699 C10.5493483,14.91371 10.5524259,10.1824749 10.5650782,10.122844 C10.5864502,10.0218172 10.6533021,9.94775392 10.7453731,9.92269166 C10.8282968,9.90004922 14.1531956,9.21991147 14.2467199,9.2064297 C14.3347729,9.19381214 14.4179531,9.22552886 14.4579616,9.28723387 C14.4849759,9.32880264 14.5519988,12.5927724 14.4613812,12.7014908 C14.3955551,12.7806529 14.2585173,12.8111597 13.9206673,12.8826304 C13.4064548,12.9911759 13.2304343,13.0426831 13.03364,13.1421543 C12.78769,13.2664285 12.6511651,13.4026289 12.5456725,13.6287078 C12.4711266,13.7885876 12.4431719,13.9085408 12.4434284,14.0677293 C12.4438559,14.3524019 12.5388334,14.5749375 12.7529818,14.7926334 C12.9001072,14.9423156 13.0346659,15.0207864 13.2202611,15.0649478 C13.4287672,15.1146402 13.8534734,15.0818864 14.1439629,14.9937364 C14.5550764,14.8689437 14.8453094,14.5664682 14.9642237,14.1391999 C14.987391,14.0557167 14.9991884,13.9698137 14.9992739,13.8831328 C14.9998723,12.944681 15.0027789,7.2550307 14.9904686,7.21190634 C14.9517424,7.07682942 14.8519775,6.9997414 14.716222,7 L14.716222,7 Z"}));Qs.displayName="ITunes";var Xs=Qs;var h4=o(r()),Ks=({size:e,...t})=>h4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h4.createElement("path",{d:"M18,14.123 L14.355,9.577 C14.266,9.466 14.135,9.398 13.992,9.391 C13.854,9.374 13.713,9.435 13.612,9.535 L9.349,13.777 L7.633,12.605 C7.45,12.482 7.207,12.49 7.035,12.63 L5,14.282 L5,6.5 C5,6.224 5.225,6 5.5,6 L17.5,6 C17.775,6 18,6.224 18,6.5 L18,14.123 Z M18,17.5 C18,17.776 17.775,18 17.5,18 L5.5,18 C5.225,18 5,17.776 5,17.5 L5,15.57 L7.377,13.642 L9.126,14.837 C9.324,14.973 9.59,14.948 9.761,14.778 L13.923,10.637 L18,15.721 L18,17.5 Z M17.5,5 L5.5,5 C4.673,5 4,5.673 4,6.5 L4,17.5 C4,18.327 4.673,19 5.5,19 L17.5,19 C18.327,19 19,18.327 19,17.5 L19,6.5 C19,5.673 18.327,5 17.5,5 L17.5,5 Z M8,8 C7.447,8 7,8.448 7,9 C7,9.552 7.447,10 8,10 C8.553,10 9,9.552 9,9 C9,8.448 8.553,8 8,8 L8,8 Z"}));Ks.displayName="Image";var ei=Ks;var x4=o(r()),ti=({size:e,...t})=>x4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x4.createElement("path",{d:"M7.078,17 L10.078,13.996 L11.078,15.994 L14.078,11.997 L17.078,17 L7.078,17 Z M8.5,8 C9.328,8 10,8.671 10,9.5 C10,10.329 9.328,11 8.5,11 C7.672,11 7,10.329 7,9.5 C7,8.671 7.672,8 8.5,8 L8.5,8 Z M16,6 L8,6 C6.343,6 5,7.343 5,9 L5,16 C5,17.657 6.343,19 8,19 L16,19 C17.657,19 19,17.657 19,16 L19,9 C19,7.343 17.657,6 16,6 L16,6 Z"}));ti.displayName="ImageBold";var ri=ti;var g4=o(r()),oi=({size:e,...t})=>g4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g4.createElement("path",{d:"M20,16 C20,16.087 19.972,16.164 19.951,16.244 L17.717,14.01 C17.893,13.713 18,13.37 18,13 L18,7.5 L20,9.5 L20,16 Z M19,17 L7.5,17 L5.5,15 L16,15 C16.37,15 16.713,14.893 17.01,14.717 L19.244,16.951 C19.164,16.972 19.086,17 19,17 L19,17 Z M15.6,14 L6,14 L8.5,11.8 L10.5,13 L13,10.6 L15.6,14 Z M5,8 C5,7.447 5.447,7 6,7 L17,7 L17,13 C17,13.4 16.762,13.739 16.422,13.899 L13.1,9.6 L10.5,12.1 L8.5,11 L5,14 L5,8 Z M20.561,8.561 L18.439,6.439 C18.158,6.158 17.776,6 17.379,6 L6,6 C4.896,6 4,6.896 4,8 L4,14.379 C4,14.776 4.158,15.158 4.439,15.439 L6.561,17.561 C6.842,17.842 7.224,18 7.621,18 L19,18 C20.104,18 21,17.104 21,16 L21,9.621 C21,9.224 20.842,8.842 20.561,8.561 L20.561,8.561 Z M7,8 C6.447,8 6,8.447 6,9 C6,9.553 6.447,10 7,10 C7.553,10 8,9.553 8,9 C8,8.447 7.553,8 7,8 L7,8 Z"}));oi.displayName="ImageButton";var ai=oi;var v4=o(r()),Li=({size:e,...t})=>v4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v4.createElement("path",{d:"M19.462,19.49 C18.868,20.086 17.831,20.085 17.236,19.49 L11.23,13.485 L13.485,11.232 L19.492,17.238 C20.105,17.851 20.105,18.848 19.462,19.49 L19.462,19.49 Z M8.483,10.738 L10.736,8.483 L12.744,10.49 L10.489,12.743 L8.483,10.738 Z M20.233,16.497 L10.736,7 L7,10.738 L16.494,20.231 C16.989,20.727 17.648,21 18.349,21 C19.05,21 19.709,20.726 20.233,20.202 C21.255,19.18 21.255,17.518 20.233,16.497 L20.233,16.497 Z M5.886,5.114 L5.172,5.848 L6.776,7.5 L7.49,6.766 L5.886,5.114 Z M10,6 L11,6 L11,3 L10,3 L10,6 Z M3,10 L6,10 L6,9 L3,9 L3,10 Z M15.833,5.848 L15.119,5.114 L13.515,6.766 L14.229,7.5 L15.833,5.848 Z"}));Li.displayName="ImageEffect";var li=Li;var R4=o(r()),si=({size:e,...t})=>R4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R4.createElement("path",{d:"M10.372,12.197 L8.621,10.453 L10.596,8.487 L10.597,8.486 L12.348,10.23 L10.372,12.197 Z M20.704,17.128 L11.311,7.775 C11.114,7.578 10.855,7.48 10.597,7.48 C10.338,7.48 10.08,7.578 9.882,7.775 L7.906,9.742 C7.513,10.134 7.513,10.772 7.906,11.165 L17.309,20.527 C17.699,20.915 18.33,20.915 18.72,20.527 L20.704,18.551 C21.099,18.158 21.099,17.52 20.704,17.128 L20.704,17.128 Z M6.048,4.577 C5.653,4.184 5.014,4.185 4.619,4.577 C4.225,4.969 4.225,5.607 4.618,6 L5.342,6.72 C5.539,6.917 5.798,7.015 6.057,7.015 C6.315,7.015 6.573,6.917 6.77,6.721 C7.166,6.328 7.166,5.691 6.771,5.298 L6.048,4.577 Z M10.019,5.018 C10.577,5.018 11.019,4.567 11.019,4.012 L11.019,3.006 C11.019,2.45 10.577,2 10.019,2 C9.462,2 9.019,2.45 9.019,3.006 L9.019,4.012 C9.019,4.567 9.462,5.018 10.019,5.018 L10.019,5.018 Z M14.611,7.015 C14.87,7.015 15.129,6.917 15.326,6.72 L16.05,6 C16.444,5.607 16.444,4.97 16.05,4.577 C15.655,4.184 15.016,4.184 14.621,4.577 L13.897,5.298 C13.503,5.691 13.503,6.327 13.897,6.72 C14.095,6.917 14.353,7.015 14.611,7.015 L14.611,7.015 Z M4.021,8.876 L3.011,8.876 C2.453,8.876 2,9.321 2,9.876 C2,10.432 2.453,10.876 3.011,10.876 L4.021,10.876 C4.579,10.876 5.031,10.432 5.031,9.876 C5.031,9.321 4.579,8.876 4.021,8.876 L4.021,8.876 Z"}));si.displayName="ImageEffectBold";var ii=si;var M4=o(r()),Ci=({size:e,...t})=>M4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},M4.createElement("path",{d:"M14.455 14.436a1.945 1.945 0 01-2.732 0L6.146 8.854a.5.5 0 010-.707l2-2a.5.5 0 01.707 0l5.577 5.582c.747.747.773 1.96.025 2.707zM8.5 7.207L7.207 8.483l5.223 5.246a.914.914 0 001.293-1.293L8.5 7.207zM8 3h1v2H8V3zM3 8h2v1H3V8zm1.15-3.157a.494.494 0 01.699-.698L5.866 5.16a.494.494 0 010 .699.497.497 0 01-.703 0L4.15 4.842zm7.004 1.014a.492.492 0 01-.002-.695l.003-.003 1.016-1.006a.496.496 0 01.699.002.492.492 0 010 .695l-1.012 1.007a.5.5 0 01-.704 0z"}));Ci.displayName="ImageEffectSmall";var ni=Ci;var S4=o(r()),pi=({size:e,...t})=>S4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S4.createElement("path",{d:"M20.0000381,15.6315838 L17.0320381,11.9305838 C16.9430381,11.8185838 16.8120381,11.7515838 16.6700381,11.7435838 C16.5230381,11.7265838 16.3900381,11.7875838 16.2890381,11.8885838 L12.2050381,15.9525838 L10.5680381,14.8365838 C10.3870381,14.7125838 10.1440381,14.7215838 9.97203809,14.8615838 L8.00003809,16.4605838 L8.00003809,9.50058378 C8.00003809,9.22358378 8.22403809,9.00058378 8.50003809,9.00058378 L19.5000381,9.00058378 C19.7760381,9.00058378 20.0000381,9.22358378 20.0000381,9.50058378 L20.0000381,15.6315838 Z M20.0000381,18.5005838 C20.0000381,18.7765838 19.7760381,19.0005838 19.5000381,19.0005838 L8.00003809,19.0005838 L8.00003809,18.0035838 L8.00003809,17.7495838 L10.3120381,15.8725838 L11.9820381,17.0125838 C12.1810381,17.1475838 12.4460381,17.1235838 12.6170381,16.9535838 L16.6000381,12.9895838 L20.0000381,17.2295838 L20.0000381,18.5005838 Z M7.00003809,9.50058378 L7.00003809,16.8665838 L6.03103809,16.9965838 C5.75003809,17.0305838 5.48003809,16.8525838 5.44203809,16.6045838 L4.00503809,7.06658378 C3.98303809,6.92658378 4.03703809,6.82058378 4.08603809,6.75558378 C4.16803809,6.64658378 4.29403809,6.57458378 4.43903809,6.55558378 L16.0470381,5.01258378 C16.3040381,5.01258378 16.5230381,5.18358378 16.5580381,5.40958378 L16.9480381,8.00058378 L8.50003809,8.00058378 C7.67203809,8.00058378 7.00003809,8.67158378 7.00003809,9.50058378 L7.00003809,9.50058378 Z M19.5000381,8.00058378 L17.9600381,8.00058378 L17.5470381,5.26058378 C17.4290381,4.48558378 16.8320381,3.90258378 16.0000381,4.01358378 L4.30803809,5.56658378 C3.90003809,5.61958378 3.52703809,5.83558378 3.28703809,6.15658378 C3.05503809,6.46358378 2.95903809,6.83958378 3.01603809,7.21558378 L4.45303809,16.7535838 C4.56103809,17.4635838 5.20503809,18.0005838 5.95303809,18.0005838 C6.02203809,18.0005838 6.09303809,17.9955838 6.16303809,17.9855838 L7.00003809,17.8745838 L7.00003809,18.5005838 C7.00003809,19.3285838 7.67203809,20.0005838 8.50003809,20.0005838 L19.5000381,20.0005838 C20.3280381,20.0005838 21.0000381,19.3285838 21.0000381,18.5005838 L21.0000381,9.50058378 C21.0000381,8.67158378 20.3280381,8.00058378 19.5000381,8.00058378 L19.5000381,8.00058378 Z M11.0000381,10.0005838 C10.4700381,10.0005838 10.0000381,10.4695838 10.0000381,11.0005838 C10.0000381,11.5305838 10.4700381,12.0005838 11.0000381,12.0005838 C11.5300381,12.0005838 12.0000381,11.5305838 12.0000381,11.0005838 C12.0000381,10.4695838 11.5300381,10.0005838 11.0000381,10.0005838 L11.0000381,10.0005838 Z"}));pi.displayName="ImageGallery";var di=pi;var Z4=o(r()),ci=({size:e,...t})=>Z4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z4.createElement("path",{d:"M15,7 L15,5 L8,5 C5.791,5 4,6.791 4,9 L4,17 L6,17 L6,9.5 C6,8.125 7.125,7 8.5,7 L15,7 Z M9.078,17 L11,13.996 L12.5,15.994 L15,12.997 L17.078,17 L9.078,17 Z M10,10 C10.553,10 11,10.448 11,11 C11,11.552 10.553,12 10,12 C9.447,12 9,11.552 9,11 C9,10.448 9.447,10 10,10 L10,10 Z M17,8 L9,8 C7.896,8 7,8.896 7,10 L7,17 C7,18.104 7.896,19 9,19 L17,19 C18.104,19 19,18.104 19,17 L19,10 C19,8.896 18.104,8 17,8 L17,8 Z"}));ci.displayName="ImageGalleryBold";var ui=ci;var B4=o(r()),mi=({size:e,...t})=>B4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},B4.createElement("path",{d:"M9,17 C4.589,17 1,13.411 1,9 C1,4.589 4.589,1 9,1 C13.411,1 17,4.589 17,9 C17,13.411 13.411,17 9,17 L9,17 Z M9,0 C4.029,0 0,4.029 0,9 C0,13.971 4.029,18 9,18 C13.971,18 18,13.971 18,9 C18,4.029 13.971,0 9,0 L9,0 Z M10,12 L10,7 L8,7 L7,9 L8,9 L8,12 L7,13 L7,14 L11,14 L11,13 L10,12 Z M8,6 L10,6 L10,4 L8,4 L8,6 Z"}));mi.displayName="InfoSmall";var fi=mi;var P4=o(r()),hi=({size:e,...t})=>P4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P4.createElement("path",{d:"M6,6 L18,6 C19.1045695,6 20,6.8954305 20,8 L20,16 C20,17.1045695 19.1045695,18 18,18 L6,18 C4.8954305,18 4,17.1045695 4,16 L4,8 C4,6.8954305 4.8954305,6 6,6 Z M6,7 C5.44771525,7 5,7.44771525 5,8 L5,16 C5,16.5522847 5.44771525,17 6,17 L18,17 C18.5522847,17 19,16.5522847 19,16 L19,8 C19,7.44771525 18.5522847,7 18,7 L6,7 Z M8,14 L8,10 L7,10 L7,9 L10,9 L10,10 L9,10 L9,14 L10,14 L10,15 L7,15 L7,14 L8,14 Z"}));hi.displayName="Input";var xi=hi;var V4=o(r()),gi=({size:e,...t})=>V4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V4.createElement("path",{d:"M6,6 L18,6 C19.1045695,6 20,6.8954305 20,8 L20,16 C20,17.1045695 19.1045695,18 18,18 L6,18 C4.8954305,18 4,17.1045695 4,16 L4,8 C4,6.8954305 4.8954305,6 6,6 Z M8,14 L7,14 L7,15 L10,15 L10,14 L9,14 L9,10 L10,10 L10,9 L7,9 L7,10 L8,10 L8,14 Z"}));gi.displayName="InputBold";var vi=gi;var b4=o(r()),Ri=({size:e,...t})=>b4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b4.createElement("path",{d:"M16 7 16 5 9 5 9 7 11.712 7 10.121 17 8 17 8 19 15 19 15 17 12.146 17 13.738 7z"}));Ri.displayName="Italic";var Mi=Ri;var w4=o(r()),Si=({size:e,...t})=>w4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w4.createElement("path",{d:"M9.99 8.104c-.076 0-.113.038-.113.112v5.844c0 .297-.084.541-.25.73a.831.831 0 01-.654.284.828.828 0 01-.65-.284c-.169-.189-.252-.433-.252-.73v-.904c0-.074-.038-.112-.112-.112h-.848c-.074 0-.11.038-.11.112v.881c0 .588.18 1.062.54 1.422.36.361.838.541 1.432.541.596 0 1.073-.18 1.433-.54.361-.36.542-.835.542-1.423v-5.82c0-.075-.037-.113-.112-.113H9.99zm5.826 4.946a2.346 2.346 0 00-.524-.686c-.227-.208-.564-.48-1.01-.814-.468-.342-.784-.615-.948-.82a1.168 1.168 0 01-.245-.753c0-.327.082-.58.245-.763a.814.814 0 01.636-.274c.275 0 .498.103.67.307.17.205.256.474.256.808v.302c0 .074.037.111.111.111h.826c.073 0 .111-.037.111-.11v-.28c0-.617-.18-1.115-.54-1.495-.36-.379-.839-.569-1.434-.569-.572 0-1.037.177-1.394.53-.357.354-.535.832-.535 1.433 0 .38.074.711.223.993.15.283.331.524.546.725.216.201.513.442.893.725.341.253.59.444.741.574.152.131.275.278.368.441.093.163.14.353.14.57 0 .318-.088.577-.263.774a.847.847 0 01-.663.295.817.817 0 01-.658-.307c-.17-.204-.257-.477-.257-.819v-.234c0-.075-.037-.112-.11-.112h-.827c-.074 0-.11.037-.11.112v.29c0 .594.18 1.076.54 1.444.36.368.834.552 1.422.552.587 0 1.063-.188 1.428-.563.363-.376.546-.876.546-1.5 0-.342-.06-.638-.184-.887z"}));Si.displayName="JS";var Zi=Si;var G4=o(r()),Bi=({size:e,...t})=>G4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G4.createElement("path",{d:"M6.99 8.104c-.076 0-.113.038-.113.112v5.844c0 .297-.084.541-.25.73a.831.831 0 01-.654.284.828.828 0 01-.65-.284c-.169-.189-.252-.433-.252-.73v-.904c0-.074-.038-.112-.112-.112h-.848c-.074 0-.11.038-.11.112v.881c0 .588.18 1.062.54 1.422.36.361.838.541 1.432.541.596 0 1.073-.18 1.433-.54.361-.36.542-.835.542-1.423v-5.82c0-.075-.037-.113-.112-.113H6.99zm5.302 4.26a14.194 14.194 0 00-1.01-.814c-.468-.342-.784-.615-.948-.82a1.168 1.168 0 01-.244-.753c0-.327.08-.58.244-.763a.814.814 0 01.636-.274c.276 0 .498.103.67.307.17.205.256.474.256.808v.302c0 .074.037.111.11.111h.827c.074 0 .11-.037.11-.11v-.28c0-.617-.18-1.115-.54-1.495-.36-.379-.838-.569-1.433-.569-.572 0-1.037.177-1.394.53-.357.354-.535.832-.535 1.433 0 .38.074.711.223.993.149.283.33.524.547.725.215.201.513.442.892.725.34.253.589.444.74.574.154.131.276.278.37.441.092.163.139.353.139.57 0 .318-.088.577-.263.774a.845.845 0 01-.663.295.817.817 0 01-.658-.307c-.171-.204-.256-.477-.256-.819v-.234c0-.075-.038-.112-.112-.112h-.825c-.074 0-.112.037-.112.112v.29c0 .594.18 1.076.54 1.444.362.368.835.552 1.423.552.587 0 1.064-.188 1.428-.563.364-.376.546-.876.546-1.5 0-.342-.061-.638-.184-.887a2.328 2.328 0 00-.524-.686zM15 15h4v-2h-4v2zm1-4c0-.55.449-1 1-1 .55 0 1 .45 1 1v1h-2v-1zm3 1v-1c0-1.103-.897-2-2-2s-2 .897-2 2v1h-1v3a1 1 0 001 1h4a1 1 0 001-1v-3h-1z"}));Bi.displayName="JSLocked";var Pi=Bi;var A4=o(r()),Vi=({size:e,...t})=>A4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A4.createElement("path",{d:"M6.763 8.09c-.075 0-.112.037-.112.111v5.86c0 .3-.084.543-.252.733a.832.832 0 01-.654.285.832.832 0 01-.654-.285c-.168-.19-.251-.434-.251-.733v-.905c0-.075-.038-.112-.113-.112h-.85c-.074 0-.112.037-.112.112v.884c0 .59.18 1.064.543 1.425.362.362.84.542 1.437.542.597 0 1.076-.18 1.437-.542.362-.36.543-.836.543-1.425V8.201c0-.074-.037-.112-.112-.112h-.85zm5.318 4.272a14.59 14.59 0 00-1.012-.816c-.47-.344-.787-.618-.951-.822a1.173 1.173 0 01-.246-.755c0-.33.082-.584.246-.767a.818.818 0 01.637-.274c.276 0 .5.103.672.309.171.204.257.474.257.81v.302c0 .075.037.112.111.112h.828c.075 0 .112-.037.112-.112v-.28c0-.618-.181-1.118-.542-1.498-.362-.38-.841-.571-1.438-.571-.573 0-1.04.178-1.398.53-.358.356-.536.834-.536 1.439 0 .38.074.712.223.995.149.284.332.525.548.727.217.2.515.443.895.727.343.254.591.445.744.575.152.132.275.279.369.442.093.165.14.355.14.57 0 .322-.088.58-.263.779a.854.854 0 01-.666.296.82.82 0 01-.659-.308c-.172-.205-.258-.48-.258-.821v-.235c0-.075-.037-.113-.112-.113h-.827c-.075 0-.112.038-.112.113v.29c0 .597.181 1.08.543 1.449.361.368.836.553 1.425.553.589 0 1.067-.188 1.432-.565.365-.376.548-.878.548-1.504 0-.343-.061-.64-.185-.89a2.327 2.327 0 00-.525-.687zm7.918-4.239c-.02-.023-.047-.034-.084-.034h-.873c-.06 0-.096.034-.111.101l-.828 5.245c-.008.016-.015.023-.022.023-.008 0-.015-.007-.023-.023l-.861-5.245c-.007-.067-.044-.101-.112-.101h-.75c-.066 0-.103.034-.111.101l-.805 5.245c-.007.016-.015.023-.022.023-.008 0-.015-.007-.023-.023l-.906-5.245c-.007-.067-.048-.101-.123-.101h-.884c-.066 0-.1.034-.1.101v.022l1.488 7.606c.015.067.056.1.123.1h.794c.066 0 .104-.033.112-.1l.805-5.29c0-.015.005-.023.016-.023.012 0 .02.008.029.023l.85 5.29c.014.067.052.1.11.1h.796c.074 0 .115-.033.122-.1l1.41-7.606c.007-.036 0-.066-.017-.089z"}));Vi.displayName="JSW";var bi=Vi;var y4=o(r()),wi=({size:e,...t})=>y4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y4.createElement("path",{d:"M7.011 16c-.606 0-1.094-.179-1.466-.536-.363-.365-.545-.842-.545-1.43v-.883c0-.075.038-.112.114-.112h.863c.076 0 .114.037.114.112v.905c0 .298.083.544.25.737.174.187.398.28.67.28a.842.842 0 0 0 .66-.28c.174-.193.26-.44.26-.737V8.2c0-.074.039-.112.115-.112h.863c.076 0 .114.038.114.112v5.832c0 .589-.186 1.066-.557 1.43-.364.358-.848.537-1.455.537Zm5.143 0c-.598 0-1.083-.182-1.454-.547-.364-.373-.546-.857-.546-1.453v-.29c0-.075.038-.112.114-.112h.84c.077 0 .115.037.115.111v.235c0 .343.087.618.261.827a.847.847 0 0 0 .67.302.861.861 0 0 0 .67-.29c.183-.202.274-.463.274-.783 0-.216-.05-.406-.148-.57a1.463 1.463 0 0 0-.375-.436 10.993 10.993 0 0 0-.75-.58c-.386-.284-.69-.526-.91-.727a2.706 2.706 0 0 1-.556-.726 2.077 2.077 0 0 1-.227-.995c0-.603.181-1.08.545-1.43.364-.357.837-.536 1.42-.536.607 0 1.092.19 1.455.57.371.38.557.879.557 1.497v.28c0 .074-.038.111-.114.111h-.84c-.076 0-.114-.037-.114-.112v-.301c0-.335-.087-.604-.261-.805a.846.846 0 0 0-.682-.313.829.829 0 0 0-.648.28c-.167.178-.25.432-.25.76 0 .297.083.55.25.76.167.2.489.472.966.815.454.335.795.607 1.023.816.234.208.412.439.534.692.128.246.193.54.193.883 0 .626-.186 1.129-.557 1.508-.371.373-.856.559-1.455.559Zm2.596-.09a.124.124 0 0 1-.091-.033.116.116 0 0 1 0-.1l1.58-3.743a.055.055 0 0 0 0-.068l-1.58-3.743-.011-.044c0-.06.034-.09.102-.09h.886c.06 0 .103.03.125.09l1.034 2.692c.008.023.02.034.034.034.016 0 .027-.011.035-.034l1.022-2.692c.023-.06.065-.09.125-.09h.887c.038 0 .064.015.08.045.022.022.026.052.01.09l-1.579 3.754a.103.103 0 0 0 0 .067l1.58 3.732.011.044c0 .06-.034.09-.102.09h-.875c-.06 0-.103-.03-.125-.09l-1.034-2.681c-.008-.023-.02-.034-.035-.034-.015 0-.026.011-.034.034l-1.034 2.681c-.022.06-.064.09-.125.09h-.886Z"}));wi.displayName="JSX";var Gi=wi;var E4=o(r()),Ai=({size:e,...t})=>E4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E4.createElement("path",{fillRule:"evenodd",d:"M18.5,6 C19.3284271,6 20,6.67157288 20,7.5 L20,16.5 C20,17.3284271 19.3284271,18 18.5,18 L5.5,18 C4.67157288,18 4,17.3284271 4,16.5 L4,7.5 C4,6.67157288 4.67157288,6 5.5,6 L18.5,6 Z M18.5,7 L5.5,7 C5.22385763,7 5,7.22385763 5,7.5 L5,16.5 C5,16.7761424 5.22385763,17 5.5,17 L18.5,17 C18.7761424,17 19,16.7761424 19,16.5 L19,7.5 C19,7.22385763 18.7761424,7 18.5,7 Z M17,9 L17,15 L7,15 L7,9 L17,9 Z M16,10 L8,10 L8,14 L16,14 L16,10 Z"}));Ai.displayName="Lightbox";var yi=Ai;var F4=o(r()),Ei=({size:e,...t})=>F4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F4.createElement("path",{d:"M12 4c4.49 0 8.14 3 8.14 6.72 0 3.255-2.63 5.698-5.048 7.254l-.465.29-.455.268-.44.246-.422.223-.398.2-.37.177-.337.155-.434.19-.236.096-.395.151A.573.573 0 0 1 11 20a.54.54 0 0 1-.32-.11.5.5 0 0 1-.17-.47c.113-.66.13-1.334.05-2a.66.66 0 0 0-.457-.508L10 16.89c-3.75-.76-6.17-3.18-6.17-6.17C3.86 7 7.51 4 12 4Zm0 1c-3.94 0-7.14 2.55-7.14 5.72 0 2.438 1.991 4.442 5.103 5.16l.277.06a1.61 1.61 0 0 1 1.32 1.37c.04.476.04.954 0 1.43l.444-.206.337-.164.365-.185.388-.206.408-.227.421-.246c.214-.129.432-.265.65-.408l.44-.296c2.05-1.427 4.077-3.487 4.077-6.062C19.14 7.55 15.94 5 12 5Zm-1.775 4.211a.38.38 0 0 1 .375.319v3.1a.37.37 0 0 1-.37.37.37.37 0 0 1-.38-.36V9.53a.38.38 0 0 1 .375-.319Zm3.825-.051a.38.38 0 0 1 .38.37v3.1a.37.37 0 0 1-.26.34l-.12.03a.37.37 0 0 1-.3-.15l-1.7-2.21v2a.38.38 0 0 1-.75 0V9.53a.36.36 0 0 1 .26-.35.38.38 0 0 1 .41.13l1.71 2.22v-2a.37.37 0 0 1 .37-.37Zm-6.67 0a.37.37 0 0 1 .37.37v2.73h1.1a.37.37 0 1 1 0 .73l-.01.01H7.37a.37.37 0 0 1-.37-.37v-3.1a.38.38 0 0 1 .38-.37Zm9.71 0a.37.37 0 0 1 .37.37.36.36 0 0 1-.37.36H15.8v.81h1.29a.36.36 0 0 1 0 .72H15.8v.84h1.29a.37.37 0 1 1 0 .73V13h-1.66a.37.37 0 0 1-.38-.36V9.53a.38.38 0 0 1 .38-.37h1.66Z"}));Ei.displayName="LineShare";var Fi=Ei;var N4=o(r()),Ni=({size:e,...t})=>N4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N4.createElement("path",{d:"M6,5 L9,9 L7,9 L7,15 L9,15 L6,19 L3,15 L5,15 L5,9 L3,9 L6,5 Z M21,17 L21,19 L11,19 L11,17 L21,17 Z M21,13 L21,15 L11,15 L11,13 L21,13 Z M21,9 L21,11 L11,11 L11,9 L21,9 Z M21,5 L21,7 L11,7 L11,5 L21,5 Z"}));Ni.displayName="LineSpacing";var ki=Ni;var k4=o(r()),Hi=({size:e,...t})=>k4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k4.createElement("path",{d:"M7,13 L16,13 L16,12 L7,12 L7,13 Z M16,9 L14.5,9 C13.516,9 12.562,9.818 12,11.002 L13,10.999 C13.457,10.393 13.685,10 14.5,10 L16,10 C17.379,10 18,11.121 18,12.5 C18,13.879 17.379,15 16,15 L14.5,15 C13.685,15 13.457,14.608 13,14.002 L12,14 C12.562,15.184 13.547,16 14.5,16 L16,16 C17.934,16 19,14.433 19,12.5 C19,10.567 17.934,9 16,9 L16,9 Z M8.5,15 L7,15 C5.621,15 5,13.879 5,12.5 C5,11.121 5.621,10 7,10 L8.5,10 C9.315,10 9.543,10.393 10,10.999 L11,11.002 C10.438,9.818 9.531,9 8.5,9 L7,9 C5.066,9 4,10.567 4,12.5 C4,14.433 5.066,16 7,16 L8.5,16 C9.547,16 10.438,15.184 11,14 L10,14.002 C9.543,14.608 9.315,15 8.5,15 L8.5,15 Z"}));Hi.displayName="LinkProperties";var Ti=Hi;var H4=o(r()),Ui=({size:e,...t})=>H4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},H4.createElement("path",{d:"M8.5,6 L8.5,7 L6,7 C5.173,7 4.5,7.673 4.5,8.5 C4.5,9.27835294 5.09615225,9.92029066 5.85576308,9.99311948 L6,10 L8.5,10 L8.5,11 L6,11 C4.621,11 3.5,9.879 3.5,8.5 C3.5,7.17616 4.5331136,6.0900928 5.83581363,6.00532557 L6,6 L8.5,6 Z M13,6 C14.379,6 15.5,7.121 15.5,8.5 C15.5,9.82384 14.4668864,10.9099072 13.1641864,10.9946744 L13,11 L10.5,11 L10.5,10 L13,10 C13.827,10 14.5,9.327 14.5,8.5 C14.5,7.72164706 13.9038478,7.07970934 13.1442369,7.00688052 L13,7 L10.5,7 L10.5,6 L13,6 Z M13.5,8 L13.5,9 L5.5,9 L5.5,8 L13.5,8 Z"}));Ui.displayName="LinkPropertiesSmall";var Di=Ui;var T4=o(r()),zi=({size:e,...t})=>T4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T4.createElement("path",{d:"M6.578,5 C5.75,5 5.078,5.672 5.078,6.5 C5.078,7.329 5.75,8 6.578,8 C7.406,8 8.078,7.329 8.078,6.5 C8.078,5.672 7.406,5 6.578,5 L6.578,5 Z M15.761,9.223 C14.123,9.223 13,10.008 13,11.008 L13,9.008 L10,9.008 C10.039,10.008 10,19.008 10,19.008 L13,19.008 L13,13.368 C13,13.089 13.033,12.809 13.114,12.609 C13.333,12.051 13.847,11.471 14.684,11.471 C15.784,11.471 16,12.33 16,13.588 L16,19.008 L19,19.008 L19,13.229 C19,10.354 17.759,9.223 15.761,9.223 L15.761,9.223 Z M5,19.008 L8,19.008 L8,9.008 L5,9.008 L5,19.008 Z"}));zi.displayName="LinkedIn";var Ii=zi;var U4=o(r()),_i=({size:e,...t})=>U4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U4.createElement("path",{d:"M2,14.0005 L7,14.0005 L7,13.0005 L2,13.0005 L2,14.0005 Z M20.801,9.5995 L15.026,15.3395 L13.687,14.0005 L18.089,9.5995 L17.402,8.9115 L13,13.3135 L11.661,11.9745 L17.402,6.1995 C17.591,6.0095 17.899,6.0085 18.09,6.1985 L20.802,8.9105 C20.992,9.1015 20.991,9.4085 20.801,9.5995 L20.801,9.5995 Z M10.266,16.7665 L11.249,12.8675 L14.208,15.8345 L10.266,16.7665 Z M21.573,8.2245 L18.776,5.4275 C18.207,4.8575 17.284,4.8575 16.715,5.4275 L10.458,11.6845 L9,18.0005 L15.316,16.5425 L21.573,10.2855 C22.142,9.7165 22.142,8.7935 21.573,8.2245 L21.573,8.2245 Z M2,18.0005 L7,18.0005 L7,17.0005 L2,17.0005 L2,18.0005 Z M2,10.0005 L9,10.0005 L9,9.0005 L2,9.0005 L2,10.0005 Z"}));_i.displayName="List";var Wi=_i;var D4=o(r()),Oi=({size:e,...t})=>D4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D4.createElement("path",{d:"M11,7 L20,7 L20,8 L11,8 L11,7 Z M11,12 L20,12 L20,13 L11,13 L11,12 Z M11,17 L17,17 L17,18 L11,18 L11,17 Z M5,6 L8,6 L8,9 L5,9 L5,6 Z M5,11 L8,11 L8,14 L5,14 L5,11 Z M5,16 L8,16 L8,19 L5,19 L5,16 Z M6,7 L6,8 L7,8 L7,7 L6,7 Z M6,12 L6,13 L7,13 L7,12 L6,12 Z M6,17 L6,18 L7,18 L7,17 L6,17 Z"}));Oi.displayName="ListArray";var ji=Oi;var z4=o(r()),$i=({size:e,...t})=>z4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z4.createElement("path",{d:"M10,6 L19,6 L19,8 L10,8 L10,6 Z M10,11 L19,11 L19,13 L10,13 L10,11 Z M10,16 L16,16 L16,18 L10,18 L10,16 Z M5,6 L7,6 L7,8 L5,8 L5,6 Z M5,11 L7,11 L7,13 L5,13 L5,11 Z M5,16 L7,16 L7,18 L5,18 L5,16 Z"}));$i.displayName="ListArrayBold";var Ji=$i;var I4=o(r()),Yi=({size:e,...t})=>I4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I4.createElement("path",{d:"M16.1162,5.29750428 C16.4762,4.9328889 17.0466615,4.90313742 17.4398268,5.2098229 L17.5342,5.29350428 L20.7112,8.47050428 C21.0702769,8.82865813 21.0996024,9.39301316 20.7976033,9.78603637 L20.7152,9.88050428 L14.3742,16.2935043 L7.2212,18.8555043 L9.7832,11.7025043 L16.1162,5.29750428 Z M10.1912,13.5235043 L8.8742,17.2025043 L12.5532,15.8855043 L10.1912,13.5235043 Z M6.5302,14.8558043 L5.8202,16.8558043 L4.0002,16.8558043 L4.0002,14.8558043 L6.5302,14.8558043 Z M4.0006,10.8557043 L7.9606,10.8557043 L7.2506,12.8557043 L4.0006,12.8557043 L4.0006,10.8557043 Z M11.76,6.85580428 L9.781,8.85580428 L4,8.85580428 L4,6.85580428 L11.76,6.85580428 Z"}));Yi.displayName="ListBold";var qi=Yi;var _4=o(r()),Qi=({size:e,...t})=>_4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_4.createElement("path",{d:"M11 14v1H8v-1h3Zm0-3v1H8v-1h3Zm0-3v1H8V8h3Zm5 6v1h-3v-1h3Zm0-3v1h-3v-1h3Zm0-3v1h-3V8h3Zm.5 11h-9A2.5 2.5 0 0 1 5 16.5v-10A2.5 2.5 0 0 1 7.5 4h9.01a2.5 2.5 0 0 1 2.5 2.5v10.01a2.5 2.5 0 0 1-2.5 2.5L16.5 19Zm-9-14C6.67 5 6 5.67 6 6.5v10.01c0 .83.67 1.5 1.5 1.5h9.01c.83 0 1.5-.67 1.5-1.5V6.5c0-.83-.67-1.5-1.5-1.5H7.5Z"}));Qi.displayName="ListMenu";var Xi=Qi;var W4=o(r()),Ki=({size:e,...t})=>W4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W4.createElement("path",{d:"M19 16.51V6.5A2.5 2.5 0 0 0 16.5 4H7.49a2.5 2.5 0 0 0-2.5 2.5v10.01a2.5 2.5 0 0 0 2.5 2.5h9.01a2.5 2.5 0 0 0 2.5-2.5ZM11 15H8v-1h3v1Zm-3-3v-1h3v1H8Zm0-3V8h3v1H8Zm5 6v-1h3v1h-3Zm0-3v-1h3v1h-3Zm0-3V8h3v1h-3Z"}));Ki.displayName="ListMenuBold";var eC=Ki;var O4=o(r()),tC=({size:e,...t})=>O4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O4.createElement("path",{d:"M13,13 L12,13 L12,14 L11,14 L11,15 L12,15 L12,17 L13,17 L13,15 L14,15 L14,14 L13,14 L13,13 Z M17,17 C17,18.104 16.104,19 15,19 L10,19 C8.896,19 8,18.104 8,17 L8,12 C8,11.447 8.448,11 9,11 L16,11 C16.551,11 17,11.448 17,12 L17,17 Z M10,9 C10,7.621 11.122,6.5 12.5,6.5 C13.878,6.5 15,7.621 15,9 L15,10 L10,10 L10,9 Z M16,10 L16,9 C16,7.067 14.433,5.5 12.5,5.5 C10.567,5.5 9,7.067 9,9 L9,10 C7.896,10 7,10.896 7,12 L7,17 C7,18.657 8.343,20 10,20 L15,20 C16.657,20 18,18.657 18,17 L18,12 C18,10.896 17.104,10 16,10 L16,10 Z"}));tC.displayName="Lock";var rC=tC;var j4=o(r()),oC=({size:e,...t})=>j4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j4.createElement("path",{d:"M13,9.625 L10,9.625 L10,8.604 C10,7.689 10.645,7 11.5,7 C12.355,7 13,7.689 13,8.604 L13,9.625 Z M12,15.033 L12,16.125 C12,16.401 11.776,16.625 11.5,16.625 C11.224,16.625 11,16.401 11,16.125 L11,15.033 C10.419,14.826 10,14.277 10,13.625 C10,12.797 10.672,12.125 11.5,12.125 C12.328,12.125 13,12.797 13,13.625 C13,14.277 12.581,14.826 12,15.033 L12,15.033 Z M15,9.625 L15,8.604 C15,6.583 13.463,5 11.5,5 C9.537,5 8,6.583 8,8.604 L8,9.625 C6.896,9.625 6,10.521 6,11.625 L6,16.625 C6,17.729 6.896,18.625 8,18.625 L15,18.625 C16.104,18.625 17,17.729 17,16.625 L17,11.625 C17,10.521 16.104,9.625 15,9.625 L15,9.625 Z"}));oC.displayName="LockBold";var aC=oC;var $4=o(r()),LC=({size:e,...t})=>$4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},$4.createElement("path",{d:"M6,5.99996868 C6,4.53396868 7.262,3.36296868 8.758,3.51296868 C10.0024348,3.63827303 10.9174934,4.73340724 10.9947113,5.97310101 L11,6.14296868 L11,6.99996868 L12,6.99996868 C12.5125714,6.99996868 12.9354694,7.38539215 12.9932682,7.8832154 L13,7.99996868 L13,11.4999687 C13,12.8257287 11.9687296,13.9100295 10.6644076,13.9946523 L10.5,13.9999687 L6.5,13.9999687 C5.17424,13.9999687 4.0899392,12.9686983 4.00531635,11.6643762 L4,11.4999687 L4,7.99996868 C4,7.48646868 4.38628571,7.06436664 4.88343149,7.00668625 L5,6.99996868 L6,6.99996868 L6,5.99996868 Z M11.5,7.99996868 L5.5,7.99996868 C5.25466667,7.99996868 5.05041975,8.17695633 5.00806036,8.41013055 L5,8.49996868 L5,11.4999687 C5,12.2792628 5.59438062,12.9203701 6.35545044,12.9930979 L6.5,12.9999687 L10.5,12.9999687 C11.2802353,12.9999687 11.9205121,12.4047022 11.993139,11.6443619 L12,11.4999687 L12,8.49996868 C12,8.25463535 11.8230123,8.05038843 11.5898381,8.00802904 L11.5,7.99996868 Z M9,8.99996868 L9,9.99996868 L10,9.99996868 L10,10.9999687 L9,10.9999687 L9,11.9999687 L8,11.9999687 L8,10.9999687 L7,10.9999687 L7,9.99996868 L8,9.99996868 L8,8.99996868 L9,8.99996868 Z M8.5,4.49996868 C9.327,4.49996868 10,5.17296868 10,5.99996868 L10,6.99996868 L7,6.99996868 L7,5.99996868 C7,5.17296868 7.673,4.49996868 8.5,4.49996868 Z"}));LC.displayName="LockSmall";var lC=LC;var J4=o(r()),sC=({size:e,...t})=>J4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J4.createElement("path",{d:"M12.5,5.5 C14.3685667,5.5 15.8951267,6.96427444 15.9948211,8.80796448 L16,9 L16,10 C17.0538182,10 17.9181157,10.8163967 17.9945109,11.8508084 L18,12 L18,17 C18,18.5978214 16.7512156,19.9036709 15.1762873,19.9949078 L15,20 L10,20 C8.40217857,20 7.09632908,18.7512156 7.00509216,17.1762873 L7,17 L7,12 C7,10.9461818 7.81639669,10.0818843 8.85080841,10.0054891 L9,10 L15,10 L15,9 C15,7.622 13.878,6.5 12.5,6.5 C11.5338333,6.5 10.4276265,6.93171605 10.0574976,7.83558436 L10,8 L9,8 C9,6.929 10.344,5.5 12.5,5.5 Z M16,11 L9,11 C8.48742857,11 8.06453061,11.3862857 8.00673178,11.8834315 L8,12 L8,17 C8,18.0538182 8.81639669,18.9181157 9.85080841,18.9945109 L10,19 L15,19 C16.0538182,19 16.9181157,18.1836033 16.9945109,17.1491916 L17,17 L17,12 C17,11.4883571 16.612852,11.0646633 16.1163837,11.006746 L16,11 Z M13,13 L13,14 L14,14 L14,15 L13,15 L13,17 L12,17 L12,15 L11,15 L11,14 L12,14 L12,13 L13,13 Z"}));sC.displayName="LockUnlocked";var iC=sC;var Y4=o(r()),CC=({size:e,...t})=>Y4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y4.createElement("path",{d:"M12,15.033 L12,16.125 C12,16.401 11.776,16.625 11.5,16.625 C11.224,16.625 11,16.401 11,16.125 L11,15.033 C10.419,14.826 10,14.277 10,13.625 C10,12.797 10.672,12.125 11.5,12.125 C12.328,12.125 13,12.797 13,13.625 C13,14.277 12.581,14.826 12,15.033 M15,9.625 L15,8.603 C15,6.583 13.463,5 11.5,5 C10.252,5 9.177,5.639 8.559,6.625 L10.295,7.625 C10.563,7.24 10.995,7 11.5,7 C12.355,7 13,7.689 13,8.603 L13,9.625 L8,9.625 C6.896,9.625 6,10.52 6,11.625 L6,16.625 C6,17.729 6.896,18.625 8,18.625 L15,18.625 C16.104,18.625 17,17.729 17,16.625 L17,11.625 C17,10.52 16.104,9.625 15,9.625"}));CC.displayName="LockUnlockedBold";var nC=CC;var q4=o(r()),pC=({size:e,...t})=>q4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},q4.createElement("path",{fillRule:"evenodd",d:"M6,5.99996868 C6,4.53396868 7.262,3.36296868 8.758,3.51296868 C10.0024348,3.63827303 10.9174934,4.73340724 10.9947113,5.97310101 L11,6.14296868 L11,6.99996868 L12,6.99996868 C12.5125714,6.99996868 12.9354694,7.38539215 12.9932682,7.8832154 L13,7.99996868 L13,11.4999687 C13,12.8257287 11.9687296,13.9100295 10.6644076,13.9946523 L10.5,13.9999687 L6.5,13.9999687 C5.17424,13.9999687 4.0899392,12.9686983 4.00531635,11.6643762 L4,11.4999687 L4,7.99996868 C4,7.48646868 4.38628571,7.06436664 4.88343149,7.00668625 L5,6.99996868 L10,6.99996868 L10,5.99996868 C10,5.17296868 9.327,4.49996868 8.5,4.49996868 C7.72164706,4.49996868 7.07970934,5.09612093 7.00688052,5.85573176 L7,5.99996868 L6,5.99996868 Z M11.5,7.99996868 L5.5,7.99996868 C5.25466667,7.99996868 5.05041975,8.17695633 5.00806036,8.41013055 L5,8.49996868 L5,11.4999687 C5,12.2792628 5.59438062,12.9203701 6.35545044,12.9930979 L6.5,12.9999687 L10.5,12.9999687 C11.2802353,12.9999687 11.9205121,12.4047022 11.993139,11.6443619 L12,11.4999687 L12,8.49996868 C12,8.25463535 11.8230123,8.05038843 11.5898381,8.00802904 L11.5,7.99996868 Z M9,8.99996868 L9,9.99996868 L10,9.99996868 L10,10.9999687 L9,10.9999687 L9,11.9999687 L8,11.9999687 L8,10.9999687 L7,10.9999687 L7,9.99996868 L8,9.99996868 L8,8.99996868 L9,8.99996868 Z"}));pC.displayName="LockUnlockedSmall";var dC=pC;var Q4=o(r()),cC=({size:e,...t})=>Q4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q4.createElement("path",{d:"M11.869 12.031a8.29 8.29 0 00-2.62-4.96l-.61.77a6.973 6.973 0 012.24 4.26c-2.87.24-5.4 1.05-5.84 3.55a2.84 2.84 0 002.04 3.11c.276.08.562.121.85.121 1.17 0 2.5-.711 3.41-2.741a9.6 9.6 0 00.58-3.11c.39-.02 1.38-.029 1.38-.029V12s-.999.011-1.43.031zm-1.46 3.74c-.73 1.63-1.86 2.39-3.03 2.03a1.832 1.832 0 01-1.36-1.97c.28-1.6 1.78-2.449 4.91-2.73a8.722 8.722 0 01-.52 2.67zm8.95-3.51c-.46-.05-1.16-.11-2.06-.17V13.1c.85.04 1.51.1 1.95.151a.5.5 0 00.297-.933.49.49 0 00-.187-.057zM14.3 13c.73.009 1.4.019 2 .049v-1c-.6-.03-1.27-.04-2-.049v1zM7.24 5.6a.5.5 0 00-.44.9c.38.197.742.428 1.08.69l.6-.771A9.838 9.838 0 007.239 5.6h.001z"}));cC.displayName="Lottie";var uC=cC;var X4=o(r()),mC=({size:e,...t})=>X4.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},X4.createElement("path",{d:"m8.95 7.95 2.7-.98.35.89-2.77.94 1.69 2.35-.75.55-1.71-2.4-1.72 2.4-.75-.55L7.7 8.8 5 7.86l.33-.89 2.7.98V5h.92v2.95ZM8.5 1C4.36 1 1 4.36 1 8.5 1 12.64 4.36 16 8.5 16c4.14 0 7.5-3.36 7.5-7.5C16 4.36 12.64 1 8.5 1Zm0 14C4.92 15 2 12.08 2 8.5S4.92 2 8.5 2 15 4.92 15 8.5 12.08 15 8.5 15Z"}));mC.displayName="MandatoryCircleSmall";var fC=mC;var K4=o(r()),hC=({size:e,...t})=>K4.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K4.createElement("path",{fillRule:"evenodd",d:"M12,18.786 C10.784,17.9 6.5,14.345 6.5,10.807 C6.5,8.271 9.014,5.968 12,5.968 C14.986,5.968 17.417,8.271 17.417,10.807 C17.417,14.339 13.215,17.899 12,18.786 M12,5 C8.416,5 5.5,7.742 5.5,10.807 C5.5,15.397 11.423,19.617 11.675,19.784 L12,20 L12.325,19.784 C12.577,19.617 18.5,15.397 18.5,10.807 C18.5,7.742 15.584,5 12,5 M12,13.223 C10.896,13.223 10,12.325 10,11.223 C10,10.12 10.896,9.223 12,9.223 C13.104,9.223 14,10.12 14,11.223 C14,12.325 13.104,13.223 12,13.223 M12,8.223 C10.346,8.223 9,9.568 9,11.223 C9,12.877 10.346,14.223 12,14.223 C13.654,14.223 15,12.877 15,11.223 C15,9.568 13.654,8.223 12,8.223"}));hC.displayName="MapPin";var xC=hC;var e8=o(r()),gC=({size:e,...t})=>e8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e8.createElement("path",{fillRule:"evenodd",d:"M5.395,7.5 C3.965,7.5 2.968,6.381 2.968,5 C2.968,3.62 4.081,2.5 5.51,2.5 C6.939,2.5 7.968,3.62 7.968,5 C7.968,6.381 6.824,7.5 5.395,7.5 M5.524,0 C2.517,0 0,2.229 0,5.292 C0,9.879 5.5,14 5.5,14 C5.5,14 11,9.879 11,5.292 C11,2.229 8.53,0 5.524,0",transform:"translate(6 6)"}));gC.displayName="MapPinBold";var vC=gC;var t8=o(r()),RC=({size:e,...t})=>t8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t8.createElement("path",{d:"M17 13c-.392 0-.78.078-1.143.229l-1.872-3A3 3 0 1010 10.216l-1.908 3a2.96 2.96 0 00-2.709.251A3 3 0 109.95 16.5h4.1A3 3 0 1017 13zm-5-7a2 2 0 110 4 2 2 0 010-4zM7 18a2 2 0 110-4 2 2 0 010 4zm7.051-2.5h-4.1a2.98 2.98 0 00-1.007-1.767l1.891-2.969a2.987 2.987 0 002.31.007l1.872 3c-.51.45-.85 1.06-.966 1.729zM17 18a2 2 0 110-4 2 2 0 010 4z"}));RC.displayName="Master";var MC=RC;var r8=o(r()),SC=({size:e,...t})=>r8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r8.createElement("path",{d:"M16.97 12h1V6h-6v1h4.29L7 16.26V12H6v6h6v-1H7.67l9.3-9.29V12z"}));SC.displayName="Maximize";var ZC=SC;var o8=o(r()),BC=({size:e,...t})=>o8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o8.createElement("path",{d:"M6,13 L18,13 L18,12 L6,12 L6,13 Z M6,8 L18,8 L18,7 L6,7 L6,8 Z M6,18 L18,18 L18,17 L6,17 L6,18 Z"}));BC.displayName="Menu";var PC=BC;var a8=o(r()),VC=({size:e,...t})=>a8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a8.createElement("path",{d:"M5,8 L18,8 L18,6 L5,6 L5,8 Z M5,13 L18,13 L18,11 L5,11 L5,13 Z M5,18 L18,18 L18,16 L5,16 L5,18 Z"}));VC.displayName="MenuBold";var bC=VC;var L8=o(r()),wC=({size:e,...t})=>L8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L8.createElement("path",{d:"M16 18v1H8v-1h8Zm0-3v1H8v-1h8Zm1.5-9A1.5 1.5 0 0 1 19 7.5v4a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 5 11.5v-4A1.5 1.5 0 0 1 6.5 6h11Zm0 1h-11a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5Z"}));wC.displayName="MenuFolder";var GC=wC;var l8=o(r()),AC=({size:e,...t})=>l8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l8.createElement("path",{d:"M14.732 10h3.3v1h-5V6h1v3.286L15.21 8.1c1.174-1.183 2.667-2.684 3.936-3.954l.708.708A1708.556 1708.556 0 0014.733 10zM11 18h-1v-3.293l-5.146 5.147-.708-.707L9.293 14H6v-1h5v5z"}));AC.displayName="Minimize";var yC=AC;var s8=o(r()),EC=({size:e,...t})=>s8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s8.createElement("path",{d:"M8.965,14.035 C9.51728475,14.035 9.965,14.4827153 9.965,15.035 L9.965,18.117 L8.947,18.117 L8.947,15.775 L4.72,20 L4,19.28 L8.225,15.054 L5.892,15.053 L5.892,14.035 L8.965,14.035 Z M18.108,14.0349996 L18.108,15.053 L15.775,15.053 L20,19.28 L19.28,20 L15.054,15.775 L15.053,18.117 L14.035,18.117 L14.035,15.0349996 L14.041,14.918 C14.1003605,14.414128 14.5276437,14.0345596 15.035,14.0349996 L18.108,14.0349996 L18.108,14.0349996 Z M4.72,4 L8.946,8.225 L8.947,5.883 L9.965,5.883 L9.965,8.965 C9.965,9.51728475 9.51728475,9.965 8.965,9.965 L5.892,9.965 L5.892,8.947 L8.225,8.947 L4,4.72 L4.72,4 Z M19.28,4 L20,4.72 L15.775,8.946 L18.108,8.947 L18.108,9.96500038 L15.035,9.96500038 C14.5276437,9.96544041 14.1003605,9.58587198 14.041,9.082 L14.035,8.965 L14.035,5.883 L15.053,5.883 L15.053,8.225 L19.28,4 Z"}));EC.displayName="MinimizeAll";var FC=EC;var i8=o(r()),NC=({size:e,...t})=>i8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i8.createElement("path",{d:"M18 13H6v-1h12z"}));NC.displayName="Minus";var kC=NC;var C8=o(r()),HC=({size:e,...t})=>C8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C8.createElement("path",{d:"M11.5 4a7.5 7.5 0 017.5 7.5 7.5 7.5 0 01-7.5 7.5A7.5 7.5 0 014 11.5 7.5 7.5 0 0111.5 4zm0 1A6.508 6.508 0 005 11.5c0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5S15.084 5 11.5 5zm3.5 6v1H8v-1h7z"}));HC.displayName="MinusCircle";var TC=HC;var n8=o(r()),UC=({size:e,...t})=>n8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n8.createElement("path",{d:"M16.5 21h-9c-.83 0-1.5-.67-1.5-1.5v-15C6 3.67 6.67 3 7.5 3h9c.83 0 1.5.67 1.5 1.5v15c0 .83-.67 1.5-1.5 1.5Zm-9-17c-.28 0-.5.22-.5.5v15c0 .28.22.5.5.5h9c.28 0 .5-.22.5-.5v-15c0-.28-.22-.5-.5-.5h-9ZM14 17h-4v1h4v-1Z"}));UC.displayName="Mobile";var DC=UC;var p8=o(r()),zC=({size:e,...t})=>p8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p8.createElement("path",{fillRule:"evenodd",d:"M9,14 L15,14 L15,7 L9,7 L9,14 Z M13.141,17 L11.078,17 C10.802,17 10.578,16.776 10.578,16.5 C10.578,16.224 10.802,16 11.078,16 L13.141,16 C13.417,16 13.641,16.224 13.641,16.5 C13.641,16.776 13.417,17 13.141,17 L13.141,17 Z M15,5 L9,5 C7.9,5 7,5.9 7,7 L7,17 C7,18.1 7.9,19 9,19 L15,19 C16.104,19 17,18.104 17,17 L17,7 C17,5.896 16.104,5 15,5 L15,5 Z"}));zC.displayName="MobileBold";var IC=zC;var d8=o(r()),_C=({size:e,...t})=>d8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d8.createElement("path",{d:"M18,17.5 C18,17.776 17.776,18 17.5,18 L9.5,18 C9.224,18 9,17.776 9,17.5 C9,17.5 8.998,11.316 8.999,9.497 C8.999,9.222 9.224,9 9.499,9 L17.5,9 C17.776,9 18,9.224 18,9.5 L18,17.5 Z M8,9 L8,9.505 L6,11.505 L6,9.161 L9.161,6 L11.506,6 L9.506,8 L9,8 C8.447,8 8,8.447 8,9 L8,9 Z M8,12.506 L6,14.505 L6,12.494 L8,10.494 L8,12.506 Z M8,15 L6.5,15 C6.498,15 6.497,14.999 6.495,14.999 L8,13.494 L8,15 Z M6,6.5 C6,6.224 6.224,6 6.5,6 L8.172,6 L6,8.172 L6,6.5 Z M14.5,6 C14.502,6 14.503,6.001 14.505,6.001 L12.506,8 L10.494,8 L12.494,6 L14.5,6 Z M15,6.5 L15,8 L13.494,8 L14.999,6.495 C14.999,6.497 15,6.498 15,6.5 L15,6.5 Z M17.5,8 L16,8 L16,6.5 C16,5.672 15.328,5 14.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,14.5 C5,15.328 5.672,16 6.5,16 L8,16 L8,17.5 C8,18.328 8.672,19 9.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,9.5 C19,8.672 18.328,8 17.5,8 L17.5,8 Z"}));_C.displayName="MoveBackward";var WC=_C;var c8=o(r()),OC=({size:e,...t})=>c8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c8.createElement("path",{d:"M12,5 C13.104,5 14,5.896 14,7 L14,7 L14,8 L17,8 C18.1,8 19,8.9 19,10 L19,10 L19,17 C19,18.1 18.1,19 17,19 L17,19 L10,19 C8.9,19 8,18.1 8,17 L8,17 L8,14 L7,14 C5.9,14 5,13.1 5,12 L5,12 L5,7 C5,5.896 5.896,5 7,5 L7,5 Z M17,10 L10,10 L10,17 L17,17 L17,10 Z"}));OC.displayName="MoveBackwardBold";var jC=OC;var u8=o(r()),$C=({size:e,...t})=>u8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u8.createElement("path",{d:"M18,11.839 L11.838,18 L9.5,18 C9.498,18 9.497,17.999 9.495,17.999 L18,9.495 L18,11.839 Z M18,15.172 L15.172,18 L12.828,18 L18,12.828 L18,15.172 Z M18,17.5 C18,17.776 17.776,18 17.5,18 L16.161,18 L18,16.161 L18,17.5 Z M9,15.161 L15.161,9 L17.5,9 C17.502,9 17.503,9.001 17.505,9.001 L9,17.505 L9,15.161 Z M9,10.839 L9,9.5 C9,9.224 9.224,9 9.5,9 L10.839,9 L9,10.839 Z M11.828,9 L14.172,9 L9,14.172 L9,11.828 L11.828,9 Z M8,9.5 L8,15 L6.5,15 C6.224,15 6,14.777 6,14.5 L6,6.5 C6,6.224 6.224,6 6.5,6 L14.5,6 C14.776,6 15,6.224 15,6.5 L15,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M17.5,8 L16,8 L16,6.5 C16,5.675 15.325,5 14.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,14.5 C5,15.328 5.672,16 6.5,16 L8,16 L8,17.5 C8,18.328 8.672,19 9.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,9.5 C19,8.672 18.328,8 17.5,8 L17.5,8 Z"}));$C.displayName="MoveForward";var JC=$C;var m8=o(r()),YC=({size:e,...t})=>m8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m8.createElement("path",{d:"M10.078,8 C8.974,8 8,8.888 8,9.992 L8,12 L7,12 L7,7 L12,7 L12,8 L10.078,8 Z M17,8 L14,8 L14,7 C14,5.896 13.104,5 12,5 L7,5 C5.9,5 5,5.9 5,7 L5,12 C5,13.1 5.9,14 7,14 L8,14 L8,17 C8,18.1 8.9,19 10,19 L17,19 C18.104,19 19,18.104 19,17 L19,10 C19,8.896 18.104,8 17,8 L17,8 Z"}));YC.displayName="MoveForwardBold";var qC=YC;var f8=o(r()),QC=({size:e,...t})=>f8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f8.createElement("path",{d:"M14.39,4 C15.2022222,4 15.9163272,4.62438272 15.9931653,5.36769547 L16,5.5 L16,6 L20,6 L20,7 L19,7 L19,16 C19,17.6007143 17.7540051,18.9038776 16.1765862,18.9949189 L16,19 L11,19 C9.39928571,19 8.09612245,17.7540051 8.00508109,16.1765862 L8,16 L9,16 C9,17.05 9.82004132,17.9177686 10.8513054,17.9944872 L11,18 L16,18 C17.05,18 17.9177686,17.1799587 17.9944872,16.1486946 L18,16 L18,7 L7,7 L7,6 L11,6 L11,5.5 C11,4.71611111 11.6065432,4.07493827 12.3815706,4.00611626 L12.52,4 L14.39,4 Z M16,9 L16,15 L15,15 L15,9 L16,9 Z M14,9 L14,15 L13,15 L13,9 L14,9 Z M9,13 L9,14 L8,14 L8,13 L9,13 Z M10,10 L10,11 L11,11 L11,12 L10,12 L10,13 L9,13 L9,12 L4,12 L4,11 L9,11 L9,10 L10,10 Z M9,9 L9,10 L8,10 L8,9 L9,9 Z M14.39,5 L12.52,5 C12.2711111,5 12.0538272,5.1817284 12.0086145,5.41174211 L12,5.5 L12,6 L15,6 L15,5.5 C15,5.275 14.7489,5.05 14.47998,5.00725 L14.39,5 Z"}));QC.displayName="MoveToTrash";var XC=QC;var h8=o(r()),KC=({size:e,...t})=>h8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h8.createElement("path",{d:"M17.5 10H15V8.5A1.5 1.5 0 0 0 13.5 7h-4A1.5 1.5 0 0 0 8 8.5V12H6.5A1.5 1.5 0 0 0 5 13.5v2A1.5 1.5 0 0 0 6.5 17h11a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5ZM6 15.5v-2a.5.5 0 0 1 .5-.5H8v2.5c.004.17.034.339.09.5H6.5a.5.5 0 0 1-.5-.5Zm3 0v-7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5V10h-.5a1.5 1.5 0 0 0-1.5 1.5v4c.004.17.034.339.09.5H9.5a.5.5 0 0 1-.5-.5Zm9 0a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4Z"}));KC.displayName="MultiStateBox";var en=KC;var x8=o(r()),tn=({size:e,...t})=>x8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x8.createElement("path",{d:"M15.497 9.854h1.006a.5.5 0 0 1 .43.244l.039.08 3.248 8.675h-1.08l-1.121-3h-4.038l-1.121 3h-1.08l3.248-8.676a.501.501 0 0 1 .381-.316l.088-.008h1.006-1.006Zm.653 1h-.3l-1.495 4h3.29l-1.495-4ZM7.854 4l1.853 1.854H13v1h-1.159a18.854 18.854 0 0 1-2.631 3.475 17.962 17.962 0 0 0 3.057 2.313l.476.274-.486.875A18.856 18.856 0 0 1 8.5 11.033a18.965 18.965 0 0 1-3.307 2.5l-.45.258-.486-.875a17.81 17.81 0 0 0 3.533-2.587 18.9 18.9 0 0 1-2.347-3.008l-.284-.467H4v-1h4.293L7.146 4.707 7.854 4Zm2.814 2.854H6.332A17.81 17.81 0 0 0 8.5 9.625a17.88 17.88 0 0 0 1.893-2.35l.275-.421Z"}));tn.displayName="Multilingual";var rn=tn;var g8=o(r()),on=({size:e,...t})=>g8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g8.createElement("path",{d:"M16.9764337,12.2379091 C16.9744337,12.2349091 16.9734337,12.2329091 16.9714337,12.2309091 L14.0954337,8.63590911 L14.9594337,5.84790911 L15.0544337,5.54390911 L17.9434337,9.11890911 L16.9764337,12.2379091 Z M10.3614337,17.3049091 L10.3614337,17.3049091 L10.3614337,17.3059091 C10.1654337,17.9349091 8.6774337,18.1969091 7.2934337,17.7849091 C6.2914337,17.4869091 5.4384337,16.9099091 5.1204337,16.3129091 C5.0034337,16.0939091 4.9714337,15.8979091 5.0244337,15.7279091 C5.1534337,15.3139091 5.8214337,15.0349091 6.6864337,15.0349091 C7.1334337,15.0349091 7.6204337,15.1089091 8.0914337,15.2499091 C9.0934337,15.5479091 9.9464337,16.1259091 10.2644337,16.7219091 C10.3804337,16.9399091 10.4144337,17.1359091 10.3614337,17.3049091 L10.3614337,17.3049091 Z M18.8884337,8.69790911 L15.2434337,4.18590911 C15.1264337,4.04390911 14.9424337,3.97390911 14.7604337,4.00890911 C14.5794337,4.04490911 14.4314337,4.17590911 14.3764337,4.35190911 L10.8254337,15.8089091 C10.2904337,15.1569091 9.4264337,14.6039091 8.3764337,14.2909091 C7.8134337,14.1239091 7.2294337,14.0349091 6.6864337,14.0349091 C5.3384337,14.0349091 4.3354337,14.5709091 4.0694337,15.4319091 C3.9364337,15.8599091 3.9954337,16.3279091 4.2384337,16.7839091 C4.6894337,17.6299091 5.7254337,18.3619091 7.0084337,18.7439091 C7.5804337,18.9139091 8.1484337,19.0009091 8.6994337,19.0009091 C10.0464337,19.0009091 11.0484337,18.4649091 11.3164337,17.6019091 L13.7384337,9.78990911 L16.0894337,12.7299091 L16.1984337,14.8509091 C16.2094337,15.0929091 16.3944337,15.2919091 16.6344337,15.3219091 C16.6564337,15.3249091 16.6764337,15.3259091 16.6974337,15.3259091 C16.9144337,15.3259091 17.1094337,15.1849091 17.1744337,14.9739091 L18.9774337,9.16090911 C19.0274337,9.00190911 18.9944337,8.82790911 18.8884337,8.69790911 L18.8884337,8.69790911 Z"}));on.displayName="Music";var an=on;var v8=o(r()),Ln=({size:e,...t})=>v8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v8.createElement("path",{d:"M17.0965971,8.00334785 L13.2505971,5.04034785 C13.1315971,4.95134785 12.9595971,5.01734785 12.9315971,5.16234785 L10.8305971,16.0433479 C10.5965971,15.1743479 9.8745971,14.3783479 8.8395971,13.9943479 C7.2775971,13.4163479 5.6165971,13.9953479 5.1315971,15.2873479 C4.6455971,16.5793479 5.5525971,18.0113479 7.0805971,18.6733479 C8.8255971,19.4293479 11.8985971,18.9613479 12.3675971,16.3173479 C12.7315971,14.2643479 13.3655971,11.2043479 13.6195971,10.0093479 C13.6565971,9.83734785 13.8795971,9.79634785 13.9815971,9.94034785 L16.3275971,12.9893479 C16.4285971,13.1343479 16.6555971,13.0873479 16.6905971,12.9153479 L17.4795971,8.99834785 C17.5555971,8.62134785 17.4075971,8.23334785 17.0965971,8.00334785"}));Ln.displayName="MusicBold";var ln=Ln;var R8=o(r()),sn=({size:e,...t})=>R8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R8.createElement("path",{fillRule:"evenodd",d:"M11,10 L15,10 L15,9 L11,9 L11,10 Z M11,13 L15,13 L15,12 L11,12 L11,13 Z M5,16 L15,16 L15,15 L5,15 L5,16 Z M5,13 L9,13 L9,9 L5,9 L5,13 Z M20,9 C19.45,9 19,9.45 19,10 L19,16 C19,16.55 18.55,17 18,17 C17.45,17 17,16.55 17,16 L17,7 C17,6.45 16.55,6 16,6 L4,6 C3.45,6 3,6.45 3,7 L3,16 C3,17.66 4.34,19 6,19 L18,19 C19.66,19 21,17.66 21,16 L21,10 C21,9.45 20.55,9 20,9 L20,9 Z"}));sn.displayName="Newspaper";var Cn=sn;var M8=o(r()),nn=({size:e,...t})=>M8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M8.createElement("path",{d:"M8,16 L8,16.992 L7,17.992 L8,18.992 L8,20 L5,20 L5,19 L7,19 L6,18 L7,17 L5,17 L5,16 L8,16 Z M20,17 L20,19 L10,19 L10,17 L20,17 Z M8,10 L8,10.992 L6.078,13 L8,13 L8,14 L5,14 L5,13 L7.078,11 L5,11 L5,10 L8,10 Z M20,11 L20,13 L10,13 L10,11 L20,11 Z M7,4 L7,8 L6,8 L6,5 L5,5 L5,4 L7,4 Z M20,5 L20,7 L10,7 L10,5 L20,5 Z"}));nn.displayName="NumericListLeft";var pn=nn;var S8=o(r()),dn=({size:e,...t})=>S8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S8.createElement("path",{d:"M20,16 L20,16.992 L19,17.992 L20,18.992 L20,20 L17,20 L17,19 L19,19 L18,18 L19,17 L17,17 L17,16 L20,16 Z M15,17 L15,19 L5,19 L5,17 L15,17 Z M20,10 L20,10.992 L18.078,13 L20,13 L20,14 L17,14 L17,13.0002035 L19.078,11 L17,11 L17,10 L20,10 Z M15,11 L15,13 L5,13 L5,11 L15,11 Z M19,4 L19,8 L18,8 L18,5 L17,5 L17,4 L19,4 Z M15,5 L15,7 L5,7 L5,5 L15,5 Z"}));dn.displayName="NumericListRight";var cn=dn;var Z8=o(r()),un=({size:e,...t})=>Z8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z8.createElement("path",{d:"M17.81 6.966l-3.976-2.447a3.48 3.48 0 00-3.668 0L6.19 6.966A2.484 2.484 0 005 9.1v4.787a2.486 2.486 0 001.19 2.13l3.975 2.446a3.48 3.48 0 003.669 0l3.976-2.446a2.486 2.486 0 001.19-2.13V9.1a2.483 2.483 0 00-1.19-2.134zM10.689 5.37a2.492 2.492 0 012.622 0l3.975 2.446c.087.058.168.125.241.2L15.393 9.33 9.828 5.9l.861-.53zM8.875 6.487l5.565 3.425-2.44 1.5-5.527-3.4a1.48 1.48 0 01.241-.2l2.161-1.325zM6.714 15.16A1.491 1.491 0 016 13.882V9.1c.004-.063.012-.125.024-.186l5.476 3.37v5.632a2.5 2.5 0 01-.811-.3L6.714 15.16zM18 11.978v1.9a1.49 1.49 0 01-.714 1.278l-3.976 2.446c-.25.147-.524.248-.81.3v-5.623l5.476-3.37c.012.063.02.127.024.19v2.884-.005z"}));un.displayName="Package";var mn=un;var B8=o(r()),fn=({size:e,...t})=>B8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B8.createElement("path",{fillRule:"evenodd",d:"M15,5 C16.0528636,5 16.9180289,5.81639669 16.994505,6.85080841 L17,7 L17,17 C17,18.0528636 16.1826921,18.9180289 15.1490673,18.994505 L15,19 L8,19 C6.94713636,19 6.08197107,18.1826921 6.00549502,17.1490673 L6,17 L6,7 C6,5.94618182 6.81730785,5.0818843 7.85093266,5.00548911 L8,5 L15,5 Z M15,6 L8,6 C7.4865,6 7.06439796,6.38542347 7.00671757,6.88324672 L7,7 L7,17 C7,17.5125714 7.38542347,17.9354694 7.88324672,17.9932682 L8,18 L15,18 C15.5135,18 15.935602,17.6137143 15.9932824,17.1165685 L16,17 L16,7 C16,6.4865 15.6145765,6.06439796 15.1167533,6.00671757 L15,6 Z M14,11 L14,12 L9,12 L9,11 L14,11 Z M14,8 L14,9 L9,9 L9,8 L14,8 Z"}));fn.displayName="Page";var hn=fn;var P8=o(r()),xn=({size:e,...t})=>P8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P8.createElement("path",{fillRule:"evenodd",d:"M17,15 L17,17 L19,17 L19,18 L17,18 L17,20 L16,20 L16,18 L14,18 L14,17 L16,17 L16,15 L17,15 Z M15,5 C16.0528636,5 16.9180289,5.81730785 16.994505,6.85093266 L17,7 L17,13 L16,13 L16,7 C16,6.48742857 15.6145765,6.06453061 15.1167533,6.00673178 L15,6 L8,6 C7.4865,6 7.06439796,6.38628571 7.00671757,6.88343149 L7,7 L7,17 C7,17.5135 7.38542347,17.935602 7.88324672,17.9932824 L8,18 L13,18 L13,19 L8,19 C6.94713636,19 6.08197107,18.1836033 6.00549502,17.1491916 L6,17 L6,7 C6,5.94713636 6.81730785,5.08197107 7.85093266,5.00549502 L8,5 L15,5 Z M14,11 L14,12 L9,12 L9,11 L14,11 Z M14,8 L14,9 L9,9 L9,8 L14,8 Z"}));xn.displayName="PageAdd";var gn=xn;var V8=o(r()),vn=({size:e,...t})=>V8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V8.createElement("path",{d:"M18,17 C18,17.551 17.551,18 17,18 L7,18 C6.932,18 6.873,17.974 6.809,17.961 L17.961,6.809 C17.974,6.873 18,6.932 18,7 L18,17 Z M6,14.53 L14.53,6 L17,6 C17.103,6 17.197,6.03 17.291,6.059 L6.059,17.291 C6.03,17.197 6,17.103 6,17 L6,14.53 Z M6,10.28 L10.28,6 L13.11,6 L6,13.11 L6,10.28 Z M6,7 C6,6.449 6.449,6 7,6 L8.87,6 L6,8.87 L6,7 Z M7,5 C5.897,5 5,5.897 5,7 L5,17 C5,18.103 5.897,19 7,19 L17,19 C18.103,19 19,18.103 19,17 L19,7 C19,5.897 18.103,5 17,5 L7,5 Z"}));vn.displayName="PageBackground";var Rn=vn;var b8=o(r()),Mn=({size:e,...t})=>b8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b8.createElement("path",{d:"M16.5 18h-9A2.5 2.5 0 0 1 5 15.5v-7A2.5 2.5 0 0 1 7.5 6h9A2.5 2.5 0 0 1 19 8.5v7a2.5 2.5 0 0 1-2.5 2.5Zm-9-11C6.67 7 6 7.67 6 8.5v7c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5h-9Zm-1.1 7L5 12.45v-.75l2 2.22V14h1.97L5 9.59V9.1l.13-.11.87.97v-.95h1.92l.02-.02.02.02h2.77l.02-.02.02.02h2.77l.02-.02.02.02h2.77l.02-.02.02.02H18v1h-.71l1.71 1.9v.75l-2.38-2.65h-2.14l3.77 4.18-.24.22v.6H6v-1h.4V14Zm7.41-4h-2.14l3.6 4h2.14l-3.6-4ZM11 10H8.86l3.6 4h2.14L11 10Zm-2.81 0H6.04l3.6 4h2.14l-3.6-4h.01Z"}));Mn.displayName="PageBody";var Sn=Mn;var w8=o(r()),Zn=({size:e,...t})=>w8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w8.createElement("path",{fillRule:"evenodd",d:"M8,5 L16,5 C17.103,5 18,5.896 18,7 L18,17 C18,18.103 17.103,19 16,19 L8,19 C6.897,19 6,18.103 6,17 L6,7 C6,5.896 6.897,5 8,5 Z M9,10 L15,10 L15,8 L9,8 L9,10 Z M9,14 L15,14 L15,12 L9,12 L9,14 Z"}));Zn.displayName="PageBold";var Bn=Zn;var G8=o(r()),Pn=({size:e,...t})=>G8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G8.createElement("path",{d:"M12 9H8V8h4v1zm4 0V6.5A2.5 2.5 0 0013.5 4h-7A2.5 2.5 0 004 6.5v10A2.5 2.5 0 006.5 19H9v-1H6.5A1.5 1.5 0 015 16.5v-10A1.5 1.5 0 016.5 5h7A1.5 1.5 0 0115 6.5V9h1zm3 5v-1a2 2 0 00-2-2h-1v1h1a1 1 0 011 1v1a1.987 1.987 0 00.691 1.5A1.988 1.988 0 0018 17v1a1 1 0 01-1 1h-1v1h1a2 2 0 002-2v-1a1 1 0 011-1v-1a1 1 0 01-1-1zm-8-1v1a1 1 0 01-1 1v1a1 1 0 011 1v1a2 2 0 002 2h1v-1h-1a1 1 0 01-1-1v-1a1.987 1.987 0 00-.691-1.5A1.988 1.988 0 0012 14v-1a1 1 0 011-1h1v-1h-1a2 2 0 00-2 2z"}));Pn.displayName="PageCode";var Vn=Pn;var A8=o(r()),bn=({size:e,...t})=>A8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A8.createElement("path",{d:"M8.5 18H13v1H8.5A2.5 2.5 0 0 1 6 16.5v-9A2.5 2.5 0 0 1 8.5 5h6A2.5 2.5 0 0 1 17 7.5V9h-1V7.5c0-.83-.67-1.5-1.5-1.5h-6C7.67 6 7 6.67 7 7.5v9c0 .83.67 1.5 1.5 1.5Zm11-1c-.65 0-1.2.42-1.41 1h-1.52c-.24 0-.44-.12-.56-.33-.11-.21-.1-.45.02-.65l1.96-3.05c.39-.6.41-1.34.07-1.97-.34-.63-.98-1.01-1.69-1.01H14.9c-.21-.58-.76-1-1.41-1-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5c.65 0 1.2-.42 1.41-1h1.47c.35 0 .65.18.82.49.17.31.15.66-.03.95l-1.96 3.05c-.33.51-.35 1.13-.06 1.67.29.53.83.85 1.43.85h1.52c.21.58.76 1 1.41 1 .83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5Z"}));bn.displayName="PageDynamic";var wn=bn;var y8=o(r()),Gn=({size:e,...t})=>y8.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},y8.createElement("path",{d:"M5.25 13H10v1H5.25C4.56 14 4 13.44 4 12.75v-8.5C4 3.56 4.56 3 5.25 3h5.5c.69 0 1.25.56 1.25 1.25V8h-1V4.25c0-.14-.11-.25-.25-.25h-5.5c-.14 0-.25.11-.25.25v8.5c0 .14.11.25.25.25ZM10 5H6v1h4V5ZM6 8h4V7H6v1Zm10 6.5c0 .83-.67 1.5-1.5 1.5-.65 0-1.2-.42-1.41-1h-.92c-.5 0-.94-.28-1.14-.74-.2-.46-.12-.97.21-1.35l1.35-1.5c.1-.11.06-.22.04-.27a.235.235 0 0 0-.23-.15h-.5c-.21.58-.76 1-1.41 1-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5c.65 0 1.2.42 1.41 1h.5c.5 0 .94.28 1.14.74.2.46.12.97-.21 1.34l-1.35 1.5c-.1.11-.06.22-.04.27.02.04.08.15.23.15h.92c.21-.58.76-1 1.41-1 .83 0 1.5.67 1.5 1.5v.01Zm-5-4c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5Zm4 4c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5Z"}));Gn.displayName="PageDynamicSmall";var An=Gn;var E8=o(r()),yn=({size:e,...t})=>E8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E8.createElement("path",{fillRule:"evenodd",d:"M17.0356611,16.7356611 C17.0356611,17.0116611 16.8116611,17.2356611 16.5356611,17.2356611 L10.5356611,17.2356611 C10.2596611,17.2356611 10.0356611,17.0116611 10.0356611,16.7356611 L10.0356611,10.7356611 C10.0356611,10.4596611 10.2596611,10.2356611 10.5356611,10.2356611 L16.5356611,10.2356611 C16.8116611,10.2356611 17.0356611,10.4596611 17.0356611,10.7356611 L17.0356611,16.7356611 Z M9.03566108,10.7356611 L9.03566108,15.3396611 L8.66766108,15.4506611 C8.40366108,15.5296611 8.12466108,15.3796611 8.04566108,15.1146611 L6.32166108,9.36766113 C6.24166108,9.10366113 6.39166108,8.82466113 6.65666108,8.74566113 L12.4036611,7.02066113 C12.6676611,6.94166113 12.9466611,7.09166113 13.0256611,7.35666113 L13.5896611,9.23566113 L10.5356611,9.23566113 C9.70666108,9.23566113 9.03566108,9.90766113 9.03566108,10.7356611 L9.03566108,10.7356611 Z M16.5356611,9.23566113 L14.6336611,9.23566113 L13.9836611,7.06866113 C13.7456611,6.27566113 12.9096611,5.82566113 12.1166611,6.06366113 L6.36866108,7.78766113 C5.57566108,8.02566113 5.12566108,8.86166113 5.36366108,9.65566113 L7.08766108,15.4016611 C7.32566108,16.1956611 8.16166108,16.6456611 8.95466108,16.4076611 L9.03566108,16.3836611 L9.03566108,16.7356611 C9.03566108,17.5636611 9.70666108,18.2356611 10.5356611,18.2356611 L16.5356611,18.2356611 C17.3646611,18.2356611 18.0356611,17.5636611 18.0356611,16.7356611 L18.0356611,10.7356611 C18.0356611,9.90766113 17.3646611,9.23566113 16.5356611,9.23566113 L16.5356611,9.23566113 Z"}));yn.displayName="PageSpecial";var En=yn;var F8=o(r()),Fn=({size:e,...t})=>F8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F8.createElement("path",{d:"M18.5 8H18v-.5A2.5 2.5 0 0 0 15.5 5H15v-.5A2.5 2.5 0 0 0 12.5 2h-6A2.5 2.5 0 0 0 4 4.5v8A2.5 2.5 0 0 0 6.5 15H7v.5A2.5 2.5 0 0 0 9.5 18h.5v.5a2.5 2.5 0 0 0 2.5 2.5h6a2.5 2.5 0 0 0 2.5-2.5v-8A2.5 2.5 0 0 0 18.5 8ZM7 7.5V14h-.5A1.5 1.5 0 0 1 5 12.5v-8A1.5 1.5 0 0 1 6.5 3h6A1.5 1.5 0 0 1 14 4.5V5H9.5A2.5 2.5 0 0 0 7 7.5Zm3 3V17h-.5A1.5 1.5 0 0 1 8 15.5v-8A1.5 1.5 0 0 1 9.5 6h6A1.5 1.5 0 0 1 17 7.5V8h-4.5a2.5 2.5 0 0 0-2.5 2.5Zm10 8a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-8A1.5 1.5 0 0 1 12.5 9h6a1.5 1.5 0 0 1 1.5 1.5v8ZM13 13h5v-1h-5v1Zm0 2h5v-1h-5v1Z"}));Fn.displayName="Pages";var Nn=Fn;var N8=o(r()),kn=({size:e,...t})=>N8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N8.createElement("path",{fillRule:"evenodd",d:"M18,9 C19.0538182,9 19.9181157,9.81639669 19.9945109,10.8508084 L20,11 L20,19 C20,20.0538182 19.1836033,20.9181157 18.1491916,20.9945109 L18,21 L12,21 C10.9461818,21 10.0818843,20.1836033 10.0054891,19.1491916 L10,19 L10,11 C10,9.94618182 10.8163967,9.0818843 11.8508084,9.00548911 L12,9 L18,9 Z M17,6 L17,8 L9.5,8 C9.25466667,8 9.05041975,8.17698765 9.00806036,8.41016187 L9,8.5 L9,18 L7,18 L7,8 C7,6.94618182 7.81639669,6.0818843 8.85080841,6.00548911 L9,6 L17,6 Z M14,3 L14,5 L6.5,5 C6.25466667,5 6.05041975,5.17698765 6.00806036,5.41016187 L6,5.5 L6,15 L4,15 L4,5 C4,3.94618182 4.81639669,3.0818843 5.85080841,3.00548911 L6,3 L14,3 Z"}));kn.displayName="PagesBold";var Hn=kn;var k8=o(r()),Tn=({size:e,...t})=>k8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k8.createElement("path",{d:"M8.444 15a.59.59 0 0 0 .386-.14.465.465 0 0 0 .014-.707L6.543 12l2.301-2.153a.465.465 0 0 0-.014-.707.6.6 0 0 0-.785.013L5 12l3.045 2.847c.11.1.251.154.399.153Zm9.013-3.035-2.305 2.19a.466.466 0 0 0 .021.708c.107.09.243.138.383.137a.587.587 0 0 0 .403-.156L19 11.954 15.952 9.15a.6.6 0 0 0-.785-.007.465.465 0 0 0-.008.707l2.298 2.115Z"}));Tn.displayName="Pagination";var Un=Tn;var H8=o(r()),Dn=({size:e,...t})=>H8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H8.createElement("path",{d:"M9.70710678,15.2928932 L8.29289322,16.7071068 L3.58578644,12 L8.29289322,7.29289322 L9.70710678,8.70710678 L6.41421356,12 L9.70710678,15.2928932 Z M14.5857864,15.2928932 L17.8786797,12 L14.5857864,8.70710678 L16,7.29289322 L20.7071068,12 L16,16.7071068 L14.5857864,15.2928932 Z"}));Dn.displayName="PaginationBold";var zn=Dn;var T8=o(r()),In=({size:e,...t})=>T8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T8.createElement("path",{d:"M9.559,5 C10.5412222,5 11.3807284,5.63330247 11.8079438,6.6724537 L11.879,6.86 L16.079,18.68 L16.089,18.73 L15.049,19.12 L13.25,14.05 L5.839,14.05 L4.04,19.12 L3,18.73 L3.009,18.68 L7.21,6.86 C7.58683333,5.77388889 8.39270679,5.08024691 9.35720319,5.00652778 L9.559,5 Z M9.544,6.123 C9.001,6.131 8.517,6.557 8.29,7.24 L8.29,7.24 L6.189,13.05 L12.899,13.05 L10.799,7.24 C10.571,6.557 10.087,6.131 9.544,6.123 Z M20.0589,17.05 L20.0589,18.05 L17.8589,18.05 L17.4999,17.05 L20.0589,17.05 Z M20.0586,12.05 L20.0586,13.05 L16.0786,13.05 L15.7196,12.05 L20.0586,12.05 Z M20.0587,7.05 L20.0587,8.05 L14.2997,8.05 L13.9487,7.05 L20.0587,7.05 Z"}));In.displayName="Paragraph";var _n=In;var U8=o(r()),Wn=({size:e,...t})=>U8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U8.createElement("path",{d:"M9.953,5 C10.8155,5 11.5725313,5.4921875 11.9686616,6.29528809 L12.043,6.46 L16.953,18.042 L14.833,18.042 L13.103,14 L6.802,14 L5.12,18 L3,18 L7.863,6.45 C8.233,5.56 9.033,5 9.953,5 Z M9.953,7 C9.823,7 9.713,7.09 9.643,7.28 L9.643,7.28 L7.653,12 L12.262,12 L10.283,7.31 C10.193,7.1 10.083,7 9.953,7 Z M19.9531,14 L19.9531,16 L18.1891,16 L17.3391,14 L19.9531,14 Z M19.9527,10 L19.9527,12 L16.4987,12 L15.6587,10 L19.9527,10 Z M19.9524,6 L19.9524,8 L14.8094,8 L13.9694,6 L19.9524,6 Z"}));Wn.displayName="ParagraphBold";var On=Wn;var D8=o(r()),jn=({size:e,...t})=>D8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D8.createElement("path",{fillRule:"evenodd",d:"M12,16 C10.896,16 10,15.104 10,14 L10,8.5 L12.5,11.5 L13,11 L9.5,7 L6,11 L6.5,11.5 L9,8.5 L9,14 C9,15.657 10.343,17 12,17 L18,17 L18,16 L12,16 Z"}));jn.displayName="Parent";var $n=jn;var z8=o(r()),Jn=({size:e,...t})=>z8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z8.createElement("path",{d:"M12 15h5v-1h-5v1Zm7 3.5c0 .275-.225.5-.5.5h-8a.501.501 0 0 1-.5-.5v-6c0-.275.225-.5.5-.5h8c.275 0 .5.225.5.5v6Zm-9.908.5H6.5a.501.501 0 0 1-.5-.5v-11c0-.275.225-.5.5-.5h1.592c.207.581.757 1 1.408 1h4c.651 0 1.201-.419 1.408-1H16.5c.275 0 .5.225.5.5V11h-6.5c-.827 0-1.5.673-1.5 1.5v6c0 .176.036.343.092.5ZM9.5 6h4c.275 0 .5.225.5.5s-.225.5-.5.5h-4a.501.501 0 0 1-.5-.5c0-.275.225-.5.5-.5Zm9 5H18V7.5c0-.827-.673-1.5-1.5-1.5h-1.592c-.207-.581-.757-1-1.408-1h-4c-.651 0-1.201.419-1.408 1H6.5C5.673 6 5 6.673 5 7.5v11c0 .827.673 1.5 1.5 1.5h12c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5ZM12 17h5v-1h-5v1Z"}));Jn.displayName="Paste";var Yn=Jn;var I8=o(r()),qn=({size:e,...t})=>I8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I8.createElement("path",{d:"M10 7V6h3v1h-3Zm7 4V8a2 2 0 0 0-2-2h-1v-.508c0-.276-.146-.492-.422-.492h-4C9.302 5 9 5.216 9 5.492V6H8c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h2v-5a2 2 0 0 1 2-2h5Zm-4 4v-1h5v1h-5Zm0 2v-1h5v1h-5Zm5-5h-5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h5a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2Z"}));qn.displayName="PasteBold";var Qn=qn;var _8=o(r()),Xn=({size:e,...t})=>_8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_8.createElement("path",{d:"M17.0868594,13.308 C15.5708594,14.412 13.6328594,14.994 11.4808594,14.994 L10.8888594,14.994 C9.7828594,14.994 9.4878594,15.574 9.4138594,15.904 L8.7208594,18.609 C8.6728594,18.815 8.4398594,18.994 8.2208594,18.994 L6.1508594,18.994 C6.0938594,18.994 6.0468594,18.982 6.0268594,18.956 C6.0078594,18.932 6.0038594,18.89 6.0168594,18.835 L8.9058594,6.403 C8.9558594,6.197 9.1978594,6.006 9.4078594,6.003 L13.7228594,6.001 C14.6538594,6.009 15.4248594,6.07 16.0748594,6.185 C16.7148594,6.305 17.2458594,6.498 17.6978594,6.775 C18.1188594,7.036 18.4398594,7.375 18.6558594,7.794 C18.8688594,8.184 18.9938594,8.83 18.9899526,9.528 C18.9938594,11.092 18.3348594,12.399 17.0868594,13.308 M19.5498594,7.329 C19.2538594,6.756 18.8108594,6.285 18.2308594,5.925 C17.6698594,5.581 17.0258594,5.345 16.2588594,5.201 C15.5468594,5.074 14.7198594,5.008 13.7268594,5 L9.4018594,5.002 C8.7178594,5.011 8.0828594,5.512 7.9228594,6.172 L5.0338594,18.608 C4.9498594,18.961 5.0238594,19.314 5.2368594,19.579 C5.4498594,19.844 5.7828594,19.994 6.1508594,19.994 L8.2208594,19.994 C8.9148594,19.994 9.5518594,19.495 9.7018594,18.842 L10.3968594,16.137 C10.4248594,16.005 10.7808594,15.994 10.8888594,15.994 L11.4808594,15.994 C13.8498594,15.994 15.9938594,15.345 17.6848594,14.114 C19.1818594,13.024 20.0038594,11.396 19.9999679,9.53 C20.0028594,9.02 19.9458594,8.055 19.5498594,7.329 M14.3348594,11.332 C13.7378594,11.765 12.9388594,11.994 12.0208594,11.994 L11.5138594,11.994 C11.4848594,11.994 11.4468594,11.988 11.4138594,11.947 C11.3818594,11.907 11.3558594,11.832 11.3758594,11.744 L11.9998594,9.038 C12.0448594,8.834 12.2848594,8.633 12.4858594,8.633 L13.1708594,8.619 C13.8638594,8.619 14.3748594,8.724 14.6918594,8.933 C15.0028594,9.134 15.0638594,9.497 15.0608594,9.78 C15.0698594,10.455 14.8258594,10.977 14.3348594,11.332 M15.2488594,8.097 C14.7588594,7.775 14.0798594,7.618 13.1608594,7.618 L13.1598594,7.618 L12.4858594,7.632 C11.8068594,7.632 11.1598594,8.157 11.0138594,8.821 L10.3908594,11.521 C10.3058594,11.891 10.3938594,12.284 10.6238594,12.57 C10.8408594,12.839 11.1658594,12.994 11.5138594,12.994 L12.0208594,12.994 C13.1538594,12.994 14.1598594,12.699 14.9298594,12.14 C15.6898594,11.591 16.0838594,10.771 16.0698594,9.779 C16.0798594,9.045 15.7868594,8.448 15.2488594,8.097"}));Xn.displayName="Paypal";var Kn=Xn;var W8=o(r()),ep=({size:e,...t})=>W8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W8.createElement("path",{fillRule:"evenodd",d:"M8.64721867,5 C8.53521867,5 8.42021867,5.019 8.30921867,5.059 L5.66221867,6.008 C5.25721867,6.152 4.97921867,6.542 5.00121867,6.968 C5.11821867,9.092 5.76221867,11.063 6.79221867,12.78 C7.87421867,14.56 9.36721867,16.066 11.1532187,17.156 C12.8992187,18.215 14.9272187,18.869 17.0962187,18.998 C17.1152187,18.999 17.1332187,19 17.1522187,19 C17.5772187,19 17.9552187,18.709 18.0832187,18.303 L18.9562187,15.524 C19.1242187,14.99 18.8092187,14.425 18.2642187,14.279 L15.5172187,13.548 C15.4312187,13.525 15.3442187,13.514 15.2592187,13.514 C14.9412187,13.514 14.6362187,13.666 14.4472187,13.932 L13.6752187,15.018 L8.85321867,10.215 L9.94721867,9.393 C10.2682187,9.151 10.4112187,8.741 10.3072187,8.354 L9.60721867,5.733 C9.48821867,5.288 9.08421867,5 8.64721867,5 M8.64321867,6.002 L9.34621867,8.593 L8.25221867,9.416 C8.02021867,9.59 7.87621867,9.856 7.85521867,10.146 C7.83521867,10.435 7.94221867,10.719 8.14721867,10.924 L12.9692187,15.727 C13.1582187,15.914 13.4122187,16.018 13.6752187,16.018 C13.7032187,16.018 13.7312187,16.017 13.7592187,16.015 C14.0522187,15.989 14.3202187,15.837 14.4902187,15.598 L15.2592187,14.514 L18.0012187,15.225 L17.1562187,18 C15.2092187,17.885 13.3132187,17.297 11.6732187,16.303 C10.0412187,15.306 8.64821867,13.908 7.65021867,12.267 C6.65921867,10.615 6.10421867,8.814 6.00021867,6.949 L8.64321867,6.002"}));ep.displayName="Phone";var tp=ep;var O8=o(r()),rp=({size:e,...t})=>O8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O8.createElement("path",{fillRule:"evenodd",d:"M18.7316994,15.7309952 L18.1386994,18.0359952 C18.0216994,18.4919952 17.6016994,18.8189952 17.1316994,18.7899952 C14.9636994,18.6529952 12.9366994,17.9909952 11.1896994,16.9229952 C9.39169936,15.8159952 7.88869936,14.2869952 6.79969936,12.4809952 C5.77369936,10.7559952 5.12769936,8.77699516 5.00169936,6.64699516 C4.97369936,6.18299516 5.29469936,5.76799516 5.74369936,5.64699516 L8.00869936,5.03499516 C8.54369936,4.88999516 9.09369936,5.20899516 9.23669936,5.74399516 L10.1346994,9.13699516 L7.97869936,10.7729952 L12.9786994,15.7729952 L14.5336994,13.5789952 L18.0226994,14.5159952 C18.5526994,14.6579952 18.8686994,15.1999952 18.7316994,15.7309952"}));rp.displayName="PhoneBold";var op=rp;var j8=o(r()),ap=({size:e,...t})=>j8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j8.createElement("path",{d:"M13.944,13.2108945 L16.772,10.3828945 L18.186,11.7968945 L19.774,11.0028945 C20.384,10.6978945 20.516,9.88489446 20.034,9.40089446 L17.479,6.84789446 L14.925,4.29289446 C14.442,3.81089446 13.629,3.94189446 13.324,4.55289446 L12.53,6.14089446 L13.944,7.55489446 L11.116,10.3828945 C11.116,10.3828945 8.722,7.98889446 5.587,10.3578945 C5.112,10.7168945 5.087,11.4258945 5.507,11.8458945 L8.279,14.6168945 C5.56,17.6238945 4,20.2368945 4,20.2368945 C4,20.2368945 6.612,18.6758945 9.62,15.9578945 L12.481,18.8188945 C12.901,19.2398945 13.61,19.2148945 13.968,18.7398945 C16.338,15.6048945 13.944,13.2108945 13.944,13.2108945"}));ap.displayName="PinBold";var Lp=ap;var $8=o(r()),lp=({size:e,...t})=>$8.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},$8.createElement("path",{d:"M10.091,9.64175037 L11.823,7.90975037 L12.69,8.77575037 L13.662,8.28875037 C14.036,8.10275037 14.116,7.60475037 13.821,7.30875037 L12.257,5.74475037 L10.693,4.17975037 C10.397,3.88375037 9.899,3.96475037 9.711,4.33875037 L9.225,5.31175037 L10.091,6.17675037 L8.359,7.90975037 C8.359,7.90975037 6.893,6.44375037 4.973,7.89475037 C4.682,8.11475037 4.667,8.54775037 4.924,8.80575037 L6.622,10.5027504 C4.957,12.3447504 4,13.9457504 4,13.9457504 C4,13.9457504 5.601,12.9897504 7.443,11.3247504 L9.195,13.0777504 C9.452,13.3337504 9.887,13.3187504 10.107,13.0287504 C11.557,11.1077504 10.091,9.64175037 10.091,9.64175037"}));lp.displayName="PinBoldSmall";var sp=lp;var J8=o(r()),ip=({size:e,...t})=>J8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J8.createElement("path",{d:"M12.747,5 C8.927,5 7,7.739 7,10.023 C7,11.406 7.523,12.637 8.646,13.096 C8.831,13.171 8.996,13.099 9.05,12.895 C9.086,12.753 9.174,12.397 9.214,12.249 C9.267,12.048 9.247,11.977 9.098,11.801 C8.774,11.419 8.567,10.924 8.567,10.224 C8.567,8.191 10.087,6.372 12.526,6.372 C14.685,6.372 15.872,7.692 15.872,9.454 C15.872,11.772 14.846,13.729 13.323,13.729 C12.481,13.729 11.851,13.034 12.054,12.181 C12.295,11.162 12.764,10.062 12.764,9.327 C12.764,8.669 12.41,8.12 11.679,8.12 C10.818,8.12 10.128,9.01 10.128,10.201 C10.128,10.96 10.385,11.473 10.385,11.473 C10.385,11.473 9.505,15.203 9.351,15.856 C9.043,17.156 9.304,18.75 9.326,18.911 C9.339,19.007 9.462,19.029 9.518,18.958 C9.597,18.854 10.621,17.589 10.97,16.326 C11.067,15.969 11.535,14.115 11.535,14.115 C11.814,14.648 12.631,15.118 13.499,15.118 C16.084,15.118 17.838,12.761 17.838,9.606 C17.838,7.222 15.817,5 12.747,5"}));ip.displayName="Pinterest";var Cp=ip;var Y8=o(r()),np=({size:e,...t})=>Y8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y8.createElement("path",{d:"m16.61 11.73-.71-.71-2.86-2.86-.67-.68.71-.71.71.71.71-.71-1.06-1.06c-.2-.2-.51-.2-.71 0l-1.41 1.41c-.2.2-.2.51 0 .71l.35.35-3.13 3.13a13.604 13.604 0 0 0-3.27 5.29l-.27.8c-.16.48-.04 1.01.32 1.37.26.26.59.39.94.39.14 0 .29-.02.43-.07l.8-.27c1.98-.66 3.81-1.79 5.29-3.27l3.13-3.13.35.35a.485.485 0 0 0 .7 0l1.41-1.41c.2-.2.2-.51 0-.71l-1.06-1.06-.71.71.71.71-.71.71.01.01Zm-4.54 3.13a12.549 12.549 0 0 1-4.9 3.03l-.8.27c-.18.06-.3-.04-.34-.08a.33.33 0 0 1-.08-.34l.27-.8c.61-1.83 1.66-3.53 3.03-4.9l3.13-3.13 2.83 2.83-3.13 3.13-.01-.01Zm6.62-6.62-2.08 2.08-.71-.71 2.08-2.08a.99.99 0 0 0 .29-.71c0-.27-.1-.52-.29-.71-.38-.38-1.04-.38-1.41 0l-2.08 2.08-.71-.71 2.08-2.08c.75-.76 2.07-.76 2.83 0a1.983 1.983 0 0 1 0 2.82v.02Z"}));np.displayName="Pipette";var pp=np;var q8=o(r()),dp=({size:e,...t})=>q8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q8.createElement("path",{d:"M12.33425,14.291 L6.96325,14.291 L13.52325,7.811 L16.02225,10.478 L12.33425,14.291 Z M8.47125,18.025 L6.39725,17.726 L6.18925,15.291 L11.33425,15.291 L8.47125,18.025 Z M20.26425,3.732 C19.28725,2.756 17.70425,2.756 16.72925,3.732 L15.31325,5.146 L14.60625,4.439 C14.02125,3.853 13.07125,3.853 12.48525,4.439 C11.90025,5.025 11.90025,5.976 12.48525,6.561 L4.51725,14.529 C4.31225,14.734 4.20525,15.02 4.22725,15.309 L4.38425,17.49 L3.29325,18.582 C2.90225,18.973 2.90225,19.605 3.29325,19.996 L4.00025,20.703 C4.39125,21.094 5.02325,21.094 5.41425,20.703 L6.50625,19.612 L8.68825,19.77 C8.97725,19.791 9.26225,19.685 9.46725,19.479 L17.43625,11.511 C18.02125,12.097 18.97125,12.097 19.55725,11.511 C20.14325,10.925 20.14325,9.975 19.55725,9.39 L18.85025,8.683 L20.26425,7.268 C21.24025,6.292 21.24025,4.709 20.26425,3.732 L20.26425,3.732 Z"}));dp.displayName="PipetteBold";var cp=dp;var Q8=o(r()),up=({size:e,...t})=>Q8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q8.createElement("path",{d:"M11.33425,15.291 L6.26125,15.291 L13.53125,7.85 L16.02125,10.478 L11.33425,15.291 Z M20.26425,3.732 C19.28725,2.756 17.70525,2.756 16.72925,3.732 L15.31425,5.146 L14.60725,4.439 C14.02225,3.853 13.07125,3.853 12.48525,4.439 C11.90025,5.025 11.90025,5.976 12.48525,6.561 L4.51725,14.529 C4.31225,14.734 4.20525,15.02 4.22725,15.309 L4.38525,17.49 L3.29325,18.582 C2.90225,18.973 2.90225,19.605 3.29325,19.996 L4.00025,20.703 C4.39125,21.094 5.02325,21.094 5.41425,20.703 L6.50625,19.612 L8.68825,19.77 C8.97725,19.791 9.26225,19.685 9.46725,19.479 L17.43625,11.511 C18.02125,12.097 18.97125,12.097 19.55725,11.511 C20.14325,10.925 20.14325,9.975 19.55725,9.39 L18.85025,8.683 L20.26425,7.268 C21.24025,6.292 21.24025,4.709 20.26425,3.732 L20.26425,3.732 Z"}));up.displayName="PipetteFullBold";var mp=up;var X8=o(r()),fp=({size:e,...t})=>X8.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},X8.createElement("path",{d:"M13 9c0 .16-.08.32-.21.41l-5 3.5c-.09.06-.19.09-.29.09-.08 0-.16-.02-.23-.06A.499.499 0 0 1 7 12.5v-7c0-.19.1-.36.27-.44a.49.49 0 0 1 .52.03l5 3.5c.13.09.21.25.21.41Z"}));fp.displayName="PlayBoldSmall";var hp=fp;var K8=o(r()),xp=({size:e,...t})=>K8.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K8.createElement("path",{d:"M10.5,11.234 L12.849,12.5 L10.5,13.843 L10.5,11.234 Z M9.5,15.5 L14.5,12.5 L9.5,9.5 L9.5,15.5 Z M5,12.5 C5,8.916 7.916,6 11.5,6 C15.084,6 18,8.916 18,12.5 C18,16.084 15.084,19 11.5,19 C7.916,19 5,16.084 5,12.5 Z M4,12.5 C4,16.635 7.364,20 11.5,20 C15.636,20 19,16.635 19,12.5 C19,8.364 15.636,5 11.5,5 C7.364,5 4,8.364 4,12.5 Z"}));xp.displayName="PlayCircle";var gp=xp;var e0=o(r()),vp=({size:e,...t})=>e0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e0.createElement("path",{d:"M11.5,18 C8.467,18 6,15.533 6,12.5 C6,9.468 8.467,7 11.5,7 C14.533,7 17,9.468 17,12.5 C17,15.533 14.533,18 11.5,18 L11.5,18 Z M11.5,5 C7.357,5 4,8.358 4,12.5 C4,16.643 7.357,20 11.5,20 C15.643,20 19,16.643 19,12.5 C19,8.358 15.643,5 11.5,5 L11.5,5 Z M9.922,15 L13.922,12.5 L9.922,10 L9.922,15 Z"}));vp.displayName="PlayCircleBold";var Rp=vp;var t0=o(r()),Mp=({size:e,...t})=>t0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t0.createElement("path",{d:"M19.35 9.16a.48.48 0 00-.7 0l-3.16 3.16-3.82-3.82 3.13-3.13a.502.502 0 10-.71-.71L11 7.79 9 5.85l-1 1-1.61 1.64a6.442 6.442 0 009.11 9.11l2.63-2.6-1.94-2 3.16-3.16a.5.5 0 000-.68zM7.09 16.89a5.45 5.45 0 010-7.68l7.7 7.69a5.45 5.45 0 01-7.7-.01zm9.34-1.63l-.94.94-7.7-7.7L9 7.27l7.7 7.7-.27.29z"}));Mp.displayName="Plugin";var Sp=Mp;var r0=o(r()),Zp=({size:e,...t})=>r0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r0.createElement("path",{d:"M17,12.58 L15,14.58 L15,12.42 L17,10.42 L17,12.58 Z M17,15.58 L14.579,18 L12.42,18 L14.42,16 L15,15.42 L17,13.42 L17,15.58 Z M17,17 C17,17.55 16.55,18 16,18 L15.42,18 L17,16.42 L17,17 Z M11.42,16 L13.579,16 L11.579,18 L9.42,18 L11.42,16 Z M6.539,17.88 L8.42,16 L10.579,16 L8.579,18 L7,18 C6.829,18 6.68,17.96 6.539,17.88 L6.539,17.88 Z M6,12.5 L8,10.5 L8,12.58 L6,14.58 L6,12.5 Z M6,9.42 L8.42,7 L10.659,7 L8.659,9 L8,9.66 L6,11.66 L6,9.42 Z M6,8 C6,7.45 6.449,7 7,7 L7.579,7 L6,8.58 L6,8 Z M11.579,9 L9.5,9 L11.5,7 L13.579,7 L11.579,9 Z M16.46,7.12 L14.579,9 L12.42,9 L14.42,7 L16,7 C16.17,7 16.319,7.04 16.46,7.12 L16.46,7.12 Z M15,9.42 L16.88,7.54 C16.96,7.68 17,7.83 17,8 L17,9.58 L15,11.58 L15,9.42 Z M6.119,17.46 C6.039,17.32 6,17.17 6,17 L6,15.42 L8,13.42 L8,15.58 L6.119,17.46 Z M14,13.42 L14,15 L12.42,15 L11.579,15 L9.42,15 L9,15 L9,14.58 L9,12.42 L9,11.58 L9,10 L10.579,10 L11.42,10 L13.579,10 L14,10 L14,10.42 L14,12.58 L14,13.42 Z M16,6 L15,6 L14.579,6 L12,6 L11.659,6 L9,6 L8.579,6 L7,6 C5.899,6 5,6.9 5,8 L5,9.58 L5,10 L5,12.66 L5,13 L5,15.58 L5,16 L5,17 C5,18.1 5.899,19 7,19 L8,19 L8.42,19 L11,19 L11.42,19 L14,19 L14.42,19 L16,19 C17.1,19 18,18.1 18,17 L18,15.42 L18,15 L18,12.42 L18,12 L18,9.42 L18,9 L18,8 C18,6.9 17.1,6 16,6 L16,6 Z"}));Zp.displayName="Popup";var Bp=Zp;var o0=o(r()),Pp=({size:e,...t})=>o0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},o0.createElement("path",{fillRule:"evenodd",d:"M15.5,13 L15.5,15 L3.5,15 L3.5,13 L15.5,13 Z M4.5,2 L4.5,3 C4.5,4.104 5.396,5 6.5,5 C7.604,5 8.5,4.104 8.5,3 L8.5,3 L8.5,2 L10.5,2 L10.5,3 C10.5,4.104 11.396,5 12.5,5 C13.604,5 14.5,4.104 14.5,3 L14.5,3 L14.5,2 L16.5,2 L15.625,12 L3.375,12 L2.5,2 L4.5,2 Z"}));Pp.displayName="PremiumBoldSmall";var Vp=Pp;var a0=o(r()),bp=({size:e,...t})=>a0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a0.createElement("path",{d:"M15.5,5 C16.327,5 17,5.673 17,6.5 L17,8 L18.5,8 C19.327,8 20,8.673 20,9.5 L20,13.5 C20,14.327 19.327,15 18.5,15 L17,15 L17,17.5 C17,18.327 16.327,19 15.5,19 L8.5,19 C7.673,19 7,18.327 7,17.5 L7,15 L5.5,15 C4.673,15 4,14.327 4,13.5 L4,9.5 C4,8.673 4.673,8 5.5,8 L7,8 L7,6.5 C7,5.673 7.673,5 8.5,5 L15.5,5 Z M16,11 L8,11 L8,17.5 C8,17.775 8.225,18 8.5,18 L15.5,18 C15.775,18 16,17.775 16,17.5 L16,11 Z M13,15 L13,16 L9,16 L9,15 L13,15 Z M18.5,9 L5.5,9 C5.225,9 5,9.225 5,9.5 L5,13.5 C5,13.775 5.225,14 5.5,14 L7,14 L7,10 L17,10 L17,14 L18.5,14 C18.775,14 19,13.775 19,13.5 L19,9.5 C19,9.225 18.775,9 18.5,9 Z M15,13 L15,14 L9,14 L9,13 L15,13 Z M15.5,6 L8.5,6 C8.225,6 8,6.225 8,6.5 L8,8 L16,8 L16,6.5 C16,6.225 15.775,6 15.5,6 Z"}));bp.displayName="Print";var wp=bp;var L0=o(r()),Gp=({size:e,...t})=>L0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L0.createElement("path",{d:"M14.129,18.83 C14.103,18.838 14.075,18.845 14.049,18.852 C13.772,18.935 13.485,18.999 13.194,19.049 C13.111,19.062 13.027,19.076 12.942,19.087 C12.634,19.129 12.32,19.157 12,19.158 C11.993,19.158 11.986,19.159 11.98,19.159 C11.973,19.159 11.967,19.158 11.96,19.158 C11.644,19.157 11.333,19.13 11.026,19.089 C10.942,19.077 10.859,19.064 10.776,19.051 C10.502,19.004 10.233,18.944 9.97,18.867 C9.933,18.857 9.895,18.851 9.858,18.839 C9.583,18.754 9.318,18.646 9.058,18.531 C8.943,18.48 8.832,18.426 8.721,18.369 C8.591,18.303 8.465,18.23 8.339,18.157 C8.232,18.094 8.124,18.032 8.02,17.963 L8.02,17.95 C8.32,16.26 9.36,14.769 10.56,14.26 C10.89,14.12 11.12,13.82 11.17,13.47 C11.21,13.11 11.06,12.76 10.77,12.55 C10.26,12.16 9.96,11.58 9.96,10.96 C9.96,9.86 10.88,8.96 12,8.96 C12.12,8.96 12.25,8.97 12.37,8.99 C13.2,9.13 13.89,9.83 14.01,10.65 C14.12,11.39 13.83,12.09 13.22,12.55 C12.941,12.76 12.79,13.11 12.83,13.47 C12.88,13.82 13.11,14.12 13.441,14.26 C14.638,14.768 15.675,16.294 15.978,17.939 C15.892,17.998 15.801,18.047 15.712,18.101 C15.557,18.195 15.399,18.288 15.235,18.37 C15.138,18.421 15.037,18.469 14.937,18.515 C14.674,18.633 14.407,18.743 14.129,18.83 M19.12,12.727 C19.109,12.834 19.088,12.938 19.071,13.044 C19.051,13.182 19.034,13.32 19.006,13.455 C18.982,13.571 18.947,13.684 18.917,13.797 C18.886,13.918 18.858,14.039 18.82,14.156 C18.782,14.275 18.735,14.392 18.691,14.508 C18.651,14.614 18.613,14.722 18.568,14.825 C18.517,14.945 18.457,15.061 18.399,15.178 C18.352,15.272 18.306,15.368 18.255,15.46 C18.191,15.576 18.119,15.687 18.049,15.799 C17.993,15.887 17.939,15.976 17.88,16.06 C17.807,16.166 17.728,16.267 17.649,16.369 C17.582,16.455 17.516,16.542 17.444,16.625 C17.369,16.714 17.289,16.799 17.21,16.883 C17.122,16.976 17.035,17.067 16.943,17.155 C16.915,17.182 16.886,17.207 16.858,17.232 C16.397,15.506 15.268,13.939 13.84,13.34 C14.691,12.71 15.191,11.67 15.02,10.5 C14.83,9.26 13.81,8.22 12.55,8.01 C12.36,7.98 12.18,7.96 12,7.96 C10.31,7.96 8.95,9.3 8.95,10.96 C8.95,11.94 9.43,12.79 10.16,13.34 C8.723,13.949 7.595,15.515 7.133,17.261 C7.096,17.226 7.057,17.194 7.021,17.159 C6.933,17.075 6.849,16.988 6.766,16.9 C6.686,16.816 6.607,16.73 6.531,16.642 C6.453,16.551 6.378,16.456 6.305,16.361 C6.234,16.269 6.163,16.179 6.098,16.084 C6.026,15.982 5.96,15.877 5.895,15.771 C5.835,15.677 5.775,15.582 5.72,15.484 C5.655,15.37 5.599,15.253 5.54,15.135 C5.493,15.039 5.444,14.944 5.401,14.847 C5.346,14.719 5.298,14.588 5.25,14.457 C5.215,14.362 5.177,14.269 5.146,14.173 C5.1,14.03 5.064,13.885 5.027,13.738 C5.004,13.648 4.977,13.559 4.957,13.467 C4.923,13.304 4.9,13.137 4.877,12.97 C4.865,12.892 4.849,12.814 4.841,12.734 C4.815,12.487 4.801,12.237 4.8,11.984 L4.8,11.979 C4.8,11.65 4.83,11.327 4.873,11.01 C5.301,7.867 7.765,5.37 10.891,4.892 C11.247,4.837 11.608,4.8 11.98,4.8 C15.939,4.8 19.159,8.02 19.159,11.979 C19.159,12.044 19.151,12.105 19.15,12.169 C19.145,12.356 19.14,12.544 19.12,12.727 M18.18,16.999 C18.225,16.943 18.264,16.885 18.307,16.829 C18.43,16.669 18.55,16.506 18.66,16.337 C18.717,16.25 18.769,16.16 18.821,16.071 C18.91,15.924 18.995,15.774 19.074,15.621 C19.127,15.519 19.176,15.416 19.224,15.312 C19.293,15.162 19.358,15.01 19.417,14.854 C19.459,14.746 19.5,14.637 19.538,14.524 C19.592,14.365 19.638,14.203 19.682,14.039 C19.711,13.928 19.742,13.817 19.768,13.704 C19.807,13.525 19.835,13.344 19.862,13.161 C19.878,13.058 19.899,12.957 19.909,12.852 C19.939,12.591 19.953,12.325 19.955,12.057 C19.956,12.031 19.96,12.006 19.96,11.98 C19.96,7.57 16.39,4 11.981,4 L11.98,4 C11.842,4 11.708,4.014 11.572,4.02 C7.489,4.227 4.228,7.489 4.021,11.572 C4.014,11.708 4,11.842 4,11.979 L4,11.98 L4,11.981 C4,12.279 4.02,12.572 4.051,12.861 C4.063,12.962 4.082,13.06 4.097,13.16 C4.125,13.347 4.154,13.532 4.194,13.715 C4.22,13.829 4.252,13.941 4.282,14.055 C4.326,14.217 4.372,14.378 4.426,14.537 C4.465,14.65 4.506,14.762 4.549,14.873 C4.61,15.03 4.677,15.184 4.748,15.336 C4.795,15.436 4.841,15.537 4.892,15.635 C4.98,15.806 5.076,15.97 5.176,16.133 C5.219,16.203 5.259,16.275 5.304,16.344 C5.918,17.281 6.723,18.078 7.665,18.685 C7.804,18.776 7.943,18.866 8.09,18.95 C8.105,18.958 8.121,18.964 8.137,18.973 C8.397,19.115 8.665,19.243 8.942,19.357 C9.003,19.383 9.067,19.402 9.129,19.426 C9.354,19.512 9.582,19.589 9.817,19.654 C9.906,19.68 9.998,19.703 10.09,19.725 C10.309,19.778 10.529,19.821 10.754,19.855 C10.848,19.87 10.939,19.887 11.032,19.898 C11.333,19.934 11.638,19.957 11.947,19.958 C11.959,19.958 11.969,19.96 11.981,19.96 C11.992,19.96 12.005,19.958 12.018,19.958 C12.32,19.956 12.619,19.934 12.914,19.9 C13.021,19.888 13.124,19.868 13.23,19.851 C13.431,19.82 13.63,19.783 13.825,19.736 C13.942,19.709 14.058,19.68 14.173,19.647 C14.361,19.594 14.545,19.53 14.728,19.464 C14.83,19.426 14.934,19.392 15.034,19.351 C15.303,19.24 15.565,19.114 15.818,18.976 C15.828,18.97 15.84,18.966 15.85,18.96 C16.08,18.834 16.297,18.694 16.509,18.546 C17.138,18.111 17.7,17.591 18.18,16.999"}));Gp.displayName="ProfileWidget";var Ap=Gp;var l0=o(r()),yp=({size:e,...t})=>l0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l0.createElement("path",{d:"M18.857 13.573c0 .628-.514 1.143-1.143 1.143H15.43v-4.572h2.285c.629 0 1.143.515 1.143 1.143v2.286Zm-7.428 1.143 2.857-2.857v2.285l-.572.572H11.43Zm-3.429 0 4.572-4.572h1.714v.572l-4 4H8Zm-1.714 0c-.457 0-.857-.274-1.04-.675l3.897-3.897h2.286l-4.572 4.572h-.571Zm-1.143-3.429c0-.628.514-1.143 1.143-1.143H8l-2.857 2.857v-1.714Zm12.571-2.286H6.286c-.24 0-.469.035-.675.103-.72.229-1.28.789-1.508 1.509a2.138 2.138 0 0 0-.103.674v2.286c-.002.466.142.922.411 1.303.32.457.8.788 1.36.926.16.034.332.057.515.057h11.428A2.292 2.292 0 0 0 20 13.573v-2.286a2.292 2.292 0 0 0-2.286-2.286Z"}));yp.displayName="ProgressBar";var Ep=yp;var s0=o(r()),Fp=({size:e,...t})=>s0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s0.createElement("path",{d:"M15,5 C16.0538182,5 16.9181157,5.81639669 16.9945109,6.85080841 L17,7 L17,17 C17,18.0538182 16.1836033,18.9181157 15.1491916,18.9945109 L15,19 L9,19 C7.94618182,19 7.0818843,18.1836033 7.00548911,17.1491916 L7,17 L7,7 C7,5.94618182 7.81639669,5.0818843 8.85080841,5.00548911 L9,5 L15,5 Z M15,6 L9,6 C8.48742857,6 8.06453061,6.38628571 8.00673178,6.88343149 L8,7 L8,17 C8,17.5125714 8.38628571,17.9354694 8.88343149,17.9932682 L9,18 L15,18 C15.5125714,18 15.9354694,17.6137143 15.9932682,17.1165685 L16,17 L16,7 C16,6.48742857 15.6137143,6.06453061 15.1165685,6.00673178 L15,6 Z M14,15 C14.553,15 15,15.447 15,16 C15,16.553 14.553,17 14,17 C13.447,17 13,16.553 13,16 C13,15.447 13.447,15 14,15 Z M14,12 C14.553,12 15,12.447 15,13 C15,13.553 14.553,14 14,14 C13.447,14 13,13.553 13,13 C13,12.447 13.447,12 14,12 Z M14,9 C14.553,9 15,9.447 15,10 C15,10.553 14.553,11 14,11 C13.447,11 13,10.553 13,10 C13,9.447 13.447,9 14,9 Z"}));Fp.displayName="QuickActionBar";var Np=Fp;var i0=o(r()),kp=({size:e,...t})=>i0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i0.createElement("path",{d:"M17.5,18 C17.776,18 18,18.224 18,18.5 C18,18.776 17.776,19 17.5,19 L6.5,19 C6.224,19 6,18.776 6,18.5 C6,18.224 6.224,18 6.5,18 L17.5,18 Z M19.5,14 C19.776,14 20,14.224 20,14.5 C20,14.776 19.776,15 19.5,15 L13.5,15 C13.224,15 13,14.776 13,14.5 C13,14.224 13.224,14 13.5,14 L19.5,14 Z M8.1465,10.1465 C8.31983333,9.97316667 8.58956173,9.95390741 8.78431619,10.0887222 L8.8535,10.1465 L11.2075,12.5005 L8.8535,14.8535 C8.7555,14.9515 8.6275,15.0005 8.4995,15.0005 C8.3725,15.0005 8.2445,14.9515 8.1465,14.8535 C7.97316667,14.6801667 7.95390741,14.4104383 8.08872222,14.2156838 L8.1465,14.1465 L9.2925,13.0005 L4.4995,13.0005 C4.2235,13.0005 3.9995,12.7765 3.9995,12.5005 C3.9995,12.2542778 4.17648765,12.0507222 4.40966187,12.0085274 L4.4995,12.0005 L9.2925,12.0005 L8.1465,10.8535 C7.9515,10.6585 7.9515,10.3415 8.1465,10.1465 Z M19.5,10 C19.776,10 20,10.224 20,10.5 C20,10.776 19.776,11 19.5,11 L13.5,11 C13.224,11 13,10.776 13,10.5 C13,10.224 13.224,10 13.5,10 L19.5,10 Z M17.5,6 C17.776,6 18,6.224 18,6.5 C18,6.776 17.776,7 17.5,7 L6.5,7 C6.224,7 6,6.776 6,6.5 C6,6.224 6.224,6 6.5,6 L17.5,6 Z"}));kp.displayName="QuickFormat";var Hp=kp;var C0=o(r()),Tp=({size:e,...t})=>C0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C0.createElement("path",{d:"M12,20 C7.581722,20 4,16.4182779 4,12 C4,7.581722 7.581722,4 12,4 C16.4182779,4 20,7.581722 20,12 C20,16.4182779 16.4182779,20 12,20 Z M12,19 C15.8659933,19 19,15.8659933 19,12 C19,8.13400675 15.8659933,5 12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659933 8.13400675,19 12,19 Z M12,16 C9.790861,16 8,14.209139 8,12 C8,9.790861 9.790861,8 12,8 C14.209139,8 16,9.790861 16,12 C16,14.209139 14.209139,16 12,16 Z M12,15 C13.6568543,15 15,13.6568543 15,12 C15,10.3431457 13.6568543,9 12,9 C10.3431457,9 9,10.3431457 9,12 C9,13.6568543 10.3431457,15 12,15 Z"}));Tp.displayName="RadioButton";var Up=Tp;var n0=o(r()),Dp=({size:e,...t})=>n0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n0.createElement("path",{d:"M12,19 C8.13400675,19 5,15.8659932 5,12 C5,8.13400675 8.13400675,5 12,5 C15.8659932,5 19,8.13400675 19,12 C19,15.8659932 15.8659932,19 12,19 Z M12,17 C14.7614237,17 17,14.7614237 17,12 C17,9.23857625 14.7614237,7 12,7 C9.23857625,7 7,9.23857625 7,12 C7,14.7614237 9.23857625,17 12,17 Z M12,15 C10.3431457,15 9,13.6568543 9,12 C9,10.3431457 10.3431457,9 12,9 C13.6568543,9 15,10.3431457 15,12 C15,13.6568543 13.6568543,15 12,15 Z"}));Dp.displayName="RadioButtonBold";var zp=Dp;var p0=o(r()),Ip=({size:e,...t})=>p0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p0.createElement("path",{d:"M15.0766238,3.51724138 L14.2606238,4.02424138 L16.5336238,7.68824138 L14.1066238,7.12424138 C12.1906238,6.68124138 10.2126238,6.96724138 8.53662377,7.94024138 C6.83062377,8.93024138 5.64762377,10.5182414 5.20762377,12.4102414 C4.56762377,15.1632414 5.42762377,17.8202414 7.50562377,19.5172414 L8.11362377,18.7722414 C6.32562377,17.3132414 5.58862377,15.0162414 6.14462377,12.6272414 C6.91862377,9.29624138 10.3946238,7.24324138 13.8886238,8.06124138 L16.3146238,8.62424138 L12.6596238,10.9112414 L13.1676238,11.7252414 L18.2116238,8.57224138 L15.0766238,3.51724138 Z"}));Ip.displayName="Redo";var _p=Ip;var d0=o(r()),Wp=({size:e,...t})=>d0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d0.createElement("path",{d:"M19.536,6.94250506 C19.497,6.38450506 19.01,5.96350506 18.468,6.00250506 C17.917,6.04150506 17.501,6.52550506 17.539,7.08250506 L17.737,9.97750506 L15.918,8.13650506 C14.71,6.91550506 13.104,6.24250506 11.395,6.24250506 C9.687,6.24250506 8.082,6.91550506 6.874,8.13650506 C5.666,9.35950506 5,10.9835051 5,12.7105051 C5,14.4385051 5.666,16.0625051 6.874,17.2845051 L7.581,18.0005051 L8.997,16.5685051 L8.289,15.8535051 C7.459,15.0135051 7.002,13.8975051 7.002,12.7105051 C7.002,11.5235051 7.459,10.4075051 8.289,9.56850506 C9.119,8.72950506 10.223,8.26650506 11.395,8.26650506 C12.569,8.26650506 13.673,8.72950506 14.503,9.56850506 L16.323,11.4085051 L13.461,11.2075051 C12.909,11.1725051 12.432,11.5885051 12.392,12.1475051 C12.354,12.7045051 12.77,13.1885051 13.322,13.2275051 L20,13.6965051 L19.536,6.94250506 Z"}));Wp.displayName="RedoBold";var Op=Wp;var c0=o(r()),jp=({size:e,...t})=>c0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c0.createElement("path",{d:"M18,6 L16,6 L16,7 L18,7 C18.553,7 19,7.448 19,8 L19,17 C19,17.552 18.553,18 18,18 L16,18 L16,19 L18,19 C19.104,19 20,18.104 20,17 L20,8 C20,6.896 19.104,6 18,6 L18,6 Z M16,12 L16,10.5 C16,9.671 15.328,9 14.5,9 L8.5,9 C7.672,9 7,9.671 7,10.5 L7,12 L8,12 L8,10.5 C8,10.224 8.224,10 8.5,10 L11,10 L11,16 L10,16 L10,17 L13,17 L13,16 L12,16 L12,10 L14.5,10 C14.776,10 15,10.224 15,10.5 L15,12 L16,12 Z M4,17 L4,8 C4,7.448 4.447,7 5,7 L7,7 L7,6 L5,6 C3.896,6 3,6.896 3,8 L3,17 C3,18.104 3.896,19 5,19 L7,19 L7,18 L5,18 C4.447,18 4,17.552 4,17 L4,17 Z"}));jp.displayName="Rename";var $p=jp;var u0=o(r()),Jp=({size:e,...t})=>u0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u0.createElement("path",{d:"M14,9 L10,9 C8.896,9 8,9.897 8,11 L8,12 L10,12 L10,11 L11,11 L11,15 L10,15 L10,17 L14,17 L14,15 L13,15 L13,11 L14,11 L14,12 L16,12 L16,11 C16,9.897 15.104,9 14,9 M18,5 L17,5 L17,7 L18,7 C18.551,7 19,7.448 19,8 L19,17 C19,17.552 18.551,18 18,18 L17,18 L17,20 L18,20 C19.654,20 21,18.654 21,17 L21,8 C21,6.346 19.654,5 18,5 M3,8 L3,17 C3,18.654 4.346,20 6,20 L7,20 L7,18 L6,18 C5.449,18 5,17.552 5,17 L5,8 C5,7.448 5.449,7 6,7 L7,7 L7,5 L6,5 C4.346,5 3,6.346 3,8"}));Jp.displayName="RenameBold";var Yp=Jp;var m0=o(r()),qp=({size:e,...t})=>m0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},m0.createElement("path",{d:"M16 4.5v9c0 .827-.673 1.5-1.5 1.5H13v-1h1.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H13V3h1.5c.827 0 1.5.673 1.5 1.5Zm-15 0v9c0 .827.673 1.5 1.5 1.5H4v-1H2.5a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5H4V3H2.5C1.673 3 1 3.673 1 4.5ZM11 6H6c-.552 0-1 .449-1 1v1.5h1V7h2v4H7v1h3v-1H9V7h2v1.5h1V7c0-.551-.448-1-1-1Z"}));qp.displayName="RenameSmall";var Qp=qp;var f0=o(r()),Xp=({size:e,...t})=>f0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f0.createElement("path",{d:"M5,5 L5,10 L10,10 L10,5 L5,5 Z M5,4 L10,4 C10.5522847,4 11,4.44771525 11,5 L11,10 C11,10.5522847 10.5522847,11 10,11 L5,11 C4.44771525,11 4,10.5522847 4,10 L4,5 C4,4.44771525 4.44771525,4 5,4 Z M14,5 L14,6 L13,6 L13,5 C13,4.44771525 13.4477153,4 14,4 L15,4 L15,5 L14,5 Z M19,4 C19.5522847,4 20,4.44771525 20,5 L20,6 L19,6 L19,5 L18,5 L18,4 L19,4 Z M20,10 C20,10.5522847 19.5522847,11 19,11 L18,11 L18,10 L19,10 L19,9 L20,9 L20,10 Z M14,11 C13.4477153,11 13,10.5522847 13,10 L13,9 L14,9 L14,10 L15,10 L15,11 L14,11 Z M13,7 L14,7 L14,8 L13,8 L13,7 Z M16,10 L17,10 L17,11 L16,11 L16,10 Z M19,7 L20,7 L20,8 L19,8 L19,7 Z M16,4 L17,4 L17,5 L16,5 L16,4 Z M5,14 L5,15 L4,15 L4,14 C4,13.4477153 4.44771525,13 5,13 L6,13 L6,14 L5,14 Z M10,13 C10.5522847,13 11,13.4477153 11,14 L11,15 L10,15 L10,14 L9,14 L9,13 L10,13 Z M11,19 C11,19.5522847 10.5522847,20 10,20 L9,20 L9,19 L10,19 L10,18 L11,18 L11,19 Z M5,20 C4.44771525,20 4,19.5522847 4,19 L4,18 L5,18 L5,19 L6,19 L6,20 L5,20 Z M4,16 L5,16 L5,17 L4,17 L4,16 Z M7,19 L8,19 L8,20 L7,20 L7,19 Z M10,16 L11,16 L11,17 L10,17 L10,16 Z M7,13 L8,13 L8,14 L7,14 L7,13 Z"}));Xp.displayName="Repeater";var Kp=Xp;var h0=o(r()),ed=({size:e,...t})=>h0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h0.createElement("path",{d:"M5,4 L10,4 C10.5522847,4 11,4.44771525 11,5 L11,10 C11,10.5522847 10.5522847,11 10,11 L5,11 C4.44771525,11 4,10.5522847 4,10 L4,5 C4,4.44771525 4.44771525,4 5,4 Z M6,6 L6,9 L9,9 L9,6 L6,6 Z M18,9 L18,8 L20,8 L20,10 C20,10.5522847 19.5522847,11 19,11 L17,11 L17,9 L18,9 Z M15,9 L16,9 L16,11 L14,11 C13.4477153,11 13,10.5522847 13,10 L13,8 L15,8 L15,9 Z M20,5 L20,7 L18,7 L18,6 L17,6 L17,4 L19,4 C19.5522847,4 20,4.44771525 20,5 Z M14,4 L16,4 L16,6 L15,6 L15,7 L13,7 L13,5 C13,4.44771525 13.4477153,4 14,4 Z M9,18 L9,17 L11,17 L11,19 C11,19.5522847 10.5522847,20 10,20 L8,20 L8,18 L9,18 Z M6,18 L7,18 L7,20 L5,20 C4.44771525,20 4,19.5522847 4,19 L4,17 L6,17 L6,18 Z M11,14 L11,16 L9,16 L9,15 L8,15 L8,13 L10,13 C10.5522847,13 11,13.4477153 11,14 Z M5,13 L7,13 L7,15 L6,15 L6,16 L4,16 L4,14 C4,13.4477153 4.44771525,13 5,13 Z"}));ed.displayName="RepeaterBold";var td=ed;var x0=o(r()),rd=({size:e,...t})=>x0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x0.createElement("path",{d:"M14,15 L17.25,14.917 C16.228,16.728 13.877,17.881 11.778,17.881 C8.601,17.881 6.016,15 6.016,12 L5.016,12 C5.016,16 8.049,18.881 11.778,18.881 C15.833,18.881 18,15.667 18,15.667 L18,19 L19,19 L19,14 L14,14 L14,15 Z M10,9 L6.758,9.083 C7.781,7.272 10.135,6.119 12.234,6.119 C15.412,6.119 18,9 18,12 L19,12 C19,8 15.959,5.119 12.23,5.119 C8.175,5.119 6,8.333 6,8.333 L6,5 L5,5 L5,10 L10,10 L10,9 Z"}));rd.displayName="Replace";var od=rd;var g0=o(r()),ad=({size:e,...t})=>g0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g0.createElement("path",{d:"M7.1001,13 C7.5611,15.28 9.5801,17 12.0001,17 C13.6301,17 15.0701,16.21 15.9801,15 L13.0001,15 C12.4501,15 12.0001,14.55 12.0001,14 C12.0001,13.45 12.4501,13 13.0001,13 L19.0001,13 L19.0001,19 C19.0001,19.55 18.5501,20 18.0001,20 C17.4501,20 17.0001,19.55 17.0001,19 L17.0001,16.9 C15.7301,18.19 13.9601,19 12.0001,19 C8.4701,19 5.5611,16.4 5.0801,13 L7.1001,13 Z M6,4 C6.55,4 7,4.45 7,5 L7,7.1 C8.27,5.81 10.04,5 12,5 C15.53,5 18.44,7.6 18.92,11 L16.9,11 C16.44,8.72 14.42,7 12,7 C10.37,7 8.93,7.79 8.02,9 L11,9 C11.55,9 12,9.45 12,10 C12,10.55 11.55,11 11,11 L5,11 L5,5 C5,4.45 5.45,4 6,4 Z"}));ad.displayName="ReplaceBold";var Ld=ad;var v0=o(r()),ld=({size:e,...t})=>v0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v0.createElement("path",{d:"M6.803 9a6 6 0 11-.72 4H5.071A7.002 7.002 0 0019 12 7 7 0 006 8.392V5H5v5h5V9H6.803z"}));ld.displayName="Reset";var sd=ld;var R0=o(r()),id=({size:e,...t})=>R0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R0.createElement("path",{d:"M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.92038235,20 4.55399184,16.9463116 4.06189375,13 L6.08295844,13 C6.55903653,15.8377133 9.02700371,18 12,18 C15.3137085,18 18,15.3137085 18,12 C18,8.6862915 15.3137085,6 12,6 C9.77915293,6 7.84012143,7.20659589 6.80269317,9 L8,9 L8,11 L3,11 L3,6 L5,6 L5,8.12399283 C6.36472892,5.66457529 8.98797327,4 12,4 Z M14,9 C14.5522847,9 15,9.44771525 15,10 L15,14 C15,14.5522847 14.5522847,15 14,15 L10,15 C9.44771525,15 9,14.5522847 9,14 L9,10 C9,9.44771525 9.44771525,9 10,9 L14,9 Z M13,11 L11,11 L11,13 L13,13 L13,11 Z"}));id.displayName="ResetShapeBold";var Cd=id;var M0=o(r()),nd=({size:e,...t})=>M0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},M0.createElement("path",{d:"M5.66 7H8v1H4V4h1v2.197C5.994 4.818 7.348 4 9 4c2.776 0 5 2.224 5 5s-2.224 5-5 5c-2.395 0-4.43-1.721-4.899-4h1.027c.45 1.721 2.03 3 3.872 3 2.224 0 4-1.776 4-4s-1.776-4-4-4c-1.37 0-2.502.73-3.34 2z"}));nd.displayName="ResetSmall";var pd=nd;var S0=o(r()),dd=({size:e,...t})=>S0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S0.createElement("path",{d:"M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M6,6 C5.44771525,6 5,6.44771525 5,7 L5,17 C5,17.5522847 5.44771525,18 6,18 L18,18 C18.5522847,18 19,17.5522847 19,17 L19,7 C19,6.44771525 18.5522847,6 18,6 L6,6 Z M5,9 L19,9 L19,10 L5,10 L5,9 Z M8,16 L8,12 L7,12 L7,11 L10,11 L10,12 L9,12 L9,16 L10,16 L10,17 L7,17 L7,16 L8,16 Z M6.5,7 C6.77614237,7 7,7.22385763 7,7.5 C7,7.77614237 6.77614237,8 6.5,8 C6.22385763,8 6,7.77614237 6,7.5 C6,7.22385763 6.22385763,7 6.5,7 Z M8.5,7 C8.77614237,7 9,7.22385763 9,7.5 C9,7.77614237 8.77614237,8 8.5,8 C8.22385763,8 8,7.77614237 8,7.5 C8,7.22385763 8.22385763,7 8.5,7 Z M10.5,7 C10.7761424,7 11,7.22385763 11,7.5 C11,7.77614237 10.7761424,8 10.5,8 C10.2238576,8 10,7.77614237 10,7.5 C10,7.22385763 10.2238576,7 10.5,7 Z"}));dd.displayName="RichTextBox";var cd=dd;var Z0=o(r()),ud=({size:e,...t})=>Z0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z0.createElement("path",{d:"M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M6,6 C5.44771525,6 5,6.44771525 5,7 L5,8 C5,8.5522847 5.44771525,9 6,9 L18,9 C18.5522847,9 19,8.5522847 19,8 L19,7 C19,6.44771525 18.5522847,6 18,6 L6,6 Z M8,16 L7,16 L7,17 L10,17 L10,16 L9,16 L9,12 L10,12 L10,11 L7,11 L7,12 L8,12 L8,16 Z M6.5,7 L9.5,7 C9.77614237,7 10,7.22385763 10,7.5 C10,7.77614237 9.77614237,8 9.5,8 L6.5,8 C6.22385763,8 6,7.77614237 6,7.5 C6,7.22385763 6.22385763,7 6.5,7 Z"}));ud.displayName="RichTextBoxBold";var md=ud;var B0=o(r()),fd=({size:e,...t})=>B0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B0.createElement("path",{d:"M6.941,17 L10.721,11.678 C12.419,12.875 13.5,14.854 13.5,17 L6.941,17 Z M14.5,17 C14.5,14.526 13.249,12.254 11.294,10.873 L14.418,6.475 L13.593,6 L5,18 L19,18 L19,17 L14.5,17 Z"}));fd.displayName="Rotation";var hd=fd;var P0=o(r()),xd=({size:e,...t})=>P0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P0.createElement("path",{fillRule:"evenodd",d:"M16.494,18 C15.666,18 14.992,17.327 14.992,16.5 C14.992,15.673 15.666,15 16.494,15 C17.322,15 17.996,15.673 17.996,16.5 C17.996,17.327 17.322,18 16.494,18 M6.503,14 C5.675,14 5.001,13.327 5.001,12.5 C5.001,11.673 5.675,11 6.503,11 C7.331,11 8.005,11.673 8.005,12.5 C8.005,13.327 7.331,14 6.503,14 M16.494,7 C17.322,7 17.996,7.673 17.996,8.5 C17.996,9.327 17.322,10 16.494,10 C15.666,10 14.992,9.327 14.992,8.5 C14.992,7.673 15.666,7 16.494,7 M16.494,14 C15.299,14 14.303,14.838 14.054,15.956 L14.049,16.212 C13.114,15.661 12.038,14.768 12.038,12.771 C12.038,10.721 13.181,9.778 14.126,9.272 C14.453,10.272 15.383,11 16.494,11 C17.876,11 18.997,9.881 18.997,8.5 C18.997,7.119 17.876,6 16.494,6 C15.267,6 14.251,6.883 14.036,8.046 L14.039,8.225 C12.477,8.897 11.358,10.295 11.098,12 L8.956,12 C8.724,10.859 7.714,10 6.503,10 C5.12,10 4,11.119 4,12.5 C4,13.881 5.12,15 6.503,15 C7.714,15 8.724,14.141 8.956,13 L11.055,13 C11.144,14.986 12.366,16.645 14.15,17.364 C14.501,18.318 15.416,19 16.494,19 C17.876,19 18.997,17.881 18.997,16.5 C18.997,15.119 17.876,14 16.494,14"}));xd.displayName="Router";var gd=xd;var V0=o(r()),vd=({size:e,...t})=>V0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},V0.createElement("path",{fillRule:"evenodd",d:"M13.5,13.1 C12.78,13.1 12.17,12.621 11.98,11.96 C11.92,11.821 11.9,11.661 11.9,11.5 C11.9,11.38 11.91,11.26 11.94,11.151 C12.1,10.441 12.74,9.901 13.5,9.901 C13.89,9.901 14.24,10.04 14.52,10.281 C14.73,10.451 14.9,10.68 14.99,10.951 C15.06,11.121 15.1,11.31 15.1,11.5 C15.1,12.38 14.38,13.1 13.5,13.1 M4.5,10.1 C3.62,10.1 2.9,9.38 2.9,8.5 C2.9,7.621 3.62,6.901 4.5,6.901 C5.2,6.901 5.81,7.361 6.01,8 C6.07,8.151 6.1,8.321 6.1,8.5 C6.1,8.68 6.07,8.85 6.01,9 C5.81,9.64 5.2,10.1 4.5,10.1 M13.5,3.901 C14.38,3.901 15.1,4.621 15.1,5.5 C15.1,5.691 15.06,5.88 14.99,6.05 C14.9,6.321 14.73,6.55 14.52,6.72 C14.24,6.96 13.89,7.1 13.5,7.1 C12.74,7.1 12.1,6.56 11.94,5.85 C11.91,5.741 11.9,5.621 11.9,5.5 C11.9,5.34 11.92,5.18 11.98,5.04 C12.17,4.38 12.78,3.901 13.5,3.901 M15.01,9.51 C14.59,9.191 14.07,9 13.5,9 C12.36,9 11.4,9.77 11.1,10.81 C10.46,10.42 9.99,9.77 9.84,9 C9.82,8.84 9.8,8.67 9.8,8.5 C9.8,8.33 9.82,8.161 9.84,8 C9.99,7.231 10.46,6.58 11.1,6.191 C11.4,7.231 12.36,8 13.5,8 C14.07,8 14.59,7.81 15.01,7.491 C15.24,7.321 15.43,7.111 15.59,6.871 C15.85,6.481 16,6.01 16,5.5 C16,4.121 14.88,3 13.5,3 C12.17,3 11.09,4.04 11.01,5.34 C9.96,5.83 9.21,6.821 9.04,8 L6.95,8 C6.72,6.861 5.71,6 4.5,6 C3.12,6 2,7.121 2,8.5 C2,9.88 3.12,11 4.5,11 C5.71,11 6.72,10.14 6.95,9 L9.04,9 C9.21,10.18 9.96,11.17 11.01,11.661 C11.09,12.96 12.17,14 13.5,14 C14.88,14 16,12.88 16,11.5 C16,11 15.85,10.531 15.59,10.14 C15.44,9.901 15.24,9.68 15.01,9.51"}));vd.displayName="RouterSmall";var Rd=vd;var b0=o(r()),Md=({size:e,...t})=>b0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b0.createElement("path",{d:"M5,10.5 L5,11.5 C9.136,11.5 12.5,14.864 12.5,19 L13.5,19 C13.5,14.313 9.687,10.5 5,10.5 M5,5 L5,6 C12.168,6 18,11.832 18,19 L19,19 C19,11.28 12.72,5 5,5 M6.5,16 C5.672,16 5,16.672 5,17.5 C5,18.328 5.672,19 6.5,19 C7.328,19 8,18.328 8,17.5 C8,16.672 7.328,16 6.5,16"}));Md.displayName="Rss";var Sd=Md;var w0=o(r()),Zd=({size:e,...t})=>w0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w0.createElement("path",{d:"M18 17.5c0 .275-.225.5-.5.5H16v-5.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5V18H6.5a.501.501 0 0 1-.5-.5v-11c0-.275.225-.5.5-.5h7L18 9.5v8ZM9 18v-5h6v5H9Zm5-13H6.5C5.673 5 5 5.673 5 6.5v11c0 .827.673 1.5 1.5 1.5h11c.827 0 1.5-.673 1.5-1.5V9l-5-4Zm-4 11h4v-1h-4v1Z"}));Zd.displayName="Save";var Bd=Zd;var G0=o(r()),Pd=({size:e,...t})=>G0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G0.createElement("path",{d:"M9 15h2v-2H9v2Zm-1 1v-4h7v4H8Zm0-6V8h5v2H8Zm6-5H8C6.35 5 5 6.35 5 8v8c0 1.65 1.35 3 3 3h7a3 3 0 0 0 3-3V8.992L14 5Z"}));Pd.displayName="SaveBold";var Vd=Pd;var A0=o(r()),bd=({size:e,...t})=>A0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A0.createElement("path",{d:"M11.5,5 C14.462245,5 16.8765498,7.12749875 16.9954136,9.79385928 L17,10 L17,15 C17,17.762 14.5382,20 11.5,20 C8.537755,20 6.12345025,17.8725013 6.00458642,15.2061407 L6,15 L6,10 C6,7.238 8.4618,5 11.5,5 Z M11.5,6 C9.09124265,6 7.11912154,7.69002249 7.00519812,9.80645731 L7,10 L7,15 C7,17.206 9.01825,19 11.5,19 C13.9087574,19 15.8808785,17.3099775 15.9948019,15.1935427 L16,15 L16,10 C16,7.794 13.98175,6 11.5,6 Z M12,8 L12,12 L11,12 L11,8 L12,8 Z"}));bd.displayName="Scroll";var wd=bd;var y0=o(r()),Gd=({size:e,...t})=>y0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y0.createElement("path",{d:"M5.752,11.793 C5.752,8.624 8.33,6.045 11.5,6.045 C14.669,6.045 17.247,8.624 17.247,11.793 C17.247,14.962 14.669,17.541 11.5,17.541 C8.33,17.541 5.752,14.962 5.752,11.793 Z M16.676,16.218 C17.741,14.998 18.293,13.49 18.293,11.793 C18.293,8.041 15.251,5 11.5,5 C7.748,5 4.707,8.041 4.707,11.793 C4.707,15.544 7.748,18.586 11.5,18.586 C13.188,18.586 14.764,18.07 15.988,17.02 L18.968,20 L19.707,19.261 L16.676,16.218 Z"}));Gd.displayName="Search";var Ad=Gd;var E0=o(r()),yd=({size:e,...t})=>E0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E0.createElement("path",{d:"M13.907,13.907 C13.144,14.669 12.131,15.089 11.053,15.089 C9.975,15.089 8.962,14.669 8.199,13.907 C6.626,12.333 6.626,9.773 8.199,8.199 C8.962,7.437 9.975,7.018 11.053,7.018 C12.131,7.018 13.144,7.437 13.907,8.199 C15.48,9.773 15.48,12.333 13.907,13.907 L13.907,13.907 Z M16.086,14.412 C17.659,12.06 17.411,8.85 15.334,6.773 C14.151,5.591 12.602,5 11.053,5 C9.504,5 7.955,5.591 6.773,6.773 C4.409,9.137 4.409,12.97 6.773,15.334 C7.955,16.515 9.504,17.107 11.053,17.107 C12.338,17.107 13.609,16.677 14.683,15.865 L17.64,18.561 L19,17.07 L16.086,14.412 Z"}));yd.displayName="SearchBold";var Ed=yd;var F0=o(r()),Fd=({size:e,...t})=>F0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F0.createElement("path",{d:"M6 5h12v1H6V5zM6 18h12v1H6v-1zM5 9.5A1.5 1.5 0 016.5 8h11A1.5 1.5 0 0119 9.5v5a1.5 1.5 0 01-1.5 1.5h-11A1.5 1.5 0 015 14.5v-5zm13 0a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-5z"}));Fd.displayName="Section";var Nd=Fd;var N0=o(r()),kd=({size:e,...t})=>N0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N0.createElement("path",{d:"M16.5 19h-9A2.5 2.5 0 0 1 5 16.5v-9A2.5 2.5 0 0 1 7.5 5h9A2.5 2.5 0 0 1 19 7.5v9a2.5 2.5 0 0 1-2.5 2.5Zm-9-13C6.67 6 6 6.67 6 7.5v9c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-9c0-.83-.67-1.5-1.5-1.5h-9Zm5.5 6H6v1h7v-1Zm1-6h-1v12h1V6Z"}));kd.displayName="SectionLayout";var Hd=kd;var k0=o(r()),Td=({size:e,...t})=>k0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},k0.createElement("path",{fillRule:"evenodd",d:"M9.5,1 C13.6421356,1 17,4.35786438 17,8.5 C17,12.6421356 13.6421356,16 9.5,16 C5.35786438,16 2,12.6421356 2,8.5 C2,4.35786438 5.35786438,1 9.5,1 Z M9.5,2 C5.91014913,2 3,4.91014913 3,8.5 C3,12.0898509 5.91014913,15 9.5,15 C13.0898509,15 16,12.0898509 16,8.5 C16,4.91014913 13.0898509,2 9.5,2 Z M12.3,6.6 C12.4963679,6.74727593 12.5535616,7.01126515 12.4474808,7.22326609 L12.4,7.3 L9.4,11.3 C9.23772017,11.5163731 8.93853637,11.5603955 8.72294452,11.4163969 L8.64644661,11.3535534 L6.64644661,9.35355339 C6.45118446,9.15829124 6.45118446,8.84170876 6.64644661,8.64644661 C6.82001296,8.47288026 7.08943736,8.45359511 7.2843055,8.58859116 L7.35355339,8.64644661 L8.946,10.239 L11.6,6.7 C11.7656854,6.4790861 12.0790861,6.43431458 12.3,6.6 Z"}));Td.displayName="SelectedCircleSmall";var Ud=Td;var H0=o(r()),Dd=({size:e,...t})=>H0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H0.createElement("path",{d:"M18,17.5 C18,17.776 17.776,18 17.5,18 L12.5,18 C12.224,18 12,17.776 12,17.5 L12,12.5 C12,12.224 12.224,12 12.5,12 L17.5,12 C17.776,12 18,12.224 18,12.5 L18,17.5 Z M11,12.5 L11,15 L9.5,15 C9.224,15 9,14.776 9,14.5 L9,9.5 C9,9.224 9.224,9 9.5,9 L14.5,9 C14.776,9 15,9.224 15,9.5 L15,11 L12.5,11 C11.672,11 11,11.672 11,12.5 L11,12.5 Z M8,9.5 L8,9.506 L6,11.505 L6,9.494 L9.494,6 L11.5,6 C11.502,6 11.503,6.001 11.505,6.001 L9.506,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M8,12 L6.5,12 C6.498,12 6.497,11.999 6.495,11.999 L8,10.494 L8,12 Z M6,6.5 C6,6.224 6.224,6 6.5,6 L8.506,6 L6,8.506 L6,6.5 Z M12,6.5 L12,8 L10.494,8 L11.999,6.495 C11.999,6.497 12,6.498 12,6.5 L12,6.5 Z M17.5,11 L16,11 L16,9.5 C16,8.672 15.328,8 14.5,8 L13,8 L13,6.5 C13,5.672 12.328,5 11.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,11.5 C5,12.328 5.672,13 6.5,13 L8,13 L8,14.5 C8,15.328 8.672,16 9.5,16 L11,16 L11,17.5 C11,18.328 11.672,19 12.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,12.5 C19,11.672 18.328,11 17.5,11 L17.5,11 Z"}));Dd.displayName="SendToBack";var zd=Dd;var T0=o(r()),Id=({size:e,...t})=>T0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T0.createElement("path",{d:"M12,5 C13.104,5 14,5.896 14,7 L14,7 L14,8 L15,8 C16.104,8 17,8.896 17,10 L17,10 L17,11 L18,11 C19.104,11 20,11.896 20,13 L20,13 L20,17 C20,18.104 19.104,19 18,19 L18,19 L14,19 C12.9,19 12,18.1 12,17 L12,17 L12,16 L11,16 C9.9,16 9,15.1 9,14 L9,14 L9,13 L8,13 C6.9,13 6,12.1 6,11 L6,11 L6,7 C6,5.9 6.9,5 8,5 L8,5 Z M18,13 L14,13 L14,17 L18,17 L18,13 Z M15,10 L11,10 L11,14 L12,14 L12,12.992 C12,11.888 12.974,11 14.078,11 L14.078,11 L15,11 L15,10 Z"}));Id.displayName="SendToBackBold";var _d=Id;var U0=o(r()),Wd=({size:e,...t})=>U0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U0.createElement("path",{d:"M18,14.506 L14.506,18 L12.5,18 C12.498,18 12.497,17.999 12.495,17.999 L18,12.495 L18,14.506 Z M18,17.5 C18,17.777 17.776,18 17.5,18 L15.494,18 L18,15.494 L18,17.5 Z M12,15.494 L15.494,12 L17.5,12 C17.502,12 17.503,12.001 17.505,12.001 L12,17.505 L12,15.494 Z M14.506,12 L12,14.506 L12,12.5 C12,12.224 12.224,12 12.5,12 L14.506,12 Z M11,12.5 L11,15 L9.5,15 C9.224,15 9,14.777 9,14.5 L9,9.5 C9,9.224 9.224,9 9.5,9 L14.5,9 C14.776,9 15,9.224 15,9.5 L15,11 L12.5,11 C11.672,11 11,11.672 11,12.5 L11,12.5 Z M8,9.5 L8,12 L6.5,12 C6.224,12 6,11.777 6,11.5 L6,6.5 C6,6.224 6.224,6 6.5,6 L11.5,6 C11.776,6 12,6.224 12,6.5 L12,8 L9.5,8 C8.672,8 8,8.672 8,9.5 L8,9.5 Z M17.5,11 L16,11 L16,9.5 C16,8.672 15.328,8 14.5,8 L13,8 L13,6.5 C13,5.672 12.328,5 11.5,5 L6.5,5 C5.672,5 5,5.672 5,6.5 L5,11.5 C5,12.328 5.672,13 6.5,13 L8,13 L8,14.5 C8,15.328 8.672,16 9.5,16 L11,16 L11,17.5 C11,18.328 11.672,19 12.5,19 L17.5,19 C18.328,19 19,18.328 19,17.5 L19,12.5 C19,11.672 18.328,11 17.5,11 L17.5,11 Z"}));Wd.displayName="SendToFront";var Od=Wd;var D0=o(r()),jd=({size:e,...t})=>D0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D0.createElement("path",{d:"M14,11 L13,11 C11.896,11 11,11.896 11,13 L11,14 L10,14 L10,10 L14,10 L14,11 Z M8,10 L8,11 L7,11 L7,7 L11,7 L11,8 L10,8 C8.896,8 8,8.896 8,10 L8,10 Z M17,11 L16,11 L16,10 C16,8.896 15.104,8 14,8 L13,8 L13,7 C13,5.896 12.104,5 11,5 L7,5 C5.896,5 5,5.896 5,7 L5,11 C5,12.104 5.896,13 7,13 L8,13 L8,14 C8,15.104 8.896,16 10,16 L11,16 L11,17 C11,18.104 11.896,19 13,19 L17,19 C18.104,19 19,18.104 19,17 L19,13 C19,11.896 18.104,11 17,11 L17,11 Z"}));jd.displayName="SendToFrontBold";var $d=jd;var z0=o(r()),Jd=({size:e,...t})=>z0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z0.createElement("path",{d:"M15.5004,9.0002 C16.0304,9.0002 16.5304,9.0902 17.0004,9.2602 C17.3604,9.3802 17.6904,9.5502 18.0004,9.7602 C19.2104,10.5592 20.0004,11.9402 20.0004,13.5002 C20.0004,14.6052 19.6037673,15.6144908 18.938607,16.3943629 L18.7804,16.5702 L21.0004,18.7902 L20.2904,19.5002 L18.0194,17.2302 C17.2994,17.7202 16.4294,18.0002 15.5004,18.0002 C14.4294,18.0002 13.4504,17.6302 12.6794,17.0002 C12.3204,16.7202 12.0094,16.3802 11.7594,16.0002 C11.2804,15.2802 11.0004,14.4202 11.0004,13.5002 C11.0004,12.0802 11.6504,10.8202 12.6794,10.0002 C13.4504,9.3702 14.4294,9.0002 15.5004,9.0002 Z M16,5 C17.05,5 17.9177686,5.82004132 17.9944872,6.85130541 L18,7 L18,8 L17,8 L17,7 C17,6.48928571 16.6119898,6.06479592 16.116199,6.0067602 L16,6 L6,6 C5.48928571,6 5.06479592,6.3880102 5.0067602,6.88380102 L5,7 L5,9 L10.83,9 C10.605,9.225 10.396875,9.4725 10.2098437,9.7340625 L10.03,10 L5,10 L5,15 C5,15.5107143 5.3880102,15.9352041 5.88380102,15.9932398 L6,16 L9.5,16 C9.6125,16.2625 9.73625,16.519375 9.8796875,16.7621875 L10.03,17 L6,17 C4.95,17 4.0822314,16.1799587 4.00551277,15.1486946 L4,15 L4,7 C4,5.95 4.82004132,5.0822314 5.85130541,5.00551277 L6,5 L16,5 Z M15.5004,10.0002 C13.5704,10.0002 12.0004,11.5702 12.0004,13.5002 C12.0004,14.4802 12.4004,15.3702 13.0594,16.0002 C13.6904,16.6202 14.5494,17.0002 15.5004,17.0002 C16.06915,17.0002 16.6141656,16.8623875 17.0905621,16.6135594 L17.3371407,16.4742741 C17.3454,16.4679778 17.3534,16.4602 17.3604,16.4502 C17.6304,16.3002 17.8704,16.0992 18.0704,15.8602 C18.6504,15.2402 19.0004,14.4102 19.0004,13.5002 C19.0004,12.5502 18.6204,11.6902 18.0004,11.0592 C17.7194,10.7602 17.3804,10.5192 17.0004,10.3492 C16.5494,10.1202 16.0404,10.0002 15.5004,10.0002 Z M7,7 L7,8 L6,8 L6,7 L7,7 Z M9,7 L9,8 L8,8 L8,7 L9,7 Z"}));Jd.displayName="Seo";var Yd=Jd;var I0=o(r()),qd=({size:e,...t})=>I0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I0.createElement("path",{fillRule:"evenodd",d:"M17.467,12.987 C17.119,13.056 16.835,13.304 16.719,13.639 C16.655,13.823 16.58,14.003 16.495,14.176 C16.34,14.495 16.366,14.872 16.563,15.167 L17.431,16.469 L16.469,17.431 L15.167,16.563 C15,16.452 14.807,16.395 14.613,16.395 C14.464,16.395 14.315,16.428 14.177,16.495 C14.003,16.579 13.824,16.654 13.64,16.719 C13.305,16.835 13.057,17.12 12.988,17.467 L12.68,19 L11.32,19 L11.013,17.467 C10.944,17.12 10.696,16.835 10.362,16.719 C10.177,16.654 9.997,16.58 9.823,16.495 C9.686,16.428 9.536,16.395 9.388,16.395 C9.194,16.395 9,16.452 8.833,16.563 L7.531,17.431 L6.57,16.469 L7.437,15.167 C7.633,14.872 7.659,14.496 7.505,14.177 C7.421,14.004 7.346,13.824 7.281,13.639 C7.165,13.305 6.88,13.057 6.533,12.987 L5,12.68 L5,11.32 L6.533,11.013 C6.88,10.944 7.165,10.696 7.281,10.362 C7.346,10.177 7.42,9.998 7.505,9.824 C7.659,9.505 7.634,9.128 7.437,8.833 L6.57,7.531 L7.531,6.57 L8.833,7.437 C9,7.549 9.194,7.605 9.388,7.605 C9.536,7.605 9.685,7.572 9.823,7.506 C9.996,7.422 10.176,7.346 10.361,7.281 C10.696,7.165 10.944,6.881 11.013,6.533 L11.32,5.001 L12.68,5 L12.987,6.533 C13.056,6.881 13.304,7.165 13.639,7.281 C13.823,7.346 14.002,7.421 14.176,7.505 C14.315,7.572 14.463,7.605 14.613,7.605 C14.807,7.605 15,7.549 15.167,7.437 L16.469,6.57 L17.431,7.531 L16.563,8.833 C16.366,9.128 16.341,9.505 16.494,9.823 C16.578,9.997 16.655,10.176 16.719,10.361 C16.835,10.695 17.119,10.944 17.467,11.013 L18.999,11.32 L19,12.68 L17.467,12.987 Z M19.196,10.34 L17.663,10.032 C17.586,9.811 17.495,9.596 17.395,9.388 L18.263,8.086 C18.528,7.69 18.475,7.161 18.138,6.824 L17.176,5.862 C16.983,5.669 16.727,5.57 16.468,5.57 C16.277,5.57 16.083,5.625 15.914,5.737 L14.613,6.605 C14.404,6.504 14.189,6.414 13.967,6.337 L13.66,4.804 C13.568,4.337 13.156,4 12.68,4 L11.32,4 C10.843,4 10.433,4.337 10.339,4.804 L10.032,6.337 C9.811,6.414 9.596,6.505 9.388,6.605 L8.086,5.737 C7.916,5.625 7.724,5.57 7.531,5.57 C7.274,5.57 7.018,5.669 6.824,5.862 L5.863,6.824 C5.526,7.161 5.473,7.69 5.738,8.086 L6.605,9.388 C6.504,9.596 6.414,9.811 6.337,10.033 L4.804,10.34 C4.336,10.433 4,10.843 4,11.32 L4,12.68 C4,13.157 4.336,13.568 4.804,13.661 L6.337,13.968 C6.414,14.19 6.504,14.404 6.605,14.612 L5.738,15.914 C5.473,16.311 5.526,16.839 5.863,17.176 L6.824,18.138 C7.018,18.331 7.274,18.431 7.531,18.431 C7.724,18.431 7.917,18.376 8.086,18.263 L9.388,17.395 C9.596,17.496 9.811,17.586 10.032,17.663 L10.339,19.196 C10.433,19.664 10.843,20 11.32,20 L12.68,20 C13.156,20 13.568,19.664 13.66,19.196 L13.968,17.663 C14.19,17.586 14.404,17.496 14.613,17.395 L15.914,18.263 C16.083,18.376 16.277,18.431 16.468,18.431 C16.727,18.431 16.983,18.331 17.176,18.138 L18.138,17.176 C18.475,16.839 18.528,16.311 18.263,15.914 L17.395,14.612 C17.496,14.404 17.586,14.189 17.663,13.967 L19.196,13.661 C19.663,13.568 20,13.157 20,12.68 L20,11.32 C20,10.843 19.663,10.433 19.196,10.34 L19.196,10.34 Z M12,13.5 C11.172,13.5 10.5,12.828 10.5,12 C10.5,11.172 11.172,10.5 12,10.5 C12.828,10.5 13.5,11.172 13.5,12 C13.5,12.828 12.828,13.5 12,13.5 L12,13.5 Z M11.974,9.577 C10.627,9.577 9.536,10.667 9.536,12.012 C9.536,13.358 10.627,14.448 11.974,14.448 C13.321,14.448 14.411,13.358 14.411,12.012 C14.411,10.667 13.321,9.577 11.974,9.577 L11.974,9.577 Z"}));qd.displayName="Settings";var Qd=qd;var _0=o(r()),Xd=({size:e,...t})=>_0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_0.createElement("path",{fillRule:"evenodd",d:"M12.078,14.492 C10.697,14.492 9.578,13.373 9.578,11.992 C9.578,10.612 10.697,9.492 12.078,9.492 C13.459,9.492 14.578,10.612 14.578,11.992 C14.578,13.373 13.459,14.492 12.078,14.492 M19.234,10.332 L17.722,10.024 C17.644,9.803 17.563,9.588 17.463,9.38 L18.336,8.078 C18.6,7.682 18.55,7.153 18.214,6.816 L17.253,5.854 C17.059,5.661 16.804,5.561 16.546,5.561 C16.353,5.561 16.161,5.617 15.992,5.729 L14.69,6.597 C14.481,6.496 14.266,6.406 14.045,6.329 L13.738,4.8 C13.645,4.332 13.234,4 12.758,4 L11.397,4 C10.921,4 10.511,4.332 10.417,4.8 L10.11,6.331 C9.889,6.408 9.674,6.497 9.466,6.598 L8.164,5.73 C7.995,5.617 7.802,5.562 7.609,5.562 C7.351,5.562 7.096,5.661 6.902,5.855 L5.94,6.816 C5.603,7.153 5.551,7.682 5.815,8.078 L6.682,9.38 C6.582,9.589 6.492,9.803 6.415,10.025 L4.843,10.332 C4.376,10.425 4,10.836 4,11.312 L4,12.673 C4,13.149 4.376,13.559 4.843,13.653 L6.395,13.96 C6.473,14.181 6.572,14.397 6.673,14.605 L5.81,15.906 C5.546,16.303 5.6,16.831 5.937,17.168 L6.901,18.13 C7.095,18.323 7.35,18.423 7.609,18.423 C7.801,18.423 7.995,18.368 8.164,18.255 L9.466,17.388 C9.674,17.488 9.889,17.578 10.11,17.655 L10.417,19.192 C10.511,19.659 10.921,20 11.397,20 L12.758,20 C13.234,20 13.645,19.659 13.738,19.192 L14.046,17.657 C14.267,17.58 14.482,17.489 14.69,17.388 L15.992,18.256 C16.161,18.368 16.354,18.423 16.546,18.423 C16.805,18.423 17.06,18.324 17.254,18.13 L18.216,17.168 C18.553,16.831 18.605,16.303 18.341,15.906 L17.473,14.605 C17.574,14.396 17.664,14.181 17.741,13.959 L19.234,13.653 C19.702,13.559 20,13.149 20,12.673 L20,11.312 C20,10.836 19.702,10.425 19.234,10.332"}));Xd.displayName="SettingsBold";var Kd=Xd;var W0=o(r()),ec=({size:e,...t})=>W0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W0.createElement("path",{d:"M19.2 10.34l-1.54-.31a5.037 5.037 0 00-.26-.64l.86-1.3a1 1 0 00-.12-1.27l-.96-.96a1.024 1.024 0 00-.71-.29.97.97 0 00-.56.17l-1.3.87a3.956 3.956 0 00-.64-.27l-.31-1.54a1 1 0 00-.98-.8h-1.36a1 1 0 00-.98.8l-.31 1.54c-.22.075-.433.166-.64.27l-1.3-.87a.969.969 0 00-.56-.17c-.265.001-.52.105-.71.29l-.96.96a1.013 1.013 0 00-.12 1.27l.87 1.3c-.109.205-.199.42-.27.64l-1.54.31a1 1 0 00-.8.98v1.36a1 1 0 00.8.98l1.54.31c.071.22.161.435.27.64l-.87 1.3a1.013 1.013 0 00.12 1.27l.96.96c.19.185.445.289.71.29a.97.97 0 00.56-.17l1.3-.86c.207.101.421.188.64.26l.31 1.54a1 1 0 00.98.8H13v-1h-1.68l-.31-1.53a.977.977 0 00-.65-.75c-.18-.07-.36-.14-.54-.22a.907.907 0 00-.43-.1 1.013 1.013 0 00-.56.16l-1.3.87-.96-.96.87-1.3a1.028 1.028 0 00.07-.99c-.09-.18-.16-.36-.23-.54a1.011 1.011 0 00-.75-.65L5 12.68v-1.36l1.53-.31a.992.992 0 00.75-.65c.07-.18.14-.36.23-.54a1.03 1.03 0 00-.07-.99l-.87-1.3.96-.96 1.3.87c.166.11.36.17.56.17.149-.002.295-.036.43-.1.18-.09.36-.16.54-.23a.992.992 0 00.65-.75L11.32 5h1.36l.31 1.53a.992.992 0 00.65.75c.18.07.36.14.54.23.135.064.281.098.43.1.2 0 .394-.06.56-.17l1.3-.87.96.96-.87 1.3a1.03 1.03 0 00-.07.99c.09.174.166.355.23.54a1 1 0 00.75.65l1.53.31v1.13c.31.234.571.526.77.86.15-.176.232-.4.23-.63v-1.36a1 1 0 00-.8-.98zm-7.23-.76a2.435 2.435 0 10.01 4.87 2.435 2.435 0 00-.01-4.87zM12 13.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm7 2.5v-1a1.94 1.94 0 00-.42-1.22A2.011 2.011 0 0017 13a2.006 2.006 0 00-2 2v1h-1v3a1 1 0 001 1h4a1 1 0 001-1v-3h-1zm-3-1a.974.974 0 01.52-.87A.887.887 0 0117 14a.96.96 0 01.58.19A1.008 1.008 0 0118 15v1h-2v-1zm3 4h-4v-2h4v2z"}));ec.displayName="SettingsLocked";var tc=ec;var O0=o(r()),rc=({size:e,...t})=>O0.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},O0.createElement("path",{fillRule:"evenodd",d:"M13.157832,12.812 L11.098832,12.265 C10.828832,12.485 10.533832,12.671 10.208832,12.804 L9.64183205,14.9 L8.15783205,14.9 L7.59183205,12.804 C7.26583205,12.671 6.97083205,12.485 6.70083205,12.265 L4.64183205,12.812 L3.89983205,11.489 L5.38783205,9.929 C5.36383205,9.755 5.33683205,9.582 5.33683205,9.4 C5.33683205,9.219 5.36383205,9.046 5.38783205,8.872 L3.89983205,7.312 L4.64183205,5.989 L6.70083205,6.536 C6.97083205,6.315 7.26583205,6.129 7.59183205,5.997 L8.15783205,3.9 L9.64183205,3.9 L10.208832,5.997 C10.533832,6.129 10.828832,6.315 11.098832,6.536 L13.157832,5.989 L13.899832,7.312 L12.411832,8.872 C12.435832,9.046 12.463832,9.219 12.463832,9.4 C12.463832,9.582 12.435832,9.755 12.411832,9.929 L13.899832,11.489 L13.157832,12.812 Z M9.64183205,3 C10.009032,3 10.333302,3.22113 10.472487,3.551853 L10.511832,3.666 L10.969832,5.365 L11.128082,5.455875 L11.128082,5.455875 L11.284832,5.555 L12.926832,5.119 C13.003832,5.099 13.080832,5.089 13.157832,5.089 C13.436957,5.089 13.7045977,5.21992188 13.8756738,5.44558984 L13.942832,5.548 L14.684832,6.872 C14.8572765,7.17777778 14.8329802,7.5522963 14.6344178,7.83261454 L14.551832,7.933 L13.354832,9.187 C13.359832,9.255 13.362832,9.326 13.362832,9.4 L13.360707,9.508875 L13.360707,9.508875 L13.354832,9.614 L14.551832,10.868 C14.7936098,11.1222222 14.8639308,11.4902222 14.7403204,11.811166 L14.684832,11.929 L13.942832,13.252 C13.780832,13.541 13.476832,13.712 13.157832,13.712 L13.042332,13.7045 L13.042332,13.7045 L12.926832,13.682 L11.284832,13.246 L11.128082,13.34475 L11.128082,13.34475 L10.969832,13.436 L10.511832,15.135 C10.415532,15.4878 10.118352,15.74421 9.76244705,15.791964 L9.64183205,15.8 L8.15783205,15.8 C7.79153205,15.8 7.46654205,15.57887 7.32793305,15.248876 L7.28883205,15.135 L6.82983205,13.436 L6.67158205,13.34475 L6.67158205,13.34475 L6.51483205,13.246 L4.87383205,13.682 C4.79683205,13.702 4.71983205,13.712 4.64183205,13.712 C4.36270705,13.712 4.09506642,13.5810781 3.92399025,13.3547402 L3.85683205,13.252 L3.11483205,11.929 C2.94327649,11.6223333 2.96688143,11.2485062 3.16598157,10.9683525 L3.24883205,10.868 L4.44483205,9.614 C4.43983205,9.546 4.43683205,9.475 4.43683205,9.4 L4.43895705,9.292 L4.43895705,9.292 L4.44483205,9.187 L3.24883205,7.933 C3.00616538,7.67877778 2.93653575,7.30998765 3.05960845,6.98957064 L3.11483205,6.872 L3.85683205,5.548 C4.01883205,5.26 4.32283205,5.089 4.64183205,5.089 L4.75820705,5.0965 L4.75820705,5.0965 L4.87383205,5.119 L6.51483205,5.555 L6.67158205,5.455875 L6.67158205,5.455875 L6.82983205,5.365 L7.28883205,3.666 C7.38423205,3.3123 7.68213205,3.0558 8.03746105,3.008037 L8.15783205,3 L9.64183205,3 Z M8.90003205,7.4005 C7.79603205,7.4005 6.90003205,8.2955 6.90003205,9.4005 C6.90003205,10.5045 7.79603205,11.4005 8.90003205,11.4005 C10.004032,11.4005 10.900032,10.5045 10.900032,9.4005 C10.900032,8.2955 10.004032,7.4005 8.90003205,7.4005 Z M8.90003205,8.3005 C9.50603205,8.3005 10.000032,8.7935 10.000032,9.4005 C10.000032,10.0065 9.50603205,10.5005 8.90003205,10.5005 C8.29403205,10.5005 7.80003205,10.0065 7.80003205,9.4005 C7.80003205,8.7935 8.29403205,8.3005 8.90003205,8.3005 Z"}));rc.displayName="SettingsSmall";var oc=rc;var j0=o(r()),ac=({size:e,...t})=>j0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j0.createElement("path",{d:"M15,14.502 C15,14.778 14.779,15.002 14.503,15.002 C12.982,15.004 8.083,15.002 6.499,15.001 C6.223,15 6,14.776 6,14.501 L6,6.5 C6,6.224 6.224,6 6.5,6 L14.5,6 C14.776,6 15,6.224 15,6.5 L15,14.502 Z M16,14.601 L16,13.276 L18.33,15.374 L19,14.709 L16,12.009 L16,10.108 L18.275,12.257 L18.962,11.608 L16,8.81 L16,7.354 L18.275,9.503 L18.962,8.855 L15.933,5.993 C15.758,5.419 15.232,5 14.602,5 L6.5,5 C5.671,5 5,5.671 5,6.5 L5,14.601 C5,15.211 5.394,15.726 5.938,15.917 L9.413,19 L10.089,18.399 L7.387,16 L9.03,16 L12.41,19 L13.086,18.399 L10.384,16 L12.068,16 L15.448,19 L16.125,18.399 L13.422,16 L14.602,16 C14.831,16 15.042,15.94 15.233,15.843 L17.89,18.31 L18.571,17.655 L15.883,15.159 C15.957,14.988 16,14.799 16,14.601 L16,14.601 Z"}));ac.displayName="Shadow";var Lc=ac;var $0=o(r()),lc=({size:e,...t})=>$0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$0.createElement("path",{d:"M15,13 L15,7 C15,5.896 14.104,5 13,5 L7,5 C5.896,5 5,5.896 5,7 L5,13 C5,14.104 5.896,15 7,15 L13,15 C14.104,15 15,14.104 15,13 L15,13 Z M17,7 L17,14.5 C17,15.875 15.875,17 14.5,17 L8,17 L8,19 L15,19 C17.209,19 19,17.209 19,15 L19,7 L17,7 Z"}));lc.displayName="ShadowBold";var sc=lc;var J0=o(r()),ic=({size:e,...t})=>J0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J0.createElement("path",{d:"M3.70866216,18 L9.00166216,8.97 L14.2946622,18 L3.70866216,18 Z M9.43366216,7.736 C9.23966216,7.406 8.76366216,7.406 8.56966216,7.736 L2.40966216,18.247 C2.21366216,18.58 2.45466216,19 2.84066216,19 L15.1626622,19 C15.5486622,19 15.7896622,18.58 15.5936622,18.247 L9.43366216,7.736 Z M18.0056622,12 C16.3566622,12 15.0056622,10.654 15.0056622,9 C15.0056622,7.346 16.3356622,6 17.9836622,6 C19.6326622,6 21.0056622,7.346 21.0056622,9 C21.0056622,10.654 19.6536622,12 18.0056622,12 L18.0056622,12 Z M17.9866622,5 C15.7896622,5 14.0056622,6.791 14.0056622,9 C14.0056622,11.209 15.8116622,13 18.0086622,13 C20.2056622,13 22.0016622,11.209 22.0016622,9 C22.0016622,6.791 20.1856622,5 17.9866622,5 L17.9866622,5 Z"}));ic.displayName="Shape";var Cc=ic;var Y0=o(r()),nc=({size:e,...t})=>Y0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y0.createElement("path",{d:"M9.43366216,7.736 C9.23966216,7.406 8.76366216,7.406 8.56966216,7.736 L2.40966216,18.247 C2.21366216,18.58 2.45466216,19 2.84066216,19 L15.1626622,19 C15.5486622,19 15.7896622,18.58 15.5936622,18.247 L9.43366216,7.736 Z M17.9866622,5 C15.7896622,5 14.0056622,6.791 14.0056622,9 C14.0056622,11.209 15.8116622,13 18.0086622,13 C20.2056622,13 22.0016622,11.209 22.0016622,9 C22.0016622,6.791 20.1856622,5 17.9866622,5 L17.9866622,5 Z"}));nc.displayName="ShapeBold";var pc=nc;var q0=o(r()),dc=({size:e,...t})=>q0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q0.createElement("path",{d:"M13.5,18.5 C11.269,18.5 9.396,17.021 8.755,15 L10.136,15 L8.513,13.377 C8.523,12.953 8.597,12.548 8.707,12.156 L11.55,15 L12.965,15 L9.114,11.149 C9.276,10.848 9.467,10.567 9.686,10.307 L14.064,14.686 C14.351,14.504 14.582,14.251 14.746,13.953 L10.4,9.607 C10.668,9.395 10.953,9.209 11.261,9.054 L15,12.793 L15,11.379 L12.287,8.666 C12.678,8.567 13.08,8.5 13.5,8.5 C13.514,8.5 13.526,8.504 13.539,8.504 L15,9.965 L15,8.755 C17.021,9.396 18.5,11.269 18.5,13.5 C18.5,16.257 16.257,18.5 13.5,18.5 L13.5,18.5 Z M7.047,14.253 C7.049,14.268 7.052,14.281 7.054,14.296 C7.052,14.281 7.049,14.268 7.047,14.253 L7.047,14.253 Z M8.005,10.04 L8.004,10.04 L8.005,10.04 Z M8.608,9.229 L8.607,9.229 L8.608,9.229 Z M14.296,7.054 C14.281,7.052 14.268,7.049 14.253,7.047 C14.268,7.049 14.281,7.052 14.296,7.054 L14.296,7.054 Z M15,7.181 L15,7.181 L15,6 C15,4.9 14.1,4 13,4 L6,4 C4.9,4 4,4.9 4,6 L4,13 C4,14.1 4.9,15 6,15 L7.181,15 C7.859,17.865 10.428,20 13.5,20 C17.09,20 20,17.09 20,13.5 C20,10.428 17.865,7.859 15,7.181 L15,7.181 Z"}));dc.displayName="ShapeCropBold";var cc=dc;var Q0=o(r()),uc=({size:e,...t})=>Q0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q0.createElement("path",{d:"M15 7H3V6h12a1 1 0 011 1v1h2.191a1 1 0 01.894.553l1.81 3.618a1 1 0 01.105.447V16a1 1 0 01-1 1h-1a2 2 0 11-4 0H9a2 2 0 11-4 0H3v-1h2.268a2 2 0 013.464 0h6.536a2 2 0 013.464 0H20v-3h-5V7zm2 9a1 1 0 100 2 1 1 0 000-2zM7 16a1 1 0 100 2 1 1 0 000-2zm2-3v1H3v-1h6zm7-4v3h3.691l-1.5-3H16zm-9 1v1H3v-1h4z"}));uc.displayName="Shipping";var mc=uc;var X0=o(r()),fc=({size:e,...t})=>X0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X0.createElement("path",{fillRule:"evenodd",d:"M14.371,13.62 C14.333,13.743 14.243,13.863 14.137,13.934 L14.042,13.98 C14.015,13.989 13.989,14 13.961,14 L7.436,14 C7.259,14 7.083,13.807 7.023,13.613 L5.546,9 L15.751,9 L14.371,13.62 Z M15.988,18.059 C16.504,18.059 16.923,18.482 16.923,19 C16.923,19.519 16.504,19.941 15.988,19.941 C15.473,19.941 15.053,19.519 15.053,19 C15.053,18.482 15.473,18.059 15.988,18.059 L15.988,18.059 Z M8.625,19.941 C8.109,19.941 7.69,19.519 7.69,19 C7.69,18.482 8.109,18.059 8.625,18.059 C9.141,18.059 9.56,18.482 9.56,19 C9.56,19.519 9.141,19.941 8.625,19.941 L8.625,19.941 Z M17.735,6 L20,6 L20,5 L17,5 L16,7.995 L16.007,8 L4,8 L6.046,13.931 C6.231,14.538 6.803,15 7.436,15 L13.961,15 C13.973,15 13.983,14.995 13.995,14.995 L15.142,17.195 C14.463,17.516 13.988,18.201 13.988,19 L13.989,19 L10.624,19 L10.625,19 C10.625,17.897 9.727,17 8.625,17 C7.522,17 6.625,17.897 6.625,19 C6.625,20.103 7.522,21 8.625,21 C9.361,21 9.999,20.595 10.346,20 L14.267,20 C14.614,20.595 15.252,21 15.988,21 C17.091,21 17.988,20.103 17.988,19 C17.988,17.967 17.198,17.124 16.192,17.021 L14.924,14.587 C15.115,14.406 15.272,14.186 15.35,13.93 L17.735,6 Z"}));fc.displayName="ShoppingCart";var hc=fc;var K0=o(r()),xc=({size:e,...t})=>K0.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K0.createElement("path",{fillRule:"evenodd",d:"M18.078,4 L15.357,4 L14.078,7 L4,7 L5.609,12.896 C6.001,14.147 7.161,15 8.473,15 L14.391,15 L15.305,17.131 C14.869,17.294 14.509,17.603 14.277,18 L10.723,18 C10.376,17.405 9.738,17 9,17 C7.895,17 7,17.896 7,19 C7,20.104 7.895,21 9,21 C10.104,21 11,20.104 11,19 L14,19 C14,20.104 14.895,21 16,21 C17.104,21 18,20.104 18,19 C18,17.993 17.253,17.168 16.284,17.029 L16.348,17.021 L15.179,14.291 L16,8 L16.799,6 L18.078,6 C18.631,6 19.078,5.552 19.078,5 C19.078,4.448 18.631,4 18.078,4"}));xc.displayName="ShoppingCartBold";var gc=xc;var e7=o(r()),vc=({size:e,...t})=>e7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e7.createElement("path",{d:"M11.5,14.572 C10.402,14.572 9.51,13.642 9.51,12.5 C9.51,11.357 10.402,10.427 11.5,10.427 C12.598,10.427 13.49,11.357 13.49,12.5 C13.49,13.642 12.598,14.572 11.5,14.572 L11.5,14.572 Z M11.5,9.391 C9.854,9.391 8.515,10.785 8.515,12.5 C8.515,14.214 9.854,15.608 11.5,15.608 C13.146,15.608 14.485,14.214 14.485,12.5 C14.485,10.785 13.146,9.391 11.5,9.391 L11.5,9.391 Z M11.5,17.964 C6.932,17.964 4.567,13.51 4.089,12.499 C4.565,11.488 6.92,7.036 11.5,7.036 C16.068,7.036 18.433,11.489 18.911,12.5 C18.435,13.512 16.08,17.964 11.5,17.964 L11.5,17.964 Z M19.918,12.298 C19.813,12.041 17.293,6 11.5,6 C5.707,6 3.187,12.041 3.082,12.298 L3,12.5 L3.082,12.701 C3.187,12.958 5.707,19 11.5,19 C17.293,19 19.813,12.958 19.918,12.701 L20,12.5 L19.918,12.298 Z"}));vc.displayName="Show";var Rc=vc;var t7=o(r()),Mc=({size:e,...t})=>t7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t7.createElement("path",{d:"M12,16.19 C8.535,16.19 6.544,13.086 5.953,12.001 C6.545,10.912 8.536,7.81 12,7.81 C15.465,7.81 17.457,10.918 18.047,12.002 C17.46,13.089 15.482,16.19 12,16.19 L12,16.19 Z M19.839,11.631 C19.739,11.4 17.33,6 12,6 C6.669,6 4.26,11.401 4.16,11.631 L4,12.001 L4.16,12.37 C4.26,12.6 6.669,18 12,18 C17.33,18 19.739,12.6 19.839,12.37 L20,12.001 L19.839,11.631 Z M12.029,9.409 C10.625,9.409 9.529,10.528 9.529,11.909 C9.529,13.29 10.625,14.417 12.029,14.417 C13.434,14.417 14.529,13.29 14.529,11.909 C14.529,10.528 13.434,9.409 12.029,9.409 L12.029,9.409 Z"}));Mc.displayName="ShowBold";var Sc=Mc;var r7=o(r()),Zc=({size:e,...t})=>r7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},r7.createElement("path",{d:"m8.996,10.485c-0.845,0 -1.559,-0.679 -1.559,-1.485c0,-0.807 0.714,-1.489 1.559,-1.489c0.791,0 1.387,0.64 1.387,1.489c0,0.847 -0.596,1.485 -1.387,1.485l0,0zm0,-3.965c-1.382,0 -2.549,1.135 -2.549,2.48c0,1.343 1.167,2.477 2.549,2.477c1.333,0 2.377,-1.089 2.377,-2.477c0,-1.391 -1.044,-2.48 -2.377,-2.48l0,0zm-0.099,6.488c-3.233,0 -4.942,-3.2 -5.322,-4.01c0.38,-0.808 2.089,-4.007 5.322,-4.007c3.224,0 5.078,3.17 5.51,4.007c-0.432,0.839 -2.286,4.01 -5.51,4.01l0,0zm6.515,-4.21c-0.087,-0.196 -2.168,-4.798 -6.515,-4.798c-4.36,0 -6.247,4.619 -6.324,4.815l-0.073,0.183l0.072,0.183c0.078,0.197 1.965,4.819 6.325,4.819c4.347,0 6.428,-4.606 6.515,-4.802l0.088,-0.2l-0.088,-0.2z"}));Zc.displayName="ShowSmall";var Bc=Zc;var o7=o(r()),Pc=({size:e,...t})=>o7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o7.createElement("path",{d:"M13 8H8V7h5v1zm6 11.34V5.66A1.67 1.67 0 0017.34 4H6.66A1.67 1.67 0 005 5.66v13.68A1.67 1.67 0 006.66 21h10.68A1.67 1.67 0 0019 19.34zM17.34 5a.67.67 0 01.66.66v13.68a.67.67 0 01-.66.66H6.66a.67.67 0 01-.66-.66V5.66A.67.67 0 016.66 5h10.68zM16 10H8v3h8v-3zm-7 1h6v1H9v-1zm7 4H8v3h8v-3zm-7 1h6v1H9v-1z"}));Pc.displayName="SingleItemCollection";var Vc=Pc;var a7=o(r()),bc=({size:e,...t})=>a7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a7.createElement("path",{fillRule:"evenodd",d:"M6,20 C4.8954305,20 4,19.1045695 4,18 L4,6 C4,4.8954305 4.8954305,4 6,4 L19,4 C20.1045695,4 21,4.8954305 21,6 L21,18 C21,19.1045695 20.1045695,20 19,20 L6,20 Z M8,5 L6,5 C5.49302517,5 5.06631605,5.37950711 5.007,5.883 L5,6 L5,18 C5.00006688,18.5069748 5.37950711,18.9336839 5.883,18.993 L6,19 L8,19 L8,5 Z M9,19 L19,19 C19.5069748,19 19.9336839,18.6204929 19.993,18.117 L20,18 L20,9 L9,9 L9,19 Z M19,5 L9,5 L9,8 L20,8 L20,6 C20,5.49302517 19.6204929,5.06631605 19.117,5.007 L19,5 Z"}));bc.displayName="SiteTools";var wc=bc;var L7=o(r()),Gc=({size:e,...t})=>L7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L7.createElement("path",{d:"M11.55,15.821 C9.028,15.821 7.9,14.581 7.9,13.651 C7.9,13.175 8.251,12.841 8.737,12.841 C9.816,12.841 9.536,14.39 11.55,14.39 C12.581,14.39 13.151,13.831 13.151,13.258 C13.151,12.913 12.981,12.531 12.302,12.364 L10.058,11.803 C8.251,11.35 7.923,10.374 7.923,9.456 C7.923,7.55 9.718,6.834 11.404,6.834 C12.956,6.834 14.787,7.691 14.787,8.836 C14.787,9.325 14.363,9.61 13.878,9.61 C12.956,9.61 13.126,8.336 11.271,8.336 C10.35,8.336 9.84,8.753 9.84,9.349 C9.84,9.944 10.568,10.134 11.198,10.279 L12.86,10.647 C14.678,11.052 15.139,12.114 15.139,13.115 C15.139,14.664 13.95,15.821 11.55,15.821 M18.504,12.759 C18.499,12.786 18.495,12.812 18.49,12.839 L18.465,12.687 C18.479,12.712 18.49,12.736 18.504,12.759 C18.581,12.337 18.622,11.905 18.622,11.472 C18.622,10.514 18.434,9.584 18.064,8.709 C17.706,7.863 17.195,7.104 16.542,6.452 C15.89,5.8 15.13,5.288 14.285,4.93 C13.41,4.56 12.481,4.308 11.522,4.308 C11.071,4.308 10.617,4.37 10.177,4.37 L10.174,4.37 C10.198,4.37 10.224,4.46 10.248,4.473 L10.099,4.482 C10.124,4.477 10.149,4.489 10.174,4.484 C9.57,4.163 8.891,4 8.203,4 C7.08,4 6.025,4.44 5.231,5.235 C4.437,6.028 4,7.087 4,8.209 C4,8.924 4.184,9.627 4.529,10.248 C4.533,10.222 4.536,10.197 4.541,10.171 L4.567,10.32 C4.553,10.297 4.542,10.272 4.529,10.249 C4.458,10.651 4.421,11.062 4.421,11.472 C4.421,12.431 4.61,13.361 4.98,14.236 C5.337,15.082 5.849,15.842 6.501,16.493 C7.154,17.145 7.912,17.657 8.758,18.014 C9.633,18.385 10.564,18.573 11.522,18.573 C11.939,18.573 12.358,18.535 12.766,18.463 C12.741,18.449 12.717,18.437 12.693,18.423 L12.845,18.45 C12.819,18.455 12.792,18.458 12.766,18.463 C13.394,18.818 14.107,19.008 14.833,19.008 C15.956,19.008 17.011,18.571 17.805,17.776 C18.599,16.983 19.035,15.927 19.035,14.804 C19.035,14.088 18.851,13.383 18.504,12.759"}));Gc.displayName="Skype";var Ac=Gc;var l7=o(r()),yc=({size:e,...t})=>l7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l7.createElement("path",{d:"M6,4 L18,4 C19.1045695,4 20,5.02334914 20,6.28571429 L20,17.7142857 C20,18.9766509 19.1045695,20 18,20 L6,20 C4.8954305,20 4,18.9766509 4,17.7142857 L4,6.28571429 C4,5.02334914 4.8954305,4 6,4 Z M6,5.14285714 C5.44771525,5.14285714 5,5.65453171 5,6.28571429 L5,17.7142857 C5,18.3454682 5.44771525,18.8571429 6,18.8571429 L18,18.8571429 C18.5522847,18.8571429 19,18.3454682 19,17.7142857 L19,6.28571429 C19,5.65453171 18.5522847,5.14285714 18,5.14285714 L6,5.14285714 Z M8,14 L6,12.5 L8,11 L8,14 Z M16,14 L16,11 L18,12.5 L16,14 Z"}));yc.displayName="SlideShow";var Ec=yc;var s7=o(r()),Fc=({size:e,...t})=>s7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s7.createElement("path",{d:"M8,5 L16,5 C17.6568542,5 19,6.34314575 19,8 L19,16 C19,17.6568542 17.6568542,19 16,19 L8,19 C6.34314575,19 5,17.6568542 5,16 L5,8 C5,6.34314575 6.34314575,5 8,5 Z M10,14 L10,10 L7,12 L10,14 Z M14,14 L17,12 L14,10 L14,14 Z"}));Fc.displayName="SlideShowBold";var Nc=Fc;var i7=o(r()),kc=({size:e,...t})=>i7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i7.createElement("path",{d:"M12,9 C13.2096818,9 14.2186941,9.85916789 14.4501074,11.000574 L18.5,11 C18.7761424,11 19,11.2238576 19,11.5 C19,11.7761424 18.7761424,12 18.5,12 L14.4499027,12.0004345 C14.2180997,13.1413382 13.2093254,14 12,14 C10.7906746,14 9.78190033,13.1413382 9.55009729,12.0004345 L5.5,12 C5.22385763,12 5,11.7761424 5,11.5 C5,11.2238576 5.22385763,11 5.5,11 L9.5498926,11.000574 C9.7813059,9.85916789 10.7903182,9 12,9 Z M12,10 C11.1715729,10 10.5,10.6715729 10.5,11.5 C10.5,12.3284271 11.1715729,13 12,13 C12.8284271,13 13.5,12.3284271 13.5,11.5 C13.5,10.6715729 12.8284271,10 12,10 Z"}));kc.displayName="Slider";var Hc=kc;var C7=o(r()),Tc=({size:e,...t})=>C7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C7.createElement("path",{fillRule:"evenodd",d:"M8.12601749,13 L5,13 L5,11 L8.12601749,11 C8.57006028,9.27477279 10.1361606,8 12,8 C13.8638394,8 15.4299397,9.27477279 15.8739825,11 L19,11 L19,13 L15.8739825,13 C15.4299397,14.7252272 13.8638394,16 12,16 C10.1361606,16 8.57006028,14.7252272 8.12601749,13 L8.12601749,13 Z M12,14 C13.1045695,14 14,13.1045695 14,12 C14,10.8954305 13.1045695,10 12,10 C10.8954305,10 10,10.8954305 10,12 C10,13.1045695 10.8954305,14 12,14 Z"}));Tc.displayName="SliderBold";var Uc=Tc;var n7=o(r()),Dc=({size:e,...t})=>n7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n7.createElement("path",{fillRule:"evenodd",d:"M13.5,3.99999981 C14.3245375,3.99999981 14.9945031,4.66548078 15,5.49 L14.9998631,10.07932 C15.2950412,10.026266 15.5991597,9.99913615 15.9097604,10.0003592 C18.6633084,10.0112814 20.8898017,12.2464305 20.8899967,14.9999998 C20.8899967,16.3365439 20.3550837,17.6174915 19.4043847,18.5569173 C18.4536857,19.4963432 17.1664477,20.0160385 15.83,19.9999998 C13.0766288,19.9669572 10.8681963,17.7139614 10.8901591,14.9604795 C10.8957174,14.2636296 11.0436013,13.6011102 11.3060492,13.0003531 L10.77,12.9999998 L9.42,14.9999998 C9.32881563,15.1309568 9.17957376,15.2093088 9.02,15.21 L9,15.14 C8.84185764,15.1433127 8.69223526,15.0685015 8.6,14.94 L7.1,12.94 L4.5,12.94 C3.67932092,12.940073 3.01094238,12.2806061 3,11.46 L3,5.46 C3.0216814,4.64723481 3.68694573,3.99971086 4.5,3.99999981 L13.5,3.99999981 Z M15.83,10.9299733 C13.6289739,10.9630191 11.8682679,12.7682363 11.8901985,14.9694008 C11.9121292,17.1705653 13.7084537,18.9403431 15.9097007,18.9296001 C18.1109477,18.9186598 19.8897523,17.1312737 19.8899959,14.93 C19.8625841,12.7088962 18.0512658,10.9243462 15.83,10.9299733 Z M17.7901666,15.6476091 C17.9696536,15.6512412 18.1335687,15.7503527 18.2201666,15.9076091 C18.3067646,16.0648655 18.3028891,16.2563758 18.21,16.41 C17.7024095,17.236262 16.7996953,17.7369271 15.83,17.73 C14.8633522,17.735395 13.9643308,17.2346742 13.46,16.41 C13.3903673,16.2961281 13.3691545,16.1591419 13.4010848,16.0295426 C13.433015,15.8999433 13.5154375,15.7884905 13.63,15.72 C13.7423283,15.6508248 13.877804,15.6298645 14.0057851,15.6618597 C14.1081699,15.6874559 14.1988381,15.7452137 14.2650887,15.8256084 L14.31,15.89 C14.6353946,16.4173212 15.2103647,16.7388505 15.83,16.74 C16.4511659,16.7447587 17.0288378,16.4217185 17.35,15.89 C17.4428891,15.7363758 17.6106796,15.6439769 17.7901666,15.6476091 Z M17.37,13.26 C17.6848023,13.26 17.94,13.5151977 17.94,13.83 C17.94,14.1448023 17.6848023,14.4 17.37,14.4 C17.0551977,14.4 16.8,14.1448023 16.8,13.83 C16.8,13.5151977 17.0551977,13.26 17.37,13.26 Z M14.3,13.26 C14.6148023,13.26 14.87,13.5151977 14.87,13.83 C14.87,14.1448023 14.6148023,14.4 14.3,14.4 C13.9851977,14.4 13.73,14.1448023 13.73,13.83 C13.73,13.5151977 13.9851977,13.26 14.3,13.26 Z M13.5,4.9999999 L4.49999999,4.9999999 C4.36832003,4.99731209 4.2411021,5.04774789 4.14703498,5.13993366 C4.05296787,5.23211943 3.99999999,5.35829261 3.99999999,5.49 L3.99999999,11.49 C3.99999999,11.7661424 4.22385763,11.99 4.49999999,11.99 L7.36,11.99 C7.51701217,11.9915357 7.66456418,12.0653117 7.76,12.19 L8.99999999,13.79 L10.1,12.18 C10.1965191,12.0590247 10.3454455,11.9920078 10.5,11.9999999 L11.5,11.9999999 C11.6179084,11.9999999 11.7262845,12.0408126 11.8117721,12.1090818 C12.357507,11.3383308 13.1172009,10.7298982 14.0034217,10.3685264 L14.0005378,10.3547875 L14.0005378,10.3547875 L14,5.49 C14.0000274,5.35829261 13.9470321,5.23211943 13.852965,5.13993366 C13.7588979,5.04774789 13.63168,4.99731209 13.5,4.9999999 Z M9.46,7 C9.95984897,6.5002578 10.770151,6.5002578 11.27,7 C11.5080621,7.23965724 11.6408379,7.56428228 11.6390002,7.90207756 C11.6373556,8.19161638 11.5369299,8.47038052 11.3566857,8.69336464 L11.26,8.8 L9,11.05 L6.75,8.8 C6.31525449,8.29103325 6.34606686,7.53305461 6.82068938,7.06105432 C7.26141029,6.62276834 7.94659073,6.56851561 8.44779767,6.91333526 L8.56,7 L9,7.45 L9.46,7 Z"}));Dc.displayName="SocialBar";var zc=Dc;var p7=o(r()),Ic=({size:e,...t})=>p7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p7.createElement("path",{d:"M9.781,9.759 L13,7.2 L13,17.8 L9.781,15.24 C9.599,15.085 9.369,15 9.13,15 L6,15 C5.447,15 5,14.552 5,14 L5,11 C5,10.447 5.447,10 6,10 L9.13,10 C9.369,10 9.599,9.914 9.781,9.759 L9.781,9.759 Z M6,9 C4.895,9 4,9.895 4,11 L4,14 C4,15.104 4.895,16 6,16 L9,16 L14,20 L14,5 L9,9 L6,9 Z M16,8 L16,9 C18,9 19.5,10.57 19.5,12.5 C19.5,14.429 18,16 16,16 L16,17 C18.512,17 20.5,14.981 20.5,12.5 C20.5,10.018 18.489,8 16,8 L16,8 Z M18,12.5 C18,11.475 17,10.641 16,10.641 L16,11.641 C16.581,11.641 16.967,12.026 16.967,12.5 C16.967,12.973 16.598,13.358 16,13.358 L16,14.358 C17,14.358 18,13.524 18,12.5 L18,12.5 Z"}));Ic.displayName="Sound";var _c=Ic;var d7=o(r()),Wc=({size:e,...t})=>d7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d7.createElement("path",{d:"M16.055,15.5653991 C15.666,15.1763991 15.036,15.1763991 14.649,15.5653991 C14.26,15.9553991 14.26,16.5853991 14.649,16.9743991 L16.055,18.3833991 C16.249,18.5783991 16.504,18.6753991 16.758,18.6753991 C17.013,18.6753991 17.268,18.5783991 17.461,18.3833991 C17.85,17.9943991 17.85,17.3643991 17.461,16.9743991 L16.055,15.5653991 Z M18.044,11.0243991 L16.055,11.0243991 C15.505,11.0243991 15.06,11.4743991 15.06,12.0243991 C15.06,12.5743991 15.505,13.0243991 16.055,13.0243991 L18.044,13.0243991 C18.594,13.0243991 19.039,12.5743991 19.039,12.0243991 C19.039,11.4743991 18.594,11.0243991 18.044,11.0243991 L18.044,11.0243991 Z M15.352,8.71139914 C15.606,8.71139914 15.861,8.61339914 16.055,8.41939914 L17.461,7.00939914 C17.85,6.62039914 17.85,5.99039914 17.461,5.60039914 C17.073,5.21139914 16.444,5.21139914 16.055,5.60039914 L14.649,7.00939914 C14.26,7.39839914 14.26,8.02939914 14.649,8.41939914 C14.842,8.61339914 15.097,8.71139914 15.352,8.71139914 L15.352,8.71139914 Z M11.146,5.19939914 L8.27,9.02439914 L6.029,9.02439914 C4.935,9.02439914 4,9.93139914 4,11.0273991 L4,13.0213991 C4,14.1173991 4.935,15.0243991 6.029,15.0243991 L8.27,15.0243991 L11.146,18.8163991 C11.435,19.1953991 12,18.9693991 12,18.4933991 L12,5.49139914 C12,5.01539914 11.435,4.82139914 11.146,5.19939914 L11.146,5.19939914 Z"}));Wc.displayName="SoundBold";var Oc=Wc;var c7=o(r()),jc=({size:e,...t})=>c7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c7.createElement("path",{d:"M14,7 C11.906,7 11,7.969 11,7.969 L11,16.469 C11,16.844 11.063,17.469 12,17.469 L19,17.469 C20.708,17.469 22,16.05 22,13.969 C22,12.307 20.703,10.469 18,10.469 C17.531,8.284 16.283,7 14,7 Z M9,10.469 L9,17.469 L10,17.469 L10,10.469 C10,10.193 9.776,9.969 9.5,9.969 C9.224,9.969 9,10.193 9,10.469 Z M3,14.469 L3,17.469 L4,17.469 L4,14.469 C4,14.193 3.776,13.969 3.5,13.969 C3.224,13.969 3,14.193 3,14.469 Z M7,9.469 L7,17.469 L8,17.469 L8,9.469 C8,9.193 7.776,8.969 7.5,8.969 C7.224,8.969 7,9.193 7,9.469 Z M5,12.469 L5,17.469 L6,17.469 L6,12.469 C6,12.193 5.776,11.969 5.5,11.969 C5.224,11.969 5,12.193 5,12.469 Z"}));jc.displayName="Soundcloud";var $c=jc;var u7=o(r()),Jc=({size:e,...t})=>u7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u7.createElement("path",{d:"M17.05,7.39995043 C16.719,6.95795043 16.094,6.86895043 15.651,7.19995043 C15.208,7.53095043 15.119,8.15795043 15.45,8.59895043 L17.25,10.9999504 L7.25,10.9999504 L9.05,8.59895043 C9.381,8.15795043 9.292,7.53095043 8.85,7.19995043 C8.407,6.86895043 7.781,6.95795043 7.45,7.39995043 L4,11.9999504 L7.45,16.5989504 C7.647,16.8619504 7.947,16.9999504 8.251,16.9999504 C8.459,16.9999504 8.67,16.9339504 8.85,16.7989504 C9.292,16.4679504 9.381,15.8409504 9.05,15.3999504 L7.25,12.9999504 L17.25,12.9999504 L15.45,15.3999504 C15.119,15.8409504 15.208,16.4679504 15.651,16.7989504 C15.83,16.9339504 16.041,16.9999504 16.249,16.9999504 C16.553,16.9999504 16.854,16.8619504 17.05,16.5989504 L20.5,11.9999504 L17.05,7.39995043 Z"}));Jc.displayName="SpacingBold";var Yc=Jc;var m7=o(r()),qc=({size:e,...t})=>m7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m7.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM16.1685 6.5C16.7252 6.18626 17.1863 5.72521 17.5 5.1685 17.8137 5.72521 18.2748 6.18626 18.8315 6.5 18.2748 6.81374 17.8137 7.27479 17.5 7.8315 17.1863 7.27479 16.7252 6.81374 16.1685 6.5ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844ZM5.39612 13.5C7.85779 12.7833 9.7833 10.8578 10.5 8.39612 11.2167 10.8578 13.1422 12.7833 15.6039 13.5 13.1422 14.2167 11.2167 16.1422 10.5 18.6039 9.7833 16.1422 7.85779 14.2167 5.39612 13.5Z"}));qc.displayName="Sparkles";var Qc=qc;var f7=o(r()),Xc=({size:e,...t})=>f7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f7.createElement("path",{d:"M17.9903 3.40194C17.9435 3.16823 17.7383 3 17.5 3 17.2617 3 17.0565 3.16823 17.0097 3.40194L16.9019 3.94078C16.704 4.93043 15.9304 5.70401 14.9408 5.90194L14.4019 6.00971C14.1682 6.05645 14 6.26166 14 6.5 14 6.73834 14.1682 6.94355 14.4019 6.99029L14.9408 7.09806C15.9304 7.29599 16.704 8.06957 16.9019 9.05922L17.0097 9.59806C17.0565 9.83177 17.2617 10 17.5 10 17.7383 10 17.9435 9.83177 17.9903 9.59806L18.0981 9.05922C18.296 8.06957 19.0696 7.29599 20.0592 7.09806L20.5981 6.99029C20.8318 6.94355 21 6.73834 21 6.5 21 6.26166 20.8318 6.05645 20.5981 6.00971L20.0592 5.90194C19.0696 5.70401 18.296 4.93043 18.0981 3.94078L17.9903 3.40194ZM10.9824 6.36844C10.9231 6.15091 10.7255 6 10.5 6 10.2745 6 10.0769 6.15091 10.0176 6.36844L9.57009 8.00939C8.96451 10.2298 7.22985 11.9645 5.00939 12.5701L3.36844 13.0176C3.15091 13.0769 3 13.2745 3 13.5 3 13.7255 3.15091 13.9231 3.36844 13.9824L5.00939 14.4299C7.22985 15.0355 8.96451 16.7702 9.57009 18.9906L10.0176 20.6316C10.0769 20.8491 10.2745 21 10.5 21 10.7255 21 10.9231 20.8491 10.9824 20.6316L11.4299 18.9906C12.0355 16.7702 13.7702 15.0355 15.9906 14.4299L17.6316 13.9824C17.8491 13.9231 18 13.7255 18 13.5 18 13.2745 17.8491 13.0769 17.6316 13.0176L15.9906 12.5701C13.7702 11.9645 12.0355 10.2298 11.4299 8.00939L10.9824 6.36844Z"}));Xc.displayName="SparklesBold";var Kc=Xc;var h7=o(r()),eu=({size:e,...t})=>h7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},h7.createElement("path",{d:"M13.8796 2.37348C13.8251 2.21015 13.6723 2.09998 13.5001 2.09998 13.3279 2.09998 13.1751 2.21015 13.1206 2.37348L13.095 2.45046C12.8362 3.22683 12.227 3.83605 11.4506 4.09484L11.3736 4.1205C11.2103 4.17495 11.1001 4.3278 11.1001 4.49998 11.1001 4.67215 11.2103 4.825 11.3736 4.87945L11.4506 4.90511C12.227 5.1639 12.8362 5.77312 13.095 6.54949L13.1206 6.62647C13.1751 6.7898 13.3279 6.89998 13.5001 6.89998 13.6723 6.89998 13.8251 6.7898 13.8796 6.62647L13.9052 6.54949C14.164 5.77312 14.7732 5.1639 15.5496 4.90511L15.6266 4.87945C15.7899 4.825 15.9001 4.67215 15.9001 4.49998 15.9001 4.3278 15.7899 4.17495 15.6266 4.1205L15.5496 4.09484C14.7732 3.83605 14.164 3.22683 13.9052 2.45046L13.8796 2.37348ZM8.98507 4.37873C8.92943 4.15615 8.72943 4 8.5 4 8.27057 4 8.07057 4.15615 8.01493 4.37873L7.88805 4.88626C7.39541 6.85681 5.85681 8.39543 3.88626 8.88808L3.37873 9.01497C3.15614 9.07062 3 9.27061 3 9.50005 3 9.72948 3.15615 9.92947 3.37874 9.98511L3.88617 10.112C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.112L13.6213 9.98511C13.8438 9.92947 14 9.72948 14 9.50005 14 9.27061 13.8439 9.07062 13.6213 9.01497L13.1137 8.88808C11.1432 8.39543 9.60459 6.85681 9.11195 4.88626L8.98507 4.37873Z"}));eu.displayName="SparklesBoldSmall";var tu=eu;var x7=o(r()),ru=({size:e,...t})=>x7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},x7.createElement("path",{d:"M13.8795 2.37348C13.825 2.21015 13.6722 2.09998 13.5 2.09998 13.3278 2.09998 13.175 2.21015 13.1205 2.37348L13.0949 2.45046C12.8361 3.22683 12.2269 3.83605 11.4505 4.09484L11.3735 4.1205C11.2102 4.17495 11.1 4.3278 11.1 4.49998 11.1 4.67215 11.2102 4.825 11.3735 4.87945L11.4505 4.90511C12.2269 5.1639 12.8361 5.77312 13.0949 6.54949L13.1205 6.62647C13.175 6.7898 13.3278 6.89998 13.5 6.89998 13.6722 6.89998 13.825 6.7898 13.8795 6.62647L13.9051 6.54949C14.1639 5.77312 14.7731 5.1639 15.5495 4.90511L15.6265 4.87945C15.7898 4.825 15.9 4.67215 15.9 4.49998 15.9 4.3278 15.7898 4.17495 15.6265 4.1205L15.5495 4.09484C14.7731 3.83605 14.1639 3.22683 13.9051 2.45046L13.8795 2.37348ZM12.4486 4.49998C12.8722 4.23143 13.2315 3.8722 13.5 3.44858 13.7685 3.8722 14.1278 4.23143 14.5514 4.49998 14.1278 4.76852 13.7685 5.12775 13.5 5.55137 13.2315 5.12775 12.8722 4.76852 12.4486 4.49998ZM8.98507 4.37871C8.92943 4.15612 8.72943 3.99998 8.5 3.99998 8.27057 3.99998 8.07057 4.15612 8.01493 4.37871L7.88805 4.88623C7.39541 6.85678 5.85681 8.3954 3.88626 8.88806L3.37873 9.01495C3.15614 9.07059 3 9.27059 3 9.50002 3 9.72946 3.15615 9.92945 3.37874 9.98509L3.88617 10.1119C5.85676 10.6046 7.39542 12.1432 7.88806 14.1138L8.01493 14.6213C8.07057 14.8439 8.27057 15 8.5 15 8.72943 15 8.92943 14.8439 8.98507 14.6213L9.11194 14.1138C9.60458 12.1432 11.1432 10.6046 13.1138 10.1119L13.6213 9.98509C13.8438 9.92945 14 9.72946 14 9.50002 14 9.27059 13.8439 9.07059 13.6213 9.01495L13.1137 8.88806C11.1432 8.3954 9.60459 6.85678 9.11195 4.88623L8.98507 4.37871ZM5.17462 9.50001C6.65836 8.84602 7.84602 7.65835 8.5 6.17461 9.15398 7.65836 10.3416 8.84603 11.8254 9.50001 10.3416 10.154 9.15398 11.3417 8.5 12.8254 7.84602 11.3417 6.65835 10.154 5.17462 9.50001Z"}));ru.displayName="SparklesSmall";var ou=ru;var g7=o(r()),au=({size:e,...t})=>g7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},g7.createElement("path",{d:"M11.9,17 L11.9,19 L11.099,19 L11.099,17 L11.9,17 Z M17.582,6 C18.3189412,6 18.924782,6.56249135 18.9935074,7.28062528 L19,7.417 L19,16.583 C19,17.319 18.4375087,17.9247855 17.718541,17.9935076 L17.582,18 L13.437,18 L13.437,17.055 L17.582,17.055 C17.814,17.055 18.007284,16.8874938 18.0473717,16.6676639 L18.055,16.583 L18.055,7.417 C18.055,7.18588889 17.8874938,6.9927037 17.6669616,6.95262689 L17.582,6.945 L13.437,6.945 L13.437,6 L17.582,6 Z M9.563,6 L9.563,6.945 L5.418,6.945 C5.186,6.945 4.99271605,7.11250617 4.95262826,7.33233608 L4.945,7.417 L4.945,16.583 C4.945,16.8141111 5.11250617,17.0072963 5.33303841,17.0473731 L5.418,17.055 L9.563,17.055 L9.563,18 L5.418,18 C4.68105882,18 4.07521799,17.4375087 4.00649257,16.7193747 L4,16.583 L4,7.417 C4,6.681 4.56249135,6.07521453 5.28145899,6.00649237 L5.418,6 L9.563,6 Z M11.9,13 L11.9,15 L11.099,15 L11.099,13 L11.9,13 Z M11.9,9 L11.9,11 L11.099,11 L11.099,9 L11.9,9 Z M11.9,5 L11.9,7 L11.099,7 L11.099,5 L11.9,5 Z"}));au.displayName="SplitColumns";var Lu=au;var v7=o(r()),lu=({size:e,...t})=>v7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v7.createElement("path",{d:"M12,4 C16.418,4 20,7.582 20,12 C20,16.418 16.418,20 12,20 C7.582,20 4,16.418 4,12 C4,7.582 7.582,4 12,4 Z M13.4005486,14.9791876 C12.6770855,14.5221777 11.3134371,14.5221777 10.5956826,14.9815841 C10.2468119,15.2048825 10.1450155,15.6687171 10.3683138,16.0175877 C10.5916122,16.3664584 11.0554468,16.4682548 11.4043174,16.2449564 C11.6303924,16.1002547 12.3665897,16.1002547 12.5994514,16.247353 C12.9496456,16.4685698 13.4128658,16.364013 13.6340827,16.0138188 C13.8552995,15.6636246 13.7507428,15.2004045 13.4005486,14.9791876 Z M15.2982507,12.0341487 C13.7412128,11.3593108 10.2959998,11.3593108 8.70765339,12.0316197 C8.32620352,12.1930783 8.14786534,12.6331926 8.30932391,13.0146424 C8.45732761,13.3643048 8.83947947,13.543297 9.19595718,13.4463366 L9.29234661,13.4129719 C10.5049569,12.8997031 13.5233308,12.8997031 14.7017493,13.410443 C15.0818024,13.5751623 15.5234278,13.4005997 15.6881471,13.0205466 C15.8528665,12.6404934 15.6783039,12.198868 15.2982507,12.0341487 Z M16.3834504,9.2851775 C14.2256443,8.00150567 10.0239919,8.00150567 7.64732427,9.26783764 C7.28176357,9.46261507 7.14331636,9.91685887 7.33809379,10.2824196 C7.53287122,10.6479803 7.98711502,10.7864275 8.35267573,10.5916501 C10.2776008,9.56601482 13.9216413,9.56601482 15.6165496,10.5743102 C15.9725338,10.786084 16.4327925,10.6691784 16.6445664,10.3131943 C16.8563402,9.9572101 16.7394346,9.49695132 16.3834504,9.2851775 Z"}));lu.displayName="Spotify";var su=lu;var R7=o(r()),iu=({size:e,...t})=>R7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R7.createElement("path",{d:"M3 11h4V8l4 4-4 4v-3H3v-2Zm18 0h-4V8l-4 4 4 4v-3h4v-2Z"}));iu.displayName="SqueezeBold";var Cu=iu;var M7=o(r()),nu=({size:e,...t})=>M7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M7.createElement("path",{d:"M12.5,16.396 L8.502,18.29 L9.087,13.941 L6.031,10.764 L10.391,9.97 L12.5,6.113 L14.609,9.97 L18.969,10.764 L15.913,13.941 L16.497,18.289 L12.5,16.396 Z M21,10.111 L15.271,9.068 L12.5,4 L9.729,9.068 L4,10.111 L8.014,14.287 L7.247,20 L12.5,17.511 L17.754,20 L16.985,14.287 L21,10.111 Z"}));nu.displayName="Star";var pu=nu;var S7=o(r()),du=({size:e,...t})=>S7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S7.createElement("path",{d:"M20 10.111 14.272 9.069 11.5 4 8.728 9.069 3 10.111 7.015 14.286 6.246 20 11.5 17.511 16.753 20 15.985 14.286z"}));du.displayName="StarBold";var cu=du;var Z7=o(r()),uu=({size:e,...t})=>Z7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},Z7.createElement("path",{d:"M4.5,4 L13.5,4 C13.7761424,4 14,4.22385763 14,4.5 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 L4.5,14 C4.22385763,14 4,13.7761424 4,13.5 L4,4.5 C4,4.22385763 4.22385763,4 4.5,4 Z"}));uu.displayName="StopBoldSmall";var mu=uu;var B7=o(r()),fu=({size:e,...t})=>B7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B7.createElement("path",{d:"M14.088 13H5v-1h6.92-.933C8.79 12 7 10.314 7 8.242a3.91 3.91 0 011.273-2.855A5.125 5.125 0 0111.791 4c1.3 0 2.526.471 3.453 1.326l1.018.94-1.358 1.468-1.017-.939c-1.094-1.01-3.094-1.011-4.192.001-.47.435-.695.928-.695 1.446C9 9.212 9.892 10 10.987 10h.933c1.637 0 3.08.797 3.912 2H20v1h-3.654c.154.435.237.9.237 1.382 0 2.547-2.207 4.618-4.919 4.618h-.158c-1.862 0-3.542-.967-4.385-2.523l1.758-.954c.486.898 1.517 1.477 2.627 1.477h.158c1.61 0 2.92-1.175 2.92-2.618 0-.515-.184-.992-.496-1.382z"}));fu.displayName="Strikethrough";var hu=fu;var P7=o(r()),xu=({size:e,...t})=>P7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P7.createElement("path",{d:"M6.5638852,5 C5.90203328,5 5.70048072,5.03892159 5.49475316,5.1489459 C5.3430957,5.2300532 5.2300532,5.3430957 5.1489459,5.49475316 C5.03892159,5.70048072 5,5.90203328 5,6.5638852 L5,12.4361148 C5,13.0979667 5.03892159,13.2995193 5.1489459,13.5052468 C5.2300532,13.6569043 5.3430957,13.7699468 5.49475316,13.8510541 C5.70048072,13.9610784 5.90203328,14 6.5638852,14 L17.4361148,14 C18.0979667,14 18.2995193,13.9610784 18.5052468,13.8510541 C18.6569043,13.7699468 18.7699468,13.6569043 18.8510541,13.5052468 C18.9610784,13.2995193 19,13.0979667 19,12.4361148 L19,6.5638852 C19,5.90203328 18.9610784,5.70048072 18.8510541,5.49475316 C18.7699468,5.3430957 18.6569043,5.2300532 18.5052468,5.1489459 C18.2995193,5.03892159 18.0979667,5 17.4361148,5 L6.5638852,5 Z M6.5638852,4 L17.4361148,4 C18.3276335,4 18.6509198,4.09282561 18.9768457,4.2671327 C19.3027716,4.4414398 19.5585602,4.69722837 19.7328673,5.0231543 C19.9071744,5.34908022 20,5.67236646 20,6.5638852 L20,12.4361148 C20,13.3276335 19.9071744,13.6509198 19.7328673,13.9768457 C19.5585602,14.3027716 19.3027716,14.5585602 18.9768457,14.7328673 C18.6509198,14.9071744 18.3276335,15 17.4361148,15 L6.5638852,15 C5.67236646,15 5.34908022,14.9071744 5.0231543,14.7328673 C4.69722837,14.5585602 4.4414398,14.3027716 4.2671327,13.9768457 C4.09282561,13.6509198 4,13.3276335 4,12.4361148 L4,6.5638852 C4,5.67236646 4.09282561,5.34908022 4.2671327,5.0231543 C4.4414398,4.69722837 4.69722837,4.4414398 5.0231543,4.2671327 C5.34908022,4.09282561 5.67236646,4 6.5638852,4 Z M8,11 L6,9.5 L8,8 L8,11 Z M16,11 L16,8 L18,9.5 L16,11 Z M5.5,19 L5.5,20 L4,18.5 L5.5,17 L5.5,18 L18.5,18 L18.5,17 L20,18.5 L18.5,20 L18.5,19 L5.5,19 Z"}));xu.displayName="Strip";var gu=xu;var V7=o(r()),vu=({size:e,...t})=>V7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V7.createElement("path",{d:"M16,15 L19,17.5 L16,20 L16,18 L8,18 L8,20 L5,17.5 L8,15 L8,17 L16,17 L16,15 Z M16.4361148,5 C17.3276335,5 17.6509198,5.09282561 17.9768457,5.2671327 C18.3027716,5.4414398 18.5585602,5.69722837 18.7328673,6.0231543 C18.8937662,6.324009 18.985237,6.6226145 18.9983574,7.36797723 L19,11.4361148 C19,12.3276335 18.9071744,12.6509198 18.7328673,12.9768457 C18.5585602,13.3027716 18.3027716,13.5585602 17.9768457,13.7328673 C17.675991,13.8937662 17.3773855,13.985237 16.6320228,13.9983574 L7.5638852,14 C6.67236646,14 6.34908022,13.9071744 6.0231543,13.7328673 C5.69722837,13.5585602 5.4414398,13.3027716 5.2671327,12.9768457 C5.09282561,12.6509198 5,12.3276335 5,11.4361148 L5,7.5638852 C5,6.67236646 5.09282561,6.34908022 5.2671327,6.0231543 C5.4414398,5.69722837 5.69722837,5.4414398 6.0231543,5.2671327 C6.34908022,5.09282561 6.67236646,5 7.5638852,5 L16.4361148,5 Z M9,8 L7,9.5 L9,11 L9,8 Z M15,8 L15,11 L17,9.5 L15,8 Z"}));vu.displayName="StripBold";var Ru=vu;var b7=o(r()),Mu=({size:e,...t})=>b7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},b7.createElement("path",{d:"M9.5 1C5.36 1 2 4.36 2 8.5 2 12.64 5.36 16 9.5 16c4.14 0 7.5-3.36 7.5-7.5C17 4.36 13.64 1 9.5 1Zm-.45 10.75-2.9-2.9.71-.71 2.1 2.1 3.15-4.05.79.61-3.85 4.95Z"}));Mu.displayName="SuccessBoldSmall";var Su=Mu;var w7=o(r()),Zu=({size:e,...t})=>w7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},w7.createElement("path",{d:"M7.982 13a1 1 0 01-.707-.293l-2.5-2.5a1 1 0 011.414-1.414l1.726 1.726 4.3-5.16a1.001 1.001 0 011.536 1.282l-5 6a1 1 0 01-.723.358h-.046z"}));Zu.displayName="SuccessSmall";var Bu=Zu;var G7=o(r()),Pu=({size:e,...t})=>G7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},G7.createElement("path",{d:"M9,8 C6.790861,8 5,9.790861 5,12 C5,14.209139 6.790861,16 9,16 L15,16 C17.209139,16 19,14.209139 19,12 C19,9.790861 17.209139,8 15,8 L9,8 Z M9,7 L15,7 C17.7614237,7 20,9.23857625 20,12 C20,14.7614237 17.7614237,17 15,17 L9,17 C6.23857625,17 4,14.7614237 4,12 C4,9.23857625 6.23857625,7 9,7 Z M15,10 C13.8954305,10 13,10.8954305 13,12 C13,13.1045695 13.8954305,14 15,14 C16.1045695,14 17,13.1045695 17,12 C17,10.8954305 16.1045695,10 15,10 Z M15,9 C16.6568542,9 18,10.3431458 18,12 C18,13.6568542 16.6568542,15 15,15 C13.3431458,15 12,13.6568542 12,12 C12,10.3431458 13.3431458,9 15,9 Z"}));Pu.displayName="Switch";var Vu=Pu;var A7=o(r()),bu=({size:e,...t})=>A7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},A7.createElement("path",{d:"M9,7 L15,7 C17.7614237,7 20,9.23857625 20,12 C20,14.7614237 17.7614237,17 15,17 L9,17 C6.23857625,17 4,14.7614237 4,12 C4,9.23857625 6.23857625,7 9,7 Z M15,9 C13.3431458,9 12,10.3431458 12,12 C12,13.6568542 13.3431458,15 15,15 C16.6568542,15 18,13.6568542 18,12 C18,10.3431458 16.6568542,9 15,9 Z"}));bu.displayName="SwitchBold";var wu=bu;var y7=o(r()),Gu=({size:e,...t})=>y7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y7.createElement("path",{d:"M12.149 8.09c.075 0 .112.037.112.111v.704c0 .075-.037.112-.112.112h-1.473c-.03 0-.045.015-.045.044V15.8c0 .074-.037.112-.112.112h-.855c-.075 0-.112-.038-.112-.112V9.06c0-.03-.015-.044-.045-.044H8.112C8.037 9.017 8 8.98 8 8.905v-.704c0-.074.037-.112.112-.112h4.037ZM15.01 16c-.592 0-1.072-.182-1.44-.547-.36-.373-.539-.857-.539-1.453v-.29c0-.075.037-.112.112-.112h.832c.075 0 .113.037.113.111v.235c0 .343.086.618.259.827a.834.834 0 0 0 .663.302.85.85 0 0 0 .663-.29c.18-.202.27-.463.27-.783 0-.216-.049-.406-.146-.57a1.458 1.458 0 0 0-.371-.436 10.9 10.9 0 0 0-.742-.58 11.032 11.032 0 0 1-.9-.727 2.702 2.702 0 0 1-.55-.726 2.095 2.095 0 0 1-.226-.995c0-.603.18-1.08.54-1.43.36-.357.829-.536 1.406-.536.6 0 1.079.19 1.439.57.367.38.55.879.55 1.497v.28c0 .074-.037.111-.112.111H16c-.075 0-.112-.037-.112-.112v-.301c0-.335-.086-.604-.259-.805a.834.834 0 0 0-.674-.313.816.816 0 0 0-.641.28c-.165.178-.248.432-.248.76 0 .297.083.55.248.76.165.2.483.472.955.815.45.335.787.607 1.012.816.233.208.409.439.529.692.127.246.191.54.191.883 0 .626-.184 1.129-.55 1.508-.368.373-.848.559-1.44.559Z"}));Gu.displayName="TS";var Au=Gu;var E7=o(r()),yu=({size:e,...t})=>E7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E7.createElement("path",{fillRule:"evenodd",d:"M5.5,18 C4.67157288,18 4,17.3284271 4,16.5 L4,7.5 C4,6.67157288 4.67157288,6 5.5,6 L18.5,6 C19.3284271,6 20,6.67157288 20,7.5 L20,16.5 C20,17.3284271 19.3284271,18 18.5,18 L5.5,18 Z M9,10 L5,10 L5,16.5 C5,16.7761424 5.22385763,17 5.5,17 L9,17 L9,10 Z M10,10 L10,17 L14,17 L14,10 L10,10 Z M18.5,7 L5.5,7 C5.22385763,7 5,7.22385763 5,7.5 L5,9 L19,9 L19,7.5 C19,7.22385763 18.7761424,7 18.5,7 Z M15,17 L18.5,17 C18.7761424,17 19,16.7761424 19,16.5 L19,10 L15,10 L15,17 Z"}));yu.displayName="Table";var Eu=yu;var F7=o(r()),Fu=({size:e,...t})=>F7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},F7.createElement("path",{d:"M18,9 L18,8 C18,7.447 17.553,7 17,7 L7,7 C6.447,7 6,7.447 6,8 L6,9 L18,9 Z M6,11 L6,13 L11,13 L11,11 L6,11 Z M13,11 L13,13 L18,13 L18,11 L13,11 Z M6,15 L6,17 L11,17 L11,15 L6,15 Z M13,15 L13,17 L18,17 L18,15 L13,15 Z M6,5 L18,5 C19.104,5 20,5.896 20,7 L20,17 C20,18.104 19.104,19 18,19 L6,19 C4.896,19 4,18.104 4,17 L4,7 C4,5.896 4.896,5 6,5 Z"}));Fu.displayName="TableBold";var Nu=Fu;var N7=o(r()),ku=({size:e,...t})=>N7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N7.createElement("path",{d:"M18.5 21h-13c-.83 0-1.5-.67-1.5-1.5v-15C4 3.67 4.67 3 5.5 3h13c.83 0 1.5.67 1.5 1.5v15c0 .83-.67 1.5-1.5 1.5ZM5.5 4c-.28 0-.5.22-.5.5v15c0 .28.22.5.5.5h13c.28 0 .5-.22.5-.5v-15c0-.28-.22-.5-.5-.5h-13ZM14 17h-4v1h4v-1Z"}));ku.displayName="Tablet";var Hu=ku;var k7=o(r()),Tu=({size:e,...t})=>k7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k7.createElement("path",{d:"M17.52 6h-6.61c-.21-.58-.76-1-1.41-1h-3c-.76 0-1.38.56-1.49 1.29V17.5C5 18.33 5.67 19 6.5 19h11c.83 0 1.5-.67 1.5-1.5v-10c0-.83-.66-1.5-1.48-1.5ZM18 7.5v1.6c-.16-.06-.33-.1-.52-.1H15V7.5c0-.18-.04-.34-.09-.5h2.61c.26 0 .48.22.48.5ZM13.5 7c.27 0 .5.23.5.5V9h-3V7h2.5ZM18 17.5c0 .28-.22.5-.5.5h-11c-.28 0-.5-.22-.5-.5v-11c0-.28.22-.5.5-.5h3c.28 0 .5.22.5.5V10h7.48c.28 0 .52.23.52.5v7Z"}));Tu.displayName="Tabs";var Uu=Tu;var H7=o(r()),Du=({size:e,...t})=>H7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H7.createElement("path",{d:"M14.8,7.71428571 C15.4171429,7.70285714 16.0114286,7.94285714 16.4685714,8.38857143 L19.6571429,11.4742857 C19.8628571,11.68 19.9885714,11.9771429 19.9885714,12.2857143 C19.9885714,12.5828571 19.8628571,12.88 19.6571429,13.0971429 L16.4685714,16.1828571 C16.0114286,16.6171429 15.4171429,16.8571429 14.8,16.8571429 L6.35428571,16.8571429 C5.72571429,16.8685714 5.13142857,16.64 4.68571429,16.2057143 C4.24,15.7714286 4,15.1885714 4,14.5714286 L4,10 C4,9.37142857 4.24,8.78857143 4.68571429,8.35428571 C5.13142857,7.92 5.72571429,7.69142857 6.35428571,7.71428571 L14.8,7.71428571 Z M14.8,8.85714286 L6.21714286,8.84571429 C5.94285714,8.86857143 5.69142857,8.97142857 5.49714286,9.16571429 C5.26857143,9.38285714 5.13142857,9.68 5.13142857,10 L5.13142857,14.5714286 C5.13142857,14.88 5.26857143,15.1771429 5.49714286,15.3942857 C5.72571429,15.6114286 6.03428571,15.7257143 6.35428571,15.7142857 L14.8,15.7142857 C15.12,15.7142857 15.4285714,15.5885714 15.6685714,15.3714286 L18.8457143,12.2857143 L15.6685714,9.2 C15.4285714,8.97142857 15.12,8.84571429 14.8,8.85714286 Z M13.1428571,10 C14.4052223,10 15.4285714,11.0233491 15.4285714,12.2857143 C15.4285714,13.5480794 14.4052223,14.5714286 13.1428571,14.5714286 C11.880492,14.5714286 10.8571429,13.5480794 10.8571429,12.2857143 C10.8571429,11.0171429 11.8742857,10 13.1428571,10 Z M13.1428571,11.1428571 C12.5028571,11.1428571 12,11.6457143 12,12.2857143 C12,12.9142857 12.5028571,13.4285714 13.1428571,13.4285714 C13.7714286,13.4285714 14.2857143,12.9142857 14.2857143,12.2857143 C14.2857143,11.6457143 13.7714286,11.1428571 13.1428571,11.1428571 Z"}));Du.displayName="Tag";var zu=Du;var T7=o(r()),Iu=({size:e,...t})=>T7.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},T7.createElement("path",{d:"M11.5 3a.5.5 0 110 1H11v2.64c-.01.48.123.954.38 1.36l3.11 5a2 2 0 01-1.69 3H5.2a2 2 0 01-1.69-3.06L6.62 8c.257-.406.39-.88.38-1.36V4h-.5a.5.5 0 010-1h5zM10 4H8v2.64a3.43 3.43 0 01-.53 1.85l-3.11 5A1 1 0 005.2 15h7.6a1 1 0 00.84-1.53l-3.11-5A3.43 3.43 0 0110 6.64V4zm1.2 7l1.34 2.24a.5.5 0 01-.43.76H5.89a.5.5 0 01-.43-.76L6.8 11h4.4z"}));Iu.displayName="TestTubeSmall";var _u=Iu;var U7=o(r()),Wu=({size:e,...t})=>U7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U7.createElement("path",{d:"M17.5,5 L5.5,5 C4.673,5 4,5.673 4,6.5 L4,10 L5,10 L5,6.5 C5,6.224 5.225,6 5.5,6 L11,6 L11,18 L8,18 L8,19 L15,19 L15,18 L12,18 L12,6 L17.5,6 C17.775,6 18,6.224 18,6.5 L18,10 L19,10 L19,6.5 C19,5.673 18.327,5 17.5,5"}));Wu.displayName="Text";var Ou=Wu;var D7=o(r()),ju=({size:e,...t})=>D7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D7.createElement("path",{d:"M19,17 L19,19 L5,19 L5,17 L19,17 Z M16,14 L16,16 L8,16 L8,14 L16,14 Z M18,11 L18,13 L6,13 L6,11 L18,11 Z M16,8 L16,10 L8,10 L8,8 L16,8 Z M19,5 L19,7 L5,7 L5,5 L19,5 Z"}));ju.displayName="TextAlignCenter";var $u=ju;var z7=o(r()),Ju=({size:e,...t})=>z7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z7.createElement("path",{d:"M15,17 L15,19 L6,19 L6,17 L15,17 Z M19,14 L19,16 L6,16 L6,14 L19,14 Z M19,11 L19,13 L6,13 L6,11 L19,11 Z M19,8 L19,10 L6,10 L6,8 L19,8 Z M19,5 L19,7 L6,7 L6,5 L19,5 Z"}));Ju.displayName="TextAlignJustify";var Yu=Ju;var I7=o(r()),qu=({size:e,...t})=>I7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I7.createElement("path",{d:"M19,17 L19,19 L5,19 L5,17 L19,17 Z M14,14 L14,16 L5,16 L5,14 L14,14 Z M18,11 L18,13 L5,13 L5,11 L18,11 Z M14,8 L14,10 L5,10 L5,8 L14,8 Z M19,5 L19,7 L5,7 L5,5 L19,5 Z"}));qu.displayName="TextAlignLeft";var Qu=qu;var _7=o(r()),Xu=({size:e,...t})=>_7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_7.createElement("path",{d:"M19,17 L19,19 L5,19 L5,17 L19,17 Z M19,14 L19,16 L9,16 L9,14 L19,14 Z M19,11 L19,13 L6,13 L6,11 L19,11 Z M19,8 L19,10 L9,10 L9,8 L19,8 Z M19,5 L19,7 L5,7 L5,5 L19,5 Z"}));Xu.displayName="TextAlignRight";var Ku=Xu;var W7=o(r()),em=({size:e,...t})=>W7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W7.createElement("path",{d:"M16,6 L8,6 C6.35,6 5,7.35 5,9 L5,11 L7,11 L7,9 C7,8.448 7.447,8 8,8 L11,8 L11,17 L9,17 L9,19 L15,19 L15,17 L13,17 L13,8 L16,8 C16.553,8 17,8.448 17,9 L17,11 L19,11 L19,9 C19,7.343 17.657,6 16,6"}));em.displayName="TextBold";var tm=em;var O7=o(r()),rm=({size:e,...t})=>O7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},O7.createElement("path",{d:"M7,5 L17,5 C18.1045695,5 19,5.8954305 19,7 L19,17 C19,18.1045695 18.1045695,19 17,19 L7,19 C5.8954305,19 5,18.1045695 5,17 L5,7 C5,5.8954305 5.8954305,5 7,5 Z M7,6 C6.44771525,6 6,6.44771525 6,7 L6,17 C6,17.5522847 6.44771525,18 7,18 L17,18 C17.5522847,18 18,17.5522847 18,17 L18,7 C18,6.44771525 17.5522847,6 17,6 L7,6 Z M9,13 L9,9 L8,9 L8,8 L11,8 L11,9 L10,9 L10,13 L11,13 L11,14 L8,14 L8,13 L9,13 Z"}));rm.displayName="TextBox";var om=rm;var j7=o(r()),am=({size:e,...t})=>j7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j7.createElement("path",{d:"M8,5 L16,5 C17.6568542,5 19,6.34314575 19,8 L19,16 C19,17.6568542 17.6568542,19 16,19 L8,19 C6.34314575,19 5,17.6568542 5,16 L5,8 C5,6.34314575 6.34314575,5 8,5 Z M9,14 L8,14 L8,15 L11,15 L11,14 L10,14 L10,9 L11,9 L11,8 L8,8 L8,9 L9,9 L9,14 Z"}));am.displayName="TextBoxBold";var Lm=am;var K=o(r()),lm=({size:e,...t})=>K.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K.createElement("path",{d:"M17.955 20.4c-3.296 0-4.455-2.695-4.455-4.294 0-3.05 4.455-9.706 4.455-9.706s4.545 6.656 4.545 9.705c0 1.6-1.249 4.295-4.545 4.295Z",className:"texttcolor-custom-color"}),K.createElement("path",{d:"M7.72 3c-.74 0-1.38.45-1.68 1.18L1 16h2l1.77-4h5.62l1.11 3 .5-4-2.6-6.82C9.1 3.45 8.46 3 7.72 3Zm0 2.35L9.59 10H5.66l2.06-4.65Zm10.23-.27.85 1.3c.43.66 4.2 6.57 4.2 9.62 0 2.06-1.56 5-5.04 5S13 17.92 13 16c0-3.05 3.69-8.96 4.11-9.62l.83-1.31.01.01ZM14 16c0 1.49 1.02 4 3.96 4S22 17.49 22 16c0-2.84-4.04-9.04-4.04-9.04S14 13.16 14 16Z"}));lm.displayName="TextColor";var sm=lm;var $7=o(r()),im=({size:e,...t})=>$7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$7.createElement("path",{d:"M12.9960001,5 L12.9960001,19 L10.9960001,19 L10.9960001,5 L12.9960001,5 Z M9.9960001,5 L9.9960001,19 L7.9960001,19 L7.9960001,11 L6.6910001,11 C4.8740001,11 3.4000001,9.818 3.4000001,8 C3.4000001,6.24468966 4.7740976,5.08227348 6.50430449,5.00419402 L6.6910001,5 L9.9960001,5 Z M19.7510001,13.394 C20.0860001,13.832 20.0020001,14.46 19.5630001,14.795 L17.9960001,16 L19.5630001,17.205 C20.0020001,17.54 20.0860001,18.168 19.7510001,18.606 C19.5550001,18.864 19.2570001,19 18.9550001,19 C18.7440001,19 18.5300001,18.934 18.3500001,18.795 L14.9960001,16 L18.3500001,13.205 C18.7880001,12.868 19.4160001,12.955 19.7510001,13.394 Z"}));im.displayName="TextLtr";var Cm=im;var J7=o(r()),nm=({size:e,...t})=>J7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J7.createElement("path",{fillRule:"evenodd",d:"M18.9998,17 L18.9998,19 L5.9998,19 L5.9998,17 L18.9998,17 Z M18.9998,14 L18.9998,16 L11.9998,16 L11.9998,14 L18.9998,14 Z M9.676,9.2879 C10.002,9.7339 9.906,10.3589 9.461,10.6869 L8,11.9999 L9.461,13.0729 C9.906,13.4009 10.002,14.0259 9.676,14.4719 C9.479,14.7379 9.176,14.8799 8.868,14.8799 C8.663,14.8799 8.456,14.8179 8.277,14.6869 L5,11.9999 L8.277,9.0729 C8.723,8.7479 9.347,8.8429 9.676,9.2879 Z M18.9998,11 L18.9998,13 L11.9998,13 L11.9998,11 L18.9998,11 Z M18.9998,8 L18.9998,10 L11.9998,10 L11.9998,8 L18.9998,8 Z M18.9998,5 L18.9998,7 L5.9998,7 L5.9998,5 L18.9998,5 Z"}));nm.displayName="TextLtrDecrease";var pm=nm;var Y7=o(r()),dm=({size:e,...t})=>Y7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y7.createElement("path",{fillRule:"evenodd",d:"M19.0000964,17 L19.0000964,19 L6.00009637,19 L6.00009637,17 L19.0000964,17 Z M19.0000964,14 L19.0000964,16 L12.0000964,16 L12.0000964,14 L19.0000964,14 Z M6.59209637,9.0729 L10.0000964,11.9999 L6.59209637,14.6869 C6.41409637,14.8169 6.20609637,14.8799 6.00109637,14.8799 C5.69309637,14.8799 5.39009637,14.7379 5.19409637,14.4719 C4.86709637,14.0259 4.96309637,13.4009 5.40809637,13.0729 L7.00009637,11.9999 L5.40809637,10.6869 C4.96309637,10.3589 4.86709637,9.7339 5.19409637,9.2879 C5.52109637,8.8439 6.14609637,8.7459 6.59209637,9.0729 Z M19.0000964,11 L19.0000964,13 L12.0000964,13 L12.0000964,11 L19.0000964,11 Z M19.0000964,8 L19.0000964,10 L12.0000964,10 L12.0000964,8 L19.0000964,8 Z M19.0000964,5 L19.0000964,7 L6.00009637,7 L6.00009637,5 L19.0000964,5 Z"}));dm.displayName="TextLtrIncrease";var cm=dm;var q7=o(r()),um=({size:e,...t})=>q7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q7.createElement("path",{d:"M19,17 L19,20 L16,20 L16,19 L18,19 L18,17 L19,17 Z M16.5,4 C17.2783529,4 17.9202907,4.59615225 17.9931195,5.35576308 L18,5.5 L18,9 L17,9 L17,5.5 C17,5.25466667 16.8230123,5.05041975 16.5898381,5.00806036 L16.5,5 L12,5 L12,17 L15,17 L15,18 L8,18 L8,17 L11,17 L11,5 L6.5,5 C6.25466667,5 6.05041975,5.17698765 6.00806036,5.41016187 L6,5.5 L6,9 L5,9 L5,5.5 C5,4.72164706 5.59615225,4.07970934 6.35576308,4.00688052 L6.5,4 L16.5,4 Z"}));um.displayName="TextMultiline";var mm=um;var Q7=o(r()),fm=({size:e,...t})=>Q7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q7.createElement("path",{d:"M16,5 C17.657,5 19,6.343 19,8 L19,10 L17,10 L17,8 C17,7.447 16.553,7 16,7 L13,7 L13,16 L15,16 L15,18 L9,18 L9,16 L11,16 L11,7 L8,7 C7.447,7 7,7.447 7,8 L7,10 L5,10 L5,8 C5,6.35 6.35,5 8,5 L16,5 Z M21,16 L21,20 L17,20 L21,16 Z"}));fm.displayName="TextMultilineBold";var hm=fm;var X7=o(r()),xm=({size:e,...t})=>X7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X7.createElement("path",{d:"M18.0001683,5 L18.0001683,19 L16.0001683,19 L16.0001683,5 L18.0001683,5 Z M15.0001683,5 L15.0001683,19 L13.0001683,19 L13.0001683,11 L11.6951683,11 C9.87816831,11 8.40416831,9.818 8.40416831,8 C8.40416831,6.24468966 9.77826581,5.08227348 11.5084727,5.00419402 L11.6951683,5 L15.0001683,5 Z M7.60716831,13.205 L11.0001683,16 L7.60716831,18.795 C7.42616831,18.934 7.21316831,19 7.00116831,19 C6.69916831,19 6.40216831,18.864 6.20516831,18.606 C5.87016831,18.168 5.95416831,17.54 6.39316831,17.205 L8.00016831,16 L6.39316831,14.795 C5.95416831,14.46 5.87016831,13.832 6.20516831,13.394 C6.54016831,12.955 7.16716831,12.868 7.60716831,13.205 Z"}));xm.displayName="TextRtl";var gm=xm;var K7=o(r()),vm=({size:e,...t})=>K7.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},K7.createElement("path",{fillRule:"evenodd",d:"M18,17 L18,19 L5,19 L5,17 L18,17 Z M12,14 L12,16 L5,16 L5,14 L12,14 Z M14.3238,9.2879 C14.6274923,8.87713077 15.1825456,8.76458639 15.6169325,9.00532376 L15.7228,9.0729 L18.9998,11.9999 L15.7228,14.6869 C15.5438,14.8179 15.3368,14.8799 15.1318,14.8799 C14.8238,14.8799 14.5208,14.7379 14.3238,14.4719 C14.0228769,14.0602077 14.0815278,13.4959947 14.4423362,13.1536478 L14.5388,13.0729 L15.9998,11.9999 L14.5388,10.6869 C14.0938,10.3589 13.9978,9.7339 14.3238,9.2879 Z M12,11 L12,13 L5,13 L5,11 L12,11 Z M12,8 L12,10 L5,10 L5,8 L12,8 Z M18,5 L18,7 L5,7 L5,5 L18,5 Z"}));vm.displayName="TextRtlDecrease";var Rm=vm;var e6=o(r()),Mm=({size:e,...t})=>e6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e6.createElement("path",{fillRule:"evenodd",d:"M18,17 L18,19 L5,19 L5,17 L18,17 Z M12,14 L12,16 L5,16 L5,14 L12,14 Z M17.408,9.0729 C17.854,8.7459 18.479,8.8439 18.806,9.2879 C19.1078462,9.69959231 19.0492663,10.2638053 18.6884634,10.6061522 L17,11.9999 L18.592,13.0729 C19.037,13.4009 19.133,14.0259 18.806,14.4719 C18.61,14.7379 18.307,14.8799 17.999,14.8799 C17.835,14.8799 17.66908,14.83958 17.518136,14.756892 L17.408,14.6869 L14,11.9999 L17.408,9.0729 Z M12,11 L12,13 L5,13 L5,11 L12,11 Z M12,8 L12,10 L5,10 L5,8 L12,8 Z M18,5 L18,7 L5,7 L5,5 L18,5 Z"}));Mm.displayName="TextRtlIncrease";var Sm=Mm;var t6=o(r()),Zm=({size:e,...t})=>t6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},t6.createElement("path",{d:"M12.5,4 L9,4 L8,4 L4.5,4 C3.673,4 3,4.673 3,5.5 L3,8 L4,8 L4,5.5 C4,5.225 4.224,5 4.5,5 L8,5 L8,14 L5,14 L5,15 L12,15 L12,14 L9,14 L9,5 L12.5,5 C12.776,5 13,5.225 13,5.5 L13,8 L14,8 L14,5.5 C14,4.673 13.327,4 12.5,4"}));Zm.displayName="TextSmall";var Bm=Zm;var r6=o(r()),Pm=({size:e,...t})=>r6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r6.createElement("path",{d:"M14.82 14h-.47l-.19-.49h-.86l-.18.49h-.46l.84-2.15h.46l.86 2.15Zm-.8-.85-.3-.8-.29.8h.59Zm1.02.85v-2.15h.65l.39 1.46.39-1.46h.65V14h-.4v-1.69L16.29 14h-.42l-.43-1.69V14h-.4ZM7 7h10c.53 0 1.04.21 1.41.59.38.38.59.88.59 1.41v5c0 .53-.21 1.04-.59 1.41-.38.38-.88.59-1.41.59H7c-.53 0-1.04-.21-1.41-.59C5.21 15.03 5 14.53 5 14V9c0-.53.21-1.04.59-1.41C5.97 7.21 6.47 7 7 7Zm0 1c-.27 0-.52.11-.71.29A.99.99 0 0 0 6 9v5c0 .27.11.52.29.71.19.19.44.29.71.29h10c.27 0 .52-.11.71-.29A.99.99 0 0 0 18 14V9c0-.27-.11-.52-.29-.71A.99.99 0 0 0 17 8H7Zm0 1h1v5H7V9Zm3 4h2v1H9v-3h2v-1H9V9h3v3h-2v1Z"}));Pm.displayName="TimeInput";var Vm=Pm;var o6=o(r()),bm=({size:e,...t})=>o6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o6.createElement("path",{d:"M10.967,4 C10.873,4.824 10.703,5.503 10.456,6.037 C10.209,6.57 9.881,7.027 9.473,7.408 C9.064,7.789 8.573,8.081 8,8.285 L8,10.564 L9.604,10.564 L9.604,16.172 C9.604,16.902 9.673,17.46 9.814,17.845 C9.953,18.229 10.205,18.593 10.569,18.935 C10.931,19.276 11.369,19.539 11.884,19.724 C12.398,19.907 12.988,20 13.657,20 C14.247,20 14.795,19.936 15.302,19.807 C15.809,19.677 16.374,19.452 17,19.13 L17,16.614 C16.267,17.141 15.529,17.404 14.788,17.404 C14.371,17.404 14.001,17.298 13.678,17.085 C13.433,16.929 13.266,16.718 13.176,16.455 C13.086,16.191 13.041,15.596 13.041,14.668 L13.041,10.564 L16.518,10.564 L16.518,8.053 L13.041,8.053 L13.041,4 L10.967,4 Z"}));bm.displayName="Tumblr";var wm=bm;var a6=o(r()),Gm=({size:e,...t})=>a6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a6.createElement("path",{d:"M20.007,8.443 C19.456,8.687 18.862,8.853 18.24,8.927 C18.875,8.547 19.363,7.944 19.593,7.225 C18.998,7.578 18.34,7.834 17.639,7.971 C17.078,7.374 16.278,7 15.393,7 C13.694,7 12.316,8.378 12.316,10.078 C12.316,10.318 12.343,10.553 12.395,10.779 C9.837,10.65 7.569,9.425 6.052,7.563 C5.787,8.017 5.635,8.547 5.635,9.11 C5.635,10.178 5.943,11.12 6.769,11.672 C6.264,11.656 6.138,11.517 5.138,11.287 L5.138,11.326 C5.138,12.817 6.435,14.06 7.843,14.343 C7.584,14.414 7.431,14.451 7.15,14.451 C6.951,14.451 6.818,14.432 6.63,14.396 C7.022,15.619 8.188,16.508 9.534,16.533 C8.481,17.359 7.168,17.85 5.727,17.85 C5.479,17.85 5.24,17.836 5,17.807 C6.362,18.68 7.984,19.19 9.722,19.19 C15.382,19.19 18.479,14.501 18.479,10.434 C18.479,10.3 18.477,10.169 18.471,10.036 C19.072,9.602 19.595,9.06 20.007,8.443"}));Gm.displayName="Twitter";var Am=Gm;var L6=o(r()),ym=({size:e,...t})=>L6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L6.createElement("path",{d:"M17,16.9996 L17,18.9996 L6,18.9996 L6,16.9996 L17,16.9996 Z M15,4 C15.553,4 16,4.447 16,5 L16,10.449 C16,13.175 14.065,15.232 11.5,15.232 C8.935,15.232 7,13.175 7,10.449 L7,5 C7,4.447 7.447,4 8,4 C8.553,4 9,4.447 9,5 L9,10.449 C9,11.832 9.859,13.232 11.5,13.232 C13.141,13.232 14,11.832 14,10.449 L14,5 C14,4.447 14.447,4 15,4 Z"}));ym.displayName="Underline";var Em=ym;var l6=o(r()),Fm=({size:e,...t})=>l6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l6.createElement("path",{d:"M18.004,13.4102414 C17.108,9.56224138 13.113,7.19224138 9.105,8.12524138 L6.679,8.68824138 L8.952,5.02424138 L8.135,4.51724138 L5,9.57224138 L10.044,12.7252414 L10.553,11.9112414 L6.898,9.62524138 L9.322,9.06124138 C12.816,8.24624138 16.294,10.2972414 17.067,13.6282414 C17.623,16.0162414 16.886,18.3132414 15.098,19.7722414 L15.706,20.5172414 C17.785,18.8202414 18.644,16.1642414 18.004,13.4102414"}));Fm.displayName="Undo";var Nm=Fm;var s6=o(r()),km=({size:e,...t})=>s6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s6.createElement("path",{d:"M17.127,8.13638806 C15.919,6.91438806 14.313,6.24138806 12.605,6.24138806 C10.897,6.24138806 9.29,6.91438806 8.082,8.13638806 L6.263,9.97638806 L6.463,7.08238806 C6.501,6.52438806 6.084,6.04138806 5.533,6.00238806 C4.984,5.96438806 4.504,6.38438806 4.465,6.94138806 L4,13.6963881 L10.679,13.2263881 C11.231,13.1883881 11.647,12.7033881 11.608,12.1463881 C11.569,11.5883881 11.086,11.1713881 10.54,11.2063881 L7.678,11.4083881 L9.497,9.56838806 C10.327,8.72838806 11.431,8.26638806 12.605,8.26638806 C13.778,8.26638806 14.882,8.72838806 15.712,9.56838806 C16.541,10.4073881 16.999,11.5233881 16.999,12.7103881 C16.999,13.8973881 16.541,15.0133881 15.712,15.8523881 L15.004,16.5683881 L16.419,17.9993881 L17.127,17.2833881 C18.335,16.0623881 19,14.4383881 19,12.7103881 C19,10.9823881 18.335,9.35838806 17.127,8.13638806"}));km.displayName="UndoBold";var Hm=km;var i6=o(r()),Tm=({size:e,...t})=>i6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i6.createElement("path",{fillRule:"evenodd",d:"M6,18 L11,18 L11,13 L6,13 L6,18 Z M11,12 L6,12 C5.447,12 5,12.447 5,13 L5,18 C5,18.553 5.447,19 6,19 L11,19 C11.553,19 12,18.553 12,18 L12,13 C12,12.447 11.553,12 11,12 L11,12 Z M16,13 L18,13 L18,11 L16,11 L16,13 Z M18,10 L16,10 C15.447,10 15,10.447 15,11 L15,13 C15,13.553 15.447,14 16,14 L18,14 C18.553,14 19,13.553 19,13 L19,11 C19,10.447 18.553,10 18,10 L18,10 Z M9,9 L12,9 L12,6 L9,6 L9,9 Z M12,5 L9,5 C8.447,5 8,5.447 8,6 L8,9 C8,9.553 8.447,10 9,10 L12,10 C12.553,10 13,9.553 13,9 L13,6 C13,5.447 12.553,5 12,5 L12,5 Z"}));Tm.displayName="Ungroup";var Um=Tm;var C6=o(r()),Dm=({size:e,...t})=>C6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C6.createElement("path",{fillRule:"evenodd",d:"M12,5 L9,5 C8.447,5 8,5.447 8,6 L8,9 C8,9.553 8.447,10 9,10 L12,10 C12.553,10 13,9.553 13,9 L13,6 C13,5.447 12.553,5 12,5 M18,10 L16,10 C15.447,10 15,10.447 15,11 L15,13 C15,13.553 15.447,14 16,14 L18,14 C18.553,14 19,13.553 19,13 L19,11 C19,10.447 18.553,10 18,10 M11,12 L6,12 C5.447,12 5,12.447 5,13 L5,18 C5,18.553 5.447,19 6,19 L11,19 C11.553,19 12,18.553 12,18 L12,13 C12,12.447 11.553,12 11,12"}));Dm.displayName="UngroupBold";var zm=Dm;var n6=o(r()),Im=({size:e,...t})=>n6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n6.createElement("path",{d:"M16,9 L15,9 L15,10 L16,10 C17.379,10 18,11.121 18,12.5 C18,13.879 17.379,15 16,15 L15,15 L15,16 L16,16 C17.934,16 19,14.433 19,12.5 C19,10.567 17.934,9 16,9 L16,9 Z M12,9.099 L12,6 L11,6 L11,9.099 L9.416,6.723 L8.584,7.139 L10.584,10 L12.416,10 L14.416,7.139 L13.584,6.653 L12,9.099 Z M4,12.5 C4,14.433 5.066,16 7,16 L8,16 L8,15 L7,15 C5.621,15 5,13.879 5,12.5 C5,11.121 5.621,10 7,10 L8,10 L8,9 L7,9 C5.066,9 4,10.567 4,12.5 L4,12.5 Z M10.584,15 L8.584,17.861 L9.416,18.347 L11,15.901 L11,19 L12,19 L12,15.901 L13.584,18.277 L14.416,17.861 L12.416,15 L10.584,15 Z"}));Im.displayName="UnlinkProperties";var _m=Im;var p6=o(r()),Wm=({size:e,...t})=>p6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},p6.createElement("path",{d:"M9.5205,10.3327 L11.5205,13.1937 L10.6885,13.6097 L9.1045,11.2337 L8.9365,11.2337 L7.3525,13.6797 L6.5205,13.1937 L8.5205,10.3327 L9.5205,10.3327 Z M6,6.3464 L6,7.3464 L5.5,7.3464 C4.673,7.3464 4,8.0194 4,8.8464 C4,9.62475294 4.59615225,10.2666907 5.35576308,10.3395195 L5.5,10.3464 L6,10.3464 L6,11.3464 L5.5,11.3464 C4.121,11.3464 3,10.2254 3,8.8464 C3,7.52256 4.0331136,6.4364928 5.33581363,6.35172557 L5.5,6.3464 L6,6.3464 Z M12.5,6.3464 C13.879,6.3464 15,7.4674 15,8.8464 C15,10.17024 13.9668864,11.2563072 12.6641864,11.3410744 L12.5,11.3464 L12,11.3464 L12,10.3464 L12.5,10.3464 C13.327,10.3464 14,9.6734 14,8.8464 C14,8.06804706 13.4038478,7.42610934 12.6442369,7.35328052 L12.5,7.3464 L12,7.3464 L12,6.3464 L12.5,6.3464 Z M10.6885,4 L11.5205,4.485 L9.5205,7.346 L8.5205,7.346 L6.5205,4.485 L7.3525,4.069 L8.9365,6.445 L9.1045,6.445 L10.6885,4 Z"}));Wm.displayName="UnlinkPropertiesSmall";var Om=Wm;var d6=o(r()),jm=({size:e,...t})=>d6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d6.createElement("path",{d:"M18,11 L18,16.5 C18,17.327 17.327,18 16.5,18 L6.5,18 C5.673,18 5,17.327 5,16.5 L5,11 L4,11 L4,16.5 C4,17.878 5.121,19 6.5,19 L16.5,19 C17.879,19 19,17.878 19,16.5 L19,11 L18,11 Z M11,6.5 L11,16 L12,16 L12,6.5 L14.5,9 L15,8.375 L11.5,5 L8,8.375 L8.5,9 L11,6.5 Z"}));jm.displayName="Upload";var $m=jm;var c6=o(r()),Jm=({size:e,...t})=>c6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c6.createElement("path",{d:"M9.711,8.707 L11,7 L11,14.008 L13,14.008 L13,7 L14.297,8.707 C14.688,9.098 15.324,9.098 15.715,8.707 C16.106,8.316 16.105,7.684 15.714,7.293 L12,4 L8.301,7.293 C7.91,7.684 7.909,8.316 8.3,8.707 C8.69,9.098 9.321,9.098 9.711,8.707 L9.711,8.707 Z M17,13.008 L17,16.008 C17,16.56 16.553,17.008 16,17.008 L8,17.008 C7.447,17.008 7,16.56 7,16.008 L7,13.008 L5,13.008 L5,16.008 C5,17.658 6.35,19.008 8,19.008 L16,19.008 C17.65,19.008 19,17.658 19,16.008 L19,13.008 L17,13.008 Z"}));Jm.displayName="UploadBold";var Ym=Jm;var u6=o(r()),qm=({size:e,...t})=>u6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u6.createElement("path",{d:"M10,10.9999 L8,10.9999 L10.5,7.9999 L13,10.9999 L11,10.9999 L11,12.9999 L10,12.9999 L10,10.9999 Z M11,15 L14.997,15 C15.55,15 16,14.55 16,13.997 L16,6 L5.999,6 C5.448,6 5,6.448 5,6.999 L5,15 L10,15 L10,13.9999 L11,13.9999 L11,15 Z M19,16.996 L19,9.333 L17,6.666 L17,13.997 C17,15.103 16.104,16 14.997,16 L5.414,16 L7.414,18 L17.996,18 C18.55,18 19,17.55 19,16.996 Z M17,5 L20,9 L20,16.996 C20,18.102 19.103,19 17.996,19 L7,19 L4,16 L4,6.999 C4,5.895 4.895,5 5.999,5 L17,5 Z"}));qm.displayName="UploadButton";var Qm=qm;var m6=o(r()),Xm=({size:e,...t})=>m6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m6.createElement("path",{d:"M12,12 L12,14 L11,14 L11,12 L9,12 L11.5,9 L14,12 L12,12 Z M18,6.0001 L20,10.0001 L20,15.0001 C20,16.6569542 18.6568542,18.0001 17,18.0001 L7,18.0001 L4,15.0001 L4,9.0001 C4,7.34324575 5.34314575,6.0001 7,6.0001 L18,6.0001 Z M6,8 L6,14 L17,14 L17,8 L6,8 Z"}));Xm.displayName="UploadButtonBold";var Km=Xm;var f6=o(r()),ef=({size:e,...t})=>f6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f6.createElement("path",{d:"M8.66525,10.9259 C9.85755769,9.73359231 11.7617737,9.68773432 12.9990646,10.788326 L13.14425,10.9259 L12.44525,11.6259 C11.63775,10.8184 10.351925,10.778025 9.50516625,11.504775 L9.37525,11.6259 L6.63025,14.2999 C5.78025,15.1399 5.78025,16.5199 6.63025,17.3699 C7.40925,18.1489 8.738775,18.18785 9.5728275,17.48675 L9.70025,17.3699 L11.30025,15.7699 L12.01025,16.4799 L10.41025,18.0699 C9.80925,18.6699 9.01025,18.9999 8.17025,18.9999 C7.32025,18.9999 6.53025,18.6699 5.92925,18.0699 C4.73790385,16.8872077 4.69208284,14.9833615 5.79178698,13.7363059 L5.92925,13.5899 L8.66525,10.9259 Z M13.59045,5.93 C14.83045,4.69 16.84045,4.69 18.07045,5.93 C18.67045,6.53 19.00045,7.32 19.00045,8.17 C19.00045,8.94 18.7231583,9.67638889 18.2147903,10.2559259 L18.07045,10.41 L15.40645,13.081 C14.78645,13.691 13.97645,14.001 13.15645,14.001 C12.41395,14.001 11.67145,13.7405139 11.0752984,13.2272442 L10.91645,13.081 L11.62645,12.371 C12.43395,13.1785 13.71075,13.218875 14.56518,12.492125 L14.69645,12.371 L17.37045,9.7 C17.78045,9.29 18.00945,8.75 18.00945,8.17 C18.00945,7.59 17.78045,7.04 17.37045,6.63 C16.562,5.8225 15.2761275,5.782125 14.42165,6.508875 L14.29045,6.63 L12.63045,8.29 L11.92945,7.59 L13.59045,5.93 Z"}));ef.displayName="UrlLink";var tf=ef;var h6=o(r()),rf=({size:e,...t})=>h6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h6.createElement("path",{d:"M17.96885,14.9701 L17.96885,16.9701 L19.96885,16.9701 L19.96885,17.9701 L17.96885,17.9701 L17.96885,19.9701 L16.96885,19.9701 L16.96885,17.9701 L14.96885,17.9701 L14.96885,16.9701 L16.96885,16.9701 L16.96885,14.9701 L17.96885,14.9701 Z M8.66525,10.926 C9.85755769,9.73369231 11.7617737,9.68783432 12.9990646,10.788426 L13.14425,10.926 L12.44525,11.626 C11.63775,10.8185 10.351925,10.778125 9.50516625,11.504875 L9.37525,11.626 L6.63025,14.3 C5.78025,15.14 5.78025,16.52 6.63025,17.37 C7.40925,18.149 8.738775,18.18795 9.5728275,17.48685 L9.70025,17.37 L11.30025,15.77 L12.01025,16.48 L10.41025,18.07 C9.80925,18.67 9.01025,19 8.17025,19 C7.32025,19 6.53025,18.67 5.92925,18.07 C4.73790385,16.8873077 4.69208284,14.9834615 5.79178698,13.7364059 L5.92925,13.59 L8.66525,10.926 Z M13.59045,5.93 C14.83045,4.69 16.84045,4.69 18.07045,5.93 C18.67045,6.53 19.00045,7.32 19.00045,8.17 C19.00045,8.94 18.7231583,9.67638889 18.2147903,10.2559259 L18.07045,10.41 L15.40645,13.081 C14.78645,13.691 13.97645,14.001 13.15645,14.001 C12.41395,14.001 11.67145,13.7405139 11.0752984,13.2272442 L10.91645,13.081 L11.62645,12.371 C12.43395,13.1785 13.71075,13.218875 14.56518,12.492125 L14.69645,12.371 L17.37045,9.7 C17.78045,9.29 18.00945,8.75 18.00945,8.17 C18.00945,7.59 17.78045,7.04 17.37045,6.63 C16.562,5.8225 15.2761275,5.782125 14.42165,6.508875 L14.29045,6.63 L12.63045,8.29 L11.92945,7.59 L13.59045,5.93 Z"}));rf.displayName="UrlLinkAdd";var of=rf;var x6=o(r()),af=({size:e,...t})=>x6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x6.createElement("path",{d:"M18.894,5.10625 C17.419,3.63125 15.02,3.63125 13.545,5.10625 L11.893,6.75825 C11.557,7.09525 11.557,7.64125 11.893,7.97825 C12.23,8.31425 12.776,8.31425 13.113,7.97825 L14.764,6.32525 C15.567,5.52325 16.873,5.52325 17.675,6.32525 C18.477,7.12725 18.477,8.43325 17.675,9.23525 L14.346,12.56425 C13.543,13.36725 12.239,13.36725 11.436,12.56425 C11.098,12.22725 10.552,12.22825 10.216,12.56425 C9.879,12.90125 9.879,13.44825 10.216,13.78425 C10.954,14.52125 11.922,14.89025 12.891,14.89025 C13.859,14.89025 14.828,14.52125 15.566,13.78425 L18.894,10.45525 C20.369,8.98025 20.369,6.58125 18.894,5.10625 M10.889,16.02225 L9.237,17.67425 C8.435,18.47625 7.13,18.47725 6.328,17.67425 C5.525,16.87225 5.525,15.56625 6.328,14.76425 L9.656,11.43525 C10.458,10.63225 11.764,10.63325 12.566,11.43525 C12.903,11.77225 13.448,11.77225 13.785,11.43525 C14.122,11.09825 14.122,10.55225 13.785,10.21525 C12.311,8.74125 9.912,8.74025 8.437,10.21525 L5.108,13.54425 C4.393,14.25925 4,15.20925 4,16.21925 C4,17.23025 4.393,18.17925 5.108,18.89425 C5.845,19.63125 6.814,20.00025 7.783,20.00025 C8.75,20.00025 9.719,19.63125 10.456,18.89425 L12.109,17.24125 C12.446,16.90425 12.446,16.35825 12.109,16.02225 C11.772,15.68525 11.226,15.68525 10.889,16.02225"}));af.displayName="UrlLinkBold";var Lf=af;var g6=o(r()),lf=({size:e,...t})=>g6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},g6.createElement("path",{d:"M6.07558229,7.31668229 C7.22182229,6.21076229 9.01318229,6.19601669 10.1756424,7.25386603 L10.3175823,7.39168229 L9.59858229,8.08568229 C8.87384545,7.33631387 7.69407259,7.27623077 6.89933021,7.92243838 L6.77058229,8.03668229 L4.61258229,10.1206823 C3.82158229,10.8846823 3.79858229,12.1566823 4.56258229,12.9486823 C5.28731913,13.6980507 6.46709198,13.7572363 7.26183437,13.1117845 L7.39058229,12.9976823 L8.11058229,12.3026823 L8.80458229,13.0226823 L8.08558229,13.7166823 C6.89158229,14.8706823 4.99658229,14.8366823 3.84358229,13.6436823 C2.73670229,12.4964823 2.72283989,10.7050839 3.77987669,9.54262219 L3.91758229,9.40068229 L6.07558229,7.31668229 Z M9.67208229,3.84358229 C10.8660823,2.69058229 12.7610823,2.72358229 13.9140823,3.91758229 C15.0209623,5.06382229 15.0348247,6.85610389 13.9777879,8.01775304 L13.8400823,8.15958229 L11.6830823,10.2435823 C10.5358823,11.3504623 8.74448389,11.3643247 7.58202219,10.3072879 L7.44008229,10.1695823 L8.15908229,9.47558229 C8.88381913,10.2249507 10.063592,10.2841363 10.8583344,9.63868449 L10.9870823,9.52458229 L13.1450823,7.44058229 C13.9360823,6.67658229 13.9590823,5.40358229 13.1950823,4.61258229 C12.4712928,3.86321387 11.2906723,3.80313077 10.4958381,4.44933838 L10.3670823,4.56358229 L9.64708229,5.25758229 L8.95308229,4.53858229 L9.67208229,3.84358229 Z"}));lf.displayName="UrlLinkSmall";var sf=lf;var v6=o(r()),Cf=({size:e,...t})=>v6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},v6.createElement("path",{d:"M8.66525,10.9259 C9.85755769,9.73359231 11.7617737,9.68773432 12.9990646,10.788326 L13.14425,10.9259 L12.44525,11.6259 C11.63775,10.8184 10.351925,10.778025 9.50516625,11.504775 L9.37525,11.6259 L6.63025,14.2999 C5.78025,15.1399 5.78025,16.5199 6.63025,17.3699 C7.40925,18.1489 8.738775,18.18785 9.5728275,17.48675 L9.70025,17.3699 L11.30025,15.7699 L12.01025,16.4799 L10.41025,18.0699 C9.80925,18.6699 9.01025,18.9999 8.17025,18.9999 C7.32025,18.9999 6.53025,18.6699 5.92925,18.0699 C4.73790385,16.8872077 4.69208284,14.9833615 5.79178698,13.7363059 L5.92925,13.5899 L8.66525,10.9259 Z M18.50445,14.8694 L19.07045,15.4344 L17.58545,16.9194 L19.07045,18.4044 L18.50445,18.9704 L17.01945,17.4854 L15.53445,18.9704 L14.96845,18.4044 L16.45445,16.9194 L14.96845,15.4344 L15.53445,14.8694 L17.01945,16.3534 L18.50445,14.8694 Z M13.59045,5.93 C14.83045,4.69 16.84045,4.69 18.07045,5.93 C18.67045,6.53 19.00045,7.32 19.00045,8.17 C19.00045,8.94 18.7231583,9.67638889 18.2147903,10.2559259 L18.07045,10.41 L15.40645,13.081 C14.78645,13.691 13.97645,14.001 13.15645,14.001 C12.41395,14.001 11.67145,13.7405139 11.0752984,13.2272442 L10.91645,13.081 L11.62645,12.371 C12.43395,13.1785 13.71075,13.218875 14.56518,12.492125 L14.69645,12.371 L17.37045,9.7 C17.78045,9.29 18.00945,8.75 18.00945,8.17 C18.00945,7.59 17.78045,7.04 17.37045,6.63 C16.562,5.8225 15.2761275,5.782125 14.42165,6.508875 L14.29045,6.63 L12.63045,8.29 L11.92945,7.59 L13.59045,5.93 Z"}));Cf.displayName="UrlUnlink";var nf=Cf;var R6=o(r()),pf=({size:e,...t})=>R6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},R6.createElement("path",{d:"M20.4735,15.26175 C20.8215,14.91275 21.3905,14.91275 21.7375,15.26175 C22.0574167,15.5825833 22.0840764,16.0849167 21.8174792,16.4352297 L21.7375,16.52675 L20.2645,17.99975 L21.7375,19.47275 C22.0865,19.82175 22.0865,20.38775 21.7375,20.73775 C21.5645,20.91275 21.3345,20.99975 21.1055,20.99975 C20.9138333,20.99975 20.7235556,20.9393333 20.5647593,20.8179213 L20.4735,20.73775 L18.9995,19.26475 L17.5265,20.73775 C17.3525,20.91275 17.1235,20.99975 16.8945,20.99975 C16.6645,20.99975 16.4355,20.91275 16.2625,20.73775 C15.9416667,20.4169167 15.9149306,19.9145833 16.1822917,19.5642703 L16.2625,19.47275 L17.7355,17.99975 L16.2625,16.52675 C15.9125,16.17775 15.9125,15.61175 16.2625,15.26175 C16.5805833,14.9418333 17.0852083,14.9151736 17.4351522,15.1817708 L17.5265,15.26175 L18.9995,16.73475 L20.4735,15.26175 Z M6.43525013,11.1503 C7.91025013,9.6723 10.3102501,9.6723 11.7842501,11.1503 C12.1212501,11.4873 12.1212501,12.0343 11.7852501,12.3713 C11.4482501,12.7103 10.9022501,12.7093 10.5652501,12.3723 C9.80335013,11.60945 8.58568763,11.570405 7.77821138,12.2577371 L7.65425013,12.3723 L4.32525013,15.7083 C3.52325013,16.5123 3.52325013,17.8213 4.32625013,18.6253 C5.08815013,19.3891 6.30400763,19.42729 7.11216075,18.73987 L7.23625013,18.6253 L8.88825013,16.9693 C9.22325013,16.6323 9.77225013,16.6323 10.1072501,16.9693 C10.4152501,17.2782167 10.4409168,17.7644319 10.1842501,18.1028984 L10.1072501,18.1913 L8.45525013,19.8473 C7.71725013,20.5863 6.74925013,20.9553 5.78125013,20.9553 C4.81225013,20.9553 3.84325013,20.5863 3.10725013,19.8473 C1.68214668,18.4202655 1.63300518,16.129992 2.95802548,14.6425237 L3.10525013,14.4863 L6.43525013,11.1503 Z M11.5442501,6.0293 C12.9712501,4.5973 15.4642501,4.5973 16.8932501,6.0293 C17.6072501,6.7453 18.0002501,7.6963 18.0002501,8.7093 C18.0002501,9.64437692 17.6653862,10.5274775 17.0515018,11.2209595 L16.8922501,11.3903 L13.5642501,14.7263 C12.8272501,15.4653 11.8592501,15.8343 10.8902501,15.8343 C9.92125013,15.8343 8.95325013,15.4653 8.21525013,14.7263 C7.87825013,14.3893 7.87825013,13.8423 8.21425013,13.5053 C8.55125013,13.1663 9.09725013,13.1673 9.43425013,13.5043 C10.1961501,14.26715 11.4129101,14.306195 12.2211535,13.6188629 L12.3452501,13.5043 L15.6722501,10.1683 C16.0622501,9.7783 16.2772501,9.2603 16.2772501,8.7093 C16.2772501,8.1593 16.0622501,7.6413 15.6732501,7.2513 C14.9361975,6.5133 13.6812834,6.47445789 12.8914195,7.13477368 L12.7642501,7.2513 L11.1112501,8.9073 C10.7762501,9.2453 10.2272501,9.2453 9.89225013,8.9073 C9.58425013,8.59838333 9.55858346,8.11300833 9.81525013,7.77391169 L9.89225013,7.6853 L11.5442501,6.0293 Z"}));pf.displayName="UrlUnlinkBold";var df=pf;var M6=o(r()),cf=({size:e,...t})=>M6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},M6.createElement("path",{d:"M8,8 C8,9.48 8.8,10.77 10,11.46 L10,12 C7,13 5,15.47 5,19 L5,20 L19,20 L19,19 C19,15.47 17,13 14,12 L14,11.46 C15.2,10.77 16,9.48 16,8 C16,5.79 14.21,4 12,4 C9.79,4 8,5.79 8,8 Z M15,8 C15,9.068 14.426,10.062 13.502,10.593 C13.191,10.771 13,11.102 13,11.46 L13,12 C13,12.431 13.275,12.813 13.684,12.948 C16.427,13.863 18,16.068 18,19 L6,19 C6,16.068 7.573,13.863 10.316,12.948 C10.725,12.813 11,12.431 11,12 L11,11.46 C11,11.102 10.809,10.771 10.498,10.593 C9.574,10.062 9,9.068 9,8 C9,6.346 10.346,5 12,5 C13.654,5 15,6.346 15,8 Z"}));cf.displayName="User";var uf=cf;var S6=o(r()),mf=({size:e,...t})=>S6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},S6.createElement("path",{d:"M13,11.838 C14.442,11.405 15.5,10.083 15.5,8.5 C15.5,6.567 13.933,5 12,5 C10.067,5 8.5,6.567 8.5,8.5 C8.5,10.083 9.558,11.405 11,11.838 L11,12.406 C8.818,13.038 6,15 6,19 L18,19 C18,15.812 16.272,13.038 13,12.406 L13,11.838 Z"}));mf.displayName="UserBold";var ff=mf;var Z6=o(r()),hf=({size:e,...t})=>Z6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Z6.createElement("path",{d:"M18.9998,12.0501 C20.0536182,12.0501 20.9179157,12.8664966 20.9943109,13.9009084 L20.9998,14.0501 L20.9998,17.0501 C20.9998,18.1048727 20.1834033,18.9683024 19.1489916,19.0446168 L18.9998,19.0501 L16.9998,19.0501 L13.9998,22.0501 L12.9998,19.0501 C11.9459818,19.0501 11.0816843,18.2346144 11.0052891,17.1994158 L10.9998,17.0501 L10.9998,14.0501 C10.9998,13.5621 11.1818,13.1201 11.4728,12.7741 C11.6798,12.5261 11.9388,12.3251 12.2428,12.2001 C12.4183,12.12885 12.6056125,12.0801 12.8013625,12.0601781 L12.9998,12.0501 L18.9998,12.0501 Z M9.71955556,5.30074069 L9.81977778,5.30592588 L10.027037,5.33599995 L10.23,5.37999995 L10.269,5.37999995 C11.849,5.67999995 13.05,7.04999995 13.05,8.74099995 C13.05,9.20999995 12.929,9.64999995 12.74,10.06 C12.31,10.09 11.889,10.18 11.48,10.35 C10.9,10.59 10.36,10.991 9.939,11.491 C9.38075,12.1500833 9.0569375,12.9705 9.00684549,13.8182256 L9,14.05 L9,17.05 C9,17.4833333 9.06875,17.8958333 9.19641204,18.2875 L9.28,18.52 L9.28,18.531 C9.328,18.7142 9.3824,18.86604 9.44832,18.975768 L9.5,19.05 L4,19.05 C4,16.161 5.09,14.241 6.45,13.19 C6.83,12.89 7.219,12.67 7.62,12.52 C7.639,12.5 7.65,12.5 7.66,12.5 L7.82925,12.43325 L8,12.38 L8,11.831 C7,11.281 6,10.1 6,8.74099995 C6,7.00432138 7.2915574,5.60331755 8.98072399,5.35392916 L9.19825,5.32549995 L9.219,5.31999995 L9.5,5.29999995 L9.71955556,5.30074069 Z M17.9998,16.2541 L12.9998,16.2541 L12.9998,17.0541 L17.9998,17.0541 L17.9998,16.2541 Z M15.9998,14.2541 L12.9998,14.2541 L12.9998,15.0541 L15.9998,15.0541 L15.9998,14.2541 Z"}));hf.displayName="UserChatBold";var xf=hf;var B6=o(r()),gf=({size:e,...t})=>B6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},B6.createElement("path",{d:"M12.8795,16.3396 L15.7095,19.1696 L10.7595,21.2896 L12.8795,16.3396 Z M10.7195185,5.30070366 C10.7861111,5.30211106 10.853,5.30633329 10.919,5.31899995 L11.0265185,5.33503699 L11.0265185,5.33503699 L11.23,5.37999995 L11.269,5.37999995 L11.519,5.44999995 L11.54,5.44999995 C12.559,5.73999995 13.389,6.46999995 13.79,7.43899995 C13.79,7.44999995 13.799,7.46999995 13.809,7.47899995 C13.87,7.64899995 13.919,7.81899995 13.96,7.99999995 L13.99,8.09899995 L13.99,8.09899995 C14.03,8.29999995 14.049,8.51899995 14.049,8.73999995 C14.049,8.87999995 14.0356667,9.01999995 14.011963,9.15674069 L13.969,9.35899995 C13.96,9.40999995 13.95,9.46999995 13.929,9.52999995 C13.889,9.65999995 13.839,9.79999995 13.79,9.92899995 L13.74,10.059 L13.73,10.059 C13.3836364,10.769 12.8240496,11.3542066 12.22855,11.7252133 L12.049,11.83 L12.049,12.38 C12.16,12.41 12.28,12.45 12.389,12.5 C12.4,12.5 12.41,12.5 12.429,12.519 C12.469,12.54 12.519,12.55 12.559,12.58 C12.76225,12.67 12.9705625,12.77125 13.1717031,12.8917656 L13.37,13.019 L11.19,15.2 L11.04,15.559 L9.54,19.05 L5,19.05 C5,16.16 6.089,14.24 7.45,13.189 C7.79,12.92 8.139,12.729 8.49,12.58 C8.53,12.55 8.58,12.54 8.62,12.519 C8.639,12.5 8.65,12.5 8.66,12.5 L8.82925,12.4325 L8.82925,12.4325 L9,12.38 L9,11.83 C8.39909091,11.5027272 7.81636364,10.952314 7.42987979,10.2681667 L7.32,10.059 L7.309,10.059 L7.259,9.92899995 C7.21,9.79999995 7.16,9.65999995 7.12,9.52999995 C7.099,9.46999995 7.089,9.40999995 7.08,9.35899995 C7.03,9.15999995 7,8.94999995 7,8.73999995 C7,8.51899995 7.019,8.29999995 7.059,8.09899995 L7.089,7.99999995 L7.089,7.99999995 C7.129,7.81899995 7.179,7.64899995 7.24,7.47899995 C7.25,7.46999995 7.259,7.44999995 7.259,7.43899995 C7.63326667,6.53459995 8.38124,5.83839551 9.30779111,5.51380706 L9.509,5.44999995 L9.53,5.44999995 L9.78,5.37999995 L9.82,5.37999995 L10.022,5.33503699 C10.0567778,5.32833329 10.0923333,5.32266662 10.129,5.31899995 C10.1963333,5.30633329 10.2632222,5.30211106 10.3296667,5.30070366 L10.7195185,5.30070366 Z M17.1198,12.0996 C17.4798,11.7396 18.0528178,11.7119076 18.4455897,12.016523 L18.5398,12.0996 L19.9498,13.5096 C20.3098,13.8696 20.3374923,14.4426177 20.0328769,14.8353897 L19.9498,14.9296 L16.4098,18.4596 L13.5898,15.6396 L14.7798,14.4496 L14.7798,14.4396 L17.1198,12.0996 Z"}));gf.displayName="UserEditBold";var vf=gf;var P6=o(r()),Rf=({size:e,...t})=>P6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},P6.createElement("path",{d:"M19.0002,19.05 L19.0002,21.05 L12.0002,21.05 L12.0002,19.05 L19.0002,19.05 Z M9.72022222,5.30074069 L9.82044444,5.30592588 L9.82044444,5.30592588 L10.0270741,5.33555551 L10.0270741,5.33555551 L10.231,5.37999995 L10.27,5.37999995 L10.52,5.44999995 L10.54,5.44999995 C11.561,5.73999995 12.39,6.46999995 12.79,7.43999995 C12.79,7.44999995 12.8,7.46999995 12.811,7.47999995 C12.87,7.64999995 12.92,7.81999995 12.96,7.99999995 L12.99,8.09999995 L12.99,8.09999995 C13.03,8.29999995 13.05,8.51999995 13.05,8.73999995 C13.05,8.87999995 13.0366667,9.01999995 13.012963,9.15703699 L12.97,9.35999995 C12.96,9.40999995 12.95,9.46999995 12.93,9.52999995 L12.86375,9.72999995 L12.86375,9.72999995 L12.74,10.06 L12.731,10.06 C12.5862,10.356 12.40428,10.6264 12.203672,10.8712 L12.05,11.05 L12,11.05 C10.9509545,11.05 10.0823182,11.8700413 10.0055187,12.9013054 L10,13.05 L10,19.05 L4,19.05 C4,16.16 5.09,14.24 6.45,13.19 C6.79,12.92 7.14,12.73 7.49,12.58 C7.53,12.55 7.58,12.54 7.62,12.52 L7.63725926,12.5059259 L7.63725926,12.5059259 L7.66,12.5 L7.66,12.5 L7.83,12.4325 L7.83,12.4325 L8,12.38 L8,11.83 C7.4,11.5027272 6.81652893,10.952314 6.43065364,10.2689181 L6.321,10.06 L6.311,10.06 L6.26,9.92999995 L6.26,9.92999995 C6.21,9.79999995 6.16,9.65999995 6.12,9.52999995 L6.09625,9.44124995 L6.09625,9.44124995 L6.08,9.35999995 C6.03,9.15999995 6,8.94999995 6,8.73999995 C6,8.51999995 6.02,8.29999995 6.061,8.09999995 L6.09,7.99999995 L6.09,7.99999995 C6.13,7.81999995 6.18,7.64999995 6.24,7.47999995 C6.25,7.46999995 6.26,7.44999995 6.26,7.43999995 C6.63333333,6.53466662 7.38124444,5.83839995 8.30860444,5.51380736 L8.51,5.44999995 L8.53,5.44999995 L8.78,5.37999995 L8.821,5.37999995 L9.023,5.33555551 L9.023,5.33555551 L9.13,5.31999995 C9.19733333,5.30666662 9.26377778,5.30222217 9.33022222,5.30074069 L9.72022222,5.30074069 Z M19.0002,16.05 L19.0002,18.05 L12.0002,18.05 L12.0002,16.05 L19.0002,16.05 Z M19.0004,13.05 L19.0004,15.05 L12.0004,15.05 L12.0004,13.05 L19.0004,13.05 Z"}));Rf.displayName="UserFormBold";var Mf=Rf;var V6=o(r()),Sf=({size:e,...t})=>V6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},V6.createElement("path",{d:"M4,8 L4,9 L10.049,9 C10.12,8.652 10.228,8.317 10.368,8 L4,8 Z M4,12 L4,13 L9.473,13 C9.722,12.641 9.994,12.306 10.29,12 L4,12 Z M4,16 L4,17 L7.999,17 C8.001,16.838 8.015,16.673 8.045,16.507 C8.075,16.337 8.11,16.168 8.15,16 L4,16 Z M11.9468,10.004 C11.9468,10.978 12.4268,11.835 13.1568,12.384 C11.5658,13.054 10.3618,14.901 10.0148,16.857 C9.9078,17.455 10.4018,17.993 11.0198,17.994 C12.7388,17.995 16.0748,18 18.1868,18 L18.9808,18 C19.5978,17.999 20.0918,17.461 19.9848,16.863 C19.6398,14.904 18.4348,13.055 16.8418,12.384 C17.6868,11.75 18.1938,10.706 18.0168,9.544 C17.8268,8.301 16.8088,7.264 15.5498,7.047 C15.3628,7.016 15.1798,7 14.9988,7 C13.3128,7 11.9468,8.345 11.9468,10.004 Z M15.3738,8.033 C16.1968,8.175 16.8858,8.873 17.0108,9.692 C17.1218,10.426 16.8278,11.135 16.2248,11.588 C15.9358,11.804 15.7868,12.154 15.8318,12.508 C15.8758,12.86 16.1078,13.164 16.4408,13.305 C17.6388,13.809 18.7038,15.344 18.9998,17 L10.9998,17 C11.3008,15.31 12.3618,13.808 13.5578,13.305 C13.8908,13.164 14.1218,12.86 14.1658,12.508 C14.2108,12.154 14.0618,11.804 13.7738,11.588 C13.2598,11.201 12.9648,10.624 12.9648,10.004 C12.9648,8.899 13.8768,8.001 14.9988,8.001 C15.1228,8.001 15.2488,8.012 15.3738,8.033 Z"}));Sf.displayName="UserMenu";var Zf=Sf;var b6=o(r()),Bf=({size:e,...t})=>b6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},b6.createElement("path",{d:"M15.419,12.0504 C18.1715,12.0504 19.8558125,14.1204 20.5508281,15.2229 L20.6890234,15.4507395 L20.6890234,15.4507395 L20.8356694,15.7165728 L20.8356694,15.7165728 L20.9101164,15.8690728 L20.9101164,15.8690728 L20.919,15.8904 L21,16.0504 L20.919,16.2104 L20.8684751,16.3174659 L20.8684751,16.3174659 L20.7948416,16.4583906 L20.7948416,16.4583906 L20.6890234,16.6462751 L20.6890234,16.6462751 L20.5508281,16.8736812 L20.5508281,16.8736812 L20.3800634,17.1331707 C19.6004236,18.2708861 17.9676111,20.0504 15.419,20.0504 C14.169,20.0504 13.16,19.6204 12.37,19.0504 C11.5076,18.4288 10.902352,17.640992 10.5279136,17.0487449 L10.3814944,16.8079526 L10.3814944,16.8079526 L10.2628768,16.5974348 L10.2628768,16.5974348 L10.0849408,16.2451212 L10.0849408,16.2451212 L10,16.0504 L10.1063738,15.8118464 L10.1063738,15.8118464 L10.2106701,15.6023552 L10.2106701,15.6023552 L10.3132506,15.4115584 L10.3132506,15.4115584 L10.44288,15.1872 L10.44288,15.1872 L10.6000806,14.9355776 C10.9424013,14.4092672 11.4532826,13.7571584 12.1515251,13.2059648 L12.3595,13.0504 L12.3595,13.0504 L12.389,13.0304 C13.179,12.4704 14.179,12.0504 15.419,12.0504 Z M9.71951852,5.30074069 L9.81948148,5.30592588 L9.81948148,5.30592588 L10.0265185,5.33603699 L10.0265185,5.33603699 L10.23,5.38099995 L10.269,5.38099995 C11.849,5.67999995 13.049,7.04999995 13.049,8.74099995 C13.049,9.50099995 12.74,10.201 12.299,10.77 C11.91,10.961 11.519,11.19 11.15,11.461 C10.1533077,12.1927692 9.4294497,13.0874852 8.94876286,13.815106 L8.75755576,14.115751 C8.72814042,14.1638327 8.69994413,14.2108213 8.67295608,14.2565966 L8.52544015,14.5157256 L8.52544015,14.5157256 L8.40640305,14.7399607 L8.40640305,14.7399607 L8.2516898,15.0606557 L8.2516898,15.0606557 L8.23,15.11 L8.16,15.26 L7.82,16.05 L8.24520178,17.0381066 L8.24520178,17.0381066 L8.321888,17.20008 L8.321888,17.20008 L8.498984,17.54304 C8.52287467,17.5870133 8.54818489,17.6327822 8.57492978,17.6801866 L8.752736,17.98296 C8.915456,18.2494933 9.11479822,18.5489155 9.35265156,18.8612266 L9.5,19.05 L4,19.05 C4,16.161 5.089,14.241 6.45,13.19 C6.83,12.89 7.219,12.671 7.62,12.52 C7.639,12.501 7.65,12.501 7.66,12.501 L7.82925,12.4335 L7.82925,12.4335 L8,12.381 L8,11.831 C7,11.281 6,10.1 6,8.74099995 C6,7.00432138 7.2915574,5.6042474 8.97982735,5.35402879 L9.19775,5.32549995 L9.19775,5.32549995 L9.219,5.31999995 L9.5,5.29999995 L9.71951852,5.30074069 Z M15.48,14.5504 C15.0444444,14.5504 14.6404938,14.7242271 14.3454047,14.9946249 L14.24,15.1004 C14.219,15.1204 14.2,15.1404 14.179,15.1704 C13.98,15.4204 13.849,15.7204 13.849,16.0504 C13.849,16.6227076 14.2162426,17.1268497 14.7438712,17.3819248 L14.879,17.4404 L14.889,17.4404 C15.07,17.5104 15.269,17.5504 15.48,17.5504 C16.33,17.5504 17,16.8904 17,16.0504 C17,15.2104 16.33,14.5504 15.48,14.5504 Z"}));Bf.displayName="UserPreviewBold";var Pf=Bf;var w6=o(r()),Vf=({size:e,...t})=>w6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},w6.createElement("path",{d:"M12.5046323,8.29335104 L12.51,8.49 L12.5839506,8.42858711 L12.5839506,8.42858711 L12.7933333,8.27185185 L12.7933333,8.27185185 L13.15,8.02481481 L13.15,8.02481481 L13.3297531,7.9088203 C13.3517284,7.8954321 13.3688889,7.88555556 13.38,7.88 C13.11,6.24 11.69,5 10,5 C8.11,5 6.57,6.55 6.57,8.46 C6.57,9.74 7.26,10.86 8.29,11.46 L8.29,11.92 C5.71,12.79 4,14.93 4,17.98 L4,18.84 L9.26,18.84 L9.23434842,18.7640713 L9.23434842,18.7640713 L9.17407407,18.5432593 L9.17407407,18.5432593 L9.11281207,18.2852126 L9.11281207,18.2852126 L9.0478738,17.9719287 C9.04382716,17.9488765 9.04111111,17.9311111 9.04,17.92 L4.92,17.92 C4.94,15.44 6.27,13.57 8.58,12.8 C8.96,12.67 9.21,12.32 9.21,11.92 L9.21,11.46 C9.21,11.13 9.03,10.82 8.75,10.659 C7.98,10.21 7.49,9.369 7.49,8.46 C7.49,7.06 8.62,5.93 10,5.93 C11.3248,5.93 12.4192,6.971408 12.5046323,8.29335104 L12.5046323,8.29335104 Z M19,17.3499 C19,17.9999 18.58,18.5599 18,18.7599 C17.84,18.8199 17.68,18.8499 17.5,18.8499 L13.5,18.8499 C12.85,18.8499 12.29,18.4299 12.09,17.8499 C12.03,17.6899 12,17.5299 12,17.3499 L12,14.3499 C12,14.0699 12.22,13.8499 12.5,13.8499 L18.5,13.8499 C18.78,13.8499 19,14.0699 19,14.3499 L19,17.3499 Z M16,14.8499 L16,15.8499 L17,15.8499 L17,16.8499 L16,16.8499 L16,17.8499 L15,17.8499 L15,16.8499 L14,16.8499 L14,15.8499 L15,15.8499 L15,14.8499 L16,14.8499 Z M15.5,10.3499 C16.33,10.3499 17,11.0199 17,11.8499 L17,12.8499 L14,12.8499 L14,11.8499 C14,11.6599 14.04,11.4799 14.11,11.3099 C14.32,10.7499 14.86,10.3499 15.5,10.3499 Z M18,12.8499 L18,11.9899 C18,10.6799 17.06,9.4899 15.76,9.3599 C14.61,9.2499 13.61,9.8999 13.2,10.8799 L13.18625,10.90365 L13.18625,10.90365 L13.18,10.9199 C13.06,11.1999 13,11.5199 13,11.8499 L13,12.8499 L12,12.8499 C11.45,12.8499 11,13.2999 11,13.8499 L11,17.3499 C11,17.5199 11.02,17.6899 11.05,17.8499 C11.13,18.2199 11.28,18.5599 11.5,18.8499 C11.96,19.4599 12.68,19.8499 13.5,19.8499 L17.5,19.8499 C18.88,19.8499 20,18.7299 20,17.3499 L20,13.8499 C20,13.2999 19.55,12.8499 19,12.8499 L18,12.8499 Z"}));Vf.displayName="UserPrivate";var bf=Vf;var G6=o(r()),wf=({size:e,...t})=>G6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},G6.createElement("path",{d:"M6.5 3.32a2.5 2.5 0 00-.99.2A2.662 2.662 0 003.82 6v.05c.001.699.261 1.372.73 1.89A5.1 5.1 0 002 12.5a.5.5 0 00.5.5H8v-1H3.03a3.827 3.827 0 012.64-3.43.5.5 0 00.09-.93 1.83 1.83 0 01-.94-1.59A1.727 1.727 0 016.5 4.32a1.727 1.727 0 011.68 1.73 1.83 1.83 0 01-.94 1.59.5.5 0 00.09.93c.279.079.547.19.8.33.133-.323.383-.583.7-.73-.12-.08-.25-.16-.38-.23a2.824 2.824 0 00.73-1.89V6a2.662 2.662 0 00-1.69-2.48 2.5 2.5 0 00-.99-.2zm6 2.68A2.5 2.5 0 0010 8.5V9h-.5a.5.5 0 00-.5.5V13a2 2 0 002 2h3a2 2 0 002-2V9.5a.5.5 0 00-.5-.5H15v-.5A2.5 2.5 0 0012.5 6zM11 9v-.5a1.5 1.5 0 013 0V9h-3zm0 5a1 1 0 01-1-1v-3h5v3a1 1 0 01-1 1h-3zm2-3h-1v2h1v-2z"}));wf.displayName="UserPrivateSmall";var Gf=wf;var A6=o(r()),Af=({size:e,...t})=>A6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},A6.createElement("path",{d:"M5.12378995,6.276 C5.12378995,7.34 5.64678995,8.274 6.44378995,8.873 C4.70878995,9.604 3.39478995,11.619 3.01578995,13.754 C2.89978995,14.405 3.43878995,14.993 4.11178995,14.993 C5.98778995,14.995 9.62778995,15 11.93079,15 L12.79779,15 C13.46979,14.999 14.00879,14.411 13.89279,13.76 C13.51579,11.623 12.20079,9.605 10.46379,8.873 C11.38479,8.183 11.93879,7.043 11.74579,5.775 C11.53779,4.419 10.42779,3.287 9.05378995,3.052 C8.85078995,3.017 8.64978995,3 8.45378995,3 C6.61478995,3 5.12378995,4.467 5.12378995,6.276 Z M8.88478995,4.037 C9.82778995,4.199 10.61479,4.993 10.75679,5.926 C10.88379,6.756 10.54979,7.559 9.86278995,8.073 C9.57678995,8.289 9.42778995,8.641 9.47078995,8.996 C9.51478995,9.352 9.74578995,9.656 10.07579,9.795 C11.43279,10.367 12.57179,12.03 12.90879,13.936 C12.90679,13.947 12.87079,14 12.79679,14 L11.93079,14 C10.42779,14 8.35678995,13.998 6.57778995,13.996 L4.11178995,13.993 C4.04278995,13.993 4.00278995,13.945 3.99978995,13.929 C4.33778995,12.027 5.47578995,10.366 6.83178995,9.795 C7.16178995,9.656 7.39278995,9.352 7.43578995,8.996 C7.47978995,8.641 7.33078995,8.289 7.04378995,8.073 C6.45878995,7.635 6.12378995,6.979 6.12378995,6.276 C6.12378995,5.021 7.16878995,4 8.45378995,4 C8.59578995,4 8.74078995,4.013 8.88478995,4.037 Z"}));Af.displayName="UserSmall";var yf=Af;var y6=o(r()),Ef=({size:e,...t})=>y6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},y6.createElement("path",{d:"M11.2101,12.94 C11.2901,12.89 11.3701,12.86 11.4601,12.83 C11.7201,12.73 11.9201,12.54 12.0101,12.29 L12.0201,12.29 C12.0701,12.2 12.1001,12.09 12.1101,11.98 C12.1401,11.6 11.9501,11.23 11.6201,11.03 C11.4401,10.92 11.2701,10.79 11.1201,10.64 C10.8601,10.39 10.6501,10.09 10.5201,9.76 C10.3701,9.43 10.3001,9.07 10.3001,8.7 C10.3001,8.37 10.3601,8.05 10.4701,7.76 C10.6001,7.42 10.7901,7.11 11.0401,6.85 C11.5401,6.33 12.2501,6 13.0301,6 C14.5301,6 15.7501,7.21 15.7501,8.7 C15.7501,9.66 15.2601,10.53 14.4301,11.03 C14.1001,11.23 13.9101,11.6 13.9501,11.98 C13.9801,12.37 14.2401,12.7 14.6001,12.83 C16.4801,13.51 18.5101,15.42 18.5401,18 L8.0001,18 C8.0101,17.66 8.0401,17.32 8.0901,17 C8.1601,16.65 8.2501,16.32 8.3701,16 C8.8601,14.61 9.8701,13.5 11.2101,12.94 Z M5.0101,16 C5.1001,14.27 6.1001,12.83 7.6201,12.27 C7.9801,12.14 8.2401,11.81 8.2701,11.42 C8.3101,11.04 8.1201,10.67 7.7901,10.47 C7.1901,10.11 6.8301,9.49 6.8301,8.79 C6.8301,7.71 7.7201,6.84 8.8001,6.84 C9.1201,6.84 9.4201,6.92 9.6901,7.05 C9.4401,7.55 9.3001,8.11 9.3001,8.7 C9.3001,9.35 9.4601,9.97 9.7701,10.51 C9.9301,10.8 10.1301,11.07 10.3701,11.3 C10.3901,11.34 10.4201,11.36 10.4501,11.38 C10.6401,11.58 10.8701,11.75 11.1101,11.89 C10.7801,12.01 10.4601,12.16 10.1701,12.34 C8.8001,13.13 7.7801,14.44 7.3101,16 L5.0101,16 Z M7.0001,19 L19.6101,19 L19.5401,18.07 C19.5401,15.06 17.2801,12.74 14.9401,11.89 C16.0701,11.22 16.7501,10.02 16.7501,8.7 C16.7501,6.66 15.0801,5 13.0301,5 C11.9301,5 10.9501,5.47 10.2601,6.22 C9.8301,5.98 9.3301,5.84 8.8001,5.84 C7.1701,5.84 5.8301,7.16 5.8301,8.79 C5.8301,9.84 6.3801,10.79 7.2801,11.33 C5.3101,12.05 4.0001,14 4.0001,16.26 L4.0001,17 L7.0901,17 C7.0301,17.35 7.0001,17.7 7.0001,18.07 L7.0001,19 Z"}));Ef.displayName="Users";var Ff=Ef;var E6=o(r()),Nf=({size:e,...t})=>E6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},E6.createElement("path",{d:"M16,11.651 C17,11.088 18,9.894 18,8.5 C18,6.568 16.433,5 14.5,5 C12.567,5 11,6.568 11,8.5 C11,9.894 12,11.088 13,11.651 L13,12.206 C11,12.838 9,15.008 9,19.008 L20,19.008 C20,15.821 19,12.838 16,12.206 L16,11.651 Z M10,10 C9.208,10 8.5,9.523 8.5,8.508 C8.5,7.029 10.02,7 10.02,7 L10,5 C7.984,5 6.5,6.289 6.5,8.508 C6.5,9.506 6.914,10.373 7.5,11.008 C5.981,12.151 5,14.008 5,17.008 L7,17.008 C7,14.008 7.984,12 10,12 L10,10 Z"}));Nf.displayName="UsersBold";var kf=Nf;var F6=o(r()),Hf=({size:e,...t})=>F6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},F6.createElement("path",{d:"M7.025,12.597 C7.062,12.247 7.145,11.914 7.254,11.597 C7.378,11.235 7.546,10.9 7.752,10.597 C8.195,9.947 8.807,9.459 9.533,9.227 C9.58,9.212 9.622,9.19 9.67,9.177 C9.871,9.123 10.017,8.951 10.037,8.743 C10.057,8.536 9.947,8.338 9.76,8.246 C9.379,8.058 9.074,7.64 8.922,7.169 C8.904,7.11 8.89,7.053 8.877,6.993 C8.845,6.854 8.818,6.714 8.818,6.575 C8.818,6.067 9.043,5.624 9.396,5.323 C9.69,5.071 10.072,4.915 10.5,4.915 C11.412,4.915 12.181,5.706 12.181,6.643 C12.181,7.306 11.794,7.961 11.239,8.235 C11.052,8.326 10.942,8.525 10.963,8.732 C10.982,8.939 11.129,9.112 11.33,9.165 C12.761,9.552 13.799,10.927 13.974,12.597 L7.025,12.597 Z M4.03,10.597 C4.201,9.198 5.082,8.053 6.289,7.728 C6.49,7.674 6.636,7.501 6.657,7.294 C6.677,7.087 6.567,6.889 6.38,6.797 C5.93,6.575 5.59,5.97 5.59,5.39 C5.59,4.611 6.21,4 7,4 C7.617,4 8.151,4.437 8.336,5.019 C8.013,5.457 7.818,5.993 7.818,6.575 C7.818,6.597 7.824,6.618 7.824,6.64 C7.835,7.07 7.946,7.489 8.129,7.869 C8.246,8.115 8.383,8.348 8.556,8.546 C7.718,8.988 7.045,9.712 6.595,10.597 L4.03,10.597 Z M13.181,6.643 C13.181,5.139 11.978,3.915 10.5,3.915 C9.993,3.915 9.523,4.064 9.118,4.308 C8.712,3.534 7.921,3 7,3 C5.671,3 4.59,4.073 4.59,5.39 C4.59,6.015 4.824,6.633 5.203,7.097 C3.873,7.832 3,9.364 3,11.097 C3,11.373 3.223,11.597 3.5,11.597 L6.204,11.597 C6.073,12.073 6,12.576 6,13.097 C6,13.373 6.223,13.597 6.5,13.597 L14.5,13.597 C14.776,13.597 15,13.373 15,13.097 C15,11.108 13.988,9.355 12.453,8.54 C12.907,8.034 13.181,7.349 13.181,6.643 Z"}));Hf.displayName="UsersSmall";var Tf=Hf;var N6=o(r()),Uf=({size:e,...t})=>N6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},N6.createElement("path",{d:"M10,15.7439414 L10,15 L13,15 L13,15.7439414 C14.7477886,15.1261868 16,13.4593282 16,11.5 L16,8 L17,8 L17,11.5 C17,13.3601578 16.0765516,15.0046326 14.6630791,16 L17,16 L17,17 L13,17 L13,18 L10,18 L10,17 L5,17 L5,16 L8.33692087,16 C6.92344845,15.0046326 6,13.3601578 6,11.5 L6,8 L7,8 L7,11.5 C7,13.4593282 8.25221144,15.1261868 10,15.7439414 Z M11,16 L11,17 L12,17 L12,16 L11,16 Z M6,7 L6,8 L7,8 L7,7 L6,7 Z M5,6 L8,6 L8,9 L5,9 L5,6 Z M15,6 L18,6 L18,9 L15,9 L15,6 Z M16,7 L16,8 L17,8 L17,7 L16,7 Z M5.5,15 C6.32842712,15 7,15.6715729 7,16.5 C7,17.3284271 6.32842712,18 5.5,18 C4.67157288,18 4,17.3284271 4,16.5 C4,15.6715729 4.67157288,15 5.5,15 Z M17.5,15 C18.3284271,15 19,15.6715729 19,16.5 C19,17.3284271 18.3284271,18 17.5,18 C16.6715729,18 16,17.3284271 16,16.5 C16,15.6715729 16.6715729,15 17.5,15 Z"}));Uf.displayName="Vector";var Df=Uf;var k6=o(r()),zf=({size:e,...t})=>k6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},k6.createElement("path",{d:"M7.99963381,16 C7.37194482,15.1643395 7,14.1256059 7,13 L7,8 L9,8 L9,13 C9,14.6568542 10.3431458,16 12,16 C13.6568542,16 15,14.6568542 15,13 L15,8 L17,8 L17,13 C17,14.1256059 16.6280552,15.1643395 16.0003662,16 L17,16 L17,18 L6,18 L6,16 L7.99963381,16 L7.99963381,16 Z M6,5 L10,5 L10,9 L6,9 L6,5 Z M14,5 L18,5 L18,9 L14,9 L14,5 Z M6,15 C7.1045695,15 8,15.8954305 8,17 C8,18.1045695 7.1045695,19 6,19 C4.8954305,19 4,18.1045695 4,17 C4,15.8954305 4.8954305,15 6,15 L6,15 Z M18,15 C19.1045695,15 20,15.8954305 20,17 C20,18.1045695 19.1045695,19 18,19 C16.8954305,19 16,18.1045695 16,17 C16,15.8954305 16.8954305,15 18,15 Z"}));zf.displayName="VectorBold";var If=zf;var H6=o(r()),_f=({size:e,...t})=>H6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},H6.createElement("path",{d:"M9.014,6.995 C8.461,6.995 8.014,7.443 8.014,7.995 C8.014,8.548 8.461,8.995 9.014,8.995 C9.566,8.995 10.014,8.548 10.014,7.995 C10.014,7.443 9.566,6.995 9.014,6.995 L9.014,6.995 Z M17,15.432 L13.398,10.697 C13.297,10.564 13.134,10.481 12.974,10.501 C12.809,10.51 12.659,10.599 12.573,10.74 L9.899,15.147 L8.358,13.567 C8.258,13.465 8.118,13.393 7.977,13.418 C7.833,13.425 7.701,13.492 7.611,13.603 L6,15.602 L6,5.5 C6,5.224 6.224,5 6.5,5 L16.5,5 C16.777,5 17,5.224 17,5.5 L17,15.432 Z M17,18.5 C17,18.776 16.777,19 16.5,19 L6.5,19 C6.224,19 6,18.776 6,18.5 L6,17.196 L8.036,14.67 L9.634,16.308 C9.741,16.418 9.895,16.473 10.048,16.455 C10.201,16.437 10.339,16.349 10.419,16.218 L13.047,11.887 L17,17.035 L17,18.5 Z M16.5,4 L6.5,4 C5.673,4 5,4.673 5,5.5 L5,18.5 C5,19.327 5.673,20 6.5,20 L16.5,20 C17.327,20 18,19.327 18,18.5 L18,5.5 C18,4.673 17.327,4 16.5,4 L16.5,4 Z"}));_f.displayName="VerticalImage";var Wf=_f;var T6=o(r()),Of=({size:e,...t})=>T6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},T6.createElement("path",{d:"M7.078,19 L9.078,13.996 L11.078,16.994 L13.078,11.997 L16.078,19 L7.078,19 Z M9.5,7 C10.328,7 11,7.672 11,8.5 C11,9.328 10.328,10 9.5,10 C8.672,10 8,9.328 8,8.5 C8,7.672 8.672,7 9.5,7 L9.5,7 Z M15,4 L8,4 C6.343,4 5,5.343 5,7 L5,18 C5,19.657 6.343,21 8,21 L15,21 C16.657,21 18,19.657 18,18 L18,7 C18,5.343 16.657,4 15,4 L15,4 Z"}));Of.displayName="VerticalImageBold";var jf=Of;var U6=o(r()),$f=({size:e,...t})=>U6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},U6.createElement("path",{d:"M14 5v3h-1v8h1v3h-3v-3h1V8h-1V5h3Z"}));$f.displayName="VerticalLine";var Jf=$f;var D6=o(r()),Yf=({size:e,...t})=>D6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},D6.createElement("path",{d:"M14 5v4h-1v6h1v4h-4v-4h1V9h-1V5h4Z"}));Yf.displayName="VerticalLineBold";var qf=Yf;var z6=o(r()),Qf=({size:e,...t})=>z6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},z6.createElement("path",{fillRule:"evenodd",d:"M13.71,4 C14.9724564,4.00547711 15.9945229,5.02754358 16,6.29 L16,16.71 C15.9945229,17.9724564 14.9724564,18.9945229 13.71,19 L9.29,19 C8.02754358,18.9945229 7.00547711,17.9724564 7,16.71 L7,6.29 C7.00547711,5.02754358 8.02754358,4.00547711 9.29,4 L13.71,4 Z M13.71,5 L9.29,5 C8.57755267,5 8,5.57755267 8,6.29 L8,16.71 C8,17.4224473 8.57755267,18 9.29,18 L13.71,18 C14.4224473,18 15,17.4224473 15,16.71 L15,6.29 C15,5.57755267 14.4224473,5 13.71,5 Z M13,14 L13,15 L10,15 L10,14 L13,14 Z M13,11 L13,12 L10,12 L10,11 L13,11 Z M13,8 L13,9 L10,9 L10,8 L13,8 Z"}));Qf.displayName="VerticalMenu";var Xf=Qf;var I6=o(r()),Kf=({size:e,...t})=>I6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},I6.createElement("path",{fillRule:"evenodd",d:"M10,9 L13,9 L13,8 L10,8 L10,9 Z M10,12 L13,12 L13,11 L10,11 L10,12 Z M10,15 L13,15 L13,14 L10,14 L10,15 Z M14.04,4 L8.96,4 C7.88,4 7,4.88 7,5.96 L7,17.04 C7,18.12 7.88,19 8.96,19 L14.04,19 C15.12,19 16,18.12 16,17.04 L16,5.96 C16,4.88 15.12,4 14.04,4 L14.04,4 Z"}));Kf.displayName="VerticalMenuBold";var eh=Kf;var _6=o(r()),th=({size:e,...t})=>_6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},_6.createElement("path",{d:"M19,15.382 L15,13.5 L15,16 C15,16.552 14.552,17 14,17 L6,17 C5.448,17 5,16.552 5,16 L5,9 C5,8.448 5.448,8 6,8 L14,8 C14.552,8 15,8.448 15,9 L15,11.5 L19,9.618 L19,15.382 Z M16,10 L16,9 C16,7.896 15.104,7 14,7 L6,7 C4.896,7 4,7.896 4,9 L4,16 C4,17.105 4.896,18 6,18 L14,18 C15.104,18 16,17.105 16,16 L16,15 L20,17 L20,8 L16,10 Z M12,10 L8,10 C7.724,10 7.5,10.224 7.5,10.5 C7.5,10.777 7.724,11 8,11 L12,11 C12.276,11 12.5,10.777 12.5,10.5 C12.5,10.224 12.276,10 12,10 L12,10 Z"}));th.displayName="Video";var rh=th;var W6=o(r()),oh=({size:e,...t})=>W6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},W6.createElement("path",{d:"M13,11 L8,11 C7.447,11 7,10.552 7,10 C7,9.448 7.447,9 8,9 L13,9 C13.553,9 14,9.448 14,10 C14,10.552 13.553,11 13,11 L13,11 Z M17,10.875 L17,10 C17,8.343 15.657,7 14,7 L7,7 C5.35,7 4,8.35 4,10 L4,15 C4,16.65 5.35,18 7,18 L14,18 C15.657,18 17,16.657 17,15 L17,13.875 L21,16.875 L21,7.875 L17,10.875 Z"}));oh.displayName="VideoBold";var ah=oh;var O6=o(r()),Lh=({size:e,...t})=>O6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},O6.createElement("path",{d:"M8,8 L6,8 C5.724,8 5.5,7.776 5.5,7.5 C5.5,7.224 5.724,7 6,7 L8,7 C8.276,7 8.5,7.224 8.5,7.5 C8.5,7.776 8.276,8 8,8 L8,8 Z M11,7.471 L11,6 C11,5.448 10.553,5 10,5 L4,5 C3.447,5 3,5.448 3,6 L3,11 C3,11.552 3.447,12 4,12 L10,12 C10.553,12 11,11.552 11,11 L11,9.412 L15,11 L15,6 L11,7.471 Z"}));Lh.displayName="VideoBoldSmall";var lh=Lh;var j6=o(r()),sh=({size:e,...t})=>j6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},j6.createElement("path",{d:"M12,17 L12,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,12 L19,12 L19,8.618 L15,10.5 L15,8 C15,7.448 14.552,7 14,7 L6,7 C5.448,7 5,7.448 5,8 L5,16 C5,16.552 5.448,17 6,17 L12,17 Z M8,9 L12,9 C12.276,9 12.5,9.224 12.5,9.5 C12.5,9.777 12.276,10 12,10 L8,10 C7.724,10 7.5,9.777 7.5,9.5 C7.5,9.224 7.724,9 8,9 Z M14,14 L14,19 L19,19 L19,14 L14,14 Z M13,13 L20,13 L20,20 L13,20 L13,13 Z M15,15 L18,15 L18,16 L15,16 L15,15 Z"}));sh.displayName="VideoBox";var ih=sh;var $6=o(r()),Ch=({size:e,...t})=>$6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},$6.createElement("path",{d:"M20,11 L13,11 C11.8954305,11 11,11.8954305 11,13 L11,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,11 Z M13,13 L20,13 L20,20 L13,20 L13,13 Z M15,15 L15,17 L18,17 L18,15 L15,15 Z"}));Ch.displayName="VideoBoxBold";var nh=Ch;var J6=o(r()),ph=({size:e,...t})=>J6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},J6.createElement("path",{d:"M12,17 L12,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,12 L19,12 L19,8.618 L15,10.5 L15,8 C15,7.448 14.552,7 14,7 L6,7 C5.448,7 5,7.448 5,8 L5,16 C5,16.552 5.448,17 6,17 L12,17 Z M8,9 L12,9 C12.276,9 12.5,9.224 12.5,9.5 C12.5,9.777 12.276,10 12,10 L8,10 C7.724,10 7.5,9.777 7.5,9.5 C7.5,9.224 7.724,9 8,9 Z M14,14 L16,14 L16,16 L14,16 L14,14 Z M18,14 L20,14 L20,16 L18,16 L18,14 Z M14,18 L16,18 L16,20 L14,20 L14,18 Z M16,16 L18,16 L18,18 L16,18 L16,16 Z M18,18 L20,18 L20,20 L18,20 L18,18 Z"}));ph.displayName="VideoTransparent";var dh=ph;var Y6=o(r()),ch=({size:e,...t})=>Y6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Y6.createElement("path",{d:"M20,11 L13,11 C11.8954305,11 11,11.8954305 11,13 L11,18 L6,18 C4.896,18 4,17.105 4,16 L4,8 C4,6.896 4.896,6 6,6 L14,6 C15.104,6 16,6.896 16,8 L16,9 L20,7 L20,11 Z M14,14 L16,14 L16,16 L14,16 L14,14 Z M18,14 L20,14 L20,16 L18,16 L18,14 Z M14,18 L16,18 L16,20 L14,20 L14,18 Z M16,16 L18,16 L18,18 L16,18 L16,16 Z M18,18 L20,18 L20,20 L18,20 L18,18 Z"}));ch.displayName="VideoTransparentBold";var uh=ch;var q6=o(r()),mh=({size:e,...t})=>q6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},q6.createElement("path",{d:"M18.993,9.00770859 C18.926,10.4707086 17.906,12.4737086 15.933,15.0167086 C13.893,17.6717086 12.169,18.9997086 10.757,18.9997086 C9.883,18.9997086 9.142,18.1917086 8.539,16.5737086 C8.135,15.0907086 7.731,13.6087086 7.328,12.1257086 C6.879,10.5087086 6.507,10.0077086 5.992,10.0077086 C5.88,10.0077086 5.487,10.2437086 4.815,10.7157086 L4,9.49670859 C4.687,8.89170859 5.347,8.30570859 6.189,7.54070859 C7.177,6.68670859 7.918,6.23670859 8.411,6.19170859 C9.579,6.07870859 10.298,6.87770859 10.567,8.58970859 C10.858,10.4367086 11.06,11.5847086 11.174,12.0337086 C11.51,13.5667086 11.88,14.3307086 12.284,14.3307086 C12.598,14.3307086 13.07,13.8337086 13.699,12.8407086 C14.327,11.8467086 14.664,11.0907086 14.709,10.5707086 C14.799,9.71370859 14.462,9.28270859 13.699,9.28270859 C13.34,9.28270859 12.97,9.36570859 12.589,9.52970859 C13.326,7.11170859 14.734,5.93570859 16.813,6.00270859 C18.354,6.04770859 19.081,7.04970859 18.993,9.00770859"}));mh.displayName="Vimeo";var fh=mh;var Q6=o(r()),hh=({size:e,...t})=>Q6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},Q6.createElement("path",{d:"M17.682,11.839 L17.811,11.678 C17.974,11.462 18.132,11.265 18.289,11.07 C18.656,10.613 19.003,10.182 19.364,9.59 C19.631,9.151 20.043,8.339 19.8,7.817 C19.697,7.596 19.525,7.227 17.315,7.227 C16.939,7.227 16.025,7.24 15.673,7.374 C15.237,7.538 15.039,8.033 14.863,8.47 C14.829,8.557 14.795,8.641 14.763,8.712 C14.406,9.49 14.101,10.071 13.592,10.737 L13.478,10.893 C13.411,10.985 13.342,11.079 13.276,11.153 C13.22,10.952 13.229,10.644 13.248,10.247 L13.262,9.901 C13.267,9.734 13.284,9.553 13.301,9.367 C13.356,8.754 13.42,8.06 13.118,7.55 C13.021,7.386 12.793,7 11.113,7 C10.37,7 8.605,7.075 8.26,7.768 C8.143,8.002 8.227,8.286 8.452,8.42 C8.582,8.497 8.711,8.552 8.834,8.602 C9.022,8.678 9.06,8.7 9.086,8.749 C9.113,8.799 9.245,9.105 9.212,10.283 C9.201,10.703 9.176,11.011 9.138,11.203 C9.05,11.098 8.957,10.958 8.906,10.882 L8.821,10.756 C8.323,10.04 7.991,9.467 7.635,8.709 L7.537,8.491 C7.299,7.954 7.12,7.591 6.815,7.436 C6.588,7.32 6.089,7.261 5.332,7.261 C4.19,7.261 3.468,7.378 3.184,7.609 C3.068,7.704 3,7.847 3,7.997 C3,8.647 3.288,9.22 3.52,9.681 L3.609,9.86 C4.457,11.593 5.29,12.96 6.231,14.164 C7.194,15.399 8.409,16.608 10.765,16.858 L10.968,16.874 C11.274,16.907 11.524,16.921 11.843,16.921 C12.273,16.921 12.945,16.877 13.219,16.397 C13.383,16.108 13.348,15.874 13.369,15.567 C13.38,15.405 13.399,15.111 13.401,15.059 C13.517,15.093 14.031,16.843 16.191,16.843 C16.191,16.843 19.769,16.89 19.769,15.638 C19.769,15.03 17.278,13.062 17.278,12.537 C17.278,12.35 17.527,12.029 17.682,11.839"}));hh.displayName="Vk";var xh=hh;var X6=o(r()),gh=({size:e,...t})=>X6.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},X6.createElement("path",{fillRule:"evenodd",d:"M12,0 C18.627,0 24,5.373 24,12 C24,18.627 18.627,24 12,24 C5.373,24 0,18.627 0,12 C0,5.373 5.373,0 12,0 Z M12,11 L11.8834315,11.0067318 C11.3862857,11.0645306 11,11.4874286 11,12 L11,12 L11,17 C11,17.552 11.448,18 12,18 C12.552,18 13,17.552 13,17 L13,17 L13,12 C13,11.448 12.552,11 12,11 L12,11 Z M12,7 L11.8834315,7.00673178 C11.3862857,7.06453061 11,7.48742857 11,8 C11,8.552 11.448,9 12,9 C12.552,9 13,8.552 13,8 C13,7.448 12.552,7 12,7 L12,7 Z"}));gh.displayName="WarningCircleBold";var vh=gh;var K6=o(r()),Rh=({size:e,...t})=>K6.createElement("svg",{viewBox:"0 0 18 18",fill:"currentColor",width:e||"18",height:e||"18",...t},K6.createElement("path",{fillRule:"evenodd",d:"M10,8.92 L9.4,7.92 L9,7.92 L9.01,11.92 L10,11.92 L10,8.92 Z M10,5.92 L9,5.92 L9.01,4.89 L10,4.89 L10,5.92 Z M9.5,1 C5.36,1 2,4.359 2,8.5 C2,12.65 5.36,16 9.5,16 C13.64,16 17,12.65 17,8.5 C17,4.359 13.64,1 9.5,1 L9.5,1 Z"}));Rh.displayName="WarningCircleBoldSmall";var Mh=Rh;var e3=o(r()),Sh=({size:e,...t})=>e3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},e3.createElement("path",{fillRule:"evenodd",d:"M10.9973868,14.046 L11.3983868,14.046 L11.9973868,13.046 L11.9973868,10.046 L11.0053868,10.046 L10.9973868,14.046 Z M18.6513868,18.046 L4.36138684,18.046 C4.20738684,18.046 4.11138684,17.88 4.18738684,17.746 L10.6633868,6.482 C10.9253868,6.069 11.3333868,5.988 11.4973868,5.988 C11.6613868,5.988 12.0703868,6.088 12.3313868,6.499 L18.8243868,17.746 C18.9013868,17.879 18.8053868,18.046 18.6513868,18.046 L18.6513868,18.046 Z M19.8133868,17.499 L13.1653868,5.933 C12.7793868,5.325 12.1383868,5 11.4973868,5 C10.8563868,5 10.2153868,5.293 9.83038684,5.9 L3.18138684,17.504 C2.73938684,18.151 3.12638684,19.046 4.11138684,19.046 L18.8833868,19.046 C19.8983868,19.046 20.2553868,18.146 19.8133868,17.499 L19.8133868,17.499 Z M10.9973868,16.046 L11.9973868,16.046 L11.9973868,15.018 L11.0053868,15.018 L10.9973868,16.046 Z"}));Sh.displayName="WarningSign";var Zh=Sh;var t3=o(r()),Bh=({size:e,...t})=>t3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},t3.createElement("path",{fillRule:"evenodd",d:"M11.0131071,13.9904999 L13.0131071,13.9904999 L13.0131071,8.9904999 L11.0131071,8.9904999 L11.0131071,13.9904999 Z M11.0131071,16.9984999 L13.0131071,16.9984999 L13.0131071,14.9984999 L11.0131071,14.9984999 L11.0131071,16.9984999 Z M21.0271071,17.4834999 L13.6811071,6.1244999 C12.9181071,4.7584999 10.9531071,4.7584999 10.1891071,6.1244999 L2.84410715,17.4834999 C2.44410715,18.1504999 2.92410715,18.9984999 3.70210715,18.9984999 L20.1691071,18.9984999 C20.9461071,18.9984999 21.4261071,18.1504999 21.0271071,17.4834999 L21.0271071,17.4834999 Z"}));Bh.displayName="WarningSignBold";var Ph=Bh;var r3=o(r()),Vh=({size:e,...t})=>r3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},r3.createElement("path",{d:"M12.9,12.5314435 L12.9,16.083395 L16.2,14.2385138 L16.2,10.624086 L12.9,12.5314435 L12.9,12.5314435 Z M12.1,12.6252094 L8.8,10.6656049 L8.8,14.2385138 L12.1,16.083395 L12.1,12.6252094 L12.1,12.6252094 Z M15.7772373,9.94442217 L12.5,8.11715614 L9.18645036,9.9646686 L12.4200414,11.8848381 L15.7772373,9.94442217 L15.7772373,9.94442217 Z M19,9.11666667 C19,8.75652362 18.806345,8.42419953 18.4930126,8.24664448 L12.9930126,5.12997781 C12.6871824,4.95667406 12.3128176,4.95667406 12.0069874,5.12997781 L6.50698743,8.24664448 C6.19365498,8.42419953 6,8.75652362 6,9.11666667 L6,15.2857494 C6,15.6458925 6.19365498,15.9782166 6.50698743,16.1557716 L12.0069874,19.2724383 C12.3128176,19.445742 12.6871824,19.445742 12.9930126,19.2724383 L18.4930126,16.1557716 C18.806345,15.9782166 19,15.6458925 19,15.2857494 L19,9.11666667 Z M20,15.2857494 C20,16.0060355 19.61269,16.6706837 18.9860251,17.0257938 L13.4860251,20.1424605 C12.8743648,20.489068 12.1256352,20.489068 11.5139749,20.1424605 L6.01397486,17.0257938 C5.38730997,16.6706837 5,16.0060355 5,15.2857494 L5,9.11666667 C5,8.39638057 5.38730997,7.7317324 6.01397486,7.37662229 L11.5139749,4.25995563 C12.1256352,3.91334812 12.8743648,3.91334812 13.4860251,4.25995563 L18.9860251,7.37662229 C19.61269,7.7317324 20,8.39638057 20,9.11666667 L20,15.2857494 Z M17,9.71024125 L17,14.7077998 L12.5,17.2235469 L8,14.7077998 L8,9.71024125 L12.5,7.20120805 L17,9.71024125 Z"}));Vh.displayName="Widget";var bh=Vh;var o3=o(r()),wh=({size:e,...t})=>o3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},o3.createElement("path",{d:"M11.9,15.3981255 L9,13.9332266 L9,10.8099172 L11.9,12.5530334 L11.9,15.3981255 L11.9,15.3981255 Z M13.1,15.3981255 L13.1,12.5125865 L16,10.754319 L16,13.9332266 L13.1,15.3981255 L13.1,15.3981255 Z M9.83177183,10.0454333 L12.5,8.70120805 L15.1235755,10.0229378 L12.4200414,11.5860462 L9.83177183,10.0454333 L9.83177183,10.0454333 Z M20,9.11666667 L20,15.2857494 C20,16.0060355 19.61269,16.6706837 18.9860251,17.0257938 L13.4860251,20.1424605 C12.8743648,20.489068 12.1256352,20.489068 11.5139749,20.1424605 L6.01397486,17.0257938 C5.38730997,16.6706837 5,16.0060355 5,15.2857494 L5,9.11666667 C5,8.39638057 5.38730997,7.7317324 6.01397486,7.37662229 L11.5139749,4.25995563 C12.1256352,3.91334812 12.8743648,3.91334812 13.4860251,4.25995563 L18.9860251,7.37662229 C19.61269,7.7317324 20,8.39638057 20,9.11666667 L20,9.11666667 Z M17,9.70464885 L12.5,7.20120805 L8,9.70464885 L8,14.6910683 L12.5,17.201208 L17,14.6910683 L17,9.70464885 Z"}));wh.displayName="WidgetBold";var Gh=wh;var a3=o(r()),Ah=({size:e,...t})=>a3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},a3.createElement("path",{fillRule:"evenodd",d:"M15.4039461,4.33735162 C18.1638144,5.247973 20.0200867,7.83625381 19.99753,10.7423845 C19.9965495,12.2764584 19.4667943,13.7633048 18.49753,14.9523845 L18.68753,17.5523845 C18.703524,17.7190451 18.6315221,17.8819968 18.49753,17.9823845 C18.4064967,18.0338905 18.3013708,18.0549157 18.19753,18.0423845 C18.1313844,18.0541718 18.0636757,18.0541718 17.99753,18.0423845 L15.40753,17.0423845 C14.7438629,17.2617774 14.0643863,17.3720797 13.3912679,17.3804085 L13.45753,17.2923845 C12.1234319,19.1490216 9.7459802,19.9361237 7.56753001,19.2423845 L5.66753001,20.0423845 L5.49753001,20.0423845 C5.38872523,20.0464423 5.28213915,20.0109136 5.19753001,19.9423845 C5.05649915,19.8424298 4.98010571,19.6743642 4.99753001,19.5023845 L5.13753001,17.5723845 C4.18443798,16.3745849 3.8039362,14.8193668 4.09636196,13.3168371 C4.38878772,11.8143073 5.32478359,10.515309 6.65753001,9.76238449 L6.68364426,9.75259187 C6.83356032,8.69155861 7.23921294,7.6588262 7.90062937,6.75099973 C9.61197927,4.4020881 12.6440778,3.42673025 15.4039461,4.33735162 Z M6.62405323,10.981587 L6.56606246,11.0260734 C5.78094286,11.6590145 5.24183191,12.558354 5.06101568,13.566208 C4.83847263,14.8066436 5.18196449,16.081625 5.99753001,17.0423845 C6.08145055,17.1429839 6.1243068,17.2715526 6.11753001,17.4023845 L6.00753001,18.7623845 L7.37753001,18.2423845 C7.49083066,18.2027511 7.61422937,18.2027511 7.72753001,18.2423845 C9.28415664,18.8034873 10.9997316,18.4076379 12.1514074,17.2800823 C10.4844772,16.9866861 8.94792414,16.0656826 7.90285276,14.6329699 C7.1062117,13.5408362 6.67992935,12.2675735 6.62405323,10.981587 Z M10.8611467,5.58105342 C8.4356204,6.70658766 7.12104834,9.36916476 7.70224997,11.9791858 C8.2834516,14.5892068 10.6035994,16.4424015 13.27753,16.4323845 C13.9595903,16.4342224 14.6366287,16.3157406 15.27753,16.0823845 C15.3280888,16.0597248 15.3822559,16.0461831 15.43753,16.0423845 L15.61753,16.0423845 L17.61753,16.8023845 L17.45753,14.8023845 C17.4504412,14.6936721 17.4790711,14.5864092 17.5378654,14.4964048 L17.58753,14.4323845 C19.3215838,12.3969331 19.4043984,9.42867464 17.7865322,7.29970446 C16.168666,5.17073429 13.286673,4.45551918 10.8611467,5.58105342 Z M10.68753,10.0823845 C11.0465151,10.0823845 11.33753,10.3733994 11.33753,10.7323845 C11.33753,11.0913696 11.0465151,11.3823845 10.68753,11.3823845 C10.3285449,11.3823845 10.03753,11.0913696 10.03753,10.7323845 C10.03753,10.3733994 10.3285449,10.0823845 10.68753,10.0823845 Z M13.29753,10.0823845 C13.6565151,10.0823845 13.94753,10.3733994 13.94753,10.7323845 C13.94753,11.0913696 13.6565151,11.3823845 13.29753,11.3823845 C12.9385449,11.3823845 12.64753,11.0913696 12.64753,10.7323845 C12.64753,10.3733994 12.9385449,10.0823845 13.29753,10.0823845 Z M15.90753,10.0823845 C16.2665151,10.0823845 16.55753,10.3733994 16.55753,10.7323845 C16.55753,11.0913696 16.2665151,11.3823845 15.90753,11.3823845 C15.5485449,11.3823845 15.25753,11.0913696 15.25753,10.7323845 C15.25753,10.3733994 15.5485449,10.0823845 15.90753,10.0823845 Z"}));Ah.displayName="WixChat";var yh=Ah;var L3=o(r()),Eh=({size:e,...t})=>L3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},L3.createElement("path",{fillRule:"evenodd",d:"M6,6 C5.44771525,6 5,6.44771525 5,7 L5,17 C5,17.5522847 5.44771525,18 6,18 L18,18 C18.5522847,18 19,17.5522847 19,17 L19,7 C19,6.44771525 18.5522847,6 18,6 L6,6 Z M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M8,12 L8,11 L9,11 L9,10.2 L8,10.2 L8,9.2 L7,9.2 L7,8 L8.2,8 L8.2,9 L9.2,9 L9.2,10 L10.2,10 L10.2,11.2 L9.2,11.2 L9.2,12.2 L8.2,12.2 L8.2,13.2 L7,13.2 L7,12 L8,12 Z M11,12 L15,12 L15,13 L11,13 L11,12 Z"}));Eh.displayName="WixDevCenter";var Fh=Eh;var l3=o(r()),Nh=({size:e,...t})=>l3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},l3.createElement("path",{fillRule:"evenodd",d:"M6,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,17 C20,18.1045695 19.1045695,19 18,19 L6,19 C4.8954305,19 4,18.1045695 4,17 L4,7 C4,5.8954305 4.8954305,5 6,5 Z M8,12 L7,12 L7,13.2 L8.2,13.2 L8.2,12.2 L9.2,12.2 L9.2,11.2 L10.2,11.2 L10.2,10 L9.2,10 L9.2,9 L8.2,9 L8.2,8 L7,8 L7,9.2 L8,9.2 L8,10.2 L9,10.2 L9,11 L8,11 L8,12 Z M12,12 L12,13 L16,13 L16,12 L12,12 Z"}));Nh.displayName="WixDevCenterBold";var kh=Nh;var s3=o(r()),Hh=({size:e,...t})=>s3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},s3.createElement("path",{d:"M19,8 L19,6 C19,5.44771525 18.5522847,5 18,5 L16,5 C15.4477153,5 15,5.44771525 15,6 L15,8 L19,8 Z M19,9 L15,9 L15,16 L17,18.510134 L19,16 L19,9 Z M16,4 L18,4 C19.1045695,4 20,4.8954305 20,6 L20,16 L17,20 L14,16 L14,6 C14,4.8954305 14.8954305,4 16,4 L16,4 Z M16.5,10 C16.7761424,10 17,10.2238576 17,10.5 L17,15.5 C17,15.7761424 16.7761424,16 16.5,16 C16.2238576,16 16,15.7761424 16,15.5 L16,10.5 C16,10.2238576 16.2238576,10 16.5,10 Z M15,15 L19,15 L19,16 L15,16 L15,15 Z M4.5,13 L7.5,13 C7.77614237,13 8,13.2238576 8,13.5 C8,13.7761424 7.77614237,14 7.5,14 L4.5,14 C4.22385763,14 4,13.7761424 4,13.5 C4,13.2238576 4.22385763,13 4.5,13 Z M4.5,16 L11.5,16 C11.7761424,16 12,16.2238576 12,16.5 C12,16.7761424 11.7761424,17 11.5,17 L4.5,17 C4.22385763,17 4,16.7761424 4,16.5 C4,16.2238576 4.22385763,16 4.5,16 Z M4.5,10 L10.5,10 C10.7761424,10 11,10.2238576 11,10.5 C11,10.7761424 10.7761424,11 10.5,11 L4.5,11 C4.22385763,11 4,10.7761424 4,10.5 C4,10.2238576 4.22385763,10 4.5,10 Z M4.5,7 L9.5,7 C9.77614237,7 10,7.22385763 10,7.5 C10,7.77614237 9.77614237,8 9.5,8 L4.5,8 C4.22385763,8 4,7.77614237 4,7.5 C4,7.22385763 4.22385763,7 4.5,7 Z"}));Hh.displayName="WixForms";var Th=Hh;var i3=o(r()),Uh=({size:e,...t})=>i3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},i3.createElement("path",{d:"M14,8 L14,7 C14,5.8954305 14.8954305,5 16,5 L18,5 C19.1045695,5 20,5.8954305 20,7 L20,8 L14,8 Z M20,15 L17,19 L14,15 L14,9 L20,9 L20,15 Z M18.5,14 L15.5,14 L17,17 L18.5,14 Z M5,14 L7,14 C7.55228475,14 8,14.4477153 8,15 C8,15.5522847 7.55228475,16 7,16 L5,16 C4.44771525,16 4,15.5522847 4,15 C4,14.4477153 4.44771525,14 5,14 Z M5,10 L11,10 C11.5522847,10 12,10.4477153 12,11 C12,11.5522847 11.5522847,12 11,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 Z M5,6 L9,6 C9.55228475,6 10,6.44771525 10,7 C10,7.55228475 9.55228475,8 9,8 L5,8 C4.44771525,8 4,7.55228475 4,7 C4,6.44771525 4.44771525,6 5,6 Z"}));Uh.displayName="WixFormsBold";var Dh=Uh;var C3=o(r()),zh=({size:e,...t})=>C3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},C3.createElement("path",{d:"M17.3318,15 C16.8318,13.76 16.0518,12.66 15.0918,11.94 C14.7818,11.71 14.4518,11.51 14.1018,11.37 L14.0918,11.36 C14.3018,11.2 14.5018,11.01 14.6718,10.81 C14.9018,10.55 15.0818,10.26 15.2118,9.94 C15.4718,9.36 15.5818,8.7 15.4718,8.01 C15.4518,7.84 15.4118,7.68 15.3618,7.52 C15.6718,7.26 16.0718,7.1 16.5018,7.1 C16.6118,7.1 16.7218,7.11 16.8318,7.13 C17.5318,7.25 18.1218,7.84 18.2318,8.54 C18.3218,9.16 18.0718,9.76 17.5618,10.15 C17.2718,10.36 17.1218,10.71 17.1718,11.07 C17.2118,11.42 17.4418,11.73 17.7718,11.87 C18.7818,12.29 19.6818,13.57 19.9718,15 L17.3318,15 Z M16.7318,16.85 C16.7318,16.86 16.6918,16.92 16.6118,16.92 L15.6718,16.92 C14.0518,16.92 11.8018,16.91 9.8818,16.91 L7.2018,16.91 C7.1318,16.91 7.0918,16.86 7.0818,16.84 C7.1318,16.55 7.2018,16.27 7.2818,16 C7.3818,15.65 7.5118,15.32 7.6618,15 C8.1718,13.94 8.9018,13.06 9.7418,12.57 C9.8718,12.49 10.0118,12.42 10.1518,12.36 C10.3318,12.28 10.4818,12.16 10.6018,12.03 L10.6018,12.02 C10.7118,11.87 10.7818,11.69 10.8118,11.5 C10.8518,11.11 10.6918,10.73 10.3818,10.5 C10.2118,10.37 10.0618,10.22 9.9318,10.06 C9.5818,9.63 9.3818,9.1 9.3818,8.55 C9.3818,8.08 9.5118,7.64 9.7518,7.26 C10.2018,6.55 11.0018,6.08 11.9118,6.08 C12.0618,6.08 12.2218,6.1 12.3818,6.12 C13.1318,6.25 13.7918,6.76 14.1418,7.42 C14.2718,7.65 14.3618,7.91 14.4018,8.17 C14.5018,8.8 14.3518,9.41 14.0018,9.91 C13.8518,10.13 13.6618,10.33 13.4418,10.5 C13.1318,10.73 12.9618,11.11 13.0118,11.5 C13.0418,11.74 13.1518,11.96 13.3218,12.12 C13.4218,12.22 13.5418,12.3 13.6718,12.36 C13.8518,12.44 14.0318,12.53 14.2018,12.64 C14.9918,13.14 15.6718,13.98 16.1518,15 C16.3018,15.32 16.4218,15.65 16.5318,16 C16.6118,16.28 16.6818,16.56 16.7318,16.85 L16.7318,16.85 Z M5.9618,15 L4.0318,14.99 C4.3318,13.57 5.2218,12.29 6.2318,11.87 C6.5618,11.73 6.7918,11.42 6.8318,11.07 C6.8818,10.71 6.7318,10.36 6.4418,10.15 C6.0018,9.82 5.7518,9.33 5.7518,8.8 C5.7518,7.86 6.5418,7.1 7.5018,7.1 C7.6118,7.1 7.7218,7.11 7.8318,7.13 C8.0718,7.17 8.2918,7.27 8.4918,7.4 C8.3718,7.76 8.3018,8.15 8.3018,8.55 C8.3018,9.1 8.4318,9.61 8.6618,10.07 C8.8118,10.38 9.0018,10.65 9.2218,10.9 C9.2718,10.95 9.3218,11 9.3618,11.04 C9.4818,11.16 9.6018,11.26 9.7318,11.36 C9.4118,11.5 9.1018,11.67 8.8118,11.89 C7.8118,12.6 7.0018,13.73 6.4918,15 L5.9618,15 Z M18.1618,10.95 C18.9218,10.38 19.3718,9.44 19.2218,8.39 C19.0418,7.27 18.1318,6.34 16.9918,6.14 C16.8318,6.11 16.6618,6.1 16.5018,6.1 C15.9118,6.1 15.3618,6.28 14.9118,6.6 C14.3818,5.8 13.5318,5.22 12.5618,5.06 C12.3418,5.02 12.1218,5 11.9118,5 C10.6818,5 9.6018,5.6 8.9518,6.52 C8.6618,6.33 8.3418,6.2 7.9918,6.14 C7.8318,6.11 7.6618,6.1 7.5018,6.1 C5.9818,6.1 4.7518,7.31 4.7518,8.8 C4.7518,9.68 5.1818,10.45 5.8418,10.95 C4.4118,11.55 3.3318,13.21 3.0118,14.97 C2.9218,15.51 3.3618,15.99 3.9218,15.99 C4.5118,16 5.3118,16 6.1718,16 C6.1018,16.22 6.0618,16.43 6.0218,16.65 C5.8918,17.36 6.4818,17.99 7.2018,17.99 C9.2418,17.99 13.1818,18 15.6718,18 L16.6118,18 C17.3418,18 17.9318,17.36 17.8018,16.66 C17.7618,16.44 17.7118,16.22 17.6518,16 L20.0818,16 C20.6418,16 21.0818,15.51 20.9918,14.98 C20.6818,13.21 19.5918,11.55 18.1618,10.95 L18.1618,10.95 Z"}));zh.displayName="WixForum";var Ih=zh;var n3=o(r()),_h=({size:e,...t})=>n3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},n3.createElement("path",{d:"M12,7 C14.51,7 16.66,8.67 17.55,11.05 C17.67,11.35 17.76,11.67 17.83,12 L17.8413346,12.0556236 L17.8413346,12.0556236 L17.9150146,12.5779592 C18.0193878,13.2595918 18.2571429,14.3085714 19,14.73 C19.2416667,14.8716667 19.525,14.9647222 19.8210648,14.9918056 L20,15 L20,18 L4,18 L4,15 C4.36,15 4.71,14.9 5,14.73 C5.69333333,14.3366667 5.94666667,13.3966667 6.06222222,12.7188889 L6.10419177,12.4468254 L6.10419177,12.4468254 L6.15866537,12.0556236 L6.15866537,12.0556236 L6.17,12 C6.24,11.67 6.33,11.35 6.45,11.05 C7.34,8.67 9.49,7 12,7 Z M19,16 L5,16 L5,17 L19,17 L19,16 Z M17.22,14 L6.78,14 L6.72411079,14.0920991 L6.72411079,14.0920991 L6.63094752,14.2325073 C6.48021866,14.4494169 6.22873178,14.7652187 5.93992711,14.9410787 L5.83,15 L18.17,15 C17.9471429,14.8971429 17.7408163,14.6987755 17.5777843,14.505656 L17.4301749,14.3180175 L17.4301749,14.3180175 L17.3173761,14.1562682 L17.3173761,14.1562682 L17.22,14 Z M12,8 C9.87,8 8.06,9.47 7.33,11.52 L7.29597222,11.6261574 L7.29597222,11.6261574 L7.24777778,11.7925926 L7.24777778,11.7925926 L7.19125,12.01625 C7.18145833,12.058125 7.1715625,12.1022569 7.16168403,12.1485822 L7.10359375,12.4523437 C7.08494792,12.5620312 7.06734375,12.6799826 7.05175347,12.8056887 L7.03,13 L16.97,13 C16.95,12.8 16.924375,12.616875 16.8964063,12.4523437 L16.838316,12.1485822 L16.838316,12.1485822 L16.779809,11.8974595 C16.7703472,11.860162 16.7611111,11.8251852 16.7522222,11.7925926 L16.7040278,11.6261574 L16.7040278,11.6261574 L16.67,11.52 L16.67,11.52 C15.94,9.47 14.13,8 12,8 Z M14,5 L14,6 L10,6 L10,5 L14,5 Z"}));_h.displayName="WixHotels";var Wh=_h;var p3=o(r()),Oh=({size:e,...t})=>p3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},p3.createElement("path",{d:"M8,2 C10.209139,2 12,3.790861 12,6 C12,7.06086596 11.5785726,8.07828161 10.8284271,8.82842712 C10.7054866,8.95136764 10.5753673,9.06547893 10.4390546,9.17035288 C12.0184638,9.55070129 13.3947286,10.5644999 14.2230747,11.9997036 L20.62,12 C21.382153,12 22,12.617847 22,13.38 L22,19.62 C22,19.9859988 21.8546076,20.3370072 21.5958074,20.5958074 C21.3370072,20.8546076 20.9859988,21 20.62,21 L7.5,21 C7.22385763,21 7,20.7761424 7,20.5 C7,20.2238576 7.22385763,20 7.5,20 L10,20 L10,17 L2.5,17 C1.67157288,17 1,16.3284271 1,15.5 L1,15 C1,12.1804788 2.94480147,9.81514597 5.56613044,9.17235094 C4.61367563,8.44304364 4,7.29318763 4,6 C4,3.790861 5.790861,2 8,2 Z M20.62,13 L11.38,13 C11.1701318,13 11,13.1701318 11,13.38 L11,20 L20.62,20 C20.8298682,20 21,19.8298682 21,19.62 L21,13.38 C21,13.1701318 20.8298682,13 20.62,13 Z M9,10 L7,10 C4.23857625,10 2,12.2385763 2,15 L2,15.46 C2,15.7361424 2.22385763,15.96 2.5,15.96 L10,15.96 L10,13.38 C10,13.0140012 10.1453924,12.6629928 10.4041926,12.4041926 C10.6629928,12.1453924 11.0140012,12 11.38,12 L13.0249503,11.9996848 C12.0857192,10.7471554 10.5987158,9.99201916 9,10 Z M8,3 C6.34314575,3 5,4.34314575 5,6 C5,7.64710409 6.32738414,8.98418101 7.97078233,8.99986067 L8.17627279,8.99490731 C9.75108004,8.90366088 11,7.59768088 11,6 C11,4.34314575 9.65685425,3 8,3 Z"}));Oh.displayName="WixMarketplace";var jh=Oh;var d3=o(r()),$h=({size:e,...t})=>d3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},d3.createElement("path",{d:"M7,5 L7,9 L8,9 L8,5 L9,5 L9,9 L10,9 L10,5 L11,5 L11,10.5 C11,11.6495238 10.2199546,12.6203628 9.16088975,12.9106274 L9,12.949 L9,19 L8,19 L8,12.949 C6.91428571,12.7280476 6.08253968,11.8014263 6.00578771,10.6710257 L6,10.5 L6,5 L7,5 Z M10,10 L7,10 L7,10.5 C7,11.329 7.671,12 8.5,12 C9.329,12 10,11.329 10,10.5 L10,10.5 L10,10 Z M18,5 L18,19 L17,19 L17,15 L13,15 L13,9 C13,6.86084848 14.6869201,5.1091056 16.800628,5.00490369 L17,5 L18,5 Z M17,6 C15.4021786,6 14.0963291,7.24878444 14.0050922,8.82371269 L14,9 L14,14 L17,14 L17,6 Z"}));$h.displayName="WixRestaurants";var Jh=$h;var c3=o(r()),Yh=({size:e,...t})=>c3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},c3.createElement("path",{d:"M16.6460848,17.69 C16.4560848,17.89 16.2160848,18 15.9660848,18 L7.99608475,18 C7.74608475,18 7.50608475,17.89 7.32608475,17.69 C7.09608475,17.45 6.98608475,17.11 6.99608475,16.76 L8.29608475,7 L9.96608475,7 L9.96608475,9 L10.9660848,9 L10.9660848,7 L12.9660848,7 L12.9660848,8.3 L12.9660848,9 L13.9660848,9 L13.9660848,7 L15.7160848,7 L16.9660848,16.76 C16.9860848,17.11 16.8660848,17.45 16.6460848,17.69 L16.6460848,17.69 Z M10.6660848,5 C10.6660848,4.28 11.2460848,3.7 11.9660848,3.7 C12.6860848,3.7 13.2660848,4.28 13.2660848,5 L13.2660848,6 L10.6660848,6 L10.6660848,5 Z M16.5860848,6 L13.9660848,6 L13.9660848,5 C13.9660848,3.9 13.0660848,3 11.9660848,3 C10.8660848,3 9.96608475,3.9 9.96608475,5 L9.96608475,6 L7.42608475,6 L6.00608475,16.67 C5.91608475,17.93 6.83608475,19 7.99608475,19 L15.9660848,19 C17.1260848,19 18.0460848,17.93 17.9560848,16.67 L16.5860848,6 Z"}));Yh.displayName="WixStores";var qh=Yh;var u3=o(r()),Qh=({size:e,...t})=>u3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},u3.createElement("path",{d:"M9,14.75 L9,9.25 L14,12.25 L9,14.75 Z M16.883,18 C19.048,18 21,17.077 21,12 C21,6.923 19.048,6 16.883,6 L6.117,6 C3.952,6 2,6.923 2,12 C2,17.077 3.952,18 6.117,18 L16.883,18 Z"}));Qh.displayName="Youtube";var Xh=Qh;var m3=o(r()),Kh=({size:e,...t})=>m3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},m3.createElement("path",{d:"M11.493,17.241 C8.32400005,17.241 5.74500005,14.662 5.74500005,11.493 C5.74500005,8.32400005 8.32400005,5.74500005 11.493,5.74500005 C14.662,5.74500005 17.241,8.32400005 17.241,11.493 C17.241,14.662 14.662,17.241 11.493,17.241 L11.493,17.241 Z M16.67,15.918 C17.735,14.698 18.286,13.19 18.286,11.493 C18.286,7.74100005 15.245,4.70000005 11.493,4.70000005 C7.74200005,4.70000005 4.70000005,7.74100005 4.70000005,11.493 C4.70000005,15.244 7.74200005,18.286 11.493,18.286 C13.182,18.286 14.757,17.77 15.981,16.72 L18.962,19.7 L19.7,18.961 L16.67,15.918 Z M12.023,9.02400005 L11.023,9.02400005 L11.023,11.024 L9.02300005,11.024 L9.02300005,12.024 L11.023,12.024 L11.023,14.024 L12.023,14.024 L12.023,12.024 L14.023,12.024 L14.023,11.024 L12.023,11.024 L12.023,9.02400005 Z"}));Kh.displayName="ZoomIn";var ex=Kh;var f3=o(r()),tx=({size:e,...t})=>f3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},f3.createElement("path",{d:"M14.06475,12.06475 L12.06475,12.06475 L12.06475,14.06475 L11.06475,14.06475 L11.06475,12.06475 L9.06475,12.06475 L9.06475,11.06475 L11.06475,11.06475 L11.06475,9.06475 L12.06475,9.06475 L12.06475,11.06475 L14.06475,11.06475 L14.06475,12.06475 Z M16.56575,14.94875 C18.16475,12.59275 17.92675,9.36175 15.83775,7.27375 C13.47275,4.90875 9.63875,4.90875 7.27375,7.27375 C4.90875,9.63875 4.90875,13.47375 7.27375,15.83875 C9.42575,17.99175 12.78475,18.16275 15.15675,16.39675 L18.15475,19.07575 L19.49975,17.56975 L16.56575,14.94875 Z"}));tx.displayName="ZoomInBold";var rx=tx;var h3=o(r()),ox=({size:e,...t})=>h3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},h3.createElement("path",{d:"M11.493,17.241 C8.32400005,17.241 5.74500005,14.662 5.74500005,11.493 C5.74500005,8.32400005 8.32400005,5.74500005 11.493,5.74500005 C14.662,5.74500005 17.241,8.32400005 17.241,11.493 C17.241,14.662 14.662,17.241 11.493,17.241 L11.493,17.241 Z M16.669,15.918 C17.735,14.698 18.286,13.19 18.286,11.493 C18.286,7.74100005 15.245,4.70000005 11.493,4.70000005 C7.74100005,4.70000005 4.70000005,7.74100005 4.70000005,11.493 C4.70000005,15.244 7.74100005,18.286 11.493,18.286 C13.181,18.286 14.757,17.77 15.981,16.72 L18.962,19.7 L19.7,18.961 L16.669,15.918 Z M9.02300005,12.024 L14.023,12.024 L14.023,11.024 L9.02300005,11.024 L9.02300005,12.024 Z"}));ox.displayName="ZoomOut";var ax=ox;var x3=o(r()),Lx=({size:e,...t})=>x3.createElement("svg",{viewBox:"0 0 24 24",fill:"currentColor",width:e||"24",height:e||"24",...t},x3.createElement("path",{d:"M7.77375,7.27375 C10.14075,4.90875 13.97475,4.90875 16.34075,7.27375 C18.3654773,9.29847727 18.650627,12.3979814 17.2071409,14.7322139 L17.06675,14.94875 L20.00075,17.56975 L18.65575,19.07575 L15.65775,16.39675 C13.28575,18.16275 9.92775,17.99175 7.77375,15.83875 C5.40875,13.47375 5.40875,9.63875 7.77375,7.27375 Z M15.00075,11.06475 L9.00075,11.06475 L9.00075,12.06475 L15.00075,12.06475 L15.00075,11.06475 Z"}));Lx.displayName="ZoomOutBold";var lx=Lx;0&&(module.exports={AI,AIBold,AIBoldSmall,AISmall,Accessibility,Accordion,Add,AddBold,AddCircle,AddCircleSmall,AddMenuFolder,AddMenuItem,AddPackage,AddSmall,AddressInput,AddressInputBold,Adjustments,AdminAccess,AdminAccessBold,AlertCircleBold,AlertCircleBoldSmall,AlertSmall,Anchor,AnimatedSlide,Animation,AppBuilder,AppBuilderBold,AppMarket,ApplyTo,Arrange,ArrangeBold,ArrowDown,ArrowUp,ArrowUpDown,ArticleBold,Background,Badge,BlockQuote,BlockedCircle,BlockedCircleSmall,Blogger,Bold,BookBold,BookOpenBold,Boolean,BooleanBold,Border,BorderBold,Box,BoxBold,Brightness,BrightnessBold,Browser,BrowserBold,BulletListLeft,BulletListRight,Button,ButtonBold,CSS,Calendar,CalendarBold,Captcha,CaptchaBold,CharacterSpacing,Chat,ChatBold,Checkbox,CheckboxBold,CheckboxList,CheckboxListBold,ChevronDown,ChevronDownSmall,ChevronLeft,ChevronLeftSmall,ChevronRight,ChevronRightSmall,ChevronUp,ChevronUpSmall,Child,ChildBold,Close,Cloud,CloudBold,CloudBoldSmall,CloudSmall,CodeBold,ColorBucket,ColorBucketBold,ColorDrop,ColorDropBold,Column,ColumnBold,Confirm,ConfirmBold,ConfirmCircle,ConfirmCircleBold,ContextMenu,ContextMenuSmall,ContextMenuVertical,Copy,CopyBold,Corners,CornersBold,CreditCard,Crop,CropBold,Custom,CustomBold,CustomTypeBold,Cut,CutBold,Dashboard,Data,DataCollection,DataSmall,DataTable,DataTableBold,DataTableCloud,DataTableLinked,DataWidgetsBold,DateTime,DateTimeBold,Delete,DeleteBold,Design,DesignBold,Desktop,DismissBold,Download,DownloadBold,Dropdown,DropdownBold,DropdownMenu,Duplicate,DuplicateBold,ESignature,ESignatureBold,Edit,EditBold,EditSmall,ElementProperties,Email,EmailBold,ExternalLink,ExternalLinkBold,ExternalLinkSmall,Facebook,File,FileAdd,FileCss,FileHtml,FileJs,FileJson,FileJsw,Flash,Flickr,Folder,FolderAdd,FolderAddSmall,FolderOpen,FolderOpenAdd,FolderOpenSmall,FolderSmall,Footer,FormBold,FormEditBold,FullWidthSlider,FullWidthSliderBold,FullWidthStrip,FullWidthStripBold,Github,Globe,Group,GroupBold,Header,Heading1,Heading2,Heading3,Heading4,Heading5,Heading6,Heart,HeartBold,HelpBold,HelpCircle,Hide,HideBold,HideSmall,HighlightColor,Hint,Home,HomeBold,HomeSmall,HorizontalImage,HorizontalImageBold,HorizontalLine,HorizontalLineBold,HorizontalMenu,HorizontalMenuBold,HorizontalStretchBold,HoverBox,HoverBoxBold,Html,HtmlBold,ITunes,Image,ImageBold,ImageButton,ImageEffect,ImageEffectBold,ImageEffectSmall,ImageGallery,ImageGalleryBold,InfoSmall,Input,InputBold,Italic,JS,JSLocked,JSW,JSX,Lightbox,LineShare,LineSpacing,LinkProperties,LinkPropertiesSmall,LinkedIn,List,ListArray,ListArrayBold,ListBold,ListMenu,ListMenuBold,Lock,LockBold,LockSmall,LockUnlocked,LockUnlockedBold,LockUnlockedSmall,Lottie,MandatoryCircleSmall,MapPin,MapPinBold,Master,Maximize,Menu,MenuBold,MenuFolder,Minimize,MinimizeAll,Minus,MinusCircle,Mobile,MobileBold,MoveBackward,MoveBackwardBold,MoveForward,MoveForwardBold,MoveToTrash,MultiStateBox,Multilingual,Music,MusicBold,Newspaper,NumericListLeft,NumericListRight,Package,Page,PageAdd,PageBackground,PageBody,PageBold,PageCode,PageDynamic,PageDynamicSmall,PageSpecial,Pages,PagesBold,Pagination,PaginationBold,Paragraph,ParagraphBold,Parent,Paste,PasteBold,Paypal,Phone,PhoneBold,PinBold,PinBoldSmall,Pinterest,Pipette,PipetteBold,PipetteFullBold,PlayBoldSmall,PlayCircle,PlayCircleBold,Plugin,Popup,PremiumBoldSmall,Print,ProfileWidget,ProgressBar,QuickActionBar,QuickFormat,RadioButton,RadioButtonBold,Redo,RedoBold,Rename,RenameBold,RenameSmall,Repeater,RepeaterBold,Replace,ReplaceBold,Reset,ResetShapeBold,ResetSmall,RichTextBox,RichTextBoxBold,Rotation,Router,RouterSmall,Rss,Save,SaveBold,Scroll,Search,SearchBold,Section,SectionLayout,SelectedCircleSmall,SendToBack,SendToBackBold,SendToFront,SendToFrontBold,Seo,Settings,SettingsBold,SettingsLocked,SettingsSmall,Shadow,ShadowBold,Shape,ShapeBold,ShapeCropBold,Shipping,ShoppingCart,ShoppingCartBold,Show,ShowBold,ShowSmall,SingleItemCollection,SiteTools,Skype,SlideShow,SlideShowBold,Slider,SliderBold,SocialBar,Sound,SoundBold,Soundcloud,SpacingBold,Sparkles,SparklesBold,SparklesBoldSmall,SparklesSmall,SplitColumns,Spotify,SqueezeBold,Star,StarBold,StopBoldSmall,Strikethrough,Strip,StripBold,SuccessBoldSmall,SuccessSmall,Switch,SwitchBold,TS,Table,TableBold,Tablet,Tabs,Tag,TestTubeSmall,Text,TextAlignCenter,TextAlignJustify,TextAlignLeft,TextAlignRight,TextBold,TextBox,TextBoxBold,TextColor,TextLtr,TextLtrDecrease,TextLtrIncrease,TextMultiline,TextMultilineBold,TextRtl,TextRtlDecrease,TextRtlIncrease,TextSmall,TimeInput,Tumblr,Twitter,Underline,Undo,UndoBold,Ungroup,UngroupBold,UnlinkProperties,UnlinkPropertiesSmall,Upload,UploadBold,UploadButton,UploadButtonBold,UrlLink,UrlLinkAdd,UrlLinkBold,UrlLinkSmall,UrlUnlink,UrlUnlinkBold,User,UserBold,UserChatBold,UserEditBold,UserFormBold,UserMenu,UserPreviewBold,UserPrivate,UserPrivateSmall,UserSmall,Users,UsersBold,UsersSmall,Vector,VectorBold,VerticalImage,VerticalImageBold,VerticalLine,VerticalLineBold,VerticalMenu,VerticalMenuBold,Video,VideoBold,VideoBoldSmall,VideoBox,VideoBoxBold,VideoTransparent,VideoTransparentBold,Vimeo,Vk,WarningCircleBold,WarningCircleBoldSmall,WarningSign,WarningSignBold,Widget,WidgetBold,WixChat,WixDevCenter,WixDevCenterBold,WixForms,WixFormsBold,WixForum,WixHotels,WixMarketplace,WixRestaurants,WixStores,Youtube,ZoomIn,ZoomInBold,ZoomOut,ZoomOutBold});
16
16
  /*! Bundled license information:
17
17
 
18
18
  object-assign/index.js: