@atlaskit/icon-lab 4.2.0 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/core/colour-none.d.ts +13 -0
- package/core/colour-none.js +28 -0
- package/core/distribute-spacing-horizontal.d.ts +13 -0
- package/core/distribute-spacing-horizontal.js +28 -0
- package/core/distribute-spacing-vertical.d.ts +13 -0
- package/core/distribute-spacing-vertical.js +28 -0
- package/core/jira-add.d.ts +13 -0
- package/core/jira-add.js +28 -0
- package/core/jira-upload.d.ts +13 -0
- package/core/jira-upload.js +28 -0
- package/core/node-parallel-bottom-left.d.ts +13 -0
- package/core/node-parallel-bottom-left.js +28 -0
- package/core/node-parallel-bottom-right.d.ts +13 -0
- package/core/node-parallel-bottom-right.js +28 -0
- package/core/node-parallel-top-left.d.ts +13 -0
- package/core/node-parallel-top-left.js +28 -0
- package/core/node-parallel-top-right.d.ts +13 -0
- package/core/node-parallel-top-right.js +28 -0
- package/core/node-single-left.d.ts +13 -0
- package/core/node-single-left.js +28 -0
- package/core/node-single-right.d.ts +13 -0
- package/core/node-single-right.js +28 -0
- package/core/text-bold-italic-strikethrough.d.ts +13 -0
- package/core/text-bold-italic-strikethrough.js +28 -0
- package/core/text-bold-italic-underline-strikethrough.d.ts +13 -0
- package/core/text-bold-italic-underline-strikethrough.js +28 -0
- package/core/text-bold-italic-underline.d.ts +13 -0
- package/core/text-bold-italic-underline.js +28 -0
- package/core/text-bold-italic.d.ts +13 -0
- package/core/text-bold-italic.js +28 -0
- package/core/text-bold-strikethrough.d.ts +13 -0
- package/core/text-bold-strikethrough.js +28 -0
- package/core/text-bold-underline-strikethrough.d.ts +13 -0
- package/core/text-bold-underline-strikethrough.js +28 -0
- package/core/text-bold-underline.d.ts +13 -0
- package/core/text-bold-underline.js +28 -0
- package/core/text-italic-strikethrough.d.ts +13 -0
- package/core/text-italic-strikethrough.js +28 -0
- package/core/text-italic-underline-strikethrough.d.ts +13 -0
- package/core/text-italic-underline-strikethrough.js +28 -0
- package/core/text-italic-underline.d.ts +13 -0
- package/core/text-italic-underline.js +28 -0
- package/core/text-underline-strikethrough.d.ts +13 -0
- package/core/text-underline-strikethrough.js +28 -0
- package/core/tidy.js +2 -2
- package/dist/cjs/metadata-core.js +199 -1
- package/dist/es2019/metadata-core.js +199 -1
- package/dist/esm/metadata-core.js +199 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/colour-none.svg +1 -0
- package/svgs/core/distribute-spacing-horizontal.svg +1 -0
- package/svgs/core/distribute-spacing-vertical.svg +1 -0
- package/svgs/core/jira-add.svg +1 -0
- package/svgs/core/jira-upload.svg +1 -0
- package/svgs/core/node-parallel-bottom-left.svg +1 -0
- package/svgs/core/node-parallel-bottom-right.svg +1 -0
- package/svgs/core/node-parallel-top-left.svg +1 -0
- package/svgs/core/node-parallel-top-right.svg +1 -0
- package/svgs/core/node-single-left.svg +1 -0
- package/svgs/core/node-single-right.svg +1 -0
- package/svgs/core/text-bold-italic-strikethrough.svg +1 -0
- package/svgs/core/text-bold-italic-underline-strikethrough.svg +1 -0
- package/svgs/core/text-bold-italic-underline.svg +1 -0
- package/svgs/core/text-bold-italic.svg +1 -0
- package/svgs/core/text-bold-strikethrough.svg +1 -0
- package/svgs/core/text-bold-underline-strikethrough.svg +1 -0
- package/svgs/core/text-bold-underline.svg +1 -0
- package/svgs/core/text-italic-strikethrough.svg +1 -0
- package/svgs/core/text-italic-underline-strikethrough.svg +1 -0
- package/svgs/core/text-italic-underline.svg +1 -0
- package/svgs/core/text-underline-strikethrough.svg +1 -0
- package/svgs/core/tidy.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
# @atlaskit/icon-lab
|
|
2
2
|
|
|
3
|
+
## 4.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#129602](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129602)
|
|
8
|
+
[`eab9a7d9a3b61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eab9a7d9a3b61) -
|
|
9
|
+
This release adds and updates icons in `@atlaskit/icon-lab`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon-lab/core`**
|
|
14
|
+
|
|
15
|
+
- `colour-none`
|
|
16
|
+
- `distribute-spacing-horizontal`
|
|
17
|
+
- `distribute-spacing-vertical`
|
|
18
|
+
- `jira-add`
|
|
19
|
+
- `jira-upload`
|
|
20
|
+
- `node-parallel-bottom-left`
|
|
21
|
+
- `node-parallel-bottom-right`
|
|
22
|
+
- `node-parallel-top-left`
|
|
23
|
+
- `node-parallel-top-right`
|
|
24
|
+
- `node-single-left`
|
|
25
|
+
- `node-single-right`
|
|
26
|
+
- `text-bold-italic-strikethrough`
|
|
27
|
+
- `text-bold-italic-underline-strikethrough`
|
|
28
|
+
- `text-bold-italic-underline`
|
|
29
|
+
- `text-bold-italic`
|
|
30
|
+
- `text-bold-strikethrough`
|
|
31
|
+
- `text-bold-underline-strikethrough`
|
|
32
|
+
- `text-bold-underline`
|
|
33
|
+
- `text-italic-strikethrough`
|
|
34
|
+
- `text-italic-underline-strikethrough`
|
|
35
|
+
- `text-italic-underline`
|
|
36
|
+
- `text-underline-strikethrough`
|
|
37
|
+
|
|
38
|
+
### Updated:
|
|
39
|
+
|
|
40
|
+
**`@atlaskit/icon-lab/core`**
|
|
41
|
+
|
|
42
|
+
- `tidy`
|
|
43
|
+
|
|
44
|
+
## 4.2.1
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
|
|
49
|
+
[`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
|
|
50
|
+
Update `@compiled/react` dependency for improved type checking support.
|
|
51
|
+
- Updated dependencies
|
|
52
|
+
|
|
3
53
|
## 4.2.0
|
|
4
54
|
|
|
5
55
|
### 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::51e1c074760da303375474d6e133e071>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const ColourNoneIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default ColourNoneIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::373a741fb2d707efd647b74490427723>>
|
|
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: "ColourNone".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Remove colours from Whiteboard's colour 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 ColourNoneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m12.781 13.842 1.689 1.688 1.06-1.06-1.688-1.689.002-.004-1.344-1.344v.006L4.56 3.5h.007L3.223 2.156l-.004.002L1.53.47.47 1.53l1.688 1.69A2 2 0 0 0 2 4v8a2 2 0 0 0 2 2h8c.277 0 .541-.056.781-.158M11.439 12.5 3.5 4.56V12a.5.5 0 0 0 .5.5zM14 4v6.812l-1.5-1.5V4a.5.5 0 0 0-.5-.5H6.688L5.188 2H12a2 2 0 0 1 2 2" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
ColourNoneIcon.displayName = 'ColourNoneIcon';
|
|
28
|
+
var _default = exports.default = ColourNoneIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::ca8e6f1630d6dacefa3deccf5abdbe3c>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DistributeSpacingHorizontalIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DistributeSpacingHorizontalIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::fbab53bc875a5ade57fe1ebfc1fa2443>>
|
|
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: "DistributeSpacingHorizontal".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Evenly distributing the horizontal space between multiple selected objects on Whiteboards
|
|
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 DistributeSpacingHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.25 12V4h1.5v8zM1 15V1h1.5v14zm12.5 0V1H15v14z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
DistributeSpacingHorizontalIcon.displayName = 'DistributeSpacingHorizontalIcon';
|
|
28
|
+
var _default = exports.default = DistributeSpacingHorizontalIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::392ee7c644fa95499972a1b7f85acad8>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const DistributeSpacingVerticalIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default DistributeSpacingVerticalIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c27453c7c38c5aa92864b77404f40b05>>
|
|
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: "DistributeSpacingVertical".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Evenly distributing the vertical space between multiple selected objects on Whiteboards
|
|
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 DistributeSpacingVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 15H1v-1.5h14zm-3-6.25H4v-1.5h8zm3-6.25H1V1h14z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
DistributeSpacingVerticalIcon.displayName = 'DistributeSpacingVerticalIcon';
|
|
28
|
+
var _default = exports.default = DistributeSpacingVerticalIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0c613e5eb23cb7d55d231c53846bb2d2>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const JiraAddIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default JiraAddIcon;
|
package/core/jira-add.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::7aa44e36824c1f18c3bf17b77e2dce8f>>
|
|
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: "JiraAdd".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for adding Jira work items
|
|
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 JiraAddIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6 .75A.75.75 0 0 1 6.75 0h6a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75h-1.393c-.302 0-.591-.057-.857-.16v2.41a.75.75 0 0 1-.75.75H8.357a2.4 2.4 0 0 1-.857-.16v2.41a.75.75 0 0 1-.75.75H5.357A2.357 2.357 0 0 1 3 11.143V10.5h-.643A2.357 2.357 0 0 1 0 8.143V6.75A.75.75 0 0 1 .75 6h2.41A2.4 2.4 0 0 1 3 5.143V3.75A.75.75 0 0 1 3.75 3h2.41A2.4 2.4 0 0 1 6 2.143zM8.357 3H9.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H12V1.5H7.5v.643c0 .473.384.857.857.857M9 4.5H4.5v.643c0 .473.384.857.857.857H6.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H9zm-3 3H1.5v.643c0 .473.384.857.857.857H3.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H6zm6.25 4.75V10h1.5v2.25H16v1.5h-2.25V16h-1.5v-2.25H10v-1.5z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
JiraAddIcon.displayName = 'JiraAddIcon';
|
|
28
|
+
var _default = exports.default = JiraAddIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c255f212f4ddd070fd6523817e058827>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const JiraUploadIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default JiraUploadIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5c7336117c3f87bab0d2dc2744c7a30a>>
|
|
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: "JiraUpload".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for importing Jira work items
|
|
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 JiraUploadIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6 .75A.75.75 0 0 1 6.75 0h6a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75h-1.393c-.302 0-.591-.057-.857-.16v2.41a.75.75 0 0 1-.75.75H8.357a2.4 2.4 0 0 1-.857-.16v2.41a.75.75 0 0 1-.75.75H5.357A2.357 2.357 0 0 1 3 11.143V10.5h-.643A2.357 2.357 0 0 1 0 8.143V6.75A.75.75 0 0 1 .75 6h2.41A2.4 2.4 0 0 1 3 5.143V3.75A.75.75 0 0 1 3.75 3h2.41A2.4 2.4 0 0 1 6 2.143zM8.357 3H9.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H12V1.5H7.5v.643c0 .473.384.857.857.857M9 4.5H4.5v.643c0 .473.384.857.857.857H6.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H9zm-3 3H1.5v.643c0 .473.384.857.857.857H3.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H6zm6.47 2.72a.75.75 0 0 1 1.06 0l2.375 2.375-1.06 1.06-1.095-1.094V16h-1.5v-3.44l-1.095 1.095-1.06-1.06z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
JiraUploadIcon.displayName = 'JiraUploadIcon';
|
|
28
|
+
var _default = exports.default = JiraUploadIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::3af4216c26ee100fce3ed044bccb37a7>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const NodeParallelBottomLeftIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default NodeParallelBottomLeftIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::0e80ab5dab1ec98f52addd207582d82b>>
|
|
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: "NodeParallelBottomLeft".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for whiteboard’s node parallel-bottom-left
|
|
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 NodeParallelBottomLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 4.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M3.25 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 11.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 3.5h11V5H4z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M10.75 4.25v6.25a2 2 0 0 1-2 2H4V11h4.75a.5.5 0 0 0 .5-.5V4.25z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
NodeParallelBottomLeftIcon.displayName = 'NodeParallelBottomLeftIcon';
|
|
28
|
+
var _default = exports.default = NodeParallelBottomLeftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::28c4ace4c9423491542cf43fda924303>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const NodeParallelBottomRightIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default NodeParallelBottomRightIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::1b9c7d45e08de5b6f625d813134f682e>>
|
|
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: "NodeParallelBottomRight".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for whiteboard’s node parallel-bottom-right
|
|
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 NodeParallelBottomRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.75 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M12.75 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M1 3.5h11V5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M6.75 4.25v6.25a.5.5 0 0 0 .5.5H12v1.5H7.25a2 2 0 0 1-2-2V4.25z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
NodeParallelBottomRightIcon.displayName = 'NodeParallelBottomRightIcon';
|
|
28
|
+
var _default = exports.default = NodeParallelBottomRightIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::71145875dd6b839072f0fdf1293d308c>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const NodeParallelTopLeftIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default NodeParallelTopLeftIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::427cc5b8d0d60dc77e92474465cbe8ed>>
|
|
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: "NodeParallelTopLeft".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for whiteboard’s node parallel-top-left
|
|
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 NodeParallelTopLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 4.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M3.25 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 11.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 11h11v1.5H4z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M8.75 5H4V3.5h4.75a2 2 0 0 1 2 2v6.25h-1.5V5.5a.5.5 0 0 0-.5-.5" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
NodeParallelTopLeftIcon.displayName = 'NodeParallelTopLeftIcon';
|
|
28
|
+
var _default = exports.default = NodeParallelTopLeftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::b090610074efcc7566bf27cbe807e7f3>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const NodeParallelTopRightIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default NodeParallelTopRightIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::655e32ab81b1e05a7931d0d168ae2573>>
|
|
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: "NodeParallelTopRight".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for whiteboard’s node parallel-top-right
|
|
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 NodeParallelTopRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.75 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M12.75 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M1 11h11v1.5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.25 5a.5.5 0 0 0-.5.5v6.25h-1.5V5.5a2 2 0 0 1 2-2H12V5z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
NodeParallelTopRightIcon.displayName = 'NodeParallelTopRightIcon';
|
|
28
|
+
var _default = exports.default = NodeParallelTopRightIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2408142b986ae6273e2e6de2ca4281b0>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const NodeSingleLeftIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default NodeSingleLeftIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::45c40d0d283eb92bd2b25718c37facb0>>
|
|
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: "NodeSingleLeft".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for whiteboard’s node single-left alignment
|
|
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 NodeSingleLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 8a2.25 2.25 0 1 1 4.5 0A2.25 2.25 0 0 1 1 8" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 7.25h10v1.5H4z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
NodeSingleLeftIcon.displayName = 'NodeSingleLeftIcon';
|
|
28
|
+
var _default = exports.default = NodeSingleLeftIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::a26d151f1cbc0d0dffd3fe24e58a27a7>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const NodeSingleRightIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default NodeSingleRightIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::c96d0963bcca78aa51ebbbf8fa9714a5>>
|
|
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: "NodeSingleRight".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for whiteboard’s node single-right
|
|
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 NodeSingleRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12.75 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M10.5 8A2.25 2.25 0 1 1 15 8a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M2 7.25h10v1.5H2z" clip-rule="evenodd"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
NodeSingleRightIcon.displayName = 'NodeSingleRightIcon';
|
|
28
|
+
var _default = exports.default = NodeSingleRightIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::004f731b679a08d89a5342f1633c0b64>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextBoldItalicStrikethroughIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextBoldItalicStrikethroughIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::2a13ee666b5d79bec729afea3cc70e02>>
|
|
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: "TextBoldItalicStrikethrough".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for italic bold text with a strikethrough
|
|
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 TextBoldItalicStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.215 1.93c.094-.538.561-.93 1.108-.93h4.622c1.125 0 2.175.398 2.896 1.188.734.803 1.026 1.9.82 3.07a4.5 4.5 0 0 1-.89 1.992H15v1.5H1v-1.5h2.277zm1.413 4.945H8.91c1.238 0 2.335-.877 2.535-2.008.098-.555-.05-.926-.264-1.161-.227-.248-.633-.456-1.236-.456H6.267z" clip-rule="evenodd"/><path fill="currentcolor" d="M11.433 10.25h2.254q.019.432-.062.883C13.215 13.452 11.087 15 8.875 15H3.25a1.125 1.125 0 0 1-1.108-1.32l.604-3.43h2.285l-.44 2.5h4.284c1.238 0 2.335-.877 2.535-2.008q.047-.275.023-.492"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
TextBoldItalicStrikethroughIcon.displayName = 'TextBoldItalicStrikethroughIcon';
|
|
28
|
+
var _default = exports.default = TextBoldItalicStrikethroughIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::80ddf6c7a973bf3ea3aa5439bcd0d7c4>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextBoldItalicUnderlineStrikethroughIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextBoldItalicUnderlineStrikethroughIcon;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::538b11cdd48f55fe86ca1c6696f4d2aa>>
|
|
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: "TextBoldItalicUnderlineStrikethrough".
|
|
17
|
+
* Category: single-purpose
|
|
18
|
+
* Location: @atlaskit/icon-lab
|
|
19
|
+
* Usage guidance: Reserved for bold italic text with underline and strikethrough
|
|
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 TextBoldItalicUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6.125 1.75a1 1 0 0 0-.976.783L4.323 6.25H1v1.5h14v-1.5h-2.93a3.25 3.25 0 0 0-3-4.5zm.247 4.5.555-2.5H9.07a1.25 1.25 0 1 1 0 2.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M12.29 9.25h-2.05a1.5 1.5 0 0 1-1.41 2H5.35l.4-2H3.71l-.56 2.8a1 1 0 0 0 .98 1.2h4.7a3.5 3.5 0 0 0 3.47-4M0 16.75h16v-1.5H0z"/>`
|
|
25
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
+
}, props));
|
|
27
|
+
TextBoldItalicUnderlineStrikethroughIcon.displayName = 'TextBoldItalicUnderlineStrikethroughIcon';
|
|
28
|
+
var _default = exports.default = TextBoldItalicUnderlineStrikethroughIcon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::51c18eae41b7accc0183049d53da91d5>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
+
|
|
9
|
+
declare const TextBoldItalicUnderlineIcon: {
|
|
10
|
+
(props: NewCoreIconProps): JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
export default TextBoldItalicUnderlineIcon;
|