@atlaskit/icon 26.1.1 → 26.3.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.
- package/CHANGELOG.md +57 -0
- package/core/attachment.js +2 -2
- package/core/check-circle.js +2 -2
- package/core/chevron-double-left.js +2 -1
- package/core/chevron-double-right.js +2 -1
- package/core/chevron-down.js +3 -1
- package/core/chevron-left.js +3 -1
- package/core/chevron-right.js +3 -1
- package/core/chevron-up.js +3 -1
- package/core/clock.js +2 -2
- package/core/defect.js +2 -2
- package/core/devices.js +2 -2
- package/core/exclamation-square.js +2 -2
- package/core/list-checklist.js +2 -2
- package/core/migration/chevron-down--chevron-down-circle.js +3 -1
- package/core/migration/chevron-down--hipchat-chevron-down.js +3 -1
- package/core/migration/chevron-down.js +3 -1
- package/core/migration/chevron-left--chevron-left-circle.js +3 -1
- package/core/migration/chevron-left--chevron-left-large.js +3 -1
- package/core/migration/chevron-left.js +3 -1
- package/core/migration/chevron-right--chevron-right-circle.js +3 -1
- package/core/migration/chevron-right--chevron-right-large.js +3 -1
- package/core/migration/chevron-right.js +3 -1
- package/core/migration/chevron-up--chevron-up-circle.js +3 -1
- package/core/migration/chevron-up--hipchat-chevron-up.js +3 -1
- package/core/migration/chevron-up.js +3 -1
- package/core/minus-square.js +2 -2
- package/core/panel-left.d.ts +13 -0
- package/core/panel-left.js +28 -0
- package/core/panel-right.d.ts +13 -0
- package/core/panel-right.js +28 -0
- package/core/pen.js +2 -2
- package/core/pin-filled.js +2 -2
- package/core/pin.js +2 -2
- package/core/plus-square.js +2 -2
- package/core/priority-blocker.js +2 -2
- package/core/priority-critical.js +2 -2
- package/core/priority-high.js +2 -2
- package/core/priority-highest.js +2 -2
- package/core/priority-low.js +2 -2
- package/core/priority-lowest.js +2 -2
- package/core/priority-major.js +2 -2
- package/core/priority-medium.js +2 -2
- package/core/priority-minor.js +2 -2
- package/core/priority-trivial.js +2 -2
- package/core/problem.js +2 -2
- package/core/sidebar-left.d.ts +2 -2
- package/core/sidebar-right.d.ts +2 -2
- package/core/story.js +2 -2
- package/core/subtasks.js +2 -2
- package/core/tools.js +2 -2
- package/core/work-item.js +2 -2
- package/core/work-items.js +2 -2
- package/dist/cjs/deprecated-core.js +3 -3
- package/dist/cjs/metadata-core.js +39 -13
- package/dist/es2019/deprecated-core.js +3 -3
- package/dist/es2019/metadata-core.js +39 -13
- package/dist/esm/deprecated-core.js +3 -3
- package/dist/esm/metadata-core.js +39 -13
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +2 -2
- package/svgs/core/attachment.svg +1 -1
- package/svgs/core/check-circle.svg +1 -1
- package/svgs/core/clock.svg +1 -1
- package/svgs/core/defect.svg +1 -1
- package/svgs/core/devices.svg +1 -1
- package/svgs/core/exclamation-square.svg +1 -1
- package/svgs/core/list-checklist.svg +1 -1
- package/svgs/core/minus-square.svg +1 -1
- package/svgs/core/panel-left.svg +1 -0
- package/svgs/core/panel-right.svg +1 -0
- package/svgs/core/pen.svg +1 -1
- package/svgs/core/pin-filled.svg +1 -1
- package/svgs/core/pin.svg +1 -1
- package/svgs/core/plus-square.svg +1 -1
- package/svgs/core/priority-blocker.svg +1 -1
- package/svgs/core/priority-critical.svg +1 -1
- package/svgs/core/priority-high.svg +1 -1
- package/svgs/core/priority-highest.svg +1 -1
- package/svgs/core/priority-low.svg +1 -1
- package/svgs/core/priority-lowest.svg +1 -1
- package/svgs/core/priority-major.svg +1 -1
- package/svgs/core/priority-medium.svg +1 -1
- package/svgs/core/priority-minor.svg +1 -1
- package/svgs/core/priority-trivial.svg +1 -1
- package/svgs/core/problem.svg +1 -1
- package/svgs/core/story.svg +1 -1
- package/svgs/core/subtasks.svg +1 -1
- package/svgs/core/tools.svg +1 -1
- package/svgs/core/work-item.svg +1 -1
- package/svgs/core/work-items.svg +1 -1
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::205e7286912020521b2f575b3086483f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -721,14 +721,15 @@ const metadata = {
|
|
|
721
721
|
status: 'published'
|
|
722
722
|
},
|
|
723
723
|
'chevron-double-left': {
|
|
724
|
-
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', '
|
|
724
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', 'previous year', 'left'],
|
|
725
725
|
componentName: 'ChevronDoubleLeftIcon',
|
|
726
726
|
package: '@atlaskit/icon/core/chevron-double-left',
|
|
727
727
|
shouldRecommendSmallIcon: true,
|
|
728
728
|
type: 'core',
|
|
729
729
|
categorization: 'multi-purpose',
|
|
730
|
+
usage: 'Known uses: Navigate to previous year in calendar/date picker',
|
|
730
731
|
team: 'Design System Team',
|
|
731
|
-
status: '
|
|
732
|
+
status: 'published',
|
|
732
733
|
slackChannel: '#icon-contributions'
|
|
733
734
|
},
|
|
734
735
|
'chevron-double-right': {
|
|
@@ -738,44 +739,48 @@ const metadata = {
|
|
|
738
739
|
shouldRecommendSmallIcon: true,
|
|
739
740
|
type: 'core',
|
|
740
741
|
categorization: 'multi-purpose',
|
|
742
|
+
usage: 'Known uses: Navigate to next year in calendar/date picker',
|
|
741
743
|
team: 'Design System Team',
|
|
742
|
-
status: '
|
|
744
|
+
status: 'published',
|
|
743
745
|
slackChannel: '#icon-contributions'
|
|
744
746
|
},
|
|
745
747
|
'chevron-down': {
|
|
746
|
-
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', '
|
|
748
|
+
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', 'expand', 'open'],
|
|
747
749
|
componentName: 'ChevronDownIcon',
|
|
748
750
|
package: '@atlaskit/icon/core/chevron-down',
|
|
749
751
|
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
750
752
|
shouldRecommendSmallIcon: true,
|
|
751
753
|
type: 'core',
|
|
752
754
|
categorization: 'multi-purpose',
|
|
755
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Open dropdown menu, expanded tree item, collapse tree item',
|
|
753
756
|
team: 'Design System Team',
|
|
754
|
-
status: '
|
|
757
|
+
status: 'published',
|
|
755
758
|
slackChannel: '#icon-contributions'
|
|
756
759
|
},
|
|
757
760
|
'chevron-left': {
|
|
758
|
-
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back'],
|
|
761
|
+
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back', 'previous'],
|
|
759
762
|
componentName: 'ChevronLeftIcon',
|
|
760
763
|
package: '@atlaskit/icon/core/chevron-left',
|
|
761
764
|
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
762
765
|
shouldRecommendSmallIcon: true,
|
|
763
766
|
type: 'core',
|
|
764
767
|
categorization: 'multi-purpose',
|
|
768
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Navigate back, show previous page of pagination results',
|
|
765
769
|
team: 'Design System Team',
|
|
766
|
-
status: '
|
|
770
|
+
status: 'published',
|
|
767
771
|
slackChannel: '#icon-contributions'
|
|
768
772
|
},
|
|
769
773
|
'chevron-right': {
|
|
770
|
-
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'collapsed', 'expand
|
|
774
|
+
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
|
|
771
775
|
componentName: 'ChevronRightIcon',
|
|
772
776
|
package: '@atlaskit/icon/core/chevron-right',
|
|
773
777
|
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
774
778
|
shouldRecommendSmallIcon: true,
|
|
775
779
|
type: 'core',
|
|
776
780
|
categorization: 'multi-purpose',
|
|
781
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Next page of pagination results, collapsed tree item, expand tree item',
|
|
777
782
|
team: 'Design System Team',
|
|
778
|
-
status: '
|
|
783
|
+
status: 'published',
|
|
779
784
|
slackChannel: '#icon-contributions'
|
|
780
785
|
},
|
|
781
786
|
'chevron-up': {
|
|
@@ -786,8 +791,9 @@ const metadata = {
|
|
|
786
791
|
shouldRecommendSmallIcon: true,
|
|
787
792
|
type: 'core',
|
|
788
793
|
categorization: 'multi-purpose',
|
|
794
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Close dropdown menu',
|
|
789
795
|
team: 'Design System Team',
|
|
790
|
-
status: '
|
|
796
|
+
status: 'published',
|
|
791
797
|
slackChannel: '#icon-contributions'
|
|
792
798
|
},
|
|
793
799
|
'child-issues': {
|
|
@@ -2364,6 +2370,26 @@ const metadata = {
|
|
|
2364
2370
|
team: 'Design System Team',
|
|
2365
2371
|
status: 'published'
|
|
2366
2372
|
},
|
|
2373
|
+
'panel-left': {
|
|
2374
|
+
keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2375
|
+
componentName: 'PanelLeftIcon',
|
|
2376
|
+
package: '@atlaskit/icon/core/panel-left',
|
|
2377
|
+
type: 'core',
|
|
2378
|
+
categorization: 'single-purpose',
|
|
2379
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
|
|
2380
|
+
team: 'Design System Team',
|
|
2381
|
+
status: 'published'
|
|
2382
|
+
},
|
|
2383
|
+
'panel-right': {
|
|
2384
|
+
keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2385
|
+
componentName: 'PanelRightIcon',
|
|
2386
|
+
package: '@atlaskit/icon/core/panel-right',
|
|
2387
|
+
type: 'core',
|
|
2388
|
+
categorization: 'single-purpose',
|
|
2389
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
2390
|
+
team: 'Design System Team',
|
|
2391
|
+
status: 'published'
|
|
2392
|
+
},
|
|
2367
2393
|
pen: {
|
|
2368
2394
|
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2369
2395
|
componentName: 'PenIcon',
|
|
@@ -3009,7 +3035,7 @@ const metadata = {
|
|
|
3009
3035
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
3010
3036
|
type: 'core',
|
|
3011
3037
|
replacement: {
|
|
3012
|
-
name: '
|
|
3038
|
+
name: 'panel-left',
|
|
3013
3039
|
type: 'core',
|
|
3014
3040
|
location: '@atlaskit/icon'
|
|
3015
3041
|
},
|
|
@@ -3025,7 +3051,7 @@ const metadata = {
|
|
|
3025
3051
|
oldName: ['detail-view', 'room-menu'],
|
|
3026
3052
|
type: 'core',
|
|
3027
3053
|
replacement: {
|
|
3028
|
-
name: '
|
|
3054
|
+
name: 'panel-right',
|
|
3029
3055
|
type: 'core',
|
|
3030
3056
|
location: '@atlaskit/icon'
|
|
3031
3057
|
},
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::7c22ff7738ef2148e1812d19e3326ba2>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {
|
|
@@ -44,10 +44,10 @@ var deprecatedIcons = {
|
|
|
44
44
|
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
45
45
|
},
|
|
46
46
|
'@atlaskit/icon/core/sidebar-left': {
|
|
47
|
-
message: 'The icon "sidebar-left" is deprecated in favour of "
|
|
47
|
+
message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
|
|
48
48
|
},
|
|
49
49
|
'@atlaskit/icon/core/sidebar-right': {
|
|
50
|
-
message: 'The icon "sidebar-right" is deprecated in favour of "
|
|
50
|
+
message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
|
|
51
51
|
},
|
|
52
52
|
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
53
53
|
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::205e7286912020521b2f575b3086483f>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -721,14 +721,15 @@ var metadata = {
|
|
|
721
721
|
status: 'published'
|
|
722
722
|
},
|
|
723
723
|
'chevron-double-left': {
|
|
724
|
-
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', '
|
|
724
|
+
keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', 'previous year', 'left'],
|
|
725
725
|
componentName: 'ChevronDoubleLeftIcon',
|
|
726
726
|
package: '@atlaskit/icon/core/chevron-double-left',
|
|
727
727
|
shouldRecommendSmallIcon: true,
|
|
728
728
|
type: 'core',
|
|
729
729
|
categorization: 'multi-purpose',
|
|
730
|
+
usage: 'Known uses: Navigate to previous year in calendar/date picker',
|
|
730
731
|
team: 'Design System Team',
|
|
731
|
-
status: '
|
|
732
|
+
status: 'published',
|
|
732
733
|
slackChannel: '#icon-contributions'
|
|
733
734
|
},
|
|
734
735
|
'chevron-double-right': {
|
|
@@ -738,44 +739,48 @@ var metadata = {
|
|
|
738
739
|
shouldRecommendSmallIcon: true,
|
|
739
740
|
type: 'core',
|
|
740
741
|
categorization: 'multi-purpose',
|
|
742
|
+
usage: 'Known uses: Navigate to next year in calendar/date picker',
|
|
741
743
|
team: 'Design System Team',
|
|
742
|
-
status: '
|
|
744
|
+
status: 'published',
|
|
743
745
|
slackChannel: '#icon-contributions'
|
|
744
746
|
},
|
|
745
747
|
'chevron-down': {
|
|
746
|
-
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', '
|
|
748
|
+
keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', 'expand', 'open'],
|
|
747
749
|
componentName: 'ChevronDownIcon',
|
|
748
750
|
package: '@atlaskit/icon/core/chevron-down',
|
|
749
751
|
oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
|
|
750
752
|
shouldRecommendSmallIcon: true,
|
|
751
753
|
type: 'core',
|
|
752
754
|
categorization: 'multi-purpose',
|
|
755
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Open dropdown menu, expanded tree item, collapse tree item',
|
|
753
756
|
team: 'Design System Team',
|
|
754
|
-
status: '
|
|
757
|
+
status: 'published',
|
|
755
758
|
slackChannel: '#icon-contributions'
|
|
756
759
|
},
|
|
757
760
|
'chevron-left': {
|
|
758
|
-
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back'],
|
|
761
|
+
keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back', 'previous'],
|
|
759
762
|
componentName: 'ChevronLeftIcon',
|
|
760
763
|
package: '@atlaskit/icon/core/chevron-left',
|
|
761
764
|
oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
|
|
762
765
|
shouldRecommendSmallIcon: true,
|
|
763
766
|
type: 'core',
|
|
764
767
|
categorization: 'multi-purpose',
|
|
768
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Navigate back, show previous page of pagination results',
|
|
765
769
|
team: 'Design System Team',
|
|
766
|
-
status: '
|
|
770
|
+
status: 'published',
|
|
767
771
|
slackChannel: '#icon-contributions'
|
|
768
772
|
},
|
|
769
773
|
'chevron-right': {
|
|
770
|
-
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'collapsed', 'expand
|
|
774
|
+
keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
|
|
771
775
|
componentName: 'ChevronRightIcon',
|
|
772
776
|
package: '@atlaskit/icon/core/chevron-right',
|
|
773
777
|
oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
|
|
774
778
|
shouldRecommendSmallIcon: true,
|
|
775
779
|
type: 'core',
|
|
776
780
|
categorization: 'multi-purpose',
|
|
781
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Next page of pagination results, collapsed tree item, expand tree item',
|
|
777
782
|
team: 'Design System Team',
|
|
778
|
-
status: '
|
|
783
|
+
status: 'published',
|
|
779
784
|
slackChannel: '#icon-contributions'
|
|
780
785
|
},
|
|
781
786
|
'chevron-up': {
|
|
@@ -786,8 +791,9 @@ var metadata = {
|
|
|
786
791
|
shouldRecommendSmallIcon: true,
|
|
787
792
|
type: 'core',
|
|
788
793
|
categorization: 'multi-purpose',
|
|
794
|
+
usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Close dropdown menu',
|
|
789
795
|
team: 'Design System Team',
|
|
790
|
-
status: '
|
|
796
|
+
status: 'published',
|
|
791
797
|
slackChannel: '#icon-contributions'
|
|
792
798
|
},
|
|
793
799
|
'child-issues': {
|
|
@@ -2364,6 +2370,26 @@ var metadata = {
|
|
|
2364
2370
|
team: 'Design System Team',
|
|
2365
2371
|
status: 'published'
|
|
2366
2372
|
},
|
|
2373
|
+
'panel-left': {
|
|
2374
|
+
keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2375
|
+
componentName: 'PanelLeftIcon',
|
|
2376
|
+
package: '@atlaskit/icon/core/panel-left',
|
|
2377
|
+
type: 'core',
|
|
2378
|
+
categorization: 'single-purpose',
|
|
2379
|
+
usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
|
|
2380
|
+
team: 'Design System Team',
|
|
2381
|
+
status: 'published'
|
|
2382
|
+
},
|
|
2383
|
+
'panel-right': {
|
|
2384
|
+
keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
|
|
2385
|
+
componentName: 'PanelRightIcon',
|
|
2386
|
+
package: '@atlaskit/icon/core/panel-right',
|
|
2387
|
+
type: 'core',
|
|
2388
|
+
categorization: 'single-purpose',
|
|
2389
|
+
usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
|
|
2390
|
+
team: 'Design System Team',
|
|
2391
|
+
status: 'published'
|
|
2392
|
+
},
|
|
2367
2393
|
pen: {
|
|
2368
2394
|
keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
|
|
2369
2395
|
componentName: 'PenIcon',
|
|
@@ -3009,7 +3035,7 @@ var metadata = {
|
|
|
3009
3035
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
3010
3036
|
type: 'core',
|
|
3011
3037
|
replacement: {
|
|
3012
|
-
name: '
|
|
3038
|
+
name: 'panel-left',
|
|
3013
3039
|
type: 'core',
|
|
3014
3040
|
location: '@atlaskit/icon'
|
|
3015
3041
|
},
|
|
@@ -3025,7 +3051,7 @@ var metadata = {
|
|
|
3025
3051
|
oldName: ['detail-view', 'room-menu'],
|
|
3026
3052
|
type: 'core',
|
|
3027
3053
|
replacement: {
|
|
3028
|
-
name: '
|
|
3054
|
+
name: 'panel-right',
|
|
3029
3055
|
type: 'core',
|
|
3030
3056
|
location: '@atlaskit/icon'
|
|
3031
3057
|
},
|
|
@@ -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::
|
|
6
|
+
* @codegen <<SignedSource::7c22ff7738ef2148e1812d19e3326ba2>>
|
|
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::
|
|
6
|
+
* @codegen <<SignedSource::205e7286912020521b2f575b3086483f>>
|
|
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::
|
|
6
|
+
* @codegen <<SignedSource::7c22ff7738ef2148e1812d19e3326ba2>>
|
|
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::
|
|
6
|
+
* @codegen <<SignedSource::205e7286912020521b2f575b3086483f>>
|
|
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": "26.
|
|
3
|
+
"version": "26.3.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/"
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@atlaskit/icon-file-type": "^7.0.0",
|
|
120
120
|
"@atlaskit/icon-object": "^7.1.0",
|
|
121
121
|
"@atlaskit/link": "^3.2.0",
|
|
122
|
-
"@atlaskit/logo": "^18.
|
|
122
|
+
"@atlaskit/logo": "^18.1.0",
|
|
123
123
|
"@atlaskit/menu": "^8.0.0",
|
|
124
124
|
"@atlaskit/modal-dialog": "^14.2.0",
|
|
125
125
|
"@atlaskit/primitives": "^14.8.0",
|
package/svgs/core/attachment.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m5.22 8.47 4.5-4.5 1.06 1.06-4.5 4.5a.664.664 0 0 0 .94.94l4.5-4.5a2.079 2.079 0 0 0-2.94-2.94l-4.5 4.5a3.492 3.492 0 0 0 4.94 4.94l2.5-2.5 1.06 1.06-2.5 2.5a4.993 4.993 0 0 1-7.06-7.06l4.5-4.5a3.578 3.578 0 0 1 5.06 5.06l-4.5 4.5a2.165 2.165 0 0 1-3.06-3.06"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
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 0m-2.174-2.52-5 6a.75.75 0 0 1-1.152 0l-2.5-3 1.152-.96L6.75 9.828l4.424-5.308zM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/></svg>
|
package/svgs/core/clock.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
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 0M8.75 3.25v4.389l2.219 1.775-.938 1.172-2.5-2-.281-.226V3.25zM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/></svg>
|
package/svgs/core/defect.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H9.513l-1.166 3h1.903a.75.75 0 0 1 .7 1.021l-1.75 4.5-1.4-.543L9.154 7H7.25a.75.75 0 0 1-.7-1.021L7.904 2.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></svg>
|
package/svgs/core/devices.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5zM13 3a.5.5 0 0 0-.5-.5h-9A.5.5 0 0 0 3 3v7h5v1.5H1.5v.5a.5.5 0 0 0 .5.5h6V14H2a2 2 0 0 1-2-2v-1.25l.004-.077A.75.75 0 0 1 .75 10h.75V3a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1.5H13zm3 11a2 2 0 0 1-2 2h-2.5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2H14a2 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"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM8.75 4v5h-1.5V4zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M9 11.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m5.59 9.97-3 3.75a.75.75 0 0 1-1.16.01l-.05-.07-1.37-2.12 1.26-.81.81 1.25 2.33-2.95zm0-7.5-3 3.75a.75.75 0 0 1-1.16.01l-.05-.07L.01 4.04l1.26-.81.81 1.25 2.33-2.95zM16 11v1.5H7V11zm0-7.5V5H7V3.5z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM12 7.25v1.5H4v-1.5zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H8v11h6a.5.5 0 0 0 .5-.5zM5 10v1.5H3V10zm0-3v1.5H3V7zm0-3v1.5H3V4zm-3.5 9a.5.5 0 0 0 .5.5h4.5v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H9.5v11H14a.5.5 0 0 0 .5-.5zM13 10v1.5h-2V10zm0-3v1.5h-2V7zm0-3v1.5h-2V4zM1.5 13a.5.5 0 0 0 .5.5h6v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/></svg>
|
package/svgs/core/pen.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M.22.22A.75.75 0 0 1 .936.023l9.96 2.548.142.042a2 2 0 0 1 1.336 1.568l.643 3.858a.75.75 0 0 1 .763.18l2 2a.75.75 0 0 1 0 1.061l-4.5 4.5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1-.18-.763l-3.86-.643a2 2 0 0 1-1.567-1.336l-.042-.142L.023.936A.75.75 0 0 1 .22.22m9.59 13.03.94.94 3.44-3.44-.94-.94zM8 7.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-3.842-.781L2.154 3.215l1.87 7.31.024.07a.5.5 0 0 0 .379.3l4.815.801 2.454-2.454-.801-4.815a.5.5 0 0 0-.3-.38l-.07-.023-7.31-1.87 3.504 3.504A2 2 0 0 1 9.5 7.5"/></svg>
|
package/svgs/core/pin-filled.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.354 0a1.376 1.376 0 0 0-1.268 1.908l.089.174L5 3.458v3.475a5 5 0 0 0-1.184.61C2.898 8.195 2 9.348 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.056-1.816-3.706A5 5 0 0 0 11 6.933V3.458l.825-1.376A1.375 1.375 0 0 0 10.647 0zm4.252 2.864-.045.09a.8.8 0 0 0-.061.296V7.5c0 .367.265.68.627.74l.008.001.066.016a3.4 3.4 0 0 1 1.115.512c.463.327.938.852 1.113 1.731H3.57c.175-.88.65-1.404 1.113-1.731a3.4 3.4 0 0 1 1.181-.528l.008-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.106-.386L5.574 1.5h4.852z"/><path fill="currentcolor" d="m9.606 2.864-.045.09a.8.8 0 0 0-.061.296V7.5c0 .367.265.68.627.74l.008.001.066.016a3.4 3.4 0 0 1 1.115.512c.463.327.938.852 1.113 1.731H3.57c.175-.88.65-1.404 1.113-1.731a3.4 3.4 0 0 1 1.181-.528l.008-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.106-.386L5.574 1.5h4.852z"/></svg>
|
package/svgs/core/pin.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.354 0a1.376 1.376 0 0 0-1.268 1.908l.089.174L5 3.458v3.475a5 5 0 0 0-1.184.61C2.898 8.195 2 9.348 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.056-1.816-3.706A5 5 0 0 0 11 6.933V3.458l.825-1.376A1.375 1.375 0 0 0 10.647 0zm4.252 2.864a.75.75 0 0 0-.106.386V7.5c0 .367.265.68.627.74l.008.001.066.016a3.4 3.4 0 0 1 1.115.512c.463.327.938.852 1.113 1.731H3.57c.175-.88.65-1.404 1.113-1.731a3.4 3.4 0 0 1 1.181-.528l.008-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.106-.386L5.574 1.5h4.852z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM8.75 4v3.25H12v1.5H8.75V12h-1.5V8.75H4v-1.5h3.25V4zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 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"
|
|
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 0M12 7.25v1.5H4v-1.5zM16 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"
|
|
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 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
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 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
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 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 7.251-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 9.352l5.087-3.353z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 9.251-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 11.352l5.087-3.353zm0-4.5-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 6.852l5.087-3.353z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
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 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14 9.5V11H2V9.5zM14 5v1.5H2V5z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.913 11.251-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 13.352l5.087-3.353zm0-4.5-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 8.852l5.087-3.353zm0-4.5-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 4.352 13.087.999z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><circle cx="8" cy="8" r="7.25" stroke="currentcolor" stroke-width="1.5"/></svg>
|
package/svgs/core/problem.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M2.343 2.343a8 8 0 1 1 11.314 11.315A8 8 0 0 1 2.343 2.343m.561 1.622a6.5 6.5 0 0 0 9.13 9.13zm9.693-.562a6.5 6.5 0 0 0-8.632-.499l9.13 9.13a6.5 6.5 0 0 0-.498-8.63"/></svg>
|
package/svgs/core/story.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.518 3a.5.5 0 0 0-.5-.5H4.983a.5.5 0 0 0-.5.5v9.806L8 10.333l.431.304 3.087 2.169zm1.5 11.202a.776.776 0 0 1-1.122.694l-.099-.06L8 12.166l-3.796 2.67a.775.775 0 0 1-1.22-.634V3a2 2 0 0 1 2-2h6.035a2 2 0 0 1 2 2z"/></svg>
|
package/svgs/core/subtasks.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 9.25a.5.5 0 0 0-.5-.5H8.75V13a.5.5 0 0 0 .5.5H13a.5.5 0 0 0 .5-.5zM7.25 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v3.75a.5.5 0 0 0 .5.5h4.25zm1.5 4.25H13a2 2 0 0 1 2 2V13a2 2 0 0 1-2 2H9.25a2 2 0 0 1-2-2V8.75H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h3.75a2 2 0 0 1 2 2z"/></svg>
|
package/svgs/core/tools.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 5q0-.093-.006-.185L12.78 6.53a.75.75 0 0 1-1.004.052l-.056-.052-2.25-2.25a.75.75 0 0 1 0-1.06l1.714-1.715a3.5 3.5 0 0 0-3.406 4.864.75.75 0 0 1-.16.823l-5.829 5.83a.84.84 0 0 0 0 1.189l.064.058c.33.27.818.25 1.126-.058l5.74-5.741.088-.088.086-.073a.75.75 0 0 1 .738-.086 3.5 3.5 0 0 0 1.773.254l.162-.023A3.5 3.5 0 0 0 14.5 5m-5.43 5.241 3.97 3.97a.841.841 0 0 0 1.189-1.19L11.2 9.994q-.1.005-.2.006a5 5 0 0 1-1.47-.22zM1.662 1.896l.799 1.586H3.5V2.464l-1.602-.802zM16 5a5 5 0 0 1-3.062 4.61l2.351 2.35a2.34 2.34 0 0 1-3.31 3.311l-3.97-3.97-3.97 3.97a2.34 2.34 0 0 1-3.133.162L.73 15.27a2.34 2.34 0 0 1 0-3.31l5.094-5.095L3.94 4.982H2a.75.75 0 0 1-.67-.413L.08 2.087a.75.75 0 0 1 .14-.867l1-1 .09-.077a.75.75 0 0 1 .775-.064l2.5 1.25.09.054A.75.75 0 0 1 5 2v1.922l1.002 1.002A5 5 0 0 1 12.956.397l.083.041a.75.75 0 0 1 .153 1.18L11.061 3.75l1.188 1.188 2.133-2.131.07-.06a.75.75 0 0 1 1.15.297C15.86 3.646 16 4.307 16 5"/></svg>
|
package/svgs/core/work-item.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5H2a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zm-2.927 1.983-4 4.75a.75.75 0 0 1-1.146 0l-2-2.375 1.146-.966L7 9.085l3.427-4.068zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
|
package/svgs/core/work-items.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.5 4a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zM9.448 5.608l-3.167 3.75a.75.75 0 0 1-1.09.061l-.055-.06-1.584-1.876 1.146-.966 1.01 1.196 2.594-3.071zM13 10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M14.5 11.75V7H16v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75"/></svg>
|