@atlaskit/icon 26.4.1 → 27.1.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 +116 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-townsquare/tsconfig.json +27 -0
- package/core/capture.d.ts +4 -1
- package/core/capture.js +3 -3
- package/core/cash.js +2 -2
- package/core/close.d.ts +4 -1
- package/core/close.js +3 -3
- package/core/{issue.d.ts → cross.d.ts} +3 -6
- package/core/{align-right.js → cross.js} +7 -7
- package/core/discovery.d.ts +4 -1
- package/core/discovery.js +3 -2
- package/core/error.d.ts +4 -1
- package/core/error.js +3 -2
- package/core/flask.js +2 -2
- package/core/{issues.d.ts → focus-area.d.ts} +3 -6
- package/core/{summarize.js → focus-area.js} +7 -7
- package/core/information.d.ts +4 -1
- package/core/information.js +4 -2
- package/core/lightbulb.js +2 -2
- package/core/magic-wand.js +2 -2
- package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
- package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
- package/core/migration/capture--jira-capture.js +3 -3
- package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
- package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
- package/core/migration/close--cross.js +3 -3
- package/core/migration/close--editor-close.js +3 -3
- package/core/migration/discovery--editor-note.js +3 -2
- package/core/migration/error.js +3 -2
- package/core/migration/information--editor-info.js +4 -2
- package/core/migration/information--editor-panel.js +4 -2
- package/core/migration/information--info.js +4 -2
- package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
- package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
- package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
- package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
- package/core/migration/success--check-circle.js +2 -2
- package/core/migration/success--editor-success.js +2 -2
- package/core/migration/warning--editor-warning.js +3 -2
- package/core/migration/warning.js +3 -2
- package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
- package/core/migration/{issue.js → work-item--issue.js} +10 -10
- package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
- package/core/migration/{issues.js → work-items--issues.js} +9 -9
- package/core/paint-palette.js +2 -2
- package/core/pen.js +2 -2
- package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
- package/core/{border-weight-medium.js → status-discovery.js} +8 -7
- package/core/{align-left.d.ts → status-error.d.ts} +3 -6
- package/core/{drawer-right.js → status-error.js} +8 -7
- package/core/status-information.d.ts +13 -0
- package/core/{content-align-right.js → status-information.js} +9 -7
- package/core/status-success.d.ts +13 -0
- package/core/{border-weight-thick.js → status-success.js} +7 -7
- package/core/status-verified.js +3 -2
- package/core/status-warning.d.ts +13 -0
- package/core/{border-weight-thin.js → status-warning.js} +8 -7
- package/core/success.d.ts +4 -1
- package/core/success.js +2 -2
- package/core/warning.d.ts +4 -1
- package/core/warning.js +3 -2
- package/dist/cjs/deprecated-core.js +2 -81
- package/dist/cjs/deprecated-utility.js +134 -4
- package/dist/cjs/metadata-core.js +133 -308
- package/dist/cjs/metadata-utility.js +170 -30
- package/dist/cjs/migration-map.js +6 -6
- package/dist/es2019/deprecated-core.js +2 -81
- package/dist/es2019/deprecated-utility.js +134 -4
- package/dist/es2019/metadata-core.js +133 -308
- package/dist/es2019/metadata-utility.js +170 -30
- package/dist/es2019/migration-map.js +6 -6
- package/dist/esm/deprecated-core.js +2 -81
- package/dist/esm/deprecated-utility.js +134 -4
- package/dist/esm/metadata-core.js +133 -308
- package/dist/esm/metadata-utility.js +170 -30
- package/dist/esm/migration-map.js +6 -6
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/deprecated-utility.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/glyph/child-issues.js +2 -2
- package/glyph/detail-view.js +2 -2
- package/glyph/issue.js +2 -2
- package/glyph/issues.js +2 -2
- package/glyph/overview.js +2 -2
- package/glyph/room-menu.js +2 -2
- package/package.json +7 -7
- package/svgs/core/cash.svg +1 -1
- package/svgs/core/cross.svg +1 -0
- package/svgs/core/flask.svg +1 -1
- package/svgs/core/focus-area.svg +1 -0
- package/svgs/core/lightbulb.svg +1 -1
- package/svgs/core/magic-wand.svg +1 -1
- package/svgs/core/paint-palette.svg +1 -1
- package/svgs/core/pen.svg +1 -1
- package/svgs/core/status-discovery.svg +1 -0
- package/svgs/core/status-error.svg +1 -0
- package/svgs/core/status-information.svg +1 -0
- package/svgs/core/status-success.svg +1 -0
- package/svgs/core/status-verified.svg +1 -1
- package/svgs/core/status-warning.svg +1 -0
- package/utility/add.d.ts +4 -1
- package/utility/arrow-down.d.ts +4 -1
- package/utility/arrow-left.d.ts +4 -1
- package/utility/arrow-right.d.ts +4 -1
- package/utility/arrow-up.d.ts +4 -1
- package/utility/check-circle.d.ts +4 -1
- package/utility/check-mark.d.ts +4 -1
- package/utility/chevron-double-left.d.ts +4 -1
- package/utility/chevron-double-right.d.ts +4 -1
- package/utility/chevron-down.d.ts +4 -1
- package/utility/chevron-left.d.ts +4 -1
- package/utility/chevron-right.d.ts +4 -1
- package/utility/chevron-up.d.ts +4 -1
- package/utility/cross-circle.d.ts +4 -1
- package/utility/cross.d.ts +4 -1
- package/utility/drag-handle-horizontal.d.ts +4 -1
- package/utility/drag-handle-vertical.d.ts +4 -1
- package/utility/drag-handle.d.ts +2 -2
- package/utility/error.d.ts +4 -1
- package/utility/information.d.ts +4 -1
- package/utility/link-external.d.ts +4 -1
- package/utility/lock-locked.d.ts +4 -1
- package/utility/lock-unlocked.d.ts +4 -1
- package/utility/show-more-horizontal.d.ts +4 -1
- package/utility/show-more-vertical.d.ts +4 -1
- package/utility/star-starred.d.ts +4 -1
- package/utility/star-unstarred.d.ts +4 -1
- package/utility/success.d.ts +4 -1
- package/utility/warning.d.ts +4 -1
- package/core/align-center.d.ts +0 -16
- package/core/align-center.js +0 -28
- package/core/align-left.js +0 -28
- package/core/align-right.d.ts +0 -16
- package/core/border-weight-medium.d.ts +0 -16
- package/core/border-weight-thick.d.ts +0 -16
- package/core/border-weight-thin.d.ts +0 -16
- package/core/child-issues.d.ts +0 -16
- package/core/child-issues.js +0 -28
- package/core/content-align-center.d.ts +0 -16
- package/core/content-align-center.js +0 -28
- package/core/content-align-left.d.ts +0 -16
- package/core/content-align-left.js +0 -28
- package/core/content-align-right.d.ts +0 -16
- package/core/drag-handle.d.ts +0 -16
- package/core/drag-handle.js +0 -28
- package/core/drawer-left.js +0 -28
- package/core/drawer-right.d.ts +0 -16
- package/core/issue.js +0 -28
- package/core/issues.js +0 -28
- package/core/migration/align-center--editor-align-center.js +0 -31
- package/core/migration/align-left--editor-align-left.js +0 -31
- package/core/migration/align-right--editor-align-right.js +0 -31
- package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
- package/core/migration/border-weight-thin--media-services-line.js +0 -31
- package/core/migration/child-issues.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
- package/core/migration/content-align-center--editor-align-image-center.js +0 -31
- package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
- package/core/migration/content-align-left--editor-align-image-left.js +0 -31
- package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
- package/core/migration/content-align-right--editor-align-image-right.js +0 -31
- package/core/migration/drag-handle--drag-handler.js +0 -31
- package/core/migration/issues.d.ts +0 -15
- package/core/migration/sidebar-right--detail-view.d.ts +0 -15
- package/core/migration/sidebar-right--room-menu.d.ts +0 -15
- package/core/sidebar-left.d.ts +0 -16
- package/core/sidebar-left.js +0 -28
- package/core/sidebar-right.d.ts +0 -16
- package/core/sidebar-right.js +0 -28
- package/core/summarize.d.ts +0 -16
- package/svgs/core/align-center.svg +0 -1
- package/svgs/core/align-left.svg +0 -1
- package/svgs/core/align-right.svg +0 -1
- package/svgs/core/border-weight-medium.svg +0 -1
- package/svgs/core/border-weight-thick.svg +0 -1
- package/svgs/core/border-weight-thin.svg +0 -1
- package/svgs/core/child-issues.svg +0 -1
- package/svgs/core/content-align-center.svg +0 -1
- package/svgs/core/content-align-left.svg +0 -1
- package/svgs/core/content-align-right.svg +0 -1
- package/svgs/core/drag-handle.svg +0 -1
- package/svgs/core/drawer-left.svg +0 -1
- package/svgs/core/drawer-right.svg +0 -1
- package/svgs/core/issue.svg +0 -1
- package/svgs/core/issues.svg +0 -1
- package/svgs/core/sidebar-left.svg +0 -1
- package/svgs/core/sidebar-right.svg +0 -1
- package/svgs/core/summarize.svg +0 -1
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::1207fb4886670a5cdb695715aec99828>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "star-starred" is deprecated in favour of "star-starred" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const StarStarredIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::3b9b93357a2726b1227074204884636f>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "star-unstarred" is deprecated in favour of "star-unstarred" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const StarUnstarredIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/success.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::14efba5204a94e7123e7674d58eb6821>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const SuccessIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/utility/warning.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::cdbec53592a7ff8045fe726ceb687f25>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const WarningIcon: {
|
|
10
13
|
(props: NewUtilityIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/align-center.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::94719a3f2cfaa3692fead765cbad4245>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "align-center" is deprecated in favour of "align-text-center" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const AlignCenterIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default AlignCenterIcon;
|
package/core/align-center.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::e3886c47b5e92432bed9c77d56258870>>
|
|
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: "AlignCenter".
|
|
17
|
-
* Category: multi-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Multi purpose - Known uses: align text center, align center.
|
|
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 AlignCenterIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M12 3.5H4V2h8zm3 5.25H1v-1.5h14zM12 14H4v-1.5h8z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
AlignCenterIcon.displayName = 'AlignCenterIcon';
|
|
28
|
-
var _default = exports.default = AlignCenterIcon;
|
package/core/align-left.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::06cb7603567c67e47d6263787f51f223>>
|
|
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: "AlignLeft".
|
|
17
|
-
* Category: multi-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Multi purpose - Known uses: align text left, align content left, summary.
|
|
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 AlignLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm0 5.25H1v-1.5h14zM8 14H1v-1.5h7z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
AlignLeftIcon.displayName = 'AlignLeftIcon';
|
|
28
|
-
var _default = exports.default = AlignLeftIcon;
|
package/core/align-right.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::bb5dbc6b14b8902076a6a5c7fd8ae91d>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "align-right" is deprecated in favour of "align-text-right" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const AlignRightIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default AlignRightIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::68054f261a3d4a84a198d34b2c93b429>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "border-weight-medium" is deprecated in favour of "stroke-weight-medium" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const BorderWeightMediumIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default BorderWeightMediumIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::ad7c6b2d7086a52c6082a9c1c7623a27>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "border-weight-thick" is deprecated in favour of "stroke-weight-large" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const BorderWeightThickIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default BorderWeightThickIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::b706ce1e1f9a034b2af6f814a6a2c9a4>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const BorderWeightThinIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default BorderWeightThinIcon;
|
package/core/child-issues.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::cde2ad987876c8ba84138c3bea2cec75>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ChildIssuesIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ChildIssuesIcon;
|
package/core/child-issues.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::0a33c20b0e9684239e470bd9fc395b3e>>
|
|
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: "ChildIssues".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for child 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 ChildIssuesIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.5 4.5V1H1v10a2 2 0 0 0 2 2h4v.75c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25v-3c0-.69-.56-1.25-1.25-1.25h-5.5c-.69 0-1.25.56-1.25 1.25v.75H3a.5.5 0 0 1-.5-.5V6H7v.75C7 7.44 7.56 8 8.25 8h5.5C14.44 8 15 7.44 15 6.75v-3c0-.69-.56-1.25-1.25-1.25h-5.5C7.56 2.5 7 3.06 7 3.75v.75zm6-.5v2.5h5V4zm0 7v2.5h5V11z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ChildIssuesIcon.displayName = 'ChildIssuesIcon';
|
|
28
|
-
var _default = exports.default = ChildIssuesIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::c48e4fd27109e50ca9988f8dd4f9b4bd>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ContentAlignCenterIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ContentAlignCenterIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::14ee50a46a6655f18cdeba88c5d2c099>>
|
|
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: "ContentAlignCenter".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Single purpose - Reserved for center aligning media and content.
|
|
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 ContentAlignCenterIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 2.5H1V1h14zm-8.5 4v3h3v-3zM6.375 5h3.25C10.385 5 11 5.616 11 6.375v3.25c0 .76-.616 1.375-1.375 1.375h-3.25C5.615 11 5 10.384 5 9.625v-3.25C5 5.615 5.616 5 6.375 5M15 15H1v-1.5h14z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ContentAlignCenterIcon.displayName = 'ContentAlignCenterIcon';
|
|
28
|
-
var _default = exports.default = ContentAlignCenterIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::18f1e4def90e50feb7f640b2f8da2a92>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "content-align-left" is deprecated in favour of "align-image-left" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ContentAlignLeftIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ContentAlignLeftIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::a8bb07b76a406d62e93aa04c2b7ea1db>>
|
|
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: "ContentAlignLeft".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Single purpose - Reserved for left aligning media and content.
|
|
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 ContentAlignLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 2.5H1V1h14zm-12.5 4v3h3v-3zM2.375 5h3.25C6.385 5 7 5.616 7 6.375v3.25C7 10.385 6.384 11 5.625 11h-3.25C1.615 11 1 10.384 1 9.625v-3.25C1 5.615 1.616 5 2.375 5M15 15H1v-1.5h14z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ContentAlignLeftIcon.displayName = 'ContentAlignLeftIcon';
|
|
28
|
-
var _default = exports.default = ContentAlignLeftIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::c63516352cf3755557b5ebfd2c57518b>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "content-align-right" is deprecated in favour of "align-image-right" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ContentAlignRightIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ContentAlignRightIcon;
|
package/core/drag-handle.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::71343f8f1c1ed4e98189aed74a53a5f6>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const DragHandleIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default DragHandleIcon;
|
package/core/drag-handle.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::d967622c1fa8db688e302222de4f52fa>>
|
|
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: "DragHandle".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Single purpose - Reserved for draggable elements along a vertical axis.
|
|
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 DragHandleIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M7 2.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m5.5 0a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0M7 8a1.75 1.75 0 1 1-3.5 0A1.75 1.75 0 0 1 7 8m5.5 0A1.75 1.75 0 1 1 9 8a1.75 1.75 0 0 1 3.5 0M7 13.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m5.5 0a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
DragHandleIcon.displayName = 'DragHandleIcon';
|
|
28
|
-
var _default = exports.default = DragHandleIcon;
|
package/core/drawer-left.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::104b4ca293b6a45e251b904aac4a841c>>
|
|
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: "DrawerLeft".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.
|
|
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 DrawerLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9v9zm-8-6H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
DrawerLeftIcon.displayName = 'DrawerLeftIcon';
|
|
28
|
-
var _default = exports.default = DrawerLeftIcon;
|
package/core/drawer-right.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::358bfb75410a2c2205aee7d7a5da3c68>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const DrawerRightIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default DrawerRightIcon;
|
package/core/issue.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::f1a34ab85cae43bfcc557db6c87d2e59>>
|
|
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: "Issue".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for representing 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 IssueIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm8.426 1.517 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
IssueIcon.displayName = 'IssueIcon';
|
|
28
|
-
var _default = exports.default = IssueIcon;
|
package/core/issues.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::756d4fa5fd77b2680e9e19bf5f6c468d>>
|
|
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: "Issues".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for representing multiple 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 IssuesIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zM0 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.302.641 1.146.968-3.167 3.75a.75.75 0 0 1-1.146 0L3.552 7.484l1.146-.968 1.01 1.197z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M16 7v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75V7z" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
IssuesIcon.displayName = 'IssuesIcon';
|
|
28
|
-
var _default = exports.default = IssuesIcon;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::3c29a4a378b4ad60fdefc9799783ffb3>>
|
|
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 _alignCenter = _interopRequireDefault(require("@atlaskit/icon/core/align-center"));
|
|
14
|
-
var _alignCenter2 = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/align-center"));
|
|
15
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
-
/**
|
|
17
|
-
* Migration Icon component for AlignCenterIcon.
|
|
18
|
-
* This component is AlignCenterIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignCenterIcon".
|
|
19
|
-
*
|
|
20
|
-
* Category: multi-purpose
|
|
21
|
-
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Multi purpose - Known uses: align text center, align center.
|
|
23
|
-
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
-
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
-
*/
|
|
26
|
-
const AlignCenterIcon = props => /*#__PURE__*/_react.default.createElement(_alignCenter.default, Object.assign({
|
|
27
|
-
LEGACY_fallbackIcon: _alignCenter2.default
|
|
28
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
-
}, props));
|
|
30
|
-
AlignCenterIcon.Name = 'AlignCenterIconMigration';
|
|
31
|
-
var _default = exports.default = AlignCenterIcon;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::a95c9852ab686f3030ac25b9edca5933>>
|
|
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 _alignLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-left"));
|
|
14
|
-
var _alignLeft2 = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/align-left"));
|
|
15
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
-
/**
|
|
17
|
-
* Migration Icon component for AlignLeftIcon.
|
|
18
|
-
* This component is AlignLeftIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignLeftIcon".
|
|
19
|
-
*
|
|
20
|
-
* Category: multi-purpose
|
|
21
|
-
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Multi purpose - Known uses: align text left, align content left, summary.
|
|
23
|
-
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
-
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
-
*/
|
|
26
|
-
const AlignLeftIcon = props => /*#__PURE__*/_react.default.createElement(_alignLeft.default, Object.assign({
|
|
27
|
-
LEGACY_fallbackIcon: _alignLeft2.default
|
|
28
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
-
}, props));
|
|
30
|
-
AlignLeftIcon.Name = 'AlignLeftIconMigration';
|
|
31
|
-
var _default = exports.default = AlignLeftIcon;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::48def302f1b2da7a891405cd3110996b>>
|
|
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 _alignRight = _interopRequireDefault(require("@atlaskit/icon/core/align-right"));
|
|
14
|
-
var _alignRight2 = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/align-right"));
|
|
15
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
|
-
/**
|
|
17
|
-
* Migration Icon component for AlignRightIcon.
|
|
18
|
-
* This component is AlignRightIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignRightIcon".
|
|
19
|
-
*
|
|
20
|
-
* Category: multi-purpose
|
|
21
|
-
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Multi purpose - Known uses: align text right, align content right.
|
|
23
|
-
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
|
-
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
|
-
*/
|
|
26
|
-
const AlignRightIcon = props => /*#__PURE__*/_react.default.createElement(_alignRight.default, Object.assign({
|
|
27
|
-
LEGACY_fallbackIcon: _alignRight2.default
|
|
28
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
-
}, props));
|
|
30
|
-
AlignRightIcon.Name = 'AlignRightIconMigration';
|
|
31
|
-
var _default = exports.default = AlignRightIcon;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::a0fdb107acaf83bbb2b7d165070a9e79>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import React from 'react';
|
|
8
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
9
|
-
import Icon from '@atlaskit/icon/base-new';
|
|
10
|
-
|
|
11
|
-
declare const BorderWeightThinIconMigration: {
|
|
12
|
-
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
|
|
13
|
-
displayName: string;
|
|
14
|
-
};
|
|
15
|
-
export default BorderWeightThinIconMigration;
|