@atlaskit/icon-lab 4.19.0 → 5.0.1
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 +49 -0
- package/dist/cjs/deprecated-core.js +2 -75
- package/dist/cjs/metadata-core.js +1 -363
- package/dist/es2019/deprecated-core.js +2 -75
- package/dist/es2019/metadata-core.js +1 -363
- package/dist/esm/deprecated-core.js +2 -75
- package/dist/esm/metadata-core.js +1 -363
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +5 -5
- package/core/hand-clenched.d.ts +0 -16
- package/core/hand-clenched.js +0 -28
- package/core/hand.d.ts +0 -16
- package/core/hand.js +0 -28
- package/core/recur.d.ts +0 -16
- package/core/recur.js +0 -28
- package/core/shape-comment-left.d.ts +0 -16
- package/core/shape-comment-left.js +0 -28
- package/core/shape-comment-right.d.ts +0 -16
- package/core/shape-comment-right.js +0 -28
- package/core/shape-database.d.ts +0 -16
- package/core/shape-database.js +0 -28
- package/core/shape-delay.d.ts +0 -16
- package/core/shape-delay.js +0 -28
- package/core/shape-display.d.ts +0 -16
- package/core/shape-display.js +0 -28
- package/core/shape-document-symbol.d.ts +0 -16
- package/core/shape-document-symbol.js +0 -28
- package/core/shape-hard-disk.d.ts +0 -16
- package/core/shape-hard-disk.js +0 -28
- package/core/shape-internal-storage.d.ts +0 -16
- package/core/shape-internal-storage.js +0 -28
- package/core/shape-manual-input.d.ts +0 -16
- package/core/shape-manual-input.js +0 -28
- package/core/shape-manual-operation-symbol.d.ts +0 -16
- package/core/shape-manual-operation-symbol.js +0 -28
- package/core/shape-mindmap.d.ts +0 -16
- package/core/shape-mindmap.js +0 -28
- package/core/shape-multiple-documents.d.ts +0 -16
- package/core/shape-multiple-documents.js +0 -28
- package/core/shape-off-page.d.ts +0 -16
- package/core/shape-off-page.js +0 -28
- package/core/shape-predefined-process.d.ts +0 -16
- package/core/shape-predefined-process.js +0 -28
- package/core/shape-preparation-symbol.d.ts +0 -16
- package/core/shape-preparation-symbol.js +0 -28
- package/core/shape-start-end.d.ts +0 -16
- package/core/shape-start-end.js +0 -28
- package/core/shape-stored-data.d.ts +0 -16
- package/core/shape-stored-data.js +0 -28
- package/core/shape-summing-junction-cross.d.ts +0 -16
- package/core/shape-summing-junction-cross.js +0 -28
- package/core/shape-summing-junction-plus.d.ts +0 -16
- package/core/shape-summing-junction-plus.js +0 -28
- package/core/space.d.ts +0 -16
- package/core/space.js +0 -30
- package/core/speedometer.d.ts +0 -16
- package/core/speedometer.js +0 -28
- package/svgs/core/hand-clenched.svg +0 -1
- package/svgs/core/hand.svg +0 -1
- package/svgs/core/recur.svg +0 -1
- package/svgs/core/shape-comment-left.svg +0 -1
- package/svgs/core/shape-comment-right.svg +0 -1
- package/svgs/core/shape-database.svg +0 -1
- package/svgs/core/shape-delay.svg +0 -1
- package/svgs/core/shape-display.svg +0 -1
- package/svgs/core/shape-document-symbol.svg +0 -1
- package/svgs/core/shape-hard-disk.svg +0 -1
- package/svgs/core/shape-internal-storage.svg +0 -1
- package/svgs/core/shape-manual-input.svg +0 -1
- package/svgs/core/shape-manual-operation-symbol.svg +0 -1
- package/svgs/core/shape-mindmap.svg +0 -1
- package/svgs/core/shape-multiple-documents.svg +0 -1
- package/svgs/core/shape-off-page.svg +0 -1
- package/svgs/core/shape-predefined-process.svg +0 -1
- package/svgs/core/shape-preparation-symbol.svg +0 -1
- package/svgs/core/shape-start-end.svg +0 -1
- package/svgs/core/shape-stored-data.svg +0 -1
- package/svgs/core/shape-summing-junction-cross.svg +0 -1
- package/svgs/core/shape-summing-junction-plus.svg +0 -1
- package/svgs/core/space.svg +0 -1
- package/svgs/core/speedometer.svg +0 -1
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::5364940d0df1c2b43826f74b6e360dda>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-preparation-symbol" is deprecated in favour of "diagram-symbol-preparation" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapePreparationSymbolIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapePreparationSymbolIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::c5ec86d6ea5b9e508ce1bb88711fa0d6>>
|
|
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: "ShapePreparationSymbol".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for preparation diagram symbol.
|
|
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 ShapePreparationSymbolIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M10.905 1a2 2 0 0 1 1.73.996l2.9 5 .064.118a2 2 0 0 1 0 1.772l-.064.118-2.9 5a2 2 0 0 1-1.73.996h-5.81a2 2 0 0 1-1.73-.996l-2.9-5a2 2 0 0 1 0-2.008l2.9-5 .07-.112A2 2 0 0 1 5.096 1zm-5.81 1.5a.5.5 0 0 0-.396.194l-.037.055-2.9 5a.5.5 0 0 0 0 .502l2.9 5a.5.5 0 0 0 .433.249h5.81a.5.5 0 0 0 .433-.249l2.9-5 .029-.06a.5.5 0 0 0 0-.382l-.03-.06-2.9-5a.5.5 0 0 0-.432-.249z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapePreparationSymbolIcon.displayName = 'ShapePreparationSymbolIcon';
|
|
28
|
-
var _default = exports.default = ShapePreparationSymbolIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::08e745de276e267eeeab1ffeb71d56e3>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-start-end" is deprecated in favour of "diagram-symbol-terminator" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeStartEndIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeStartEndIcon;
|
package/core/shape-start-end.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::68f1a4d3ae64e56fc8c10d02065ad027>>
|
|
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: "ShapeStartEnd".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for terminator (start or end point) diagram symbol.
|
|
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 ShapeStartEndIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a3.75 3.75 0 0 0-3.557-3.745l-.193-.005h-5.5a3.75 3.75 0 1 0 0 7.5h5.5A3.75 3.75 0 0 0 14.5 8M16 8c0 2.9-2.35 5.25-5.25 5.25h-5.5a5.25 5.25 0 1 1 0-10.5h5.5l.27.007A5.25 5.25 0 0 1 16 8"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeStartEndIcon.displayName = 'ShapeStartEndIcon';
|
|
28
|
-
var _default = exports.default = ShapeStartEndIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::365254946c7e379be747937473dd3ba5>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-stored-data" is deprecated in favour of "diagram-symbol-stored-data" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeStoredDataIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeStoredDataIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::dce3fdc754235a5bb75ee6b4ebad2c07>>
|
|
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: "ShapeStoredData".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for stored data diagram symbol.
|
|
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 ShapeStoredDataIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M12.832 13.5a6 6 0 0 1-.738-1.48c-.387-1.099-.606-2.48-.606-4.02 0-1.517.213-2.879.588-3.97a6.1 6.1 0 0 1 .757-1.53H3.835l-.082.01c-.094.022-.224.089-.388.256-.22.225-.453.59-.665 1.101C2.278 4.887 2 6.347 2 8c0 1.652.278 3.113.7 4.133.212.511.445.876.665 1.101.218.223.376.266.47.266zM3.835 15c-.62 0-1.141-.307-1.542-.717-.398-.407-.722-.958-.979-1.577C.801 11.464.5 9.8.5 8s.3-3.464.814-4.706c.257-.62.58-1.17.979-1.577.35-.359.794-.639 1.314-.703L3.835 1h10.249c.26 0 .51.105.693.291l.09.105c.185.25.22.548.17.79a1.05 1.05 0 0 1-.394.624l-.093.063-.128.089c-.304.244-.647.743-.927 1.557-.31.903-.507 2.096-.507 3.481 0 1.407.202 2.615.52 3.523.33.938.742 1.44 1.07 1.62l.089.055c.205.14.39.37.428.688a.97.97 0 0 1-.256.771l-.074.073-.091.075a1 1 0 0 1-.326.156 1.3 1.3 0 0 1-.327.039z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeStoredDataIcon.displayName = 'ShapeStoredDataIcon';
|
|
28
|
-
var _default = exports.default = ShapeStoredDataIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::2fe385011c4891a851cfc73c55253459>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-summing-junction-cross" is deprecated in favour of "diagram-symbol-summing-junction" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeSummingJunctionCrossIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeSummingJunctionCrossIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::378fa5379ef15e87699bb6052f95376e>>
|
|
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: "ShapeSummingJunctionCross".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for summing junction diagram symbol.
|
|
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 ShapeSummingJunctionCrossIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.47 6.47 0 0 0-1.406-4.034L9.06 8l4.033 4.033A6.47 6.47 0 0 0 14.5 8M3.966 13.094A6.47 6.47 0 0 0 8 14.5a6.47 6.47 0 0 0 4.033-1.406L8 9.06zM8 1.5a6.47 6.47 0 0 0-4.034 1.405L8 6.94l4.033-4.034A6.47 6.47 0 0 0 8 1.5M1.5 8a6.47 6.47 0 0 0 1.405 4.033L6.94 8 2.905 3.966A6.47 6.47 0 0 0 1.5 8M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeSummingJunctionCrossIcon.displayName = 'ShapeSummingJunctionCrossIcon';
|
|
28
|
-
var _default = exports.default = ShapeSummingJunctionCrossIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::c7484ab9c7da1e5282cf625894dadd9b>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "shape-summing-junction-plus" is deprecated in favour of "diagram-symbol-or" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const ShapeSummingJunctionPlusIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default ShapeSummingJunctionPlusIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::e539775a6b75f783b829ea9d4d35408c>>
|
|
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: "ShapeSummingJunctionPlus".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for or diagram symbol.
|
|
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 ShapeSummingJunctionPlusIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.544 8.75a6.5 6.5 0 0 0 5.706 5.705V8.75zm7.206 5.705a6.5 6.5 0 0 0 5.706-5.705H8.75zm0-7.205h5.706A6.5 6.5 0 0 0 8.75 1.544zm-1.5-5.706A6.5 6.5 0 0 0 1.544 7.25H7.25z"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
ShapeSummingJunctionPlusIcon.displayName = 'ShapeSummingJunctionPlusIcon';
|
|
28
|
-
var _default = exports.default = ShapeSummingJunctionPlusIcon;
|
package/core/space.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::9c04a32075dc9b5224ff2a8ae1a83200>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const SpaceIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default SpaceIcon;
|
package/core/space.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::4ac9290784d2a58aa5091acba5eeec04>>
|
|
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: "Space".
|
|
17
|
-
* Category: single-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Reserved for use for Jira Projects for now. This will replace the Jira rocket.
|
|
20
|
-
|
|
21
|
-
More context: Later, it will eventually replace the Confluence Spaces icon later when Jira Projects -> Jira Spaces. This is a planned phased rollout.
|
|
22
|
-
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
23
|
-
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
24
|
-
*/
|
|
25
|
-
const SpaceIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
26
|
-
dangerouslySetGlyph: `<path fill="currentcolor" d="m10.213 11.918.037-.02.037-.022a29 29 0 0 0 3.523-2.38 5.98 5.98 0 0 1-2.81 3.7 5.98 5.98 0 0 1-4.61.584 29.4 29.4 0 0 0 3.823-1.862"/><path fill="currentcolor" fill-rule="evenodd" d="M.206 12.5c-.21-.365-.222-.762-.149-1.11.072-.343.232-.681.432-1.002.35-.559.883-1.162 1.541-1.774a6 6 0 0 1 9.487-5.477c.858-.264 1.648-.425 2.307-.447.377-.013.75.017 1.083.126.338.111.677.32.887.684.186.322.219.664.17.988a2.7 2.7 0 0 1-.276.812c-.276.539-.738 1.113-1.308 1.689-1.148 1.158-2.866 2.446-4.88 3.609s-3.988 2.006-5.566 2.422c-.783.206-1.511.318-2.116.288C1.253 13.28.56 13.113.206 12.5m3.36-3.725a4.502 4.502 0 0 1 8.778-1.954c-.962.808-2.191 1.668-3.594 2.478s-2.762 1.444-3.943 1.873a4.5 4.5 0 0 1-.704-.922 4.5 4.5 0 0 1-.537-1.475M2.804 11q.197.342.431.648c-.563.129-1.015.178-1.344.162-.22-.01-.327-.046-.373-.068l.007-.045c.023-.108.09-.28.237-.514q.243-.392.697-.88.147.355.345.697m10.392-6a6 6 0 0 0-.431-.648 6 6 0 0 1 1.11-.163c.277-.01.459.018.564.052l.043.016c-.005.052-.028.162-.128.358-.15.292-.419.659-.813 1.082A6 6 0 0 0 13.196 5" clip-rule="evenodd"/>`
|
|
27
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
28
|
-
}, props));
|
|
29
|
-
SpaceIcon.displayName = 'SpaceIcon';
|
|
30
|
-
var _default = exports.default = SpaceIcon;
|
package/core/speedometer.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::b000b9e2fba9d425455c69b9c4190207>>
|
|
4
|
-
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated The icon "speedometer" is deprecated in favour of "speedometer-right" from “@atlaskit/icon-lab/core”
|
|
11
|
-
*/
|
|
12
|
-
declare const SpeedometerIcon: {
|
|
13
|
-
(props: NewCoreIconProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
export default SpeedometerIcon;
|
package/core/speedometer.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::fe8e102705d611ff332c3424e9f91eb5>>
|
|
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: "Speedometer".
|
|
17
|
-
* Category: multi-purpose
|
|
18
|
-
* Location: @atlaskit/icon-lab
|
|
19
|
-
* Usage guidance: Known uses: video is set to a faster playback speed
|
|
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 SpeedometerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 2.5a6.5 6.5 0 0 0-4.483 11.207l-1.034 1.086a8 8 0 0 1 9.104-12.946l-.674 1.34A6.5 6.5 0 0 0 8 2.5m5.384.875a.75.75 0 0 1 .537.246A7.97 7.97 0 0 1 16 9a7.98 7.98 0 0 1-2.483 5.793l-1.034-1.086A6.48 6.48 0 0 0 14.5 9a6.47 6.47 0 0 0-1.193-3.754l-3.09 3.097a2.5 2.5 0 1 1-1.061-1.06l3.68-3.688a.75.75 0 0 1 .548-.22M8 8.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2" clip-rule="evenodd"/>`
|
|
25
|
-
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
|
-
}, props));
|
|
27
|
-
SpeedometerIcon.displayName = 'SpeedometerIcon';
|
|
28
|
-
var _default = exports.default = SpeedometerIcon;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7.17 15.992a4.5 4.5 0 0 1-3.403-1.897L1.328 10.64l-.128-.207a2 2 0 0 1 1.073-2.825L4 6.977v-.264l.004-.15a2.626 2.626 0 0 1 3.053-2.439l.112.02a2.25 2.25 0 0 1 4.161 0l.113-.02A2.625 2.625 0 0 1 14.5 6.713V11.5a4.5 4.5 0 0 1-4.269 4.494L10 16H7.443zM10 14.5l.154-.004A3 3 0 0 0 13 11.5V6.713c0-.695-.624-1.223-1.31-1.11l-.19.033V8H10V5a.75.75 0 0 0-1.496-.077L8.5 5v3H7V5.636l-.19-.032a1.126 1.126 0 0 0-1.303.981l-.007.128v2.615H4v-.754l-1.21.444a.5.5 0 0 0-.294.652l.058.105 2.438 3.455a3 3 0 0 0 2.451 1.27z"/></svg>
|
package/svgs/core/hand.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1.207 10.882a2 2 0 0 1-.2-2.238l.113-.205A2 2 0 0 1 4 7.76V4.125A2.625 2.625 0 0 1 6.625 1.5h.503a2.25 2.25 0 0 1 4.358.5h.389A2.625 2.625 0 0 1 14.5 4.625V11.5A4.5 4.5 0 0 1 10 16H7.527a4.5 4.5 0 0 1-3.483-1.65zM11.5 3.5V8H10V2.25a.75.75 0 0 0-1.5 0V7.5H7V3h-.375C6.004 3 5.5 3.504 5.5 4.125v4.846l1.473 1.197-.946 1.164-2.843-2.31a.5.5 0 0 0-.752.145l-.114.205a.5.5 0 0 0 .05.56L5.205 13.4a3 3 0 0 0 2.322 1.1H10a3 3 0 0 0 3-3V4.625c0-.621-.504-1.125-1.125-1.125z" clip-rule="evenodd"/></svg>
|
package/svgs/core/recur.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m8.78 3.72-3-3-1.06 1.06L6.44 3.5H4.5a4.5 4.5 0 0 0 0 9h1V11h-1a3 3 0 0 1 0-6h1.94L4.72 6.72l1.06 1.06 3-3a.75.75 0 0 0 0-1.06M11.5 5a3 3 0 1 1 0 6H9.56l1.72-1.72-1.06-1.06-3 3a.75.75 0 0 0 0 1.06l3 3 1.06-1.06-1.72-1.72h1.94a4.5 4.5 0 1 0 0-9h-1V5z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 12.75v-1.947A2.25 2.25 0 0 0 6.998 8.93L5.603 8l1.395-.93A2.25 2.25 0 0 0 8 5.196V3.25a.75.75 0 0 1 .75-.75h1.75V1H8.75A2.25 2.25 0 0 0 6.5 3.25v1.947a.75.75 0 0 1-.334.624l-1.395.931a1.5 1.5 0 0 0 0 2.496l1.395.93a.75.75 0 0 1 .334.625v1.947A2.25 2.25 0 0 0 8.75 15h1.75v-1.5H8.75a.75.75 0 0 1-.75-.75"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 13v-2.197A2.25 2.25 0 0 1 9.002 8.93L10.398 8l-1.396-.93A2.25 2.25 0 0 1 8 5.196V3a.5.5 0 0 0-.5-.5h-2V1h2a2 2 0 0 1 2 2v2.197c0 .251.125.485.334.624l1.396.931a1.5 1.5 0 0 1 0 2.496l-1.396.93a.75.75 0 0 0-.334.625V13a2 2 0 0 1-2 2h-2v-1.5h2A.5.5 0 0 0 8 13"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 1c1.715 0 3.299.23 4.48.624.586.196 1.116.446 1.513.759.39.306.757.763.757 1.367v8.5c0 .604-.368 1.06-.757 1.367-.397.313-.927.563-1.514.759C11.3 14.77 9.716 15 8 15s-3.299-.23-4.48-.624c-.586-.195-1.116-.445-1.513-.759-.39-.307-.757-.763-.757-1.367v-8.5c0-.604.368-1.06.757-1.367.397-.313.927-.563 1.514-.759C4.7 1.23 6.285 1 8 1m5.25 4.567q-.362.172-.77.309C11.299 6.27 9.715 6.5 8 6.5s-3.299-.23-4.48-.624a7 7 0 0 1-.77-.309v6.67c.006.018.04.087.186.203.21.165.559.347 1.058.513.99.33 2.407.547 4.006.547s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.513.146-.116.179-.185.185-.203zM8 2.5c-1.599 0-3.015.217-4.006.547-.499.166-.849.348-1.058.514a.7.7 0 0 0-.181.189.7.7 0 0 0 .18.19c.21.165.56.347 1.06.513C4.984 4.783 6.4 5 8 5s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.514a.6.6 0 0 0 .18-.189.6.6 0 0 0-.18-.19c-.21-.165-.56-.347-1.06-.513C11.016 2.717 9.6 2.5 8 2.5"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 4.25a2 2 0 0 1 2-2h6.655c3.112 0 5.595 2.597 5.595 5.75s-2.483 5.75-5.595 5.75H3a2 2 0 0 1-2-2zm1.5 7.5a.5.5 0 0 0 .5.5h6.655c2.24 0 4.095-1.88 4.095-4.25s-1.855-4.25-4.095-4.25H3a.5.5 0 0 0-.5.5z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 4.5A.5.5 0 0 0 13 4H5.081c-.382 0-.74.194-.946.516L2.285 7.39c-.24.37-.24.848 0 1.218l1.85 2.875c.207.322.564.516.946.516H13a.5.5 0 0 0 .5-.5zm1.5 7a2 2 0 0 1-2 2H5.081a2.63 2.63 0 0 1-2.208-1.204L1.023 9.42a2.63 2.63 0 0 1 0-2.842l1.85-2.875.095-.137A2.63 2.63 0 0 1 5.08 2.5H13a2 2 0 0 1 2 2z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5H2a.5.5 0 0 0-.5.5v6.774l3.082 1.608.11.053a1.75 1.75 0 0 0 1.704-.172l3.062-2.149a3.25 3.25 0 0 1 3.438-.184l1.604.885zm1.5 7.662a1 1 0 0 1-1.356.935l-.127-.06-2.346-1.295a1.75 1.75 0 0 0-1.852.1L7.26 13.49a3.25 3.25 0 0 1-3.166.32l-.204-.098-3.35-1.747a1 1 0 0 1-.54-.887V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M15.25 8c0 1.784-.24 3.43-.648 4.656-.202.61-.46 1.156-.783 1.567-.316.401-.783.777-1.4.777H3.58c-.616 0-1.083-.376-1.4-.777-.322-.41-.58-.958-.783-1.567C.99 11.43.75 9.784.75 8s.24-3.43.647-4.656c.203-.61.46-1.156.784-1.567.316-.401.783-.777 1.4-.777h8.839c.616 0 1.083.376 1.4.777.322.41.58.958.782 1.567.409 1.226.648 2.872.648 4.656m-4.672 5.5a7 7 0 0 1-.34-.844C9.828 11.43 9.59 9.784 9.59 8s.24-3.43.647-4.656c.1-.3.214-.584.341-.844h-6.99c-.013.003-.092.032-.229.205-.174.222-.364.59-.538 1.112C2.477 4.853 2.25 6.332 2.25 8s.227 3.147.571 4.183c.174.521.364.89.538 1.112.137.173.216.201.23.205zM13.75 8c0-1.668-.226-3.147-.571-4.183-.174-.521-.364-.89-.538-1.112-.118-.15-.194-.19-.221-.201-.027.01-.102.052-.22.201-.175.222-.365.59-.539 1.112-.345 1.036-.571 2.515-.571 4.183s.226 3.147.571 4.183c.174.521.364.89.54 1.112.117.15.192.19.219.201.027-.01.103-.051.22-.201.175-.222.365-.59.539-1.112.345-1.036.571-2.515.571-4.183"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 6.5h-10v6H14a.5.5 0 0 0 .5-.5zM1.5 12a.5.5 0 0 0 .5.5h1v-6H1.5zm13-8a.5.5 0 0 0-.4-.49L14 3.5H4.5V5h10zm-13 1H3V3.5H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4.018a.5.5 0 0 0-.481-.5l-.115.008-12 2.342a.5.5 0 0 0-.404.49V12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6.358a2 2 0 0 1 1.617-1.962l12-2.341.23-.032A2 2 0 0 1 16 4.018z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.46 2.25a2 2 0 0 1 1.992 2.18l-.035.231-1.628 7.75A2 2 0 0 1 11.831 14H4.17a2 2 0 0 1-1.914-1.418l-.044-.17-1.628-7.75A2 2 0 0 1 2.54 2.25zM2.54 3.75a.5.5 0 0 0-.49.603l1.629 7.75.025.084a.5.5 0 0 0 .465.313h7.662a.5.5 0 0 0 .49-.398l1.628-7.75.011-.115a.5.5 0 0 0-.5-.487z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 12.75a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm0-10a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm-13 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5zm14.5-5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a.5.5 0 0 0-.5.5v7.5a.5.5 0 0 0 .5.5h.815A2 2 0 0 1 12 10.75h2a2 2 0 0 1 2 2v.5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a2 2 0 0 1-2-2v-3H5.935A2 2 0 0 1 4 10.25H2a2 2 0 0 1-2-2v-.5a2 2 0 0 1 2-2h2a2 2 0 0 1 1.935 1.5H7.25v-3a2 2 0 0 1 2-2h.815A2 2 0 0 1 12 .75h2a2 2 0 0 1 2 2z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 6a.5.5 0 0 0-.5-.5H4.5A.5.5 0 0 0 4 6v5.815l2.099 1.323.123.071a1.75 1.75 0 0 0 1.941-.217l1.785-1.515.213-.165a3.25 3.25 0 0 1 3.694-.06l.645.43zm1.5 6.618a1 1 0 0 1-1.428.905l-.127-.073-1.424-.949a1.75 1.75 0 0 0-1.988.031l-.114.09-1.785 1.514a3.25 3.25 0 0 1-3.606.403l-.23-.132-2.331-1.469a1 1 0 0 1-.467-.846V6a2 2 0 0 1 2-2h8v-.5A.5.5 0 0 0 12 3H2a.5.5 0 0 0-.5.5v7H0v-7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2V4a2 2 0 0 1 2 2z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v7.31a.5.5 0 0 0 .258.437l5 2.763.058.027a.5.5 0 0 0 .426-.027l5-2.763.057-.037a.5.5 0 0 0 .201-.4zm1.5 7.31a2 2 0 0 1-.916 1.68l-.117.07-5 2.762a2 2 0 0 1-1.82.059l-.114-.059-5-2.762A2 2 0 0 1 1 10.31V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5h-1v9h1a.5.5 0 0 0 .5-.5zm-10 8.5h7v-9h-7zm-3-.5a.5.5 0 0 0 .5.5h1v-9H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10.905 1a2 2 0 0 1 1.73.996l2.9 5 .064.118a2 2 0 0 1 0 1.772l-.064.118-2.9 5a2 2 0 0 1-1.73.996h-5.81a2 2 0 0 1-1.73-.996l-2.9-5a2 2 0 0 1 0-2.008l2.9-5 .07-.112A2 2 0 0 1 5.096 1zm-5.81 1.5a.5.5 0 0 0-.396.194l-.037.055-2.9 5a.5.5 0 0 0 0 .502l2.9 5a.5.5 0 0 0 .433.249h5.81a.5.5 0 0 0 .433-.249l2.9-5 .029-.06a.5.5 0 0 0 0-.382l-.03-.06-2.9-5a.5.5 0 0 0-.432-.249z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a3.75 3.75 0 0 0-3.557-3.745l-.193-.005h-5.5a3.75 3.75 0 1 0 0 7.5h5.5A3.75 3.75 0 0 0 14.5 8M16 8c0 2.9-2.35 5.25-5.25 5.25h-5.5a5.25 5.25 0 1 1 0-10.5h5.5l.27.007A5.25 5.25 0 0 1 16 8"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.832 13.5a6 6 0 0 1-.738-1.48c-.387-1.099-.606-2.48-.606-4.02 0-1.517.213-2.879.588-3.97a6.1 6.1 0 0 1 .757-1.53H3.835l-.082.01c-.094.022-.224.089-.388.256-.22.225-.453.59-.665 1.101C2.278 4.887 2 6.347 2 8c0 1.652.278 3.113.7 4.133.212.511.445.876.665 1.101.218.223.376.266.47.266zM3.835 15c-.62 0-1.141-.307-1.542-.717-.398-.407-.722-.958-.979-1.577C.801 11.464.5 9.8.5 8s.3-3.464.814-4.706c.257-.62.58-1.17.979-1.577.35-.359.794-.639 1.314-.703L3.835 1h10.249c.26 0 .51.105.693.291l.09.105c.185.25.22.548.17.79a1.05 1.05 0 0 1-.394.624l-.093.063-.128.089c-.304.244-.647.743-.927 1.557-.31.903-.507 2.096-.507 3.481 0 1.407.202 2.615.52 3.523.33.938.742 1.44 1.07 1.62l.089.055c.205.14.39.37.428.688a.97.97 0 0 1-.256.771l-.074.073-.091.075a1 1 0 0 1-.326.156 1.3 1.3 0 0 1-.327.039z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a6.47 6.47 0 0 0-1.406-4.034L9.06 8l4.033 4.033A6.47 6.47 0 0 0 14.5 8M3.966 13.094A6.47 6.47 0 0 0 8 14.5a6.47 6.47 0 0 0 4.033-1.406L8 9.06zM8 1.5a6.47 6.47 0 0 0-4.034 1.405L8 6.94l4.033-4.034A6.47 6.47 0 0 0 8 1.5M1.5 8a6.47 6.47 0 0 0 1.405 4.033L6.94 8 2.905 3.966A6.47 6.47 0 0 0 1.5 8M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.544 8.75a6.5 6.5 0 0 0 5.706 5.705V8.75zm7.206 5.705a6.5 6.5 0 0 0 5.706-5.705H8.75zm0-7.205h5.706A6.5 6.5 0 0 0 8.75 1.544zm-1.5-5.706A6.5 6.5 0 0 0 1.544 7.25H7.25z"/></svg>
|
package/svgs/core/space.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m10.213 11.918.037-.02.037-.022a29 29 0 0 0 3.523-2.38 5.98 5.98 0 0 1-2.81 3.7 5.98 5.98 0 0 1-4.61.584 29.4 29.4 0 0 0 3.823-1.862"/><path fill="currentcolor" fill-rule="evenodd" d="M.206 12.5c-.21-.365-.222-.762-.149-1.11.072-.343.232-.681.432-1.002.35-.559.883-1.162 1.541-1.774a6 6 0 0 1 9.487-5.477c.858-.264 1.648-.425 2.307-.447.377-.013.75.017 1.083.126.338.111.677.32.887.684.186.322.219.664.17.988a2.7 2.7 0 0 1-.276.812c-.276.539-.738 1.113-1.308 1.689-1.148 1.158-2.866 2.446-4.88 3.609s-3.988 2.006-5.566 2.422c-.783.206-1.511.318-2.116.288C1.253 13.28.56 13.113.206 12.5m3.36-3.725a4.502 4.502 0 0 1 8.778-1.954c-.962.808-2.191 1.668-3.594 2.478s-2.762 1.444-3.943 1.873a4.5 4.5 0 0 1-.704-.922 4.5 4.5 0 0 1-.537-1.475M2.804 11q.197.342.431.648c-.563.129-1.015.178-1.344.162-.22-.01-.327-.046-.373-.068l.007-.045c.023-.108.09-.28.237-.514q.243-.392.697-.88.147.355.345.697m10.392-6a6 6 0 0 0-.431-.648 6 6 0 0 1 1.11-.163c.277-.01.459.018.564.052l.043.016c-.005.052-.028.162-.128.358-.15.292-.419.659-.813 1.082A6 6 0 0 0 13.196 5" clip-rule="evenodd"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 2.5a6.5 6.5 0 0 0-4.483 11.207l-1.034 1.086a8 8 0 0 1 9.104-12.946l-.674 1.34A6.5 6.5 0 0 0 8 2.5m5.384.875a.75.75 0 0 1 .537.246A7.97 7.97 0 0 1 16 9a7.98 7.98 0 0 1-2.483 5.793l-1.034-1.086A6.48 6.48 0 0 0 14.5 9a6.47 6.47 0 0 0-1.193-3.754l-3.09 3.097a2.5 2.5 0 1 1-1.061-1.06l3.68-3.688a.75.75 0 0 1 .548-.22M8 8.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2" clip-rule="evenodd"/></svg>
|