@atlaskit/icon-lab 4.0.0 → 4.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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#123914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123914)
8
+ [`5c63d1779fdbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5c63d1779fdbf) -
9
+ [ux] This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ **`@atlaskit/icon-lab/core`**
12
+
13
+ - `calculate`
14
+ - `sort-options`
15
+
16
+ - [#123914](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123914)
17
+ [`742b8b3cf643e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/742b8b3cf643e) -
18
+ This release adds icons in `@atlaskit/icon-lab`.
19
+
20
+ **`@atlaskit/icon-lab/core`**
21
+
22
+ - `view-type-board-home`
23
+ - `view-type-card-home`
24
+ - `view-type-table-home`
25
+
3
26
  ## 4.0.0
4
27
 
5
28
  ### Major 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::c35ea8f4a973fa52b1236acdc09ebe82>>
3
+ * @codegen <<SignedSource::36ff169c5f79f90a46cd82bcec1743c5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "BeachUmbrella".
17
20
  * Category: multi-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const BeachUmbrellaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 15H1v-1.5h14z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="m3.656 4.126 1.714.99a9.2 9.2 0 0 1 3.54-3.042 5.5 5.5 0 0 0-5.254 2.052M10.598 3c-.307.1-.7.252-1.135.474a7.7 7.7 0 0 0-2.789 2.393l3.402 1.965c.61-1.34.729-2.62.678-3.613A8 8 0 0 0 10.598 3m.782 5.585 1.714.99a5.5 5.5 0 0 0-.85-5.577l.008.145a9.2 9.2 0 0 1-.872 4.442M1.938 4a7 7 0 1 1 12.124 7 .75.75 0 0 1-1.024.275l-4.763-2.75-3.75 6.495-1.3-.75 3.75-6.495-4.763-2.75A.75.75 0 0 1 1.938 4" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 14.25h14M11.13 2.09a6.25 6.25 0 0 0-8.54 2.29l3.03 1.75m5.51-4.04a6.25 6.25 0 0 1 2.29 8.54l-3.03-1.75m.74-6.79s-3.51.57-5.51 4.04m5.51-4.04s1.26 3.32-.74 6.79M8 7.5 5.62 6.13M8 7.5l2.38 1.38M8 7.5l-4.12 7.15"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  BeachUmbrellaIcon.displayName = 'BeachUmbrellaIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e6cd927d82dc8ffe6995d832809e4c6b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const CalculateIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default CalculateIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c56c230a12c67a383718da986206fb61>>
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: "Calculate".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Calculate for databases
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 CalculateIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4 1v3m0 3V4m0 0h3M4 4H1m.5 6 2.25 2.25m0 0L6 14.5m-2.25-2.25L6 10m-2.25 2.25L1.5 14.5M9 4h6m-6 8h6"/><circle cx="12" cy="9.5" r=".75" fill="currentcolor"/><circle cx="12" cy="14.5" r=".75" fill="currentcolor"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ CalculateIcon.displayName = 'CalculateIcon';
28
+ var _default = exports.default = CalculateIcon;
@@ -1,17 +1,19 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a4e3292bce48457653e142717188c849>>
3
+ * @codegen <<SignedSource::dca96fc11509593e399c2cbf0f2d554e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- "use strict";
6
+ 'use strict';
7
7
 
8
- Object.defineProperty(exports, "__esModule", {
9
- value: true
8
+ Object.defineProperty(exports, '__esModule', {
9
+ value: true,
10
10
  });
11
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 }; }
12
+ var _react = _interopRequireDefault(require('react'));
13
+ var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
+ function _interopRequireDefault(e) {
15
+ return e && e.__esModule ? e : { default: e };
16
+ }
15
17
  /**
16
18
  * Icon: "CloudOffline".
17
19
  * Category: single-purpose
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
20
22
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
23
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
24
  */
