@vector-im/compound-design-tokens 4.0.1 → 4.0.3

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.
@@ -22,7 +22,7 @@
22
22
  }
23
23
  @font-face {
24
24
  font-family: "Inter Fallback: Roboto";
25
- src: local('Roboto'), local('Roboto-Regular');
25
+ src: local('Roboto Regular'), local('Roboto-Regular');
26
26
  font-style: normal;
27
27
  font-weight: 400;
28
28
  font-display: swap;
@@ -100,9 +100,9 @@
100
100
  font-style: italic;
101
101
  font-weight: 400;
102
102
  font-display: swap;
103
- ascent-override: 87.916%;
104
- descent-override: 21.8904%;
105
- size-adjust: 110.1904%;
103
+ ascent-override: 87.2269%;
104
+ descent-override: 21.7188%;
105
+ size-adjust: 111.0609%;
106
106
  }
107
107
  @font-face {
108
108
  font-family: "Inter Fallback: Ubuntu";
@@ -176,9 +176,9 @@
176
176
  font-style: normal;
177
177
  font-weight: 500;
178
178
  font-display: swap;
179
- ascent-override: 90.2075%;
180
- descent-override: 22.4609%;
181
- size-adjust: 107.3913%;
179
+ ascent-override: 90.1094%;
180
+ descent-override: 22.4365%;
181
+ size-adjust: 107.5082%;
182
182
  }
183
183
  @font-face {
184
184
  font-family: "Inter Fallback: Ubuntu";
@@ -240,9 +240,9 @@
240
240
  font-style: italic;
241
241
  font-weight: 500;
242
242
  font-display: swap;
243
- ascent-override: 87.9087%;
244
- descent-override: 21.8886%;
245
- size-adjust: 110.1996%;
243
+ ascent-override: 87.0316%;
244
+ descent-override: 21.6702%;
245
+ size-adjust: 111.3102%;
246
246
  }
247
247
  @font-face {
248
248
  font-family: "Inter Fallback: Ubuntu";
@@ -379,9 +379,9 @@
379
379
  font-style: italic;
380
380
  font-weight: 600;
381
381
  font-display: swap;
382
- ascent-override: 87.6213%;
383
- descent-override: 21.817%;
384
- size-adjust: 110.5611%;
382
+ ascent-override: 86.7537%;
383
+ descent-override: 21.601%;
384
+ size-adjust: 111.6667%;
385
385
  }
386
386
  @font-face {
387
387
  font-family: "Inter Fallback: Ubuntu";
@@ -0,0 +1,21 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function EarpieceIcon(props, ref) {
4
+ return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
+ d: "M14 2c3.93 0 7 3.07 7 7a1 1 0 0 1-2 0c0-2.8-2.2-5-5-5S9 6.2 9 9c0 .93.29 1.98.82 2.94.71 1.29 1.53 1.92 2.32 2.53.92.71 1.88 1.44 2.39 3 .5 1.5 1 2.01 1.71 2.38.2.09.47.15.76.15 1.1 0 2-.9 2-2a1 1 0 1 1 2 0 4 4 0 0 1-5.64 3.65c-1.36-.71-2.13-1.73-2.73-3.55-.32-.98-.9-1.43-1.71-2.05-.87-.67-1.94-1.5-2.85-3.15C7.38 11.65 7 10.26 7 9c0-3.93 3.07-7 7-7"
14
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
+ d: "M6.145 1.3a1 1 0 0 1 1.427 1.4A8.97 8.97 0 0 0 5 9c0 2.3.862 4.397 2.281 5.988l.291.312.069.077A1 1 0 0 1 6.22 16.77l-.075-.07-.356-.38A10.96 10.96 0 0 1 3 9c0-2.998 1.2-5.717 3.145-7.7M14 6.5a2.5 2.5 0 0 1 0 5 2.501 2.501 0 0 1 0-5"
16
+ })]
17
+ });
18
+ }
19
+ ;
20
+ EarpieceIcon.displayName = "EarpieceIcon";
21
+ module.exports = React.forwardRef(EarpieceIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * earpiece.svg
5
+ */
6
+ declare const EarpieceIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default EarpieceIcon;
@@ -0,0 +1,21 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ function EarpieceIcon(props, ref) {
4
+ return /*#__PURE__*/_jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: [/*#__PURE__*/_jsx("path", {
13
+ d: "M14 2c3.93 0 7 3.07 7 7a1 1 0 0 1-2 0c0-2.8-2.2-5-5-5S9 6.2 9 9c0 .93.29 1.98.82 2.94.71 1.29 1.53 1.92 2.32 2.53.92.71 1.88 1.44 2.39 3 .5 1.5 1 2.01 1.71 2.38.2.09.47.15.76.15 1.1 0 2-.9 2-2a1 1 0 1 1 2 0 4 4 0 0 1-5.64 3.65c-1.36-.71-2.13-1.73-2.73-3.55-.32-.98-.9-1.43-1.71-2.05-.87-.67-1.94-1.5-2.85-3.15C7.38 11.65 7 10.26 7 9c0-3.93 3.07-7 7-7"
14
+ }), /*#__PURE__*/_jsx("path", {
15
+ d: "M6.145 1.3a1 1 0 0 1 1.427 1.4A8.97 8.97 0 0 0 5 9c0 2.3.862 4.397 2.281 5.988l.291.312.069.077A1 1 0 0 1 6.22 16.77l-.075-.07-.356-.38A10.96 10.96 0 0 1 3 9c0-2.998 1.2-5.717 3.145-7.7M14 6.5a2.5 2.5 0 0 1 0 5 2.501 2.501 0 0 1 0-5"
16
+ })]
17
+ });
18
+ }
19
+ ;
20
+ EarpieceIcon.displayName = "EarpieceIcon";
21
+ export default forwardRef(EarpieceIcon);
@@ -1,7 +1,7 @@
1
1
  var _reactJsxRuntime = require("react/jsx-runtime");
