@atlaskit/icon-lab 4.8.0 → 4.9.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 CHANGED
@@ -1,5 +1,26 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 4.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#141669](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/141669)
8
+ [`9834d79a5cece`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9834d79a5cece) -
9
+ This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `layout-three-columns-sidebars-left`
16
+ - `layout-three-columns-sidebars-right`
17
+ - `studio`
18
+ - `telescope`
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+
3
24
  ## 4.8.0
4
25
 
5
26
  ### Minor Changes
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b10fddd71df670ff6e07ae902e1db1cb>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const LayoutThreeColumnsSidebarsLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default LayoutThreeColumnsSidebarsLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8011e827a84100ecf0a66bb98e2d5705>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "LayoutThreeColumnsSidebarsLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for 3 column layout with 2 sidebars on left option in Confluence Editor.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const LayoutThreeColumnsSidebarsLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 2.375C0 1.615.616 1 1.375 1h.75c.76 0 1.375.616 1.375 1.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75C.615 15 0 14.384 0 13.625zm1.5.125v11H2v-11zM5 2.375C5 1.615 5.616 1 6.375 1h.75c.76 0 1.375.616 1.375 1.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75C5.615 15 5 14.384 5 13.625zm1.5.125v11H7v-11zm3.5-.125C10 1.615 10.616 1 11.375 1h3.25C15.385 1 16 1.616 16 2.375v11.25c0 .76-.616 1.375-1.375 1.375h-3.25c-.76 0-1.375-.616-1.375-1.375zm1.5.125v11h3v-11z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ LayoutThreeColumnsSidebarsLeftIcon.displayName = 'LayoutThreeColumnsSidebarsLeftIcon';
28
+ var _default = exports.default = LayoutThreeColumnsSidebarsLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::478c16600900804e96459f50620b64d0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const LayoutThreeColumnsSidebarsRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default LayoutThreeColumnsSidebarsRightIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::be0749eebfc6b708c7016889e1de20a0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "LayoutThreeColumnsSidebarsRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for 3 column layout with 2 sidebars on right option in Confluence Editor.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const LayoutThreeColumnsSidebarsRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 2.375C0 1.615.616 1 1.375 1h3.25C5.385 1 6 1.616 6 2.375v11.25C6 14.385 5.384 15 4.625 15h-3.25C.615 15 0 14.384 0 13.625zm1.5.125v11h3v-11zm6-.125C7.5 1.615 8.116 1 8.875 1h.75C10.385 1 11 1.616 11 2.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75c-.76 0-1.375-.616-1.375-1.375zM9 2.5v11h.5v-11zm3.5-.125c0-.76.616-1.375 1.375-1.375h.75C15.385 1 16 1.616 16 2.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75c-.76 0-1.375-.616-1.375-1.375zM14 2.5v11h.5v-11z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ LayoutThreeColumnsSidebarsRightIcon.displayName = 'LayoutThreeColumnsSidebarsRightIcon';
28
+ var _default = exports.default = LayoutThreeColumnsSidebarsRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2622294ee2582a5f748b152872a027ea>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const StudioIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default StudioIcon;
package/core/studio.js ADDED
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::983082c1a46274d57865b312a3584142>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "Studio".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for functional representation of Atlassian Studio
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const StudioIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.5 7.875c0-.76.616-1.375 1.375-1.375h6.75c.76 0 1.375.616 1.375 1.375v6.75c0 .76-.616 1.375-1.375 1.375h-6.75c-.76 0-1.375-.616-1.375-1.375zM8 8v6.5h6.5V8z" clip-rule="evenodd"/><path fill="currentcolor" d="M5.955.235a1.38 1.38 0 0 0-1.41 0L.67 2.549C.254 2.797 0 3.246 0 3.73v4.29c0 .484.254.933.67 1.18l3.875 2.315q.216.128.455.172V10.04L1.5 7.95V3.8l3.75-2.239L9 3.801V5h1.5V3.73c0-.484-.255-.933-.67-1.18z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ StudioIcon.displayName = 'StudioIcon';
28
+ var _default = exports.default = StudioIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::18598ce35cf7f85a40c338f35b440ed2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TelescopeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TelescopeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8ad4e654fa4e4c8e1f7aa3f5bd455262>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "Telescope".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Known uses: Discover feature in Atlassian Home
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const TelescopeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M9.708 4.312 3.702 6.799l.091.22.005.011.957 2.31.004.011.091.22 1.417-.587A2 2 0 0 1 9.463 7.66l1.393-.576zm1.77 4.138-1.248.516a2 2 0 0 1-.323 1.404l2.242 3.88-1.298.75-2.192-3.792a2 2 0 0 1-.819 0L5.65 15l-1.3-.75 2.164-3.744-1.205.499a1.376 1.376 0 0 1-1.605-.418l-1.665.69a.75.75 0 0 1-.98-.406L.103 8.56a.75.75 0 0 1 .405-.98l1.665-.69a1.38 1.38 0 0 1 .84-1.43L9.18 2.906a1.38 1.38 0 0 1 .84-1.43L12.446.472a.75.75 0 0 1 .98.405l2.488 6.006a.75.75 0 0 1-.406.98l-2.425 1.004a1.376 1.376 0 0 1-1.605-.417m-8.779-.153-.924.383.383.924.924-.383zm9.925-.863-1.913-4.62 1.617-.67 1.913 4.62zM8.25 8.75a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TelescopeIcon.displayName = 'TelescopeIcon';
28
+ var _default = exports.default = TelescopeIcon;
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
12
+ * @codegen <<SignedSource::507d576ac51298bbe1df0e262a310ef0>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -632,6 +632,26 @@ var metadata = {
632
632
  team: 'Confluence Editor',
633
633
  status: 'published'
634
634
  },