23
- const CloudOfflineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m.47 1.53 2.66 2.661a5.7 5.7 0 0 0-.798 2.087A3.75 3.75 0 0 0 3.75 13.5H12q.211 0 .418-.022l2.052 2.052 1.06-1.06-1.514-1.515.004-.002-1.12-1.12-.005.002-7.74-7.742.003-.003-1.062-1.06-.004.003L1.53.47zM3.764 6.9a4.2 4.2 0 0 1 .464-1.611l6.711 6.71H3.75a2.25 2.25 0 0 1-.55-4.431.75.75 0 0 0 .564-.667" clip-rule="evenodd"/><path fill="currentcolor" d="m5.34 2.151 1.132 1.132a4.25 4.25 0 0 1 5.715 3.23.75.75 0 0 0 .525.59 2.5 2.5 0 0 1 1.366 3.787l1.074 1.073A4 4 0 0 0 13.57 5.82a5.752 5.752 0 0 0-8.23-3.669"/>`
25
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
- }, props));
25
+ const CloudOfflineIcon = (props) =>
26
+ /*#__PURE__*/ _react.default.createElement(
27
+ _baseNew.default,
28
+ Object.assign(
29
+ {
30
+ dangerouslySetGlyph: `<mask id="mask0_37654_6098" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16v-1.067L2.598 1.53 3.658.47 16 12.812z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_6098)"><path fill="currentcolor" d="m3.017 6.84.182.728a.75.75 0 0 0 .565-.667zm9.908-.456-.739.129a.75.75 0 0 0 .526.59zM12 12H3.75v1.5H12zm-8.25 0A2.25 2.25 0 0 1 1.5 9.75H0a3.75 3.75 0 0 0 3.75 3.75zM1.5 9.75a2.25 2.25 0 0 1 1.7-2.182l-.366-1.455A3.75 3.75 0 0 0 0 9.75zM3.764 6.9A4.25 4.25 0 0 1 8 3V1.5a5.75 5.75 0 0 0-5.731 5.28zM8 3a4.25 4.25 0 0 1 4.186 3.513l1.478-.258A5.75 5.75 0 0 0 8 1.5zm4.712 4.103A2.5 2.5 0 0 1 14.5 9.5H16a4 4 0 0 0-2.862-3.835zM14.5 9.5A2.5 2.5 0 0 1 12 12v1.5a4 4 0 0 0 4-4z"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m1 1 14 14"/></g>`,
31
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
+ },
33
+ props,
34
+ ),
35
+ );
27
36
  CloudOfflineIcon.displayName = 'CloudOfflineIcon';
28
- var _default = exports.default = CloudOfflineIcon;
37
+ var _default = (exports.default = CloudOfflineIcon);
@@ -1,17 +1,19 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7d170b3fdf32ca9dd11fbb9bb1f72d59>>
3
+ * @codegen <<SignedSource::4fc61c8b2f971ab4ae3af2c75a04b3ef>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- "use strict";
6
+ 'use strict';
7
7
 
8
- Object.defineProperty(exports, "__esModule", {
9
- value: true
8
+ Object.defineProperty(exports, '__esModule', {
9
+ value: true,
10
10
  });
11
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 }; }
12
+ var _react = _interopRequireDefault(require('react'));
13
+ var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
+ function _interopRequireDefault(e) {
15
+ return e && e.__esModule ? e : { default: e };
16
+ }
15
17
  /**
16
18
  * Icon: "CloudSaved".
17
19
  * Category: single-purpose
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
20
22
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
23
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
24
  */
23
- const CloudSavedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M8 1.5c1.251 0 2.409.4 3.353 1.078l-1.026 1.115a4.25 4.25 0 0 0-6.563 3.208.75.75 0 0 1-.565.667A2.251 2.251 0 0 0 3.75 12H12a2.5 2.5 0 0 0 1.174-4.708L14.2 6.16A4 4 0 0 1 12 13.5H3.75a3.75 3.75 0 0 1-1.418-7.222A5.75 5.75 0 0 1 8 1.5"/><path fill="currentcolor" d="m8.982 9.993 4.583-5.25-1.13-.986-4.016 4.6L6.817 6.51l-1.134.982 2.167 2.5a.75.75 0 0 0 1.132.002"/>`
25
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
- }, props));
25
+ const CloudSavedIcon = (props) =>
26
+ /*#__PURE__*/ _react.default.createElement(
27
+ _baseNew.default,
28
+ Object.assign(
29
+ {
30
+ dangerouslySetGlyph: `<mask id="mask0_37654_6117" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16zm-.05 4.224-3.4-2.948-4.633 5.039 1.7 4.909z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_6117)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M3.75 12.75H12a3.25 3.25 0 0 0 .925-6.366 5.001 5.001 0 0 0-9.908.456 3.001 3.001 0 0 0 .733 5.91Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m6.25 7 2.167 2.5L13 4.25"/>`,
31
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
+ },
33
+ props,
34
+ ),
35
+ );
27
36
  CloudSavedIcon.displayName = 'CloudSavedIcon';
28
- var _default = exports.default = CloudSavedIcon;
37
+ var _default = (exports.default = CloudSavedIcon);
@@ -1,17 +1,19 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0511013eceaa261129e778523a8c4be5>>
3
+ * @codegen <<SignedSource::fc58da6123c713c2f81de82453a86de7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- "use strict";
6
+ 'use strict';
7
7
 
8
- Object.defineProperty(exports, "__esModule", {
9
- value: true
8
+ Object.defineProperty(exports, '__esModule', {
9
+ value: true,
10
10
  });
11
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 }; }
12
+ var _react = _interopRequireDefault(require('react'));
13
+ var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
+ function _interopRequireDefault(e) {
15
+ return e && e.__esModule ? e : { default: e };
16
+ }
15
17
  /**
16
18
  * Icon: "CursorStrikethrough".
17
19
  * Category: multi-purpose
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
20
22
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
23
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
24
  */