2
2
  var React = require("react");
3
3
  function EditSolidIcon(props, ref) {
4
- return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", {
4
+ return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
@@ -9,21 +9,11 @@ function EditSolidIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: [/*#__PURE__*/_reactJsxRuntime.jsx("mask", {
13
- id: "a",
14
- children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
- fillRule: "evenodd",
16
- d: "m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0zM17.12 4.052l-2.973 2.972 2.829 2.829 2.972-2.972z",
17
- clipRule: "evenodd"
18
- })
19
- }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
12
+ children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
20
13
  fillRule: "evenodd",
21
14
  d: "m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0zM17.12 4.052l-2.973 2.972 2.829 2.829 2.972-2.972z",
22
15
  clipRule: "evenodd"
23
- }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
24
- d: "m4.373 13.97 1.414 1.414.01-.01zm.02-.02-1.415-1.414-.01.01zm-.44.44 1.414 1.415zm-.264.465 1.94.485zm-1.414 5.657-1.94-.485zm1.213 1.213-.485-1.94zm5.657-1.414.485 1.94zm.464-.263 1.415 1.414zM21.363 8.294 19.95 6.88zm0-2.829 1.414-1.414zm-2.828-2.828L17.12 4.05zm-2.829 0-1.414-1.414zm-1.558 4.386L12.734 5.61 11.32 7.023l1.414 1.414zm2.973-2.972 1.414-1.414-1.415-1.414-1.414 1.414zm-.144 5.8-1.415 1.415 1.415 1.414 1.414-1.414zm2.972-2.971 1.414 1.414 1.414-1.414-1.414-1.415zM5.797 15.375l.02-.02-2.848-2.81-.02.02zm-.43.43.42-.42-2.828-2.83-.42.422zm.263-.465a1 1 0 0 1-.263.465l-2.829-2.828a3 3 0 0 0-.789 1.393zm-1.414 5.657L5.63 15.34l-3.88-.97-1.415 5.657zm-1.213-1.212a1 1 0 0 1 1.213 1.212l-3.88-.97c-.55 2.197 1.44 4.187 3.637 3.638zM8.66 18.37l-5.657 1.415.97 3.88 5.657-1.414zm-.465.263a1 1 0 0 1 .465-.263l.97 3.881a3 3 0 0 0 1.394-.79zM19.95 6.88l2.828 2.828a4 4 0 0 0 0-5.657zm-2.83-2.83 2.83 2.83 2.828-2.829-2.828-2.828zm0 0 2.829-2.828a4 4 0 0 0-5.657 0zM5.807 15.365 17.12 4.05l-2.828-2.828L2.978 12.536zm9.756-6.928 2.972-2.972-2.829-2.828-2.972 2.972zm2.828 0L15.563 5.61l-2.829 2.828 2.829 2.829zm.144-2.972-2.972 2.972 2.828 2.829 2.972-2.972zm-2.829 0 2.829 2.829 2.828-2.829-2.828-2.828zM19.95 6.88 8.195 18.634l2.829 2.828L22.777 9.708z",
25
- mask: "url(#a)"
26
- })]
16
+ })
27
17
  });
28
18
  }
29
19
  ;
@@ -1,7 +1,7 @@
1
1
  import { forwardRef } from "react";
