@atlaskit/logo 19.10.6 → 20.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/cjs/artifacts/logo-components/chat/icon.js +2 -2
  3. package/dist/cjs/artifacts/logo-components/chat/logo-cs.js +2 -2
  4. package/dist/cjs/artifacts/logo-components/chat/logo.js +2 -2
  5. package/dist/cjs/artifacts/logo-components/{chat-new → feedback}/icon.js +8 -8
  6. package/dist/cjs/artifacts/logo-components/{chat-new → feedback}/index.js +6 -6
  7. package/dist/cjs/artifacts/logo-components/feedback/logo-cs.js +40 -0
  8. package/dist/cjs/artifacts/logo-components/feedback/logo.js +40 -0
  9. package/dist/cjs/artifacts/logo-components/search/icon.js +2 -2
  10. package/dist/cjs/artifacts/logo-components/search/logo-cs.js +2 -2
  11. package/dist/cjs/artifacts/logo-components/search/logo.js +2 -2
  12. package/dist/cjs/artifacts/logo-components/studio/icon.js +2 -2
  13. package/dist/cjs/artifacts/logo-components/studio/logo-cs.js +2 -2
  14. package/dist/cjs/artifacts/logo-components/studio/logo.js +2 -2
  15. package/dist/cjs/artifacts/raw-icons/index.js +7 -11
  16. package/dist/cjs/index.js +28 -10
  17. package/dist/cjs/logo-config.js +5 -7
  18. package/dist/es2019/artifacts/logo-components/chat/icon.js +2 -2
  19. package/dist/es2019/artifacts/logo-components/chat/logo-cs.js +3 -3
  20. package/dist/es2019/artifacts/logo-components/chat/logo.js +2 -2
  21. package/dist/es2019/artifacts/logo-components/feedback/icon.js +37 -0
  22. package/dist/es2019/artifacts/logo-components/feedback/index.js +8 -0
  23. package/dist/es2019/artifacts/logo-components/feedback/logo-cs.js +36 -0
  24. package/dist/es2019/artifacts/logo-components/feedback/logo.js +36 -0
  25. package/dist/es2019/artifacts/logo-components/search/icon.js +3 -3
  26. package/dist/es2019/artifacts/logo-components/search/logo-cs.js +3 -3
  27. package/dist/es2019/artifacts/logo-components/search/logo.js +3 -3
  28. package/dist/es2019/artifacts/logo-components/studio/icon.js +3 -3
  29. package/dist/es2019/artifacts/logo-components/studio/logo-cs.js +3 -3
  30. package/dist/es2019/artifacts/logo-components/studio/logo.js +3 -3
  31. package/dist/es2019/artifacts/raw-icons/index.js +6 -10
  32. package/dist/es2019/index.js +31 -13
  33. package/dist/es2019/logo-config.js +4 -6
  34. package/dist/esm/artifacts/logo-components/chat/icon.js +2 -2
  35. package/dist/esm/artifacts/logo-components/chat/logo-cs.js +2 -2
  36. package/dist/esm/artifacts/logo-components/chat/logo.js +2 -2
  37. package/dist/esm/artifacts/logo-components/feedback/icon.js +34 -0
  38. package/dist/esm/artifacts/logo-components/feedback/index.js +8 -0
  39. package/dist/esm/artifacts/logo-components/feedback/logo-cs.js +32 -0
  40. package/dist/esm/artifacts/logo-components/feedback/logo.js +32 -0
  41. package/dist/esm/artifacts/logo-components/search/icon.js +2 -2
  42. package/dist/esm/artifacts/logo-components/search/logo-cs.js +2 -2
  43. package/dist/esm/artifacts/logo-components/search/logo.js +2 -2
  44. package/dist/esm/artifacts/logo-components/studio/icon.js +2 -2
  45. package/dist/esm/artifacts/logo-components/studio/logo-cs.js +2 -2
  46. package/dist/esm/artifacts/logo-components/studio/logo.js +2 -2
  47. package/dist/esm/artifacts/raw-icons/index.js +6 -10
  48. package/dist/esm/index.js +40 -14
  49. package/dist/esm/logo-config.js +4 -6
  50. package/dist/types/artifacts/logo-components/chat/icon.d.ts +1 -1
  51. package/dist/types/artifacts/logo-components/chat/logo-cs.d.ts +1 -1
  52. package/dist/types/artifacts/logo-components/chat/logo.d.ts +1 -1
  53. package/dist/types/artifacts/logo-components/{chat-new → feedback}/icon.d.ts +5 -5
  54. package/dist/types/artifacts/logo-components/feedback/index.d.ts +8 -0
  55. package/dist/types/artifacts/logo-components/feedback/logo-cs.d.ts +14 -0
  56. package/dist/{types-ts4.5/artifacts/logo-components/chat-new → types/artifacts/logo-components/feedback}/logo.d.ts +4 -4
  57. package/dist/types/artifacts/logo-components/search/icon.d.ts +1 -1
  58. package/dist/types/artifacts/logo-components/search/logo-cs.d.ts +1 -1
  59. package/dist/types/artifacts/logo-components/search/logo.d.ts +1 -1
  60. package/dist/types/artifacts/logo-components/studio/icon.d.ts +1 -1
  61. package/dist/types/artifacts/logo-components/studio/logo-cs.d.ts +1 -1
  62. package/dist/types/artifacts/logo-components/studio/logo.d.ts +1 -1
  63. package/dist/types/artifacts/raw-icons/index.d.ts +5 -7
  64. package/dist/types/index.d.ts +26 -6
  65. package/dist/types/logo-config.d.ts +0 -1
  66. package/dist/types-ts4.5/artifacts/logo-components/chat/icon.d.ts +1 -1
  67. package/dist/types-ts4.5/artifacts/logo-components/chat/logo-cs.d.ts +1 -1
  68. package/dist/types-ts4.5/artifacts/logo-components/chat/logo.d.ts +1 -1
  69. package/dist/types-ts4.5/artifacts/logo-components/{chat-new → feedback}/icon.d.ts +5 -5
  70. package/dist/types-ts4.5/artifacts/logo-components/feedback/index.d.ts +8 -0
  71. package/dist/types-ts4.5/artifacts/logo-components/feedback/logo-cs.d.ts +14 -0
  72. package/dist/{types/artifacts/logo-components/chat-new → types-ts4.5/artifacts/logo-components/feedback}/logo.d.ts +4 -4
  73. package/dist/types-ts4.5/artifacts/logo-components/search/icon.d.ts +1 -1
  74. package/dist/types-ts4.5/artifacts/logo-components/search/logo-cs.d.ts +1 -1
  75. package/dist/types-ts4.5/artifacts/logo-components/search/logo.d.ts +1 -1
  76. package/dist/types-ts4.5/artifacts/logo-components/studio/icon.d.ts +1 -1
  77. package/dist/types-ts4.5/artifacts/logo-components/studio/logo-cs.d.ts +1 -1
  78. package/dist/types-ts4.5/artifacts/logo-components/studio/logo.d.ts +1 -1
  79. package/dist/types-ts4.5/artifacts/raw-icons/index.d.ts +5 -7
  80. package/dist/types-ts4.5/index.d.ts +26 -6
  81. package/dist/types-ts4.5/logo-config.d.ts +0 -1
  82. package/package.json +6 -9
  83. package/dist/cjs/artifacts/logo-components/chat-new/logo-cs.js +0 -40
  84. package/dist/cjs/artifacts/logo-components/chat-new/logo.js +0 -40
  85. package/dist/cjs/artifacts/logo-components/search-new/icon.js +0 -42
  86. package/dist/cjs/artifacts/logo-components/search-new/index.js +0 -26
  87. package/dist/cjs/artifacts/logo-components/search-new/logo-cs.js +0 -40
  88. package/dist/cjs/artifacts/logo-components/search-new/logo.js +0 -40
  89. package/dist/cjs/artifacts/logo-components/studio-new/icon.js +0 -42
  90. package/dist/cjs/artifacts/logo-components/studio-new/index.js +0 -26
  91. package/dist/cjs/artifacts/logo-components/studio-new/logo-cs.js +0 -40
  92. package/dist/cjs/artifacts/logo-components/studio-new/logo.js +0 -40
  93. package/dist/es2019/artifacts/logo-components/chat-new/icon.js +0 -37
  94. package/dist/es2019/artifacts/logo-components/chat-new/index.js +0 -8
  95. package/dist/es2019/artifacts/logo-components/chat-new/logo-cs.js +0 -36
  96. package/dist/es2019/artifacts/logo-components/chat-new/logo.js +0 -36
  97. package/dist/es2019/artifacts/logo-components/search-new/icon.js +0 -37
  98. package/dist/es2019/artifacts/logo-components/search-new/index.js +0 -8
  99. package/dist/es2019/artifacts/logo-components/search-new/logo-cs.js +0 -36
  100. package/dist/es2019/artifacts/logo-components/search-new/logo.js +0 -36
  101. package/dist/es2019/artifacts/logo-components/studio-new/icon.js +0 -38
  102. package/dist/es2019/artifacts/logo-components/studio-new/index.js +0 -8
  103. package/dist/es2019/artifacts/logo-components/studio-new/logo-cs.js +0 -37
  104. package/dist/es2019/artifacts/logo-components/studio-new/logo.js +0 -37
  105. package/dist/esm/artifacts/logo-components/chat-new/icon.js +0 -34
  106. package/dist/esm/artifacts/logo-components/chat-new/index.js +0 -8
  107. package/dist/esm/artifacts/logo-components/chat-new/logo-cs.js +0 -32
  108. package/dist/esm/artifacts/logo-components/chat-new/logo.js +0 -32
  109. package/dist/esm/artifacts/logo-components/search-new/icon.js +0 -34
  110. package/dist/esm/artifacts/logo-components/search-new/index.js +0 -8
  111. package/dist/esm/artifacts/logo-components/search-new/logo-cs.js +0 -32
  112. package/dist/esm/artifacts/logo-components/search-new/logo.js +0 -32
  113. package/dist/esm/artifacts/logo-components/studio-new/icon.js +0 -34
  114. package/dist/esm/artifacts/logo-components/studio-new/index.js +0 -8
  115. package/dist/esm/artifacts/logo-components/studio-new/logo-cs.js +0 -32
  116. package/dist/esm/artifacts/logo-components/studio-new/logo.js +0 -32
  117. package/dist/types/artifacts/logo-components/chat-new/index.d.ts +0 -8
  118. package/dist/types/artifacts/logo-components/chat-new/logo-cs.d.ts +0 -14
  119. package/dist/types/artifacts/logo-components/search-new/icon.d.ts +0 -17
  120. package/dist/types/artifacts/logo-components/search-new/index.d.ts +0 -8
  121. package/dist/types/artifacts/logo-components/search-new/logo-cs.d.ts +0 -14
  122. package/dist/types/artifacts/logo-components/search-new/logo.d.ts +0 -14
  123. package/dist/types/artifacts/logo-components/studio-new/icon.d.ts +0 -17
  124. package/dist/types/artifacts/logo-components/studio-new/index.d.ts +0 -8
  125. package/dist/types/artifacts/logo-components/studio-new/logo-cs.d.ts +0 -14
  126. package/dist/types/artifacts/logo-components/studio-new/logo.d.ts +0 -14
  127. package/dist/types-ts4.5/artifacts/logo-components/chat-new/index.d.ts +0 -8
  128. package/dist/types-ts4.5/artifacts/logo-components/chat-new/logo-cs.d.ts +0 -14
  129. package/dist/types-ts4.5/artifacts/logo-components/search-new/icon.d.ts +0 -17
  130. package/dist/types-ts4.5/artifacts/logo-components/search-new/index.d.ts +0 -8
  131. package/dist/types-ts4.5/artifacts/logo-components/search-new/logo-cs.d.ts +0 -14
  132. package/dist/types-ts4.5/artifacts/logo-components/search-new/logo.d.ts +0 -14
  133. package/dist/types-ts4.5/artifacts/logo-components/studio-new/icon.d.ts +0 -17
  134. package/dist/types-ts4.5/artifacts/logo-components/studio-new/index.d.ts +0 -8
  135. package/dist/types-ts4.5/artifacts/logo-components/studio-new/logo-cs.d.ts +0 -14
  136. package/dist/types-ts4.5/artifacts/logo-components/studio-new/logo.d.ts +0 -14
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::73aa54c99422e4ea067e742fc3f72d33>>
3
+ * @codegen <<SignedSource::c784857013a6f31c328919bcfc1862e5>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  export var adminIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.444 5h3.111l.98 2.61 2.75-.457 1.555 2.694L17.07 12l1.77 2.153-1.555 2.694-2.75-.457-.979 2.61h-3.11l-.98-2.61-2.75.457-1.555-2.694L6.931 12 5.16 9.847l1.555-2.694 2.75.457zM12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25' clip-rule='evenodd'/> </svg> ";
@@ -10,8 +10,7 @@ export var assetsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/s
10
10
  export var bambooIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M9.215 12.652a2.75 2.75 0 0 0 2.749 2.742v4.205a6.964 6.964 0 0 1-6.849-5.727l-.049-.317zm9.26 0a.44.44 0 0 1 .436.468c-.222 3.311-2.783 5.989-6.043 6.414l-.904-4.14a2.75 2.75 0 0 0 2.723-2.37.44.44 0 0 1 .44-.372zM11.963 9.91a2.75 2.75 0 0 0-2.748 2.742H5v-.065c.033-3.495 2.668-6.374 6.059-6.816zm0-5.972a.436.436 0 0 1 .72-.33l4.824 4.138a.436.436 0 0 1 0 .662l-4.823 4.139a.436.436 0 0 1-.72-.331z'/> </svg> ";