23
- const CursorStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M3.125 7.687 1.326 3.109C.887 1.99 1.991.887 3.11 1.326l4.578 1.799L6.53 4.282 2.827 2.827 4.282 6.53z"/><path fill="currentcolor" fill-rule="evenodd" d="m3.723 9.21.002.004L.47 12.47l1.06 1.06 2.793-2.793 1.325 3.374c.476 1.21 2.212 1.145 2.594-.099L9.6 9.6l4.412-1.358c1.244-.382 1.31-2.118.099-2.594l-3.373-1.325L13.53 1.53 12.47.47 9.214 3.725l-.004-.002L8.053 4.88l.004.002-3.175 3.175-.002-.004zm1.757.37 1.434 3.65 1.272-4.134c.134-.436.474-.776.91-.91l4.134-1.272L9.58 5.48z" clip-rule="evenodd"/>`
25
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
- }, props));
25
+ const CursorStrikethroughIcon = (props) =>
26
+ /*#__PURE__*/ _react.default.createElement(
27
+ _baseNew.default,
28
+ Object.assign(
29
+ {
30
+ dangerouslySetGlyph: `<mask id="mask0_37654_6518" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M0 10.812V0h10.812zM12.933 0H16v16H0v-3.067z" clip-rule="evenodd"/></mask><g stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" mask="url(#mask0_37654_6518)"><path d="M8.9 9.32 7.52 13.8a.63.63 0 0 1-1.18.05L2.03 2.84a.63.63 0 0 1 .81-.81l11 4.32a.63.63 0 0 1-.04 1.18L9.32 8.9a.63.63 0 0 0-.41.41ZM13 1 1 13"/></g>`,
31
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
+ },
33
+ props,
34
+ ),
35
+ );
27
36
  CursorStrikethroughIcon.displayName = 'CursorStrikethroughIcon';
28
- var _default = exports.default = CursorStrikethroughIcon;
37
+ var _default = (exports.default = CursorStrikethroughIcon);
@@ -1,17 +1,19 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::56fa080d643f45fdf871302e1da2d5d5>>
3
+ * @codegen <<SignedSource::f13de916afe078fc6538d1f497f5bf46>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
- "use strict";
6
+ 'use strict';
7
7
 
8
- Object.defineProperty(exports, "__esModule", {
9
- value: true
8
+ Object.defineProperty(exports, '__esModule', {
9
+ value: true,
10
10
  });
11
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 }; }
12
+ var _react = _interopRequireDefault(require('react'));
13
+ var _baseNew = _interopRequireDefault(require('@atlaskit/icon/base-new'));
14
+ function _interopRequireDefault(e) {
15
+ return e && e.__esModule ? e : { default: e };
16
+ }
15
17
  /**
16
18
  * Icon: "DatabaseStorageCache".
17
19
  * Category: multi-purpose
@@ -20,9 +22,16 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
20
22
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
23
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
24
  */
23
- const DatabaseStorageCacheIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.5 4.875A3.875 3.875 0 0 1 4.375 1h7.25A3.875 3.875 0 0 1 15.5 4.875v.75H14v-.75A2.375 2.375 0 0 0 11.625 2.5h-7.25a2.375 2.375 0 1 0 0 4.75H8v1.5H4.375a2.375 2.375 0 1 0 0 4.75H8V15H4.375a3.875 3.875 0 0 1-2.292-7A3.87 3.87 0 0 1 .5 4.875m5 .75H4v-1.5h1.5zm6.5 0H8v-1.5h4zm-6.5 6.25H4v-1.5h1.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M9.5 8a.75.75 0 0 1 .75-.75h5A.75.75 0 0 1 16 8v.922a2 2 0 0 1-.705 1.524l-1.387 1.179 1.387 1.18A2 2 0 0 1 16 14.327v.922a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-.922a2 2 0 0 1 .705-1.524l1.387-1.179-1.387-1.18A2 2 0 0 1 9.5 8.923zm3.25 2.64 1.574-1.337a.5.5 0 0 0 .176-.381V8.75H11v.172a.5.5 0 0 0 .176.38zm0 1.97-1.574 1.337a.5.5 0 0 0-.176.381v.172h3.5v-.172a.5.5 0 0 0-.176-.38z" clip-rule="evenodd"/>`
25
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
- }, props));
25
+ const DatabaseStorageCacheIcon = (props) =>
26
+ /*#__PURE__*/ _react.default.createElement(
27
+ _baseNew.default,
28
+ Object.assign(
29
+ {
30
+ dangerouslySetGlyph: `<mask id="mask0_37654_6542" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h8V5.625h8z" clip-rule="evenodd"/></mask><g mask="url(#mask0_37654_6542)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.375 8a3.125 3.125 0 1 1 0-6.25h7.25a3.125 3.125 0 1 1 0 6.25m-7.25 0a3.125 3.125 0 1 0 0 6.25h7.25a3.125 3.125 0 1 0 0-6.25m-7.25 0h7.25M4 4.875h1.5m2.5 0h4m-8 6.25h1.5m2.5 0h4"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.25 15.25v-.922c0-.367.161-.715.44-.952l4.12-3.502c.279-.237.44-.585.44-.952V8h-5v.922c0 .367.161.715.44.952l4.12 3.502c.279.237.44.585.44.952v.922z"/>`,
31
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
32
+ },
33
+ props,
34
+ ),
35
+ );
27
36
  DatabaseStorageCacheIcon.displayName = 'DatabaseStorageCacheIcon';