2
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
3
  function EditSolidIcon(props, ref) {
4
- return /*#__PURE__*/_jsxs("svg", {
4
+ return /*#__PURE__*/_jsx("svg", {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
@@ -9,21 +9,11 @@ function EditSolidIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: [/*#__PURE__*/_jsx("mask", {
13
- id: "a",
14
- children: /*#__PURE__*/_jsx("path", {
15
- fillRule: "evenodd",
16
- d: "m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0zM17.12 4.052l-2.973 2.972 2.829 2.829 2.972-2.972z",
17
- clipRule: "evenodd"
18
- })
19
- }), /*#__PURE__*/_jsx("path", {
12
+ children: /*#__PURE__*/_jsx("path", {
20
13
  fillRule: "evenodd",
21
14
  d: "m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0zM17.12 4.052l-2.973 2.972 2.829 2.829 2.972-2.972z",
22
15
  clipRule: "evenodd"
23
- }), /*#__PURE__*/_jsx("path", {
24
- d: "m4.373 13.97 1.414 1.414.01-.01zm.02-.02-1.415-1.414-.01.01zm-.44.44 1.414 1.415zm-.264.465 1.94.485zm-1.414 5.657-1.94-.485zm1.213 1.213-.485-1.94zm5.657-1.414.485 1.94zm.464-.263 1.415 1.414zM21.363 8.294 19.95 6.88zm0-2.829 1.414-1.414zm-2.828-2.828L17.12 4.05zm-2.829 0-1.414-1.414zm-1.558 4.386L12.734 5.61 11.32 7.023l1.414 1.414zm2.973-2.972 1.414-1.414-1.415-1.414-1.414 1.414zm-.144 5.8-1.415 1.415 1.415 1.414 1.414-1.414zm2.972-2.971 1.414 1.414 1.414-1.414-1.414-1.415zM5.797 15.375l.02-.02-2.848-2.81-.02.02zm-.43.43.42-.42-2.828-2.83-.42.422zm.263-.465a1 1 0 0 1-.263.465l-2.829-2.828a3 3 0 0 0-.789 1.393zm-1.414 5.657L5.63 15.34l-3.88-.97-1.415 5.657zm-1.213-1.212a1 1 0 0 1 1.213 1.212l-3.88-.97c-.55 2.197 1.44 4.187 3.637 3.638zM8.66 18.37l-5.657 1.415.97 3.88 5.657-1.414zm-.465.263a1 1 0 0 1 .465-.263l.97 3.881a3 3 0 0 0 1.394-.79zM19.95 6.88l2.828 2.828a4 4 0 0 0 0-5.657zm-2.83-2.83 2.83 2.83 2.828-2.829-2.828-2.828zm0 0 2.829-2.828a4 4 0 0 0-5.657 0zM5.807 15.365 17.12 4.05l-2.828-2.828L2.978 12.536zm9.756-6.928 2.972-2.972-2.829-2.828-2.972 2.972zm2.828 0L15.563 5.61l-2.829 2.828 2.829 2.829zm.144-2.972-2.972 2.972 2.828 2.829 2.972-2.972zm-2.829 0 2.829 2.829 2.828-2.829-2.828-2.828zM19.95 6.88 8.195 18.634l2.829 2.828L22.777 9.708z",
25
- mask: "url(#a)"
26
- })]
16
+ })
27
17
  });
28
18
  }
29
19
  ;
@@ -0,0 +1,21 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function GuestIcon(props, ref) {
4
+ return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
+ fillRule: "evenodd",
14
+ d: "M1.304 12.617a1.04 1.04 0 0 1 0-1.47l6.844-6.843a1.04 1.04 0 0 1 1.47 0l1.343 1.344-5.5 5.5a1.04 1.04 0 0 0 0 1.47l5.5 5.5-1.344 1.343a1.04 1.04 0 0 1-1.47 0zm6.235-1.47a1.04 1.04 0 0 0 0 1.47l6.844 6.844a1.04 1.04 0 0 0 1.47 0l6.843-6.843a1.04 1.04 0 0 0 0-1.47l-6.844-6.844a1.04 1.04 0 0 0-1.47 0z",
15
+ clipRule: "evenodd"
16
+ })
17
+ });
18
+ }
19
+ ;
20
+ GuestIcon.displayName = "GuestIcon";
21
+ module.exports = React.forwardRef(GuestIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * guest.svg
5
+ */
6
+ declare const GuestIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default GuestIcon;
@@ -0,0 +1,21 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ function GuestIcon(props, ref) {
4
+ return /*#__PURE__*/_jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ fillRule: "evenodd",
14
+ d: "M1.304 12.617a1.04 1.04 0 0 1 0-1.47l6.844-6.843a1.04 1.04 0 0 1 1.47 0l1.343 1.344-5.5 5.5a1.04 1.04 0 0 0 0 1.47l5.5 5.5-1.344 1.343a1.04 1.04 0 0 1-1.47 0zm6.235-1.47a1.04 1.04 0 0 0 0 1.47l6.844 6.844a1.04 1.04 0 0 0 1.47 0l6.843-6.843a1.04 1.04 0 0 0 0-1.47l-6.844-6.844a1.04 1.04 0 0 0-1.47 0z",
15
+ clipRule: "evenodd"
16
+ })
17
+ });
18
+ }
19
+ ;
20
+ GuestIcon.displayName = "GuestIcon";
21
+ export default forwardRef(GuestIcon);
@@ -44,6 +44,7 @@ module.exports = {
44
44
  DownloadIcon: require("./download.cjs"),
45
45
  DragGridIcon: require("./drag-grid.cjs"),
46
46
  DragListIcon: require("./drag-list.cjs"),
47
+ EarpieceIcon: require("./earpiece.cjs"),
47
48
  EditSolidIcon: require("./edit-solid.cjs"),
48
49
  EditIcon: require("./edit.cjs"),
49
50
  EmailSolidIcon: require("./email-solid.cjs"),
@@ -64,6 +65,7 @@ module.exports = {
64
65
  ForwardIcon: require("./forward.cjs"),
65
66
  GridIcon: require("./grid.cjs"),
66
67
  GroupIcon: require("./group.cjs"),
68
+ GuestIcon: require("./guest.cjs"),
67
69
  HeadphonesOffSolidIcon: require("./headphones-off-solid.cjs"),
68
70
  HeadphonesSolidIcon: require("./headphones-solid.cjs"),
69
71
  HelpSolidIcon: require("./help-solid.cjs"),
@@ -193,5 +195,7 @@ module.exports = {
193
195
  VolumeOnIcon: require("./volume-on.cjs"),
194
196
  WarningIcon: require("./warning.cjs"),
195
197
  WebBrowserIcon: require("./web-browser.cjs"),
196
- WindowsIcon: require("./windows.cjs")
198
+ WindowsIcon: require("./windows.cjs"),
199
+ WorkspaceSolidIcon: require("./workspace-solid.cjs"),
200
+ WorkspaceIcon: require("./workspace.cjs")
197
201
  };
@@ -43,6 +43,7 @@ export { default as DownloadIosIcon } from "./download-ios.js";
43
43
  export { default as DownloadIcon } from "./download.js";
44
44
  export { default as DragGridIcon } from "./drag-grid.js";
45
45
  export { default as DragListIcon } from "./drag-list.js";
46
+ export { default as EarpieceIcon } from "./earpiece.js";
46
47
  export { default as EditSolidIcon } from "./edit-solid.js";
47
48
  export { default as EditIcon } from "./edit.js";
48
49
  export { default as EmailSolidIcon } from "./email-solid.js";
@@ -63,6 +64,7 @@ export { default as FilterIcon } from "./filter.js";
63
64
  export { default as ForwardIcon } from "./forward.js";
64
65
  export { default as GridIcon } from "./grid.js";
65
66
  export { default as GroupIcon } from "./group.js";
67
+ export { default as GuestIcon } from "./guest.js";
66
68
  export { default as HeadphonesOffSolidIcon } from "./headphones-off-solid.js";
67
69
  export { default as HeadphonesSolidIcon } from "./headphones-solid.js";
68
70
  export { default as HelpSolidIcon } from "./help-solid.js";
@@ -192,4 +194,6 @@ export { default as VolumeOnSolidIcon } from "./volume-on-solid.js";
192
194
  export { default as VolumeOnIcon } from "./volume-on.js";
193
195
  export { default as WarningIcon } from "./warning.js";
194
196
  export { default as WebBrowserIcon } from "./web-browser.js";
195
- export { default as WindowsIcon } from "./windows.js";
197
+ export { default as WindowsIcon } from "./windows.js";
198
+ export { default as WorkspaceSolidIcon } from "./workspace-solid.js";
199
+ export { default as WorkspaceIcon } from "./workspace.js";
@@ -43,6 +43,7 @@ export { default as DownloadIosIcon } from "./download-ios.js";
43
43
  export { default as DownloadIcon } from "./download.js";
44
44
  export { default as DragGridIcon } from "./drag-grid.js";
45
45
  export { default as DragListIcon } from "./drag-list.js";
46
+ export { default as EarpieceIcon } from "./earpiece.js";
46
47
  export { default as EditSolidIcon } from "./edit-solid.js";
47
48
  export { default as EditIcon } from "./edit.js";
48
49
  export { default as EmailSolidIcon } from "./email-solid.js";
@@ -63,6 +64,7 @@ export { default as FilterIcon } from "./filter.js";
63
64
  export { default as ForwardIcon } from "./forward.js";
64
65
  export { default as GridIcon } from "./grid.js";
65
66
  export { default as GroupIcon } from "./group.js";
67
+ export { default as GuestIcon } from "./guest.js";
66
68
  export { default as HeadphonesOffSolidIcon } from "./headphones-off-solid.js";
67
69
  export { default as HeadphonesSolidIcon } from "./headphones-solid.js";
68
70
  export { default as HelpSolidIcon } from "./help-solid.js";
@@ -192,4 +194,6 @@ export { default as VolumeOnSolidIcon } from "./volume-on-solid.js";
192
194
  export { default as VolumeOnIcon } from "./volume-on.js";
193
195
  export { default as WarningIcon } from "./warning.js";
194
196
  export { default as WebBrowserIcon } from "./web-browser.js";
195
- export { default as WindowsIcon } from "./windows.js";
197
+ export { default as WindowsIcon } from "./windows.js";
198
+ export { default as WorkspaceSolidIcon } from "./workspace-solid.js";
199
+ export { default as WorkspaceIcon } from "./workspace.js";
@@ -0,0 +1,19 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function WorkspaceSolidIcon(props, ref) {
4
+ return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
+ d: "M3.175 19.825Q4.35 21 6 21t2.825-1.175T10 17t-1.175-2.825T6 13t-2.825 1.175T2 17t1.175 2.825m12 0Q16.35 21 18 21t2.825-1.175T22 17t-1.175-2.825T18 13t-2.825 1.175T14 17t1.175 2.825m-6-10Q10.35 11 12 11t2.825-1.175T16 7t-1.175-2.825T12 3 9.175 4.175 8 7t1.175 2.825"
14
+ })
15
+ });
16
+ }
17
+ ;
18
+ WorkspaceSolidIcon.displayName = "WorkspaceSolidIcon";
19
+ module.exports = React.forwardRef(WorkspaceSolidIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * workspace-solid.svg
5
+ */
6
+ declare const WorkspaceSolidIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default WorkspaceSolidIcon;
@@ -0,0 +1,19 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ function WorkspaceSolidIcon(props, ref) {
4
+ return /*#__PURE__*/_jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "M3.175 19.825Q4.35 21 6 21t2.825-1.175T10 17t-1.175-2.825T6 13t-2.825 1.175T2 17t1.175 2.825m12 0Q16.35 21 18 21t2.825-1.175T22 17t-1.175-2.825T18 13t-2.825 1.175T14 17t1.175 2.825m-6-10Q10.35 11 12 11t2.825-1.175T16 7t-1.175-2.825T12 3 9.175 4.175 8 7t1.175 2.825"
14
+ })
15
+ });
16
+ }
17
+ ;
18
+ WorkspaceSolidIcon.displayName = "WorkspaceSolidIcon";
19
+ export default forwardRef(WorkspaceSolidIcon);
@@ -0,0 +1,19 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function WorkspaceIcon(props, ref) {
4
+ return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
+ d: "M6 21q-1.65 0-2.825-1.175T2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21m12 0q-1.65 0-2.825-1.175T14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21M6 19q.824 0 1.412-.587Q8 17.825 8 17t-.588-1.412A1.93 1.93 0 0 0 6 15q-.824 0-1.412.588A1.93 1.93 0 0 0 4 17q0 .824.588 1.413Q5.175 19 6 19m12 0q.824 0 1.413-.587Q20 17.825 20 17t-.587-1.412A1.93 1.93 0 0 0 18 15q-.824 0-1.413.588A1.93 1.93 0 0 0 16 17q0 .824.587 1.413Q17.176 19 18 19m-6-8q-1.65 0-2.825-1.175T8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11m0-2q.825 0 1.412-.588Q14 7.826 14 7q0-.824-.588-1.412A1.93 1.93 0 0 0 12 5q-.825 0-1.412.588A1.93 1.93 0 0 0 10 7q0 .824.588 1.412Q11.175 9 12 9"
14
+ })
15
+ });
16
+ }
17
+ ;
18
+ WorkspaceIcon.displayName = "WorkspaceIcon";
19
+ module.exports = React.forwardRef(WorkspaceIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * workspace.svg
5
+ */
6
+ declare const WorkspaceIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default WorkspaceIcon;
@@ -0,0 +1,19 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ function WorkspaceIcon(props, ref) {
4
+ return /*#__PURE__*/_jsx("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ fill: "currentColor",
9
+ viewBox: "0 0 24 24",
10
+ ref: ref,
11
+ ...props,
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "M6 21q-1.65 0-2.825-1.175T2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21m12 0q-1.65 0-2.825-1.175T14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21M6 19q.824 0 1.412-.587Q8 17.825 8 17t-.588-1.412A1.93 1.93 0 0 0 6 15q-.824 0-1.412.588A1.93 1.93 0 0 0 4 17q0 .824.588 1.413Q5.175 19 6 19m12 0q.824 0 1.413-.587Q20 17.825 20 17t-.587-1.412A1.93 1.93 0 0 0 18 15q-.824 0-1.413.588A1.93 1.93 0 0 0 16 17q0 .824.587 1.413Q17.176 19 18 19m-6-8q-1.65 0-2.825-1.175T8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11m0-2q.825 0 1.412-.588Q14 7.826 14 7q0-.824-.588-1.412A1.93 1.93 0 0 0 12 5q-.825 0-1.412.588A1.93 1.93 0 0 0 10 7q0 .824.588 1.412Q11.175 9 12 9"
14
+ })
15
+ });
16
+ }
17
+ ;
18
+ WorkspaceIcon.displayName = "WorkspaceIcon";
19
+ export default forwardRef(WorkspaceIcon);
@@ -204,6 +204,7 @@ export const cpdIconRaisedHandSolid: string;
204
204
  export const cpdIconAudio: string;
