@atlaskit/icon-lab 4.9.0 → 4.10.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 +22 -0
- package/core/ai-generative-cleanup.d.ts +13 -0
- package/core/ai-generative-cleanup.js +28 -0
- package/core/atom.d.ts +13 -0
- package/core/atom.js +27 -0
- package/core/bluetooth.d.ts +13 -0
- package/core/bluetooth.js +28 -0
- package/core/compass-hinged.d.ts +13 -0
- package/core/compass-hinged.js +27 -0
- package/core/draw.d.ts +13 -0
- package/core/draw.js +28 -0
- package/core/eyedropper.d.ts +13 -0
- package/core/eyedropper.js +28 -0
- package/core/kanban.d.ts +13 -0
- package/core/kanban.js +28 -0
- package/core/save.d.ts +13 -0
- package/core/save.js +28 -0
- package/core/text-letter-case.d.ts +13 -0
- package/core/text-letter-case.js +28 -0
- package/dist/cjs/metadata-core.js +98 -1
- package/dist/es2019/metadata-core.js +98 -1
- package/dist/esm/metadata-core.js +98 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -4
- package/svgs/core/ai-generative-cleanup.svg +1 -0
- package/svgs/core/atom.svg +1 -0
- package/svgs/core/bluetooth.svg +1 -0
- package/svgs/core/compass-hinged.svg +1 -0
- package/svgs/core/draw.svg +1 -0
- package/svgs/core/eyedropper.svg +1 -0
- package/svgs/core/kanban.svg +1 -0
- package/svgs/core/save.svg +1 -0
- package/svgs/core/text-letter-case.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 4.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#148003](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148003)
|
|
8
|
+
[`5e3708b3c4c7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5e3708b3c4c7f) -
|
|
9
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `ai-generative-cleanup`
|
|
16
|
+
- `atom`
|
|
17
|
+
- `bluetooth`
|
|
18
|
+
- `compass-hinged`
|
|
19
|
+
- `draw`
|
|
20
|
+
- `eyedropper`
|
|
21
|
+
- `kanban`
|
|
22
|
+
- `save`
|
|
23
|
+
- `text-letter-case`
|
|
24
|
+
|
|
3
25
|
## 4.9.0
|
|
4
26
|
|
|
5
27
|
### 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::35f45db6e0e6b4881900f833cd37e2ec>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AiGenerativeCleanupIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AiGenerativeCleanupIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b3045c8311340ccfec4f05affa6631fd>>
|
|
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: "AiGenerativeCleanup".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for automated cleanup and tidy functionality
|
|
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 AiGenerativeCleanupIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.23.44 12.22 8h1.58a2 2 0 0 1 1.91 2.59l-1.23 4a2 2 0 0 1-1.9 1.41H4.75a.75.75 0 0 1-.28-1.45h-.01l.02-.01q.03-.01.1-.06c.09-.06.23-.16.39-.32.31-.32.71-.88.93-1.84l.03-.09L7 9.3A2 2 0 0 1 8.87 8h1.8L12.78.06zM8.87 9.5a.5.5 0 0 0-.47.33l-1.06 2.89a5.7 5.7 0 0 1-.73 1.78h5.97a.5.5 0 0 0 .48-.35l1.23-4a.5.5 0 0 0-.48-.65zM4.62 1.01a.75.75 0 0 1 .54.38l.05.11.54 1.47.05.1a.5.5 0 0 0 .25.2l1.47.54.11.05a.75.75 0 0 1 0 1.31l-.11.05-1.47.54a.5.5 0 0 0-.3.3l-.54 1.47a.75.75 0 0 1-1.36.11l-.05-.1-.54-1.47a.5.5 0 0 0-.2-.25l-.1-.05-1.47-.53a.75.75 0 0 1-.48-.59L1 4.5l.01-.12a.75.75 0 0 1 .48-.59l1.47-.54.1-.05a.5.5 0 0 0 .2-.25l.54-1.47.05-.11A.75.75 0 0 1 4.5 1z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
AiGenerativeCleanupIcon.displayName = 'AiGenerativeCleanupIcon';
|
|
28
|
+
var _default = exports.default = AiGenerativeCleanupIcon;
|
package/core/atom.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e2977ca58ffcf5bbd4c27a38ce3b20a9>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const AtomIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default AtomIcon;
|
package/core/atom.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::eb7d689351fa239e9bf63bbf0f343cfd>>
|
|
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: "Atom".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
20
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
21
|
+
*/
|
|
22
|
+
const AtomIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
23
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M9.87 1.42c1.566-.567 3.258-.667 4.318.393 1.059 1.059.959 2.75.392 4.317A11 11 0 0 1 13.683 8c.376.635.678 1.265.897 1.87.567 1.566.667 3.258-.393 4.318-1.059 1.059-2.75.959-4.317.392A11 11 0 0 1 8 13.683a11 11 0 0 1-1.87.897c-1.566.567-3.258.667-4.317-.393-1.06-1.059-.96-2.75-.393-4.317.219-.605.52-1.235.896-1.87a11 11 0 0 1-.896-1.87c-.567-1.566-.667-3.258.393-4.317C2.872.753 4.563.853 6.13 1.42c.605.219 1.235.52 1.87.896a11 11 0 0 1 1.87-.896M3.26 9.397a9 9 0 0 0-.43.983c-.521 1.44-.362 2.342.043 2.747s1.306.564 2.747.043q.476-.173.983-.43a17 17 0 0 1-1.785-1.558A17 17 0 0 1 3.26 9.397m9.48 0a17.4 17.4 0 0 1-3.343 3.342q.507.259.983.43c1.44.522 2.342.363 2.747-.042s.564-1.306.043-2.747a9 9 0 0 0-.43-.983M8 4.099a15.5 15.5 0 0 0-2.121 1.78A15.5 15.5 0 0 0 4.099 8a15.4 15.4 0 0 0 1.78 2.121A15.5 15.5 0 0 0 8 11.901a15.5 15.5 0 0 0 2.121-1.78A15.5 15.5 0 0 0 11.901 8a15.5 15.5 0 0 0-1.78-2.121A15.5 15.5 0 0 0 8 4.099M5.62 2.83c-1.44-.521-2.342-.362-2.747.043S2.31 4.18 2.83 5.62q.173.475.43.983a17 17 0 0 1 1.558-1.785A17 17 0 0 1 6.603 3.26a9 9 0 0 0-.983-.43m7.507.043c-.405-.405-1.306-.564-2.747-.043a9 9 0 0 0-.983.43c.607.46 1.207.981 1.785 1.558a17 17 0 0 1 1.557 1.785q.258-.507.431-.983c.521-1.44.362-2.342-.043-2.747"/><path fill="currentcolor" d="M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>`
|
|
24
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
25
|
+
}, props));
|
|
26
|
+
AtomIcon.displayName = 'AtomIcon';
|
|
27
|
+
var _default = exports.default = AtomIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::6aa906018bfa7951d3dda93c95d4dac6>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const BluetoothIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default BluetoothIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::eed7a0647745a0872e95ee08fa696d6a>>
|
|
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: "Bluetooth".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for Bluetooth
|
|
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 BluetoothIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.69.317a.75.75 0 0 1 .804.119l4 3.5a.75.75 0 0 1 0 1.128L9.139 8l3.355 2.936a.75.75 0 0 1 0 1.128l-4 3.5A.75.75 0 0 1 7.25 15V9.653l-2.756 2.411-.988-1.128L6.861 8 3.506 5.064l.988-1.128L7.25 6.347V1a.75.75 0 0 1 .44-.683m1.06 9.336 2.111 1.847-2.111 1.847zm0-3.306V2.653L10.861 4.5z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
BluetoothIcon.displayName = 'BluetoothIcon';
|
|
28
|
+
var _default = exports.default = BluetoothIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::def6da2d83d80ec3fc763d9b1df7b60c>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const CompassHingedIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default CompassHingedIcon;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::32908a99819e910135f53b0d0f549a31>>
|
|
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: "CompassHinged".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
20
|
+
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
21
|
+
*/
|
|
22
|
+
const CompassHingedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
23
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M9.25 4.25a1.25 1.25 0 1 0-1.799 1.124l.128.054a1.25 1.25 0 0 0 .97-.054l.15-.087A1.25 1.25 0 0 0 9.25 4.25m-.763 2.706a2.8 2.8 0 0 1-.974 0L6.173 9.7a5.72 5.72 0 0 0 3.653 0zM10.75 4.25c0 .814-.355 1.545-.916 2.048l1.341 2.744a5.77 5.77 0 0 0 2.037-2.36l1.359.635a7.3 7.3 0 0 1-2.733 3.083l2.086 4.27-1.348.66-2.085-4.27A7.2 7.2 0 0 1 8 11.5a7.2 7.2 0 0 1-2.492-.44l-2.085 4.27-1.348-.66L4.16 10.4a7.3 7.3 0 0 1-2.73-3.083l1.36-.634a5.77 5.77 0 0 0 2.035 2.36l1.34-2.745A2.75 2.75 0 0 1 7.25 1.606V0h1.5v1.606a2.75 2.75 0 0 1 2 2.644"/>`
|
|
24
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
25
|
+
}, props));
|
|
26
|
+
CompassHingedIcon.displayName = 'CompassHingedIcon';
|
|
27
|
+
var _default = exports.default = CompassHingedIcon;
|
package/core/draw.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0ca3eef1962f845ebdf7d77dbda31a79>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DrawIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DrawIcon;
|
package/core/draw.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::e069b795a512005e254ea3fadbdb31ee>>
|
|
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: "Draw".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: For drawing and annotation
|
|
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 DrawIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.836.854a2 2 0 0 1 2.828 0l.482.482a2 2 0 0 1 0 2.828l-2.148 2.148c.588 1.027.988 2.15 1.1 3.23.13 1.266-.133 2.554-1.068 3.488-1.018 1.02-2.299 1.025-3.367.606-1.038-.408-1.965-1.237-2.537-2.095l1.248-.832c.428.643 1.126 1.251 1.838 1.53.682.268 1.276.212 1.758-.27.515-.515.737-1.294.636-2.273-.075-.723-.324-1.51-.714-2.277l-1.724 1.723c-.197.198-.45.33-.726.38l-2.558.466a.75.75 0 0 1-.872-.872l.465-2.558c.05-.275.183-.529.38-.726l1.766-1.765c-1.535-.756-3.354-.92-4.768.26-1.04.867-1.497 2.919-.725 5.129.747 2.138 2.615 4.253 5.924 5.066l-.358 1.456c-3.816-.937-6.073-3.426-6.982-6.027-.884-2.53-.528-5.353 1.18-6.777 2.215-1.845 4.938-1.29 6.837-.215zm1.768 1.06a.5.5 0 0 0-.708 0l-4.95 4.95-.264 1.454 1.453-.264 4.95-4.95a.5.5 0 0 0 0-.707z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
DrawIcon.displayName = 'DrawIcon';
|
|
28
|
+
var _default = exports.default = DrawIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::660eaab9d416b8f5dfe43d751b3fc637>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const EyedropperIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default EyedropperIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::73726d1546f4839df334733245d697b4>>
|
|
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: "Eyedropper".
|
|
17
|
+
* Category: multi-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Sampling a color with a color picker
|
|
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 EyedropperIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10.345 1.845a2.694 2.694 0 1 1 3.81 3.81l-2.47 2.47L13.03 9.47l-1.06 1.06-1.345-1.344-5.173 5.173A2.2 2.2 0 0 1 3.904 15H1.75a.75.75 0 0 1-.75-.75v-2.154c0-.58.23-1.137.641-1.548l5.173-5.173L5.47 4.03l1.06-1.06 1.345 1.344zm-2.47 4.59L2.702 11.61a.7.7 0 0 0-.202.487V13.5h1.404a.7.7 0 0 0 .487-.202l5.173-5.173zm2.75.63-1.69-1.69 2.47-2.47a1.195 1.195 0 0 1 1.69 1.69z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
EyedropperIcon.displayName = 'EyedropperIcon';
|
|
28
|
+
var _default = exports.default = EyedropperIcon;
|
package/core/kanban.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::373f2f250401628b19c6f175d7ae2bc0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const KanbanIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default KanbanIcon;
|
package/core/kanban.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::346d085877a4dcdec1f391305dc4689a>>
|
|
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: "Kanban".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Kanban board
|
|
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 KanbanIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M13.25 13.5h1.25v-11h-1.25zm-11.75-2h1.25v-9H1.5zm5.75-2h1.5v-7h-1.5zm-3 2.125c0 .76-.616 1.375-1.375 1.375h-1.5C.615 13 0 12.384 0 11.625v-9.25C0 1.615.616 1 1.375 1h1.5c.76 0 1.375.616 1.375 1.375zm6-2c0 .76-.616 1.375-1.375 1.375h-1.75c-.76 0-1.375-.616-1.375-1.375v-7.25C5.75 1.615 6.366 1 7.125 1h1.75c.76 0 1.375.616 1.375 1.375zm5.75 4c0 .76-.616 1.375-1.375 1.375h-1.5c-.76 0-1.375-.616-1.375-1.375V2.375c0-.76.616-1.375 1.375-1.375h1.5C15.385 1 16 1.616 16 2.375z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
KanbanIcon.displayName = 'KanbanIcon';
|
|
28
|
+
var _default = exports.default = KanbanIcon;
|
package/core/save.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::fa3870495bc1bfb0fe2475002b1a76a0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const SaveIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default SaveIcon;
|
package/core/save.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::550880524c74079e72b90991317c8599>>
|
|
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: "Save".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for saving
|
|
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 SaveIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.018a.5.5 0 0 0-.146-.354l-1.018-1.018A.5.5 0 0 0 12 2.5v3.75a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 6.25V2.5zm2.5 0v3h5v-3zM1 3a2 2 0 0 1 2-2h8.982a2 2 0 0 1 1.414.586l1.018 1.018A2 2 0 0 1 15 4.018V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
SaveIcon.displayName = 'SaveIcon';
|
|
28
|
+
var _default = exports.default = SaveIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e451074937391de300df9f2e5ac7a107>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextLetterCaseIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextLetterCaseIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::cc3ba3c2cb72e0e35b0f4f0eec3c6e84>>
|
|
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: "TextLetterCase".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for letter casing and text-transform
|
|
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 TextLetterCaseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 13h-1.5v-.38a3.1 3.1 0 0 1-1.87.63c-1.95 0-3.37-1.78-3.37-3.75s1.42-3.75 3.38-3.75c.71 0 1.35.24 1.88.63v-.63H16zm-3.37-5.75c-.94 0-1.87.91-1.87 2.25s.93 2.25 1.88 2.25 1.86-.91 1.86-2.25-.93-2.25-1.87-2.25M5.71 3.51 8.92 13H7.33l-.84-2.5H2.51L1.67 13H.09l3.2-9.49.17-.51h2.08zM3.02 9h2.96L4.5 4.61z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
TextLetterCaseIcon.displayName = 'TextLetterCaseIcon';
|
|
28
|
+
var _default = exports.default = TextLetterCaseIcon;
|
|
@@ -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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -25,6 +25,17 @@ var metadata = {
|
|
|
25
25
|
status: 'published',
|
|
26
26
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
27
27
|
},
|
|
28
|
+
'ai-generative-cleanup': {
|
|
29
|
+
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'core', 'broom', 'tidy', 'clean up'],
|
|
30
|
+
componentName: 'AiGenerativeCleanupIcon',
|
|
31
|
+
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
32
|
+
type: 'core',
|
|
33
|
+
categorization: 'single-purpose',
|
|
34
|
+
usage: 'Reserved for automated cleanup and tidy functionality',
|
|
35
|
+
team: 'Design System Team',
|
|
36
|
+
status: 'published',
|
|
37
|
+
slackChannel: '#icon-contributions'
|
|
38
|
+
},
|
|
28
39
|
'ai-generative-remove': {
|
|
29
40
|
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'core', 'eraser', 'AI', 'automation'],
|
|
30
41
|
componentName: 'AiGenerativeRemoveIcon',
|
|
@@ -199,6 +210,16 @@ var metadata = {
|
|
|
199
210
|
team: 'Assets',
|
|
200
211
|
status: 'published'
|
|
201
212
|
},
|
|
213
|
+
atom: {
|
|
214
|
+
keywords: ['atom', 'icon', 'icon-lab', 'core', 'atom', 'molecule', 'atomic design'],
|
|
215
|
+
componentName: 'AtomIcon',
|
|
216
|
+
package: '@atlaskit/icon-lab/core/atom',
|
|
217
|
+
type: 'core',
|
|
218
|
+
categorization: 'multi-purpose',
|
|
219
|
+
team: 'Design System Team',
|
|
220
|
+
status: 'published',
|
|
221
|
+
slackChannel: '#icon-contributions'
|
|
222
|
+
},
|
|
202
223
|
'audio-waveform': {
|
|
203
224
|
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'core', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
204
225
|
componentName: 'AudioWaveformIcon',
|
|
@@ -219,6 +240,17 @@ var metadata = {
|
|
|
219
240
|
team: 'Growth Buy',
|
|
220
241
|
status: 'published'
|
|
221
242
|
},
|
|
243
|
+
bluetooth: {
|
|
244
|
+
keywords: ['bluetooth', 'icon', 'icon-lab', 'core', 'bluetooth', 'connectivity', 'bt'],
|
|
245
|
+
componentName: 'BluetoothIcon',
|
|
246
|
+
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
247
|
+
type: 'core',
|
|
248
|
+
categorization: 'single-purpose',
|
|
249
|
+
usage: 'Reserved for Bluetooth',
|
|
250
|
+
team: 'Design System Team',
|
|
251
|
+
status: 'published',
|
|
252
|
+
slackChannel: '#icon-contributions'
|
|
253
|
+
},
|
|
222
254
|
blur: {
|
|
223
255
|
keywords: ['blur', 'icon', 'icon-lab', 'core'],
|
|
224
256
|
componentName: 'BlurIcon',
|
|
@@ -301,6 +333,16 @@ var metadata = {
|
|
|
301
333
|
team: 'Whiteboards',
|
|
302
334
|
status: 'published'
|
|
303
335
|
},
|
|
336
|
+
'compass-hinged': {
|
|
337
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
338
|
+
componentName: 'CompassHingedIcon',
|
|
339
|
+
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
340
|
+
type: 'core',
|
|
341
|
+
categorization: 'multi-purpose',
|
|
342
|
+
team: 'Design System Team',
|
|
343
|
+
status: 'published',
|
|
344
|
+
slackChannel: '#icon-contributions'
|
|
345
|
+
},
|
|
304
346
|
'continue-when': {
|
|
305
347
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
306
348
|
componentName: 'ContinueWhenIcon',
|
|
@@ -406,6 +448,17 @@ var metadata = {
|
|
|
406
448
|
status: 'published',
|
|
407
449
|
slackChannel: '#Editor-design'
|
|
408
450
|
},
|
|
451
|
+
draw: {
|
|
452
|
+
keywords: ['draw', 'icon', 'icon-lab', 'core', 'pencil', 'drawing', 'annotate'],
|
|
453
|
+
componentName: 'DrawIcon',
|
|
454
|
+
package: '@atlaskit/icon-lab/core/draw',
|
|
455
|
+
type: 'core',
|
|
456
|
+
categorization: 'multi-purpose',
|
|
457
|
+
usage: 'For drawing and annotation',
|
|
458
|
+
team: 'Design System Team',
|
|
459
|
+
status: 'ready-to-publish',
|
|
460
|
+
slackChannel: '#icon-contributions'
|
|
461
|
+
},
|
|
409
462
|
'drop-shadow': {
|
|
410
463
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
411
464
|
componentName: 'DropShadowIcon',
|
|
@@ -448,6 +501,17 @@ var metadata = {
|
|
|
448
501
|
status: 'published',
|
|
449
502
|
slackChannel: '#editor-controls-project'
|
|
450
503
|
},
|
|
504
|
+
eyedropper: {
|
|
505
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'core', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
506
|
+
componentName: 'EyedropperIcon',
|
|
507
|
+
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
508
|
+
type: 'core',
|
|
509
|
+
categorization: 'multi-purpose',
|
|
510
|
+
usage: 'Sampling a color with a color picker',
|
|
511
|
+
team: 'Design System Team',
|
|
512
|
+
status: 'published',
|
|
513
|
+
slackChannel: '#icon-contributions'
|
|
514
|
+
},
|
|
451
515
|
'field-text': {
|
|
452
516
|
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
453
517
|
componentName: 'FieldTextIcon',
|
|
@@ -612,6 +676,17 @@ var metadata = {
|
|
|
612
676
|
team: 'Whiteboards',
|
|
613
677
|
status: 'published'
|
|
614
678
|
},
|
|
679
|
+
kanban: {
|
|
680
|
+
keywords: ['kanban', 'icon', 'icon-lab', 'core'],
|
|
681
|
+
componentName: 'KanbanIcon',
|
|
682
|
+
package: '@atlaskit/icon-lab/core/kanban',
|
|
683
|
+
type: 'core',
|
|
684
|
+
categorization: 'single-purpose',
|
|
685
|
+
usage: 'Kanban board',
|
|
686
|
+
team: 'Trello',
|
|
687
|
+
status: 'published',
|
|
688
|
+
slackChannel: '@joel unger'
|
|
689
|
+
},
|
|
615
690
|
'layout-five-columns': {
|
|
616
691
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
|
|
617
692
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -966,6 +1041,17 @@ var metadata = {
|
|
|
966
1041
|
team: 'Design System Team',
|
|
967
1042
|
status: 'published'
|
|
968
1043
|
},
|
|
1044
|
+
save: {
|
|
1045
|
+
keywords: ['save', 'icon', 'icon-lab', 'core', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1046
|
+
componentName: 'SaveIcon',
|
|
1047
|
+
package: '@atlaskit/icon-lab/core/save',
|
|
1048
|
+
type: 'core',
|
|
1049
|
+
categorization: 'single-purpose',
|
|
1050
|
+
usage: 'Reserved for saving',
|
|
1051
|
+
team: 'Design System Team',
|
|
1052
|
+
status: 'published',
|
|
1053
|
+
slackChannel: '#icon-contributions'
|
|
1054
|
+
},
|
|
969
1055
|
'screen-record': {
|
|
970
1056
|
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'core', 'screen recorder', 'camera', 'cam bubble'],
|
|
971
1057
|
componentName: 'ScreenRecordIcon',
|
|
@@ -1562,6 +1648,17 @@ var metadata = {
|
|
|
1562
1648
|
team: 'Editor AI',
|
|
1563
1649
|
status: 'published'
|
|
1564
1650
|
},
|
|
1651
|
+
'text-letter-case': {
|
|
1652
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'core', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
1653
|
+
componentName: 'TextLetterCaseIcon',
|
|
1654
|
+
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
1655
|
+
type: 'core',
|
|
1656
|
+
categorization: 'single-purpose',
|
|
1657
|
+
usage: 'Reserved for letter casing and text-transform',
|
|
1658
|
+
team: 'Design System Team',
|
|
1659
|
+
status: 'published',
|
|
1660
|
+
slackChannel: '#icon-contributions'
|
|
1661
|
+
},
|
|
1565
1662
|
'text-paragraph': {
|
|
1566
1663
|
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
1567
1664
|
componentName: 'TextParagraphIcon',
|
|
@@ -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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -19,6 +19,17 @@ const metadata = {
|
|
|
19
19
|
status: 'published',
|
|
20
20
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
21
21
|
},
|
|
22
|
+
'ai-generative-cleanup': {
|
|
23
|
+
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'core', 'broom', 'tidy', 'clean up'],
|
|
24
|
+
componentName: 'AiGenerativeCleanupIcon',
|
|
25
|
+
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
26
|
+
type: 'core',
|
|
27
|
+
categorization: 'single-purpose',
|
|
28
|
+
usage: 'Reserved for automated cleanup and tidy functionality',
|
|
29
|
+
team: 'Design System Team',
|
|
30
|
+
status: 'published',
|
|
31
|
+
slackChannel: '#icon-contributions'
|
|
32
|
+
},
|
|
22
33
|
'ai-generative-remove': {
|
|
23
34
|
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'core', 'eraser', 'AI', 'automation'],
|
|
24
35
|
componentName: 'AiGenerativeRemoveIcon',
|
|
@@ -193,6 +204,16 @@ const metadata = {
|
|
|
193
204
|
team: 'Assets',
|
|
194
205
|
status: 'published'
|
|
195
206
|
},
|
|
207
|
+
atom: {
|
|
208
|
+
keywords: ['atom', 'icon', 'icon-lab', 'core', 'atom', 'molecule', 'atomic design'],
|
|
209
|
+
componentName: 'AtomIcon',
|
|
210
|
+
package: '@atlaskit/icon-lab/core/atom',
|
|
211
|
+
type: 'core',
|
|
212
|
+
categorization: 'multi-purpose',
|
|
213
|
+
team: 'Design System Team',
|
|
214
|
+
status: 'published',
|
|
215
|
+
slackChannel: '#icon-contributions'
|
|
216
|
+
},
|
|
196
217
|
'audio-waveform': {
|
|
197
218
|
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'core', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
198
219
|
componentName: 'AudioWaveformIcon',
|
|
@@ -213,6 +234,17 @@ const metadata = {
|
|
|
213
234
|
team: 'Growth Buy',
|
|
214
235
|
status: 'published'
|
|
215
236
|
},
|
|
237
|
+
bluetooth: {
|
|
238
|
+
keywords: ['bluetooth', 'icon', 'icon-lab', 'core', 'bluetooth', 'connectivity', 'bt'],
|
|
239
|
+
componentName: 'BluetoothIcon',
|
|
240
|
+
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
241
|
+
type: 'core',
|
|
242
|
+
categorization: 'single-purpose',
|
|
243
|
+
usage: 'Reserved for Bluetooth',
|
|
244
|
+
team: 'Design System Team',
|
|
245
|
+
status: 'published',
|
|
246
|
+
slackChannel: '#icon-contributions'
|
|
247
|
+
},
|
|
216
248
|
blur: {
|
|
217
249
|
keywords: ['blur', 'icon', 'icon-lab', 'core'],
|
|
218
250
|
componentName: 'BlurIcon',
|
|
@@ -295,6 +327,16 @@ const metadata = {
|
|
|
295
327
|
team: 'Whiteboards',
|
|
296
328
|
status: 'published'
|
|
297
329
|
},
|
|
330
|
+
'compass-hinged': {
|
|
331
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
332
|
+
componentName: 'CompassHingedIcon',
|
|
333
|
+
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
334
|
+
type: 'core',
|
|
335
|
+
categorization: 'multi-purpose',
|
|
336
|
+
team: 'Design System Team',
|
|
337
|
+
status: 'published',
|
|
338
|
+
slackChannel: '#icon-contributions'
|
|
339
|
+
},
|
|
298
340
|
'continue-when': {
|
|
299
341
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
300
342
|
componentName: 'ContinueWhenIcon',
|
|
@@ -400,6 +442,17 @@ const metadata = {
|
|
|
400
442
|
status: 'published',
|
|
401
443
|
slackChannel: '#Editor-design'
|
|
402
444
|
},
|
|
445
|
+
draw: {
|
|
446
|
+
keywords: ['draw', 'icon', 'icon-lab', 'core', 'pencil', 'drawing', 'annotate'],
|
|
447
|
+
componentName: 'DrawIcon',
|
|
448
|
+
package: '@atlaskit/icon-lab/core/draw',
|
|
449
|
+
type: 'core',
|
|
450
|
+
categorization: 'multi-purpose',
|
|
451
|
+
usage: 'For drawing and annotation',
|
|
452
|
+
team: 'Design System Team',
|
|
453
|
+
status: 'ready-to-publish',
|
|
454
|
+
slackChannel: '#icon-contributions'
|
|
455
|
+
},
|
|
403
456
|
'drop-shadow': {
|
|
404
457
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
405
458
|
componentName: 'DropShadowIcon',
|
|
@@ -442,6 +495,17 @@ const metadata = {
|
|
|
442
495
|
status: 'published',
|
|
443
496
|
slackChannel: '#editor-controls-project'
|
|
444
497
|
},
|
|
498
|
+
eyedropper: {
|
|
499
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'core', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
500
|
+
componentName: 'EyedropperIcon',
|
|
501
|
+
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
502
|
+
type: 'core',
|
|
503
|
+
categorization: 'multi-purpose',
|
|
504
|
+
usage: 'Sampling a color with a color picker',
|
|
505
|
+
team: 'Design System Team',
|
|
506
|
+
status: 'published',
|
|
507
|
+
slackChannel: '#icon-contributions'
|
|
508
|
+
},
|
|
445
509
|
'field-text': {
|
|
446
510
|
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
447
511
|
componentName: 'FieldTextIcon',
|
|
@@ -606,6 +670,17 @@ const metadata = {
|
|
|
606
670
|
team: 'Whiteboards',
|
|
607
671
|
status: 'published'
|
|
608
672
|
},
|
|
673
|
+
kanban: {
|
|
674
|
+
keywords: ['kanban', 'icon', 'icon-lab', 'core'],
|
|
675
|
+
componentName: 'KanbanIcon',
|
|
676
|
+
package: '@atlaskit/icon-lab/core/kanban',
|
|
677
|
+
type: 'core',
|
|
678
|
+
categorization: 'single-purpose',
|
|
679
|
+
usage: 'Kanban board',
|
|
680
|
+
team: 'Trello',
|
|
681
|
+
status: 'published',
|
|
682
|
+
slackChannel: '@joel unger'
|
|
683
|
+
},
|
|
609
684
|
'layout-five-columns': {
|
|
610
685
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
|
|
611
686
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -960,6 +1035,17 @@ const metadata = {
|
|
|
960
1035
|
team: 'Design System Team',
|
|
961
1036
|
status: 'published'
|
|
962
1037
|
},
|
|
1038
|
+
save: {
|
|
1039
|
+
keywords: ['save', 'icon', 'icon-lab', 'core', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1040
|
+
componentName: 'SaveIcon',
|
|
1041
|
+
package: '@atlaskit/icon-lab/core/save',
|
|
1042
|
+
type: 'core',
|
|
1043
|
+
categorization: 'single-purpose',
|
|
1044
|
+
usage: 'Reserved for saving',
|
|
1045
|
+
team: 'Design System Team',
|
|
1046
|
+
status: 'published',
|
|
1047
|
+
slackChannel: '#icon-contributions'
|
|
1048
|
+
},
|
|
963
1049
|
'screen-record': {
|
|
964
1050
|
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'core', 'screen recorder', 'camera', 'cam bubble'],
|
|
965
1051
|
componentName: 'ScreenRecordIcon',
|
|
@@ -1556,6 +1642,17 @@ const metadata = {
|
|
|
1556
1642
|
team: 'Editor AI',
|
|
1557
1643
|
status: 'published'
|
|
1558
1644
|
},
|
|
1645
|
+
'text-letter-case': {
|
|
1646
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'core', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
1647
|
+
componentName: 'TextLetterCaseIcon',
|
|
1648
|
+
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
1649
|
+
type: 'core',
|
|
1650
|
+
categorization: 'single-purpose',
|
|
1651
|
+
usage: 'Reserved for letter casing and text-transform',
|
|
1652
|
+
team: 'Design System Team',
|
|
1653
|
+
status: 'published',
|
|
1654
|
+
slackChannel: '#icon-contributions'
|
|
1655
|
+
},
|
|
1559
1656
|
'text-paragraph': {
|
|
1560
1657
|
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
1561
1658
|
componentName: 'TextParagraphIcon',
|
|
@@ -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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -19,6 +19,17 @@ var metadata = {
|
|
|
19
19
|
status: 'published',
|
|
20
20
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
21
21
|
},
|
|
22
|
+
'ai-generative-cleanup': {
|
|
23
|
+
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'core', 'broom', 'tidy', 'clean up'],
|
|
24
|
+
componentName: 'AiGenerativeCleanupIcon',
|
|
25
|
+
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
26
|
+
type: 'core',
|
|
27
|
+
categorization: 'single-purpose',
|
|
28
|
+
usage: 'Reserved for automated cleanup and tidy functionality',
|
|
29
|
+
team: 'Design System Team',
|
|
30
|
+
status: 'published',
|
|
31
|
+
slackChannel: '#icon-contributions'
|
|
32
|
+
},
|
|
22
33
|
'ai-generative-remove': {
|
|
23
34
|
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'core', 'eraser', 'AI', 'automation'],
|
|
24
35
|
componentName: 'AiGenerativeRemoveIcon',
|
|
@@ -193,6 +204,16 @@ var metadata = {
|
|
|
193
204
|
team: 'Assets',
|
|
194
205
|
status: 'published'
|
|
195
206
|
},
|
|
207
|
+
atom: {
|
|
208
|
+
keywords: ['atom', 'icon', 'icon-lab', 'core', 'atom', 'molecule', 'atomic design'],
|
|
209
|
+
componentName: 'AtomIcon',
|
|
210
|
+
package: '@atlaskit/icon-lab/core/atom',
|
|
211
|
+
type: 'core',
|
|
212
|
+
categorization: 'multi-purpose',
|
|
213
|
+
team: 'Design System Team',
|
|
214
|
+
status: 'published',
|
|
215
|
+
slackChannel: '#icon-contributions'
|
|
216
|
+
},
|
|
196
217
|
'audio-waveform': {
|
|
197
218
|
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'core', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
198
219
|
componentName: 'AudioWaveformIcon',
|
|
@@ -213,6 +234,17 @@ var metadata = {
|
|
|
213
234
|
team: 'Growth Buy',
|
|
214
235
|
status: 'published'
|
|
215
236
|
},
|
|
237
|
+
bluetooth: {
|
|
238
|
+
keywords: ['bluetooth', 'icon', 'icon-lab', 'core', 'bluetooth', 'connectivity', 'bt'],
|
|
239
|
+
componentName: 'BluetoothIcon',
|
|
240
|
+
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
241
|
+
type: 'core',
|
|
242
|
+
categorization: 'single-purpose',
|
|
243
|
+
usage: 'Reserved for Bluetooth',
|
|
244
|
+
team: 'Design System Team',
|
|
245
|
+
status: 'published',
|
|
246
|
+
slackChannel: '#icon-contributions'
|
|
247
|
+
},
|
|
216
248
|
blur: {
|
|
217
249
|
keywords: ['blur', 'icon', 'icon-lab', 'core'],
|
|
218
250
|
componentName: 'BlurIcon',
|
|
@@ -295,6 +327,16 @@ var metadata = {
|
|
|
295
327
|
team: 'Whiteboards',
|
|
296
328
|
status: 'published'
|
|
297
329
|
},
|
|
330
|
+
'compass-hinged': {
|
|
331
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
332
|
+
componentName: 'CompassHingedIcon',
|
|
333
|
+
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
334
|
+
type: 'core',
|
|
335
|
+
categorization: 'multi-purpose',
|
|
336
|
+
team: 'Design System Team',
|
|
337
|
+
status: 'published',
|
|
338
|
+
slackChannel: '#icon-contributions'
|
|
339
|
+
},
|
|
298
340
|
'continue-when': {
|
|
299
341
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
300
342
|
componentName: 'ContinueWhenIcon',
|
|
@@ -400,6 +442,17 @@ var metadata = {
|
|
|
400
442
|
status: 'published',
|
|
401
443
|
slackChannel: '#Editor-design'
|
|
402
444
|
},
|
|
445
|
+
draw: {
|
|
446
|
+
keywords: ['draw', 'icon', 'icon-lab', 'core', 'pencil', 'drawing', 'annotate'],
|
|
447
|
+
componentName: 'DrawIcon',
|
|
448
|
+
package: '@atlaskit/icon-lab/core/draw',
|
|
449
|
+
type: 'core',
|
|
450
|
+
categorization: 'multi-purpose',
|
|
451
|
+
usage: 'For drawing and annotation',
|
|
452
|
+
team: 'Design System Team',
|
|
453
|
+
status: 'ready-to-publish',
|
|
454
|
+
slackChannel: '#icon-contributions'
|
|
455
|
+
},
|
|
403
456
|
'drop-shadow': {
|
|
404
457
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
405
458
|
componentName: 'DropShadowIcon',
|
|
@@ -442,6 +495,17 @@ var metadata = {
|
|
|
442
495
|
status: 'published',
|
|
443
496
|
slackChannel: '#editor-controls-project'
|
|
444
497
|
},
|
|
498
|
+
eyedropper: {
|
|
499
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'core', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
500
|
+
componentName: 'EyedropperIcon',
|
|
501
|
+
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
502
|
+
type: 'core',
|
|
503
|
+
categorization: 'multi-purpose',
|
|
504
|
+
usage: 'Sampling a color with a color picker',
|
|
505
|
+
team: 'Design System Team',
|
|
506
|
+
status: 'published',
|
|
507
|
+
slackChannel: '#icon-contributions'
|
|
508
|
+
},
|
|
445
509
|
'field-text': {
|
|
446
510
|
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
447
511
|
componentName: 'FieldTextIcon',
|
|
@@ -606,6 +670,17 @@ var metadata = {
|
|
|
606
670
|
team: 'Whiteboards',
|
|
607
671
|
status: 'published'
|
|
608
672
|
},
|
|
673
|
+
kanban: {
|
|
674
|
+
keywords: ['kanban', 'icon', 'icon-lab', 'core'],
|
|
675
|
+
componentName: 'KanbanIcon',
|
|
676
|
+
package: '@atlaskit/icon-lab/core/kanban',
|
|
677
|
+
type: 'core',
|
|
678
|
+
categorization: 'single-purpose',
|
|
679
|
+
usage: 'Kanban board',
|
|
680
|
+
team: 'Trello',
|
|
681
|
+
status: 'published',
|
|
682
|
+
slackChannel: '@joel unger'
|
|
683
|
+
},
|
|
609
684
|
'layout-five-columns': {
|
|
610
685
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
|
|
611
686
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -960,6 +1035,17 @@ var metadata = {
|
|
|
960
1035
|
team: 'Design System Team',
|
|
961
1036
|
status: 'published'
|
|
962
1037
|
},
|
|
1038
|
+
save: {
|
|
1039
|
+
keywords: ['save', 'icon', 'icon-lab', 'core', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1040
|
+
componentName: 'SaveIcon',
|
|
1041
|
+
package: '@atlaskit/icon-lab/core/save',
|
|
1042
|
+
type: 'core',
|
|
1043
|
+
categorization: 'single-purpose',
|
|
1044
|
+
usage: 'Reserved for saving',
|
|
1045
|
+
team: 'Design System Team',
|
|
1046
|
+
status: 'published',
|
|
1047
|
+
slackChannel: '#icon-contributions'
|
|
1048
|
+
},
|
|
963
1049
|
'screen-record': {
|
|
964
1050
|
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'core', 'screen recorder', 'camera', 'cam bubble'],
|
|
965
1051
|
componentName: 'ScreenRecordIcon',
|
|
@@ -1556,6 +1642,17 @@ var metadata = {
|
|
|
1556
1642
|
team: 'Editor AI',
|
|
1557
1643
|
status: 'published'
|
|
1558
1644
|
},
|
|
1645
|
+
'text-letter-case': {
|
|
1646
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'core', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
1647
|
+
componentName: 'TextLetterCaseIcon',
|
|
1648
|
+
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
1649
|
+
type: 'core',
|
|
1650
|
+
categorization: 'single-purpose',
|
|
1651
|
+
usage: 'Reserved for letter casing and text-transform',
|
|
1652
|
+
team: 'Design System Team',
|
|
1653
|
+
status: 'published',
|
|
1654
|
+
slackChannel: '#icon-contributions'
|
|
1655
|
+
},
|
|
1559
1656
|
'text-paragraph': {
|
|
1560
1657
|
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
1561
1658
|
componentName: 'TextParagraphIcon',
|
|
@@ -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::b39ce66bd01fb5680d5c3b1df2e78e3b>>
|
|
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::
|
|
6
|
+
* @codegen <<SignedSource::b39ce66bd01fb5680d5c3b1df2e78e3b>>
|
|
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.
|
|
3
|
+
"version": "4.10.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@af/icon-build-process": "
|
|
43
|
-
"@af/visual-regression": "
|
|
42
|
+
"@af/icon-build-process": "workspace:^",
|
|
43
|
+
"@af/visual-regression": "workspace:^",
|
|
44
44
|
"@atlaskit/button": "^23.0.0",
|
|
45
|
-
"@atlaskit/code": "^17.
|
|
45
|
+
"@atlaskit/code": "^17.1.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.2.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.23.44 12.22 8h1.58a2 2 0 0 1 1.91 2.59l-1.23 4a2 2 0 0 1-1.9 1.41H4.75a.75.75 0 0 1-.28-1.45h-.01l.02-.01q.03-.01.1-.06c.09-.06.23-.16.39-.32.31-.32.71-.88.93-1.84l.03-.09L7 9.3A2 2 0 0 1 8.87 8h1.8L12.78.06zM8.87 9.5a.5.5 0 0 0-.47.33l-1.06 2.89a5.7 5.7 0 0 1-.73 1.78h5.97a.5.5 0 0 0 .48-.35l1.23-4a.5.5 0 0 0-.48-.65zM4.62 1.01a.75.75 0 0 1 .54.38l.05.11.54 1.47.05.1a.5.5 0 0 0 .25.2l1.47.54.11.05a.75.75 0 0 1 0 1.31l-.11.05-1.47.54a.5.5 0 0 0-.3.3l-.54 1.47a.75.75 0 0 1-1.36.11l-.05-.1-.54-1.47a.5.5 0 0 0-.2-.25l-.1-.05-1.47-.53a.75.75 0 0 1-.48-.59L1 4.5l.01-.12a.75.75 0 0 1 .48-.59l1.47-.54.1-.05a.5.5 0 0 0 .2-.25l.54-1.47.05-.11A.75.75 0 0 1 4.5 1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9.87 1.42c1.566-.567 3.258-.667 4.318.393 1.059 1.059.959 2.75.392 4.317A11 11 0 0 1 13.683 8c.376.635.678 1.265.897 1.87.567 1.566.667 3.258-.393 4.318-1.059 1.059-2.75.959-4.317.392A11 11 0 0 1 8 13.683a11 11 0 0 1-1.87.897c-1.566.567-3.258.667-4.317-.393-1.06-1.059-.96-2.75-.393-4.317.219-.605.52-1.235.896-1.87a11 11 0 0 1-.896-1.87c-.567-1.566-.667-3.258.393-4.317C2.872.753 4.563.853 6.13 1.42c.605.219 1.235.52 1.87.896a11 11 0 0 1 1.87-.896M3.26 9.397a9 9 0 0 0-.43.983c-.521 1.44-.362 2.342.043 2.747s1.306.564 2.747.043q.476-.173.983-.43a17 17 0 0 1-1.785-1.558A17 17 0 0 1 3.26 9.397m9.48 0a17.4 17.4 0 0 1-3.343 3.342q.507.259.983.43c1.44.522 2.342.363 2.747-.042s.564-1.306.043-2.747a9 9 0 0 0-.43-.983M8 4.099a15.5 15.5 0 0 0-2.121 1.78A15.5 15.5 0 0 0 4.099 8a15.4 15.4 0 0 0 1.78 2.121A15.5 15.5 0 0 0 8 11.901a15.5 15.5 0 0 0 2.121-1.78A15.5 15.5 0 0 0 11.901 8a15.5 15.5 0 0 0-1.78-2.121A15.5 15.5 0 0 0 8 4.099M5.62 2.83c-1.44-.521-2.342-.362-2.747.043S2.31 4.18 2.83 5.62q.173.475.43.983a17 17 0 0 1 1.558-1.785A17 17 0 0 1 6.603 3.26a9 9 0 0 0-.983-.43m7.507.043c-.405-.405-1.306-.564-2.747-.043a9 9 0 0 0-.983.43c.607.46 1.207.981 1.785 1.558a17 17 0 0 1 1.557 1.785q.258-.507.431-.983c.521-1.44.362-2.342-.043-2.747"/><path fill="currentcolor" d="M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7.69.317a.75.75 0 0 1 .804.119l4 3.5a.75.75 0 0 1 0 1.128L9.139 8l3.355 2.936a.75.75 0 0 1 0 1.128l-4 3.5A.75.75 0 0 1 7.25 15V9.653l-2.756 2.411-.988-1.128L6.861 8 3.506 5.064l.988-1.128L7.25 6.347V1a.75.75 0 0 1 .44-.683m1.06 9.336 2.111 1.847-2.111 1.847zm0-3.306V2.653L10.861 4.5z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9.25 4.25a1.25 1.25 0 1 0-1.799 1.124l.128.054a1.25 1.25 0 0 0 .97-.054l.15-.087A1.25 1.25 0 0 0 9.25 4.25m-.763 2.706a2.8 2.8 0 0 1-.974 0L6.173 9.7a5.72 5.72 0 0 0 3.653 0zM10.75 4.25c0 .814-.355 1.545-.916 2.048l1.341 2.744a5.77 5.77 0 0 0 2.037-2.36l1.359.635a7.3 7.3 0 0 1-2.733 3.083l2.086 4.27-1.348.66-2.085-4.27A7.2 7.2 0 0 1 8 11.5a7.2 7.2 0 0 1-2.492-.44l-2.085 4.27-1.348-.66L4.16 10.4a7.3 7.3 0 0 1-2.73-3.083l1.36-.634a5.77 5.77 0 0 0 2.035 2.36l1.34-2.745A2.75 2.75 0 0 1 7.25 1.606V0h1.5v1.606a2.75 2.75 0 0 1 2 2.644"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M11.836.854a2 2 0 0 1 2.828 0l.482.482a2 2 0 0 1 0 2.828l-2.148 2.148c.588 1.027.988 2.15 1.1 3.23.13 1.266-.133 2.554-1.068 3.488-1.018 1.02-2.299 1.025-3.367.606-1.038-.408-1.965-1.237-2.537-2.095l1.248-.832c.428.643 1.126 1.251 1.838 1.53.682.268 1.276.212 1.758-.27.515-.515.737-1.294.636-2.273-.075-.723-.324-1.51-.714-2.277l-1.724 1.723c-.197.198-.45.33-.726.38l-2.558.466a.75.75 0 0 1-.872-.872l.465-2.558c.05-.275.183-.529.38-.726l1.766-1.765c-1.535-.756-3.354-.92-4.768.26-1.04.867-1.497 2.919-.725 5.129.747 2.138 2.615 4.253 5.924 5.066l-.358 1.456c-3.816-.937-6.073-3.426-6.982-6.027-.884-2.53-.528-5.353 1.18-6.777 2.215-1.845 4.938-1.29 6.837-.215zm1.768 1.06a.5.5 0 0 0-.708 0l-4.95 4.95-.264 1.454 1.453-.264 4.95-4.95a.5.5 0 0 0 0-.707z" 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="M10.345 1.845a2.694 2.694 0 1 1 3.81 3.81l-2.47 2.47L13.03 9.47l-1.06 1.06-1.345-1.344-5.173 5.173A2.2 2.2 0 0 1 3.904 15H1.75a.75.75 0 0 1-.75-.75v-2.154c0-.58.23-1.137.641-1.548l5.173-5.173L5.47 4.03l1.06-1.06 1.345 1.344zm-2.47 4.59L2.702 11.61a.7.7 0 0 0-.202.487V13.5h1.404a.7.7 0 0 0 .487-.202l5.173-5.173zm2.75.63-1.69-1.69 2.47-2.47a1.195 1.195 0 0 1 1.69 1.69z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.25 13.5h1.25v-11h-1.25zm-11.75-2h1.25v-9H1.5zm5.75-2h1.5v-7h-1.5zm-3 2.125c0 .76-.616 1.375-1.375 1.375h-1.5C.615 13 0 12.384 0 11.625v-9.25C0 1.615.616 1 1.375 1h1.5c.76 0 1.375.616 1.375 1.375zm6-2c0 .76-.616 1.375-1.375 1.375h-1.75c-.76 0-1.375-.616-1.375-1.375v-7.25C5.75 1.615 6.366 1 7.125 1h1.75c.76 0 1.375.616 1.375 1.375zm5.75 4c0 .76-.616 1.375-1.375 1.375h-1.5c-.76 0-1.375-.616-1.375-1.375V2.375c0-.76.616-1.375 1.375-1.375h1.5C15.385 1 16 1.616 16 2.375z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.018a.5.5 0 0 0-.146-.354l-1.018-1.018A.5.5 0 0 0 12 2.5v3.75a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 6.25V2.5zm2.5 0v3h5v-3zM1 3a2 2 0 0 1 2-2h8.982a2 2 0 0 1 1.414.586l1.018 1.018A2 2 0 0 1 15 4.018V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z" 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="M16 13h-1.5v-.38a3.1 3.1 0 0 1-1.87.63c-1.95 0-3.37-1.78-3.37-3.75s1.42-3.75 3.38-3.75c.71 0 1.35.24 1.88.63v-.63H16zm-3.37-5.75c-.94 0-1.87.91-1.87 2.25s.93 2.25 1.88 2.25 1.86-.91 1.86-2.25-.93-2.25-1.87-2.25M5.71 3.51 8.92 13H7.33l-.84-2.5H2.51L1.67 13H.09l3.2-9.49.17-.51h2.08zM3.02 9h2.96L4.5 4.61z" clip-rule="evenodd"/></svg>
|