28
- var _default = exports.default = DatabaseStorageCacheIcon;
37
+ var _default = (exports.default = DatabaseStorageCacheIcon);
@@ -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::8d71ccb6e55e0bf756554db9d48309ac>>
3
+ * @codegen <<SignedSource::04b40bbf6dfc4ed6703c2caff8cc0109>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "DividerElement".
17
20
  * Category: multi-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const DividerElementIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14 15v-2.5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2V15h1.5v-2.5A.5.5 0 0 1 4 12h8a.5.5 0 0 1 .5.5V15zm2-7.75H0v1.5h16zM2 3.5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V1h-1.5v2.5a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5V1H2z" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M13.25 15v-2.5c0-.69-.56-1.25-1.25-1.25H4c-.69 0-1.25.56-1.25 1.25V15M0 8h16M2.75 1v2.5c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25V1"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  DividerElementIcon.displayName = 'DividerElementIcon';
@@ -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::0e57192ea9a56cdee29e3e5a0d9d9c95>>
3
+ * @codegen <<SignedSource::31410acdaa264597f2ed4ef56bca7473>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "ExpandElement".
17
20
  * Category: multi-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const ExpandElementIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h12v1.5H3a.5.5 0 0 0-.5.5v12H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.48 8.42 4.61 5.67l1.04-1.08L8 6.84l2.36-2.25 1.04 1.08-2.87 2.75a.75.75 0 0 1-1.04 0M15 12H4.5v-1.5H15zm0 3H4.5v-1.5H15z" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M15 1.75H3c-.69 0-1.25.56-1.25 1.25v12"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.125 5.125 8 7.875l2.875-2.75"/><path stroke="currentcolor" stroke-width="1.5" d="M4.5 11.25H15m-10.5 3H15"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  ExpandElementIcon.displayName = 'ExpandElementIcon';
package/core/gift.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::8e5e401ce3baaab3c7d4a1e00325262f>>
3
+ * @codegen <<SignedSource::ad65d606c0a5750098739cff20d3a679>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "Gift".
17
20
  * Category: multi-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const GiftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.5 1.5a1.25 1.25 0 1 0 0 2.5h1.75c0-1.899-1.12-2.5-1.75-2.5M8 1.379C7.366.472 6.418 0 5.5 0a2.75 2.75 0 0 0-2.45 4h-1.3a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75H2v4a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9h.25a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75h-1.3a2.75 2.75 0 0 0-2.45-4C9.582 0 8.634.472 8 1.379M7.25 5.5H2.5v2h4.75zm1.5 2v-2h4.75v2zM7.25 9H3.5v4a.5.5 0 0 0 .5.5h3.25zm1.5 4.5V9h3.75v4a.5.5 0 0 1-.5.5zm0-9.5h1.75a1.25 1.25 0 1 0 0-2.5c-.63 0-1.75.601-1.75 2.5" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M2.75 8.25h-1v-3.5H8m-5.25 3.5V13c0 .69.56 1.25 1.25 1.25h4m-5.25-6H8m5.25 0h1v-3.5H8m5.25 3.5V13c0 .69-.56 1.25-1.25 1.25H8m5.25-6H8m0 6v-6m0-3.5V4m0 .75H5.5a2 2 0 1 1 0-4C6.605.75 8 1.75 8 4m0 .75h2.5a2 2 0 1 0 0-4C9.395.75 8 1.75 8 4m0 .75v3.5"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  GiftIcon.displayName = 'GiftIcon';
@@ -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::a50266f5eb9ee32005b14cd295f7acab>>
3
+ * @codegen <<SignedSource::8b19c2dabb037e04e41417008b3ec732>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "PartyPopper".
17
20
  * Category: multi-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const PartyPopperIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.792 14.446a.188.188 0 0 1-.238-.238l1.711-5.132 3.66 3.659zm6.723-2.242-4.72-4.72.533-1.596 5.784 5.784zm-8.384 1.53c-.44 1.32.816 2.574 2.135 2.135l8.512-2.838a1.375 1.375 0 0 0 .537-2.276L7.811 7.25l.952-.952a3.25 3.25 0 0 0 0-4.596L8.53 1.47 7.47 2.53l.232.233a1.75 1.75 0 0 1 0 2.474l-.952.952-1.505-1.504a1.375 1.375 0 0 0-2.276.537zM5.5 1H4v1.5h1.5zm5.53 7.03.982-.982a1.75 1.75 0 0 1 2.475 0l.233.232 1.06-1.06-.232-.233a3.25 3.25 0 0 0-4.596 0l-.982.983zM15 8.5h-1.5V10H15zM13 1h-1.5v1.5H13z" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="m8 2 .232.232a2.5 2.5 0 0 1 0 3.536L6.75 7.25m8.5-.5-.232-.232a2.5 2.5 0 0 0-3.536 0L10.5 7.5m1-5.75H13m.5 7.5H15M4 1.75h1.5M2.938 7.687.842 13.971a.938.938 0 0 0 1.186 1.186l6.284-2.094M2.937 7.687 3.68 5.46a.625.625 0 0 1 1.035-.244l6.07 6.07a.625.625 0 0 1-.244 1.035l-2.228.742M2.937 7.688l5.376 5.376"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  PartyPopperIcon.displayName = 'PartyPopperIcon';