205
205
  export const cpdIconSpotlightView: string;
206
206
  export const cpdIconListView: string;
207
+ export const cpdIconEarpiece: string;
207
208
  export const cpdIconKeyOffSolid: string;
208
209
  export const cpdIconCloudSolid: string;
209
210
  export const cpdIconKeyOff: string;
@@ -272,6 +273,9 @@ export const cpdIconPresenceOutline8X8: string;
272
273
  export const cpdIconPresenceStrikethrough8X8: string;
273
274
  export const cpdIconError: string;
274
275
  export const cpdIconDialPad: string;
276
+ export const cpdIconWorkspace: string;
277
+ export const cpdIconWorkspaceSolid: string;
278
+ export const cpdIconGuest: string;
275
279
  export const cpdColorThemeBg: string;
276
280
  export const cpdColorGray100: string;
277
281
  export const cpdColorGray200: string;
@@ -227,6 +227,7 @@ export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
227
227
  export const cpdIconAudio = "icons/audio.svg";
228
228
  export const cpdIconSpotlightView = "icons/spotlight-view.svg";
229
229
  export const cpdIconListView = "icons/list-view.svg";
230
+ export const cpdIconEarpiece = "icons/earpiece.svg";
230
231
  export const cpdIconKeyOffSolid = "icons/key-off-solid.svg";
