@atlaskit/icon 27.9.2 → 27.11.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 (58) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/core/basketball.js +2 -2
  3. package/core/chart-bar.js +2 -2
  4. package/core/chart-matrix.d.ts +4 -1
  5. package/core/chart-pie.js +2 -2
  6. package/core/chart-trend.d.ts +4 -1
  7. package/core/check-circle-unchecked.d.ts +13 -0
  8. package/core/check-circle-unchecked.js +28 -0
  9. package/core/check-mark.js +2 -2
  10. package/core/edit.js +2 -2
  11. package/core/glasses.js +2 -2
  12. package/core/headphones.js +2 -2
  13. package/core/home.js +2 -2
  14. package/core/migration/spreadsheet--media-services-spreadsheet.js +2 -2
  15. package/core/paint-bucket.js +2 -2
  16. package/core/presenter-mode.js +2 -2
  17. package/core/priority-critical.js +2 -2
  18. package/core/priority-high.js +2 -2
  19. package/core/priority-highest.js +2 -2
  20. package/core/priority-major.js +2 -2
  21. package/core/redo.js +2 -2
  22. package/core/shield-strikethrough.js +2 -2
  23. package/core/snippet.js +2 -2
  24. package/core/spreadsheet.d.ts +4 -1
  25. package/core/spreadsheet.js +2 -2
  26. package/core/thumbs-down.js +2 -2
  27. package/core/whiteboard.js +2 -2
  28. package/dist/cjs/deprecated-core.js +10 -1
  29. package/dist/cjs/metadata-core.js +38 -8
  30. package/dist/es2019/deprecated-core.js +10 -1
  31. package/dist/es2019/metadata-core.js +38 -8
  32. package/dist/esm/deprecated-core.js +10 -1
  33. package/dist/esm/metadata-core.js +38 -8
  34. package/dist/types/deprecated-core.d.ts +1 -1
  35. package/dist/types/metadata-core.d.ts +1 -1
  36. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  37. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  38. package/package.json +1 -1
  39. package/svgs/core/basketball.svg +1 -1
  40. package/svgs/core/chart-bar.svg +1 -1
  41. package/svgs/core/chart-pie.svg +1 -1
  42. package/svgs/core/check-circle-unchecked.svg +1 -0
  43. package/svgs/core/check-mark.svg +1 -1
  44. package/svgs/core/edit.svg +1 -1
  45. package/svgs/core/glasses.svg +1 -1
  46. package/svgs/core/headphones.svg +1 -1
  47. package/svgs/core/home.svg +1 -1
  48. package/svgs/core/paint-bucket.svg +1 -1
  49. package/svgs/core/presenter-mode.svg +1 -1
  50. package/svgs/core/priority-critical.svg +1 -1
  51. package/svgs/core/priority-high.svg +1 -1
  52. package/svgs/core/priority-highest.svg +1 -1
  53. package/svgs/core/priority-major.svg +1 -1
  54. package/svgs/core/redo.svg +1 -1
  55. package/svgs/core/shield-strikethrough.svg +1 -1
  56. package/svgs/core/snippet.svg +1 -1
  57. package/svgs/core/thumbs-down.svg +1 -1
  58. package/svgs/core/whiteboard.svg +1 -1
@@ -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::d540d86d4539a6bb75ca94a78337a5ec>>
12
+ * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -34,7 +34,12 @@ var metadata = {
34
34
  categorization: 'single-purpose',
35
35
  usage: 'Single purpose - Reserved for creating and adding an object.',
36
36
  team: 'Design System Team',
37
- status: 'published'
37
+ replacement: {
38
+ name: 'focus-area',
39
+ type: 'core',
40
+ location: '@atlaskit/icon'
41
+ },
42
+ status: 'deprecated'
38
43
  },
