@atlaskit/icon 27.0.0 → 27.1.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 (107) hide show
  1. package/CHANGELOG.md +81 -0
  2. package/core/capture.d.ts +4 -1
  3. package/core/capture.js +3 -3
  4. package/core/cash.js +2 -2
  5. package/core/close.d.ts +4 -1
  6. package/core/close.js +3 -3
  7. package/core/cross.d.ts +13 -0
  8. package/core/cross.js +28 -0
  9. package/core/discovery.d.ts +4 -1
  10. package/core/discovery.js +3 -2
  11. package/core/error.d.ts +4 -1
  12. package/core/error.js +3 -2
  13. package/core/flask.js +2 -2
  14. package/core/focus-area.d.ts +13 -0
  15. package/core/focus-area.js +28 -0
  16. package/core/information.d.ts +4 -1
  17. package/core/information.js +4 -2
  18. package/core/lightbulb.js +2 -2
  19. package/core/magic-wand.js +2 -2
  20. package/core/migration/capture--jira-capture.js +3 -3
  21. package/core/migration/close--cross.js +3 -3
  22. package/core/migration/close--editor-close.js +3 -3
  23. package/core/migration/discovery--editor-note.js +3 -2
  24. package/core/migration/error.js +3 -2
  25. package/core/migration/information--editor-info.js +4 -2
  26. package/core/migration/information--editor-panel.js +4 -2
  27. package/core/migration/information--info.js +4 -2
  28. package/core/migration/success--check-circle.js +2 -2
  29. package/core/migration/success--editor-success.js +2 -2
  30. package/core/migration/warning--editor-warning.js +3 -2
  31. package/core/migration/warning.js +3 -2
  32. package/core/paint-palette.js +2 -2
  33. package/core/pen.js +2 -2
  34. package/core/status-discovery.d.ts +13 -0
  35. package/core/status-discovery.js +29 -0
  36. package/core/status-error.d.ts +13 -0
  37. package/core/status-error.js +29 -0
  38. package/core/status-information.d.ts +13 -0
  39. package/core/status-information.js +30 -0
  40. package/core/status-success.d.ts +13 -0
  41. package/core/status-success.js +28 -0
  42. package/core/status-verified.js +3 -2
  43. package/core/status-warning.d.ts +13 -0
  44. package/core/status-warning.js +29 -0
  45. package/core/success.d.ts +4 -1
  46. package/core/success.js +2 -2
  47. package/core/warning.d.ts +4 -1
  48. package/core/warning.js +3 -2
  49. package/dist/cjs/deprecated-utility.js +134 -4
  50. package/dist/cjs/metadata-core.js +131 -26
  51. package/dist/cjs/metadata-utility.js +170 -30
  52. package/dist/es2019/deprecated-utility.js +134 -4
  53. package/dist/es2019/metadata-core.js +131 -26
  54. package/dist/es2019/metadata-utility.js +170 -30
  55. package/dist/esm/deprecated-utility.js +134 -4
  56. package/dist/esm/metadata-core.js +131 -26
  57. package/dist/esm/metadata-utility.js +170 -30
  58. package/dist/types/deprecated-utility.d.ts +1 -1
  59. package/dist/types/metadata-core.d.ts +1 -1
  60. package/dist/types/metadata-utility.d.ts +1 -1
  61. package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
  62. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  63. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  64. package/package.json +4 -4
  65. package/svgs/core/cash.svg +1 -1
  66. package/svgs/core/cross.svg +1 -0
  67. package/svgs/core/flask.svg +1 -1
  68. package/svgs/core/focus-area.svg +1 -0
  69. package/svgs/core/lightbulb.svg +1 -1
  70. package/svgs/core/magic-wand.svg +1 -1
  71. package/svgs/core/paint-palette.svg +1 -1
  72. package/svgs/core/pen.svg +1 -1
  73. package/svgs/core/status-discovery.svg +1 -0
  74. package/svgs/core/status-error.svg +1 -0
  75. package/svgs/core/status-information.svg +1 -0
  76. package/svgs/core/status-success.svg +1 -0
  77. package/svgs/core/status-verified.svg +1 -1
  78. package/svgs/core/status-warning.svg +1 -0
  79. package/utility/add.d.ts +4 -1
  80. package/utility/arrow-down.d.ts +4 -1
  81. package/utility/arrow-left.d.ts +4 -1
  82. package/utility/arrow-right.d.ts +4 -1
  83. package/utility/arrow-up.d.ts +4 -1
  84. package/utility/check-circle.d.ts +4 -1
  85. package/utility/check-mark.d.ts +4 -1
  86. package/utility/chevron-double-left.d.ts +4 -1
  87. package/utility/chevron-double-right.d.ts +4 -1
  88. package/utility/chevron-down.d.ts +4 -1
  89. package/utility/chevron-left.d.ts +4 -1
  90. package/utility/chevron-right.d.ts +4 -1
  91. package/utility/chevron-up.d.ts +4 -1
  92. package/utility/cross-circle.d.ts +4 -1
  93. package/utility/cross.d.ts +4 -1
  94. package/utility/drag-handle-horizontal.d.ts +4 -1
  95. package/utility/drag-handle-vertical.d.ts +4 -1
  96. package/utility/drag-handle.d.ts +2 -2
  97. package/utility/error.d.ts +4 -1
  98. package/utility/information.d.ts +4 -1
  99. package/utility/link-external.d.ts +4 -1
  100. package/utility/lock-locked.d.ts +4 -1
  101. package/utility/lock-unlocked.d.ts +4 -1
  102. package/utility/show-more-horizontal.d.ts +4 -1
  103. package/utility/show-more-vertical.d.ts +4 -1
  104. package/utility/star-starred.d.ts +4 -1
  105. package/utility/star-unstarred.d.ts +4 -1
  106. package/utility/success.d.ts +4 -1
  107. package/utility/warning.d.ts +4 -1
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M9.15.444a1.713 1.713 0 0 0-2.3 0L5.7 1.486a.2.2 0 0 1-.15.055L4 1.481a1.713 1.713 0 0 0-1.763 1.48l-.21 1.536a.2.2 0 0 1-.08.139l-1.225.95c-.697.54-.87 1.52-.4 2.266l.827 1.312c.03.047.04.104.027.159l-.328 1.515A1.713 1.713 0 0 0 2 12.831l1.477.474a.2.2 0 0 1 .123.103l.723 1.372c.41.78 1.346 1.12 2.162.787l1.436-.586a.2.2 0 0 1 .16 0l1.436.586a1.713 1.713 0 0 0 2.162-.787l.723-1.372a.2.2 0 0 1 .123-.103l1.477-.474a1.713 1.713 0 0 0 1.15-1.993l-.328-1.515a.2.2 0 0 1 .028-.159l.827-1.312a1.71 1.71 0 0 0-.4-2.266l-1.225-.95a.2.2 0 0 1-.08-.14l-.21-1.536A1.713 1.713 0 0 0 12 1.481l-1.55.06a.2.2 0 0 1-.15-.055zm3.176 5.036-1.152-.96L6.75 9.828 4.826 7.52l-1.152.96 2.5 3a.75.75 0 0 0 1.152 0z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.85.444a1.713 1.713 0 0 1 2.301 0L10.3 1.486a.2.2 0 0 0 .15.055L12 1.48a1.71 1.71 0 0 1 1.762 1.479l.21 1.537a.2.2 0 0 0 .081.139l1.226.95c.696.54.87 1.52.4 2.266l-.828 1.312a.2.2 0 0 0-.027.158l.328 1.516a1.713 1.713 0 0 1-1.151 1.993l-1.477.474a.2.2 0 0 0-.123.103l-.723 1.372a1.713 1.713 0 0 1-2.162.787l-1.435-.587a.2.2 0 0 0-.161 0l-1.436.587a1.713 1.713 0 0 1-2.162-.787l-.723-1.372a.22.22 0 0 0-.124-.103L2 12.83a1.713 1.713 0 0 1-1.15-1.993l.327-1.516a.2.2 0 0 0-.027-.158L.322 7.852a1.713 1.713 0 0 1 .4-2.266l1.225-.95a.2.2 0 0 0 .081-.14l.21-1.536a1.71 1.71 0 0 1 1.763-1.48l1.55.06a.2.2 0 0 0 .15-.055zm-.1 9.384L4.826 7.519l-1.152.961 2.5 3a.75.75 0 0 0 1.152 0l5-6-1.152-.96z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.242 1.168c.756-1.395 2.76-1.395 3.516 0l5.9 10.878c.723 1.333-.242 2.953-1.758 2.953H2.1C.584 15-.38 13.38.342 12.046zM8 10.75a1 1 0 1 0 0 2.001 1 1 0 0 0 0-2M7.25 4.5v5h1.5v-5z" clip-rule="evenodd"/></svg>
package/utility/add.d.ts CHANGED
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::86fdd53d985ea54359b5862beaad2093>>
3
+ * @codegen <<SignedSource::5f9bb8d937c7c2c916cdd93fe2d14061>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "add" is deprecated in favour of "add" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const AddIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9144a806d9a657914f82671d07931203>>
3
+ * @codegen <<SignedSource::15aeae7192ec14725bf1f1546805b358>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "arrow-down" is deprecated in favour of "arrow-down" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ArrowDownIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::84e264fd2d6930df90e9f6b6bc3e11d8>>
3
+ * @codegen <<SignedSource::a6ec8ea7c73da8898f1d56799ac2d622>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "arrow-left" is deprecated in favour of "arrow-left" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ArrowLeftIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e73c06492c19415efb770ec04b4aa42f>>
3
+ * @codegen <<SignedSource::072143922f79d1a076518c6c424ef879>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "arrow-right" is deprecated in favour of "arrow-right" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ArrowRightIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b91c23578ba2cfe33ff8cd4d5abf7230>>
3
+ * @codegen <<SignedSource::af50cec93c689b0a6f598d7ee3c89839>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "arrow-up" is deprecated in favour of "arrow-up" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ArrowUpIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::155b170520a56ab2461a8350357b0bc2>>
3
+ * @codegen <<SignedSource::0e4c5e81de088c17dd305eea4700a5a5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "check-circle" is deprecated in favour of "check-circle" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CheckCircleIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::99d458ffbaf2ee4bbccfae18a706ea96>>
3
+ * @codegen <<SignedSource::7b0cbf21a79179d387e2de36bf3268d2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "check-mark" is deprecated in favour of "check-mark" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CheckMarkIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::cd2bf7d5a31188b5a45c7b3c317c5e71>>
3
+ * @codegen <<SignedSource::bfa7266d915b14d27d5b4183913857eb>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "chevron-double-left" is deprecated in favour of "chevron-double-left" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChevronDoubleLeftIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::423c103f2797f4ec3f90d2c7d9be24ae>>
3
+ * @codegen <<SignedSource::251a43e0fd234636811c83ed20005626>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "chevron-double-right" is deprecated in favour of "chevron-double-right" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChevronDoubleRightIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b500075983c6641ac3837466163a11ea>>
3
+ * @codegen <<SignedSource::d1c8d225047d6b95b14ac03b3867d760>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "chevron-down" is deprecated in favour of "chevron-down" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChevronDownIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b9182cd1555659558cd715f6b6462be1>>
3
+ * @codegen <<SignedSource::bbe6e9f713e76cd01bf7b78d633c3001>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "chevron-left" is deprecated in favour of "chevron-left" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChevronLeftIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9bbd1c92cba4c699061047f015d7daff>>
3
+ * @codegen <<SignedSource::35b1f76013a1a18243008e8b2289450e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "chevron-right" is deprecated in favour of "chevron-right" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChevronRightIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9fe22a08d293c911705c82c12ce0dff7>>
3
+ * @codegen <<SignedSource::607a1de6f3451b6bf129949f4a2b0fba>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "chevron-up" is deprecated in favour of "chevron-up" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChevronUpIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d00dd769d60d291327676204083137d1>>
3
+ * @codegen <<SignedSource::7c584874ac5aabe9a2f027de21e7d3e5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "cross-circle" is deprecated in favour of "cross-circle" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CrossCircleIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0745f6b98b6029e5201f98a72b972bde>>
3
+ * @codegen <<SignedSource::5644aeef0d8ead6c5dbef7e66283148c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "cross" is deprecated in favour of "cross" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CrossIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::207c34ce1c830137342bd2bda8211fdb>>
3
+ * @codegen <<SignedSource::c6e06e4c2a436a2d2b97de5646ad5c07>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "drag-handle-horizontal" is deprecated in favour of "drag-handle-horizontal" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DragHandleHorizontalIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e7cd56570cfd773f0727ff7d8664babe>>
3
+ * @codegen <<SignedSource::1094089490149adec6a818ad04a17c2e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "drag-handle-vertical" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DragHandleVerticalIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5c57eb6f9a340d8e7750b90915242067>>
3
+ * @codegen <<SignedSource::215644bbc3469027a35a1baf73040da3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
9
  /**
10
- * @deprecated The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/utility
10
+ * @deprecated The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core
11
11
  */
