@atlaskit/logo 19.10.7 → 20.0.1

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 (139) hide show
  1. package/CHANGELOG.md +29 -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/legacy-logos/utils.js +12 -13
  18. package/dist/cjs/logo-config.js +5 -7
  19. package/dist/es2019/artifacts/logo-components/chat/icon.js +2 -2
  20. package/dist/es2019/artifacts/logo-components/chat/logo-cs.js +3 -3
  21. package/dist/es2019/artifacts/logo-components/chat/logo.js +2 -2
  22. package/dist/es2019/artifacts/logo-components/feedback/icon.js +37 -0
  23. package/dist/es2019/artifacts/logo-components/feedback/index.js +8 -0
  24. package/dist/es2019/artifacts/logo-components/feedback/logo-cs.js +36 -0
  25. package/dist/es2019/artifacts/logo-components/feedback/logo.js +36 -0
  26. package/dist/es2019/artifacts/logo-components/search/icon.js +3 -3
  27. package/dist/es2019/artifacts/logo-components/search/logo-cs.js +3 -3
  28. package/dist/es2019/artifacts/logo-components/search/logo.js +3 -3
  29. package/dist/es2019/artifacts/logo-components/studio/icon.js +3 -3
  30. package/dist/es2019/artifacts/logo-components/studio/logo-cs.js +3 -3
  31. package/dist/es2019/artifacts/logo-components/studio/logo.js +3 -3
  32. package/dist/es2019/artifacts/raw-icons/index.js +6 -10
  33. package/dist/es2019/index.js +31 -13
  34. package/dist/es2019/legacy-logos/utils.js +12 -13
  35. package/dist/es2019/logo-config.js +4 -6
  36. package/dist/esm/artifacts/logo-components/chat/icon.js +2 -2
  37. package/dist/esm/artifacts/logo-components/chat/logo-cs.js +2 -2
  38. package/dist/esm/artifacts/logo-components/chat/logo.js +2 -2
  39. package/dist/esm/artifacts/logo-components/feedback/icon.js +34 -0
  40. package/dist/esm/artifacts/logo-components/feedback/index.js +8 -0
  41. package/dist/esm/artifacts/logo-components/feedback/logo-cs.js +32 -0
  42. package/dist/esm/artifacts/logo-components/feedback/logo.js +32 -0
  43. package/dist/esm/artifacts/logo-components/search/icon.js +2 -2
  44. package/dist/esm/artifacts/logo-components/search/logo-cs.js +2 -2
  45. package/dist/esm/artifacts/logo-components/search/logo.js +2 -2
  46. package/dist/esm/artifacts/logo-components/studio/icon.js +2 -2
  47. package/dist/esm/artifacts/logo-components/studio/logo-cs.js +2 -2
  48. package/dist/esm/artifacts/logo-components/studio/logo.js +2 -2
  49. package/dist/esm/artifacts/raw-icons/index.js +6 -10
  50. package/dist/esm/index.js +40 -14
  51. package/dist/esm/legacy-logos/utils.js +12 -13
  52. package/dist/esm/logo-config.js +4 -6
  53. package/dist/types/artifacts/logo-components/chat/icon.d.ts +1 -1
  54. package/dist/types/artifacts/logo-components/chat/logo-cs.d.ts +1 -1
  55. package/dist/types/artifacts/logo-components/chat/logo.d.ts +1 -1
  56. package/dist/types/artifacts/logo-components/{chat-new → feedback}/icon.d.ts +5 -5
  57. package/dist/types/artifacts/logo-components/feedback/index.d.ts +8 -0
  58. package/dist/types/artifacts/logo-components/feedback/logo-cs.d.ts +14 -0
  59. package/dist/{types-ts4.5/artifacts/logo-components/chat-new → types/artifacts/logo-components/feedback}/logo.d.ts +4 -4
  60. package/dist/types/artifacts/logo-components/search/icon.d.ts +1 -1
  61. package/dist/types/artifacts/logo-components/search/logo-cs.d.ts +1 -1
  62. package/dist/types/artifacts/logo-components/search/logo.d.ts +1 -1
  63. package/dist/types/artifacts/logo-components/studio/icon.d.ts +1 -1
  64. package/dist/types/artifacts/logo-components/studio/logo-cs.d.ts +1 -1
  65. package/dist/types/artifacts/logo-components/studio/logo.d.ts +1 -1
  66. package/dist/types/artifacts/raw-icons/index.d.ts +5 -7
  67. package/dist/types/index.d.ts +26 -6
  68. package/dist/types/logo-config.d.ts +0 -1
  69. package/dist/types-ts4.5/artifacts/logo-components/chat/icon.d.ts +1 -1
  70. package/dist/types-ts4.5/artifacts/logo-components/chat/logo-cs.d.ts +1 -1
  71. package/dist/types-ts4.5/artifacts/logo-components/chat/logo.d.ts +1 -1
  72. package/dist/types-ts4.5/artifacts/logo-components/{chat-new → feedback}/icon.d.ts +5 -5
  73. package/dist/types-ts4.5/artifacts/logo-components/feedback/index.d.ts +8 -0
  74. package/dist/types-ts4.5/artifacts/logo-components/feedback/logo-cs.d.ts +14 -0
  75. package/dist/{types/artifacts/logo-components/chat-new → types-ts4.5/artifacts/logo-components/feedback}/logo.d.ts +4 -4
  76. package/dist/types-ts4.5/artifacts/logo-components/search/icon.d.ts +1 -1
  77. package/dist/types-ts4.5/artifacts/logo-components/search/logo-cs.d.ts +1 -1
  78. package/dist/types-ts4.5/artifacts/logo-components/search/logo.d.ts +1 -1
  79. package/dist/types-ts4.5/artifacts/logo-components/studio/icon.d.ts +1 -1
  80. package/dist/types-ts4.5/artifacts/logo-components/studio/logo-cs.d.ts +1 -1
  81. package/dist/types-ts4.5/artifacts/logo-components/studio/logo.d.ts +1 -1
  82. package/dist/types-ts4.5/artifacts/raw-icons/index.d.ts +5 -7
  83. package/dist/types-ts4.5/index.d.ts +26 -6
  84. package/dist/types-ts4.5/logo-config.d.ts +0 -1
  85. package/package.json +4 -7
  86. package/dist/cjs/artifacts/logo-components/chat-new/logo-cs.js +0 -40
  87. package/dist/cjs/artifacts/logo-components/chat-new/logo.js +0 -40
  88. package/dist/cjs/artifacts/logo-components/search-new/icon.js +0 -42
  89. package/dist/cjs/artifacts/logo-components/search-new/index.js +0 -26
  90. package/dist/cjs/artifacts/logo-components/search-new/logo-cs.js +0 -40
  91. package/dist/cjs/artifacts/logo-components/search-new/logo.js +0 -40
  92. package/dist/cjs/artifacts/logo-components/studio-new/icon.js +0 -42
  93. package/dist/cjs/artifacts/logo-components/studio-new/index.js +0 -26
  94. package/dist/cjs/artifacts/logo-components/studio-new/logo-cs.js +0 -40
  95. package/dist/cjs/artifacts/logo-components/studio-new/logo.js +0 -40
  96. package/dist/es2019/artifacts/logo-components/chat-new/icon.js +0 -37
  97. package/dist/es2019/artifacts/logo-components/chat-new/index.js +0 -8
  98. package/dist/es2019/artifacts/logo-components/chat-new/logo-cs.js +0 -36
  99. package/dist/es2019/artifacts/logo-components/chat-new/logo.js +0 -36
  100. package/dist/es2019/artifacts/logo-components/search-new/icon.js +0 -37
  101. package/dist/es2019/artifacts/logo-components/search-new/index.js +0 -8
  102. package/dist/es2019/artifacts/logo-components/search-new/logo-cs.js +0 -36
  103. package/dist/es2019/artifacts/logo-components/search-new/logo.js +0 -36
  104. package/dist/es2019/artifacts/logo-components/studio-new/icon.js +0 -38
  105. package/dist/es2019/artifacts/logo-components/studio-new/index.js +0 -8
  106. package/dist/es2019/artifacts/logo-components/studio-new/logo-cs.js +0 -37
  107. package/dist/es2019/artifacts/logo-components/studio-new/logo.js +0 -37
  108. package/dist/esm/artifacts/logo-components/chat-new/icon.js +0 -34
  109. package/dist/esm/artifacts/logo-components/chat-new/index.js +0 -8
  110. package/dist/esm/artifacts/logo-components/chat-new/logo-cs.js +0 -32
  111. package/dist/esm/artifacts/logo-components/chat-new/logo.js +0 -32
  112. package/dist/esm/artifacts/logo-components/search-new/icon.js +0 -34
  113. package/dist/esm/artifacts/logo-components/search-new/index.js +0 -8
  114. package/dist/esm/artifacts/logo-components/search-new/logo-cs.js +0 -32
  115. package/dist/esm/artifacts/logo-components/search-new/logo.js +0 -32
  116. package/dist/esm/artifacts/logo-components/studio-new/icon.js +0 -34
  117. package/dist/esm/artifacts/logo-components/studio-new/index.js +0 -8
  118. package/dist/esm/artifacts/logo-components/studio-new/logo-cs.js +0 -32
  119. package/dist/esm/artifacts/logo-components/studio-new/logo.js +0 -32
  120. package/dist/types/artifacts/logo-components/chat-new/index.d.ts +0 -8
  121. package/dist/types/artifacts/logo-components/chat-new/logo-cs.d.ts +0 -14
  122. package/dist/types/artifacts/logo-components/search-new/icon.d.ts +0 -17
  123. package/dist/types/artifacts/logo-components/search-new/index.d.ts +0 -8
  124. package/dist/types/artifacts/logo-components/search-new/logo-cs.d.ts +0 -14
  125. package/dist/types/artifacts/logo-components/search-new/logo.d.ts +0 -14
  126. package/dist/types/artifacts/logo-components/studio-new/icon.d.ts +0 -17
  127. package/dist/types/artifacts/logo-components/studio-new/index.d.ts +0 -8
  128. package/dist/types/artifacts/logo-components/studio-new/logo-cs.d.ts +0 -14
  129. package/dist/types/artifacts/logo-components/studio-new/logo.d.ts +0 -14
  130. package/dist/types-ts4.5/artifacts/logo-components/chat-new/index.d.ts +0 -8
  131. package/dist/types-ts4.5/artifacts/logo-components/chat-new/logo-cs.d.ts +0 -14
  132. package/dist/types-ts4.5/artifacts/logo-components/search-new/icon.d.ts +0 -17
  133. package/dist/types-ts4.5/artifacts/logo-components/search-new/index.d.ts +0 -8
  134. package/dist/types-ts4.5/artifacts/logo-components/search-new/logo-cs.d.ts +0 -14
  135. package/dist/types-ts4.5/artifacts/logo-components/search-new/logo.d.ts +0 -14
  136. package/dist/types-ts4.5/artifacts/logo-components/studio-new/icon.d.ts +0 -17
  137. package/dist/types-ts4.5/artifacts/logo-components/studio-new/index.d.ts +0 -8
  138. package/dist/types-ts4.5/artifacts/logo-components/studio-new/logo-cs.d.ts +0 -14
  139. package/dist/types-ts4.5/artifacts/logo-components/studio-new/logo.d.ts +0 -14
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.ChatNewLogo = ChatNewLogo;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _logoWrapper = require("../../../utils/logo-wrapper");
10
- /**
11
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
12
- * @codegen <<SignedSource::622f73eeba3c7d6a9862094e495a3853>>
13
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
14
- */
15
-
16
- // `height` is set to 100% to allow the SVG to scale with the parent element
17
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
18
- var svg = "<svg height=\"100%\" viewBox=\"0 0 63 24\">\n <path fill=\"var(--tile-color,#dddee1)\" 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\"/>\n <path fill=\"var(--icon-color, #101214)\" 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\"/>\n <path fill=\"var(--text-color, #292a2e)\" d=\"M62.36 9.36v1.48h-4.44V9.36zm-3.38-1.82h1.92v7.27q0 .38.17.57t.56.19q.12 0 .32-.03.21-.03.32-.06l.29 1.46q-.31.1-.63.13a5 5 0 0 1-.62.04q-1.13 0-1.73-.55-.59-.56-.59-1.59zm-6.28 9.59a2.9 2.9 0 0 1-1.59-.46q-.7-.46-1.12-1.33-.41-.88-.41-2.15 0-1.29.42-2.17.42-.87 1.14-1.32a2.9 2.9 0 0 1 1.58-.44q.66 0 1.09.23.43.22.69.54t.4.61h.08V9.36h1.91V17h-1.9v-1.22h-.08a2.6 2.6 0 0 1-.41.61q-.27.32-.7.53t-1.08.21m.57-1.55q.55 0 .94-.3.38-.3.58-.84.21-.54.21-1.25 0-.72-.2-1.25t-.58-.83-.94-.29q-.57 0-.96.3a1.85 1.85 0 0 0-.58.83 3.6 3.6 0 0 0-.19 1.23q0 .69.2 1.23t.58.85q.39.31.95.31m-10.13-3.02V17h-1.93V6.81h1.89v4.44h-.17q.31-.97.92-1.48.62-.51 1.57-.51.79 0 1.37.34.6.34.92.98t.33 1.55V17h-1.93v-4.54q0-.74-.38-1.16t-1.05-.42q-.45 0-.81.2a1.34 1.34 0 0 0-.55.57q-.2.37-.2.9m-7.78 4.59q-1.35 0-2.41-.62t-1.67-1.79-.61-2.82.62-2.82q.62-1.18 1.68-1.79 1.07-.62 2.4-.62.85 0 1.59.24.75.24 1.32.7t.94 1.12.49 1.51h-1.98a2.2 2.2 0 0 0-.28-.77 2 2 0 0 0-.51-.57q-.3-.24-.69-.36a2.8 2.8 0 0 0-.83-.12q-.81 0-1.43.41-.62.4-.97 1.18-.34.78-.34 1.89 0 1.13.35 1.91.35.77.96 1.17a2.6 2.6 0 0 0 1.43.4q.45 0 .83-.12.39-.12.7-.36.32-.24.52-.57.21-.34.29-.77h1.98q-.09.72-.43 1.36a4.2 4.2 0 0 1-.9 1.15 4.2 4.2 0 0 1-1.32.79q-.76.28-1.69.28\"/>\n</svg>\n";
19
-
20
- /**
21
- * __ChatNewLogo__
22
- *
23
- * A temporary component to represent the logo for Chat.
24
- *
25
- */
26
- function ChatNewLogo(_ref) {
27
- var size = _ref.size,
28
- _ref$appearance = _ref.appearance,
29
- appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
30
- _ref$label = _ref.label,
31
- label = _ref$label === void 0 ? 'Chat' : _ref$label,
32
- testId = _ref.testId;
33
- return /*#__PURE__*/_react.default.createElement(_logoWrapper.LogoWrapper, {
34
- svg: svg,
35
- label: label,
36
- appearance: appearance,
37
- size: size,
38
- testId: testId
39
- });
40
- }
@@ -1,42 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.SearchNewIcon = SearchNewIcon;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _iconWrapper = require("../../../utils/icon-wrapper");
10
- /**
11
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
12
- * @codegen <<SignedSource::5fb81b6548e62d67fc83daf888114f8f>>
13
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
14
- */
15
-
16
- // `height` is set to 100% to allow the SVG to scale with the parent element
17
- var svg = "<svg height=\"100%\" viewBox=\"0 0 24 24\">\n <path fill=\"var(--tile-color,#dddee1)\" 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\"/>\n <path fill=\"var(--icon-color, #101214)\" 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\"/>\n</svg>\n";
18
-
19
- /**
20
- * __SearchNewIcon__
21
- *
22
- * A temporary component to represent the icon for Search.
23
- * @deprecated This component has been replaced by the component `SearchNewIcon` in `@atlaskit/logo`.
24
- * Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
25
- * to enable the new design by default.
26
- *
27
- */
28
- function SearchNewIcon(_ref) {
29
- var size = _ref.size,
30
- _ref$appearance = _ref.appearance,
31
- appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
32
- _ref$label = _ref.label,
33
- label = _ref$label === void 0 ? 'Search' : _ref$label,
34
- testId = _ref.testId;
35
- return /*#__PURE__*/_react.default.createElement(_iconWrapper.IconWrapper, {
36
- svg: svg,
37
- label: label,
38
- appearance: appearance,
39
- size: size,
40
- testId: testId
41
- });
42
- }
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "SearchNewIcon", {
7
- enumerable: true,
8
- get: function get() {
9
- return _icon.SearchNewIcon;
10
- }
11
- });
12
- Object.defineProperty(exports, "SearchNewLogo", {
13
- enumerable: true,
14
- get: function get() {
15
- return _logo.SearchNewLogo;
16
- }
17
- });
18
- Object.defineProperty(exports, "SearchNewLogoCS", {
19
- enumerable: true,
20
- get: function get() {
21
- return _logoCs.SearchNewLogoCS;
22
- }
23
- });
24
- var _logo = require("./logo");
25
- var _logoCs = require("./logo-cs");
26
- var _icon = require("./icon");
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.SearchNewLogoCS = SearchNewLogoCS;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _logoWrapper = require("../../../utils/logo-wrapper");
10
- /**
11
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
12
- * @codegen <<SignedSource::12cecbe0aa290ffe5232721f12ef458f>>
13
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
14
- */
15
-
16
- // `height` is set to 100% to allow the SVG to scale with the parent element
17
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
18
- var svg = "<svg height=\"100%\" viewBox=\"0 0 130 32\">\n <path fill=\"var(--text-color, #1e1f21)\" d=\"M128.82 16.35v8.99h-2.64v-8.52c0-3.16-1.1-4.72-3.62-4.72-2.45 0-4.14 1.63-4.14 4.72v8.53h-2.64V3.59h2.64v8.96c1.01-1.81 2.85-2.85 5.06-2.85 3.44 0 5.34 2.33 5.34 6.66m-16.05 6.21v2.36c-.92.49-2.33.71-3.74.71-5.46 0-8-3.31-8-8 0-4.63 2.55-7.94 8-7.94 1.38 0 2.45.18 3.65.74v2.45c-.98-.46-2.02-.74-3.46-.74-3.99 0-5.61 2.52-5.61 5.49s1.66 5.49 5.67 5.49c1.56 0 2.55-.21 3.5-.55m-18.23-6.29v9.05h-2.58V10h2.58v2.7c.89-1.81 2.42-3.1 5.43-2.91v2.58c-3.37-.34-5.43.67-5.43 3.93m-17.87 1.37c0 3.68 1.47 5.52 4.2 5.52 2.36 0 4.48-1.5 4.48-4.91v-1.23c0-3.4-1.93-4.91-4.17-4.91-2.97 0-4.51 1.96-4.51 5.52m8.68 7.67v-2.76c-.98 2.02-2.82 3.07-5.18 3.07-4.08 0-6.13-3.47-6.13-7.97 0-4.32 2.15-7.97 6.44-7.97 2.24 0 3.96 1.01 4.88 3.01V10h2.64v15.33zM65.08 12.09c-2.79 0-4.2 1.81-4.48 4.48h8.56c-.15-2.85-1.44-4.48-4.08-4.48m5.89 12.64c-1.26.67-3.19.92-4.75.92-5.73 0-8.25-3.31-8.25-8 0-4.63 2.58-7.94 7.24-7.94 4.72 0 6.62 3.28 6.62 7.94v1.2h-11.2c.37 2.61 2.06 4.29 5.67 4.29 1.78 0 3.28-.34 4.66-.83zm-15.33-4.95c0 3.5-2.08 5.86-7.08 5.86-3.89 0-5.7-.77-7.27-1.56v-2.82c1.87.98 4.75 1.69 7.42 1.69 3.04 0 4.17-1.2 4.17-2.97s-1.1-2.73-4.94-3.65c-4.54-1.1-6.56-2.67-6.56-5.98 0-3.13 2.39-5.46 7.08-5.46 2.91 0 4.78.71 6.16 1.47v2.76c-2.02-1.16-4.2-1.53-6.29-1.53-2.64 0-4.2.92-4.2 2.76 0 1.66 1.29 2.48 4.85 3.37 4.26 1.07 6.66 2.45 6.66 6.07\"/>\n <path fill=\"var(--tile-color,#dddee1)\" d=\"M0 8a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8v16a8 8 0 0 1-8 8H8a8 8 0 0 1-8-8z\"/>\n <path fill=\"var(--icon-color, #101214)\" fill-rule=\"evenodd\" d=\"M14.346 22.068a7.721 7.721 0 1 1 6.718-3.913l4.537 4.536-2.94 2.94-4.545-4.545a7.7 7.7 0 0 1-3.77.982m-.364-12.494-.323.82c-.459 1.167-.688 1.75-1.112 2.188-.423.44-.997.69-2.146 1.19l-.492.214v.68l.492.213c1.149.5 1.723.75 2.146 1.19.424.439.653 1.022 1.112 2.188l.323.82h.679l.323-.82c.459-1.166.688-1.75 1.111-2.188.424-.44.998-.69 2.147-1.19l.491-.214v-.679l-.491-.214c-1.149-.5-1.723-.75-2.147-1.19-.423-.438-.652-1.021-1.111-2.187l-.323-.82z\" clip-rule=\"evenodd\"/>\n</svg>\n";
19
-
20
- /**
21
- * __SearchNewLogoCS__
22
- *
23
- * A temporary component to represent the logo for Search.
24
- *
25
- */
26
- function SearchNewLogoCS(_ref) {
27
- var size = _ref.size,
28
- _ref$appearance = _ref.appearance,
29
- appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
30
- _ref$label = _ref.label,
31
- label = _ref$label === void 0 ? 'Search' : _ref$label,
32
- testId = _ref.testId;
33
- return /*#__PURE__*/_react.default.createElement(_logoWrapper.LogoWrapper, {
34
- svg: svg,
35
- label: label,
36
- appearance: appearance,
37
- size: size,
38
- testId: testId
39
- });
40
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.SearchNewLogo = SearchNewLogo;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _logoWrapper = require("../../../utils/logo-wrapper");
10
- /**
11
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
12
- * @codegen <<SignedSource::b3edff909f4553b941582a1535562209>>
13
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
14
- */
15
-
16
- // `height` is set to 100% to allow the SVG to scale with the parent element
17
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
18
- var svg = "<svg height=\"100%\" viewBox=\"0 0 79 24\">\n <path fill=\"var(--tile-color,#dddee1)\" 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\"/>\n <path fill=\"var(--icon-color, #101214)\" 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\"/>\n <path fill=\"var(--text-color, #292a2e)\" d=\"M72.59 12.55V17h-1.93V6.81h1.89v4.44h-.17q.31-.97.92-1.48.62-.51 1.57-.51.79 0 1.37.34.59.34.92.98t.33 1.55V17h-1.93v-4.54q0-.74-.38-1.16t-1.05-.42q-.45 0-.81.2a1.34 1.34 0 0 0-.55.57q-.2.37-.2.9m-6.74 4.6q-1.13 0-1.96-.49a3.3 3.3 0 0 1-1.28-1.38q-.45-.89-.45-2.06 0-1.18.45-2.07.45-.9 1.28-1.39t1.96-.49q.66 0 1.22.17t1 .49.72.78q.29.46.41 1.03l-1.8.36q-.06-.3-.2-.54a1.5 1.5 0 0 0-.33-.4 1.3 1.3 0 0 0-.44-.26 1.6 1.6 0 0 0-.56-.09q-.58 0-.97.31t-.59.86q-.2.54-.2 1.24t.2 1.24.59.86.97.31q.32 0 .57-.09.26-.09.46-.27t.34-.42q.14-.25.2-.56l1.79.35q-.12.6-.4 1.06a2.8 2.8 0 0 1-.73.79 3.3 3.3 0 0 1-1 .51q-.56.17-1.23.17m-8.7-.17V9.36h1.87v1.31h.08q.2-.68.71-1.05a1.93 1.93 0 0 1 1.16-.36q.15 0 .34.02.18.01.32.04v1.74a2 2 0 0 0-.38-.07 5 5 0 0 0-.48-.03q-.48 0-.86.21a1.5 1.5 0 0 0-.6.57 1.65 1.65 0 0 0-.21.85V17zm-5.99.13a2.9 2.9 0 0 1-1.59-.46q-.7-.46-1.12-1.33-.41-.88-.41-2.15 0-1.29.42-2.17.42-.87 1.14-1.32a2.9 2.9 0 0 1 1.58-.44q.66 0 1.09.23.43.22.69.54t.4.61h.08V9.36h1.91V17h-1.9v-1.22h-.08a2.6 2.6 0 0 1-.41.61q-.27.32-.7.53t-1.08.21m.57-1.55q.56 0 .94-.3t.58-.84q.21-.54.21-1.25 0-.72-.2-1.25t-.58-.83q-.38-.29-.94-.29-.57 0-.96.3a1.85 1.85 0 0 0-.58.83 3.6 3.6 0 0 0-.19 1.23q0 .69.2 1.23t.58.85q.39.31.95.31m-8.29 1.58q-1.16 0-2-.48a3.26 3.26 0 0 1-1.29-1.37q-.45-.88-.45-2.08 0-1.18.45-2.06a3.4 3.4 0 0 1 1.26-1.39q.82-.5 1.93-.5.73 0 1.36.23.64.23 1.14.71.49.47.77 1.2t.28 1.72v.57h-6.34v-1.25h5.39l-.9.35a2.8 2.8 0 0 0-.19-1.08 1.55 1.55 0 0 0-.57-.72q-.37-.26-.93-.26-.55 0-.94.26t-.59.7-.2.99v.88q0 .69.23 1.17.24.47.66.71t.98.24q.37 0 .68-.11t.53-.31a1.4 1.4 0 0 0 .34-.52l1.75.34q-.18.62-.64 1.09-.45.46-1.13.73-.68.25-1.54.25m-8.88-.01q-1.2 0-2.09-.37t-1.39-1.09q-.5-.73-.53-1.77h1.92q.04.53.32.88t.74.53q.46.17 1.02.17.57 0 1.01-.17.44-.18.68-.49.25-.31.25-.72a.9.9 0 0 0-.22-.62 1.7 1.7 0 0 0-.62-.42 5.3 5.3 0 0 0-.96-.31l-1.13-.29q-1.28-.32-2.01-.99-.72-.67-.72-1.76 0-.91.49-1.59t1.35-1.06 1.94-.38q1.11 0 1.94.38t1.3 1.06q.47.67.49 1.54h-1.9q-.06-.64-.55-.98-.49-.35-1.29-.35a2.5 2.5 0 0 0-.94.17q-.39.16-.6.44a1.06 1.06 0 0 0-.2.64q0 .4.24.66.25.26.63.42.39.16.81.26l.94.23q.61.14 1.15.38.55.24.97.6.42.35.66.84t.24 1.14q0 .91-.46 1.59t-1.33 1.06-2.1.38\"/>\n</svg>\n";
19
-
20
- /**
21
- * __SearchNewLogo__
22
- *
23
- * A temporary component to represent the logo for Search.
24
- *
25
- */
26
- function SearchNewLogo(_ref) {
27
- var size = _ref.size,
28
- _ref$appearance = _ref.appearance,
29
- appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
30
- _ref$label = _ref.label,
31
- label = _ref$label === void 0 ? 'Search' : _ref$label,
32
- testId = _ref.testId;
33
- return /*#__PURE__*/_react.default.createElement(_logoWrapper.LogoWrapper, {
34
- svg: svg,
35
- label: label,
36
- appearance: appearance,
37
- size: size,
38
- testId: testId
39
- });
40
- }
@@ -1,42 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.StudioNewIcon = StudioNewIcon;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _iconWrapper = require("../../../utils/icon-wrapper");
10
- /**
11
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
12
- * @codegen <<SignedSource::e6df92ef654dd711bfb690d95b2c06d7>>
13
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
14
- */
15
-
16
- // `height` is set to 100% to allow the SVG to scale with the parent element
17
- var svg = "<svg height=\"100%\" viewBox=\"0 0 24 24\">\n <path fill=\"var(--tile-color,#dddee1)\" 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\"/>\n <path fill=\"var(--icon-color, #101214)\" 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\"/>\n <path fill=\"var(--icon-color, #101214)\" d=\"M14.813 7.195 10.125 4.5 5.438 7.195v5.39l3.75 2.157V9.187h5.625z\"/>\n</svg>\n";
18
-
19
- /**
20
- * __StudioNewIcon__
21
- *
22
- * A temporary component to represent the icon for Studio.
23
- * @deprecated This component has been replaced by the component `StudioNewIcon` in `@atlaskit/logo`.
24
- * Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
25
- * to enable the new design by default.
26
- *
27
- */
28
- function StudioNewIcon(_ref) {
29
- var size = _ref.size,
30
- _ref$appearance = _ref.appearance,
31
- appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
32
- _ref$label = _ref.label,
33
- label = _ref$label === void 0 ? 'Studio' : _ref$label,
34
- testId = _ref.testId;
35
- return /*#__PURE__*/_react.default.createElement(_iconWrapper.IconWrapper, {
36
- svg: svg,
37
- label: label,
38
- appearance: appearance,
39
- size: size,
40
- testId: testId
41
- });
42
- }
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "StudioNewIcon", {
7
- enumerable: true,
8
- get: function get() {
9
- return _icon.StudioNewIcon;
10
- }
11
- });
12
- Object.defineProperty(exports, "StudioNewLogo", {
13
- enumerable: true,
14
- get: function get() {
15
- return _logo.StudioNewLogo;
16
- }
17
- });
18
- Object.defineProperty(exports, "StudioNewLogoCS", {
19
- enumerable: true,
20
- get: function get() {
21
- return _logoCs.StudioNewLogoCS;
22
- }
23
- });
24
- var _logo = require("./logo");
25
- var _logoCs = require("./logo-cs");
26
- var _icon = require("./icon");
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.StudioNewLogoCS = StudioNewLogoCS;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _logoWrapper = require("../../../utils/logo-wrapper");
10
- /**
11
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
12
- * @codegen <<SignedSource::88f184410a9d6dcf22f1ca1246d077a0>>
13
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
14
- */
15
-
16
- // `height` is set to 100% to allow the SVG to scale with the parent element
17
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
18
- var svg = "<svg height=\"100%\" viewBox=\"0 0 124 32\">\n <path fill=\"var(--text-color, #1e1f21)\" d=\"M116.71 25.64c-4.6 0-7.3-3.4-7.3-8s2.7-7.94 7.3-7.94c4.57 0 7.24 3.34 7.24 7.94s-2.67 8-7.24 8m0-13.49c-3.28 0-4.72 2.58-4.72 5.49s1.44 5.55 4.72 5.55c3.25 0 4.66-2.64 4.66-5.55s-1.41-5.49-4.66-5.49m-13.48-6.2c0-1.17.77-1.84 1.84-1.84s1.84.67 1.84 1.84-.77 1.84-1.84 1.84-1.84-.67-1.84-1.84m.49 19.38V10h2.64v15.33zm-15.3-7.66c0 3.68 1.47 5.52 4.2 5.52 2.36 0 4.48-1.5 4.48-4.91v-1.23c0-3.4-1.93-4.91-4.17-4.91-2.97 0-4.51 1.96-4.51 5.52m8.68 7.67v-2.76c-.98 2.02-2.82 3.07-5.18 3.07-4.08 0-6.13-3.47-6.13-7.97 0-4.32 2.15-7.97 6.44-7.97 2.24 0 3.96 1.01 4.88 3.01V3.59h2.64v21.74zm-27.41-6.34V10h2.64v9.26c0 2.76 1.1 3.99 3.62 3.99 2.45 0 4.14-1.63 4.14-4.72V10h2.64v15.33h-2.64v-2.51c-.98 1.81-2.79 2.82-4.85 2.82-3.53 0-5.55-2.42-5.55-6.65m-7.16 1.59c0 1.35.8 2.27 2.42 2.27.61 0 1.2-.12 1.66-.21v2.55a6.3 6.3 0 0 1-1.78.25c-3.28 0-4.88-1.93-4.88-4.78v-8.19h-2.48V10h2.48V6.75h2.58V10h4.08v2.45h-4.08zm-6.89-.8c0 3.5-2.08 5.86-7.08 5.86-3.89 0-5.7-.77-7.27-1.56v-2.82c1.87.98 4.75 1.69 7.42 1.69 3.04 0 4.17-1.2 4.17-2.97s-1.1-2.73-4.94-3.65c-4.54-1.1-6.56-2.67-6.56-5.98 0-3.13 2.39-5.46 7.08-5.46 2.91 0 4.78.71 6.16 1.47v2.76c-2.02-1.16-4.2-1.53-6.29-1.53-2.64 0-4.2.92-4.2 2.76 0 1.66 1.29 2.48 4.85 3.37 4.26 1.07 6.66 2.45 6.66 6.07\"/>\n <path fill=\"var(--tile-color,#dddee1)\" d=\"M0 8a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8v16a8 8 0 0 1-8 8H8a8 8 0 0 1-8-8z\"/>\n <path fill=\"var(--icon-color, #101214)\" fill-rule=\"evenodd\" d=\"M14.125 24.75V14.125H24.75V24.75zm5.078-8.65-.218.571c-.312.82-.469 1.23-.762 1.541s-.694.49-1.494.85l-.295.133v.476l.295.133c.8.36 1.2.54 1.494.85.293.311.45.721.762 1.541l.218.572h.462l.218-.572c.313-.82.469-1.23.762-1.54s.694-.491 1.494-.851l.295-.133v-.476l-.295-.132c-.8-.36-1.2-.54-1.494-.85-.293-.312-.45-.722-.762-1.542l-.218-.571z\" clip-rule=\"evenodd\"/>\n <path fill=\"var(--icon-color, #101214)\" d=\"M19.75 9.594 13.5 6 7.25 9.594v7.187l5 2.875V12.25h7.5z\"/>\n</svg>\n";
19
-
20
- /**
21
- * __StudioNewLogoCS__
22
- *
23
- * A temporary component to represent the logo for Studio.
24
- *
25
- */
26
- function StudioNewLogoCS(_ref) {
27
- var size = _ref.size,
28
- _ref$appearance = _ref.appearance,
29
- appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
30
- _ref$label = _ref.label,
31
- label = _ref$label === void 0 ? 'Studio' : _ref$label,
32
- testId = _ref.testId;
33
- return /*#__PURE__*/_react.default.createElement(_logoWrapper.LogoWrapper, {
34
- svg: svg,
35
- label: label,
36
- appearance: appearance,
37
- size: size,
38
- testId: testId
39
- });
40
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.StudioNewLogo = StudioNewLogo;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _logoWrapper = require("../../../utils/logo-wrapper");
10
- /**
11
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
12
- * @codegen <<SignedSource::0abfbd5b683dba06bd63da5e2017cda0>>
13
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
14
- */
15
-
16
- // `height` is set to 100% to allow the SVG to scale with the parent element
17
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
18
- var svg = "<svg height=\"100%\" viewBox=\"0 0 74 24\">\n <path fill=\"var(--tile-color,#dddee1)\" 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\"/>\n <path fill=\"var(--icon-color, #101214)\" 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\"/>\n <path fill=\"var(--icon-color, #101214)\" d=\"M14.813 7.195 10.125 4.5 5.438 7.195v5.39l3.75 2.157V9.187h5.625z\"/>\n <path fill=\"var(--text-color, #292a2e)\" d=\"M69.65 17.15q-1.13 0-1.97-.49a3.3 3.3 0 0 1-1.28-1.38q-.45-.89-.45-2.06 0-1.18.45-2.07.45-.9 1.28-1.39t1.97-.49 1.96.49q.83.49 1.29 1.39.45.89.45 2.07t-.45 2.07-1.29 1.38q-.83.49-1.96.49m0-1.53q.58 0 .97-.31.39-.32.58-.87a3.7 3.7 0 0 0 .19-1.23 3.7 3.7 0 0 0-.19-1.23 1.87 1.87 0 0 0-.58-.86q-.39-.32-.97-.32t-.97.32q-.38.32-.58.86-.19.54-.19 1.23 0 .68.19 1.23.2.55.58.87.39.31.97.31M62.54 17V9.36h1.93V17zm-.02-8.73V6.52h1.98v1.75zm-5.96 8.86a2.9 2.9 0 0 1-1.6-.46q-.71-.46-1.12-1.33-.41-.88-.41-2.15 0-1.29.42-2.17.42-.87 1.13-1.32a2.9 2.9 0 0 1 1.57-.44q.66 0 1.09.23.43.22.69.54.27.32.4.61h.07V6.81h1.92V17h-1.89v-1.22h-.1a2.8 2.8 0 0 1-.4.61q-.27.31-.7.53-.43.21-1.07.21m.56-1.55q.55 0 .94-.3.38-.3.58-.84a3.5 3.5 0 0 0 .21-1.25q0-.72-.2-1.25t-.59-.83q-.38-.29-.94-.29-.57 0-.95.31a1.85 1.85 0 0 0-.58.83 3.6 3.6 0 0 0-.19 1.22q0 .69.19 1.23.2.54.58.85.39.31.95.31m-9.39 1.53q-.79 0-1.39-.34a2.34 2.34 0 0 1-.92-.98q-.33-.65-.33-1.55V9.37h1.93v4.54q0 .75.38 1.16.38.42 1.05.42.46 0 .81-.19.35-.2.55-.57.2-.38.2-.9V9.38h1.93V17h-1.83l-.02-1.9h.12q-.31.98-.93 1.49t-1.56.51m-3.99-7.74v1.48h-4.44V9.36zm-3.38-1.82h1.92v7.27q0 .38.17.57t.56.19q.12 0 .32-.03.21-.03.32-.06l.29 1.46q-.31.1-.64.13a5 5 0 0 1-.62.04q-1.13 0-1.73-.55-.59-.56-.59-1.59zm-5.72 9.61q-1.2 0-2.09-.37t-1.39-1.09q-.5-.73-.53-1.77h1.92q.04.53.32.88t.74.53q.46.17 1.02.17.57 0 1.01-.17.44-.18.68-.49.25-.31.25-.72a.9.9 0 0 0-.22-.62 1.7 1.7 0 0 0-.62-.42 5.3 5.3 0 0 0-.96-.31l-1.13-.29q-1.28-.32-2.01-.99-.72-.67-.72-1.76 0-.91.49-1.59t1.35-1.06 1.94-.38q1.11 0 1.94.38t1.3 1.06q.47.67.49 1.54h-1.9q-.06-.64-.55-.98-.49-.35-1.29-.35a2.5 2.5 0 0 0-.94.17q-.39.16-.6.44a1.06 1.06 0 0 0-.2.64q0 .4.24.66.25.26.63.42.39.16.81.26l.94.23q.61.14 1.15.38.55.24.97.6.42.35.66.84t.24 1.14q0 .91-.46 1.59t-1.33 1.06-2.1.38\"/>\n</svg>\n";
19
-
20
- /**
21
- * __StudioNewLogo__
22
- *
23
- * A temporary component to represent the logo for Studio.
24
- *
25
- */
26
- function StudioNewLogo(_ref) {
27
- var size = _ref.size,
28
- _ref$appearance = _ref.appearance,
29
- appearance = _ref$appearance === void 0 ? 'brand' : _ref$appearance,
30
- _ref$label = _ref.label,
31
- label = _ref$label === void 0 ? 'Studio' : _ref$label,
32
- testId = _ref.testId;
33
- return /*#__PURE__*/_react.default.createElement(_logoWrapper.LogoWrapper, {
34
- svg: svg,
35
- label: label,
36
- appearance: appearance,
37
- size: size,
38
- testId: testId
39
- });
40
- }
@@ -1,37 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ad5b8ef64559dc5207c779379dec44c9>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- import React from 'react';
7
- import { IconWrapper } from '../../../utils/icon-wrapper';
8
- // `height` is set to 100% to allow the SVG to scale with the parent element
9
- const svg = `<svg height="100%" viewBox="0 0 24 24">
10
- <path fill="var(--tile-color,#dddee1)" 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"/>
11
- <path fill="var(--icon-color, #101214)" 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"/>
12
- </svg>
13
- `;
14
-
15
- /**
16
- * __ChatNewIcon__
17
- *
18
- * A temporary component to represent the icon for Chat.
19
- * @deprecated This component has been replaced by the component `ChatNewIcon` in `@atlaskit/logo`.
20
- * Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
21
- * to enable the new design by default.
22
- *
23
- */
24
- export function ChatNewIcon({
25
- size,
26
- appearance = 'brand',
27
- label = 'Chat',
28
- testId
29
- }) {
30
- return /*#__PURE__*/React.createElement(IconWrapper, {
31
- svg: svg,
32
- label: label,
33
- appearance: appearance,
34
- size: size,
35
- testId: testId
36
- });
37
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c8f478d3fb4a28827bd16197b46ea0ac>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- export { ChatNewLogo } from './logo';
7
- export { ChatNewLogoCS } from './logo-cs';
8
- export { ChatNewIcon } from './icon';
@@ -1,36 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::1eb74baaf9574600817f9bd5473029df>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- import React from 'react';
7
- import { LogoWrapper } from '../../../utils/logo-wrapper';
8
- // `height` is set to 100% to allow the SVG to scale with the parent element
9
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
10
- const svg = `<svg height="100%" viewBox="0 0 102 32">
11
- <path fill="var(--text-color, #1e1f21)" d="M97.51 20.58c0 1.35.8 2.27 2.42 2.27.61 0 1.2-.12 1.66-.21v2.55c-.46.12-.98.25-1.78.25-3.28 0-4.88-1.93-4.88-4.78v-8.19h-2.48V10h2.48V6.75h2.58V10h4.08v2.45h-4.08zm-18.94-2.91c0 3.68 1.47 5.52 4.2 5.52 2.36 0 4.48-1.5 4.48-4.91v-1.23c0-3.4-1.93-4.91-4.17-4.91-2.97 0-4.51 1.96-4.51 5.52m8.68 7.67v-2.76c-.98 2.02-2.82 3.07-5.18 3.07-4.08 0-6.13-3.46-6.13-7.97 0-4.32 2.15-7.97 6.44-7.97 2.24 0 3.96 1.01 4.88 3.01V10h2.64v15.33zm-14.1-8.98v8.99h-2.64v-8.52c0-3.16-1.1-4.72-3.62-4.72-2.45 0-4.14 1.63-4.14 4.72v8.53h-2.64V3.59h2.64v8.95c1.01-1.81 2.85-2.85 5.06-2.85 3.44 0 5.34 2.33 5.34 6.66m-16.22 5.43v2.67c-1.26.83-3.25 1.2-5.34 1.2-6.62 0-10.36-3.99-10.36-10.33 0-6.13 3.74-10.43 10.3-10.43 1.96 0 3.93.37 5.37 1.41v2.67c-1.44-.92-3.04-1.41-5.37-1.41-4.72 0-7.54 3.13-7.54 7.76s2.91 7.7 7.7 7.7c2.12 0 3.77-.49 5.24-1.23"/>
12
- <path fill="var(--tile-color,#dddee1)" d="M0 8a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8v16a8 8 0 0 1-8 8H8a8 8 0 0 1-8-8z"/>
13
- <path fill="var(--icon-color, #101214)" fill-rule="evenodd" d="M24.75 22.25H13.5L7.25 26V7.25h17.5zm-9.107-12.5-.34.864c-.482 1.226-.724 1.84-1.17 2.302s-1.05.725-2.258 1.251l-.518.226v.714l.518.226c1.209.526 1.813.79 2.259 1.251.445.462.687 1.076 1.17 2.303l.34.863h.714l.34-.864c.482-1.227.724-1.84 1.17-2.302s1.049-.725 2.258-1.251l.517-.226v-.714l-.517-.226c-1.21-.526-1.813-.79-2.259-1.251-.445-.462-.687-1.075-1.17-2.302l-.34-.864z" clip-rule="evenodd"/>
14
- </svg>
15
- `;
16
-
17
- /**
18
- * __ChatNewLogoCS__
19
- *
20
- * A temporary component to represent the logo for Chat.
21
- *
22
- */
23
- export function ChatNewLogoCS({
24
- size,
25
- appearance = 'brand',
26
- label = 'Chat',
27
- testId
28
- }) {
29
- return /*#__PURE__*/React.createElement(LogoWrapper, {
30
- svg: svg,
31
- label: label,
32
- appearance: appearance,
33
- size: size,
34
- testId: testId
35
- });
36
- }
@@ -1,36 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::622f73eeba3c7d6a9862094e495a3853>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- import React from 'react';
7
- import { LogoWrapper } from '../../../utils/logo-wrapper';
8
- // `height` is set to 100% to allow the SVG to scale with the parent element
9
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
10
- const svg = `<svg height="100%" viewBox="0 0 63 24">
11
- <path fill="var(--tile-color,#dddee1)" 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"/>
12
- <path fill="var(--icon-color, #101214)" 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"/>
13
- <path fill="var(--text-color, #292a2e)" d="M62.36 9.36v1.48h-4.44V9.36zm-3.38-1.82h1.92v7.27q0 .38.17.57t.56.19q.12 0 .32-.03.21-.03.32-.06l.29 1.46q-.31.1-.63.13a5 5 0 0 1-.62.04q-1.13 0-1.73-.55-.59-.56-.59-1.59zm-6.28 9.59a2.9 2.9 0 0 1-1.59-.46q-.7-.46-1.12-1.33-.41-.88-.41-2.15 0-1.29.42-2.17.42-.87 1.14-1.32a2.9 2.9 0 0 1 1.58-.44q.66 0 1.09.23.43.22.69.54t.4.61h.08V9.36h1.91V17h-1.9v-1.22h-.08a2.6 2.6 0 0 1-.41.61q-.27.32-.7.53t-1.08.21m.57-1.55q.55 0 .94-.3.38-.3.58-.84.21-.54.21-1.25 0-.72-.2-1.25t-.58-.83-.94-.29q-.57 0-.96.3a1.85 1.85 0 0 0-.58.83 3.6 3.6 0 0 0-.19 1.23q0 .69.2 1.23t.58.85q.39.31.95.31m-10.13-3.02V17h-1.93V6.81h1.89v4.44h-.17q.31-.97.92-1.48.62-.51 1.57-.51.79 0 1.37.34.6.34.92.98t.33 1.55V17h-1.93v-4.54q0-.74-.38-1.16t-1.05-.42q-.45 0-.81.2a1.34 1.34 0 0 0-.55.57q-.2.37-.2.9m-7.78 4.59q-1.35 0-2.41-.62t-1.67-1.79-.61-2.82.62-2.82q.62-1.18 1.68-1.79 1.07-.62 2.4-.62.85 0 1.59.24.75.24 1.32.7t.94 1.12.49 1.51h-1.98a2.2 2.2 0 0 0-.28-.77 2 2 0 0 0-.51-.57q-.3-.24-.69-.36a2.8 2.8 0 0 0-.83-.12q-.81 0-1.43.41-.62.4-.97 1.18-.34.78-.34 1.89 0 1.13.35 1.91.35.77.96 1.17a2.6 2.6 0 0 0 1.43.4q.45 0 .83-.12.39-.12.7-.36.32-.24.52-.57.21-.34.29-.77h1.98q-.09.72-.43 1.36a4.2 4.2 0 0 1-.9 1.15 4.2 4.2 0 0 1-1.32.79q-.76.28-1.69.28"/>
14
- </svg>
15
- `;
16
-
17
- /**
18
- * __ChatNewLogo__
19
- *
20
- * A temporary component to represent the logo for Chat.
21
- *
22
- */
23
- export function ChatNewLogo({
24
- size,
25
- appearance = 'brand',
26
- label = 'Chat',
27
- testId
28
- }) {
29
- return /*#__PURE__*/React.createElement(LogoWrapper, {
30
- svg: svg,
31
- label: label,
32
- appearance: appearance,
33
- size: size,
34
- testId: testId
35
- });
36
- }
@@ -1,37 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5fb81b6548e62d67fc83daf888114f8f>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- import React from 'react';
7
- import { IconWrapper } from '../../../utils/icon-wrapper';
8
- // `height` is set to 100% to allow the SVG to scale with the parent element
9
- const svg = `<svg height="100%" viewBox="0 0 24 24">
10
- <path fill="var(--tile-color,#dddee1)" 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"/>
11
- <path fill="var(--icon-color, #101214)" 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"/>
12
- </svg>
13
- `;
14
-
15
- /**
16
- * __SearchNewIcon__
17
- *
18
- * A temporary component to represent the icon for Search.
19
- * @deprecated This component has been replaced by the component `SearchNewIcon` in `@atlaskit/logo`.
20
- * Please migrate any usages of this temporary component, using the prop `shouldUseNewLogoDesign` where necessary
21
- * to enable the new design by default.
22
- *
23
- */
24
- export function SearchNewIcon({
25
- size,
26
- appearance = 'brand',
27
- label = 'Search',
28
- testId
29
- }) {
30
- return /*#__PURE__*/React.createElement(IconWrapper, {
31
- svg: svg,
32
- label: label,
33
- appearance: appearance,
34
- size: size,
35
- testId: testId
36
- });
37
- }
@@ -1,8 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f8dc72668470f5b4779bb6e9d47335a8>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- export { SearchNewLogo } from './logo';
7
- export { SearchNewLogoCS } from './logo-cs';
8
- export { SearchNewIcon } from './icon';
@@ -1,36 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::12cecbe0aa290ffe5232721f12ef458f>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- import React from 'react';
7
- import { LogoWrapper } from '../../../utils/logo-wrapper';
8
- // `height` is set to 100% to allow the SVG to scale with the parent element
9
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
10
- const svg = `<svg height="100%" viewBox="0 0 130 32">
11
- <path fill="var(--text-color, #1e1f21)" d="M128.82 16.35v8.99h-2.64v-8.52c0-3.16-1.1-4.72-3.62-4.72-2.45 0-4.14 1.63-4.14 4.72v8.53h-2.64V3.59h2.64v8.96c1.01-1.81 2.85-2.85 5.06-2.85 3.44 0 5.34 2.33 5.34 6.66m-16.05 6.21v2.36c-.92.49-2.33.71-3.74.71-5.46 0-8-3.31-8-8 0-4.63 2.55-7.94 8-7.94 1.38 0 2.45.18 3.65.74v2.45c-.98-.46-2.02-.74-3.46-.74-3.99 0-5.61 2.52-5.61 5.49s1.66 5.49 5.67 5.49c1.56 0 2.55-.21 3.5-.55m-18.23-6.29v9.05h-2.58V10h2.58v2.7c.89-1.81 2.42-3.1 5.43-2.91v2.58c-3.37-.34-5.43.67-5.43 3.93m-17.87 1.37c0 3.68 1.47 5.52 4.2 5.52 2.36 0 4.48-1.5 4.48-4.91v-1.23c0-3.4-1.93-4.91-4.17-4.91-2.97 0-4.51 1.96-4.51 5.52m8.68 7.67v-2.76c-.98 2.02-2.82 3.07-5.18 3.07-4.08 0-6.13-3.47-6.13-7.97 0-4.32 2.15-7.97 6.44-7.97 2.24 0 3.96 1.01 4.88 3.01V10h2.64v15.33zM65.08 12.09c-2.79 0-4.2 1.81-4.48 4.48h8.56c-.15-2.85-1.44-4.48-4.08-4.48m5.89 12.64c-1.26.67-3.19.92-4.75.92-5.73 0-8.25-3.31-8.25-8 0-4.63 2.58-7.94 7.24-7.94 4.72 0 6.62 3.28 6.62 7.94v1.2h-11.2c.37 2.61 2.06 4.29 5.67 4.29 1.78 0 3.28-.34 4.66-.83zm-15.33-4.95c0 3.5-2.08 5.86-7.08 5.86-3.89 0-5.7-.77-7.27-1.56v-2.82c1.87.98 4.75 1.69 7.42 1.69 3.04 0 4.17-1.2 4.17-2.97s-1.1-2.73-4.94-3.65c-4.54-1.1-6.56-2.67-6.56-5.98 0-3.13 2.39-5.46 7.08-5.46 2.91 0 4.78.71 6.16 1.47v2.76c-2.02-1.16-4.2-1.53-6.29-1.53-2.64 0-4.2.92-4.2 2.76 0 1.66 1.29 2.48 4.85 3.37 4.26 1.07 6.66 2.45 6.66 6.07"/>
12
- <path fill="var(--tile-color,#dddee1)" d="M0 8a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8v16a8 8 0 0 1-8 8H8a8 8 0 0 1-8-8z"/>
13
- <path fill="var(--icon-color, #101214)" fill-rule="evenodd" d="M14.346 22.068a7.721 7.721 0 1 1 6.718-3.913l4.537 4.536-2.94 2.94-4.545-4.545a7.7 7.7 0 0 1-3.77.982m-.364-12.494-.323.82c-.459 1.167-.688 1.75-1.112 2.188-.423.44-.997.69-2.146 1.19l-.492.214v.68l.492.213c1.149.5 1.723.75 2.146 1.19.424.439.653 1.022 1.112 2.188l.323.82h.679l.323-.82c.459-1.166.688-1.75 1.111-2.188.424-.44.998-.69 2.147-1.19l.491-.214v-.679l-.491-.214c-1.149-.5-1.723-.75-2.147-1.19-.423-.438-.652-1.021-1.111-2.187l-.323-.82z" clip-rule="evenodd"/>
14
- </svg>
15
- `;
16
-
17
- /**
18
- * __SearchNewLogoCS__
19
- *
20
- * A temporary component to represent the logo for Search.
21
- *
22
- */
23
- export function SearchNewLogoCS({
24
- size,
25
- appearance = 'brand',
26
- label = 'Search',
27
- testId
28
- }) {
29
- return /*#__PURE__*/React.createElement(LogoWrapper, {
30
- svg: svg,
31
- label: label,
32
- appearance: appearance,
33
- size: size,
34
- testId: testId
35
- });
36
- }
@@ -1,36 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b3edff909f4553b941582a1535562209>>
4
- * @codegenCommand yarn workspace @atlaskit/logo generate:components
5
- */
6
- import React from 'react';
7
- import { LogoWrapper } from '../../../utils/logo-wrapper';
8
- // `height` is set to 100% to allow the SVG to scale with the parent element
9
- // The text color is set to "currentColor" to allow the SVG to inherit the color set by the parent based on the theme.
10
- const svg = `<svg height="100%" viewBox="0 0 79 24">
11
- <path fill="var(--tile-color,#dddee1)" 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"/>
12
- <path fill="var(--icon-color, #101214)" 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"/>
13
- <path fill="var(--text-color, #292a2e)" d="M72.59 12.55V17h-1.93V6.81h1.89v4.44h-.17q.31-.97.92-1.48.62-.51 1.57-.51.79 0 1.37.34.59.34.92.98t.33 1.55V17h-1.93v-4.54q0-.74-.38-1.16t-1.05-.42q-.45 0-.81.2a1.34 1.34 0 0 0-.55.57q-.2.37-.2.9m-6.74 4.6q-1.13 0-1.96-.49a3.3 3.3 0 0 1-1.28-1.38q-.45-.89-.45-2.06 0-1.18.45-2.07.45-.9 1.28-1.39t1.96-.49q.66 0 1.22.17t1 .49.72.78q.29.46.41 1.03l-1.8.36q-.06-.3-.2-.54a1.5 1.5 0 0 0-.33-.4 1.3 1.3 0 0 0-.44-.26 1.6 1.6 0 0 0-.56-.09q-.58 0-.97.31t-.59.86q-.2.54-.2 1.24t.2 1.24.59.86.97.31q.32 0 .57-.09.26-.09.46-.27t.34-.42q.14-.25.2-.56l1.79.35q-.12.6-.4 1.06a2.8 2.8 0 0 1-.73.79 3.3 3.3 0 0 1-1 .51q-.56.17-1.23.17m-8.7-.17V9.36h1.87v1.31h.08q.2-.68.71-1.05a1.93 1.93 0 0 1 1.16-.36q.15 0 .34.02.18.01.32.04v1.74a2 2 0 0 0-.38-.07 5 5 0 0 0-.48-.03q-.48 0-.86.21a1.5 1.5 0 0 0-.6.57 1.65 1.65 0 0 0-.21.85V17zm-5.99.13a2.9 2.9 0 0 1-1.59-.46q-.7-.46-1.12-1.33-.41-.88-.41-2.15 0-1.29.42-2.17.42-.87 1.14-1.32a2.9 2.9 0 0 1 1.58-.44q.66 0 1.09.23.43.22.69.54t.4.61h.08V9.36h1.91V17h-1.9v-1.22h-.08a2.6 2.6 0 0 1-.41.61q-.27.32-.7.53t-1.08.21m.57-1.55q.56 0 .94-.3t.58-.84q.21-.54.21-1.25 0-.72-.2-1.25t-.58-.83q-.38-.29-.94-.29-.57 0-.96.3a1.85 1.85 0 0 0-.58.83 3.6 3.6 0 0 0-.19 1.23q0 .69.2 1.23t.58.85q.39.31.95.31m-8.29 1.58q-1.16 0-2-.48a3.26 3.26 0 0 1-1.29-1.37q-.45-.88-.45-2.08 0-1.18.45-2.06a3.4 3.4 0 0 1 1.26-1.39q.82-.5 1.93-.5.73 0 1.36.23.64.23 1.14.71.49.47.77 1.2t.28 1.72v.57h-6.34v-1.25h5.39l-.9.35a2.8 2.8 0 0 0-.19-1.08 1.55 1.55 0 0 0-.57-.72q-.37-.26-.93-.26-.55 0-.94.26t-.59.7-.2.99v.88q0 .69.23 1.17.24.47.66.71t.98.24q.37 0 .68-.11t.53-.31a1.4 1.4 0 0 0 .34-.52l1.75.34q-.18.62-.64 1.09-.45.46-1.13.73-.68.25-1.54.25m-8.88-.01q-1.2 0-2.09-.37t-1.39-1.09q-.5-.73-.53-1.77h1.92q.04.53.32.88t.74.53q.46.17 1.02.17.57 0 1.01-.17.44-.18.68-.49.25-.31.25-.72a.9.9 0 0 0-.22-.62 1.7 1.7 0 0 0-.62-.42 5.3 5.3 0 0 0-.96-.31l-1.13-.29q-1.28-.32-2.01-.99-.72-.67-.72-1.76 0-.91.49-1.59t1.35-1.06 1.94-.38q1.11 0 1.94.38t1.3 1.06q.47.67.49 1.54h-1.9q-.06-.64-.55-.98-.49-.35-1.29-.35a2.5 2.5 0 0 0-.94.17q-.39.16-.6.44a1.06 1.06 0 0 0-.2.64q0 .4.24.66.25.26.63.42.39.16.81.26l.94.23q.61.14 1.15.38.55.24.97.6.42.35.66.84t.24 1.14q0 .91-.46 1.59t-1.33 1.06-2.1.38"/>
14
- </svg>
15
- `;
16
-
17
- /**
18
- * __SearchNewLogo__
19
- *
20
- * A temporary component to represent the logo for Search.
21
- *
22
- */
23
- export function SearchNewLogo({
24
- size,
25
- appearance = 'brand',
26
- label = 'Search',
27
- testId
28
- }) {
29
- return /*#__PURE__*/React.createElement(LogoWrapper, {
30
- svg: svg,
31
- label: label,
32
- appearance: appearance,
33
- size: size,
34
- testId: testId
35
- });
36
- }