231
232
  export const cpdIconCloudSolid = "icons/cloud-solid.svg";
232
233
  export const cpdIconKeyOff = "icons/key-off.svg";
@@ -297,6 +298,9 @@ export const cpdIconPresenceStrikethrough8X8 =
297
298
  "icons/presence-strikethrough-8x8.svg";
298
299
  export const cpdIconError = "icons/error.svg";
299
300
  export const cpdIconDialPad = "icons/dial-pad.svg";
301
+ export const cpdIconWorkspace = "icons/workspace.svg";
302
+ export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
303
+ export const cpdIconGuest = "icons/guest.svg";
300
304
  export const cpdColorThemeBg = "#101317";
301
305
  export const cpdColorGray100 = "#14171b";
302
306
  export const cpdColorGray200 = "#181a1f";
@@ -204,6 +204,7 @@ export const cpdIconRaisedHandSolid: string;
204
204
  export const cpdIconAudio: string;
205
205
  export const cpdIconSpotlightView: string;
206
206
  export const cpdIconListView: string;
207
+ export const cpdIconEarpiece: string;
207
208
  export const cpdIconKeyOffSolid: string;
208
209
  export const cpdIconCloudSolid: string;
209
210
  export const cpdIconKeyOff: string;
@@ -272,6 +273,9 @@ export const cpdIconPresenceOutline8X8: string;
272
273
  export const cpdIconPresenceStrikethrough8X8: string;