39
44
  'ai-agent': {
40
45
  keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
@@ -557,10 +562,15 @@ var metadata = {
557
562
  componentName: 'ChartMatrixIcon',
558
563
  package: '@atlaskit/icon/core/chart-matrix',
559
564
  type: 'core',
565
+ replacement: {
566
+ name: 'chart-bubble',
567
+ type: 'core',
568
+ location: '@atlaskit/icon'
569
+ },
560
570
  categorization: 'multi-purpose',
561
571
  usage: 'Multi purpose - Known uses: Matrix view in in JPD, and other matrix charts.',
562
572
  team: 'Design System Team',
563
- status: 'published'
573
+ status: 'deprecated'
564
574
  },
565
575
  'chart-pie': {
566
576
  keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
@@ -578,10 +588,15 @@ var metadata = {
578
588
  package: '@atlaskit/icon/core/chart-trend',
579
589
  oldName: ['graph-line'],
580
590
  type: 'core',
591
+ replacement: {
592
+ name: 'chart-trend-up',
593
+ type: 'core',
594
+ location: '@atlaskit/icon'
595
+ },
581
596
  categorization: 'multi-purpose',
582
597
  usage: 'Multi purpose - Known uses: charts, reports in Jira, and sprint insights.',
583
598
  team: 'Design System Team',
584
- status: 'published'
599
+ status: 'deprecated'
585
600
  },
586
601
  'chart-trend-down': {
587
602
  keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
@@ -614,7 +629,7 @@ var metadata = {
614
629
  status: 'published'
615
630
  },
616
631
  'check-circle': {
617
- keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed', 'filled'],
632
+ keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed'],
618
633
  componentName: 'CheckCircleIcon',
619
634
  package: '@atlaskit/icon/core/check-circle',
620
635
  oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
@@ -624,6 +639,16 @@ var metadata = {
624
639
  team: 'Design System Team',
625
640
  status: 'published'
626
641
  },
642
+ 'check-circle-unchecked': {
643
+ keywords: ['check-circle-unchecked', 'checkcircleunchecked', 'icon', 'incomplete', 'unchecked'],
644
+ componentName: 'CheckCircleUncheckedIcon',
645
+ package: '@atlaskit/icon/core/check-circle-unchecked',
646
+ type: 'core',
647
+ categorization: 'multi-purpose',
648
+ usage: 'Known uses: Incomplete items',
649
+ team: 'Design System Team',
650
+ status: 'published'
651
+ },
627
652
  'check-mark': {
628
653
  keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
629
654
  componentName: 'CheckMarkIcon',
@@ -2983,15 +3008,20 @@ var metadata = {
2983
3008
  status: 'published'
2984
3009
  },
2985
3010
  spreadsheet: {
2986
- keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
3011
+ keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
2987
3012
  componentName: 'SpreadsheetIcon',
2988
3013
  package: '@atlaskit/icon/core/spreadsheet',
2989
3014
  oldName: ['media-services/spreadsheet'],
2990
3015
  type: 'core',
3016
+ replacement: {
3017
+ name: 'table',
3018
+ type: 'core',
3019
+ location: '@atlaskit/icon'
3020
+ },
2991
3021
  categorization: 'single-purpose',
2992
- usage: 'Single purpose - Reserved for spreadsheets.',
3022
+ usage: 'Reserved for tables, tabular data, and spreadsheets.',
2993
3023
  team: 'Design System Team',
2994
- status: 'published'
3024
+ status: 'deprecated'
2995
3025
  },
2996
3026
  sprint: {
2997
3027
  keywords: ['sprint', 'icon', 'loop', 'iterate'],
@@ -3,13 +3,19 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::6fe834feca147a0994d74342ff3874db>>
6
+ * @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  const deprecatedIcons = {
10
10
  '@atlaskit/icon/core/capture': {
11
11
  message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
12
12
  },
13
+ '@atlaskit/icon/core/chart-matrix': {
14
+ message: 'The icon "chart-matrix" is deprecated in favour of "chart-bubble" from “@atlaskit/icon/core”'
15
+ },
16
+ '@atlaskit/icon/core/chart-trend': {
17
+ message: 'The icon "chart-trend" is deprecated in favour of "chart-trend-up" from “@atlaskit/icon/core”'
18
+ },
13
19
  '@atlaskit/icon/core/close': {
14
20
  message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
15
21
  },
@@ -22,6 +28,9 @@ const deprecatedIcons = {
22
28
  '@atlaskit/icon/core/information': {
23
29
  message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
24
30
  },
31
+ '@atlaskit/icon/core/spreadsheet': {
32
+ message: 'The icon "spreadsheet" is deprecated in favour of "table" from “@atlaskit/icon/core”'
33
+ },
25
34
  '@atlaskit/icon/core/success': {
26
35
  message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
27
36
  },
@@ -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::d540d86d4539a6bb75ca94a78337a5ec>>
6
+ * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -28,7 +28,12 @@ const metadata = {
28
28
  categorization: 'single-purpose',
29
29
  usage: 'Single purpose - Reserved for creating and adding an object.',
30
30
  team: 'Design System Team',
31
- status: 'published'
31
+ replacement: {
32
+ name: 'focus-area',
33
+ type: 'core',
34
+ location: '@atlaskit/icon'
35
+ },
36
+ status: 'deprecated'
32
37
  },
33
38
  'ai-agent': {
34
39
  keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
@@ -551,10 +556,15 @@ const metadata = {
551
556
  componentName: 'ChartMatrixIcon',
552
557
  package: '@atlaskit/icon/core/chart-matrix',
553
558
  type: 'core',
559
+ replacement: {
560
+ name: 'chart-bubble',
561
+ type: 'core',
562
+ location: '@atlaskit/icon'
563
+ },
554
564
  categorization: 'multi-purpose',
555
565
  usage: 'Multi purpose - Known uses: Matrix view in in JPD, and other matrix charts.',
556
566
  team: 'Design System Team',
557
- status: 'published'
567
+ status: 'deprecated'
558
568
  },
559
569
  'chart-pie': {
560
570
  keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
@@ -572,10 +582,15 @@ const metadata = {
572
582
  package: '@atlaskit/icon/core/chart-trend',
573
583
  oldName: ['graph-line'],
574
584
  type: 'core',
585
+ replacement: {
586
+ name: 'chart-trend-up',
587
+ type: 'core',
588
+ location: '@atlaskit/icon'
589
+ },
575
590
  categorization: 'multi-purpose',
576
591
  usage: 'Multi purpose - Known uses: charts, reports in Jira, and sprint insights.',
577
592
  team: 'Design System Team',
578
- status: 'published'
593
+ status: 'deprecated'
579
594
  },
580
595
  'chart-trend-down': {
581
596
  keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
@@ -608,7 +623,7 @@ const metadata = {
608
623
  status: 'published'
609
624
  },
610
625
  'check-circle': {
611
- keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed', 'filled'],
626
+ keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed'],
612
627
  componentName: 'CheckCircleIcon',
613
628
  package: '@atlaskit/icon/core/check-circle',
614
629
  oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
@@ -618,6 +633,16 @@ const metadata = {
618
633
  team: 'Design System Team',
619
634
  status: 'published'
620
635
  },
636
+ 'check-circle-unchecked': {
637
+ keywords: ['check-circle-unchecked', 'checkcircleunchecked', 'icon', 'incomplete', 'unchecked'],
638
+ componentName: 'CheckCircleUncheckedIcon',
639
+ package: '@atlaskit/icon/core/check-circle-unchecked',
640
+ type: 'core',
641
+ categorization: 'multi-purpose',
642
+ usage: 'Known uses: Incomplete items',
643
+ team: 'Design System Team',
644
+ status: 'published'
645
+ },
621
646
  'check-mark': {
622
647
  keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
623
648
  componentName: 'CheckMarkIcon',
@@ -2977,15 +3002,20 @@ const metadata = {
2977
3002
  status: 'published'
2978
3003
  },
2979
3004
  spreadsheet: {
2980
- keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
3005
+ keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
2981
3006
  componentName: 'SpreadsheetIcon',
2982
3007
  package: '@atlaskit/icon/core/spreadsheet',
2983
3008
  oldName: ['media-services/spreadsheet'],
2984
3009
  type: 'core',
3010
+ replacement: {
3011
+ name: 'table',
3012
+ type: 'core',
3013
+ location: '@atlaskit/icon'
3014
+ },
2985
3015
  categorization: 'single-purpose',
2986
- usage: 'Single purpose - Reserved for spreadsheets.',
3016
+ usage: 'Reserved for tables, tabular data, and spreadsheets.',
2987
3017
  team: 'Design System Team',
2988
- status: 'published'
3018
+ status: 'deprecated'
2989
3019
  },
2990
3020
  sprint: {
2991
3021
  keywords: ['sprint', 'icon', 'loop', 'iterate'],
@@ -3,13 +3,19 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::6fe834feca147a0994d74342ff3874db>>
6
+ * @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  var deprecatedIcons = {
10
10
  '@atlaskit/icon/core/capture': {
11
11
  message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”'
12
12
  },
13
+ '@atlaskit/icon/core/chart-matrix': {
14
+ message: 'The icon "chart-matrix" is deprecated in favour of "chart-bubble" from “@atlaskit/icon/core”'
15
+ },
16
+ '@atlaskit/icon/core/chart-trend': {
17
+ message: 'The icon "chart-trend" is deprecated in favour of "chart-trend-up" from “@atlaskit/icon/core”'
18
+ },
13
19
  '@atlaskit/icon/core/close': {
14
20
  message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”'
15
21
  },
@@ -22,6 +28,9 @@ var deprecatedIcons = {
22
28
  '@atlaskit/icon/core/information': {
23
29
  message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”'
24
30
  },
31
+ '@atlaskit/icon/core/spreadsheet': {
32
+ message: 'The icon "spreadsheet" is deprecated in favour of "table" from “@atlaskit/icon/core”'
33
+ },
25
34
  '@atlaskit/icon/core/success': {
26
35
  message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”'
27
36
  },
@@ -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::d540d86d4539a6bb75ca94a78337a5ec>>
6
+ * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -28,7 +28,12 @@ var metadata = {
28
28
  categorization: 'single-purpose',
29
29
  usage: 'Single purpose - Reserved for creating and adding an object.',
30
30
  team: 'Design System Team',
31
- status: 'published'
31
+ replacement: {
32
+ name: 'focus-area',
33
+ type: 'core',
34
+ location: '@atlaskit/icon'
35
+ },
36
+ status: 'deprecated'
32
37
  },
33
38
  'ai-agent': {
34
39
  keywords: ['ai-agent', 'aiagent', 'icon', 'Rovo', 'AI', 'chat agent', 'ai'],
@@ -551,10 +556,15 @@ var metadata = {
551
556
  componentName: 'ChartMatrixIcon',
552
557
  package: '@atlaskit/icon/core/chart-matrix',
553
558
  type: 'core',
559
+ replacement: {
560
+ name: 'chart-bubble',
561
+ type: 'core',
562
+ location: '@atlaskit/icon'
563
+ },
554
564
  categorization: 'multi-purpose',
555
565
  usage: 'Multi purpose - Known uses: Matrix view in in JPD, and other matrix charts.',
556
566
  team: 'Design System Team',
557
- status: 'published'
567
+ status: 'deprecated'
558
568
  },
559
569
  'chart-pie': {
560
570
  keywords: ['chart-pie', 'chartpie', 'icon', 'segment', 'chart', 'graph', 'pie'],
@@ -572,10 +582,15 @@ var metadata = {
572
582
  package: '@atlaskit/icon/core/chart-trend',
573
583
  oldName: ['graph-line'],
574
584
  type: 'core',
585
+ replacement: {
586
+ name: 'chart-trend-up',
587
+ type: 'core',
588
+ location: '@atlaskit/icon'
589
+ },
575
590
  categorization: 'multi-purpose',
576
591
  usage: 'Multi purpose - Known uses: charts, reports in Jira, and sprint insights.',
577
592
  team: 'Design System Team',
578
- status: 'published'
593
+ status: 'deprecated'
579
594
  },
580
595
  'chart-trend-down': {
581
596
  keywords: ['chart-trend-down', 'charttrenddown', 'icon', 'reports', 'graph', 'impact', 'effort', 'downward trend'],
@@ -608,7 +623,7 @@ var metadata = {
608
623
  status: 'published'
609
624
  },
610
625
  'check-circle': {
611
- keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed', 'filled'],
626
+ keywords: ['check-circle', 'checkcircle', 'tick', 'icon', 'tick', 'yes', 'completed'],
612
627
  componentName: 'CheckCircleIcon',
613
628
  package: '@atlaskit/icon/core/check-circle',
614
629
  oldName: ['check-circle', 'check-circle-outline', 'emoji/productivity'],
@@ -618,6 +633,16 @@ var metadata = {
618
633
  team: 'Design System Team',
619
634
  status: 'published'
620
635
  },
636
+ 'check-circle-unchecked': {
637
+ keywords: ['check-circle-unchecked', 'checkcircleunchecked', 'icon', 'incomplete', 'unchecked'],
638
+ componentName: 'CheckCircleUncheckedIcon',
639
+ package: '@atlaskit/icon/core/check-circle-unchecked',
640
+ type: 'core',
641
+ categorization: 'multi-purpose',
642
+ usage: 'Known uses: Incomplete items',
643
+ team: 'Design System Team',
644
+ status: 'published'
645
+ },
621
646
  'check-mark': {
622
647
  keywords: ['check-mark', 'checkmark', 'icon', 'tick'],
623
648
  componentName: 'CheckMarkIcon',
@@ -2977,15 +3002,20 @@ var metadata = {
2977
3002
  status: 'published'
2978
3003
  },
2979
3004
  spreadsheet: {
2980
- keywords: ['spreadsheet', 'icon', 'table', 'cells', 'data'],
3005
+ keywords: ['spreadsheet', 'icon', 'table', 'cells', 'tabular data', 'data table', 'spreadsheet'],
2981
3006
  componentName: 'SpreadsheetIcon',
2982
3007
  package: '@atlaskit/icon/core/spreadsheet',
2983
3008
  oldName: ['media-services/spreadsheet'],
2984
3009
  type: 'core',
3010
+ replacement: {
3011
+ name: 'table',
3012
+ type: 'core',
3013
+ location: '@atlaskit/icon'
3014
+ },
2985
3015
  categorization: 'single-purpose',
2986
- usage: 'Single purpose - Reserved for spreadsheets.',
3016
+ usage: 'Reserved for tables, tabular data, and spreadsheets.',
2987
3017
  team: 'Design System Team',
2988
- status: 'published'
3018
+ status: 'deprecated'
2989
3019
  },
2990
3020
  sprint: {
2991
3021
  keywords: ['sprint', 'icon', 'loop', 'iterate'],
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::6fe834feca147a0994d74342ff3874db>>
6
+ * @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  declare const deprecatedIcons: Record<string, {
@@ -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::d540d86d4539a6bb75ca94a78337a5ec>>
6
+ * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
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 `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::6fe834feca147a0994d74342ff3874db>>
6
+ * @codegen <<SignedSource::804908d3809623929b0f025db7735c8f>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  declare const deprecatedIcons: Record<string, {
@@ -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::d540d86d4539a6bb75ca94a78337a5ec>>
6
+ * @codegen <<SignedSource::84544bf49025c39c411ebb99cb0b870a>>
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": "27.9.2",
3
+ "version": "27.11.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/"
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7.951 1.499a8 8 0 0 1-.05 4.192 15.5 15.5 0 0 1 2.148 1.24 8 8 0 0 1 3.605-2.14 6.47 6.47 0 0 0-2.404-2.42 6.47 6.47 0 0 0-3.299-.872m6.291 4.689A6.5 6.5 0 0 0 11.25 7.85c1.017.862 1.9 1.84 2.639 2.903.69-1.47.781-3.091.353-4.565m-1.232 5.955a13.7 13.7 0 0 0-2.704-3.126 6.48 6.48 0 0 0-.754 5.295 6.5 6.5 0 0 0 3.458-2.17M8.05 14.5a7.98 7.98 0 0 1 1.06-6.396 14 14 0 0 0-1.755-1.013q-.103.205-.22.408a7.98 7.98 0 0 1-4.788 3.709 6.47 6.47 0 0 0 2.404 2.42 6.47 6.47 0 0 0 3.299.872M1.758 9.812a6.48 6.48 0 0 0 4.208-3.3 13.7 13.7 0 0 0-4.059-.78 6.5 6.5 0 0 0-.15 4.08m.914-5.535a15 15 0 0 1 3.833.834 6.5 6.5 0 0 0-.057-3.423 6.48 6.48 0 0 0-3.776 2.589M6.836.085A7.97 7.97 0 0 1 12 1.072a7.97 7.97 0 0 1 3.437 3.979 7.99 7.99 0 0 1-.909 7.574 8 8 0 0 1-5.364 3.29A7.97 7.97 0 0 1 4 14.928 7.97 7.97 0 0 1 .563 10.95 7.99 7.99 0 0 1 1.072 4 7.99 7.99 0 0 1 6.836.085" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7.951 1.499a8 8 0 0 1-.05 4.192 15.5 15.5 0 0 1 2.148 1.24 8 8 0 0 1 3.605-2.14 6.47 6.47 0 0 0-2.404-2.42 6.47 6.47 0 0 0-3.299-.872m6.291 4.689A6.5 6.5 0 0 0 11.25 7.85c1.017.862 1.9 1.84 2.639 2.903.69-1.47.781-3.091.353-4.565m-1.232 5.955a13.7 13.7 0 0 0-2.704-3.126 6.5 6.5 0 0 0-.754 5.295 6.5 6.5 0 0 0 3.458-2.17M8.05 14.5a7.98 7.98 0 0 1 1.06-6.396 14 14 0 0 0-1.755-1.013q-.103.206-.22.408a7.98 7.98 0 0 1-4.788 3.709 6.47 6.47 0 0 0 2.404 2.42 6.47 6.47 0 0 0 3.299.872M1.758 9.812a6.48 6.48 0 0 0 4.208-3.3 13.7 13.7 0 0 0-4.059-.78 6.5 6.5 0 0 0-.15 4.08m.914-5.535a15 15 0 0 1 3.833.834 6.5 6.5 0 0 0-.057-3.423 6.48 6.48 0 0 0-3.776 2.589M6.836.085A7.97 7.97 0 0 1 12 1.072a7.97 7.97 0 0 1 3.437 3.979 7.99 7.99 0 0 1-.909 7.574 8 8 0 0 1-5.364 3.29A7.97 7.97 0 0 1 4 14.928 7.97 7.97 0 0 1 .563 10.95 7.99 7.99 0 0 1 1.072 4 7.99 7.99 0 0 1 6.836.085" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M9.333 1.75a.75.75 0 0 1 .75-.75h4.167a.75.75 0 0 1 .75.75V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9.75A.75.75 0 0 1 1.75 9h3.417V5.75a.75.75 0 0 1 .75-.75h3.416zm0 4.75H6.667v7h2.666zm1.5 7H13a.5.5 0 0 0 .5-.5V2.5h-2.667zm-5.666 0v-3H2.5V13a.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="M1 13V1h1.5v12a.5.5 0 0 0 .5.5h12V15H3a2 2 0 0 1-2-2"/><path fill="currentcolor" d="m5.25 8.5.077.004A.75.75 0 0 1 6 9.25v2.5a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm4-3.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1-.75-.75v-6A.75.75 0 0 1 8.25 5zm4-3a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1-.75-.75v-9a.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="M7.25 1.543a6.501 6.501 0 1 0 7.207 7.207H8A.75.75 0 0 1 7.25 8zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_53070_14217" 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_53070_14217)"><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>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m15.076 3.23-8.75 10.5a.75.75 0 0 1-1.159-.008l-4.25-5.25 1.166-.944 3.675 4.54 8.166-9.798z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.959 3.97-7.25 9a.75.75 0 0 1-1.163.007l-3.5-4.25 1.158-.954 2.914 3.539 6.673-8.283z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M11.586.854a2 2 0 0 1 2.828 0l.732.732a2 2 0 0 1 0 2.828L10.01 9.551a2 2 0 0 1-.864.51l-3.189.91a.75.75 0 0 1-.927-.927l.91-3.189a2 2 0 0 1 .51-.864zm1.768 1.06a.5.5 0 0 0-.708 0l-.585.586L13.5 3.94l.586-.586a.5.5 0 0 0 0-.707zM12.439 5 11 3.56 7.51 7.052a.5.5 0 0 0-.128.217l-.54 1.89 1.89-.54a.5.5 0 0 0 .217-.127zM3 2.501a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-3H15v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-10a2 2 0 0 1 2-2h3v1.5z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M11.586.854a2 2 0 0 1 2.828 0l.732.732a2 2 0 0 1 0 2.828L10.01 9.551a2 2 0 0 1-.864.51l-3.189.91a.75.75 0 0 1-.927-.927l.91-3.189a2 2 0 0 1 .51-.864zm1.768 1.06a.5.5 0 0 0-.708 0l-.585.586L13.5 3.94l.586-.586a.5.5 0 0 0 0-.708zM12.439 5 11 3.56 7.51 7.052a.5.5 0 0 0-.128.216l-.54 1.891 1.89-.54a.5.5 0 0 0 .217-.127zM3 2.501a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V10H15v3.001a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-10a2 2 0 0 1 2-2h3v1.5z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m4.81 2.433-1.804.82c-.353.16-.599.491-.65.875l-.433 3.246A3.5 3.5 0 0 1 3.5 7c1.184 0 2.23.587 2.863 1.486A3 3 0 0 1 8 8c.604 0 1.167.179 1.637.486A3.5 3.5 0 0 1 12.5 7c.567 0 1.103.135 1.577.374l-.433-3.246a1.13 1.13 0 0 0-.65-.875l-1.804-.82.62-1.366 1.805.82A2.63 2.63 0 0 1 15.13 3.93l.76 5.697A3.505 3.505 0 0 1 12.5 14a3.5 3.5 0 0 1-3.453-4.074A1.5 1.5 0 0 0 8 9.5a1.5 1.5 0 0 0-1.047.426q.046.281.047.574a3.5 3.5 0 1 1-6.89-.873L.87 3.93a2.63 2.63 0 0 1 1.515-2.043l1.805-.82zM1.5 10.546a2 2 0 1 0 .083-.618zm12.917-.618.082.618a2 2 0 1 1-.082-.618" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m4.81 2.433-1.804.82c-.353.16-.599.491-.65.876l-.433 3.245A3.5 3.5 0 0 1 3.5 7c1.184 0 2.23.587 2.863 1.486A3 3 0 0 1 8 8c.604 0 1.167.179 1.637.486A3.5 3.5 0 0 1 12.5 7c.567 0 1.103.135 1.577.374l-.433-3.245a1.13 1.13 0 0 0-.65-.876l-1.804-.82.62-1.366 1.805.82A2.63 2.63 0 0 1 15.13 3.93l.76 5.697A3.505 3.505 0 0 1 12.5 14a3.5 3.5 0 0 1-3.453-4.074A1.5 1.5 0 0 0 8 9.5c-.407 0-.776.162-1.047.426q.046.281.047.574a3.5 3.5 0 1 1-6.89-.873L.87 3.93a2.63 2.63 0 0 1 1.515-2.042l1.805-.82zM1.5 10.546a2 2 0 1 0 .083-.617zm12.917-.617.082.617a2 2 0 1 1-.082-.617" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 1.5A5.5 5.5 0 0 0 2.5 7v.208A2.5 2.5 0 0 1 6 9.5v3.72A1.78 1.78 0 0 1 4.22 15 3.22 3.22 0 0 1 1 11.78V7a7 7 0 0 1 14 0v4.78A3.22 3.22 0 0 1 11.78 15 1.78 1.78 0 0 1 10 13.22V9.5a2.5 2.5 0 0 1 3.5-2.292V7A5.5 5.5 0 0 0 8 1.5m5.5 8a1 1 0 1 0-2 0v3.72c0 .155.125.28.28.28.95 0 1.72-.77 1.72-1.72zm-11 0v2.28c0 .95.77 1.72 1.72 1.72a.28.28 0 0 0 .28-.28V9.5a1 1 0 1 0-2 0" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 7a5.5 5.5 0 1 0-11 0v5H1V7a7 7 0 0 1 14 0v5h-1.5z"/><path fill="currentcolor" d="M4.5 10a1 1 0 0 0-2 0v1.92c0 .87.71 1.58 1.58 1.58.23 0 .42-.19.42-.42zM6 13.08A1.92 1.92 0 0 1 4.08 15 3.08 3.08 0 0 1 1 11.92V10a2.5 2.5 0 0 1 5 0zm7.5-1.16V10a1 1 0 1 0-2 0v3.08c0 .23.19.42.42.42.87 0 1.58-.71 1.58-1.58m1.5 0A3.08 3.08 0 0 1 11.92 15 1.92 1.92 0 0 1 10 13.08V10a2.5 2.5 0 0 1 5 0z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M6.646.727a2 2 0 0 1 2.708 0l5 4.6A2 2 0 0 1 15 6.798V13a2 2 0 0 1-2 2H9.75a.75.75 0 0 1-.75-.75V9.5H7v4.75a.75.75 0 0 1-.75.75H3a2 2 0 0 1-2-2V6.798a2 2 0 0 1 .646-1.471zM8.339 1.83a.5.5 0 0 0-.678 0l-5 4.6a.5.5 0 0 0-.161.367V13a.5.5 0 0 0 .5.5h2.5V8.75A.75.75 0 0 1 6.25 8h3.5a.75.75 0 0 1 .75.75v4.75H13a.5.5 0 0 0 .5-.5V6.798a.5.5 0 0 0-.162-.367z" 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.646.727a2 2 0 0 1 2.708 0l5 4.6A2 2 0 0 1 15 6.799V13a2 2 0 0 1-2 2H9.75a.75.75 0 0 1-.75-.75V9.5H7v4.75a.75.75 0 0 1-.75.75H3a2 2 0 0 1-2-2V6.799a2 2 0 0 1 .646-1.472zM8.339 1.83a.5.5 0 0 0-.678 0l-5 4.6a.5.5 0 0 0-.161.368V13a.5.5 0 0 0 .5.5h2.5V8.75A.75.75 0 0 1 6.25 8h3.5a.75.75 0 0 1 .75.75v4.75H13a.5.5 0 0 0 .5-.5V6.799a.5.5 0 0 0-.162-.368z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M5.655.095 13.78 8.22a.75.75 0 0 1 0 1.06l-5.616 5.617a2 2 0 0 1-2.828 0L.604 10.164a2 2 0 0 1 0-2.828L5.689 2.25 4.595 1.155zM6.75 3.31 2.06 8h9.38zm4.69 6.19H2.06l4.336 4.335a.5.5 0 0 0 .708 0z" clip-rule="evenodd"/><path fill="currentcolor" d="M14.5 12a.75.75 0 0 0-.654.383v.002l-.003.003-.007.013-.026.046a16 16 0 0 0-.36.695 8 8 0 0 0-.283.642c-.068.176-.167.457-.167.716a1.5 1.5 0 0 0 3 0c0-.259-.1-.54-.167-.716a8 8 0 0 0-.284-.642 16 16 0 0 0-.36-.695l-.025-.046-.007-.013-.002-.004-.001-.001A.75.75 0 0 0 14.5 12"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M5.655.095 13.78 8.22a.75.75 0 0 1 0 1.06l-5.616 5.616a2 2 0 0 1-2.828 0L.604 10.164a2 2 0 0 1 0-2.828L5.689 2.25 4.595 1.155zM6.75 3.31 2.06 8h9.38zm4.69 6.19H2.06l4.336 4.336a.5.5 0 0 0 .708 0z" clip-rule="evenodd"/><path fill="currentcolor" d="M14.5 12a.75.75 0 0 0-.654.383v.002l-.003.003-.007.013-.026.046a17 17 0 0 0-.36.695c-.098.202-.202.43-.283.641-.068.177-.167.458-.167.717a1.5 1.5 0 0 0 3 0c0-.259-.1-.54-.167-.717a8 8 0 0 0-.284-.641 16 16 0 0 0-.36-.695l-.025-.046-.007-.013-.002-.004-.001-.001A.75.75 0 0 0 14.5 12"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M4.909 2.5a2.409 2.409 0 0 0-1.054 4.576l-.657 1.348a3.909 3.909 0 1 1 5.226-5.226l-1.348.657A2.41 2.41 0 0 0 4.909 2.5m-.19 2.22a.75.75 0 0 1 .786-.175l9 3.25a.75.75 0 0 1 .02 1.403l-3.822 1.505-1.505 3.822a.75.75 0 0 1-1.403-.02l-3.25-9a.75.75 0 0 1 .175-.785M6.5 6.498l2.032 5.629.896-2.277a.75.75 0 0 1 .423-.423l2.276-.896z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M4.909 2.5a2.409 2.409 0 0 0-1.054 4.576l-.657 1.348a3.909 3.909 0 1 1 5.226-5.226l-1.348.657A2.41 2.41 0 0 0 4.909 2.5m-.19 2.22a.75.75 0 0 1 .786-.175l9 3.25a.75.75 0 0 1 .02 1.403l-3.822 1.505-1.505 3.822a.75.75 0 0 1-1.403-.02l-3.25-9a.75.75 0 0 1 .175-.785M6.5 6.498l2.032 5.628.896-2.276a.75.75 0 0 1 .423-.423l2.276-.896z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.837 14.836A.75.75 0 0 0 14 14.21v-9a.75.75 0 0 0-.337-.626l-5.25-3.46a.75.75 0 0 0-.826 0l-5.25 3.46A.75.75 0 0 0 2 5.21v9l.007.103a.75.75 0 0 0 1.156.523L8 11.65zm-4.424-4.713a.75.75 0 0 0-.826 0L3.5 12.818V5.615L8 2.648l4.5 2.965v7.204z"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.837 14.836A.75.75 0 0 0 14 14.21v-9a.75.75 0 0 0-.337-.626l-5.25-3.46a.75.75 0 0 0-.826 0l-5.25 3.46A.75.75 0 0 0 2 5.21v9l.007.103a.75.75 0 0 0 1.156.523L8 11.65zm-4.424-4.713a.75.75 0 0 0-.826 0L3.5 12.818V5.614L8 2.65l4.5 2.965v7.204z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 9.25-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 7.15l5.087 3.352z"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 9.25-5.5-3.625a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 7.149l5.087 3.353z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 6.75-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 4.65 13.087 8zm0 4.5-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 9.15l5.087 3.352z"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 6.75-5.5-3.625a.75.75 0 0 0-.826 0l-5.5 3.625L2.913 8 8 4.65 13.087 8zm0 4.5-5.5-3.625a.75.75 0 0 0-.826 0l-5.5 3.624.826 1.252L8 9.15l5.087 3.353z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 4.75-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 2.65 13.087 6zm0 4.5-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 7.15l5.087 3.352zm0 4.5-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 11.65 13.087 15z"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 4.75-5.5-3.625a.75.75 0 0 0-.826 0l-5.5 3.625L2.913 6 8 2.65 13.087 6zm0 4.5-5.5-3.625a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 7.149l5.087 3.353zm0 4.5-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 11.65l5.087 3.353z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m14.78 4.72-3.5-3.5-1.06 1.06 2.22 2.22H5.75a4.75 4.75 0 1 0 0 9.5H8v-1.5H5.75a3.25 3.25 0 0 1 0-6.5h6.69l-2.22 2.22 1.06 1.06 3.5-3.5a.75.75 0 0 0 0-1.06" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m14.78 4.72-3.5-3.5-1.06 1.06 2.22 2.22H5.75a4.75 4.75 0 0 0 0 9.5H8v-1.5H5.75a3.25 3.25 0 0 1 0-6.5h6.69l-2.22 2.22 1.06 1.06 3.5-3.5a.75.75 0 0 0 0-1.06" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m9.874 13.056 1.063 1.064a11 11 0 0 1-1.575 1.148 9 9 0 0 1-1 .519l-.065.027-.02.008-.006.002-.003.001-.268-.7-.267.7h-.004l-.006-.003-.02-.008-.066-.027a9 9 0 0 1-1-.519 11.3 11.3 0 0 1-2.303-1.842C2.651 11.676 1 8.838 1 4.5q0-.141.05-.268l.873.873.034.116h.001l.003-.001.011-.004.036-.01.012-.004.53.53c.272 3.21 1.581 5.319 2.866 6.654a9.8 9.8 0 0 0 1.993 1.596c.24.144.443.25.59.322.15-.072.352-.178.592-.322a9.6 9.6 0 0 0 1.283-.926"/><path fill="currentcolor" d="m7.73 15.83.27-.7.27.7a.76.76 0 0 1-.53 0M7.47.22a13.7 13.7 0 0 1-2.26 1.81l1.08 1.08A15.5 15.5 0 0 0 8 1.78c1.31 1.18 2.71 2.01 3.83 2.55a17 17 0 0 0 1.66.71c-.06 1.73-.42 3.17-.92 4.35l1.13 1.13C14.47 8.94 15 6.96 15 4.5a.75.75 0 0 0-.54-.72l-.02-.01-.1-.03a11 11 0 0 1-.41-.14c-.35-.13-.85-.33-1.43-.61-1.19-.58-2.67-1.47-3.97-2.77a.75.75 0 0 0-1.06 0m-7 1.31 14 14 1.06-1.06-14-14z"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m9.874 13.056 1.063 1.064a11 11 0 0 1-1.575 1.148 9 9 0 0 1-1 .519l-.065.027-.02.008-.006.002-.003.001-.268-.7-.267.7h-.004l-.006-.003-.02-.008-.066-.027a9 9 0 0 1-1-.519 11.3 11.3 0 0 1-2.303-1.842C2.651 11.676 1 8.838 1 4.5q0-.141.05-.268l.873.873.034.116h.001l.003-.001.011-.004.036-.01.012-.004.53.53c.272 3.21 1.581 5.319 2.866 6.654a9.8 9.8 0 0 0 1.993 1.596c.24.144.443.25.59.322a8 8 0 0 0 .592-.322 9.6 9.6 0 0 0 1.283-.926"/><path fill="currentcolor" d="m7.73 15.83.27-.7.27.7a.76.76 0 0 1-.53 0M7.47.22a13.7 13.7 0 0 1-2.26 1.81l1.08 1.08A15.5 15.5 0 0 0 8 1.78c1.31 1.18 2.71 2.01 3.83 2.55a17 17 0 0 0 1.66.71c-.06 1.73-.42 3.17-.92 4.35l1.13 1.13C14.47 8.94 15 6.96 15 4.5a.75.75 0 0 0-.54-.72l-.02-.01-.1-.03a11 11 0 0 1-.41-.14c-.35-.13-.85-.33-1.43-.61-1.19-.58-2.67-1.47-3.97-2.77a.75.75 0 0 0-1.06 0m-7 1.31 14 14 1.06-1.06-14-14z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M13.75 14.665a2.5 2.5 0 0 1-3.407-.902L8 10.046l-2.343 3.717a2.5 2.5 0 1 1-.09-2.67l1.546-2.454.886-1.407H8L11.866 1.1l1.268.8-4.247 6.74 1.546 2.453a2.5 2.5 0 1 1 3.317 3.572m-.75-1.3a1 1 0 1 1-1-1.731 1 1 0 0 1 1 1.732M4.366 13a1 1 0 1 1-1.732-1 1 1 0 0 1 1.732 1" clip-rule="evenodd"/><path fill="currentcolor" d="m7.113 5.825-.887 1.407-3.36-5.333 1.269-.8z"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M13.75 14.665a2.5 2.5 0 0 1-3.407-.902L8 10.046l-2.343 3.717a2.5 2.5 0 1 1-.09-2.67l1.546-2.454.886-1.407H8L11.866 1.1l1.268.8-4.247 6.74 1.546 2.453a2.5 2.5 0 1 1 3.317 3.572m-.75-1.3a1 1 0 1 1-1-1.731 1 1 0 0 1 1 1.732M4.366 13a1 1 0 1 1-1.732-1 1 1 0 0 1 1.732 1" clip-rule="evenodd"/><path fill="currentcolor" d="m7.113 5.825-.887 1.407L2.866 1.9l1.269-.8z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7.292 13.406a.5.5 0 0 0 .77-.15l2.438-4.69V2.5H4.128c-.492 0-.927.32-1.073.79L1.726 7.54A1.125 1.125 0 0 0 2.8 9h3.45a.75.75 0 0 1 .75.75v3.175a.5.5 0 0 0 .174.38zM12 2.5V8h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm-.295 7-2.313 4.449a2 2 0 0 1-3.076.595l-.118-.1a2 2 0 0 1-.698-1.519V10.5H2.8A2.625 2.625 0 0 1 .295 7.092l1.328-4.25A2.625 2.625 0 0 1 4.128 1H14a2 2 0 0 1 2 2v4.5a2 2 0 0 1-2 2z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7.292 13.406a.5.5 0 0 0 .77-.15l2.438-4.69V2.5H4.128c-.492 0-.927.32-1.073.79L1.726 7.54A1.125 1.125 0 0 0 2.8 9h3.45a.75.75 0 0 1 .75.75v3.175a.5.5 0 0 0 .174.38zM12 2.5V8h2a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm-.295 7-2.313 4.45a2 2 0 0 1-3.076.596l-.118-.101a2 2 0 0 1-.698-1.519V10.5H2.8A2.625 2.625 0 0 1 .295 7.092l1.328-4.25A2.625 2.625 0 0 1 4.128 1H14a2 2 0 0 1 2 2v4.5a2 2 0 0 1-2 2z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M9.162 2.178c-.714.282-1.28.816-1.449 1.338l-1.426-.463C6.637 1.97 7.633 1.169 8.61.783c.943-.373 2.248-.49 3.09.374.346.356.536.778.548 1.237.011.436-.14.827-.323 1.144-.228.393-.557.76-.876 1.074 1.466-.137 2.717.238 3.421 1.133.827 1.05.644 2.464-.256 3.698l-1.212-.885c.66-.905.556-1.547.29-1.885-.305-.387-1.095-.756-2.524-.512-.521.09-.935.139-1.236.13a1.4 1.4 0 0 1-.537-.109.9.9 0 0 1-.345-.278.85.85 0 0 1-.164-.496 1.02 1.02 0 0 1 .197-.586c.077-.112.171-.215.256-.3.14-.143.323-.306.499-.464l.101-.09c.453-.407.87-.806 1.087-1.18.102-.179.124-.292.123-.355-.002-.04-.01-.112-.124-.23-.2-.204-.716-.32-1.464-.025M3.75 5.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M0 7.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0m10.25.75a.75.75 0 0 1 .643.364l3 5A.75.75 0 0 1 13.25 15h-6a.75.75 0 0 1-.643-1.136l3-5a.75.75 0 0 1 .643-.364m-1.675 5h3.35l-1.675-2.792z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M9.162 2.177c-.714.282-1.28.817-1.449 1.338l-1.426-.463C6.637 1.97 7.633 1.168 8.61.782c.943-.372 2.248-.49 3.09.375.346.356.536.777.548 1.236.011.437-.14.827-.323 1.144-.228.394-.557.761-.876 1.074 1.466-.136 2.717.239 3.421 1.134.827 1.05.644 2.464-.256 3.697l-1.212-.884c.66-.905.556-1.547.29-1.885-.305-.387-1.095-.757-2.524-.512-.521.09-.935.138-1.236.13a1.4 1.4 0 0 1-.537-.11.9.9 0 0 1-.345-.278.85.85 0 0 1-.164-.495 1.02 1.02 0 0 1 .197-.586c.077-.112.171-.215.256-.3.14-.143.323-.306.499-.464l.101-.09c.453-.407.87-.806 1.087-1.181.102-.178.124-.292.123-.354-.002-.04-.01-.113-.124-.23-.2-.204-.716-.321-1.464-.026M3.75 5.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M0 7.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0m10.25.75a.75.75 0 0 1 .643.364l3 5A.75.75 0 0 1 13.25 15h-6a.75.75 0 0 1-.643-1.136l3-5a.75.75 0 0 1 .643-.364m-1.675 5h3.35l-1.675-2.792z" clip-rule="evenodd"/></svg>