11
11
  export var bitbucketDataCenterIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='m17.843 11.763-.986 6.024c-.065.365-.322.58-.686.58H7.81c-.365 0-.622-.215-.686-.58L5.387 7.047c-.064-.364.129-.6.472-.6h12.262c.343 0 .536.236.472.6l-.472 2.83c-.064.407-.3.579-.686.579h-7.374c-.107 0-.172.064-.15.193l.579 3.558c.021.086.085.15.171.15h2.658c.086 0 .15-.064.172-.15l.407-2.572c.043-.322.257-.45.558-.45h2.894c.428 0 .557.214.493.578'/> </svg> ";
12
12
  export var bitbucketIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%2394c748' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='m17.898 11.353-.994 6.064c-.065.367-.324.583-.691.583H7.787c-.367 0-.627-.216-.691-.583L5.346 6.604C5.28 6.237 5.476 6 5.82 6h12.358c.346 0 .54.237.475.604l-.475 2.85c-.065.41-.303.582-.691.582h-7.432c-.109 0-.173.065-.152.194l.584 3.583c.021.086.086.151.172.151h2.68c.086 0 .15-.065.172-.151l.41-2.59c.044-.324.26-.453.563-.453H17.4c.432 0 .562.216.497.582'/> </svg> ";
13
- export var chatNewIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M18.563 16.688h-8.438L5.438 19.5V5.438h13.125zm-6.83-9.375-.255.647c-.362.92-.543 1.38-.878 1.727-.334.346-.787.543-1.694.938l-.388.17v.535l.388.17c.907.394 1.36.592 1.694.938.335.346.516.807.878 1.727l.255.648h.535l.255-.648c.362-.92.543-1.38.877-1.727.335-.346.788-.544 1.694-.939l.388-.169v-.535l-.388-.17c-.906-.395-1.36-.592-1.694-.938-.334-.347-.515-.807-.877-1.727l-.255-.647z' clip-rule='evenodd'/> </svg> ";
14
- export var chatIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.125 16.5h8.125V6H5.75v13zM12 12.125a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75m4-.875a.875.875 0 1 1-1.75 0 .875.875 0 0 1 1.75 0m-7.125.875a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75' clip-rule='evenodd'/> </svg> ";
13
+ export var chatIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M18.563 16.688h-8.438L5.438 19.5V5.438h13.125zm-6.83-9.375-.255.647c-.362.92-.543 1.38-.878 1.727-.334.346-.787.543-1.694.938l-.388.17v.535l.388.17c.907.394 1.36.592 1.694.938.335.346.516.807.878 1.727l.255.648h.535l.255-.648c.362-.92.543-1.38.877-1.727.335-.346.788-.544 1.694-.939l.388-.169v-.535l-.388-.17c-.906-.395-1.36-.592-1.694-.938-.334-.347-.515-.807-.877-1.727l-.255-.647z' clip-rule='evenodd'/> </svg> ";
15
14
  export var companyHubIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M6.75 19V5h10.5v14h-3.937v-3.062h-2.625V19zM9.375 8.063h1.75V6.75h-1.75zm3.5 0h1.75V6.75h-1.75zm-1.75 3.062h-1.75V9.813h1.75zm-1.75 3.063h1.75v-1.313h-1.75zm5.25-3.063h-1.75V9.813h1.75zm-1.75 3.063h1.75v-1.313h-1.75z' clip-rule='evenodd'/> </svg> ";
16
15
  export var compassIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%2394c748' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M12.75 7.877v-3.37l6.16-.007h.007a.59.59 0 0 1 .583.598v6.147h-3.366V7.877z'/> <path fill='%23101214' d='M12.75 14.615v-3.37h3.368v6.165a.59.59 0 0 1-.591.59H6.583A.59.59 0 0 1 6 17.402V8.467a.59.59 0 0 1 .591-.59h6.16v3.368H9.373v3.37z'/> </svg> ";
17
16
  export var confluenceDataCenterIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M17.37 14.265c-3.704-1.79-4.785-2.058-6.346-2.058-1.83 0-3.391.761-4.785 2.902l-.229.35c-.187.288-.229.39-.229.514s.063.227.292.37l2.35 1.462c.125.083.23.124.333.124.125 0 .208-.062.333-.247l.375-.577c.582-.885 1.102-1.173 1.768-1.173.583 0 1.27.165 2.122.577l2.455 1.152c.25.124.52.062.645-.226l1.165-2.552c.125-.289.042-.474-.25-.618M6.572 9.757c3.703 1.791 4.785 2.059 6.346 2.059 1.83 0 3.39-.762 4.785-2.902l.229-.35c.187-.288.228-.391.228-.515 0-.123-.062-.226-.29-.37l-2.352-1.462c-.125-.082-.229-.123-.333-.123-.125 0-.208.061-.333.247l-.374.576c-.583.885-1.103 1.173-1.769 1.173-.582 0-1.269-.164-2.122-.576L8.132 6.361c-.25-.123-.52-.061-.645.227L6.322 9.14c-.125.288-.041.473.25.617'/> </svg> ";
@@ -20,6 +19,7 @@ export var crowdIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/sv
20
19
  export var customLinkIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M19 12a7 7 0 1 0-14 0 7 7 0 0 0 14 0m-9.37 4.625.026.074a5.26 5.26 0 0 1-2.833-3.824h2.136c.069 1.426.306 2.73.67 3.75m1.08-3.75c.068 1.255.278 2.353.567 3.162.179.5.37.841.54 1.042a.6.6 0 0 0 .183.165.7.7 0 0 0 .183-.165c.17-.2.361-.543.54-1.042.288-.809.498-1.907.566-3.162zm2.58-1.75h-2.58c.068-1.255.278-2.353.567-3.162.179-.5.37-.841.54-1.042A.7.7 0 0 1 12 6.756a.6.6 0 0 1 .183.165c.17.2.361.543.54 1.042.288.809.498 1.907.566 3.162m1.751 1.75c-.069 1.426-.306 2.73-.67 3.75l-.027.074a5.26 5.26 0 0 0 2.833-3.824zm2.136-1.75H15.04c-.069-1.426-.306-2.73-.67-3.75l-.027-.074a5.26 5.26 0 0 1 2.833 3.824m-8.218 0H6.823a5.26 5.26 0 0 1 2.833-3.824l-.027.074c-.364 1.02-.601 2.324-.67 3.75' clip-rule='evenodd'/> </svg> ";
