@atlaskit/icon-lab 5.7.1 → 5.8.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 +17 -0
- package/core/merge-queue.d.ts +13 -0
- package/core/merge-queue.js +29 -0
- package/core/missed-call.d.ts +13 -0
- package/core/missed-call.js +29 -0
- package/core/text-density-compress.d.ts +13 -0
- package/core/text-density-compress.js +29 -0
- package/core/text-density-expand.d.ts +13 -0
- package/core/text-density-expand.js +29 -0
- package/core/views.d.ts +13 -0
- package/core/views.js +29 -0
- package/dist/cjs/metadata-core.js +54 -4
- package/dist/es2019/metadata-core.js +54 -4
- package/dist/esm/metadata-core.js +54 -4
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +7 -7
- package/svgs/core/merge-queue.svg +1 -0
- package/svgs/core/missed-call.svg +1 -0
- package/svgs/core/text-density-compress.svg +1 -0
- package/svgs/core/text-density-expand.svg +1 -0
- package/svgs/core/views.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 5.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d7d90d3926711`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d7d90d3926711) -
|
|
8
|
+
This release adds icons in `@atlaskit/icon-lab`.
|
|
9
|
+
|
|
10
|
+
### Added:
|
|
11
|
+
|
|
12
|
+
**`@atlaskit/icon-lab/core`**
|
|
13
|
+
|
|
14
|
+
- `merge-queue`
|
|
15
|
+
- `missed-call`
|
|
16
|
+
- `text-density-compress`
|
|
17
|
+
- `text-density-expand`
|
|
18
|
+
- `views`
|
|
19
|
+
|
|
3
20
|
## 5.7.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e40f265ca5db600c2e52ee2580750a5f>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const MergeQueueIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default MergeQueueIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e5327b01eafed62fdc960eb2ff4ced3b>>
|
|
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: "MergeQueue".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing merge queue 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 MergeQueueIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "MergeQueueIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M5 12.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-3-2.12V6H5v4.63c.87.31 1.5 1.14 1.5 2.12m7-3a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0m-5.75-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-5-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.5 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
MergeQueueIcon.displayName = 'MergeQueueIcon';
|
|
29
|
+
var _default = exports.default = MergeQueueIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::8a6122683ccda47e703ad68e1571a65a>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const MissedCallIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default MissedCallIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d9b430b3c3cdbe88f414e40d5f30bd8a>>
|
|
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: "MissedCall".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing missed calls and missed call settings.
|
|
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 MissedCallIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "MissedCallIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M4.9 8.93a11.36 11.36 0 0 1 6.2 0 10.7 10.7 0 0 1 4.68 2.75.75.75 0 0 1 0 1.06l-2.03 2.04a.75.75 0 0 1-.9.13l-2.14-1.2a1.58 1.58 0 0 1-.8-1.52l.18-1.96a9.9 9.9 0 0 0-4.18 0l.18 1.96a1.58 1.58 0 0 1-.8 1.52l-2.14 1.2a.75.75 0 0 1-.9-.13L.22 12.74a.75.75 0 0 1 0-1.06A10.7 10.7 0 0 1 4.9 8.93m-.46 1.74a9.2 9.2 0 0 0-2.61 1.56l1.08 1.09 1.65-.92a.08.08 0 0 0 .04-.07zm6.96 1.66a.08.08 0 0 0 .04.08l1.65.92 1.08-1.09a9.2 9.2 0 0 0-2.61-1.56zM14 5.5h-1.5V3.06L8.97 6.59a1.38 1.38 0 0 1-1.95 0L3.47 3.03l1.06-1.06L8 5.44 11.44 2H9V.5h4.25a.75.75 0 0 1 .75.75z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
MissedCallIcon.displayName = 'MissedCallIcon';
|
|
29
|
+
var _default = exports.default = MissedCallIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::65651d0b47c2ea730dee3f3b127f7cbf>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextDensityCompressIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextDensityCompressIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0a4b28a13363cb05d76b308a3664c79d>>
|
|
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: "TextDensityCompress".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for increasing the density of text by reducing font size and/or line height.
|
|
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 TextDensityCompressIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "TextDensityCompressIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M4.723 3a.75.75 0 0 1 .712.513L7.43 9.496l1.03 3.012a.8.8 0 0 1 .04.242V13H7v-.125l-.815-2.386H2.32l-.82 2.385V13H0v-.25l.01-.124a1 1 0 0 1 .031-.12l1.035-3.01 2.006-5.984.047-.11A.75.75 0 0 1 3.793 3zM13 3v5.44l1.72-1.72 1.06 1.06-3 3a.75.75 0 0 1-1.06 0l-3-3 1.06-1.06 1.72 1.72V3zM2.827 8.99H5.68L4.257 4.723z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
TextDensityCompressIcon.displayName = 'TextDensityCompressIcon';
|
|
29
|
+
var _default = exports.default = TextDensityCompressIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::d2d176685e963c6e27503e5aa68e6256>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextDensityExpandIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextDensityExpandIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::9b4cd66c1e1ec67792dace27b5ca8f11>>
|
|
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: "TextDensityExpand".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for reducing the density of text by increasing font size and/or line height.
|
|
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 TextDensityExpandIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "TextDensityExpandIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M4.723 3a.75.75 0 0 1 .712.513L7.43 9.496l1.03 3.012a.8.8 0 0 1 .04.242V13H7v-.125l-.815-2.386H2.32l-.82 2.385V13H0v-.25l.01-.124a1 1 0 0 1 .031-.12l1.035-3.01 2.006-5.984A.75.75 0 0 1 3.793 3zm7.053.168a.75.75 0 0 1 1.004.052l3 3-1.06 1.06L13 5.56V11h-1.5V5.56L9.78 7.28 8.72 6.22l3-3zM2.827 8.99H5.68L4.257 4.724z"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
TextDensityExpandIcon.displayName = 'TextDensityExpandIcon';
|
|
29
|
+
var _default = exports.default = TextDensityExpandIcon;
|
package/core/views.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::48171f7a5219322672a5a0517314d079>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ViewsIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ViewsIcon;
|
package/core/views.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5412db8dd6dbd639e997b10aa14b104a>>
|
|
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: "Views".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for representing saved views.
|
|
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 ViewsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
name: "ViewsIcon",
|
|
25
|
+
dangerouslySetGlyph: `<path fill="currentcolor" d="M11.5 5.5H6v6h5a.5.5 0 0 0 .5-.5zm-9 5.5a.5.5 0 0 0 .5.5h1.5v-6h-2zm9-8a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1h9zm1.5 8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M14.5 12.75V6H16v6.75A3.25 3.25 0 0 1 12.75 16H6v-1.5h6.75a1.75 1.75 0 0 0 1.75-1.75"/>`
|
|
26
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
27
|
+
}, props));
|
|
28
|
+
ViewsIcon.displayName = 'ViewsIcon';
|
|
29
|
+
var _default = exports.default = ViewsIcon;
|
|
@@ -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::cfedb994d703e977904755bb59c54cc8>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -431,7 +431,7 @@ var metadata = {
|
|
|
431
431
|
package: '@atlaskit/icon-lab/core/cloud-offline',
|
|
432
432
|
type: 'core',
|
|
433
433
|
categorization: 'single-purpose',
|
|
434
|
-
usage: "Reserved for showing when a connection can't be established to the cloud.",
|
|
434
|
+
usage: "Reserved for showing when a connection can\'t be established to the cloud.",
|
|
435
435
|
team: 'Content Types',
|
|
436
436
|
status: 'published'
|
|
437
437
|
},
|
|
@@ -461,7 +461,7 @@ var metadata = {
|
|
|
461
461
|
package: '@atlaskit/icon-lab/core/colour-none',
|
|
462
462
|
type: 'core',
|
|
463
463
|
categorization: 'single-purpose',
|
|
464
|
-
usage: "Remove colours from Whiteboard's colour picker",
|
|
464
|
+
usage: "Remove colours from Whiteboard\'s colour picker",
|
|
465
465
|
team: 'Whiteboards',
|
|
466
466
|
status: 'published'
|
|
467
467
|
},
|
|
@@ -1241,6 +1241,16 @@ var metadata = {
|
|
|
1241
1241
|
team: 'Editor',
|
|
1242
1242
|
status: 'published'
|
|
1243
1243
|
},
|
|
1244
|
+
'merge-queue': {
|
|
1245
|
+
keywords: ['merge-queue', 'mergequeue', 'icon', 'icon-lab', 'bitbucket', 'repository', 'merge queue', 'git', 'version control'],
|
|
1246
|
+
componentName: 'MergeQueueIcon',
|
|
1247
|
+
package: '@atlaskit/icon-lab/core/merge-queue',
|
|
1248
|
+
type: 'core',
|
|
1249
|
+
categorization: 'single-purpose',
|
|
1250
|
+
usage: 'Reserved for representing merge queue functionality.',
|
|
1251
|
+
team: 'Bitbucket DC',
|
|
1252
|
+
status: 'published'
|
|
1253
|
+
},
|
|
1244
1254
|
'microphone-strikethrough': {
|
|
1245
1255
|
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
|
|
1246
1256
|
componentName: 'MicrophoneStrikethroughIcon',
|
|
@@ -1291,6 +1301,16 @@ var metadata = {
|
|
|
1291
1301
|
team: 'Jira Align',
|
|
1292
1302
|
status: 'published'
|
|
1293
1303
|
},
|
|
1304
|
+
'missed-call': {
|
|
1305
|
+
keywords: ['missed-call', 'missedcall', 'icon', 'icon-lab', 'missed phone call', 'rejected call'],
|
|
1306
|
+
componentName: 'MissedCallIcon',
|
|
1307
|
+
package: '@atlaskit/icon-lab/core/missed-call',
|
|
1308
|
+
type: 'core',
|
|
1309
|
+
categorization: 'single-purpose',
|
|
1310
|
+
usage: 'Reserved for representing missed calls and missed call settings.',
|
|
1311
|
+
team: 'IT Operations (ITSM)',
|
|
1312
|
+
status: 'published'
|
|
1313
|
+
},
|
|
1294
1314
|
'node-parallel-bottom-left': {
|
|
1295
1315
|
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
1296
1316
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
@@ -1357,7 +1377,7 @@ var metadata = {
|
|
|
1357
1377
|
package: '@atlaskit/icon-lab/core/notepad',
|
|
1358
1378
|
type: 'core',
|
|
1359
1379
|
categorization: 'multi-purpose',
|
|
1360
|
-
usage: "Whiteboard component 'card'",
|
|
1380
|
+
usage: "Whiteboard component \'card\'",
|
|
1361
1381
|
team: 'Confluence Whiteboards',
|
|
1362
1382
|
status: 'published'
|
|
1363
1383
|
},
|
|
@@ -2103,6 +2123,26 @@ var metadata = {
|
|
|
2103
2123
|
team: 'Editor AI',
|
|
2104
2124
|
status: 'published'
|
|
2105
2125
|
},
|
|
2126
|
+
'text-density-compress': {
|
|
2127
|
+
keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
|
|
2128
|
+
componentName: 'TextDensityCompressIcon',
|
|
2129
|
+
package: '@atlaskit/icon-lab/core/text-density-compress',
|
|
2130
|
+
type: 'core',
|
|
2131
|
+
categorization: 'single-purpose',
|
|
2132
|
+
usage: 'Reserved for increasing the density of text by reducing font size and/or line height.',
|
|
2133
|
+
team: 'Confluence',
|
|
2134
|
+
status: 'published'
|
|
2135
|
+
},
|
|
2136
|
+
'text-density-expand': {
|
|
2137
|
+
keywords: ['text-density-expand', 'textdensityexpand', 'icon', 'icon-lab', 'text density', 'default density'],
|
|
2138
|
+
componentName: 'TextDensityExpandIcon',
|
|
2139
|
+
package: '@atlaskit/icon-lab/core/text-density-expand',
|
|
2140
|
+
type: 'core',
|
|
2141
|
+
categorization: 'single-purpose',
|
|
2142
|
+
usage: 'Reserved for reducing the density of text by increasing font size and/or line height.',
|
|
2143
|
+
team: 'Confluence',
|
|
2144
|
+
status: 'published'
|
|
2145
|
+
},
|
|
2106
2146
|
'text-heading-five': {
|
|
2107
2147
|
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
|
|
2108
2148
|
componentName: 'TextHeadingFiveIcon',
|
|
@@ -2559,6 +2599,16 @@ var metadata = {
|
|
|
2559
2599
|
team: 'Databases',
|
|
2560
2600
|
status: 'published'
|
|
2561
2601
|
},
|
|
2602
|
+
views: {
|
|
2603
|
+
keywords: ['views', 'icon', 'icon-lab', 'saved views', 'view types'],
|
|
2604
|
+
componentName: 'ViewsIcon',
|
|
2605
|
+
package: '@atlaskit/icon-lab/core/views',
|
|
2606
|
+
type: 'core',
|
|
2607
|
+
categorization: 'single-purpose',
|
|
2608
|
+
usage: 'Reserved for representing saved views.',
|
|
2609
|
+
team: 'Platforms Apps',
|
|
2610
|
+
status: 'published'
|
|
2611
|
+
},
|
|
2562
2612
|
vulnerability: {
|
|
2563
2613
|
keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
|
|
2564
2614
|
componentName: 'VulnerabilityIcon',
|
|
@@ -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::cfedb994d703e977904755bb59c54cc8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -425,7 +425,7 @@ const metadata = {
|
|
|
425
425
|
package: '@atlaskit/icon-lab/core/cloud-offline',
|
|
426
426
|
type: 'core',
|
|
427
427
|
categorization: 'single-purpose',
|
|
428
|
-
usage: "Reserved for showing when a connection can't be established to the cloud.",
|
|
428
|
+
usage: "Reserved for showing when a connection can\'t be established to the cloud.",
|
|
429
429
|
team: 'Content Types',
|
|
430
430
|
status: 'published'
|
|
431
431
|
},
|
|
@@ -455,7 +455,7 @@ const metadata = {
|
|
|
455
455
|
package: '@atlaskit/icon-lab/core/colour-none',
|
|
456
456
|
type: 'core',
|
|
457
457
|
categorization: 'single-purpose',
|
|
458
|
-
usage: "Remove colours from Whiteboard's colour picker",
|
|
458
|
+
usage: "Remove colours from Whiteboard\'s colour picker",
|
|
459
459
|
team: 'Whiteboards',
|
|
460
460
|
status: 'published'
|
|
461
461
|
},
|
|
@@ -1235,6 +1235,16 @@ const metadata = {
|
|
|
1235
1235
|
team: 'Editor',
|
|
1236
1236
|
status: 'published'
|
|
1237
1237
|
},
|
|
1238
|
+
'merge-queue': {
|
|
1239
|
+
keywords: ['merge-queue', 'mergequeue', 'icon', 'icon-lab', 'bitbucket', 'repository', 'merge queue', 'git', 'version control'],
|
|
1240
|
+
componentName: 'MergeQueueIcon',
|
|
1241
|
+
package: '@atlaskit/icon-lab/core/merge-queue',
|
|
1242
|
+
type: 'core',
|
|
1243
|
+
categorization: 'single-purpose',
|
|
1244
|
+
usage: 'Reserved for representing merge queue functionality.',
|
|
1245
|
+
team: 'Bitbucket DC',
|
|
1246
|
+
status: 'published'
|
|
1247
|
+
},
|
|
1238
1248
|
'microphone-strikethrough': {
|
|
1239
1249
|
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
|
|
1240
1250
|
componentName: 'MicrophoneStrikethroughIcon',
|
|
@@ -1285,6 +1295,16 @@ const metadata = {
|
|
|
1285
1295
|
team: 'Jira Align',
|
|
1286
1296
|
status: 'published'
|
|
1287
1297
|
},
|
|
1298
|
+
'missed-call': {
|
|
1299
|
+
keywords: ['missed-call', 'missedcall', 'icon', 'icon-lab', 'missed phone call', 'rejected call'],
|
|
1300
|
+
componentName: 'MissedCallIcon',
|
|
1301
|
+
package: '@atlaskit/icon-lab/core/missed-call',
|
|
1302
|
+
type: 'core',
|
|
1303
|
+
categorization: 'single-purpose',
|
|
1304
|
+
usage: 'Reserved for representing missed calls and missed call settings.',
|
|
1305
|
+
team: 'IT Operations (ITSM)',
|
|
1306
|
+
status: 'published'
|
|
1307
|
+
},
|
|
1288
1308
|
'node-parallel-bottom-left': {
|
|
1289
1309
|
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
1290
1310
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
@@ -1351,7 +1371,7 @@ const metadata = {
|
|
|
1351
1371
|
package: '@atlaskit/icon-lab/core/notepad',
|
|
1352
1372
|
type: 'core',
|
|
1353
1373
|
categorization: 'multi-purpose',
|
|
1354
|
-
usage: "Whiteboard component 'card'",
|
|
1374
|
+
usage: "Whiteboard component \'card\'",
|
|
1355
1375
|
team: 'Confluence Whiteboards',
|
|
1356
1376
|
status: 'published'
|
|
1357
1377
|
},
|
|
@@ -2097,6 +2117,26 @@ const metadata = {
|
|
|
2097
2117
|
team: 'Editor AI',
|
|
2098
2118
|
status: 'published'
|
|
2099
2119
|
},
|
|
2120
|
+
'text-density-compress': {
|
|
2121
|
+
keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
|
|
2122
|
+
componentName: 'TextDensityCompressIcon',
|
|
2123
|
+
package: '@atlaskit/icon-lab/core/text-density-compress',
|
|
2124
|
+
type: 'core',
|
|
2125
|
+
categorization: 'single-purpose',
|
|
2126
|
+
usage: 'Reserved for increasing the density of text by reducing font size and/or line height.',
|
|
2127
|
+
team: 'Confluence',
|
|
2128
|
+
status: 'published'
|
|
2129
|
+
},
|
|
2130
|
+
'text-density-expand': {
|
|
2131
|
+
keywords: ['text-density-expand', 'textdensityexpand', 'icon', 'icon-lab', 'text density', 'default density'],
|
|
2132
|
+
componentName: 'TextDensityExpandIcon',
|
|
2133
|
+
package: '@atlaskit/icon-lab/core/text-density-expand',
|
|
2134
|
+
type: 'core',
|
|
2135
|
+
categorization: 'single-purpose',
|
|
2136
|
+
usage: 'Reserved for reducing the density of text by increasing font size and/or line height.',
|
|
2137
|
+
team: 'Confluence',
|
|
2138
|
+
status: 'published'
|
|
2139
|
+
},
|
|
2100
2140
|
'text-heading-five': {
|
|
2101
2141
|
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
|
|
2102
2142
|
componentName: 'TextHeadingFiveIcon',
|
|
@@ -2553,6 +2593,16 @@ const metadata = {
|
|
|
2553
2593
|
team: 'Databases',
|
|
2554
2594
|
status: 'published'
|
|
2555
2595
|
},
|
|
2596
|
+
views: {
|
|
2597
|
+
keywords: ['views', 'icon', 'icon-lab', 'saved views', 'view types'],
|
|
2598
|
+
componentName: 'ViewsIcon',
|
|
2599
|
+
package: '@atlaskit/icon-lab/core/views',
|
|
2600
|
+
type: 'core',
|
|
2601
|
+
categorization: 'single-purpose',
|
|
2602
|
+
usage: 'Reserved for representing saved views.',
|
|
2603
|
+
team: 'Platforms Apps',
|
|
2604
|
+
status: 'published'
|
|
2605
|
+
},
|
|
2556
2606
|
vulnerability: {
|
|
2557
2607
|
keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
|
|
2558
2608
|
componentName: 'VulnerabilityIcon',
|
|
@@ -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::cfedb994d703e977904755bb59c54cc8>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -425,7 +425,7 @@ var metadata = {
|
|
|
425
425
|
package: '@atlaskit/icon-lab/core/cloud-offline',
|
|
426
426
|
type: 'core',
|
|
427
427
|
categorization: 'single-purpose',
|
|
428
|
-
usage: "Reserved for showing when a connection can't be established to the cloud.",
|
|
428
|
+
usage: "Reserved for showing when a connection can\'t be established to the cloud.",
|
|
429
429
|
team: 'Content Types',
|
|
430
430
|
status: 'published'
|
|
431
431
|
},
|
|
@@ -455,7 +455,7 @@ var metadata = {
|
|
|
455
455
|
package: '@atlaskit/icon-lab/core/colour-none',
|
|
456
456
|
type: 'core',
|
|
457
457
|
categorization: 'single-purpose',
|
|
458
|
-
usage: "Remove colours from Whiteboard's colour picker",
|
|
458
|
+
usage: "Remove colours from Whiteboard\'s colour picker",
|
|
459
459
|
team: 'Whiteboards',
|
|
460
460
|
status: 'published'
|
|
461
461
|
},
|
|
@@ -1235,6 +1235,16 @@ var metadata = {
|
|
|
1235
1235
|
team: 'Editor',
|
|
1236
1236
|
status: 'published'
|
|
1237
1237
|
},
|
|
1238
|
+
'merge-queue': {
|
|
1239
|
+
keywords: ['merge-queue', 'mergequeue', 'icon', 'icon-lab', 'bitbucket', 'repository', 'merge queue', 'git', 'version control'],
|
|
1240
|
+
componentName: 'MergeQueueIcon',
|
|
1241
|
+
package: '@atlaskit/icon-lab/core/merge-queue',
|
|
1242
|
+
type: 'core',
|
|
1243
|
+
categorization: 'single-purpose',
|
|
1244
|
+
usage: 'Reserved for representing merge queue functionality.',
|
|
1245
|
+
team: 'Bitbucket DC',
|
|
1246
|
+
status: 'published'
|
|
1247
|
+
},
|
|
1238
1248
|
'microphone-strikethrough': {
|
|
1239
1249
|
keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
|
|
1240
1250
|
componentName: 'MicrophoneStrikethroughIcon',
|
|
@@ -1285,6 +1295,16 @@ var metadata = {
|
|
|
1285
1295
|
team: 'Jira Align',
|
|
1286
1296
|
status: 'published'
|
|
1287
1297
|
},
|
|
1298
|
+
'missed-call': {
|
|
1299
|
+
keywords: ['missed-call', 'missedcall', 'icon', 'icon-lab', 'missed phone call', 'rejected call'],
|
|
1300
|
+
componentName: 'MissedCallIcon',
|
|
1301
|
+
package: '@atlaskit/icon-lab/core/missed-call',
|
|
1302
|
+
type: 'core',
|
|
1303
|
+
categorization: 'single-purpose',
|
|
1304
|
+
usage: 'Reserved for representing missed calls and missed call settings.',
|
|
1305
|
+
team: 'IT Operations (ITSM)',
|
|
1306
|
+
status: 'published'
|
|
1307
|
+
},
|
|
1288
1308
|
'node-parallel-bottom-left': {
|
|
1289
1309
|
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
1290
1310
|
componentName: 'NodeParallelBottomLeftIcon',
|
|
@@ -1351,7 +1371,7 @@ var metadata = {
|
|
|
1351
1371
|
package: '@atlaskit/icon-lab/core/notepad',
|
|
1352
1372
|
type: 'core',
|
|
1353
1373
|
categorization: 'multi-purpose',
|
|
1354
|
-
usage: "Whiteboard component 'card'",
|
|
1374
|
+
usage: "Whiteboard component \'card\'",
|
|
1355
1375
|
team: 'Confluence Whiteboards',
|
|
1356
1376
|
status: 'published'
|
|
1357
1377
|
},
|
|
@@ -2097,6 +2117,26 @@ var metadata = {
|
|
|
2097
2117
|
team: 'Editor AI',
|
|
2098
2118
|
status: 'published'
|
|
2099
2119
|
},
|
|
2120
|
+
'text-density-compress': {
|
|
2121
|
+
keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
|
|
2122
|
+
componentName: 'TextDensityCompressIcon',
|
|
2123
|
+
package: '@atlaskit/icon-lab/core/text-density-compress',
|
|
2124
|
+
type: 'core',
|
|
2125
|
+
categorization: 'single-purpose',
|
|
2126
|
+
usage: 'Reserved for increasing the density of text by reducing font size and/or line height.',
|
|
2127
|
+
team: 'Confluence',
|
|
2128
|
+
status: 'published'
|
|
2129
|
+
},
|
|
2130
|
+
'text-density-expand': {
|
|
2131
|
+
keywords: ['text-density-expand', 'textdensityexpand', 'icon', 'icon-lab', 'text density', 'default density'],
|
|
2132
|
+
componentName: 'TextDensityExpandIcon',
|
|
2133
|
+
package: '@atlaskit/icon-lab/core/text-density-expand',
|
|
2134
|
+
type: 'core',
|
|
2135
|
+
categorization: 'single-purpose',
|
|
2136
|
+
usage: 'Reserved for reducing the density of text by increasing font size and/or line height.',
|
|
2137
|
+
team: 'Confluence',
|
|
2138
|
+
status: 'published'
|
|
2139
|
+
},
|
|
2100
2140
|
'text-heading-five': {
|
|
2101
2141
|
keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
|
|
2102
2142
|
componentName: 'TextHeadingFiveIcon',
|
|
@@ -2553,6 +2593,16 @@ var metadata = {
|
|
|
2553
2593
|
team: 'Databases',
|
|
2554
2594
|
status: 'published'
|
|
2555
2595
|
},
|
|
2596
|
+
views: {
|
|
2597
|
+
keywords: ['views', 'icon', 'icon-lab', 'saved views', 'view types'],
|
|
2598
|
+
componentName: 'ViewsIcon',
|
|
2599
|
+
package: '@atlaskit/icon-lab/core/views',
|
|
2600
|
+
type: 'core',
|
|
2601
|
+
categorization: 'single-purpose',
|
|
2602
|
+
usage: 'Reserved for representing saved views.',
|
|
2603
|
+
team: 'Platforms Apps',
|
|
2604
|
+
status: 'published'
|
|
2605
|
+
},
|
|
2556
2606
|
vulnerability: {
|
|
2557
2607
|
keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
|
|
2558
2608
|
componentName: 'VulnerabilityIcon',
|
|
@@ -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::cfedb994d703e977904755bb59c54cc8>>
|
|
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::cfedb994d703e977904755bb59c54cc8>>
|
|
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": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/icon": "^28.
|
|
34
|
+
"@atlaskit/icon": "^28.3.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
43
|
"@atlaskit/button": "^23.4.0",
|
|
44
44
|
"@atlaskit/code": "^17.2.0",
|
|
45
|
-
"@atlaskit/ds-lib": "^5.
|
|
45
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
46
46
|
"@atlaskit/heading": "^5.2.0",
|
|
47
|
-
"@atlaskit/modal-dialog": "^14.
|
|
48
|
-
"@atlaskit/primitives": "^14.
|
|
47
|
+
"@atlaskit/modal-dialog": "^14.4.0",
|
|
48
|
+
"@atlaskit/primitives": "^14.15.0",
|
|
49
49
|
"@atlaskit/textfield": "^8.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^6.
|
|
51
|
-
"@atlaskit/tooltip": "^20.
|
|
50
|
+
"@atlaskit/tokens": "^6.4.0",
|
|
51
|
+
"@atlaskit/tooltip": "^20.5.0",
|
|
52
52
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
53
53
|
"@compiled/react": "^0.18.3",
|
|
54
54
|
"@testing-library/react": "^13.4.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5 12.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-3-2.12V6H5v4.63c.87.31 1.5 1.14 1.5 2.12m7-3a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0m-5.75-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-5-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.5 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.9 8.93a11.36 11.36 0 0 1 6.2 0 10.7 10.7 0 0 1 4.68 2.75.75.75 0 0 1 0 1.06l-2.03 2.04a.75.75 0 0 1-.9.13l-2.14-1.2a1.58 1.58 0 0 1-.8-1.52l.18-1.96a9.9 9.9 0 0 0-4.18 0l.18 1.96a1.58 1.58 0 0 1-.8 1.52l-2.14 1.2a.75.75 0 0 1-.9-.13L.22 12.74a.75.75 0 0 1 0-1.06A10.7 10.7 0 0 1 4.9 8.93m-.46 1.74a9.2 9.2 0 0 0-2.61 1.56l1.08 1.09 1.65-.92a.08.08 0 0 0 .04-.07zm6.96 1.66a.08.08 0 0 0 .04.08l1.65.92 1.08-1.09a9.2 9.2 0 0 0-2.61-1.56zM14 5.5h-1.5V3.06L8.97 6.59a1.38 1.38 0 0 1-1.95 0L3.47 3.03l1.06-1.06L8 5.44 11.44 2H9V.5h4.25a.75.75 0 0 1 .75.75z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.723 3a.75.75 0 0 1 .712.513L7.43 9.496l1.03 3.012a.8.8 0 0 1 .04.242V13H7v-.125l-.815-2.386H2.32l-.82 2.385V13H0v-.25l.01-.124a1 1 0 0 1 .031-.12l1.035-3.01 2.006-5.984.047-.11A.75.75 0 0 1 3.793 3zM13 3v5.44l1.72-1.72 1.06 1.06-3 3a.75.75 0 0 1-1.06 0l-3-3 1.06-1.06 1.72 1.72V3zM2.827 8.99H5.68L4.257 4.723z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.723 3a.75.75 0 0 1 .712.513L7.43 9.496l1.03 3.012a.8.8 0 0 1 .04.242V13H7v-.125l-.815-2.386H2.32l-.82 2.385V13H0v-.25l.01-.124a1 1 0 0 1 .031-.12l1.035-3.01 2.006-5.984A.75.75 0 0 1 3.793 3zm7.053.168a.75.75 0 0 1 1.004.052l3 3-1.06 1.06L13 5.56V11h-1.5V5.56L9.78 7.28 8.72 6.22l3-3zM2.827 8.99H5.68L4.257 4.724z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.5 5.5H6v6h5a.5.5 0 0 0 .5-.5zm-9 5.5a.5.5 0 0 0 .5.5h1.5v-6h-2zm9-8a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1h9zm1.5 8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M14.5 12.75V6H16v6.75A3.25 3.25 0 0 1 12.75 16H6v-1.5h6.75a1.75 1.75 0 0 0 1.75-1.75"/></svg>
|