@atlaskit/icon 28.1.1 → 28.2.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 (49) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/core/app-switcher-legacy.js +3 -3
  3. package/core/app-switcher.js +3 -3
  4. package/core/app.js +3 -3
  5. package/core/apps.js +2 -2
  6. package/core/atlassian-intelligence.js +3 -3
  7. package/core/chart-pie.js +2 -2
  8. package/core/form.js +3 -3
  9. package/core/megaphone.js +3 -3
  10. package/core/menu.js +3 -3
  11. package/core/migration/app--addon.js +2 -2
  12. package/core/migration/app-switcher--switcher.js +2 -2
  13. package/core/migration/app-switcher.js +2 -2
  14. package/core/migration/menu--menu-expand.js +2 -2
  15. package/core/migration/menu.js +2 -2
  16. package/core/migration/notification--notification-direct.js +2 -2
  17. package/core/migration/notification.js +2 -2
  18. package/core/migration/on-call--hipchat-dial-out.js +2 -2
  19. package/core/notification.js +3 -3
  20. package/core/on-call.js +3 -3
  21. package/dist/cjs/components/icon-tile.compiled.css +1 -1
  22. package/dist/cjs/components/icon-tile.js +1 -1
  23. package/dist/cjs/components/skeleton.compiled.css +1 -1
  24. package/dist/cjs/components/skeleton.js +1 -1
  25. package/dist/cjs/metadata-core.js +13 -13
  26. package/dist/es2019/components/icon-tile.compiled.css +1 -1
  27. package/dist/es2019/components/icon-tile.js +1 -1
  28. package/dist/es2019/components/skeleton.compiled.css +1 -1
  29. package/dist/es2019/components/skeleton.js +1 -1
  30. package/dist/es2019/metadata-core.js +13 -13
  31. package/dist/esm/components/icon-tile.compiled.css +1 -1
  32. package/dist/esm/components/icon-tile.js +1 -1
  33. package/dist/esm/components/skeleton.compiled.css +1 -1
  34. package/dist/esm/components/skeleton.js +1 -1
  35. package/dist/esm/metadata-core.js +13 -13
  36. package/dist/types/metadata-core.d.ts +1 -1
  37. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  38. package/package.json +9 -9
  39. package/svgs/core/app-switcher-legacy.svg +1 -1
  40. package/svgs/core/app-switcher.svg +1 -1
  41. package/svgs/core/app.svg +1 -1
  42. package/svgs/core/apps.svg +1 -1
  43. package/svgs/core/atlassian-intelligence.svg +1 -1
  44. package/svgs/core/chart-pie.svg +1 -1
  45. package/svgs/core/form.svg +1 -1
  46. package/svgs/core/megaphone.svg +1 -1
  47. package/svgs/core/menu.svg +1 -1
  48. package/svgs/core/notification.svg +1 -1
  49. package/svgs/core/on-call.svg +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 28.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`9ae6dba1e1062`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9ae6dba1e1062) -