21
20
  export var customerServiceManagementIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M16.43 17.42A6.97 6.97 0 0 1 12 19H6.4v-.47l3.84-3.78a3.25 3.25 0 0 0 1.76.52c.65 0 1.25-.19 1.76-.51zm.99-.99A6.97 6.97 0 0 0 19 12a6.97 6.97 0 0 0-1.58-4.43l-2.67 2.67c.33.51.52 1.11.52 1.76s-.19 1.25-.51 1.76zm-.99-9.85-2.67 2.67A3.25 3.25 0 0 0 12 8.73c-.65 0-1.25.19-1.76.52L7.57 6.58A6.97 6.97 0 0 1 12 5c1.68 0 3.22.59 4.43 1.58m-9.85.99A6.97 6.97 0 0 0 5 12c0 1.68.59 3.22 1.58 4.43l2.67-2.67A3.25 3.25 0 0 1 8.73 12c0-.65.19-1.25.52-1.76z'/> </svg> ";
22
21
  export var dxIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <path fill='%2394c748' d='M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z'/> <path fill='%23101214' d='m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z'/> </svg> ";
22
+ export var feedbackIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <rect width='48' height='48' fill='%23c97cf4' rx='12'/> <path fill='%23101214' d='M20 19h5v11h-5zm7-9h5v28h-5zm7 6h5v16h-5zm-21 0h5v16h-5zm-7 5h5v7H6z'/> </svg> ";
23
23
  export var focusIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M20.84 12.21a4.29 4.29 0 0 0-6.05 0l-1.394 1.393c-.77.769-2.02.769-2.789 0L9.45 12.445 6.424 15.47l1.158 1.158a6.25 6.25 0 0 0 8.838 0zm-17.68-.418a4.253 4.253 0 0 0 6.034.017l1.412-1.412a1.973 1.973 0 0 1 2.788 0l1.158 1.158 3.026-3.025-1.158-1.158a6.25 6.25 0 0 0-8.838 0l-4.42 4.419z'/> </svg> ";
24
24
  export var goalsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M14.352 12a2.352 2.352 0 1 1-4.704 0 2.352 2.352 0 0 1 4.704 0'/> <path fill='%23101214' fill-rule='evenodd' d='M12 18.563a6.562 6.562 0 1 0 0-13.125 6.562 6.562 0 0 0 0 13.125M16.102 12a4.102 4.102 0 1 1-8.204 0 4.102 4.102 0 0 1 8.204 0' clip-rule='evenodd'/> </svg> ";
25
25
  export var guardDetectIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M5.49 10.87h13.02c.374 0 .574-.2.574-.574V5.907c0-.374-.2-.574-.574-.574h-2.744c-.374 0-.573.2-.573.574v2.22h-1.247v-2.22c0-.374-.2-.574-.574-.574h-2.743c-.374 0-.574.2-.574.574v2.22H8.807v-2.22c0-.374-.2-.574-.573-.574H5.49c-.374 0-.573.2-.573.574v4.39c0 .373.2.573.573.573m.225 3.84a8.7 8.7 0 0 1-.5-2.493c-.024-.324.126-.499.475-.499h12.62c.349 0 .498.15.498.449a8.2 8.2 0 0 1-.523 2.544c-.15.399-.375.573-.799.573H6.513c-.424 0-.649-.174-.798-.573m11.547 2.07C16.065 18.253 14.095 19.2 12 19.2s-4.116-.948-5.288-2.42c-.299-.398-.15-.648.15-.648h10.275c.3 0 .45.25.125.649'/> </svg> ";
@@ -40,11 +40,9 @@ export var rovoDevAgentIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/
40
40
  export var rovoDevIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%2394c748' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M11.26 4.71a1.7 1.7 0 0 1 1.666.017l5.006 2.89c.524.302.848.863.848 1.467v5.78a1.69 1.69 0 0 1-.848 1.467l-3.763 2.172.024-.07c.07-.216.107-.445.107-.679v-5.78c0-.794-.423-1.526-1.112-1.922l-2.805-1.62V6.195q.001-.267.08-.512c.126-.395.396-.737.765-.95l.002-.001z'/> <path fill='%23101214' d='M9.986 5.45 6.223 7.623a1.69 1.69 0 0 0-.848 1.466v5.78c0 .605.324 1.166.848 1.468l5.006 2.89a1.7 1.7 0 0 0 1.666.016l.03-.02c.37-.214.64-.556.768-.95q.078-.247.079-.513v-2.24l-2.805-1.618a2.22 2.22 0 0 1-1.112-1.922V6.2a2.2 2.2 0 0 1 .13-.75'/> </svg> ";
41
41
  export var rovoHexIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%231868db' fill-rule='evenodd' d='m13.227 16.789-7.154 4.169-3.403-1.96a2.72 2.72 0 0 1-1.362-2.355V7.366c0-.973.518-1.87 1.361-2.354l6.044-3.487-.038.114a3.6 3.6 0 0 0-.172 1.088v9.278c0 1.274.68 2.45 1.786 3.085z' clip-rule='evenodd'/> <path fill='%236a9a23' fill-rule='evenodd' d='m11.296 15.671-7.193 4.153 6.607 3.812a2.73 2.73 0 0 0 2.676.026l.048-.033a2.73 2.73 0 0 0 1.232-1.525 2.7 2.7 0 0 0 .127-.822v-3.594z' clip-rule='evenodd'/> <path fill='%23af59e1' fill-rule='evenodd' d='m21.477 5.003-4.404-2.539-5.904 4.89 2.69 1.556a3.56 3.56 0 0 1 1.785 3.086v9.277a3.6 3.6 0 0 1-.21 1.202l6.044-3.486a2.71 2.71 0 0 0 1.362-2.355V7.357c0-.97-.521-1.87-1.363-2.354' clip-rule='evenodd'/> <path fill='%23fca700' fill-rule='evenodd' d='M12.74 8.266 9.353 6.312V2.718c0-.283.044-.56.127-.821A2.73 2.73 0 0 1 10.71.372V.37a.4.4 0 0 0 .048-.033 2.73 2.73 0 0 1 2.676.026l6.499 3.75z' clip-rule='evenodd'/> </svg> ";
42
42
  export var rovoIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%231868db' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23fff' d='M11.057 5.257a1.57 1.57 0 0 1 1.539.015l4.621 2.668c.484.279.783.797.783 1.354v5.336a1.56 1.56 0 0 1-.782 1.355l-3.474 2.005a2 2 0 0 0 .12-.691v-5.337c0-.733-.39-1.409-1.026-1.774l-2.59-1.495V6.626q.001-.246.074-.473c.117-.364.366-.68.707-.877z'/> <path fill='%23fff' d='M9.881 5.94 6.408 7.945A1.56 1.56 0 0 0 5.625 9.3v5.337c0 .557.3 1.075.783 1.354l4.621 2.668c.475.274 1.06.279 1.539.015l.027-.019a1.57 1.57 0 0 0 .781-1.35v-2.067l-2.589-1.495a2.05 2.05 0 0 1-1.026-1.775V6.631a2 2 0 0 1 .12-.691'/> </svg> ";
43
- export var searchNewIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6.625a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.76 17.176a5.791 5.791 0 1 1 5.038-2.935l3.403 3.403-2.205 2.204-3.409-3.408a5.77 5.77 0 0 1-2.827.736m-.274-9.37-.242.615c-.344.874-.516 1.312-.833 1.64-.318.33-.749.518-1.61.893l-.37.16v.51l.37.16c.861.376 1.292.563 1.61.893.317.329.49.766.833 1.64l.242.616h.51l.242-.616c.344-.874.516-1.311.834-1.64.317-.33.748-.517 1.61-.893l.368-.16v-.51l-.369-.16c-.861-.375-1.292-.563-1.61-.892-.317-.33-.489-.766-.833-1.64l-.242-.616z' clip-rule='evenodd'/> </svg> ";
44
- export var searchIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M5 10.688a5.69 5.69 0 0 0 5.697 5.687c1.01 0 1.958-.262 2.78-.723L16.832 19 19 16.834l-3.347-3.341c.471-.828.74-1.785.74-2.806A5.69 5.69 0 0 0 10.697 5 5.69 5.69 0 0 0 5 10.688m2.191 0c0 1.932 1.57 3.5 3.506 3.5a3.503 3.503 0 0 0 3.505-3.5c0-1.933-1.57-3.5-3.505-3.5a3.503 3.503 0 0 0-3.506 3.5' clip-rule='evenodd'/> </svg> ";
43
+ export var searchIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6.625a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.76 17.176a5.791 5.791 0 1 1 5.038-2.935l3.403 3.403-2.205 2.204-3.409-3.408a5.77 5.77 0 0 1-2.827.736m-.274-9.37-.242.615c-.344.874-.516 1.312-.833 1.64-.318.33-.749.518-1.61.893l-.37.16v.51l.37.16c.861.376 1.292.563 1.61.893.317.329.49.766.833 1.64l.242.616h.51l.242-.616c.344-.874.516-1.311.834-1.64.317-.33.748-.517 1.61-.893l.368-.16v-.51l-.369-.16c-.861-.375-1.292-.563-1.61-.892-.317-.33-.489-.766-.833-1.64l-.242-.616z' clip-rule='evenodd'/> </svg> ";
45
44
  export var statuspageIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M12 9.796c-1.924 0-3.796.832-5.324 2.118q-.238.227-.475.227c-.132 0-.263-.076-.369-.202L3.908 9.771c-.105-.126-.158-.252-.158-.353 0-.151.08-.277.237-.429C6.307 7.023 9.127 5.914 12 5.914s5.693 1.109 8.013 3.075c.158.152.237.278.237.429 0 .1-.053.227-.158.353l-1.924 2.168c-.106.126-.238.202-.37.202q-.236 0-.474-.227c-1.529-1.286-3.4-2.118-5.324-2.118m0 8.118c-2.135 0-3.875-1.664-3.875-3.68 0-2.018 1.74-3.682 3.875-3.682s3.875 1.64 3.875 3.681-1.74 3.68-3.875 3.68'/> </svg> ";