635
+ 'layout-three-columns-sidebars-left': {
636
+ keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
637
+ componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
638
+ package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
639
+ type: 'core',
640
+ categorization: 'single-purpose',
641
+ usage: 'Reserved for 3 column layout with 2 sidebars on left option in Confluence Editor.',
642
+ team: 'Editor',
643
+ status: 'published'
644
+ },
645
+ 'layout-three-columns-sidebars-right': {
646
+ keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
647
+ componentName: 'LayoutThreeColumnsSidebarsRightIcon',
648
+ package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
649
+ type: 'core',
650
+ categorization: 'single-purpose',
651
+ usage: 'Reserved for 3 column layout with 2 sidebars on right option in Confluence Editor.',
652
+ team: 'Editor',
653
+ status: 'published'
654
+ },
635
655
  'link-restricted-access': {
636
656
  keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'core', 'link', 'strikethrough', 'limited'],
637
657
  componentName: 'LinkRestrictedAccessIcon',
@@ -1223,6 +1243,16 @@ var metadata = {
1223
1243
  team: 'Whiteboards',
1224
1244
  status: 'published'
1225
1245
  },
1246
+ studio: {
1247
+ keywords: ['studio', 'icon', 'icon-lab', 'core', 'studio', 'atlassian studio'],
1248
+ componentName: 'StudioIcon',
1249
+ package: '@atlaskit/icon-lab/core/studio',
1250
+ type: 'core',
1251
+ categorization: 'single-purpose',
1252
+ usage: 'Reserved for functional representation of Atlassian Studio',
1253
+ team: 'Design Systems Team',
1254
+ status: 'published'
1255
+ },
1226
1256
  'suggested-edit': {
1227
1257
  keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
1228
1258
  componentName: 'SuggestedEditIcon',
@@ -1305,6 +1335,16 @@ var metadata = {
1305
1335
  team: 'Talent',
1306
1336
  status: 'published'
1307
1337
  },
1338
+ telescope: {
1339
+ keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
1340
+ componentName: 'TelescopeIcon',
1341
+ package: '@atlaskit/icon-lab/core/telescope',
1342
+ type: 'core',
1343
+ categorization: 'multi-purpose',
1344
+ usage: 'Known uses: Discover feature in Atlassian Home',
1345
+ team: 'Atlassian Home',
1346
+ status: 'published'
1347
+ },
1308
1348
  template: {
1309
1349
  keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
1310
1350
  componentName: 'TemplateIcon',
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
6
+ * @codegen <<SignedSource::507d576ac51298bbe1df0e262a310ef0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -626,6 +626,26 @@ const metadata = {
626
626
  team: 'Confluence Editor',
627
627
  status: 'published'
628
628
  },
629
+ 'layout-three-columns-sidebars-left': {
630
+ keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
631
+ componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
632
+ package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
633
+ type: 'core',
634
+ categorization: 'single-purpose',
635
+ usage: 'Reserved for 3 column layout with 2 sidebars on left option in Confluence Editor.',
636
+ team: 'Editor',
637
+ status: 'published'
638
+ },
639
+ 'layout-three-columns-sidebars-right': {
640
+ keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
641
+ componentName: 'LayoutThreeColumnsSidebarsRightIcon',
642
+ package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
643
+ type: 'core',
644
+ categorization: 'single-purpose',
645
+ usage: 'Reserved for 3 column layout with 2 sidebars on right option in Confluence Editor.',
646
+ team: 'Editor',
647
+ status: 'published'
648
+ },
629
649
  'link-restricted-access': {
630
650
  keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'core', 'link', 'strikethrough', 'limited'],
631
651
  componentName: 'LinkRestrictedAccessIcon',
@@ -1217,6 +1237,16 @@ const metadata = {
1217
1237
  team: 'Whiteboards',
1218
1238
  status: 'published'
1219
1239
  },
1240
+ studio: {
1241
+ keywords: ['studio', 'icon', 'icon-lab', 'core', 'studio', 'atlassian studio'],
1242
+ componentName: 'StudioIcon',
1243
+ package: '@atlaskit/icon-lab/core/studio',
1244
+ type: 'core',
1245
+ categorization: 'single-purpose',
1246
+ usage: 'Reserved for functional representation of Atlassian Studio',
1247
+ team: 'Design Systems Team',
1248
+ status: 'published'
1249
+ },
1220
1250
  'suggested-edit': {
1221
1251
  keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
1222
1252
  componentName: 'SuggestedEditIcon',
@@ -1299,6 +1329,16 @@ const metadata = {
1299
1329
  team: 'Talent',
1300
1330
  status: 'published'
1301
1331
  },
1332
+ telescope: {
1333
+ keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
1334
+ componentName: 'TelescopeIcon',
1335
+ package: '@atlaskit/icon-lab/core/telescope',
1336
+ type: 'core',
1337
+ categorization: 'multi-purpose',
1338
+ usage: 'Known uses: Discover feature in Atlassian Home',
1339
+ team: 'Atlassian Home',
1340
+ status: 'published'
1341
+ },
1302
1342
  template: {
1303
1343
  keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
1304
1344
  componentName: 'TemplateIcon',
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
6
+ * @codegen <<SignedSource::507d576ac51298bbe1df0e262a310ef0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -626,6 +626,26 @@ var metadata = {
626
626
  team: 'Confluence Editor',
627
627
  status: 'published'
628
628
  },
629
+ 'layout-three-columns-sidebars-left': {
630
+ keywords: ['layout-three-columns-sidebars-left', 'layoutthreecolumnssidebarsleft', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
631
+ componentName: 'LayoutThreeColumnsSidebarsLeftIcon',
632
+ package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-left',
633
+ type: 'core',
634
+ categorization: 'single-purpose',
635
+ usage: 'Reserved for 3 column layout with 2 sidebars on left option in Confluence Editor.',
636
+ team: 'Editor',
637
+ status: 'published'
638
+ },
639
+ 'layout-three-columns-sidebars-right': {
640
+ keywords: ['layout-three-columns-sidebars-right', 'layoutthreecolumnssidebarsright', 'icon', 'icon-lab', 'core', 'layout', 'columns', '3 col', '3 cols', 'sidebars', 'asides'],
641
+ componentName: 'LayoutThreeColumnsSidebarsRightIcon',
642
+ package: '@atlaskit/icon-lab/core/layout-three-columns-sidebars-right',
643
+ type: 'core',
644
+ categorization: 'single-purpose',
645
+ usage: 'Reserved for 3 column layout with 2 sidebars on right option in Confluence Editor.',
646
+ team: 'Editor',
647
+ status: 'published'
648
+ },
629
649
  'link-restricted-access': {
630
650
  keywords: ['link-restricted-access', 'linkrestrictedaccess', 'icon', 'icon-lab', 'core', 'link', 'strikethrough', 'limited'],
631
651
  componentName: 'LinkRestrictedAccessIcon',
@@ -1217,6 +1237,16 @@ var metadata = {
1217
1237
  team: 'Whiteboards',
1218
1238
  status: 'published'
1219
1239
  },
1240
+ studio: {
1241
+ keywords: ['studio', 'icon', 'icon-lab', 'core', 'studio', 'atlassian studio'],
1242
+ componentName: 'StudioIcon',
1243
+ package: '@atlaskit/icon-lab/core/studio',
1244
+ type: 'core',
1245
+ categorization: 'single-purpose',
1246
+ usage: 'Reserved for functional representation of Atlassian Studio',
1247
+ team: 'Design Systems Team',
1248
+ status: 'published'
1249
+ },
1220
1250
  'suggested-edit': {
1221
1251
  keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
1222
1252
  componentName: 'SuggestedEditIcon',
@@ -1299,6 +1329,16 @@ var metadata = {
1299
1329
  team: 'Talent',
1300
1330
  status: 'published'
1301
1331
  },
1332
+ telescope: {
1333
+ keywords: ['telescope', 'icon', 'icon-lab', 'core', 'telescope', 'scope', 'discover', 'discovery'],
1334
+ componentName: 'TelescopeIcon',
1335
+ package: '@atlaskit/icon-lab/core/telescope',
1336
+ type: 'core',
1337
+ categorization: 'multi-purpose',
1338
+ usage: 'Known uses: Discover feature in Atlassian Home',
1339
+ team: 'Atlassian Home',
1340
+ status: 'published'
1341
+ },
1302
1342
  template: {
1303
1343
  keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
1304
1344
  componentName: 'TemplateIcon',
@@ -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::2f9fbb2d46d4b891b4d432fc10fa866b>>
6
+ * @codegen <<SignedSource::507d576ac51298bbe1df0e262a310ef0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::2f9fbb2d46d4b891b4d432fc10fa866b>>
6
+ * @codegen <<SignedSource::507d576ac51298bbe1df0e262a310ef0>>
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-lab",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/modal-dialog": "^14.1.0",
49
49
  "@atlaskit/primitives": "^14.4.0",
50
50
  "@atlaskit/textfield": "^8.0.0",
51
- "@atlaskit/tokens": "^4.7.0",
51
+ "@atlaskit/tokens": "^4.8.0",
52
52
  "@atlaskit/tooltip": "^20.0.0",
53
53
  "@atlassian/ssr-tests": "^0.2.0",
54
54
  "@compiled/react": "^0.18.3",
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M0 2.375C0 1.615.616 1 1.375 1h.75c.76 0 1.375.616 1.375 1.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75C.615 15 0 14.384 0 13.625zm1.5.125v11H2v-11zM5 2.375C5 1.615 5.616 1 6.375 1h.75c.76 0 1.375.616 1.375 1.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75C5.615 15 5 14.384 5 13.625zm1.5.125v11H7v-11zm3.5-.125C10 1.615 10.616 1 11.375 1h3.25C15.385 1 16 1.616 16 2.375v11.25c0 .76-.616 1.375-1.375 1.375h-3.25c-.76 0-1.375-.616-1.375-1.375zm1.5.125v11h3v-11z" 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="M0 2.375C0 1.615.616 1 1.375 1h3.25C5.385 1 6 1.616 6 2.375v11.25C6 14.385 5.384 15 4.625 15h-3.25C.615 15 0 14.384 0 13.625zm1.5.125v11h3v-11zm6-.125C7.5 1.615 8.116 1 8.875 1h.75C10.385 1 11 1.616 11 2.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75c-.76 0-1.375-.616-1.375-1.375zM9 2.5v11h.5v-11zm3.5-.125c0-.76.616-1.375 1.375-1.375h.75C15.385 1 16 1.616 16 2.375v11.25c0 .76-.616 1.375-1.375 1.375h-.75c-.76 0-1.375-.616-1.375-1.375zM14 2.5v11h.5v-11z" 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.5 7.875c0-.76.616-1.375 1.375-1.375h6.75c.76 0 1.375.616 1.375 1.375v6.75c0 .76-.616 1.375-1.375 1.375h-6.75c-.76 0-1.375-.616-1.375-1.375zM8 8v6.5h6.5V8z" clip-rule="evenodd"/><path fill="currentcolor" d="M5.955.235a1.38 1.38 0 0 0-1.41 0L.67 2.549C.254 2.797 0 3.246 0 3.73v4.29c0 .484.254.933.67 1.18l3.875 2.315q.216.128.455.172V10.04L1.5 7.95V3.8l3.75-2.239L9 3.801V5h1.5V3.73c0-.484-.255-.933-.67-1.18z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M9.708 4.312 3.702 6.799l.091.22.005.011.957 2.31.004.011.091.22 1.417-.587A2 2 0 0 1 9.463 7.66l1.393-.576zm1.77 4.138-1.248.516a2 2 0 0 1-.323 1.404l2.242 3.88-1.298.75-2.192-3.792a2 2 0 0 1-.819 0L5.65 15l-1.3-.75 2.164-3.744-1.205.499a1.376 1.376 0 0 1-1.605-.418l-1.665.69a.75.75 0 0 1-.98-.406L.103 8.56a.75.75 0 0 1 .405-.98l1.665-.69a1.38 1.38 0 0 1 .84-1.43L9.18 2.906a1.38 1.38 0 0 1 .84-1.43L12.446.472a.75.75 0 0 1 .98.405l2.488 6.006a.75.75 0 0 1-.406.98l-2.425 1.004a1.376 1.376 0 0 1-1.605-.417m-8.779-.153-.924.383.383.924.924-.383zm9.925-.863-1.913-4.62 1.617-.67 1.913 4.62zM8.25 8.75a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1" clip-rule="evenodd"/></svg>