8
+ This release updates icons in `@atlaskit/icon`.
9
+
10
+ ### Updated:
11
+
12
+ **`@atlaskit/icon/core`**
13
+
14
+ - `app-switcher-legacy`
15
+ - `app-switcher`
16
+ - `app`
17
+ - `apps`
18
+ - `atlassian-intelligence`
19
+ - `chart-pie`
20
+ - `form`
21
+ - `megaphone`
22
+ - `menu`
23
+ - `notification`
24
+ - `on-call`
25
+
26
+ ## 28.1.2
27
+
28
+ ### Patch Changes
29
+
30
+ - [`74c2f420ee49b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74c2f420ee49b) -
31
+ Internal changes to how border radius is applied.
32
+
3
33
  ## 28.1.1
4
34
 
5
35
  ### Patch Changes
@@ -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::25210745bfd7aaaaea40d704ac36ec8b>>
3
+ * @codegen <<SignedSource::60b1333596ee755fdc5808389dd73d02>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "AppSwitcherLegacy".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for the legacy app switcher in global product navigation.
19
+ * Usage guidance: Single purpose - Reserved for the legacy app switcher in global app navigation.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const AppSwitcherLegacyIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "AppSwitcherLegacyIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 1.75A.75.75 0 0 1 1.75 1h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 4.25zm5 0A.75.75 0 0 1 6.75 1h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 4.25zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm-10 5A.75.75 0 0 1 1.75 6h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 9.25zm5 0A.75.75 0 0 1 6.75 6h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 9.25zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm-10 5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M4.25 11a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm-10-5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 9.25v-2.5A.75.75 0 0 1 1.75 6zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 9.25v-2.5A.75.75 0 0 1 6.75 6zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm-10-5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 4.25v-2.5A.75.75 0 0 1 1.75 1zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 4.25v-2.5A.75.75 0 0 1 6.75 1zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  AppSwitcherLegacyIcon.displayName = 'AppSwitcherLegacyIcon';
@@ -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::0e96a69f97519443fff2bdbab242b00d>>
3
+ * @codegen <<SignedSource::55422f7c50559ad266d0694af3ada2f4>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "AppSwitcher".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for app switcher in global product navigation.
19
+ * Usage guidance: Single purpose - Reserved for app switcher in global app navigation.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const AppSwitcherIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "AppSwitcherIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM9 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM1 11a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zm6 .5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.5 11a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm8 0a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm-8-8a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm8 0a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zM7 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm8 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zM7 5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm8 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  AppSwitcherIcon.displayName = 'AppSwitcherIcon';
package/core/app.js CHANGED
@@ -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::d3b9fa3f341df10b3a68c2c091eab80a>>
3
+ * @codegen <<SignedSource::fc410b5a6f105623fd92b95efc5298a4>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "App".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for marketplace apps and integrations across products.
19
+ * Usage guidance: Single purpose - Reserved for marketplace apps and integrations across apps.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const AppIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "AppIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8.257 1.779a.5.5 0 0 0-.514 0l-5 3a.5.5 0 0 0-.243.429v5.584a.5.5 0 0 0 .243.429l5 3a.5.5 0 0 0 .514 0l5-3a.5.5 0 0 0 .243-.429V5.208a.5.5 0 0 0-.243-.429zM6.971.493a2 2 0 0 1 2.058 0l5 3A2 2 0 0 1 15 5.208v5.584a2 2 0 0 1-.971 1.715l-5 3a2 2 0 0 1-2.058 0l-5-3A2 2 0 0 1 1 10.792V5.208a2 2 0 0 1 .971-1.715zM8 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M5 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 5.208a.5.5 0 0 0-.243-.429l-5-3a.5.5 0 0 0-.514 0l-5 3a.5.5 0 0 0-.243.43v5.583a.5.5 0 0 0 .243.429l5 3a.5.5 0 0 0 .514 0l5-3a.5.5 0 0 0 .243-.429zm1.5 5.584a2 2 0 0 1-.97 1.715l-5 3a2 2 0 0 1-2.06 0l-5-3A2 2 0 0 1 1 10.792V5.208a2 2 0 0 1 .97-1.715l5-3a2 2 0 0 1 2.06 0l5 3A2 2 0 0 1 15 5.208z"/><path fill="currentcolor" d="M9.5 8a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  AppIcon.displayName = 'AppIcon';
package/core/apps.js CHANGED
@@ -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::0ee803adb56e078771183370cae6b90b>>
3
+ * @codegen <<SignedSource::9ead16e674236e7db1510f3a48e86deb>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
22
22
  */
23
23
  const AppsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "AppsIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM9 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM1 11a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zm8.25.75V9h1.5v2.25H15v1.5h-2.25V15h-1.5v-2.25H9v-1.5z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.5 11a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm7.25-2v2.25H15v1.5h-2.25V15h-1.5v-2.25H9v-1.5h2.25V9zM5.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm8 0a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zM7 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm0-8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm8 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  AppsIcon.displayName = 'AppsIcon';
@@ -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::b77d1dcc3333d0dc3c7c7cd2778f8079>>
3
+ * @codegen <<SignedSource::a2cff70d9276c693dca9eb8c1c54a9e2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "AtlassianIntelligence".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for Atlassian Intelligence products or experiences.
19
+ * Usage guidance: Single purpose - Reserved for Atlassian Intelligence apps or experiences.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const AtlassianIntelligenceIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "AtlassianIntelligenceIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.25 4V1h1.5v3zM5.47 6.53l-4-4 1.06-1.06 4 4zm4-1.06 4-4 1.06 1.06-4 4zM1 7.25h3v1.5H1zm11 0h3v1.5h-3zM1.47 13.47l4-4 1.06 1.06-4 4zm12 1.06-4-4 1.06-1.06 4 4zM7.25 15v-3h1.5v3z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M8.75 12v3h-1.5v-3zm-2.22-1.47-4 4-1.06-1.06 4-4zm8 2.94-1.06 1.06-4-4 1.06-1.06zM4 7.25v1.5H1v-1.5zm11 0v1.5h-3v-1.5zM6.53 5.47 5.47 6.53l-4-4 1.06-1.06zm8-2.94-4 4-1.06-1.06 4-4zM8.75 1v3h-1.5V1z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  AtlassianIntelligenceIcon.displayName = 'AtlassianIntelligenceIcon';
package/core/chart-pie.js CHANGED
@@ -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::68c1a624b0dea6427235d1dfb350a38a>>
3
+ * @codegen <<SignedSource::458e1f507cdfe939b7f46674372cf129>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -22,7 +22,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
22
22
  */
23
23
  const ChartPieIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "ChartPieIcon",
25
- dangerouslySetGlyph: `<mask id="mask0_53402_2880" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" d="M5.106 0C5.04.239 5 .49 5 .75v7.5a2.75 2.75 0 0 0 3.462 2.656l7.246-1.941q.15-.04.292-.098V16H0V0zm5.672 4.59-.278.076v-.29q.143.102.278.215M16 2.17A10.3 10.3 0 0 0 13.831 0H16z"/></mask><g mask="url(#mask0_53402_2880)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8a6.25 6.25 0 1 0 12.5 0 6.25 6.25 0 0 0-12.5 0Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 8.25V.75c3.47 0 6.39 2.357 7.246 5.558z"/>`
25
+ dangerouslySetGlyph: `<mask id="mask0_55124_7686" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" d="M5.106 0C5.04.239 5 .49 5 .75v7.5a2.75 2.75 0 0 0 3.462 2.656l7.246-1.941q.15-.04.292-.098V16H0V0zm5.672 4.59-.278.076v-.29q.143.102.278.215M16 2.17A10.3 10.3 0 0 0 13.831 0H16z"/></mask><g mask="url(#mask0_55124_7686)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8a6.25 6.25 0 1 0 12.5 0 6.25 6.25 0 0 0-12.5 0Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 8.25V.75c3.47 0 6.39 2.357 7.246 5.558z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  ChartPieIcon.displayName = 'ChartPieIcon';
package/core/form.js CHANGED
@@ -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::2d36c5a59bd1d8a40f1d69d4e94cc858>>
3
+ * @codegen <<SignedSource::8d6c387b6cdf01d178e89f35ca2cc613>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Form".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Known uses: Represents forms across Atlassian products, including Proforma.
19
+ * Usage guidance: Known uses: Represents forms across Atlassian apps, including Proforma.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const FormIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "FormIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7 1.5H1V0h6zM1 3.875c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375v1.75C15 6.385 14.384 7 13.625 7H2.375C1.615 7 1 6.384 1 5.625zM2.5 4v1.5h11V4zM7 10.5H1V9h6zm-6 2.375c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375v1.75c0 .76-.616 1.375-1.375 1.375H2.375C1.615 16 1 15.384 1 14.625zM2.5 13v1.5h11V13z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M2.5 14.5h11V13h-11zM7 9v1.5H1V9zM2.5 5.5h11V4h-11zM7 0v1.5H1V0zm8 14.625c0 .76-.616 1.375-1.375 1.375H2.375C1.615 16 1 15.384 1 14.625v-1.75c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375zm0-9C15 6.385 14.384 7 13.625 7H2.375C1.615 7 1 6.384 1 5.625v-1.75c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  FormIcon.displayName = 'FormIcon';
package/core/megaphone.js CHANGED
@@ -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::a116691a22d3b8c83012a6beac2c8ce1>>
3
+ * @codegen <<SignedSource::0a07179b7f5702563b15bc18315c2436>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Megaphone".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known uses: feedback in products.
19
+ * Usage guidance: Multi purpose - Known uses: feedback in apps.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const MegaphoneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "MegaphoneIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M13.5 3.096a.5.5 0 0 0-.686-.464L7.5 4.758v4.734l5.314 2.126a.5.5 0 0 0 .686-.464zm-6 8.012 4.757 1.903A2 2 0 0 0 15 11.154V3.096a2 2 0 0 0-2.743-1.857L6.606 3.5H3a2 2 0 0 0-2 2v3.25a2 2 0 0 0 2 2h.5V13a2 2 0 0 0 2 2h1.25a.75.75 0 0 0 .75-.75zM6 9.25H3a.5.5 0 0 1-.5-.5V5.5A.5.5 0 0 1 3 5h3zm0 1.5v2.75h-.5A.5.5 0 0 1 5 13v-2.25z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3.096a.5.5 0 0 0-.685-.465L7.5 4.756v4.736l5.315 2.126a.5.5 0 0 0 .685-.465zM5 13a.5.5 0 0 0 .5.5H6v-2.75H5zM2.5 8.75a.5.5 0 0 0 .5.5h3V5H3a.5.5 0 0 0-.5.5zM15 11.152a2 2 0 0 1-2.743 1.857L7.5 11.107v3.143a.75.75 0 0 1-.75.75H5.5a2 2 0 0 1-2-2v-2.25H3a2 2 0 0 1-2-2V5.5a2 2 0 0 1 2-2h3.605l5.652-2.261A2 2 0 0 1 15 3.096z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  MegaphoneIcon.displayName = 'MegaphoneIcon';
package/core/menu.js CHANGED
@@ -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::0e01e881cc8c5afe12e48f6b124be763>>
3
+ * @codegen <<SignedSource::ba900c72212c64dae6bc7b16bbe38cce>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Menu".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for accessing the menu in global product navigation.
19
+ * Usage guidance: Single purpose - Reserved for accessing the menu in global app navigation.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const MenuIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "MenuIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm0 5.25H1v-1.5h14zM15 14H1v-1.5h14z" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M15 12.5V14H1v-1.5zm0-5.25v1.5H1v-1.5zM15 2v1.5H1V2z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  MenuIcon.displayName = 'MenuIcon';
@@ -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::f1c447b1f5a6e9e4c3c7deaeca8edd38>>
3
+ * @codegen <<SignedSource::d60ac8bc359dc69af27e96295d700e40>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for marketplace apps and integrations across products.
22
+ * Usage guidance: Single purpose - Reserved for marketplace apps and integrations across apps.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::59964ed8c473ec4fb53a3b2db3e9de15>>
3
+ * @codegen <<SignedSource::e9c56ca1287438edf07e9b605320bbd7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for app switcher in global product navigation.
22
+ * Usage guidance: Single purpose - Reserved for app switcher in global app navigation.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::81e4d1dccb9734cd5ad3d34d955128a4>>
3
+ * @codegen <<SignedSource::697a16db93aee417929bfb4be6899be7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for app switcher in global product navigation.
22
+ * Usage guidance: Single purpose - Reserved for app switcher in global app navigation.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::b5c92739799a482ba18cfff8804248b2>>
3
+ * @codegen <<SignedSource::d1d1f73391bcecf4d6f4c46ef7abafd1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for accessing the menu in global product navigation.
22
+ * Usage guidance: Single purpose - Reserved for accessing the menu in global app navigation.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::7a156cae55936872a88812b210294191>>
3
+ * @codegen <<SignedSource::1a34aec0dce3bdec29fda8b8db750b24>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for accessing the menu in global product navigation.
22
+ * Usage guidance: Single purpose - Reserved for accessing the menu in global app navigation.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::6921361f2508caf480e82dd7010b1194>>
3
+ * @codegen <<SignedSource::a6d7f6cfbc40866ba27d85b2595263eb>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for notifications within global product navigation and within product screens.
22
+ * Usage guidance: Single purpose - Reserved for notifications within global app navigation and within app screens.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::f6bc753b753375671178ffe566cef00e>>
3
+ * @codegen <<SignedSource::619e4da44849960dd1f175b537ca0ddf>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for notifications within global product navigation and within product screens.
22
+ * Usage guidance: Single purpose - Reserved for notifications within global app navigation and within app screens.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::c0263085b8d5ce561669479dbdf0565e>>
3
+ * @codegen <<SignedSource::5232347c6d8486cba9408a3db02cd18f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for representing on-call across Atlassian products.
22
+ * Usage guidance: Single purpose - Reserved for representing on-call across Atlassian apps.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
@@ -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::c5050b53f23a98f3c4135467aadfbb06>>
3
+ * @codegen <<SignedSource::45233a62a3f56b9e4911deb2a2339447>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Notification".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for notifications within global product navigation and within product screens.
19
+ * Usage guidance: Single purpose - Reserved for notifications within global app navigation and within app screens.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const NotificationIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "NotificationIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 5a5 5 0 0 1 10 0v3.535l1.788 2.861a1.375 1.375 0 0 1-1.166 2.104h-2.459a3.251 3.251 0 0 1-6.326 0h-2.46a1.375 1.375 0 0 1-1.165-2.104L3 8.535zm3.418 8.5a1.75 1.75 0 0 0 3.164 0zM8 1.5A3.5 3.5 0 0 0 4.5 5v3.636c0 .215-.06.426-.175.608L2.603 12h10.794l-1.723-2.756a1.15 1.15 0 0 1-.174-.608V5A3.5 3.5 0 0 0 8 1.5" clip-rule="evenodd"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.42 13.5a1.748 1.748 0 0 0 3.16 0zM4.5 8.636c0 .215-.06.426-.175.608L2.603 12h10.795l-1.723-2.756a1.15 1.15 0 0 1-.175-.608V5a3.5 3.5 0 0 0-7 0zm8.5-.1 1.788 2.86a1.375 1.375 0 0 1-1.166 2.104h-2.46a3.25 3.25 0 0 1-6.324 0h-2.46a1.375 1.375 0 0 1-1.166-2.104L3 8.537V5a5 5 0 0 1 10 0z"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  NotificationIcon.displayName = 'NotificationIcon';
package/core/on-call.js CHANGED
@@ -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::6e30c8493ef768cda086b0079775bc5d>>
3
+ * @codegen <<SignedSource::1f637bf95186c227529956ad4df65712>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,13 +16,13 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "OnCall".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for representing on-call across Atlassian products.
19
+ * Usage guidance: Single purpose - Reserved for representing on-call across Atlassian apps.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const OnCallIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
24
  name: "OnCallIcon",
25
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 2.75A.75.75 0 0 1 .75 2h3.5a.75.75 0 0 1 .721.544l.821 2.874a1.75 1.75 0 0 1-.562 1.825L3.29 8.86a12.3 12.3 0 0 0 3.85 3.85l1.617-1.94a1.75 1.75 0 0 1 1.825-.562l2.874.82a.75.75 0 0 1 .544.722v3.5a.75.75 0 0 1-.75.75c-2.266 0-4.422-.61-6.309-1.664a13.77 13.77 0 0 1-5.277-5.277A12.9 12.9 0 0 1 0 2.75m8.484 10.69c1.25.578 2.606.94 4.016 1.035v-2.16l-2.33-.665a.25.25 0 0 0-.26.08zM2.56 7.516 4.27 6.09a.25.25 0 0 0 .08-.261L3.684 3.5H1.525A11.4 11.4 0 0 0 2.56 7.516" clip-rule="evenodd"/><path fill="currentcolor" d="M16 1a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-2.5 2.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>`
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m4.25 2 .123.01a.75.75 0 0 1 .598.534l.821 2.874a1.75 1.75 0 0 1-.563 1.825L3.291 8.857a12.3 12.3 0 0 0 3.85 3.851l1.616-1.937a1.75 1.75 0 0 1 1.825-.563l2.874.821a.75.75 0 0 1 .544.721v3.5a.75.75 0 0 1-.75.75c-2.266 0-4.422-.61-6.309-1.664a13.77 13.77 0 0 1-5.277-5.277A12.9 12.9 0 0 1 0 2.75.75.75 0 0 1 .75 2zm5.92 9.65a.25.25 0 0 0-.26.08l-1.426 1.708c1.25.579 2.605.941 4.016 1.037v-2.16zM1.525 3.5c.096 1.41.458 2.765 1.036 4.015L4.27 6.09a.25.25 0 0 0 .08-.26L3.685 3.5z"/><path fill="currentcolor" d="M10 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.5-2.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2M15 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>`
26
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
27
27
  }, props));
28
28
  OnCallIcon.displayName = 'OnCallIcon';
@@ -1,6 +1,6 @@
1
1
 
2
2
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
- ._2rko1twn{border-radius:var(--ds-border-radius-circle,9999px)}._1bah1h6o{justify-content:center}
3
+ ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
4
4
  ._1bsb1tcg{width:24px}
5
5
  ._1bsb1ylp{width:40px}
6
6
  ._1bsb7vkz{width:1pc}
@@ -42,7 +42,7 @@ var appearanceMap = {
42
42
  };
43
43
  var shapeMap = {
44
44
  square: "_2rko12b0",
45
- circle: "_2rko1twn"
45
+ circle: "_2rko1rr0"
46
46
  };
47
47
  var iconTileStyles = null;
48
48
 
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rko1q5u{border-radius:var(--ds-border-radius-circle,50%)}._1bsb1tcg{width:24px}
2
+ ._2rko1qll{border-radius:var(--ds-radius-full,50%)}._1bsb1tcg{width:24px}
3
3
  ._1bsb7vkz{width:1pc}
4
4
  ._1bsbckbl{width:3pc}
5
5
  ._1bsbzwfg{width:2pc}
@@ -37,7 +37,7 @@ var Skeleton = /*#__PURE__*/(0, _react.memo)(function Skeleton(_ref) {
37
37
  style: {
38
38
  backgroundColor: color
39
39
  },
40
- className: (0, _runtime.ax)(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
40
+ className: (0, _runtime.ax)(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
41
41
  });
42
42
  });
43
43
  var _default = exports.default = Skeleton;
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
12
+ * @codegen <<SignedSource::736757b9fbc08cfe04a0dfd387060116>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -165,34 +165,34 @@ var metadata = {
165
165
  status: 'published'
166
166
  },
167
167
  app: {
168
- keywords: ['app', 'icon', 'add-on', 'add on', 'plugin', 'external app', 'third-party app'],
168
+ keywords: ['app', 'icon', 'plugin', 'external app', 'third-party app', 'add-on', 'add on'],
169
169
  componentName: 'AppIcon',
170
170
  package: '@atlaskit/icon/core/app',
171
171
  oldName: ['addon'],
172
172
  type: 'core',
173
173
  categorization: 'single-purpose',
174
- usage: 'Single purpose - Reserved for marketplace apps and integrations across products.',
174
+ usage: 'Single purpose - Reserved for marketplace apps and integrations across apps.',
175
175
  team: 'Design System Team',
176
176
  status: 'published'
177
177
  },
178
178
  'app-switcher': {
179
- keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
179
+ keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
180
180
  componentName: 'AppSwitcherIcon',
181
181
  package: '@atlaskit/icon/core/app-switcher',
182
182
  oldName: ['app-switcher', 'switcher'],
183
183
  type: 'core',
184
184
  categorization: 'single-purpose',
185
- usage: 'Single purpose - Reserved for app switcher in global product navigation.',
185
+ usage: 'Single purpose - Reserved for app switcher in global app navigation.',
186
186
  team: 'Design System Team',
187
187
  status: 'published'
188
188
  },
189
189
  'app-switcher-legacy': {
190
- keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
190
+ keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
191
191
  componentName: 'AppSwitcherLegacyIcon',
192
192
  package: '@atlaskit/icon/core/app-switcher-legacy',
193
193
  type: 'core',
194
194
  categorization: 'single-purpose',
195
- usage: 'Single purpose - Reserved for the legacy app switcher in global product navigation.',
195
+ usage: 'Single purpose - Reserved for the legacy app switcher in global app navigation.',
196
196
  team: 'Design System Team',
197
197
  status: 'published'
198
198
  },
@@ -318,7 +318,7 @@ var metadata = {
318
318
  package: '@atlaskit/icon/core/atlassian-intelligence',
319
319
  type: 'core',
320
320
  categorization: 'single-purpose',
321
- usage: 'Single purpose - Reserved for Atlassian Intelligence products or experiences.',
321
+ usage: 'Single purpose - Reserved for Atlassian Intelligence apps or experiences.',
322
322
  team: 'Design System Team',
323
323
  status: 'published'
324
324
  },
@@ -1519,7 +1519,7 @@ var metadata = {
1519
1519
  package: '@atlaskit/icon/core/form',
1520
1520
  type: 'core',
1521
1521
  categorization: 'multi-purpose',
1522
- usage: 'Known uses: Represents forms across Atlassian products, including Proforma.',
1522
+ usage: 'Known uses: Represents forms across Atlassian apps, including Proforma.',
1523
1523
  team: 'Design System Team',
1524
1524
  status: 'published'
1525
1525
  },
@@ -2036,7 +2036,7 @@ var metadata = {
2036
2036
  package: '@atlaskit/icon/core/megaphone',
2037
2037
  type: 'core',
2038
2038
  categorization: 'multi-purpose',
2039
- usage: 'Multi purpose - Known uses: feedback in products.',
2039
+ usage: 'Multi purpose - Known uses: feedback in apps.',
2040
2040
  team: 'Design System Team',
2041
2041
  status: 'published'
2042
2042
  },
@@ -2058,7 +2058,7 @@ var metadata = {
2058
2058
  oldName: ['menu-expand', 'menu'],
2059
2059
  type: 'core',
2060
2060
  categorization: 'single-purpose',
2061
- usage: 'Single purpose - Reserved for accessing the menu in global product navigation.',
2061
+ usage: 'Single purpose - Reserved for accessing the menu in global app navigation.',
2062
2062
  team: 'Design System Team',
2063
2063
  status: 'published'
2064
2064
  },
@@ -2152,7 +2152,7 @@ var metadata = {
2152
2152
  oldName: ['notification-direct', 'notification'],
2153
2153
  type: 'core',
2154
2154
  categorization: 'single-purpose',
2155
- usage: 'Single purpose - Reserved for notifications within global product navigation and within product screens.',
2155
+ usage: 'Single purpose - Reserved for notifications within global app navigation and within app screens.',
2156
2156
  team: 'Design System Team',
2157
2157
  status: 'published'
2158
2158
  },
@@ -2194,7 +2194,7 @@ var metadata = {
2194
2194
  oldName: ['hipchat/dial-out'],
2195
2195
  type: 'core',
2196
2196
  categorization: 'single-purpose',
2197
- usage: 'Single purpose - Reserved for representing on-call across Atlassian products.',
2197
+ usage: 'Single purpose - Reserved for representing on-call across Atlassian apps.',
2198
2198
  team: 'Design System Team',
2199
2199
  status: 'published'
2200
2200
  },
@@ -1,6 +1,6 @@
1
1
 
2
2
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
- ._2rko1twn{border-radius:var(--ds-border-radius-circle,9999px)}._1bah1h6o{justify-content:center}
3
+ ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
4
4
  ._1bsb1tcg{width:24px}
5
5
  ._1bsb1ylp{width:40px}
6
6
  ._1bsb7vkz{width:1pc}
@@ -34,7 +34,7 @@ const appearanceMap = {
34
34
  };
35
35
  const shapeMap = {
36
36
  square: "_2rko12b0",
37
- circle: "_2rko1twn"
37
+ circle: "_2rko1rr0"
38
38
  };
39
39
  const iconTileStyles = null;
40
40
 
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rko1q5u{border-radius:var(--ds-border-radius-circle,50%)}._1bsb1tcg{width:24px}
2
+ ._2rko1qll{border-radius:var(--ds-radius-full,50%)}._1bsb1tcg{width:24px}
3
3
  ._1bsb7vkz{width:1pc}
4
4
  ._1bsbckbl{width:3pc}
5
5
  ._1bsbzwfg{width:2pc}
@@ -27,7 +27,7 @@ const Skeleton = /*#__PURE__*/memo(function Skeleton({
27
27
  style: {
28
28
  backgroundColor: color
29
29
  },
30
- className: ax(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
30
+ className: ax(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
31
31
  });
32
32
  });
33
33
  export default Skeleton;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
6
+ * @codegen <<SignedSource::736757b9fbc08cfe04a0dfd387060116>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -159,34 +159,34 @@ const metadata = {
159
159
  status: 'published'
160
160
  },
161
161
  app: {
162
- keywords: ['app', 'icon', 'add-on', 'add on', 'plugin', 'external app', 'third-party app'],
162
+ keywords: ['app', 'icon', 'plugin', 'external app', 'third-party app', 'add-on', 'add on'],
163
163
  componentName: 'AppIcon',
164
164
  package: '@atlaskit/icon/core/app',
165
165
  oldName: ['addon'],
166
166
  type: 'core',
167
167
  categorization: 'single-purpose',
168
- usage: 'Single purpose - Reserved for marketplace apps and integrations across products.',
168
+ usage: 'Single purpose - Reserved for marketplace apps and integrations across apps.',
169
169
  team: 'Design System Team',
170
170
  status: 'published'
171
171
  },
172
172
  'app-switcher': {
173
- keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
173
+ keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
174
174
  componentName: 'AppSwitcherIcon',
175
175
  package: '@atlaskit/icon/core/app-switcher',
176
176
  oldName: ['app-switcher', 'switcher'],
177
177
  type: 'core',
178
178
  categorization: 'single-purpose',
179
- usage: 'Single purpose - Reserved for app switcher in global product navigation.',
179
+ usage: 'Single purpose - Reserved for app switcher in global app navigation.',
180
180
  team: 'Design System Team',
181
181
  status: 'published'
182
182
  },
183
183
  'app-switcher-legacy': {
184
- keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
184
+ keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
185
185
  componentName: 'AppSwitcherLegacyIcon',
186
186
  package: '@atlaskit/icon/core/app-switcher-legacy',
187
187
  type: 'core',
188
188
  categorization: 'single-purpose',
189
- usage: 'Single purpose - Reserved for the legacy app switcher in global product navigation.',
189
+ usage: 'Single purpose - Reserved for the legacy app switcher in global app navigation.',
190
190
  team: 'Design System Team',
191
191
  status: 'published'
192
192
  },
@@ -312,7 +312,7 @@ const metadata = {
312
312
  package: '@atlaskit/icon/core/atlassian-intelligence',
313
313
  type: 'core',
314
314
  categorization: 'single-purpose',
315
- usage: 'Single purpose - Reserved for Atlassian Intelligence products or experiences.',
315
+ usage: 'Single purpose - Reserved for Atlassian Intelligence apps or experiences.',
316
316
  team: 'Design System Team',
317
317
  status: 'published'
318
318
  },
@@ -1513,7 +1513,7 @@ const metadata = {
1513
1513
  package: '@atlaskit/icon/core/form',
1514
1514
  type: 'core',
1515
1515
  categorization: 'multi-purpose',
1516
- usage: 'Known uses: Represents forms across Atlassian products, including Proforma.',
1516
+ usage: 'Known uses: Represents forms across Atlassian apps, including Proforma.',
1517
1517
  team: 'Design System Team',
1518
1518
  status: 'published'
1519
1519
  },
@@ -2030,7 +2030,7 @@ const metadata = {
2030
2030
  package: '@atlaskit/icon/core/megaphone',
2031
2031
  type: 'core',
2032
2032
  categorization: 'multi-purpose',
2033
- usage: 'Multi purpose - Known uses: feedback in products.',
2033
+ usage: 'Multi purpose - Known uses: feedback in apps.',
2034
2034
  team: 'Design System Team',
2035
2035
  status: 'published'
2036
2036
  },
@@ -2052,7 +2052,7 @@ const metadata = {
2052
2052
  oldName: ['menu-expand', 'menu'],
2053
2053
  type: 'core',
2054
2054
  categorization: 'single-purpose',
2055
- usage: 'Single purpose - Reserved for accessing the menu in global product navigation.',
2055
+ usage: 'Single purpose - Reserved for accessing the menu in global app navigation.',
2056
2056
  team: 'Design System Team',
2057
2057
  status: 'published'
2058
2058
  },
@@ -2146,7 +2146,7 @@ const metadata = {
2146
2146
  oldName: ['notification-direct', 'notification'],
2147
2147
  type: 'core',
2148
2148
  categorization: 'single-purpose',
2149
- usage: 'Single purpose - Reserved for notifications within global product navigation and within product screens.',
2149
+ usage: 'Single purpose - Reserved for notifications within global app navigation and within app screens.',
2150
2150
  team: 'Design System Team',
2151
2151
  status: 'published'
2152
2152
  },
@@ -2188,7 +2188,7 @@ const metadata = {
2188
2188
  oldName: ['hipchat/dial-out'],
2189
2189
  type: 'core',
2190
2190
  categorization: 'single-purpose',
2191
- usage: 'Single purpose - Reserved for representing on-call across Atlassian products.',
2191
+ usage: 'Single purpose - Reserved for representing on-call across Atlassian apps.',
2192
2192
  team: 'Design System Team',
2193
2193
  status: 'published'
2194
2194
  },
@@ -1,6 +1,6 @@
1
1
 
2
2
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
- ._2rko1twn{border-radius:var(--ds-border-radius-circle,9999px)}._1bah1h6o{justify-content:center}
3
+ ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
4
4
  ._1bsb1tcg{width:24px}
5
5
  ._1bsb1ylp{width:40px}
6
6
  ._1bsb7vkz{width:1pc}
@@ -34,7 +34,7 @@ var appearanceMap = {
34
34
  };
35
35
  var shapeMap = {
36
36
  square: "_2rko12b0",
37
- circle: "_2rko1twn"
37
+ circle: "_2rko1rr0"
38
38
  };
39
39
  var iconTileStyles = null;
40
40
 
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rko1q5u{border-radius:var(--ds-border-radius-circle,50%)}._1bsb1tcg{width:24px}
2
+ ._2rko1qll{border-radius:var(--ds-radius-full,50%)}._1bsb1tcg{width:24px}
3
3
  ._1bsb7vkz{width:1pc}
4
4
  ._1bsbckbl{width:3pc}
5
5
  ._1bsbzwfg{width:2pc}
@@ -29,7 +29,7 @@ var Skeleton = /*#__PURE__*/memo(function Skeleton(_ref) {
29
29
  style: {
30
30
  backgroundColor: color
31
31
  },
32
- className: ax(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
32
+ className: ax(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
33
33
  });
34
34
  });
35
35
  export default Skeleton;
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
6
+ * @codegen <<SignedSource::736757b9fbc08cfe04a0dfd387060116>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -159,34 +159,34 @@ var metadata = {
159
159
  status: 'published'
160
160
  },
161
161
  app: {
162
- keywords: ['app', 'icon', 'add-on', 'add on', 'plugin', 'external app', 'third-party app'],
162
+ keywords: ['app', 'icon', 'plugin', 'external app', 'third-party app', 'add-on', 'add on'],
163
163
  componentName: 'AppIcon',
164
164
  package: '@atlaskit/icon/core/app',
165
165
  oldName: ['addon'],
166
166
  type: 'core',
167
167
  categorization: 'single-purpose',
168
- usage: 'Single purpose - Reserved for marketplace apps and integrations across products.',
168
+ usage: 'Single purpose - Reserved for marketplace apps and integrations across apps.',
169
169
  team: 'Design System Team',
170
170
  status: 'published'
171
171
  },
172
172
  'app-switcher': {
173
- keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
173
+ keywords: ['app-switcher', 'appswitcher', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
174
174
  componentName: 'AppSwitcherIcon',
175
175
  package: '@atlaskit/icon/core/app-switcher',
176
176
  oldName: ['app-switcher', 'switcher'],
177
177
  type: 'core',
178
178
  categorization: 'single-purpose',
179
- usage: 'Single purpose - Reserved for app switcher in global product navigation.',
179
+ usage: 'Single purpose - Reserved for app switcher in global app navigation.',
180
180
  team: 'Design System Team',
181
181
  status: 'published'
182
182
  },
183
183
  'app-switcher-legacy': {
184
- keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change product', 'switch product', 'product switcher'],
184
+ keywords: ['app-switcher-legacy', 'appswitcherlegacy', 'icon', 'application switcher', 'change app', 'switch app', 'app switcher'],
185
185
  componentName: 'AppSwitcherLegacyIcon',
186
186
  package: '@atlaskit/icon/core/app-switcher-legacy',
187
187
  type: 'core',
188
188
  categorization: 'single-purpose',
189
- usage: 'Single purpose - Reserved for the legacy app switcher in global product navigation.',
189
+ usage: 'Single purpose - Reserved for the legacy app switcher in global app navigation.',
190
190
  team: 'Design System Team',
191
191
  status: 'published'
192
192
  },
@@ -312,7 +312,7 @@ var metadata = {
312
312
  package: '@atlaskit/icon/core/atlassian-intelligence',
313
313
  type: 'core',
314
314
  categorization: 'single-purpose',
315
- usage: 'Single purpose - Reserved for Atlassian Intelligence products or experiences.',
315
+ usage: 'Single purpose - Reserved for Atlassian Intelligence apps or experiences.',
316
316
  team: 'Design System Team',
317
317
  status: 'published'
318
318
  },
@@ -1513,7 +1513,7 @@ var metadata = {
1513
1513
  package: '@atlaskit/icon/core/form',
1514
1514
  type: 'core',
1515
1515
  categorization: 'multi-purpose',
1516
- usage: 'Known uses: Represents forms across Atlassian products, including Proforma.',
1516
+ usage: 'Known uses: Represents forms across Atlassian apps, including Proforma.',
1517
1517
  team: 'Design System Team',
1518
1518
  status: 'published'
1519
1519
  },
@@ -2030,7 +2030,7 @@ var metadata = {
2030
2030
  package: '@atlaskit/icon/core/megaphone',
2031
2031
  type: 'core',
2032
2032
  categorization: 'multi-purpose',
2033
- usage: 'Multi purpose - Known uses: feedback in products.',
2033
+ usage: 'Multi purpose - Known uses: feedback in apps.',
2034
2034
  team: 'Design System Team',
2035
2035
  status: 'published'
2036
2036
  },
@@ -2052,7 +2052,7 @@ var metadata = {
2052
2052
  oldName: ['menu-expand', 'menu'],
2053
2053
  type: 'core',
2054
2054
  categorization: 'single-purpose',
2055
- usage: 'Single purpose - Reserved for accessing the menu in global product navigation.',
2055
+ usage: 'Single purpose - Reserved for accessing the menu in global app navigation.',
2056
2056
  team: 'Design System Team',
2057
2057
  status: 'published'
2058
2058
  },
@@ -2146,7 +2146,7 @@ var metadata = {
2146
2146
  oldName: ['notification-direct', 'notification'],
2147
2147
  type: 'core',
2148
2148
  categorization: 'single-purpose',
2149
- usage: 'Single purpose - Reserved for notifications within global product navigation and within product screens.',
2149
+ usage: 'Single purpose - Reserved for notifications within global app navigation and within app screens.',
2150
2150
  team: 'Design System Team',
2151
2151
  status: 'published'
2152
2152
  },
@@ -2188,7 +2188,7 @@ var metadata = {
2188
2188
  oldName: ['hipchat/dial-out'],
2189
2189
  type: 'core',
2190
2190
  categorization: 'single-purpose',
2191
- usage: 'Single purpose - Reserved for representing on-call across Atlassian products.',
2191
+ usage: 'Single purpose - Reserved for representing on-call across Atlassian apps.',
2192
2192
  team: 'Design System Team',
2193
2193
  status: 'published'
2194
2194
  },
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
6
+ * @codegen <<SignedSource::736757b9fbc08cfe04a0dfd387060116>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
6
+ * @codegen <<SignedSource::736757b9fbc08cfe04a0dfd387060116>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "28.1.1",
3
+ "version": "28.2.0",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@atlaskit/platform-feature-flags": "^1.1.0",
99
- "@atlaskit/tokens": "^6.1.0",
99
+ "@atlaskit/tokens": "^6.3.0",
100
100
  "@babel/register": "^7.25.9",
101
101
  "@babel/runtime": "^7.0.0",
102
102
  "@compiled/react": "^0.18.3"
@@ -111,21 +111,21 @@
111
111
  "@af/visual-regression": "workspace:^",
112
112
  "@atlaskit/button": "^23.4.0",
113
113
  "@atlaskit/code": "^17.2.0",
114
- "@atlaskit/css": "^0.12.0",
115
- "@atlaskit/docs": "^11.0.0",
114
+ "@atlaskit/css": "^0.14.0",
115
+ "@atlaskit/docs": "^11.1.0",
116
116
  "@atlaskit/ds-lib": "^5.0.0",
117
- "@atlaskit/form": "^12.4.0",
117
+ "@atlaskit/form": "^12.6.0",
118
118
  "@atlaskit/heading": "^5.2.0",
119
119
  "@atlaskit/icon-file-type": "^7.0.0",
120
120
  "@atlaskit/icon-object": "^7.2.0",
121
121
  "@atlaskit/link": "^3.2.0",
122
122
  "@atlaskit/logo": "^19.7.0",
123
- "@atlaskit/menu": "^8.3.0",
123
+ "@atlaskit/menu": "^8.4.0",
124
124
  "@atlaskit/modal-dialog": "^14.3.0",
125
- "@atlaskit/primitives": "^14.12.0",
126
- "@atlaskit/section-message": "^8.6.0",
125
+ "@atlaskit/primitives": "^14.14.0",
126
+ "@atlaskit/section-message": "^8.7.0",
127
127
  "@atlaskit/textfield": "^8.0.0",
128
- "@atlaskit/theme": "^20.0.0",
128
+ "@atlaskit/theme": "^21.0.0",
129
129
  "@atlaskit/toggle": "^15.1.0",
130
130
  "@atlaskit/tooltip": "^20.4.0",
131
131
  "@atlassian/ssr-tests": "^0.3.0",
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 1.75A.75.75 0 0 1 1.75 1h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 4.25zm5 0A.75.75 0 0 1 6.75 1h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 4.25zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm-10 5A.75.75 0 0 1 1.75 6h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 9.25zm5 0A.75.75 0 0 1 6.75 6h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 9.25zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm-10 5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75zm5 0a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.25 11a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm-10-5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 9.25v-2.5A.75.75 0 0 1 1.75 6zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 9.25v-2.5A.75.75 0 0 1 6.75 6zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm-10-5a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 1 4.25v-2.5A.75.75 0 0 1 1.75 1zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5A.75.75 0 0 1 6 4.25v-2.5A.75.75 0 0 1 6.75 1zm5 0a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM9 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM1 11a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zm6 .5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.5 11a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm8 0a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm-8-8a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm8 0a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zM7 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm8 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zM7 5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm8 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/></svg>
package/svgs/core/app.svg CHANGED
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8.257 1.779a.5.5 0 0 0-.514 0l-5 3a.5.5 0 0 0-.243.429v5.584a.5.5 0 0 0 .243.429l5 3a.5.5 0 0 0 .514 0l5-3a.5.5 0 0 0 .243-.429V5.208a.5.5 0 0 0-.243-.429zM6.971.493a2 2 0 0 1 2.058 0l5 3A2 2 0 0 1 15 5.208v5.584a2 2 0 0 1-.971 1.715l-5 3a2 2 0 0 1-2.058 0l-5-3A2 2 0 0 1 1 10.792V5.208a2 2 0 0 1 .971-1.715zM8 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M5 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 5.208a.5.5 0 0 0-.243-.429l-5-3a.5.5 0 0 0-.514 0l-5 3a.5.5 0 0 0-.243.43v5.583a.5.5 0 0 0 .243.429l5 3a.5.5 0 0 0 .514 0l5-3a.5.5 0 0 0 .243-.429zm1.5 5.584a2 2 0 0 1-.97 1.715l-5 3a2 2 0 0 1-2.06 0l-5-3A2 2 0 0 1 1 10.792V5.208a2 2 0 0 1 .97-1.715l5-3a2 2 0 0 1 2.06 0l5 3A2 2 0 0 1 15 5.208z"/><path fill="currentcolor" d="M9.5 8a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM9 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM1 11a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zm8.25.75V9h1.5v2.25H15v1.5h-2.25V15h-1.5v-2.25H9v-1.5z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.5 11a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm7.25-2v2.25H15v1.5h-2.25V15h-1.5v-2.25H9v-1.5h2.25V9zM5.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm8 0a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zM7 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm0-8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2zm8 0a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7.25 4V1h1.5v3zM5.47 6.53l-4-4 1.06-1.06 4 4zm4-1.06 4-4 1.06 1.06-4 4zM1 7.25h3v1.5H1zm11 0h3v1.5h-3zM1.47 13.47l4-4 1.06 1.06-4 4zm12 1.06-4-4 1.06-1.06 4 4zM7.25 15v-3h1.5v3z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8.75 12v3h-1.5v-3zm-2.22-1.47-4 4-1.06-1.06 4-4zm8 2.94-1.06 1.06-4-4 1.06-1.06zM4 7.25v1.5H1v-1.5zm11 0v1.5h-3v-1.5zM6.53 5.47 5.47 6.53l-4-4 1.06-1.06zm8-2.94-4 4-1.06-1.06 4-4zM8.75 1v3h-1.5V1z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_53402_2880" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" d="M5.106 0C5.04.239 5 .49 5 .75v7.5a2.75 2.75 0 0 0 3.462 2.656l7.246-1.941q.15-.04.292-.098V16H0V0zm5.672 4.59-.278.076v-.29q.143.102.278.215M16 2.17A10.3 10.3 0 0 0 13.831 0H16z"/></mask><g mask="url(#mask0_53402_2880)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8a6.25 6.25 0 1 0 12.5 0 6.25 6.25 0 0 0-12.5 0Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 8.25V.75c3.47 0 6.39 2.357 7.246 5.558z"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_55124_7686" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" d="M5.106 0C5.04.239 5 .49 5 .75v7.5a2.75 2.75 0 0 0 3.462 2.656l7.246-1.941q.15-.04.292-.098V16H0V0zm5.672 4.59-.278.076v-.29q.143.102.278.215M16 2.17A10.3 10.3 0 0 0 13.831 0H16z"/></mask><g mask="url(#mask0_55124_7686)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8a6.25 6.25 0 1 0 12.5 0 6.25 6.25 0 0 0-12.5 0Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 8.25V.75c3.47 0 6.39 2.357 7.246 5.558z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7 1.5H1V0h6zM1 3.875c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375v1.75C15 6.385 14.384 7 13.625 7H2.375C1.615 7 1 6.384 1 5.625zM2.5 4v1.5h11V4zM7 10.5H1V9h6zm-6 2.375c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375v1.75c0 .76-.616 1.375-1.375 1.375H2.375C1.615 16 1 15.384 1 14.625zM2.5 13v1.5h11V13z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M2.5 14.5h11V13h-11zM7 9v1.5H1V9zM2.5 5.5h11V4h-11zM7 0v1.5H1V0zm8 14.625c0 .76-.616 1.375-1.375 1.375H2.375C1.615 16 1 15.384 1 14.625v-1.75c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375zm0-9C15 6.385 14.384 7 13.625 7H2.375C1.615 7 1 6.384 1 5.625v-1.75c0-.76.616-1.375 1.375-1.375h11.25c.76 0 1.375.616 1.375 1.375z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M13.5 3.096a.5.5 0 0 0-.686-.464L7.5 4.758v4.734l5.314 2.126a.5.5 0 0 0 .686-.464zm-6 8.012 4.757 1.903A2 2 0 0 0 15 11.154V3.096a2 2 0 0 0-2.743-1.857L6.606 3.5H3a2 2 0 0 0-2 2v3.25a2 2 0 0 0 2 2h.5V13a2 2 0 0 0 2 2h1.25a.75.75 0 0 0 .75-.75zM6 9.25H3a.5.5 0 0 1-.5-.5V5.5A.5.5 0 0 1 3 5h3zm0 1.5v2.75h-.5A.5.5 0 0 1 5 13v-2.25z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3.096a.5.5 0 0 0-.685-.465L7.5 4.756v4.736l5.315 2.126a.5.5 0 0 0 .685-.465zM5 13a.5.5 0 0 0 .5.5H6v-2.75H5zM2.5 8.75a.5.5 0 0 0 .5.5h3V5H3a.5.5 0 0 0-.5.5zM15 11.152a2 2 0 0 1-2.743 1.857L7.5 11.107v3.143a.75.75 0 0 1-.75.75H5.5a2 2 0 0 1-2-2v-2.25H3a2 2 0 0 1-2-2V5.5a2 2 0 0 1 2-2h3.605l5.652-2.261A2 2 0 0 1 15 3.096z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm0 5.25H1v-1.5h14zM15 14H1v-1.5h14z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M15 12.5V14H1v-1.5zm0-5.25v1.5H1v-1.5zM15 2v1.5H1V2z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M3 5a5 5 0 0 1 10 0v3.535l1.788 2.861a1.375 1.375 0 0 1-1.166 2.104h-2.459a3.251 3.251 0 0 1-6.326 0h-2.46a1.375 1.375 0 0 1-1.165-2.104L3 8.535zm3.418 8.5a1.75 1.75 0 0 0 3.164 0zM8 1.5A3.5 3.5 0 0 0 4.5 5v3.636c0 .215-.06.426-.175.608L2.603 12h10.794l-1.723-2.756a1.15 1.15 0 0 1-.174-.608V5A3.5 3.5 0 0 0 8 1.5" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6.42 13.5a1.748 1.748 0 0 0 3.16 0zM4.5 8.636c0 .215-.06.426-.175.608L2.603 12h10.795l-1.723-2.756a1.15 1.15 0 0 1-.175-.608V5a3.5 3.5 0 0 0-7 0zm8.5-.1 1.788 2.86a1.375 1.375 0 0 1-1.166 2.104h-2.46a3.25 3.25 0 0 1-6.324 0h-2.46a1.375 1.375 0 0 1-1.166-2.104L3 8.537V5a5 5 0 0 1 10 0z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M0 2.75A.75.75 0 0 1 .75 2h3.5a.75.75 0 0 1 .721.544l.821 2.874a1.75 1.75 0 0 1-.562 1.825L3.29 8.86a12.3 12.3 0 0 0 3.85 3.85l1.617-1.94a1.75 1.75 0 0 1 1.825-.562l2.874.82a.75.75 0 0 1 .544.722v3.5a.75.75 0 0 1-.75.75c-2.266 0-4.422-.61-6.309-1.664a13.77 13.77 0 0 1-5.277-5.277A12.9 12.9 0 0 1 0 2.75m8.484 10.69c1.25.578 2.606.94 4.016 1.035v-2.16l-2.33-.665a.25.25 0 0 0-.26.08zM2.56 7.516 4.27 6.09a.25.25 0 0 0 .08-.261L3.684 3.5H1.525A11.4 11.4 0 0 0 2.56 7.516" clip-rule="evenodd"/><path fill="currentcolor" d="M16 1a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-2.5 2.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m4.25 2 .123.01a.75.75 0 0 1 .598.534l.821 2.874a1.75 1.75 0 0 1-.563 1.825L3.291 8.857a12.3 12.3 0 0 0 3.85 3.851l1.616-1.937a1.75 1.75 0 0 1 1.825-.563l2.874.821a.75.75 0 0 1 .544.721v3.5a.75.75 0 0 1-.75.75c-2.266 0-4.422-.61-6.309-1.664a13.77 13.77 0 0 1-5.277-5.277A12.9 12.9 0 0 1 0 2.75.75.75 0 0 1 .75 2zm5.92 9.65a.25.25 0 0 0-.26.08l-1.426 1.708c1.25.579 2.605.941 4.016 1.037v-2.16zM1.525 3.5c.096 1.41.458 2.765 1.036 4.015L4.27 6.09a.25.25 0 0 0 .08-.26L3.685 3.5z"/><path fill="currentcolor" d="M10 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.5-2.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2M15 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/></svg>