46
- export var studioNewIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.594 18.563v-7.97h7.969v7.97zm3.808-6.488-.163.429c-.235.615-.352.922-.572 1.155s-.52.368-1.12.638l-.222.1v.357l.222.099c.6.27.9.405 1.12.638s.337.54.572 1.156l.163.428h.347l.163-.429c.235-.615.352-.922.572-1.155s.52-.368 1.12-.638l.221-.1v-.357l-.22-.1c-.601-.269-.901-.404-1.121-.637s-.337-.54-.572-1.155l-.164-.429z' clip-rule='evenodd'/> <path fill='%23101214' d='M14.813 7.195 10.125 4.5 5.438 7.195v5.39l3.75 2.157V9.187h5.625z'/> </svg> ";
47
- export var studioIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M10.7 11.222V19h7.8v-7.778z'/> <path fill='%23101214' d='M14.6 7.609 10.05 5 5.5 7.609v5.217l3.64 2.087V9.667h5.46z'/> </svg> ";
45
+ export var studioIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.594 18.563v-7.97h7.969v7.97zm3.808-6.488-.163.429c-.235.615-.352.922-.572 1.155s-.52.368-1.12.638l-.222.1v.357l.222.099c.6.27.9.405 1.12.638s.337.54.572 1.156l.163.428h.347l.163-.429c.235-.615.352-.922.572-1.155s.52-.368 1.12-.638l.221-.1v-.357l-.22-.1c-.601-.269-.901-.404-1.121-.637s-.337-.54-.572-1.155l-.164-.429z' clip-rule='evenodd'/> <path fill='%23101214' d='M14.813 7.195 10.125 4.5 5.438 7.195v5.39l3.75 2.157V9.187h5.625z'/> </svg> ";
48
46
  export var talentIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='m9.297 8.753 2.277-5.073h.858l2.277 5.073 5.529.598.265.816-4.121 3.734 1.14 5.442-.695.505-4.824-2.766-4.824 2.766-.695-.505 1.14-5.442-4.121-3.733.265-.817zm.777 6.415v-.678a1.857 1.857 0 0 1 3.715 0v.613a3.6 3.6 0 0 1-1.886.548h-.053a3.6 3.6 0 0 1-1.776-.483m1.858-3.134a1.393 1.393 0 1 0 0-2.786 1.393 1.393 0 0 0 0 2.786' clip-rule='evenodd'/> </svg> ";
49
47
  export var teamsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M8.06 11.25a2.63 2.63 0 1 0 0-5.25 2.63 2.63 0 0 0 0 5.25m7.88 0a2.63 2.63 0 1 0 0-5.25 2.63 2.63 0 0 0 0 5.25m.17 1.31a2.89 2.89 0 0 1 2.89 2.9V18h-7.22l1.66-3.67a2.89 2.89 0 0 1 2.67-1.77M5 15.63V18h4.81l1.31-2.81a2.63 2.63 0 0 0-2.62-2.63h-.44A3.06 3.06 0 0 0 5 15.63'/> </svg> ";
50
48
  export var trelloIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%231558bc' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23fff' d='M9.39 18.23a.95.95 0 0 0 .95-.95V5.38a.95.95 0 0 0-.95-.95H5.38a.95.95 0 0 0-.95.95v11.91c0 .52.42.95.95.95zm9.23-5.46a.95.95 0 0 0 .95-.95V5.38a.95.95 0 0 0-.95-.95h-4.01a.95.95 0 0 0-.95.95v6.44c0 .52.42.95.95.95z'/> </svg> ";