@@ -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::34273a45de3e525a86e7e366602d430e>>
3
+ * @codegen <<SignedSource::00cca53c284eb95555e6b65ce51878b0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "QueuePopIn".
17
20
  * Category: single-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const QueuePopInIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a2 2 0 0 0-2 2V13a2 2 0 0 0 2 2h8.5a2 2 0 0 0 2-2v-2.75H12V13a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4.5A.5.5 0 0 1 3 4h3V2.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M6 8.94V6.5H4.5v4.25a.75.75 0 0 0 .75.75H9.5V10H7.06l2.22-2.22-1.06-1.06z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M14 8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2zm.5-2a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5z" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-2.75"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 6.5v4.25H9.5m-.75-3.5L5.5 10.5M14 7.25c.69 0 1.25-.56 1.25-1.25V2c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25z"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  QueuePopInIcon.displayName = 'QueuePopInIcon';
@@ -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::857cf611f9ba95a898b3332124c9f321>>
3
+ * @codegen <<SignedSource::ea66403671ba0439e5d789f0c6dd9536>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "QueuePopOut".
17
20
  * Category: single-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const QueuePopOutIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a2 2 0 0 0-2 2V13a2 2 0 0 0 2 2h8.5a2 2 0 0 0 2-2V8H12v5a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4.5A.5.5 0 0 1 3 4h5V2.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M15 6V1.75a.75.75 0 0 0-.75-.75H10v1.5h2.44L8.97 5.97l1.06 1.06 3.47-3.47V6zM7.5 9v5.25H9V9a2 2 0 0 0-2-2H1.75v1.5H7a.5.5 0 0 1 .5.5" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 3.25H3c-.69 0-1.25.56-1.25 1.25V13c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V8"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.25 14.25V9c0-.69-.56-1.25-1.25-1.25H1.75M14.25 6V1.75H10M9.5 6.5 14 2"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  QueuePopOutIcon.displayName = 'QueuePopOutIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fe3771fffe52eec484183d9aab2230d9>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SortOptionsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SortOptionsIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1bd4b779748fcddb570b8a9af27db65c>>
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: "SortOptions".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for accessing sorting options.
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 SortOptionsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 11 3.25 3.25L14.5 11m-13-6 3.25-3.25L8 5m3.25-3v11.75m-6.5.25V2.25"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ SortOptionsIcon.displayName = 'SortOptionsIcon';
28
+ var _default = exports.default = SortOptionsIcon;
@@ -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::d0a2c208e8aeb2ac6333f3192efbd0db>>
3
+ * @codegen <<SignedSource::ec9b6fe035eac2b5211d73d3559411a5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,6 +13,9 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
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
+ *
16
19
  * Icon: "VehicleAirplane".
17
20
  * Category: multi-purpose
18
21
  * Location: @atlaskit/icon-lab
@@ -21,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
25
  */
