@atlaskit/icon 22.25.0 → 22.26.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 +26 -0
- package/core/field-radio-group.js +2 -2
- package/core/lightbulb.js +2 -2
- package/core/migration/lightbulb--editor-hint.js +2 -2
- package/core/migration/lightbulb--emoji-objects.js +2 -2
- package/core/migration/lightbulb--lightbulb-filled.js +2 -2
- package/core/migration/lightbulb.js +2 -2
- package/core/shield-strikethrough.d.ts +15 -0
- package/core/shield-strikethrough.js +31 -0
- package/core/sidebar-collapse.js +2 -2
- package/core/sidebar-expand.js +2 -2
- package/core/video-skip-backward-fifteen.d.ts +15 -0
- package/core/video-skip-backward-fifteen.js +31 -0
- package/core/video-skip-backward-ten.js +2 -2
- package/core/video-skip-forward-fifteen.d.ts +15 -0
- package/core/video-skip-forward-fifteen.js +31 -0
- package/core/video-skip-forward-ten.js +2 -2
- package/dist/cjs/metadata-core.js +30 -3
- package/dist/es2019/metadata-core.js +30 -3
- package/dist/esm/metadata-core.js +30 -3
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 22.26.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#168599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168599)
|
|
8
|
+
[`48b86e5124c23`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48b86e5124c23) -
|
|
9
|
+
This release adds a supplementary set of icons to `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Added:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `shield-strikethrough`
|
|
16
|
+
- `video-skip-backward-fifteen`
|
|
17
|
+
- `video-skip-forward-fifteen`
|
|
18
|
+
|
|
19
|
+
### Updated:
|
|
20
|
+
|
|
21
|
+
**`@atlaskit/icon/core`**
|
|
22
|
+
|
|
23
|
+
- `field-radio-group`
|
|
24
|
+
- `sidebar-collapse`
|
|
25
|
+
- `sidebar-expand`
|
|
26
|
+
- `video-skip-backward-ten`
|
|
27
|
+
- `video-skip-forward-ten`
|
|
28
|
+
|
|
3
29
|
## 22.25.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::e065d84d9c4dbd406df16492bee5c576>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const FieldRadioGroupIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 4.5h7m-7
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 4.5h7m-7 7h7m-11.75 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
FieldRadioGroupIcon.displayName = 'FieldRadioGroupIcon';
|
package/core/lightbulb.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::71ad63da3232b73b472daf2638b33559>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
* Icon: "Lightbulb".
|
|
20
20
|
* Category: multi-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Known uses: learnings in Atlas.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::44c12a2210ac9b298c71d18175d341fb>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
*
|
|
22
22
|
* Category: multi-purpose
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance:
|
|
24
|
+
* Usage guidance: Known uses: learnings in Atlas.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::17a5ca8ae99cef4ed992eaa16fdd8eff>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
*
|
|
22
22
|
* Category: multi-purpose
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance:
|
|
24
|
+
* Usage guidance: Known uses: learnings in Atlas.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::433aa16357608bee9b35c8f2701348cf>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
*
|
|
22
22
|
* Category: multi-purpose
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance:
|
|
24
|
+
* Usage guidance: Known uses: learnings in Atlas.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::bf93ff05a5c12ce008085ee1ce29a192>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
*
|
|
22
22
|
* Category: multi-purpose
|
|
23
23
|
* Location: @atlaskit/icon
|
|
24
|
-
* Usage guidance:
|
|
24
|
+
* Usage guidance: Known uses: learnings in Atlas.
|
|
25
25
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
26
26
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
27
27
|
*/
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::5cf77ecf9cc085c8aa107a167b0234ae>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type React from 'react';
|
|
8
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
+
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
10
|
+
|
|
11
|
+
declare const ShieldStrikethroughIcon: {
|
|
12
|
+
(props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
export default ShieldStrikethroughIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e4759aed006f3f86f109983abe3751c1>>
|
|
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 _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "ShieldStrikethrough".
|
|
20
|
+
* Category: multi-purpose
|
|
21
|
+
* Location: @atlaskit/icon
|
|
22
|
+
* Usage guidance: Known uses: No classification in Enterprise Trust
|
|
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 ShieldStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.75 2.572A14.4 14.4 0 0 0 8 .75c2.75 2.75 6.25 3.75 6.25 3.75 0 2.232-.457 4.034-1.125 5.476M3.648 3.75c-1.115.526-1.898.75-1.898.75C1.75 12.75 8 15.125 8 15.125s2.13-.81 3.903-3.125M1 1l2.919 2.919 2.49 2.49 3.182 3.182 2.49 2.49L15 15"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
ShieldStrikethroughIcon.displayName = 'ShieldStrikethroughIcon';
|
|
31
|
+
var _default = exports.default = ShieldStrikethroughIcon;
|
package/core/sidebar-collapse.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::21cc5e8a48fa1ff0264c5abb7df80aa6>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const SidebarCollapseIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.75
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.75 1.75H2C1.31 1.75.75 2.31.75 3v10c0 .69.56 1.25 1.25 1.25h2.75m0-12.5H14c.69 0 1.25.56 1.25 1.25v10c0 .69-.56 1.25-1.25 1.25H4.75m0-12.5v12.5M11 5.5 8.5 8l2.5 2.5"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
SidebarCollapseIcon.displayName = 'SidebarCollapseIcon';
|
package/core/sidebar-expand.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::67bd8e50f260741b99439472e94111fa>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const SidebarExpandIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.25
|
|
27
|
+
dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.25 1.75H14c.69 0 1.25.56 1.25 1.25v10c0 .69-.56 1.25-1.25 1.25h-2.75m0-12.5H2C1.31 1.75.75 2.31.75 3v10c0 .69.56 1.25 1.25 1.25h9.25m0-12.5v12.5M5 5.5 7.5 8 5 10.5"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
SidebarExpandIcon.displayName = 'SidebarExpandIcon';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::677f5fc1c6f070d9410e2477630c7c91>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type React from 'react';
|
|
8
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
+
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
10
|
+
|
|
11
|
+
declare const VideoSkipBackwardFifteenIcon: {
|
|
12
|
+
(props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
export default VideoSkipBackwardFifteenIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::e2aad8ed27eea1be9dd4cce370e0ac1c>>
|
|
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 _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "VideoSkipBackwardFifteen".
|
|
20
|
+
* Category: single-purpose
|
|
21
|
+
* Location: @atlaskit/icon
|
|
22
|
+
* Usage guidance: Reserved for skipping video content backward by 15 seconds.
|
|
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 VideoSkipBackwardFifteenIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<mask id="a" width="10" height="8" x=".25" y="7.75" fill="#000" maskUnits="userSpaceOnUse"><path fill="#fff" d="M.25 7.75h10v8h-10z"/><path d="M1.27 13.62v1.05h3.89v-1.05H3.97V8.75H2.64l-1.39.97v1.26l1.51-1.12v3.76zm5.2.69q.52.44 1.4.44.92 0 1.44-.46.52-.47.52-1.28v-.58q0-.78-.41-1.21-.4-.44-1.12-.44-.49 0-.79.22a.73.73 0 0 0-.28.39c0-.13.01-.76.01-1.19v-.36h2.37V8.75H6.08v3.24h1.18q.09-.12.24-.18.16-.06.38-.06.37 0 .55.18.19.17.19.5v.58q0 .32-.19.51-.19.18-.54.18-.33 0-.52-.15a.56.56 0 0 1-.2-.42H5.94q.02.75.54 1.18"/></mask><path fill="currentcolor" d="M1.27 13.62v1.05h3.89v-1.05H3.97V8.75H2.64l-1.39.97v1.26l1.51-1.12v3.76zm5.2.69q.52.44 1.4.44.92 0 1.44-.46.52-.47.52-1.28v-.58q0-.78-.41-1.21-.4-.44-1.12-.44-.49 0-.79.22a.73.73 0 0 0-.28.39c0-.13.01-.76.01-1.19v-.36h2.37V8.75H6.08v3.24h1.18q.09-.12.24-.18.16-.06.38-.06.37 0 .55.18.19.17.19.5v.58q0 .32-.19.51-.19.18-.54.18-.33 0-.52-.15a.56.56 0 0 1-.2-.42H5.94q.02.75.54 1.18"/><path stroke="currentcolor" stroke-width=".25" d="M1.266 13.615v1.054h3.892v-1.054H3.974V8.75H2.636l-1.386.973v1.257l1.508-1.12v3.755z" mask="url(#a)"/><path stroke="currentcolor" stroke-width=".25" d="M6.473 14.312q.519.438 1.402.438.917 0 1.435-.462.52-.47.52-1.281v-.576q0-.778-.406-1.208-.398-.438-1.119-.438-.495 0-.786.22a.73.73 0 0 0-.276.394c0-.126.007-.758.012-1.194l.004-.36H9.61V8.75H6.075v3.243h1.176q.09-.12.243-.178.162-.065.381-.065.365 0 .552.178.186.17.186.503v.576q0 .324-.194.51-.187.18-.544.179-.332 0-.519-.146a.56.56 0 0 1-.202-.422H5.938q.016.747.535 1.184Z" mask="url(#a)"/><path fill="currentcolor" d="m12.493 3.507-.53.53zm-8.486 0 .53.53zM1.75 5.75H1c0 .414.336.75.75.75zm11.273 6.773a6.75 6.75 0 0 0 0-9.546l-1.06 1.06a5.25 5.25 0 0 1 0 7.425zm0-9.546a6.75 6.75 0 0 0-9.546 0l1.06 1.06a5.25 5.25 0 0 1 7.425 0zm-9.546 0L1.47 4.984l1.06 1.061 2.008-2.007zM1.75 6.5H5.5V5H1.75zm.75-.75V2H1v3.75z"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
VideoSkipBackwardFifteenIcon.displayName = 'VideoSkipBackwardFifteenIcon';
|
|
31
|
+
var _default = exports.default = VideoSkipBackwardFifteenIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::256839cca44a0453820189aa794201ac>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const VideoSkipBackwardTenIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<
|
|
27
|
+
dangerouslySetGlyph: `<mask id="a" width="10" height="8" x=".25" y="7.75" fill="#000" maskUnits="userSpaceOnUse"><path fill="#fff" d="M.25 7.75h10v8h-10z"/><path d="M7.88 14.75q-.58 0-1-.22a1.65 1.65 0 0 1-.66-.62 1.85 1.85 0 0 1-.23-.93V10.5q0-.53.23-.92a1.6 1.6 0 0 1 .66-.62 2.1 2.1 0 0 1 1-.22q.58 0 1 .22t.65.62q.24.39.24.92v2.48q0 .53-.23.93a1.6 1.6 0 0 1-.65.62q-.42.22-.99.22m-.01-1.04q.37 0 .57-.19.21-.19.21-.53v-2.48q0-.34-.21-.53-.2-.19-.57-.19t-.58.19q-.2.19-.2.53v2.48q0 .34.21.53t.57.19m-6.62.96v-1.08h1.44v-3.54l-1.46 1.07V9.79l1.34-.96h1.29v4.76h1.15v1.08z"/></mask><path fill="currentcolor" d="M7.88 14.75q-.58 0-1-.22a1.65 1.65 0 0 1-.66-.62 1.85 1.85 0 0 1-.23-.93V10.5q0-.53.23-.92a1.6 1.6 0 0 1 .66-.62 2.1 2.1 0 0 1 1-.22q.58 0 1 .22t.65.62q.24.39.24.92v2.48q0 .53-.23.93a1.6 1.6 0 0 1-.65.62q-.42.22-.99.22m-.01-1.04q.37 0 .57-.19.21-.19.21-.53v-2.48q0-.34-.21-.53-.2-.19-.57-.19t-.58.19q-.2.19-.2.53v2.48q0 .34.21.53t.57.19m-6.62.96v-1.08h1.44v-3.54l-1.46 1.07V9.79l1.34-.96h1.29v4.76h1.15v1.08z"/><path stroke="currentcolor" stroke-width=".25" d="M7.876 14.75q-.58 0-1.003-.216a1.65 1.65 0 0 1-.659-.616 1.85 1.85 0 0 1-.227-.928v-2.48q0-.528.227-.92a1.6 1.6 0 0 1 .659-.616 2.1 2.1 0 0 1 .995-.224q.581 0 .996.224.424.216.65.616.237.392.236.92v2.48q0 .528-.235.928a1.6 1.6 0 0 1-.65.616q-.416.216-.989.216Zm-.008-1.04q.369 0 .573-.192.21-.192.211-.528v-2.48q0-.336-.211-.528-.204-.192-.573-.192-.368 0-.58.192-.204.192-.204.528v2.48q0 .336.212.528t.572.192Z" mask="url(#a)"/><path stroke="currentcolor" stroke-width=".25" d="M1.266 14.67v-1.08h1.442v-3.544L1.25 11.118V9.79l1.34-.96h1.294v4.76H5.03v1.08z" mask="url(#a)"/><path fill="currentcolor" d="m4.007 3.507-.53-.53zM1.75 5.75H1c0 .414.336.75.75.75zm11.273 6.773a6.75 6.75 0 0 0 0-9.546l-1.061 1.06a5.25 5.25 0 0 1 0 7.425zm0-9.546a6.75 6.75 0 0 0-9.546 0l1.06 1.06a5.25 5.25 0 0 1 7.425 0zm-9.546 0L1.469 4.984l1.06 1.061 2.008-2.007zM1.75 6.5H5.5V5H1.75zm.75-.75V2H1v3.75z"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
VideoSkipBackwardTenIcon.displayName = 'VideoSkipBackwardTenIcon';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::f8dfa533e369738b788607624a108864>>
|
|
4
|
+
* @codegenCommand yarn build:icon-glyphs
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type React from 'react';
|
|
8
|
+
import type { NewCoreIconProps } from '@atlaskit/icon/UNSAFE_base-new';
|
|
9
|
+
import type Icon from '@atlaskit/icon/UNSAFE_base-new';
|
|
10
|
+
|
|
11
|
+
declare const VideoSkipForwardFifteenIcon: {
|
|
12
|
+
(props: Omit<NewCoreIconProps, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
export default VideoSkipForwardFifteenIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
* @codegen <<SignedSource::7e739d578e6b2b6dd70c8f7f32b65c1c>>
|
|
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 _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
|
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
|
+
/**
|
|
16
|
+
* ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
|
|
17
|
+
* Please reach out in #icon-contributions before using these in production.
|
|
18
|
+
*
|
|
19
|
+
* Icon: "VideoSkipForwardFifteen".
|
|
20
|
+
* Category: single-purpose
|
|
21
|
+
* Location: @atlaskit/icon
|
|
22
|
+
* Usage guidance: Reserved for skipping video content forward by 15 seconds.
|
|
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 VideoSkipForwardFifteenIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
+
dangerouslySetGlyph: `<mask id="a" width="10" height="8" x="5.25" y="7.75" fill="#000" maskUnits="userSpaceOnUse"><path fill="#fff" d="M5.25 7.75h10v8h-10z"/><path d="M6.27 13.62v1.05h3.89v-1.05H8.97V8.75H7.64l-1.39.97v1.26l1.51-1.12v3.76zm5.2.69q.52.44 1.4.44.92 0 1.44-.46.52-.47.52-1.28v-.58q0-.78-.41-1.21-.4-.44-1.12-.44-.49 0-.79.22a.73.73 0 0 0-.28.39c0-.13.01-.76.01-1.19v-.36h2.35V8.75h-3.53v3.24h1.18q.09-.12.24-.18.16-.06.38-.06.37 0 .55.18.19.17.19.5v.58q0 .32-.19.51-.19.18-.54.18-.33 0-.52-.15a.56.56 0 0 1-.2-.42h-1.22q.02.75.54 1.18"/></mask><path fill="currentcolor" d="M6.27 13.62v1.05h3.89v-1.05H8.97V8.75H7.64l-1.39.97v1.26l1.51-1.12v3.76zm5.2.69q.52.44 1.4.44.92 0 1.44-.46.52-.47.52-1.28v-.58q0-.78-.41-1.21-.4-.44-1.12-.44-.49 0-.79.22a.73.73 0 0 0-.28.39c0-.13.01-.76.01-1.19v-.36h2.35V8.75h-3.53v3.24h1.18q.09-.12.24-.18.16-.06.38-.06.37 0 .55.18.19.17.19.5v.58q0 .32-.19.51-.19.18-.54.18-.33 0-.52-.15a.56.56 0 0 1-.2-.42h-1.22q.02.75.54 1.18"/><path stroke="currentcolor" stroke-width=".25" d="M6.266 13.615v1.054h3.892v-1.054H8.974V8.75H7.636l-1.386.973v1.257l1.508-1.12v3.755z" mask="url(#a)"/><path stroke="currentcolor" stroke-width=".25" d="M11.473 14.312q.519.438 1.402.438.917 0 1.435-.462.52-.47.52-1.281v-.576q0-.778-.406-1.208-.398-.438-1.119-.438-.495 0-.786.22a.73.73 0 0 0-.276.394c0-.126.007-.758.012-1.194l.004-.36h2.351V8.75h-3.535v3.243h1.176q.09-.12.243-.178.162-.065.381-.065.365 0 .552.178.186.17.186.503v.576q0 .324-.194.51-.187.18-.544.179-.331 0-.519-.146a.56.56 0 0 1-.202-.422h-1.216q.015.747.535 1.184Z" mask="url(#a)"/><path fill="currentcolor" d="m3.507 3.507.53.53zM14.25 5.75v.75a.75.75 0 0 0 .75-.75zM4.038 11.462a5.25 5.25 0 0 1 0-7.424L2.977 2.977a6.75 6.75 0 0 0 0 9.546zm0-7.424a5.25 5.25 0 0 1 7.424 0l1.061-1.061a6.75 6.75 0 0 0-9.546 0zm7.424 0 2.008 2.007 1.06-1.06-2.007-2.008zM14.25 5H10.5v1.5h3.75zm.75.75V2h-1.5v3.75z"/>`
|
|
28
|
+
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
|
+
}, props));
|
|
30
|
+
VideoSkipForwardFifteenIcon.displayName = 'VideoSkipForwardFifteenIcon';
|
|
31
|
+
var _default = exports.default = VideoSkipForwardFifteenIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::83243c73211decc43549f229a3264302>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
26
26
|
const VideoSkipForwardTenIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
|
|
27
|
-
dangerouslySetGlyph: `<
|
|
27
|
+
dangerouslySetGlyph: `<mask id="a" width="10" height="8" x="5.25" y="7.75" fill="#000" maskUnits="userSpaceOnUse"><path fill="#fff" d="M5.25 7.75h10v8h-10z"/><path d="M12.88 14.75q-.58 0-1-.22a1.65 1.65 0 0 1-.66-.62 1.85 1.85 0 0 1-.23-.93V10.5q0-.53.23-.92.24-.4.66-.62a2.1 2.1 0 0 1 1-.22q.58 0 1 .22t.65.62q.24.39.24.92v2.48q0 .53-.23.93a1.6 1.6 0 0 1-.65.62q-.42.22-.99.22m-.01-1.04q.37 0 .57-.19.21-.19.21-.53v-2.48q0-.34-.21-.53-.2-.19-.57-.19t-.58.19q-.2.19-.2.53v2.48q0 .34.21.53t.57.19m-6.62.96v-1.08h1.44v-3.54l-1.46 1.07V9.79l1.34-.96h1.29v4.76h1.15v1.08z"/></mask><path fill="currentcolor" d="M12.88 14.75q-.58 0-1-.22a1.65 1.65 0 0 1-.66-.62 1.85 1.85 0 0 1-.23-.93V10.5q0-.53.23-.92.24-.4.66-.62a2.1 2.1 0 0 1 1-.22q.58 0 1 .22t.65.62q.24.39.24.92v2.48q0 .53-.23.93a1.6 1.6 0 0 1-.65.62q-.42.22-.99.22m-.01-1.04q.37 0 .57-.19.21-.19.21-.53v-2.48q0-.34-.21-.53-.2-.19-.57-.19t-.58.19q-.2.19-.2.53v2.48q0 .34.21.53t.57.19m-6.62.96v-1.08h1.44v-3.54l-1.46 1.07V9.79l1.34-.96h1.29v4.76h1.15v1.08z"/><path stroke="currentcolor" stroke-width=".25" d="M12.876 14.75q-.58 0-1.003-.216a1.65 1.65 0 0 1-.659-.616 1.85 1.85 0 0 1-.227-.928v-2.48q0-.528.227-.92.235-.4.659-.616a2.1 2.1 0 0 1 .995-.224q.58 0 .996.224.424.216.65.616.237.392.236.92v2.48q0 .528-.235.928a1.6 1.6 0 0 1-.65.616q-.416.216-.989.216Zm-.008-1.04q.369 0 .573-.192.21-.192.211-.528v-2.48q0-.336-.211-.528-.204-.192-.573-.192-.368 0-.58.192-.204.192-.204.528v2.48q0 .336.212.528t.572.192Z" mask="url(#a)"/><path stroke="currentcolor" stroke-width=".25" d="M6.266 14.67v-1.08h1.442v-3.544L6.25 11.118V9.79l1.34-.96h1.294v4.76h1.145v1.08z" mask="url(#a)"/><path fill="currentcolor" d="M14.25 5.75v.75a.75.75 0 0 0 .75-.75zM3.507 3.507l-.53-.53zm8.486 0 .53-.53zM14.25 5H10.5v1.5h3.75zm.75.75V2h-1.5v3.75zM4.038 11.462a5.25 5.25 0 0 1 0-7.424L2.977 2.977a6.75 6.75 0 0 0 0 9.546zm0-7.424a5.25 5.25 0 0 1 7.424 0l1.06-1.061a6.75 6.75 0 0 0-9.545 0zm7.424 0 2.008 2.007 1.06-1.06-2.007-2.008z"/>`
|
|
28
28
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
29
29
|
}, props));
|
|
30
30
|
VideoSkipForwardTenIcon.displayName = 'VideoSkipForwardTenIcon';
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::2bc63b966f9ddb3b49da0d4179774c48>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -1552,7 +1552,7 @@ var metadata = {
|
|
|
1552
1552
|
oldName: ['editor/hint', 'emoji/objects', 'lightbulb-filled', 'lightbulb'],
|
|
1553
1553
|
type: 'core',
|
|
1554
1554
|
categorization: 'multi-purpose',
|
|
1555
|
-
usage: '
|
|
1555
|
+
usage: 'Known uses: learnings in Atlas.',
|
|
1556
1556
|
team: 'Design System Team'
|
|
1557
1557
|
},
|
|
1558
1558
|
link: {
|
|
@@ -2403,6 +2403,15 @@ var metadata = {
|
|
|
2403
2403
|
usage: 'Multi purpose - Known uses: classifications in Enterprise Trust, security in Jira (Spork)',
|
|
2404
2404
|
team: 'Design System Team'
|
|
2405
2405
|
},
|
|
2406
|
+
'shield-strikethrough': {
|
|
2407
|
+
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', 'core', '️security', 'secure', 'safety', 'defence', 'protection', 'guard', 'strikethrough', 'classification'],
|
|
2408
|
+
componentName: 'ShieldStrikethroughIcon',
|
|
2409
|
+
package: '@atlaskit/icon/core/shield-strikethrough',
|
|
2410
|
+
type: 'core',
|
|
2411
|
+
categorization: 'multi-purpose',
|
|
2412
|
+
usage: 'Known uses: No classification in Enterprise Trust',
|
|
2413
|
+
team: 'Enterprise Trust'
|
|
2414
|
+
},
|
|
2406
2415
|
shortcut: {
|
|
2407
2416
|
keywords: ['shortcut', 'export', 'icon', 'core', 'addshortcut', 'square', 'plus'],
|
|
2408
2417
|
componentName: 'ShortcutIcon',
|
|
@@ -3154,8 +3163,17 @@ var metadata = {
|
|
|
3154
3163
|
usage: 'Single purpose - Reserved for previous video when icon is overlayed on Media.',
|
|
3155
3164
|
team: 'Design System Team'
|
|
3156
3165
|
},
|
|
3166
|
+
'video-skip-backward-fifteen': {
|
|
3167
|
+
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '15', 'seconds'],
|
|
3168
|
+
componentName: 'VideoSkipBackwardFifteenIcon',
|
|
3169
|
+
package: '@atlaskit/icon/core/video-skip-backward-fifteen',
|
|
3170
|
+
type: 'core',
|
|
3171
|
+
categorization: 'single-purpose',
|
|
3172
|
+
usage: 'Reserved for skipping video content backward by 15 seconds.',
|
|
3173
|
+
team: 'Design System Team'
|
|
3174
|
+
},
|
|
3157
3175
|
'video-skip-backward-ten': {
|
|
3158
|
-
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '10'],
|
|
3176
|
+
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '10', 'seconds'],
|
|
3159
3177
|
componentName: 'VideoSkipBackwardTenIcon',
|
|
3160
3178
|
package: '@atlaskit/icon/core/video-skip-backward-ten',
|
|
3161
3179
|
type: 'core',
|
|
@@ -3163,6 +3181,15 @@ var metadata = {
|
|
|
3163
3181
|
usage: 'Reserved for skipping video content backwards by 10 seconds.',
|
|
3164
3182
|
team: 'Design System Team'
|
|
3165
3183
|
},
|
|
3184
|
+
'video-skip-forward-fifteen': {
|
|
3185
|
+
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'forward', '15', 'seconds'],
|
|
3186
|
+
componentName: 'VideoSkipForwardFifteenIcon',
|
|
3187
|
+
package: '@atlaskit/icon/core/video-skip-forward-fifteen',
|
|
3188
|
+
type: 'core',
|
|
3189
|
+
categorization: 'single-purpose',
|
|
3190
|
+
usage: 'Reserved for skipping video content forward by 15 seconds.',
|
|
3191
|
+
team: 'Design System Team'
|
|
3192
|
+
},
|
|
3166
3193
|
'video-skip-forward-ten': {
|
|
3167
3194
|
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', 'core', 'video', 'media', 'skip', 'forward', '10', 'seconds'],
|
|
3168
3195
|
componentName: 'VideoSkipForwardTenIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::2bc63b966f9ddb3b49da0d4179774c48>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1546,7 +1546,7 @@ const metadata = {
|
|
|
1546
1546
|
oldName: ['editor/hint', 'emoji/objects', 'lightbulb-filled', 'lightbulb'],
|
|
1547
1547
|
type: 'core',
|
|
1548
1548
|
categorization: 'multi-purpose',
|
|
1549
|
-
usage: '
|
|
1549
|
+
usage: 'Known uses: learnings in Atlas.',
|
|
1550
1550
|
team: 'Design System Team'
|
|
1551
1551
|
},
|
|
1552
1552
|
link: {
|
|
@@ -2397,6 +2397,15 @@ const metadata = {
|
|
|
2397
2397
|
usage: 'Multi purpose - Known uses: classifications in Enterprise Trust, security in Jira (Spork)',
|
|
2398
2398
|
team: 'Design System Team'
|
|
2399
2399
|
},
|
|
2400
|
+
'shield-strikethrough': {
|
|
2401
|
+
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', 'core', '️security', 'secure', 'safety', 'defence', 'protection', 'guard', 'strikethrough', 'classification'],
|
|
2402
|
+
componentName: 'ShieldStrikethroughIcon',
|
|
2403
|
+
package: '@atlaskit/icon/core/shield-strikethrough',
|
|
2404
|
+
type: 'core',
|
|
2405
|
+
categorization: 'multi-purpose',
|
|
2406
|
+
usage: 'Known uses: No classification in Enterprise Trust',
|
|
2407
|
+
team: 'Enterprise Trust'
|
|
2408
|
+
},
|
|
2400
2409
|
shortcut: {
|
|
2401
2410
|
keywords: ['shortcut', 'export', 'icon', 'core', 'addshortcut', 'square', 'plus'],
|
|
2402
2411
|
componentName: 'ShortcutIcon',
|
|
@@ -3148,8 +3157,17 @@ const metadata = {
|
|
|
3148
3157
|
usage: 'Single purpose - Reserved for previous video when icon is overlayed on Media.',
|
|
3149
3158
|
team: 'Design System Team'
|
|
3150
3159
|
},
|
|
3160
|
+
'video-skip-backward-fifteen': {
|
|
3161
|
+
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '15', 'seconds'],
|
|
3162
|
+
componentName: 'VideoSkipBackwardFifteenIcon',
|
|
3163
|
+
package: '@atlaskit/icon/core/video-skip-backward-fifteen',
|
|
3164
|
+
type: 'core',
|
|
3165
|
+
categorization: 'single-purpose',
|
|
3166
|
+
usage: 'Reserved for skipping video content backward by 15 seconds.',
|
|
3167
|
+
team: 'Design System Team'
|
|
3168
|
+
},
|
|
3151
3169
|
'video-skip-backward-ten': {
|
|
3152
|
-
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '10'],
|
|
3170
|
+
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '10', 'seconds'],
|
|
3153
3171
|
componentName: 'VideoSkipBackwardTenIcon',
|
|
3154
3172
|
package: '@atlaskit/icon/core/video-skip-backward-ten',
|
|
3155
3173
|
type: 'core',
|
|
@@ -3157,6 +3175,15 @@ const metadata = {
|
|
|
3157
3175
|
usage: 'Reserved for skipping video content backwards by 10 seconds.',
|
|
3158
3176
|
team: 'Design System Team'
|
|
3159
3177
|
},
|
|
3178
|
+
'video-skip-forward-fifteen': {
|
|
3179
|
+
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'forward', '15', 'seconds'],
|
|
3180
|
+
componentName: 'VideoSkipForwardFifteenIcon',
|
|
3181
|
+
package: '@atlaskit/icon/core/video-skip-forward-fifteen',
|
|
3182
|
+
type: 'core',
|
|
3183
|
+
categorization: 'single-purpose',
|
|
3184
|
+
usage: 'Reserved for skipping video content forward by 15 seconds.',
|
|
3185
|
+
team: 'Design System Team'
|
|
3186
|
+
},
|
|
3160
3187
|
'video-skip-forward-ten': {
|
|
3161
3188
|
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', 'core', 'video', 'media', 'skip', 'forward', '10', 'seconds'],
|
|
3162
3189
|
componentName: 'VideoSkipForwardTenIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::2bc63b966f9ddb3b49da0d4179774c48>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1546,7 +1546,7 @@ var metadata = {
|
|
|
1546
1546
|
oldName: ['editor/hint', 'emoji/objects', 'lightbulb-filled', 'lightbulb'],
|
|
1547
1547
|
type: 'core',
|
|
1548
1548
|
categorization: 'multi-purpose',
|
|
1549
|
-
usage: '
|
|
1549
|
+
usage: 'Known uses: learnings in Atlas.',
|
|
1550
1550
|
team: 'Design System Team'
|
|
1551
1551
|
},
|
|
1552
1552
|
link: {
|
|
@@ -2397,6 +2397,15 @@ var metadata = {
|
|
|
2397
2397
|
usage: 'Multi purpose - Known uses: classifications in Enterprise Trust, security in Jira (Spork)',
|
|
2398
2398
|
team: 'Design System Team'
|
|
2399
2399
|
},
|
|
2400
|
+
'shield-strikethrough': {
|
|
2401
|
+
keywords: ['shield-strikethrough', 'shieldstrikethrough', 'icon', 'core', '️security', 'secure', 'safety', 'defence', 'protection', 'guard', 'strikethrough', 'classification'],
|
|
2402
|
+
componentName: 'ShieldStrikethroughIcon',
|
|
2403
|
+
package: '@atlaskit/icon/core/shield-strikethrough',
|
|
2404
|
+
type: 'core',
|
|
2405
|
+
categorization: 'multi-purpose',
|
|
2406
|
+
usage: 'Known uses: No classification in Enterprise Trust',
|
|
2407
|
+
team: 'Enterprise Trust'
|
|
2408
|
+
},
|
|
2400
2409
|
shortcut: {
|
|
2401
2410
|
keywords: ['shortcut', 'export', 'icon', 'core', 'addshortcut', 'square', 'plus'],
|
|
2402
2411
|
componentName: 'ShortcutIcon',
|
|
@@ -3148,8 +3157,17 @@ var metadata = {
|
|
|
3148
3157
|
usage: 'Single purpose - Reserved for previous video when icon is overlayed on Media.',
|
|
3149
3158
|
team: 'Design System Team'
|
|
3150
3159
|
},
|
|
3160
|
+
'video-skip-backward-fifteen': {
|
|
3161
|
+
keywords: ['video-skip-backward-fifteen', 'videoskipbackwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '15', 'seconds'],
|
|
3162
|
+
componentName: 'VideoSkipBackwardFifteenIcon',
|
|
3163
|
+
package: '@atlaskit/icon/core/video-skip-backward-fifteen',
|
|
3164
|
+
type: 'core',
|
|
3165
|
+
categorization: 'single-purpose',
|
|
3166
|
+
usage: 'Reserved for skipping video content backward by 15 seconds.',
|
|
3167
|
+
team: 'Design System Team'
|
|
3168
|
+
},
|
|
3151
3169
|
'video-skip-backward-ten': {
|
|
3152
|
-
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '10'],
|
|
3170
|
+
keywords: ['video-skip-backward-ten', 'videoskipbackwardten', 'icon', 'core', 'video', 'media', 'skip', 'backwards', '10', 'seconds'],
|
|
3153
3171
|
componentName: 'VideoSkipBackwardTenIcon',
|
|
3154
3172
|
package: '@atlaskit/icon/core/video-skip-backward-ten',
|
|
3155
3173
|
type: 'core',
|
|
@@ -3157,6 +3175,15 @@ var metadata = {
|
|
|
3157
3175
|
usage: 'Reserved for skipping video content backwards by 10 seconds.',
|
|
3158
3176
|
team: 'Design System Team'
|
|
3159
3177
|
},
|
|
3178
|
+
'video-skip-forward-fifteen': {
|
|
3179
|
+
keywords: ['video-skip-forward-fifteen', 'videoskipforwardfifteen', 'icon', 'core', 'video', 'media', 'skip', 'forward', '15', 'seconds'],
|
|
3180
|
+
componentName: 'VideoSkipForwardFifteenIcon',
|
|
3181
|
+
package: '@atlaskit/icon/core/video-skip-forward-fifteen',
|
|
3182
|
+
type: 'core',
|
|
3183
|
+
categorization: 'single-purpose',
|
|
3184
|
+
usage: 'Reserved for skipping video content forward by 15 seconds.',
|
|
3185
|
+
team: 'Design System Team'
|
|
3186
|
+
},
|
|
3160
3187
|
'video-skip-forward-ten': {
|
|
3161
3188
|
keywords: ['video-skip-forward-ten', 'videoskipforwardten', 'icon', 'core', 'video', 'media', 'skip', 'forward', '10', 'seconds'],
|
|
3162
3189
|
componentName: 'VideoSkipForwardTenIcon',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::2bc63b966f9ddb3b49da0d4179774c48>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `UNSAFE_createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::2bc63b966f9ddb3b49da0d4179774c48>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.26.0",
|
|
4
4
|
"description": "An icon is a visual representation of a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"team": "Design System Team",
|
|
21
21
|
"website": {
|
|
22
22
|
"name": "Icon",
|
|
23
|
-
"category": "
|
|
23
|
+
"category": "Images and icons",
|
|
24
24
|
"status": {
|
|
25
25
|
"type": "open-alpha",
|
|
26
26
|
"description": "These are new icons that will be released as part of Atlassian's visual refresh. Use the legacy icons for current product experiences.",
|