12
12
  declare const DragHandleIcon: {
13
13
  (props: NewUtilityIconProps): JSX.Element;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f6c1d63ae4640c77ce8c0bb5ef956d19>>
3
+ * @codegen <<SignedSource::343b69244ba0fadf58c486fddf0fb51f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ErrorIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8dea0ad80a71419bb60f89d8891d305d>>
3
+ * @codegen <<SignedSource::f5c050b558156b100dddbae7dd50f8cd>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const InformationIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c55cdb0eddd7fcb83baec9f4d87d93e9>>
3
+ * @codegen <<SignedSource::17f520f3fc9f73e1ed4b5780ca8c4220>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "link-external" is deprecated in favour of "link-external" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const LinkExternalIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5a76a07eefb3154e295d2e6a40c0b436>>
3
+ * @codegen <<SignedSource::6303341cc00b32a32b035379c5f3420c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "lock-locked" is deprecated in favour of "lock-locked" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const LockLockedIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::459fb1a272d6ebf3a104e6ba22a4e571>>
3
+ * @codegen <<SignedSource::83c3dd2faff9840b062ba907231ef1fe>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "lock-unlocked" is deprecated in favour of "lock-unlocked" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const LockUnlockedIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6973e1883161bcc1f2c20a4b4d6f994f>>
3
+ * @codegen <<SignedSource::a7b1f1232396c9becd8ca6eebc0331c9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "show-more-horizontal" is deprecated in favour of "show-more-horizontal" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ShowMoreHorizontalIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9ae3cca57978fdf4ac7424487fcb5b9f>>
3
+ * @codegen <<SignedSource::b869ff244bf102fe2401a5872f26d489>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "show-more-vertical" is deprecated in favour of "show-more-vertical" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ShowMoreVerticalIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a0388ad5876254db07514c4d1eded272>>
3
+ * @codegen <<SignedSource::1207fb4886670a5cdb695715aec99828>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "star-starred" is deprecated in favour of "star-starred" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const StarStarredIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::41bd6262728240b669873499e1c0530e>>
3
+ * @codegen <<SignedSource::3b9b93357a2726b1227074204884636f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "star-unstarred" is deprecated in favour of "star-unstarred" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const StarUnstarredIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::ac6e9bfd20c1b0caf6ef0786e2299eec>>
3
+ * @codegen <<SignedSource::14efba5204a94e7123e7674d58eb6821>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const SuccessIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::72575748f7efd32ee711a75569e5d3c9>>
3
+ * @codegen <<SignedSource::cdbec53592a7ff8045fe726ceb687f25>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const WarningIcon: {
10
13
  (props: NewUtilityIconProps): JSX.Element;
11
14
  displayName: string;