23
26
  const VehicleAirplaneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15.28.72a2.34 2.34 0 0 1 0 3.31l-2.218 2.22 1.424 7.358a.75.75 0 0 1-.286.743l-2 1.5a.75.75 0 0 1-1.146-.322l-2.097-5.242-1.915 1.755.202 1.616a.75.75 0 0 1-.214.623l-1.5 1.5a.75.75 0 0 1-1.189-.17l-1.394-2.557-2.556-1.395A.75.75 0 0 1 .22 10.47l1.5-1.5a.75.75 0 0 1 .623-.214l1.616.202 1.755-1.915L.47 4.946A.75.75 0 0 1 .15 3.8l1.5-2a.75.75 0 0 1 .742-.286l7.36 1.424L11.968.72a2.34 2.34 0 0 1 3.311 0m-1.06 2.25a.841.841 0 0 0-1.19-1.19l-2.5 2.5a.75.75 0 0 1-.673.206l-7.289-1.41-.631.841 5.341 2.137a.75.75 0 0 1 .275 1.203l-2.75 3a.75.75 0 0 1-.646.237L2.52 10.29l-.532.532 1.87 1.02a.75.75 0 0 1 .3.299l1.02 1.87.531-.532-.204-1.636a.75.75 0 0 1 .237-.646l3-2.75a.75.75 0 0 1 1.203.274l2.137 5.342.841-.631-1.41-7.29a.75.75 0 0 1 .206-.672z" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m10 3.75 2.5-2.5a1.591 1.591 0 1 1 2.25 2.25L12.25 6l1.5 7.75-2 1.5L9.25 9l-3 2.75.25 2-1.5 1.5-1.5-2.75L.75 11l1.5-1.5 2 .25 2.75-3-6.25-2.5 1.5-2z"/>`
25
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
29
  }, props));
27
30
  VehicleAirplaneIcon.displayName = 'VehicleAirplaneIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9de1e6e57834a3a3d02c87f78079e144>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ViewTypeBoardHomeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ViewTypeBoardHomeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8438483a61bc9e28850a7b0d28ce2a0b>>
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: "ViewTypeBoardHome".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Home view for database board layout
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 ViewTypeBoardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<mask id="mask0_39345_9427" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9427)"><path stroke="currentcolor" stroke-width="1.5" d="M5.583 2.75H2C1.31 2.75.75 3.31.75 4v8c0 .69.56 1.25 1.25 1.25h3.583m0-10.5v10.5m0-10.5h4.834m-4.834 10.5h4.834m0-10.5H14c.69 0 1.25.56 1.25 1.25v8c0 .69-.56 1.25-1.25 1.25h-3.583m0-10.5v10.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ViewTypeBoardHomeIcon.displayName = 'ViewTypeBoardHomeIcon';
28
+ var _default = exports.default = ViewTypeBoardHomeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::50a2280d1bf7452ef7a6aaf682d350ca>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ViewTypeCardHomeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ViewTypeCardHomeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0084b89b3e6f45e5eb3b0fb8c8a8c08c>>
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: "ViewTypeCardHome".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Home view for database card layout
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 ViewTypeCardHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<mask id="mask0_39345_9442" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9442)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75H3c-.69 0-1.25.56-1.25 1.25v5M8 1.75h5c.69 0 1.25.56 1.25 1.25v5M8 1.75v12.5m0 0h5c.69 0 1.25-.56 1.25-1.25V8M8 14.25H3c-.69 0-1.25-.56-1.25-1.25V8m0 0h12.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ViewTypeCardHomeIcon.displayName = 'ViewTypeCardHomeIcon';
28
+ var _default = exports.default = ViewTypeCardHomeIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cec06b5d36f8383985d7048075c2426f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ViewTypeTableHomeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ViewTypeTableHomeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::45f70afb8a7b81386386352ff9efbb4f>>
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: "ViewTypeTableHome".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Home view for database table layout
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 ViewTypeTableHomeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<mask id="mask0_39345_9457" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9457)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.75 2.75H2C1.31 2.75.75 3.31.75 4v4m5-5.25H14c.69 0 1.25.56 1.25 1.25v4m-9.5-5.25v10.5m0 0H14c.69 0 1.25-.56 1.25-1.25V8m-9.5 5.25H2c-.69 0-1.25-.56-1.25-1.25V8m0 0h14.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ViewTypeTableHomeIcon.displayName = 'ViewTypeTableHomeIcon';
28
+ var _default = exports.default = ViewTypeTableHomeIcon;
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
12
+ * @codegen <<SignedSource::4a6170fbc685767c604dee93238971ec>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -131,6 +131,15 @@ var metadata = {
131
131
  usage: 'Known uses: None',
132
132
  team: 'Design System Team'
133
133
  },
134
+ calculate: {
135
+ keywords: ['calculate', 'icon', 'icon-lab', 'core', 'Calculate', 'databases', 'summation'],
136
+ componentName: 'CalculateIcon',
137
+ package: '@atlaskit/icon-lab/core/calculate',
138
+ type: 'core',
139
+ categorization: 'single-purpose',
140
+ usage: 'Calculate for databases',
141
+ team: 'Databases'
142
+ },
134
143
  'cloud-offline': {
135
144
  keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
136
145
  componentName: 'CloudOfflineIcon',
@@ -527,6 +536,15 @@ var metadata = {
527
536
  usage: 'Toggle author visibility on sticky notes in Whiteboards.',
528
537
  team: 'Whiteboards'
529
538
  },
539
+ 'sort-options': {
540
+ keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'core', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
541
+ componentName: 'SortOptionsIcon',
542
+ package: '@atlaskit/icon-lab/core/sort-options',
543
+ type: 'core',
544
+ categorization: 'single-purpose',
545
+ usage: 'Reserved for accessing sorting options.',
546
+ team: 'Databases'
547
+ },
530
548
  speedometer: {
531
549
  keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
532
550
  componentName: 'SpeedometerIcon',
@@ -718,6 +736,33 @@ var metadata = {
718
736
  usage: 'Known usages: Alternative option for transport emoji category.',
719
737
  team: 'Design System Team'
720
738
  },
739
+ 'view-type-board-home': {
740
+ keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
741
+ componentName: 'ViewTypeBoardHomeIcon',
742
+ package: '@atlaskit/icon-lab/core/view-type-board-home',
743
+ type: 'core',
744
+ categorization: 'single-purpose',
745
+ usage: 'Home view for database board layout',
746
+ team: 'Databases'
747
+ },
748
+ 'view-type-card-home': {
749
+ keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'core', 'card view', 'databases', 'home', 'default view'],
750
+ componentName: 'ViewTypeCardHomeIcon',
751
+ package: '@atlaskit/icon-lab/core/view-type-card-home',
752
+ type: 'core',
753
+ categorization: 'single-purpose',
754
+ usage: 'Home view for database card layout',
755
+ team: 'Databases'
756
+ },
757
+ 'view-type-table-home': {
758
+ keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'core', 'table view', 'databases', 'home', 'default view'],
759
+ componentName: 'ViewTypeTableHomeIcon',
760
+ package: '@atlaskit/icon-lab/core/view-type-table-home',
761
+ type: 'core',
762
+ categorization: 'single-purpose',
763
+ usage: 'Home view for database table layout',
764
+ team: 'Databases'
765
+ },
721
766
  vulnerability: {
722
767
  keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
723
768
  componentName: 'VulnerabilityIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
6
+ * @codegen <<SignedSource::4a6170fbc685767c604dee93238971ec>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -125,6 +125,15 @@ const metadata = {
125
125
  usage: 'Known uses: None',
126
126
  team: 'Design System Team'
127
127
  },
128
+ calculate: {
129
+ keywords: ['calculate', 'icon', 'icon-lab', 'core', 'Calculate', 'databases', 'summation'],
130
+ componentName: 'CalculateIcon',
131
+ package: '@atlaskit/icon-lab/core/calculate',
132
+ type: 'core',
133
+ categorization: 'single-purpose',
134
+ usage: 'Calculate for databases',
135
+ team: 'Databases'
136
+ },
128
137
  'cloud-offline': {
129
138
  keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
130
139
  componentName: 'CloudOfflineIcon',
@@ -521,6 +530,15 @@ const metadata = {
521
530
  usage: 'Toggle author visibility on sticky notes in Whiteboards.',
522
531
  team: 'Whiteboards'
523
532
  },
533
+ 'sort-options': {
534
+ keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'core', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
535
+ componentName: 'SortOptionsIcon',
536
+ package: '@atlaskit/icon-lab/core/sort-options',
537
+ type: 'core',
538
+ categorization: 'single-purpose',
539
+ usage: 'Reserved for accessing sorting options.',
540
+ team: 'Databases'
541
+ },
524
542
  speedometer: {
525
543
  keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
526
544
  componentName: 'SpeedometerIcon',
@@ -712,6 +730,33 @@ const metadata = {
712
730
  usage: 'Known usages: Alternative option for transport emoji category.',
713
731
  team: 'Design System Team'
714
732
  },
733
+ 'view-type-board-home': {
734
+ keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
735
+ componentName: 'ViewTypeBoardHomeIcon',
736
+ package: '@atlaskit/icon-lab/core/view-type-board-home',
737
+ type: 'core',
738
+ categorization: 'single-purpose',
739
+ usage: 'Home view for database board layout',
740
+ team: 'Databases'
741
+ },
742
+ 'view-type-card-home': {
743
+ keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'core', 'card view', 'databases', 'home', 'default view'],
744
+ componentName: 'ViewTypeCardHomeIcon',
745
+ package: '@atlaskit/icon-lab/core/view-type-card-home',
746
+ type: 'core',
747
+ categorization: 'single-purpose',
748
+ usage: 'Home view for database card layout',
749
+ team: 'Databases'
750
+ },
751
+ 'view-type-table-home': {
752
+ keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'core', 'table view', 'databases', 'home', 'default view'],
753
+ componentName: 'ViewTypeTableHomeIcon',
754
+ package: '@atlaskit/icon-lab/core/view-type-table-home',
755
+ type: 'core',
756
+ categorization: 'single-purpose',
757
+ usage: 'Home view for database table layout',
758
+ team: 'Databases'
759
+ },
715
760
  vulnerability: {
716
761
  keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
717
762
  componentName: 'VulnerabilityIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
6
+ * @codegen <<SignedSource::4a6170fbc685767c604dee93238971ec>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -125,6 +125,15 @@ var metadata = {
125
125
  usage: 'Known uses: None',
126
126
  team: 'Design System Team'
127
127
  },
128
+ calculate: {
129
+ keywords: ['calculate', 'icon', 'icon-lab', 'core', 'Calculate', 'databases', 'summation'],
130
+ componentName: 'CalculateIcon',
131
+ package: '@atlaskit/icon-lab/core/calculate',
132
+ type: 'core',
133
+ categorization: 'single-purpose',
134
+ usage: 'Calculate for databases',
135
+ team: 'Databases'
136
+ },
128
137
  'cloud-offline': {
129
138
  keywords: ['cloud-offline', 'cloudoffline', 'icon', 'icon-lab', 'core', 'cloud', 'offline', 'disconnected', 'strikethrough'],
130
139
  componentName: 'CloudOfflineIcon',
@@ -521,6 +530,15 @@ var metadata = {
521
530
  usage: 'Toggle author visibility on sticky notes in Whiteboards.',
522
531
  team: 'Whiteboards'
523
532
  },
533
+ 'sort-options': {
534
+ keywords: ['sort-options', 'sortoptions', 'icon', 'icon-lab', 'core', 'sorting', 'ordering', 'alphabetization', 'alphabetisation', 'reordering'],
535
+ componentName: 'SortOptionsIcon',
536
+ package: '@atlaskit/icon-lab/core/sort-options',
537
+ type: 'core',
538
+ categorization: 'single-purpose',
539
+ usage: 'Reserved for accessing sorting options.',
540
+ team: 'Databases'
541
+ },
524
542
  speedometer: {
525
543
  keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
526
544
  componentName: 'SpeedometerIcon',
@@ -712,6 +730,33 @@ var metadata = {
712
730
  usage: 'Known usages: Alternative option for transport emoji category.',
713
731
  team: 'Design System Team'
714
732
  },
733
+ 'view-type-board-home': {
734
+ keywords: ['view-type-board-home', 'viewtypeboardhome', 'icon', 'icon-lab', 'core', 'board view', 'databases', 'home', 'default view'],
735
+ componentName: 'ViewTypeBoardHomeIcon',
736
+ package: '@atlaskit/icon-lab/core/view-type-board-home',
737
+ type: 'core',
738
+ categorization: 'single-purpose',
739
+ usage: 'Home view for database board layout',
740
+ team: 'Databases'
741
+ },
742
+ 'view-type-card-home': {
743
+ keywords: ['view-type-card-home', 'viewtypecardhome', 'icon', 'icon-lab', 'core', 'card view', 'databases', 'home', 'default view'],
744
+ componentName: 'ViewTypeCardHomeIcon',
745
+ package: '@atlaskit/icon-lab/core/view-type-card-home',
746
+ type: 'core',
747
+ categorization: 'single-purpose',
748
+ usage: 'Home view for database card layout',
749
+ team: 'Databases'
750
+ },
751
+ 'view-type-table-home': {
752
+ keywords: ['view-type-table-home', 'viewtypetablehome', 'icon', 'icon-lab', 'core', 'table view', 'databases', 'home', 'default view'],
753
+ componentName: 'ViewTypeTableHomeIcon',
754
+ package: '@atlaskit/icon-lab/core/view-type-table-home',
755
+ type: 'core',
756
+ categorization: 'single-purpose',
757
+ usage: 'Home view for database table layout',
758
+ team: 'Databases'
759
+ },
715
760
  vulnerability: {
716
761
  keywords: ['vulnerability', 'icon', 'icon-lab', 'core', 'vulnerability', 'security', 'alert', 'warning'],
717
762
  componentName: 'VulnerabilityIcon',
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
6
+ * @codegen <<SignedSource::4a6170fbc685767c604dee93238971ec>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::9947bd7f4bedacedae9098218b3582ca>>
6
+ * @codegen <<SignedSource::4a6170fbc685767c604dee93238971ec>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.25 15L13.25 12.5C13.25 11.8096 12.6904 11.25 12 11.25H4C3.30964 11.25 2.75 11.8096 2.75 12.5L2.75 15M0 8H16M2.75 1C2.75 1.34306 2.75 2.54795 2.75 3.50054C2.75 4.1909 3.30964 4.75 4 4.75H12C12.6904 4.75 13.25 4.19036 13.25 3.5C13.25 2.66667 13.25 1.83333 13.25 1" stroke="#44546F" stroke-width="1.5"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon-lab",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M4 1v3m0 3V4m0 0h3M4 4H1m.5 6 2.25 2.25m0 0L6 14.5m-2.25-2.25L6 10m-2.25 2.25L1.5 14.5M9 4h6m-6 8h6"/><circle cx="12" cy="9.5" r=".75" fill="currentcolor"/><circle cx="12" cy="14.5" r=".75" fill="currentcolor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8 11 3.25 3.25L14.5 11m-13-6 3.25-3.25L8 5m3.25-3v11.75m-6.5.25V2.25"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_39345_9427" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9427)"><path stroke="currentcolor" stroke-width="1.5" d="M5.583 2.75H2C1.31 2.75.75 3.31.75 4v8c0 .69.56 1.25 1.25 1.25h3.583m0-10.5v10.5m0-10.5h4.834m-4.834 10.5h4.834m0-10.5H14c.69 0 1.25.56 1.25 1.25v8c0 .69-.56 1.25-1.25 1.25h-3.583m0-10.5v10.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_39345_9442" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9442)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75H3c-.69 0-1.25.56-1.25 1.25v5M8 1.75h5c.69 0 1.25.56 1.25 1.25v5M8 1.75v12.5m0 0h5c.69 0 1.25-.56 1.25-1.25V8M8 14.25H3c-.69 0-1.25-.56-1.25-1.25V8m0 0h12.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="mask0_39345_9457" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h7v-5a1.5 1.5 0 0 1 .477-1.097l3.75-3.5a1.5 1.5 0 0 1 2.047 0L16 8.948z" clip-rule="evenodd"/></mask><g mask="url(#mask0_39345_9457)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.75 2.75H2C1.31 2.75.75 3.31.75 4v4m5-5.25H14c.69 0 1.25.56 1.25 1.25v4m-9.5-5.25v10.5m0 0H14c.69 0 1.25-.56 1.25-1.25V8m-9.5 5.25H2c-.69 0-1.25-.56-1.25-1.25V8m0 0h14.5"/></g><path fill="currentcolor" d="M16 11.543v3.832c0 .345-.28.625-.625.625H13.25v-3h-2v3H9.125a.625.625 0 0 1-.625-.625v-3.832c0-.346.144-.677.397-.914l2.5-2.333a1.25 1.25 0 0 1 1.706 0l2.5 2.333c.253.237.397.568.397.914"/></svg>