@sragatiping/cuboid 0.1.0 → 0.1.3

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 (67) hide show
  1. package/dist/components/ApiResponseViewer/ApiResponseViewer.d.ts +24 -0
  2. package/dist/components/ApiResponseViewer/ApiResponseViewer.stories.d.ts +13 -0
  3. package/dist/components/ApiResponseViewer/index.d.ts +3 -0
  4. package/dist/components/ApiResponseViewer/status.d.ts +8 -0
  5. package/dist/components/CodeBlock/CodeBlock.d.ts +18 -0
  6. package/dist/components/CodeBlock/CodeBlock.stories.d.ts +12 -0
  7. package/dist/components/CodeBlock/CodeSurface.d.ts +48 -0
  8. package/dist/components/CodeBlock/CodeSurface.stories.d.ts +15 -0
  9. package/dist/components/CodeBlock/CodeViewingDocs.d.ts +7 -0
  10. package/dist/components/CodeBlock/JsonCodeView.d.ts +17 -0
  11. package/dist/components/CodeBlock/JsonCodeView.stories.d.ts +19 -0
  12. package/dist/components/CodeBlock/__fixtures__/dev-server-diagnostics.d.ts +145 -0
  13. package/dist/components/CodeBlock/__fixtures__/source-samples.d.ts +10 -0
  14. package/dist/components/CodeBlock/constants.d.ts +11 -0
  15. package/dist/components/CodeBlock/highlight/css.d.ts +1 -0
  16. package/dist/components/CodeBlock/highlight/html.d.ts +1 -0
  17. package/dist/components/CodeBlock/highlight/index.d.ts +5 -0
  18. package/dist/components/CodeBlock/highlight/javascript.d.ts +5 -0
  19. package/dist/components/CodeBlock/highlight/shared.d.ts +15 -0
  20. package/dist/components/CodeBlock/index.d.ts +14 -0
  21. package/dist/components/CodeBlock/syntax.d.ts +37 -0
  22. package/dist/components/{CodeSnippet → CodeBlock}/tokenizer.d.ts +0 -5
  23. package/dist/components/CodeBlock/types.d.ts +27 -0
  24. package/dist/components/CodeSnippet/CodeSnippet.d.ts +9 -50
  25. package/dist/components/JsonViewer/JsonViewer.d.ts +1 -1
  26. package/dist/components/core/Box/Box.d.ts +24 -0
  27. package/dist/components/core/Box/Box.stories.d.ts +9 -0
  28. package/dist/components/core/Box/boxTypes.d.ts +6 -0
  29. package/dist/components/core/Box/index.d.ts +2 -0
  30. package/dist/components/core/Callout/Callout.d.ts +17 -0
  31. package/dist/components/core/Callout/Callout.stories.d.ts +10 -0
  32. package/dist/components/core/Callout/index.d.ts +2 -0
  33. package/dist/components/core/Container/Container.d.ts +23 -0
  34. package/dist/components/core/Container/Container.stories.d.ts +10 -0
  35. package/dist/components/core/Container/index.d.ts +2 -0
  36. package/dist/components/core/Divider/Divider.d.ts +17 -0
  37. package/dist/components/core/Divider/Divider.stories.d.ts +9 -0
  38. package/dist/components/core/Divider/index.d.ts +2 -0
  39. package/dist/components/core/Highlight/Highlight.d.ts +16 -0
  40. package/dist/components/core/Highlight/Highlight.stories.d.ts +8 -0
  41. package/dist/components/core/Highlight/index.d.ts +2 -0
  42. package/dist/components/core/Link/Link.d.ts +10 -5
  43. package/dist/components/core/Pill/Pill.d.ts +12 -6
  44. package/dist/components/core/Pill/Pill.stories.d.ts +3 -0
  45. package/dist/components/core/Pill/index.d.ts +1 -1
  46. package/dist/components/core/Popover/Popover.d.ts +1 -1
  47. package/dist/components/core/Stack/Stack.d.ts +12 -21
  48. package/dist/components/core/Stack/index.d.ts +1 -1
  49. package/dist/components/core/Text/Text.d.ts +7 -7
  50. package/dist/components/core/index.d.ts +11 -1
  51. package/dist/index.cjs.js +7 -6
  52. package/dist/index.cjs.js.map +1 -1
  53. package/dist/index.d.ts +20 -3
  54. package/dist/index.es.js +4029 -3342
  55. package/dist/index.es.js.map +1 -1
  56. package/dist/style.css +1 -1
  57. package/dist/theme/globalColor.d.ts +25 -0
  58. package/dist/theme/output/base.json.d.ts +28 -56
  59. package/dist/theme/output/theme.json.d.ts +579 -1016
  60. package/dist/theme/themeCubeOverride.d.ts +11 -0
  61. package/dist/theme/types.d.ts +64 -19
  62. package/package.json +9 -4
  63. package/src/theme/output/components.css +1945 -0
  64. package/src/theme/output/theme.css +247 -0
  65. package/dist/components/CodeSnippet/CodeSnippet.stories.d.ts +0 -17
  66. package/dist/components/CodeSnippet/__fixtures__/device-profile-report.d.ts +0 -422
  67. package/dist/components/JsonGraph/DeviceProfileReport.stories.d.ts +0 -11
package/dist/index.cjs.js CHANGED
@@ -1,10 +1,11 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),c=require("react"),u1=require("react-dom"),F2={fontFamily:{base:"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",mono:"'Mona Sans Mono', monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",md:"1.25rem",lg:"1.5rem",xl:"2rem",xxl:"2rem"},fontWeight:{regular:400,medium:500,semibold:600,bold:700},lineHeight:{tight:1.25,normal:1.5,relaxed:1.75},text:{display:{fontSize:"2rem",fontWeight:600,lineHeight:1.25},titleLarge:{fontSize:"2rem",fontWeight:600,lineHeight:1.25},titleMedium:{fontSize:"1.5rem",fontWeight:600,lineHeight:1.25},titleSmall:{fontSize:"1.25rem",fontWeight:600,lineHeight:1.5},subtitle:{fontSize:"1.25rem",fontWeight:400,lineHeight:1.5},bodyLarge:{fontSize:"1.25rem",fontWeight:400,lineHeight:1.75},bodyMedium:{fontSize:"0.875rem",fontWeight:400,lineHeight:1.5},bodySmall:{fontSize:"0.75rem",fontWeight:400,lineHeight:1.5},caption:{fontSize:"0.75rem",fontWeight:400,lineHeight:1.25},codeBlock:{fontSize:"0.75rem",fontWeight:400,lineHeight:1.25,fontFamily:"'Mona Sans Mono', monospace"},inlineCode:{fontSize:"0.875em",fontWeight:400,lineHeight:1.5,fontFamily:"'Mona Sans Mono', monospace"}},button:{extraSmall:{fontSize:"0.75rem",lineHeight:"0.875rem"},small:{fontSize:"0.875rem",lineHeight:"1rem"},medium:{fontSize:"0.875rem",lineHeight:"1.25rem"},large:{fontSize:"1rem",lineHeight:"1.5rem"}},pill:{sm:{fontSize:"0.75rem",lineHeight:"0.9375rem",fontWeight:400},md:{fontSize:"0.75rem",lineHeight:"1.125rem",fontWeight:400}}},v2={functional:{background:{default:"#FFFFFF",muted:"#F9F9F8",inset:"#F4F4F2",emphasis:"#2D2D2D",disabled:"#F4F4F2",transparent:"transparent",inverse:"#2D2D2D",neutral:{muted:"#EFEEEA",emphasis:"#474746"}},foreground:{default:"#2D2D2D",muted:"#6F6F6D",onEmphasis:"#FFFFFF",disabled:"#ABA9A5",link:"#525252",white:"#FFFFFF",neutral:"#474746"},border:{default:"#E2E1DD",muted:"rgba(58,58,57,0.1)",emphasis:"#D8D7D4",disabled:"#EFEEEA",transparent:"transparent",translucent:"rgba(58,58,57,0.08)",neutral:{muted:"#EFEEEA",emphasis:"#D8D7D4"}},syntax:{comment:"#D8D7D4",key:"#646CB8",constant:"#09B2B5",constantOtherReferenceLink:"#0a3069",entity:"#EEB5FF",entityTag:"#A2D794",keyword:"#FBC4C4",string:"#B96516",stringRegexp:"#A2D794",variable:"#FF8635",brackethighlighterAngle:"#ABA9A5",brackethighlighterUnmatched:"#F99090",carriageReturnBg:"#FBC4C4",carriageReturnText:"#FFFFFF",invalidIllegalText:"#FFFFFF",invalidIllegalBg:"#F99090",markupBold:"#525252",markupItalic:"#525252",markupHeading:"#09B2B5",markupList:"#A2D794",markupInsertedBg:"#F0F9EF",markupInsertedText:"#A2D794",markupDeletedBg:"#FFF6F5",markupDeletedText:"#F99090",markupChangedBg:"#FEE8D8",markupChangedText:"#FF8635",nullLiteral:"#E2E1DD",booleanLiteral:"#EEB5FF",bracket:"#E01280",stringUrl:"#0969da",stringEmail:"#0969da",stringUuid:"#D8D7D4",rowHoverBg:"#FFFFFF"}}},y2={space:{1:"0.0625rem",2:"0.125rem",3:"0.1875rem",4:"0.25rem",5:"0.3125rem",6:"0.375rem",8:"0.5rem",10:"0.625rem",12:"0.75rem"},stack:{gap:{none:"0",xxs:"0.25rem",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem",xxl:"3rem"},padding:{none:"0",xxs:"0.25rem",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem",xxl:"3rem"}},borderRadius:{sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",full:"624.9375rem"},borderWidth:{thin:"max(1px, 0.0625rem)",thick:"max(2px, 0.125rem)"},breakpoints:{md:"48rem",lg:"63.25rem"},control:{extraSmall:{size:"1.5rem",borderRadius:"0.375rem",gap:"0.5rem",paddingBlock:"0.375rem",paddingInline:{condensed:"0.5rem",normal:"0.75rem",spacious:"1.5rem"}},small:{size:"1.75rem",borderRadius:"0.375rem",gap:"0.5rem",paddingBlock:"0.375rem",paddingInline:{condensed:"0.5rem",normal:"0.75rem",spacious:"1.5rem"}},medium:{size:"2rem",borderRadius:"0.5rem",gap:"0.75rem",paddingBlock:"0.5rem",paddingInline:{condensed:"0.75rem",normal:"1rem",spacious:"1.5rem"}},large:{size:"2.5rem",borderRadius:"0.5rem",gap:"1rem",paddingBlock:"0.75rem",paddingInline:{condensed:"1rem",normal:"1.25rem",spacious:"1.5rem"}}},tooltip:{gap:"0.125rem",borderRadius:"0.25rem",paddingInline:"0.375rem",paddingBlock:"0.125rem",maxWidth:"15rem",maxWidthSingleLine:"7.5rem",boxShadow:"0 1px 2px rgba(68, 68, 69, 0.08)"},pill:{sm:{paddingInline:"0.5rem",paddingBlock:"0.125rem",borderRadius:"0.25rem",gap:"0.25rem"},md:{paddingInline:"0.75rem",paddingBlock:"0.25rem",borderRadius:"0.375rem",gap:"0.375rem"}},iconButton:{extraSmall:{size:"1.5rem",borderRadius:"0.375rem",icon:"1.125rem"},small:{size:"1.75rem",borderRadius:"0.375rem",icon:"1.25rem"},medium:{size:"2rem",borderRadius:"0.5rem",icon:"1.25rem"},large:{size:"2.5rem",borderRadius:"0.5rem",icon:"1.5rem"}},breadcrumb:{gap:"0.125rem",itemPaddingInline:"0.5rem",itemPaddingBlock:"0.125rem",itemBorderRadius:"0.5rem",separatorWidth:"0.625rem"},siteHeader:{height:"3rem",paddingInlineStart:"1rem",paddingInlineEnd:"0.5rem",paddingBlock:"0.5rem",leadingGap:"0.25rem",trailingGap:"0.5rem",dividerHeight:"0.9375rem",dividerWidth:"0.0625rem"},sheet:{width:{sm:"20rem",md:"25rem",lg:"35rem"},minWidth:"15rem",maxWidth:"90vw",maxHeight:"90vh",padding:"1rem",bottomCornerRadius:"1rem"},sidebar:{width:{sm:"15rem",md:"17rem",lg:"20rem"},widthMinimized:"5.6rem",minWidth:"12.5rem",maxWidth:"30rem",padding:"0.5rem",footerPadding:"0.5rem"},popover:{gap:"0.25rem",borderRadius:"0.5rem",minWidth:"10rem",maxWidth:"20rem"},actionMenu:{item:{minHeight:"1.875rem",paddingInline:"0.75rem",paddingBlock:"0.3125rem",borderRadius:"0.375rem",slotGap:"1rem",subtextGap:"0.25rem",iconSize:"1.25rem",subtextIconSize:"1rem"},list:{paddingInline:"0.25rem",paddingBlock:"0.5rem",itemGap:"0.25rem",sectionGap:"0.5rem"},section:{paddingInline:"0.75rem",paddingBlock:"0.125rem"},header:{paddingInline:"1rem",paddingBlockStart:"0.75rem",paddingBlockEnd:"1rem"},footer:{padding:"1rem"}},resizeHandle:{hitArea:"0.5rem"},zIndex:{base:"0",raised:"1",sticky:"200",dropdown:"300",overlay:"400",sheet:"500",dialog:"600",popover:"700",tooltip:"800",toast:"900",max:"9999"}},T2={bgColor:{rest:"#3A3A39",hover:"#2D2D2D",pressed:"#222221",disabled:"#EFEEEA"},borderColor:{rest:"#474746",hover:"#474746",pressed:"#474746",disabled:"#EFEEEA"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},Z2={bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#D8D7D4",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#EFEEEA"},fgColor:{rest:"#474746",hover:"#474746",pressed:"#6F6F6D",disabled:"#888783"}},_2={bgColor:{rest:"#ffffff00",hover:"#F9F9F8",pressed:"#F9F9F8",disabled:"#ffffff00"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#2D2D2D",hover:"#2D2D2D",pressed:"#474746",disabled:"#888783"}},H2={bgColor:{rest:"#DA2222",hover:"#D50606",pressed:"#B50D0D",disabled:"#EFEEEA"},borderColor:{rest:"#DA2222",hover:"#DA2222",pressed:"#DA2222",disabled:"#EFEEEA"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},x2={bgColor:{rest:"#EFEEEA",hover:"#E2E1DD",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#474746",hover:"#474746",pressed:"#6F6F6D",disabled:"#888783"}},D2={inline:{rest:"#525252",hover:"#ABA9A5"},standalone:{rest:"#525252",hover:"#ABA9A5"}},S2={gray:{bold:{filled:{bgColor:{rest:"#E2E1DD",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#2D2D2D",hover:"#2D2D2D",pressed:"#474746",disabled:"#888783"}},bordered:{bgColor:{rest:"#F9F9F8",hover:"#F4F4F2",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#D8D7D4",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#EFEEEA"},fgColor:{rest:"#2D2D2D",hover:"#2D2D2D",pressed:"#474746",disabled:"#888783"}}},extraBold:{filled:{bgColor:{rest:"#2D2D2D",hover:"#3A3A39",pressed:"#3A3A39",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#474746",hover:"#3A3A39",pressed:"#3A3A39",disabled:"#EFEEEA"},fgColor:{rest:"#2D2D2D",hover:"#2D2D2D",pressed:"#474746",disabled:"#888783"}}},extralight:{filled:{bgColor:{rest:"#F9F9F8",hover:"#F4F4F2",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#474746",hover:"#474746",pressed:"#6F6F6D",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#D8D7D4",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#EFEEEA"},fgColor:{rest:"#474746",hover:"#474746",pressed:"#6F6F6D",disabled:"#888783"}}},light:{filled:{bgColor:{rest:"#EFEEEA",hover:"#E2E1DD",pressed:"#E2E1DD",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#474746",hover:"#2D2D2D",pressed:"#2D2D2D",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#D8D7D4",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#EFEEEA"},fgColor:{rest:"#474746",hover:"#474746",pressed:"#6F6F6D",disabled:"#888783"}}}},green:{bold:{filled:{bgColor:{rest:"#E2F1DE",hover:"#DCF1D5",pressed:"#DCF1D5",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#1D6B08",hover:"#145502",pressed:"#145502",disabled:"#888783"}},bordered:{bgColor:{rest:"#F9F9F8",hover:"#F4F4F2",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#BAE3AF",hover:"#BAE3AF",pressed:"#BAE3AF",disabled:"#EFEEEA"},fgColor:{rest:"#1D6B08",hover:"#145502",pressed:"#145502",disabled:"#888783"}}},extraBold:{filled:{bgColor:{rest:"#32821C",hover:"#3F9029",pressed:"#3F9029",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#3F9029",hover:"#32821C",pressed:"#32821C",disabled:"#EFEEEA"},fgColor:{rest:"#145502",hover:"#145502",pressed:"#1D6B08",disabled:"#888783"}}},extralight:{filled:{bgColor:{rest:"#F0F9EF",hover:"#E6F4E4",pressed:"#E6F4E4",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#3F9029",hover:"#32821C",pressed:"#32821C",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#DCF1D5",hover:"#DCF1D5",pressed:"#DCF1D5",disabled:"#EFEEEA"},fgColor:{rest:"#3F9029",hover:"#32821C",pressed:"#32821C",disabled:"#888783"}}},light:{filled:{bgColor:{rest:"#E6F4E4",hover:"#E2F1DE",pressed:"#E2F1DE",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#32821C",hover:"#1D6B08",pressed:"#1D6B08",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#CCEEC2",hover:"#CCEEC2",pressed:"#CCEEC2",disabled:"#EFEEEA"},fgColor:{rest:"#32821C",hover:"#1D6B08",pressed:"#1D6B08",disabled:"#888783"}}}},orange:{bold:{filled:{bgColor:{rest:"#FFDDC5",hover:"#FFD4B3",pressed:"#FFD4B3",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#BD4B04",hover:"#953501",pressed:"#953501",disabled:"#888783"}},bordered:{bgColor:{rest:"#F9F9F8",hover:"#F4F4F2",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#FF9B61",hover:"#FF9B61",pressed:"#FF9B61",disabled:"#EFEEEA"},fgColor:{rest:"#BD4B04",hover:"#953501",pressed:"#953501",disabled:"#888783"}}},extraBold:{filled:{bgColor:{rest:"#953501",hover:"#BD4B04",pressed:"#BD4B04",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#BD4B04",hover:"#953501",pressed:"#953501",disabled:"#EFEEEA"},fgColor:{rest:"#953501",hover:"#953501",pressed:"#BD4B04",disabled:"#888783"}}},extralight:{filled:{bgColor:{rest:"#FFEFE6",hover:"#FEE8D8",pressed:"#FEE8D8",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#C85700",hover:"#BD4B04",pressed:"#BD4B04",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#FFD4B3",hover:"#FFD4B3",pressed:"#FFD4B3",disabled:"#EFEEEA"},fgColor:{rest:"#C85700",hover:"#BD4B04",pressed:"#BD4B04",disabled:"#888783"}}},light:{filled:{bgColor:{rest:"#FEE8D8",hover:"#FFDDC5",pressed:"#FFDDC5",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#C85700",hover:"#BD4B04",pressed:"#BD4B04",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#FFBA86",hover:"#FFBA86",pressed:"#FFBA86",disabled:"#EFEEEA"},fgColor:{rest:"#C85700",hover:"#BD4B04",pressed:"#BD4B04",disabled:"#888783"}}}},red:{bold:{filled:{bgColor:{rest:"#FFE6E2",hover:"#FFD9D5",pressed:"#FFD9D5",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#B50D0D",hover:"#930202",pressed:"#930202",disabled:"#888783"}},bordered:{bgColor:{rest:"#F9F9F8",hover:"#F4F4F2",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#FBC4C4",hover:"#FBC4C4",pressed:"#FBC4C4",disabled:"#EFEEEA"},fgColor:{rest:"#B50D0D",hover:"#930202",pressed:"#930202",disabled:"#888783"}}},extraBold:{filled:{bgColor:{rest:"#D50606",hover:"#DA2222",pressed:"#DA2222",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#DA2222",hover:"#D50606",pressed:"#D50606",disabled:"#EFEEEA"},fgColor:{rest:"#930202",hover:"#930202",pressed:"#B50D0D",disabled:"#888783"}}},extralight:{filled:{bgColor:{rest:"#FFF6F5",hover:"#FCEDEB",pressed:"#FCEDEB",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#D50606",hover:"#B50D0D",pressed:"#B50D0D",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#FFD9D5",hover:"#FFD9D5",pressed:"#FFD9D5",disabled:"#EFEEEA"},fgColor:{rest:"#D50606",hover:"#B50D0D",pressed:"#B50D0D",disabled:"#888783"}}},light:{filled:{bgColor:{rest:"#FCEDEB",hover:"#FFE6E2",pressed:"#FFE6E2",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#D50606",hover:"#B50D0D",pressed:"#B50D0D",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#FDCEC8",hover:"#FDCEC8",pressed:"#FDCEC8",disabled:"#EFEEEA"},fgColor:{rest:"#D50606",hover:"#B50D0D",pressed:"#B50D0D",disabled:"#888783"}}}},teal:{bold:{filled:{bgColor:{rest:"#C9F0F7",hover:"#B2E8F0",pressed:"#B2E8F0",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#177E93",hover:"#07596A",pressed:"#07596A",disabled:"#888783"}},bordered:{bgColor:{rest:"#F9F9F8",hover:"#F4F4F2",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#82E2EF",hover:"#82E2EF",pressed:"#82E2EF",disabled:"#EFEEEA"},fgColor:{rest:"#177E93",hover:"#07596A",pressed:"#07596A",disabled:"#888783"}}},extraBold:{filled:{bgColor:{rest:"#05475C",hover:"#07596A",pressed:"#07596A",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#07596A",hover:"#05475C",pressed:"#05475C",disabled:"#EFEEEA"},fgColor:{rest:"#024E67",hover:"#024E67",pressed:"#07596A",disabled:"#888783"}}},extralight:{filled:{bgColor:{rest:"#F0FBFF",hover:"#E2F7FF",pressed:"#E2F7FF",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#2E98AD",hover:"#1B899E",pressed:"#1B899E",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#B2E8F0",hover:"#B2E8F0",pressed:"#B2E8F0",disabled:"#EFEEEA"},fgColor:{rest:"#2E98AD",hover:"#1B899E",pressed:"#1B899E",disabled:"#888783"}}},light:{filled:{bgColor:{rest:"#E2F7FF",hover:"#C9F0F7",pressed:"#C9F0F7",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#1B899E",hover:"#177E93",pressed:"#177E93",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#A1E9F1",hover:"#A1E9F1",pressed:"#A1E9F1",disabled:"#EFEEEA"},fgColor:{rest:"#1B899E",hover:"#177E93",pressed:"#177E93",disabled:"#888783"}}}},yellow:{bold:{filled:{bgColor:{rest:"#FFF0CD",hover:"#FCE6AE",pressed:"#FCE6AE",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#955C02",hover:"#7E4E01",pressed:"#7E4E01",disabled:"#888783"}},bordered:{bgColor:{rest:"#F9F9F8",hover:"#F4F4F2",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#FFCD44",hover:"#FFCD44",pressed:"#FFCD44",disabled:"#EFEEEA"},fgColor:{rest:"#955C02",hover:"#7E4E01",pressed:"#7E4E01",disabled:"#888783"}}},extraBold:{filled:{bgColor:{rest:"#AA6A01",hover:"#B57C02",pressed:"#B57C02",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#B57C02",hover:"#AA6A01",pressed:"#AA6A01",disabled:"#EFEEEA"},fgColor:{rest:"#7E4E01",hover:"#7E4E01",pressed:"#955C02",disabled:"#888783"}}},extralight:{filled:{bgColor:{rest:"#FFFBF0",hover:"#FBF2D8",pressed:"#FBF2D8",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#B57C02",hover:"#AA6A01",pressed:"#AA6A01",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2"},borderColor:{rest:"#FCE6AE",hover:"#FCE6AE",pressed:"#FCE6AE",disabled:"#EFEEEA"},fgColor:{rest:"#B57C02",hover:"#AA6A01",pressed:"#AA6A01",disabled:"#888783"}}},light:{filled:{bgColor:{rest:"#FBF2D8",hover:"#FFF0CD",pressed:"#FFF0CD",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#AA6A01",hover:"#955C02",pressed:"#955C02",disabled:"#888783"}},bordered:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#FAD98E",hover:"#FAD98E",pressed:"#FAD98E",disabled:"#EFEEEA"},fgColor:{rest:"#AA6A01",hover:"#955C02",pressed:"#955C02",disabled:"#888783"}}}}},w2={background:"#222221",border:"#ffffff00",foreground:"#FFFFFF"},Q2={ghost:{unselected:{bgColor:{rest:"#ffffff00",hover:"#EFEEEA",pressed:"#EFEEEA",disabled:"#ffffff00"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#474746",hover:"#474746",pressed:"#474746",disabled:"#888783"}},selected:{bgColor:{rest:"#DFEAFD",hover:"#CBDEFF",pressed:"#DFEAFD",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#2776FF",hover:"#2776FF",pressed:"#2776FF",disabled:"#888783"}}},outlined:{unselected:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#EFEEEA"},borderColor:{rest:"#D8D7D4",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#E2E1DD"},fgColor:{rest:"#474746",hover:"#474746",pressed:"#474746",disabled:"#888783"}},selected:{bgColor:{rest:"#EAF2FF",hover:"#C4DAFF",pressed:"#CBDEFF",disabled:"#F4F4F2"},borderColor:{rest:"#649DFF",hover:"#82B0FF",pressed:"#2776FF",disabled:"#EFEEEA"},fgColor:{rest:"#2776FF",hover:"#2776FF",pressed:"#2776FF",disabled:"#888783"}}}},E2={link:{fgColor:{rest:"#888783",hover:"#888783",active:"#474746"},bgColor:{rest:"#ffffff00",hover:"#F4F4F2",active:"#ffffff00"}},separator:{fgColor:"#888783"}},C2={background:"#FFFFFF",border:"#ffffff00",divider:"#ABA9A5"},M2={modal:"rgba(58,58,57,0.2)",sheet:"rgba(53,53,51,0.03)",none:"#ffffff00"},I2={background:"#FFFFFF"},k2={background:"#FFFFFF",border:"#EFEEEA"},B2={background:"#FFFFFF"},A2={item:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2",selected:{rest:"#F4F4F2",pressed:"#EFEEEA"}},fgColor:{rest:"#888783",pressed:"#474746",disabled:"#ABA9A5",selected:"#474746",subtext:"#888783"}},section:{fgColor:"#474746"},divider:{fgColor:"#EFEEEA"}},$2={popover:"0 0 0 1px rgba(42, 28, 0, 0.07), 0 20px 24px 0 rgba(25, 25, 25, 0.05), 0 5px 8px 0 rgba(25, 25, 25, 0.03)",popoverElevated:"0 0 0 1px rgba(42, 28, 0, 0.10), 0 24px 32px 0 rgba(25, 25, 25, 0.08), 0 8px 12px 0 rgba(25, 25, 25, 0.05)",sheet:"0 0 0 1px rgba(42, 28, 0, 0.07), 0 20px 24px 0 rgba(25, 25, 25, 0.05), 0 5px 8px 0 rgba(25, 25, 25, 0.03)"},L2={primary:"#2D2D2D",black:"#474746",white:"#FFFFFF",focus:"#2776FF",success:{default:"#3F9029",muted:"#145502"},warning:{default:"#FFB404",muted:"#7E4E01"},error:{default:"#B50D0D",muted:"#930202"},info:{default:"#2776FF",muted:"#054BC5"},fg:{neutral:{1:"#FFFFFF",2:"#ABA9A5",3:"#888783",4:"#6F6F6D",5:"#474746",6:"#2D2D2D"},link:{extraDark:"#3A3A39",default:"#525252",hover:"#ABA9A5"},green:{1:"#489E31",2:"#3F9029",3:"#32821C",4:"#1D6B08",5:"#145502"},teal:{1:"#2E98AD",2:"#1B899E",3:"#177E93",4:"#07596A",5:"#024E67"},yellow:{1:"#CF9202",2:"#B57C02",3:"#AA6A01",4:"#955C02",5:"#7E4E01"},orange:{3:"#C85700",4:"#BD4B04",5:"#953501"},red:{3:"#D50606",4:"#B50D0D",5:"#930202"},magenta:{1:"#EC2EAC",2:"#E0159C",3:"#D2038A",4:"#B00172"},indigo:{3:"#6D6DFF",4:"#6565FA",5:"#5757D6",6:"#5050C8"},blue:{1:"#2776FF",2:"#1663E7",3:"#0959E3",4:"#034FD2",5:"#054BC5"},purple:{1:"#D24EFA",2:"#CA30F5",3:"#BB1CEB",4:"#A409CF",5:"#8E03BC"}},text:{contrast:"#474746",default:"#6F6F6D",muted:"#888783",subtle:"#ABA9A5",disabled:"#ABA9A5"},canvas:{default:"#FFFFFF",modal:"#FFFFFF",inset:"#F4F4F2",insetStrong:"#EFEEEA",subtle:"#F9F9F8",transparent:"#ffffff00",overlay:{modal:"rgba(58,58,57,0.2)",sheet:"rgba(53,53,51,0.03)"}},border:{gray:{1:"#EFEEEA",2:"#E2E1DD",3:"#D8D7D4"},grayAlpha:{0:"rgba(58,58,57,0)",1:"rgba(58,58,57,0.08)",2:"rgba(58,58,57,0.1)",3:"rgba(58,58,57,0.15)",4:"rgba(58,58,57,0.2)"}},bg:{gray:{light:{"01":"#FFFFFF","02":"#F9F9F8","03":"#F4F4F2","04":"#EFEEEA","05":"#E2E1DD","06":"#D8D7D4"},dark:{"04":"#525252","05":"#474746","06":"#3A3A39","07":"#2D2D2D"}}},syntax:{comment:"#D8D7D4",key:"#646CB8",constant:"#09B2B5",constantOtherReferenceLink:"#0a3069",entity:"#EEB5FF",entityTag:"#A2D794",keyword:"#FBC4C4",string:"#B96516",stringRegexp:"#A2D794",variable:"#FF8635",brackethighlighterAngle:"#ABA9A5",brackethighlighterUnmatched:"#F99090",carriageReturnBg:"#FBC4C4",carriageReturnText:"#FFFFFF",invalidIllegalText:"#FFFFFF",invalidIllegalBg:"#F99090",markupBold:"#525252",markupItalic:"#525252",markupHeading:"#09B2B5",markupList:"#A2D794",markupInsertedBg:"#F0F9EF",markupInsertedText:"#A2D794",markupDeletedBg:"#FFF6F5",markupDeletedText:"#F99090",markupChangedBg:"#FEE8D8",markupChangedText:"#FF8635",nullLiteral:"#E2E1DD",booleanLiteral:"#EEB5FF",bracket:"#E01280",stringUrl:"#0969da",stringEmail:"#0969da",stringUuid:"#D8D7D4",rowHoverBg:"#FFFFFF"}},I={typography:F2,colors:v2,sizes:y2,buttonPrimary:T2,buttonSecondary:Z2,buttonGhost:_2,buttonDanger:H2,buttonRounded:x2,linkColors:D2,pillColors:S2,tooltipColors:w2,iconButton:Q2,breadcrumbColors:E2,siteHeaderColors:C2,overlayColors:M2,sheetColors:I2,sidebarColors:k2,popoverColors:B2,actionMenuColors:A2,shadows:$2,globalColors:L2},W2={0:"#000000"},z2={0:"#ffffff"},j2={0:"#FFFFFF",1:"#F9F9F8",2:"#F4F4F2",3:"#EFEEEA",4:"#E2E1DD",5:"#D8D7D4",6:"#ABA9A5",7:"#888783",8:"#6F6F6D",9:"#525252",10:"#474746",11:"#3A3A39",12:"#2D2D2D",13:"#222221"},R2={0:"rgba(58,58,57,0)",1:"rgba(58,58,57,0.08)",2:"rgba(58,58,57,0.1)",3:"rgba(58,58,57,0.15)",4:"rgba(58,58,57,0.2)"},P2={sheet:"rgba(53,53,51,0.03)"},N2={0:"#F0F9EF",1:"#E6F4E4",2:"#E2F1DE",3:"#DCF1D5",4:"#CCEEC2",5:"#BAE3AF",6:"#A2D794",7:"#87C875",8:"#6EBF57",9:"#489E31",10:"#3F9029",11:"#32821C",12:"#1D6B08",13:"#145502"},V2={0:"#F9ECFD",1:"#FAE8FF",2:"#F9E6FF",3:"#F6D8FF",4:"#E9BBFF",5:"#EEB5FF",6:"#ED9DFF",7:"#E479FF",8:"#E260FF",9:"#D24EFA",10:"#CA30F5",11:"#BB1CEB",12:"#A409CF",13:"#8E03BC"},O2={0:"#F7F7FC",1:"#F4F4FF",2:"#E8E8FF",3:"#E2E2FF",4:"#D4D4FF",5:"#C1C1FF",6:"#AFAFFF",7:"#9D9DFF",8:"#8686FF",9:"#6D6DFF",10:"#6565FA",11:"#5757D6",12:"#5050C8"},U2={0:"#F4F8FF",1:"#EEF4FF",2:"#EAF2FF",3:"#DFEAFD",4:"#CBDEFF",5:"#C4DAFF",6:"#BCD4FF",7:"#96BDFF",8:"#82B0FF",9:"#649DFF",10:"#2776FF",11:"#1663E7",12:"#0959E3",13:"#034FD2",14:"#054BC5"},G2={0:"#FCE9F6",1:"#FDD8F1",2:"#FFC2EA",3:"#FFB5E6",4:"#FFA2E0",5:"#FF9ADD",6:"#FF83D6",7:"#E63BAD",8:"#EB3CB2",9:"#EC2EAC",10:"#E0159C",11:"#D2038A",12:"#B00172"},K2={0:"#FFFBF0",1:"#FBF2D8",2:"#FFF0CD",3:"#FCE6AE",4:"#FAD98E",5:"#FFCD44",6:"#FFB404",7:"#E3A703",8:"#D99904",9:"#CF9202",10:"#B57C02",11:"#AA6A01",12:"#955C02",13:"#7E4E01"},J2={0:"#FFF6F5",1:"#FCEDEB",2:"#FFE6E2",3:"#FFD9D5",4:"#FDCEC8",5:"#FBC4C4",6:"#FEB1B1",7:"#F99090",8:"#EF6262",9:"#E74646",10:"#DA2222",11:"#D50606",12:"#B50D0D",13:"#930202"},Y2={0:"#FFEFE6",1:"#FEE8D8",2:"#FFDDC5",3:"#FFD4B3",4:"#FFBA86",5:"#FF9B61",6:"#FF8635",7:"#F2711B",8:"#D95903",9:"#C85700",10:"#BD4B04",11:"#953501"},X2={0:"#FAF9FF",1:"#ECEBFF",2:"#D7CFF7",3:"#BDB7F7",4:"#C09EFE",5:"#B792FC",6:"#9E70F5",7:"#8950F3",8:"#8C53F4",9:"#8143F6",10:"#7530F5",11:"#641EE6",12:"#5B1BB5"},e0={0:"#F0FBFF",1:"#E2F7FF",2:"#C9F0F7",3:"#B2E8F0",4:"#A1E9F1",5:"#82E2EF",6:"#46B0C8",7:"#2E98AD",8:"#1B899E",9:"#177E93",10:"#07596A",11:"#05475C",12:"#024E67"},t0={0:"#F1F6F2",1:"#F4F7E6",2:"#ECF6C2",3:"#D5E68C",4:"#C5DE59",5:"#B2CD36",6:"#98B61A",7:"#779204",8:"#6B8402",9:"#536601",10:"#4F6201",11:"#4A5B01",12:"#354002",13:"#252D02"},r0={black:W2,white:z2,gray:j2,grayAlpha:R2,overlay:P2,green:N2,purple:V2,indigo:O2,blue:U2,mag:G2,yellow:K2,red:J2,orange:Y2,violet:X2,teal:e0,lime:t0},o0=r0,n1=I.colors.functional,a0=I.buttonPrimary,l0=I.buttonSecondary,n0=I.buttonGhost,s0=I.buttonDanger,i0=I.buttonRounded,d0=I.iconButton,c0=I.linkColors,u0=I.breadcrumbColors,q0=I.siteHeaderColors,g0=I.overlayColors,f0=I.sheetColors,m0=I.sidebarColors,h0=I.popoverColors,p0=I.actionMenuColors,b0=I.pillColors,F0=I.tooltipColors,v0=I.globalColors,y0=I.sizes,T0=I.shadows,Z0=I.typography,e1={colors:{base:o0,functional:{background:n1.background,foreground:n1.foreground,border:n1.border,syntax:n1.syntax,button:{primary:a0,secondary:l0,ghost:n0,danger:s0,rounded:i0},iconButton:d0,link:c0,breadcrumb:u0,siteHeader:q0,overlay:g0,sheet:f0,sidebar:m0,popover:h0,actionMenu:p0,pill:b0,tooltip:F0},global:v0},typography:Z0,sizes:y0,shadows:T0};function F1(e,t){if(!t)return e;const r={...e};for(const l of Object.keys(t)){const n=t[l];if(n===void 0)continue;const s=e[l],i=typeof n=="object"&&n!==null&&!Array.isArray(n)&&typeof s=="object"&&s!==null&&!Array.isArray(s);r[l]=i?F1(s,n):n}return r}const $1=c.createContext(e1);function _0({theme:e,children:t}){const r=e?F1(e1,e):e1;return d.jsx($1.Provider,{value:r,children:t})}function Q(e){const t=c.useContext($1);return e?F1(t,e):t}function H0(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function N(e){if(e===void 0)return{sm:void 0,md:void 0,lg:void 0};if(!H0(e)){const n=e;return{sm:n,md:n,lg:n}}const t=e.sm,r=e.md??e.sm,l=e.lg??e.md??e.sm;return{sm:t,md:r,lg:l}}const x0="_Stack_1mk3b_1",D0={Stack:x0};function S0(e){if(e==="horizontal")return"row";if(e==="vertical")return"column"}function w0(e,t){if(e!==void 0)return t==null?void 0:t[e]}function Q1(e,t){if(e!==void 0)return t==null?void 0:t[e]}function Q0(e){if(e!==void 0)return e?"wrap":"nowrap"}function E0(e,t){const r={},{stack:l}=e,n=N(t.direction),s=N(t.gap),i=N(t.padding),u=N(t.paddingBlock),q=N(t.paddingInline),g=N(t.align),b=N(t.justify),v=N(t.wrap);for(const f of["sm","md","lg"]){const _=S0(n[f]);_&&(r[`--stack-direction-${f}`]=_);const p=w0(s[f],l.gap);p!==void 0&&(r[`--stack-gap-${f}`]=p);const y=i[f],h=Q1(u[f]??y,l.padding);h!==void 0&&(r[`--stack-padding-block-${f}`]=h);const m=Q1(q[f]??y,l.padding);m!==void 0&&(r[`--stack-padding-inline-${f}`]=m),g[f]!==void 0&&(r[`--stack-align-${f}`]=String(g[f])),b[f]!==void 0&&(r[`--stack-justify-${f}`]=String(b[f]));const T=Q0(v[f]);T!==void 0&&(r[`--stack-wrap-${f}`]=T)}return r}function C0({as:e="div",direction:t="vertical",gap:r,padding:l,paddingBlock:n,paddingInline:s,align:i,justify:u,wrap:q=!1,theme:g,style:b,className:v,children:f}){const _=Q(g),p=[D0.Stack,v].filter(Boolean).join(" ");return d.jsx(e,{className:p,style:{...E0(_.sizes,{direction:t,gap:r,padding:l,paddingBlock:n,paddingInline:s,align:i,justify:u,wrap:q}),...b},children:f})}const M0="_Text_xzq0b_1",B={Text:M0,"Text--truncate":"_Text--truncate_xzq0b_7","Text--color-default":"_Text--color-default_xzq0b_14","Text--color-muted":"_Text--color-muted_xzq0b_17","Text--color-on-emphasis":"_Text--color-on-emphasis_xzq0b_20","Text--color-disabled":"_Text--color-disabled_xzq0b_23","Text--color-link":"_Text--color-link_xzq0b_26","Text--color-white":"_Text--color-white_xzq0b_29","Text--color-neutral":"_Text--color-neutral_xzq0b_32","Text--display":"_Text--display_xzq0b_37","Text--title-large":"_Text--title-large_xzq0b_43","Text--title-medium":"_Text--title-medium_xzq0b_49","Text--title-small":"_Text--title-small_xzq0b_55","Text--subtitle":"_Text--subtitle_xzq0b_61","Text--body-large":"_Text--body-large_xzq0b_67","Text--body-medium":"_Text--body-medium_xzq0b_73","Text--body-small":"_Text--body-small_xzq0b_79","Text--caption":"_Text--caption_xzq0b_85","Text--code-block":"_Text--code-block_xzq0b_91","Text--inline-code":"_Text--inline-code_xzq0b_98"},I0={display:"h1",titleLarge:"h2",titleMedium:"h3",titleSmall:"h4",subtitle:"p",bodyLarge:"p",bodyMedium:"p",bodySmall:"p",caption:"span",codeBlock:"pre",inlineCode:"code"},k0={display:B["Text--display"],titleLarge:B["Text--title-large"],titleMedium:B["Text--title-medium"],titleSmall:B["Text--title-small"],subtitle:B["Text--subtitle"],bodyLarge:B["Text--body-large"],bodyMedium:B["Text--body-medium"],bodySmall:B["Text--body-small"],caption:B["Text--caption"],codeBlock:B["Text--code-block"],inlineCode:B["Text--inline-code"]},B0={default:B["Text--color-default"],muted:B["Text--color-muted"],onEmphasis:B["Text--color-on-emphasis"],disabled:B["Text--color-disabled"],link:B["Text--color-link"],white:B["Text--color-white"],neutral:B["Text--color-neutral"]},A0=new Set(["default","muted","onEmphasis","disabled","link","white","neutral"]);function $0(e){return A0.has(e)}function L0(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function W0({as:e,variant:t="bodyMedium",color:r="default",align:l,truncate:n=!1,theme:s,style:i,className:u,children:q}){const g=Q(s),b=e??I0[t],v=typeof r=="string"&&$0(r),f=[B.Text,k0[t],v&&B0[r],n&&B["Text--truncate"],u].filter(Boolean).join(" "),_=s?(()=>{const p=g.colors.functional.foreground,y={"--cube-typography-fontFamily-base":g.typography.fontFamily.base,"--cube-typography-fontFamily-mono":g.typography.fontFamily.mono,"--cube-colors-functional-foreground-default":p.default,"--cube-colors-functional-foreground-muted":p.muted,"--cube-colors-functional-foreground-onEmphasis":p.onEmphasis,"--cube-colors-functional-foreground-disabled":p.disabled,"--cube-colors-functional-foreground-link":p.link,"--cube-colors-functional-foreground-white":p.white,"--cube-colors-functional-foreground-neutral":p.neutral};return Object.keys(g.typography.text).forEach(h=>{const m=L0(h),T=g.typography.text[h];y[`--cube-typography-text-${m}-fontSize`]=T.fontSize,y[`--cube-typography-text-${m}-fontWeight`]=String(T.fontWeight),y[`--cube-typography-text-${m}-lineHeight`]=String(T.lineHeight),T.fontFamily&&(y[`--cube-typography-text-${m}-fontFamily`]=T.fontFamily)}),y})():void 0;return d.jsx(b,{className:f,style:{textAlign:l,..._,...!v&&typeof r=="string"?{color:r}:void 0,...i},children:q})}const z0="_Button_cka89_1",j0="_Button__leadingVisual_cka89_194",R0="_Button__trailingVisual_cka89_195",W={Button:z0,"Button--primary":"_Button--primary_cka89_37","Button--secondary":"_Button--secondary_cka89_58","Button--danger":"_Button--danger_cka89_79","Button--rounded":"_Button--rounded_cka89_101","Button--ghost":"_Button--ghost_cka89_122","Button--size-xs":"_Button--size-xs_cka89_145","Button--size-sm":"_Button--size-sm_cka89_155","Button--size-md":"_Button--size-md_cka89_165","Button--size-lg":"_Button--size-lg_cka89_175","Button--shape-rounded":"_Button--shape-rounded_cka89_100","Button--block":"_Button--block_cka89_190",Button__leadingVisual:j0,Button__trailingVisual:R0},P0={xs:"extraSmall",sm:"small",md:"medium",lg:"large"};function E1(e){return c.isValidElement(e)?c.cloneElement(e,{"aria-hidden":!0,focusable:!1,...e.props??{}}):e}function N0({size:e="sm",variant:t="secondary",shape:r="default",block:l=!1,leadingIcon:n,trailingIcon:s,theme:i,children:u,disabled:q,style:g,...b}){const v=Q(i),f=r==="rounded"||t==="rounded",_=[W.Button,t==="primary"&&W["Button--primary"],t==="secondary"&&W["Button--secondary"],t==="ghost"&&W["Button--ghost"],t==="danger"&&W["Button--danger"],t==="rounded"&&W["Button--rounded"],e==="xs"&&W["Button--size-xs"],e==="sm"&&W["Button--size-sm"],e==="md"&&W["Button--size-md"],e==="lg"&&W["Button--size-lg"],f&&W["Button--shape-rounded"],l&&W["Button--block"],b.className].filter(Boolean).join(" "),p=i?(()=>{const{functional:y}=v.colors,h=P0[e],m=h.replace(/[A-Z]/g,E=>`-${E.toLowerCase()}`),T=v.sizes.control[h],D=v.typography.button[h],S={[`--cube-control-${m}-gap`]:T.gap,[`--cube-control-${m}-size`]:T.size,[`--cube-control-${m}-borderRadius`]:T.borderRadius,[`--cube-control-${m}-paddingBlock`]:T.paddingBlock,[`--cube-control-${m}-paddingInline-condensed`]:T.paddingInline.condensed,[`--cube-control-${m}-paddingInline-normal`]:T.paddingInline.normal,[`--cube-control-${m}-paddingInline-spacious`]:T.paddingInline.spacious,[`--cube-typography-button-${m}-fontSize`]:D.fontSize,[`--cube-typography-button-${m}-lineHeight`]:D.lineHeight,"--cube-typography-fontFamily-base":v.typography.fontFamily.base,"--cube-sizes-borderRadius-full":v.sizes.borderRadius.full,"--cube-sizes-borderWidth-thin":v.sizes.borderWidth.thin,"--cube-colors-functional-foreground-link":y.foreground.link},C=["rest","hover","pressed","disabled"];for(const E of["primary","secondary","ghost","danger","rounded"]){const x=y.button[E];for(const w of C)S[`--cube-button-${E}-bg-${w}`]=x.bgColor[w],S[`--cube-button-${E}-fg-${w}`]=x.fgColor[w],S[`--cube-button-${E}-border-${w}`]=x.borderColor[w]}return S})():void 0;return d.jsxs("button",{disabled:q,type:b.type??"button",className:_,style:{...g??{},...p??{}},...b,children:[n&&d.jsx("span",{className:W.Button__leadingVisual,children:E1(n)}),u,s&&d.jsx("span",{className:W.Button__trailingVisual,children:E1(s)})]})}const V0="_Root_jcigq_1",O0="_Panel_jcigq_6",r1={Root:V0,Panel:O0,"Panel--fixed":"_Panel--fixed_jcigq_24","Panel--compact":"_Panel--compact_jcigq_28","Panel--expanded":"_Panel--expanded_jcigq_35"};function U0(e,t=4){if(typeof e!="string")return t;if(e.endsWith("rem"))return parseFloat(e)*16;if(e.endsWith("px"))return parseFloat(e);const r=parseFloat(e);return Number.isFinite(r)?r:t}function G0(e,t,r){switch(t){case"bottom":return{top:e.bottom+r,left:e.left+e.width/2,transform:"translateX(-50%)"};case"top":return{top:e.top-r,left:e.left+e.width/2,transform:"translate(-50%, -100%)"};case"left":return{top:e.top+e.height/2,left:e.left-r,transform:"translate(-100%, -50%)"};case"right":return{top:e.top+e.height/2,left:e.right+r,transform:"translateY(-50%)"}}}function K0(e){const{functional:t}=e.colors,r=t.tooltip,l=e.sizes.tooltip,n=e.typography.text.caption;return{"--cube-tooltip-bg":r.background,"--cube-tooltip-border":r.border,"--cube-tooltip-fg":r.foreground,"--cube-tooltip-gap":l.gap,"--cube-tooltip-borderRadius":l.borderRadius,"--cube-tooltip-paddingInline":l.paddingInline,"--cube-tooltip-paddingBlock":l.paddingBlock,"--cube-tooltip-maxWidth":l.maxWidth,"--cube-tooltip-maxWidthSingleLine":l.maxWidthSingleLine,"--cube-tooltip-shadow":l.boxShadow,"--cube-z-index-tooltip":e.sizes.zIndex.tooltip,"--cube-sizes-borderWidth-thin":e.sizes.borderWidth.thin,"--cube-typography-fontFamily-base":e.typography.fontFamily.base,"--cube-typography-text-caption-fontSize":n.fontSize,"--cube-typography-text-caption-fontWeight":String(n.fontWeight),"--cube-typography-text-caption-lineHeight":String(n.lineHeight)}}function L1({content:e,children:t,placement:r="bottom",compact:l=!1,showDelay:n=200,theme:s,className:i}){const u=Q(s),q=c.useId(),g=c.useRef(null),[b,v]=c.useState(!1),[f,_]=c.useState({}),p=c.useRef(null),y=c.useMemo(()=>U0(u.sizes.tooltip.gap),[u.sizes.tooltip.gap]),h=s?K0(u):void 0,m=c.useCallback(()=>{p.current&&(clearTimeout(p.current),p.current=null)},[]),T=c.useCallback(()=>{m(),p.current=setTimeout(()=>v(!0),n)},[m,n]),D=c.useCallback(()=>{m(),v(!1)},[m]),S=c.useCallback(()=>{const F=g.current;F&&_(G0(F.getBoundingClientRect(),r,y))},[y,r]);c.useLayoutEffect(()=>{if(b)return S(),window.addEventListener("scroll",S,!0),window.addEventListener("resize",S),()=>{window.removeEventListener("scroll",S,!0),window.removeEventListener("resize",S)}},[b,S]),c.useEffect(()=>{if(!b)return;const F=Z=>{Z.key==="Escape"&&D()};return document.addEventListener("keydown",F),()=>document.removeEventListener("keydown",F)},[b,D]);const C=c.useCallback(F=>{g.current=F;const Z=t.ref;typeof Z=="function"?Z(F):Z&&typeof Z=="object"&&(Z.current=F)},[t]),E=c.useMemo(()=>c.cloneElement(t,{ref:C,"aria-describedby":b?q:void 0,onMouseEnter:F=>{var Z,H;(H=(Z=t.props).onMouseEnter)==null||H.call(Z,F),T()},onMouseLeave:F=>{var Z,H;(H=(Z=t.props).onMouseLeave)==null||H.call(Z,F),D()},onFocus:F=>{var Z,H;(H=(Z=t.props).onFocus)==null||H.call(Z,F),T()},onBlur:F=>{var Z,H;(H=(Z=t.props).onBlur)==null||H.call(Z,F),D()}}),[t,D,T,b,q,C]),x=[r1.Panel,r1["Panel--fixed"],l?r1["Panel--compact"]:r1["Panel--expanded"]].filter(Boolean).join(" "),w=b&&typeof document<"u"?u1.createPortal(d.jsx("span",{id:q,role:"tooltip",className:x,style:{...f,...h??{}},children:e}),document.body):null;return d.jsxs(d.Fragment,{children:[d.jsx("span",{className:[r1.Root,i].filter(Boolean).join(" "),children:E}),w]})}const J0="_IconButton_xt3he_1",Y0="_IconButton__icon_xt3he_55",R={IconButton:J0,"IconButton--size-xs":"_IconButton--size-xs_xt3he_27","IconButton--size-sm":"_IconButton--size-sm_xt3he_34","IconButton--size-md":"_IconButton--size-md_xt3he_41","IconButton--size-lg":"_IconButton--size-lg_xt3he_48",IconButton__icon:Y0,"IconButton--outlined":"_IconButton--outlined_xt3he_87","IconButton--unselected":"_IconButton--unselected_xt3he_87","IconButton--selected":"_IconButton--selected_xt3he_110","IconButton--ghost":"_IconButton--ghost_xt3he_133"},X0={xs:"extraSmall",sm:"small",md:"medium",lg:"large"},ee={xs:R["IconButton--size-xs"],sm:R["IconButton--size-sm"],md:R["IconButton--size-md"],lg:R["IconButton--size-lg"]},te=["rest","hover","pressed","disabled"];function re(e){return c.isValidElement(e)?c.cloneElement(e,{"aria-hidden":!0,focusable:!1,...e.props??{}}):e}function oe(e){const t={};for(const r of Object.keys(e)){const l=e[r];if(l)for(const n of["unselected","selected"]){const s=l[n];for(const i of te)t[`--cube-iconButton-${r}-${n}-bg-${i}`]=s.bgColor[i],t[`--cube-iconButton-${r}-${n}-fg-${i}`]=s.fgColor[i],t[`--cube-iconButton-${r}-${n}-border-${i}`]=s.borderColor[i]}}return t}const ae=R;function W1({size:e="xs",variant:t="outlined",selected:r=!1,theme:l,children:n,disabled:s,style:i,type:u,className:q,tooltip:g,tooltipPlacement:b="bottom",tooltipCompact:v=!0,tooltipShowDelay:f=200,"aria-pressed":_,onClick:p,onKeyDown:y,...h}){const m=Q(l),T=r?R["IconButton--selected"]:R["IconButton--unselected"],D=ae[`IconButton--${t}`],S=[R.IconButton,D,T,ee[e],q].filter(Boolean).join(" "),C=l?(()=>{const{functional:M}=m.colors,P=X0[e],z=P.replace(/[A-Z]/g,K=>`-${K.toLowerCase()}`),L=m.sizes.iconButton[P];return{[`--cube-iconButton-${z}-size`]:L.size,[`--cube-iconButton-${z}-borderRadius`]:L.borderRadius,[`--cube-iconButton-${z}-icon`]:L.icon,"--cube-sizes-borderWidth-thin":m.sizes.borderWidth.thin,"--cube-colors-functional-foreground-link":M.foreground.link,...oe(M.iconButton)}})():void 0,E=_!==void 0?_:r?!0:void 0,x=g!=null&&g!=="",w=!!(s&&x),F=!!(s&&!w),Z=M=>{if(s){M.preventDefault();return}p==null||p(M)},H=M=>{s&&(M.key==="Enter"||M.key===" ")&&M.preventDefault(),y==null||y(M)},A=d.jsx("button",{type:u??"button",disabled:F,"aria-disabled":w?!0:void 0,"aria-pressed":E,className:S,style:{...i??{},...C??{}},...h,onClick:Z,onKeyDown:H,children:d.jsx("span",{className:R.IconButton__icon,children:re(n)})});return g!=null&&g!==""?d.jsx(L1,{content:g,placement:b,compact:v,showDelay:f,theme:l,children:A}):A}const le="_Icon_hao2p_1",o1={Icon:le,"Icon--size-xs":"_Icon--size-xs_hao2p_9","Icon--size-sm":"_Icon--size-sm_hao2p_14","Icon--size-md":"_Icon--size-md_hao2p_19","Icon--size-lg":"_Icon--size-lg_hao2p_24"},ne={xs:"extraSmall",sm:"small",md:"medium",lg:"large"},se={xs:o1["Icon--size-xs"],sm:o1["Icon--size-sm"],md:o1["Icon--size-md"],lg:o1["Icon--size-lg"]};function z1({children:e,size:t="sm",label:r,theme:l,className:n}){const s=Q(l),i=l?(()=>{const g=ne[t],b=g.replace(/[A-Z]/g,f=>`-${f.toLowerCase()}`),v=s.sizes.iconButton[g];return{[`--cube-iconButton-${b}-icon`]:v.icon}})():void 0,u=[o1.Icon,se[t],n].filter(Boolean).join(" "),q=c.isValidElement(e)?c.cloneElement(e,{"aria-hidden":r?void 0:!0,focusable:!1,...e.props??{}}):e;return r?d.jsx("span",{className:u,style:i,role:"img","aria-label":r,children:q}):d.jsx("span",{className:u,style:i,"aria-hidden":!0,children:q})}const ie={source:"material-rounded",export:"AccountIcon",category:"Header",style:"rounded",weight:400,materialSlug:"account-circle",filled:!1},de={source:"material-rounded",export:"AccountBalanceIcon",category:"Header",style:"rounded",weight:400,materialSlug:"account-balance",filled:!1},ce={source:"material-rounded",export:"AcuteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"acute",filled:!1},ue={source:"material-rounded",export:"AdjustIcon",category:"Header",style:"rounded",weight:400,materialSlug:"adjust",filled:!1},qe={source:"material-rounded",export:"AirportShuttleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"airport-shuttle",filled:!1},ge={source:"material-rounded",export:"AltRouteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"alt-route",filled:!1},fe={source:"material-rounded",export:"AppSparkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"apps",filled:!1},me={source:"material-rounded",export:"ApplicationIcon",category:"Header",style:"rounded",weight:400,materialSlug:"widgets",filled:!1},he={source:"material-rounded",export:"AppsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"apps",filled:!1},pe={source:"material-rounded",export:"ArrowSplitIcon",category:"Header",style:"rounded",weight:400,materialSlug:"call-split",filled:!1},be={source:"material-rounded",export:"ArticleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"article",filled:!1},Fe={source:"material-rounded",export:"ArticlePersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"article-person",filled:!1},ve={source:"material-rounded",export:"ArticleShortcutIcon",category:"Header",style:"rounded",weight:400,materialSlug:"article-shortcut",filled:!1},ye={source:"material-rounded",export:"AttachmentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attachment",filled:!1},Te={source:"material-rounded",export:"BookmarkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"bookmark",filled:!1},Ze={source:"material-rounded",export:"BorderAllIcon",category:"Header",style:"rounded",weight:400,materialSlug:"border-all",filled:!1},_e={source:"material-rounded",export:"BrightnessIcon",category:"Header",style:"rounded",weight:400,materialSlug:"brightness-medium",filled:!1},He={source:"material-rounded",export:"CakeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cake",filled:!1},xe={source:"material-rounded",export:"CalendarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"calendar-month",filled:!1},De={source:"material-rounded",export:"CallIcon",category:"Header",style:"rounded",weight:400,materialSlug:"call",filled:!1},Se={source:"material-rounded",export:"CameraIcon",category:"Header",style:"rounded",weight:400,materialSlug:"camera",filled:!1},we={source:"material-rounded",export:"CelebrationIcon",category:"Header",style:"rounded",weight:400,materialSlug:"celebration",filled:!1},Qe={source:"material-rounded",export:"ChatIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chat",filled:!1},Ee={source:"material-rounded",export:"CheckIcon",category:"Header",style:"rounded",weight:400,materialSlug:"check",filled:!1},Ce={source:"material-rounded",export:"CheckCircleUnreadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mark-chat-unread",filled:!1},Me={source:"material-rounded",export:"CheckbookIcon",category:"Header",style:"rounded",weight:400,materialSlug:"checkbook",filled:!1},Ie={source:"material-rounded",export:"ChipsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chips",filled:!1},ke={source:"material-rounded",export:"CircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"circle",filled:!1},Be={source:"material-rounded",export:"CircleCircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"circle",filled:!1},Ae={source:"material-rounded",export:"CloseIcon",category:"Header",style:"rounded",weight:400,materialSlug:"close",filled:!1},$e={source:"material-rounded",export:"CloudDownloadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cloud-download",filled:!1},Le={source:"material-rounded",export:"CodeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"code",filled:!1},We={source:"material-rounded",export:"CollapseIcon",category:"Header",style:"rounded",weight:400,materialSlug:"collapse-all",filled:!1},ze={source:"material-rounded",export:"CommentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"comment",filled:!1},je={source:"material-rounded",export:"ConvertToTextIcon",category:"Header",style:"rounded",weight:400,materialSlug:"convert-to-text",filled:!1},Re={source:"material-rounded",export:"CopyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"content-copy",filled:!1},Pe={source:"material-rounded",export:"CottageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cottage",filled:!1},Ne={source:"material-rounded",export:"CropSquareIcon",category:"Header",style:"rounded",weight:400,materialSlug:"crop-square",filled:!1},Ve={source:"material-rounded",export:"CrownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"crown",filled:!1},Oe={source:"material-rounded",export:"DangerousIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dangerous",filled:!1},Ue={source:"material-rounded",export:"DatabaseIcon",category:"Header",style:"rounded",weight:400,materialSlug:"database",filled:!1},Ge={source:"material-rounded",export:"DeblurIcon",category:"Header",style:"rounded",weight:400,materialSlug:"deblur",filled:!1},Ke={source:"material-rounded",export:"DeliveryTruckSpeedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"delivery-truck-speed",filled:!1},Je={source:"material-rounded",export:"DirectionsCarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"directions-car",filled:!1},Ye={source:"material-rounded",export:"DiscoverTuneIcon",category:"Header",style:"rounded",weight:400,materialSlug:"tune",filled:!1},Xe={source:"material-rounded",export:"DockToBottomIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dock-to-bottom",filled:!1},e8={source:"material-rounded",export:"DockToLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dock-to-left",filled:!1},t8={source:"material-rounded",export:"DockToRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dock-to-right",filled:!1},r8={source:"material-rounded",export:"DocsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"docs",filled:!1},o8={source:"material-rounded",export:"DocumentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"description",filled:!1},a8={source:"material-rounded",export:"DollarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attach-money",filled:!1},l8={source:"material-rounded",export:"DownloadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"download",filled:!1},n8={source:"material-rounded",export:"DownloadingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"downloading",filled:!1},s8={source:"material-rounded",export:"EditIcon",category:"Header",style:"rounded",weight:400,materialSlug:"edit",filled:!1},i8={source:"material-rounded",export:"EmergencyHomeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"emergency-home",filled:!1},d8={source:"material-rounded",export:"EmojiObjectsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"emoji-objects",filled:!1},c8={source:"material-rounded",export:"EnergyProgramSavingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"energy-savings-leaf",filled:!1},u8={source:"material-rounded",export:"EqualizerIcon",category:"Header",style:"rounded",weight:400,materialSlug:"equalizer",filled:!1},q8={source:"material-rounded",export:"ErrorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"error",filled:!1},g8={source:"material-rounded",export:"ExpandIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-all",filled:!1},f8={source:"material-rounded",export:"FieldsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"view-column",filled:!1},m8={source:"material-rounded",export:"FirstPageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"first-page",filled:!1},h8={source:"material-rounded",export:"FlagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"flag",filled:!1},p8={source:"material-rounded",export:"Flag2Icon",category:"Header",style:"rounded",weight:400,materialSlug:"flag-2",filled:!1},b8={source:"material-rounded",export:"FlipIcon",category:"Header",style:"rounded",weight:400,materialSlug:"flip",filled:!1},F8={source:"material-rounded",export:"FolderIcon",category:"Header",style:"rounded",weight:400,materialSlug:"folder",filled:!1},v8={source:"material-rounded",export:"FormatItalicIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-italic",filled:!1},y8={source:"material-rounded",export:"FormatListNumberedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-list-numbered",filled:!1},T8={source:"material-rounded",export:"ForwardMediaIcon",category:"Header",style:"rounded",weight:400,materialSlug:"forward-media",filled:!1},Z8={source:"material-rounded",export:"FrameSparkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"frame-inspect",filled:!1},_8={source:"material-rounded",export:"GiteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"gite",filled:!1},H8={source:"material-rounded",export:"HelpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"help",filled:!1},x8={source:"material-rounded",export:"HistoryIcon",category:"Header",style:"rounded",weight:400,materialSlug:"history",filled:!1},D8={source:"material-rounded",export:"HomeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"home",filled:!1},S8={source:"material-rounded",export:"ImageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"image",filled:!1},w8={source:"material-rounded",export:"InHomeModeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"home-app-logo",filled:!1},Q8={source:"material-rounded",export:"JamboardKioskIcon",category:"Header",style:"rounded",weight:400,materialSlug:"jamboard-kiosk",filled:!1},E8={source:"material-rounded",export:"KidStarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"kid-star",filled:!1},C8={source:"material-rounded",export:"LabelIcon",category:"Header",style:"rounded",weight:400,materialSlug:"label",filled:!1},M8={source:"material-rounded",export:"LaptopMacIcon",category:"Header",style:"rounded",weight:400,materialSlug:"laptop-mac",filled:!1},I8={source:"material-rounded",export:"LaptopWindowsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"laptop-windows",filled:!1},k8={source:"material-rounded",export:"LightbulbIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!1},B8={source:"material-rounded",export:"LinkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"link",filled:!1},A8={source:"material-rounded",export:"LockIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lock",filled:!1},$8={source:"material-rounded",export:"LogoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"token",filled:!1},L8={source:"material-rounded",export:"MailIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mail",filled:!1},W8={source:"material-rounded",export:"MarginIcon",category:"Header",style:"rounded",weight:400,materialSlug:"margin",filled:!1},z8={source:"material-rounded",export:"MenuIcon",category:"Header",style:"rounded",weight:400,materialSlug:"menu",filled:!1},j8={source:"material-rounded",export:"MessageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chat",filled:!1},R8={source:"material-rounded",export:"MicIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mic",filled:!1},P8={source:"material-rounded",export:"MinusIcon",category:"Header",style:"rounded",weight:400,materialSlug:"remove",filled:!1},N8={source:"material-rounded",export:"Mobile2Icon",category:"Header",style:"rounded",weight:400,materialSlug:"mobile-2",filled:!1},V8={source:"material-rounded",export:"MoneyBagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"money-bag",filled:!1},O8={source:"material-rounded",export:"MotionPhotosPausedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"motion-photos-paused",filled:!1},U8={source:"material-rounded",export:"MotionPlayIcon",category:"Header",style:"rounded",weight:400,materialSlug:"motion-play",filled:!1},G8={source:"material-rounded",export:"NestEcoLeafIcon",category:"Header",style:"rounded",weight:400,materialSlug:"nest-eco-leaf",filled:!1},K8={source:"material-rounded",export:"NewWindowIcon",category:"Header",style:"rounded",weight:400,materialSlug:"open-in-new",filled:!1},J8={source:"material-rounded",export:"NewsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"news",filled:!1},Y8={source:"material-rounded",export:"NotesIcon",category:"Header",style:"rounded",weight:400,materialSlug:"notes",filled:!1},X8={source:"material-rounded",export:"NotificationsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"notifications",filled:!1},e5={source:"material-rounded",export:"NumbersIcon",category:"Header",style:"rounded",weight:400,materialSlug:"numbers",filled:!1},t5={source:"material-rounded",export:"PageFooterIcon",category:"Header",style:"rounded",weight:400,materialSlug:"page-footer",filled:!1},r5={source:"material-rounded",export:"PasskeyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"passkey",filled:!1},o5={source:"material-rounded",export:"PendingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"pending",filled:!1},a5={source:"material-rounded",export:"PercentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"percent",filled:!1},l5={source:"material-rounded",export:"PercentDiscountIcon",category:"Header",style:"rounded",weight:400,materialSlug:"percent-discount",filled:!1},n5={source:"material-rounded",export:"PersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person",filled:!1},s5={source:"material-rounded",export:"PlayCircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"play-circle",filled:!1},i5={source:"material-rounded",export:"PlusIcon",category:"Header",style:"rounded",weight:400,materialSlug:"add",filled:!1},d5={source:"material-rounded",export:"PriorityIcon",category:"Header",style:"rounded",weight:400,materialSlug:"priority-high",filled:!1},c5={source:"material-rounded",export:"ProductivityIcon",category:"Header",style:"rounded",weight:400,materialSlug:"productivity",filled:!1},u5={source:"material-rounded",export:"ReleaseAlertIcon",category:"Header",style:"rounded",weight:400,materialSlug:"release-alert",filled:!1},q5={source:"material-rounded",export:"ReplyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"reply",filled:!1},g5={source:"material-rounded",export:"RoofingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"roofing",filled:!1},f5={source:"material-rounded",export:"RotateLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"rotate-left",filled:!1},m5={source:"material-rounded",export:"SavingsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"savings",filled:!1},h5={source:"material-rounded",export:"ScanIcon",category:"Header",style:"rounded",weight:400,materialSlug:"document-scanner",filled:!1},p5={source:"material-rounded",export:"ScheduleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"schedule",filled:!1},b5={source:"material-rounded",export:"SchoolIcon",category:"Header",style:"rounded",weight:400,materialSlug:"school",filled:!1},F5={source:"material-rounded",export:"ScienceIcon",category:"Header",style:"rounded",weight:400,materialSlug:"science",filled:!1},v5={source:"material-rounded",export:"SearchIcon",category:"Header",style:"rounded",weight:400,materialSlug:"search",filled:!1},y5={source:"material-rounded",export:"SecurityIcon",category:"Header",style:"rounded",weight:400,materialSlug:"security",filled:!1},T5={source:"material-rounded",export:"SendIcon",category:"Header",style:"rounded",weight:400,materialSlug:"send",filled:!1},Z5={source:"material-rounded",export:"SettingsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"settings",filled:!1},_5={source:"material-rounded",export:"SettingsBackupRestoreIcon",category:"Header",style:"rounded",weight:400,materialSlug:"settings-backup-restore",filled:!1},H5={source:"material-rounded",export:"ShoppingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shopping-bag",filled:!1},x5={source:"material-rounded",export:"ShoppingBagSpeedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shopping-bag-speed",filled:!1},D5={source:"material-rounded",export:"SirenIcon",category:"Header",style:"rounded",weight:400,materialSlug:"crisis-alert",filled:!1},S5={source:"material-rounded",export:"SortIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sort",filled:!1},w5={source:"material-rounded",export:"StackIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stack",filled:!1},Q5={source:"material-rounded",export:"StethoscopeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stethoscope",filled:!1},E5={source:"material-rounded",export:"StickyNoteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sticky-note-2",filled:!1},C5={source:"material-rounded",export:"StickyNote2Icon",category:"Header",style:"rounded",weight:400,materialSlug:"sticky-note",filled:!1},M5={source:"material-rounded",export:"StopCircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stop-circle",filled:!1},I5={source:"material-rounded",export:"StorefrontIcon",category:"Header",style:"rounded",weight:400,materialSlug:"storefront",filled:!1},k5={source:"material-rounded",export:"StrikethroughSIcon",category:"Header",style:"rounded",weight:400,materialSlug:"strikethrough-s",filled:!1},B5={source:"material-rounded",export:"StylusFountainPenIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stylus-fountain-pen",filled:!1},A5={source:"material-rounded",export:"StylusHighlighterIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stylus-highlighter",filled:!1},$5={source:"material-rounded",export:"StylusNoteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stylus-note",filled:!1},L5={source:"material-rounded",export:"SwapVertIcon",category:"Header",style:"rounded",weight:400,materialSlug:"swap-vert",filled:!1},W5={source:"material-rounded",export:"TableIcon",category:"Header",style:"rounded",weight:400,materialSlug:"table",filled:!1},z5={source:"material-rounded",export:"TagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"tag",filled:!1},j5={source:"material-rounded",export:"TextIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-fields",filled:!1},R5={source:"material-rounded",export:"TextCompareIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-compare",filled:!1},P5={source:"material-rounded",export:"ThemeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dark-mode",filled:!1},N5={source:"material-rounded",export:"ThermostatCarbonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"thermostat-carbon",filled:!1},V5={source:"material-rounded",export:"ThoughtIcon",category:"Header",style:"rounded",weight:400,materialSlug:"psychology",filled:!1},O5={source:"material-rounded",export:"TimerIcon",category:"Header",style:"rounded",weight:400,materialSlug:"timer",filled:!1},U5={source:"material-rounded",export:"TipsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!1},G5={source:"material-rounded",export:"TravelExploreIcon",category:"Header",style:"rounded",weight:400,materialSlug:"travel-explore",filled:!1},K5={source:"material-rounded",export:"TriangleDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-down",filled:!1},J5={source:"material-rounded",export:"TriangleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-up",filled:!1},Y5={source:"material-rounded",export:"UploadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"upload",filled:!1},X5={source:"material-rounded",export:"VerifiedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"verified",filled:!1},et={source:"material-rounded",export:"ViewKanbanIcon",category:"Header",style:"rounded",weight:400,materialSlug:"view-kanban",filled:!1},tt={source:"material-rounded",export:"WandStarsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"wand-stars",filled:!1},rt={source:"material-rounded",export:"WarningIcon",category:"Header",style:"rounded",weight:400,materialSlug:"warning",filled:!1},ot={account:ie,account_balance:de,"account-fill":{source:"material-rounded",export:"AccountIcon",category:"Header",style:"rounded",weight:400,materialSlug:"account-circle",filled:!0},acute:ce,"add-tag":{source:"material-rounded",export:"AddTagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sell",filled:!1},"add-tag-fill":{source:"material-rounded",export:"AddTagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sell",filled:!0},adjust:ue,airport_shuttle:qe,alt_route:ge,app_spark:fe,application:me,"application-fill":{source:"material-rounded",export:"ApplicationIcon",category:"Header",style:"rounded",weight:400,materialSlug:"widgets",filled:!0},apps:he,"apps-user management":{source:"material-rounded",export:"AppsUserManagementIcon",category:"Header",style:"rounded",weight:400,materialSlug:"manage-accounts",filled:!1},"apps-user management-fill":{source:"material-rounded",export:"AppsUserManagementIcon",category:"Header",style:"rounded",weight:400,materialSlug:"manage-accounts",filled:!0},arrow_split:pe,"arrow-backward":{source:"material-rounded",export:"ArrowBackwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-back",filled:!1},"arrow-circle-up":{source:"material-rounded",export:"ArrowCircleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-circle-up",filled:!1},"arrow-downward":{source:"material-rounded",export:"ArrowDownwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-downward",filled:!1},"arrow-drop-down":{source:"material-rounded",export:"ArrowDropDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-down",filled:!1},"arrow-drop-left":{source:"material-rounded",export:"ArrowDropLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-left",filled:!1},"arrow-drop-right":{source:"material-rounded",export:"ArrowDropRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-right",filled:!1},"arrow-drop-up":{source:"material-rounded",export:"ArrowDropUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-up",filled:!1},"arrow-forward":{source:"material-rounded",export:"ArrowForwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-forward",filled:!1},"arrow-upward":{source:"material-rounded",export:"ArrowUpwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-upward",filled:!1},article:be,article_person:Fe,article_shortcut:ve,attachment:ye,bookmark:Te,"bookmark-fill":{source:"material-rounded",export:"BookmarkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"bookmark",filled:!0},border_all:Ze,"brand-awareness":{source:"material-rounded",export:"BrandAwarenessIcon",category:"Header",style:"rounded",weight:400,materialSlug:"brand-awareness",filled:!1},brightness:_e,"bug-report":{source:"material-rounded",export:"BugReportIcon",category:"Header",style:"rounded",weight:400,materialSlug:"bug-report",filled:!1},cake:He,calendar:xe,"calendar-fill":{source:"material-rounded",export:"CalendarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"calendar-month",filled:!0},call:De,camera:Se,"camera-fill":{source:"material-rounded",export:"CameraIcon",category:"Header",style:"rounded",weight:400,materialSlug:"camera",filled:!0},celebration:we,chat:Qe,"chat-fill":{source:"material-rounded",export:"ChatIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chat",filled:!0},check:Ee,check_circle_unread:Ce,checkbook:Me,"chevron-down":{source:"material-rounded",export:"ChevronDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"keyboard-arrow-down",filled:!1},"chevron-left":{source:"material-rounded",export:"ChevronLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chevron-left",filled:!1},"chevron-right":{source:"material-rounded",export:"ChevronRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chevron-right",filled:!1},"chevron-up":{source:"material-rounded",export:"ChevronUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"keyboard-arrow-up",filled:!1},chips:Ie,circle:ke,circle_circle:Be,"circle-add":{source:"material-rounded",export:"CircleAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"add-circle",filled:!1},"circle-add-fill":{source:"material-rounded",export:"CircleAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"add-circle",filled:!0},"circle-check":{source:"material-rounded",export:"CircleCheckIcon",category:"Header",style:"rounded",weight:400,materialSlug:"check-circle",filled:!1},"circle-check-fill":{source:"material-rounded",export:"CircleCheckIcon",category:"Header",style:"rounded",weight:400,materialSlug:"check-circle",filled:!0},"circle-denied":{source:"material-rounded",export:"CircleDeniedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"do-not-disturb-on",filled:!1},"circle-denied-fill":{source:"material-rounded",export:"CircleDeniedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"do-not-disturb-on",filled:!0},close:Ae,cloud_download:$e,code:Le,"code-fill":{source:"material-rounded",export:"CodeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"code",filled:!0},collapse:We,"collapse-sheet":{source:"material-rounded",export:"CollapseSheetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"close-fullscreen",filled:!1},comment:ze,"contract-edit":{source:"material-rounded",export:"ContractEditIcon",category:"Header",style:"rounded",weight:400,materialSlug:"contract-edit",filled:!1},convert_to_text:je,copy:Re,"copy-fill":{source:"material-rounded",export:"CopyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"content-copy",filled:!0},cottage:Pe,"credit-card":{source:"material-rounded",export:"CreditCardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"credit-card",filled:!1},"credit-worthy":{source:"material-rounded",export:"CreditWorthyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"credit-score",filled:!1},crop_square:Ne,crown:Ve,dangerous:Oe,"data-object":{source:"material-rounded",export:"DataObjectIcon",category:"Header",style:"rounded",weight:400,materialSlug:"data-object",filled:!1},database:Ue,deblur:Ge,delete:{source:"material-rounded",export:"DeleteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"delete",filled:!1},"delete-fill":{source:"material-rounded",export:"DeleteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"delete",filled:!0},delivery_truck_speed:Ke,"deployed-code":{source:"material-rounded",export:"DeployedCodeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"deployed-code",filled:!1},directions_car:Je,discover_tune:Ye,dock_to_bottom:Xe,dock_to_left:e8,dock_to_right:t8,docs:r8,document:o8,"document-fill":{source:"material-rounded",export:"DocumentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"description",filled:!0},dollar:a8,"dollar-fill":{source:"material-rounded",export:"DollarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attach-money",filled:!0},"dollar-input":{source:"material-rounded",export:"DollarInputIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attach-money",filled:!1},"dot-indicator":{source:"material-rounded",export:"DotIndicatorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"fiber-manual-record",filled:!1},download:l8,"download-fill":{source:"material-rounded",export:"DownloadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"download",filled:!0},downloading:n8,"drag-handle":{source:"material-rounded",export:"DragHandleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"drag-handle",filled:!1},"drag-indicator":{source:"material-rounded",export:"DragIndicatorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"drag-indicator",filled:!1},edit:s8,"edit-fill":{source:"material-rounded",export:"EditIcon",category:"Header",style:"rounded",weight:400,materialSlug:"edit",filled:!0},"eligibility-rule":{source:"material-rounded",export:"EligibilityRuleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"rule",filled:!1},emergency_home:i8,emoji_objects:d8,energy_program_saving:c8,equalizer:u8,error:q8,"error-fill":{source:"material-rounded",export:"ErrorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"error",filled:!0},expand:g8,"expand-circle-down":{source:"material-rounded",export:"ExpandCircleDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-down",filled:!1},"expand-circle-down-fill":{source:"material-rounded",export:"ExpandCircleDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-down",filled:!0},"expand-circle-up":{source:"material-rounded",export:"ExpandCircleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-up",filled:!1},"expand-circle-up-fill":{source:"material-rounded",export:"ExpandCircleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-up",filled:!0},"expand-sheet":{source:"material-rounded",export:"ExpandSheetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"open-in-full",filled:!1},fields:f8,first_page:m8,flag:h8,flag_2:p8,flip:b8,folder:F8,"folder-fill":{source:"material-rounded",export:"FolderIcon",category:"Header",style:"rounded",weight:400,materialSlug:"folder",filled:!0},format_italic:v8,format_list_numbered:y8,"format-align-center":{source:"material-rounded",export:"FormatAlignCenterIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-align-center",filled:!1},"format-align-left":{source:"material-rounded",export:"FormatAlignLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-align-left",filled:!1},"format-align-right":{source:"material-rounded",export:"FormatAlignRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-align-right",filled:!1},"format-bold":{source:"material-rounded",export:"FormatBoldIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-bold",filled:!1},"format-list-bulleted":{source:"material-rounded",export:"FormatListBulletedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-list-bulleted",filled:!1},"format-underlined":{source:"material-rounded",export:"FormatUnderlinedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-underlined",filled:!1},forward_media:T8,frame_spark:Z8,function:{source:"material-rounded",export:"FunctionIcon",category:"Header",style:"rounded",weight:400,materialSlug:"function",filled:!1},gite:_8,help:H8,"help-fill":{source:"material-rounded",export:"HelpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"help",filled:!0},history:x8,home:D8,"home-fill":{source:"material-rounded",export:"HomeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"home",filled:!0},"id-verify":{source:"material-rounded",export:"IdVerifyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"id-card",filled:!1},image:S8,"image-fill":{source:"material-rounded",export:"ImageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"image",filled:!0},in_home_mode:w8,jamboard_kiosk:Q8,kid_star:E8,label:C8,"label-fill":{source:"material-rounded",export:"LabelIcon",category:"Header",style:"rounded",weight:400,materialSlug:"label",filled:!0},laptop_mac:M8,laptop_windows:I8,lightbulb:k8,"lightbulb-fill":{source:"material-rounded",export:"LightbulbIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!0},link:B8,lock:A8,"lock-fill":{source:"material-rounded",export:"LockIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lock",filled:!0},"log-in":{source:"material-rounded",export:"LogInIcon",category:"Header",style:"rounded",weight:400,materialSlug:"login",filled:!1},"log-out":{source:"material-rounded",export:"LogOutIcon",category:"Header",style:"rounded",weight:400,materialSlug:"logout",filled:!1},logo:$8,"logo-fill":{source:"material-rounded",export:"LogoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"token",filled:!0},mail:L8,"mail-fill":{source:"material-rounded",export:"MailIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mail",filled:!0},"map-pin":{source:"material-rounded",export:"MapPinIcon",category:"Header",style:"rounded",weight:400,materialSlug:"location-on",filled:!1},"map-pin-fill":{source:"material-rounded",export:"MapPinIcon",category:"Header",style:"rounded",weight:400,materialSlug:"location-on",filled:!0},margin:W8,"mark-email-unread":{source:"material-rounded",export:"MarkEmailUnreadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mark-email-unread",filled:!1},menu:z8,message:j8,mic:R8,minus:P8,mobile_2:N8,money_bag:V8,"more-horiz":{source:"material-rounded",export:"MoreHorizIcon",category:"Header",style:"rounded",weight:400,materialSlug:"more-horiz",filled:!1},"more-vert":{source:"material-rounded",export:"MoreVertIcon",category:"Header",style:"rounded",weight:400,materialSlug:"more-vert",filled:!1},motion_photos_paused:O8,motion_play:U8,nest_eco_leaf:G8,new_window:K8,news:J8,notes:Y8,notifications:X8,"notifications-fill":{source:"material-rounded",export:"NotificationsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"notifications",filled:!0},numbers:e5,page_footer:t5,passkey:r5,pending:o5,"pending-fill":{source:"material-rounded",export:"PendingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"pending",filled:!0},percent:a5,percent_discount:l5,"percent-input":{source:"material-rounded",export:"PercentInputIcon",category:"Header",style:"rounded",weight:400,materialSlug:"percent",filled:!1},person:n5,"person-add":{source:"material-rounded",export:"PersonAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person-add",filled:!1},"person-add-fill":{source:"material-rounded",export:"PersonAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person-add",filled:!0},"person-fill":{source:"material-rounded",export:"PersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person",filled:!0},play_circle:s5,"play-arrow":{source:"material-rounded",export:"PlayArrowIcon",category:"Header",style:"rounded",weight:400,materialSlug:"play-arrow",filled:!1},plus:i5,"primary-color":{source:"material-rounded",export:"PrimaryColorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"palette",filled:!1},priority:d5,productivity:c5,release_alert:u5,reply:q5,"report-box":{source:"material-rounded",export:"ReportBoxIcon",category:"Header",style:"rounded",weight:400,materialSlug:"inventory-2",filled:!1},"report-box-fill":{source:"material-rounded",export:"ReportBoxIcon",category:"Header",style:"rounded",weight:400,materialSlug:"inventory-2",filled:!0},"restart-alt":{source:"material-rounded",export:"RestartAltIcon",category:"Header",style:"rounded",weight:400,materialSlug:"restart-alt",filled:!1},roofing:g5,rotate_left:f5,savings:m5,"savings-fill":{source:"material-rounded",export:"SavingsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"savings",filled:!0},scan:h5,schedule:p5,school:b5,science:F5,search:v5,security:y5,send:T5,"send-fill":{source:"material-rounded",export:"SendIcon",category:"Header",style:"rounded",weight:400,materialSlug:"send",filled:!0},settings:Z5,settings_backup_restore:_5,"shield-person":{source:"material-rounded",export:"ShieldPersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shield-person",filled:!1},shopping:H5,shopping_bag_speed:x5,"shopping-fill":{source:"material-rounded",export:"ShoppingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shopping-bag",filled:!0},siren:D5,sort:S5,"sort-default":{source:"material-rounded",export:"SortDefaultIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sort",filled:!1},stack:w5,stethoscope:Q5,sticky_note:E5,sticky_note_2:C5,stop_circle:M5,storefront:I5,strikethrough_s:k5,stylus_fountain_pen:B5,stylus_highlighter:A5,stylus_note:$5,swap_vert:L5,table:W5,"table-fill":{source:"material-rounded",export:"TableIcon",category:"Header",style:"rounded",weight:400,materialSlug:"table",filled:!0},tag:z5,text:j5,text_compare:R5,"text-snippet":{source:"material-rounded",export:"TextSnippetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-snippet",filled:!1},"text-snippet-fill":{source:"material-rounded",export:"TextSnippetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-snippet",filled:!0},theme:P5,"theme-fill":{source:"material-rounded",export:"ThemeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dark-mode",filled:!0},thermostat_carbon:N5,thought:V5,"thumb-down":{source:"material-rounded",export:"ThumbDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"thumb-down",filled:!1},"thumb-up":{source:"material-rounded",export:"ThumbUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"thumb-up",filled:!1},timer:O5,"timer-filled":{source:"material-rounded",export:"TimerIcon",category:"Header",style:"rounded",weight:400,materialSlug:"timer",filled:!0},tips:U5,"tips-fill":{source:"material-rounded",export:"TipsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!0},"toggle-on":{source:"material-rounded",export:"ToggleOnIcon",category:"Header",style:"rounded",weight:400,materialSlug:"toggle-on",filled:!1},"tooltip-info":{source:"material-rounded",export:"TooltipInfoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"info",filled:!1},"tooltip-info-filled":{source:"material-rounded",export:"TooltipInfoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"info",filled:!0},travel_explore:G5,triangle_down:K5,triangle_up:J5,"unfold-less":{source:"material-rounded",export:"UnfoldLessIcon",category:"Header",style:"rounded",weight:400,materialSlug:"unfold-less",filled:!1},"unfold-more":{source:"material-rounded",export:"UnfoldMoreIcon",category:"Header",style:"rounded",weight:400,materialSlug:"unfold-more",filled:!1},upload:Y5,"upload-cloud":{source:"material-rounded",export:"UploadCloudIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cloud-upload",filled:!1},"upload-cloud-fill":{source:"material-rounded",export:"UploadCloudIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cloud-upload",filled:!0},"upload-fill":{source:"material-rounded",export:"UploadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"upload",filled:!0},"variable-add":{source:"material-rounded",export:"VariableAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"variable-add",filled:!1},verified:X5,view_kanban:et,"view-new-window":{source:"material-rounded",export:"ViewNewWindowIcon",category:"Header",style:"rounded",weight:400,materialSlug:"open-in-new",filled:!1},"visibility-off":{source:"material-rounded",export:"VisibilityOffIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility-off",filled:!1},"visibility-off-fill":{source:"material-rounded",export:"VisibilityOffIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility-off",filled:!0},"visibility-on":{source:"material-rounded",export:"VisibilityOnIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility",filled:!1},"visibility-on-fill":{source:"material-rounded",export:"VisibilityOnIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility",filled:!0},wand_stars:tt,warning:rt,"warning-fill":{source:"material-rounded",export:"WarningIcon",category:"Header",style:"rounded",weight:400,materialSlug:"warning",filled:!0}};function at(e){for(const t in e)if(t.startsWith("aria-")||t==="role")return!0;return!1}function lt(e,t){return e==null?t:{...t,color:e}}function a(e,t){const r=c.forwardRef(({size:l=24,color:n,className:s,style:i,fill:u,title:q,children:g,...b},v)=>{const f=u??"none",_=u?void 0:"currentColor",p=q==null?void 0:String(q),y=c.Children.toArray(g),h=y.length>0,m=!!p,T=["material-symbols",`material-symbols_${e}`,s].filter(Boolean).join(" "),D=lt(n,i);return c.createElement("svg",{ref:v,width:l,height:l,viewBox:"0 -960 960 960",fill:f,xmlns:"http://www.w3.org/2000/svg",className:T,...!h&&!m&&!at(b)&&{"aria-hidden":"true"},style:D,...b},[...m?[c.createElement("title",{key:"icon-title"},p)]:[],c.createElement("path",{key:"icon-path",d:t,fill:_}),...y])});return r.displayName=`MaterialIcon(${e})`,r}const nt={regular:{400:"M212-271v-279q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm242 0v-279q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37ZM110-121q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-181 110-181h740q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H110Zm578-150v-279q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm166-369H103q-9.58 0-16.29-6.71Q80-653.42 80-663v-17q0-6 3.5-11.5T92-700l358-204q14.17-8 30-8t30 8l357 203q6 4 9.5 10t3.5 13.5v10.23q0 11.59-7.47 19.43Q865.05-640 854-640Zm-640-60h532-532Zm0 0h532L480-852 214-700Z"}},st=a("account_balance",nt.regular[400]),it={regular:{400:"M222-255q63-44 125-67.5T480-346q71 0 133.5 23.5T739-255q44-54 62.5-109T820-480q0-145-97.5-242.5T480-820q-145 0-242.5 97.5T140-480q0 61 19 116t63 109Zm160.5-234.5Q343-529 343-587t39.5-97.5Q422-724 480-724t97.5 39.5Q617-645 617-587t-39.5 97.5Q538-450 480-450t-97.5-39.5ZM480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Zm107.5-76Q640-172 691-212q-51-36-104-55t-107-19q-54 0-107 19t-104 55q51 40 103.5 56T480-140q55 0 107.5-16Zm-52-375.5Q557-553 557-587t-21.5-55.5Q514-664 480-664t-55.5 21.5Q403-621 403-587t21.5 55.5Q446-510 480-510t55.5-21.5ZM480-587Zm0 374Z"}},dt=a("account_circle",it.regular[400]),ct={regular:{400:"M600-160q-134 0-227-93t-93-227q0-134 93-227t227-93q134 0 227 93t93 227q0 134-93 227t-227 93Zm-.24-60Q708-220 784-295.76q76-75.77 76-184Q860-588 784.24-664q-75.77-76-184-76Q492-740 416-664.24q-76 75.77-76 184Q340-372 415.76-296q75.77 76 184 76ZM630-493v-117q0-12-8.62-21-8.63-9-21.38-9-12.75 0-21.37 8.5Q570-623 570-610v130q0 5.57 2 10.78 2 5.22 7 10.22l102 101q8.8 9 20.9 9 12.1 0 21.1-8.84 9-8.84 9-21T723-400l-93-93ZM110-610q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-670 110-670h100q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H110ZM70-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q57.25-510 70-510h140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H70Zm40 160q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-350 110-350h100q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H110Zm490-190Z"}},ut=a("acute",ct.regular[400]),qt={regular:{400:"M450-450H230q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h220v-220q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v220h220q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H510v220q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-220Z"}},gt=a("add",qt.regular[400]),ft={regular:{400:"M453-446v136q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-136h137q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H513v-144q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v144H310q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h143Zm27.27 366q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},mt=a("add_circle",ft.regular[400]),ht={regular:{400:"M551-409.24q29-29.23 29-71Q580-522 550.76-551q-29.23-29-71-29Q438-580 409-550.76q-29 29.23-29 71Q380-438 409.24-409q29.23 29 71 29Q522-380 551-409.24ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},pt=a("adjust",ht.regular[400]),bt={regular:{400:"M152-232.08q-32-32.09-32-77.92h-20q-24.75 0-42.37-17.63Q40-345.25 40-370v-330q0-24.75 17.63-42.38Q75.25-760 100-760h561q12.44 0 23.72 5T704-742l198 198q8 8 13 19.28 5 11.28 5 23.72v131q0 24.75-17.62 42.37Q884.75-310 860-310h-20q0 46-32.12 78t-78 32Q684-200 652-232.08q-32-32.09-32-77.92H340q0 46-32.12 78t-78 32Q184-200 152-232.08ZM600-560h194L654-700h-54v140Zm-250 0h190v-140H350v140Zm-250 0h190v-140H100v140Zm172.5 292.64q17.5-17.36 17.5-42.5t-17.36-42.64q-17.36-17.5-42.5-17.5t-42.64 17.36q-17.5 17.36-17.5 42.5t17.36 42.64q17.36 17.5 42.5 17.5t42.64-17.36Zm500 0q17.5-17.36 17.5-42.5t-17.36-42.64q-17.36-17.5-42.5-17.5t-42.64 17.36q-17.5 17.36-17.5 42.5t17.36 42.64q17.36 17.5 42.5 17.5t42.64-17.36ZM323-370h314q17-26 42.5-38t50.5-12q25 0 50.5 12t42.5 38h37v-130H100v130h37q17-26 42.5-38t50.5-12q25 0 50.5 12t42.5 38Zm537-130H100h760Z"}},Ft=a("airport_shuttle",bt.regular[400]),vt={regular:{400:"M450-110v-170q0-48-16-79t-49-64l43-43q13 11 27.5 30t24.5 35q17-26 33.5-45t31.5-32q58-47 83.5-113.5T648-766l-69 69q-9 9-21 9t-21-9q-9-9-9-21t9-21l120-120q5-5 10-7t11-2q6 0 11 2t10 7l120 120q9 9 9 21t-9 21q-9 9-21 9t-21-9l-69-69q5 126-24.5 198.5T585-432q-44 40-59.5 73T510-280v170q0 13-8.5 21.5T480-80q-13 0-21.5-8.5T450-110ZM258-636q-4-18-6.5-52.5T251-765l-68 68q-9 9-21 9t-21-9q-9-9-9-21t9-21l120-120q5-5 10-7t11-2q6 0 11 2t10 7l120 120q9 9 9 21t-9 21q-9 9-21 9t-21-9l-69-69q-2 38-1 66.5t5 49.5l-58 14Zm84 171q-17-18-37.5-47.5T273-577l59-15q9 25 24 48t28 37l-42 42Z"}},yt=a("alt_route",vt.regular[400]),Tt={regular:{400:"M179-179q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19ZM179-433q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19ZM179-687q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Z"}},j1=a("apps",Tt.regular[400]),Zt={regular:{400:"m274-450 227 227q9 9 9 21t-9 21q-9 9-21 9t-21-9L181-459q-5-5-7-10t-2-11q0-6 2-11t7-10l278-278q9-9 21-9t21 9q9 9 9 21t-9 21L274-510h496q13 0 21.5 8.5T800-480q0 13-8.5 21.5T770-450H274Z"}},_t=a("arrow_back",Zt.regular[400]),Ht={regular:{400:"M450-514v152q0 13 8.5 21.5T480-332q13 0 21.5-8.5T510-362v-152l53 53q9 9 21 9t21-9q9-9 9-21t-9-21L501-607q-9-9-21-9t-21 9L355-503q-9 9-9 21t9 21q9 9 21 9t21-9l53-53Zm30 434q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},xt=a("arrow_circle_up",Ht.regular[400]),Dt={regular:{400:"M450-274v-496q0-13 8.5-21.5T480-800q13 0 21.5 8.5T510-770v496l227-227q9-9 21-9t21 9q9 9 9 21t-9 21L501-181q-5 5-10 7t-11 2q-6 0-11-2t-10-7L181-459q-9-9-9-21t9-21q9-9 21-9t21 9l227 227Z"}},St=a("arrow_downward",Dt.regular[400]),wt={regular:{400:"M464-376 306-533q-2-2-3.5-4.76-1.5-2.77-1.5-5.92 0-6.32 4.13-10.82 4.12-4.5 10.87-4.5h328q6.75 0 10.88 4.64 4.12 4.63 4.12 10.81 0 1.55-5 10.55L496-376q-3 3-7.06 5t-8.94 2q-4.87 0-8.94-2-4.06-2-7.06-5Z"}},R1=a("arrow_drop_down",wt.regular[400]),Qt={regular:{400:"M316-400q-6.75 0-10.87-4.64-4.13-4.63-4.13-10.81 0-1.55 5-10.55l158-157q3-3 7.06-5 4.07-2 8.94-2 4.88 0 8.94 2t7.06 5l158 157q2 2 3.5 4.76 1.5 2.77 1.5 5.92 0 6.32-4.12 10.82-4.13 4.5-10.88 4.5H316Z"}},P1=a("arrow_drop_up",Qt.regular[400]),Et={regular:{400:"M686-450H190q-13 0-21.5-8.5T160-480q0-13 8.5-21.5T190-510h496L459-737q-9-9-9-21t9-21q9-9 21-9t21 9l278 278q5 5 7 10t2 11q0 6-2 11t-7 10L501-181q-9 9-21 9t-21-9q-9-9-9-21t9-21l227-227Z"}},Ct=a("arrow_forward",Et.regular[400]),Mt={regular:{400:"M534-306 376-464q-3-3-5-7.06-2-4.07-2-8.94 0-4.88 2-8.94t5-7.06l158-158q2-2 4.76-3.5 2.77-1.5 5.92-1.5 6.32 0 10.82 4.12 4.5 4.13 4.5 10.88v328q0 6.75-4.64 10.87-4.63 4.13-10.81 4.13-1.55 0-10.55-5Z"}},It=a("arrow_left",Mt.regular[400]),kt={regular:{400:"M415.32-301q-6.32 0-10.82-4.13-4.5-4.12-4.5-10.87v-328q0-6.75 4.64-10.88 4.63-4.12 10.81-4.12 1.55 0 10.55 5l158 158q3 3 5 7.06t2 8.94q0 4.87-2 8.94-2 4.06-5 7.06L426-306q-2 2-4.76 3.5-2.77 1.5-5.92 1.5Z"}},Bt=a("arrow_right",kt.regular[400]),At={regular:{400:"M450-686 223-459q-9 9-21 9t-21-9q-9-9-9-21t9-21l278-278q5-5 10-7t11-2q6 0 11 2t10 7l278 278q9 9 9 21t-9 21q-9 9-21 9t-21-9L510-686v496q0 13-8.5 21.5T480-160q-13 0-21.5-8.5T450-190v-496Z"}},$t=a("arrow_upward",At.regular[400]),Lt={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Zm127 501h215q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},Wt=a("article",Lt.regular[400]),zt={regular:{400:"M180-180v-600 224-33 409Zm127-270h194q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0 171h194q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-342h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v255q0 13-8.68 21-8.67 8-21.5 8-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-254H180v600h218q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm437.5-248.5Q590-396 590-435t27.5-66.5Q645-529 684-529t66.5 27.5Q778-474 778-435t-27.5 66.5Q723-341 684-341t-66.5-27.5ZM684-281q41 0 79 8.5t75 28.5q20 9 31 28t11 45v21q0 12.75-8.62 21.37Q862.75-120 850-120H518q-12.75 0-21.37-8.63Q488-137.25 488-150v-21q0-26 11-44.5t31-28.5q37-19 75-28t79-9Z"}},jt=a("article_person",zt.regular[400]),Rt={regular:{400:"M480-480Zm300 360H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h390v-600H180v210q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-210q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18ZM255-80q-74.84 0-127.42-52.58T75-260q0-53 27-95.5t72-64.5h-64q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-480 110-480h160q12.75 0 21.38 8.62Q300-462.75 300-450v160q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-89q-45 5-75 39t-30 80q0 50.18 35 85.09Q205-140 255-140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q267.75-80 255-80Zm135-199h132q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h263q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm-83-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},Pt=a("article_shortcut",Rt.regular[400]),Nt={regular:{400:"M481-120q-13 0-21.5-8.5T451-150v-54q-48-8-82-34t-53-66q-5-11 0-23t17-17q11-5 22.5 0t17.5 16q18 34 47 51t67 17q48 0 79-24t31-66q0-44-27.5-68T466-467q-72-23-107.5-61T323-623q0-55 35.5-92t92.5-42v-53q0-13 8.5-21.5T481-840q13 0 21.5 8.5T511-810v53q36 5 64.5 22t47.5 44q7 10 3 21.5T610-653q-11 5-23 1t-20-15q-14-18-34.5-26.5T483-702q-46 0-73 21t-27 57q0 38 30 61.5T524-514q68 21 100.5 60.5T657-354q0 63-37 101.5T511-203v53q0 13-8.5 21.5T481-120Z"}},N1=a("attach_money",Nt.regular[400]),Vt={regular:{400:"M326-243q-103 0-174.5-72.18-71.5-72.17-71.5-175Q80-593 151.5-665.5T326-738h380q72.5 0 123.25 51.5T880-563q0 72-50.75 123.5T706-388H346q-42 0-72-30t-30-72.5q0-42.5 29.67-72.5 29.68-30 72.33-30h340q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H346q-17 0-29.5 12.5T304-489.86q0 18.14 12.5 30T346-448h360q48 0 81-33.5t33-81.71q0-48.21-33.06-81.5T706-678H326q-78 0-132 54.97T140-490q0 77.92 54 132.46Q248-303 326-303h360q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H326Z"}},Ot=a("attachment",Vt.regular[400]),Ut={regular:{400:"m480-240-196 84q-30 13-57-4.76-27-17.75-27-50.24v-574q0-24 18-42t42-18h440q24 0 42 18t18 42v574q0 32.49-27 50.24Q706-143 676-156l-196-84Zm0-64 220 93v-574H260v574l220-93Zm0-481H260h440-220Z"}},Gt=a("bookmark",Ut.regular[400]),Kt={regular:{400:"M120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180q-24.75 0-42.37-17.63Q120-155.25 120-180Zm390-270v270h270v-270H510Zm0-60h270v-270H510v270Zm-60 0v-270H180v270h270Zm0 60H180v270h270v-270Z"}},Jt=a("border_all",Kt.regular[400]),Yt={regular:{400:"M770-452h-85q-13 0-21.5-8.5T655-482q0-13 8.5-21.5T685-512h85q13 0 21.5 8.5T800-482q0 13-8.5 21.5T770-452ZM586-271q7-10 19-12.5t22 5.5l72 54q10 7 11.5 18.5T705-184q-7 10-19 12.5t-22-5.5l-72-54q-10-7-11.5-18.5T586-271Zm113-465-73 54q-10 8-21.5 5.5T586-689q-7-10-5.5-21.5T592-729l73-54q10-8 21.5-5.5T705-776q7 10 5.5 21.5T699-736ZM280-360H150q-13 0-21.5-8.5T120-390v-180q0-13 8.5-21.5T150-600h130l149-149q14-14 32.5-6.5T480-728v496q0 20-18.5 27.5T429-211L280-360Zm140-288L307-540H180v120h127l113 109v-337ZM298-480Z"}},Xt=a("brand_awareness",Yt.regular[400]),er={regular:{400:"M346.16-160H220q-24.75 0-42.37-17.63Q160-195.25 160-220v-125.59L68-438q-9-9-13-19.81-4-10.82-4-22Q51-491 55-502q4-11 13-20l92-92.41V-740q0-24.75 17.63-42.38Q195.25-800 220-800h125.59L438-892q9-9 20.5-13t22.7-4q11.19 0 22.02 4.7 10.82 4.69 19.78 13.3l91 91h126q24.75 0 42.38 17.62Q800-764.75 800-740v125.59L892-522q9 9 13 19.81 4 10.82 4 22 0 11.19-4 22.19-4 11-13 20l-92 92.41V-220q0 24.75-17.62 42.37Q764.75-160 740-160H614l-91 90q-8.96 8.13-19.78 12.57Q492.39-53 481.2-53q-11.2 0-22.16-4.43Q448.07-61.87 439-70l-92.84-90ZM370-220l111 107 107.92-107H740v-151l109-109-109-109v-151H589L481-849 371-740H220v151L111-480l109 109v151h150Zm111-66q81 0 138-57.05 57-57.06 57-138Q676-562 618.96-619 561.92-676 481-676v390Z"}},tr=a("brightness_medium",er.regular[400]),rr={regular:{400:"M480-120q-65.37 0-121.18-31Q303-182 276-240h-86q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h62q-7-26-7-52.67V-406h-56q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h56q0-29 .5-57.5T254-580h-64q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90q14-28 37-49t51-35l-57-56q-8-8-8-19.79 0-11.78 8.42-20.35 7.72-7.86 19.65-7.86t19.93 8l74 74q27.67-10 56.34-10Q510-756 538-746l74-74q8-8 19.79-8 11.78 0 20.35 8.42 7.86 7.72 7.86 19.65T652-780l-56 56q28 14 49.4 35.67Q666.8-666.67 683-640h88q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-65q9 28 8.5 56.67-.5 28.66-.5 57.33h57q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-57q0 27 .5 53.5T708-300h63q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-86q-26 59-82.45 89.5Q546.11-120 480-120Zm.16-60Q552-180 603-230.5T654-353v-167q0-72-51.16-122.5t-123-50.5Q408-693 357-642.5T306-520v167q0 72 51.16 122.5t123 50.5ZM430-320h100q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H430q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-173h100q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H430q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm50.5 57h-.5.5-.5.5-.5.5-.5.5Z"}},or=a("bug_report",rr.regular[400]),ar={regular:{400:"M160-80q-17 0-28.5-11.5T120-120v-219q0-24.75 17.63-42.38Q155.25-399 180-399h27v-182q0-24.75 17.63-42.38Q242.25-641 267-641h183v-64q-20-14-30.5-30.53-10.5-16.54-10.5-39.88 0-14.59 5.5-28.09T430-827l39-41q1-1 11.29-5 1.71 0 10.71 5l39 41q10 10 16 23.5t6 28.09q0 23.34-11 39.88Q530-719 510-705v64h183q24.75 0 42.38 17.62Q753-605.75 753-581v182h27q24.75 0 42.38 17.62Q840-363.75 840-339v219q0 17-11.5 28.5T800-80H160Zm107-319h426v-182H267v182Zm-87 259h600v-199H180v199Zm87-259h426-426Zm-87 259h600-600Zm600-259H180h600Z"}},lr=a("cake",ar.regular[400]),nr={regular:{400:"M180-80q-24 0-42-18t-18-42v-620q0-24 18-42t42-18h65v-28q0-13.6 9-22.8 9-9.2 23.02-9.2t23.5 9.2Q310-861.6 310-848v28h340v-28q0-13.6 9-22.8 9-9.2 23.02-9.2t23.5 9.2Q715-861.6 715-848v28h65q24 0 42 18t18 42v620q0 24-18 42t-42 18H180Zm0-60h600v-430H180v430Zm0-490h600v-130H180v130Zm0 0v-130 130Zm300 230q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-188.5-11.5Q280-423 280-440t11.5-28.5Q303-480 320-480t28.5 11.5Q360-457 360-440t-11.5 28.5Q337-400 320-400t-28.5-11.5ZM640-400q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-188.5-11.5Q280-263 280-280t11.5-28.5Q303-320 320-320t28.5 11.5Q360-297 360-280t-11.5 28.5Q337-240 320-240t-28.5-11.5ZM640-240q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z"}},sr=a("calendar_month",nr.regular[400]),ir={regular:{400:"M795-120q-116 0-236.5-56T335-335Q232-438 176-558.5T120-795q0-19.29 12.86-32.14Q145.71-840 165-840h140q14 0 24 10t14 25l26.93 125.64Q372-665 369.5-653.5t-10.73 19.73L259-533q26 44 55 82t64 72q37 38 78 69.5t86 55.5l95-98q10-11 23.15-15 13.15-4 25.85-2l119 26q15 4 25 16.04 10 12.05 10 26.96v135q0 19.29-12.86 32.14Q814.29-120 795-120ZM229-588l81-82-23-110H180q2 42 13.5 88.5T229-588Zm369 363q41 19 89 31t93 14v-107l-103-21-79 83ZM229-588Zm369 363Z"}},dr=a("call",ir.regular[400]),cr={regular:{400:"M220-698v93q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-165q0-12.75 8.63-21.38Q177.25-800 190-800h165q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-92l231 231q8 8 13 19.28 5 11.28 5 23.72v276q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-276L220-698Zm520 0L586-545q-8.8 9-20.9 9-12.1 0-21.1-9-9-9-9-21.2 0-12.19 9-20.8l153-153h-92q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h165q12.75 0 21.38 8.62Q800-782.75 800-770v165q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-93Z"}},ur=a("call_split",cr.regular[400]),qr={regular:{400:"M480-602h319q-28-74-89-130.5T571-810L467-624q-5 8 0 15t13 7Zm-132 61q4.5 8 12.75 8t13.25-8l161-277q-12-1-27-1.5t-28-.5q-72 0-132 26t-108 72l108 181ZM149.77-393H361q8.25 0 13.13-7 4.87-7-.13-15L217-696q-38 45-57.5 100.5T140-480q0 21 2 44t7.77 43ZM390-151l107-184q5-8 .5-15.5T484-358H162q28 74 88.5 130.5T390-151Zm90.08 11q71.92 0 132.42-26Q673-192 720-238L613-419q-4.5-8-12.75-8T587-419L425-142q13 1 27.5 1.5t27.58.5ZM744-264q34-42 55-99t21-116.64q0-22.36-2-44.86t-7-43.5H600q-8 0-13.5 7t-.5 15l158 282ZM480-480Zm0 400q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Z"}},gr=a("camera",qr.regular[400]),fr={regular:{400:"m181-181 314-112-203-204-111 316Zm744-505q-7 7-17 7t-17-7l-2-2q-19-19-44-19.5T800-688L574-462q-7 7-17 7t-17-7q-7-7-7-17t7-17l223-223q32-32 81-32.5t81 31.5q7 7 7 17t-7 17ZM383-811q7-7 17-7t17 7l9 9q35 35 34.5 87.5T425-627l-10 10q-7 7-17 7t-17-7q-7-7-7-17t7-17l13-13q23-23 21.5-52.5T394-766l-11-11q-7-7-7-17t7-17Zm169-73q7-7 17-7t17 7l46 46q31 32 32 80.5T633-677L496-540q-7 7-17 7t-17-7q-7-7-7-17t7-17l135-135q19-19 18.5-48.5T596-806l-44-44q-7-7-7-17t7-17Zm300 505q-7 7-17 7t-17-7l-35-35q-23-23-48-23t-48 23l-33 33q-7 7-17 7t-17-7q-7-7-7-17t7-17l30-30q35-35 84-36t84 34l34 34q7 7 7 17t-7 17ZM181-181Zm-80 41 149-416q4-10 11.5-15t16.5-5q5 0 10.5 2t10.5 7l270 266q5 5 7 10.5t2 11.5q0 9-5 16.5T558-251L140-101q-9 3-17.5 1t-14.5-8q-6-6-8-14.5t1-17.5Z"}},mr=a("celebration",fr.regular[400]),hr={regular:{400:"M240-240 131-131q-14 14-32.5 6.34Q80-132.31 80-152v-668q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H240Zm-26-60h606v-520H140v600l74-80Zm-74 0v-520 520Zm130-99h253q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},V1=a("chat",hr.regular[400]),pr={regular:{400:"m378-332 363-363q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L399-267q-9 9-21 9t-21-9L175-449q-9-9-8.5-21.5T176-492q9-9 21.5-9t21.5 9l159 160Z"}},br=a("check",pr.regular[400]),Fr={regular:{400:"m421-389-98-98q-9-9-22-9t-23 10q-9 9-9 22t9 22l122 123q9 9 21 9t21-9l239-239q10-10 10-23t-10-23q-10-9-23.5-8.5T635-603L421-389Zm59 309q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},vr=a("check_circle",Fr.regular[400]),yr={regular:{400:"M267-363h293q15 0 22.5-9.32t7.5-20.5q0-11.18-7.5-20.68T560-423H267q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-178h171q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H267q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM140-200q-24.75 0-42.37-17.63Q80-235.25 80-260v-440q0-24.75 17.63-42.38Q115.25-760 140-760h680q24.75 0 42.38 17.62Q880-724.75 880-700v99q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-99H140v439h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.82-8.63 9-21.38 9H140Zm775-280q5 5 5 12.5t-5.12 12.62L878-418l-50-50 39-39q4.77-5 10.5-5t10.5 5l27 27Zm-63 88L589-129q-5 5-10.22 7-5.23 2-10.8 2H545q-6 0-10.5-4.5T530-135v-22.98q0-5.57 2-10.8 2-5.22 7-10.22l263-263 50 50ZM140-700v439-439Z"}},Tr=a("checkbook",yr.regular[400]),Zr={regular:{400:"m406-481 177 177q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L341-460q-5-5-7-10t-2-11q0-6 2-11t7-10l199-199q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L406-481Z"}},_r=a("chevron_left",Zr.regular[400]),Hr={regular:{400:"M530-481 353-658q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l198 198q5 5 7 10t2 11q0 6-2 11t-7 10L396-261q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l176-176Z"}},xr=a("chevron_right",Hr.regular[400]),Dr={regular:{400:"M277-452h406q12 0 21-9t9-21q0-12-9-21t-21-9H277q-12 0-21 9t-9 21q0 12 9 21t21 9Zm-97 332q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Z"}},Sr=a("chips",Dr.regular[400]),wr={regular:{400:"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},O1=a("circle",wr.regular[400]),Qr={regular:{400:"M480-438 270-228q-9 9-21 9t-21-9q-9-9-9-21t9-21l210-210-210-210q-9-9-9-21t9-21q9-9 21-9t21 9l210 210 210-210q9-9 21-9t21 9q9 9 9 21t-9 21L522-480l210 210q9 9 9 21t-9 21q-9 9-21 9t-21-9L480-438Z"}},Er=a("close",Qr.regular[400]),Cr={regular:{400:"M420-378 143-101q-9 9-21 9t-21-9q-9-9-9-21t9-21l277-277H190q-13 0-21.5-8.5T160-450q0-13 8.5-21.5T190-480h260q13 0 21.5 8.5T480-450v260q0 13-8.5 21.5T450-160q-13 0-21.5-8.5T420-190v-188Zm162-162h188q13 0 21.5 8.5T800-510q0 13-8.5 21.5T770-480H510q-13 0-21.5-8.5T480-510v-260q0-13 8.5-21.5T510-800q13 0 21.5 8.5T540-770v188l277-277q9-9 21-9t21 9q9 9 9 21t-9 21L582-540Z"}},Mr=a("close_fullscreen",Cr.regular[400]),Ir={regular:{400:"M451-448v-289q-86 11-135 75.5T267-522h-19q-61 0-104.5 43T100-371q0 65 45 108t106 43h500q45 0 77-32t32-77q0-45-32-77t-77-32h-63v-84q0-68-33-117.5T570-718v-65q81 29 129.5 101T748-522v24q72-2 122 46t50 123q0 69-50 119t-119 50H251q-88 0-149.5-61.5T40-371q0-79 50.5-137.5T217-579q15-84 82-148.5T451-792q24 0 42 13.5t18 36.5v294l62-62q9-9 21-9t21 9q9 9 9 21.5t-9 21.5L502-353q-9 9-21 9t-21-9L346-467q-9-9-8.5-21.5T347-510q9-9 21.5-9t21.5 9l61 62Zm29-59Z"}},kr=a("cloud_download",Ir.regular[400]),Br={regular:{400:"m450-478-62 62q-9 9-21.1 9-12.1 0-20.9-9-9-9-9-21.5t9-21.5l113-114q9-9 21-9t21 9l114 114q9 9 9 21t-9 21q-9 9-21.5 9t-21.5-9l-62-61v258h241q45 0 77-32t32-77q0-45-32-77t-77-32h-63v-84q0-89-60.5-153T478-739q-89 0-150 64t-61 153h-19q-62 0-105 43.5T100-371q0 62 43.93 106.5T250-220h110q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H250q-86 0-148-62T40-370q0-78 49.5-137.5T217-579q20-97 94-158.5T482-799q113 0 189.5 81.5T748-522v24q72-2 122 46.5T920-329q0 69-50 119t-119 50H510q-24 0-42-18t-18-42v-258Zm30 28Z"}},Ar=a("cloud_upload",Br.regular[400]),$r={regular:{400:"m166-482 176 176q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L101-461q-5-5-7-10t-2-11q0-6 2-11t7-10l200-200q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L166-482Zm628 0L618-658q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l197 197q5 5 7 10t2 11q0 6-2 11t-7 10L659-261q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l177-177Z"}},Lr=a("code",$r.regular[400]),Wr={regular:{400:"M480-275 311-106q-9 9-21 9t-21-9q-9-9-9-21t9-21l169-169q17-17 42-17t42 17l169 169q9 9 9 21t-9 21q-9 9-21 9t-21-9L480-275Zm0-411 169-169q9-9 21-9t21 9q9 9 9 21t-9 21L522-644q-17 17-42 17t-42-17L269-813q-9-9-9-21t9-21q9-9 21-9t21 9l169 169Z"}},zr=a("collapse_all",Wr.regular[400]),jr={regular:{400:"M270-400h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM140-240q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42v668q0 19.69-18.5 27.34Q843-117 829-131L720-240H140Zm606-60 74 80v-600H140v520h606Zm-606 0v-520 520Z"}},Rr=a("comment",jr.regular[400]),Pr={regular:{400:"M300-200q-24 0-42-18t-18-42v-560q0-24 18-42t42-18h440q24 0 42 18t18 42v560q0 24-18 42t-42 18H300Zm0-60h440v-560H300v560ZM180-80q-24 0-42-18t-18-42v-590q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v590h470q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q662.75-80 650-80H180Zm120-180v-560 560Z"}},Nr=a("content_copy",Pr.regular[400]),Vr={regular:{400:"M390-700h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5Zm0 120h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5Zm110 440H180h320ZM225-80q-43.75 0-74.37-30.63Q120-141.25 120-185v-105q0-12.75 8.63-21.38Q137.25-320 150-320h90v-500q0-24.75 17.63-42.38Q275.25-880 300-880h480q24.75 0 42.38 17.62Q840-844.75 840-820v270q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-270H300v500h170q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v75q0 19.12 13 32.06Q206-140 224-140h246q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q482.75-80 470-80H225Zm335-30v-81q0-5.57 2-10.78 2-5.22 7-10.22l211.61-210.77q9.11-9.12 20.25-13.18Q812-440 823-440q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5t-13.58 20.62L692-89q-5 5-10.22 7-5.21 2-10.78 2h-81q-12.75 0-21.37-8.63Q560-97.25 560-110Zm300-233-37-37 37 37ZM620-140h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z"}},Or=a("contract_edit",Vr.regular[400]),Ur={regular:{400:"M480-480Zm300 360H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h390v-600H180v210q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-210q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18ZM110-80q-12.75 0-21.37-8.68Q80-97.35 80-110.18q0-12.82 8.63-21.32Q97.25-140 110-140h64q-45-22-72-64.5T75-300q0-74.84 52.58-127.42T255-480q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5-50 0-85 34.91T135-300q0 46 30 80t75 39v-89q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v160q0 12.75-8.62 21.37Q282.75-80 270-80H110Zm280-199h132q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h263q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm-83-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},Gr=a("convert_to_text",Ur.regular[400]),Kr={regular:{400:"M160-180v-341l-60 46q-10.35 8-22.17 6Q66-471 58-481q-8-10-6-22t12-20l96-73v-84q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v38l224-170q16.21-12 36.11-12Q500-824 516-812l381 290q9.94 7.62 11.47 19.81Q910-490 902-479.63q-8 9.63-19.5 11.13T861-475l-61-46v341q0 24.75-17.62 42.37Q764.75-120 740-120H220q-24.75 0-42.37-17.63Q160-155.25 160-180Zm60 0h230v-130q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v130h230v-387L480-765 220-567v387Zm0 0h520-520Zm-25-580q-15 0-24.5-11t-4.5-24q11-34 40.06-54.5Q235.13-870 270-870q14 0 26-7.07T314-897q5-9 12.5-16t18.5-7q15 0 24.5 11t4.5 24q-12 34-40.75 54.5T270-810q-14 0-25.5 7.5T226-783q-5 9-12.7 16-7.71 7-18.3 7Z"}},Jr=a("cottage",Kr.regular[400]),Yr={regular:{400:"M880-740v520q0 24-18 42t-42 18H140q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42ZM140-631h680v-109H140v109Zm0 129v282h680v-282H140Zm0 282v-520 520Z"}},Xr=a("credit_card",Yr.regular[400]),e4={regular:{400:"M140-640h680v-100H140v100ZM80-740q0-24 18-42t42-18h680q24 0 42 18t18 42v209q0 12.75-8.62 21.37Q862.75-501 850-501H140v281h203q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H140q-24 0-42-18t-18-42v-520Zm60 0v520-120 89-489ZM598-92q-5 0-10.5-2t-10.5-7L449-229q-9-9-8.5-21.5t9.71-21.89q8.45-8.61 21.12-8.61 12.67 0 21.67 9l105 106 218-218q9.07-9 21.53-8.5Q850-392 859-383q8.25 9 8.63 21 .37 12-8.63 21L619-101q-5 5-10.09 7T598-92Z"}},t4=a("credit_score",e4.regular[400]),r4={regular:{400:"M324-111.5Q251-143 197-197t-85.5-127Q80-397 80-480q0-117 62-214.5T310-842q1 16 3 30.5t6 31.5q-83 45-131 125.5T140-480q0 142 99 241t241 99q142 0 241-99t99-241q0-95-48-175T640-780q4-18 6.5-32.5T650-842q106 50 168 147.5T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80q-83 0-156-31.5ZM310-310q-70-70-70-170 0-61 28-113.5t79-86.5q4 11 8.5 25.5T367-620q-32 26-49.5 62T300-480q0 75 52.5 127.5T480-300q75 0 127.5-52.5T660-480q0-42-17.5-78T593-620q6-19 10.5-33.5T612-680q51 34 79.5 86.5T720-480q0 100-70 170t-170 70q-100 0-170-70Zm160-320q-10 0-18-5.5T441-651l-40-131q-6-25-8.5-42.5T390-860q0-38 26-64t64-26q38 0 64 26t26 64q0 18-2.5 35.5T559-782l-40 131q-3 10-11 15.5t-18 5.5h-20Zm-39.5 199.5Q410-451 410-480t20.5-49.5Q451-550 480-550t49.5 20.5Q550-509 550-480t-20.5 49.5Q509-410 480-410t-49.5-20.5Z"}},o4=a("crisis_alert",r4.regular[400]),a4={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0 0v-600 600Z"}},l4=a("crop_square",a4.regular[400]),n4={regular:{400:"M233-160q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h494q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H233Zm20-144q-21.66 0-38.46-14.46Q197.73-332.93 194-355l-45-283q-5 2-9.5 2.5t-9.5.5q-20.83 0-35.42-14.62Q80-664.24 80-685.12 80-706 94.62-721q14.62-15 35.5-15Q151-736 166-721.13q15 14.88 15 36.13 0 8-2.5 16t-7.5 14l148 66 141-194q-14-6-22.5-18.5T429-830q0-20.83 14.82-35.42 14.83-14.58 36-14.58Q501-880 516-865.42q15 14.59 15 35.42 0 16-8.5 28.5T500-783l141 194 148-66q-5-6-7.5-14t-2.5-16q0-21.25 15-36.13Q809-736 829.5-736t35.5 14.82q15 14.83 15 36 0 21.18-14.87 35.68Q850.25-635 829-635q-5 0-9-1t-9-3l-45 284q-3.6 22.07-19.8 36.54Q730-304 707-304H253Zm0-60h454l32-203-73 33q-20 9-40.5 3T592-554L480-709 368-554q-13 17-33.5 23t-40.5-3l-73-33 32 203Zm227 0Z"}},s4=a("crown",n4.regular[400]),i4={regular:{400:"M355-120q-12 0-23.5-5T312-138L138-312q-8-8-13-19.5t-5-23.5v-250q0-12 5-23.5t13-19.5l174-174q8-8 19.5-13t23.5-5h250q12 0 23.5 5t19.5 13l174 174q8 8 13 19.5t5 23.5v250q0 12-5 23.5T822-312L648-138q-8 8-19.5 13t-23.5 5H355Zm0-60h250l175-175v-250L605-780H355L180-605v250l175 175Zm125-258 102 102q9 9 21 9t21-9q9-9 9-21t-9-21L522-480l102-102q9-9 9-21t-9-21q-9-9-21-9t-21 9L480-522 378-624q-9-9-21-9t-21 9q-9 9-9 21t9 21l102 102-102 102q-9 9-9 21t9 21q9 9 21 9t21-9l102-102Zm0-42Z"}},d4=a("dangerous",i4.regular[400]),c4={regular:{400:"M480-120q-150 0-255-105T120-480q0-135 79.5-229T408-830q20-5 34-1t22 15q8 10 7.5 25t-8.5 35q-9 23-14 47t-5 49q0 90 63 153t153 63q25 0 48.5-4.5T754-461q22-8 38-7t26 9q10 8 13 23t-2 36q-27 121-121 200.5T480-120Zm0-60q109 0 190-67.5T771-406q-25 11-53.5 16.5T660-384q-115 0-195.5-80.5T384-660q0-24 5-51.5t18-62.5q-98 27-162.5 109.5T180-480q0 125 87.5 212.5T480-180Zm-4-297Z"}},u4=a("dark_mode",c4.regular[400]),q4={regular:{400:"M600-160q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90q21.25 0 35.63-14.38Q740-248.75 740-270v-100q0-37 22.5-66t57.5-40v-8q-35-10-57.5-39.5T740-590v-100q0-21.25-14.37-35.63Q711.25-740 690-740h-90q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90q45.83 0 77.92 32.08Q800-735.83 800-690v100q0 21.25 14.38 35.62Q828.75-540 850-540q12.75 0 21.38 8.65 8.62 8.64 8.62 21.42v60.15q0 12.78-8.62 21.28-8.63 8.5-21.38 8.5-21.25 0-35.62 14.37Q800-391.25 800-370v100q0 45.83-32.08 77.92Q735.83-160 690-160h-90Zm-330 0q-45.83 0-77.92-32.08Q160-224.17 160-270v-100q0-21.25-14.37-35.63Q131.25-420 110-420q-12.75 0-21.37-8.65Q80-437.29 80-450.07v-60.15q0-12.78 8.63-21.28Q97.25-540 110-540q21.25 0 35.63-14.38Q160-568.75 160-590v-100q0-45.83 32.08-77.92Q224.17-800 270-800h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90q-21.25 0-35.62 14.37Q220-711.25 220-690v100q0 37-22.5 66.5T140-484v8q35 11 57.5 40t22.5 66v100q0 21.25 14.38 35.62Q248.75-220 270-220h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90Z"}},g4=a("data_object",q4.regular[400]),f4={regular:{400:"M480-120q-151 0-255.5-46.5T120-280v-400q0-66 105.5-113T480-840q149 0 254.5 47T840-680v400q0 67-104.5 113.5T480-120Zm0-488q86 0 176.5-26.5T773-694q-27-32-117.5-59T480-780q-88 0-177 26t-117 60q28 35 116 60.5T480-608Zm-1 214q42 0 84-4.5t80.5-13.5q38.5-9 73.5-22t63-29v-155q-29 16-64 29t-74 22q-39 9-80 14t-83 5q-42 0-84-5t-80.5-14q-38.5-9-73-22T180-618v155q27 16 61 29t72.5 22q38.5 9 80.5 13.5t85 4.5Zm1 214q48 0 99-8.5t93.5-22.5q42.5-14 72-31t35.5-35v-125q-28 16-63 28.5T643.5-352q-38.5 9-80 13.5T479-334q-43 0-85-4.5T313.5-352q-38.5-9-72.5-21.5T180-402v126q5 17 34 34.5t72 31q43 13.5 94 22t100 8.5Z"}},m4=a("database",f4.regular[400]),h4={regular:{400:"M213-375q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm0 162q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm0-318q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm-107-12q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm107-150q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11ZM106-387q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm281 281q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm0-718q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm-12 131q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm-11.5 329.5Q348-379 348-402t15.5-38.5Q379-456 402-456t38.5 15.5Q456-425 456-402t-15.5 38.5Q425-348 402-348t-38.5-15.5Zm0-156Q348-535 348-558t15.5-38.5Q379-612 402-612t38.5 15.5Q456-581 456-558t-15.5 38.5Q425-504 402-504t-38.5-15.5ZM375-213q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm323.5-458Q627-752 521-767q-13-2-22-11t-9-22q0-13 9.5-21.5T521-828q131 15 220 114t89 234q0 135-89 234T521-132q-12 2-21.5-6.5T490-160q0-13 9-22t22-11q106-15 177.5-96T770-480q0-110-71.5-191ZM490-480Z"}},p4=a("deblur",h4.regular[400]),b4={regular:{400:"M261-120q-24.75 0-42.37-17.63Q201-155.25 201-180v-570h-11q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h158q0-13 8.63-21.5 8.62-8.5 21.37-8.5h204q12.75 0 21.38 8.62Q612-822.75 612-810h158q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-11v570q0 24.75-17.62 42.37Q723.75-120 699-120H261Zm438-630H261v570h438v-570ZM418.5-274.63q8.5-8.62 8.5-21.37v-339q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v339q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63Zm166 0q8.5-8.62 8.5-21.37v-339q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v339q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM261-750v570-570Z"}},F4=a("delete",b4.regular[400]),v4={regular:{400:"M188-196q-32-36-27-85H98q-13 0-21.5-8.5T68-311q0-13 8.5-21.5T98-341h88q15-18 36.5-28.5T270-380q26 0 47.5 10.5T354-341h198l92-399H222q-13 0-21-8.5t-8-21.5q0-13 8.5-21.5T223-800h458q14 0 23.5 11.5T711-763l-31 133h95q14 0 27 6.5t21 17.5l80 107q8 11 10.5 22.5t.5 24.5l-29 146q-2 11-10.5 18t-19.5 7h-55q5 49-27.5 85T690-160q-50 0-82-36t-27-85H380q5 49-27.5 85T270-160q-50 0-82-36Zm446-234h215l6-33-80-107H666l-32 140Zm-74 53 6.5-26q6.5-26 14.5-64 4-16 7-30.5t6-25.5l6.5-26q6.5-26 14.5-64t14-64l6-26 9-37-92 399 8-36ZM59-437q-13 0-21-8.5T30-467q0-13 8.5-21.5T60-497h160q13 0 21.5 8.5T250-467q0 13-8.5 21.5T220-437H59Zm80-146q-13 0-21.5-8.5T109-613q0-13 8.5-21.5T139-643h201q13 0 21.5 8.5T370-613q0 13-8.5 21.5T340-583H139Zm131 363q21 0 35.5-15t14.5-35q0-21-14.5-35.5T270-320q-20 0-35 14.5T220-270q0 20 15 35t35 15Zm420 0q21 0 35.5-15t14.5-35q0-21-14.5-35.5T690-320q-20 0-35 14.5T640-270q0 20 15 35t35 15Z"}},y4=a("delivery_truck_speed",v4.regular[400]),T4={regular:{400:"M450-154v-309L180-619v309l270 156Zm60 0 270-156v-310L510-463.16V-154Zm-30-360 266-155-266-154-267 154 267 155ZM150-258q-14.25-8.43-22.12-22.21Q120-294 120-310v-340q0-16 7.88-29.79Q135.75-693.57 150-702l300-173q14.33-8 30.16-8 15.84 0 29.84 8l300 173q14.25 8.43 22.13 22.21Q840-666 840-650v340q0 16-7.87 29.79Q824.25-266.43 810-258L510-85q-14.33 8-30.16 8Q464-77 450-85L150-258Zm330-222Z"}},Z4=a("deployed_code",T4.regular[400]),_4={regular:{400:"M349-250h262q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H349q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-170h262q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H349q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM220-80q-24 0-42-18t-18-42v-680q0-24 18-42t42-18h336q12.44 0 23.72 5T599-862l183 183q8 8 13 19.28 5 11.28 5 23.72v496q0 24-18 42t-42 18H220Zm331-584v-156H220v680h520v-494H581q-12.75 0-21.37-8.63Q551-651.25 551-664ZM220-820v186-186 680-680Z"}},H4=a("description",_4.regular[400]),x4={regular:{400:"M200-204v44q0 16.67-11.74 28.33Q176.53-120 159.76-120q-16.76 0-28.26-11.67Q120-143.33 120-160v-304q0-4.67.5-9.33.5-4.67 2.5-9.67l78-236q6-19 21.75-30T258-760h444q19.5 0 35.25 11T759-719l78 236q2 5 2.5 9.67.5 4.66.5 9.33v304q0 16.67-11.74 28.33Q816.53-120 799.76-120q-16.76 0-28.26-11.67Q760-143.33 760-160v-44H200Zm3-330h554l-55-166H258l-55 166Zm-23 60v210-210Zm105.76 160q23.24 0 38.74-15.75Q340-345.5 340-368q0-23.33-15.75-39.67Q308.5-424 286-424q-23.33 0-39.67 16.26Q230-391.47 230-368.24q0 23.24 16.26 38.74 16.27 15.5 39.5 15.5ZM675-314q23.33 0 39.67-15.75Q731-345.5 731-368q0-23.33-16.26-39.67Q698.47-424 675.24-424q-23.24 0-38.74 16.26-15.5 16.27-15.5 39.5 0 23.24 15.75 38.74Q652.5-314 675-314Zm-495 50h600v-210H180v210Z"}},D4=a("directions_car",x4.regular[400]),S4={regular:{400:"M310-453h340q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H310q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},w4=a("do_not_disturb_on",S4.regular[400]),Q4={regular:{400:"M180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm0-207v147h600v-147H180Zm0-60h600v-393H180v393Zm0 60v147-147Z"}},E4=a("dock_to_bottom",Q4.regular[400]),C4={regular:{400:"M180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm453-60h147v-600H633v600Zm-60 0v-600H180v600h393Zm60 0h147-147Z"}},M4=a("dock_to_left",C4.regular[400]),I4={regular:{400:"M180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm147-60v-600H180v600h147Zm60 0h393v-600H387v600Zm-60 0H180h147Z"}},k4=a("dock_to_right",I4.regular[400]),B4={regular:{400:"M260-80q-24 0-42-18t-18-42v-680q0-24 18-42t42-18h274q12.29 0 23.42 4.43Q568.55-871.13 577-863l165 164q8 8 13 19.28 5 11.28 5 23.72v516q0 24-18 42t-42 18H260Zm190-740H260v680h440v-433H563q-47.08 0-80.04-32.96Q450-638.92 450-686v-134Zm60 0v134q0 22.53 15.24 37.76Q540.47-633 563-633h137v-23L534-820h-24ZM380-228q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h117q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H380Zm0-140q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h200q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H380Z"}},A4=a("docs",B4.regular[400]),$4={regular:{400:"M80-775v-85q0-24.75 17.63-42.38Q115.25-920 140-920h85q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-85v85q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q80-762.25 80-775Zm740 0v-85h-85q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h85q24.75 0 42.38 17.62Q880-884.75 880-860v85q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37ZM80-100v-85q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v85h85q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q237.75-40 225-40h-85q-24.75 0-42.37-17.63Q80-75.25 80-100Zm740 60h-85q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h85v-85q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v85q0 24.75-17.62 42.37Q844.75-40 820-40ZM260-220h440v-520H260v520Zm0 60q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h440q24 0 42 18t18 42v520q0 24-18 42t-42 18H260Zm140-410h160q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H400q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0 120h160q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H400q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0 120h160q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H400q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM260-220v-520 520Z"}},L4=a("document_scanner",$4.regular[400]),W4={regular:{400:"M469-327q-5-2-10-7L308-485q-9-9.27-8.5-21.64.5-12.36 9.11-21.36 9.39-9 21.89-9t21.5 9l98 99v-341q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v341l99-99q8.8-9 20.9-8.5 12.1.5 21.49 9.5 8.61 9 8.61 21.5t-9 21.5L501-334q-5 5-10.13 7-5.14 2-11 2-5.87 0-10.87-2ZM220-160q-24 0-42-18t-18-42v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113h520v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113q0 24-18 42t-42 18H220Z"}},z4=a("download",W4.regular[400]),j4={regular:{400:"M392-89q-137-32-224.5-141T80-480q0-141 87.5-250T392-870q14-3 25 6t11 23q0 11-6 19t-17 10q-117 26-191 119t-74 213q0 120 74 213t191 119q11 2 17 10t6 19q0 14-11 23.5T392-89Zm176-1q-14 4-25-5.5T532-119q0-11 6-19t16-10q29-7 56-17.5t52-27.5q8-5 18-3.5t17 8.5q11 11 9.5 24.5T693-142q-29 18-60.5 31T568-90Zm204-172q-8-7-9.5-17.5T767-298q16-25 27-51.5t18-55.5q2-10 10-16t19-6q14 0 23 11t6 25q-8 33-21 64.5T818-266q-8 12-21.5 13.5T772-262Zm69-270q-11 0-19.5-6T811-554q-6-29-17-55.5T767-661q-6-9-4.5-19t9.5-18q10-10 24-8.5t22 13.5q18 29 31 60.5t21 64.5q3 14-6 25t-23 11ZM662-767q-25-16-52-27t-56-18q-10-2-16-10t-6-19q0-14 11-23t25-6q33 8 64.5 20.5T693-818q12 8 13.5 22t-8.5 24q-8 8-18 9.5t-18-4.5ZM510-396l106-106q9-9 21-8.5t21 9.5q9 9 9 21.5t-9 21.5L501-301q-9 9-21 9t-21-9L301-459q-9-9-8.5-21.5T302-502q9-9 21.5-9t21.5 9l105 106v-254q0-13 8.5-21.5T480-680q13 0 21.5 8.5T510-650v254Z"}},R4=a("downloading",j4.regular[400]),P4={regular:{400:"M190-390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h580q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H190Zm0-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h580q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H190Z"}},N4=a("drag_handle",P4.regular[400]),V4={regular:{400:"M349.91-160q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm260 0q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm-260-250q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm260 0q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm-260-250q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm260 0q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Z"}},O4=a("drag_indicator",V4.regular[400]),U4={regular:{400:"M180-180h44l472-471-44-44-472 471v44Zm-30 60q-13 0-21.5-8.5T120-150v-73q0-12 5-23.5t13-19.5l557-556q8-8 19-12.5t23-4.5q11 0 22 4.5t20 12.5l44 44q9 9 13 20t4 22q0 11-4.5 22.5T823-694L266-138q-8 8-19.5 13t-23.5 5h-73Zm629-617-41-41 41 41Zm-105 64-22-22 44 44-22-22Z"}},G4=a("edit",U4.regular[400]),K4={regular:{400:"M458.04-75.43Q447.07-79.87 438-88L88-438q-8.13-9.07-12.57-20.04Q71-469 71-480t4.43-22.34Q79.87-513.68 88-522l350-350q9.07-8.87 20.04-12.93Q469-889 480-889t22.34 4.07Q513.68-880.87 522-872l350 350q8.87 8.32 12.93 19.66Q889-491 889-480t-4.07 21.96Q880.87-447.07 872-438L522-88q-8.32 8.13-19.66 12.57Q491-71 480-71t-21.96-4.43ZM480-131l349-349-349-349-349 349 349 349Zm21.5-317.63q8.5-8.62 8.5-21.37v-180q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v180q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM501-339q9-9 9-21t-9-21q-9-9-21-9t-21 9q-9 9-9 21t9 21q9 9 21 9t21-9Zm-21-141Z"}},J4=a("emergency_home",K4.regular[400]),Y4={regular:{400:"M480-80q-27 0-47.5-13T406-129h-14q-24 0-42-18t-18-42v-143q-66-43-104-110t-38-148q0-121 84.5-205.5T480-880q121 0 205.5 84.5T770-590q0 81-38 148T628-332v143q0 24-18 42t-42 18h-14q-6 23-26.5 36T480-80Zm-88-109h176v-44H392v44Zm0-84h176v-40H392v40Zm-9-100h74v-137l-77-77q-7-7-6.5-15.5T381-618q7-7 15.5-7t15.5 7l68 69 69-69q7-7 15.5-6.5T580-617q7 7 7 15t-7 15l-77 77v137h74q60-28 96.5-87T710-590q0-97-66.5-163.5T480-820q-97 0-163.5 66.5T250-590q0 71 36.5 130t96.5 87Zm97-176Zm0-48Z"}},X4=a("emoji_objects",Y4.regular[400]),eo={regular:{400:"M480-180q125 0 212.5-87.5T780-480v-300H480q-125 0-212.5 87.5T180-480q0 125 87.5 212.5T480-180Zm-53-105 207-185q10-9 6-21.5T622-506l-162-16 97-133q4-5 3.5-10.5T556-676q-5-5-11.5-5t-11.5 5L327-491q-10 9-6 21.5t18 14.5l162 16-98 133q-4 5-3.5 10.5T405-285q5 5 11 5t11-5Zm53 165q-67 0-126-22.5T247-205l-76 76q-5 5-10 7t-11 2q-12 0-21-9t-9-21q0-6 2-11t7-10l76-76q-40-48-62.5-107T120-480q0-150 105-255t255-105h300q25 0 42.5 17.5T840-780v300q0 150-105 255T480-120Zm0-360Z"}},to=a("energy_savings_leaf",eo.regular[400]),ro={regular:{400:"M180.5-180.56Q160-201.13 160-230v-180q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q300-438.88 300-410v180q0 28.87-20.59 49.44Q258.82-160 229.91-160t-49.41-20.56ZM479.91-160q-28.91 0-49.41-20.56Q410-201.13 410-230v-500q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q550-758.88 550-730v500q0 28.87-20.59 49.44Q508.82-160 479.91-160Zm200.59-20.56Q660-201.13 660-230v-300q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q800-558.88 800-530v300q0 28.87-20.59 49.44Q758.82-160 729.91-160t-49.41-20.56Z"}},oo=a("equalizer",ro.regular[400]),ao={regular:{400:"M503.5-289.48q9.5-9.48 9.5-23.5t-9.48-23.52q-9.48-9.5-23.5-9.5t-23.52 9.48q-9.5 9.48-9.5 23.5t9.48 23.52q9.48 9.5 23.5 9.5t23.52-9.48Zm1-152.15q8.5-8.62 8.5-21.37v-193q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v193q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},lo=a("error",ao.regular[400]),no={regular:{400:"m480-168 174-174q9-9 22-9t22 9q9 9 9 22t-9 22L522-122q-17 17-42 17t-42-17L262-298q-9-9-9-22t9-22q9-9 22-9t22 9l174 174Zm0-624L306-618q-9 9-22 9t-22-9q-9-9-9-22t9-22l176-176q17-17 42-17t42 17l176 176q9 9 9 22t-9 22q-9 9-22 9t-22-9L480-792Z"}},so=a("expand_all",no.regular[400]),io={regular:{400:"M480-436 371-545q-9-9-21-9t-21 9q-9 9-9 21.5t9 21.5l130 130q9 9 21 9t21-9l131-131q9-9 8.5-21t-9.5-21q-9-9-21-9t-21 9L480-436Zm0 356q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},co=a("expand_circle_down",io.regular[400]),uo={regular:{400:"m480-524 109 109q9 9 21 9t21-9q9-9 9-21.5t-9-21.5L501-588q-9-9-21-9t-21 9L328-457q-9 9-8.5 21t9.5 21q9 9 21 9t21-9l109-109Zm0 444q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-155.5t85.5-127q54-54.5 127-86T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 83-31.5 156t-86 127q-54.5 54-127 85.5T480-80Zm0-60q141 0 240.5-99T820-480q0-141-99.5-240.5T480-820q-142 0-241 99.5T140-480q0 142 99 241t241 99Zm0-340Z"}},qo=a("expand_circle_up",uo.regular[400]),go={regular:{400:"M478-478ZM281.5-281.5Q200-363 200-480t81.5-198.5Q363-760 480-760t198.5 81.5Q760-597 760-480t-81.5 198.5Q597-200 480-200t-198.5-81.5ZM636-324q64-64 64-156t-64-156q-64-64-156-64t-156 64q-64 64-64 156t64 156q64 64 156 64t156-64Z"}},fo=a("fiber_manual_record",go.regular[400]),mo={regular:{400:"M248.5-248.5Q240-257 240-270v-420q0-13 8.5-21.5T270-720q13 0 21.5 8.5T300-690v420q0 13-8.5 21.5T270-240q-13 0-21.5-8.5ZM539-477l170 170q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L474-456q-5-5-7-10t-2-11q0-6 2-11t7-10l192-192q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L539-477Z"}},ho=a("first_page",mo.regular[400]),po={regular:{400:"M260-429v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-620q0-12.75 8.63-21.38Q217.25-800 230-800h289q10.5 0 18.75 6.5T548-776l14 62h208q12.75 0 21.38 8.62Q800-696.75 800-684v310q0 12.75-8.62 21.37Q782.75-344 770-344H568q-10.5 0-18.75-6T539-367l-14-62H260Zm335 25h145v-250H535q-10.5 0-18.75-6.5T506-678l-14-62H260v251h292q10.5 0 18.75 6T581-466l14 62Zm-95-168Z"}},bo=a("flag",po.regular[400]),Fo={regular:{400:"M260-452v342q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q200-97.25 200-110v-700q0-12.75 8.63-21.38Q217.25-840 230-840h563q8.32 0 14.74 3.89 6.43 3.89 10.21 10.11 3.78 6.22 4.92 13.61Q824-805 820-797l-71 151 71 151q4 8 2.87 15.39-1.14 7.39-4.92 13.61-3.78 6.22-10.21 10.11Q801.32-452 793-452H260Zm0-60h485l-51-108q-6-12.13-6-26t6-26l51-108H260v268Zm0 0v-268 268Z"}},vo=a("flag_2",Fo.regular[400]),yo={regular:{400:"M623.5-788.68q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm165 0q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm0 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm0 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm0 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm-165 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm165 0q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68ZM180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h139q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v600h139q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm272 50v-820q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v820q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q452-57.25 452-70Z"}},To=a("flip",yo.regular[400]),Zo={regular:{400:"M140-160q-24 0-42-18.5T80-220v-520q0-23 18-41.5t42-18.5h256q12.44 0 23.72 5t19.37 13.09L481-740h339q23 0 41.5 18.5T880-680v460q0 23-18.5 41.5T820-160H140Zm0-60h680v-460H456l-60-60H140v520Zm0 0v-520 520Z"}},_o=a("folder",Zo.regular[400]),Ho={regular:{400:"M150-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm160-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h340q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H310ZM150-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm160-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h340q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H310ZM150-780q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},xo=a("format_align_center",Ho.regular[400]),Do={regular:{400:"M150-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},So=a("format_align_left",Do.regular[400]),wo={regular:{400:"M150-780q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm240 165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390ZM150-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm240 165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390ZM150-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},Qo=a("format_align_right",wo.regular[400]),Eo={regular:{400:"M335-200q-25 0-42.5-17.5T275-260v-440q0-25 17.5-42.5T335-760h168q66 0 114.5 42T666-612q0 38-21 70t-56 49v6q43 14 69.5 50t26.5 81q0 68-52.5 112T510-200H335Zm26-76h144q38 0 66-25t28-63q0-37-28-62t-66-25H361v175Zm0-247h136q35 0 60.5-23t25.5-58q0-35-25.5-58.5T497-686H361v163Z"}},Co=a("format_bold",Eo.regular[400]),Mo={regular:{400:"M264-199q-16.8 0-28.4-11.64-11.6-11.64-11.6-28.5t11.6-28.36Q247.2-279 264-279h94l139-409H378q-16.8 0-28.4-11.64-11.6-11.64-11.6-28.5t11.6-28.36Q361.2-768 378-768h300q16.8 0 28.4 11.64 11.6 11.64 11.6 28.5t-11.6 28.36Q694.8-688 678-688h-94L445-279h119q16.8 0 28.4 11.64 11.6 11.64 11.6 28.5t-11.6 28.36Q580.8-199 564-199H264Z"}},Io=a("format_italic",Mo.regular[400]),ko={regular:{400:"M407-198q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h403q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H407Zm0-252q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h403q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H407Zm0-253q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h403q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H407ZM189-161q-28.05 0-48.02-19Q121-199 121-227.5t19.5-48q19.5-19.5 48-19.5t47.5 19.98q19 19.97 19 48.02 0 27.23-19.39 46.61Q216.23-161 189-161Zm0-252q-28.05 0-48.02-19.5Q121-452 121-480t19.98-47.5Q160.95-547 189-547q27.23 0 46.61 19.5Q255-508 255-480t-19.39 47.5Q216.23-413 189-413Zm-48.5-272.5Q121-705 121-733t19.5-47.5Q160-800 188-800t47.5 19.5Q255-761 255-733t-19.5 47.5Q216-666 188-666t-47.5-19.5Z"}},Bo=a("format_list_bulleted",ko.regular[400]),Ao={regular:{400:"M150-80q-13 0-21.5-8.5T120-110q0-13 8.5-21.5T150-140h70v-30h-30q-13 0-21.5-8.5T160-200q0-13 8.5-21.5T190-230h30v-30h-70q-13 0-21.5-8.5T120-290q0-13 8.5-21.5T150-320h90q17 0 28.5 11.5T280-280v40q0 17-11.5 28.5T240-200q17 0 28.5 11.5T280-160v40q0 17-11.5 28.5T240-80h-90Zm-7-280q-9 0-16-7t-7-16v-87q0-17 11.5-28.5T160-510h60v-30h-70q-13 0-21.5-8.5T120-570q0-13 8.5-21.5T150-600h90q17 0 28.5 11.5T280-560v70q0 17-11.5 28.5T240-450h-60v30h70q13 0 21.5 8.5T280-390q0 13-8.5 21.5T250-360H143Zm45.5-288.5Q180-657 180-670v-150h-30q-13 0-21.5-8.5T120-850q0-13 8.5-21.5T150-880h68q9 0 15.5 6.5T240-858v188q0 13-8.5 21.5T210-640q-13 0-21.5-8.5ZM399-209q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h411q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H399Zm0-243q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h411q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H399Zm0-243q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h411q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H399Z"}},$o=a("format_list_numbered",Ao.regular[400]),Lo={regular:{400:"M230-140q-13 0-21.5-8.5T200-170q0-13 8.5-21.5T230-200h500q13 0 21.5 8.5T760-170q0 13-8.5 21.5T730-140H230Zm93.5-198.5Q267-397 267-497v-302q0-17 12.5-29t29.5-12q17 0 29 12t12 29v302q0 63 34 101t96 38q62 0 96-38t34-101v-302q0-17 12.5-29t29.5-12q17 0 29 12t12 29v302q0 100-56.5 158.5T480-280q-100 0-156.5-58.5Z"}},Wo=a("format_underlined",Lo.regular[400]),zo={regular:{400:"M480-80q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480-800h23l-58-58q-8-8-7.5-20.5T446-899q8-8 20.5-8t20.5 8l105 106q9 9 9 21t-9 21L487-646q-9 9-21.5 9t-20.5-9q-9-9-8.5-21t9.5-21l52-52h-23q-124 0-209.5 87.5T180-440q0 125 87.5 212.5T480-140q116 0 202-77.5T779-410q2-13 10.5-21.5T810-440q13 0 21.5 9t7.5 21q-11 141-114.5 235.5T480-80Z"}},jo=a("forward_media",zo.regular[400]),Ro={regular:{400:"M521-438.84q29-28.85 29-71Q550-552 521.16-581q-28.85-29-71-29Q408-610 379-581.16q-29 28.85-29 71Q350-468 378.84-439q28.85 29 71 29Q492-410 521-438.84ZM450.47-350Q384-350 337-397t-47-113q0-66 47-113t113-47q66 0 113 47t47 113.47q0 21.53-7.5 44.03T581-421l84 84q9 9 8.5 21t-9.5 21.39q-9 8.61-21 8.61t-21-9l-83-83q-22 14-44.5 21t-44.03 7ZM180-120q-24 0-42-18t-18-42v-142q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v142h142q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm600 0H638q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h142v-142q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v142q0 24-18 42t-42 18ZM120-638v-142q0-24 18-42t42-18h142q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v142q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm660 0v-142H638q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h142q24 0 42 18t18 42v142q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Z"}},Po=a("frame_inspect",Ro.regular[400]),No={regular:{400:"M215-120q-41 0-68.5-24T119-204q0-27 15-43.5t39-16.5q21 0 34.5 12t13.5 32q0 11-4.5 20.5T204-184q4 2 8.5 3t9.5 1q13 0 22-12.5t13-32.5l69-355h-96q-13 0-21.5-8.5T200-610q0-13 8.5-21.5T230-640h107l21-106q9-45 36-69.5t67-24.5q41 0 67.5 24t26.5 60q0 27-15 43.5T501-696q-20 0-34-11.5T453-738q0-10 4-19.5t10-15.5q-2-2-6-3.5t-8-1.5q-13 0-22.5 12T417-735l-18 95h159q13 0 21.5 8.5T588-610q0 13-8.5 21.5T558-580h-17l83 96 78-96h-18q-13 0-21.5-8.5T654-610q0-13 8.5-21.5T684-640h126q13 0 21.5 8.5T840-610q0 13-8.5 21.5T810-580h-28L662-439l120 139h28q13 0 21.5 8.5T840-270q0 13-8.5 21.5T810-240H684q-13 0-21.5-8.5T654-270q0-13 8.5-21.5T684-300h18l-80-93-82 93h18q13 0 21.5 8.5T588-270q0 13-8.5 21.5T558-240H432q-13 0-21.5-8.5T402-270q0-13 8.5-21.5T432-300h29l121-139-121-141h-74l-71 366q-8 45-34 69.5T215-120Z"}},Vo=a("function",No.regular[400]),Oo={regular:{400:"M140-200q-24.75 0-42.37-17.63Q80-235.25 80-260v-281q0-12.44 5-23.72T98-584l118-118q8-8 19.28-13 11.28-5 23.72-5h35v-50q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v50h347q12.44 0 23.72 5T744-702l118 118q8 8 13 19.28 5 11.28 5 23.72v281q0 24.75-17.62 42.37Q844.75-200 820-200H140Zm500-60h180v-281l-90-90-90 90v281Zm-60 0v-240H140v240h440Z"}},Uo=a("gite",Oo.regular[400]),Go={regular:{400:"M511-258.03q11-11.03 11-27T510.97-312q-11.03-11-27-11T457-311.97q-11 11.03-11 27T457.03-258q11.03 11 27 11T511-258.03ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Zm2.77-180Q513-660 536-641.5q23 18.5 23 47.2 0 26.3-15.65 45.73Q527.7-529.14 508-512q-23 19-40 42.38-17 23.39-17 52.62 0 11 8.4 17.5T479-393q12 0 19.88-8 7.87-8 10.12-20 3-21 16-38t30.23-30.78Q580-510 596-537q16-27 16-58.61 0-50.39-37.5-83.89T485.55-713Q450-713 417-698t-54 44q-7 10-6.5 21.5t9.47 18.5q11.41 8 23.65 5 12.23-3 20.38-14 12.75-17.9 31.88-27.45Q461-660 482.77-660Z"}},Ko=a("help",Go.regular[400]),Jo={regular:{400:"M477-120q-142 0-243.5-95.5T121-451q-1-12 7.5-21t21.5-9q12 0 20.5 8.5T181-451q11 115 95 193t201 78q127 0 215-89t88-216q0-124-89-209.5T477-780q-68 0-127.5 31T246-667h75q13 0 21.5 8.5T351-637q0 13-8.5 21.5T321-607H172q-13 0-21.5-8.5T142-637v-148q0-13 8.5-21.5T172-815q13 0 21.5 8.5T202-785v76q52-61 123.5-96T477-840q75 0 141 28t115.5 76.5Q783-687 811.5-622T840-482q0 75-28.5 141t-78 115Q684-177 618-148.5T477-120Zm34-374 115 113q9 9 9 21.5t-9 21.5q-9 9-21 9t-21-9L460-460q-5-5-7-10.5t-2-11.5v-171q0-13 8.5-21.5T481-683q13 0 21.5 8.5T511-653v159Z"}},Yo=a("history",Jo.regular[400]),Xo={regular:{400:"M220-180h150v-220q0-12.75 8.63-21.38Q387.25-430 400-430h160q12.75 0 21.38 8.62Q590-412.75 590-400v220h150v-390L480-765 220-570v390Zm-60 0v-390q0-14.25 6.38-27 6.37-12.75 17.62-21l260-195q15.68-12 35.84-12Q500-825 516-813l260 195q11.25 8.25 17.63 21 6.37 12.75 6.37 27v390q0 24.75-17.62 42.37Q764.75-120 740-120H560q-12.75 0-21.37-8.63Q530-137.25 530-150v-220H430v220q0 12.75-8.62 21.37Q412.75-120 400-120H220q-24.75 0-42.37-17.63Q160-155.25 160-180Zm320-293Z"}},e3=a("home",Xo.regular[400]),t3={regular:{400:"M480-430ZM233-120q-47.08 0-80.04-32.96Q120-185.92 120-233v-247q0-22.59 8.49-43.29Q136.97-544 153-560l248-247q17-17 37.51-25 20.52-8 41.49-8 21.65 0 42.35 8.01Q543.06-823.97 560-807l247 247q16.03 16 24.51 36.71Q840-502.59 840-480v247q0 47.08-32.67 80.04Q774.67-120 728-120H233Zm0-60h495q22.1 0 37.05-15.5Q780-211 780-233v-247q0-10.91-3.5-20.45Q773-510 765-518L599-684l-76 76 152 153v170H285v-170l271-271-39.06-38.57q-10.41-10.29-20.18-12.86Q487-780 480.5-780q-6.5 0-17 2.5T443-765L196-518q-8 8.14-12 17.64T180-480v247q0 22 15.5 37.5T233-180Zm112-165h270v-85L480-565 345-430v85Z"}},r3=a("home_app_logo",t3.regular[400]),o3={regular:{400:"M730-450q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H610q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h120Zm0-120q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H610q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h120ZM360-434q-38 0-66.64 6.5Q264.73-421 243-407q-20 11-31 28.13-11 17.14-11 36.87 0 9.43 6.68 15.71Q214.35-320 224-320h272q9.65 0 16.32-6.52Q519-333.03 519-343q0-17.69-10.5-34.35Q498-394 478-407q-22-14-51-20.5t-67-6.5Zm51.5-81.42q21.5-21.42 21.5-51.5t-21.42-51.58q-21.42-21.5-51.5-21.5t-51.58 21.42q-21.5 21.42-21.5 51.5t21.42 51.58q21.42 21.5 51.5 21.5t51.58-21.42ZM140-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H140Zm0-60h680v-520H140v520Zm0 0v-520 520Z"}},a3=a("id_card",o3.regular[400]),l3={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0 0v-600 600Zm86-97h429q8.5 0 12.75-8t-.75-16L590-457q-5-6-12-6t-12 6L446-302l-81-111q-5-6-12-6t-12 6l-86 112q-6 8-1.75 16t12.75 8Z"}},n3=a("image",l3.regular[400]),s3={regular:{400:"M504.5-288.63q8.5-8.62 8.5-21.37v-180q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v180q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63Zm-1-314.57q9.5-9.2 9.5-22.8 0-14.45-9.48-24.22-9.48-9.78-23.5-9.78t-23.52 9.78Q447-640.45 447-626q0 13.6 9.48 22.8 9.48 9.2 23.5 9.2t23.52-9.2ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},i3=a("info",s3.regular[400]),d3={regular:{400:"M180-80q-24.75 0-42.37-17.63Q120-115.25 120-140v-483q-17-6-28.5-21.39T80-680v-140q0-24.75 17.63-42.38Q115.25-880 140-880h680q24.75 0 42.38 17.62Q880-844.75 880-820v140q0 20.22-11.5 35.61T840-623v483q0 24.75-17.62 42.37Q804.75-80 780-80H180Zm0-540v480h600v-480H180Zm-40-60h680v-140H140v140Zm250 260h180q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm90 40Z"}},c3=a("inventory_2",d3.regular[400]),u3={regular:{400:"M280-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h170v-140H140q-24 0-42-18t-18-42v-400q0-24 18-42t42-18h680q24 0 42 18t18 42v400q0 24-18 42t-42 18H510v140h170q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H280ZM140-380h680v-400H140v400Zm0 0v-400 400Z"}},q3=a("jamboard_kiosk",u3.regular[400]),g3={regular:{400:"M469-358q-5-2-10-7L261-563q-9-9-8.5-21.5T262-606q9-9 21.5-9t21.5 9l175 176 176-176q9-9 21-8.5t21 9.5q9 9 9 21.5t-9 21.5L501-365q-5 5-10 7t-11 2q-6 0-11-2Z"}},f3=a("keyboard_arrow_down",g3.regular[400]),m3={regular:{400:"M480-554 304-378q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l197-197q9-9 21-9t21 9l198 198q9 9 9 21t-9 21q-9 9-21.5 9t-21.5-9L480-554Z"}},h3=a("keyboard_arrow_up",m3.regular[400]),p3={regular:{400:"M306.84-700.82 424-853q11-14 25.59-21 14.58-7 30.5-7 15.91 0 30.41 7t25.5 21l117.16 152.18L831-641q23 8 36 27.11t13 42.22q0 10.67-3.03 21.3-3.04 10.63-9.97 20.37L753-367l4 173q0 31-21 52.5T685.82-120q-1.82 0-18.82-3l-187-52-186.78 51.92Q288-121 282.49-120.5q-5.51.5-10.1.5-29.39 0-49.89-21.69Q202-163.37 203-195l4-173.25L93-531q-6.93-9.83-9.97-20.55Q80-562.28 80-573q0-23 12.92-41.61Q105.84-633.21 129-641l177.84-59.82ZM343-649l-209 70 134 194-5 207 217-60 217 61-5-208 134-192-209-72-137-178-137 178Zm137 147Z"}},b3=a("kid_star",p3.regular[400]),F3={regular:{400:"M140-160q-24.75 0-42.37-17.63Q80-195.25 80-220v-520q0-24.75 17.63-42.38Q115.25-800 140-800h471q14.25 0 27 6.37 12.75 6.38 21 17.63l195 260q12 15.68 12 35.84Q866-460 854-444L660-184q-8.25 11.25-21 17.62-12.75 6.38-27 6.38H140Zm0-60h471l195-260-195-260H140v520Zm333-260Z"}},v3=a("label",F3.regular[400]),y3={regular:{400:"M57-160q-23.51 0-40.26-17.63Q0-195.25 0-220h141q-24 0-42-18t-18-42v-500q0-24 18-42t42-18h678q24 0 42 18t18 42v500q0 24-18 42t-42 18h141q0 25-17.62 42.5Q924.75-160 900-160H57Zm447-32q10-10 10-24t-10-24q-10-10-24-10t-24 10q-10 10-10 24t10 24q10 10 24 10t24-10Zm-363-88h678v-500H141v500Zm0 0v-500 500Z"}},T3=a("laptop_mac",y3.regular[400]),Z3={regular:{400:"M30-160q-12.75 0-21.37-8.68Q0-177.35 0-190.18 0-203 8.63-211.5 17.25-220 30-220h111v-42q-24 0-42-18t-18-42v-458q0-24 18-42t42-18h678q24 0 42 18t18 42v458q0 24-18 42t-42 18v42h111q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H30Zm111-162h678v-458H141v458Zm0 0v-458 458Z"}},_3=a("laptop_windows",Z3.regular[400]),H3={regular:{400:"M422.5-103.5Q399-127 399-161h162q0 34-23.5 57.5T480-80q-34 0-57.5-23.5ZM348-223q-13 0-21.5-8.5T318-253q0-13 8.5-21.5T348-283h264q13 0 21.5 8.5T642-253q0 13-8.5 21.5T612-223H348Zm-25-121q-66-43-104.5-107.5T180-597q0-122 89-211t211-89q122 0 211 89t89 211q0 81-38 145.5T637-344H323Zm22-60h271q48-32 76-83t28-110q0-99-70.5-169.5T480-837q-99 0-169.5 70.5T240-597q0 59 28 110t77 83Zm135 0Z"}},U1=a("lightbulb",H3.regular[400]),x3={regular:{400:"M280-280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H280q-58.33 0-99.17 40.76-40.83 40.77-40.83 99Q140-422 180.83-381q40.84 41 99.17 41h140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H280Zm75-170q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h250q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H355Zm185 170q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h140q58.33 0 99.17-40.76 40.83-40.77 40.83-99Q820-538 779.17-579q-40.84-41-99.17-41H540q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h140q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H540Z"}},D3=a("link",x3.regular[400]),S3={regular:{400:"M480-159q133-121 196.5-219.5T740-552q0-118-75.5-193T480-820q-109 0-184.5 75T220-552q0 75 65 173.5T480-159Zm-21.5 55.5Q448-107 440-115q-42-38-91-87.5T258-309q-42-57-70-119t-28-124q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 62-28 124t-70 119q-42 57-91 106.5T520-115q-8 8-18.5 11.5T480-100q-11 0-21.5-3.5ZM480-560Zm49.5 49.5Q550-531 550-560t-20.5-49.5Q509-630 480-630t-49.5 20.5Q410-589 410-560t20.5 49.5Q451-490 480-490t49.5-20.5Z"}},w3=a("location_on",S3.regular[400]),Q3={regular:{400:"M220-80q-24.75 0-42.37-17.63Q160-115.25 160-140v-434q0-24.75 17.63-42.38Q195.25-634 220-634h70v-96q0-78.85 55.61-134.42Q401.21-920 480.11-920q78.89 0 134.39 55.58Q670-808.85 670-730v96h70q24.75 0 42.38 17.62Q800-598.75 800-574v434q0 24.75-17.62 42.37Q764.75-80 740-80H220Zm0-60h520v-434H220v434Zm314.5-162.03Q557-324.06 557-355q0-30-22.67-54.5t-54.5-24.5q-31.83 0-54.33 24.5t-22.5 55q0 30.5 22.67 52.5t54.5 22q31.83 0 54.33-22.03ZM350-634h260v-96q0-54.17-37.88-92.08-37.88-37.92-92-37.92T388-822.08q-38 37.91-38 92.08v96ZM220-140v-434 434Z"}},E3=a("lock",Q3.regular[400]),C3={regular:{400:"M511-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h269v-600H511q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h269q24 0 42 18t18 42v600q0 24-18 42t-42 18H511Zm-26-330H150q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h333l-81-81q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l133 133q9 9 9 21t-9 21L447-326q-8.8 9-20.9 8.5-12.1-.5-21.49-9.5-8.61-9-8.61-21.5t9-21.5l80-80Z"}},M3=a("login",C3.regular[400]),I3={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h269q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v600h269q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm545-330H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h333l-81-81q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l133 133q9 9 9 21t-9 21L687-326q-8.8 9-20.9 8.5-12.1-.5-21.49-9.5-8.61-9-8.61-21.5t9-21.5l80-80Z"}},k3=a("logout",I3.regular[400]),B3={regular:{400:"M140-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H140Zm680-525L496-473q-4 2-7.5 3.5T480-468q-5 0-8.5-1.5T464-473L140-685v465h680v-465ZM480-522l336-218H145l335 218ZM140-685v7-39.32.73V-740v23-.91V-678v-7 465-465Z"}},A3=a("mail",B3.regular[400]),$3={regular:{400:"M292-527q-42-42-42-108t42-108q42-42 108-42t108 42q42 42 42 108t-42 108q-42 42-108 42t-108-42ZM80-224v-34q0-35 17.5-64t50.5-44q58-26 119.5-42T393-424q13 0 21.5 8.5T423-394q0 13-8.5 21.5T393-364q-58 0-113.5 14T172-310q-14 8-23 21.5t-9 30.5v34h254q13 0 21.5 8.5T424-194q0 13-8.5 21.5T394-164H140q-25 0-42.5-17.5T80-224Zm584 81-7-43q-17-5-34.5-14.5T593-222l-38 8q-8 2-15-1t-11-10l-6-10q-5-8-3.5-16t7.5-14l33-31q-2-9-2-25t2-25l-33-31q-6-5-7.5-13.5T523-406l6-12q4-7 10.5-9.5t14.5-.5l39 8q12-12 29.5-21.5T657-456l7-43q2-10 9-16.5t17-6.5h8q10 0 17 6.5t9 16.5l7 43q17 5 34.5 14.5T795-420l38-8q8-2 15 1t11 10l6 10q5 8 3.5 16t-7.5 14l-33 31q2 9 2 25t-2 25l33 31q6 5 7.5 13.5T865-236l-6 12q-4 7-10.5 9.5t-14.5.5l-39-8q-12 12-29.5 21.5T731-186l-7 43q-2 10-9 16.5t-17 6.5h-8q-10 0-17-6.5t-9-16.5Zm88-120q22-22 22-58t-22-58q-22-22-58-22t-58 22q-22 22-22 58t22 58q22 22 58 22t58-22ZM464.5-570.5Q490-596 490-635t-25.5-64.5Q439-725 400-725t-64.5 25.5Q310-674 310-635t25.5 64.5Q361-545 400-545t64.5-25.5ZM400-635Zm9 411Z"}},L3=a("manage_accounts",$3.regular[400]),W3={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Zm162 162q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Zm138 11q17 0 28.5-11.21T520-646q0-16.58-11.5-27.79T480-685q-16 0-27 11.5T442-646q0 16 10.92 27.5Q463.85-607 480-607Zm195-11q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Zm0 166q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Zm-195 11q17 0 28.5-11.21T520-480q0-16.58-11.5-27.79T480-519q-16 0-27 11.5T442-480q0 16 10.92 27.5Q463.85-441 480-441Zm-138-11q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Z"}},z3=a("margin",W3.regular[400]),j3={regular:{400:"M240-240 131-131q-14 14-32.5 6.34Q80-132.31 80-152v-668q0-24 18-42t42-18h399q13.6 0 22.8 9.5Q571-861 569-847q-2 11-10.5 19t-19.5 8H140v600l74-80h606v-315q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v315q0 24-18 42t-42 18H240Zm442-511.12q-32-32.12-32-78T682.12-907q32.12-32 78-32T838-906.88q32 32.12 32 78T837.88-751q-32.12 32-78 32T682-751.12ZM140-820v520-520Z"}},R3=a("mark_chat_unread",j3.regular[400]),P3={regular:{400:"M140-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h399q12.75 0 21.38 9 8.62 9 7.62 22-1 12-9.34 20.5-8.33 8.5-20.66 8.5H140v520h680v-325q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v325q0 24-18 42t-42 18H140Zm0-580v520-520Zm340 218 137-89q10-7 19.38-3.85Q645.75-611.7 651-604q5 8 4.5 17.5T644-570l-148 97q-7.5 5-15.75 5T464-473L140-681v-59l340 218Zm202-160.12q-32-32.12-32-78T682.12-838q32.12-32 78-32T838-837.88q32 32.12 32 78T837.88-682q-32.12 32-78 32T682-682.12Z"}},N3=a("mark_email_unread",P3.regular[400]),V3={regular:{400:"M150-240q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},O3=a("menu",V3.regular[400]),U3={regular:{400:"M408-453.92q-29-30.91-29-75.08v-251q0-41.67 29.44-70.83Q437.88-880 479.94-880t71.56 29.17Q581-821.67 581-780v251q0 44.17-29 75.08Q523-423 480-423t-72-30.92ZM480-651Zm-30 501v-106q-96-11-166.5-77.5T202-498q-2-12.85 6.59-21.93 8.6-9.07 21.5-9.07 12.91 0 21.41 9t10.5 22q12 81 74.71 132.5Q399.42-314 479.65-314q81.35 0 143.85-51.5T698-498q2-13 10.68-22 8.67-9 21.5-9 12.82 0 21.32 9.07 8.5 9.08 6.5 21.93-11 97-81 164t-167 78v106q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm59.5-346.5Q521-510 521-529v-251q0-17-11.79-28.5T480-820q-17.42 0-29.21 11.5T439-780v251q0 19 11.5 32.5T480-483q18 0 29.5-13.5Z"}},G3=a("mic",U3.regular[400]),K3={regular:{400:"M260-40q-24.75 0-42.37-17.63Q200-75.25 200-100v-760q0-24 18-42t42-18h438q24.75 0 42.38 17.62Q758-884.75 758-860v150q18 3 30 16.95 12 13.96 12 31.63V-587q0 19-12 33t-30 17v437q0 24.75-17.62 42.37Q722.75-40 698-40H260Zm0-60h438v-760H260v760Zm0 0v-760 760Zm240-89q9-9 9-21t-9-21q-9-9-21-9t-21 9q-9 9-9 21t9 21q9 9 21 9t21-9Z"}},J3=a("mobile_2",K3.regular[400]),Y3={regular:{400:"M332-120q-88 0-150-62t-62-150q0-38 13-72.5t36-63.5l152-182-73-147q-8-15 1-29t26-14h411q17 0 26 14t1 29l-73 147 151 182q24 29 36.5 63.5T841-332q0 88-62 150t-150 62H332Zm148-218q-25 0-42-17.5T421-398q0-25 17-42.5t42-17.5q26 0 43.5 17.5T541-398q0 25-17.5 42.5T480-338ZM375-675h210l53-105H323l52 105Zm-43 495h296q63 0 107.5-44.5T780-332q0-27-9-52t-26-45L590-615H370L216-429q-17 20-26.5 45t-9.5 52q0 63 44.5 107.5T332-180Z"}},X3=a("money_bag",Y3.regular[400]),e6={regular:{400:"M207.86-432Q188-432 174-446.14t-14-34Q160-500 174.14-514t34-14Q228-528 242-513.86t14 34Q256-460 241.86-446t-34 14Zm272 0Q460-432 446-446.14t-14-34Q432-500 446.14-514t34-14Q500-528 514-513.86t14 34Q528-460 513.86-446t-34 14Zm272 0Q732-432 718-446.14t-14-34Q704-500 718.14-514t34-14Q772-528 786-513.86t14 34Q800-460 785.86-446t-34 14Z"}},t6=a("more_horiz",e6.regular[400]),r6={regular:{400:"M479.86-160Q460-160 446-174.14t-14-34Q432-228 446.14-242t34-14Q500-256 514-241.86t14 34Q528-188 513.86-174t-34 14Zm0-272Q460-432 446-446.14t-14-34Q432-500 446.14-514t34-14Q500-528 514-513.86t14 34Q528-460 513.86-446t-34 14Zm0-272Q460-704 446-718.14t-14-34Q432-772 446.14-786t34-14Q500-800 514-785.86t14 34Q528-732 513.86-718t-34 14Z"}},o6=a("more_vert",r6.regular[400]),a6={regular:{400:"M423.5-371.63q8.5-8.62 8.5-21.37v-175q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v175q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63Zm156 0q8.5-8.62 8.5-21.37v-175q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v175q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-34 5.5-67.01Q91-580.02 102-612q4-11 15-14.5t21 2.8q10.71 6.3 15.36 18.5Q158-593 155-581q-6 25-10.5 50.15Q140-505.71 140-480q0 142.37 99 241.19Q338-140 480-140t241-98.81q99-98.82 99-241.19 0-142.38-98.81-241.19T480-820q-27.57 0-54.57 4T372-804q-12 4-24-1t-17-16q-5-11 1-22t17-15q31-10 63-16t64-6q83 0 156.5 31.5T760.95-763q54.94 54 87 127Q880-563 880-480t-31.5 156Q817-251 763-197t-127 85.5Q563-80 480-80ZM177.5-713.62q-14.5-14.62-14.5-35.5 0-20.88 14.62-35.38 14.62-14.5 35.5-14.5 20.88 0 35.38 14.62 14.5 14.62 14.5 35.5 0 20.88-14.62 35.38-14.62 14.5-35.5 14.5-20.88 0-35.38-14.62ZM480-480Z"}},l6=a("motion_photos_paused",a6.regular[400]),n6={regular:{400:"m429-337 179-131q6-5 6-12.5t-6-12.5L429-623q-8-5-16-.93-8 4.06-8 12.93v261q0 9.39 8 13.7 8 4.3 16-.7Zm51 257q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-34 5.5-67.01Q91-580.02 102-612q4-11 15-14.5t21 2.8q10.71 6.3 15.36 18.5Q158-593 155-581q-6 25-10.5 50.15Q140-505.71 140-480q0 142.37 99 241.19Q338-140 480-140t241-98.81q99-98.82 99-241.19 0-142.38-98.81-241.19T480-820q-27.57 0-54.57 4T372-804q-12 4-24-1t-17-16q-5-11 1-22t17-15q31-10 63-16t64-6q83 0 156.5 31.5T760.95-763q54.94 54 87 127Q880-563 880-480t-31.5 156Q817-251 763-197t-127 85.5Q563-80 480-80ZM177.5-713.62q-14.5-14.62-14.5-35.5 0-20.88 14.62-35.38 14.62-14.5 35.5-14.5 20.88 0 35.38 14.62 14.5 14.62 14.5 35.5 0 20.88-14.62 35.38-14.62 14.5-35.5 14.5-20.88 0-35.38-14.62ZM480-480Z"}},s6=a("motion_play",n6.regular[400]),i6={regular:{400:"M480-164q-58.53 0-110.26-19.5Q318-203 276-238l-62 61q-9 9-20.5 9t-20.5-9q-9-9-9-20.5t9-20.5l61-62q-35.34-42.16-54.67-93.58T160-484q0-134 93-227t227-93h260q24.75 0 42.38 17.62Q800-768.75 800-744v260q0 134-93 227t-227 93Zm0-60q108.33 0 184.17-75.83Q740-375.67 740-484v-260H480q-108.33 0-184.17 75.83Q220-592.33 220-484q0 45.74 15 87.37T276-322l217-216q9-9 20.5-9t20.5 9q9 8.8 9 20.9 0 12.1-9 21.1L318-280q33 26 74.63 41 41.63 15 87.37 15Zm0-260Z"}},d6=a("nest_eco_leaf",i6.regular[400]),c6={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h437q12.44 0 23.72 5T660-822l162 162q8 8 13 19.28 5 11.28 5 23.72v437q0 24-18 42t-42 18H180Zm0-60h600v-429H639q-12.75 0-21.37-8.63Q609-626.25 609-639v-141H180v600Zm471-111q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h342ZM450-609q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h141Zm201 159q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h342ZM180-780v171.43V-780v600-600Z"}},u6=a("news",c6.regular[400]),q6={regular:{400:"M150-240q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},g6=a("notes",q6.regular[400]),f6={regular:{400:"M190-200q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h50v-304q0-84 49.5-150.5T420-798v-22q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v22q81 17 130.5 83.5T720-564v304h50q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H190Zm290-302Zm0 422q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM300-260h360v-304q0-75-52.5-127.5T480-744q-75 0-127.5 52.5T300-564v304Z"}},m6=a("notifications",f6.regular[400]),h6={regular:{400:"m338-319-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H158q-14 0-23.5-11.5T129-356q2-10 10-16.5t19-6.5h136l51-202H224q-14 0-23.5-11.5T195-618q2-10 10-16.5t19-6.5h136l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T449-765l-30 124h203l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T711-765l-30 124h121q14 0 23.5 11.5T831-604q-2 10-10 16.5t-19 6.5H666l-51 202h121q14 0 23.5 11.5T765-342q-2 10-10 16.5t-19 6.5H600l-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H338Zm15-60h203l51-202H404l-51 202Z"}},p6=a("numbers",h6.regular[400]),b6={regular:{400:"M150-120q-12.75 0-21.37-8.63Q120-137.25 120-150v-240q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v168l558-558H570q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h240q12.75 0 21.38 8.62Q840-822.75 840-810v240q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-168L222-180h168q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},F6=a("open_in_full",b6.regular[400]),v6={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h249q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v600h600v-249q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v249q0 24-18 42t-42 18H180Zm600-617L403-360q-9 9-21 8.5t-21-9.5q-9-9-9-21t9-21l377-377H549q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h261q12.75 0 21.38 8.62Q840-822.75 840-810v261q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-188Z"}},G1=a("open_in_new",v6.regular[400]),y6={regular:{400:"M810-120H150q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5ZM180-280q-24 0-42-18t-18-42v-440q0-24 18-42t42-18h600q24 0 42 18t18 42v440q0 24-18 42t-42 18H180Zm0-60h600v-440H180v440Zm0 0v-440 440Z"}},T6=a("page_footer",y6.regular[400]),Z6={regular:{400:"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-85 32-158t87.5-127q55.5-54 130-84.5T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 27 14.5 46t14.5 44q0 38-21 58.5T480-80Zm0-400Zm-198 11q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15Zm126-170q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15Zm214 0q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15Zm131 170q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15ZM480-140q11 0 15.5-4.5T500-159q0-14-14.5-26T471-238q0-46 30-81t76-35h73q76 0 123-44.5T820-527q0-132-100-212.5T489-820q-146 0-247.5 98.5T140-480q0 141 99.5 240.5T480-140Z"}},_6=a("palette",Z6.regular[400]),H6={regular:{400:"M180-160q-24.75 0-42.37-17.63Q120-195.25 120-220v-34q0-38 19-65t49-41q67-30 128.5-45T440-420q21 0 42 1.5t42 5.5q8 2 12 7.19t4 12.81q0 50 23 93.5t64 71.5q6.07 3.97 9.53 9.91Q640-212.14 640-205v15q0 12.75-8.62 21.37Q622.75-160 610-160H180Zm260-340q-63 0-106.5-43.5T290-650q0-63 43.5-106.5T440-800q63 0 106.5 43.5T590-650q0 63-43.5 106.5T440-500Zm328.5 115.5Q780-396 780-413t-11.5-28.5Q757-453 740-453t-28.5 11.5Q700-430 700-413t11.5 28.5Q723-373 740-373t28.5-11.5ZM749-24l-44.76-44.76Q702-71 700-79v-179.86Q656-272 628-308.5T600-393q0-58 41-99t99-41q58 0 99 41t41 99q0 45-25.5 80T790-263l39 39q5 4.64 5 10.82 0 6.18-5 11.18l-38 38q-5 4.64-5 10.82 0 6.18 5 11.18l38 38q5 4.64 5 10.82Q834-87 829-82l-58 58q-4.64 5-10.82 5Q754-19 749-24Z"}},x6=a("passkey",H6.regular[400]),D6={regular:{400:"M301.5-444.62q14.5-14.62 14.5-35.5 0-20.88-14.62-35.38-14.62-14.5-35.5-14.5-20.88 0-35.38 14.62-14.5 14.62-14.5 35.5 0 20.88 14.62 35.38 14.62 14.5 35.5 14.5 20.88 0 35.38-14.62Zm214 0q14.5-14.62 14.5-35.5 0-20.88-14.62-35.38-14.62-14.5-35.5-14.5-20.88 0-35.38 14.62-14.5 14.62-14.5 35.5 0 20.88 14.62 35.38 14.62 14.5 35.5 14.5 20.88 0 35.38-14.62Zm213 0q14.5-14.62 14.5-35.5 0-20.88-14.62-35.38-14.62-14.5-35.5-14.5-20.88 0-35.38 14.62-14.5 14.62-14.5 35.5 0 20.88 14.62 35.38 14.62 14.5 35.5 14.5 20.88 0 35.38-14.62ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},S6=a("pending",D6.regular[400]),w6={regular:{400:"M289.9-540q-53.9 0-91.9-38.1-38-38.1-38-92t38.1-91.9q38.1-38 92-38t91.9 38.1q38 38.1 38 92T381.9-578q-38.1 38-92 38Zm-.02-60q29.12 0 49.62-20.38 20.5-20.38 20.5-49.5t-20.38-49.62q-20.38-20.5-49.5-20.5t-49.62 20.38q-20.5 20.38-20.5 49.5t20.38 49.62q20.38 20.5 49.5 20.5ZM669.9-160q-53.9 0-91.9-38.1-38-38.1-38-92t38.1-91.9q38.1-38 92-38t91.9 38.1q38 38.1 38 92T761.9-198q-38.1 38-92 38Zm49.6-80.38q20.5-20.38 20.5-49.5t-20.38-49.62q-20.38-20.5-49.5-20.5t-49.62 20.38q-20.5 20.38-20.5 49.5t20.38 49.62q20.38 20.5 49.5 20.5t49.62-20.38ZM172-202q0-12 9-21l556-556q9-9 21-9t21 9q9 9 9 21t-9 21L223-181q-9 9-21 9t-21-9q-9-9-9-21Z"}},K1=a("percent",w6.regular[400]),Q6={regular:{400:"M480-80q-23 0-43-8.5T401-113q-32-32-56-41.5t-69-9.5q-47 0-79.5-32.5T164-276q0-45-9.5-69T113-401q-16-16-24.5-36T80-480q0-23 8.5-43t24.5-36q32-32 41.5-55.5T164-683q0-48 32.5-80.5T276-796q45 0 69-9.5t56-41.5q15-16 35.5-24.5T480-880q23 0 43 8.5t36 24.5q32 32 55.5 41.5T683-796q48 0 80.5 32.5T796-683q0 45 9.5 68.5T847-559q16 16 24.5 36t8.5 43q0 23-8.5 43T847-401q-32 32-41.5 55.5T796-276q0 47-32.5 79.5T683-164q-45 0-68.5 9.5T559-113q-15 16-35.5 24.5T480-80Zm0-60q11 0 20.5-4t16.5-11q40-40 75-54.5t92-14.5q22 0 37-15t15-37q0-57 14.5-92.5T805-443q15-15 15-36.5T805-517q-40-39-54.5-74T736-683q0-22-15-37.5T684-736q-57 0-92.5-14.5T517-805q-8-7-17.5-11t-19.5-4q-10 0-19.5 4T443-804q-40 39-75 53.5T276-736q-22 0-37 15.5T224-683q0 56-14.5 91T155-517q-15 16-15 37.5t15 36.5q40 41 54.5 76t14.5 91q0 22 15 37t37 15q57 0 92.5 15t74.5 54q8 7 17.5 11t19.5 4Zm103-187q21 0 35.5-14.5T633-377q0-21-14.5-36T583-428q-21 0-36 15t-15 36q0 21 15 35.5t36 14.5Zm-229-27q9 9 21 9t21-9l210-209q9-9 9-21t-9-21q-9-9-21.5-9t-21.5 9L354-396q-9 9-9 21t9 21Zm59-193q15-15 15-36t-15-35.5Q398-633 377-633t-35.5 14.5Q327-604 327-583t14.5 36q14.5 15 35.5 15t36-15Zm67 67Z"}},E6=a("percent_discount",Q6.regular[400]),C6={regular:{400:"M372-523q-42-42-42-108t42-108q42-42 108-42t108 42q42 42 42 108t-42 108q-42 42-108 42t-108-42ZM160-220v-34q0-38 19-65t49-41q67-30 128.5-45T480-420q62 0 123 15.5T731-360q31 14 50 41t19 65v34q0 25-17.5 42.5T740-160H220q-25 0-42.5-17.5T160-220Zm60 0h520v-34q0-16-9.5-30.5T707-306q-64-31-117-42.5T480-360q-57 0-111 11.5T252-306q-14 7-23 21.5t-9 30.5v34Zm324.5-346.5Q570-592 570-631t-25.5-64.5Q519-721 480-721t-64.5 25.5Q390-670 390-631t25.5 64.5Q441-541 480-541t64.5-25.5ZM480-631Zm0 411Z"}},M6=a("person",C6.regular[400]),I6={regular:{400:"M730-530H630q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h100v-100q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v100h100q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H790v100q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-100Zm-478 7q-42-42-42-108t42-108q42-42 108-42t108 42q42 42 42 108t-42 108q-42 42-108 42t-108-42ZM40-220v-34q0-35 17.5-63.5T108-360q75-33 133.34-46.5t118.5-13.5Q420-420 478-406.5T611-360q33 15 51 43t18 63v34q0 24.75-17.62 42.37Q644.75-160 620-160H100q-24.75 0-42.37-17.63Q40-195.25 40-220Zm60 0h520v-34q0-16-9-30.5T587-306q-71-33-120-43.5T360-360q-58 0-107.5 10.5T132-306q-15 7-23.5 21.5T100-254v34Zm324.5-346.5Q450-592 450-631t-25.5-64.5Q399-721 360-721t-64.5 25.5Q270-670 270-631t25.5 64.5Q321-541 360-541t64.5-25.5ZM360-631Zm0 411Z"}},k6=a("person_add",I6.regular[400]),B6={regular:{400:"M320-258v-450q0-14 9-22t21-8q4 0 8 1t8 3l354 226q7 5 10.5 11t3.5 14q0 8-3.5 14T720-458L366-232q-4 2-8 3t-8 1q-12 0-21-8t-9-22Zm60-225Zm0 171 269-171-269-171v342Z"}},A6=a("play_arrow",B6.regular[400]),$6={regular:{400:"m418-332 202-129q11-7 11-19t-11-19L418-628q-11-8-23-1.5T383-609v258q0 14 12 20.5t23-1.5Zm62 252q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},L6=a("play_circle",$6.regular[400]),W6={regular:{400:"M479.91-120q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm0-240q-28.91 0-49.41-20.56Q410-401.13 410-430v-340q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q550-798.88 550-770v340q0 28.87-20.59 49.44Q508.82-360 479.91-360Z"}},z6=a("priority_high",W6.regular[400]),j6={regular:{400:"M78-320v-94q0-35 18-63.5t50-42.5q60-26 123-43t129-17q51 0 101.5 10.5T598-541q-11 11-21 22.5T559-493q-39-14-79-20.5t-82-6.5q-60 0-117 15t-111 39q-15 7-23.5 21t-8.5 31v34h383q-1 15 0 30t3 30H78Zm320-60ZM291.5-684.5Q248-728 248-791t43.5-106.5Q335-941 398-941t106.5 43.5Q548-854 548-791t-43.5 106.5Q461-641 398-641t-106.5-43.5ZM462-727q26-26 26-64t-26-64q-26-26-64-26t-64 26q-26 26-26 64t26 64q26 26 64 26t64-26Zm-64-64Zm316.5 106.5Q671-641 608-641q-13 0-25-1t-24-6q27-29 38-66.5t11-76.5q0-39-12-76t-37-67q12-4 24-5.5t25-1.5q63 0 106.5 43.5T758-791q0 63-43.5 106.5ZM770-170q-79 0-134.5-55.5T580-360q0-79 55.5-134.5T770-550q79 0 134.5 55.5T960-360q0 79-55.5 134.5T770-170Zm-38-108 134-134-21-21-113 113-56-57-21 21 77 78Z"}},R6=a("productivity",j6.regular[400]),P6={regular:{400:"m446-418 2 30q.74 6.22 4.78 10.11 4.05 3.89 9.94 3.89h32.39q5.89 0 10.02-3.89 4.12-3.89 4.87-10.11l2-30q12-2 22.47-8.46Q544.94-432.92 553-441l30 10q5 2 10 0t7.8-6.85l15.4-26.3q2.8-4.85 2.3-9.85t-5.19-9.17L593-499q5-14 5-29t-5-29l20.31-15.83Q618-577 618.5-582t-2.3-9.85l-15.4-26.3Q598-623 593-625t-10 0l-30 10q-8.33-7.69-19.17-13.85Q523-635 512-638l-2-30q-.74-6.22-4.78-10.11-4.05-3.89-9.94-3.89h-32.39q-5.89 0-10.01 3.89-4.13 3.89-4.88 10.11l-2 30q-11 3-21.83 9.15Q413.33-622.69 405-615l-30-10q-5-2-10 0t-7.8 6.85l-15.4 26.3Q339-587 339.5-582t5.19 9.17L365-557q-5 14-5 29t5 29l-20.31 15.83Q340-479 339.5-474t2.3 9.85l15.4 26.3Q360-433 365-431t10 0l30-10q8.06 8.08 18.53 14.54Q434-420 446-418Zm-16.5-60.38q-20.5-20.38-20.5-49.5t20.38-49.62q20.38-20.5 49.5-20.5t49.62 20.38q20.5 20.38 20.5 49.5t-20.38 49.62q-20.38 20.5-49.5 20.5t-49.62-20.38ZM240-252q-57-52-88.5-121.5T120-520q0-150 105-255t255-105q125 0 221.5 73.5T827-615l55 218q4 14-5 25.5T853-360h-93v140q0 24.75-17.62 42.37Q724.75-160 700-160H600v50q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q540-97.25 540-110v-80q0-12.75 8.63-21.38Q557.25-220 570-220h130v-170q0-12.75 8.63-21.38Q717.25-420 730-420h84l-45-180q-24-97-105-158.5T480-820q-125 0-212.5 86.5T180-522.46q0 64.42 26.32 122.39Q232.65-342.09 281-297l19 18v169q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q240-97.25 240-110v-142Zm257-198Z"}},N6=a("psychology",P6.regular[400]),V6={regular:{400:"m332-84-62-106-124-25q-11-2-18.5-12t-5.5-21l14-120-79-92q-8-8-8-20t8-20l79-91-14-120q-2-11 5.5-21t18.5-12l124-25 62-107q6-10 17-14t22 1l109 51 109-51q11-5 22-1.5t17 13.5l63 108 123 25q11 2 18.5 12t5.5 21l-14 120 79 91q8 8 8 20t-8 20l-79 92 14 120q2 11-5.5 21T814-215l-123 25-63 107q-6 10-17 13.5T589-71l-109-51-109 51q-11 5-22 1t-17-14Zm41-55 107-45 110 45 67-100 117-30-12-119 81-92-81-94 12-119-117-28-69-100-108 45-110-45-67 100-117 28 12 119-81 94 81 92-12 121 117 28 70 100Zm107-341Zm23.5 190.5Q513-299 513-313t-9.5-23.5Q494-346 480-346t-23.5 9.5Q447-327 447-313t9.5 23.5Q466-280 480-280t23.5-9.5Zm1-152Q513-450 513-463v-193q0-13-8.5-21.5T483-686q-13 0-21.5 8.5T453-656v193q0 13 8.5 21.5T483-433q13 0 21.5-8.5Z"}},O6=a("release_alert",V6.regular[400]),U6={regular:{400:"M230-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h500q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H230Z"}},G6=a("remove",U6.regular[400]),K6={regular:{400:"m236-494 142 142q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L141-503q-9-9-9-21t9-21l194-194q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L236-554h406q85 0 141.5 56.5T840-356v126q0 13-8.5 21.5T810-200q-13 0-21.5-8.5T780-230v-126q0-60-39-99t-99-39H236Z"}},J6=a("reply",K6.regular[400]),Y6={regular:{400:"M418-126q-111-21-184.5-109T160-439q0-71 30-134t85-107q8-6 19-5.5t19 8.5q10 10 9 23t-13 23q-42 35-65.5 85.5T220-439q0 94 58 163.5T425-186q11 2 18.5 11t7.5 20q0 14-10 22.5t-23 6.5Zm126 0q-13 2-23-6.5T511-155q0-11 7.5-20t18.5-11q90-20 147-89.5T741-439q0-109-75.5-184.5T481-699h-20l39 39q8 8 8 21t-8 21q-9 9-22 9t-21-9l-91-90q-5-5-7-10t-2-11q0-6 2-11t7-10l91-91q8-8 21-8t22 8q8 9 8 22t-8 21l-39 39h20q134 0 227 93.5T801-439q0 116-73 204T544-126Z"}},X6=a("restart_alt",Y6.regular[400]),ea={regular:{400:"M427-160q-24.75 0-42.37-17.63Q367-195.25 367-220v-106q0-24.75 17.63-42.38Q402.25-386 427-386h106q24.75 0 42.38 17.62Q593-350.75 593-326v106q0 24.75-17.62 42.37Q557.75-160 533-160H427Zm0-60h106v-106H427v106ZM100-474q-10.35 8-22.17 6Q66-470 58-480q-8-10-6.06-22.19Q53.89-514.38 64-522l380-291q7.94-6 16.97-9 9.03-3 19.03-3 10 0 19.03 3 9.03 3 16.97 9l142 108v-45q0-20.83 14.62-35.42Q687.24-800 708.12-800q20.88 0 35.38 14.58Q758-770.83 758-750v122l139 106q9.94 7.62 11.47 19.81Q910-490 902-480q-8 10-19.83 12-11.82 2-22.17-6L480-765 100-474Zm380 201Z"}},ta=a("roofing",ea.regular[400]),ra={regular:{400:"M156-488q-15 0-24-11t-6-25q7-32 18-60.5t27-54.5q8-13 22-14.5t25 9.5q8 8 9 19t-4 20q-14 23-23.5 46T185-512q-2 10-10.5 17t-18.5 7Zm278 372q0 15-11 24t-25 6q-29-7-57.5-18T285-132q-13-8-14.5-22t9.5-25q8-8 18.5-8.5T318-183q23 14 46 23.5t46 14.5q10 2 17 10.5t7 18.5ZM218-242q-11 11-24.5 9.5T172-247q-15-26-26-55t-19-61q-3-14 5.5-24.5T156-398q11 0 19 7t10 17q5 24 14 47t23 46q5 9 4 20.5t-8 18.5ZM559-86q-14 3-25-6t-11-24q0-11 7-19.5t17-10.5q101-26 166-106.5T778-443q0-127-86.5-213.5T478-743h-20l57 57q9 9 9 22t-9 22q-9 9-22 9t-22-9L361-752q-5-5-7-10t-2-11q0-6 2-11t7-10l110-110q9-9 22-9t22 9q9 9 9 22t-9 22l-57 57h20q151 0 255.5 104.5T838-443q0 131-78 230T559-86Z"}},oa=a("rotate_left",ra.regular[400]),aa={regular:{400:"m687-271-90 90q-9 9-21 9t-21-9q-9-9-9-21t9-21l90-90-90-90q-9-9-9-21t9-21q9-9 21-9t21 9l90 90 90-90q9-9 21-9t21 9q9 9 9 21t-9 21l-90 90 90 90q9 9 9 21t-9 21q-9 9-21 9t-21-9l-90-90Zm-28-348 158-158q9-9 21-8.5t21 9.5q9 9 9 21t-9 21L680-555q-9 9-21 9t-21-9L538-655q-9-9-9-21t9-21q9-9 21-8.5t21 8.5l79 78ZM110-350h300q13 0 21.5 8.5T440-320q0 13-8.5 21.5T410-290H110q-13 0-21.5-8.5T80-320q0-13 8.5-21.5T110-350Zm0-320h300q13 0 21.5 8.5T440-640q0 13-8.5 21.5T410-610H110q-13 0-21.5-8.5T80-640q0-13 8.5-21.5T110-670Z"}},la=a("rule",aa.regular[400]),na={regular:{400:"M230-120q-21 0-39.49-13.96Q172.02-147.93 166-168q-25-86-41.54-148.46-16.54-62.46-26.37-109.68-9.82-47.22-13.95-83.79Q80-546.49 80-580q0-92 64-156t156-64h200q27-36 68.5-58t91.5-22q25 0 42.5 17.5T720-820q0 6-1.5 12t-3.5 11q-4 11-7.5 22t-5.5 24l91 91h57q12.75 0 21.38 8.62Q880-642.75 880-630v227q0 10.24-5.5 18.12Q869-377 859-374l-91.93 30.3L713-163q-6.03 19.61-21.84 31.31Q675.34-120 655-120H540q-24.75 0-42.37-17.63Q480-155.25 480-180v-20h-80v20q0 24.75-17.62 42.37Q364.75-120 340-120H230Zm-5-60h115v-80h200v80h115l63-210 102-35v-175h-52L640-728q1-17 5.5-41.5T658-824q-43 11-76 33t-48 51H300q-66.29 0-113.14 46.86Q140-646.29 140-580q0 42 22 146.5T225-180Zm443.5-351.5Q680-543 680-560t-11.5-28.5Q657-600 640-600t-28.5 11.5Q600-577 600-560t11.5 28.5Q623-520 640-520t28.5-11.5ZM490-620q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H350q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h140Zm-10 118Z"}},sa=a("savings",na.regular[400]),ia={regular:{400:"M513-492v-171q0-13-8.5-21.5T483-693q-13 0-21.5 8.5T453-663v183q0 6 2 11t6 10l144 149q9 10 22.5 9.5T650-310q9-9 9-22t-9-22L513-492ZM480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-82 31.5-155t86-127.5Q252-817 325-848.5T480-880q82 0 155 31.5t127.5 86Q817-708 848.5-635T880-480q0 82-31.5 155t-86 127.5Q708-143 635-111.5T480-80Zm0-400Zm0 340q140 0 240-100t100-240q0-140-100-240T480-820q-140 0-240 100T140-480q0 140 100 240t240 100Z"}},da=a("schedule",ia.regular[400]),ca={regular:{400:"M220-262q-14-8-22.5-21.88Q189-297.75 189-315v-204L89-574q-8-5-12-11.53-4-6.52-4-14.5 0-7.97 4-14.47 4-6.5 12-11.5l361-198q7-4 14-5.5t15-1.5q8 0 15 1.5t14 5.5l396 215q8 5 12 11.97 4 6.96 4 15.03v269q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-252l-91 46v204q0 17.25-8.5 31.12Q752-270 738-262L508-136q-7 4-14 5.5t-15 1.5q-8 0-15-1.5t-14-5.5L220-262Zm259-166 315-172-315-169-313 169 313 172Zm0 240 230-127v-168L508-375q-7 4-14 5.5t-15 1.5q-8 0-14.5-1.5T451-375L249-485v170l230 127Zm1-240Zm-1 90Zm0 0Z"}},ua=a("school",ca.regular[400]),qa={regular:{400:"M172-120q-41.78 0-59.39-39T124-230l248-280v-270h-52q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h320q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-52v270l248 280q29 32 11.39 71T788-120H172Zm-12-60h640L528-488v-292h-96v292L160-180Zm318-300Z"}},ga=a("science",qa.regular[400]),fa={regular:{400:"M378-329q-108.16 0-183.08-75Q120-479 120-585t75-181q75-75 181.5-75t181 75Q632-691 632-584.85 632-542 618-502q-14 40-42 75l242 240q9 8.56 9 21.78T818-143q-9 9-22.22 9-13.22 0-21.78-9L533-384q-30 26-69.96 40.5Q423.08-329 378-329Zm-1-60q81.25 0 138.13-57.5Q572-504 572-585t-56.87-138.5Q458.25-781 377-781q-82.08 0-139.54 57.5Q180-666 180-585t57.46 138.5Q294.92-389 377-389Z"}},ma=a("search",fa.regular[400]),ha={regular:{400:"M480-142q106-35 175.5-128.5T737-480H480v-335l-260 97v196q0 12 .5 20.5T223-480h257v338Zm-9.5 57q-4.5-1-9.5-3-139-47-220-168.5T160-523v-196q0-19 11-34.5t28-22.5l260-97q11-4 21-4t21 4l260 97q17 7 28 22.5t11 34.5v196q0 145-81 266.5T499-88q-5 2-9.5 3t-9.5 1q-5 0-9.5-1Z"}},pa=a("security",ha.regular[400]),ba={regular:{400:"M863-404 557-97q-9 8.5-20.25 12.75T514.25-80Q503-80 492-84.5T472-97L98-472q-8-8-13-18.96-5-10.95-5-23.04v-306q0-24.75 17.63-42.38Q115.25-880 140-880h307q12.07 0 23.39 4.87Q481.7-870.25 490-862l373 373q9.39 9 13.7 20.25 4.3 11.25 4.3 22.5t-4.5 22.75Q872-412 863-404ZM516-138l306-307-375-375H140v304l376 378ZM245-664q21 0 36.5-15.5T297-716q0-21-15.5-36.5T245-768q-21 0-36.5 15.5T193-716q0 21 15.5 36.5T245-664Zm236 185Z"}},Fa=a("sell",ba.regular[400]),va={regular:{400:"M814-452 162-178q-15 6-28.5-2.5T120-205v-550q0-16 13.5-24.5T162-782l652 274q18 8 18 28t-18 28ZM180-253l544-227-544-230v168l242 62-242 60v167Zm0 0v-457 457Z"}},ya=a("send",va.regular[400]),Ta={regular:{400:"M421-80q-14 0-25-9t-13-23l-15-94q-19-7-40-19t-37-25l-86 40q-14 6-28 1.5T155-226L97-330q-8-13-4.5-27t15.5-23l80-59q-2-9-2.5-20.5T185-480q0-9 .5-20.5T188-521l-80-59q-12-9-15.5-23t4.5-27l58-104q8-13 22-17.5t28 1.5l86 40q16-13 37-25t40-18l15-95q2-14 13-23t25-9h118q14 0 25 9t13 23l15 94q19 7 40.5 18.5T669-710l86-40q14-6 27.5-1.5T804-734l59 104q8 13 4.5 27.5T852-580l-80 57q2 10 2.5 21.5t.5 21.5q0 10-.5 21t-2.5 21l80 58q12 8 15.5 22.5T863-330l-58 104q-8 13-22 17.5t-28-1.5l-86-40q-16 13-36.5 25.5T592-206l-15 94q-2 14-13 23t-25 9H421Zm15-60h88l14-112q33-8 62.5-25t53.5-41l106 46 40-72-94-69q4-17 6.5-33.5T715-480q0-17-2-33.5t-7-33.5l94-69-40-72-106 46q-23-26-52-43.5T538-708l-14-112h-88l-14 112q-34 7-63.5 24T306-642l-106-46-40 72 94 69q-4 17-6.5 33.5T245-480q0 17 2.5 33.5T254-413l-94 69 40 72 106-46q24 24 53.5 41t62.5 25l14 112Zm44-210q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Zm0-130Z"}},Za=a("settings",Ta.regular[400]),_a={regular:{400:"M480-120q-143 0-245.5-95.5T121-451q-1-12 7.5-21t21.38-9q12.12 0 20.62 8.5Q179-464 181-451q11 115 96 193t203 78q125.36 0 212.68-87.32Q780-354.64 780-480q0-125.36-87.32-212.68Q605.36-780 480-780q-69 0-129 30.5T246-667h74q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H172q-12.75 0-21.37-8.63Q142-624.25 142-637v-148q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v76q53-62 125.22-96.5Q399.43-840 480-840q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-480q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-120Zm-.04-285Q449-405 427-427.04q-22-22.05-22-53Q405-511 427.04-533q22.05-22 53-22Q511-555 533-532.96q22 22.05 22 53Q555-449 532.96-427q-22.05 22-53 22Z"}},Ha=a("settings_backup_restore",_a.regular[400]),xa={regular:{400:"M382.5-489.5Q343-529 343-587t39.5-97.5Q422-724 480-724t97.5 39.5Q617-645 617-587t-39.5 97.5Q538-450 480-450t-97.5-39.5Zm153-42Q557-553 557-587t-21.5-55.5Q514-664 480-664t-55.5 21.5Q403-621 403-587t21.5 55.5Q446-510 480-510t55.5-21.5ZM480-480Zm0-337-260 98v196q0 63 17.5 120.5T287-296q46-25 93.5-37.5T480-346q52 0 99.5 12.5T673-296q32-49 49.5-106.5T740-523v-196l-260-98Zm-78 541q-39 10-77 30 32 35 71 61.5t84 41.5q45-15 84-41.5t71-61.5q-38-20-77-30t-78-10q-39 0-78 10Zm68.5 191q-4.5-1-9.5-3-139-47-220-168.5T160-523v-196q0-19 11-34.5t28-22.5l260-97q11-4 21-4t21 4l260 97q17 7 28 22.5t11 34.5v196q0 145-81 266.5T499-88q-5 2-9.5 3t-9.5 1q-5 0-9.5-1Z"}},Da=a("shield_person",xa.regular[400]),Sa={regular:{400:"M220-80q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h110v-10q0-63 43.5-106.5T480-880q63 0 106.5 43.5T630-730v10h110q24 0 42 18t18 42v520q0 24-18 42t-42 18H220Zm0-60h520v-520H630v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90H390v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90H220v520Zm170-580h180v-10q0-38-26-64t-64-26q-38 0-64 26t-26 64v10ZM220-140v-520 520Z"}},wa=a("shopping_bag",Sa.regular[400]),Qa={regular:{400:"m758-140 6-50 3-26q3-26 8-64 2-21 4.5-39.5T784-350l3-26q3-26 8-64t8-64l3-26 16-130-64 520ZM211-80q-24 0-38.5-18T158-140h600l64-520H682l-11 90q-2 13-11.5 21.5T637-540q-12 0-20-9t-6-21l11-90H442l-11 90q-2 13-11.5 21.5T397-540q-12 0-20-9t-6-21l11-90H222q3-26 22-43t45-17h100l2-10q9-72 52.5-111T559-880q61 0 99.5 48.5T689-720h140q24 0 40 18t13 42l-64 520q-3 26-22 43t-45 17H211Zm238-640h180q5-39-17.5-69.5T552-820q-43 0-69.5 23.5T451-730l-2 10ZM230-250H90q-13 0-21.5-8.5T60-280q0-13 8.5-21.5T90-310h140q13 0 21.5 8.5T260-280q0 13-8.5 21.5T230-250Zm120-160H170q-13 0-21.5-8.5T140-440q0-13 8.5-21.5T170-470h180q13 0 21.5 8.5T380-440q0 13-8.5 21.5T350-410Z"}},Ea=a("shopping_bag_speed",Qa.regular[400]),Ca={regular:{400:"M150-240q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h180q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},J1=a("sort",Ca.regular[400]),Ma={regular:{400:"M140-320q-24.75 0-42.37-17.63Q80-355.25 80-380v-440q0-24.75 17.63-42.38Q115.25-880 140-880h440q24.75 0 42.38 17.62Q640-844.75 640-820v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90H140v440h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90ZM380-80q-24.75 0-42.37-17.63Q320-115.25 320-140v-440q0-24.75 17.63-42.38Q355.25-640 380-640h440q24.75 0 42.38 17.62Q880-604.75 880-580v440q0 24.75-17.62 42.37Q844.75-80 820-80H380Zm0-60h440v-440H380v440Zm220-220Z"}},Ia=a("stack",Ma.regular[400]),ka={regular:{400:"M540-81q-112 0-186-78.5T280-347v-35q-85-11-142.5-75.71T80-610v-200q0-12.75 8.63-21.38Q97.25-840 110-840h90v-10q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v80q0 12-8.68 21-8.67 9-21.5 9-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-10h-60v170q0 71 49.5 120.5T310-440q71 0 120.5-49.5T480-610v-170h-60v10q0 12-8.68 21-8.67 9-21.5 9-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-80q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v10h90q12.75 0 21.38 8.62Q540-822.75 540-810v200q0 87.58-57.5 152.29T340-382v35q0 85 56.5 145.5T540-141q81 0 140.5-60.15T740-347.23V-424q-35-10-57.5-39T660-530q0-45.83 32.12-77.92 32.12-32.08 78-32.08T848-607.92q32 32.09 32 77.92 0 38-22.5 67T800-424v77q0 111-76.5 188.5T540-81Zm265.5-413.32q14.5-14.33 14.5-35.5 0-21.18-14.32-35.68-14.33-14.5-35.5-14.5-21.18 0-35.68 14.32-14.5 14.33-14.5 35.5 0 21.18 14.32 35.68 14.33 14.5 35.5 14.5 21.18 0 35.68-14.32ZM770-530Z"}},Ba=a("stethoscope",ka.regular[400]),Aa={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v434q0 12.44-5 23.72T822-303L657-138q-8 8-19.28 13-11.28 5-23.72 5H180Zm429-60v-83q0-35 26.5-61.5T697-351h83v-429H180v600h429ZM450-579v228q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-228h99q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H351q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h99Zm159 399Zm-429 0v-600 600Z"}},$a=a("sticky_note",Aa.regular[400]),La={regular:{400:"M180-180h400v-170q0-12.75 8.63-21.38Q597.25-380 610-380h170v-400H180v600Zm0 60q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v395q0 12.44-5 23.72T822-342L618-138q-8 8-19.28 13-11.28 5-23.72 5H180Zm260-300H330q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h110q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5Zm190-160H330q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5ZM180-180v-600 600Z"}},Wa=a("sticky_note_2",La.regular[400]),za={regular:{400:"M360-330h240q12.75 0 21.38-8.63Q630-347.25 630-360v-240q0-12.75-8.62-21.38Q612.75-630 600-630H360q-12.75 0-21.37 8.62Q330-612.75 330-600v240q0 12.75 8.63 21.37Q347.25-330 360-330ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},ja=a("stop_circle",za.regular[400]),Ra={regular:{400:"M179-120q-24 0-42-18t-18-42v-339q-28-24-37-59t2-70l43-135q8-27 28-42t46-15h553q28 0 49 15.5t29 41.5l44 135q11 35 1.5 70T840-519v339q0 24-18 42t-42 18H179Zm391-430q29 0 49-19t16-46l-25-165H510v165q0 26 17 45.5t43 19.5Zm-187 0q28 0 47.5-19t19.5-46v-165H350l-25 165q-4 26 14 45.5t44 19.5Zm-182 0q24 0 41.5-16.5T263-607l26-173H189l-46 146q-10 31 8 57.5t50 26.5Zm557 0q32 0 50.5-26t8.5-58l-46-146H671l26 173q3 24 20.5 40.5T758-550ZM179-180h601v-311q1 1-6.5 1H758q-25 0-47.5-10.5T666-533q-16 20-40 31.5T573-490q-30 0-51.5-8.5T480-527q-15 18-38 27.5t-52 9.5q-31 0-55-11t-41-32q-24 21-47 32t-46 11h-13.5q-6.5 0-8.5-1v311Zm601 0H179h601Z"}},Pa=a("storefront",Ra.regular[400]),Na={regular:{400:"M504-160q-67 0-125-31t-93-88q-7-12-2.5-25t17.5-20q14-8 29.5-3.5T356-309q26 35 65 54t83 19q46 0 80-28t34-72q0-12-3-24t-7-24q-5-15 2-28.5t22-18.5q14-5 27.5 2.5T679-407q7 17 11 35t4 36q0 75-56.5 125.5T504-160ZM110-490q-13 0-21.5-8.5T80-520q0-13 8.5-21.5T110-550h740q13 0 21.5 8.5T880-520q0 13-8.5 21.5T850-490H110Zm218-120q-15 0-26-11t-11-26q0-70 55-114.5T474-806q48 0 92 18.5t74 55.5q9 11 6.5 25.5T632-684q-13 10-29 8t-27-14q-20-20-46.5-30T474-730q-42 0-74.5 22.5T365-647q0 15-11 26t-26 11Z"}},Va=a("strikethrough_s",Na.regular[400]),Oa={regular:{400:"M331-326q-10.77 0-19.23-6.31-8.46-6.3-10.77-16.69l-77-317q-2-8 .5-16t8.5-13l227-207q8.19-8 20.09-8 11.91 0 19.91 8l227 207q6 5 8.5 13t.5 16l-77 317q-2.31 10.39-10.77 16.69Q639.77-326 629-326H331Zm23-60h252l68-277-164-148v143q14 8 23 22.06 9 14.06 9 30.94 0 25.27-18.22 43.14-18.22 17.86-44 17.86T436-571.86q-18-17.87-18-43.14 0-16.88 9-30.94Q436-660 450-668v-143L286-663l68 277ZM203-120q-16 0-24.5-12.5T175-160l6-17q8-22 26.84-35.5T250-226h460q23.32 0 42.16 13.5Q771-199 779-177l6 17q5 15-3.5 27.5T757-120H203Z"}},Ua=a("stylus_fountain_pen",Oa.regular[400]),Ga={regular:{400:"M311-326q-12.75 0-21.37-8.63Q281-343.25 281-356v-424q0-24.75 17.69-42.38Q316.38-840 341.22-840q6.78 0 13.36 1.5 6.57 1.5 12.42 4.5l277 134q16 8 25 22.47 9 14.47 9 31.53v290q0 12.75-8.62 21.37Q660.75-326 648-326H311Zm30-60h277v-259L341-779v393Zm0 0h277-277ZM203-120q-16 0-24.5-12.5T175-160l6-17q8-22 26.84-35.5T250-226h460q23.32 0 42.16 13.5Q771-199 779-177l6 17q5 15-3.5 27.5T757-120H203Z"}},Ka=a("stylus_highlighter",Ga.regular[400]),Ja={regular:{400:"m499-259 364-363-81-80-363 363 80 80Zm-399-90q0 31 23 50t71 26q12 2 19.5 11t6.5 21q-1 13-10 21t-21 6q-73-11-111-44.5T40-349q0-60 51-98t142-46q44-4 65.5-16t21.5-33q0-26-22.5-41T224-606q-13-2-20.5-11t-6.5-22q1-13 11-20.5t22-5.5q74 12 112 42.5t38 80.5q0 46-37.5 75T238-433q-69 5-103.5 26T100-349Zm418 156L353-358l398-397q14-14 31.5-13.5T814-755l102 101q14 14 14 32t-14 32L518-193Zm-159 33q-17 4-30-9t-9-30l33-159 165 165-159 33Z"}},Ya=a("stylus_note",Ja.regular[400]),Xa={regular:{400:"M331.5-458.5Q323-467 323-480v-286L223-666q-9 9-21 9t-21-9q-9-9-9-21t9-21l151-151q5-5 10-7t11-2q6 0 11 2t10 7l151 151q9 9 9 21t-9 21q-9 9-21 9t-21-9L383-766v286q0 13-8.5 21.5T353-450q-13 0-21.5-8.5ZM596-94q-5-2-10-7L435-252q-9-9-9-21t9-21q9-9 21-9t21 9l100 100v-286q0-13 8.5-21.5T607-510q13 0 21.5 8.5T637-480v286l100-100q9-9 21-9t21 9q9 9 9 21t-9 21L628-101q-5 5-10 7t-11 2q-6 0-11-2Z"}},el=a("swap_vert",Xa.regular[400]),tl={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm270-250H180v190h270v-190Zm60 0v190h270v-190H510Zm-60-60v-190H180v190h270Zm60 0h270v-190H510v190ZM180-680h600v-100H180v100Z"}},rl=a("table",tl.regular[400]),ol={regular:{400:"m338-319-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H158q-14 0-23.5-11.5T129-356q2-10 10-16.5t19-6.5h136l51-202H224q-14 0-23.5-11.5T195-618q2-10 10-16.5t19-6.5h136l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T449-765l-30 124h203l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T711-765l-30 124h121q14 0 23.5 11.5T831-604q-2 10-10 16.5t-19 6.5H666l-51 202h121q14 0 23.5 11.5T765-342q-2 10-10 16.5t-19 6.5H600l-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H338Zm15-60h203l51-202H404l-51 202Z"}},al=a("tag",ol.regular[400]),ll={regular:{400:"M422-70v-50H180q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h242v-50q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v820q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q422-57.25 422-70ZM180-180h242v-111H309q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h113v-99H309q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h113v-99H309q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h113v-111H180v600Zm392 60q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h208v-600H572q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h208q24 0 42 18t18 42v600q0 24-18 42t-42 18H572Zm0-330q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h83q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-83Zm0-159q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h83q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-83ZM422-480Z"}},nl=a("text_compare",ll.regular[400]),sl={regular:{400:"M304.5-174.58Q290-189.17 290-210v-490H130q-20.83 0-35.42-14.62Q80-729.24 80-750.12 80-771 94.58-785.5 109.17-800 130-800h420q20.83 0 35.42 14.62Q600-770.76 600-749.88q0 20.88-14.58 35.38Q570.83-700 550-700H390v490q0 20.83-14.62 35.42Q360.76-160 339.88-160q-20.88 0-35.38-14.58Zm360 0Q650-189.17 650-210v-290h-80q-20.83 0-35.42-14.62Q520-529.24 520-550.12q0-20.88 14.58-35.38Q549.17-600 570-600h260q20.83 0 35.42 14.62Q880-570.76 880-549.88q0 20.88-14.58 35.38Q850.83-500 830-500h-80v290q0 20.83-14.62 35.42Q720.76-160 699.88-160q-20.88 0-35.38-14.58Z"}},il=a("text_fields",sl.regular[400]),dl={regular:{400:"M180-180h600v-375L555-780H180v600Zm0 60q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h375q12.44 0 23.72 5T598-822l224 224q8 8 13 19.28 5 11.28 5 23.72v375q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm129-171h342q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-159h342q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-159h216q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM180-180v-600 600Z"}},cl=a("text_snippet",dl.regular[400]),ul={regular:{400:"M458.04-75.43Q447.07-79.87 438-88L88-438q-8.13-9.07-12.57-20.04Q71-469 71-480t4.43-22.34Q79.87-513.68 88-522l350-350q9.07-8.87 20.04-12.93Q469-889 480-889t22.34 4.07Q513.68-880.87 522-872l350 350q8.87 8.32 12.93 19.66Q889-491 889-480t-4.07 21.96Q880.87-447.07 872-438L522-88q-8.32 8.13-19.66 12.57Q491-71 480-71t-21.96-4.43ZM480-131l349-349-349-349-349 349 349 349Zm0-349Z"}},ql=a("thermostat_carbon",ul.regular[400]),gl={regular:{400:"M105-328q-24 0-42-18t-18-42v-81.84q0-7.16-1.5-14.66T45-499l126-290q8.88-21.25 29.59-36.13Q221.31-840 244-840h444v512L463-90q-13.6 14-32.19 16.5Q412.23-71 395-81q-17-10-25.5-27.5t-4.2-36.5L404-328H105Zm523-25v-427H231L105-481v93h373l-53 249 203-214Zm193-487q24.75 0 42.38 17.62Q881-804.75 881-780v392q0 24.75-17.62 42.37Q845.75-328 821-328H688v-60h133v-392H688v-60h133Zm-193 60v427-427Z"}},fl=a("thumb_down",gl.regular[400]),ml={regular:{400:"M855-632q24 0 42 18t18 42v81.84q0 7.16 1.5 14.66T915-461L789-171q-8.88 21.25-29.59 36.12Q738.69-120 716-120H272v-512l225-238q13.6-14 32.19-16.5Q547.77-889 565-879q17 10 25.5 27.5t4.2 36.5L556-632h299Zm-523 25v427h397l126-299v-93H482l53-249-203 214ZM139-120q-24.75 0-42.37-17.63Q79-155.25 79-180v-392q0-24.75 17.63-42.38Q114.25-632 139-632h133v60H139v392h133v60H139Zm193-60v-427 427Z"}},hl=a("thumb_up",ml.regular[400]),pl={regular:{400:"M390-860q-13 0-21.5-8.5T360-890q0-13 8.5-21.5T390-920h180q13 0 21.5 8.5T600-890q0 13-8.5 21.5T570-860H390Zm111.5 438.5Q510-430 510-443v-170q0-13-8.5-21.5T480-643q-13 0-21.5 8.5T450-613v170q0 13 8.5 21.5T480-413q13 0 21.5-8.5Zm-161 312Q275-138 226-187t-77.5-114.5Q120-367 120-441t28.5-139.5Q177-646 226-695t114.5-77.5Q406-801 480-801q67 0 126 22.5T711-716l30-30q9-9 21-9t21 9q9 9 9 21t-9 21l-30 30q36 40 61.5 97T840-441q0 74-28.5 139.5T734-187q-49 49-114.5 77.5T480-81q-74 0-139.5-28.5Zm352-119Q780-316 780-441t-87.5-212.5Q605-741 480-741t-212.5 87.5Q180-566 180-441t87.5 212.5Q355-141 480-141t212.5-87.5ZM480-440Z"}},bl=a("timer",pl.regular[400]),Fl={regular:{400:"M280-240q-100 0-170-70T40-480q0-100 70-170t170-70h400q100 0 170 70t70 170q0 100-70 170t-170 70H280Zm0-60h400q75 0 127.5-52.5T860-480q0-75-52.5-127.5T680-660H280q-75 0-127.5 52.5T100-480q0 75 52.5 127.5T280-300Zm472.5-108.5Q782-438 782-480t-29.5-71.5Q723-581 681-581t-71.5 29.5Q580-522 580-480t29.5 71.5Q639-379 681-379t71.5-29.5ZM480-480Z"}},vl=a("toggle_on",Fl.regular[400]),yl={regular:{400:"M480-89q-8 0-15.5-2T450-97L150-269q-14-8-22-21.5t-8-30.5v-328q0-17 8.5-31t22.5-22l300-163q7-4 14-5.5t15-1.5q8 0 15 1.5t14 5.5l300 163q14 8 22.5 22t8.5 31v328q0 17-8 30.5T810-269L510-97q-7 4-14.5 6T480-89ZM366-578q23-23 52.5-37.5T480-630q32 0 61.5 14.5T594-578l153-90-267-142-267 142 153 90Zm84 412v-167q-52-14-86-54.5T330-480q0-10 1-21t6-24l-157-93v297l270 155Zm30-224q38 0 64-26.5t26-63.5q0-38-26-64t-64-26q-37 0-63.5 26T390-480q0 37 26.5 63.5T480-390Zm30 224 270-155v-297l-157 93q5 14 6 24.5t1 20.5q0 52-34 92.5T510-333v167Z"}},Tl=a("token",yl.regular[400]),Zl={regular:{400:"M80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q137 0 241.5 80T863-595q4 13-2 24.5T842-556q-12 3-22-4.5T806-580q-22-74-74-131.5T607-799v18q0 35-24 61t-59 26h-87v87q0 17-13.5 28T393-568h-83v88h80q13 0 21.5 8.5T420-450v95h-67L149-559q-5 20-7 39.5t-2 39.5q0 128 82.5 223.5T431-144q12 2 19.5 11.5T458-111q0 13-9 21t-22 6q-148-20-247.5-131.5T80-480Zm749 351L716-241q-21 15-45.5 23t-50.5 8q-71 0-120.5-49.5T450-380q0-71 49.5-120.5T620-550q71 0 120.5 49.5T790-380q0 26-8.5 50.5T759-283l112 112q9 9 9.5 21t-8.5 21q-9 9-21.5 9t-21.5-9ZM698-302q32-32 32-78t-32-78q-32-32-78-32t-78 32q-32 32-32 78t32 78q32 32 78 32t78-32Z"}},_l=a("travel_explore",Zl.regular[400]),Hl={regular:{400:"M435.5-128.63Q427-137.25 427-150v-165q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v53h323q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H487v52q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63ZM150-202q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h187q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm165.5-174.63Q307-385.25 307-398v-52H150q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h157v-54q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v166q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63ZM457-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h353q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H457Zm144.5-173.63Q593-632.25 593-645v-165q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v52h157q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H653v53q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63ZM150-698q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h353q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},xl=a("tune",Hl.regular[400]),Dl={regular:{400:"M480-297 364-181q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l137-137q5-5 10-7t11-2q6 0 11 2t10 7l138 138q9 9 9 21t-9 21q-9 9-21.5 9t-21.5-9L480-297Zm0-366 116-116q9-9 21-8.5t21 9.5q9 9 9 21.5t-9 21.5L501-598q-5 5-10 7t-11 2q-6 0-11-2t-10-7L321-736q-9-9-8.5-21.5T322-779q9-9 21.5-9t21.5 9l115 116Z"}},Sl=a("unfold_less",Dl.regular[400]),wl={regular:{400:"m480-208 114-114q9.13-9 22.07-9 12.93 0 21.93 9.1 9 9.11 9 22 0 12.9-9 21.9L501-141q-5 5-10.13 7-5.14 2-11 2-5.87 0-10.87-2-5-2-10-7L322-278q-9-9.13-9-22.07 0-12.93 9.1-21.93 9.11-9 22-9 12.9 0 21.9 9l114 114Zm0-540L366-634q-9.13 9-22.07 9-12.93 0-21.93-9.1-9-9.11-9-22 0-12.9 9-21.9l137-137q5-5 10.13-7 5.14-2 11-2 5.87 0 10.87 2 5 2 10 7l137 137q9 9.13 9 22.07 0 12.93-9.1 21.93-9.11 9-22 9-12.9 0-21.9-9L480-748Z"}},Ql=a("unfold_more",wl.regular[400]),El={regular:{400:"M220-160q-24 0-42-18t-18-42v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113h520v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113q0 24-18 42t-42 18H220Zm230-524-99 99q-8.8 9-20.9 8.5-12.1-.5-21.49-9.5-8.61-9-8.61-21.5t9-21.5l150-150q5-5 10.13-7 5.14-2 11-2 5.87 0 10.87 2 5 2 10 7l151 151q9 9 9 21t-8.61 21q-9.39 9-21.89 9t-21.5-9l-99-98v341q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-341Z"}},Cl=a("upload",El.regular[400]),Ml={regular:{400:"M150-280q-12.75 0-21.37-8.63Q120-297.25 120-310v-340q0-12.75 8.63-21.38Q137.25-680 150-680h660q12.75 0 21.38 8.62Q840-662.75 840-650v100q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-70H180v280h390q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm30-60v-280 280Zm600 60h-90q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90v-90q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v90h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90Z"}},Il=a("variable_add",Ml.regular[400]),kl={regular:{400:"m437-433-73-76q-9-10-22-10t-23 9q-10 10-10 23t10 23l97 96q9 9 21 9t21-9l183-182q9-9 9-22t-10-22q-9-8-21.5-7.5T598-593L437-433ZM332-84l-62-106-124-25q-11-2-18.5-12t-5.5-21l14-120-79-92q-8-8-8-20t8-20l79-91-14-120q-2-11 5.5-21t18.5-12l124-25 62-107q6-10 17-14t22 1l109 51 109-51q11-5 22-1.5t17 13.5l63 108 123 25q11 2 18.5 12t5.5 21l-14 120 79 91q8 8 8 20t-8 20l-79 92 14 120q2 11-5.5 21T814-215l-123 25-63 107q-6 10-17 13.5T589-71l-109-51-109 51q-11 5-22 1t-17-14Zm41-55 107-45 110 45 67-100 117-30-12-119 81-92-81-94 12-119-117-28-69-100-108 45-110-45-67 100-117 28 12 119-81 94 81 92-12 121 117 28 70 100Zm107-341Z"}},Bl=a("verified",kl.regular[400]),Al={regular:{400:"M120-260v-440q0-24.75 17.63-42.38Q155.25-760 180-760h600q24.75 0 42.38 17.62Q840-724.75 840-700v440q0 24.75-17.62 42.37Q804.75-200 780-200H180q-24.75 0-42.37-17.63Q120-235.25 120-260Zm60 0h160v-440H180v440Zm220 0h160v-440H400v440Zm220 0h160v-440H620v440Z"}},$l=a("view_column",Al.regular[400]),Ll={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Zm107.5 105.62Q279-665.75 279-653v346q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-346q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62Zm342 0Q621-665.75 621-653v266q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-266q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62Zm-171 0Q450-665.75 450-653v146q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-146q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62Z"}},Wl=a("view_kanban",Ll.regular[400]),zl={regular:{400:"M600.5-379.62q49.5-49.62 49.5-120.5T600.38-620.5Q550.76-670 479.88-670T359.5-620.38Q310-570.76 310-499.88t49.62 120.38q49.62 49.5 120.5 49.5t120.38-49.62Zm-200-41.12q-32.5-32.73-32.5-79.5 0-46.76 32.74-79.26 32.73-32.5 79.5-32.5 46.76 0 79.26 32.74 32.5 32.73 32.5 79.5 0 46.76-32.74 79.26-32.73 32.5-79.5 32.5-46.76 0-79.26-32.74ZM234.5-276Q124-352 57-470q-4-7.13-6-14.65-2-7.52-2-15.43 0-7.92 2-15.38 2-7.47 6-14.54 67-118 177.5-194T480-800q135 0 245.5 76T903-530q4 7.12 6 14.65 2 7.52 2 15.43 0 7.92-2 15.38-2 7.47-6 14.54-67 118-177.5 194T480-200q-135 0-245.5-76ZM480-500Zm222.5 174.5Q804-391 857-500q-53-109-154.33-174.5Q601.34-740 480.17-740T257.5-674.5Q156-609 102-500q54 109 155.33 174.5Q358.66-260 479.83-260t222.67-65.5Z"}},jl=a("visibility",zl.regular[400]),Rl={regular:{400:"M600-620q29 29 42.5 71.5T647-464q0 13-8.5 21.5T617-434q-13 0-21.5-8.5T587-464q11-34 2.5-64.5T559-580q-21-22-52-30t-64 3q-13 0-21.5-8.5T413-637q0-13 8.5-21.5T443-667q42-9 85 4.5t72 42.5ZM490-740q-32 0-64 3t-63 13q-12 4-24-1t-17-16q-5-11 0-22.5t16-15.5q35-11 72-16t75-5q137 0 249.5 75.5T907-526q3 6 5 12.5t2 13.5q0 7-1.5 13.5T908-474q-23 49-55 90.5T779-307q-9 8-20 5.5T741-313q-7-9-5.5-20t10.5-19q36-30 65-66.5t46-81.5q-49-109-148-174.5T490-740Zm-10 540q-136 0-247.5-76T55-472q-4-7-5.5-13.5T48-500q0-8 2-14.5t5-13.5q24-48 55.5-90.5T182-696L77-801q-9-9-8.5-21t8.5-21q9-9 21.5-9t21.5 9l716 716q8 8 8 19.5T836-87q-8 10-20.5 10T794-86L648-229q-41 15-83 22t-85 7ZM223-654q-41 29-72 68t-49 86q52 112 156.5 176T488-260q29 0 58-1.5t55-14.5l-64-64q-14 6-28.5 8t-28.5 2q-71 0-120.5-49.5T310-500q0-14 2.5-28.5T320-557l-97-97Zm305 142Zm-116 58Z"}},Pl=a("visibility_off",Rl.regular[400]),Nl={regular:{400:"m654-454-91 147q-8 13-22.5 10T522-314l-33-133-306 305q-9 9-21 9t-21-9q-9-9-9-21t9-21l305-305-133-33q-14-4-17-18.5t10-22.5l147-92-12-172q-1-15 12.5-22t24.5 3l132 111 160-64q14-5 24 5t5 24l-65 160 111 132q10 11 3.5 24.5T827-441l-173-13ZM131-721q-5-5-5-11t5-11l46-46q5-5 11-5t11 5l45 45q5 5 5 11t-5 11l-46 46q-5 5-11 5t-11-5l-45-45Zm428 307 63-102 120 9-78-92 45-111-111 45-92-78 9 120-102 64 117 29 29 116Zm163 283-46-46q-5-5-4.5-11t5.5-11l45-45q5-5 11-5t11 5l46 46q5 5 4.5 11t-5.5 11l-45 45q-5 5-11 5t-11-5ZM578-579Z"}},Vl=a("wand_stars",Nl.regular[400]),Ol={regular:{400:"M92-120q-9 0-15.5-4T66-135q-4-7-4.5-14.5T66-165l388-670q5-8 11.5-11.5T480-850q8 0 14.5 3.5T506-835l388 670q5 8 4.5 15.5T894-135q-4 7-10.5 11t-15.5 4H92Zm52-60h672L480-760 144-180Zm361.5-65.5Q514-254 514-267t-8.5-21.5Q497-297 484-297t-21.5 8.5Q454-280 454-267t8.5 21.5Q471-237 484-237t21.5-8.5Zm0-111Q514-365 514-378v-164q0-13-8.5-21.5T484-572q-13 0-21.5 8.5T454-542v164q0 13 8.5 21.5T484-348q13 0 21.5-8.5ZM480-470Z"}},Ul=a("warning",Ol.regular[400]),Gl={regular:{400:"M658-487 487-658q-5-5-7-10.13-2-5.14-2-11 0-5.87 2-10.87 2-5 7-10l171-171q5-5 10.13-7 5.14-2 11-2 5.87 0 10.87 2 5 2 10 7l171 171q5 5 7 10.13 2 5.14 2 11 0 5.87-2 10.87-2 5-7 10L700-487q-5 5-10.13 7-5.14 2-11 2-5.87 0-10.87-2-5-2-10-7Zm-538-81v-241q0-12.75 8.63-21.38Q137.25-839 150-839h241q12.75 0 21.38 8.62Q421-821.75 421-809v241q0 12.75-8.62 21.37Q403.75-538 391-538H150q-12.75 0-21.37-8.63Q120-555.25 120-568Zm418 418v-241q0-12.75 8.63-21.38Q555.25-421 568-421h241q12.75 0 21.38 8.62Q839-403.75 839-391v241q0 12.75-8.62 21.37Q821.75-120 809-120H568q-12.75 0-21.37-8.63Q538-137.25 538-150Zm-418 0v-241q0-12.75 8.63-21.38Q137.25-421 150-421h241q12.75 0 21.38 8.62Q421-403.75 421-391v241q0 12.75-8.62 21.37Q403.75-120 391-120H150q-12.75 0-21.37-8.63Q120-137.25 120-150Zm60-448h181v-181H180v181Zm502 51 129-129-129-129-129 129 129 129Zm-84 367h181v-181H598v181Zm-418 0h181v-181H180v181Zm181-418Zm192-78ZM361-361Zm237 0Z"}},Kl=a("widgets",Gl.regular[400]);function o(e){const t=()=>d.jsx(e,{"aria-hidden":!0,focusable:!1,width:"100%",height:"100%",color:"currentColor"});return t.displayName=e.displayName??e.displayName??"MaterialIcon",t}o(st);o(dt);o(ut);o(Fa);o(pt);o(Ft);o(yt);o(j1);o(Kl);o(j1);o(L3);const Jl=o(_t);o(xt);o(St);o(R1);o(It);o(Bt);o(P1);o(Ct);o(ur);o($t);o(Wt);o(jt);o(Pt);o(Ot);o(Gt);o(Jt);o(Xt);o(tr);o(or);o(lr);o(sr);o(dr);o(gr);o(mr);o(V1);o(R3);const Yl=o(br);o(Tr);const Xl=o(f3),Y1=o(_r),v1=o(xr);o(h3);o(Sr);o(mt);o(vr);o(O1);o(w4);o(O1);const e7=o(Er);o(kr);o(Lr);o(zr);o(Mr);o(Rr);o(Or);o(Gr);o(Nr);o(Jr);o(Xr);o(t4);o(l4);o(s4);o(d4);o(g4);o(m4);o(p4);o(F4);o(y4);o(Z4);o(D4);o(xl);o(E4);o(M4);o(k4);o(A4);o(H4);o(N1);o(N1);o(fo);o(z4);o(R4);o(N4);o(O4);o(G4);o(la);o(J4);o(X4);o(to);o(oo);o(lo);o(co);o(qo);o(so);o(F6);o($l);o(ho);o(vo);o(bo);o(To);o(_o);o(xo);o(So);o(Qo);o(Co);o(Io);o(Bo);o($o);o(Wo);o(jo);o(Po);o(Vo);o(Uo);o(Ko);o(Yo);const t7=o(e3);o(a3);o(n3);o(r3);o(q3);o(b3);o(v3);o(T3);o(_3);o(U1);o(D3);o(E3);o(M3);o(k3);o(Tl);o(A3);o(w3);o(z3);o(N3);const r7=o(O3);o(V1);o(G3);o(G6);o(J3);o(X3);o(t6);o(o6);o(l6);o(s6);o(d6);o(G1);o(u6);o(g6);o(m6);o(p6);o(T6);o(x6);o(S6);o(E6);o(K1);o(K1);o(k6);o(M6);o(A6);o(L6);o(gt);o(_6);o(z6);o(R6);o(O6);o(J6);o(c3);o(X6);o(ta);o(oa);o(sa);o(L4);o(da);o(ua);o(ga);const o7=o(ma);o(pa);o(ya);o(Ha);const a7=o(Za);o(Da);o(Ea);o(wa);o(o4);o(J1);o(J1);o(Ia);o(Ba);o($a);o(Wa);o(ja);o(Pa);o(Va);o(Ua);o(Ka);o(Ya);o(el);o(rl);o(al);o(nl);o(il);o(cl);o(u4);o(ql);o(N6);o(fl);o(hl);o(bl);o(U1);o(vl);o(i3);o(_l);o(R1);o(P1);o(Sl);o(Ql);o(Ar);o(Cl);o(Il);o(Bl);o(Wl);const X1=o(G1);o(Pl);o(jl);o(Vl);o(Ul);const l7="_Link_bpcws_1",n7="_Link__externalIcon_bpcws_59",s1={Link:l7,"Link--inline":"_Link--inline_bpcws_13","Link--standalone":"_Link--standalone_bpcws_32",Link__externalIcon:n7};function s7(e){const t={};for(const r of["inline","standalone"]){const l=e[r];t[`--cube-link-${r}-fg-rest`]=l.rest,t[`--cube-link-${r}-fg-hover`]=l.hover}return t}function i7({href:e,variant:t="standalone",external:r=!1,showExternalIcon:l=!0,theme:n,children:s,className:i,target:u,rel:q,...g}){const b=Q(n),v=[s1.Link,t==="inline"?s1["Link--inline"]:s1["Link--standalone"],i].filter(Boolean).join(" "),f=n?(()=>{const{functional:y}=b.colors,h=b.typography.text.bodyMedium;return{...s7(y.link),"--cube-typography-fontFamily-base":b.typography.fontFamily.base,"--cube-typography-text-body-medium-fontSize":h.fontSize,"--cube-typography-text-body-medium-fontWeight":String(h.fontWeight),"--cube-typography-text-body-medium-lineHeight":String(h.lineHeight),"--cube-colors-functional-foreground-link":y.foreground.link}})():void 0,_=r?"_blank":u,p=r?[q,"noopener","noreferrer"].filter(Boolean).join(" "):q;return d.jsxs("a",{href:e,className:v,style:f,target:_,rel:p,...g,children:[s,r&&l&&d.jsx(z1,{size:"xs",className:s1.Link__externalIcon,children:d.jsx(X1,{})})]})}const d7="_Pill_bruwc_1",c7="_Pill__leadingVisual_bruwc_76",u7="_Pill__trailingVisual_bruwc_77",i1={Pill:d7,"Pill--size-sm":"_Pill--size-sm_bruwc_58","Pill--size-md":"_Pill--size-md_bruwc_67",Pill__leadingVisual:c7,Pill__trailingVisual:u7},q7=["rest","hover","pressed","disabled"];function g7(e){const t={};for(const r of q7)t[`--cube-pill-active-bg-${r}`]=e.bgColor[r],t[`--cube-pill-active-fg-${r}`]=e.fgColor[r],t[`--cube-pill-active-border-${r}`]=e.borderColor[r];return t}function f7(e,t,r,l){const n=e[t],s=n==null?void 0:n[r],i=s==null?void 0:s[l];if(!i)throw new Error(`Missing pill recipe: colors.functional.pill.${t}.${r}.${l}`);return i}function m7({shade:e="gray",intensity:t="light",border:r=!1,as:l,href:n,size:s="sm",leadingVisual:i,trailingVisual:u,theme:q,className:g,children:b,style:v,...f}){const _=Q(q),p=r?"bordered":"filled",y=l??(n?"a":"span"),h=f7(_.colors.functional.pill,e,t,p),m=[i1.Pill,i1[`Pill--size-${s}`],g].filter(Boolean).join(" "),T=(()=>{const S=_.typography.pill[s],C=_.sizes.pill[s],E={...g7(h),[`--cube-pill-${s}-paddingInline`]:C.paddingInline,[`--cube-pill-${s}-paddingBlock`]:C.paddingBlock,[`--cube-pill-${s}-borderRadius`]:C.borderRadius,[`--cube-pill-${s}-gap`]:C.gap};return q&&Object.assign(E,{"--cube-sizes-borderWidth-thin":_.sizes.borderWidth.thin,"--cube-typography-fontFamily-base":_.typography.fontFamily.base,[`--cube-typography-pill-${s}-fontSize`]:S.fontSize,[`--cube-typography-pill-${s}-fontWeight`]:String(S.fontWeight),[`--cube-typography-pill-${s}-lineHeight`]:S.lineHeight,"--cube-colors-functional-foreground-link":_.colors.functional.foreground.link}),E})(),D=y==="a"?{href:n,...f}:f;return d.jsxs(y,{className:m,style:{...v??{},...T},...D,children:[i&&d.jsx("span",{className:i1.Pill__leadingVisual,children:i}),b,u&&d.jsx("span",{className:i1.Pill__trailingVisual,children:u})]})}const h7="_BreadcrumbLink_18v4z_1",f1={BreadcrumbLink:h7,"BreadcrumbLink--link":"_BreadcrumbLink--link_18v4z_19","BreadcrumbLink--active":"_BreadcrumbLink--active_18v4z_32"};function p7(e){const t={};for(const r of["rest","hover","active"])t[`--cube-breadcrumb-link-bg-${r}`]=e.link.bgColor[r],t[`--cube-breadcrumb-link-fg-${r}`]=e.link.fgColor[r];return t}function e2({href:e,current:t=!1,theme:r,className:l,children:n,...s}){const i=Q(r),u=t||!e,q=[f1.BreadcrumbLink,u?f1["BreadcrumbLink--active"]:f1["BreadcrumbLink--link"],l].filter(Boolean).join(" "),g=r?{...p7(i.colors.functional.breadcrumb),"--cube-typography-fontFamily-base":i.typography.fontFamily.base,"--cube-typography-text-body-medium-fontSize":i.typography.text.bodyMedium.fontSize,"--cube-typography-text-body-medium-lineHeight":String(i.typography.text.bodyMedium.lineHeight),"--cube-breadcrumb-item-paddingInline":i.sizes.breadcrumb.itemPaddingInline,"--cube-breadcrumb-item-paddingBlock":i.sizes.breadcrumb.itemPaddingBlock,"--cube-breadcrumb-item-borderRadius":i.sizes.breadcrumb.itemBorderRadius}:void 0;return u?d.jsx("span",{className:q,style:g,"aria-current":"page",...s,children:n}):d.jsx("a",{className:q,style:g,href:e,...s,children:n})}const b7="_Breadcrumbs_l4ioi_1",F7="_Breadcrumbs__list_l4ioi_5",v7="_Breadcrumbs__item_l4ioi_15",y7="_Breadcrumbs__separator_l4ioi_22",d1={Breadcrumbs:b7,Breadcrumbs__list:F7,Breadcrumbs__item:v7,Breadcrumbs__separator:y7};function T7({items:e,"aria-label":t="Breadcrumb",theme:r,className:l}){const n=Q(r);if(e.length===0)return null;const s=r?{"--cube-breadcrumb-gap":n.sizes.breadcrumb.gap,"--cube-breadcrumb-separator-width":n.sizes.breadcrumb.separatorWidth,"--cube-breadcrumb-separator-fg":n.colors.functional.breadcrumb.separator.fgColor,"--cube-typography-text-body-medium-fontSize":n.typography.text.bodyMedium.fontSize,"--cube-typography-text-body-medium-lineHeight":String(n.typography.text.bodyMedium.lineHeight)}:void 0;return d.jsx("nav",{className:[d1.Breadcrumbs,l].filter(Boolean).join(" "),"aria-label":t,style:s,children:d.jsx("ol",{className:d1.Breadcrumbs__list,children:e.map((i,u)=>{const q=u===e.length-1,g=q||!i.href;return d.jsxs("li",{className:d1.Breadcrumbs__item,children:[d.jsx(e2,{href:i.href,current:g,theme:r,children:i.label}),!q&&d.jsx("span",{className:d1.Breadcrumbs__separator,"aria-hidden":!0,children:"/"})]},`${i.label}-${u}`)})})})}const Z7="_SiteHeader_zi62g_1",_7="_SiteHeader__leading_zi62g_14",H7="_SiteHeader__trailing_zi62g_15",x7="_SiteHeaderDivider_zi62g_31",c1={SiteHeader:Z7,SiteHeader__leading:_7,SiteHeader__trailing:H7,SiteHeaderDivider:x7};function D7({leading:e,trailing:t,theme:r,className:l}){const n=Q(r),s=r?{"--cube-siteHeader-bg":n.colors.functional.siteHeader.background,"--cube-siteHeader-border":n.colors.functional.siteHeader.border,"--cube-siteHeader-height":n.sizes.siteHeader.height,"--cube-siteHeader-paddingInlineStart":n.sizes.siteHeader.paddingInlineStart,"--cube-siteHeader-paddingInlineEnd":n.sizes.siteHeader.paddingInlineEnd,"--cube-siteHeader-paddingBlock":n.sizes.siteHeader.paddingBlock,"--cube-siteHeader-leadingGap":n.sizes.siteHeader.leadingGap,"--cube-siteHeader-trailingGap":n.sizes.siteHeader.trailingGap}:void 0;return d.jsxs("header",{className:[c1.SiteHeader,l].filter(Boolean).join(" "),style:s,children:[e&&d.jsx("div",{className:c1.SiteHeader__leading,children:e}),t&&d.jsx("div",{className:c1.SiteHeader__trailing,children:t})]})}function S7({theme:e,className:t}){const r=Q(e),l=e?{"--cube-siteHeader-divider-fg":r.colors.functional.siteHeader.divider,"--cube-siteHeader-divider-height":r.sizes.siteHeader.dividerHeight,"--cube-siteHeader-divider-width":r.sizes.siteHeader.dividerWidth}:void 0;return d.jsx("span",{className:[c1.SiteHeaderDivider,t].filter(Boolean).join(" "),style:l,"aria-hidden":!0})}const w7="_Overlay_1f1dj_1",m1={Overlay:w7,"Overlay--modal":"_Overlay--modal_1f1dj_11","Overlay--sheet":"_Overlay--sheet_1f1dj_16","Overlay--none":"_Overlay--none_1f1dj_21","Overlay--dismissible":"_Overlay--dismissible_1f1dj_27"};function Q7(e,t){return{"--cube-overlay-modal-bg":e.modal,"--cube-overlay-sheet-bg":e.sheet,"--cube-overlay-none-bg":e.none,"--cube-z-index-overlay":t}}function t2({open:e=!1,variant:t="modal",onDismiss:r,theme:l,className:n,style:s}){const i=Q(l),{overlay:u}=i.colors.functional,q=i.sizes.zIndex.overlay;if(c.useEffect(()=>{if(!e||!r)return;const v=r;function f(_){_.key==="Escape"&&v()}return document.addEventListener("keydown",f),()=>document.removeEventListener("keydown",f)},[e,r]),!e||typeof document>"u")return null;const g=l?Q7(u,q):void 0,b=[m1.Overlay,m1[`Overlay--${t}`],r&&t!=="none"?m1["Overlay--dismissible"]:null,n].filter(Boolean).join(" ");return u1.createPortal(d.jsx("button",{type:"button",className:b,style:{...g,...s},"aria-hidden":"true",tabIndex:-1,onClick:r&&t!=="none"?r:void 0}),document.body)}function V(e,t=0){if(typeof e!="string")return t;if(e.endsWith("rem"))return parseFloat(e)*16;if(e.endsWith("px"))return parseFloat(e);if(e.endsWith("vw"))return parseFloat(e)/100*window.innerWidth;const r=parseFloat(e);return Number.isFinite(r)?r:t}const E7="_ResizeHandle_34wts_1",Y={ResizeHandle:E7,"ResizeHandle--vertical":"_ResizeHandle--vertical_34wts_11","ResizeHandle--horizontal":"_ResizeHandle--horizontal_34wts_18","ResizeHandle--edgeStart":"_ResizeHandle--edgeStart_34wts_25","ResizeHandle--edgeEnd":"_ResizeHandle--edgeEnd_34wts_30","ResizeHandle--edgeTop":"_ResizeHandle--edgeTop_34wts_35","ResizeHandle--edgeBottom":"_ResizeHandle--edgeBottom_34wts_40"},C7={start:Y["ResizeHandle--edgeStart"],end:Y["ResizeHandle--edgeEnd"],top:Y["ResizeHandle--edgeTop"],bottom:Y["ResizeHandle--edgeBottom"]};function y1({orientation:e="vertical",edge:t,onResizeDelta:r,onResizeStart:l,onResizeEnd:n,"aria-label":s="Resize",theme:i,className:u}){const q=Q(i),g=c.useRef(!1),b=c.useRef(0),v=i?{"--cube-resizeHandle-hitArea":q.sizes.resizeHandle.hitArea}:void 0,f=c.useCallback(h=>{h.preventDefault(),g.current=!0,b.current=e==="vertical"?h.clientX:h.clientY,h.currentTarget.setPointerCapture(h.pointerId),l==null||l()},[l,e]),_=c.useCallback(h=>{if(!g.current)return;const m=e==="vertical"?h.clientX:h.clientY,T=m-b.current;b.current=m,T!==0&&r(T)},[r,e]),p=c.useCallback(h=>{g.current&&(g.current=!1,h.currentTarget.hasPointerCapture(h.pointerId)&&h.currentTarget.releasePointerCapture(h.pointerId),n==null||n())},[n]),y=[Y.ResizeHandle,Y[`ResizeHandle--${e}`],C7[t],u].filter(Boolean).join(" ");return d.jsx("button",{type:"button",className:y,style:v,"aria-label":s,onPointerDown:f,onPointerMove:_,onPointerUp:p,onPointerCancel:p})}const M7="_Sheet_1rfda_1",I7="_Sheet__header_1rfda_45",k7="_Sheet__body_1rfda_54",X={Sheet:M7,"Sheet--left":"_Sheet--left_1rfda_13","Sheet--right":"_Sheet--right_1rfda_14","Sheet--resizable":"_Sheet--resizable_1rfda_28","Sheet--bottom":"_Sheet--bottom_1rfda_32","Sheet--roundedTop":"_Sheet--roundedTop_1rfda_40",Sheet__header:I7,Sheet__body:k7},B7=["sm","md","lg"];function A7(e){return B7.includes(e)}function C1(e,t){return A7(e)?t[e]:e}function r2(e){const{sheet:t}=e.colors.functional,r=e.sizes.sheet;return{"--cube-sheet-bg":t.background,"--cube-sheet-maxWidth":r.maxWidth,"--cube-sheet-maxHeight":r.maxHeight,"--cube-sheet-padding":r.padding,"--cube-sheet-bottomCornerRadius":r.bottomCornerRadius,"--cube-shadow-sheet":e.shadows.sheet,"--cube-z-index-sheet":e.sizes.zIndex.sheet}}function o2(e,t){return e?r2(t):void 0}function $7({theme:e,className:t,style:r,children:l}){const n=Q(e);return d.jsx("div",{className:[X.Sheet__header,t].filter(Boolean).join(" "),style:{...o2(e,n),...r},children:l})}function L7({theme:e,className:t,style:r,children:l}){const n=Q(e);return d.jsx("div",{className:[X.Sheet__body,t].filter(Boolean).join(" "),style:{...o2(e,n),...r},children:l})}function W7(e){return e==="right"?"start":"end"}function z7(e,t,r){return e==="right"?t-r:t+r}function T1({open:e=!1,edge:t="right",width:r="md",resizable:l=!1,onWidthChange:n,modal:s=!0,roundedTop:i=!0,onDismiss:u,"aria-label":q,"aria-labelledby":g,theme:b,className:v,style:f,children:_}){const p=Q(b),y=p.sizes.sheet,h=t==="left"||t==="right",m=c.useMemo(()=>C1(r,y.width),[r,y.width]),T=c.useMemo(()=>V(y.minWidth,240),[y.minWidth]),D=c.useMemo(()=>V(y.maxWidth,window.innerWidth),[y.maxWidth]),[S,C]=c.useState(()=>V(m,400));c.useEffect(()=>{e&&h&&C(V(m,400))},[e,m,h]);const E=b?r2(p):void 0,x=c.useCallback(H=>Math.min(D,Math.max(T,H)),[D,T]),w=c.useCallback(H=>{h&&C(A=>{const M=x(z7(t,A,H));return n==null||n(M),M})},[x,t,h,n]);if(c.useEffect(()=>{if(!e||!u)return;const H=u;function A(M){M.key==="Escape"&&H()}return document.addEventListener("keydown",A),()=>document.removeEventListener("keydown",A)},[e,u]),c.useEffect(()=>{if(!e||!s)return;const H=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=H}},[e,s]),!e||typeof document>"u")return null;const F=h?l?{width:`${S}px`,maxWidth:y.maxWidth}:{width:C1(r,y.width),maxWidth:y.maxWidth}:{},Z=[X.Sheet,X[`Sheet--${t}`],t==="bottom"&&i?X["Sheet--roundedTop"]:null,l&&h?X["Sheet--resizable"]:null,v].filter(Boolean).join(" ");return u1.createPortal(d.jsxs(d.Fragment,{children:[s&&d.jsx(t2,{open:!0,variant:"sheet",onDismiss:u,theme:b}),d.jsxs("div",{role:"dialog","aria-modal":s||void 0,"aria-label":q,"aria-labelledby":g,className:Z,style:{...E,...F,...f},children:[l&&h&&d.jsx(y1,{orientation:"vertical",edge:W7(t),onResizeDelta:w,"aria-label":"Resize sheet",theme:b}),_]})]}),document.body)}T1.Header=$7;T1.Body=L7;const j7="_Root_n45n8_1",R7="_Panel_n45n8_6",h1={Root:j7,Panel:R7,"Panel--elevation-3x":"_Panel--elevation-3x_n45n8_19","Panel--elevation-4x":"_Panel--elevation-4x_n45n8_23"};function P7(e,t=4){if(typeof e!="string")return t;if(e.endsWith("rem"))return parseFloat(e)*16;if(e.endsWith("px"))return parseFloat(e);const r=parseFloat(e);return Number.isFinite(r)?r:t}function N7(e,t,r){switch(t){case"bottom-start":return{top:e.bottom+r,left:e.left};case"bottom-end":return{top:e.bottom+r,left:e.right,transform:"translateX(-100%)"};case"bottom":return{top:e.bottom+r,left:e.left+e.width/2,transform:"translateX(-50%)"};case"top-start":return{top:e.top-r,left:e.left,transform:"translateY(-100%)"};case"top-end":return{top:e.top-r,left:e.right,transform:"translate(-100%, -100%)"};case"top":return{top:e.top-r,left:e.left+e.width/2,transform:"translate(-50%, -100%)"};case"left":return{top:e.top+e.height/2,left:e.left-r,transform:"translate(-100%, -50%)"};case"right":return{top:e.top+e.height/2,left:e.right+r,transform:"translateY(-50%)"}}}function V7(e,t){const{popover:r}=e.colors.functional,l=e.sizes.popover,n=t==="4x"?e.shadows.popoverElevated:e.shadows.popover;return{"--cube-popover-bg":r.background,"--cube-popover-gap":l.gap,"--cube-popover-borderRadius":l.borderRadius,"--cube-popover-minWidth":l.minWidth,"--cube-popover-maxWidth":l.maxWidth,"--cube-popover-shadow":n,"--cube-z-index-popover":e.sizes.zIndex.popover}}function O7(...e){return t=>{for(const r of e)r&&(typeof r=="function"?r(t):r.current=t)}}function a2({open:e,onOpenChange:t,trigger:r,children:l,placement:n="bottom-start",elevation:s="3x",dismissible:i=!0,panelRole:u="dialog",triggerHasPopup:q="dialog",panelRef:g,onPanelKeyDown:b,returnFocusOnClose:v=!1,"aria-label":f,"aria-labelledby":_,theme:p,className:y,contentClassName:h}){const m=Q(p),T=c.useId(),D=c.useRef(null),S=c.useRef(null),C=c.useRef(!1),[E,x]=c.useState(!1),[w,F]=c.useState({}),Z=e!==void 0,H=Z?e:E,A=c.useCallback(k=>{Z||x(k),t==null||t(k)},[Z,t]);c.useEffect(()=>{var k;C.current&&!H&&v&&((k=D.current)==null||k.focus()),C.current=H},[H,v]);const M=c.useMemo(()=>P7(m.sizes.popover.gap),[m.sizes.popover.gap]),P=p?V7(m,s):void 0,z=c.useCallback(()=>{const k=D.current;k&&F(N7(k.getBoundingClientRect(),n,M))},[M,n]);c.useLayoutEffect(()=>{if(H)return z(),window.addEventListener("scroll",z,!0),window.addEventListener("resize",z),()=>{window.removeEventListener("scroll",z,!0),window.removeEventListener("resize",z)}},[H,z]),c.useEffect(()=>{if(!H||!i)return;function k(J){J.key==="Escape"&&A(!1)}function j(J){var S1,w1;const g1=J.target;g1&&((S1=D.current)!=null&&S1.contains(g1)||(w1=S.current)!=null&&w1.contains(g1)||A(!1))}return document.addEventListener("keydown",k),document.addEventListener("pointerdown",j),()=>{document.removeEventListener("keydown",k),document.removeEventListener("pointerdown",j)}},[i,H,A]);const L=c.useCallback(k=>{D.current=k;const j=r.ref;typeof j=="function"?j(k):j&&typeof j=="object"&&(j.current=k)},[r]),K=c.useCallback(k=>{var j,J;(J=(j=r.props).onClick)==null||J.call(j,k),!k.defaultPrevented&&A(!H)},[H,A,r]),t1=c.useCallback(k=>{S.current=k},[]),h2=c.useMemo(()=>c.cloneElement(r,{ref:L,type:r.props.type??(r.type==="button"?"button":void 0),"aria-expanded":H,"aria-haspopup":q,"aria-controls":H?T:void 0,onClick:K}),[H,K,T,L,r,q]),p2=[h1.Panel,h1[`Panel--elevation-${s}`],h].filter(Boolean).join(" "),b2=H&&typeof document<"u"?u1.createPortal(d.jsx("div",{ref:O7(t1,g),id:T,role:u===!1?void 0:u,"aria-modal":u==="dialog"?"false":void 0,"aria-label":u==="dialog"?f:void 0,"aria-labelledby":u==="dialog"?_:void 0,className:p2,style:{...w,...P??{}},onKeyDown:b,children:l}),document.body):null;return d.jsxs(d.Fragment,{children:[d.jsx("span",{className:[h1.Root,y].filter(Boolean).join(" "),children:h2}),b2]})}function Z1(e){const{actionMenu:t}=e.colors.functional,r=e.sizes.actionMenu,l=e.typography.text.caption,n=e.typography.text.bodyMedium,s={"--cube-typography-fontFamily-base":e.typography.fontFamily.base,"--cube-typography-text-body-medium-fontSize":n.fontSize,"--cube-typography-text-body-medium-fontWeight":String(n.fontWeight),"--cube-typography-text-body-medium-lineHeight":String(n.lineHeight),"--cube-typography-text-caption-fontSize":l.fontSize,"--cube-typography-text-caption-fontWeight":String(l.fontWeight),"--cube-typography-text-caption-lineHeight":String(l.lineHeight),"--cube-color-focus":e.colors.global.focus};return U7(s,t),G7(s,r.item),K7(s,r.list),J7(s,t,r.section),Y7(s,r.header),X7(s,r.footer),s}function U7(e,t){const{bgColor:r,fgColor:l}=t.item;for(const n of["rest","hover","pressed","disabled"])e[`--cube-actionMenu-item-bg-${n}`]=r[n];for(const n of["rest","pressed"])e[`--cube-actionMenu-item-bg-selected-${n}`]=r.selected[n];for(const n of["rest","pressed","disabled","selected","subtext"])e[`--cube-actionMenu-item-fg-${n}`]=l[n]}function G7(e,t){e["--cube-actionMenu-item-min-height"]=t.minHeight,e["--cube-actionMenu-item-padding-inline"]=t.paddingInline,e["--cube-actionMenu-item-padding-block"]=t.paddingBlock,e["--cube-actionMenu-item-border-radius"]=t.borderRadius,e["--cube-actionMenu-item-slot-gap"]=t.slotGap,e["--cube-actionMenu-item-subtext-gap"]=t.subtextGap,e["--cube-actionMenu-item-icon-size"]=t.iconSize,e["--cube-actionMenu-item-subtext-icon-size"]=t.subtextIconSize}function K7(e,t){e["--cube-actionMenu-list-padding-inline"]=t.paddingInline,e["--cube-actionMenu-list-padding-block"]=t.paddingBlock,e["--cube-actionMenu-list-item-gap"]=t.itemGap,e["--cube-actionMenu-list-section-gap"]=t.sectionGap}function J7(e,t,r){e["--cube-actionMenu-section-fg"]=t.section.fgColor,e["--cube-actionMenu-section-padding-inline"]=r.paddingInline,e["--cube-actionMenu-section-padding-block"]=r.paddingBlock,e["--cube-actionMenu-divider-fg"]=t.divider.fgColor}function Y7(e,t){e["--cube-actionMenu-header-padding-inline"]=t.paddingInline,e["--cube-actionMenu-header-padding-block-start"]=t.paddingBlockStart,e["--cube-actionMenu-header-padding-block-end"]=t.paddingBlockEnd}function X7(e,t){e["--cube-actionMenu-footer-padding"]=t.padding}const en="_ActionMenuList_1jyag_1",tn="_ListItems_1jyag_9",rn="_Header_1jyag_16",on="_HeaderDivider_1jyag_22",an="_Footer_1jyag_28",ln="_Section_1jyag_33",nn="_SectionLabel_1jyag_51",sn="_SectionItems_1jyag_62",O={ActionMenuList:en,ListItems:tn,Header:rn,HeaderDivider:on,Footer:an,Section:ln,SectionLabel:nn,SectionItems:sn};function _1(e,t){return e?Z1(t):void 0}function l2({children:e,theme:t,className:r,style:l}){const n=Q(t);return d.jsxs("div",{className:[O.Header,r].filter(Boolean).join(" "),style:{..._1(t,n),...l},children:[e,d.jsx("div",{className:O.HeaderDivider,role:"separator"})]})}function n2({children:e,theme:t,className:r,style:l}){const n=Q(t);return d.jsx("div",{className:[O.Footer,r].filter(Boolean).join(" "),style:{..._1(t,n),...l},children:e})}function dn({label:e,children:t,theme:r,className:l,style:n}){const s=Q(r);return d.jsxs("div",{className:[O.Section,l].filter(Boolean).join(" "),style:{..._1(r,s),...n},role:"group","aria-label":typeof e=="string"?e:void 0,children:[d.jsx("div",{className:O.SectionLabel,children:e}),d.jsx("div",{className:O.SectionItems,children:t})]})}function M1(e){return c.isValidElement(e)&&e.type===l2}function I1(e){return c.isValidElement(e)&&e.type===n2}const s2=c.forwardRef(function({children:t,"aria-label":r,"aria-labelledby":l,theme:n,className:s,style:i,onKeyDown:u,onClick:q},g){const b=Q(n),v=c.Children.toArray(t),f=v.find(h=>M1(h)),_=v.find(h=>I1(h)),p=v.filter(h=>!M1(h)&&!I1(h)),y=n?Z1(b):void 0;return d.jsxs("div",{ref:g,role:"menu","aria-label":r,"aria-labelledby":l,className:[O.ActionMenuList,s].filter(Boolean).join(" "),style:{...y,...i},onKeyDown:u,onClick:q,children:[f,d.jsx("div",{className:O.ListItems,children:p}),_]})});s2.displayName="ActionMenuList";const H1=Object.assign(s2,{Header:l2,Footer:n2,Section:dn});function i2(e){return e?Array.from(e.querySelectorAll('[role="menuitem"]:not(:disabled):not([aria-disabled="true"])')):[]}function cn(e){const t=i2(e);if(!t.length)return;(t.find(l=>l.getAttribute("aria-checked")==="true")??t[0]).focus()}function un(e,t){var s,i,u,q;const r=i2(t);if(!r.length)return;const l=document.activeElement,n=l?r.indexOf(l):-1;switch(e.key){case"ArrowDown":e.preventDefault(),(s=r[(n+1)%r.length])==null||s.focus();break;case"ArrowUp":e.preventDefault(),(i=r[n<=0?r.length-1:n-1])==null||i.focus();break;case"Home":e.preventDefault(),(u=r[0])==null||u.focus();break;case"End":e.preventDefault(),(q=r[r.length-1])==null||q.focus();break}}function qn(...e){return t=>{for(const r of e)r&&(typeof r=="function"?r(t):r.current=t)}}function gn(e){return c.isValidElement(e)&&e.type===H1}function fn({trigger:e,children:t,open:r,onOpenChange:l,placement:n="bottom-start",elevation:s="3x",closeOnSelect:i=!0,"aria-label":u,"aria-labelledby":q,theme:g,className:b,listClassName:v}){const f=c.useRef(null),[_,p]=c.useState(!1),y=r!==void 0,h=y?r:_,m=c.useCallback(x=>{y||p(x),l==null||l(x)},[y,l]);c.useLayoutEffect(()=>{h&&cn(f.current)},[h]);const T=c.useCallback(x=>{un(x,f.current),x.key==="Tab"&&m(!1)},[m]),D=c.useCallback(x=>{if(!i)return;const F=x.target.closest('[role="menuitem"]');!F||F.disabled||F.getAttribute("aria-disabled")==="true"||F.dataset.keepOpen!=="true"&&m(!1)},[i,m]),S=c.useMemo(()=>c.cloneElement(e,{onKeyDown:x=>{var w,F;(F=(w=e.props).onKeyDown)==null||F.call(w,x),!x.defaultPrevented&&!h&&x.key==="ArrowDown"&&(x.preventDefault(),m(!0))}}),[h,m,e]),C={ref:f,theme:g,className:v,"aria-label":u,"aria-labelledby":q,onKeyDown:T,onClick:D},E=gn(t)?c.cloneElement(t,{ref:qn(f,t.ref),theme:g??t.props.theme,className:[v,t.props.className].filter(Boolean).join(" ")||void 0,"aria-label":u??t.props["aria-label"],"aria-labelledby":q??t.props["aria-labelledby"],onKeyDown:x=>{var w,F;(F=(w=t.props).onKeyDown)==null||F.call(w,x),x.defaultPrevented||T(x)},onClick:x=>{var w,F;(F=(w=t.props).onClick)==null||F.call(w,x),x.defaultPrevented||D(x)}}):d.jsx(H1,{...C,children:t});return d.jsx(a2,{open:h,onOpenChange:m,trigger:S,placement:n,elevation:s,panelRole:!1,triggerHasPopup:"menu",returnFocusOnClose:!0,theme:g,className:b,children:E})}const mn="_ActionMenuItem_1u3jm_1",hn="_ActionMenuItemInner_1u3jm_19",pn="_IconSlot_1u3jm_96",bn="_TrailingSlot_1u3jm_97",Fn="_SubtextIconSlot_1u3jm_107",vn="_Content_1u3jm_117",yn="_Label_1u3jm_125",Tn="_SubtextRow_1u3jm_135",Zn="_Subtext_1u3jm_107",$={ActionMenuItem:mn,ActionMenuItemInner:hn,"ActionMenuItem--selected":"_ActionMenuItem--selected_1u3jm_36","ActionMenuItem--withSubtext":"_ActionMenuItem--withSubtext_1u3jm_81","ActionMenuItem--iconOnly":"_ActionMenuItem--iconOnly_1u3jm_85",IconSlot:pn,TrailingSlot:bn,SubtextIconSlot:Fn,Content:vn,Label:yn,SubtextRow:Tn,Subtext:Zn};function p1(e,t){var r;return c.isValidElement(e)?c.cloneElement(e,{className:[t,(r=e.props)==null?void 0:r.className].filter(Boolean).join(" "),"aria-hidden":!0,focusable:!1}):e}function _n({children:e,subtext:t,subtextIcon:r,selected:l=!1,showSelectionCheck:n,leadingIcon:s,iconOnly:i=!1,hasSubmenu:u=!1,trailingIcon:q,keepOpenOnSelect:g=!1,theme:b,className:v,disabled:f,type:_="button","aria-label":p,...y}){const h=Q(b),m=l&&n!==!1,T=i?p??(typeof e=="string"?e:void 0):p,D=[$.ActionMenuItem,l?$["ActionMenuItem--selected"]:null,t?$["ActionMenuItem--withSubtext"]:null,i?$["ActionMenuItem--iconOnly"]:null,v].filter(Boolean).join(" "),S=b?Z1(h):void 0;return d.jsx("button",{type:_,role:"menuitem",className:D,style:S,disabled:f,"aria-disabled":f||void 0,"aria-checked":l||void 0,"aria-label":T,"data-keep-open":g?"true":void 0,...y,children:d.jsxs("span",{className:$.ActionMenuItemInner,children:[s?d.jsx("span",{className:$.IconSlot,children:p1(s,$.IconSlot)}):null,i?null:d.jsxs("span",{className:$.Content,children:[d.jsx("span",{className:$.Label,children:e}),t?d.jsxs("span",{className:$.SubtextRow,children:[r?d.jsx("span",{className:$.SubtextIconSlot,children:p1(r,$.SubtextIconSlot)}):null,d.jsx("span",{className:$.Subtext,children:t})]}):null]}),q?d.jsx("span",{className:$.TrailingSlot,children:p1(q,$.TrailingSlot)}):null,u?d.jsx("span",{className:$.TrailingSlot,children:d.jsx(v1,{})}):null,m?d.jsx("span",{className:$.TrailingSlot,children:d.jsx(Yl,{})}):null]})})}function d2(e){const{sidebar:t}=e.colors.functional,r=e.sizes.sidebar;return{"--cube-sidebar-bg":t.background,"--cube-sidebar-border":t.border,"--cube-sidebar-width-sm":r.width.sm,"--cube-sidebar-width-md":r.width.md,"--cube-sidebar-width-lg":r.width.lg,"--cube-sidebar-width-minimized":r.widthMinimized,"--cube-sidebar-min-width":r.minWidth,"--cube-sidebar-max-width":r.maxWidth,"--cube-sidebar-padding":r.padding,"--cube-sidebar-footer-padding":r.footerPadding}}const Hn="_Sidebar_10ner_1",xn="_Sidebar__header_10ner_26",Dn="_Sidebar__body_10ner_38",Sn="_Sidebar__footer_10ner_58",wn="_Sidebar__toggle_10ner_63",U={Sidebar:Hn,"Sidebar--left":"_Sidebar--left_10ner_14","Sidebar--right":"_Sidebar--right_10ner_18","Sidebar--resizable":"_Sidebar--resizable_10ner_22",Sidebar__header:xn,Sidebar__body:Dn,Sidebar__footer:Sn,Sidebar__toggle:wn,"Sidebar__toggle--floating":"_Sidebar__toggle--floating_10ner_67"},c2=c.createContext(null);function u2(e){const t=c.useContext(c2);if(!t)throw new Error(`${e} must be used within <Sidebar>.`);return t}function Qn(){return u2("useSidebar")}const En=["sm","md","lg"];function Cn(e){return En.includes(e)}function k1(e,t){return Cn(e)?t[e]:e}function x1(e,t){return e?d2(t):void 0}function Mn(e){return e==="right"?"start":"end"}function In(e,t,r){return e==="right"?t-r:t+r}function kn({theme:e,className:t,style:r,children:l}){const n=Q(e);return d.jsx("div",{className:[U.Sidebar__header,t].filter(Boolean).join(" "),style:{...x1(e,n),...r},children:l})}function Bn({theme:e,className:t,style:r,children:l}){const n=Q(e);return d.jsx("div",{className:[U.Sidebar__body,t].filter(Boolean).join(" "),style:{...x1(e,n),...r},children:l})}function An({theme:e,className:t,style:r,children:l}){const n=Q(e);return d.jsx("div",{className:[U.Sidebar__footer,t].filter(Boolean).join(" "),style:{...x1(e,n),...r},children:l})}function $n({edge:e,collapsed:t}){const l=(e==="left"?!t:t)?Y1:v1;return d.jsx(l,{})}function Ln({floating:e=!1,"aria-label":t,theme:r,className:l,style:n}){const{collapsed:s,edge:i,toggleCollapsed:u}=u2("Sidebar.Toggle"),q=s?"Expand sidebar":"Collapse sidebar";return d.jsx("div",{className:[U.Sidebar__toggle,e?U["Sidebar__toggle--floating"]:null,l].filter(Boolean).join(" "),style:n,children:d.jsx(W1,{"aria-label":t??q,"aria-expanded":!s,variant:"ghost",size:"sm",theme:r,onClick:u,children:d.jsx($n,{edge:i,collapsed:s})})})}function l1({collapsed:e,defaultCollapsed:t=!1,onCollapsedChange:r,edge:l="left",width:n="md",resizable:s=!1,onWidthChange:i,"aria-label":u,"aria-labelledby":q,theme:g,className:b,style:v,children:f}){const _=Q(g),p=_.sizes.sidebar,[y,h]=c.useState(t),m=e??y,T=c.useCallback(L=>{e===void 0&&h(L),r==null||r(L)},[e,r]),D=c.useMemo(()=>k1(n,p.width),[n,p.width]),S=c.useMemo(()=>V(p.minWidth,200),[p.minWidth]),C=c.useMemo(()=>V(p.maxWidth,480),[p.maxWidth]),[E,x]=c.useState(()=>V(D,272)),w=c.useRef(E);c.useEffect(()=>{const L=V(D,272);x(L),w.current=L},[D]),c.useEffect(()=>{m||x(w.current)},[m]);const F=g?d2(_):void 0,Z=c.useCallback(L=>Math.min(C,Math.max(S,L)),[C,S]),H=c.useCallback(L=>{m||x(K=>{const t1=Z(In(l,K,L));return w.current=t1,i==null||i(t1),t1})},[Z,m,l,i]),A=c.useCallback(()=>{m||(w.current=E),T(!m)},[m,T,E]),M=c.useMemo(()=>({collapsed:m,edge:l,toggleCollapsed:A}),[m,l,A]),P=m?{width:p.widthMinimized}:s?{width:`${E}px`,maxWidth:p.maxWidth}:{width:k1(n,p.width),maxWidth:p.maxWidth},z=[U.Sidebar,U[`Sidebar--${l}`],s&&!m?U["Sidebar--resizable"]:null,b].filter(Boolean).join(" ");return d.jsx(c2.Provider,{value:M,children:d.jsxs("nav",{"aria-label":u,"aria-labelledby":q,"data-collapsed":m?"true":void 0,className:z,style:{...F,...P,...v},children:[s&&!m&&d.jsx(y1,{orientation:"vertical",edge:Mn(l),onResizeDelta:H,"aria-label":"Resize sidebar",theme:g}),f]})})}l1.Header=kn;l1.Body=Bn;l1.Footer=An;l1.Toggle=Ln;const Wn="_SplitLayout_1mkiz_1",zn="_SplitLayout__main_1mkiz_8",q2={SplitLayout:Wn,SplitLayout__main:zn};function jn({className:e,style:t,children:r}){return d.jsx("main",{className:[q2.SplitLayout__main,e].filter(Boolean).join(" "),style:t,children:r})}function g2({className:e,style:t,children:r}){return d.jsx("div",{className:[q2.SplitLayout,e].filter(Boolean).join(" "),style:t,children:r})}g2.Main=jn;function B1(e,t){const r=[];return q1(e,void 0,"root",0,!0,t,r,{n:1}),r}function b1(e,t="root"){const r=new Set;if(Array.isArray(e)&&e.length>0)r.add(t),e.forEach((l,n)=>b1(l,`${t}[${n}]`).forEach(s=>r.add(s)));else if(f2(e)){const l=Object.entries(e);l.length>0&&(r.add(t),l.forEach(([n,s])=>b1(s,`${t}.${n}`).forEach(i=>r.add(i))))}return r}function f2(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function m2(e){const t=[];return q1(e,void 0,"__count__",0,!0,new Set,t,{n:1}),t.length}const Rn=/^https?:\/\/[^\s"]+$/,Pn=/^[^\s@"]+@[^\s@"]+\.[^\s@"]+$/,Nn=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Vn(e){return Rn.test(e)?"string_url":Pn.test(e)?"string_email":Nn.test(e)?"string_uuid":"string"}function D1(e){return e===void 0||typeof e=="number"?[]:[{type:"key",value:`"${e}"`},{type:"operator",value:": "}]}function G(e){return e?[]:[{type:"punctuation",value:","}]}function q1(e,t,r,l,n,s,i,u){Array.isArray(e)?Un(e,t,r,l,n,s,i,u):f2(e)?Gn(e,t,r,l,n,s,i,u):On(e,t,l,n,i,u)}function On(e,t,r,l,n,s){const i=[...D1(t)];if(e===null)i.push({type:"null",value:"null"});else if(typeof e=="boolean")i.push({type:"boolean",value:String(e)});else if(typeof e=="number")i.push({type:"number",value:String(e)});else{const u=String(e);i.push({type:Vn(u),value:`"${u.replace(/"/g,'\\"')}"`})}i.push(...G(l)),n.push({lineNumber:s.n++,depth:r,tokens:i})}function Un(e,t,r,l,n,s,i,u){const q=D1(t),g=e.length===0,b=!g&&s.has(r);if(g){i.push({lineNumber:u.n++,depth:l,tokens:[...q,{type:"bracket",value:"[]"},...G(n)]});return}if(b){const v=m2(e);i.push({lineNumber:u.n++,depth:l,tokens:[...q,{type:"bracket",value:"["},{type:"ellipsis",value:` … ${v} lines `},{type:"bracket",value:"]"},...G(n)],collapseKey:r,isCollapsed:!0});return}i.push({lineNumber:u.n++,depth:l,tokens:[...q,{type:"bracket",value:"["}],collapseKey:r,isCollapsed:!1}),e.forEach((v,f)=>q1(v,f,`${r}[${f}]`,l+1,f===e.length-1,s,i,u)),i.push({lineNumber:u.n++,depth:l,tokens:[{type:"bracket",value:"]"},...G(n)]})}function Gn(e,t,r,l,n,s,i,u){const q=D1(t),g=Object.entries(e),b=g.length===0,v=!b&&s.has(r);if(b){i.push({lineNumber:u.n++,depth:l,tokens:[...q,{type:"bracket",value:"{}"},...G(n)]});return}if(v){const f=m2(e);i.push({lineNumber:u.n++,depth:l,tokens:[...q,{type:"bracket",value:"{"},{type:"ellipsis",value:` … ${f} lines `},{type:"bracket",value:"}"},...G(n)],collapseKey:r,isCollapsed:!0});return}i.push({lineNumber:u.n++,depth:l,tokens:[...q,{type:"bracket",value:"{"}],collapseKey:r,isCollapsed:!1}),g.forEach(([f,_],p)=>q1(_,f,`${r}.${f}`,l+1,p===g.length-1,s,i,u)),i.push({lineNumber:u.n++,depth:l,tokens:[{type:"bracket",value:"}"},...G(n)]})}const a1="cube-cs-scroll",A1="cube-cs-scroll-styles",Kn=`
2
- .${a1}::-webkit-scrollbar { width: 4px; height: 4px; }
3
- .${a1}::-webkit-scrollbar-track { background: transparent; }
4
- .${a1}::-webkit-scrollbar-thumb {
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react/jsx-runtime"),c=require("react"),Z1=require("react-dom"),re={fontFamily:{base:"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",mono:"'Mona Sans Mono', monospace"},fontSize:{xs:"0.75rem",sm:"0.875rem",md:"1.25rem",lg:"1.5rem",xl:"2rem",xxl:"2rem"},fontWeight:{regular:400,medium:500,semibold:600,bold:700},lineHeight:{tight:1.25,normal:1.5,relaxed:1.75},text:{display:{fontSize:"2rem",fontWeight:600,lineHeight:1.25},titleLarge:{fontSize:"2rem",fontWeight:600,lineHeight:1.25},titleMedium:{fontSize:"1.5rem",fontWeight:600,lineHeight:1.25},titleSmall:{fontSize:"1.25rem",fontWeight:600,lineHeight:1.5},subtitle:{fontSize:"1.25rem",fontWeight:400,lineHeight:1.5},bodyLarge:{fontSize:"1.25rem",fontWeight:400,lineHeight:1.75},bodyMedium:{fontSize:"0.875rem",fontWeight:400,lineHeight:1.5},bodySmall:{fontSize:"0.75rem",fontWeight:400,lineHeight:1.5},caption:{fontSize:"0.75rem",fontWeight:400,lineHeight:1.25},codeBlock:{fontSize:"0.75rem",fontWeight:400,lineHeight:1.25,fontFamily:"'Mona Sans Mono', monospace"},inlineCode:{fontSize:"0.875em",fontWeight:400,lineHeight:1.5,fontFamily:"'Mona Sans Mono', monospace"}},button:{extraSmall:{fontSize:"0.75rem",lineHeight:"0.875rem"},small:{fontSize:"0.875rem",lineHeight:"1rem"},medium:{fontSize:"0.875rem",lineHeight:"1.25rem"},large:{fontSize:"1rem",lineHeight:"1.5rem"}}},oe={functional:{background:{default:"#FFFFFF",muted:"#F9F9F8",inset:"#F4F4F2",emphasis:"#474746",disabled:"#F4F4F2",transparent:"transparent",inverse:"#474746",neutral:{muted:"#EFEEEA",emphasis:"#6F6F6D"}},foreground:{default:"#6F6F6D",muted:"#888783",onEmphasis:"#FFFFFF",disabled:"#D8D7D4",link:"#525252",white:"#FFFFFF",neutral:"#6F6F6D"},border:{default:"#E2E1DD",muted:"rgba(58,58,57,0.1)",emphasis:"#D8D7D4",disabled:"#EFEEEA",transparent:"transparent",translucent:"rgba(58,58,57,0.08)",neutral:{muted:"#EFEEEA",emphasis:"#D8D7D4"}},syntax:{comment:"#888783",key:"#6F6F6D",constant:"#3a80f9 ",constantOtherReferenceLink:"#0a3069",entity:"#d22799",entityTag:"#d22799",keyword:"#EF6262",string:"#EF6262",stringRegexp:"#A2D794",variable:"#FF8635",brackethighlighterAngle:"#ABA9A5",brackethighlighterUnmatched:"#F99090",carriageReturnBg:"#FBC4C4",carriageReturnText:"#FFFFFF",invalidIllegalText:"#FFFFFF",invalidIllegalBg:"#F99090",markupBold:"#525252",markupItalic:"#525252",markupHeading:"#09B2B5",markupList:"#A2D794",markupInsertedBg:"#F0F9EF",markupInsertedText:"#A2D794",markupDeletedBg:"#FFF6F5",markupDeletedText:"#F99090",markupChangedBg:"#FEE8D8",markupChangedText:"#FF8635",nullLiteral:"#E2E1DD",booleanLiteral:"#9035BD",numberLiteral:"#3a80f9 ",bracket:"#E01280",bracketNested:"#9035BD",stringUrl:"#6565FA",stringEmail:"#6565FA",stringUuid:"#D8D7D4",rowHoverBg:"#F9F9F8",collapsedRowBg:"#FFFFFF",watchMark:"#518ff8",watchMarkHover:"#518ff8",watchRowBg:"#F4F8FF"}}},ae={space:{1:"0.0625rem",2:"0.125rem",3:"0.1875rem",4:"0.25rem",5:"0.3125rem",6:"0.375rem",8:"0.5rem",10:"0.625rem",12:"0.75rem"},stack:{gap:{none:"0",xxs:"0.25rem",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem",xxl:"3rem"},padding:{none:"0",xxs:"0.25rem",xs:"0.5rem",sm:"0.75rem",md:"1rem",lg:"1.5rem",xl:"2rem",xxl:"3rem"}},layout:{pageMaxWidth:"56rem",contentMaxWidth:"40rem",sectionLabelWidth:"clamp(6.5rem, 25%, 10rem)",pagePaddingInline:"1.25rem"},container:{panelMinWidth:"15rem",sheetWidthSm:"20rem",sheetWidthMd:"25rem",sheetWidthLg:"35rem",sidebarWidthSm:"15rem",sidebarWidthMd:"17rem",sidebarWidthLg:"20rem",sidebarMinWidth:"12.5rem",sidebarMaxWidth:"30rem",tooltipMaxWidth:"15rem",tooltipMaxWidthSingleLine:"7.5rem",popoverMinWidth:"10rem",popoverMaxWidth:"20rem"},highlight:{paddingInline:"0.125rem",paddingBlock:"0",borderRadius:"0.125rem"},borderRadius:{sm:"0.25rem",md:"0.5rem",lg:"1rem",xl:"1.5rem",full:"624.9375rem"},borderWidth:{thin:"max(1px, 0.0625rem)",thick:"max(2px, 0.125rem)"},breakpoints:{md:"48rem",lg:"63.25rem"},control:{extraSmall:{size:"1.5rem",borderRadius:"0.375rem",gap:"0.5rem",paddingBlock:"0.375rem",paddingInline:{condensed:"0.5rem",normal:"0.75rem",spacious:"1.5rem"}},small:{size:"1.75rem",borderRadius:"0.375rem",gap:"0.5rem",paddingBlock:"0.375rem",paddingInline:{condensed:"0.5rem",normal:"0.75rem",spacious:"1.5rem"}},medium:{size:"2rem",borderRadius:"0.5rem",gap:"0.75rem",paddingBlock:"0.5rem",paddingInline:{condensed:"0.75rem",normal:"1rem",spacious:"1.5rem"}},large:{size:"2.5rem",borderRadius:"0.5rem",gap:"1rem",paddingBlock:"0.75rem",paddingInline:{condensed:"1rem",normal:"1.25rem",spacious:"1.5rem"}}},tooltip:{gap:"0.125rem",borderRadius:"0.25rem",paddingInline:"0.375rem",paddingBlock:"0.125rem",maxWidth:"15rem",maxWidthSingleLine:"7.5rem",boxShadow:"0 1px 2px rgba(68, 68, 69, 0.08)"},pill:{paddingInline:"0.375rem",paddingBlock:"0.1875rem",borderRadius:"0.25rem",gap:"0.25rem"},iconButton:{extraSmall:{size:"1.5rem",borderRadius:"0.375rem",icon:"1.125rem"},small:{size:"1.75rem",borderRadius:"0.375rem",icon:"1.25rem"},medium:{size:"2rem",borderRadius:"0.5rem",icon:"1.25rem"},large:{size:"2.5rem",borderRadius:"0.5rem",icon:"1.5rem"}},breadcrumb:{gap:"0.125rem",itemPaddingInline:"0.5rem",itemPaddingBlock:"0.125rem",itemBorderRadius:"0.5rem",separatorWidth:"0.625rem"},siteHeader:{height:"3rem",paddingInlineStart:"1rem",paddingInlineEnd:"0.5rem",paddingBlock:"0.5rem",leadingGap:"0.25rem",trailingGap:"0.5rem",dividerHeight:"0.9375rem",dividerWidth:"0.0625rem"},sheet:{width:{sm:"20rem",md:"25rem",lg:"35rem"},minWidth:"15rem",maxWidth:"90vw",maxHeight:"90vh",padding:"1rem",bottomCornerRadius:"1rem"},sidebar:{width:{sm:"15rem",md:"17rem",lg:"20rem"},widthMinimized:"5.6rem",minWidth:"12.5rem",maxWidth:"30rem",padding:"0.5rem",footerPadding:"0.5rem"},popover:{gap:"0.25rem",borderRadius:"0.5rem",minWidth:"10rem",maxWidth:"20rem"},actionMenu:{item:{minHeight:"1.875rem",paddingInline:"0.75rem",paddingBlock:"0.3125rem",borderRadius:"0.375rem",slotGap:"1rem",subtextGap:"0.25rem",iconSize:"1.25rem",subtextIconSize:"1rem"},list:{paddingInline:"0.25rem",paddingBlock:"0.5rem",itemGap:"0.25rem",sectionGap:"0.5rem"},section:{paddingInline:"0.75rem",paddingBlock:"0.125rem"},header:{paddingInline:"1rem",paddingBlockStart:"0.75rem",paddingBlockEnd:"1rem"},footer:{padding:"1rem"}},resizeHandle:{hitArea:"0.5rem"},zIndex:{base:"0",raised:"1",sticky:"200",dropdown:"300",overlay:"400",sheet:"500",dialog:"600",popover:"700",tooltip:"800",toast:"900",max:"9999"}},le={bgColor:{rest:"#3A3A39",hover:"#2D2D2D",pressed:"#222221",disabled:"#EFEEEA"},borderColor:{rest:"#474746",hover:"#474746",pressed:"#474746",disabled:"#EFEEEA"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#D8D7D4"}},ne={bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#D8D7D4",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#EFEEEA"},fgColor:{rest:"#6F6F6D",hover:"#6F6F6D",pressed:"#ABA9A5",disabled:"#D8D7D4"}},ie={bgColor:{rest:"#ffffff00",hover:"#F9F9F8",pressed:"#F9F9F8",disabled:"#ffffff00"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#888783",hover:"#888783",pressed:"#6F6F6D",disabled:"#D8D7D4"}},se={bgColor:{rest:"#E74646",hover:"#DA2222",pressed:"#DA2222",disabled:"#EFEEEA"},borderColor:{rest:"#DA2222",hover:"#DA2222",pressed:"#DA2222",disabled:"#EFEEEA"},fgColor:{rest:"#FFFFFF",hover:"#FFFFFF",pressed:"#FFFFFF",disabled:"#D8D7D4"}},de={bgColor:{rest:"#EFEEEA",hover:"#E2E1DD",pressed:"#EFEEEA",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#6F6F6D",hover:"#6F6F6D",pressed:"#ABA9A5",disabled:"#D8D7D4"}},ce={inline:{rest:"#525252",hover:"#ABA9A5"},standalone:{rest:"#525252",hover:"#ABA9A5"}},ue={none:{bgColor:"#ffffff00",fgColor:"#ABA9A5"},neutral:{bgColor:"#F4F4F2",fgColor:"#888783"},green:{bgColor:"#F0F9EF",fgColor:"#888783"},blue:{bgColor:"#EEF4FF",fgColor:"#888783"},yellow:{bgColor:"#FFF0CD",fgColor:"#888783"},orange:{bgColor:"#FEE8D8",fgColor:"#888783"},red:{bgColor:"#FFD9D5",fgColor:"#888783"}},ge={blue:{bold:{filled:{bgColor:"#3a80f9 ",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#3a80f9 ",borderColor:"#1d5ece",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#1d5ece",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#236ae5 ",borderColor:"#1d5ece",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#EEF4FF",borderColor:"#ffffff00",fgColor:"#1d5ece"},bordered:{bgColor:"#EAF2FF",borderColor:"#C4DAFF",fgColor:"#1d5ece"}},light:{filled:{bgColor:"#DFEAFD",borderColor:"#ffffff00",fgColor:"#1d5ece"},bordered:{bgColor:"#DFEAFD",borderColor:"#518ff8",fgColor:"#1d5ece"}}},gray:{bold:{filled:{bgColor:"#888783",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#6F6F6D",borderColor:"#474746",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#474746",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#474746",borderColor:"#474746",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#FFFFFF",borderColor:"#ffffff00",fgColor:"#6F6F6D"},bordered:{bgColor:"#FFFFFF",borderColor:"#D8D7D4",fgColor:"#6F6F6D"}},light:{filled:{bgColor:"#F4F4F2",borderColor:"#ffffff00",fgColor:"#6F6F6D"},bordered:{bgColor:"#F4F4F2",borderColor:"#D8D7D4",fgColor:"#6F6F6D"}}},green:{bold:{filled:{bgColor:"#6EBF57",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#6EBF57",borderColor:"#3f8d2a",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#3f8d2a",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#5ca647",borderColor:"#3f8d2a",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#E6F4E4",borderColor:"#ffffff00",fgColor:"#3f8d2a"},bordered:{bgColor:"#E6F4E4",borderColor:"#BAE3AF",fgColor:"#3f8d2a"}},light:{filled:{bgColor:"#E2F1DE",borderColor:"#ffffff00",fgColor:"#3f8d2a"},bordered:{bgColor:"#DCF1D5",borderColor:"#6EBF57",fgColor:"#3f8d2a"}}},indigo:{bold:{filled:{bgColor:"#8686FF",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#8686FF",borderColor:"#5454e1",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#5454e1",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#6565FA",borderColor:"#5454e1",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#F7F7FC",borderColor:"#ffffff00",fgColor:"#5454e1"},bordered:{bgColor:"#F4F4FF",borderColor:"#C1C1FF",fgColor:"#5454e1"}},light:{filled:{bgColor:"#E8E8FF",borderColor:"#ffffff00",fgColor:"#5454e1"},bordered:{bgColor:"#E8E8FF",borderColor:"#9D9DFF",fgColor:"#5454e1"}}},lime:{bold:{filled:{bgColor:"#779204",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#779204",borderColor:"#4F6201",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#4F6201",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#536601",borderColor:"#4F6201",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#F1F6F2",borderColor:"#ffffff00",fgColor:"#536601"},bordered:{bgColor:"#F4F7E6",borderColor:"#D5E68C",fgColor:"#4F6201"}},light:{filled:{bgColor:"#ECF6C2",borderColor:"#ffffff00",fgColor:"#4F6201"},bordered:{bgColor:"#D5E68C",borderColor:"#779204",fgColor:"#4F6201"}}},mag:{bold:{filled:{bgColor:"#E63BAD",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#EB3CB2",borderColor:"#c9178d",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#c9178d",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#d22799",borderColor:"#c9178d",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#FDD8F1",borderColor:"#ffffff00",fgColor:"#c9178d"},bordered:{bgColor:"#FDD8F1",borderColor:"#FFB5E6",fgColor:"#c9178d"}},light:{filled:{bgColor:"#FFC2EA",borderColor:"#ffffff00",fgColor:"#c9178d"},bordered:{bgColor:"#FDD8F1",borderColor:"#FF9ADD",fgColor:"#c9178d"}}},orange:{bold:{filled:{bgColor:"#F2711B",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#F2711B",borderColor:"#BD4B04",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#BD4B04",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#C85700",borderColor:"#BD4B04",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#FFEFE6",borderColor:"#ffffff00",fgColor:"#BD4B04"},bordered:{bgColor:"#FEE8D8",borderColor:"#FF9B61",fgColor:"#BD4B04"}},light:{filled:{bgColor:"#FFDDC5",borderColor:"#ffffff00",fgColor:"#BD4B04"},bordered:{bgColor:"#FFDDC5",borderColor:"#F2711B",fgColor:"#BD4B04"}}},purple:{bold:{filled:{bgColor:"#9035BD",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#9035BD",borderColor:"#5B2589",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#5B2589",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#6F2EA8",borderColor:"#5B2589",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#faf5fd",borderColor:"#ffffff00",fgColor:"#5B2589"},bordered:{bgColor:"#ECDAFA",borderColor:"#D7A7F7",fgColor:"#5B2589"}},light:{filled:{bgColor:"#ECD2FA",borderColor:"#ffffff00",fgColor:"#5B2589"},bordered:{bgColor:"#E3C1F6",borderColor:"#A854D2",fgColor:"#5B2589"}}},red:{bold:{filled:{bgColor:"#EF6262",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#EF6262",borderColor:"#DA2222",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#DA2222",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#E74646",borderColor:"#DA2222",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#FCEDEB",borderColor:"#ffffff00",fgColor:"#DA2222"},bordered:{bgColor:"#FFE6E2",borderColor:"#FFD9D5",fgColor:"#DA2222"}},light:{filled:{bgColor:"#FFE6E2",borderColor:"#ffffff00",fgColor:"#DA2222"},bordered:{bgColor:"#FFD9D5",borderColor:"#F99090",fgColor:"#DA2222"}}},teal:{bold:{filled:{bgColor:"#2E98AD",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#1B899E",borderColor:"#07596A",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#177E93",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#177E93",borderColor:"#07596A",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#F0FBFF",borderColor:"#ffffff00",fgColor:"#1B899E"},bordered:{bgColor:"#E2F7FF",borderColor:"#82E2EF",fgColor:"#1B899E"}},light:{filled:{bgColor:"#B2E8F0",borderColor:"#ffffff00",fgColor:"#1B899E"},bordered:{bgColor:"#B2E8F0",borderColor:"#2E98AD",fgColor:"#1B899E"}}},yellow:{bold:{filled:{bgColor:"#D99904",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#CF9202",borderColor:"#B57C02",fgColor:"#FFFFFF"}},extraBold:{filled:{bgColor:"#B57C02",borderColor:"#ffffff00",fgColor:"#FFFFFF"},bordered:{bgColor:"#CF9202",borderColor:"#B57C02",fgColor:"#FFFFFF"}},extralight:{filled:{bgColor:"#FFFBF0",borderColor:"#ffffff00",fgColor:"#B57C02"},bordered:{bgColor:"#FBF2D8",borderColor:"#FCE6AE",fgColor:"#B57C02"}},light:{filled:{bgColor:"#FFF0CD",borderColor:"#ffffff00",fgColor:"#B57C02"},bordered:{bgColor:"#FCE6AE",borderColor:"#E3A703",fgColor:"#B57C02"}}}},qe={background:"#222221",border:"#ffffff00",foreground:"#FFFFFF"},me={ghost:{unselected:{bgColor:{rest:"#ffffff00",hover:"#EFEEEA",pressed:"#EFEEEA",disabled:"#ffffff00"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#6F6F6D",hover:"#6F6F6D",pressed:"#6F6F6D",disabled:"#D8D7D4"}},selected:{bgColor:{rest:"#DFEAFD",hover:"#CBDEFF",pressed:"#DFEAFD",disabled:"#F4F4F2"},borderColor:{rest:"#ffffff00",hover:"#ffffff00",pressed:"#ffffff00",disabled:"#ffffff00"},fgColor:{rest:"#1d5ece",hover:"#1d5ece",pressed:"#1d5ece",disabled:"#D8D7D4"}}},outlined:{unselected:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#EFEEEA",disabled:"#EFEEEA"},borderColor:{rest:"#D8D7D4",hover:"#D8D7D4",pressed:"#D8D7D4",disabled:"#E2E1DD"},fgColor:{rest:"#6F6F6D",hover:"#6F6F6D",pressed:"#6F6F6D",disabled:"#D8D7D4"}},selected:{bgColor:{rest:"#EAF2FF",hover:"#C4DAFF",pressed:"#CBDEFF",disabled:"#F4F4F2"},borderColor:{rest:"#236ae5 ",hover:"#3a80f9 ",pressed:"#1d5ece",disabled:"#EFEEEA"},fgColor:{rest:"#1d5ece",hover:"#1d5ece",pressed:"#1d5ece",disabled:"#D8D7D4"}}}},fe={link:{fgColor:{rest:"#888783",hover:"#888783",active:"#474746"},bgColor:{rest:"#ffffff00",hover:"#F4F4F2",active:"#ffffff00"}},separator:{fgColor:"#888783"}},he={background:"#FFFFFF",border:"#ffffff00",divider:"#ABA9A5"},pe={modal:"rgba(58,58,57,0.2)",sheet:"rgba(53,53,51,0.03)",none:"#ffffff00"},be={background:"#FFFFFF"},ye={background:"#FFFFFF",border:"#EFEEEA"},ve={background:"#FFFFFF"},_e={item:{bgColor:{rest:"#FFFFFF",hover:"#F9F9F8",pressed:"#F4F4F2",disabled:"#F4F4F2",selected:{rest:"#F4F4F2",pressed:"#EFEEEA"}},fgColor:{rest:"#888783",pressed:"#474746",disabled:"#ABA9A5",selected:"#474746",subtext:"#888783"}},section:{fgColor:"#474746"},divider:{fgColor:"#EFEEEA"}},Fe={popover:"0 0 0 1px rgba(42, 28, 0, 0.07), 0 20px 24px 0 rgba(25, 25, 25, 0.05), 0 5px 8px 0 rgba(25, 25, 25, 0.03)",popoverElevated:"0 0 0 1px rgba(42, 28, 0, 0.10), 0 24px 32px 0 rgba(25, 25, 25, 0.08), 0 8px 12px 0 rgba(25, 25, 25, 0.05)",sheet:"0 0 0 1px rgba(42, 28, 0, 0.07), 0 20px 24px 0 rgba(25, 25, 25, 0.05), 0 5px 8px 0 rgba(25, 25, 25, 0.03)",tooltip:"0 1px 2px rgba(68, 68, 69, 0.08)"},Te={primary:"#2D2D2D",black:"#474746",white:"#FFFFFF",focus:"#3a80f9 ",success:{default:"#3f8d2a",muted:"#6EBF57"},warning:{default:"#FFB404",muted:"#D99904"},error:{default:"#DA2222",muted:"#EF6262"},info:{default:"#1d5ece",muted:"#3a80f9 "},fg:{neutral:{inverted:"#FFFFFF",disabled:"#D8D7D4",subtle:"#ABA9A5",muted:"#888783",default:"#6F6F6D",contrast:"#474746"},link:{extraDark:"#474746",default:"#525252",hover:"#ABA9A5"},green:{muted:"#6EBF57",contrast:"#3f8d2a"},teal:{muted:"#1B899E",contrast:"#1B899E"},yellow:{muted:"#D99904",contrast:"#B57C02"},orange:{muted:"#D95903",contrast:"#BD4B04"},red:{muted:"#EF6262",contrast:"#DA2222"},magenta:{muted:"#EB3CB2",contrast:"#c9178d"},indigo:{muted:"#8686FF",contrast:"#5454e1"},blue:{muted:"#3a80f9 ",contrast:"#1d5ece"},purple:{muted:"#9035BD",contrast:"#5B2589"},lime:{muted:"#536601",contrast:"#4F6201"}},text:{inverted:"#FFFFFF",disabled:"#D8D7D4",subtle:"#ABA9A5",muted:"#888783",default:"#6F6F6D",contrast:"#474746"},canvas:{default:"#FFFFFF",modal:"#FFFFFF",inset:"#F4F4F2",insetStrong:"#EFEEEA",subtle:"#F9F9F8",transparent:"#ffffff00",overlay:{modal:"rgba(58,58,57,0.2)",sheet:"rgba(53,53,51,0.03)"}},border:{gray:{1:"#EFEEEA",2:"#E2E1DD",3:"#D8D7D4"},grayAlpha:{0:"rgba(58,58,57,0)",1:"rgba(58,58,57,0.08)",2:"rgba(58,58,57,0.1)",3:"rgba(58,58,57,0.15)",4:"rgba(58,58,57,0.2)"}},bg:{gray:{light:{"01":"#FFFFFF","02":"#F9F9F8","03":"#F4F4F2","04":"#EFEEEA","05":"#E2E1DD","06":"#D8D7D4"},dark:{"04":"#888783","05":"#6F6F6D","06":"#525252","07":"#474746"}}},syntax:{comment:"#888783",key:"#6F6F6D",constant:"#3a80f9 ",constantOtherReferenceLink:"#0a3069",entity:"#d22799",entityTag:"#d22799",keyword:"#EF6262",string:"#EF6262",stringRegexp:"#A2D794",variable:"#FF8635",brackethighlighterAngle:"#ABA9A5",brackethighlighterUnmatched:"#F99090",carriageReturnBg:"#FBC4C4",carriageReturnText:"#FFFFFF",invalidIllegalText:"#FFFFFF",invalidIllegalBg:"#F99090",markupBold:"#525252",markupItalic:"#525252",markupHeading:"#09B2B5",markupList:"#A2D794",markupInsertedBg:"#F0F9EF",markupInsertedText:"#A2D794",markupDeletedBg:"#FFF6F5",markupDeletedText:"#F99090",markupChangedBg:"#FEE8D8",markupChangedText:"#FF8635",nullLiteral:"#E2E1DD",booleanLiteral:"#9035BD",numberLiteral:"#3a80f9 ",bracket:"#E01280",bracketNested:"#9035BD",stringUrl:"#6565FA",stringEmail:"#6565FA",stringUuid:"#D8D7D4",rowHoverBg:"#F9F9F8",collapsedRowBg:"#FFFFFF",watchMark:"#518ff8",watchMarkHover:"#518ff8",watchRowBg:"#F4F8FF"}},W={typography:re,colors:oe,sizes:ae,buttonPrimary:le,buttonSecondary:ne,buttonGhost:ie,buttonDanger:se,buttonRounded:de,linkColors:ce,highlightColors:ue,pillColors:ge,tooltipColors:qe,iconButton:me,breadcrumbColors:fe,siteHeaderColors:he,overlayColors:pe,sheetColors:be,sidebarColors:ye,popoverColors:ve,actionMenuColors:_e,shadows:Fe,globalColors:Te},xe={0:"#000000"},Se={0:"#ffffff"},ke={0:"#FFFFFF",1:"#F9F9F8",2:"#F4F4F2",3:"#EFEEEA",4:"#E2E1DD",5:"#D8D7D4",6:"#ABA9A5",7:"#888783",8:"#6F6F6D",9:"#525252",10:"#474746",11:"#3A3A39",12:"#2D2D2D",13:"#222221"},Ze={0:"rgba(58,58,57,0)",1:"rgba(58,58,57,0.08)",2:"rgba(58,58,57,0.1)",3:"rgba(58,58,57,0.15)",4:"rgba(58,58,57,0.2)"},He={sheet:"rgba(53,53,51,0.03)"},we={0:"#F0F9EF",1:"#E6F4E4",2:"#E2F1DE",3:"#DCF1D5",4:"#CCEEC2",5:"#BAE3AF",6:"#A2D794",7:"#87C875",8:"#6EBF57",9:"#5ca647",10:"#3f8d2a"},Ce={0:"#faf5fd",1:"#ECDAFA",2:"#ECD2FA",3:"#E3C1F6",4:"#D9B2FA",5:"#D7A7F7",6:"#D385EF",7:"#A854D2",8:"#9035BD",9:"#6F2EA8",10:"#5B2589"},Qe={0:"#F7F7FC",1:"#F4F4FF",2:"#E8E8FF",3:"#E2E2FF",4:"#D4D4FF",5:"#C1C1FF",6:"#AFAFFF",7:"#9D9DFF",8:"#8686FF",9:"#6565FA",10:"#5454e1"},De={0:"#F4F8FF",1:"#EEF4FF",2:"#EAF2FF",3:"#DFEAFD",4:"#CBDEFF",5:"#C4DAFF",6:"#BCD4FF",7:"#518ff8",8:"#3a80f9 ",9:"#236ae5 ",10:"#1d5ece"},Me={0:"#fbf0f9",1:"#FDD8F1",2:"#FFC2EA",3:"#FFB5E6",4:"#FFA2E0",5:"#FF9ADD",6:"#FF83D6",7:"#E63BAD",8:"#EB3CB2",9:"#d22799",10:"#c9178d"},Be={0:"#FFFBF0",1:"#FBF2D8",2:"#FFF0CD",3:"#FCE6AE",4:"#FAD98E",5:"#FFCD44",6:"#FFB404",7:"#E3A703",8:"#D99904",9:"#CF9202",10:"#B57C02"},Ie={0:"#FFF6F5",1:"#FCEDEB",2:"#FFE6E2",3:"#FFD9D5",4:"#FDCEC8",5:"#FBC4C4",6:"#FEB1B1",7:"#F99090",8:"#EF6262",9:"#E74646",10:"#DA2222"},Ee={0:"#FFEFE6",1:"#FEE8D8",2:"#FFDDC5",3:"#FFD4B3",4:"#FFBA86",5:"#FF9B61",6:"#FF8635",7:"#F2711B",8:"#D95903",9:"#C85700",10:"#BD4B04"},Le={0:"#FAF9FF",1:"#ECEBFF",2:"#D7CFF7",3:"#BDB7F7",4:"#C09EFE",5:"#B792FC",6:"#9E70F5",7:"#8950F3",8:"#8C53F4",9:"#8143F6",10:"#7530F5"},$e={0:"#F0FBFF",1:"#E2F7FF",2:"#C9F0F7",3:"#B2E8F0",4:"#A1E9F1",5:"#82E2EF",6:"#46B0C8",7:"#2E98AD",8:"#1B899E",9:"#177E93",10:"#07596A"},Ae={0:"#F1F6F2",1:"#F4F7E6",2:"#ECF6C2",3:"#D5E68C",4:"#C5DE59",5:"#B2CD36",6:"#98B61A",7:"#779204",8:"#6B8402",9:"#536601",10:"#4F6201"},We={black:xe,white:Se,gray:ke,grayAlpha:Ze,overlay:He,green:we,purple:Ce,indigo:Qe,blue:De,mag:Me,yellow:Be,red:Ie,orange:Ee,violet:Le,teal:$e,lime:Ae},je=We,_1=W.colors.functional,ze=W.buttonPrimary,Re=W.buttonSecondary,Ne=W.buttonGhost,Pe=W.buttonDanger,Ve=W.buttonRounded,Oe=W.iconButton,Ue=W.linkColors,Ke=W.highlightColors,Ge=W.breadcrumbColors,Je=W.siteHeaderColors,Ye=W.overlayColors,Xe=W.sheetColors,e0=W.sidebarColors,t0=W.popoverColors,r0=W.actionMenuColors,o0=W.pillColors,a0=W.tooltipColors,l0=W.globalColors,n0=W.sizes,i0=W.shadows,s0=W.typography,g1={colors:{base:je,functional:{background:_1.background,foreground:_1.foreground,border:_1.border,syntax:_1.syntax,button:{primary:ze,secondary:Re,ghost:Ne,danger:Pe,rounded:Ve},iconButton:Oe,link:Ue,highlight:Ke,breadcrumb:Ge,siteHeader:Je,overlay:Ye,sheet:Xe,sidebar:e0,popover:t0,actionMenu:r0,pill:o0,tooltip:a0},global:l0},typography:s0,sizes:n0,shadows:i0};function A1(e,t){if(!t)return e;const r={...e};for(const a of Object.keys(t)){const l=t[a];if(l===void 0)continue;const i=e[a],s=typeof l=="object"&&l!==null&&!Array.isArray(l)&&typeof i=="object"&&i!==null&&!Array.isArray(i);r[a]=s?A1(i,l):l}return r}const q2=c.createContext(g1);function d0({theme:e,children:t}){const r=e?A1(g1,e):g1;return d.jsx(q2.Provider,{value:r,children:t})}function C(e){const t=c.useContext(q2);return e?A1(t,e):t}function t2(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function c0(e){const{functional:t}=e.colors,{background:r,border:a,foreground:l}=t,{borderRadius:i,borderWidth:s}=e.sizes;return{"--cube-colors-functional-background-default":r.default,"--cube-colors-functional-background-muted":r.muted,"--cube-colors-functional-background-inset":r.inset,"--cube-colors-functional-background-emphasis":r.emphasis,"--cube-colors-functional-background-disabled":r.disabled,"--cube-colors-functional-background-transparent":r.transparent,"--cube-colors-functional-background-inverse":r.inverse,"--cube-colors-functional-background-neutral-muted":r.neutral.muted,"--cube-colors-functional-background-neutral-emphasis":r.neutral.emphasis,"--cube-colors-functional-border-default":a.default,"--cube-colors-functional-border-muted":a.muted,"--cube-colors-functional-foreground-default":l.default,"--cube-colors-functional-foreground-muted":l.muted,"--cube-colors-functional-foreground-disabled":l.disabled,"--cube-colors-functional-foreground-on-emphasis":l.onEmphasis,"--cube-colors-functional-foreground-link":l.link,"--cube-colors-functional-foreground-white":l.white,"--cube-colors-functional-foreground-neutral":l.neutral,"--cube-sizes-borderWidth-thin":s.thin,"--cube-sizes-borderRadius-sm":i.sm,"--cube-sizes-borderRadius-md":i.md,"--cube-sizes-borderRadius-lg":i.lg,"--cube-sizes-borderRadius-xl":i.xl,"--cube-sizes-borderRadius-full":i.full}}function u0(e){const{gap:t,padding:r}=e.sizes.stack,a={};for(const[l,i]of Object.entries(t))a[`--cube-stack-gap-${t2(l)}`]=i;for(const[l,i]of Object.entries(r))a[`--cube-stack-padding-${t2(l)}`]=i;return a}function g0(e){const{text:t,fontFamily:r}=e.typography;return{"--cube-typography-text-code-block-fontFamily":t.codeBlock.fontFamily??r.mono,"--cube-typography-text-code-block-fontSize":t.codeBlock.fontSize,"--cube-typography-text-code-block-lineHeight":String(t.codeBlock.lineHeight)}}function q0(e){const t=e.colors.functional.syntax;return{"--cube-color-syntax-key":t.key,"--cube-color-syntax-string":t.string,"--cube-color-syntax-string-url":t.stringUrl,"--cube-color-syntax-string-email":t.stringEmail,"--cube-color-syntax-string-uuid":t.stringUuid,"--cube-color-syntax-variable":t.variable,"--cube-color-syntax-number-literal":t.numberLiteral,"--cube-color-syntax-boolean-literal":t.booleanLiteral,"--cube-color-syntax-null-literal":t.nullLiteral,"--cube-color-syntax-bracket":t.bracket,"--cube-color-syntax-bracket-nested":t.bracketNested,"--cube-color-syntax-row-hover-bg":t.rowHoverBg,"--cube-color-syntax-collapsed-row-bg":t.collapsedRowBg,"--cube-color-syntax-watch-mark":t.watchMark,"--cube-color-syntax-watch-mark-hover":t.watchMarkHover,"--cube-color-syntax-watch-row-bg":t.watchRowBg}}function G(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function r1(e){if(e===void 0)return{sm:void 0,md:void 0,lg:void 0};if(!G(e)){const l=e;return{sm:l,md:l,lg:l}}const t=e.sm,r=e.md??e.sm,a=e.lg??e.md??e.sm;return{sm:t,md:r,lg:a}}const m0="_Stack_jyprb_1",L={Stack:m0,"Stack--direction-horizontal":"_Stack--direction-horizontal_jyprb_8","Stack--direction-vertical":"_Stack--direction-vertical_jyprb_11","Stack--gap-none":"_Stack--gap-none_jyprb_16","Stack--gap-xxs":"_Stack--gap-xxs_jyprb_17","Stack--gap-xs":"_Stack--gap-xs_jyprb_18","Stack--gap-sm":"_Stack--gap-sm_jyprb_19","Stack--gap-md":"_Stack--gap-md_jyprb_20","Stack--gap-lg":"_Stack--gap-lg_jyprb_21","Stack--gap-xl":"_Stack--gap-xl_jyprb_22","Stack--gap-xxl":"_Stack--gap-xxl_jyprb_23","Stack--padding-none":"_Stack--padding-none_jyprb_26","Stack--padding-xxs":"_Stack--padding-xxs_jyprb_27","Stack--padding-xs":"_Stack--padding-xs_jyprb_28","Stack--padding-sm":"_Stack--padding-sm_jyprb_29","Stack--padding-md":"_Stack--padding-md_jyprb_30","Stack--padding-lg":"_Stack--padding-lg_jyprb_31","Stack--padding-xl":"_Stack--padding-xl_jyprb_32","Stack--padding-xxl":"_Stack--padding-xxl_jyprb_33","Stack--paddingBlock-none":"_Stack--paddingBlock-none_jyprb_36","Stack--paddingBlock-xxs":"_Stack--paddingBlock-xxs_jyprb_37","Stack--paddingBlock-xs":"_Stack--paddingBlock-xs_jyprb_38","Stack--paddingBlock-sm":"_Stack--paddingBlock-sm_jyprb_39","Stack--paddingBlock-md":"_Stack--paddingBlock-md_jyprb_40","Stack--paddingBlock-lg":"_Stack--paddingBlock-lg_jyprb_41","Stack--paddingBlock-xl":"_Stack--paddingBlock-xl_jyprb_42","Stack--paddingBlock-xxl":"_Stack--paddingBlock-xxl_jyprb_43","Stack--paddingInline-none":"_Stack--paddingInline-none_jyprb_46","Stack--paddingInline-xxs":"_Stack--paddingInline-xxs_jyprb_47","Stack--paddingInline-xs":"_Stack--paddingInline-xs_jyprb_48","Stack--paddingInline-sm":"_Stack--paddingInline-sm_jyprb_49","Stack--paddingInline-md":"_Stack--paddingInline-md_jyprb_50","Stack--paddingInline-lg":"_Stack--paddingInline-lg_jyprb_51","Stack--paddingInline-xl":"_Stack--paddingInline-xl_jyprb_52","Stack--paddingInline-xxl":"_Stack--paddingInline-xxl_jyprb_53","Stack--align-stretch":"_Stack--align-stretch_jyprb_56","Stack--align-center":"_Stack--align-center_jyprb_57","Stack--align-start":"_Stack--align-start_jyprb_58","Stack--align-end":"_Stack--align-end_jyprb_59","Stack--align-baseline":"_Stack--align-baseline_jyprb_60","Stack--justify-start":"_Stack--justify-start_jyprb_63","Stack--justify-center":"_Stack--justify-center_jyprb_64","Stack--justify-end":"_Stack--justify-end_jyprb_65","Stack--justify-between":"_Stack--justify-between_jyprb_66","Stack--justify-around":"_Stack--justify-around_jyprb_67","Stack--justify-evenly":"_Stack--justify-evenly_jyprb_68","Stack--wrap-wrap":"_Stack--wrap-wrap_jyprb_71","Stack--wrap-nowrap":"_Stack--wrap-nowrap_jyprb_72","Stack--grow":"_Stack--grow_jyprb_75","Stack--grow-0":"_Stack--grow-0_jyprb_76","Stack--shrink-0":"_Stack--shrink-0_jyprb_77","Stack--minWidth-0":"_Stack--minWidth-0_jyprb_78","Stack--width-full":"_Stack--width-full_jyprb_81","Stack--width-auto":"_Stack--width-auto_jyprb_82","Stack--responsive":"_Stack--responsive_jyprb_85"};function f0(e){if(e==="horizontal")return"row";if(e==="vertical")return"column"}function h0(e,t){if(e!==void 0)return t==null?void 0:t[e]}function r2(e,t){if(e!==void 0)return t==null?void 0:t[e]}function p0(e){if(e!==void 0)return e?"wrap":"nowrap"}function b0(e,t){if(e!==void 0)switch(e){case"label":return t.sectionLabelWidth;case"page":return t.pageMaxWidth;case"content":return t.contentMaxWidth;case"full":return"100%";case"auto":return"auto";default:return}}function y0(e,t){const r={};typeof e.grow=="number"&&(r.flexGrow=e.grow),e.shrink===!0?r.flexShrink=1:typeof e.shrink=="number"&&(r.flexShrink=e.shrink);const a=e.width;if(a==="page"||a==="content"||a==="label"){const l=b0(a,t);l!==void 0&&(r.width=l)}return r}function v0(e,t){const r={},{stack:a}=e,l=r1(t.direction),i=r1(t.gap),s=r1(t.padding),u=r1(t.paddingBlock),q=r1(t.paddingInline),g=r1(t.align),h=r1(t.justify),y=r1(t.wrap);for(const m of["sm","md","lg"]){const v=f0(l[m]);v&&(r[`--stack-direction-${m}`]=v);const b=h0(i[m],a.gap);b!==void 0&&(r[`--stack-gap-${m}`]=b);const _=s[m],p=r2(u[m]??_,a.padding);p!==void 0&&(r[`--stack-padding-block-${m}`]=p);const f=r2(q[m]??_,a.padding);f!==void 0&&(r[`--stack-padding-inline-${m}`]=f),g[m]!==void 0&&(r[`--stack-align-${m}`]=String(g[m])),h[m]!==void 0&&(r[`--stack-justify-${m}`]=String(h[m]));const F=p0(y[m]);F!==void 0&&(r[`--stack-wrap-${m}`]=F)}return r}function m2(e){return G(e.direction)||G(e.gap)||G(e.padding)||G(e.paddingBlock)||G(e.paddingInline)||G(e.align)||G(e.justify)||G(e.wrap)}function _0(e){switch(e){case"stretch":return L["Stack--align-stretch"];case"center":return L["Stack--align-center"];case"flex-start":case"start":return L["Stack--align-start"];case"flex-end":case"end":return L["Stack--align-end"];case"baseline":return L["Stack--align-baseline"];default:return}}function F0(e){switch(e){case"flex-start":case"start":return L["Stack--justify-start"];case"center":return L["Stack--justify-center"];case"flex-end":case"end":return L["Stack--justify-end"];case"space-between":return L["Stack--justify-between"];case"space-around":return L["Stack--justify-around"];case"space-evenly":return L["Stack--justify-evenly"];default:return}}function T0(e){const t=[L.Stack];if(m2(e))return t.push(L["Stack--responsive"]),t;if((e.direction??"vertical")==="horizontal"&&t.push(L["Stack--direction-horizontal"]),e.gap!==void 0&&t.push(L[`Stack--gap-${e.gap}`]),e.paddingBlock!==void 0?t.push(L[`Stack--paddingBlock-${e.paddingBlock}`]):e.padding!==void 0&&t.push(L[`Stack--padding-${e.padding}`]),e.paddingInline!==void 0&&t.push(L[`Stack--paddingInline-${e.paddingInline}`]),e.align!==void 0&&typeof e.align=="string"){const l=_0(e.align);l&&t.push(l)}if(e.justify!==void 0&&typeof e.justify=="string"){const l=F0(e.justify);l&&t.push(l)}const a=e.wrap??!1;return t.push(a?L["Stack--wrap-wrap"]:L["Stack--wrap-nowrap"]),e.grow===!0?t.push(L["Stack--grow"]):e.grow===!1&&t.push(L["Stack--grow-0"]),e.shrink===!1&&t.push(L["Stack--shrink-0"]),e.minWidth===0&&t.push(L["Stack--minWidth-0"]),e.width==="full"?t.push(L["Stack--width-full"]):e.width==="auto"&&t.push(L["Stack--width-auto"]),t}const X=c.forwardRef(function({as:t="div",direction:r="vertical",gap:a,padding:l,paddingBlock:i,paddingInline:s,align:u,justify:q,wrap:g=!1,grow:h,shrink:y,width:m,minWidth:v,theme:b,style:_,className:p,children:f,...F},Z){const H=C(b),I={direction:r,gap:a,padding:l,paddingBlock:i,paddingInline:s,align:u,justify:q,wrap:g,grow:h,shrink:y,minWidth:v,width:m},E=[...T0(I),p].filter(Boolean).join(" "),S=m2(I)?v0(H.sizes,I):void 0,w=b?u0(H):void 0,x=y0(I,H.sizes.layout);return d.jsx(t,{ref:Z,className:E,style:{...S,...w,...x,..._},...F,children:f})}),x0="_Container_13w3g_1",S0={Container:x0};function k0(e,t,r,a){const l=e==="page"?r.pageMaxWidth:e==="content"?r.contentMaxWidth:"100%",i=t===!1?"0":t?`var(--cube-stack-padding-${t})`:r.pagePaddingInline;return{"--container-maxWidth":l,"--container-paddingInline":i,"--container-marginInline":a?"auto":"0"}}function Z0({as:e="div",width:t="page",center:r=!0,paddingInline:a,minHeight:l,theme:i,className:s,style:u,children:q}){const g=C(i),h=[S0.Container,s].filter(Boolean).join(" ");return d.jsx(X,{as:e,gap:"none",className:h,style:{...k0(t,a,g.sizes.layout,r),...l==="screen"?{minHeight:"100svh"}:void 0,...u},children:q})}const H0="_Box_kv4t3_1",i1={Box:H0,"Box--bg-default":"_Box--bg-default_kv4t3_8","Box--bg-muted":"_Box--bg-muted_kv4t3_11","Box--bg-inset":"_Box--bg-inset_kv4t3_14","Box--bg-emphasis":"_Box--bg-emphasis_kv4t3_17","Box--bg-disabled":"_Box--bg-disabled_kv4t3_20","Box--bg-transparent":"_Box--bg-transparent_kv4t3_23","Box--bg-inverse":"_Box--bg-inverse_kv4t3_26","Box--bg-neutralMuted":"_Box--bg-neutralMuted_kv4t3_29","Box--bg-neutralEmphasis":"_Box--bg-neutralEmphasis_kv4t3_32","Box--border-default":"_Box--border-default_kv4t3_37","Box--border-muted":"_Box--border-muted_kv4t3_41","Box--radius-sm":"_Box--radius-sm_kv4t3_47","Box--radius-md":"_Box--radius-md_kv4t3_50","Box--radius-lg":"_Box--radius-lg_kv4t3_53","Box--radius-xl":"_Box--radius-xl_kv4t3_56","Box--radius-full":"_Box--radius-full_kv4t3_59","Box--overflow-visible":"_Box--overflow-visible_kv4t3_64","Box--overflow-hidden":"_Box--overflow-hidden_kv4t3_67","Box--overflow-auto":"_Box--overflow-auto_kv4t3_70","Box--overflow-scroll":"_Box--overflow-scroll_kv4t3_73","Box--fg-default":"_Box--fg-default_kv4t3_78","Box--fg-muted":"_Box--fg-muted_kv4t3_81","Box--fg-disabled":"_Box--fg-disabled_kv4t3_84","Box--fg-onEmphasis":"_Box--fg-onEmphasis_kv4t3_87","Box--fg-white":"_Box--fg-white_kv4t3_90","Box--fg-neutral":"_Box--fg-neutral_kv4t3_93","Box--fg-link":"_Box--fg-link_kv4t3_96"};function w0(e){const t=[i1.Box];return e.background&&t.push(i1[`Box--bg-${e.background}`]),e.border==="default"?t.push(i1["Box--border-default"]):e.border==="muted"&&t.push(i1["Box--border-muted"]),e.borderRadius&&t.push(i1[`Box--radius-${e.borderRadius}`]),e.overflow&&t.push(i1[`Box--overflow-${e.overflow}`]),e.foreground&&t.push(i1[`Box--fg-${e.foreground}`]),t}const J=c.forwardRef(function({background:t,border:r="none",borderRadius:a,overflow:l,foreground:i,theme:s,className:u,style:q,children:g,...h},y){const m=C(s),v=[...w0({background:t,border:r,borderRadius:a,overflow:l,foreground:i}),u].filter(Boolean).join(" "),b=s?c0(m):void 0;return d.jsx(X,{ref:y,className:v,style:{...b,...q},...h,children:g})});function C0(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function f2(e,t){const r=e.split(".");let a=t;for(const l of r){if(!C0(a))return;a=a[l]}return typeof a=="string"?a:void 0}function H1(e,t,r){const a=(r==null?void 0:r[e])??e;return f2(a,t)??a}const Q0={canvas:["canvas.default","canvas.inset","canvas.subtle","canvas.insetStrong"],text:["text.default","text.muted","text.subtle","text.contrast"],bg:["bg.gray.light.01","bg.gray.light.02","bg.gray.dark.07"],border:["border.gray.1","border.gray.2","border.grayAlpha.2"],fg:["fg.neutral.default","fg.blue.contrast","fg.green.contrast"],semantic:["primary","success.default","warning.default","error.default","info.default"]},D0="_Divider_rmp0q_1",o2={Divider:D0,"Divider--horizontal":"_Divider--horizontal_rmp0q_9"};function M0(e,t){return{"--divider-color":H1(e,t.colors.global,{default:"border.gray.2",muted:"border.grayAlpha.2"}),"--divider-thickness":t.sizes.borderWidth.thin}}function h2({orientation:e="horizontal",color:t="border.gray.2",theme:r,className:a,style:l}){const i=C(r);return d.jsx("hr",{className:[o2.Divider,o2[`Divider--${e}`],a].filter(Boolean).join(" "),style:{...M0(t,i),...l},"aria-hidden":e==="horizontal"?void 0:!0})}const B0="_Callout_xhrbx_1",I0={Callout:B0};function E0(e,t){return{"--callout-bg":H1(e,t.colors.global,{inset:"canvas.inset",default:"bg.gray.light.01",muted:"bg.gray.light.02",emphasis:"bg.gray.dark.07",transparent:"canvas.transparent",inverse:"bg.gray.dark.07",neutralMuted:"bg.gray.light.04",neutralEmphasis:"bg.gray.dark.05"})}}function L0({background:e="canvas.inset",theme:t,className:r,style:a,children:l}){const i=C(t);return d.jsx(X,{padding:"sm",className:[I0.Callout,r].filter(Boolean).join(" "),style:{...E0(e,i),...a},children:l})}const $0="_Highlight_1g3yj_1",A0={Highlight:$0};function W0(e,t){const r=t.colors.functional.highlight[e],a=t.sizes.highlight;return{"--cube-highlight-bg":r.bgColor,"--cube-highlight-fg":r.fgColor,"--cube-highlight-paddingInline":a.paddingInline,"--cube-highlight-paddingBlock":a.paddingBlock,"--cube-highlight-borderRadius":a.borderRadius}}function j0({color:e="yellow",theme:t,className:r,style:a,children:l}){const i=C(t);return d.jsx("mark",{className:[A0.Highlight,r].filter(Boolean).join(" "),style:{...W0(e,i),...a},children:l})}const z0="_Text_icd95_1",P={Text:z0,"Text--truncate":"_Text--truncate_icd95_7","Text--display":"_Text--display_icd95_14","Text--title-large":"_Text--title-large_icd95_20","Text--title-medium":"_Text--title-medium_icd95_26","Text--title-small":"_Text--title-small_icd95_32","Text--subtitle":"_Text--subtitle_icd95_38","Text--body-large":"_Text--body-large_icd95_44","Text--body-medium":"_Text--body-medium_icd95_50","Text--body-small":"_Text--body-small_icd95_56","Text--caption":"_Text--caption_icd95_62","Text--code-block":"_Text--code-block_icd95_68","Text--inline-code":"_Text--inline-code_icd95_75"},R0={display:"h1",titleLarge:"h2",titleMedium:"h3",titleSmall:"h4",subtitle:"p",bodyLarge:"p",bodyMedium:"p",bodySmall:"p",caption:"span",codeBlock:"pre",inlineCode:"code"},N0={display:P["Text--display"],titleLarge:P["Text--title-large"],titleMedium:P["Text--title-medium"],titleSmall:P["Text--title-small"],subtitle:P["Text--subtitle"],bodyLarge:P["Text--body-large"],bodyMedium:P["Text--body-medium"],bodySmall:P["Text--body-small"],caption:P["Text--caption"],codeBlock:P["Text--code-block"],inlineCode:P["Text--inline-code"]};function P0(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}function s1({as:e,variant:t="bodyMedium",color:r="fg.neutral.muted",align:a,truncate:l=!1,theme:i,style:s,className:u,children:q}){const g=C(i),h=e??R0[t],y=[P.Text,N0[t],l&&P["Text--truncate"],u].filter(Boolean).join(" "),m=i?(()=>{const b={"--cube-typography-fontFamily-base":g.typography.fontFamily.base,"--cube-typography-fontFamily-mono":g.typography.fontFamily.mono};return Object.keys(g.typography.text).forEach(_=>{const p=P0(_),f=g.typography.text[_];b[`--cube-typography-text-${p}-fontSize`]=f.fontSize,b[`--cube-typography-text-${p}-fontWeight`]=String(f.fontWeight),b[`--cube-typography-text-${p}-lineHeight`]=String(f.lineHeight),f.fontFamily&&(b[`--cube-typography-text-${p}-fontFamily`]=f.fontFamily)}),b})():void 0,v=H1(r,g.colors.global,{default:"fg.neutral.muted",muted:"text.muted",onEmphasis:"fg.neutral.inverted",disabled:"text.disabled",link:"fg.link.default",white:"fg.neutral.inverted",neutral:"fg.neutral.default"});return d.jsx(h,{className:y,style:{textAlign:a,color:v,...m,...s},children:q})}const V0="_Button_cka89_1",O0="_Button__leadingVisual_cka89_194",U0="_Button__trailingVisual_cka89_195",N={Button:V0,"Button--primary":"_Button--primary_cka89_37","Button--secondary":"_Button--secondary_cka89_58","Button--danger":"_Button--danger_cka89_79","Button--rounded":"_Button--rounded_cka89_101","Button--ghost":"_Button--ghost_cka89_122","Button--size-xs":"_Button--size-xs_cka89_145","Button--size-sm":"_Button--size-sm_cka89_155","Button--size-md":"_Button--size-md_cka89_165","Button--size-lg":"_Button--size-lg_cka89_175","Button--shape-rounded":"_Button--shape-rounded_cka89_100","Button--block":"_Button--block_cka89_190",Button__leadingVisual:O0,Button__trailingVisual:U0},K0={xs:"extraSmall",sm:"small",md:"medium",lg:"large"};function a2(e){return c.isValidElement(e)?c.cloneElement(e,{"aria-hidden":!0,focusable:!1,...e.props??{}}):e}function G0({size:e="sm",variant:t="secondary",shape:r="default",block:a=!1,leadingIcon:l,trailingIcon:i,theme:s,children:u,disabled:q,style:g,...h}){const y=C(s),m=r==="rounded"||t==="rounded",v=[N.Button,t==="primary"&&N["Button--primary"],t==="secondary"&&N["Button--secondary"],t==="ghost"&&N["Button--ghost"],t==="danger"&&N["Button--danger"],t==="rounded"&&N["Button--rounded"],e==="xs"&&N["Button--size-xs"],e==="sm"&&N["Button--size-sm"],e==="md"&&N["Button--size-md"],e==="lg"&&N["Button--size-lg"],m&&N["Button--shape-rounded"],a&&N["Button--block"],h.className].filter(Boolean).join(" "),b=s?(()=>{const{functional:_}=y.colors,p=K0[e],f=p.replace(/[A-Z]/g,E=>`-${E.toLowerCase()}`),F=y.sizes.control[p],Z=y.typography.button[p],H={[`--cube-control-${f}-gap`]:F.gap,[`--cube-control-${f}-size`]:F.size,[`--cube-control-${f}-borderRadius`]:F.borderRadius,[`--cube-control-${f}-paddingBlock`]:F.paddingBlock,[`--cube-control-${f}-paddingInline-condensed`]:F.paddingInline.condensed,[`--cube-control-${f}-paddingInline-normal`]:F.paddingInline.normal,[`--cube-control-${f}-paddingInline-spacious`]:F.paddingInline.spacious,[`--cube-typography-button-${f}-fontSize`]:Z.fontSize,[`--cube-typography-button-${f}-lineHeight`]:Z.lineHeight,"--cube-typography-fontFamily-base":y.typography.fontFamily.base,"--cube-sizes-borderRadius-full":y.sizes.borderRadius.full,"--cube-sizes-borderWidth-thin":y.sizes.borderWidth.thin,"--cube-colors-functional-foreground-link":_.foreground.link},I=["rest","hover","pressed","disabled"];for(const E of["primary","secondary","ghost","danger","rounded"]){const S=_.button[E];for(const w of I)H[`--cube-button-${E}-bg-${w}`]=S.bgColor[w],H[`--cube-button-${E}-fg-${w}`]=S.fgColor[w],H[`--cube-button-${E}-border-${w}`]=S.borderColor[w]}return H})():void 0;return d.jsxs("button",{disabled:q,type:h.type??"button",className:v,style:{...g??{},...b??{}},...h,children:[l&&d.jsx("span",{className:N.Button__leadingVisual,children:a2(l)}),u,i&&d.jsx("span",{className:N.Button__trailingVisual,children:a2(i)})]})}const J0="_Root_jcigq_1",Y0="_Panel_jcigq_6",m1={Root:J0,Panel:Y0,"Panel--fixed":"_Panel--fixed_jcigq_24","Panel--compact":"_Panel--compact_jcigq_28","Panel--expanded":"_Panel--expanded_jcigq_35"};function X0(e,t=4){if(typeof e!="string")return t;if(e.endsWith("rem"))return parseFloat(e)*16;if(e.endsWith("px"))return parseFloat(e);const r=parseFloat(e);return Number.isFinite(r)?r:t}function et(e,t,r){switch(t){case"bottom":return{top:e.bottom+r,left:e.left+e.width/2,transform:"translateX(-50%)"};case"top":return{top:e.top-r,left:e.left+e.width/2,transform:"translate(-50%, -100%)"};case"left":return{top:e.top+e.height/2,left:e.left-r,transform:"translate(-100%, -50%)"};case"right":return{top:e.top+e.height/2,left:e.right+r,transform:"translateY(-50%)"}}}function tt(e){const{functional:t}=e.colors,r=t.tooltip,a=e.sizes.tooltip,l=e.typography.text.caption;return{"--cube-tooltip-bg":r.background,"--cube-tooltip-border":r.border,"--cube-tooltip-fg":r.foreground,"--cube-tooltip-gap":a.gap,"--cube-tooltip-borderRadius":a.borderRadius,"--cube-tooltip-paddingInline":a.paddingInline,"--cube-tooltip-paddingBlock":a.paddingBlock,"--cube-tooltip-maxWidth":a.maxWidth,"--cube-tooltip-maxWidthSingleLine":a.maxWidthSingleLine,"--cube-tooltip-shadow":a.boxShadow,"--cube-z-index-tooltip":e.sizes.zIndex.tooltip,"--cube-sizes-borderWidth-thin":e.sizes.borderWidth.thin,"--cube-typography-fontFamily-base":e.typography.fontFamily.base,"--cube-typography-text-caption-fontSize":l.fontSize,"--cube-typography-text-caption-fontWeight":String(l.fontWeight),"--cube-typography-text-caption-lineHeight":String(l.lineHeight)}}function W1({content:e,children:t,placement:r="bottom",compact:a=!1,showDelay:l=200,theme:i,className:s}){const u=C(i),q=c.useId(),g=c.useRef(null),[h,y]=c.useState(!1),[m,v]=c.useState({}),b=c.useRef(null),_=c.useMemo(()=>X0(u.sizes.tooltip.gap),[u.sizes.tooltip.gap]),p=i?tt(u):void 0,f=c.useCallback(()=>{b.current&&(clearTimeout(b.current),b.current=null)},[]),F=c.useCallback(()=>{f(),b.current=setTimeout(()=>y(!0),l)},[f,l]),Z=c.useCallback(()=>{f(),y(!1)},[f]),H=c.useCallback(()=>{const x=g.current;x&&v(et(x.getBoundingClientRect(),r,_))},[_,r]);c.useLayoutEffect(()=>{if(h)return H(),window.addEventListener("scroll",H,!0),window.addEventListener("resize",H),()=>{window.removeEventListener("scroll",H,!0),window.removeEventListener("resize",H)}},[h,H]),c.useEffect(()=>{if(!h)return;const x=M=>{M.key==="Escape"&&Z()};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[h,Z]);const I=c.useCallback(x=>{g.current=x;const M=t.ref;typeof M=="function"?M(x):M&&typeof M=="object"&&(M.current=x)},[t]),E=c.useMemo(()=>c.cloneElement(t,{ref:I,"aria-describedby":h?q:void 0,onMouseEnter:x=>{var M,B;(B=(M=t.props).onMouseEnter)==null||B.call(M,x),F()},onMouseLeave:x=>{var M,B;(B=(M=t.props).onMouseLeave)==null||B.call(M,x),Z()},onFocus:x=>{var M,B;(B=(M=t.props).onFocus)==null||B.call(M,x),F()},onBlur:x=>{var M,B;(B=(M=t.props).onBlur)==null||B.call(M,x),Z()}}),[t,Z,F,h,q,I]),S=[m1.Panel,m1["Panel--fixed"],a?m1["Panel--compact"]:m1["Panel--expanded"]].filter(Boolean).join(" "),w=h&&typeof document<"u"?Z1.createPortal(d.jsx("span",{id:q,role:"tooltip",className:S,style:{...m,...p??{}},children:e}),document.body):null;return d.jsxs(d.Fragment,{children:[d.jsx("span",{className:[m1.Root,s].filter(Boolean).join(" "),children:E}),w]})}const rt="_IconButton_xt3he_1",ot="_IconButton__icon_xt3he_55",Y={IconButton:rt,"IconButton--size-xs":"_IconButton--size-xs_xt3he_27","IconButton--size-sm":"_IconButton--size-sm_xt3he_34","IconButton--size-md":"_IconButton--size-md_xt3he_41","IconButton--size-lg":"_IconButton--size-lg_xt3he_48",IconButton__icon:ot,"IconButton--outlined":"_IconButton--outlined_xt3he_87","IconButton--unselected":"_IconButton--unselected_xt3he_87","IconButton--selected":"_IconButton--selected_xt3he_110","IconButton--ghost":"_IconButton--ghost_xt3he_133"},at={xs:"extraSmall",sm:"small",md:"medium",lg:"large"},lt={xs:Y["IconButton--size-xs"],sm:Y["IconButton--size-sm"],md:Y["IconButton--size-md"],lg:Y["IconButton--size-lg"]},nt=["rest","hover","pressed","disabled"];function it(e){return c.isValidElement(e)?c.cloneElement(e,{"aria-hidden":!0,focusable:!1,...e.props??{}}):e}function st(e){const t={};for(const r of Object.keys(e)){const a=e[r];if(a)for(const l of["unselected","selected"]){const i=a[l];for(const s of nt)t[`--cube-iconButton-${r}-${l}-bg-${s}`]=i.bgColor[s],t[`--cube-iconButton-${r}-${l}-fg-${s}`]=i.fgColor[s],t[`--cube-iconButton-${r}-${l}-border-${s}`]=i.borderColor[s]}}return t}const dt=Y;function j1({size:e="xs",variant:t="outlined",selected:r=!1,theme:a,children:l,disabled:i,style:s,type:u,className:q,tooltip:g,tooltipPlacement:h="bottom",tooltipCompact:y=!0,tooltipShowDelay:m=200,"aria-pressed":v,onClick:b,onKeyDown:_,...p}){const f=C(a),F=r?Y["IconButton--selected"]:Y["IconButton--unselected"],Z=dt[`IconButton--${t}`],H=[Y.IconButton,Z,F,lt[e],q].filter(Boolean).join(" "),I=a?(()=>{const{functional:D}=f.colors,U=at[e],K=U.replace(/[A-Z]/g,e1=>`-${e1.toLowerCase()}`),$=f.sizes.iconButton[U];return{[`--cube-iconButton-${K}-size`]:$.size,[`--cube-iconButton-${K}-borderRadius`]:$.borderRadius,[`--cube-iconButton-${K}-icon`]:$.icon,"--cube-sizes-borderWidth-thin":f.sizes.borderWidth.thin,"--cube-colors-functional-foreground-link":D.foreground.link,...st(D.iconButton)}})():void 0,E=v!==void 0?v:r?!0:void 0,S=g!=null&&g!=="",w=!!(i&&S),x=!!(i&&!w),M=D=>{if(i){D.preventDefault();return}b==null||b(D)},B=D=>{i&&(D.key==="Enter"||D.key===" ")&&D.preventDefault(),_==null||_(D)},Q=d.jsx("button",{type:u??"button",disabled:x,"aria-disabled":w?!0:void 0,"aria-pressed":E,className:H,style:{...s??{},...I??{}},...p,onClick:M,onKeyDown:B,children:d.jsx("span",{className:Y.IconButton__icon,children:it(l)})});return g!=null&&g!==""?d.jsx(W1,{content:g,placement:h,compact:y,showDelay:m,theme:a,children:Q}):Q}const ct="_Icon_hao2p_1",h1={Icon:ct,"Icon--size-xs":"_Icon--size-xs_hao2p_9","Icon--size-sm":"_Icon--size-sm_hao2p_14","Icon--size-md":"_Icon--size-md_hao2p_19","Icon--size-lg":"_Icon--size-lg_hao2p_24"},ut={xs:"extraSmall",sm:"small",md:"medium",lg:"large"},gt={xs:h1["Icon--size-xs"],sm:h1["Icon--size-sm"],md:h1["Icon--size-md"],lg:h1["Icon--size-lg"]};function S1({children:e,size:t="sm",label:r,theme:a,className:l}){const i=C(a),s=a?(()=>{const g=ut[t],h=g.replace(/[A-Z]/g,m=>`-${m.toLowerCase()}`),y=i.sizes.iconButton[g];return{[`--cube-iconButton-${h}-icon`]:y.icon}})():void 0,u=[h1.Icon,gt[t],l].filter(Boolean).join(" "),q=c.isValidElement(e)?c.cloneElement(e,{"aria-hidden":r?void 0:!0,focusable:!1,...e.props??{}}):e;return r?d.jsx("span",{className:u,style:s,role:"img","aria-label":r,children:q}):d.jsx("span",{className:u,style:s,"aria-hidden":!0,children:q})}const qt={source:"material-rounded",export:"AccountIcon",category:"Header",style:"rounded",weight:400,materialSlug:"account-circle",filled:!1},mt={source:"material-rounded",export:"AccountBalanceIcon",category:"Header",style:"rounded",weight:400,materialSlug:"account-balance",filled:!1},ft={source:"material-rounded",export:"AcuteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"acute",filled:!1},ht={source:"material-rounded",export:"AdjustIcon",category:"Header",style:"rounded",weight:400,materialSlug:"adjust",filled:!1},pt={source:"material-rounded",export:"AirportShuttleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"airport-shuttle",filled:!1},bt={source:"material-rounded",export:"AltRouteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"alt-route",filled:!1},yt={source:"material-rounded",export:"AppSparkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"apps",filled:!1},vt={source:"material-rounded",export:"ApplicationIcon",category:"Header",style:"rounded",weight:400,materialSlug:"widgets",filled:!1},_t={source:"material-rounded",export:"AppsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"apps",filled:!1},Ft={source:"material-rounded",export:"ArrowSplitIcon",category:"Header",style:"rounded",weight:400,materialSlug:"call-split",filled:!1},Tt={source:"material-rounded",export:"ArticleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"article",filled:!1},xt={source:"material-rounded",export:"ArticlePersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"article-person",filled:!1},St={source:"material-rounded",export:"ArticleShortcutIcon",category:"Header",style:"rounded",weight:400,materialSlug:"article-shortcut",filled:!1},kt={source:"material-rounded",export:"AttachmentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attachment",filled:!1},Zt={source:"material-rounded",export:"BookmarkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"bookmark",filled:!1},Ht={source:"material-rounded",export:"BorderAllIcon",category:"Header",style:"rounded",weight:400,materialSlug:"border-all",filled:!1},wt={source:"material-rounded",export:"BrightnessIcon",category:"Header",style:"rounded",weight:400,materialSlug:"brightness-medium",filled:!1},Ct={source:"material-rounded",export:"CakeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cake",filled:!1},Qt={source:"material-rounded",export:"CalendarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"calendar-month",filled:!1},Dt={source:"material-rounded",export:"CallIcon",category:"Header",style:"rounded",weight:400,materialSlug:"call",filled:!1},Mt={source:"material-rounded",export:"CameraIcon",category:"Header",style:"rounded",weight:400,materialSlug:"camera",filled:!1},Bt={source:"material-rounded",export:"CelebrationIcon",category:"Header",style:"rounded",weight:400,materialSlug:"celebration",filled:!1},It={source:"material-rounded",export:"ChatIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chat",filled:!1},Et={source:"material-rounded",export:"CheckIcon",category:"Header",style:"rounded",weight:400,materialSlug:"check",filled:!1},Lt={source:"material-rounded",export:"CheckCircleUnreadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mark-chat-unread",filled:!1},$t={source:"material-rounded",export:"CheckbookIcon",category:"Header",style:"rounded",weight:400,materialSlug:"checkbook",filled:!1},At={source:"material-rounded",export:"ChipsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chips",filled:!1},Wt={source:"material-rounded",export:"CircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"circle",filled:!1},jt={source:"material-rounded",export:"CircleCircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"circle",filled:!1},zt={source:"material-rounded",export:"CloseIcon",category:"Header",style:"rounded",weight:400,materialSlug:"close",filled:!1},Rt={source:"material-rounded",export:"CloudDownloadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cloud-download",filled:!1},Nt={source:"material-rounded",export:"CodeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"code",filled:!1},Pt={source:"material-rounded",export:"CollapseIcon",category:"Header",style:"rounded",weight:400,materialSlug:"collapse-all",filled:!1},Vt={source:"material-rounded",export:"CommentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"comment",filled:!1},Ot={source:"material-rounded",export:"ConvertToTextIcon",category:"Header",style:"rounded",weight:400,materialSlug:"convert-to-text",filled:!1},Ut={source:"material-rounded",export:"CopyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"content-copy",filled:!1},Kt={source:"material-rounded",export:"CottageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cottage",filled:!1},Gt={source:"material-rounded",export:"CropSquareIcon",category:"Header",style:"rounded",weight:400,materialSlug:"crop-square",filled:!1},Jt={source:"material-rounded",export:"CrownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"crown",filled:!1},Yt={source:"material-rounded",export:"DangerousIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dangerous",filled:!1},Xt={source:"material-rounded",export:"DatabaseIcon",category:"Header",style:"rounded",weight:400,materialSlug:"database",filled:!1},e8={source:"material-rounded",export:"DeblurIcon",category:"Header",style:"rounded",weight:400,materialSlug:"deblur",filled:!1},t8={source:"material-rounded",export:"DeliveryTruckSpeedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"delivery-truck-speed",filled:!1},r8={source:"material-rounded",export:"DirectionsCarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"directions-car",filled:!1},o8={source:"material-rounded",export:"DiscoverTuneIcon",category:"Header",style:"rounded",weight:400,materialSlug:"tune",filled:!1},a8={source:"material-rounded",export:"DockToBottomIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dock-to-bottom",filled:!1},l8={source:"material-rounded",export:"DockToLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dock-to-left",filled:!1},n8={source:"material-rounded",export:"DockToRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dock-to-right",filled:!1},i8={source:"material-rounded",export:"DocsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"docs",filled:!1},s8={source:"material-rounded",export:"DocumentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"description",filled:!1},d8={source:"material-rounded",export:"DollarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attach-money",filled:!1},c8={source:"material-rounded",export:"DownloadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"download",filled:!1},u8={source:"material-rounded",export:"DownloadingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"downloading",filled:!1},g8={source:"material-rounded",export:"EditIcon",category:"Header",style:"rounded",weight:400,materialSlug:"edit",filled:!1},q8={source:"material-rounded",export:"EmergencyHomeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"emergency-home",filled:!1},m8={source:"material-rounded",export:"EmojiObjectsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"emoji-objects",filled:!1},f8={source:"material-rounded",export:"EnergyProgramSavingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"energy-savings-leaf",filled:!1},h8={source:"material-rounded",export:"EqualizerIcon",category:"Header",style:"rounded",weight:400,materialSlug:"equalizer",filled:!1},p8={source:"material-rounded",export:"ErrorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"error",filled:!1},b8={source:"material-rounded",export:"ExpandIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-all",filled:!1},y8={source:"material-rounded",export:"FieldsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"view-column",filled:!1},v8={source:"material-rounded",export:"FirstPageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"first-page",filled:!1},_8={source:"material-rounded",export:"FlagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"flag",filled:!1},F8={source:"material-rounded",export:"Flag2Icon",category:"Header",style:"rounded",weight:400,materialSlug:"flag-2",filled:!1},T8={source:"material-rounded",export:"FlipIcon",category:"Header",style:"rounded",weight:400,materialSlug:"flip",filled:!1},x8={source:"material-rounded",export:"FolderIcon",category:"Header",style:"rounded",weight:400,materialSlug:"folder",filled:!1},S8={source:"material-rounded",export:"FormatItalicIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-italic",filled:!1},k8={source:"material-rounded",export:"FormatListNumberedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-list-numbered",filled:!1},Z8={source:"material-rounded",export:"ForwardMediaIcon",category:"Header",style:"rounded",weight:400,materialSlug:"forward-media",filled:!1},H8={source:"material-rounded",export:"FrameSparkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"frame-inspect",filled:!1},w8={source:"material-rounded",export:"GiteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"gite",filled:!1},C8={source:"material-rounded",export:"HelpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"help",filled:!1},Q8={source:"material-rounded",export:"HistoryIcon",category:"Header",style:"rounded",weight:400,materialSlug:"history",filled:!1},D8={source:"material-rounded",export:"HomeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"home",filled:!1},M8={source:"material-rounded",export:"ImageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"image",filled:!1},B8={source:"material-rounded",export:"InHomeModeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"home-app-logo",filled:!1},I8={source:"material-rounded",export:"JamboardKioskIcon",category:"Header",style:"rounded",weight:400,materialSlug:"jamboard-kiosk",filled:!1},E8={source:"material-rounded",export:"KidStarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"kid-star",filled:!1},L8={source:"material-rounded",export:"LabelIcon",category:"Header",style:"rounded",weight:400,materialSlug:"label",filled:!1},$8={source:"material-rounded",export:"LaptopMacIcon",category:"Header",style:"rounded",weight:400,materialSlug:"laptop-mac",filled:!1},A8={source:"material-rounded",export:"LaptopWindowsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"laptop-windows",filled:!1},W8={source:"material-rounded",export:"LightbulbIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!1},j8={source:"material-rounded",export:"LinkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"link",filled:!1},z8={source:"material-rounded",export:"LockIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lock",filled:!1},R8={source:"material-rounded",export:"LogoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"token",filled:!1},N8={source:"material-rounded",export:"MailIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mail",filled:!1},P8={source:"material-rounded",export:"MarginIcon",category:"Header",style:"rounded",weight:400,materialSlug:"margin",filled:!1},V8={source:"material-rounded",export:"MenuIcon",category:"Header",style:"rounded",weight:400,materialSlug:"menu",filled:!1},O8={source:"material-rounded",export:"MessageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chat",filled:!1},U8={source:"material-rounded",export:"MicIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mic",filled:!1},K8={source:"material-rounded",export:"MinusIcon",category:"Header",style:"rounded",weight:400,materialSlug:"remove",filled:!1},G8={source:"material-rounded",export:"Mobile2Icon",category:"Header",style:"rounded",weight:400,materialSlug:"mobile-2",filled:!1},J8={source:"material-rounded",export:"MoneyBagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"money-bag",filled:!1},Y8={source:"material-rounded",export:"MotionPhotosPausedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"motion-photos-paused",filled:!1},X8={source:"material-rounded",export:"MotionPlayIcon",category:"Header",style:"rounded",weight:400,materialSlug:"motion-play",filled:!1},e5={source:"material-rounded",export:"NestEcoLeafIcon",category:"Header",style:"rounded",weight:400,materialSlug:"nest-eco-leaf",filled:!1},t5={source:"material-rounded",export:"NewWindowIcon",category:"Header",style:"rounded",weight:400,materialSlug:"open-in-new",filled:!1},r5={source:"material-rounded",export:"NewsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"news",filled:!1},o5={source:"material-rounded",export:"NotesIcon",category:"Header",style:"rounded",weight:400,materialSlug:"notes",filled:!1},a5={source:"material-rounded",export:"NotificationsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"notifications",filled:!1},l5={source:"material-rounded",export:"NumbersIcon",category:"Header",style:"rounded",weight:400,materialSlug:"numbers",filled:!1},n5={source:"material-rounded",export:"PageFooterIcon",category:"Header",style:"rounded",weight:400,materialSlug:"page-footer",filled:!1},i5={source:"material-rounded",export:"PasskeyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"passkey",filled:!1},s5={source:"material-rounded",export:"PendingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"pending",filled:!1},d5={source:"material-rounded",export:"PercentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"percent",filled:!1},c5={source:"material-rounded",export:"PercentDiscountIcon",category:"Header",style:"rounded",weight:400,materialSlug:"percent-discount",filled:!1},u5={source:"material-rounded",export:"PersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person",filled:!1},g5={source:"material-rounded",export:"PlayCircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"play-circle",filled:!1},q5={source:"material-rounded",export:"PlusIcon",category:"Header",style:"rounded",weight:400,materialSlug:"add",filled:!1},m5={source:"material-rounded",export:"PriorityIcon",category:"Header",style:"rounded",weight:400,materialSlug:"priority-high",filled:!1},f5={source:"material-rounded",export:"ProductivityIcon",category:"Header",style:"rounded",weight:400,materialSlug:"productivity",filled:!1},h5={source:"material-rounded",export:"ReleaseAlertIcon",category:"Header",style:"rounded",weight:400,materialSlug:"release-alert",filled:!1},p5={source:"material-rounded",export:"ReplyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"reply",filled:!1},b5={source:"material-rounded",export:"RoofingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"roofing",filled:!1},y5={source:"material-rounded",export:"RotateLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"rotate-left",filled:!1},v5={source:"material-rounded",export:"SavingsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"savings",filled:!1},_5={source:"material-rounded",export:"ScanIcon",category:"Header",style:"rounded",weight:400,materialSlug:"document-scanner",filled:!1},F5={source:"material-rounded",export:"ScheduleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"schedule",filled:!1},T5={source:"material-rounded",export:"SchoolIcon",category:"Header",style:"rounded",weight:400,materialSlug:"school",filled:!1},x5={source:"material-rounded",export:"ScienceIcon",category:"Header",style:"rounded",weight:400,materialSlug:"science",filled:!1},S5={source:"material-rounded",export:"SearchIcon",category:"Header",style:"rounded",weight:400,materialSlug:"search",filled:!1},k5={source:"material-rounded",export:"SecurityIcon",category:"Header",style:"rounded",weight:400,materialSlug:"security",filled:!1},Z5={source:"material-rounded",export:"SendIcon",category:"Header",style:"rounded",weight:400,materialSlug:"send",filled:!1},H5={source:"material-rounded",export:"SettingsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"settings",filled:!1},w5={source:"material-rounded",export:"SettingsBackupRestoreIcon",category:"Header",style:"rounded",weight:400,materialSlug:"settings-backup-restore",filled:!1},C5={source:"material-rounded",export:"ShoppingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shopping-bag",filled:!1},Q5={source:"material-rounded",export:"ShoppingBagSpeedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shopping-bag-speed",filled:!1},D5={source:"material-rounded",export:"SirenIcon",category:"Header",style:"rounded",weight:400,materialSlug:"crisis-alert",filled:!1},M5={source:"material-rounded",export:"SortIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sort",filled:!1},B5={source:"material-rounded",export:"StackIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stack",filled:!1},I5={source:"material-rounded",export:"StethoscopeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stethoscope",filled:!1},E5={source:"material-rounded",export:"StickyNoteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sticky-note-2",filled:!1},L5={source:"material-rounded",export:"StickyNote2Icon",category:"Header",style:"rounded",weight:400,materialSlug:"sticky-note",filled:!1},$5={source:"material-rounded",export:"StopCircleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stop-circle",filled:!1},A5={source:"material-rounded",export:"StorefrontIcon",category:"Header",style:"rounded",weight:400,materialSlug:"storefront",filled:!1},W5={source:"material-rounded",export:"StrikethroughSIcon",category:"Header",style:"rounded",weight:400,materialSlug:"strikethrough-s",filled:!1},j5={source:"material-rounded",export:"StylusFountainPenIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stylus-fountain-pen",filled:!1},z5={source:"material-rounded",export:"StylusHighlighterIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stylus-highlighter",filled:!1},R5={source:"material-rounded",export:"StylusNoteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"stylus-note",filled:!1},N5={source:"material-rounded",export:"SwapVertIcon",category:"Header",style:"rounded",weight:400,materialSlug:"swap-vert",filled:!1},P5={source:"material-rounded",export:"TableIcon",category:"Header",style:"rounded",weight:400,materialSlug:"table",filled:!1},V5={source:"material-rounded",export:"TagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"tag",filled:!1},O5={source:"material-rounded",export:"TextIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-fields",filled:!1},U5={source:"material-rounded",export:"TextCompareIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-compare",filled:!1},K5={source:"material-rounded",export:"ThemeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dark-mode",filled:!1},G5={source:"material-rounded",export:"ThermostatCarbonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"thermostat-carbon",filled:!1},J5={source:"material-rounded",export:"ThoughtIcon",category:"Header",style:"rounded",weight:400,materialSlug:"psychology",filled:!1},Y5={source:"material-rounded",export:"TimerIcon",category:"Header",style:"rounded",weight:400,materialSlug:"timer",filled:!1},X5={source:"material-rounded",export:"TipsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!1},er={source:"material-rounded",export:"TravelExploreIcon",category:"Header",style:"rounded",weight:400,materialSlug:"travel-explore",filled:!1},tr={source:"material-rounded",export:"TriangleDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-down",filled:!1},rr={source:"material-rounded",export:"TriangleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-up",filled:!1},or={source:"material-rounded",export:"UploadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"upload",filled:!1},ar={source:"material-rounded",export:"VerifiedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"verified",filled:!1},lr={source:"material-rounded",export:"ViewKanbanIcon",category:"Header",style:"rounded",weight:400,materialSlug:"view-kanban",filled:!1},nr={source:"material-rounded",export:"WandStarsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"wand-stars",filled:!1},ir={source:"material-rounded",export:"WarningIcon",category:"Header",style:"rounded",weight:400,materialSlug:"warning",filled:!1},sr={account:qt,account_balance:mt,"account-fill":{source:"material-rounded",export:"AccountIcon",category:"Header",style:"rounded",weight:400,materialSlug:"account-circle",filled:!0},acute:ft,"add-tag":{source:"material-rounded",export:"AddTagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sell",filled:!1},"add-tag-fill":{source:"material-rounded",export:"AddTagIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sell",filled:!0},adjust:ht,airport_shuttle:pt,alt_route:bt,app_spark:yt,application:vt,"application-fill":{source:"material-rounded",export:"ApplicationIcon",category:"Header",style:"rounded",weight:400,materialSlug:"widgets",filled:!0},apps:_t,"apps-user management":{source:"material-rounded",export:"AppsUserManagementIcon",category:"Header",style:"rounded",weight:400,materialSlug:"manage-accounts",filled:!1},"apps-user management-fill":{source:"material-rounded",export:"AppsUserManagementIcon",category:"Header",style:"rounded",weight:400,materialSlug:"manage-accounts",filled:!0},arrow_split:Ft,"arrow-backward":{source:"material-rounded",export:"ArrowBackwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-back",filled:!1},"arrow-circle-up":{source:"material-rounded",export:"ArrowCircleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-circle-up",filled:!1},"arrow-downward":{source:"material-rounded",export:"ArrowDownwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-downward",filled:!1},"arrow-drop-down":{source:"material-rounded",export:"ArrowDropDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-down",filled:!1},"arrow-drop-left":{source:"material-rounded",export:"ArrowDropLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-left",filled:!1},"arrow-drop-right":{source:"material-rounded",export:"ArrowDropRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-right",filled:!1},"arrow-drop-up":{source:"material-rounded",export:"ArrowDropUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-drop-up",filled:!1},"arrow-forward":{source:"material-rounded",export:"ArrowForwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-forward",filled:!1},"arrow-upward":{source:"material-rounded",export:"ArrowUpwardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"arrow-upward",filled:!1},article:Tt,article_person:xt,article_shortcut:St,attachment:kt,bookmark:Zt,"bookmark-fill":{source:"material-rounded",export:"BookmarkIcon",category:"Header",style:"rounded",weight:400,materialSlug:"bookmark",filled:!0},border_all:Ht,"brand-awareness":{source:"material-rounded",export:"BrandAwarenessIcon",category:"Header",style:"rounded",weight:400,materialSlug:"brand-awareness",filled:!1},brightness:wt,"bug-report":{source:"material-rounded",export:"BugReportIcon",category:"Header",style:"rounded",weight:400,materialSlug:"bug-report",filled:!1},cake:Ct,calendar:Qt,"calendar-fill":{source:"material-rounded",export:"CalendarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"calendar-month",filled:!0},call:Dt,camera:Mt,"camera-fill":{source:"material-rounded",export:"CameraIcon",category:"Header",style:"rounded",weight:400,materialSlug:"camera",filled:!0},celebration:Bt,chat:It,"chat-fill":{source:"material-rounded",export:"ChatIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chat",filled:!0},check:Et,check_circle_unread:Lt,checkbook:$t,"chevron-down":{source:"material-rounded",export:"ChevronDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"keyboard-arrow-down",filled:!1},"chevron-left":{source:"material-rounded",export:"ChevronLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chevron-left",filled:!1},"chevron-right":{source:"material-rounded",export:"ChevronRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"chevron-right",filled:!1},"chevron-up":{source:"material-rounded",export:"ChevronUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"keyboard-arrow-up",filled:!1},chips:At,circle:Wt,circle_circle:jt,"circle-add":{source:"material-rounded",export:"CircleAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"add-circle",filled:!1},"circle-add-fill":{source:"material-rounded",export:"CircleAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"add-circle",filled:!0},"circle-check":{source:"material-rounded",export:"CircleCheckIcon",category:"Header",style:"rounded",weight:400,materialSlug:"check-circle",filled:!1},"circle-check-fill":{source:"material-rounded",export:"CircleCheckIcon",category:"Header",style:"rounded",weight:400,materialSlug:"check-circle",filled:!0},"circle-denied":{source:"material-rounded",export:"CircleDeniedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"do-not-disturb-on",filled:!1},"circle-denied-fill":{source:"material-rounded",export:"CircleDeniedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"do-not-disturb-on",filled:!0},close:zt,cloud_download:Rt,code:Nt,"code-fill":{source:"material-rounded",export:"CodeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"code",filled:!0},collapse:Pt,"collapse-sheet":{source:"material-rounded",export:"CollapseSheetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"close-fullscreen",filled:!1},comment:Vt,"contract-edit":{source:"material-rounded",export:"ContractEditIcon",category:"Header",style:"rounded",weight:400,materialSlug:"contract-edit",filled:!1},convert_to_text:Ot,copy:Ut,"copy-fill":{source:"material-rounded",export:"CopyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"content-copy",filled:!0},cottage:Kt,"credit-card":{source:"material-rounded",export:"CreditCardIcon",category:"Header",style:"rounded",weight:400,materialSlug:"credit-card",filled:!1},"credit-worthy":{source:"material-rounded",export:"CreditWorthyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"credit-score",filled:!1},crop_square:Gt,crown:Jt,dangerous:Yt,"data-object":{source:"material-rounded",export:"DataObjectIcon",category:"Header",style:"rounded",weight:400,materialSlug:"data-object",filled:!1},database:Xt,deblur:e8,delete:{source:"material-rounded",export:"DeleteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"delete",filled:!1},"delete-fill":{source:"material-rounded",export:"DeleteIcon",category:"Header",style:"rounded",weight:400,materialSlug:"delete",filled:!0},delivery_truck_speed:t8,"deployed-code":{source:"material-rounded",export:"DeployedCodeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"deployed-code",filled:!1},directions_car:r8,discover_tune:o8,dock_to_bottom:a8,dock_to_left:l8,dock_to_right:n8,docs:i8,document:s8,"document-fill":{source:"material-rounded",export:"DocumentIcon",category:"Header",style:"rounded",weight:400,materialSlug:"description",filled:!0},dollar:d8,"dollar-fill":{source:"material-rounded",export:"DollarIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attach-money",filled:!0},"dollar-input":{source:"material-rounded",export:"DollarInputIcon",category:"Header",style:"rounded",weight:400,materialSlug:"attach-money",filled:!1},"dot-indicator":{source:"material-rounded",export:"DotIndicatorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"fiber-manual-record",filled:!1},download:c8,"download-fill":{source:"material-rounded",export:"DownloadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"download",filled:!0},downloading:u8,"drag-handle":{source:"material-rounded",export:"DragHandleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"drag-handle",filled:!1},"drag-indicator":{source:"material-rounded",export:"DragIndicatorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"drag-indicator",filled:!1},edit:g8,"edit-fill":{source:"material-rounded",export:"EditIcon",category:"Header",style:"rounded",weight:400,materialSlug:"edit",filled:!0},"eligibility-rule":{source:"material-rounded",export:"EligibilityRuleIcon",category:"Header",style:"rounded",weight:400,materialSlug:"rule",filled:!1},emergency_home:q8,emoji_objects:m8,energy_program_saving:f8,equalizer:h8,error:p8,"error-fill":{source:"material-rounded",export:"ErrorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"error",filled:!0},expand:b8,"expand-circle-down":{source:"material-rounded",export:"ExpandCircleDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-down",filled:!1},"expand-circle-down-fill":{source:"material-rounded",export:"ExpandCircleDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-down",filled:!0},"expand-circle-up":{source:"material-rounded",export:"ExpandCircleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-up",filled:!1},"expand-circle-up-fill":{source:"material-rounded",export:"ExpandCircleUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"expand-circle-up",filled:!0},"expand-sheet":{source:"material-rounded",export:"ExpandSheetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"open-in-full",filled:!1},fields:y8,first_page:v8,flag:_8,flag_2:F8,flip:T8,folder:x8,"folder-fill":{source:"material-rounded",export:"FolderIcon",category:"Header",style:"rounded",weight:400,materialSlug:"folder",filled:!0},format_italic:S8,format_list_numbered:k8,"format-align-center":{source:"material-rounded",export:"FormatAlignCenterIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-align-center",filled:!1},"format-align-left":{source:"material-rounded",export:"FormatAlignLeftIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-align-left",filled:!1},"format-align-right":{source:"material-rounded",export:"FormatAlignRightIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-align-right",filled:!1},"format-bold":{source:"material-rounded",export:"FormatBoldIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-bold",filled:!1},"format-list-bulleted":{source:"material-rounded",export:"FormatListBulletedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-list-bulleted",filled:!1},"format-underlined":{source:"material-rounded",export:"FormatUnderlinedIcon",category:"Header",style:"rounded",weight:400,materialSlug:"format-underlined",filled:!1},forward_media:Z8,frame_spark:H8,function:{source:"material-rounded",export:"FunctionIcon",category:"Header",style:"rounded",weight:400,materialSlug:"function",filled:!1},gite:w8,help:C8,"help-fill":{source:"material-rounded",export:"HelpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"help",filled:!0},history:Q8,home:D8,"home-fill":{source:"material-rounded",export:"HomeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"home",filled:!0},"id-verify":{source:"material-rounded",export:"IdVerifyIcon",category:"Header",style:"rounded",weight:400,materialSlug:"id-card",filled:!1},image:M8,"image-fill":{source:"material-rounded",export:"ImageIcon",category:"Header",style:"rounded",weight:400,materialSlug:"image",filled:!0},in_home_mode:B8,jamboard_kiosk:I8,kid_star:E8,label:L8,"label-fill":{source:"material-rounded",export:"LabelIcon",category:"Header",style:"rounded",weight:400,materialSlug:"label",filled:!0},laptop_mac:$8,laptop_windows:A8,lightbulb:W8,"lightbulb-fill":{source:"material-rounded",export:"LightbulbIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!0},link:j8,lock:z8,"lock-fill":{source:"material-rounded",export:"LockIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lock",filled:!0},"log-in":{source:"material-rounded",export:"LogInIcon",category:"Header",style:"rounded",weight:400,materialSlug:"login",filled:!1},"log-out":{source:"material-rounded",export:"LogOutIcon",category:"Header",style:"rounded",weight:400,materialSlug:"logout",filled:!1},logo:R8,"logo-fill":{source:"material-rounded",export:"LogoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"token",filled:!0},mail:N8,"mail-fill":{source:"material-rounded",export:"MailIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mail",filled:!0},"map-pin":{source:"material-rounded",export:"MapPinIcon",category:"Header",style:"rounded",weight:400,materialSlug:"location-on",filled:!1},"map-pin-fill":{source:"material-rounded",export:"MapPinIcon",category:"Header",style:"rounded",weight:400,materialSlug:"location-on",filled:!0},margin:P8,"mark-email-unread":{source:"material-rounded",export:"MarkEmailUnreadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"mark-email-unread",filled:!1},menu:V8,message:O8,mic:U8,minus:K8,mobile_2:G8,money_bag:J8,"more-horiz":{source:"material-rounded",export:"MoreHorizIcon",category:"Header",style:"rounded",weight:400,materialSlug:"more-horiz",filled:!1},"more-vert":{source:"material-rounded",export:"MoreVertIcon",category:"Header",style:"rounded",weight:400,materialSlug:"more-vert",filled:!1},motion_photos_paused:Y8,motion_play:X8,nest_eco_leaf:e5,new_window:t5,news:r5,notes:o5,notifications:a5,"notifications-fill":{source:"material-rounded",export:"NotificationsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"notifications",filled:!0},numbers:l5,page_footer:n5,passkey:i5,pending:s5,"pending-fill":{source:"material-rounded",export:"PendingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"pending",filled:!0},percent:d5,percent_discount:c5,"percent-input":{source:"material-rounded",export:"PercentInputIcon",category:"Header",style:"rounded",weight:400,materialSlug:"percent",filled:!1},person:u5,"person-add":{source:"material-rounded",export:"PersonAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person-add",filled:!1},"person-add-fill":{source:"material-rounded",export:"PersonAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person-add",filled:!0},"person-fill":{source:"material-rounded",export:"PersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"person",filled:!0},play_circle:g5,"play-arrow":{source:"material-rounded",export:"PlayArrowIcon",category:"Header",style:"rounded",weight:400,materialSlug:"play-arrow",filled:!1},plus:q5,"primary-color":{source:"material-rounded",export:"PrimaryColorIcon",category:"Header",style:"rounded",weight:400,materialSlug:"palette",filled:!1},priority:m5,productivity:f5,release_alert:h5,reply:p5,"report-box":{source:"material-rounded",export:"ReportBoxIcon",category:"Header",style:"rounded",weight:400,materialSlug:"inventory-2",filled:!1},"report-box-fill":{source:"material-rounded",export:"ReportBoxIcon",category:"Header",style:"rounded",weight:400,materialSlug:"inventory-2",filled:!0},"restart-alt":{source:"material-rounded",export:"RestartAltIcon",category:"Header",style:"rounded",weight:400,materialSlug:"restart-alt",filled:!1},roofing:b5,rotate_left:y5,savings:v5,"savings-fill":{source:"material-rounded",export:"SavingsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"savings",filled:!0},scan:_5,schedule:F5,school:T5,science:x5,search:S5,security:k5,send:Z5,"send-fill":{source:"material-rounded",export:"SendIcon",category:"Header",style:"rounded",weight:400,materialSlug:"send",filled:!0},settings:H5,settings_backup_restore:w5,"shield-person":{source:"material-rounded",export:"ShieldPersonIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shield-person",filled:!1},shopping:C5,shopping_bag_speed:Q5,"shopping-fill":{source:"material-rounded",export:"ShoppingIcon",category:"Header",style:"rounded",weight:400,materialSlug:"shopping-bag",filled:!0},siren:D5,sort:M5,"sort-default":{source:"material-rounded",export:"SortDefaultIcon",category:"Header",style:"rounded",weight:400,materialSlug:"sort",filled:!1},stack:B5,stethoscope:I5,sticky_note:E5,sticky_note_2:L5,stop_circle:$5,storefront:A5,strikethrough_s:W5,stylus_fountain_pen:j5,stylus_highlighter:z5,stylus_note:R5,swap_vert:N5,table:P5,"table-fill":{source:"material-rounded",export:"TableIcon",category:"Header",style:"rounded",weight:400,materialSlug:"table",filled:!0},tag:V5,text:O5,text_compare:U5,"text-snippet":{source:"material-rounded",export:"TextSnippetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-snippet",filled:!1},"text-snippet-fill":{source:"material-rounded",export:"TextSnippetIcon",category:"Header",style:"rounded",weight:400,materialSlug:"text-snippet",filled:!0},theme:K5,"theme-fill":{source:"material-rounded",export:"ThemeIcon",category:"Header",style:"rounded",weight:400,materialSlug:"dark-mode",filled:!0},thermostat_carbon:G5,thought:J5,"thumb-down":{source:"material-rounded",export:"ThumbDownIcon",category:"Header",style:"rounded",weight:400,materialSlug:"thumb-down",filled:!1},"thumb-up":{source:"material-rounded",export:"ThumbUpIcon",category:"Header",style:"rounded",weight:400,materialSlug:"thumb-up",filled:!1},timer:Y5,"timer-filled":{source:"material-rounded",export:"TimerIcon",category:"Header",style:"rounded",weight:400,materialSlug:"timer",filled:!0},tips:X5,"tips-fill":{source:"material-rounded",export:"TipsIcon",category:"Header",style:"rounded",weight:400,materialSlug:"lightbulb",filled:!0},"toggle-on":{source:"material-rounded",export:"ToggleOnIcon",category:"Header",style:"rounded",weight:400,materialSlug:"toggle-on",filled:!1},"tooltip-info":{source:"material-rounded",export:"TooltipInfoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"info",filled:!1},"tooltip-info-filled":{source:"material-rounded",export:"TooltipInfoIcon",category:"Header",style:"rounded",weight:400,materialSlug:"info",filled:!0},travel_explore:er,triangle_down:tr,triangle_up:rr,"unfold-less":{source:"material-rounded",export:"UnfoldLessIcon",category:"Header",style:"rounded",weight:400,materialSlug:"unfold-less",filled:!1},"unfold-more":{source:"material-rounded",export:"UnfoldMoreIcon",category:"Header",style:"rounded",weight:400,materialSlug:"unfold-more",filled:!1},upload:or,"upload-cloud":{source:"material-rounded",export:"UploadCloudIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cloud-upload",filled:!1},"upload-cloud-fill":{source:"material-rounded",export:"UploadCloudIcon",category:"Header",style:"rounded",weight:400,materialSlug:"cloud-upload",filled:!0},"upload-fill":{source:"material-rounded",export:"UploadIcon",category:"Header",style:"rounded",weight:400,materialSlug:"upload",filled:!0},"variable-add":{source:"material-rounded",export:"VariableAddIcon",category:"Header",style:"rounded",weight:400,materialSlug:"variable-add",filled:!1},verified:ar,view_kanban:lr,"view-new-window":{source:"material-rounded",export:"ViewNewWindowIcon",category:"Header",style:"rounded",weight:400,materialSlug:"open-in-new",filled:!1},"visibility-off":{source:"material-rounded",export:"VisibilityOffIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility-off",filled:!1},"visibility-off-fill":{source:"material-rounded",export:"VisibilityOffIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility-off",filled:!0},"visibility-on":{source:"material-rounded",export:"VisibilityOnIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility",filled:!1},"visibility-on-fill":{source:"material-rounded",export:"VisibilityOnIcon",category:"Header",style:"rounded",weight:400,materialSlug:"visibility",filled:!0},wand_stars:nr,warning:ir,"warning-fill":{source:"material-rounded",export:"WarningIcon",category:"Header",style:"rounded",weight:400,materialSlug:"warning",filled:!0}};function dr(e){for(const t in e)if(t.startsWith("aria-")||t==="role")return!0;return!1}function cr(e,t){return e==null?t:{...t,color:e}}function n(e,t){const r=c.forwardRef(({size:a=24,color:l,className:i,style:s,fill:u,title:q,children:g,...h},y)=>{const m=u??"none",v=u?void 0:"currentColor",b=q==null?void 0:String(q),_=c.Children.toArray(g),p=_.length>0,f=!!b,F=["material-symbols",`material-symbols_${e}`,i].filter(Boolean).join(" "),Z=cr(l,s);return c.createElement("svg",{ref:y,width:a,height:a,viewBox:"0 -960 960 960",fill:m,xmlns:"http://www.w3.org/2000/svg",className:F,...!p&&!f&&!dr(h)&&{"aria-hidden":"true"},style:Z,...h},[...f?[c.createElement("title",{key:"icon-title"},b)]:[],c.createElement("path",{key:"icon-path",d:t,fill:v}),..._])});return r.displayName=`MaterialIcon(${e})`,r}const ur={regular:{400:"M212-271v-279q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm242 0v-279q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37ZM110-121q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-181 110-181h740q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H110Zm578-150v-279q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm166-369H103q-9.58 0-16.29-6.71Q80-653.42 80-663v-17q0-6 3.5-11.5T92-700l358-204q14.17-8 30-8t30 8l357 203q6 4 9.5 10t3.5 13.5v10.23q0 11.59-7.47 19.43Q865.05-640 854-640Zm-640-60h532-532Zm0 0h532L480-852 214-700Z"}},gr=n("account_balance",ur.regular[400]),qr={regular:{400:"M222-255q63-44 125-67.5T480-346q71 0 133.5 23.5T739-255q44-54 62.5-109T820-480q0-145-97.5-242.5T480-820q-145 0-242.5 97.5T140-480q0 61 19 116t63 109Zm160.5-234.5Q343-529 343-587t39.5-97.5Q422-724 480-724t97.5 39.5Q617-645 617-587t-39.5 97.5Q538-450 480-450t-97.5-39.5ZM480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Zm107.5-76Q640-172 691-212q-51-36-104-55t-107-19q-54 0-107 19t-104 55q51 40 103.5 56T480-140q55 0 107.5-16Zm-52-375.5Q557-553 557-587t-21.5-55.5Q514-664 480-664t-55.5 21.5Q403-621 403-587t21.5 55.5Q446-510 480-510t55.5-21.5ZM480-587Zm0 374Z"}},mr=n("account_circle",qr.regular[400]),fr={regular:{400:"M600-160q-134 0-227-93t-93-227q0-134 93-227t227-93q134 0 227 93t93 227q0 134-93 227t-227 93Zm-.24-60Q708-220 784-295.76q76-75.77 76-184Q860-588 784.24-664q-75.77-76-184-76Q492-740 416-664.24q-76 75.77-76 184Q340-372 415.76-296q75.77 76 184 76ZM630-493v-117q0-12-8.62-21-8.63-9-21.38-9-12.75 0-21.37 8.5Q570-623 570-610v130q0 5.57 2 10.78 2 5.22 7 10.22l102 101q8.8 9 20.9 9 12.1 0 21.1-8.84 9-8.84 9-21T723-400l-93-93ZM110-610q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-670 110-670h100q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H110ZM70-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q57.25-510 70-510h140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H70Zm40 160q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-350 110-350h100q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H110Zm490-190Z"}},hr=n("acute",fr.regular[400]),pr={regular:{400:"M450-450H230q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h220v-220q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v220h220q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H510v220q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-220Z"}},br=n("add",pr.regular[400]),yr={regular:{400:"M453-446v136q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-136h137q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H513v-144q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v144H310q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h143Zm27.27 366q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},vr=n("add_circle",yr.regular[400]),_r={regular:{400:"M551-409.24q29-29.23 29-71Q580-522 550.76-551q-29.23-29-71-29Q438-580 409-550.76q-29 29.23-29 71Q380-438 409.24-409q29.23 29 71 29Q522-380 551-409.24ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},Fr=n("adjust",_r.regular[400]),Tr={regular:{400:"M152-232.08q-32-32.09-32-77.92h-20q-24.75 0-42.37-17.63Q40-345.25 40-370v-330q0-24.75 17.63-42.38Q75.25-760 100-760h561q12.44 0 23.72 5T704-742l198 198q8 8 13 19.28 5 11.28 5 23.72v131q0 24.75-17.62 42.37Q884.75-310 860-310h-20q0 46-32.12 78t-78 32Q684-200 652-232.08q-32-32.09-32-77.92H340q0 46-32.12 78t-78 32Q184-200 152-232.08ZM600-560h194L654-700h-54v140Zm-250 0h190v-140H350v140Zm-250 0h190v-140H100v140Zm172.5 292.64q17.5-17.36 17.5-42.5t-17.36-42.64q-17.36-17.5-42.5-17.5t-42.64 17.36q-17.5 17.36-17.5 42.5t17.36 42.64q17.36 17.5 42.5 17.5t42.64-17.36Zm500 0q17.5-17.36 17.5-42.5t-17.36-42.64q-17.36-17.5-42.5-17.5t-42.64 17.36q-17.5 17.36-17.5 42.5t17.36 42.64q17.36 17.5 42.5 17.5t42.64-17.36ZM323-370h314q17-26 42.5-38t50.5-12q25 0 50.5 12t42.5 38h37v-130H100v130h37q17-26 42.5-38t50.5-12q25 0 50.5 12t42.5 38Zm537-130H100h760Z"}},xr=n("airport_shuttle",Tr.regular[400]),Sr={regular:{400:"M450-110v-170q0-48-16-79t-49-64l43-43q13 11 27.5 30t24.5 35q17-26 33.5-45t31.5-32q58-47 83.5-113.5T648-766l-69 69q-9 9-21 9t-21-9q-9-9-9-21t9-21l120-120q5-5 10-7t11-2q6 0 11 2t10 7l120 120q9 9 9 21t-9 21q-9 9-21 9t-21-9l-69-69q5 126-24.5 198.5T585-432q-44 40-59.5 73T510-280v170q0 13-8.5 21.5T480-80q-13 0-21.5-8.5T450-110ZM258-636q-4-18-6.5-52.5T251-765l-68 68q-9 9-21 9t-21-9q-9-9-9-21t9-21l120-120q5-5 10-7t11-2q6 0 11 2t10 7l120 120q9 9 9 21t-9 21q-9 9-21 9t-21-9l-69-69q-2 38-1 66.5t5 49.5l-58 14Zm84 171q-17-18-37.5-47.5T273-577l59-15q9 25 24 48t28 37l-42 42Z"}},kr=n("alt_route",Sr.regular[400]),Zr={regular:{400:"M179-179q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19ZM179-433q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19ZM179-687q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Zm254 0q-19-19-19-47t19-47q19-19 47-19t47 19q19 19 19 47t-19 47q-19 19-47 19t-47-19Z"}},p2=n("apps",Zr.regular[400]),Hr={regular:{400:"m274-450 227 227q9 9 9 21t-9 21q-9 9-21 9t-21-9L181-459q-5-5-7-10t-2-11q0-6 2-11t7-10l278-278q9-9 21-9t21 9q9 9 9 21t-9 21L274-510h496q13 0 21.5 8.5T800-480q0 13-8.5 21.5T770-450H274Z"}},wr=n("arrow_back",Hr.regular[400]),Cr={regular:{400:"M450-514v152q0 13 8.5 21.5T480-332q13 0 21.5-8.5T510-362v-152l53 53q9 9 21 9t21-9q9-9 9-21t-9-21L501-607q-9-9-21-9t-21 9L355-503q-9 9-9 21t9 21q9 9 21 9t21-9l53-53Zm30 434q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},Qr=n("arrow_circle_up",Cr.regular[400]),Dr={regular:{400:"M450-274v-496q0-13 8.5-21.5T480-800q13 0 21.5 8.5T510-770v496l227-227q9-9 21-9t21 9q9 9 9 21t-9 21L501-181q-5 5-10 7t-11 2q-6 0-11-2t-10-7L181-459q-9-9-9-21t9-21q9-9 21-9t21 9l227 227Z"}},Mr=n("arrow_downward",Dr.regular[400]),Br={regular:{400:"M464-376 306-533q-2-2-3.5-4.76-1.5-2.77-1.5-5.92 0-6.32 4.13-10.82 4.12-4.5 10.87-4.5h328q6.75 0 10.88 4.64 4.12 4.63 4.12 10.81 0 1.55-5 10.55L496-376q-3 3-7.06 5t-8.94 2q-4.87 0-8.94-2-4.06-2-7.06-5Z"}},b2=n("arrow_drop_down",Br.regular[400]),Ir={regular:{400:"M316-400q-6.75 0-10.87-4.64-4.13-4.63-4.13-10.81 0-1.55 5-10.55l158-157q3-3 7.06-5 4.07-2 8.94-2 4.88 0 8.94 2t7.06 5l158 157q2 2 3.5 4.76 1.5 2.77 1.5 5.92 0 6.32-4.12 10.82-4.13 4.5-10.88 4.5H316Z"}},y2=n("arrow_drop_up",Ir.regular[400]),Er={regular:{400:"M686-450H190q-13 0-21.5-8.5T160-480q0-13 8.5-21.5T190-510h496L459-737q-9-9-9-21t9-21q9-9 21-9t21 9l278 278q5 5 7 10t2 11q0 6-2 11t-7 10L501-181q-9 9-21 9t-21-9q-9-9-9-21t9-21l227-227Z"}},Lr=n("arrow_forward",Er.regular[400]),$r={regular:{400:"M534-306 376-464q-3-3-5-7.06-2-4.07-2-8.94 0-4.88 2-8.94t5-7.06l158-158q2-2 4.76-3.5 2.77-1.5 5.92-1.5 6.32 0 10.82 4.12 4.5 4.13 4.5 10.88v328q0 6.75-4.64 10.87-4.63 4.13-10.81 4.13-1.55 0-10.55-5Z"}},Ar=n("arrow_left",$r.regular[400]),Wr={regular:{400:"M415.32-301q-6.32 0-10.82-4.13-4.5-4.12-4.5-10.87v-328q0-6.75 4.64-10.88 4.63-4.12 10.81-4.12 1.55 0 10.55 5l158 158q3 3 5 7.06t2 8.94q0 4.87-2 8.94-2 4.06-5 7.06L426-306q-2 2-4.76 3.5-2.77 1.5-5.92 1.5Z"}},jr=n("arrow_right",Wr.regular[400]),zr={regular:{400:"M450-686 223-459q-9 9-21 9t-21-9q-9-9-9-21t9-21l278-278q5-5 10-7t11-2q6 0 11 2t10 7l278 278q9 9 9 21t-9 21q-9 9-21 9t-21-9L510-686v496q0 13-8.5 21.5T480-160q-13 0-21.5-8.5T450-190v-496Z"}},Rr=n("arrow_upward",zr.regular[400]),Nr={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Zm127 501h215q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},Pr=n("article",Nr.regular[400]),Vr={regular:{400:"M180-180v-600 224-33 409Zm127-270h194q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0 171h194q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-342h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v255q0 13-8.68 21-8.67 8-21.5 8-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-254H180v600h218q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm437.5-248.5Q590-396 590-435t27.5-66.5Q645-529 684-529t66.5 27.5Q778-474 778-435t-27.5 66.5Q723-341 684-341t-66.5-27.5ZM684-281q41 0 79 8.5t75 28.5q20 9 31 28t11 45v21q0 12.75-8.62 21.37Q862.75-120 850-120H518q-12.75 0-21.37-8.63Q488-137.25 488-150v-21q0-26 11-44.5t31-28.5q37-19 75-28t79-9Z"}},Or=n("article_person",Vr.regular[400]),Ur={regular:{400:"M480-480Zm300 360H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h390v-600H180v210q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-210q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18ZM255-80q-74.84 0-127.42-52.58T75-260q0-53 27-95.5t72-64.5h-64q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32Q97.25-480 110-480h160q12.75 0 21.38 8.62Q300-462.75 300-450v160q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-89q-45 5-75 39t-30 80q0 50.18 35 85.09Q205-140 255-140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q267.75-80 255-80Zm135-199h132q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h263q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm-83-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},Kr=n("article_shortcut",Ur.regular[400]),Gr={regular:{400:"M481-120q-13 0-21.5-8.5T451-150v-54q-48-8-82-34t-53-66q-5-11 0-23t17-17q11-5 22.5 0t17.5 16q18 34 47 51t67 17q48 0 79-24t31-66q0-44-27.5-68T466-467q-72-23-107.5-61T323-623q0-55 35.5-92t92.5-42v-53q0-13 8.5-21.5T481-840q13 0 21.5 8.5T511-810v53q36 5 64.5 22t47.5 44q7 10 3 21.5T610-653q-11 5-23 1t-20-15q-14-18-34.5-26.5T483-702q-46 0-73 21t-27 57q0 38 30 61.5T524-514q68 21 100.5 60.5T657-354q0 63-37 101.5T511-203v53q0 13-8.5 21.5T481-120Z"}},v2=n("attach_money",Gr.regular[400]),Jr={regular:{400:"M326-243q-103 0-174.5-72.18-71.5-72.17-71.5-175Q80-593 151.5-665.5T326-738h380q72.5 0 123.25 51.5T880-563q0 72-50.75 123.5T706-388H346q-42 0-72-30t-30-72.5q0-42.5 29.67-72.5 29.68-30 72.33-30h340q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H346q-17 0-29.5 12.5T304-489.86q0 18.14 12.5 30T346-448h360q48 0 81-33.5t33-81.71q0-48.21-33.06-81.5T706-678H326q-78 0-132 54.97T140-490q0 77.92 54 132.46Q248-303 326-303h360q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H326Z"}},Yr=n("attachment",Jr.regular[400]),Xr={regular:{400:"m480-240-196 84q-30 13-57-4.76-27-17.75-27-50.24v-574q0-24 18-42t42-18h440q24 0 42 18t18 42v574q0 32.49-27 50.24Q706-143 676-156l-196-84Zm0-64 220 93v-574H260v574l220-93Zm0-481H260h440-220Z"}},eo=n("bookmark",Xr.regular[400]),to={regular:{400:"M120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180q-24.75 0-42.37-17.63Q120-155.25 120-180Zm390-270v270h270v-270H510Zm0-60h270v-270H510v270Zm-60 0v-270H180v270h270Zm0 60H180v270h270v-270Z"}},ro=n("border_all",to.regular[400]),oo={regular:{400:"M770-452h-85q-13 0-21.5-8.5T655-482q0-13 8.5-21.5T685-512h85q13 0 21.5 8.5T800-482q0 13-8.5 21.5T770-452ZM586-271q7-10 19-12.5t22 5.5l72 54q10 7 11.5 18.5T705-184q-7 10-19 12.5t-22-5.5l-72-54q-10-7-11.5-18.5T586-271Zm113-465-73 54q-10 8-21.5 5.5T586-689q-7-10-5.5-21.5T592-729l73-54q10-8 21.5-5.5T705-776q7 10 5.5 21.5T699-736ZM280-360H150q-13 0-21.5-8.5T120-390v-180q0-13 8.5-21.5T150-600h130l149-149q14-14 32.5-6.5T480-728v496q0 20-18.5 27.5T429-211L280-360Zm140-288L307-540H180v120h127l113 109v-337ZM298-480Z"}},ao=n("brand_awareness",oo.regular[400]),lo={regular:{400:"M346.16-160H220q-24.75 0-42.37-17.63Q160-195.25 160-220v-125.59L68-438q-9-9-13-19.81-4-10.82-4-22Q51-491 55-502q4-11 13-20l92-92.41V-740q0-24.75 17.63-42.38Q195.25-800 220-800h125.59L438-892q9-9 20.5-13t22.7-4q11.19 0 22.02 4.7 10.82 4.69 19.78 13.3l91 91h126q24.75 0 42.38 17.62Q800-764.75 800-740v125.59L892-522q9 9 13 19.81 4 10.82 4 22 0 11.19-4 22.19-4 11-13 20l-92 92.41V-220q0 24.75-17.62 42.37Q764.75-160 740-160H614l-91 90q-8.96 8.13-19.78 12.57Q492.39-53 481.2-53q-11.2 0-22.16-4.43Q448.07-61.87 439-70l-92.84-90ZM370-220l111 107 107.92-107H740v-151l109-109-109-109v-151H589L481-849 371-740H220v151L111-480l109 109v151h150Zm111-66q81 0 138-57.05 57-57.06 57-138Q676-562 618.96-619 561.92-676 481-676v390Z"}},no=n("brightness_medium",lo.regular[400]),io={regular:{400:"M480-120q-65.37 0-121.18-31Q303-182 276-240h-86q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h62q-7-26-7-52.67V-406h-56q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h56q0-29 .5-57.5T254-580h-64q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90q14-28 37-49t51-35l-57-56q-8-8-8-19.79 0-11.78 8.42-20.35 7.72-7.86 19.65-7.86t19.93 8l74 74q27.67-10 56.34-10Q510-756 538-746l74-74q8-8 19.79-8 11.78 0 20.35 8.42 7.86 7.72 7.86 19.65T652-780l-56 56q28 14 49.4 35.67Q666.8-666.67 683-640h88q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-65q9 28 8.5 56.67-.5 28.66-.5 57.33h57q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-57q0 27 .5 53.5T708-300h63q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-86q-26 59-82.45 89.5Q546.11-120 480-120Zm.16-60Q552-180 603-230.5T654-353v-167q0-72-51.16-122.5t-123-50.5Q408-693 357-642.5T306-520v167q0 72 51.16 122.5t123 50.5ZM430-320h100q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H430q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-173h100q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H430q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm50.5 57h-.5.5-.5.5-.5.5-.5.5Z"}},so=n("bug_report",io.regular[400]),co={regular:{400:"M160-80q-17 0-28.5-11.5T120-120v-219q0-24.75 17.63-42.38Q155.25-399 180-399h27v-182q0-24.75 17.63-42.38Q242.25-641 267-641h183v-64q-20-14-30.5-30.53-10.5-16.54-10.5-39.88 0-14.59 5.5-28.09T430-827l39-41q1-1 11.29-5 1.71 0 10.71 5l39 41q10 10 16 23.5t6 28.09q0 23.34-11 39.88Q530-719 510-705v64h183q24.75 0 42.38 17.62Q753-605.75 753-581v182h27q24.75 0 42.38 17.62Q840-363.75 840-339v219q0 17-11.5 28.5T800-80H160Zm107-319h426v-182H267v182Zm-87 259h600v-199H180v199Zm87-259h426-426Zm-87 259h600-600Zm600-259H180h600Z"}},uo=n("cake",co.regular[400]),go={regular:{400:"M180-80q-24 0-42-18t-18-42v-620q0-24 18-42t42-18h65v-28q0-13.6 9-22.8 9-9.2 23.02-9.2t23.5 9.2Q310-861.6 310-848v28h340v-28q0-13.6 9-22.8 9-9.2 23.02-9.2t23.5 9.2Q715-861.6 715-848v28h65q24 0 42 18t18 42v620q0 24-18 42t-42 18H180Zm0-60h600v-430H180v430Zm0-490h600v-130H180v130Zm0 0v-130 130Zm300 230q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-188.5-11.5Q280-423 280-440t11.5-28.5Q303-480 320-480t28.5 11.5Q360-457 360-440t-11.5 28.5Q337-400 320-400t-28.5-11.5ZM640-400q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-188.5-11.5Q280-263 280-280t11.5-28.5Q303-320 320-320t28.5 11.5Q360-297 360-280t-11.5 28.5Q337-240 320-240t-28.5-11.5ZM640-240q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z"}},qo=n("calendar_month",go.regular[400]),mo={regular:{400:"M795-120q-116 0-236.5-56T335-335Q232-438 176-558.5T120-795q0-19.29 12.86-32.14Q145.71-840 165-840h140q14 0 24 10t14 25l26.93 125.64Q372-665 369.5-653.5t-10.73 19.73L259-533q26 44 55 82t64 72q37 38 78 69.5t86 55.5l95-98q10-11 23.15-15 13.15-4 25.85-2l119 26q15 4 25 16.04 10 12.05 10 26.96v135q0 19.29-12.86 32.14Q814.29-120 795-120ZM229-588l81-82-23-110H180q2 42 13.5 88.5T229-588Zm369 363q41 19 89 31t93 14v-107l-103-21-79 83ZM229-588Zm369 363Z"}},fo=n("call",mo.regular[400]),ho={regular:{400:"M220-698v93q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-165q0-12.75 8.63-21.38Q177.25-800 190-800h165q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-92l231 231q8 8 13 19.28 5 11.28 5 23.72v276q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-276L220-698Zm520 0L586-545q-8.8 9-20.9 9-12.1 0-21.1-9-9-9-9-21.2 0-12.19 9-20.8l153-153h-92q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h165q12.75 0 21.38 8.62Q800-782.75 800-770v165q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-93Z"}},po=n("call_split",ho.regular[400]),bo={regular:{400:"M480-602h319q-28-74-89-130.5T571-810L467-624q-5 8 0 15t13 7Zm-132 61q4.5 8 12.75 8t13.25-8l161-277q-12-1-27-1.5t-28-.5q-72 0-132 26t-108 72l108 181ZM149.77-393H361q8.25 0 13.13-7 4.87-7-.13-15L217-696q-38 45-57.5 100.5T140-480q0 21 2 44t7.77 43ZM390-151l107-184q5-8 .5-15.5T484-358H162q28 74 88.5 130.5T390-151Zm90.08 11q71.92 0 132.42-26Q673-192 720-238L613-419q-4.5-8-12.75-8T587-419L425-142q13 1 27.5 1.5t27.58.5ZM744-264q34-42 55-99t21-116.64q0-22.36-2-44.86t-7-43.5H600q-8 0-13.5 7t-.5 15l158 282ZM480-480Zm0 400q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Z"}},yo=n("camera",bo.regular[400]),vo={regular:{400:"m181-181 314-112-203-204-111 316Zm744-505q-7 7-17 7t-17-7l-2-2q-19-19-44-19.5T800-688L574-462q-7 7-17 7t-17-7q-7-7-7-17t7-17l223-223q32-32 81-32.5t81 31.5q7 7 7 17t-7 17ZM383-811q7-7 17-7t17 7l9 9q35 35 34.5 87.5T425-627l-10 10q-7 7-17 7t-17-7q-7-7-7-17t7-17l13-13q23-23 21.5-52.5T394-766l-11-11q-7-7-7-17t7-17Zm169-73q7-7 17-7t17 7l46 46q31 32 32 80.5T633-677L496-540q-7 7-17 7t-17-7q-7-7-7-17t7-17l135-135q19-19 18.5-48.5T596-806l-44-44q-7-7-7-17t7-17Zm300 505q-7 7-17 7t-17-7l-35-35q-23-23-48-23t-48 23l-33 33q-7 7-17 7t-17-7q-7-7-7-17t7-17l30-30q35-35 84-36t84 34l34 34q7 7 7 17t-7 17ZM181-181Zm-80 41 149-416q4-10 11.5-15t16.5-5q5 0 10.5 2t10.5 7l270 266q5 5 7 10.5t2 11.5q0 9-5 16.5T558-251L140-101q-9 3-17.5 1t-14.5-8q-6-6-8-14.5t1-17.5Z"}},_o=n("celebration",vo.regular[400]),Fo={regular:{400:"M240-240 131-131q-14 14-32.5 6.34Q80-132.31 80-152v-668q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H240Zm-26-60h606v-520H140v600l74-80Zm-74 0v-520 520Zm130-99h253q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},_2=n("chat",Fo.regular[400]),To={regular:{400:"m378-332 363-363q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L399-267q-9 9-21 9t-21-9L175-449q-9-9-8.5-21.5T176-492q9-9 21.5-9t21.5 9l159 160Z"}},xo=n("check",To.regular[400]),So={regular:{400:"m421-389-98-98q-9-9-22-9t-23 10q-9 9-9 22t9 22l122 123q9 9 21 9t21-9l239-239q10-10 10-23t-10-23q-10-9-23.5-8.5T635-603L421-389Zm59 309q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},ko=n("check_circle",So.regular[400]),Zo={regular:{400:"M267-363h293q15 0 22.5-9.32t7.5-20.5q0-11.18-7.5-20.68T560-423H267q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-178h171q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H267q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM140-200q-24.75 0-42.37-17.63Q80-235.25 80-260v-440q0-24.75 17.63-42.38Q115.25-760 140-760h680q24.75 0 42.38 17.62Q880-724.75 880-700v99q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-99H140v439h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.82-8.63 9-21.38 9H140Zm775-280q5 5 5 12.5t-5.12 12.62L878-418l-50-50 39-39q4.77-5 10.5-5t10.5 5l27 27Zm-63 88L589-129q-5 5-10.22 7-5.23 2-10.8 2H545q-6 0-10.5-4.5T530-135v-22.98q0-5.57 2-10.8 2-5.22 7-10.22l263-263 50 50ZM140-700v439-439Z"}},Ho=n("checkbook",Zo.regular[400]),wo={regular:{400:"m406-481 177 177q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L341-460q-5-5-7-10t-2-11q0-6 2-11t7-10l199-199q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L406-481Z"}},Co=n("chevron_left",wo.regular[400]),Qo={regular:{400:"M530-481 353-658q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l198 198q5 5 7 10t2 11q0 6-2 11t-7 10L396-261q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l176-176Z"}},Do=n("chevron_right",Qo.regular[400]),Mo={regular:{400:"M277-452h406q12 0 21-9t9-21q0-12-9-21t-21-9H277q-12 0-21 9t-9 21q0 12 9 21t21 9Zm-97 332q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Z"}},Bo=n("chips",Mo.regular[400]),Io={regular:{400:"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},F2=n("circle",Io.regular[400]),Eo={regular:{400:"M480-438 270-228q-9 9-21 9t-21-9q-9-9-9-21t9-21l210-210-210-210q-9-9-9-21t9-21q9-9 21-9t21 9l210 210 210-210q9-9 21-9t21 9q9 9 9 21t-9 21L522-480l210 210q9 9 9 21t-9 21q-9 9-21 9t-21-9L480-438Z"}},Lo=n("close",Eo.regular[400]),$o={regular:{400:"M420-378 143-101q-9 9-21 9t-21-9q-9-9-9-21t9-21l277-277H190q-13 0-21.5-8.5T160-450q0-13 8.5-21.5T190-480h260q13 0 21.5 8.5T480-450v260q0 13-8.5 21.5T450-160q-13 0-21.5-8.5T420-190v-188Zm162-162h188q13 0 21.5 8.5T800-510q0 13-8.5 21.5T770-480H510q-13 0-21.5-8.5T480-510v-260q0-13 8.5-21.5T510-800q13 0 21.5 8.5T540-770v188l277-277q9-9 21-9t21 9q9 9 9 21t-9 21L582-540Z"}},Ao=n("close_fullscreen",$o.regular[400]),Wo={regular:{400:"M451-448v-289q-86 11-135 75.5T267-522h-19q-61 0-104.5 43T100-371q0 65 45 108t106 43h500q45 0 77-32t32-77q0-45-32-77t-77-32h-63v-84q0-68-33-117.5T570-718v-65q81 29 129.5 101T748-522v24q72-2 122 46t50 123q0 69-50 119t-119 50H251q-88 0-149.5-61.5T40-371q0-79 50.5-137.5T217-579q15-84 82-148.5T451-792q24 0 42 13.5t18 36.5v294l62-62q9-9 21-9t21 9q9 9 9 21.5t-9 21.5L502-353q-9 9-21 9t-21-9L346-467q-9-9-8.5-21.5T347-510q9-9 21.5-9t21.5 9l61 62Zm29-59Z"}},jo=n("cloud_download",Wo.regular[400]),zo={regular:{400:"m450-478-62 62q-9 9-21.1 9-12.1 0-20.9-9-9-9-9-21.5t9-21.5l113-114q9-9 21-9t21 9l114 114q9 9 9 21t-9 21q-9 9-21.5 9t-21.5-9l-62-61v258h241q45 0 77-32t32-77q0-45-32-77t-77-32h-63v-84q0-89-60.5-153T478-739q-89 0-150 64t-61 153h-19q-62 0-105 43.5T100-371q0 62 43.93 106.5T250-220h110q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H250q-86 0-148-62T40-370q0-78 49.5-137.5T217-579q20-97 94-158.5T482-799q113 0 189.5 81.5T748-522v24q72-2 122 46.5T920-329q0 69-50 119t-119 50H510q-24 0-42-18t-18-42v-258Zm30 28Z"}},Ro=n("cloud_upload",zo.regular[400]),No={regular:{400:"m166-482 176 176q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L101-461q-5-5-7-10t-2-11q0-6 2-11t7-10l200-200q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L166-482Zm628 0L618-658q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l197 197q5 5 7 10t2 11q0 6-2 11t-7 10L659-261q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l177-177Z"}},Po=n("code",No.regular[400]),Vo={regular:{400:"M480-275 311-106q-9 9-21 9t-21-9q-9-9-9-21t9-21l169-169q17-17 42-17t42 17l169 169q9 9 9 21t-9 21q-9 9-21 9t-21-9L480-275Zm0-411 169-169q9-9 21-9t21 9q9 9 9 21t-9 21L522-644q-17 17-42 17t-42-17L269-813q-9-9-9-21t9-21q9-9 21-9t21 9l169 169Z"}},Oo=n("collapse_all",Vo.regular[400]),Uo={regular:{400:"M270-400h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-130h420q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H270q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM140-240q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42v668q0 19.69-18.5 27.34Q843-117 829-131L720-240H140Zm606-60 74 80v-600H140v520h606Zm-606 0v-520 520Z"}},Ko=n("comment",Uo.regular[400]),Go={regular:{400:"M300-200q-24 0-42-18t-18-42v-560q0-24 18-42t42-18h440q24 0 42 18t18 42v560q0 24-18 42t-42 18H300Zm0-60h440v-560H300v560ZM180-80q-24 0-42-18t-18-42v-590q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v590h470q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q662.75-80 650-80H180Zm120-180v-560 560Z"}},Jo=n("content_copy",Go.regular[400]),Yo={regular:{400:"M390-700h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5Zm0 120h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5Zm110 440H180h320ZM225-80q-43.75 0-74.37-30.63Q120-141.25 120-185v-105q0-12.75 8.63-21.38Q137.25-320 150-320h90v-500q0-24.75 17.63-42.38Q275.25-880 300-880h480q24.75 0 42.38 17.62Q840-844.75 840-820v270q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-270H300v500h170q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v75q0 19.12 13 32.06Q206-140 224-140h246q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q482.75-80 470-80H225Zm335-30v-81q0-5.57 2-10.78 2-5.22 7-10.22l211.61-210.77q9.11-9.12 20.25-13.18Q812-440 823-440q12 0 23 4.5t20 13.5l37 37q9 9 13 20t4 22q0 11-4.5 22.5t-13.58 20.62L692-89q-5 5-10.22 7-5.21 2-10.78 2h-81q-12.75 0-21.37-8.63Q560-97.25 560-110Zm300-233-37-37 37 37ZM620-140h38l121-122-18-19-19-18-122 121v38Zm141-141-19-18 37 37-18-19Z"}},Xo=n("contract_edit",Yo.regular[400]),ea={regular:{400:"M480-480Zm300 360H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h390v-600H180v210q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-210q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18ZM110-80q-12.75 0-21.37-8.68Q80-97.35 80-110.18q0-12.82 8.63-21.32Q97.25-140 110-140h64q-45-22-72-64.5T75-300q0-74.84 52.58-127.42T255-480q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5-50 0-85 34.91T135-300q0 46 30 80t75 39v-89q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v160q0 12.75-8.62 21.37Q282.75-80 270-80H110Zm280-199h132q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-171h263q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm-83-171h346q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H307q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Z"}},ta=n("convert_to_text",ea.regular[400]),ra={regular:{400:"M160-180v-341l-60 46q-10.35 8-22.17 6Q66-471 58-481q-8-10-6-22t12-20l96-73v-84q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v38l224-170q16.21-12 36.11-12Q500-824 516-812l381 290q9.94 7.62 11.47 19.81Q910-490 902-479.63q-8 9.63-19.5 11.13T861-475l-61-46v341q0 24.75-17.62 42.37Q764.75-120 740-120H220q-24.75 0-42.37-17.63Q160-155.25 160-180Zm60 0h230v-130q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v130h230v-387L480-765 220-567v387Zm0 0h520-520Zm-25-580q-15 0-24.5-11t-4.5-24q11-34 40.06-54.5Q235.13-870 270-870q14 0 26-7.07T314-897q5-9 12.5-16t18.5-7q15 0 24.5 11t4.5 24q-12 34-40.75 54.5T270-810q-14 0-25.5 7.5T226-783q-5 9-12.7 16-7.71 7-18.3 7Z"}},oa=n("cottage",ra.regular[400]),aa={regular:{400:"M880-740v520q0 24-18 42t-42 18H140q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42ZM140-631h680v-109H140v109Zm0 129v282h680v-282H140Zm0 282v-520 520Z"}},la=n("credit_card",aa.regular[400]),na={regular:{400:"M140-640h680v-100H140v100ZM80-740q0-24 18-42t42-18h680q24 0 42 18t18 42v209q0 12.75-8.62 21.37Q862.75-501 850-501H140v281h203q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H140q-24 0-42-18t-18-42v-520Zm60 0v520-120 89-489ZM598-92q-5 0-10.5-2t-10.5-7L449-229q-9-9-8.5-21.5t9.71-21.89q8.45-8.61 21.12-8.61 12.67 0 21.67 9l105 106 218-218q9.07-9 21.53-8.5Q850-392 859-383q8.25 9 8.63 21 .37 12-8.63 21L619-101q-5 5-10.09 7T598-92Z"}},ia=n("credit_score",na.regular[400]),sa={regular:{400:"M324-111.5Q251-143 197-197t-85.5-127Q80-397 80-480q0-117 62-214.5T310-842q1 16 3 30.5t6 31.5q-83 45-131 125.5T140-480q0 142 99 241t241 99q142 0 241-99t99-241q0-95-48-175T640-780q4-18 6.5-32.5T650-842q106 50 168 147.5T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80q-83 0-156-31.5ZM310-310q-70-70-70-170 0-61 28-113.5t79-86.5q4 11 8.5 25.5T367-620q-32 26-49.5 62T300-480q0 75 52.5 127.5T480-300q75 0 127.5-52.5T660-480q0-42-17.5-78T593-620q6-19 10.5-33.5T612-680q51 34 79.5 86.5T720-480q0 100-70 170t-170 70q-100 0-170-70Zm160-320q-10 0-18-5.5T441-651l-40-131q-6-25-8.5-42.5T390-860q0-38 26-64t64-26q38 0 64 26t26 64q0 18-2.5 35.5T559-782l-40 131q-3 10-11 15.5t-18 5.5h-20Zm-39.5 199.5Q410-451 410-480t20.5-49.5Q451-550 480-550t49.5 20.5Q550-509 550-480t-20.5 49.5Q509-410 480-410t-49.5-20.5Z"}},da=n("crisis_alert",sa.regular[400]),ca={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0 0v-600 600Z"}},ua=n("crop_square",ca.regular[400]),ga={regular:{400:"M233-160q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h494q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H233Zm20-144q-21.66 0-38.46-14.46Q197.73-332.93 194-355l-45-283q-5 2-9.5 2.5t-9.5.5q-20.83 0-35.42-14.62Q80-664.24 80-685.12 80-706 94.62-721q14.62-15 35.5-15Q151-736 166-721.13q15 14.88 15 36.13 0 8-2.5 16t-7.5 14l148 66 141-194q-14-6-22.5-18.5T429-830q0-20.83 14.82-35.42 14.83-14.58 36-14.58Q501-880 516-865.42q15 14.59 15 35.42 0 16-8.5 28.5T500-783l141 194 148-66q-5-6-7.5-14t-2.5-16q0-21.25 15-36.13Q809-736 829.5-736t35.5 14.82q15 14.83 15 36 0 21.18-14.87 35.68Q850.25-635 829-635q-5 0-9-1t-9-3l-45 284q-3.6 22.07-19.8 36.54Q730-304 707-304H253Zm0-60h454l32-203-73 33q-20 9-40.5 3T592-554L480-709 368-554q-13 17-33.5 23t-40.5-3l-73-33 32 203Zm227 0Z"}},qa=n("crown",ga.regular[400]),ma={regular:{400:"M355-120q-12 0-23.5-5T312-138L138-312q-8-8-13-19.5t-5-23.5v-250q0-12 5-23.5t13-19.5l174-174q8-8 19.5-13t23.5-5h250q12 0 23.5 5t19.5 13l174 174q8 8 13 19.5t5 23.5v250q0 12-5 23.5T822-312L648-138q-8 8-19.5 13t-23.5 5H355Zm0-60h250l175-175v-250L605-780H355L180-605v250l175 175Zm125-258 102 102q9 9 21 9t21-9q9-9 9-21t-9-21L522-480l102-102q9-9 9-21t-9-21q-9-9-21-9t-21 9L480-522 378-624q-9-9-21-9t-21 9q-9 9-9 21t9 21l102 102-102 102q-9 9-9 21t9 21q9 9 21 9t21-9l102-102Zm0-42Z"}},fa=n("dangerous",ma.regular[400]),ha={regular:{400:"M480-120q-150 0-255-105T120-480q0-135 79.5-229T408-830q20-5 34-1t22 15q8 10 7.5 25t-8.5 35q-9 23-14 47t-5 49q0 90 63 153t153 63q25 0 48.5-4.5T754-461q22-8 38-7t26 9q10 8 13 23t-2 36q-27 121-121 200.5T480-120Zm0-60q109 0 190-67.5T771-406q-25 11-53.5 16.5T660-384q-115 0-195.5-80.5T384-660q0-24 5-51.5t18-62.5q-98 27-162.5 109.5T180-480q0 125 87.5 212.5T480-180Zm-4-297Z"}},pa=n("dark_mode",ha.regular[400]),ba={regular:{400:"M600-160q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90q21.25 0 35.63-14.38Q740-248.75 740-270v-100q0-37 22.5-66t57.5-40v-8q-35-10-57.5-39.5T740-590v-100q0-21.25-14.37-35.63Q711.25-740 690-740h-90q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90q45.83 0 77.92 32.08Q800-735.83 800-690v100q0 21.25 14.38 35.62Q828.75-540 850-540q12.75 0 21.38 8.65 8.62 8.64 8.62 21.42v60.15q0 12.78-8.62 21.28-8.63 8.5-21.38 8.5-21.25 0-35.62 14.37Q800-391.25 800-370v100q0 45.83-32.08 77.92Q735.83-160 690-160h-90Zm-330 0q-45.83 0-77.92-32.08Q160-224.17 160-270v-100q0-21.25-14.37-35.63Q131.25-420 110-420q-12.75 0-21.37-8.65Q80-437.29 80-450.07v-60.15q0-12.78 8.63-21.28Q97.25-540 110-540q21.25 0 35.63-14.38Q160-568.75 160-590v-100q0-45.83 32.08-77.92Q224.17-800 270-800h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90q-21.25 0-35.62 14.37Q220-711.25 220-690v100q0 37-22.5 66.5T140-484v8q35 11 57.5 40t22.5 66v100q0 21.25 14.38 35.62Q248.75-220 270-220h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90Z"}},ya=n("data_object",ba.regular[400]),va={regular:{400:"M480-120q-151 0-255.5-46.5T120-280v-400q0-66 105.5-113T480-840q149 0 254.5 47T840-680v400q0 67-104.5 113.5T480-120Zm0-488q86 0 176.5-26.5T773-694q-27-32-117.5-59T480-780q-88 0-177 26t-117 60q28 35 116 60.5T480-608Zm-1 214q42 0 84-4.5t80.5-13.5q38.5-9 73.5-22t63-29v-155q-29 16-64 29t-74 22q-39 9-80 14t-83 5q-42 0-84-5t-80.5-14q-38.5-9-73-22T180-618v155q27 16 61 29t72.5 22q38.5 9 80.5 13.5t85 4.5Zm1 214q48 0 99-8.5t93.5-22.5q42.5-14 72-31t35.5-35v-125q-28 16-63 28.5T643.5-352q-38.5 9-80 13.5T479-334q-43 0-85-4.5T313.5-352q-38.5-9-72.5-21.5T180-402v126q5 17 34 34.5t72 31q43 13.5 94 22t100 8.5Z"}},_a=n("database",va.regular[400]),Fa={regular:{400:"M213-375q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm0 162q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm0-318q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm-107-12q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm107-150q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11ZM106-387q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm281 281q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm0-718q-6-6-6-15t6-15q6-6 15-6t15 6q6 6 6 15t-6 15q-6 6-15 6t-15-6Zm-12 131q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm-11.5 329.5Q348-379 348-402t15.5-38.5Q379-456 402-456t38.5 15.5Q456-425 456-402t-15.5 38.5Q425-348 402-348t-38.5-15.5Zm0-156Q348-535 348-558t15.5-38.5Q379-612 402-612t38.5 15.5Q456-581 456-558t-15.5 38.5Q425-504 402-504t-38.5-15.5ZM375-213q-11-11-11-27t11-27q11-11 27-11t27 11q11 11 11 27t-11 27q-11 11-27 11t-27-11Zm323.5-458Q627-752 521-767q-13-2-22-11t-9-22q0-13 9.5-21.5T521-828q131 15 220 114t89 234q0 135-89 234T521-132q-12 2-21.5-6.5T490-160q0-13 9-22t22-11q106-15 177.5-96T770-480q0-110-71.5-191ZM490-480Z"}},Ta=n("deblur",Fa.regular[400]),xa={regular:{400:"M261-120q-24.75 0-42.37-17.63Q201-155.25 201-180v-570h-11q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h158q0-13 8.63-21.5 8.62-8.5 21.37-8.5h204q12.75 0 21.38 8.62Q612-822.75 612-810h158q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-11v570q0 24.75-17.62 42.37Q723.75-120 699-120H261Zm438-630H261v570h438v-570ZM418.5-274.63q8.5-8.62 8.5-21.37v-339q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v339q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63Zm166 0q8.5-8.62 8.5-21.37v-339q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v339q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM261-750v570-570Z"}},Sa=n("delete",xa.regular[400]),ka={regular:{400:"M188-196q-32-36-27-85H98q-13 0-21.5-8.5T68-311q0-13 8.5-21.5T98-341h88q15-18 36.5-28.5T270-380q26 0 47.5 10.5T354-341h198l92-399H222q-13 0-21-8.5t-8-21.5q0-13 8.5-21.5T223-800h458q14 0 23.5 11.5T711-763l-31 133h95q14 0 27 6.5t21 17.5l80 107q8 11 10.5 22.5t.5 24.5l-29 146q-2 11-10.5 18t-19.5 7h-55q5 49-27.5 85T690-160q-50 0-82-36t-27-85H380q5 49-27.5 85T270-160q-50 0-82-36Zm446-234h215l6-33-80-107H666l-32 140Zm-74 53 6.5-26q6.5-26 14.5-64 4-16 7-30.5t6-25.5l6.5-26q6.5-26 14.5-64t14-64l6-26 9-37-92 399 8-36ZM59-437q-13 0-21-8.5T30-467q0-13 8.5-21.5T60-497h160q13 0 21.5 8.5T250-467q0 13-8.5 21.5T220-437H59Zm80-146q-13 0-21.5-8.5T109-613q0-13 8.5-21.5T139-643h201q13 0 21.5 8.5T370-613q0 13-8.5 21.5T340-583H139Zm131 363q21 0 35.5-15t14.5-35q0-21-14.5-35.5T270-320q-20 0-35 14.5T220-270q0 20 15 35t35 15Zm420 0q21 0 35.5-15t14.5-35q0-21-14.5-35.5T690-320q-20 0-35 14.5T640-270q0 20 15 35t35 15Z"}},Za=n("delivery_truck_speed",ka.regular[400]),Ha={regular:{400:"M450-154v-309L180-619v309l270 156Zm60 0 270-156v-310L510-463.16V-154Zm-30-360 266-155-266-154-267 154 267 155ZM150-258q-14.25-8.43-22.12-22.21Q120-294 120-310v-340q0-16 7.88-29.79Q135.75-693.57 150-702l300-173q14.33-8 30.16-8 15.84 0 29.84 8l300 173q14.25 8.43 22.13 22.21Q840-666 840-650v340q0 16-7.87 29.79Q824.25-266.43 810-258L510-85q-14.33 8-30.16 8Q464-77 450-85L150-258Zm330-222Z"}},wa=n("deployed_code",Ha.regular[400]),Ca={regular:{400:"M349-250h262q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H349q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-170h262q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H349q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM220-80q-24 0-42-18t-18-42v-680q0-24 18-42t42-18h336q12.44 0 23.72 5T599-862l183 183q8 8 13 19.28 5 11.28 5 23.72v496q0 24-18 42t-42 18H220Zm331-584v-156H220v680h520v-494H581q-12.75 0-21.37-8.63Q551-651.25 551-664ZM220-820v186-186 680-680Z"}},Qa=n("description",Ca.regular[400]),Da={regular:{400:"M200-204v44q0 16.67-11.74 28.33Q176.53-120 159.76-120q-16.76 0-28.26-11.67Q120-143.33 120-160v-304q0-4.67.5-9.33.5-4.67 2.5-9.67l78-236q6-19 21.75-30T258-760h444q19.5 0 35.25 11T759-719l78 236q2 5 2.5 9.67.5 4.66.5 9.33v304q0 16.67-11.74 28.33Q816.53-120 799.76-120q-16.76 0-28.26-11.67Q760-143.33 760-160v-44H200Zm3-330h554l-55-166H258l-55 166Zm-23 60v210-210Zm105.76 160q23.24 0 38.74-15.75Q340-345.5 340-368q0-23.33-15.75-39.67Q308.5-424 286-424q-23.33 0-39.67 16.26Q230-391.47 230-368.24q0 23.24 16.26 38.74 16.27 15.5 39.5 15.5ZM675-314q23.33 0 39.67-15.75Q731-345.5 731-368q0-23.33-16.26-39.67Q698.47-424 675.24-424q-23.24 0-38.74 16.26-15.5 16.27-15.5 39.5 0 23.24 15.75 38.74Q652.5-314 675-314Zm-495 50h600v-210H180v210Z"}},Ma=n("directions_car",Da.regular[400]),Ba={regular:{400:"M310-453h340q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H310q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},Ia=n("do_not_disturb_on",Ba.regular[400]),Ea={regular:{400:"M180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm0-207v147h600v-147H180Zm0-60h600v-393H180v393Zm0 60v147-147Z"}},La=n("dock_to_bottom",Ea.regular[400]),$a={regular:{400:"M180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm453-60h147v-600H633v600Zm-60 0v-600H180v600h393Zm60 0h147-147Z"}},Aa=n("dock_to_left",$a.regular[400]),Wa={regular:{400:"M180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v600q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm147-60v-600H180v600h147Zm60 0h393v-600H387v600Zm-60 0H180h147Z"}},ja=n("dock_to_right",Wa.regular[400]),za={regular:{400:"M260-80q-24 0-42-18t-18-42v-680q0-24 18-42t42-18h274q12.29 0 23.42 4.43Q568.55-871.13 577-863l165 164q8 8 13 19.28 5 11.28 5 23.72v516q0 24-18 42t-42 18H260Zm190-740H260v680h440v-433H563q-47.08 0-80.04-32.96Q450-638.92 450-686v-134Zm60 0v134q0 22.53 15.24 37.76Q540.47-633 563-633h137v-23L534-820h-24ZM380-228q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h117q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H380Zm0-140q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h200q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H380Z"}},Ra=n("docs",za.regular[400]),Na={regular:{400:"M80-775v-85q0-24.75 17.63-42.38Q115.25-920 140-920h85q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-85v85q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q80-762.25 80-775Zm740 0v-85h-85q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h85q24.75 0 42.38 17.62Q880-884.75 880-860v85q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37ZM80-100v-85q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v85h85q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32Q237.75-40 225-40h-85q-24.75 0-42.37-17.63Q80-75.25 80-100Zm740 60h-85q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h85v-85q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v85q0 24.75-17.62 42.37Q844.75-40 820-40ZM260-220h440v-520H260v520Zm0 60q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h440q24 0 42 18t18 42v520q0 24-18 42t-42 18H260Zm140-410h160q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H400q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0 120h160q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H400q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0 120h160q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H400q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM260-220v-520 520Z"}},Pa=n("document_scanner",Na.regular[400]),Va={regular:{400:"M469-327q-5-2-10-7L308-485q-9-9.27-8.5-21.64.5-12.36 9.11-21.36 9.39-9 21.89-9t21.5 9l98 99v-341q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v341l99-99q8.8-9 20.9-8.5 12.1.5 21.49 9.5 8.61 9 8.61 21.5t-9 21.5L501-334q-5 5-10.13 7-5.14 2-11 2-5.87 0-10.87-2ZM220-160q-24 0-42-18t-18-42v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113h520v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113q0 24-18 42t-42 18H220Z"}},Oa=n("download",Va.regular[400]),Ua={regular:{400:"M392-89q-137-32-224.5-141T80-480q0-141 87.5-250T392-870q14-3 25 6t11 23q0 11-6 19t-17 10q-117 26-191 119t-74 213q0 120 74 213t191 119q11 2 17 10t6 19q0 14-11 23.5T392-89Zm176-1q-14 4-25-5.5T532-119q0-11 6-19t16-10q29-7 56-17.5t52-27.5q8-5 18-3.5t17 8.5q11 11 9.5 24.5T693-142q-29 18-60.5 31T568-90Zm204-172q-8-7-9.5-17.5T767-298q16-25 27-51.5t18-55.5q2-10 10-16t19-6q14 0 23 11t6 25q-8 33-21 64.5T818-266q-8 12-21.5 13.5T772-262Zm69-270q-11 0-19.5-6T811-554q-6-29-17-55.5T767-661q-6-9-4.5-19t9.5-18q10-10 24-8.5t22 13.5q18 29 31 60.5t21 64.5q3 14-6 25t-23 11ZM662-767q-25-16-52-27t-56-18q-10-2-16-10t-6-19q0-14 11-23t25-6q33 8 64.5 20.5T693-818q12 8 13.5 22t-8.5 24q-8 8-18 9.5t-18-4.5ZM510-396l106-106q9-9 21-8.5t21 9.5q9 9 9 21.5t-9 21.5L501-301q-9 9-21 9t-21-9L301-459q-9-9-8.5-21.5T302-502q9-9 21.5-9t21.5 9l105 106v-254q0-13 8.5-21.5T480-680q13 0 21.5 8.5T510-650v254Z"}},Ka=n("downloading",Ua.regular[400]),Ga={regular:{400:"M190-390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h580q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H190Zm0-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h580q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H190Z"}},Ja=n("drag_handle",Ga.regular[400]),Ya={regular:{400:"M349.91-160q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm260 0q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm-260-250q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm260 0q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm-260-250q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm260 0q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Z"}},Xa=n("drag_indicator",Ya.regular[400]),e4={regular:{400:"M180-180h44l472-471-44-44-472 471v44Zm-30 60q-13 0-21.5-8.5T120-150v-73q0-12 5-23.5t13-19.5l557-556q8-8 19-12.5t23-4.5q11 0 22 4.5t20 12.5l44 44q9 9 13 20t4 22q0 11-4.5 22.5T823-694L266-138q-8 8-19.5 13t-23.5 5h-73Zm629-617-41-41 41 41Zm-105 64-22-22 44 44-22-22Z"}},t4=n("edit",e4.regular[400]),r4={regular:{400:"M458.04-75.43Q447.07-79.87 438-88L88-438q-8.13-9.07-12.57-20.04Q71-469 71-480t4.43-22.34Q79.87-513.68 88-522l350-350q9.07-8.87 20.04-12.93Q469-889 480-889t22.34 4.07Q513.68-880.87 522-872l350 350q8.87 8.32 12.93 19.66Q889-491 889-480t-4.07 21.96Q880.87-447.07 872-438L522-88q-8.32 8.13-19.66 12.57Q491-71 480-71t-21.96-4.43ZM480-131l349-349-349-349-349 349 349 349Zm21.5-317.63q8.5-8.62 8.5-21.37v-180q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v180q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM501-339q9-9 9-21t-9-21q-9-9-21-9t-21 9q-9 9-9 21t9 21q9 9 21 9t21-9Zm-21-141Z"}},o4=n("emergency_home",r4.regular[400]),a4={regular:{400:"M480-80q-27 0-47.5-13T406-129h-14q-24 0-42-18t-18-42v-143q-66-43-104-110t-38-148q0-121 84.5-205.5T480-880q121 0 205.5 84.5T770-590q0 81-38 148T628-332v143q0 24-18 42t-42 18h-14q-6 23-26.5 36T480-80Zm-88-109h176v-44H392v44Zm0-84h176v-40H392v40Zm-9-100h74v-137l-77-77q-7-7-6.5-15.5T381-618q7-7 15.5-7t15.5 7l68 69 69-69q7-7 15.5-6.5T580-617q7 7 7 15t-7 15l-77 77v137h74q60-28 96.5-87T710-590q0-97-66.5-163.5T480-820q-97 0-163.5 66.5T250-590q0 71 36.5 130t96.5 87Zm97-176Zm0-48Z"}},l4=n("emoji_objects",a4.regular[400]),n4={regular:{400:"M480-180q125 0 212.5-87.5T780-480v-300H480q-125 0-212.5 87.5T180-480q0 125 87.5 212.5T480-180Zm-53-105 207-185q10-9 6-21.5T622-506l-162-16 97-133q4-5 3.5-10.5T556-676q-5-5-11.5-5t-11.5 5L327-491q-10 9-6 21.5t18 14.5l162 16-98 133q-4 5-3.5 10.5T405-285q5 5 11 5t11-5Zm53 165q-67 0-126-22.5T247-205l-76 76q-5 5-10 7t-11 2q-12 0-21-9t-9-21q0-6 2-11t7-10l76-76q-40-48-62.5-107T120-480q0-150 105-255t255-105h300q25 0 42.5 17.5T840-780v300q0 150-105 255T480-120Zm0-360Z"}},i4=n("energy_savings_leaf",n4.regular[400]),s4={regular:{400:"M180.5-180.56Q160-201.13 160-230v-180q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q300-438.88 300-410v180q0 28.87-20.59 49.44Q258.82-160 229.91-160t-49.41-20.56ZM479.91-160q-28.91 0-49.41-20.56Q410-201.13 410-230v-500q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q550-758.88 550-730v500q0 28.87-20.59 49.44Q508.82-160 479.91-160Zm200.59-20.56Q660-201.13 660-230v-300q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q800-558.88 800-530v300q0 28.87-20.59 49.44Q758.82-160 729.91-160t-49.41-20.56Z"}},d4=n("equalizer",s4.regular[400]),c4={regular:{400:"M503.5-289.48q9.5-9.48 9.5-23.5t-9.48-23.52q-9.48-9.5-23.5-9.5t-23.52 9.48q-9.5 9.48-9.5 23.5t9.48 23.52q9.48 9.5 23.5 9.5t23.52-9.48Zm1-152.15q8.5-8.62 8.5-21.37v-193q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v193q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},u4=n("error",c4.regular[400]),g4={regular:{400:"m480-168 174-174q9-9 22-9t22 9q9 9 9 22t-9 22L522-122q-17 17-42 17t-42-17L262-298q-9-9-9-22t9-22q9-9 22-9t22 9l174 174Zm0-624L306-618q-9 9-22 9t-22-9q-9-9-9-22t9-22l176-176q17-17 42-17t42 17l176 176q9 9 9 22t-9 22q-9 9-22 9t-22-9L480-792Z"}},q4=n("expand_all",g4.regular[400]),m4={regular:{400:"M480-436 371-545q-9-9-21-9t-21 9q-9 9-9 21.5t9 21.5l130 130q9 9 21 9t21-9l131-131q9-9 8.5-21t-9.5-21q-9-9-21-9t-21 9L480-436Zm0 356q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},f4=n("expand_circle_down",m4.regular[400]),h4={regular:{400:"m480-524 109 109q9 9 21 9t21-9q9-9 9-21.5t-9-21.5L501-588q-9-9-21-9t-21 9L328-457q-9 9-8.5 21t9.5 21q9 9 21 9t21-9l109-109Zm0 444q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-155.5t85.5-127q54-54.5 127-86T480-880q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 83-31.5 156t-86 127q-54.5 54-127 85.5T480-80Zm0-60q141 0 240.5-99T820-480q0-141-99.5-240.5T480-820q-142 0-241 99.5T140-480q0 142 99 241t241 99Zm0-340Z"}},p4=n("expand_circle_up",h4.regular[400]),b4={regular:{400:"M478-478ZM281.5-281.5Q200-363 200-480t81.5-198.5Q363-760 480-760t198.5 81.5Q760-597 760-480t-81.5 198.5Q597-200 480-200t-198.5-81.5ZM636-324q64-64 64-156t-64-156q-64-64-156-64t-156 64q-64 64-64 156t64 156q64 64 156 64t156-64Z"}},y4=n("fiber_manual_record",b4.regular[400]),v4={regular:{400:"M248.5-248.5Q240-257 240-270v-420q0-13 8.5-21.5T270-720q13 0 21.5 8.5T300-690v420q0 13-8.5 21.5T270-240q-13 0-21.5-8.5ZM539-477l170 170q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L474-456q-5-5-7-10t-2-11q0-6 2-11t7-10l192-192q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L539-477Z"}},_4=n("first_page",v4.regular[400]),F4={regular:{400:"M260-429v279q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-620q0-12.75 8.63-21.38Q217.25-800 230-800h289q10.5 0 18.75 6.5T548-776l14 62h208q12.75 0 21.38 8.62Q800-696.75 800-684v310q0 12.75-8.62 21.37Q782.75-344 770-344H568q-10.5 0-18.75-6T539-367l-14-62H260Zm335 25h145v-250H535q-10.5 0-18.75-6.5T506-678l-14-62H260v251h292q10.5 0 18.75 6T581-466l14 62Zm-95-168Z"}},T4=n("flag",F4.regular[400]),x4={regular:{400:"M260-452v342q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q200-97.25 200-110v-700q0-12.75 8.63-21.38Q217.25-840 230-840h563q8.32 0 14.74 3.89 6.43 3.89 10.21 10.11 3.78 6.22 4.92 13.61Q824-805 820-797l-71 151 71 151q4 8 2.87 15.39-1.14 7.39-4.92 13.61-3.78 6.22-10.21 10.11Q801.32-452 793-452H260Zm0-60h485l-51-108q-6-12.13-6-26t6-26l51-108H260v268Zm0 0v-268 268Z"}},S4=n("flag_2",x4.regular[400]),k4={regular:{400:"M623.5-788.68q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm165 0q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm0 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm0 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm0 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm-165 165q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68Zm165 0q-8.5-8.67-8.5-21.5 0-12.82 8.68-21.32 8.67-8.5 21.5-8.5 12.82 0 21.32 8.68 8.5 8.67 8.5 21.5 0 12.82-8.68 21.32-8.67 8.5-21.5 8.5-12.82 0-21.32-8.68ZM180-120q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h139q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v600h139q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm272 50v-820q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v820q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q452-57.25 452-70Z"}},Z4=n("flip",k4.regular[400]),H4={regular:{400:"M140-160q-24 0-42-18.5T80-220v-520q0-23 18-41.5t42-18.5h256q12.44 0 23.72 5t19.37 13.09L481-740h339q23 0 41.5 18.5T880-680v460q0 23-18.5 41.5T820-160H140Zm0-60h680v-460H456l-60-60H140v520Zm0 0v-520 520Z"}},w4=n("folder",H4.regular[400]),C4={regular:{400:"M150-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm160-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h340q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H310ZM150-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm160-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h340q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H310ZM150-780q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},Q4=n("format_align_center",C4.regular[400]),D4={regular:{400:"M150-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},M4=n("format_align_left",D4.regular[400]),B4={regular:{400:"M150-780q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm240 165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390ZM150-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm240 165q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H390ZM150-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},I4=n("format_align_right",B4.regular[400]),E4={regular:{400:"M335-200q-25 0-42.5-17.5T275-260v-440q0-25 17.5-42.5T335-760h168q66 0 114.5 42T666-612q0 38-21 70t-56 49v6q43 14 69.5 50t26.5 81q0 68-52.5 112T510-200H335Zm26-76h144q38 0 66-25t28-63q0-37-28-62t-66-25H361v175Zm0-247h136q35 0 60.5-23t25.5-58q0-35-25.5-58.5T497-686H361v163Z"}},L4=n("format_bold",E4.regular[400]),$4={regular:{400:"M264-199q-16.8 0-28.4-11.64-11.6-11.64-11.6-28.5t11.6-28.36Q247.2-279 264-279h94l139-409H378q-16.8 0-28.4-11.64-11.6-11.64-11.6-28.5t11.6-28.36Q361.2-768 378-768h300q16.8 0 28.4 11.64 11.6 11.64 11.6 28.5t-11.6 28.36Q694.8-688 678-688h-94L445-279h119q16.8 0 28.4 11.64 11.6 11.64 11.6 28.5t-11.6 28.36Q580.8-199 564-199H264Z"}},A4=n("format_italic",$4.regular[400]),W4={regular:{400:"M407-198q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h403q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H407Zm0-252q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h403q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H407Zm0-253q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h403q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H407ZM189-161q-28.05 0-48.02-19Q121-199 121-227.5t19.5-48q19.5-19.5 48-19.5t47.5 19.98q19 19.97 19 48.02 0 27.23-19.39 46.61Q216.23-161 189-161Zm0-252q-28.05 0-48.02-19.5Q121-452 121-480t19.98-47.5Q160.95-547 189-547q27.23 0 46.61 19.5Q255-508 255-480t-19.39 47.5Q216.23-413 189-413Zm-48.5-272.5Q121-705 121-733t19.5-47.5Q160-800 188-800t47.5 19.5Q255-761 255-733t-19.5 47.5Q216-666 188-666t-47.5-19.5Z"}},j4=n("format_list_bulleted",W4.regular[400]),z4={regular:{400:"M150-80q-13 0-21.5-8.5T120-110q0-13 8.5-21.5T150-140h70v-30h-30q-13 0-21.5-8.5T160-200q0-13 8.5-21.5T190-230h30v-30h-70q-13 0-21.5-8.5T120-290q0-13 8.5-21.5T150-320h90q17 0 28.5 11.5T280-280v40q0 17-11.5 28.5T240-200q17 0 28.5 11.5T280-160v40q0 17-11.5 28.5T240-80h-90Zm-7-280q-9 0-16-7t-7-16v-87q0-17 11.5-28.5T160-510h60v-30h-70q-13 0-21.5-8.5T120-570q0-13 8.5-21.5T150-600h90q17 0 28.5 11.5T280-560v70q0 17-11.5 28.5T240-450h-60v30h70q13 0 21.5 8.5T280-390q0 13-8.5 21.5T250-360H143Zm45.5-288.5Q180-657 180-670v-150h-30q-13 0-21.5-8.5T120-850q0-13 8.5-21.5T150-880h68q9 0 15.5 6.5T240-858v188q0 13-8.5 21.5T210-640q-13 0-21.5-8.5ZM399-209q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h411q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H399Zm0-243q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h411q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H399Zm0-243q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h411q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H399Z"}},R4=n("format_list_numbered",z4.regular[400]),N4={regular:{400:"M230-140q-13 0-21.5-8.5T200-170q0-13 8.5-21.5T230-200h500q13 0 21.5 8.5T760-170q0 13-8.5 21.5T730-140H230Zm93.5-198.5Q267-397 267-497v-302q0-17 12.5-29t29.5-12q17 0 29 12t12 29v302q0 63 34 101t96 38q62 0 96-38t34-101v-302q0-17 12.5-29t29.5-12q17 0 29 12t12 29v302q0 100-56.5 158.5T480-280q-100 0-156.5-58.5Z"}},P4=n("format_underlined",N4.regular[400]),V4={regular:{400:"M480-80q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480-800h23l-58-58q-8-8-7.5-20.5T446-899q8-8 20.5-8t20.5 8l105 106q9 9 9 21t-9 21L487-646q-9 9-21.5 9t-20.5-9q-9-9-8.5-21t9.5-21l52-52h-23q-124 0-209.5 87.5T180-440q0 125 87.5 212.5T480-140q116 0 202-77.5T779-410q2-13 10.5-21.5T810-440q13 0 21.5 9t7.5 21q-11 141-114.5 235.5T480-80Z"}},O4=n("forward_media",V4.regular[400]),U4={regular:{400:"M521-438.84q29-28.85 29-71Q550-552 521.16-581q-28.85-29-71-29Q408-610 379-581.16q-29 28.85-29 71Q350-468 378.84-439q28.85 29 71 29Q492-410 521-438.84ZM450.47-350Q384-350 337-397t-47-113q0-66 47-113t113-47q66 0 113 47t47 113.47q0 21.53-7.5 44.03T581-421l84 84q9 9 8.5 21t-9.5 21.39q-9 8.61-21 8.61t-21-9l-83-83q-22 14-44.5 21t-44.03 7ZM180-120q-24 0-42-18t-18-42v-142q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v142h142q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm600 0H638q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h142v-142q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v142q0 24-18 42t-42 18ZM120-638v-142q0-24 18-42t42-18h142q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v142q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm660 0v-142H638q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h142q24 0 42 18t18 42v142q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Z"}},K4=n("frame_inspect",U4.regular[400]),G4={regular:{400:"M215-120q-41 0-68.5-24T119-204q0-27 15-43.5t39-16.5q21 0 34.5 12t13.5 32q0 11-4.5 20.5T204-184q4 2 8.5 3t9.5 1q13 0 22-12.5t13-32.5l69-355h-96q-13 0-21.5-8.5T200-610q0-13 8.5-21.5T230-640h107l21-106q9-45 36-69.5t67-24.5q41 0 67.5 24t26.5 60q0 27-15 43.5T501-696q-20 0-34-11.5T453-738q0-10 4-19.5t10-15.5q-2-2-6-3.5t-8-1.5q-13 0-22.5 12T417-735l-18 95h159q13 0 21.5 8.5T588-610q0 13-8.5 21.5T558-580h-17l83 96 78-96h-18q-13 0-21.5-8.5T654-610q0-13 8.5-21.5T684-640h126q13 0 21.5 8.5T840-610q0 13-8.5 21.5T810-580h-28L662-439l120 139h28q13 0 21.5 8.5T840-270q0 13-8.5 21.5T810-240H684q-13 0-21.5-8.5T654-270q0-13 8.5-21.5T684-300h18l-80-93-82 93h18q13 0 21.5 8.5T588-270q0 13-8.5 21.5T558-240H432q-13 0-21.5-8.5T402-270q0-13 8.5-21.5T432-300h29l121-139-121-141h-74l-71 366q-8 45-34 69.5T215-120Z"}},J4=n("function",G4.regular[400]),Y4={regular:{400:"M140-200q-24.75 0-42.37-17.63Q80-235.25 80-260v-281q0-12.44 5-23.72T98-584l118-118q8-8 19.28-13 11.28-5 23.72-5h35v-50q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v50h347q12.44 0 23.72 5T744-702l118 118q8 8 13 19.28 5 11.28 5 23.72v281q0 24.75-17.62 42.37Q844.75-200 820-200H140Zm500-60h180v-281l-90-90-90 90v281Zm-60 0v-240H140v240h440Z"}},X4=n("gite",Y4.regular[400]),el={regular:{400:"M511-258.03q11-11.03 11-27T510.97-312q-11.03-11-27-11T457-311.97q-11 11.03-11 27T457.03-258q11.03 11 27 11T511-258.03ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Zm2.77-180Q513-660 536-641.5q23 18.5 23 47.2 0 26.3-15.65 45.73Q527.7-529.14 508-512q-23 19-40 42.38-17 23.39-17 52.62 0 11 8.4 17.5T479-393q12 0 19.88-8 7.87-8 10.12-20 3-21 16-38t30.23-30.78Q580-510 596-537q16-27 16-58.61 0-50.39-37.5-83.89T485.55-713Q450-713 417-698t-54 44q-7 10-6.5 21.5t9.47 18.5q11.41 8 23.65 5 12.23-3 20.38-14 12.75-17.9 31.88-27.45Q461-660 482.77-660Z"}},tl=n("help",el.regular[400]),rl={regular:{400:"M477-120q-142 0-243.5-95.5T121-451q-1-12 7.5-21t21.5-9q12 0 20.5 8.5T181-451q11 115 95 193t201 78q127 0 215-89t88-216q0-124-89-209.5T477-780q-68 0-127.5 31T246-667h75q13 0 21.5 8.5T351-637q0 13-8.5 21.5T321-607H172q-13 0-21.5-8.5T142-637v-148q0-13 8.5-21.5T172-815q13 0 21.5 8.5T202-785v76q52-61 123.5-96T477-840q75 0 141 28t115.5 76.5Q783-687 811.5-622T840-482q0 75-28.5 141t-78 115Q684-177 618-148.5T477-120Zm34-374 115 113q9 9 9 21.5t-9 21.5q-9 9-21 9t-21-9L460-460q-5-5-7-10.5t-2-11.5v-171q0-13 8.5-21.5T481-683q13 0 21.5 8.5T511-653v159Z"}},ol=n("history",rl.regular[400]),al={regular:{400:"M220-180h150v-220q0-12.75 8.63-21.38Q387.25-430 400-430h160q12.75 0 21.38 8.62Q590-412.75 590-400v220h150v-390L480-765 220-570v390Zm-60 0v-390q0-14.25 6.38-27 6.37-12.75 17.62-21l260-195q15.68-12 35.84-12Q500-825 516-813l260 195q11.25 8.25 17.63 21 6.37 12.75 6.37 27v390q0 24.75-17.62 42.37Q764.75-120 740-120H560q-12.75 0-21.37-8.63Q530-137.25 530-150v-220H430v220q0 12.75-8.62 21.37Q412.75-120 400-120H220q-24.75 0-42.37-17.63Q160-155.25 160-180Zm320-293Z"}},ll=n("home",al.regular[400]),nl={regular:{400:"M480-430ZM233-120q-47.08 0-80.04-32.96Q120-185.92 120-233v-247q0-22.59 8.49-43.29Q136.97-544 153-560l248-247q17-17 37.51-25 20.52-8 41.49-8 21.65 0 42.35 8.01Q543.06-823.97 560-807l247 247q16.03 16 24.51 36.71Q840-502.59 840-480v247q0 47.08-32.67 80.04Q774.67-120 728-120H233Zm0-60h495q22.1 0 37.05-15.5Q780-211 780-233v-247q0-10.91-3.5-20.45Q773-510 765-518L599-684l-76 76 152 153v170H285v-170l271-271-39.06-38.57q-10.41-10.29-20.18-12.86Q487-780 480.5-780q-6.5 0-17 2.5T443-765L196-518q-8 8.14-12 17.64T180-480v247q0 22 15.5 37.5T233-180Zm112-165h270v-85L480-565 345-430v85Z"}},il=n("home_app_logo",nl.regular[400]),sl={regular:{400:"M730-450q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H610q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h120Zm0-120q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H610q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h120ZM360-434q-38 0-66.64 6.5Q264.73-421 243-407q-20 11-31 28.13-11 17.14-11 36.87 0 9.43 6.68 15.71Q214.35-320 224-320h272q9.65 0 16.32-6.52Q519-333.03 519-343q0-17.69-10.5-34.35Q498-394 478-407q-22-14-51-20.5t-67-6.5Zm51.5-81.42q21.5-21.42 21.5-51.5t-21.42-51.58q-21.42-21.5-51.5-21.5t-51.58 21.42q-21.5 21.42-21.5 51.5t21.42 51.58q21.42 21.5 51.5 21.5t51.58-21.42ZM140-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H140Zm0-60h680v-520H140v520Zm0 0v-520 520Z"}},dl=n("id_card",sl.regular[400]),cl={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0 0v-600 600Zm86-97h429q8.5 0 12.75-8t-.75-16L590-457q-5-6-12-6t-12 6L446-302l-81-111q-5-6-12-6t-12 6l-86 112q-6 8-1.75 16t12.75 8Z"}},ul=n("image",cl.regular[400]),gl={regular:{400:"M504.5-288.63q8.5-8.62 8.5-21.37v-180q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v180q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63Zm-1-314.57q9.5-9.2 9.5-22.8 0-14.45-9.48-24.22-9.48-9.78-23.5-9.78t-23.52 9.78Q447-640.45 447-626q0 13.6 9.48 22.8 9.48 9.2 23.5 9.2t23.52-9.2ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},ql=n("info",gl.regular[400]),ml={regular:{400:"M180-80q-24.75 0-42.37-17.63Q120-115.25 120-140v-483q-17-6-28.5-21.39T80-680v-140q0-24.75 17.63-42.38Q115.25-880 140-880h680q24.75 0 42.38 17.62Q880-844.75 880-820v140q0 20.22-11.5 35.61T840-623v483q0 24.75-17.62 42.37Q804.75-80 780-80H180Zm0-540v480h600v-480H180Zm-40-60h680v-140H140v140Zm250 260h180q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H390q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm90 40Z"}},fl=n("inventory_2",ml.regular[400]),hl={regular:{400:"M280-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h170v-140H140q-24 0-42-18t-18-42v-400q0-24 18-42t42-18h680q24 0 42 18t18 42v400q0 24-18 42t-42 18H510v140h170q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H280ZM140-380h680v-400H140v400Zm0 0v-400 400Z"}},pl=n("jamboard_kiosk",hl.regular[400]),bl={regular:{400:"M469-358q-5-2-10-7L261-563q-9-9-8.5-21.5T262-606q9-9 21.5-9t21.5 9l175 176 176-176q9-9 21-8.5t21 9.5q9 9 9 21.5t-9 21.5L501-365q-5 5-10 7t-11 2q-6 0-11-2Z"}},yl=n("keyboard_arrow_down",bl.regular[400]),vl={regular:{400:"M480-554 304-378q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l197-197q9-9 21-9t21 9l198 198q9 9 9 21t-9 21q-9 9-21.5 9t-21.5-9L480-554Z"}},_l=n("keyboard_arrow_up",vl.regular[400]),Fl={regular:{400:"M306.84-700.82 424-853q11-14 25.59-21 14.58-7 30.5-7 15.91 0 30.41 7t25.5 21l117.16 152.18L831-641q23 8 36 27.11t13 42.22q0 10.67-3.03 21.3-3.04 10.63-9.97 20.37L753-367l4 173q0 31-21 52.5T685.82-120q-1.82 0-18.82-3l-187-52-186.78 51.92Q288-121 282.49-120.5q-5.51.5-10.1.5-29.39 0-49.89-21.69Q202-163.37 203-195l4-173.25L93-531q-6.93-9.83-9.97-20.55Q80-562.28 80-573q0-23 12.92-41.61Q105.84-633.21 129-641l177.84-59.82ZM343-649l-209 70 134 194-5 207 217-60 217 61-5-208 134-192-209-72-137-178-137 178Zm137 147Z"}},Tl=n("kid_star",Fl.regular[400]),xl={regular:{400:"M140-160q-24.75 0-42.37-17.63Q80-195.25 80-220v-520q0-24.75 17.63-42.38Q115.25-800 140-800h471q14.25 0 27 6.37 12.75 6.38 21 17.63l195 260q12 15.68 12 35.84Q866-460 854-444L660-184q-8.25 11.25-21 17.62-12.75 6.38-27 6.38H140Zm0-60h471l195-260-195-260H140v520Zm333-260Z"}},Sl=n("label",xl.regular[400]),kl={regular:{400:"M57-160q-23.51 0-40.26-17.63Q0-195.25 0-220h141q-24 0-42-18t-18-42v-500q0-24 18-42t42-18h678q24 0 42 18t18 42v500q0 24-18 42t-42 18h141q0 25-17.62 42.5Q924.75-160 900-160H57Zm447-32q10-10 10-24t-10-24q-10-10-24-10t-24 10q-10 10-10 24t10 24q10 10 24 10t24-10Zm-363-88h678v-500H141v500Zm0 0v-500 500Z"}},Zl=n("laptop_mac",kl.regular[400]),Hl={regular:{400:"M30-160q-12.75 0-21.37-8.68Q0-177.35 0-190.18 0-203 8.63-211.5 17.25-220 30-220h111v-42q-24 0-42-18t-18-42v-458q0-24 18-42t42-18h678q24 0 42 18t18 42v458q0 24-18 42t-42 18v42h111q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H30Zm111-162h678v-458H141v458Zm0 0v-458 458Z"}},wl=n("laptop_windows",Hl.regular[400]),Cl={regular:{400:"M422.5-103.5Q399-127 399-161h162q0 34-23.5 57.5T480-80q-34 0-57.5-23.5ZM348-223q-13 0-21.5-8.5T318-253q0-13 8.5-21.5T348-283h264q13 0 21.5 8.5T642-253q0 13-8.5 21.5T612-223H348Zm-25-121q-66-43-104.5-107.5T180-597q0-122 89-211t211-89q122 0 211 89t89 211q0 81-38 145.5T637-344H323Zm22-60h271q48-32 76-83t28-110q0-99-70.5-169.5T480-837q-99 0-169.5 70.5T240-597q0 59 28 110t77 83Zm135 0Z"}},T2=n("lightbulb",Cl.regular[400]),Ql={regular:{400:"M280-280q-83 0-141.5-58.5T80-480q0-83 58.5-141.5T280-680h140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H280q-58.33 0-99.17 40.76-40.83 40.77-40.83 99Q140-422 180.83-381q40.84 41 99.17 41h140q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H280Zm75-170q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h250q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H355Zm185 170q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h140q58.33 0 99.17-40.76 40.83-40.77 40.83-99Q820-538 779.17-579q-40.84-41-99.17-41H540q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h140q83 0 141.5 58.5T880-480q0 83-58.5 141.5T680-280H540Z"}},Dl=n("link",Ql.regular[400]),Ml={regular:{400:"M480-159q133-121 196.5-219.5T740-552q0-118-75.5-193T480-820q-109 0-184.5 75T220-552q0 75 65 173.5T480-159Zm-21.5 55.5Q448-107 440-115q-42-38-91-87.5T258-309q-42-57-70-119t-28-124q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 62-28 124t-70 119q-42 57-91 106.5T520-115q-8 8-18.5 11.5T480-100q-11 0-21.5-3.5ZM480-560Zm49.5 49.5Q550-531 550-560t-20.5-49.5Q509-630 480-630t-49.5 20.5Q410-589 410-560t20.5 49.5Q451-490 480-490t49.5-20.5Z"}},Bl=n("location_on",Ml.regular[400]),Il={regular:{400:"M220-80q-24.75 0-42.37-17.63Q160-115.25 160-140v-434q0-24.75 17.63-42.38Q195.25-634 220-634h70v-96q0-78.85 55.61-134.42Q401.21-920 480.11-920q78.89 0 134.39 55.58Q670-808.85 670-730v96h70q24.75 0 42.38 17.62Q800-598.75 800-574v434q0 24.75-17.62 42.37Q764.75-80 740-80H220Zm0-60h520v-434H220v434Zm314.5-162.03Q557-324.06 557-355q0-30-22.67-54.5t-54.5-24.5q-31.83 0-54.33 24.5t-22.5 55q0 30.5 22.67 52.5t54.5 22q31.83 0 54.33-22.03ZM350-634h260v-96q0-54.17-37.88-92.08-37.88-37.92-92-37.92T388-822.08q-38 37.91-38 92.08v96ZM220-140v-434 434Z"}},El=n("lock",Il.regular[400]),Ll={regular:{400:"M511-120q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h269v-600H511q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h269q24 0 42 18t18 42v600q0 24-18 42t-42 18H511Zm-26-330H150q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h333l-81-81q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l133 133q9 9 9 21t-9 21L447-326q-8.8 9-20.9 8.5-12.1-.5-21.49-9.5-8.61-9-8.61-21.5t9-21.5l80-80Z"}},$l=n("login",Ll.regular[400]),Al={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h269q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v600h269q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180Zm545-330H390q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h333l-81-81q-9-9-8.5-21t9.5-21q9-9 21.5-9t21.5 9l133 133q9 9 9 21t-9 21L687-326q-8.8 9-20.9 8.5-12.1-.5-21.49-9.5-8.61-9-8.61-21.5t9-21.5l80-80Z"}},Wl=n("logout",Al.regular[400]),jl={regular:{400:"M140-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h680q24 0 42 18t18 42v520q0 24-18 42t-42 18H140Zm680-525L496-473q-4 2-7.5 3.5T480-468q-5 0-8.5-1.5T464-473L140-685v465h680v-465ZM480-522l336-218H145l335 218ZM140-685v7-39.32.73V-740v23-.91V-678v-7 465-465Z"}},zl=n("mail",jl.regular[400]),Rl={regular:{400:"M292-527q-42-42-42-108t42-108q42-42 108-42t108 42q42 42 42 108t-42 108q-42 42-108 42t-108-42ZM80-224v-34q0-35 17.5-64t50.5-44q58-26 119.5-42T393-424q13 0 21.5 8.5T423-394q0 13-8.5 21.5T393-364q-58 0-113.5 14T172-310q-14 8-23 21.5t-9 30.5v34h254q13 0 21.5 8.5T424-194q0 13-8.5 21.5T394-164H140q-25 0-42.5-17.5T80-224Zm584 81-7-43q-17-5-34.5-14.5T593-222l-38 8q-8 2-15-1t-11-10l-6-10q-5-8-3.5-16t7.5-14l33-31q-2-9-2-25t2-25l-33-31q-6-5-7.5-13.5T523-406l6-12q4-7 10.5-9.5t14.5-.5l39 8q12-12 29.5-21.5T657-456l7-43q2-10 9-16.5t17-6.5h8q10 0 17 6.5t9 16.5l7 43q17 5 34.5 14.5T795-420l38-8q8-2 15 1t11 10l6 10q5 8 3.5 16t-7.5 14l-33 31q2 9 2 25t-2 25l33 31q6 5 7.5 13.5T865-236l-6 12q-4 7-10.5 9.5t-14.5.5l-39-8q-12 12-29.5 21.5T731-186l-7 43q-2 10-9 16.5t-17 6.5h-8q-10 0-17-6.5t-9-16.5Zm88-120q22-22 22-58t-22-58q-22-22-58-22t-58 22q-22 22-22 58t22 58q22 22 58 22t58-22ZM464.5-570.5Q490-596 490-635t-25.5-64.5Q439-725 400-725t-64.5 25.5Q310-674 310-635t25.5 64.5Q361-545 400-545t64.5-25.5ZM400-635Zm9 411Z"}},Nl=n("manage_accounts",Rl.regular[400]),Pl={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Zm162 162q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Zm138 11q17 0 28.5-11.21T520-646q0-16.58-11.5-27.79T480-685q-16 0-27 11.5T442-646q0 16 10.92 27.5Q463.85-607 480-607Zm195-11q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Zm0 166q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Zm-195 11q17 0 28.5-11.21T520-480q0-16.58-11.5-27.79T480-519q-16 0-27 11.5T442-480q0 16 10.92 27.5Q463.85-441 480-441Zm-138-11q11-11 11-28t-11-28q-11-11-28-11t-28 11q-11 11-11 28t11 28q11 11 28 11t28-11Z"}},Vl=n("margin",Pl.regular[400]),Ol={regular:{400:"M240-240 131-131q-14 14-32.5 6.34Q80-132.31 80-152v-668q0-24 18-42t42-18h399q13.6 0 22.8 9.5Q571-861 569-847q-2 11-10.5 19t-19.5 8H140v600l74-80h606v-315q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v315q0 24-18 42t-42 18H240Zm442-511.12q-32-32.12-32-78T682.12-907q32.12-32 78-32T838-906.88q32 32.12 32 78T837.88-751q-32.12 32-78 32T682-751.12ZM140-820v520-520Z"}},Ul=n("mark_chat_unread",Ol.regular[400]),Kl={regular:{400:"M140-160q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h399q12.75 0 21.38 9 8.62 9 7.62 22-1 12-9.34 20.5-8.33 8.5-20.66 8.5H140v520h680v-325q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v325q0 24-18 42t-42 18H140Zm0-580v520-520Zm340 218 137-89q10-7 19.38-3.85Q645.75-611.7 651-604q5 8 4.5 17.5T644-570l-148 97q-7.5 5-15.75 5T464-473L140-681v-59l340 218Zm202-160.12q-32-32.12-32-78T682.12-838q32.12-32 78-32T838-837.88q32 32.12 32 78T837.88-682q-32.12 32-78 32T682-682.12Z"}},Gl=n("mark_email_unread",Kl.regular[400]),Jl={regular:{400:"M150-240q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},Yl=n("menu",Jl.regular[400]),Xl={regular:{400:"M408-453.92q-29-30.91-29-75.08v-251q0-41.67 29.44-70.83Q437.88-880 479.94-880t71.56 29.17Q581-821.67 581-780v251q0 44.17-29 75.08Q523-423 480-423t-72-30.92ZM480-651Zm-30 501v-106q-96-11-166.5-77.5T202-498q-2-12.85 6.59-21.93 8.6-9.07 21.5-9.07 12.91 0 21.41 9t10.5 22q12 81 74.71 132.5Q399.42-314 479.65-314q81.35 0 143.85-51.5T698-498q2-13 10.68-22 8.67-9 21.5-9 12.82 0 21.32 9.07 8.5 9.08 6.5 21.93-11 97-81 164t-167 78v106q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37Zm59.5-346.5Q521-510 521-529v-251q0-17-11.79-28.5T480-820q-17.42 0-29.21 11.5T439-780v251q0 19 11.5 32.5T480-483q18 0 29.5-13.5Z"}},e3=n("mic",Xl.regular[400]),t3={regular:{400:"M260-40q-24.75 0-42.37-17.63Q200-75.25 200-100v-760q0-24 18-42t42-18h438q24.75 0 42.38 17.62Q758-884.75 758-860v150q18 3 30 16.95 12 13.96 12 31.63V-587q0 19-12 33t-30 17v437q0 24.75-17.62 42.37Q722.75-40 698-40H260Zm0-60h438v-760H260v760Zm0 0v-760 760Zm240-89q9-9 9-21t-9-21q-9-9-21-9t-21 9q-9 9-9 21t9 21q9 9 21 9t21-9Z"}},r3=n("mobile_2",t3.regular[400]),o3={regular:{400:"M332-120q-88 0-150-62t-62-150q0-38 13-72.5t36-63.5l152-182-73-147q-8-15 1-29t26-14h411q17 0 26 14t1 29l-73 147 151 182q24 29 36.5 63.5T841-332q0 88-62 150t-150 62H332Zm148-218q-25 0-42-17.5T421-398q0-25 17-42.5t42-17.5q26 0 43.5 17.5T541-398q0 25-17.5 42.5T480-338ZM375-675h210l53-105H323l52 105Zm-43 495h296q63 0 107.5-44.5T780-332q0-27-9-52t-26-45L590-615H370L216-429q-17 20-26.5 45t-9.5 52q0 63 44.5 107.5T332-180Z"}},a3=n("money_bag",o3.regular[400]),l3={regular:{400:"M207.86-432Q188-432 174-446.14t-14-34Q160-500 174.14-514t34-14Q228-528 242-513.86t14 34Q256-460 241.86-446t-34 14Zm272 0Q460-432 446-446.14t-14-34Q432-500 446.14-514t34-14Q500-528 514-513.86t14 34Q528-460 513.86-446t-34 14Zm272 0Q732-432 718-446.14t-14-34Q704-500 718.14-514t34-14Q772-528 786-513.86t14 34Q800-460 785.86-446t-34 14Z"}},n3=n("more_horiz",l3.regular[400]),i3={regular:{400:"M479.86-160Q460-160 446-174.14t-14-34Q432-228 446.14-242t34-14Q500-256 514-241.86t14 34Q528-188 513.86-174t-34 14Zm0-272Q460-432 446-446.14t-14-34Q432-500 446.14-514t34-14Q500-528 514-513.86t14 34Q528-460 513.86-446t-34 14Zm0-272Q460-704 446-718.14t-14-34Q432-772 446.14-786t34-14Q500-800 514-785.86t14 34Q528-732 513.86-718t-34 14Z"}},s3=n("more_vert",i3.regular[400]),d3={regular:{400:"M423.5-371.63q8.5-8.62 8.5-21.37v-175q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v175q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63Zm156 0q8.5-8.62 8.5-21.37v-175q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62-8.5 8.63-8.5 21.38v175q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-34 5.5-67.01Q91-580.02 102-612q4-11 15-14.5t21 2.8q10.71 6.3 15.36 18.5Q158-593 155-581q-6 25-10.5 50.15Q140-505.71 140-480q0 142.37 99 241.19Q338-140 480-140t241-98.81q99-98.82 99-241.19 0-142.38-98.81-241.19T480-820q-27.57 0-54.57 4T372-804q-12 4-24-1t-17-16q-5-11 1-22t17-15q31-10 63-16t64-6q83 0 156.5 31.5T760.95-763q54.94 54 87 127Q880-563 880-480t-31.5 156Q817-251 763-197t-127 85.5Q563-80 480-80ZM177.5-713.62q-14.5-14.62-14.5-35.5 0-20.88 14.62-35.38 14.62-14.5 35.5-14.5 20.88 0 35.38 14.62 14.5 14.62 14.5 35.5 0 20.88-14.62 35.38-14.62 14.5-35.5 14.5-20.88 0-35.38-14.62ZM480-480Z"}},c3=n("motion_photos_paused",d3.regular[400]),u3={regular:{400:"m429-337 179-131q6-5 6-12.5t-6-12.5L429-623q-8-5-16-.93-8 4.06-8 12.93v261q0 9.39 8 13.7 8 4.3 16-.7Zm51 257q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-34 5.5-67.01Q91-580.02 102-612q4-11 15-14.5t21 2.8q10.71 6.3 15.36 18.5Q158-593 155-581q-6 25-10.5 50.15Q140-505.71 140-480q0 142.37 99 241.19Q338-140 480-140t241-98.81q99-98.82 99-241.19 0-142.38-98.81-241.19T480-820q-27.57 0-54.57 4T372-804q-12 4-24-1t-17-16q-5-11 1-22t17-15q31-10 63-16t64-6q83 0 156.5 31.5T760.95-763q54.94 54 87 127Q880-563 880-480t-31.5 156Q817-251 763-197t-127 85.5Q563-80 480-80ZM177.5-713.62q-14.5-14.62-14.5-35.5 0-20.88 14.62-35.38 14.62-14.5 35.5-14.5 20.88 0 35.38 14.62 14.5 14.62 14.5 35.5 0 20.88-14.62 35.38-14.62 14.5-35.5 14.5-20.88 0-35.38-14.62ZM480-480Z"}},g3=n("motion_play",u3.regular[400]),q3={regular:{400:"M480-164q-58.53 0-110.26-19.5Q318-203 276-238l-62 61q-9 9-20.5 9t-20.5-9q-9-9-9-20.5t9-20.5l61-62q-35.34-42.16-54.67-93.58T160-484q0-134 93-227t227-93h260q24.75 0 42.38 17.62Q800-768.75 800-744v260q0 134-93 227t-227 93Zm0-60q108.33 0 184.17-75.83Q740-375.67 740-484v-260H480q-108.33 0-184.17 75.83Q220-592.33 220-484q0 45.74 15 87.37T276-322l217-216q9-9 20.5-9t20.5 9q9 8.8 9 20.9 0 12.1-9 21.1L318-280q33 26 74.63 41 41.63 15 87.37 15Zm0-260Z"}},m3=n("nest_eco_leaf",q3.regular[400]),f3={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h437q12.44 0 23.72 5T660-822l162 162q8 8 13 19.28 5 11.28 5 23.72v437q0 24-18 42t-42 18H180Zm0-60h600v-429H639q-12.75 0-21.37-8.63Q609-626.25 609-639v-141H180v600Zm471-111q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h342ZM450-609q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h141Zm201 159q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h342ZM180-780v171.43V-780v600-600Z"}},h3=n("news",f3.regular[400]),p3={regular:{400:"M150-240q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},b3=n("notes",p3.regular[400]),y3={regular:{400:"M190-200q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h50v-304q0-84 49.5-150.5T420-798v-22q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v22q81 17 130.5 83.5T720-564v304h50q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H190Zm290-302Zm0 422q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM300-260h360v-304q0-75-52.5-127.5T480-744q-75 0-127.5 52.5T300-564v304Z"}},v3=n("notifications",y3.regular[400]),_3={regular:{400:"m338-319-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H158q-14 0-23.5-11.5T129-356q2-10 10-16.5t19-6.5h136l51-202H224q-14 0-23.5-11.5T195-618q2-10 10-16.5t19-6.5h136l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T449-765l-30 124h203l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T711-765l-30 124h121q14 0 23.5 11.5T831-604q-2 10-10 16.5t-19 6.5H666l-51 202h121q14 0 23.5 11.5T765-342q-2 10-10 16.5t-19 6.5H600l-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H338Zm15-60h203l51-202H404l-51 202Z"}},F3=n("numbers",_3.regular[400]),T3={regular:{400:"M150-120q-12.75 0-21.37-8.63Q120-137.25 120-150v-240q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v168l558-558H570q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h240q12.75 0 21.38 8.62Q840-822.75 840-810v240q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-168L222-180h168q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},x3=n("open_in_full",T3.regular[400]),S3={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h249q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H180v600h600v-249q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v249q0 24-18 42t-42 18H180Zm600-617L403-360q-9 9-21 8.5t-21-9.5q-9-9-9-21t9-21l377-377H549q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h261q12.75 0 21.38 8.62Q840-822.75 840-810v261q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-188Z"}},x2=n("open_in_new",S3.regular[400]),k3={regular:{400:"M810-120H150q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5ZM180-280q-24 0-42-18t-18-42v-440q0-24 18-42t42-18h600q24 0 42 18t18 42v440q0 24-18 42t-42 18H180Zm0-60h600v-440H180v440Zm0 0v-440 440Z"}},Z3=n("page_footer",k3.regular[400]),H3={regular:{400:"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-85 32-158t87.5-127q55.5-54 130-84.5T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 27 14.5 46t14.5 44q0 38-21 58.5T480-80Zm0-400Zm-198 11q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15Zm126-170q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15Zm214 0q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15Zm131 170q15-15 15-35t-15-35q-15-15-35-15t-35 15q-15 15-15 35t15 35q15 15 35 15t35-15ZM480-140q11 0 15.5-4.5T500-159q0-14-14.5-26T471-238q0-46 30-81t76-35h73q76 0 123-44.5T820-527q0-132-100-212.5T489-820q-146 0-247.5 98.5T140-480q0 141 99.5 240.5T480-140Z"}},w3=n("palette",H3.regular[400]),C3={regular:{400:"M180-160q-24.75 0-42.37-17.63Q120-195.25 120-220v-34q0-38 19-65t49-41q67-30 128.5-45T440-420q21 0 42 1.5t42 5.5q8 2 12 7.19t4 12.81q0 50 23 93.5t64 71.5q6.07 3.97 9.53 9.91Q640-212.14 640-205v15q0 12.75-8.62 21.37Q622.75-160 610-160H180Zm260-340q-63 0-106.5-43.5T290-650q0-63 43.5-106.5T440-800q63 0 106.5 43.5T590-650q0 63-43.5 106.5T440-500Zm328.5 115.5Q780-396 780-413t-11.5-28.5Q757-453 740-453t-28.5 11.5Q700-430 700-413t11.5 28.5Q723-373 740-373t28.5-11.5ZM749-24l-44.76-44.76Q702-71 700-79v-179.86Q656-272 628-308.5T600-393q0-58 41-99t99-41q58 0 99 41t41 99q0 45-25.5 80T790-263l39 39q5 4.64 5 10.82 0 6.18-5 11.18l-38 38q-5 4.64-5 10.82 0 6.18 5 11.18l38 38q5 4.64 5 10.82Q834-87 829-82l-58 58q-4.64 5-10.82 5Q754-19 749-24Z"}},Q3=n("passkey",C3.regular[400]),D3={regular:{400:"M301.5-444.62q14.5-14.62 14.5-35.5 0-20.88-14.62-35.38-14.62-14.5-35.5-14.5-20.88 0-35.38 14.62-14.5 14.62-14.5 35.5 0 20.88 14.62 35.38 14.62 14.5 35.5 14.5 20.88 0 35.38-14.62Zm214 0q14.5-14.62 14.5-35.5 0-20.88-14.62-35.38-14.62-14.5-35.5-14.5-20.88 0-35.38 14.62-14.5 14.62-14.5 35.5 0 20.88 14.62 35.38 14.62 14.5 35.5 14.5 20.88 0 35.38-14.62Zm213 0q14.5-14.62 14.5-35.5 0-20.88-14.62-35.38-14.62-14.5-35.5-14.5-20.88 0-35.38 14.62-14.5 14.62-14.5 35.5 0 20.88 14.62 35.38 14.62 14.5 35.5 14.5 20.88 0 35.38-14.62ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},M3=n("pending",D3.regular[400]),B3={regular:{400:"M289.9-540q-53.9 0-91.9-38.1-38-38.1-38-92t38.1-91.9q38.1-38 92-38t91.9 38.1q38 38.1 38 92T381.9-578q-38.1 38-92 38Zm-.02-60q29.12 0 49.62-20.38 20.5-20.38 20.5-49.5t-20.38-49.62q-20.38-20.5-49.5-20.5t-49.62 20.38q-20.5 20.38-20.5 49.5t20.38 49.62q20.38 20.5 49.5 20.5ZM669.9-160q-53.9 0-91.9-38.1-38-38.1-38-92t38.1-91.9q38.1-38 92-38t91.9 38.1q38 38.1 38 92T761.9-198q-38.1 38-92 38Zm49.6-80.38q20.5-20.38 20.5-49.5t-20.38-49.62q-20.38-20.5-49.5-20.5t-49.62 20.38q-20.5 20.38-20.5 49.5t20.38 49.62q20.38 20.5 49.5 20.5t49.62-20.38ZM172-202q0-12 9-21l556-556q9-9 21-9t21 9q9 9 9 21t-9 21L223-181q-9 9-21 9t-21-9q-9-9-9-21Z"}},S2=n("percent",B3.regular[400]),I3={regular:{400:"M480-80q-23 0-43-8.5T401-113q-32-32-56-41.5t-69-9.5q-47 0-79.5-32.5T164-276q0-45-9.5-69T113-401q-16-16-24.5-36T80-480q0-23 8.5-43t24.5-36q32-32 41.5-55.5T164-683q0-48 32.5-80.5T276-796q45 0 69-9.5t56-41.5q15-16 35.5-24.5T480-880q23 0 43 8.5t36 24.5q32 32 55.5 41.5T683-796q48 0 80.5 32.5T796-683q0 45 9.5 68.5T847-559q16 16 24.5 36t8.5 43q0 23-8.5 43T847-401q-32 32-41.5 55.5T796-276q0 47-32.5 79.5T683-164q-45 0-68.5 9.5T559-113q-15 16-35.5 24.5T480-80Zm0-60q11 0 20.5-4t16.5-11q40-40 75-54.5t92-14.5q22 0 37-15t15-37q0-57 14.5-92.5T805-443q15-15 15-36.5T805-517q-40-39-54.5-74T736-683q0-22-15-37.5T684-736q-57 0-92.5-14.5T517-805q-8-7-17.5-11t-19.5-4q-10 0-19.5 4T443-804q-40 39-75 53.5T276-736q-22 0-37 15.5T224-683q0 56-14.5 91T155-517q-15 16-15 37.5t15 36.5q40 41 54.5 76t14.5 91q0 22 15 37t37 15q57 0 92.5 15t74.5 54q8 7 17.5 11t19.5 4Zm103-187q21 0 35.5-14.5T633-377q0-21-14.5-36T583-428q-21 0-36 15t-15 36q0 21 15 35.5t36 14.5Zm-229-27q9 9 21 9t21-9l210-209q9-9 9-21t-9-21q-9-9-21.5-9t-21.5 9L354-396q-9 9-9 21t9 21Zm59-193q15-15 15-36t-15-35.5Q398-633 377-633t-35.5 14.5Q327-604 327-583t14.5 36q14.5 15 35.5 15t36-15Zm67 67Z"}},E3=n("percent_discount",I3.regular[400]),L3={regular:{400:"M372-523q-42-42-42-108t42-108q42-42 108-42t108 42q42 42 42 108t-42 108q-42 42-108 42t-108-42ZM160-220v-34q0-38 19-65t49-41q67-30 128.5-45T480-420q62 0 123 15.5T731-360q31 14 50 41t19 65v34q0 25-17.5 42.5T740-160H220q-25 0-42.5-17.5T160-220Zm60 0h520v-34q0-16-9.5-30.5T707-306q-64-31-117-42.5T480-360q-57 0-111 11.5T252-306q-14 7-23 21.5t-9 30.5v34Zm324.5-346.5Q570-592 570-631t-25.5-64.5Q519-721 480-721t-64.5 25.5Q390-670 390-631t25.5 64.5Q441-541 480-541t64.5-25.5ZM480-631Zm0 411Z"}},$3=n("person",L3.regular[400]),A3={regular:{400:"M730-530H630q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h100v-100q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v100h100q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H790v100q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-100Zm-478 7q-42-42-42-108t42-108q42-42 108-42t108 42q42 42 42 108t-42 108q-42 42-108 42t-108-42ZM40-220v-34q0-35 17.5-63.5T108-360q75-33 133.34-46.5t118.5-13.5Q420-420 478-406.5T611-360q33 15 51 43t18 63v34q0 24.75-17.62 42.37Q644.75-160 620-160H100q-24.75 0-42.37-17.63Q40-195.25 40-220Zm60 0h520v-34q0-16-9-30.5T587-306q-71-33-120-43.5T360-360q-58 0-107.5 10.5T132-306q-15 7-23.5 21.5T100-254v34Zm324.5-346.5Q450-592 450-631t-25.5-64.5Q399-721 360-721t-64.5 25.5Q270-670 270-631t25.5 64.5Q321-541 360-541t64.5-25.5ZM360-631Zm0 411Z"}},W3=n("person_add",A3.regular[400]),j3={regular:{400:"M320-258v-450q0-14 9-22t21-8q4 0 8 1t8 3l354 226q7 5 10.5 11t3.5 14q0 8-3.5 14T720-458L366-232q-4 2-8 3t-8 1q-12 0-21-8t-9-22Zm60-225Zm0 171 269-171-269-171v342Z"}},z3=n("play_arrow",j3.regular[400]),R3={regular:{400:"m418-332 202-129q11-7 11-19t-11-19L418-628q-11-8-23-1.5T383-609v258q0 14 12 20.5t23-1.5Zm62 252q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-156t86-127Q252-817 325-848.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 82-31.5 155T763-197.5q-54 54.5-127 86T480-80Zm0-60q142 0 241-99.5T820-480q0-142-99-241t-241-99q-141 0-240.5 99T140-480q0 141 99.5 240.5T480-140Zm0-340Z"}},N3=n("play_circle",R3.regular[400]),P3={regular:{400:"M479.91-120q-28.91 0-49.41-20.59-20.5-20.59-20.5-49.5t20.59-49.41q20.59-20.5 49.5-20.5t49.41 20.59q20.5 20.59 20.5 49.5t-20.59 49.41q-20.59 20.5-49.5 20.5Zm0-240q-28.91 0-49.41-20.56Q410-401.13 410-430v-340q0-28.88 20.59-49.44t49.5-20.56q28.91 0 49.41 20.56Q550-798.88 550-770v340q0 28.87-20.59 49.44Q508.82-360 479.91-360Z"}},V3=n("priority_high",P3.regular[400]),O3={regular:{400:"M78-320v-94q0-35 18-63.5t50-42.5q60-26 123-43t129-17q51 0 101.5 10.5T598-541q-11 11-21 22.5T559-493q-39-14-79-20.5t-82-6.5q-60 0-117 15t-111 39q-15 7-23.5 21t-8.5 31v34h383q-1 15 0 30t3 30H78Zm320-60ZM291.5-684.5Q248-728 248-791t43.5-106.5Q335-941 398-941t106.5 43.5Q548-854 548-791t-43.5 106.5Q461-641 398-641t-106.5-43.5ZM462-727q26-26 26-64t-26-64q-26-26-64-26t-64 26q-26 26-26 64t26 64q26 26 64 26t64-26Zm-64-64Zm316.5 106.5Q671-641 608-641q-13 0-25-1t-24-6q27-29 38-66.5t11-76.5q0-39-12-76t-37-67q12-4 24-5.5t25-1.5q63 0 106.5 43.5T758-791q0 63-43.5 106.5ZM770-170q-79 0-134.5-55.5T580-360q0-79 55.5-134.5T770-550q79 0 134.5 55.5T960-360q0 79-55.5 134.5T770-170Zm-38-108 134-134-21-21-113 113-56-57-21 21 77 78Z"}},U3=n("productivity",O3.regular[400]),K3={regular:{400:"m446-418 2 30q.74 6.22 4.78 10.11 4.05 3.89 9.94 3.89h32.39q5.89 0 10.02-3.89 4.12-3.89 4.87-10.11l2-30q12-2 22.47-8.46Q544.94-432.92 553-441l30 10q5 2 10 0t7.8-6.85l15.4-26.3q2.8-4.85 2.3-9.85t-5.19-9.17L593-499q5-14 5-29t-5-29l20.31-15.83Q618-577 618.5-582t-2.3-9.85l-15.4-26.3Q598-623 593-625t-10 0l-30 10q-8.33-7.69-19.17-13.85Q523-635 512-638l-2-30q-.74-6.22-4.78-10.11-4.05-3.89-9.94-3.89h-32.39q-5.89 0-10.01 3.89-4.13 3.89-4.88 10.11l-2 30q-11 3-21.83 9.15Q413.33-622.69 405-615l-30-10q-5-2-10 0t-7.8 6.85l-15.4 26.3Q339-587 339.5-582t5.19 9.17L365-557q-5 14-5 29t5 29l-20.31 15.83Q340-479 339.5-474t2.3 9.85l15.4 26.3Q360-433 365-431t10 0l30-10q8.06 8.08 18.53 14.54Q434-420 446-418Zm-16.5-60.38q-20.5-20.38-20.5-49.5t20.38-49.62q20.38-20.5 49.5-20.5t49.62 20.38q20.5 20.38 20.5 49.5t-20.38 49.62q-20.38 20.5-49.5 20.5t-49.62-20.38ZM240-252q-57-52-88.5-121.5T120-520q0-150 105-255t255-105q125 0 221.5 73.5T827-615l55 218q4 14-5 25.5T853-360h-93v140q0 24.75-17.62 42.37Q724.75-160 700-160H600v50q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q540-97.25 540-110v-80q0-12.75 8.63-21.38Q557.25-220 570-220h130v-170q0-12.75 8.63-21.38Q717.25-420 730-420h84l-45-180q-24-97-105-158.5T480-820q-125 0-212.5 86.5T180-522.46q0 64.42 26.32 122.39Q232.65-342.09 281-297l19 18v169q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q240-97.25 240-110v-142Zm257-198Z"}},G3=n("psychology",K3.regular[400]),J3={regular:{400:"m332-84-62-106-124-25q-11-2-18.5-12t-5.5-21l14-120-79-92q-8-8-8-20t8-20l79-91-14-120q-2-11 5.5-21t18.5-12l124-25 62-107q6-10 17-14t22 1l109 51 109-51q11-5 22-1.5t17 13.5l63 108 123 25q11 2 18.5 12t5.5 21l-14 120 79 91q8 8 8 20t-8 20l-79 92 14 120q2 11-5.5 21T814-215l-123 25-63 107q-6 10-17 13.5T589-71l-109-51-109 51q-11 5-22 1t-17-14Zm41-55 107-45 110 45 67-100 117-30-12-119 81-92-81-94 12-119-117-28-69-100-108 45-110-45-67 100-117 28 12 119-81 94 81 92-12 121 117 28 70 100Zm107-341Zm23.5 190.5Q513-299 513-313t-9.5-23.5Q494-346 480-346t-23.5 9.5Q447-327 447-313t9.5 23.5Q466-280 480-280t23.5-9.5Zm1-152Q513-450 513-463v-193q0-13-8.5-21.5T483-686q-13 0-21.5 8.5T453-656v193q0 13 8.5 21.5T483-433q13 0 21.5-8.5Z"}},Y3=n("release_alert",J3.regular[400]),X3={regular:{400:"M230-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h500q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H230Z"}},en=n("remove",X3.regular[400]),tn={regular:{400:"m236-494 142 142q9 9 8.5 21t-9.5 21q-9 9-21.5 9t-21.5-9L141-503q-9-9-9-21t9-21l194-194q9-9 21.5-9t21.5 9q9 9 9 21.5t-9 21.5L236-554h406q85 0 141.5 56.5T840-356v126q0 13-8.5 21.5T810-200q-13 0-21.5-8.5T780-230v-126q0-60-39-99t-99-39H236Z"}},rn=n("reply",tn.regular[400]),on={regular:{400:"M418-126q-111-21-184.5-109T160-439q0-71 30-134t85-107q8-6 19-5.5t19 8.5q10 10 9 23t-13 23q-42 35-65.5 85.5T220-439q0 94 58 163.5T425-186q11 2 18.5 11t7.5 20q0 14-10 22.5t-23 6.5Zm126 0q-13 2-23-6.5T511-155q0-11 7.5-20t18.5-11q90-20 147-89.5T741-439q0-109-75.5-184.5T481-699h-20l39 39q8 8 8 21t-8 21q-9 9-22 9t-21-9l-91-90q-5-5-7-10t-2-11q0-6 2-11t7-10l91-91q8-8 21-8t22 8q8 9 8 22t-8 21l-39 39h20q134 0 227 93.5T801-439q0 116-73 204T544-126Z"}},an=n("restart_alt",on.regular[400]),ln={regular:{400:"M427-160q-24.75 0-42.37-17.63Q367-195.25 367-220v-106q0-24.75 17.63-42.38Q402.25-386 427-386h106q24.75 0 42.38 17.62Q593-350.75 593-326v106q0 24.75-17.62 42.37Q557.75-160 533-160H427Zm0-60h106v-106H427v106ZM100-474q-10.35 8-22.17 6Q66-470 58-480q-8-10-6.06-22.19Q53.89-514.38 64-522l380-291q7.94-6 16.97-9 9.03-3 19.03-3 10 0 19.03 3 9.03 3 16.97 9l142 108v-45q0-20.83 14.62-35.42Q687.24-800 708.12-800q20.88 0 35.38 14.58Q758-770.83 758-750v122l139 106q9.94 7.62 11.47 19.81Q910-490 902-480q-8 10-19.83 12-11.82 2-22.17-6L480-765 100-474Zm380 201Z"}},nn=n("roofing",ln.regular[400]),sn={regular:{400:"M156-488q-15 0-24-11t-6-25q7-32 18-60.5t27-54.5q8-13 22-14.5t25 9.5q8 8 9 19t-4 20q-14 23-23.5 46T185-512q-2 10-10.5 17t-18.5 7Zm278 372q0 15-11 24t-25 6q-29-7-57.5-18T285-132q-13-8-14.5-22t9.5-25q8-8 18.5-8.5T318-183q23 14 46 23.5t46 14.5q10 2 17 10.5t7 18.5ZM218-242q-11 11-24.5 9.5T172-247q-15-26-26-55t-19-61q-3-14 5.5-24.5T156-398q11 0 19 7t10 17q5 24 14 47t23 46q5 9 4 20.5t-8 18.5ZM559-86q-14 3-25-6t-11-24q0-11 7-19.5t17-10.5q101-26 166-106.5T778-443q0-127-86.5-213.5T478-743h-20l57 57q9 9 9 22t-9 22q-9 9-22 9t-22-9L361-752q-5-5-7-10t-2-11q0-6 2-11t7-10l110-110q9-9 22-9t22 9q9 9 9 22t-9 22l-57 57h20q151 0 255.5 104.5T838-443q0 131-78 230T559-86Z"}},dn=n("rotate_left",sn.regular[400]),cn={regular:{400:"m687-271-90 90q-9 9-21 9t-21-9q-9-9-9-21t9-21l90-90-90-90q-9-9-9-21t9-21q9-9 21-9t21 9l90 90 90-90q9-9 21-9t21 9q9 9 9 21t-9 21l-90 90 90 90q9 9 9 21t-9 21q-9 9-21 9t-21-9l-90-90Zm-28-348 158-158q9-9 21-8.5t21 9.5q9 9 9 21t-9 21L680-555q-9 9-21 9t-21-9L538-655q-9-9-9-21t9-21q9-9 21-8.5t21 8.5l79 78ZM110-350h300q13 0 21.5 8.5T440-320q0 13-8.5 21.5T410-290H110q-13 0-21.5-8.5T80-320q0-13 8.5-21.5T110-350Zm0-320h300q13 0 21.5 8.5T440-640q0 13-8.5 21.5T410-610H110q-13 0-21.5-8.5T80-640q0-13 8.5-21.5T110-670Z"}},un=n("rule",cn.regular[400]),gn={regular:{400:"M230-120q-21 0-39.49-13.96Q172.02-147.93 166-168q-25-86-41.54-148.46-16.54-62.46-26.37-109.68-9.82-47.22-13.95-83.79Q80-546.49 80-580q0-92 64-156t156-64h200q27-36 68.5-58t91.5-22q25 0 42.5 17.5T720-820q0 6-1.5 12t-3.5 11q-4 11-7.5 22t-5.5 24l91 91h57q12.75 0 21.38 8.62Q880-642.75 880-630v227q0 10.24-5.5 18.12Q869-377 859-374l-91.93 30.3L713-163q-6.03 19.61-21.84 31.31Q675.34-120 655-120H540q-24.75 0-42.37-17.63Q480-155.25 480-180v-20h-80v20q0 24.75-17.62 42.37Q364.75-120 340-120H230Zm-5-60h115v-80h200v80h115l63-210 102-35v-175h-52L640-728q1-17 5.5-41.5T658-824q-43 11-76 33t-48 51H300q-66.29 0-113.14 46.86Q140-646.29 140-580q0 42 22 146.5T225-180Zm443.5-351.5Q680-543 680-560t-11.5-28.5Q657-600 640-600t-28.5 11.5Q600-577 600-560t11.5 28.5Q623-520 640-520t28.5-11.5ZM490-620q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H350q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h140Zm-10 118Z"}},qn=n("savings",gn.regular[400]),mn={regular:{400:"M513-492v-171q0-13-8.5-21.5T483-693q-13 0-21.5 8.5T453-663v183q0 6 2 11t6 10l144 149q9 10 22.5 9.5T650-310q9-9 9-22t-9-22L513-492ZM480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-82 31.5-155t86-127.5Q252-817 325-848.5T480-880q82 0 155 31.5t127.5 86Q817-708 848.5-635T880-480q0 82-31.5 155t-86 127.5Q708-143 635-111.5T480-80Zm0-400Zm0 340q140 0 240-100t100-240q0-140-100-240T480-820q-140 0-240 100T140-480q0 140 100 240t240 100Z"}},fn=n("schedule",mn.regular[400]),hn={regular:{400:"M220-262q-14-8-22.5-21.88Q189-297.75 189-315v-204L89-574q-8-5-12-11.53-4-6.52-4-14.5 0-7.97 4-14.47 4-6.5 12-11.5l361-198q7-4 14-5.5t15-1.5q8 0 15 1.5t14 5.5l396 215q8 5 12 11.97 4 6.96 4 15.03v269q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-252l-91 46v204q0 17.25-8.5 31.12Q752-270 738-262L508-136q-7 4-14 5.5t-15 1.5q-8 0-15-1.5t-14-5.5L220-262Zm259-166 315-172-315-169-313 169 313 172Zm0 240 230-127v-168L508-375q-7 4-14 5.5t-15 1.5q-8 0-14.5-1.5T451-375L249-485v170l230 127Zm1-240Zm-1 90Zm0 0Z"}},pn=n("school",hn.regular[400]),bn={regular:{400:"M172-120q-41.78 0-59.39-39T124-230l248-280v-270h-52q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h320q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-52v270l248 280q29 32 11.39 71T788-120H172Zm-12-60h640L528-488v-292h-96v292L160-180Zm318-300Z"}},yn=n("science",bn.regular[400]),vn={regular:{400:"M378-329q-108.16 0-183.08-75Q120-479 120-585t75-181q75-75 181.5-75t181 75Q632-691 632-584.85 632-542 618-502q-14 40-42 75l242 240q9 8.56 9 21.78T818-143q-9 9-22.22 9-13.22 0-21.78-9L533-384q-30 26-69.96 40.5Q423.08-329 378-329Zm-1-60q81.25 0 138.13-57.5Q572-504 572-585t-56.87-138.5Q458.25-781 377-781q-82.08 0-139.54 57.5Q180-666 180-585t57.46 138.5Q294.92-389 377-389Z"}},_n=n("search",vn.regular[400]),Fn={regular:{400:"M480-142q106-35 175.5-128.5T737-480H480v-335l-260 97v196q0 12 .5 20.5T223-480h257v338Zm-9.5 57q-4.5-1-9.5-3-139-47-220-168.5T160-523v-196q0-19 11-34.5t28-22.5l260-97q11-4 21-4t21 4l260 97q17 7 28 22.5t11 34.5v196q0 145-81 266.5T499-88q-5 2-9.5 3t-9.5 1q-5 0-9.5-1Z"}},Tn=n("security",Fn.regular[400]),xn={regular:{400:"M863-404 557-97q-9 8.5-20.25 12.75T514.25-80Q503-80 492-84.5T472-97L98-472q-8-8-13-18.96-5-10.95-5-23.04v-306q0-24.75 17.63-42.38Q115.25-880 140-880h307q12.07 0 23.39 4.87Q481.7-870.25 490-862l373 373q9.39 9 13.7 20.25 4.3 11.25 4.3 22.5t-4.5 22.75Q872-412 863-404ZM516-138l306-307-375-375H140v304l376 378ZM245-664q21 0 36.5-15.5T297-716q0-21-15.5-36.5T245-768q-21 0-36.5 15.5T193-716q0 21 15.5 36.5T245-664Zm236 185Z"}},Sn=n("sell",xn.regular[400]),kn={regular:{400:"M814-452 162-178q-15 6-28.5-2.5T120-205v-550q0-16 13.5-24.5T162-782l652 274q18 8 18 28t-18 28ZM180-253l544-227-544-230v168l242 62-242 60v167Zm0 0v-457 457Z"}},Zn=n("send",kn.regular[400]),Hn={regular:{400:"M421-80q-14 0-25-9t-13-23l-15-94q-19-7-40-19t-37-25l-86 40q-14 6-28 1.5T155-226L97-330q-8-13-4.5-27t15.5-23l80-59q-2-9-2.5-20.5T185-480q0-9 .5-20.5T188-521l-80-59q-12-9-15.5-23t4.5-27l58-104q8-13 22-17.5t28 1.5l86 40q16-13 37-25t40-18l15-95q2-14 13-23t25-9h118q14 0 25 9t13 23l15 94q19 7 40.5 18.5T669-710l86-40q14-6 27.5-1.5T804-734l59 104q8 13 4.5 27.5T852-580l-80 57q2 10 2.5 21.5t.5 21.5q0 10-.5 21t-2.5 21l80 58q12 8 15.5 22.5T863-330l-58 104q-8 13-22 17.5t-28-1.5l-86-40q-16 13-36.5 25.5T592-206l-15 94q-2 14-13 23t-25 9H421Zm15-60h88l14-112q33-8 62.5-25t53.5-41l106 46 40-72-94-69q4-17 6.5-33.5T715-480q0-17-2-33.5t-7-33.5l94-69-40-72-106 46q-23-26-52-43.5T538-708l-14-112h-88l-14 112q-34 7-63.5 24T306-642l-106-46-40 72 94 69q-4 17-6.5 33.5T245-480q0 17 2.5 33.5T254-413l-94 69 40 72 106-46q24 24 53.5 41t62.5 25l14 112Zm44-210q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Zm0-130Z"}},wn=n("settings",Hn.regular[400]),Cn={regular:{400:"M480-120q-143 0-245.5-95.5T121-451q-1-12 7.5-21t21.38-9q12.12 0 20.62 8.5Q179-464 181-451q11 115 96 193t203 78q125.36 0 212.68-87.32Q780-354.64 780-480q0-125.36-87.32-212.68Q605.36-780 480-780q-69 0-129 30.5T246-667h74q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H172q-12.75 0-21.37-8.63Q142-624.25 142-637v-148q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v76q53-62 125.22-96.5Q399.43-840 480-840q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-480q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-120Zm-.04-285Q449-405 427-427.04q-22-22.05-22-53Q405-511 427.04-533q22.05-22 53-22Q511-555 533-532.96q22 22.05 22 53Q555-449 532.96-427q-22.05 22-53 22Z"}},Qn=n("settings_backup_restore",Cn.regular[400]),Dn={regular:{400:"M382.5-489.5Q343-529 343-587t39.5-97.5Q422-724 480-724t97.5 39.5Q617-645 617-587t-39.5 97.5Q538-450 480-450t-97.5-39.5Zm153-42Q557-553 557-587t-21.5-55.5Q514-664 480-664t-55.5 21.5Q403-621 403-587t21.5 55.5Q446-510 480-510t55.5-21.5ZM480-480Zm0-337-260 98v196q0 63 17.5 120.5T287-296q46-25 93.5-37.5T480-346q52 0 99.5 12.5T673-296q32-49 49.5-106.5T740-523v-196l-260-98Zm-78 541q-39 10-77 30 32 35 71 61.5t84 41.5q45-15 84-41.5t71-61.5q-38-20-77-30t-78-10q-39 0-78 10Zm68.5 191q-4.5-1-9.5-3-139-47-220-168.5T160-523v-196q0-19 11-34.5t28-22.5l260-97q11-4 21-4t21 4l260 97q17 7 28 22.5t11 34.5v196q0 145-81 266.5T499-88q-5 2-9.5 3t-9.5 1q-5 0-9.5-1Z"}},Mn=n("shield_person",Dn.regular[400]),Bn={regular:{400:"M220-80q-24 0-42-18t-18-42v-520q0-24 18-42t42-18h110v-10q0-63 43.5-106.5T480-880q63 0 106.5 43.5T630-730v10h110q24 0 42 18t18 42v520q0 24-18 42t-42 18H220Zm0-60h520v-520H630v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90H390v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90H220v520Zm170-580h180v-10q0-38-26-64t-64-26q-38 0-64 26t-26 64v10ZM220-140v-520 520Z"}},In=n("shopping_bag",Bn.regular[400]),En={regular:{400:"m758-140 6-50 3-26q3-26 8-64 2-21 4.5-39.5T784-350l3-26q3-26 8-64t8-64l3-26 16-130-64 520ZM211-80q-24 0-38.5-18T158-140h600l64-520H682l-11 90q-2 13-11.5 21.5T637-540q-12 0-20-9t-6-21l11-90H442l-11 90q-2 13-11.5 21.5T397-540q-12 0-20-9t-6-21l11-90H222q3-26 22-43t45-17h100l2-10q9-72 52.5-111T559-880q61 0 99.5 48.5T689-720h140q24 0 40 18t13 42l-64 520q-3 26-22 43t-45 17H211Zm238-640h180q5-39-17.5-69.5T552-820q-43 0-69.5 23.5T451-730l-2 10ZM230-250H90q-13 0-21.5-8.5T60-280q0-13 8.5-21.5T90-310h140q13 0 21.5 8.5T260-280q0 13-8.5 21.5T230-250Zm120-160H170q-13 0-21.5-8.5T140-440q0-13 8.5-21.5T170-470h180q13 0 21.5 8.5T380-440q0 13-8.5 21.5T350-410Z"}},Ln=n("shopping_bag_speed",En.regular[400]),$n={regular:{400:"M150-240q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h180q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h420q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm0-210q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h660q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},k2=n("sort",$n.regular[400]),An={regular:{400:"M140-320q-24.75 0-42.37-17.63Q80-355.25 80-380v-440q0-24.75 17.63-42.38Q115.25-880 140-880h440q24.75 0 42.38 17.62Q640-844.75 640-820v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90H140v440h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90ZM380-80q-24.75 0-42.37-17.63Q320-115.25 320-140v-440q0-24.75 17.63-42.38Q355.25-640 380-640h440q24.75 0 42.38 17.62Q880-604.75 880-580v440q0 24.75-17.62 42.37Q844.75-80 820-80H380Zm0-60h440v-440H380v440Zm220-220Z"}},Wn=n("stack",An.regular[400]),jn={regular:{400:"M540-81q-112 0-186-78.5T280-347v-35q-85-11-142.5-75.71T80-610v-200q0-12.75 8.63-21.38Q97.25-840 110-840h90v-10q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v80q0 12-8.68 21-8.67 9-21.5 9-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-10h-60v170q0 71 49.5 120.5T310-440q71 0 120.5-49.5T480-610v-170h-60v10q0 12-8.68 21-8.67 9-21.5 9-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-80q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v10h90q12.75 0 21.38 8.62Q540-822.75 540-810v200q0 87.58-57.5 152.29T340-382v35q0 85 56.5 145.5T540-141q81 0 140.5-60.15T740-347.23V-424q-35-10-57.5-39T660-530q0-45.83 32.12-77.92 32.12-32.08 78-32.08T848-607.92q32 32.09 32 77.92 0 38-22.5 67T800-424v77q0 111-76.5 188.5T540-81Zm265.5-413.32q14.5-14.33 14.5-35.5 0-21.18-14.32-35.68-14.33-14.5-35.5-14.5-21.18 0-35.68 14.32-14.5 14.33-14.5 35.5 0 21.18 14.32 35.68 14.33 14.5 35.5 14.5 21.18 0 35.68-14.32ZM770-530Z"}},zn=n("stethoscope",jn.regular[400]),Rn={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v434q0 12.44-5 23.72T822-303L657-138q-8 8-19.28 13-11.28 5-23.72 5H180Zm429-60v-83q0-35 26.5-61.5T697-351h83v-429H180v600h429ZM450-579v228q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-228h99q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H351q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5h99Zm159 399Zm-429 0v-600 600Z"}},Nn=n("sticky_note",Rn.regular[400]),Pn={regular:{400:"M180-180h400v-170q0-12.75 8.63-21.38Q597.25-380 610-380h170v-400H180v600Zm0 60q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h600q24.75 0 42.38 17.62Q840-804.75 840-780v395q0 12.44-5 23.72T822-342L618-138q-8 8-19.28 13-11.28 5-23.72 5H180Zm260-300H330q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h110q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5Zm190-160H330q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h300q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5ZM180-180v-600 600Z"}},Vn=n("sticky_note_2",Pn.regular[400]),On={regular:{400:"M360-330h240q12.75 0 21.38-8.63Q630-347.25 630-360v-240q0-12.75-8.62-21.38Q612.75-630 600-630H360q-12.75 0-21.37 8.62Q330-612.75 330-600v240q0 12.75 8.63 21.37Q347.25-330 360-330ZM480.27-80q-82.74 0-155.5-31.5Q252-143 197.5-197.5t-86-127.34Q80-397.68 80-480.5t31.5-155.66Q143-709 197.5-763t127.34-85.5Q397.68-880 480.5-880t155.66 31.5Q709-817 763-763t85.5 127Q880-563 880-480.27q0 82.74-31.5 155.5Q817-252 763-197.68q-54 54.31-127 86Q563-80 480.27-80Zm.23-60Q622-140 721-239.5t99-241Q820-622 721.19-721T480-820q-141 0-240.5 98.81T140-480q0 141 99.5 240.5t241 99.5Zm-.5-340Z"}},Un=n("stop_circle",On.regular[400]),Kn={regular:{400:"M179-120q-24 0-42-18t-18-42v-339q-28-24-37-59t2-70l43-135q8-27 28-42t46-15h553q28 0 49 15.5t29 41.5l44 135q11 35 1.5 70T840-519v339q0 24-18 42t-42 18H179Zm391-430q29 0 49-19t16-46l-25-165H510v165q0 26 17 45.5t43 19.5Zm-187 0q28 0 47.5-19t19.5-46v-165H350l-25 165q-4 26 14 45.5t44 19.5Zm-182 0q24 0 41.5-16.5T263-607l26-173H189l-46 146q-10 31 8 57.5t50 26.5Zm557 0q32 0 50.5-26t8.5-58l-46-146H671l26 173q3 24 20.5 40.5T758-550ZM179-180h601v-311q1 1-6.5 1H758q-25 0-47.5-10.5T666-533q-16 20-40 31.5T573-490q-30 0-51.5-8.5T480-527q-15 18-38 27.5t-52 9.5q-31 0-55-11t-41-32q-24 21-47 32t-46 11h-13.5q-6.5 0-8.5-1v311Zm601 0H179h601Z"}},Gn=n("storefront",Kn.regular[400]),Jn={regular:{400:"M504-160q-67 0-125-31t-93-88q-7-12-2.5-25t17.5-20q14-8 29.5-3.5T356-309q26 35 65 54t83 19q46 0 80-28t34-72q0-12-3-24t-7-24q-5-15 2-28.5t22-18.5q14-5 27.5 2.5T679-407q7 17 11 35t4 36q0 75-56.5 125.5T504-160ZM110-490q-13 0-21.5-8.5T80-520q0-13 8.5-21.5T110-550h740q13 0 21.5 8.5T880-520q0 13-8.5 21.5T850-490H110Zm218-120q-15 0-26-11t-11-26q0-70 55-114.5T474-806q48 0 92 18.5t74 55.5q9 11 6.5 25.5T632-684q-13 10-29 8t-27-14q-20-20-46.5-30T474-730q-42 0-74.5 22.5T365-647q0 15-11 26t-26 11Z"}},Yn=n("strikethrough_s",Jn.regular[400]),Xn={regular:{400:"M331-326q-10.77 0-19.23-6.31-8.46-6.3-10.77-16.69l-77-317q-2-8 .5-16t8.5-13l227-207q8.19-8 20.09-8 11.91 0 19.91 8l227 207q6 5 8.5 13t.5 16l-77 317q-2.31 10.39-10.77 16.69Q639.77-326 629-326H331Zm23-60h252l68-277-164-148v143q14 8 23 22.06 9 14.06 9 30.94 0 25.27-18.22 43.14-18.22 17.86-44 17.86T436-571.86q-18-17.87-18-43.14 0-16.88 9-30.94Q436-660 450-668v-143L286-663l68 277ZM203-120q-16 0-24.5-12.5T175-160l6-17q8-22 26.84-35.5T250-226h460q23.32 0 42.16 13.5Q771-199 779-177l6 17q5 15-3.5 27.5T757-120H203Z"}},e6=n("stylus_fountain_pen",Xn.regular[400]),t6={regular:{400:"M311-326q-12.75 0-21.37-8.63Q281-343.25 281-356v-424q0-24.75 17.69-42.38Q316.38-840 341.22-840q6.78 0 13.36 1.5 6.57 1.5 12.42 4.5l277 134q16 8 25 22.47 9 14.47 9 31.53v290q0 12.75-8.62 21.37Q660.75-326 648-326H311Zm30-60h277v-259L341-779v393Zm0 0h277-277ZM203-120q-16 0-24.5-12.5T175-160l6-17q8-22 26.84-35.5T250-226h460q23.32 0 42.16 13.5Q771-199 779-177l6 17q5 15-3.5 27.5T757-120H203Z"}},r6=n("stylus_highlighter",t6.regular[400]),o6={regular:{400:"m499-259 364-363-81-80-363 363 80 80Zm-399-90q0 31 23 50t71 26q12 2 19.5 11t6.5 21q-1 13-10 21t-21 6q-73-11-111-44.5T40-349q0-60 51-98t142-46q44-4 65.5-16t21.5-33q0-26-22.5-41T224-606q-13-2-20.5-11t-6.5-22q1-13 11-20.5t22-5.5q74 12 112 42.5t38 80.5q0 46-37.5 75T238-433q-69 5-103.5 26T100-349Zm418 156L353-358l398-397q14-14 31.5-13.5T814-755l102 101q14 14 14 32t-14 32L518-193Zm-159 33q-17 4-30-9t-9-30l33-159 165 165-159 33Z"}},a6=n("stylus_note",o6.regular[400]),l6={regular:{400:"M331.5-458.5Q323-467 323-480v-286L223-666q-9 9-21 9t-21-9q-9-9-9-21t9-21l151-151q5-5 10-7t11-2q6 0 11 2t10 7l151 151q9 9 9 21t-9 21q-9 9-21 9t-21-9L383-766v286q0 13-8.5 21.5T353-450q-13 0-21.5-8.5ZM596-94q-5-2-10-7L435-252q-9-9-9-21t9-21q9-9 21-9t21 9l100 100v-286q0-13 8.5-21.5T607-510q13 0 21.5 8.5T637-480v286l100-100q9-9 21-9t21 9q9 9 9 21t-9 21L628-101q-5 5-10 7t-11 2q-6 0-11-2Z"}},n6=n("swap_vert",l6.regular[400]),i6={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm270-250H180v190h270v-190Zm60 0v190h270v-190H510Zm-60-60v-190H180v190h270Zm60 0h270v-190H510v190ZM180-680h600v-100H180v100Z"}},s6=n("table",i6.regular[400]),d6={regular:{400:"m338-319-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H158q-14 0-23.5-11.5T129-356q2-10 10-16.5t19-6.5h136l51-202H224q-14 0-23.5-11.5T195-618q2-10 10-16.5t19-6.5h136l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T449-765l-30 124h203l34-137q2-10 9.5-16t17.5-6q14 0 22.5 10.5T711-765l-30 124h121q14 0 23.5 11.5T831-604q-2 10-10 16.5t-19 6.5H666l-51 202h121q14 0 23.5 11.5T765-342q-2 10-10 16.5t-19 6.5H600l-35 137q-2 10-9.5 16t-17.5 6q-14 0-23-11t-5-25l31-123H338Zm15-60h203l51-202H404l-51 202Z"}},c6=n("tag",d6.regular[400]),u6={regular:{400:"M422-70v-50H180q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h242v-50q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v820q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63Q422-57.25 422-70ZM180-180h242v-111H309q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h113v-99H309q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h113v-99H309q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h113v-111H180v600Zm392 60q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h208v-600H572q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h208q24 0 42 18t18 42v600q0 24-18 42t-42 18H572Zm0-330q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h83q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-83Zm0-159q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h83q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-83ZM422-480Z"}},g6=n("text_compare",u6.regular[400]),q6={regular:{400:"M304.5-174.58Q290-189.17 290-210v-490H130q-20.83 0-35.42-14.62Q80-729.24 80-750.12 80-771 94.58-785.5 109.17-800 130-800h420q20.83 0 35.42 14.62Q600-770.76 600-749.88q0 20.88-14.58 35.38Q570.83-700 550-700H390v490q0 20.83-14.62 35.42Q360.76-160 339.88-160q-20.88 0-35.38-14.58Zm360 0Q650-189.17 650-210v-290h-80q-20.83 0-35.42-14.62Q520-529.24 520-550.12q0-20.88 14.58-35.38Q549.17-600 570-600h260q20.83 0 35.42 14.62Q880-570.76 880-549.88q0 20.88-14.58 35.38Q850.83-500 830-500h-80v290q0 20.83-14.62 35.42Q720.76-160 699.88-160q-20.88 0-35.38-14.58Z"}},m6=n("text_fields",q6.regular[400]),f6={regular:{400:"M180-180h600v-375L555-780H180v600Zm0 60q-24.75 0-42.37-17.63Q120-155.25 120-180v-600q0-24.75 17.63-42.38Q155.25-840 180-840h375q12.44 0 23.72 5T598-822l224 224q8 8 13 19.28 5 11.28 5 23.72v375q0 24.75-17.62 42.37Q804.75-120 780-120H180Zm129-171h342q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-159h342q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5Zm0-159h216q12.75 0 21.38-8.68 8.62-8.67 8.62-21.5 0-12.82-8.62-21.32-8.63-8.5-21.38-8.5H309q-12.75 0-21.37 8.68-8.63 8.67-8.63 21.5 0 12.82 8.63 21.32 8.62 8.5 21.37 8.5ZM180-180v-600 600Z"}},h6=n("text_snippet",f6.regular[400]),p6={regular:{400:"M458.04-75.43Q447.07-79.87 438-88L88-438q-8.13-9.07-12.57-20.04Q71-469 71-480t4.43-22.34Q79.87-513.68 88-522l350-350q9.07-8.87 20.04-12.93Q469-889 480-889t22.34 4.07Q513.68-880.87 522-872l350 350q8.87 8.32 12.93 19.66Q889-491 889-480t-4.07 21.96Q880.87-447.07 872-438L522-88q-8.32 8.13-19.66 12.57Q491-71 480-71t-21.96-4.43ZM480-131l349-349-349-349-349 349 349 349Zm0-349Z"}},b6=n("thermostat_carbon",p6.regular[400]),y6={regular:{400:"M105-328q-24 0-42-18t-18-42v-81.84q0-7.16-1.5-14.66T45-499l126-290q8.88-21.25 29.59-36.13Q221.31-840 244-840h444v512L463-90q-13.6 14-32.19 16.5Q412.23-71 395-81q-17-10-25.5-27.5t-4.2-36.5L404-328H105Zm523-25v-427H231L105-481v93h373l-53 249 203-214Zm193-487q24.75 0 42.38 17.62Q881-804.75 881-780v392q0 24.75-17.62 42.37Q845.75-328 821-328H688v-60h133v-392H688v-60h133Zm-193 60v427-427Z"}},v6=n("thumb_down",y6.regular[400]),_6={regular:{400:"M855-632q24 0 42 18t18 42v81.84q0 7.16 1.5 14.66T915-461L789-171q-8.88 21.25-29.59 36.12Q738.69-120 716-120H272v-512l225-238q13.6-14 32.19-16.5Q547.77-889 565-879q17 10 25.5 27.5t4.2 36.5L556-632h299Zm-523 25v427h397l126-299v-93H482l53-249-203 214ZM139-120q-24.75 0-42.37-17.63Q79-155.25 79-180v-392q0-24.75 17.63-42.38Q114.25-632 139-632h133v60H139v392h133v60H139Zm193-60v-427 427Z"}},F6=n("thumb_up",_6.regular[400]),T6={regular:{400:"M390-860q-13 0-21.5-8.5T360-890q0-13 8.5-21.5T390-920h180q13 0 21.5 8.5T600-890q0 13-8.5 21.5T570-860H390Zm111.5 438.5Q510-430 510-443v-170q0-13-8.5-21.5T480-643q-13 0-21.5 8.5T450-613v170q0 13 8.5 21.5T480-413q13 0 21.5-8.5Zm-161 312Q275-138 226-187t-77.5-114.5Q120-367 120-441t28.5-139.5Q177-646 226-695t114.5-77.5Q406-801 480-801q67 0 126 22.5T711-716l30-30q9-9 21-9t21 9q9 9 9 21t-9 21l-30 30q36 40 61.5 97T840-441q0 74-28.5 139.5T734-187q-49 49-114.5 77.5T480-81q-74 0-139.5-28.5Zm352-119Q780-316 780-441t-87.5-212.5Q605-741 480-741t-212.5 87.5Q180-566 180-441t87.5 212.5Q355-141 480-141t212.5-87.5ZM480-440Z"}},x6=n("timer",T6.regular[400]),S6={regular:{400:"M280-240q-100 0-170-70T40-480q0-100 70-170t170-70h400q100 0 170 70t70 170q0 100-70 170t-170 70H280Zm0-60h400q75 0 127.5-52.5T860-480q0-75-52.5-127.5T680-660H280q-75 0-127.5 52.5T100-480q0 75 52.5 127.5T280-300Zm472.5-108.5Q782-438 782-480t-29.5-71.5Q723-581 681-581t-71.5 29.5Q580-522 580-480t29.5 71.5Q639-379 681-379t71.5-29.5ZM480-480Z"}},k6=n("toggle_on",S6.regular[400]),Z6={regular:{400:"M480-89q-8 0-15.5-2T450-97L150-269q-14-8-22-21.5t-8-30.5v-328q0-17 8.5-31t22.5-22l300-163q7-4 14-5.5t15-1.5q8 0 15 1.5t14 5.5l300 163q14 8 22.5 22t8.5 31v328q0 17-8 30.5T810-269L510-97q-7 4-14.5 6T480-89ZM366-578q23-23 52.5-37.5T480-630q32 0 61.5 14.5T594-578l153-90-267-142-267 142 153 90Zm84 412v-167q-52-14-86-54.5T330-480q0-10 1-21t6-24l-157-93v297l270 155Zm30-224q38 0 64-26.5t26-63.5q0-38-26-64t-64-26q-37 0-63.5 26T390-480q0 37 26.5 63.5T480-390Zm30 224 270-155v-297l-157 93q5 14 6 24.5t1 20.5q0 52-34 92.5T510-333v167Z"}},H6=n("token",Z6.regular[400]),w6={regular:{400:"M80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q137 0 241.5 80T863-595q4 13-2 24.5T842-556q-12 3-22-4.5T806-580q-22-74-74-131.5T607-799v18q0 35-24 61t-59 26h-87v87q0 17-13.5 28T393-568h-83v88h80q13 0 21.5 8.5T420-450v95h-67L149-559q-5 20-7 39.5t-2 39.5q0 128 82.5 223.5T431-144q12 2 19.5 11.5T458-111q0 13-9 21t-22 6q-148-20-247.5-131.5T80-480Zm749 351L716-241q-21 15-45.5 23t-50.5 8q-71 0-120.5-49.5T450-380q0-71 49.5-120.5T620-550q71 0 120.5 49.5T790-380q0 26-8.5 50.5T759-283l112 112q9 9 9.5 21t-8.5 21q-9 9-21.5 9t-21.5-9ZM698-302q32-32 32-78t-32-78q-32-32-78-32t-78 32q-32 32-32 78t32 78q32 32 78 32t78-32Z"}},C6=n("travel_explore",w6.regular[400]),Q6={regular:{400:"M435.5-128.63Q427-137.25 427-150v-165q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v53h323q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H487v52q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63ZM150-202q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h187q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm165.5-174.63Q307-385.25 307-398v-52H150q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h157v-54q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v166q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63ZM457-450q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h353q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H457Zm144.5-173.63Q593-632.25 593-645v-165q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v52h157q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H653v53q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63ZM150-698q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h353q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Z"}},D6=n("tune",Q6.regular[400]),M6={regular:{400:"M480-297 364-181q-9 9-21 8.5t-21-9.5q-9-9-9-21.5t9-21.5l137-137q5-5 10-7t11-2q6 0 11 2t10 7l138 138q9 9 9 21t-9 21q-9 9-21.5 9t-21.5-9L480-297Zm0-366 116-116q9-9 21-8.5t21 9.5q9 9 9 21.5t-9 21.5L501-598q-5 5-10 7t-11 2q-6 0-11-2t-10-7L321-736q-9-9-8.5-21.5T322-779q9-9 21.5-9t21.5 9l115 116Z"}},B6=n("unfold_less",M6.regular[400]),I6={regular:{400:"m480-208 114-114q9.13-9 22.07-9 12.93 0 21.93 9.1 9 9.11 9 22 0 12.9-9 21.9L501-141q-5 5-10.13 7-5.14 2-11 2-5.87 0-10.87-2-5-2-10-7L322-278q-9-9.13-9-22.07 0-12.93 9.1-21.93 9.11-9 22-9 12.9 0 21.9 9l114 114Zm0-540L366-634q-9.13 9-22.07 9-12.93 0-21.93-9.1-9-9.11-9-22 0-12.9 9-21.9l137-137q5-5 10.13-7 5.14-2 11-2 5.87 0 10.87 2 5 2 10 7l137 137q9 9.13 9 22.07 0 12.93-9.1 21.93-9.11 9-22 9-12.9 0-21.9-9L480-748Z"}},E6=n("unfold_more",I6.regular[400]),L6={regular:{400:"M220-160q-24 0-42-18t-18-42v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113h520v-113q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v113q0 24-18 42t-42 18H220Zm230-524-99 99q-8.8 9-20.9 8.5-12.1-.5-21.49-9.5-8.61-9-8.61-21.5t9-21.5l150-150q5-5 10.13-7 5.14-2 11-2 5.87 0 10.87 2 5 2 10 7l151 151q9 9 9 21t-8.61 21q-9.39 9-21.89 9t-21.5-9l-99-98v341q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-341Z"}},$6=n("upload",L6.regular[400]),A6={regular:{400:"M150-280q-12.75 0-21.37-8.63Q120-297.25 120-310v-340q0-12.75 8.63-21.38Q137.25-680 150-680h660q12.75 0 21.38 8.62Q840-662.75 840-650v100q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-70H180v280h390q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5H150Zm30-60v-280 280Zm600 60h-90q-12.75 0-21.37-8.68-8.63-8.67-8.63-21.5 0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h90v-90q0-12.75 8.68-21.38 8.67-8.62 21.5-8.62 12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v90h90q12.75 0 21.38 8.68 8.62 8.67 8.62 21.5 0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-90v90q0 12.75-8.68 21.37-8.67 8.63-21.5 8.63-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-90Z"}},W6=n("variable_add",A6.regular[400]),j6={regular:{400:"m437-433-73-76q-9-10-22-10t-23 9q-10 10-10 23t10 23l97 96q9 9 21 9t21-9l183-182q9-9 9-22t-10-22q-9-8-21.5-7.5T598-593L437-433ZM332-84l-62-106-124-25q-11-2-18.5-12t-5.5-21l14-120-79-92q-8-8-8-20t8-20l79-91-14-120q-2-11 5.5-21t18.5-12l124-25 62-107q6-10 17-14t22 1l109 51 109-51q11-5 22-1.5t17 13.5l63 108 123 25q11 2 18.5 12t5.5 21l-14 120 79 91q8 8 8 20t-8 20l-79 92 14 120q2 11-5.5 21T814-215l-123 25-63 107q-6 10-17 13.5T589-71l-109-51-109 51q-11 5-22 1t-17-14Zm41-55 107-45 110 45 67-100 117-30-12-119 81-92-81-94 12-119-117-28-69-100-108 45-110-45-67 100-117 28 12 119-81 94 81 92-12 121 117 28 70 100Zm107-341Z"}},z6=n("verified",j6.regular[400]),R6={regular:{400:"M120-260v-440q0-24.75 17.63-42.38Q155.25-760 180-760h600q24.75 0 42.38 17.62Q840-724.75 840-700v440q0 24.75-17.62 42.37Q804.75-200 780-200H180q-24.75 0-42.37-17.63Q120-235.25 120-260Zm60 0h160v-440H180v440Zm220 0h160v-440H400v440Zm220 0h160v-440H620v440Z"}},N6=n("view_column",R6.regular[400]),P6={regular:{400:"M180-120q-24 0-42-18t-18-42v-600q0-24 18-42t42-18h600q24 0 42 18t18 42v600q0 24-18 42t-42 18H180Zm0-60h600v-600H180v600Zm0-600v600-600Zm107.5 105.62Q279-665.75 279-653v346q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-346q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62Zm342 0Q621-665.75 621-653v266q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-266q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62Zm-171 0Q450-665.75 450-653v146q0 12.75 8.68 21.37 8.67 8.63 21.5 8.63 12.82 0 21.32-8.63 8.5-8.62 8.5-21.37v-146q0-12.75-8.68-21.38-8.67-8.62-21.5-8.62-12.82 0-21.32 8.62Z"}},V6=n("view_kanban",P6.regular[400]),O6={regular:{400:"M600.5-379.62q49.5-49.62 49.5-120.5T600.38-620.5Q550.76-670 479.88-670T359.5-620.38Q310-570.76 310-499.88t49.62 120.38q49.62 49.5 120.5 49.5t120.38-49.62Zm-200-41.12q-32.5-32.73-32.5-79.5 0-46.76 32.74-79.26 32.73-32.5 79.5-32.5 46.76 0 79.26 32.74 32.5 32.73 32.5 79.5 0 46.76-32.74 79.26-32.73 32.5-79.5 32.5-46.76 0-79.26-32.74ZM234.5-276Q124-352 57-470q-4-7.13-6-14.65-2-7.52-2-15.43 0-7.92 2-15.38 2-7.47 6-14.54 67-118 177.5-194T480-800q135 0 245.5 76T903-530q4 7.12 6 14.65 2 7.52 2 15.43 0 7.92-2 15.38-2 7.47-6 14.54-67 118-177.5 194T480-200q-135 0-245.5-76ZM480-500Zm222.5 174.5Q804-391 857-500q-53-109-154.33-174.5Q601.34-740 480.17-740T257.5-674.5Q156-609 102-500q54 109 155.33 174.5Q358.66-260 479.83-260t222.67-65.5Z"}},U6=n("visibility",O6.regular[400]),K6={regular:{400:"M600-620q29 29 42.5 71.5T647-464q0 13-8.5 21.5T617-434q-13 0-21.5-8.5T587-464q11-34 2.5-64.5T559-580q-21-22-52-30t-64 3q-13 0-21.5-8.5T413-637q0-13 8.5-21.5T443-667q42-9 85 4.5t72 42.5ZM490-740q-32 0-64 3t-63 13q-12 4-24-1t-17-16q-5-11 0-22.5t16-15.5q35-11 72-16t75-5q137 0 249.5 75.5T907-526q3 6 5 12.5t2 13.5q0 7-1.5 13.5T908-474q-23 49-55 90.5T779-307q-9 8-20 5.5T741-313q-7-9-5.5-20t10.5-19q36-30 65-66.5t46-81.5q-49-109-148-174.5T490-740Zm-10 540q-136 0-247.5-76T55-472q-4-7-5.5-13.5T48-500q0-8 2-14.5t5-13.5q24-48 55.5-90.5T182-696L77-801q-9-9-8.5-21t8.5-21q9-9 21.5-9t21.5 9l716 716q8 8 8 19.5T836-87q-8 10-20.5 10T794-86L648-229q-41 15-83 22t-85 7ZM223-654q-41 29-72 68t-49 86q52 112 156.5 176T488-260q29 0 58-1.5t55-14.5l-64-64q-14 6-28.5 8t-28.5 2q-71 0-120.5-49.5T310-500q0-14 2.5-28.5T320-557l-97-97Zm305 142Zm-116 58Z"}},G6=n("visibility_off",K6.regular[400]),J6={regular:{400:"m654-454-91 147q-8 13-22.5 10T522-314l-33-133-306 305q-9 9-21 9t-21-9q-9-9-9-21t9-21l305-305-133-33q-14-4-17-18.5t10-22.5l147-92-12-172q-1-15 12.5-22t24.5 3l132 111 160-64q14-5 24 5t5 24l-65 160 111 132q10 11 3.5 24.5T827-441l-173-13ZM131-721q-5-5-5-11t5-11l46-46q5-5 11-5t11 5l45 45q5 5 5 11t-5 11l-46 46q-5 5-11 5t-11-5l-45-45Zm428 307 63-102 120 9-78-92 45-111-111 45-92-78 9 120-102 64 117 29 29 116Zm163 283-46-46q-5-5-4.5-11t5.5-11l45-45q5-5 11-5t11 5l46 46q5 5 4.5 11t-5.5 11l-45 45q-5 5-11 5t-11-5ZM578-579Z"}},Y6=n("wand_stars",J6.regular[400]),X6={regular:{400:"M92-120q-9 0-15.5-4T66-135q-4-7-4.5-14.5T66-165l388-670q5-8 11.5-11.5T480-850q8 0 14.5 3.5T506-835l388 670q5 8 4.5 15.5T894-135q-4 7-10.5 11t-15.5 4H92Zm52-60h672L480-760 144-180Zm361.5-65.5Q514-254 514-267t-8.5-21.5Q497-297 484-297t-21.5 8.5Q454-280 454-267t8.5 21.5Q471-237 484-237t21.5-8.5Zm0-111Q514-365 514-378v-164q0-13-8.5-21.5T484-572q-13 0-21.5 8.5T454-542v164q0 13 8.5 21.5T484-348q13 0 21.5-8.5ZM480-470Z"}},ei=n("warning",X6.regular[400]),ti={regular:{400:"M658-487 487-658q-5-5-7-10.13-2-5.14-2-11 0-5.87 2-10.87 2-5 7-10l171-171q5-5 10.13-7 5.14-2 11-2 5.87 0 10.87 2 5 2 10 7l171 171q5 5 7 10.13 2 5.14 2 11 0 5.87-2 10.87-2 5-7 10L700-487q-5 5-10.13 7-5.14 2-11 2-5.87 0-10.87-2-5-2-10-7Zm-538-81v-241q0-12.75 8.63-21.38Q137.25-839 150-839h241q12.75 0 21.38 8.62Q421-821.75 421-809v241q0 12.75-8.62 21.37Q403.75-538 391-538H150q-12.75 0-21.37-8.63Q120-555.25 120-568Zm418 418v-241q0-12.75 8.63-21.38Q555.25-421 568-421h241q12.75 0 21.38 8.62Q839-403.75 839-391v241q0 12.75-8.62 21.37Q821.75-120 809-120H568q-12.75 0-21.37-8.63Q538-137.25 538-150Zm-418 0v-241q0-12.75 8.63-21.38Q137.25-421 150-421h241q12.75 0 21.38 8.62Q421-403.75 421-391v241q0 12.75-8.62 21.37Q403.75-120 391-120H150q-12.75 0-21.37-8.63Q120-137.25 120-150Zm60-448h181v-181H180v181Zm502 51 129-129-129-129-129 129 129 129Zm-84 367h181v-181H598v181Zm-418 0h181v-181H180v181Zm181-418Zm192-78ZM361-361Zm237 0Z"}},ri=n("widgets",ti.regular[400]);function o(e){const t=()=>d.jsx(e,{"aria-hidden":!0,focusable:!1,width:"100%",height:"100%",color:"currentColor"});return t.displayName=e.displayName??e.displayName??"MaterialIcon",t}o(gr);o(mr);o(hr);o(Sn);o(Fr);o(xr);o(kr);o(p2);o(ri);o(p2);o(Nl);const oi=o(wr);o(Qr);o(Mr);o(b2);o(Ar);o(jr);o(y2);o(Lr);o(po);o(Rr);o(Pr);o(Or);o(Kr);o(Yr);o(eo);o(ro);o(ao);o(no);o(so);o(uo);o(qo);o(fo);o(yo);o(_o);o(_2);o(Ul);const ai=o(xo);o(Ho);const z1=o(yl),Z2=o(Co),w1=o(Do);o(_l);o(Bo);o(vr);o(ko);o(F2);o(Ia);o(F2);const li=o(Lo);o(jo);o(Po);o(Oo);o(Ao);o(Ko);o(Xo);o(ta);o(Jo);o(oa);o(la);o(ia);o(ua);o(qa);o(fa);o(ya);o(_a);o(Ta);o(Sa);o(Za);o(wa);o(Ma);o(D6);o(La);o(Aa);o(ja);o(Ra);o(Qa);o(v2);o(v2);o(y4);o(Oa);o(Ka);o(Ja);o(Xa);o(t4);o(un);o(o4);o(l4);o(i4);o(d4);o(u4);o(f4);o(p4);o(q4);o(x3);o(N6);o(_4);o(S4);o(T4);o(Z4);o(w4);o(Q4);o(M4);o(I4);o(L4);o(A4);o(j4);o(R4);o(P4);o(O4);o(K4);o(J4);o(X4);o(tl);o(ol);const ni=o(ll);o(dl);o(ul);o(il);o(pl);o(Tl);o(Sl);o(Zl);o(wl);o(T2);o(Dl);o(El);o($l);o(Wl);o(H6);o(zl);o(Bl);o(Vl);o(Gl);const ii=o(Yl);o(_2);o(e3);o(en);o(r3);o(a3);o(n3);o(s3);o(c3);o(g3);o(m3);o(x2);o(h3);o(b3);o(v3);o(F3);o(Z3);o(Q3);o(M3);o(E3);o(S2);o(S2);o(W3);o($3);o(z3);o(N3);o(br);o(w3);o(V3);o(U3);o(Y3);o(rn);o(fl);o(an);o(nn);o(dn);o(qn);o(Pa);o(fn);o(pn);o(yn);const si=o(_n);o(Tn);o(Zn);o(Qn);const di=o(wn);o(Mn);o(Ln);o(In);o(da);o(k2);o(k2);o(Wn);o(zn);o(Nn);o(Vn);o(Un);o(Gn);o(Yn);o(e6);o(r6);o(a6);o(n6);o(s6);o(c6);o(g6);o(m6);o(h6);o(pa);o(b6);o(G3);o(v6);o(F6);o(x6);o(T2);o(k6);o(ql);o(C6);o(b2);o(y2);o(B6);o(E6);o(Ro);o($6);o(W6);o(z6);o(V6);const H2=o(x2);o(G6);o(U6);o(Y6);o(ei);const ci="_Link_tmbu7_1",ui="_Link__externalIcon_tmbu7_72",f1={Link:ci,"Link--inline":"_Link--inline_tmbu7_13","Link--standalone":"_Link--standalone_tmbu7_32","Link--inherit":"_Link--inherit_tmbu7_55",Link__externalIcon:ui};function gi(e){const t={};for(const r of["inline","standalone"]){const a=e[r];t[`--cube-link-${r}-fg-rest`]=a.rest,t[`--cube-link-${r}-fg-hover`]=a.hover}return t}function qi(e){const{functional:t}=e.colors,r=e.typography.text.bodyMedium;return{...gi(t.link),"--cube-typography-fontFamily-base":e.typography.fontFamily.base,"--cube-typography-text-body-medium-fontSize":r.fontSize,"--cube-typography-text-body-medium-fontWeight":String(r.fontWeight),"--cube-typography-text-body-medium-lineHeight":String(r.lineHeight),"--cube-colors-functional-foreground-link":t.foreground.link}}function mi({as:e,href:t,variant:r="standalone",external:a=!1,showExternalIcon:l=!0,theme:i,children:s,className:u,target:q,rel:g,style:h,...y}){const m=C(i),v=e??"a",b=[f1.Link,r==="inline"&&f1["Link--inline"],r==="standalone"&&f1["Link--standalone"],r==="inherit"&&f1["Link--inherit"],u].filter(Boolean).join(" "),_=i?qi(m):void 0,p=a&&v==="a"?"_blank":q,f=a&&v==="a"?[g,"noopener","noreferrer"].filter(Boolean).join(" "):g,F={className:b,style:{..._,...h},...v==="a"?{href:t,target:p,rel:f}:{},...y};return d.jsxs(v,{...F,children:[s,a&&l&&r!=="inherit"&&d.jsx(S1,{size:"xs",className:f1.Link__externalIcon,children:d.jsx(H2,{})})]})}const o1={"cube-Pill":"_cube-Pill_1r63t_2","cube-Pill--caption":"_cube-Pill--caption_1r63t_24","cube-Pill--bodySmall":"_cube-Pill--bodySmall_1r63t_29","cube-Pill--bodyMedium":"_cube-Pill--bodyMedium_1r63t_34","cube-Pill--bodyLarge":"_cube-Pill--bodyLarge_1r63t_39","cube-Pill--themed":"_cube-Pill--themed_1r63t_60","cube-Pill__leadingVisual":"_cube-Pill__leadingVisual_1r63t_72","cube-Pill__trailingVisual":"_cube-Pill__trailingVisual_1r63t_73"},fi={caption:o1["cube-Pill--caption"],bodySmall:o1["cube-Pill--bodySmall"],bodyMedium:o1["cube-Pill--bodyMedium"],bodyLarge:o1["cube-Pill--bodyLarge"]},hi={caption:"cube-Pill--caption",bodySmall:"cube-Pill--bodySmall",bodyMedium:"cube-Pill--bodyMedium",bodyLarge:"cube-Pill--bodyLarge"};function pi(e){return{"--cube-pill-active-bg":e.bgColor,"--cube-pill-active-fg":e.fgColor,"--cube-pill-active-border":e.borderColor}}function bi(e,t,r,a){const l=e[t],i=l==null?void 0:l[r],s=i==null?void 0:i[a];if(!s)throw new Error(`Missing pill recipe: colors.functional.pill.${t}.${r}.${a}`);return s}function yi(e){return{"--cube-pill-paddingInline":e.paddingInline,"--cube-pill-paddingBlock":e.paddingBlock,"--cube-pill-borderRadius":e.borderRadius,"--cube-pill-gap":e.gap}}function L1({shade:e="gray",intensity:t="light",border:r=!1,variant:a="bodySmall",as:l,href:i,leadingVisual:s,trailingVisual:u,theme:q,className:g,children:h,style:y,...m}){const v=C(q),b=r?"bordered":"filled",_=l??(i?"a":"span"),p=`${e}-${t}-${b}`,f=["cube-Pill",o1["cube-Pill"],hi[a],fi[a],q&&"cube-Pill--themed",q&&o1["cube-Pill--themed"],g].filter(Boolean).join(" "),F=q?{...pi(bi(v.colors.functional.pill,e,t,b)),...yi(v.sizes.pill),"--cube-sizes-borderWidth-thin":v.sizes.borderWidth.thin,"--cube-typography-fontFamily-base":v.typography.fontFamily.base}:void 0,Z=_==="a"&&i?{href:i,...m}:m;return d.jsxs(_,{className:f,"data-cube-pill":q?void 0:p,style:{...F??{},...y??{}},...Z,children:[s&&d.jsx("span",{className:o1["cube-Pill__leadingVisual"],children:s}),h,u&&d.jsx("span",{className:o1["cube-Pill__trailingVisual"],children:u})]})}const vi="_BreadcrumbLink_18v4z_1",M1={BreadcrumbLink:vi,"BreadcrumbLink--link":"_BreadcrumbLink--link_18v4z_19","BreadcrumbLink--active":"_BreadcrumbLink--active_18v4z_32"};function _i(e){const t={};for(const r of["rest","hover","active"])t[`--cube-breadcrumb-link-bg-${r}`]=e.link.bgColor[r],t[`--cube-breadcrumb-link-fg-${r}`]=e.link.fgColor[r];return t}function w2({href:e,current:t=!1,theme:r,className:a,children:l,...i}){const s=C(r),u=t||!e,q=[M1.BreadcrumbLink,u?M1["BreadcrumbLink--active"]:M1["BreadcrumbLink--link"],a].filter(Boolean).join(" "),g=r?{..._i(s.colors.functional.breadcrumb),"--cube-typography-fontFamily-base":s.typography.fontFamily.base,"--cube-typography-text-body-medium-fontSize":s.typography.text.bodyMedium.fontSize,"--cube-typography-text-body-medium-lineHeight":String(s.typography.text.bodyMedium.lineHeight),"--cube-breadcrumb-item-paddingInline":s.sizes.breadcrumb.itemPaddingInline,"--cube-breadcrumb-item-paddingBlock":s.sizes.breadcrumb.itemPaddingBlock,"--cube-breadcrumb-item-borderRadius":s.sizes.breadcrumb.itemBorderRadius}:void 0;return u?d.jsx("span",{className:q,style:g,"aria-current":"page",...i,children:l}):d.jsx("a",{className:q,style:g,href:e,...i,children:l})}const Fi="_Breadcrumbs_l4ioi_1",Ti="_Breadcrumbs__list_l4ioi_5",xi="_Breadcrumbs__item_l4ioi_15",Si="_Breadcrumbs__separator_l4ioi_22",F1={Breadcrumbs:Fi,Breadcrumbs__list:Ti,Breadcrumbs__item:xi,Breadcrumbs__separator:Si};function ki({items:e,"aria-label":t="Breadcrumb",theme:r,className:a}){const l=C(r);if(e.length===0)return null;const i=r?{"--cube-breadcrumb-gap":l.sizes.breadcrumb.gap,"--cube-breadcrumb-separator-width":l.sizes.breadcrumb.separatorWidth,"--cube-breadcrumb-separator-fg":l.colors.functional.breadcrumb.separator.fgColor,"--cube-typography-text-body-medium-fontSize":l.typography.text.bodyMedium.fontSize,"--cube-typography-text-body-medium-lineHeight":String(l.typography.text.bodyMedium.lineHeight)}:void 0;return d.jsx("nav",{className:[F1.Breadcrumbs,a].filter(Boolean).join(" "),"aria-label":t,style:i,children:d.jsx("ol",{className:F1.Breadcrumbs__list,children:e.map((s,u)=>{const q=u===e.length-1,g=q||!s.href;return d.jsxs("li",{className:F1.Breadcrumbs__item,children:[d.jsx(w2,{href:s.href,current:g,theme:r,children:s.label}),!q&&d.jsx("span",{className:F1.Breadcrumbs__separator,"aria-hidden":!0,children:"/"})]},`${s.label}-${u}`)})})})}const Zi="_SiteHeader_zi62g_1",Hi="_SiteHeader__leading_zi62g_14",wi="_SiteHeader__trailing_zi62g_15",Ci="_SiteHeaderDivider_zi62g_31",x1={SiteHeader:Zi,SiteHeader__leading:Hi,SiteHeader__trailing:wi,SiteHeaderDivider:Ci};function Qi({leading:e,trailing:t,theme:r,className:a}){const l=C(r),i=r?{"--cube-siteHeader-bg":l.colors.functional.siteHeader.background,"--cube-siteHeader-border":l.colors.functional.siteHeader.border,"--cube-siteHeader-height":l.sizes.siteHeader.height,"--cube-siteHeader-paddingInlineStart":l.sizes.siteHeader.paddingInlineStart,"--cube-siteHeader-paddingInlineEnd":l.sizes.siteHeader.paddingInlineEnd,"--cube-siteHeader-paddingBlock":l.sizes.siteHeader.paddingBlock,"--cube-siteHeader-leadingGap":l.sizes.siteHeader.leadingGap,"--cube-siteHeader-trailingGap":l.sizes.siteHeader.trailingGap}:void 0;return d.jsxs("header",{className:[x1.SiteHeader,a].filter(Boolean).join(" "),style:i,children:[e&&d.jsx("div",{className:x1.SiteHeader__leading,children:e}),t&&d.jsx("div",{className:x1.SiteHeader__trailing,children:t})]})}function Di({theme:e,className:t}){const r=C(e),a=e?{"--cube-siteHeader-divider-fg":r.colors.functional.siteHeader.divider,"--cube-siteHeader-divider-height":r.sizes.siteHeader.dividerHeight,"--cube-siteHeader-divider-width":r.sizes.siteHeader.dividerWidth}:void 0;return d.jsx("span",{className:[x1.SiteHeaderDivider,t].filter(Boolean).join(" "),style:a,"aria-hidden":!0})}const Mi="_Overlay_1f1dj_1",B1={Overlay:Mi,"Overlay--modal":"_Overlay--modal_1f1dj_11","Overlay--sheet":"_Overlay--sheet_1f1dj_16","Overlay--none":"_Overlay--none_1f1dj_21","Overlay--dismissible":"_Overlay--dismissible_1f1dj_27"};function Bi(e,t){return{"--cube-overlay-modal-bg":e.modal,"--cube-overlay-sheet-bg":e.sheet,"--cube-overlay-none-bg":e.none,"--cube-z-index-overlay":t}}function C2({open:e=!1,variant:t="modal",onDismiss:r,theme:a,className:l,style:i}){const s=C(a),{overlay:u}=s.colors.functional,q=s.sizes.zIndex.overlay;if(c.useEffect(()=>{if(!e||!r)return;const y=r;function m(v){v.key==="Escape"&&y()}return document.addEventListener("keydown",m),()=>document.removeEventListener("keydown",m)},[e,r]),!e||typeof document>"u")return null;const g=a?Bi(u,q):void 0,h=[B1.Overlay,B1[`Overlay--${t}`],r&&t!=="none"?B1["Overlay--dismissible"]:null,l].filter(Boolean).join(" ");return Z1.createPortal(d.jsx("button",{type:"button",className:h,style:{...g,...i},"aria-hidden":"true",tabIndex:-1,onClick:r&&t!=="none"?r:void 0}),document.body)}function a1(e,t=0){if(typeof e!="string")return t;if(e.endsWith("rem"))return parseFloat(e)*16;if(e.endsWith("px"))return parseFloat(e);if(e.endsWith("vw"))return parseFloat(e)/100*window.innerWidth;const r=parseFloat(e);return Number.isFinite(r)?r:t}const Ii="_ResizeHandle_34wts_1",c1={ResizeHandle:Ii,"ResizeHandle--vertical":"_ResizeHandle--vertical_34wts_11","ResizeHandle--horizontal":"_ResizeHandle--horizontal_34wts_18","ResizeHandle--edgeStart":"_ResizeHandle--edgeStart_34wts_25","ResizeHandle--edgeEnd":"_ResizeHandle--edgeEnd_34wts_30","ResizeHandle--edgeTop":"_ResizeHandle--edgeTop_34wts_35","ResizeHandle--edgeBottom":"_ResizeHandle--edgeBottom_34wts_40"},Ei={start:c1["ResizeHandle--edgeStart"],end:c1["ResizeHandle--edgeEnd"],top:c1["ResizeHandle--edgeTop"],bottom:c1["ResizeHandle--edgeBottom"]};function R1({orientation:e="vertical",edge:t,onResizeDelta:r,onResizeStart:a,onResizeEnd:l,"aria-label":i="Resize",theme:s,className:u}){const q=C(s),g=c.useRef(!1),h=c.useRef(0),y=s?{"--cube-resizeHandle-hitArea":q.sizes.resizeHandle.hitArea}:void 0,m=c.useCallback(p=>{p.preventDefault(),g.current=!0,h.current=e==="vertical"?p.clientX:p.clientY,p.currentTarget.setPointerCapture(p.pointerId),a==null||a()},[a,e]),v=c.useCallback(p=>{if(!g.current)return;const f=e==="vertical"?p.clientX:p.clientY,F=f-h.current;h.current=f,F!==0&&r(F)},[r,e]),b=c.useCallback(p=>{g.current&&(g.current=!1,p.currentTarget.hasPointerCapture(p.pointerId)&&p.currentTarget.releasePointerCapture(p.pointerId),l==null||l())},[l]),_=[c1.ResizeHandle,c1[`ResizeHandle--${e}`],Ei[t],u].filter(Boolean).join(" ");return d.jsx("button",{type:"button",className:_,style:y,"aria-label":i,onPointerDown:m,onPointerMove:v,onPointerUp:b,onPointerCancel:b})}const Li="_Sheet_1rfda_1",$i="_Sheet__header_1rfda_45",Ai="_Sheet__body_1rfda_54",u1={Sheet:Li,"Sheet--left":"_Sheet--left_1rfda_13","Sheet--right":"_Sheet--right_1rfda_14","Sheet--resizable":"_Sheet--resizable_1rfda_28","Sheet--bottom":"_Sheet--bottom_1rfda_32","Sheet--roundedTop":"_Sheet--roundedTop_1rfda_40",Sheet__header:$i,Sheet__body:Ai},Wi=["sm","md","lg"];function ji(e){return Wi.includes(e)}function l2(e,t){return ji(e)?t[e]:e}function Q2(e){const{sheet:t}=e.colors.functional,r=e.sizes.sheet;return{"--cube-sheet-bg":t.background,"--cube-sheet-maxWidth":r.maxWidth,"--cube-sheet-maxHeight":r.maxHeight,"--cube-sheet-padding":r.padding,"--cube-sheet-bottomCornerRadius":r.bottomCornerRadius,"--cube-shadow-sheet":e.shadows.sheet,"--cube-z-index-sheet":e.sizes.zIndex.sheet}}function D2(e,t){return e?Q2(t):void 0}function zi({theme:e,className:t,style:r,children:a}){const l=C(e);return d.jsx("div",{className:[u1.Sheet__header,t].filter(Boolean).join(" "),style:{...D2(e,l),...r},children:a})}function Ri({theme:e,className:t,style:r,children:a}){const l=C(e);return d.jsx("div",{className:[u1.Sheet__body,t].filter(Boolean).join(" "),style:{...D2(e,l),...r},children:a})}function Ni(e){return e==="right"?"start":"end"}function Pi(e,t,r){return e==="right"?t-r:t+r}function N1({open:e=!1,edge:t="right",width:r="md",resizable:a=!1,onWidthChange:l,modal:i=!0,roundedTop:s=!0,onDismiss:u,"aria-label":q,"aria-labelledby":g,theme:h,className:y,style:m,children:v}){const b=C(h),_=b.sizes.sheet,p=t==="left"||t==="right",f=c.useMemo(()=>l2(r,_.width),[r,_.width]),F=c.useMemo(()=>a1(_.minWidth,240),[_.minWidth]),Z=c.useMemo(()=>a1(_.maxWidth,window.innerWidth),[_.maxWidth]),[H,I]=c.useState(()=>a1(f,400));c.useEffect(()=>{e&&p&&I(a1(f,400))},[e,f,p]);const E=h?Q2(b):void 0,S=c.useCallback(B=>Math.min(Z,Math.max(F,B)),[Z,F]),w=c.useCallback(B=>{p&&I(Q=>{const D=S(Pi(t,Q,B));return l==null||l(D),D})},[S,t,p,l]);if(c.useEffect(()=>{if(!e||!u)return;const B=u;function Q(D){D.key==="Escape"&&B()}return document.addEventListener("keydown",Q),()=>document.removeEventListener("keydown",Q)},[e,u]),c.useEffect(()=>{if(!e||!i)return;const B=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=B}},[e,i]),!e||typeof document>"u")return null;const x=p?a?{width:`${H}px`,maxWidth:_.maxWidth}:{width:l2(r,_.width),maxWidth:_.maxWidth}:{},M=[u1.Sheet,u1[`Sheet--${t}`],t==="bottom"&&s?u1["Sheet--roundedTop"]:null,a&&p?u1["Sheet--resizable"]:null,y].filter(Boolean).join(" ");return Z1.createPortal(d.jsxs(d.Fragment,{children:[i&&d.jsx(C2,{open:!0,variant:"sheet",onDismiss:u,theme:h}),d.jsxs("div",{role:"dialog","aria-modal":i||void 0,"aria-label":q,"aria-labelledby":g,className:M,style:{...E,...x,...m},children:[a&&p&&d.jsx(R1,{orientation:"vertical",edge:Ni(t),onResizeDelta:w,"aria-label":"Resize sheet",theme:h}),v]})]}),document.body)}N1.Header=zi;N1.Body=Ri;const Vi="_Root_n45n8_1",Oi="_Panel_n45n8_6",I1={Root:Vi,Panel:Oi,"Panel--elevation-3x":"_Panel--elevation-3x_n45n8_19","Panel--elevation-4x":"_Panel--elevation-4x_n45n8_23"};function Ui(e,t=4){if(typeof e!="string")return t;if(e.endsWith("rem"))return parseFloat(e)*16;if(e.endsWith("px"))return parseFloat(e);const r=parseFloat(e);return Number.isFinite(r)?r:t}function Ki(e,t,r){switch(t){case"bottom-start":return{top:e.bottom+r,left:e.left};case"bottom-end":return{top:e.bottom+r,left:e.right,transform:"translateX(-100%)"};case"bottom":return{top:e.bottom+r,left:e.left+e.width/2,transform:"translateX(-50%)"};case"top-start":return{top:e.top-r,left:e.left,transform:"translateY(-100%)"};case"top-end":return{top:e.top-r,left:e.right,transform:"translate(-100%, -100%)"};case"top":return{top:e.top-r,left:e.left+e.width/2,transform:"translate(-50%, -100%)"};case"left":return{top:e.top+e.height/2,left:e.left-r,transform:"translate(-100%, -50%)"};case"right":return{top:e.top+e.height/2,left:e.right+r,transform:"translateY(-50%)"}}}function Gi(e,t){const{popover:r}=e.colors.functional,a=e.sizes.popover,l=t==="4x"?e.shadows.popoverElevated:e.shadows.popover;return{"--cube-popover-bg":r.background,"--cube-popover-gap":a.gap,"--cube-popover-borderRadius":a.borderRadius,"--cube-popover-minWidth":a.minWidth,"--cube-popover-maxWidth":a.maxWidth,"--cube-popover-shadow":l,"--cube-z-index-popover":e.sizes.zIndex.popover}}function Ji(...e){return t=>{for(const r of e)r&&(typeof r=="function"?r(t):r.current=t)}}function Yi(e){return e?e.querySelector('button:not([disabled]), [href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])')??null:null}function P1({open:e,onOpenChange:t,trigger:r,children:a,placement:l="bottom-start",elevation:i="3x",dismissible:s=!0,panelRole:u="dialog",triggerHasPopup:q="dialog",panelRef:g,onPanelKeyDown:h,returnFocusOnClose:y=!1,"aria-label":m,"aria-labelledby":v,theme:b,className:_,contentClassName:p}){const f=C(b),F=c.useId(),Z=c.useRef(null),H=c.useRef(null),I=c.useRef(null),E=c.useRef(!1),[S,w]=c.useState(!1),[x,M]=c.useState({}),B=e!==void 0,Q=B?e:S,D=c.useCallback(A=>{B||w(A),t==null||t(A)},[B,t]);c.useEffect(()=>{var A;E.current&&!Q&&y&&((A=H.current??Yi(Z.current))==null||A.focus()),E.current=Q},[Q,y]);const U=c.useMemo(()=>Ui(f.sizes.popover.gap),[f.sizes.popover.gap]),K=b?Gi(f,i):void 0,$=c.useCallback(()=>{const A=Z.current;A&&M(Ki(A.getBoundingClientRect(),l,U))},[U,l]);c.useLayoutEffect(()=>{if(Q)return $(),window.addEventListener("scroll",$,!0),window.addEventListener("resize",$),()=>{window.removeEventListener("scroll",$,!0),window.removeEventListener("resize",$)}},[Q,$]),c.useEffect(()=>{if(!Q||!s)return;function A(k){k.key==="Escape"&&D(!1)}function R(k){var O,v1;const j=k.target;j&&((O=Z.current)!=null&&O.contains(j)||(v1=I.current)!=null&&v1.contains(j)||D(!1))}return document.addEventListener("keydown",A),document.addEventListener("pointerdown",R),()=>{document.removeEventListener("keydown",A),document.removeEventListener("pointerdown",R)}},[s,Q,D]);const e1=c.useCallback(A=>{H.current=A;const R=r.ref;typeof R=="function"?R(A):R&&typeof R=="object"&&(R.current=A)},[r]),t1=c.useCallback(A=>{var R,k;(k=(R=r.props).onClick)==null||k.call(R,A),!A.defaultPrevented&&D(!Q)},[Q,D,r]),q1=c.useCallback(A=>{I.current=A},[]),C1=c.useMemo(()=>c.cloneElement(r,{ref:e1,type:r.props.type??(r.type==="button"?"button":void 0),"aria-expanded":Q,"aria-haspopup":q,"aria-controls":Q?F:void 0,onClick:t1}),[Q,t1,F,e1,r,q]),Q1=[I1.Panel,I1[`Panel--elevation-${i}`],p].filter(Boolean).join(" "),D1=Q&&typeof document<"u"?Z1.createPortal(d.jsx("div",{ref:Ji(q1,g),id:F,role:u===!1?void 0:u,"aria-modal":u==="dialog"?"false":void 0,"aria-label":u==="dialog"?m:void 0,"aria-labelledby":u==="dialog"?v:void 0,className:Q1,style:{...x,...K??{}},onKeyDown:h,children:a}),document.body):null;return d.jsxs(d.Fragment,{children:[d.jsx("span",{ref:Z,className:[I1.Root,_].filter(Boolean).join(" "),children:C1}),D1]})}function V1(e){const{actionMenu:t}=e.colors.functional,r=e.sizes.actionMenu,a=e.typography.text.caption,l=e.typography.text.bodyMedium,i={"--cube-typography-fontFamily-base":e.typography.fontFamily.base,"--cube-typography-text-body-medium-fontSize":l.fontSize,"--cube-typography-text-body-medium-fontWeight":String(l.fontWeight),"--cube-typography-text-body-medium-lineHeight":String(l.lineHeight),"--cube-typography-text-caption-fontSize":a.fontSize,"--cube-typography-text-caption-fontWeight":String(a.fontWeight),"--cube-typography-text-caption-lineHeight":String(a.lineHeight),"--cube-color-focus":e.colors.global.focus};return Xi(i,t),e7(i,r.item),t7(i,r.list),r7(i,t,r.section),o7(i,r.header),a7(i,r.footer),i}function Xi(e,t){const{bgColor:r,fgColor:a}=t.item;for(const l of["rest","hover","pressed","disabled"])e[`--cube-actionMenu-item-bg-${l}`]=r[l];for(const l of["rest","pressed"])e[`--cube-actionMenu-item-bg-selected-${l}`]=r.selected[l];for(const l of["rest","pressed","disabled","selected","subtext"])e[`--cube-actionMenu-item-fg-${l}`]=a[l]}function e7(e,t){e["--cube-actionMenu-item-min-height"]=t.minHeight,e["--cube-actionMenu-item-padding-inline"]=t.paddingInline,e["--cube-actionMenu-item-padding-block"]=t.paddingBlock,e["--cube-actionMenu-item-border-radius"]=t.borderRadius,e["--cube-actionMenu-item-slot-gap"]=t.slotGap,e["--cube-actionMenu-item-subtext-gap"]=t.subtextGap,e["--cube-actionMenu-item-icon-size"]=t.iconSize,e["--cube-actionMenu-item-subtext-icon-size"]=t.subtextIconSize}function t7(e,t){e["--cube-actionMenu-list-padding-inline"]=t.paddingInline,e["--cube-actionMenu-list-padding-block"]=t.paddingBlock,e["--cube-actionMenu-list-item-gap"]=t.itemGap,e["--cube-actionMenu-list-section-gap"]=t.sectionGap}function r7(e,t,r){e["--cube-actionMenu-section-fg"]=t.section.fgColor,e["--cube-actionMenu-section-padding-inline"]=r.paddingInline,e["--cube-actionMenu-section-padding-block"]=r.paddingBlock,e["--cube-actionMenu-divider-fg"]=t.divider.fgColor}function o7(e,t){e["--cube-actionMenu-header-padding-inline"]=t.paddingInline,e["--cube-actionMenu-header-padding-block-start"]=t.paddingBlockStart,e["--cube-actionMenu-header-padding-block-end"]=t.paddingBlockEnd}function a7(e,t){e["--cube-actionMenu-footer-padding"]=t.padding}const l7="_ActionMenuList_1jyag_1",n7="_ListItems_1jyag_9",i7="_Header_1jyag_16",s7="_HeaderDivider_1jyag_22",d7="_Footer_1jyag_28",c7="_Section_1jyag_33",u7="_SectionLabel_1jyag_51",g7="_SectionItems_1jyag_62",l1={ActionMenuList:l7,ListItems:n7,Header:i7,HeaderDivider:s7,Footer:d7,Section:c7,SectionLabel:u7,SectionItems:g7};function O1(e,t){return e?V1(t):void 0}function M2({children:e,theme:t,className:r,style:a}){const l=C(t);return d.jsxs("div",{className:[l1.Header,r].filter(Boolean).join(" "),style:{...O1(t,l),...a},children:[e,d.jsx("div",{className:l1.HeaderDivider,role:"separator"})]})}function B2({children:e,theme:t,className:r,style:a}){const l=C(t);return d.jsx("div",{className:[l1.Footer,r].filter(Boolean).join(" "),style:{...O1(t,l),...a},children:e})}function q7({label:e,children:t,theme:r,className:a,style:l}){const i=C(r);return d.jsxs("div",{className:[l1.Section,a].filter(Boolean).join(" "),style:{...O1(r,i),...l},role:"group","aria-label":typeof e=="string"?e:void 0,children:[d.jsx("div",{className:l1.SectionLabel,children:e}),d.jsx("div",{className:l1.SectionItems,children:t})]})}function n2(e){return c.isValidElement(e)&&e.type===M2}function i2(e){return c.isValidElement(e)&&e.type===B2}const I2=c.forwardRef(function({children:t,"aria-label":r,"aria-labelledby":a,theme:l,className:i,style:s,onKeyDown:u,onClick:q},g){const h=C(l),y=c.Children.toArray(t),m=y.find(p=>n2(p)),v=y.find(p=>i2(p)),b=y.filter(p=>!n2(p)&&!i2(p)),_=l?V1(h):void 0;return d.jsxs("div",{ref:g,role:"menu","aria-label":r,"aria-labelledby":a,className:[l1.ActionMenuList,i].filter(Boolean).join(" "),style:{..._,...s},onKeyDown:u,onClick:q,children:[m,d.jsx("div",{className:l1.ListItems,children:b}),v]})});I2.displayName="ActionMenuList";const U1=Object.assign(I2,{Header:M2,Footer:B2,Section:q7});function E2(e){return e?Array.from(e.querySelectorAll('[role="menuitem"]:not(:disabled):not([aria-disabled="true"])')):[]}function m7(e){const t=E2(e);if(!t.length)return;(t.find(a=>a.getAttribute("aria-checked")==="true")??t[0]).focus()}function f7(e,t){var i,s,u,q;const r=E2(t);if(!r.length)return;const a=document.activeElement,l=a?r.indexOf(a):-1;switch(e.key){case"ArrowDown":e.preventDefault(),(i=r[(l+1)%r.length])==null||i.focus();break;case"ArrowUp":e.preventDefault(),(s=r[l<=0?r.length-1:l-1])==null||s.focus();break;case"Home":e.preventDefault(),(u=r[0])==null||u.focus();break;case"End":e.preventDefault(),(q=r[r.length-1])==null||q.focus();break}}function h7(...e){return t=>{for(const r of e)r&&(typeof r=="function"?r(t):r.current=t)}}function p7(e){return c.isValidElement(e)&&e.type===U1}function b7({trigger:e,children:t,open:r,onOpenChange:a,placement:l="bottom-start",elevation:i="3x",closeOnSelect:s=!0,"aria-label":u,"aria-labelledby":q,theme:g,className:h,listClassName:y}){const m=c.useRef(null),[v,b]=c.useState(!1),_=r!==void 0,p=_?r:v,f=c.useCallback(S=>{_||b(S),a==null||a(S)},[_,a]);c.useLayoutEffect(()=>{p&&m7(m.current)},[p]);const F=c.useCallback(S=>{f7(S,m.current),S.key==="Tab"&&f(!1)},[f]),Z=c.useCallback(S=>{if(!s)return;const x=S.target.closest('[role="menuitem"]');!x||x.disabled||x.getAttribute("aria-disabled")==="true"||x.dataset.keepOpen!=="true"&&f(!1)},[s,f]),H=c.useMemo(()=>c.cloneElement(e,{onKeyDown:S=>{var w,x;(x=(w=e.props).onKeyDown)==null||x.call(w,S),!S.defaultPrevented&&!p&&S.key==="ArrowDown"&&(S.preventDefault(),f(!0))}}),[p,f,e]),I={ref:m,theme:g,className:y,"aria-label":u,"aria-labelledby":q,onKeyDown:F,onClick:Z},E=p7(t)?c.cloneElement(t,{ref:h7(m,t.ref),theme:g??t.props.theme,className:[y,t.props.className].filter(Boolean).join(" ")||void 0,"aria-label":u??t.props["aria-label"],"aria-labelledby":q??t.props["aria-labelledby"],onKeyDown:S=>{var w,x;(x=(w=t.props).onKeyDown)==null||x.call(w,S),S.defaultPrevented||F(S)},onClick:S=>{var w,x;(x=(w=t.props).onClick)==null||x.call(w,S),S.defaultPrevented||Z(S)}}):d.jsx(U1,{...I,children:t});return d.jsx(P1,{open:p,onOpenChange:f,trigger:H,placement:l,elevation:i,panelRole:!1,triggerHasPopup:"menu",returnFocusOnClose:!0,theme:g,className:h,children:E})}const y7="_ActionMenuItem_1u3jm_1",v7="_ActionMenuItemInner_1u3jm_19",_7="_IconSlot_1u3jm_96",F7="_TrailingSlot_1u3jm_97",T7="_SubtextIconSlot_1u3jm_107",x7="_Content_1u3jm_117",S7="_Label_1u3jm_125",k7="_SubtextRow_1u3jm_135",Z7="_Subtext_1u3jm_107",z={ActionMenuItem:y7,ActionMenuItemInner:v7,"ActionMenuItem--selected":"_ActionMenuItem--selected_1u3jm_36","ActionMenuItem--withSubtext":"_ActionMenuItem--withSubtext_1u3jm_81","ActionMenuItem--iconOnly":"_ActionMenuItem--iconOnly_1u3jm_85",IconSlot:_7,TrailingSlot:F7,SubtextIconSlot:T7,Content:x7,Label:S7,SubtextRow:k7,Subtext:Z7};function E1(e,t){var r;return c.isValidElement(e)?c.cloneElement(e,{className:[t,(r=e.props)==null?void 0:r.className].filter(Boolean).join(" "),"aria-hidden":!0,focusable:!1}):e}function H7({children:e,subtext:t,subtextIcon:r,selected:a=!1,showSelectionCheck:l,leadingIcon:i,iconOnly:s=!1,hasSubmenu:u=!1,trailingIcon:q,keepOpenOnSelect:g=!1,theme:h,className:y,disabled:m,type:v="button","aria-label":b,..._}){const p=C(h),f=a&&l!==!1,F=s?b??(typeof e=="string"?e:void 0):b,Z=[z.ActionMenuItem,a?z["ActionMenuItem--selected"]:null,t?z["ActionMenuItem--withSubtext"]:null,s?z["ActionMenuItem--iconOnly"]:null,y].filter(Boolean).join(" "),H=h?V1(p):void 0;return d.jsx("button",{type:v,role:"menuitem",className:Z,style:H,disabled:m,"aria-disabled":m||void 0,"aria-checked":a||void 0,"aria-label":F,"data-keep-open":g?"true":void 0,..._,children:d.jsxs("span",{className:z.ActionMenuItemInner,children:[i?d.jsx("span",{className:z.IconSlot,children:E1(i,z.IconSlot)}):null,s?null:d.jsxs("span",{className:z.Content,children:[d.jsx("span",{className:z.Label,children:e}),t?d.jsxs("span",{className:z.SubtextRow,children:[r?d.jsx("span",{className:z.SubtextIconSlot,children:E1(r,z.SubtextIconSlot)}):null,d.jsx("span",{className:z.Subtext,children:t})]}):null]}),q?d.jsx("span",{className:z.TrailingSlot,children:E1(q,z.TrailingSlot)}):null,u?d.jsx("span",{className:z.TrailingSlot,children:d.jsx(w1,{})}):null,f?d.jsx("span",{className:z.TrailingSlot,children:d.jsx(ai,{})}):null]})})}function L2(e){const{sidebar:t}=e.colors.functional,r=e.sizes.sidebar;return{"--cube-sidebar-bg":t.background,"--cube-sidebar-border":t.border,"--cube-sidebar-width-sm":r.width.sm,"--cube-sidebar-width-md":r.width.md,"--cube-sidebar-width-lg":r.width.lg,"--cube-sidebar-width-minimized":r.widthMinimized,"--cube-sidebar-min-width":r.minWidth,"--cube-sidebar-max-width":r.maxWidth,"--cube-sidebar-padding":r.padding,"--cube-sidebar-footer-padding":r.footerPadding}}const w7="_Sidebar_10ner_1",C7="_Sidebar__header_10ner_26",Q7="_Sidebar__body_10ner_38",D7="_Sidebar__footer_10ner_58",M7="_Sidebar__toggle_10ner_63",n1={Sidebar:w7,"Sidebar--left":"_Sidebar--left_10ner_14","Sidebar--right":"_Sidebar--right_10ner_18","Sidebar--resizable":"_Sidebar--resizable_10ner_22",Sidebar__header:C7,Sidebar__body:Q7,Sidebar__footer:D7,Sidebar__toggle:M7,"Sidebar__toggle--floating":"_Sidebar__toggle--floating_10ner_67"},$2=c.createContext(null);function A2(e){const t=c.useContext($2);if(!t)throw new Error(`${e} must be used within <Sidebar>.`);return t}function B7(){return A2("useSidebar")}const I7=["sm","md","lg"];function E7(e){return I7.includes(e)}function s2(e,t){return E7(e)?t[e]:e}function K1(e,t){return e?L2(t):void 0}function L7(e){return e==="right"?"start":"end"}function $7(e,t,r){return e==="right"?t-r:t+r}function A7({theme:e,className:t,style:r,children:a}){const l=C(e);return d.jsx("div",{className:[n1.Sidebar__header,t].filter(Boolean).join(" "),style:{...K1(e,l),...r},children:a})}function W7({theme:e,className:t,style:r,children:a}){const l=C(e);return d.jsx("div",{className:[n1.Sidebar__body,t].filter(Boolean).join(" "),style:{...K1(e,l),...r},children:a})}function j7({theme:e,className:t,style:r,children:a}){const l=C(e);return d.jsx("div",{className:[n1.Sidebar__footer,t].filter(Boolean).join(" "),style:{...K1(e,l),...r},children:a})}function z7({edge:e,collapsed:t}){const a=(e==="left"?!t:t)?Z2:w1;return d.jsx(a,{})}function R7({floating:e=!1,"aria-label":t,theme:r,className:a,style:l}){const{collapsed:i,edge:s,toggleCollapsed:u}=A2("Sidebar.Toggle"),q=i?"Expand sidebar":"Collapse sidebar";return d.jsx("div",{className:[n1.Sidebar__toggle,e?n1["Sidebar__toggle--floating"]:null,a].filter(Boolean).join(" "),style:l,children:d.jsx(j1,{"aria-label":t??q,"aria-expanded":!i,variant:"ghost",size:"sm",theme:r,onClick:u,children:d.jsx(z7,{edge:s,collapsed:i})})})}function b1({collapsed:e,defaultCollapsed:t=!1,onCollapsedChange:r,edge:a="left",width:l="md",resizable:i=!1,onWidthChange:s,"aria-label":u,"aria-labelledby":q,theme:g,className:h,style:y,children:m}){const v=C(g),b=v.sizes.sidebar,[_,p]=c.useState(t),f=e??_,F=c.useCallback($=>{e===void 0&&p($),r==null||r($)},[e,r]),Z=c.useMemo(()=>s2(l,b.width),[l,b.width]),H=c.useMemo(()=>a1(b.minWidth,200),[b.minWidth]),I=c.useMemo(()=>a1(b.maxWidth,480),[b.maxWidth]),[E,S]=c.useState(()=>a1(Z,272)),w=c.useRef(E);c.useEffect(()=>{const $=a1(Z,272);S($),w.current=$},[Z]),c.useEffect(()=>{f||S(w.current)},[f]);const x=g?L2(v):void 0,M=c.useCallback($=>Math.min(I,Math.max(H,$)),[I,H]),B=c.useCallback($=>{f||S(e1=>{const t1=M($7(a,e1,$));return w.current=t1,s==null||s(t1),t1})},[M,f,a,s]),Q=c.useCallback(()=>{f||(w.current=E),F(!f)},[f,F,E]),D=c.useMemo(()=>({collapsed:f,edge:a,toggleCollapsed:Q}),[f,a,Q]),U=f?{width:b.widthMinimized}:i?{width:`${E}px`,maxWidth:b.maxWidth}:{width:s2(l,b.width),maxWidth:b.maxWidth},K=[n1.Sidebar,n1[`Sidebar--${a}`],i&&!f?n1["Sidebar--resizable"]:null,h].filter(Boolean).join(" ");return d.jsx($2.Provider,{value:D,children:d.jsxs("nav",{"aria-label":u,"aria-labelledby":q,"data-collapsed":f?"true":void 0,className:K,style:{...x,...U,...y},children:[i&&!f&&d.jsx(R1,{orientation:"vertical",edge:L7(a),onResizeDelta:B,"aria-label":"Resize sidebar",theme:g}),m]})})}b1.Header=A7;b1.Body=W7;b1.Footer=j7;b1.Toggle=R7;const N7="_SplitLayout_1mkiz_1",P7="_SplitLayout__main_1mkiz_8",W2={SplitLayout:N7,SplitLayout__main:P7};function V7({className:e,style:t,children:r}){return d.jsx("main",{className:[W2.SplitLayout__main,e].filter(Boolean).join(" "),style:t,children:r})}function j2({className:e,style:t,children:r}){return d.jsx("div",{className:[W2.SplitLayout,e].filter(Boolean).join(" "),style:t,children:r})}j2.Main=V7;const T1=26,O7=80,d2=8,p1="cube-code-surface-scroll",c2="cube-code-surface-scroll-styles",U7=`
2
+ .${p1}::-webkit-scrollbar { width: 4px; height: 4px; }
3
+ .${p1}::-webkit-scrollbar-track { background: transparent; }
4
+ .${p1}::-webkit-scrollbar-thumb {
5
5
  background: rgba(0,0,0,0.18);
6
6
  border-radius: 3px;
7
7
  }
8
- .${a1}::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.32); }
9
- `,Jn="1.5rem";function Yn({color:e}){return d.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:e,"aria-hidden":!0,style:{display:"block"},children:d.jsx("path",{d:"M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"})})}function Xn({color:e}){return d.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:e,"aria-hidden":!0,style:{display:"block"},children:d.jsx("path",{d:"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"})})}function es({data:e,defaultCollapsed:t=!1,icons:r,height:l,maxHeight:n,theme:s,"aria-label":i}){const u=Q(s),{functional:q}=u.colors,{text:g,fontFamily:b}=u.typography;c.useEffect(()=>{if(document.getElementById(A1))return;const F=document.createElement("style");F.id=A1,F.textContent=Kn,document.head.appendChild(F)},[]);const[v,f]=c.useState(()=>t?b1(e):new Set),[_,p]=c.useState(null);function y(F){f(Z=>{const H=new Set(Z);return H.has(F)?H.delete(F):H.add(F),H})}const h=c.useMemo(()=>B1(e,v),[e,v]),m=c.useMemo(()=>B1(e,new Set).length,[e]),T=String(m).length;function D(F){const Z=q.syntax;switch(F){case"key":return Z.key;case"string":return Z.string;case"string_url":return Z.stringUrl;case"string_email":return Z.stringEmail;case"string_uuid":return Z.stringUuid;case"number":return Z.variable;case"boolean":return Z.booleanLiteral;case"null":return Z.nullLiteral;case"bracket":return Z.bracket;case"operator":return q.foreground.muted;case"punctuation":return q.foreground.muted;case"ellipsis":return q.foreground.muted}}const S=q.foreground.muted,C="1.25rem",E=(r==null?void 0:r.collapsed)??d.jsx(Yn,{color:S}),x=(r==null?void 0:r.expanded)??d.jsx(Xn,{color:S}),w=l!=null||n!=null;return d.jsx("div",{role:"region","aria-label":i??"JSON viewer",style:{border:`${u.sizes.borderWidth.thin} solid ${q.border.default}`,borderRadius:u.sizes.borderRadius.lg,fontFamily:g.codeBlock.fontFamily??b.mono,fontSize:g.codeBlock.fontSize,lineHeight:g.codeBlock.lineHeight,overflow:"hidden",height:l,maxHeight:n,display:"flex",flexDirection:"column"},children:d.jsx("div",{className:a1,style:{background:q.background.default,overflowX:"auto",overflowY:w?"auto":"visible",overscrollBehavior:"none",scrollbarWidth:"thin",scrollbarColor:"rgba(0,0,0,0.18) transparent",flex:1,userSelect:"text"},children:h.map((F,Z)=>{const A=_===Z?q.syntax.rowHoverBg:F.isCollapsed?q.background.inset:void 0;return d.jsxs("div",{onMouseEnter:()=>p(Z),onMouseLeave:()=>p(null),style:{display:"flex",alignItems:"stretch",minHeight:"1.625rem"},children:[d.jsxs("div",{style:{display:"flex",alignItems:"center",flexShrink:0,position:"sticky",left:0,zIndex:1,paddingLeft:u.sizes.space[3],paddingRight:u.sizes.space[2],borderRight:`${u.sizes.borderWidth.thin} solid ${q.border.muted}`,userSelect:"none",color:q.foreground.disabled,background:A??q.background.default},children:[d.jsx("span",{"aria-hidden":!0,style:{display:"inline-block",minWidth:`${T}ch`,textAlign:"right",paddingRight:u.sizes.space[2]},children:F.lineNumber}),F.collapseKey!=null?d.jsx("button",{"aria-label":F.isCollapsed?"Expand node":"Collapse node",onClick:()=>y(F.collapseKey),style:{display:"inline-flex",alignItems:"center",justifyContent:"center",width:C,alignSelf:"stretch",flexShrink:0,background:"none",border:"none",padding:0,cursor:"pointer",color:S},children:F.isCollapsed?E:x}):d.jsx("span",{"aria-hidden":!0,style:{display:"inline-block",width:C,flexShrink:0}})]}),d.jsx("div",{style:{display:"flex",alignItems:"center",flex:1,paddingLeft:`calc(${u.sizes.space[3]} + ${F.depth} * ${Jn})`,paddingRight:u.sizes.space[4],background:A},children:F.tokens.map((M,P)=>d.jsx("span",{style:{color:D(M.type),whiteSpace:"pre"},children:M.value},P))})]},Z)})})})}function ts({data:e}){return d.jsxs("div",{style:{fontFamily:"sans-serif",fontSize:14,padding:16},children:[d.jsx("em",{children:"DataGrid placeholder — data received:"}),d.jsx("pre",{style:{marginTop:8},children:JSON.stringify(e,null,2)})]})}function rs({data:e,defaultMode:t="code"}){return d.jsxs("div",{style:{fontFamily:"sans-serif",fontSize:14,padding:16},children:[d.jsxs("em",{children:["JsonViewer placeholder — mode: ",t]}),d.jsx("pre",{style:{marginTop:8},children:JSON.stringify(e,null,2)})]})}function os(){return e1}function as(){return e1}exports.ActionMenu=fn;exports.ActionMenuItem=_n;exports.ActionMenuList=H1;exports.ArrowBackIcon=Jl;exports.BreadcrumbLink=e2;exports.Breadcrumbs=T7;exports.Button=N0;exports.ChevronLeftIcon=Y1;exports.ChevronRightIcon=v1;exports.CloseIcon=e7;exports.CodeSnippet=es;exports.DataGrid=ts;exports.ExpandMoreIcon=Xl;exports.HomeIcon=t7;exports.Icon=z1;exports.IconButton=W1;exports.JsonViewer=rs;exports.Link=i7;exports.MenuIcon=r7;exports.OpenInNewIcon=X1;exports.Overlay=t2;exports.Pill=m7;exports.Popover=a2;exports.ResizeHandle=y1;exports.SearchIcon=o7;exports.SettingsIcon=a7;exports.Sheet=T1;exports.Sidebar=l1;exports.SiteHeader=D7;exports.SiteHeaderDivider=S7;exports.SplitLayout=g2;exports.Stack=C0;exports.Text=W0;exports.ThemeProvider=_0;exports.Tooltip=L1;exports.buildFigmaLightTheme=os;exports.defaultTheme=e1;exports.getFigmaLightMergedTokens=as;exports.iconManifest=ot;exports.useSidebar=Qn;exports.useTheme=Q;
8
+ .${p1}::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.32); }
9
+ `,K7="_CodeSurface_1ku0z_1",G7="_scroll_1ku0z_7",J7="_scrollConstrained_1ku0z_16",Y7="_row_1ku0z_20",X7="_gutter_1ku0z_25",es="_content_1ku0z_26",ts="_rowCollapsed_1ku0z_30",rs="_rowWatched_1ku0z_40",os="_lineNumber_1ku0z_65",as="_watchBtn_1ku0z_75",ls="_watchDot_1ku0z_89",ns="_gutterWithWatch_1ku0z_100",is="_watchBtnActive_1ku0z_100",ss="_collapseBtn_1ku0z_109",ds="_collapseSpacer_1ku0z_124",cs="_token_1ku0z_143",us="_tokenLink_1ku0z_147",gs="_tokenOperator_1ku0z_157",qs="_tokenKey_1ku0z_162",ms="_tokenString_1ku0z_166",fs="_tokenStringUrl_1ku0z_170",hs="_tokenStringEmail_1ku0z_174",ps="_tokenStringUuid_1ku0z_178",bs="_tokenNumber_1ku0z_182",ys="_tokenBoolean_1ku0z_186",vs="_tokenNull_1ku0z_190",_s="_tokenBracket_1ku0z_194",Fs="_tokenBracketDepth0_1ku0z_199",Ts="_tokenBracketDepth1_1ku0z_203",xs="_tokenMuted_1ku0z_207",Ss="_tokenPlain_1ku0z_211",ks="_tokenComment_1ku0z_215",Zs="_tokenKeyword_1ku0z_219",Hs="_tokenConstant_1ku0z_223",ws="_tokenEntity_1ku0z_227",Cs="_tokenEntityTag_1ku0z_231",Qs="_tokenVariable_1ku0z_235",Ds="_tokenStringRegexp_1ku0z_239",Ms="_virtualWindow_1ku0z_243",Bs="_virtualSlice_1ku0z_247",T={CodeSurface:K7,scroll:G7,scrollConstrained:J7,row:Y7,gutter:X7,content:es,rowCollapsed:ts,rowWatched:rs,lineNumber:os,watchBtn:as,watchDot:ls,gutterWithWatch:ns,watchBtnActive:is,collapseBtn:ss,collapseSpacer:ds,token:cs,tokenLink:us,tokenOperator:gs,tokenKey:qs,tokenString:ms,tokenStringUrl:fs,tokenStringEmail:hs,tokenStringUuid:ps,tokenNumber:bs,tokenBoolean:ys,tokenNull:vs,tokenBracket:_s,tokenBracketDepth0:Fs,tokenBracketDepth1:Ts,tokenMuted:xs,tokenPlain:Ss,tokenComment:ks,tokenKeyword:Zs,tokenConstant:Hs,tokenEntity:ws,tokenEntityTag:Cs,tokenVariable:Qs,tokenStringRegexp:Ds,virtualWindow:Ms,virtualSlice:Bs},Is=new Set(["{","[","(","<"]),Es=new Set(["}","]",")",">"]),z2=2;function u2(e,t,r,a){e.push({...t,type:"bracket",value:r,bracketDepth:a%z2})}function R2(e){let t=0;const r=[];for(const a of e){const l=[];for(const i of a.tokens){if(i.type!=="bracket"){l.push(i);continue}for(const s of i.value)Is.has(s)?(u2(l,i,s,t),t++):Es.has(s)?(t=Math.max(0,t-1),u2(l,i,s,t)):l.push({...i,type:"bracket",value:s})}r.push({...a,tokens:l})}return r}const Ls={key:T.tokenKey,string:T.tokenString,string_url:T.tokenStringUrl,string_email:T.tokenStringEmail,string_uuid:T.tokenStringUuid,number:T.tokenNumber,boolean:T.tokenBoolean,null:T.tokenNull,bracket:T.tokenBracket,operator:T.tokenOperator,punctuation:T.tokenMuted,ellipsis:T.tokenMuted,plain:T.tokenPlain,comment:T.tokenComment,keyword:T.tokenKeyword,constant:T.tokenConstant,entity:T.tokenEntity,entityTag:T.tokenEntityTag,variable:T.tokenVariable,stringRegexp:T.tokenStringRegexp},$s=[T.tokenBracketDepth0,T.tokenBracketDepth1];function As(e){const t=typeof e=="string"?e:e.type;if(t==="bracket"&&typeof e!="string"&&e.bracketDepth!=null){const r=e.bracketDepth%z2;return $s[r]??T.tokenBracket}return Ls[t]??T.tokenMuted}const N2=/^https?:\/\/[^\s"]+$/i,P2=/^[^\s@"]+@[^\s@"]+\.[^\s@"]+$/,Ws=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function js(e){return N2.test(e)?"string_url":P2.test(e)?"string_email":Ws.test(e)?"string_uuid":"string"}function zs(e){if(e.length>=2&&e.startsWith('"')&&e.endsWith('"'))try{return JSON.parse(e)}catch{return e.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\")}return e}function Rs(e){const t=zs(e.value);if(t){if(e.type==="string_url"&&N2.test(t))return t;if(e.type==="string_email"&&P2.test(t))return`mailto:${t}`}}function Ns(e,t){const r=`${T.token} ${As(e)}`,a=t.tokenColor?{color:t.tokenColor(e.type)}:void 0,l=t.linkify?Rs(e):void 0;if(l){const i=/^https?:\/\//i.test(l);return d.jsx("a",{href:l,className:`${r} ${T.tokenLink}`,style:a,target:i?"_blank":void 0,rel:i?"noopener noreferrer":void 0,onClick:t.onLinkClick?s=>t.onLinkClick(l,e,s):void 0,children:e.value})}return d.jsx("span",{className:r,style:a,children:e.value})}function Ps(e,t){return[T.row,e.isCollapsed?T.rowCollapsed:"",t?T.rowWatched:""].filter(Boolean).join(" ")}function Vs(e){return e instanceof Set?new Set(e):new Set(e)}function G1({lines:e,gutterLineCount:t,tokenColor:r,onToggleCollapse:a,gutterIcons:l,indent:i,height:s,maxHeight:u,linkify:q=!0,onLinkClick:g,watchlist:h,defaultWatchlist:y,onWatchlistChange:m,theme:v,surfaceVariant:b="default","aria-label":_}){const p=C(v),f=c.useRef(null),[F,Z]=c.useState(0),[H,I]=c.useState(0),E=h!=null||y!=null||m!=null,[S,w]=c.useState(()=>new Set(y??[])),x=c.useMemo(()=>h!=null?Vs(h):S,[h,S]);function M(k){const j=new Set(x);j.has(k)?j.delete(k):j.add(k),h==null&&w(j),m==null||m(j)}const B=s!=null||u!=null,Q=c.useMemo(()=>R2(e),[e]),D=B&&Q.length>O7,U=c.useMemo(()=>{const k={...v?{...q0(p),...g0(p)}:{},...i!=null?{"--code-surface-indent":i}:{},...s!=null?{height:s}:{},...u!=null?{maxHeight:u}:{}};return Object.keys(k).length>0?k:void 0},[v,p,i,s,u]);c.useEffect(()=>{if(document.getElementById(c2))return;const k=document.createElement("style");k.id=c2,k.textContent=U7,document.head.appendChild(k)},[]),c.useEffect(()=>{if(!D)return;const k=f.current;if(!k)return;const j=()=>I(k.clientHeight);j();const O=new ResizeObserver(j);return O.observe(k),()=>O.disconnect()},[D,s,u]);const K=String(Math.max(t,1)).length,$=a!=null,e1=(l==null?void 0:l.collapsed)??d.jsx(S1,{size:"xs",children:d.jsx(w1,{})}),t1=(l==null?void 0:l.expanded)??d.jsx(S1,{size:"xs",children:d.jsx(z1,{})}),{startIdx:q1,endIdx:C1}=c.useMemo(()=>{if(!D)return{startIdx:0,endIdx:Q.length};const k=Math.max(0,Math.floor(F/T1)-d2),j=Math.min(Q.length,Math.ceil((F+H)/T1)+d2);return{startIdx:k,endIdx:Math.max(k,j)}},[D,Q.length,F,H]),Q1=D?Q.slice(q1,C1):Q,D1=Q.length*T1;function A(k,j){const O=x.has(k.lineNumber);return d.jsxs(X,{direction:"horizontal",align:"stretch",gap:"none",className:Ps(k,O),children:[d.jsxs(J,{direction:"horizontal",align:"center",gap:"none",className:E?`${T.gutter} ${T.gutterWithWatch}`:T.gutter,children:[E?d.jsx(W1,{content:O?"Remove from watchlist":"Add to watchlist",placement:"right",compact:!0,theme:v,children:d.jsx("button",{type:"button",className:O?`${T.watchBtn} ${T.watchBtnActive}`:T.watchBtn,"aria-label":O?`Remove line ${k.lineNumber} from watchlist`:`Add line ${k.lineNumber} to watchlist`,"aria-pressed":O,onClick:()=>M(k.lineNumber),children:d.jsx("span",{"aria-hidden":!0,className:T.watchDot})})}):null,d.jsx("span",{"aria-hidden":!0,className:T.lineNumber,style:{minWidth:`${K}ch`},children:k.lineNumber}),$?k.collapseKey!=null?d.jsx("button",{type:"button","aria-label":k.isCollapsed?"Expand node":"Collapse node",onClick:()=>a(k.collapseKey),className:T.collapseBtn,children:k.isCollapsed?e1:t1}):d.jsx("span",{"aria-hidden":!0,className:T.collapseSpacer}):null]}),d.jsx(J,{direction:"horizontal",align:"center",gap:"none",className:T.content,style:{"--code-line-depth":k.depth},children:k.tokens.map((v1,te)=>d.jsx(c.Fragment,{children:Ns(v1,{linkify:q,tokenColor:r,onLinkClick:g})},te))})]},j)}const R=d.jsx(d.Fragment,{children:Q1.map((k,j)=>A(k,q1+j))});return d.jsx(J,{role:"region","aria-label":_??"Code",border:b==="embedded"?"none":"default",borderRadius:b==="embedded"?void 0:"md",overflow:"hidden",direction:"vertical",gap:"none",className:T.CodeSurface,style:U,theme:v,children:d.jsx(J,{ref:f,grow:!0,background:"default",className:`${p1} ${T.scroll} ${B?T.scrollConstrained:""}`,onScroll:D?k=>Z(k.currentTarget.scrollTop):void 0,children:D?d.jsx(J,{className:T.virtualWindow,style:{height:D1},gap:"none",children:d.jsx(J,{className:T.virtualSlice,gap:"none",style:{top:q1*T1},children:R})}):R})})}function Os(e,t){const r=[];for(const a of e){const l=r[r.length-1];(l==null?void 0:l.type)===t&&a.type===t?l.value+=a.value:r.push({...a})}return r}function J1(e,t,r){var i;const a=[];let l=e;if(r.inBlockComment){const s=l.indexOf("*/");if(s===-1)return a.push({type:"comment",value:l}),a;a.push({type:"comment",value:l.slice(0,s+2)}),l=l.slice(s+2),r.inBlockComment=!1}for(;l.length>0;){let s=!1;for(const u of t){const q=u.pattern.exec(l);if(!q||q.index!==0)continue;const g=q[0];(i=u.onMatch)==null||i.call(u,r,g),a.push({type:u.type,value:g}),l=l.slice(g.length),s=!0;break}s||(a.push({type:"plain",value:l[0]}),l=l.slice(1))}return Os(a,"plain")}function y1(e,t){const r=e.split(`
10
+ `),a={inBlockComment:!1};return r.map((l,i)=>({lineNumber:i+1,depth:0,tokens:t(l,a)}))}const Us=[{type:"comment",pattern:/^\/\*[\s\S]*?\*\//},{type:"comment",pattern:/^\/\*/,onMatch(e){e.inBlockComment=!0}},{type:"keyword",pattern:/^@(?:media|keyframes|import|charset|font-face|layer|supports|scope)\b/},{type:"keyword",pattern:/^!important\b/},{type:"string",pattern:/^"(?:\\.|[^"\\])*"/},{type:"string",pattern:/^'(?:\\.|[^'\\])*'/},{type:"variable",pattern:/^#[\w-]+/},{type:"variable",pattern:/^\.[\w-]+/},{type:"variable",pattern:/^::?[\w-]+(?:\([\w-]+\))?/},{type:"number",pattern:/^-?(?:\d+\.\d+|\d+)(?:%|[a-z]{2,4})?\b/i},{type:"key",pattern:/^[\w-]+(?=\s*:)/},{type:"bracket",pattern:/^[{}[\]();]/},{type:"operator",pattern:/^[:>,+~]/},{type:"constant",pattern:/^[$A-Z_a-z][\w-]*/}];function Ks(e,t){return J1(e,Us,t)}function Gs(e){return y1(e,Ks)}const Js=[{type:"comment",pattern:/^<!--[\s\S]*?-->/},{type:"comment",pattern:/^<!--[\s\S]*/},{type:"bracket",pattern:/^<\/?/},{type:"entityTag",pattern:/^[A-Za-z][\w:-]*/},{type:"bracket",pattern:/^\/\/>/},{type:"bracket",pattern:/^>/},{type:"string",pattern:/^"(?:\\.|[^"\\])*"/},{type:"string",pattern:/^'(?:\\.|[^'\\])*'/},{type:"key",pattern:/^[A-Za-z_:][\w:.-]*/},{type:"operator",pattern:/^=/},{type:"bracket",pattern:/^[{}[\]()]/}];function Ys(e,t){return J1(e,Js,t)}function Xs(e){return y1(e,Ys)}const ed="\\b(?:async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|if|import|in|instanceof|let|new|of|return|static|super|switch|throw|try|typeof|var|void|while|with|yield)\\b",td="\\b(?:abstract|as|declare|implements|interface|keyof|namespace|never|private|protected|public|readonly|satisfies|type|undefined)\\b",rd="\\b(?:true|false|null)\\b",g2=[{type:"comment",pattern:/^\/\*[\s\S]*?\*\//},{type:"comment",pattern:/^\/\*/,onMatch(e){e.inBlockComment=!0}},{type:"comment",pattern:/^\/\/[^\n]*/},{type:"string",pattern:/^"(?:\\.|[^"\\])*"/},{type:"string",pattern:/^'(?:\\.|[^'\\])*'/},{type:"string",pattern:/^`(?:\\.|[^`\\])*`/},{type:"keyword",pattern:new RegExp(ed)},{type:"boolean",pattern:new RegExp(rd)},{type:"number",pattern:/^-?(?:0x[\da-fA-F]+|\d+\.\d+|\d+)(?:[eE][+-]?\d+)?\b/},{type:"bracket",pattern:/^[{}[\]().,;:<>]/},{type:"constant",pattern:/^#[A-Za-z][\w-]*/},{type:"variable",pattern:/^[$A-Z_a-z][\w$]*/},{type:"operator",pattern:/^[=+\-*/%!&|^~?]+/}],od=[{type:"keyword",pattern:new RegExp(td)}];function V2(e,t,r){const a=r?[...g2,...od]:g2;return J1(e,a,t)}function O2(e){return y1(e,(t,r)=>V2(t,r,!1))}function U2(e){return y1(e,(t,r)=>V2(t,r,!0))}const ad=O2,ld=U2;function K2(e){return y1(e,t=>[{type:"plain",value:t||" "}])}const nd={javascript:O2,typescript:U2,jsx:ad,tsx:ld,html:Xs,css:Gs,text:K2};function G2(e,t="text"){return(nd[t]??K2)(e)}function id({code:e,language:t="text",height:r,maxHeight:a,theme:l,linkify:i=!1,onLinkClick:s,watchlist:u,defaultWatchlist:q,onWatchlistChange:g,surfaceVariant:h,"aria-label":y}){const m=c.useMemo(()=>{const v=G2(e,t);return R2(v)},[e,t]);return d.jsx(G1,{lines:m,gutterLineCount:m.length,height:r,maxHeight:a,theme:l,linkify:i,onLinkClick:s,watchlist:u,defaultWatchlist:q,onWatchlistChange:g,surfaceVariant:h,"aria-label":y??`${t} code block`})}function $1(e,t){const r=[];return X1(e,void 0,"root",0,!0,t,r,{n:1}),r}function k1(e,t="root"){const r=new Set;if(Array.isArray(e)&&e.length>0)r.add(t),e.forEach((a,l)=>k1(a,`${t}[${l}]`).forEach(i=>r.add(i)));else if(J2(e)){const a=Object.entries(e);a.length>0&&(r.add(t),a.forEach(([l,i])=>k1(i,`${t}.${l}`).forEach(s=>r.add(s))))}return r}function J2(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function sd(e){return js(e)}function Y1(e){return e===void 0||typeof e=="number"?[]:[{type:"key",value:`"${e}"`},{type:"operator",value:": "}]}function d1(e){return e?[]:[{type:"punctuation",value:","}]}function X1(e,t,r,a,l,i,s,u){Array.isArray(e)?cd(e,t,r,a,l,i,s,u):J2(e)?ud(e,t,r,a,l,i,s,u):dd(e,t,a,l,s,u)}function dd(e,t,r,a,l,i){const s=[...Y1(t)];if(e===null)s.push({type:"null",value:"null"});else if(typeof e=="boolean")s.push({type:"boolean",value:String(e)});else if(typeof e=="number")s.push({type:"number",value:String(e)});else{const u=String(e);s.push({type:sd(u),value:`"${u.replace(/"/g,'\\"')}"`})}s.push(...d1(a)),l.push({lineNumber:i.n++,depth:r,tokens:s})}function cd(e,t,r,a,l,i,s,u){const q=Y1(t),g=e.length===0,h=!g&&i.has(r);if(g){s.push({lineNumber:u.n++,depth:a,tokens:[...q,{type:"bracket",value:"[]"},...d1(l)]});return}if(h){s.push({lineNumber:u.n++,depth:a,tokens:[...q,{type:"bracket",value:"["},{type:"ellipsis",value:" … "},{type:"bracket",value:"]"},...d1(l)],collapseKey:r,isCollapsed:!0});return}s.push({lineNumber:u.n++,depth:a,tokens:[...q,{type:"bracket",value:"["}],collapseKey:r,isCollapsed:!1}),e.forEach((y,m)=>X1(y,m,`${r}[${m}]`,a+1,m===e.length-1,i,s,u)),s.push({lineNumber:u.n++,depth:a,tokens:[{type:"bracket",value:"]"},...d1(l)]})}function ud(e,t,r,a,l,i,s,u){const q=Y1(t),g=Object.entries(e),h=g.length===0,y=!h&&i.has(r);if(h){s.push({lineNumber:u.n++,depth:a,tokens:[...q,{type:"bracket",value:"{}"},...d1(l)]});return}if(y){s.push({lineNumber:u.n++,depth:a,tokens:[...q,{type:"bracket",value:"{"},{type:"ellipsis",value:" … "},{type:"bracket",value:"}"},...d1(l)],collapseKey:r,isCollapsed:!0});return}s.push({lineNumber:u.n++,depth:a,tokens:[...q,{type:"bracket",value:"{"}],collapseKey:r,isCollapsed:!1}),g.forEach(([m,v],b)=>X1(v,m,`${r}.${m}`,a+1,b===g.length-1,i,s,u)),s.push({lineNumber:u.n++,depth:a,tokens:[{type:"bracket",value:"}"},...d1(l)]})}function e2({data:e,defaultCollapsed:t=!1,gutterIcons:r,height:a,maxHeight:l,theme:i,linkify:s,onLinkClick:u,watchlist:q,defaultWatchlist:g,onWatchlistChange:h,indent:y,surfaceVariant:m,"aria-label":v}){const[b,_]=c.useState(()=>t?k1(e):new Set);function p(Z){_(H=>{const I=new Set(H);return I.has(Z)?I.delete(Z):I.add(Z),I})}const f=c.useMemo(()=>$1(e,new Set).length,[e]),F=c.useMemo(()=>$1(e,b),[e,b]);return d.jsx(G1,{lines:F,gutterLineCount:f,onToggleCollapse:p,gutterIcons:r,height:a,maxHeight:l,theme:i,linkify:s,onLinkClick:u,watchlist:q,defaultWatchlist:g,onWatchlistChange:h,indent:y,surfaceVariant:m,"aria-label":v??"JSON code view"})}function gd(e){return d.jsx(e2,{...e})}function qd({data:e}){return d.jsxs("div",{style:{fontFamily:"sans-serif",fontSize:14,padding:16},children:[d.jsx("em",{children:"DataGrid placeholder — data received:"}),d.jsx("pre",{style:{marginTop:8},children:JSON.stringify(e,null,2)})]})}const md="_summary_1born_1",fd="_summaryLeading_1born_5",hd="_url_1born_9",pd="_method_1born_15",bd="_status_1born_19",yd="_duration_1born_23",vd="_headersTrigger_1born_28",_d="_headersPopoverPanel_1born_33",Fd="_headersPopover_1born_33",Td="_headers_1born_28",xd="_headerEntry_1born_48",Sd="_body_1born_61",V={summary:md,summaryLeading:fd,url:hd,method:pd,status:bd,duration:yd,headersTrigger:vd,headersPopoverPanel:_d,headersPopover:Fd,headers:Td,headerEntry:xd,body:Sd},kd={200:"OK",201:"Created",204:"No Content",301:"Moved Permanently",304:"Not Modified",400:"Bad Request",401:"Unauthorized",403:"Forbidden",404:"Not Found",409:"Conflict",422:"Unprocessable Entity",429:"Too Many Requests",500:"Internal Server Error",502:"Bad Gateway",503:"Service Unavailable"};function Y2(e){switch(e){case"GET":case"HEAD":return"green";case"POST":return"orange";case"PUT":return"blue";case"PATCH":return"teal";case"DELETE":return"red";case"OPTIONS":return"gray"}}function X2(e){return e>=500?"red":e>=400?"orange":e>=300?"teal":"green"}function ee(e){return kd[e]??String(e)}function Zd(e){return e?Array.isArray(e)?e:Object.entries(e):[]}function Hd({entries:e,theme:t}){return d.jsxs(X,{gap:"sm",padding:"sm",className:V.headersPopover,theme:t,children:[d.jsx(s1,{variant:"bodyMedium",color:"text.contrast",style:{fontWeight:500},theme:t,children:"Headers"}),d.jsx("dl",{className:V.headers,children:e.map(([r,a])=>d.jsxs("div",{className:V.headerEntry,children:[d.jsx(s1,{as:"dt",variant:"bodyMedium",color:"text.contrast",style:{fontWeight:500},theme:t,children:r}),d.jsx(s1,{as:"dd",variant:"bodyMedium",color:"fg.neutral.muted",theme:t,children:a})]},r))})]})}function wd({body:e,status:t,method:r,url:a,headers:l,durationMs:i,theme:s,codeView:u,"aria-label":q}){const g=c.useMemo(()=>Zd(l),[l]),h=g.length>0;return d.jsxs(J,{role:"region","aria-label":q??"API response",border:"default",borderRadius:"md",overflow:"hidden",direction:"vertical",gap:"none",theme:s,children:[d.jsxs(X,{direction:"horizontal",align:"center",gap:"sm",padding:"sm",paddingInline:"md",className:V.summary,theme:s,children:[d.jsxs(X,{direction:"horizontal",align:"center",gap:"sm",grow:!0,className:V.summaryLeading,theme:s,children:[a?d.jsx(s1,{as:"span",variant:"bodyMedium",color:"fg.neutral.muted",truncate:!0,className:V.url,theme:s,children:a}):null,r?d.jsx(L1,{shade:Y2(r),intensity:"light",variant:"caption",className:V.method,theme:s,children:r}):null,d.jsxs(X,{direction:"horizontal",align:"center",gap:"xs",shrink:0,className:V.status,theme:s,children:[d.jsx(L1,{shade:X2(t),intensity:"bold",variant:"caption",theme:s,children:t}),d.jsx(s1,{variant:"bodyMedium",color:"fg.neutral.muted",theme:s,children:ee(t)})]}),h?d.jsx(P1,{placement:"bottom-start","aria-label":"Response headers",theme:s,className:V.headersTrigger,contentClassName:V.headersPopoverPanel,trigger:d.jsx(j1,{"aria-label":"Response headers",variant:"ghost",size:"xs",theme:s,children:d.jsx(z1,{})}),children:d.jsx(Hd,{entries:g,theme:s})}):null]}),i!=null?d.jsxs(s1,{as:"span",variant:"bodyMedium",color:"fg.neutral.muted",className:V.duration,theme:s,children:[i," ms"]}):null]}),d.jsx(h2,{theme:s}),d.jsx(J,{grow:!0,className:V.body,theme:s,children:d.jsx(e2,{data:e,surfaceVariant:"embedded",linkify:!0,"aria-label":"Response body",theme:s,...u})})]})}function Cd({data:e,defaultMode:t="code"}){return d.jsxs("div",{style:{fontFamily:"sans-serif",fontSize:14,padding:16},children:[d.jsxs("em",{children:["JsonViewer placeholder — mode: ",t]}),d.jsx("pre",{style:{marginTop:8},children:JSON.stringify(e,null,2)})]})}function Qd(){return g1}function Dd(){return g1}exports.ActionMenu=b7;exports.ActionMenuItem=H7;exports.ActionMenuList=U1;exports.ApiResponseViewer=wd;exports.ArrowBackIcon=oi;exports.Box=J;exports.BreadcrumbLink=w2;exports.Breadcrumbs=ki;exports.Button=G0;exports.Callout=L0;exports.ChevronLeftIcon=Z2;exports.ChevronRightIcon=w1;exports.CloseIcon=li;exports.CodeBlock=id;exports.CodeSnippet=gd;exports.CodeSurface=G1;exports.Container=Z0;exports.DataGrid=qd;exports.Divider=h2;exports.ExpandMoreIcon=z1;exports.GLOBAL_COLOR_PATH_EXAMPLES=Q0;exports.Highlight=j0;exports.HomeIcon=ni;exports.Icon=S1;exports.IconButton=j1;exports.JsonCodeView=e2;exports.JsonViewer=Cd;exports.Link=mi;exports.MenuIcon=ii;exports.OpenInNewIcon=H2;exports.Overlay=C2;exports.Pill=L1;exports.Popover=P1;exports.ResizeHandle=R1;exports.SearchIcon=si;exports.SettingsIcon=di;exports.Sheet=N1;exports.Sidebar=b1;exports.SiteHeader=Qi;exports.SiteHeaderDivider=Di;exports.SplitLayout=j2;exports.Stack=X;exports.Text=s1;exports.ThemeProvider=d0;exports.Tooltip=W1;exports.buildFigmaLightTheme=Qd;exports.buildLines=$1;exports.defaultTheme=g1;exports.getAllCollapsiblePaths=k1;exports.getFigmaLightMergedTokens=Dd;exports.highlightSource=G2;exports.iconManifest=sr;exports.methodPillShade=Y2;exports.resolveGlobalColor=f2;exports.resolveGlobalColorOrCss=H1;exports.statusPillShade=X2;exports.statusReasonPhrase=ee;exports.useSidebar=B7;exports.useTheme=C;
10
11
  //# sourceMappingURL=index.cjs.js.map