273
274
  export const cpdIconError: string;
274
275
  export const cpdIconDialPad: string;
276
+ export const cpdIconWorkspace: string;
277
+ export const cpdIconWorkspaceSolid: string;
278
+ export const cpdIconGuest: string;
275
279
  export const cpdColorThemeBg: string;
276
280
  export const cpdColorGray100: string;
277
281
  export const cpdColorGray200: string;
@@ -227,6 +227,7 @@ export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
227
227
  export const cpdIconAudio = "icons/audio.svg";
228
228
  export const cpdIconSpotlightView = "icons/spotlight-view.svg";
229
229
  export const cpdIconListView = "icons/list-view.svg";
230
+ export const cpdIconEarpiece = "icons/earpiece.svg";
230
231
  export const cpdIconKeyOffSolid = "icons/key-off-solid.svg";
231
232
  export const cpdIconCloudSolid = "icons/cloud-solid.svg";
232
233
  export const cpdIconKeyOff = "icons/key-off.svg";
@@ -297,6 +298,9 @@ export const cpdIconPresenceStrikethrough8X8 =
297
298
  "icons/presence-strikethrough-8x8.svg";
298
299
  export const cpdIconError = "icons/error.svg";
299
300
  export const cpdIconDialPad = "icons/dial-pad.svg";
301
+ export const cpdIconWorkspace = "icons/workspace.svg";
302
+ export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
303
+ export const cpdIconGuest = "icons/guest.svg";
300
304
  export const cpdColorThemeBg = "#101317";
301
305
  export const cpdColorGray100 = "#181a1f";
302
306
  export const cpdColorGray200 = "#1d1f24";
@@ -204,6 +204,7 @@ export const cpdIconRaisedHandSolid: string;
204
204
  export const cpdIconAudio: string;
205
205
  export const cpdIconSpotlightView: string;
206
206
  export const cpdIconListView: string;
207
+ export const cpdIconEarpiece: string;
207
208
  export const cpdIconKeyOffSolid: string;
208
209
  export const cpdIconCloudSolid: string;
209
210
  export const cpdIconKeyOff: string;
@@ -272,6 +273,9 @@ export const cpdIconPresenceOutline8X8: string;
272
273
  export const cpdIconPresenceStrikethrough8X8: string;
273
274
  export const cpdIconError: string;
274
275
  export const cpdIconDialPad: string;
276
+ export const cpdIconWorkspace: string;
277
+ export const cpdIconWorkspaceSolid: string;
278
+ export const cpdIconGuest: string;
275
279
  export const cpdColorThemeBg: string;
276
280
  export const cpdColorGray100: string;
277
281
  export const cpdColorGray200: string;
@@ -227,6 +227,7 @@ export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
227
227
  export const cpdIconAudio = "icons/audio.svg";
228
228
  export const cpdIconSpotlightView = "icons/spotlight-view.svg";
229
229
  export const cpdIconListView = "icons/list-view.svg";
230
+ export const cpdIconEarpiece = "icons/earpiece.svg";
230
231
  export const cpdIconKeyOffSolid = "icons/key-off-solid.svg";
231
232
  export const cpdIconCloudSolid = "icons/cloud-solid.svg";
232
233
  export const cpdIconKeyOff = "icons/key-off.svg";
@@ -297,6 +298,9 @@ export const cpdIconPresenceStrikethrough8X8 =
297
298
  "icons/presence-strikethrough-8x8.svg";
298
299
  export const cpdIconError = "icons/error.svg";
299
300
  export const cpdIconDialPad = "icons/dial-pad.svg";
301
+ export const cpdIconWorkspace = "icons/workspace.svg";
302
+ export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
303
+ export const cpdIconGuest = "icons/guest.svg";
300
304
  export const cpdColorThemeBg = "#ffffff";