@@ -56,7 +54,6 @@ export var rawIcons = {
56
54
  bamboo: bambooIcon,
57
55
  bitbucketDataCenter: bitbucketDataCenterIcon,
58
56
  bitbucket: bitbucketIcon,
59
- chatNew: chatNewIcon,
60
57
  chat: chatIcon,
61
58
  companyHub: companyHubIcon,
62
59
  compass: compassIcon,
@@ -66,6 +63,7 @@ export var rawIcons = {
66
63
  customLink: customLinkIcon,
67
64
  customerServiceManagement: customerServiceManagementIcon,
68
65
  dx: dxIcon,
66
+ feedback: feedbackIcon,
69
67
  focus: focusIcon,
70
68
  goals: goalsIcon,
71
69
  guardDetect: guardDetectIcon,
@@ -86,10 +84,8 @@ export var rawIcons = {
86
84
  rovoDev: rovoDevIcon,
87
85
  rovoHex: rovoHexIcon,
88
86
  rovo: rovoIcon,
89
- searchNew: searchNewIcon,
90
87
  search: searchIcon,
91
88
  statuspage: statuspageIcon,
92
- studioNew: studioNewIcon,
93
89
  studio: studioIcon,
94
90
  talent: talentIcon,
95
91
  teams: teamsIcon,
package/dist/esm/index.js CHANGED
@@ -5,14 +5,14 @@ import { AssetsIcon as NewAssetsIcon, AssetsLogoCS as NewAssetsLogo } from './ar
5
5
  import { BambooIcon as NewBambooIcon, BambooLogoCS as NewBambooLogo } from './artifacts/logo-components/bamboo';
6
6
  import { BitbucketIcon as NewBitbucketIcon, BitbucketLogoCS as NewBitbucketLogo } from './artifacts/logo-components/bitbucket';
7
7
  import { BitbucketDataCenterIcon as NewBitbucketDataCenterIcon, BitbucketDataCenterLogoCS as NewBitbucketDataCenterLogo } from './artifacts/logo-components/bitbucket-data-center';
8
- import { ChatIcon as OldChatIcon, ChatLogoCS as OldChatLogo } from './artifacts/logo-components/chat';
9
- import { ChatNewIcon, ChatNewLogoCS } from './artifacts/logo-components/chat-new';
8
+ import { ChatIcon as NewChatIcon, ChatLogoCS as NewChatLogo } from './artifacts/logo-components/chat';
10
9
  import { CompassIcon as NewCompassIcon, CompassLogoCS as NewCompassLogo } from './artifacts/logo-components/compass';
11
10
  import { ConfluenceIcon as NewConfluenceIcon, ConfluenceLogoCS as NewConfluenceLogo } from './artifacts/logo-components/confluence';
12
11
  import { ConfluenceDataCenterIcon as NewConfluenceDataCenterIcon, ConfluenceDataCenterLogoCS as NewConfluenceDataCenterLogo } from './artifacts/logo-components/confluence-data-center';
13
12
  import { CrowdIcon as NewCrowdIcon, CrowdLogoCS as NewCrowdLogo } from './artifacts/logo-components/crowd';
14
13
  import { CustomerServiceManagementIcon as NewCustomerServiceManagementIcon, CustomerServiceManagementLogoCS as NewCustomerServiceManagementLogo } from './artifacts/logo-components/customer-service-management';
15
14
  import { DxIcon as NewDXIcon } from './artifacts/logo-components/dx';
15
+ import { FeedbackIcon as NewFeedbackIcon, FeedbackLogoCS as NewFeedbackLogo } from './artifacts/logo-components/feedback';
16
16
  import { FocusIcon as NewFocusIcon, FocusLogoCS as NewFocusLogo } from './artifacts/logo-components/focus';
17
17
  import { GoalsIcon as NewGoalsIcon, GoalsLogoCS as NewGoalsLogo } from './artifacts/logo-components/goals';
18
18
  import { GuardIcon as NewGuardIcon, GuardLogoCS as NewGuardLogo } from './artifacts/logo-components/guard';
@@ -32,11 +32,9 @@ import { RovoIcon as NewRovoIcon, RovoLogoCS as NewRovoLogo } from './artifacts/
32
32
  import { RovoDevIcon as NewRovoDevIcon, RovoDevLogoCS as NewRovoDevLogo } from './artifacts/logo-components/rovo-dev';
33
33
  import { RovoDevAgentIcon as NewRovoDevAgentIcon, RovoDevAgentLogoCS as NewRovoDevAgentLogo } from './artifacts/logo-components/rovo-dev-agent';
34
34
  import { RovoHexIcon as NewRovoHexIcon, RovoHexLogoCS as NewRovoHexLogo } from './artifacts/logo-components/rovo-hex';
35
- import { SearchIcon as OldSearchIcon, SearchLogoCS as OldSearchLogo } from './artifacts/logo-components/search';
36
- import { SearchNewIcon, SearchNewLogoCS } from './artifacts/logo-components/search-new';
35
+ import { SearchIcon as SearchNewIcon, SearchLogoCS as SearchNewLogoCS } from './artifacts/logo-components/search';
37
36
  import { StatuspageIcon as NewStatuspageIcon, StatuspageLogoCS as NewStatuspageLogo } from './artifacts/logo-components/statuspage';
38
- import { StudioIcon as OldStudioIcon, StudioLogoCS as OldStudioLogo } from './artifacts/logo-components/studio';
39
- import { StudioNewIcon, StudioNewLogoCS } from './artifacts/logo-components/studio-new';
37
+ import { StudioIcon as StudioNewIcon, StudioLogoCS as StudioNewLogoCS } from './artifacts/logo-components/studio';
40
38
  import { TalentIcon as NewTalentIcon, TalentLogoCS as NewTalentLogo } from './artifacts/logo-components/talent';
41
39
  import { TeamsIcon as NewTeamsIcon, TeamsLogoCS as NewTeamsLogo } from './artifacts/logo-components/teams';
42
40
  import { TrelloIcon as NewTrelloIcon, TrelloLogoCS as NewTrelloLogo } from './artifacts/logo-components/trello';
@@ -64,7 +62,7 @@ export { AtlassianAccessIcon, AtlassianAccessLogo } from './legacy-logos/atlassi
64
62
  export { JiraWorkManagementLogo, JiraWorkManagementIcon } from './legacy-logos/jira-work-management';
65
63
  export { AtlassianIcon, AtlassianLogo } from './legacy-logos/atlassian';
66
64
  export { JiraSoftwareIcon, JiraSoftwareLogo } from './legacy-logos/jira-software';
67
- import { createFeatureFlaggedComponent, createFeatureFlaggedRovoComponent, createFeatureFlaggedServiceCollectionComponent, teamEUFlaggedIcon, tempSizeWrapper } from './logo-config';
65
+ import { createFeatureFlaggedComponent, createFeatureFlaggedRovoComponent, createFeatureFlaggedServiceCollectionComponent, tempSizeWrapper } from './logo-config';
68
66
 
69
67
  /**
70
68
  * __Admin icon__
@@ -143,7 +141,7 @@ var AssetsLogo = tempSizeWrapper(NewAssetsLogo);
143
141
  * - [Usage](https://atlassian.design/components/logo/usage)
144
142
  */
145
143
  export { AssetsLogo };
146
- export var ChatIcon = teamEUFlaggedIcon(OldChatIcon, ChatNewIcon);
144
+ var ChatIcon = tempSizeWrapper(NewChatIcon);
147
145
  /**
148
146
  * __Chat logo__
149
147
  *
@@ -153,7 +151,8 @@ export var ChatIcon = teamEUFlaggedIcon(OldChatIcon, ChatNewIcon);
153
151
  * - [Code](https://atlassian.design/components/logo/code)
154
152
  * - [Usage](https://atlassian.design/components/logo/usage)
155
153
  */
156
- export var ChatLogo = teamEUFlaggedIcon(OldChatLogo, ChatNewLogoCS);
154
+ export { ChatIcon };
155
+ var ChatLogo = tempSizeWrapper(NewChatLogo);
157
156
  /**
158
157
  * __Customer Service Management icon__
159
158
  *
@@ -163,6 +162,7 @@ export var ChatLogo = teamEUFlaggedIcon(OldChatLogo, ChatNewLogoCS);
163
162
  * - [Code](https://atlassian.design/components/logo/code)
164
163
  * - [Usage](https://atlassian.design/components/logo/usage)
165
164
  */
165
+ export { ChatLogo };
166
166
  var CustomerServiceManagementIcon = tempSizeWrapper(NewCustomerServiceManagementIcon);
167
167
  /**
168
168
  * __Customer Service Management logo__
@@ -175,6 +175,28 @@ var CustomerServiceManagementIcon = tempSizeWrapper(NewCustomerServiceManagement
175
175
  */
176
176
  export { CustomerServiceManagementIcon };
177
177
  var CustomerServiceManagementLogo = tempSizeWrapper(NewCustomerServiceManagementLogo);
178
+ /**
179
+ * __Feedback icon__
180
+ *
181
+ * The Feedback icon without an accompanying wordmark.
182
+ *
183
+ * - [Examples](https://atlassian.design/components/logo/examples)
184
+ * - [Code](https://atlassian.design/components/logo/code)
185
+ * - [Usage](https://atlassian.design/components/logo/usage)
186
+ */
187
+ export { CustomerServiceManagementLogo };
188
+ var FeedbackIcon = tempSizeWrapper(NewFeedbackIcon);
189
+ /**
190
+ * Feedback logo__
191
+ *
192
+ * The Feedback logo with both the wordmark and the icon combined.
193
+ *
194
+ * - [Examples](https://atlassian.design/components/logo/examples)
195
+ * - [Code](https://atlassian.design/components/logo/code)
196
+ * - [Usage](https://atlassian.design/components/logo/usage)
197
+ */
198
+ export { FeedbackIcon };
199
+ var FeedbackLogo = tempSizeWrapper(NewFeedbackLogo);
178
200
  /**
179
201
  * __Goals icon__
180
202
  *
@@ -184,7 +206,7 @@ var CustomerServiceManagementLogo = tempSizeWrapper(NewCustomerServiceManagement
184
206
  * - [Code](https://atlassian.design/components/logo/code)
185
207
  * - [Usage](https://atlassian.design/components/logo/usage)
186
208
  */
187
- export { CustomerServiceManagementLogo };
209
+ export { FeedbackLogo };
188
210
  var GoalsIcon = tempSizeWrapper(NewGoalsIcon);
189
211
  /**
190
212
  * __Goals logo__
@@ -317,7 +339,7 @@ var RovoDevAgentLogo = tempSizeWrapper(NewRovoDevAgentLogo);
317
339
  * - [Usage](https://atlassian.design/components/logo/usage)
318
340
  */
319
341
  export { RovoDevAgentLogo };
320
- export var SearchIcon = teamEUFlaggedIcon(OldSearchIcon, SearchNewIcon);
342
+ var SearchIcon = tempSizeWrapper(SearchNewIcon);
321
343
  /**
322
344
  * __Search logo__
323
345
  *
@@ -327,7 +349,8 @@ export var SearchIcon = teamEUFlaggedIcon(OldSearchIcon, SearchNewIcon);
327
349
  * - [Code](https://atlassian.design/components/logo/code)
328
350
  * - [Usage](https://atlassian.design/components/logo/usage)
329
351
  */
330
- export var SearchLogo = teamEUFlaggedIcon(OldSearchLogo, SearchNewLogoCS);
352
+ export { SearchIcon };
353
+ var SearchLogo = tempSizeWrapper(SearchNewLogoCS);
331
354
  /**
332
355
  * __Studio icon__
333
356
  *
@@ -337,7 +360,8 @@ export var SearchLogo = teamEUFlaggedIcon(OldSearchLogo, SearchNewLogoCS);
337
360
  * - [Code](https://atlassian.design/components/logo/code)
338
361
  * - [Usage](https://atlassian.design/components/logo/usage)
339
362
  */
340
- export var StudioIcon = teamEUFlaggedIcon(OldStudioIcon, StudioNewIcon);
363
+ export { SearchLogo };
364
+ var StudioIcon = tempSizeWrapper(StudioNewIcon);
341
365
  /**
342
366
  * __Studio logo__
343
367
  *
@@ -347,7 +371,8 @@ export var StudioIcon = teamEUFlaggedIcon(OldStudioIcon, StudioNewIcon);
347
371
  * - [Code](https://atlassian.design/components/logo/code)
348
372
  * - [Usage](https://atlassian.design/components/logo/usage)
349
373
  */
350
- export var StudioLogo = teamEUFlaggedIcon(OldStudioLogo, StudioNewLogoCS);
374
+ export { StudioIcon };
375
+ var StudioLogo = tempSizeWrapper(StudioNewLogoCS);
351
376
  /**
352
377
  * __Talent icon__
353
378
  *
@@ -357,6 +382,7 @@ export var StudioLogo = teamEUFlaggedIcon(OldStudioLogo, StudioNewLogoCS);
357
382
  * - [Code](https://atlassian.design/components/logo/code)
358
383
  * - [Usage](https://atlassian.design/components/logo/usage)
359
384
  */
385
+ export { StudioLogo };
360
386
  var TalentIcon = tempSizeWrapper(NewTalentIcon);
361
387
  /**
362
388
  * __Talent logo__
@@ -92,12 +92,6 @@ var tempSizeWrapper = function tempSizeWrapper(NewComponent) {
92
92
  };
93
93
  };
94
94
  export { tempSizeWrapper };
95
- export var teamEUFlaggedIcon = function teamEUFlaggedIcon(LegacyComponent, NewComponent) {
96
- return function (props) {
97
- var Logo = fg('platform-logo-rebrand-team-eu') ? tempSizeWrapper(NewComponent) : tempSizeWrapper(LegacyComponent);
98
- return /*#__PURE__*/React.createElement(Logo, props);
99
- };
100
- };
101
95
  export var logoDocsSchema = [
102
96
  // Program logos
103
97
  {
@@ -232,6 +226,10 @@ export var logoDocsSchema = [
232
226
  name: 'chat',
233
227
  type: 'new',
234
228
  category: 'app'
229
+ }, {
230
+ name: 'feedback',
231
+ type: 'new',
232
+ category: 'app'
235
233
  }, {
236
234
  name: 'goals',
237
235
  type: 'new',
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3a833c6410fabd244b1134a630f9a005>>
3
+ * @codegen <<SignedSource::c2ff2e36e1653e53734b97e7db9892da>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b3a55f079b563dca3c91045ce0a761dc>>
3
+ * @codegen <<SignedSource::8c1cf578ed3b2b56aa2f85ac93abd2ba>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e27297f59f230292dd890a2b2969021d>>
3
+ * @codegen <<SignedSource::026ea18e1ddd25c40b9d655a5a1208a3>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,17 +1,17 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ad5b8ef64559dc5207c779379dec44c9>>
3
+ * @codegen <<SignedSource::43275811237134a9433985263fbf7530>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
7
7
  import type { AppIconProps } from '../../../utils/types';
8
8
  /**
9
- * __ChatNewIcon__
9
+ * __FeedbackIcon__
10
10
  *
11
- * A temporary component to represent the icon for Chat.
12
- * @deprecated This component has been replaced by the component `ChatNewIcon` in `@atlaskit/logo`.
11
+ * A temporary component to represent the icon for Feedback.
12
+ * @deprecated This component has been replaced by the component `FeedbackIcon` in `@atlaskit/logo`.
13
13
  * Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
14
14
  * to enable the new design by default.
15
15
  *
16
16
  */
17
- export declare function ChatNewIcon({ size, appearance, label, testId, }: AppIconProps): React.JSX.Element;
17
+ export declare function FeedbackIcon({ size, appearance, label, testId, }: AppIconProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e4309beb61c50fd8fa94e4cab5d1416d>>
4
+ * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
+ */
6
+ export { FeedbackLogo } from './logo';
7
+ export { FeedbackLogoCS } from './logo-cs';
8
+ export { FeedbackIcon } from './icon';
@@ -0,0 +1,14 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5e0dda3588cef089e80240144a089b0a>>
4
+ * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
+ */
6
+ import React from 'react';
7
+ import type { AppLogoProps } from '../../../utils/types';
8
+ /**
9
+ * __FeedbackLogoCS__
10
+ *
11
+ * A temporary component to represent the logo for Feedback.
12
+ *
13
+ */
14
+ export declare function FeedbackLogoCS({ size, appearance, label, testId, }: AppLogoProps): React.JSX.Element;
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::622f73eeba3c7d6a9862094e495a3853>>
3
+ * @codegen <<SignedSource::0952218b7fbf82621aaf39e8ef5ec94b>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
7
7
  import type { AppLogoProps } from '../../../utils/types';
8
8
  /**
9
- * __ChatNewLogo__
9
+ * __FeedbackLogo__
10
10
  *
11
- * A temporary component to represent the logo for Chat.
11
+ * A temporary component to represent the logo for Feedback.
12
12
  *
13
13
  */
14
- export declare function ChatNewLogo({ size, appearance, label, testId, }: AppLogoProps): React.JSX.Element;
14
+ export declare function FeedbackLogo({ size, appearance, label, testId, }: AppLogoProps): React.JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::88ee37f21199df8c4f6de50b597bc415>>
3
+ * @codegen <<SignedSource::be11b64b046e775d05a59a39754fdeaf>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4165d5d8279c6abbf1ec41290594700b>>
3
+ * @codegen <<SignedSource::151d3b961b465b2b1ef70ce5cd1da70c>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2f4aa85be1e202363c2a55b5355afa38>>
3
+ * @codegen <<SignedSource::c626a38e194b1143115fc54eae5c1e9a>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2be4b98bf6f70e39467c5c4d0f75c6d5>>
3
+ * @codegen <<SignedSource::ab3266b216390c79d8a1dc3be47de23d>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a96e3d2d2d3910fdbea7d20bda091bd2>>
3
+ * @codegen <<SignedSource::f3562c122e709e76d7d20dd81b620288>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e2ccfbc327ccfbe5e001bd2c762bf85f>>
3
+ * @codegen <<SignedSource::892ae05fe4274d993acf26a2e86bab1f>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  import React from 'react';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::73aa54c99422e4ea067e742fc3f72d33>>
3
+ * @codegen <<SignedSource::c784857013a6f31c328919bcfc1862e5>>
4
4
  * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
5
  */
6
6
  export declare const adminIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.444 5h3.111l.98 2.61 2.75-.457 1.555 2.694L17.07 12l1.77 2.153-1.555 2.694-2.75-.457-.979 2.61h-3.11l-.98-2.61-2.75.457-1.555-2.694L6.931 12 5.16 9.847l1.555-2.694 2.75.457zM12 14.625a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25' clip-rule='evenodd'/> </svg> ";
@@ -10,8 +10,7 @@ export declare const assetsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.
10
10
  export declare const bambooIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M9.215 12.652a2.75 2.75 0 0 0 2.749 2.742v4.205a6.964 6.964 0 0 1-6.849-5.727l-.049-.317zm9.26 0a.44.44 0 0 1 .436.468c-.222 3.311-2.783 5.989-6.043 6.414l-.904-4.14a2.75 2.75 0 0 0 2.723-2.37.44.44 0 0 1 .44-.372zM11.963 9.91a2.75 2.75 0 0 0-2.748 2.742H5v-.065c.033-3.495 2.668-6.374 6.059-6.816zm0-5.972a.436.436 0 0 1 .72-.33l4.824 4.138a.436.436 0 0 1 0 .662l-4.823 4.139a.436.436 0 0 1-.72-.331z'/> </svg> ";
11
11
  export declare const bitbucketDataCenterIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='m17.843 11.763-.986 6.024c-.065.365-.322.58-.686.58H7.81c-.365 0-.622-.215-.686-.58L5.387 7.047c-.064-.364.129-.6.472-.6h12.262c.343 0 .536.236.472.6l-.472 2.83c-.064.407-.3.579-.686.579h-7.374c-.107 0-.172.064-.15.193l.579 3.558c.021.086.085.15.171.15h2.658c.086 0 .15-.064.172-.15l.407-2.572c.043-.322.257-.45.558-.45h2.894c.428 0 .557.214.493.578'/> </svg> ";
12
12
  export declare const bitbucketIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%2394c748' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='m17.898 11.353-.994 6.064c-.065.367-.324.583-.691.583H7.787c-.367 0-.627-.216-.691-.583L5.346 6.604C5.28 6.237 5.476 6 5.82 6h12.358c.346 0 .54.237.475.604l-.475 2.85c-.065.41-.303.582-.691.582h-7.432c-.109 0-.173.065-.152.194l.584 3.583c.021.086.086.151.172.151h2.68c.086 0 .15-.065.172-.151l.41-2.59c.044-.324.26-.453.563-.453H17.4c.432 0 .562.216.497.582'/> </svg> ";
13
- export declare const chatNewIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M18.563 16.688h-8.438L5.438 19.5V5.438h13.125zm-6.83-9.375-.255.647c-.362.92-.543 1.38-.878 1.727-.334.346-.787.543-1.694.938l-.388.17v.535l.388.17c.907.394 1.36.592 1.694.938.335.346.516.807.878 1.727l.255.648h.535l.255-.648c.362-.92.543-1.38.877-1.727.335-.346.788-.544 1.694-.939l.388-.169v-.535l-.388-.17c-.906-.395-1.36-.592-1.694-.938-.334-.347-.515-.807-.877-1.727l-.255-.647z' clip-rule='evenodd'/> </svg> ";
14
- export declare const chatIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.125 16.5h8.125V6H5.75v13zM12 12.125a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75m4-.875a.875.875 0 1 1-1.75 0 .875.875 0 0 1 1.75 0m-7.125.875a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75' clip-rule='evenodd'/> </svg> ";
13
+ export declare const chatIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M18.563 16.688h-8.438L5.438 19.5V5.438h13.125zm-6.83-9.375-.255.647c-.362.92-.543 1.38-.878 1.727-.334.346-.787.543-1.694.938l-.388.17v.535l.388.17c.907.394 1.36.592 1.694.938.335.346.516.807.878 1.727l.255.648h.535l.255-.648c.362-.92.543-1.38.877-1.727.335-.346.788-.544 1.694-.939l.388-.169v-.535l-.388-.17c-.906-.395-1.36-.592-1.694-.938-.334-.347-.515-.807-.877-1.727l-.255-.647z' clip-rule='evenodd'/> </svg> ";
15
14
  export declare const companyHubIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M6.75 19V5h10.5v14h-3.937v-3.062h-2.625V19zM9.375 8.063h1.75V6.75h-1.75zm3.5 0h1.75V6.75h-1.75zm-1.75 3.062h-1.75V9.813h1.75zm-1.75 3.063h1.75v-1.313h-1.75zm5.25-3.063h-1.75V9.813h1.75zm-1.75 3.063h1.75v-1.313h-1.75z' clip-rule='evenodd'/> </svg> ";
16
15
  export declare const compassIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%2394c748' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M12.75 7.877v-3.37l6.16-.007h.007a.59.59 0 0 1 .583.598v6.147h-3.366V7.877z'/> <path fill='%23101214' d='M12.75 14.615v-3.37h3.368v6.165a.59.59 0 0 1-.591.59H6.583A.59.59 0 0 1 6 17.402V8.467a.59.59 0 0 1 .591-.59h6.16v3.368H9.373v3.37z'/> </svg> ";
17
16
  export declare const confluenceDataCenterIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fff' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5'/> <path stroke='%23dddee1' d='M6 .5h12A5.5 5.5 0 0 1 23.5 6v12a5.5 5.5 0 0 1-5.5 5.5H6A5.5 5.5 0 0 1 .5 18V6A5.5 5.5 0 0 1 6 .5Z'/> <path fill='%231868db' d='M17.37 14.265c-3.704-1.79-4.785-2.058-6.346-2.058-1.83 0-3.391.761-4.785 2.902l-.229.35c-.187.288-.229.39-.229.514s.063.227.292.37l2.35 1.462c.125.083.23.124.333.124.125 0 .208-.062.333-.247l.375-.577c.582-.885 1.102-1.173 1.768-1.173.583 0 1.27.165 2.122.577l2.455 1.152c.25.124.52.062.645-.226l1.165-2.552c.125-.289.042-.474-.25-.618M6.572 9.757c3.703 1.791 4.785 2.059 6.346 2.059 1.83 0 3.39-.762 4.785-2.902l.229-.35c.187-.288.228-.391.228-.515 0-.123-.062-.226-.29-.37l-2.352-1.462c-.125-.082-.229-.123-.333-.123-.125 0-.208.061-.333.247l-.374.576c-.583.885-1.103 1.173-1.769 1.173-.582 0-1.269-.164-2.122-.576L8.132 6.361c-.25-.123-.52-.061-.645.227L6.322 9.14c-.125.288-.041.473.25.617'/> </svg> ";
@@ -20,6 +19,7 @@ export declare const crowdIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.o
20
19
  export declare const customLinkIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M19 12a7 7 0 1 0-14 0 7 7 0 0 0 14 0m-9.37 4.625.026.074a5.26 5.26 0 0 1-2.833-3.824h2.136c.069 1.426.306 2.73.67 3.75m1.08-3.75c.068 1.255.278 2.353.567 3.162.179.5.37.841.54 1.042a.6.6 0 0 0 .183.165.7.7 0 0 0 .183-.165c.17-.2.361-.543.54-1.042.288-.809.498-1.907.566-3.162zm2.58-1.75h-2.58c.068-1.255.278-2.353.567-3.162.179-.5.37-.841.54-1.042A.7.7 0 0 1 12 6.756a.6.6 0 0 1 .183.165c.17.2.361.543.54 1.042.288.809.498 1.907.566 3.162m1.751 1.75c-.069 1.426-.306 2.73-.67 3.75l-.027.074a5.26 5.26 0 0 0 2.833-3.824zm2.136-1.75H15.04c-.069-1.426-.306-2.73-.67-3.75l-.027-.074a5.26 5.26 0 0 1 2.833 3.824m-8.218 0H6.823a5.26 5.26 0 0 1 2.833-3.824l-.027.074c-.364 1.02-.601 2.324-.67 3.75' clip-rule='evenodd'/> </svg> ";
21
20
  export declare const customerServiceManagementIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M16.43 17.42A6.97 6.97 0 0 1 12 19H6.4v-.47l3.84-3.78a3.25 3.25 0 0 0 1.76.52c.65 0 1.25-.19 1.76-.51zm.99-.99A6.97 6.97 0 0 0 19 12a6.97 6.97 0 0 0-1.58-4.43l-2.67 2.67c.33.51.52 1.11.52 1.76s-.19 1.25-.51 1.76zm-.99-9.85-2.67 2.67A3.25 3.25 0 0 0 12 8.73c-.65 0-1.25.19-1.76.52L7.57 6.58A6.97 6.97 0 0 1 12 5c1.68 0 3.22.59 4.43 1.58m-9.85.99A6.97 6.97 0 0 0 5 12c0 1.68.59 3.22 1.58 4.43l2.67-2.67A3.25 3.25 0 0 1 8.73 12c0-.65.19-1.25.52-1.76z'/> </svg> ";
22
21
  export declare const dxIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <path fill='%2394c748' d='M0 12C0 5.373 5.373 0 12 0h24c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H12C5.373 48 0 42.627 0 36z'/> <path fill='%23101214' d='m36.22 26.75 4.9 7.25h-4.78c-.52-.6-1.02-1.31-1.47-1.98-.68-1.02-.68-2.41.03-3.41zm-7.3-5.5L24.02 14h4.78c.52.6 1.02 1.31 1.47 1.98.68 1.02.68 2.41-.02 3.41zm6.98-6.02c.5-.84 1.07-1.16 1.95-1.16l3.9-.07-12.68 19.27a1.46 1.46 0 0 1-1.22.67H23.6c4.07-6.25 8.37-12.37 12.31-18.7M8 33.94h6.89c6.16 0 9.92-3.88 9.92-9.94s-3.76-9.94-9.92-9.94H8l4.28 3.9h-1.76C9.13 17.96 8 19.12 8 20.55v13.38m4.41-3.9V17.96h2.46c3.52 0 5.49 2.38 5.49 6.04 0 3.65-1.97 6.04-5.46 6.04z'/> </svg> ";
22
+ export declare const feedbackIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 48 48'> <rect width='48' height='48' fill='%23c97cf4' rx='12'/> <path fill='%23101214' d='M20 19h5v11h-5zm7-9h5v28h-5zm7 6h5v16h-5zm-21 0h5v16h-5zm-7 5h5v7H6z'/> </svg> ";
23
23
  export declare const focusIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M20.84 12.21a4.29 4.29 0 0 0-6.05 0l-1.394 1.393c-.77.769-2.02.769-2.789 0L9.45 12.445 6.424 15.47l1.158 1.158a6.25 6.25 0 0 0 8.838 0zm-17.68-.418a4.253 4.253 0 0 0 6.034.017l1.412-1.412a1.973 1.973 0 0 1 2.788 0l1.158 1.158 3.026-3.025-1.158-1.158a6.25 6.25 0 0 0-8.838 0l-4.42 4.419z'/> </svg> ";
24
24
  export declare const goalsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M14.352 12a2.352 2.352 0 1 1-4.704 0 2.352 2.352 0 0 1 4.704 0'/> <path fill='%23101214' fill-rule='evenodd' d='M12 18.563a6.562 6.562 0 1 0 0-13.125 6.562 6.562 0 0 0 0 13.125M16.102 12a4.102 4.102 0 1 1-8.204 0 4.102 4.102 0 0 1 8.204 0' clip-rule='evenodd'/> </svg> ";
25
25
  export declare const guardDetectIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M5.49 10.87h13.02c.374 0 .574-.2.574-.574V5.907c0-.374-.2-.574-.574-.574h-2.744c-.374 0-.573.2-.573.574v2.22h-1.247v-2.22c0-.374-.2-.574-.574-.574h-2.743c-.374 0-.574.2-.574.574v2.22H8.807v-2.22c0-.374-.2-.574-.573-.574H5.49c-.374 0-.573.2-.573.574v4.39c0 .373.2.573.573.573m.225 3.84a8.7 8.7 0 0 1-.5-2.493c-.024-.324.126-.499.475-.499h12.62c.349 0 .498.15.498.449a8.2 8.2 0 0 1-.523 2.544c-.15.399-.375.573-.799.573H6.513c-.424 0-.649-.174-.798-.573m11.547 2.07C16.065 18.253 14.095 19.2 12 19.2s-4.116-.948-5.288-2.42c-.299-.398-.15-.648.15-.648h10.275c.3 0 .45.25.125.649'/> </svg> ";
@@ -40,11 +40,9 @@ export declare const rovoDevAgentIcon = "data:image/svg+xml,<svg xmlns='http://w
40
40
  export declare const rovoDevIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%2394c748' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M11.26 4.71a1.7 1.7 0 0 1 1.666.017l5.006 2.89c.524.302.848.863.848 1.467v5.78a1.69 1.69 0 0 1-.848 1.467l-3.763 2.172.024-.07c.07-.216.107-.445.107-.679v-5.78c0-.794-.423-1.526-1.112-1.922l-2.805-1.62V6.195q.001-.267.08-.512c.126-.395.396-.737.765-.95l.002-.001z'/> <path fill='%23101214' d='M9.986 5.45 6.223 7.623a1.69 1.69 0 0 0-.848 1.466v5.78c0 .605.324 1.166.848 1.468l5.006 2.89a1.7 1.7 0 0 0 1.666.016l.03-.02c.37-.214.64-.556.768-.95q.078-.247.079-.513v-2.24l-2.805-1.618a2.22 2.22 0 0 1-1.112-1.922V6.2a2.2 2.2 0 0 1 .13-.75'/> </svg> ";
41
41
  export declare const rovoHexIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%231868db' fill-rule='evenodd' d='m13.227 16.789-7.154 4.169-3.403-1.96a2.72 2.72 0 0 1-1.362-2.355V7.366c0-.973.518-1.87 1.361-2.354l6.044-3.487-.038.114a3.6 3.6 0 0 0-.172 1.088v9.278c0 1.274.68 2.45 1.786 3.085z' clip-rule='evenodd'/> <path fill='%236a9a23' fill-rule='evenodd' d='m11.296 15.671-7.193 4.153 6.607 3.812a2.73 2.73 0 0 0 2.676.026l.048-.033a2.73 2.73 0 0 0 1.232-1.525 2.7 2.7 0 0 0 .127-.822v-3.594z' clip-rule='evenodd'/> <path fill='%23af59e1' fill-rule='evenodd' d='m21.477 5.003-4.404-2.539-5.904 4.89 2.69 1.556a3.56 3.56 0 0 1 1.785 3.086v9.277a3.6 3.6 0 0 1-.21 1.202l6.044-3.486a2.71 2.71 0 0 0 1.362-2.355V7.357c0-.97-.521-1.87-1.363-2.354' clip-rule='evenodd'/> <path fill='%23fca700' fill-rule='evenodd' d='M12.74 8.266 9.353 6.312V2.718c0-.283.044-.56.127-.821A2.73 2.73 0 0 1 10.71.372V.37a.4.4 0 0 0 .048-.033 2.73 2.73 0 0 1 2.676.026l6.499 3.75z' clip-rule='evenodd'/> </svg> ";
42
42
  export declare const rovoIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%231868db' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23fff' d='M11.057 5.257a1.57 1.57 0 0 1 1.539.015l4.621 2.668c.484.279.783.797.783 1.354v5.336a1.56 1.56 0 0 1-.782 1.355l-3.474 2.005a2 2 0 0 0 .12-.691v-5.337c0-.733-.39-1.409-1.026-1.774l-2.59-1.495V6.626q.001-.246.074-.473c.117-.364.366-.68.707-.877z'/> <path fill='%23fff' d='M9.881 5.94 6.408 7.945A1.56 1.56 0 0 0 5.625 9.3v5.337c0 .557.3 1.075.783 1.354l4.621 2.668c.475.274 1.06.279 1.539.015l.027-.019a1.57 1.57 0 0 0 .781-1.35v-2.067l-2.589-1.495a2.05 2.05 0 0 1-1.026-1.775V6.631a2 2 0 0 1 .12-.691'/> </svg> ";
43
- export declare const searchNewIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6.625a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.76 17.176a5.791 5.791 0 1 1 5.038-2.935l3.403 3.403-2.205 2.204-3.409-3.408a5.77 5.77 0 0 1-2.827.736m-.274-9.37-.242.615c-.344.874-.516 1.312-.833 1.64-.318.33-.749.518-1.61.893l-.37.16v.51l.37.16c.861.376 1.292.563 1.61.893.317.329.49.766.833 1.64l.242.616h.51l.242-.616c.344-.874.516-1.311.834-1.64.317-.33.748-.517 1.61-.893l.368-.16v-.51l-.369-.16c-.861-.375-1.292-.563-1.61-.892-.317-.33-.489-.766-.833-1.64l-.242-.616z' clip-rule='evenodd'/> </svg> ";
44
- export declare const searchIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M5 10.688a5.69 5.69 0 0 0 5.697 5.687c1.01 0 1.958-.262 2.78-.723L16.832 19 19 16.834l-3.347-3.341c.471-.828.74-1.785.74-2.806A5.69 5.69 0 0 0 10.697 5 5.69 5.69 0 0 0 5 10.688m2.191 0c0 1.932 1.57 3.5 3.506 3.5a3.503 3.503 0 0 0 3.505-3.5c0-1.933-1.57-3.5-3.505-3.5a3.503 3.503 0 0 0-3.506 3.5' clip-rule='evenodd'/> </svg> ";
43
+ export declare const searchIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6.625a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.76 17.176a5.791 5.791 0 1 1 5.038-2.935l3.403 3.403-2.205 2.204-3.409-3.408a5.77 5.77 0 0 1-2.827.736m-.274-9.37-.242.615c-.344.874-.516 1.312-.833 1.64-.318.33-.749.518-1.61.893l-.37.16v.51l.37.16c.861.376 1.292.563 1.61.893.317.329.49.766.833 1.64l.242.616h.51l.242-.616c.344-.874.516-1.311.834-1.64.317-.33.748-.517 1.61-.893l.368-.16v-.51l-.369-.16c-.861-.375-1.292-.563-1.61-.892-.317-.33-.489-.766-.833-1.64l-.242-.616z' clip-rule='evenodd'/> </svg> ";
45
44
  export declare const statuspageIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23ffc716' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M12 9.796c-1.924 0-3.796.832-5.324 2.118q-.238.227-.475.227c-.132 0-.263-.076-.369-.202L3.908 9.771c-.105-.126-.158-.252-.158-.353 0-.151.08-.277.237-.429C6.307 7.023 9.127 5.914 12 5.914s5.693 1.109 8.013 3.075c.158.152.237.278.237.429 0 .1-.053.227-.158.353l-1.924 2.168c-.106.126-.238.202-.37.202q-.236 0-.474-.227c-1.529-1.286-3.4-2.118-5.324-2.118m0 8.118c-2.135 0-3.875-1.664-3.875-3.68 0-2.018 1.74-3.682 3.875-3.682s3.875 1.64 3.875 3.681-1.74 3.68-3.875 3.68'/> </svg> ";
46
- export declare const studioNewIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.594 18.563v-7.97h7.969v7.97zm3.808-6.488-.163.429c-.235.615-.352.922-.572 1.155s-.52.368-1.12.638l-.222.1v.357l.222.099c.6.27.9.405 1.12.638s.337.54.572 1.156l.163.428h.347l.163-.429c.235-.615.352-.922.572-1.155s.52-.368 1.12-.638l.221-.1v-.357l-.22-.1c-.601-.269-.901-.404-1.121-.637s-.337-.54-.572-1.155l-.164-.429z' clip-rule='evenodd'/> <path fill='%23101214' d='M14.813 7.195 10.125 4.5 5.438 7.195v5.39l3.75 2.157V9.187h5.625z'/> </svg> ";
47
- export declare const studioIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M10.7 11.222V19h7.8v-7.778z'/> <path fill='%23101214' d='M14.6 7.609 10.05 5 5.5 7.609v5.217l3.64 2.087V9.667h5.46z'/> </svg> ";
45
+ export declare const studioIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='M10.594 18.563v-7.97h7.969v7.97zm3.808-6.488-.163.429c-.235.615-.352.922-.572 1.155s-.52.368-1.12.638l-.222.1v.357l.222.099c.6.27.9.405 1.12.638s.337.54.572 1.156l.163.428h.347l.163-.429c.235-.615.352-.922.572-1.155s.52-.368 1.12-.638l.221-.1v-.357l-.22-.1c-.601-.269-.901-.404-1.121-.637s-.337-.54-.572-1.155l-.164-.429z' clip-rule='evenodd'/> <path fill='%23101214' d='M14.813 7.195 10.125 4.5 5.438 7.195v5.39l3.75 2.157V9.187h5.625z'/> </svg> ";
48
46
  export declare const talentIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23fb9700' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' fill-rule='evenodd' d='m9.297 8.753 2.277-5.073h.858l2.277 5.073 5.529.598.265.816-4.121 3.734 1.14 5.442-.695.505-4.824-2.766-4.824 2.766-.695-.505 1.14-5.442-4.121-3.733.265-.817zm.777 6.415v-.678a1.857 1.857 0 0 1 3.715 0v.613a3.6 3.6 0 0 1-1.886.548h-.053a3.6 3.6 0 0 1-1.776-.483m1.858-3.134a1.393 1.393 0 1 0 0-2.786 1.393 1.393 0 0 0 0 2.786' clip-rule='evenodd'/> </svg> ";
49
47
  export declare const teamsIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%23dddee1' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23101214' d='M8.06 11.25a2.63 2.63 0 1 0 0-5.25 2.63 2.63 0 0 0 0 5.25m7.88 0a2.63 2.63 0 1 0 0-5.25 2.63 2.63 0 0 0 0 5.25m.17 1.31a2.89 2.89 0 0 1 2.89 2.9V18h-7.22l1.66-3.67a2.89 2.89 0 0 1 2.67-1.77M5 15.63V18h4.81l1.31-2.81a2.63 2.63 0 0 0-2.62-2.63h-.44A3.06 3.06 0 0 0 5 15.63'/> </svg> ";
50
48
  export declare const trelloIcon = "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'> <path fill='%231558bc' d='M0 6a6 6 0 0 1 6-6h12a6 6 0 0 1 6 6v12a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'/> <path fill='%23fff' d='M9.39 18.23a.95.95 0 0 0 .95-.95V5.38a.95.95 0 0 0-.95-.95H5.38a.95.95 0 0 0-.95.95v11.91c0 .52.42.95.95.95zm9.23-5.46a.95.95 0 0 0 .95-.95V5.38a.95.95 0 0 0-.95-.95h-4.01a.95.95 0 0 0-.95.95v6.44c0 .52.42.95.95.95z'/> </svg> ";
@@ -73,7 +73,7 @@ export declare const AssetsLogo: ({ size, ...props }: import('./types').LogoProp
73
73
  * - [Code](https://atlassian.design/components/logo/code)
74
74
  * - [Usage](https://atlassian.design/components/logo/usage)
75
75
  */
76
- export declare const ChatIcon: (props: import('./types').LogoProps) => React.JSX.Element;
76
+ export declare const ChatIcon: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
77
77
  /**
78
78
  * __Chat logo__
79
79
  *
@@ -83,7 +83,7 @@ export declare const ChatIcon: (props: import('./types').LogoProps) => React.JSX
83
83
  * - [Code](https://atlassian.design/components/logo/code)
84
84
  * - [Usage](https://atlassian.design/components/logo/usage)
85
85
  */
86
- export declare const ChatLogo: (props: import('./types').LogoProps) => React.JSX.Element;
86
+ export declare const ChatLogo: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
87
87
  /**
88
88
  * __Customer Service Management icon__
89
89
  *
@@ -104,6 +104,26 @@ export declare const CustomerServiceManagementIcon: ({ size, ...props }: import(
104
104
  * - [Usage](https://atlassian.design/components/logo/usage)
105
105
  */
106
106
  export declare const CustomerServiceManagementLogo: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
107
+ /**
108
+ * __Feedback icon__
109
+ *
110
+ * The Feedback icon without an accompanying wordmark.
111
+ *
112
+ * - [Examples](https://atlassian.design/components/logo/examples)
113
+ * - [Code](https://atlassian.design/components/logo/code)
114
+ * - [Usage](https://atlassian.design/components/logo/usage)
115
+ */
116
+ export declare const FeedbackIcon: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
117
+ /**
118
+ * Feedback logo__
119
+ *
120
+ * The Feedback logo with both the wordmark and the icon combined.
121
+ *
122
+ * - [Examples](https://atlassian.design/components/logo/examples)
123
+ * - [Code](https://atlassian.design/components/logo/code)
124
+ * - [Usage](https://atlassian.design/components/logo/usage)
125
+ */
126
+ export declare const FeedbackLogo: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
107
127
  /**
108
128
  * __Goals icon__
109
129
  *
@@ -233,7 +253,7 @@ export declare const RovoDevAgentLogo: ({ size, ...props }: import('./types').Lo
233
253
  * - [Code](https://atlassian.design/components/logo/code)
234
254
  * - [Usage](https://atlassian.design/components/logo/usage)
235
255
  */
236
- export declare const SearchIcon: (props: import('./types').LogoProps) => React.JSX.Element;
256
+ export declare const SearchIcon: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
237
257
  /**
238
258
  * __Search logo__
239
259
  *
@@ -243,7 +263,7 @@ export declare const SearchIcon: (props: import('./types').LogoProps) => React.J
243
263
  * - [Code](https://atlassian.design/components/logo/code)
244
264
  * - [Usage](https://atlassian.design/components/logo/usage)
245
265
  */
246
- export declare const SearchLogo: (props: import('./types').LogoProps) => React.JSX.Element;
266
+ export declare const SearchLogo: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
247
267
  /**
248
268
  * __Studio icon__
249
269
  *
@@ -253,7 +273,7 @@ export declare const SearchLogo: (props: import('./types').LogoProps) => React.J
253
273
  * - [Code](https://atlassian.design/components/logo/code)
254
274
  * - [Usage](https://atlassian.design/components/logo/usage)
255
275
  */
256
- export declare const StudioIcon: (props: import('./types').LogoProps) => React.JSX.Element;
276
+ export declare const StudioIcon: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
257
277
  /**
258
278
  * __Studio logo__
259
279
  *
@@ -263,7 +283,7 @@ export declare const StudioIcon: (props: import('./types').LogoProps) => React.J
263
283
  * - [Code](https://atlassian.design/components/logo/code)
264
284
  * - [Usage](https://atlassian.design/components/logo/usage)
265
285
  */
266
- export declare const StudioLogo: (props: import('./types').LogoProps) => React.JSX.Element;
286
+ export declare const StudioLogo: ({ size, ...props }: import('./types').LogoProps) => React.JSX.Element;
267
287
  /**
268
288
  * __Talent icon__
269
289
  *
@@ -36,7 +36,6 @@ export declare const createFeatureFlaggedRovoComponent: (LegacyComponent: React.
36
36
  * @param NewComponent - The new logo or icon component.
37
37
  */
38
38
  export declare const tempSizeWrapper: (NewComponent: React.ComponentType<AppLogoProps> | React.ComponentType<AppIconProps>) => ({ size, ...props }: LogoProps) => React.JSX.Element;
39
- export declare const teamEUFlaggedIcon: (LegacyComponent: React.ComponentType<AppIconProps> | React.ComponentType<AppLogoProps>, NewComponent: React.ComponentType<AppIconProps> | React.ComponentType<AppLogoProps>) => (props: LogoProps) => React.JSX.Element;
40
39
  type LogoDocsSchema = {
41
40
  name: string;
42
41
  type: 'legacy' | 'migration' | 'new' | 'rovo-hex';