@atlaskit/icon-lab 4.3.0 → 4.5.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 +60 -0
- package/core/arrows-diagonal-up-right-down-left.d.ts +13 -0
- package/core/arrows-diagonal-up-right-down-left.js +28 -0
- package/core/assets-graph.d.ts +13 -0
- package/core/assets-graph.js +28 -0
- package/core/beach-umbrella.js +2 -5
- package/core/calculate.js +2 -2
- package/core/cloud-offline.js +12 -21
- package/core/cloud-saved.js +12 -21
- package/core/colour-none.js +2 -2
- package/core/cursor-strikethrough.js +12 -21
- package/core/database-storage-cache.js +12 -21
- package/core/divider-element.js +4 -7
- package/core/expand-element.js +4 -7
- package/core/gift.js +2 -5
- package/core/image-alt-text.d.ts +13 -0
- package/core/image-alt-text.js +28 -0
- package/core/image-crop.d.ts +13 -0
- package/core/image-crop.js +28 -0
- package/core/jira.js +2 -2
- package/core/layout-five-columns.d.ts +13 -0
- package/core/layout-five-columns.js +28 -0
- package/core/layout-four-columns.d.ts +13 -0
- package/core/layout-four-columns.js +28 -0
- package/core/notepad.d.ts +13 -0
- package/core/notepad.js +28 -0
- package/core/panel.d.ts +13 -0
- package/core/panel.js +28 -0
- package/core/party-popper.js +2 -5
- package/core/queue-pop-in.js +2 -5
- package/core/queue-pop-out.js +2 -5
- package/core/recur.d.ts +13 -0
- package/core/recur.js +28 -0
- package/core/sort-options.js +2 -2
- package/core/suggested-edit.d.ts +13 -0
- package/core/suggested-edit.js +28 -0
- package/core/talent.d.ts +13 -0
- package/core/talent.js +28 -0
- package/core/text-conclusion-add.d.ts +13 -0
- package/core/text-conclusion-add.js +28 -0
- package/core/text-introduction-add.d.ts +13 -0
- package/core/text-introduction-add.js +28 -0
- package/core/text-lengthen.d.ts +13 -0
- package/core/text-lengthen.js +28 -0
- package/core/text-paragraph.d.ts +13 -0
- package/core/text-paragraph.js +28 -0
- package/core/text-rephrase.d.ts +13 -0
- package/core/text-rephrase.js +28 -0
- package/core/vehicle-airplane.js +2 -5
- package/core/video-hd-filled.d.ts +13 -0
- package/core/video-hd-filled.js +28 -0
- package/core/video-hd.d.ts +13 -0
- package/core/video-hd.js +28 -0
- package/core/view-type-board-home.js +2 -2
- package/core/view-type-card-home.js +2 -2
- package/core/view-type-table-home.js +2 -2
- package/core/warning-outline.d.ts +13 -0
- package/core/warning-outline.js +28 -0
- package/core/work-item-add.d.ts +13 -0
- package/core/work-item-add.js +28 -0
- package/dist/cjs/metadata-core.js +190 -8
- package/dist/es2019/metadata-core.js +190 -8
- package/dist/esm/metadata-core.js +190 -8
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/arrows-diagonal-up-right-down-left.svg +1 -0
- package/svgs/core/assets-graph.svg +1 -0
- package/svgs/core/calculate.svg +1 -1
- package/svgs/core/colour-none.svg +1 -1
- package/svgs/core/image-alt-text.svg +1 -0
- package/svgs/core/image-crop.svg +1 -0
- package/svgs/core/layout-five-columns.svg +1 -0
- package/svgs/core/layout-four-columns.svg +1 -0
- package/svgs/core/notepad.svg +1 -0
- package/svgs/core/panel.svg +1 -0
- package/svgs/core/recur.svg +1 -0
- package/svgs/core/sort-options.svg +1 -1
- package/svgs/core/suggested-edit.svg +1 -0
- package/svgs/core/talent.svg +1 -0
- package/svgs/core/text-conclusion-add.svg +1 -0
- package/svgs/core/text-introduction-add.svg +1 -0
- package/svgs/core/text-lengthen.svg +1 -0
- package/svgs/core/text-paragraph.svg +1 -0
- package/svgs/core/text-rephrase.svg +1 -0
- package/svgs/core/video-hd-filled.svg +1 -0
- package/svgs/core/video-hd.svg +1 -0
- package/svgs/core/view-type-board-home.svg +1 -1
- package/svgs/core/view-type-card-home.svg +1 -1
- package/svgs/core/view-type-table-home.svg +1 -1
- package/svgs/core/warning-outline.svg +1 -0
- package/svgs/core/work-item-add.svg +1 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::9d4581a6b69a42ad90b9e45f1247dab9>>
|
|
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: "TextRephrase".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Confluence Editor AI action for rephrasing text
|
|
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 TextRephraseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 1h14v1.5H1zm0 4.17h14v1.5H1zm0 4.17h7v1.5H1zm0 4.16h5V15H1zm11.34-4.9a2 2 0 0 1 2.83 0l.23.23a2 2 0 0 1 0 2.83l-3.35 3.35a2 2 0 0 1-1.02.55l-2.13.43a.75.75 0 0 1-.88-.88l.43-2.13A2 2 0 0 1 9 11.96zm1.77 1.06a.5.5 0 0 0-.71 0l-3.35 3.35a.5.5 0 0 0-.14.26l-.2 1.03 1.03-.2a.5.5 0 0 0 .26-.14l3.35-3.35a.5.5 0 0 0 0-.71z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
TextRephraseIcon.displayName = 'TextRephraseIcon';
|
|
28
|
+
var _default = exports.default = TextRephraseIcon;
|
package/core/vehicle-airplane.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::d0a2c208e8aeb2ac6333f3192efbd0db>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -13,9 +13,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
13
13
|
var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
/**
|
|
16
|
-
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
-
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
-
*
|
|
19
16
|
* Icon: "VehicleAirplane".
|
|
20
17
|
* Category: multi-purpose
|
|
21
18
|
* Location: @atlaskit/icon-lab
|
|
@@ -24,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
24
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
22
|
*/
|
|
26
23
|
const VehicleAirplaneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<path
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15.28.72a2.34 2.34 0 0 1 0 3.31l-2.218 2.22 1.424 7.358a.75.75 0 0 1-.286.743l-2 1.5a.75.75 0 0 1-1.146-.322l-2.097-5.242-1.915 1.755.202 1.616a.75.75 0 0 1-.214.623l-1.5 1.5a.75.75 0 0 1-1.189-.17l-1.394-2.557-2.556-1.395A.75.75 0 0 1 .22 10.47l1.5-1.5a.75.75 0 0 1 .623-.214l1.616.202 1.755-1.915L.47 4.946A.75.75 0 0 1 .15 3.8l1.5-2a.75.75 0 0 1 .742-.286l7.36 1.424L11.968.72a2.34 2.34 0 0 1 3.311 0m-1.06 2.25a.841.841 0 0 0-1.19-1.19l-2.5 2.5a.75.75 0 0 1-.673.206l-7.289-1.41-.631.841 5.341 2.137a.75.75 0 0 1 .275 1.203l-2.75 3a.75.75 0 0 1-.646.237L2.52 10.29l-.532.532 1.87 1.02a.75.75 0 0 1 .3.299l1.02 1.87.531-.532-.204-1.636a.75.75 0 0 1 .237-.646l3-2.75a.75.75 0 0 1 1.203.274l2.137 5.342.841-.631-1.41-7.29a.75.75 0 0 1 .206-.672z" clip-rule="evenodd"/>`
|
|
28
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
26
|
}, props));
|
|
30
27
|
VehicleAirplaneIcon.displayName = 'VehicleAirplaneIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::3afb3a376e9c307e73f7ee24a4c2d084>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const VideoHdFilledIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default VideoHdFilledIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f88e42987d85e82dbc4591352136384b>>
|
|
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: "VideoHdFilled".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Single purpose - Reserved to show that high definition is enabled for videos
|
|
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 VideoHdFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M10.25 9.5v-3h1a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25z"/><path fill="currentcolor" fill-rule="evenodd" d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm2.75 3v2.25H6V5h1.5v6H6V8.75H4.75V11h-1.5V5zm6.5 0h-2.5v6h2.5A1.75 1.75 0 0 0 13 9.25v-2.5A1.75 1.75 0 0 0 11.25 5" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
VideoHdFilledIcon.displayName = 'VideoHdFilledIcon';
|
|
28
|
+
var _default = exports.default = VideoHdFilledIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::802a9bf2b755eb9f3a2ea71161ed8f44>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const VideoHdIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default VideoHdIcon;
|
package/core/video-hd.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::fffd6491302c6769fb4d3b3ef483bcb7>>
|
|
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: "VideoHd".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Single purpose - Reserved for enabling high definition videos
|
|
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 VideoHdIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M8.75 5h2.5c.97 0 1.75.78 1.75 1.75v2.5A1.75 1.75 0 0 1 11.25 11h-2.5zm1.5 1.5v3h1a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25zm-5.5.75V5h-1.5v6h1.5V8.75H6V11h1.5V5H6v2.25z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
VideoHdIcon.displayName = 'VideoHdIcon';
|
|
28
|
+
var _default = exports.default = VideoHdIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::508064652214fcd2c03abc7f6ed64630>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const ViewTypeBoardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.333 12.5v-9h3.334v4.36l1.5-1.4V3.5H14a.5.5 0 0 1 .5.5v3.548l1.5 1.4V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h5v-1.5zM1.5 4a.5.5 0 0 1 .5-.5h2.833v9H2a.5.5 0 0 1-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ViewTypeBoardHomeIcon.displayName = 'ViewTypeBoardHomeIcon';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::c76d4e2ad6a1cde4917a97f1886c7050>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const ViewTypeCardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h4v-1.5H3a.5.5 0 0 1-.5-.5V8.75h4.75v1.42q.096-.145.227-.267l2.842-2.653H8.75V2.5H13a.5.5 0 0 1 .5.5v3.615l1.5 1.4V3a2 2 0 0 0-2-2zm-.5 2a.5.5 0 0 1 .5-.5h4.25v4.75H2.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ViewTypeCardHomeIcon.displayName = 'ViewTypeCardHomeIcon';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::0e4f22105e55d54fb3a6d40b877bb170>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const ViewTypeTableHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4.948L14.18 7.25h.32V4a.5.5 0 0 0-.5-.5H6.5v3.75h3.82l-1.608 1.5H6.5v3.75H7V14H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v3.25H5V3.5zm3 9V8.75H1.5V12a.5.5 0 0 0 .5.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M16 15.375v-3.832a1.25 1.25 0 0 0-.397-.914l-2.5-2.333a1.25 1.25 0 0 0-1.706 0l-2.5 2.333a1.25 1.25 0 0 0-.397.914v3.832c0 .345.28.625.625.625h2.125v-3h2v3h2.125c.345 0 .625-.28.625-.625"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
ViewTypeTableHomeIcon.displayName = 'ViewTypeTableHomeIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::65a54928df9c1235931dbab0d9dcdd5f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const WarningOutlineIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default WarningOutlineIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::22f154a5d93289d4bcc4dadb1207abea>>
|
|
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: "WarningOutline".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Low-impact warnings. Overdue dates 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 WarningOutlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.7 1.384c.996-1.816 3.605-1.818 4.602-.003l5.35 9.73C16.612 12.86 15.346 15 13.35 15H2.667C.67 15-.594 12.862.365 11.113zm3.288.72a1.125 1.125 0 0 0-1.972 0l-5.336 9.73c-.41.75.132 1.666.987 1.666H13.35c.855 0 1.398-.917.986-1.667z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.25 9V4h1.5v5z" clip-rule="evenodd"/><path fill="currentcolor" d="M9 11.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
WarningOutlineIcon.displayName = 'WarningOutlineIcon';
|
|
28
|
+
var _default = exports.default = WarningOutlineIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::3c743083d9bb079f04aef36ae38ac9ff>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const WorkItemAddIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default WorkItemAddIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b605cc1197b0f2907ce23abdc61716f3>>
|
|
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: "WorkItemAdd".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for adding or creating a new work item.
|
|
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 WorkItemAddIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4.5h-1.5V4a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5V14H2a2 2 0 0 1-2-2zm10.426 1.017 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M12 12V9.5h1.5V12H16v1.5h-2.5V16H12v-2.5H9.5V12z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
WorkItemAddIcon.displayName = 'WorkItemAddIcon';
|
|
28
|
+
var _default = exports.default = WorkItemAddIcon;
|
|
@@ -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::
|
|
12
|
+
* @codegen <<SignedSource::c463643dfa00b2d23410a6ab68f4315d>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -95,6 +95,15 @@ var metadata = {
|
|
|
95
95
|
usage: 'Top-aligned text position within sticky notes in Whiteboards.',
|
|
96
96
|
team: 'Whiteboards'
|
|
97
97
|
},
|
|
98
|
+
'arrows-diagonal-up-right-down-left': {
|
|
99
|
+
keywords: ['arrows-diagonal-up-right-down-left', 'arrowsdiagonaluprightdownleft', 'icon', 'icon-lab', 'core', 'Arrows', 'Switch', 'Space', 'Swap', 'crossflow'],
|
|
100
|
+
componentName: 'ArrowsDiagonalUpRightDownLeftIcon',
|
|
101
|
+
package: '@atlaskit/icon-lab/core/arrows-diagonal-up-right-down-left',
|
|
102
|
+
type: 'core',
|
|
103
|
+
categorization: 'multi-purpose',
|
|
104
|
+
usage: 'Used within Jira Pages to connect or switch to a Space or page.',
|
|
105
|
+
team: 'Confluence Integrations'
|
|
106
|
+
},
|
|
98
107
|
'assets-data-manager': {
|
|
99
108
|
keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'core', 'data manager', 'assets', 'CMDB', 'configuration management database'],
|
|
100
109
|
componentName: 'AssetsDataManagerIcon',
|
|
@@ -104,6 +113,15 @@ var metadata = {
|
|
|
104
113
|
usage: 'Reserved for JSM Assets.',
|
|
105
114
|
team: 'Assets'
|
|
106
115
|
},
|
|
116
|
+
'assets-graph': {
|
|
117
|
+
keywords: ['assets-graph', 'assetsgraph', 'icon', 'icon-lab', 'core', 'assets', 'graph'],
|
|
118
|
+
componentName: 'AssetsGraphIcon',
|
|
119
|
+
package: '@atlaskit/icon-lab/core/assets-graph',
|
|
120
|
+
type: 'core',
|
|
121
|
+
categorization: 'single-purpose',
|
|
122
|
+
usage: 'Reserved for representing Assets graph',
|
|
123
|
+
team: 'Assets'
|
|
124
|
+
},
|
|
107
125
|
'assets-schema': {
|
|
108
126
|
keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'core', 'assets', 'CMDB', 'configuration management database'],
|
|
109
127
|
componentName: 'AssetsSchemaIcon',
|
|
@@ -252,12 +270,12 @@ var metadata = {
|
|
|
252
270
|
team: 'Whiteboards'
|
|
253
271
|
},
|
|
254
272
|
'divider-element': {
|
|
255
|
-
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core'],
|
|
273
|
+
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core', 'divider', 'line break', 'horizontal rule'],
|
|
256
274
|
componentName: 'DividerElementIcon',
|
|
257
275
|
package: '@atlaskit/icon-lab/core/divider-element',
|
|
258
276
|
type: 'core',
|
|
259
|
-
categorization: '
|
|
260
|
-
usage: '
|
|
277
|
+
categorization: 'single-purpose',
|
|
278
|
+
usage: 'Reserved for inserting divider elements in Confluence',
|
|
261
279
|
team: 'editor-design',
|
|
262
280
|
slackChannel: '#editor-controls-project'
|
|
263
281
|
},
|
|
@@ -300,12 +318,12 @@ var metadata = {
|
|
|
300
318
|
team: 'Design System Team'
|
|
301
319
|
},
|
|
302
320
|
'expand-element': {
|
|
303
|
-
keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core'],
|
|
321
|
+
keywords: ['expand-element', 'expandelement', 'icon', 'icon-lab', 'core', 'expand', 'editor object'],
|
|
304
322
|
componentName: 'ExpandElementIcon',
|
|
305
323
|
package: '@atlaskit/icon-lab/core/expand-element',
|
|
306
324
|
type: 'core',
|
|
307
|
-
categorization: '
|
|
308
|
-
usage: '
|
|
325
|
+
categorization: 'single-purpose',
|
|
326
|
+
usage: 'Reserved for inserting expand elements in Confluence',
|
|
309
327
|
team: 'editor-design',
|
|
310
328
|
slackChannel: '#editor-controls-project'
|
|
311
329
|
},
|
|
@@ -364,6 +382,25 @@ var metadata = {
|
|
|
364
382
|
team: 'Automation',
|
|
365
383
|
slackChannel: '#help-automation-design'
|
|
366
384
|
},
|
|
385
|
+
'image-alt-text': {
|
|
386
|
+
keywords: ['image-alt-text', 'imagealttext', 'icon', 'icon-lab', 'core'],
|
|
387
|
+
componentName: 'ImageAltTextIcon',
|
|
388
|
+
package: '@atlaskit/icon-lab/core/image-alt-text',
|
|
389
|
+
type: 'core',
|
|
390
|
+
categorization: 'single-purpose',
|
|
391
|
+
usage: 'Reserved for creating alt text for an image',
|
|
392
|
+
team: 'Editor',
|
|
393
|
+
slackChannel: '#editor-design'
|
|
394
|
+
},
|
|
395
|
+
'image-crop': {
|
|
396
|
+
keywords: ['image-crop', 'imagecrop', 'icon', 'icon-lab', 'core', 'crop', 'crop tool', 'trim'],
|
|
397
|
+
componentName: 'ImageCropIcon',
|
|
398
|
+
package: '@atlaskit/icon-lab/core/image-crop',
|
|
399
|
+
type: 'core',
|
|
400
|
+
categorization: 'single-purpose',
|
|
401
|
+
usage: 'Reserved for cropping images',
|
|
402
|
+
team: 'Design System Team'
|
|
403
|
+
},
|
|
367
404
|
incognito: {
|
|
368
405
|
keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
|
|
369
406
|
componentName: 'IncognitoIcon',
|
|
@@ -387,7 +424,7 @@ var metadata = {
|
|
|
387
424
|
componentName: 'JiraIcon',
|
|
388
425
|
package: '@atlaskit/icon-lab/core/jira',
|
|
389
426
|
type: 'core',
|
|
390
|
-
categorization: '
|
|
427
|
+
categorization: 'single-purpose',
|
|
391
428
|
usage: 'Representing JIRA',
|
|
392
429
|
team: 'Whiteboards'
|
|
393
430
|
},
|
|
@@ -409,6 +446,24 @@ var metadata = {
|
|
|
409
446
|
usage: 'Reserved for importing Jira work items',
|
|
410
447
|
team: 'Whiteboards'
|
|
411
448
|
},
|
|
449
|
+
'layout-five-columns': {
|
|
450
|
+
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
|
|
451
|
+
componentName: 'LayoutFiveColumnsIcon',
|
|
452
|
+
package: '@atlaskit/icon-lab/core/layout-five-columns',
|
|
453
|
+
type: 'core',
|
|
454
|
+
categorization: 'single-purpose',
|
|
455
|
+
usage: 'Reserved for 5 column layout option in Confluence Editor.',
|
|
456
|
+
team: 'Confluence Editor'
|
|
457
|
+
},
|
|
458
|
+
'layout-four-columns': {
|
|
459
|
+
keywords: ['layout-four-columns', 'layoutfourcolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '4 col', '4 cols'],
|
|
460
|
+
componentName: 'LayoutFourColumnsIcon',
|
|
461
|
+
package: '@atlaskit/icon-lab/core/layout-four-columns',
|
|
462
|
+
type: 'core',
|
|
463
|
+
categorization: 'single-purpose',
|
|
464
|
+
usage: 'Reserved for 4 columns layout option in Confluence Editor.',
|
|
465
|
+
team: 'Confluence Editor'
|
|
466
|
+
},
|
|
412
467
|
lozenge: {
|
|
413
468
|
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
414
469
|
componentName: 'LozengeIcon',
|
|
@@ -472,6 +527,15 @@ var metadata = {
|
|
|
472
527
|
usage: 'Reserved for whiteboard’s node single-right',
|
|
473
528
|
team: 'Whiteboards'
|
|
474
529
|
},
|
|
530
|
+
notepad: {
|
|
531
|
+
keywords: ['notepad', 'icon', 'icon-lab', 'core', 'Card', 'Note', 'Notepad', 'Memo'],
|
|
532
|
+
componentName: 'NotepadIcon',
|
|
533
|
+
package: '@atlaskit/icon-lab/core/notepad',
|
|
534
|
+
type: 'core',
|
|
535
|
+
categorization: 'multi-purpose',
|
|
536
|
+
usage: "Whiteboard component 'card'",
|
|
537
|
+
team: 'Confluence Whiteboards'
|
|
538
|
+
},
|
|
475
539
|
'page-live-doc': {
|
|
476
540
|
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
|
|
477
541
|
componentName: 'PageLiveDocIcon',
|
|
@@ -499,6 +563,15 @@ var metadata = {
|
|
|
499
563
|
usage: 'Multi purpose',
|
|
500
564
|
team: 'Design System Team'
|
|
501
565
|
},
|
|
566
|
+
panel: {
|
|
567
|
+
keywords: ['panel', 'icon', 'icon-lab', 'core', 'panel', 'card'],
|
|
568
|
+
componentName: 'PanelIcon',
|
|
569
|
+
package: '@atlaskit/icon-lab/core/panel',
|
|
570
|
+
type: 'core',
|
|
571
|
+
categorization: 'multi-purpose',
|
|
572
|
+
usage: 'Panel category in Confluence',
|
|
573
|
+
team: 'Editor AI'
|
|
574
|
+
},
|
|
502
575
|
'party-popper': {
|
|
503
576
|
keywords: ['party-popper', 'partypopper', 'icon', 'icon-lab', 'core', 'party', 'celebrate', 'celebration', 'confetti'],
|
|
504
577
|
componentName: 'PartyPopperIcon',
|
|
@@ -535,6 +608,16 @@ var metadata = {
|
|
|
535
608
|
usage: 'Reserved for JSM queue navigation to pop out from sidebar',
|
|
536
609
|
team: 'JSM core capabilities'
|
|
537
610
|
},
|
|
611
|
+
recur: {
|
|
612
|
+
keywords: ['recur', 'icon', 'icon-lab', 'core', 'recur', 'recurring', 'repeat', 'repeating'],
|
|
613
|
+
componentName: 'RecurIcon',
|
|
614
|
+
package: '@atlaskit/icon-lab/core/recur',
|
|
615
|
+
type: 'core',
|
|
616
|
+
categorization: 'single-purpose',
|
|
617
|
+
usage: 'Reserved for setting objects to recur (eg Work items, Forms)',
|
|
618
|
+
team: 'Pandora',
|
|
619
|
+
slackChannel: '#horizon-pandora-eng'
|
|
620
|
+
},
|
|
538
621
|
'roadmaps-plan': {
|
|
539
622
|
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'core', 'roadmaps', 'roadmap', 'plan'],
|
|
540
623
|
componentName: 'RoadmapsPlanIcon',
|
|
@@ -754,6 +837,15 @@ var metadata = {
|
|
|
754
837
|
usage: 'Reserved for representing solid stroke and border styles.',
|
|
755
838
|
team: 'Whiteboards'
|
|
756
839
|
},
|
|
840
|
+
'suggested-edit': {
|
|
841
|
+
keywords: ['suggested-edit', 'suggestededit', 'icon', 'icon-lab', 'core', 'AI', 'suggestion', 'suggested edit', 'suggest', 'generative'],
|
|
842
|
+
componentName: 'SuggestedEditIcon',
|
|
843
|
+
package: '@atlaskit/icon-lab/core/suggested-edit',
|
|
844
|
+
type: 'core',
|
|
845
|
+
categorization: 'single-purpose',
|
|
846
|
+
usage: 'Reserved for suggestions powered by Atlassian Intelligence',
|
|
847
|
+
team: 'Editor AI'
|
|
848
|
+
},
|
|
757
849
|
sunset: {
|
|
758
850
|
keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
759
851
|
componentName: 'SunsetIcon',
|
|
@@ -800,6 +892,15 @@ var metadata = {
|
|
|
800
892
|
usage: 'Known usages: Alternative option for food emoji category.',
|
|
801
893
|
team: 'Design System Team'
|
|
802
894
|
},
|
|
895
|
+
talent: {
|
|
896
|
+
keywords: ['talent', 'icon', 'icon-lab', 'core', 'talent', 'person', 'star'],
|
|
897
|
+
componentName: 'TalentIcon',
|
|
898
|
+
package: '@atlaskit/icon-lab/core/talent',
|
|
899
|
+
type: 'core',
|
|
900
|
+
categorization: 'single-purpose',
|
|
901
|
+
usage: 'Reserved for functional representation of Talent app',
|
|
902
|
+
team: 'Talent'
|
|
903
|
+
},
|
|
803
904
|
template: {
|
|
804
905
|
keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
|
|
805
906
|
componentName: 'TemplateIcon',
|
|
@@ -872,6 +973,24 @@ var metadata = {
|
|
|
872
973
|
usage: 'Reserved for bold text with underline and strikethrough',
|
|
873
974
|
team: 'Whiteboards'
|
|
874
975
|
},
|
|
976
|
+
'text-conclusion-add': {
|
|
977
|
+
keywords: ['text-conclusion-add', 'textconclusionadd', 'icon', 'icon-lab', 'core', 'text', 'conclusion', 'AI', 'generative'],
|
|
978
|
+
componentName: 'TextConclusionAddIcon',
|
|
979
|
+
package: '@atlaskit/icon-lab/core/text-conclusion-add',
|
|
980
|
+
type: 'core',
|
|
981
|
+
categorization: 'single-purpose',
|
|
982
|
+
usage: 'Confluence Editor AI action for generating a conclusion',
|
|
983
|
+
team: 'Editor AI'
|
|
984
|
+
},
|
|
985
|
+
'text-introduction-add': {
|
|
986
|
+
keywords: ['text-introduction-add', 'textintroductionadd', 'icon', 'icon-lab', 'core', 'text', 'introduction', 'AI', 'generative'],
|
|
987
|
+
componentName: 'TextIntroductionAddIcon',
|
|
988
|
+
package: '@atlaskit/icon-lab/core/text-introduction-add',
|
|
989
|
+
type: 'core',
|
|
990
|
+
categorization: 'single-purpose',
|
|
991
|
+
usage: 'Confluence Editor AI action for generating an introduction',
|
|
992
|
+
team: 'Editor AI'
|
|
993
|
+
},
|
|
875
994
|
'text-italic-strikethrough': {
|
|
876
995
|
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
|
|
877
996
|
componentName: 'TextItalicStrikethroughIcon',
|
|
@@ -899,6 +1018,33 @@ var metadata = {
|
|
|
899
1018
|
usage: 'Reserved for italic text with underline and strikethrough',
|
|
900
1019
|
team: 'Whiteboards'
|
|
901
1020
|
},
|
|
1021
|
+
'text-lengthen': {
|
|
1022
|
+
keywords: ['text-lengthen', 'textlengthen', 'icon', 'icon-lab', 'core', 'text', 'lengthen', 'expand', 'AI', 'generative'],
|
|
1023
|
+
componentName: 'TextLengthenIcon',
|
|
1024
|
+
package: '@atlaskit/icon-lab/core/text-lengthen',
|
|
1025
|
+
type: 'core',
|
|
1026
|
+
categorization: 'single-purpose',
|
|
1027
|
+
usage: 'Lengthening text content with Atlassian Intelligence',
|
|
1028
|
+
team: 'Editor AI'
|
|
1029
|
+
},
|
|
1030
|
+
'text-paragraph': {
|
|
1031
|
+
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
1032
|
+
componentName: 'TextParagraphIcon',
|
|
1033
|
+
package: '@atlaskit/icon-lab/core/text-paragraph',
|
|
1034
|
+
type: 'core',
|
|
1035
|
+
categorization: 'multi-purpose',
|
|
1036
|
+
usage: 'Confluence Editor AI action for reformatting paragraphs into multiple shorter paragraphs',
|
|
1037
|
+
team: 'Editor AI'
|
|
1038
|
+
},
|
|
1039
|
+
'text-rephrase': {
|
|
1040
|
+
keywords: ['text-rephrase', 'textrephrase', 'icon', 'icon-lab', 'core', 'text', 'rephrase', 'AI', 'generative'],
|
|
1041
|
+
componentName: 'TextRephraseIcon',
|
|
1042
|
+
package: '@atlaskit/icon-lab/core/text-rephrase',
|
|
1043
|
+
type: 'core',
|
|
1044
|
+
categorization: 'single-purpose',
|
|
1045
|
+
usage: 'Confluence Editor AI action for rephrasing text',
|
|
1046
|
+
team: 'Editor AI'
|
|
1047
|
+
},
|
|
902
1048
|
'text-underline-strikethrough': {
|
|
903
1049
|
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
904
1050
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
@@ -944,6 +1090,24 @@ var metadata = {
|
|
|
944
1090
|
usage: 'Known usages: Alternative option for transport emoji category.',
|
|
945
1091
|
team: 'Design System Team'
|
|
946
1092
|
},
|
|
1093
|
+
'video-hd': {
|
|
1094
|
+
keywords: ['video-hd', 'videohd', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
|
|
1095
|
+
componentName: 'VideoHdIcon',
|
|
1096
|
+
package: '@atlaskit/icon-lab/core/video-hd',
|
|
1097
|
+
type: 'core',
|
|
1098
|
+
categorization: 'single-purpose',
|
|
1099
|
+
usage: 'Single purpose - Reserved for enabling high definition videos',
|
|
1100
|
+
team: 'Atlassian Design System'
|
|
1101
|
+
},
|
|
1102
|
+
'video-hd-filled': {
|
|
1103
|
+
keywords: ['video-hd-filled', 'videohdfilled', 'icon', 'icon-lab', 'core', 'high definition', 'hi def'],
|
|
1104
|
+
componentName: 'VideoHdFilledIcon',
|
|
1105
|
+
package: '@atlaskit/icon-lab/core/video-hd-filled',
|
|
1106
|
+
type: 'core',
|
|
1107
|
+
categorization: 'single-purpose',
|
|
1108
|
+
usage: 'Single purpose - Reserved to show that high definition is enabled for videos',
|
|
1109
|
+
team: 'Atlassian Design System'
|
|
1110
|
+
},
|
|
947
1111
|
'view-type-board-home': {
|
|
948
1112
|
keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
|
|
949
1113
|
componentName: 'ViewTypeBoardHomeIcon',
|
|
@@ -989,6 +1153,15 @@ var metadata = {
|
|
|
989
1153
|
usage: 'Multi purpose',
|
|
990
1154
|
team: 'Design System Team'
|
|
991
1155
|
},
|
|
1156
|
+
'warning-outline': {
|
|
1157
|
+
keywords: ['warning-outline', 'warningoutline', 'icon', 'icon-lab', 'core', 'warning', 'exclamation', 'overdue', 'past due', 'late'],
|
|
1158
|
+
componentName: 'WarningOutlineIcon',
|
|
1159
|
+
package: '@atlaskit/icon-lab/core/warning-outline',
|
|
1160
|
+
type: 'core',
|
|
1161
|
+
categorization: 'multi-purpose',
|
|
1162
|
+
usage: 'Low-impact warnings. Overdue dates in Atlassian Home.',
|
|
1163
|
+
team: 'Atlassian Home'
|
|
1164
|
+
},
|
|
992
1165
|
webhook: {
|
|
993
1166
|
keywords: ['webhook', 'icon', 'icon-lab', 'core', 'api', 'callback', 'payload'],
|
|
994
1167
|
componentName: 'WebhookIcon',
|
|
@@ -1009,6 +1182,15 @@ var metadata = {
|
|
|
1009
1182
|
team: 'Insights',
|
|
1010
1183
|
slackChannel: '#cc-insights-and-reporting'
|
|
1011
1184
|
},
|
|
1185
|
+
'work-item-add': {
|
|
1186
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'issue', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
1187
|
+
componentName: 'WorkItemAddIcon',
|
|
1188
|
+
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
1189
|
+
type: 'core',
|
|
1190
|
+
categorization: 'single-purpose',
|
|
1191
|
+
usage: 'Reserved for adding or creating a new work item.',
|
|
1192
|
+
team: 'Jira'
|
|
1193
|
+
},
|
|
1012
1194
|
'workflow-controls': {
|
|
1013
1195
|
keywords: ['workflow-controls', 'workflowcontrols', 'icon', 'icon-lab', 'core', 'orchestration'],
|
|
1014
1196
|
componentName: 'WorkflowControlsIcon',
|