301
305
  export const cpdColorGray100 = "#fbfcfd";
302
306
  export const cpdColorGray200 = "#f7f9fa";
@@ -204,6 +204,7 @@ export const cpdIconRaisedHandSolid: string;
204
204
  export const cpdIconAudio: string;
205
205
  export const cpdIconSpotlightView: string;
206
206
  export const cpdIconListView: string;
207
+ export const cpdIconEarpiece: string;
207
208
  export const cpdIconKeyOffSolid: string;
208
209
  export const cpdIconCloudSolid: string;
209
210
  export const cpdIconKeyOff: string;
@@ -272,6 +273,9 @@ export const cpdIconPresenceOutline8X8: string;
272
273
  export const cpdIconPresenceStrikethrough8X8: string;
273
274
  export const cpdIconError: string;
274
275
  export const cpdIconDialPad: string;
276
+ export const cpdIconWorkspace: string;
277
+ export const cpdIconWorkspaceSolid: string;
278
+ export const cpdIconGuest: string;
275
279
  export const cpdColorThemeBg: string;
276
280
  export const cpdColorGray100: string;
277
281
  export const cpdColorGray200: string;
@@ -227,6 +227,7 @@ export const cpdIconRaisedHandSolid = "icons/raised-hand-solid.svg";
227
227
  export const cpdIconAudio = "icons/audio.svg";
228
228
  export const cpdIconSpotlightView = "icons/spotlight-view.svg";
229
229
  export const cpdIconListView = "icons/list-view.svg";
230
+ export const cpdIconEarpiece = "icons/earpiece.svg";
230
231
  export const cpdIconKeyOffSolid = "icons/key-off-solid.svg";
231
232
  export const cpdIconCloudSolid = "icons/cloud-solid.svg";
232
233
  export const cpdIconKeyOff = "icons/key-off.svg";
@@ -297,6 +298,9 @@ export const cpdIconPresenceStrikethrough8X8 =
297
298
  "icons/presence-strikethrough-8x8.svg";
298
299
  export const cpdIconError = "icons/error.svg";
299
300
  export const cpdIconDialPad = "icons/dial-pad.svg";
301
+ export const cpdIconWorkspace = "icons/workspace.svg";
302
+ export const cpdIconWorkspaceSolid = "icons/workspace-solid.svg";
303
+ export const cpdIconGuest = "icons/guest.svg";
300
304
  export const cpdColorThemeBg = "#ffffff";
301
305
  export const cpdColorGray100 = "#f7f9fa";
302
306
  export const cpdColorGray200 = "#f0f2f5";
package/icons/$icons.json CHANGED
@@ -508,6 +508,10 @@
508
508
  "value": "icons/list-view.svg",
509
509
  "type": "icon"
510
510
  },
511
+ "earpiece": {
512
+ "value": "icons/earpiece.svg",
513
+ "type": "icon"
514
+ },
511
515
  "key-off-solid": {
512
516
  "value": "icons/key-off-solid.svg",
513
517
  "type": "icon"
@@ -779,6 +783,18 @@
779
783
  "dial-pad": {
780
784
  "value": "icons/dial-pad.svg",
781
785
  "type": "icon"
786
+ },
787
+ "workspace": {
788
+ "value": "icons/workspace.svg",
789
+ "type": "icon"
790
+ },
791
+ "workspace-solid": {
792
+ "value": "icons/workspace-solid.svg",
793
+ "type": "icon"
794
+ },
795
+ "guest": {
796
+ "value": "icons/guest.svg",
797
+ "type": "icon"
782
798
  }
783
799
  }
784
800
  }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M14 2c3.93 0 7 3.07 7 7a1 1 0 0 1-2 0c0-2.8-2.2-5-5-5S9 6.2 9 9c0 .93.29 1.98.82 2.94.71 1.29 1.53 1.92 2.32 2.53.92.71 1.88 1.44 2.39 3 .5 1.5 1 2.01 1.71 2.38.2.09.47.15.76.15 1.1 0 2-.9 2-2a1 1 0 1 1 2 0 4 4 0 0 1-5.64 3.65c-1.36-.71-2.13-1.73-2.73-3.55-.32-.98-.9-1.43-1.71-2.05-.87-.67-1.94-1.5-2.85-3.15C7.38 11.65 7 10.26 7 9c0-3.93 3.07-7 7-7"/><path d="M6.145 1.3a1 1 0 0 1 1.427 1.4A8.97 8.97 0 0 0 5 9c0 2.3.862 4.397 2.281 5.988l.291.312.069.077A1 1 0 0 1 6.22 16.77l-.075-.07-.356-.38A10.96 10.96 0 0 1 3 9c0-2.998 1.2-5.717 3.145-7.7M14 6.5a2.5 2.5 0 0 1 0 5 2.501 2.501 0 0 1 0-5"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><mask id="a"><path fill-rule="evenodd" d="m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0zM17.12 4.052l-2.973 2.972 2.829 2.829 2.972-2.972z" clip-rule="evenodd"/></mask><path fill-rule="evenodd" d="m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0zM17.12 4.052l-2.973 2.972 2.829 2.829 2.972-2.972z" clip-rule="evenodd"/><path d="m4.373 13.97 1.414 1.414.01-.01zm.02-.02-1.415-1.414-.01.01zm-.44.44 1.414 1.415zm-.264.465 1.94.485zm-1.414 5.657-1.94-.485zm1.213 1.213-.485-1.94zm5.657-1.414.485 1.94zm.464-.263 1.415 1.414zM21.363 8.294 19.95 6.88zm0-2.829 1.414-1.414zm-2.828-2.828L17.12 4.05zm-2.829 0-1.414-1.414zm-1.558 4.386L12.734 5.61 11.32 7.023l1.414 1.414zm2.973-2.972 1.414-1.414-1.415-1.414-1.414 1.414zm-.144 5.8-1.415 1.415 1.415 1.414 1.414-1.414zm2.972-2.971 1.414 1.414 1.414-1.414-1.414-1.415zM5.797 15.375l.02-.02-2.848-2.81-.02.02zm-.43.43.42-.42-2.828-2.83-.42.422zm.263-.465a1 1 0 0 1-.263.465l-2.829-2.828a3 3 0 0 0-.789 1.393zm-1.414 5.657L5.63 15.34l-3.88-.97-1.415 5.657zm-1.213-1.212a1 1 0 0 1 1.213 1.212l-3.88-.97c-.55 2.197 1.44 4.187 3.637 3.638zM8.66 18.37l-5.657 1.415.97 3.88 5.657-1.414zm-.465.263a1 1 0 0 1 .465-.263l.97 3.881a3 3 0 0 0 1.394-.79zM19.95 6.88l2.828 2.828a4 4 0 0 0 0-5.657zm-2.83-2.83 2.83 2.83 2.828-2.829-2.828-2.828zm0 0 2.829-2.828a4 4 0 0 0-5.657 0zM5.807 15.365 17.12 4.05l-2.828-2.828L2.978 12.536zm9.756-6.928 2.972-2.972-2.829-2.828-2.972 2.972zm2.828 0L15.563 5.61l-2.829 2.828 2.829 2.829zm.144-2.972-2.972 2.972 2.828 2.829 2.972-2.972zm-2.829 0 2.829 2.829 2.828-2.829-2.828-2.828zM19.95 6.88 8.195 18.634l2.829 2.828L22.777 9.708z" mask="url(#a)"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="m4.393 13.95-.02.02-.42.42a1 1 0 0 0-.264.465l-1.414 5.657a1 1 0 0 0 1.213 1.213l5.657-1.414a1 1 0 0 0 .464-.263L21.363 8.294a2 2 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0zM17.12 4.052l-2.973 2.972 2.829 2.829 2.972-2.972z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M1.304 12.617a1.04 1.04 0 0 1 0-1.47l6.844-6.843a1.04 1.04 0 0 1 1.47 0l1.343 1.344-5.5 5.5a1.04 1.04 0 0 0 0 1.47l5.5 5.5-1.344 1.343a1.04 1.04 0 0 1-1.47 0zm6.235-1.47a1.04 1.04 0 0 0 0 1.47l6.844 6.844a1.04 1.04 0 0 0 1.47 0l6.843-6.843a1.04 1.04 0 0 0 0-1.47l-6.844-6.844a1.04 1.04 0 0 0-1.47 0z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M3.175 19.825Q4.35 21 6 21t2.825-1.175T10 17t-1.175-2.825T6 13t-2.825 1.175T2 17t1.175 2.825m12 0Q16.35 21 18 21t2.825-1.175T22 17t-1.175-2.825T18 13t-2.825 1.175T14 17t1.175 2.825m-6-10Q10.35 11 12 11t2.825-1.175T16 7t-1.175-2.825T12 3 9.175 4.175 8 7t1.175 2.825"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M6 21q-1.65 0-2.825-1.175T2 17t1.175-2.825T6 13t2.825 1.175T10 17t-1.175 2.825T6 21m12 0q-1.65 0-2.825-1.175T14 17t1.175-2.825T18 13t2.825 1.175T22 17t-1.175 2.825T18 21M6 19q.824 0 1.412-.587Q8 17.825 8 17t-.588-1.412A1.93 1.93 0 0 0 6 15q-.824 0-1.412.588A1.93 1.93 0 0 0 4 17q0 .824.588 1.413Q5.175 19 6 19m12 0q.824 0 1.413-.587Q20 17.825 20 17t-.587-1.412A1.93 1.93 0 0 0 18 15q-.824 0-1.413.588A1.93 1.93 0 0 0 16 17q0 .824.587 1.413Q17.176 19 18 19m-6-8q-1.65 0-2.825-1.175T8 7t1.175-2.825T12 3t2.825 1.175T16 7t-1.175 2.825T12 11m0-2q.825 0 1.412-.588Q14 7.826 14 7q0-.824-.588-1.412A1.93 1.93 0 0 0 12 5q-.825 0-1.412.588A1.93 1.93 0 0 0 10 7q0 .824.588 1.412Q11.175 9 12 9"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vector-im/compound-design-tokens",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Compound design tokens",
5
5
  "sideEffects": false,
6
6
  "scripts": {