@vector-im/compound-design-tokens 6.5.0 → 6.6.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.
Files changed (44) hide show
  1. package/assets/web/icons/backspace-solid.cjs +3 -1
  2. package/assets/web/icons/backspace-solid.js +3 -1
  3. package/assets/web/icons/backspace.cjs +8 -4
  4. package/assets/web/icons/backspace.js +9 -5
  5. package/assets/web/icons/index.cjs +4 -0
  6. package/assets/web/icons/index.d.ts +4 -0
  7. package/assets/web/icons/index.js +4 -0
  8. package/assets/web/icons/mac.cjs +1 -1
  9. package/assets/web/icons/mac.js +1 -1
  10. package/assets/web/icons/video-call-outgoing-solid.cjs +21 -0
  11. package/assets/web/icons/video-call-outgoing-solid.d.ts +11 -0
  12. package/assets/web/icons/video-call-outgoing-solid.js +21 -0
  13. package/assets/web/icons/voice-call-declined-solid.cjs +19 -0
  14. package/assets/web/icons/voice-call-declined-solid.d.ts +11 -0
  15. package/assets/web/icons/voice-call-declined-solid.js +19 -0
  16. package/assets/web/icons/voice-call-missed-solid.cjs +21 -0
  17. package/assets/web/icons/voice-call-missed-solid.d.ts +11 -0
  18. package/assets/web/icons/voice-call-missed-solid.js +21 -0
  19. package/assets/web/icons/voice-call-outgoing-solid.cjs +21 -0
  20. package/assets/web/icons/voice-call-outgoing-solid.d.ts +11 -0
  21. package/assets/web/icons/voice-call-outgoing-solid.js +21 -0
  22. package/assets/web/icons/zoom-in.cjs +12 -4
  23. package/assets/web/icons/zoom-in.js +12 -4
  24. package/assets/web/icons/zoom-out.cjs +6 -12
  25. package/assets/web/icons/zoom-out.js +6 -12
  26. package/assets/web/js/cpdDark.d.ts +4 -0
  27. package/assets/web/js/cpdDark.js +7 -0
  28. package/assets/web/js/cpdDarkHc.d.ts +4 -0
  29. package/assets/web/js/cpdDarkHc.js +7 -0
  30. package/assets/web/js/cpdLight.d.ts +4 -0
  31. package/assets/web/js/cpdLight.js +7 -0
  32. package/assets/web/js/cpdLightHc.d.ts +4 -0
  33. package/assets/web/js/cpdLightHc.js +7 -0
  34. package/icons/$icons.json +16 -0
  35. package/icons/backspace-solid.svg +1 -1
  36. package/icons/backspace.svg +1 -1
  37. package/icons/mac.svg +1 -1
  38. package/icons/video-call-outgoing-solid.svg +1 -0
  39. package/icons/voice-call-declined-solid.svg +1 -0
  40. package/icons/voice-call-missed-solid.svg +1 -0
  41. package/icons/voice-call-outgoing-solid.svg +1 -0
  42. package/icons/zoom-in.svg +1 -1
  43. package/icons/zoom-out.svg +1 -1
  44. package/package.json +1 -1
@@ -10,7 +10,9 @@ function BackspaceSolidIcon(props, ref) {
10
10
  ref: ref,
11
11
  ...props,
12
12
  children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
- d: "M21.15 4H7.283c-.638 0-1.137.311-1.47.782l-4.66 6.73a.87.87 0 0 0 0 .986l4.66 6.72c.333.462.832.782 1.47.782h13.869C22.168 20 23 19.2 23 18.222V5.778C23 4.8 22.168 4 21.15 4m-3.42 11.822a.947.947 0 0 1-1.304 0l-2.672-2.569-2.672 2.57a.947.947 0 0 1-1.303 0 .86.86 0 0 1 0-1.254L12.45 12 9.779 9.431a.86.86 0 0 1 0-1.253.947.947 0 0 1 1.303 0l2.672 2.569 2.672-2.57a.947.947 0 0 1 1.304 0c.36.347.36.907 0 1.254L15.058 12l2.672 2.569a.877.877 0 0 1 0 1.253"
13
+ fillRule: "evenodd",
14
+ d: "M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7.33a2 2 0 0 1-1.673-.902l-3.937-6a2 2 0 0 1 0-2.196l3.937-6A2 2 0 0 1 7.33 4zm-3.543 4.457a1 1 0 0 0-1.414 0L13 10.5l-2.043-2.043a1 1 0 0 0-1.414 1.414l2.043 2.043-2.129 2.129a1 1 0 0 0 1.414 1.414l2.13-2.129 2.128 2.129a1 1 0 0 0 1.414-1.414l-2.129-2.129 2.043-2.043a1 1 0 0 0 0-1.414",
15
+ clipRule: "evenodd"
14
16
  })
15
17
  });
16
18
  }
@@ -10,7 +10,9 @@ function BackspaceSolidIcon(props, ref) {
10
10
  ref: ref,
11
11
  ...props,
12
12
  children: /*#__PURE__*/_jsx("path", {
13
- d: "M21.15 4H7.283c-.638 0-1.137.311-1.47.782l-4.66 6.73a.87.87 0 0 0 0 .986l4.66 6.72c.333.462.832.782 1.47.782h13.869C22.168 20 23 19.2 23 18.222V5.778C23 4.8 22.168 4 21.15 4m-3.42 11.822a.947.947 0 0 1-1.304 0l-2.672-2.569-2.672 2.57a.947.947 0 0 1-1.303 0 .86.86 0 0 1 0-1.254L12.45 12 9.779 9.431a.86.86 0 0 1 0-1.253.947.947 0 0 1 1.303 0l2.672 2.569 2.672-2.57a.947.947 0 0 1 1.304 0c.36.347.36.907 0 1.254L15.058 12l2.672 2.569a.877.877 0 0 1 0 1.253"
13
+ fillRule: "evenodd",
14
+ d: "M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7.33a2 2 0 0 1-1.673-.902l-3.937-6a2 2 0 0 1 0-2.196l3.937-6A2 2 0 0 1 7.33 4zm-3.543 4.457a1 1 0 0 0-1.414 0L13 10.5l-2.043-2.043a1 1 0 0 0-1.414 1.414l2.043 2.043-2.129 2.129a1 1 0 0 0 1.414 1.414l2.13-2.129 2.128 2.129a1 1 0 0 0 1.414-1.414l-2.129-2.129 2.043-2.043a1 1 0 0 0 0-1.414",
15
+ clipRule: "evenodd"
14
16
  })
15
17
  });
16
18
  }
@@ -1,7 +1,7 @@
1
1
  var _reactJsxRuntime = require("react/jsx-runtime");
2
2
  var React = require("react");
3
3
  function BackspaceIcon(props, ref) {
4
- return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
4
+ return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
@@ -9,9 +9,13 @@ function BackspaceIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
- d: "M21.167 3.75H7.417c-.633 0-1.128.32-1.458.807L1 12l4.96 7.434c.33.486.824.816 1.457.816h13.75A1.84 1.84 0 0 0 23 18.417V5.583a1.84 1.84 0 0 0-1.833-1.833m0 14.667H7.48L3.2 12l4.272-6.417h13.695zm-10.625-1.834 3.291-3.29 3.291 3.29 1.293-1.292L15.126 12l3.29-3.29-1.292-1.293-3.29 3.29-3.291-3.29L9.25 8.709 12.54 12l-3.29 3.29z"
14
- })
12
+ children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
+ d: "M15.043 8.457a1 1 0 0 1 1.414 1.414l-2.043 2.043 2.129 2.129a1 1 0 1 1-1.414 1.414l-2.13-2.129-2.127 2.129a1 1 0 0 1-1.415-1.414l2.129-2.129-2.043-2.043a1 1 0 0 1 1.414-1.414L13 10.5z"
14
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7.28a2 2 0 0 1-1.655-.877l-4.072-6a2 2 0 0 1 0-2.246l4.072-6A2 2 0 0 1 7.28 4zM3.208 12l4.072 6H20V6H7.28z",
17
+ clipRule: "evenodd"
18
+ })]
15
19
  });
16
20
  }
17
21
  ;
@@ -1,7 +1,7 @@
1
1
  import { forwardRef } from "react";
2
- import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
3
  function BackspaceIcon(props, ref) {
4
- return /*#__PURE__*/_jsx("svg", {
4
+ return /*#__PURE__*/_jsxs("svg", {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  width: "1em",
7
7
  height: "1em",
@@ -9,9 +9,13 @@ function BackspaceIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: /*#__PURE__*/_jsx("path", {
13
- d: "M21.167 3.75H7.417c-.633 0-1.128.32-1.458.807L1 12l4.96 7.434c.33.486.824.816 1.457.816h13.75A1.84 1.84 0 0 0 23 18.417V5.583a1.84 1.84 0 0 0-1.833-1.833m0 14.667H7.48L3.2 12l4.272-6.417h13.695zm-10.625-1.834 3.291-3.29 3.291 3.29 1.293-1.292L15.126 12l3.29-3.29-1.292-1.293-3.29 3.29-3.291-3.29L9.25 8.709 12.54 12l-3.29 3.29z"
14
- })
12
+ children: [/*#__PURE__*/_jsx("path", {
13
+ d: "M15.043 8.457a1 1 0 0 1 1.414 1.414l-2.043 2.043 2.129 2.129a1 1 0 1 1-1.414 1.414l-2.13-2.129-2.127 2.129a1 1 0 0 1-1.415-1.414l2.129-2.129-2.043-2.043a1 1 0 0 1 1.414-1.414L13 10.5z"
14
+ }), /*#__PURE__*/_jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7.28a2 2 0 0 1-1.655-.877l-4.072-6a2 2 0 0 1 0-2.246l4.072-6A2 2 0 0 1 7.28 4zM3.208 12l4.072 6H20V6H7.28z",
17
+ clipRule: "evenodd"
18
+ })]
15
19
  });
16
20
  }
17
21
  ;
@@ -199,10 +199,14 @@ module.exports = {
199
199
  VideoCallMissedSolidIcon: require("./video-call-missed-solid.cjs"),
200
200
  VideoCallOffSolidIcon: require("./video-call-off-solid.cjs"),
201
201
  VideoCallOffIcon: require("./video-call-off.cjs"),
202
+ VideoCallOutgoingSolidIcon: require("./video-call-outgoing-solid.cjs"),
202
203
  VideoCallSolidIcon: require("./video-call-solid.cjs"),
203
204
  VideoCallIcon: require("./video-call.cjs"),
204
205
  VisibilityOffIcon: require("./visibility-off.cjs"),
205
206
  VisibilityOnIcon: require("./visibility-on.cjs"),
207
+ VoiceCallDeclinedSolidIcon: require("./voice-call-declined-solid.cjs"),
208
+ VoiceCallMissedSolidIcon: require("./voice-call-missed-solid.cjs"),
209
+ VoiceCallOutgoingSolidIcon: require("./voice-call-outgoing-solid.cjs"),
206
210
  VoiceCallSolidIcon: require("./voice-call-solid.cjs"),
207
211
  VoiceCallIcon: require("./voice-call.cjs"),
208
212
  VolumeOffSolidIcon: require("./volume-off-solid.cjs"),
@@ -198,10 +198,14 @@ export { default as VideoCallDeclinedSolidIcon } from "./video-call-declined-sol
198
198
  export { default as VideoCallMissedSolidIcon } from "./video-call-missed-solid.js";
199
199
  export { default as VideoCallOffSolidIcon } from "./video-call-off-solid.js";
200
200
  export { default as VideoCallOffIcon } from "./video-call-off.js";
201
+ export { default as VideoCallOutgoingSolidIcon } from "./video-call-outgoing-solid.js";
201
202
  export { default as VideoCallSolidIcon } from "./video-call-solid.js";
202
203
  export { default as VideoCallIcon } from "./video-call.js";
203
204
  export { default as VisibilityOffIcon } from "./visibility-off.js";
204
205
  export { default as VisibilityOnIcon } from "./visibility-on.js";
206
+ export { default as VoiceCallDeclinedSolidIcon } from "./voice-call-declined-solid.js";
207
+ export { default as VoiceCallMissedSolidIcon } from "./voice-call-missed-solid.js";
208
+ export { default as VoiceCallOutgoingSolidIcon } from "./voice-call-outgoing-solid.js";
205
209
  export { default as VoiceCallSolidIcon } from "./voice-call-solid.js";
206
210
  export { default as VoiceCallIcon } from "./voice-call.js";
207
211
  export { default as VolumeOffSolidIcon } from "./volume-off-solid.js";
@@ -198,10 +198,14 @@ export { default as VideoCallDeclinedSolidIcon } from "./video-call-declined-sol
198
198
  export { default as VideoCallMissedSolidIcon } from "./video-call-missed-solid.js";
199
199
  export { default as VideoCallOffSolidIcon } from "./video-call-off-solid.js";
200
200
  export { default as VideoCallOffIcon } from "./video-call-off.js";
201
+ export { default as VideoCallOutgoingSolidIcon } from "./video-call-outgoing-solid.js";
201
202
  export { default as VideoCallSolidIcon } from "./video-call-solid.js";
202
203
  export { default as VideoCallIcon } from "./video-call.js";
203
204
  export { default as VisibilityOffIcon } from "./visibility-off.js";
204
205
  export { default as VisibilityOnIcon } from "./visibility-on.js";
206
+ export { default as VoiceCallDeclinedSolidIcon } from "./voice-call-declined-solid.js";
207
+ export { default as VoiceCallMissedSolidIcon } from "./voice-call-missed-solid.js";
208
+ export { default as VoiceCallOutgoingSolidIcon } from "./voice-call-outgoing-solid.js";
205
209
  export { default as VoiceCallSolidIcon } from "./voice-call-solid.js";
206
210
  export { default as VoiceCallIcon } from "./voice-call.js";
207
211
  export { default as VolumeOffSolidIcon } from "./volume-off-solid.js";
@@ -11,7 +11,7 @@ function MacIcon(props, ref) {
11
11
  ...props,
12
12
  children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
13
  fillRule: "evenodd",
14
- d: "M16.099 2.4a4.1 4.1 0 0 1-1.057 3.074c-.747.862-1.878 1.358-3.07 1.347-.075-1.081.315-2.146 1.085-2.96.78-.825 1.866-1.346 3.042-1.461m3.767 6.54c-1.37.783-2.213 2.163-2.234 3.657.002 1.69 1.092 3.215 2.768 3.873a9.4 9.4 0 0 1-1.44 2.723c-.848 1.178-1.737 2.329-3.149 2.35-.67.015-1.124-.165-1.596-.351-.493-.195-1.006-.398-1.809-.398-.851 0-1.388.21-1.905.412-.447.174-.88.343-1.49.367-1.343.046-2.37-1.258-3.25-2.425-1.756-2.383-3.124-6.716-1.29-9.664.861-1.437 2.471-2.349 4.241-2.402.763-.015 1.494.258 2.136.497.49.183.928.347 1.286.347.315 0 .74-.157 1.237-.34.78-.288 1.737-.64 2.71-.545 1.514.044 2.917.748 3.785 1.9",
14
+ d: "M16.099 2.4a4.1 4.1 0 0 1-1.057 3.073c-.747.863-1.878 1.36-3.07 1.348-.075-1.081.315-2.146 1.085-2.96.78-.825 1.866-1.346 3.042-1.461m3.767 6.54c-1.37.783-2.214 2.163-2.234 3.657.002 1.69 1.092 3.215 2.768 3.873a9.4 9.4 0 0 1-1.44 2.723c-.848 1.178-1.737 2.329-3.149 2.35-.671.015-1.124-.165-1.596-.351-.493-.195-1.006-.398-1.809-.398-.852 0-1.388.21-1.905.412-.447.174-.88.343-1.49.367-1.343.046-2.37-1.258-3.25-2.425-1.756-2.383-3.124-6.716-1.29-9.664.86-1.437 2.471-2.349 4.241-2.402.763-.015 1.494.258 2.135.497.49.183.929.347 1.287.347.315 0 .74-.157 1.237-.34.78-.288 1.737-.64 2.71-.545 1.514.044 2.917.748 3.785 1.9",
15
15
  clipRule: "evenodd"
16
16
  })
17
17
  });
@@ -11,7 +11,7 @@ function MacIcon(props, ref) {
11
11
  ...props,
12
12
  children: /*#__PURE__*/_jsx("path", {
13
13
  fillRule: "evenodd",
14
- d: "M16.099 2.4a4.1 4.1 0 0 1-1.057 3.074c-.747.862-1.878 1.358-3.07 1.347-.075-1.081.315-2.146 1.085-2.96.78-.825 1.866-1.346 3.042-1.461m3.767 6.54c-1.37.783-2.213 2.163-2.234 3.657.002 1.69 1.092 3.215 2.768 3.873a9.4 9.4 0 0 1-1.44 2.723c-.848 1.178-1.737 2.329-3.149 2.35-.67.015-1.124-.165-1.596-.351-.493-.195-1.006-.398-1.809-.398-.851 0-1.388.21-1.905.412-.447.174-.88.343-1.49.367-1.343.046-2.37-1.258-3.25-2.425-1.756-2.383-3.124-6.716-1.29-9.664.861-1.437 2.471-2.349 4.241-2.402.763-.015 1.494.258 2.136.497.49.183.928.347 1.286.347.315 0 .74-.157 1.237-.34.78-.288 1.737-.64 2.71-.545 1.514.044 2.917.748 3.785 1.9",
14
+ d: "M16.099 2.4a4.1 4.1 0 0 1-1.057 3.073c-.747.863-1.878 1.36-3.07 1.348-.075-1.081.315-2.146 1.085-2.96.78-.825 1.866-1.346 3.042-1.461m3.767 6.54c-1.37.783-2.214 2.163-2.234 3.657.002 1.69 1.092 3.215 2.768 3.873a9.4 9.4 0 0 1-1.44 2.723c-.848 1.178-1.737 2.329-3.149 2.35-.671.015-1.124-.165-1.596-.351-.493-.195-1.006-.398-1.809-.398-.852 0-1.388.21-1.905.412-.447.174-.88.343-1.49.367-1.343.046-2.37-1.258-3.25-2.425-1.756-2.383-3.124-6.716-1.29-9.664.86-1.437 2.471-2.349 4.241-2.402.763-.015 1.494.258 2.135.497.49.183.929.347 1.287.347.315 0 .74-.157 1.237-.34.78-.288 1.737-.64 2.71-.545 1.514.044 2.917.748 3.785 1.9",
15
15
  clipRule: "evenodd"
16
16
  })
17
17
  });
@@ -0,0 +1,21 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function VideoCallOutgoingSolidIcon(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: "M16 4a2 2 0 0 1 2 2v4.286l3.35-2.871a1 1 0 0 1 1.65.759v7.652a1 1 0 0 1-1.65.759L18 13.714V18a2 2 0 0 1-2 2H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4zM9.55 9l-.103.005a1 1 0 0 0 0 1.99L9.55 11h.571l-2.828 2.828a1 1 0 0 0 1.414 1.414L11.55 12.4v.6l.005.102a1 1 0 0 0 1.99 0L13.55 13v-3l-.005-.103A1 1 0 0 0 12.55 9z",
15
+ clipRule: "evenodd"
16
+ })
17
+ });
18
+ }
19
+ ;
20
+ VideoCallOutgoingSolidIcon.displayName = "VideoCallOutgoingSolidIcon";
21
+ module.exports = React.forwardRef(VideoCallOutgoingSolidIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * video-call-outgoing-solid.svg
5
+ */
6
+ declare const VideoCallOutgoingSolidIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default VideoCallOutgoingSolidIcon;
@@ -0,0 +1,21 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ function VideoCallOutgoingSolidIcon(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: "M16 4a2 2 0 0 1 2 2v4.286l3.35-2.871a1 1 0 0 1 1.65.759v7.652a1 1 0 0 1-1.65.759L18 13.714V18a2 2 0 0 1-2 2H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4zM9.55 9l-.103.005a1 1 0 0 0 0 1.99L9.55 11h.571l-2.828 2.828a1 1 0 0 0 1.414 1.414L11.55 12.4v.6l.005.102a1 1 0 0 0 1.99 0L13.55 13v-3l-.005-.103A1 1 0 0 0 12.55 9z",
15
+ clipRule: "evenodd"
16
+ })
17
+ });
18
+ }
19
+ ;
20
+ VideoCallOutgoingSolidIcon.displayName = "VideoCallOutgoingSolidIcon";
21
+ export default forwardRef(VideoCallOutgoingSolidIcon);
@@ -0,0 +1,19 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function VoiceCallDeclinedSolidIcon(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: "M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3zM20.25 3q.405 0 .707.3.3.301.3.708t-.3.707l-1.414 1.414 1.414 1.414q.3.3.3.707t-.3.707-.707.3-.707-.3l-1.414-1.414-1.414 1.414q-.3.3-.707.3t-.707-.3T15 8.25q0-.406.3-.707l1.415-1.414L15.3 4.715q-.3-.3-.301-.707 0-.407.3-.707t.71-.301q.405 0 .707.3l1.414 1.415L19.543 3.3q.3-.3.707-.301"
14
+ })
15
+ });
16
+ }
17
+ ;
18
+ VoiceCallDeclinedSolidIcon.displayName = "VoiceCallDeclinedSolidIcon";
19
+ module.exports = React.forwardRef(VoiceCallDeclinedSolidIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * voice-call-declined-solid.svg
5
+ */
6
+ declare const VoiceCallDeclinedSolidIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default VoiceCallDeclinedSolidIcon;
@@ -0,0 +1,19 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ function VoiceCallDeclinedSolidIcon(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: "M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3zM20.25 3q.405 0 .707.3.3.301.3.708t-.3.707l-1.414 1.414 1.414 1.414q.3.3.3.707t-.3.707-.707.3-.707-.3l-1.414-1.414-1.414 1.414q-.3.3-.707.3t-.707-.3T15 8.25q0-.406.3-.707l1.415-1.414L15.3 4.715q-.3-.3-.301-.707 0-.407.3-.707t.71-.301q.405 0 .707.3l1.414 1.415L19.543 3.3q.3-.3.707-.301"
14
+ })
15
+ });
16
+ }
17
+ ;
18
+ VoiceCallDeclinedSolidIcon.displayName = "VoiceCallDeclinedSolidIcon";
19
+ export default forwardRef(VoiceCallDeclinedSolidIcon);
@@ -0,0 +1,21 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function VoiceCallMissedSolidIcon(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: "M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3z"
14
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
+ d: "M16 5q.425 0 .713.287Q17 5.575 17 6a.97.97 0 0 1-.287.713A.97.97 0 0 1 16 7h-.5l2.2 2.15 2.4-2.4a.95.95 0 0 1 .7-.275.95.95 0 0 1 .7.275q.3.3.3.7a.92.92 0 0 1-.275.675l-3.125 3.15a.8.8 0 0 1-.312.225 1.04 1.04 0 0 1-.776 0 .9.9 0 0 1-.312-.2l-3-3V9a.97.97 0 0 1-.287.713A.97.97 0 0 1 13 10a.97.97 0 0 1-.713-.287A.97.97 0 0 1 12 9V6q0-.425.287-.713A.97.97 0 0 1 13 5z"
16
+ })]
17
+ });
18
+ }
19
+ ;
20
+ VoiceCallMissedSolidIcon.displayName = "VoiceCallMissedSolidIcon";
21
+ module.exports = React.forwardRef(VoiceCallMissedSolidIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * voice-call-missed-solid.svg
5
+ */
6
+ declare const VoiceCallMissedSolidIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default VoiceCallMissedSolidIcon;
@@ -0,0 +1,21 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ function VoiceCallMissedSolidIcon(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: "M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3z"
14
+ }), /*#__PURE__*/_jsx("path", {
15
+ d: "M16 5q.425 0 .713.287Q17 5.575 17 6a.97.97 0 0 1-.287.713A.97.97 0 0 1 16 7h-.5l2.2 2.15 2.4-2.4a.95.95 0 0 1 .7-.275.95.95 0 0 1 .7.275q.3.3.3.7a.92.92 0 0 1-.275.675l-3.125 3.15a.8.8 0 0 1-.312.225 1.04 1.04 0 0 1-.776 0 .9.9 0 0 1-.312-.2l-3-3V9a.97.97 0 0 1-.287.713A.97.97 0 0 1 13 10a.97.97 0 0 1-.713-.287A.97.97 0 0 1 12 9V6q0-.425.287-.713A.97.97 0 0 1 13 5z"
16
+ })]
17
+ });
18
+ }
19
+ ;
20
+ VoiceCallMissedSolidIcon.displayName = "VoiceCallMissedSolidIcon";
21
+ export default forwardRef(VoiceCallMissedSolidIcon);
@@ -0,0 +1,21 @@
1
+ var _reactJsxRuntime = require("react/jsx-runtime");
2
+ var React = require("react");
3
+ function VoiceCallOutgoingSolidIcon(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: "M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3z"
14
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
+ d: "M19.964 3a1 1 0 0 1 .995.897l.005.103v3l-.005.103a1 1 0 0 1-1.99 0L18.964 7v-.605l-4.05 4.02A1 1 0 0 1 13.5 9l4.03-4h-.566l-.103-.005a1 1 0 0 1 0-1.99L16.964 3z"
16
+ })]
17
+ });
18
+ }
19
+ ;
20
+ VoiceCallOutgoingSolidIcon.displayName = "VoiceCallOutgoingSolidIcon";
21
+ module.exports = React.forwardRef(VoiceCallOutgoingSolidIcon);
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+
3
+ /**
4
+ * voice-call-outgoing-solid.svg
5
+ */
6
+ declare const VoiceCallOutgoingSolidIcon: React.ForwardRefExoticComponent<
7
+ Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
8
+ React.RefAttributes<SVGSVGElement>
9
+ >;
10
+
11
+ export default VoiceCallOutgoingSolidIcon;
@@ -0,0 +1,21 @@
1
+ import { forwardRef } from "react";
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ function VoiceCallOutgoingSolidIcon(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: "M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3z"
14
+ }), /*#__PURE__*/_jsx("path", {
15
+ d: "M19.964 3a1 1 0 0 1 .995.897l.005.103v3l-.005.103a1 1 0 0 1-1.99 0L18.964 7v-.605l-4.05 4.02A1 1 0 0 1 13.5 9l4.03-4h-.566l-.103-.005a1 1 0 0 1 0-1.99L16.964 3z"
16
+ })]
17
+ });
18
+ }
19
+ ;
20
+ VoiceCallOutgoingSolidIcon.displayName = "VoiceCallOutgoingSolidIcon";
21
+ export default forwardRef(VoiceCallOutgoingSolidIcon);
@@ -9,11 +9,19 @@ function ZoomInIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: [/*#__PURE__*/_reactJsxRuntime.jsx("g", {
12
+ children: [/*#__PURE__*/_reactJsxRuntime.jsxs("g", {
13
13
  clipPath: "url(#a)",
14
- children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
- d: "M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.78 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14m0-7c-.28 0-.5.22-.5.5V9H7.5c-.28 0-.5.22-.5.5s.22.5.5.5H9v1.5c0 .28.22.5.5.5s.5-.22.5-.5V10h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H10V7.5c0-.28-.22-.5-.5-.5"
16
- })
14
+ children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
+ d: "M10.5 6.5q.425 0 .713.287.288.288.287.713v2h2q.425 0 .713.287.288.288.287.713a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287h-2v2a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713v-2h-2a.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713q0-.425.287-.713A.97.97 0 0 1 7.5 9.5h2v-2q0-.425.287-.713A.97.97 0 0 1 10.5 6.5"
16
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
17
+ fillRule: "evenodd",
18
+ d: "M10.5 3a7.5 7.5 0 0 1 5.963 12.049l3.244 3.244a1 1 0 1 1-1.414 1.414l-3.244-3.244A7.5 7.5 0 1 1 10.5 3m0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11",
19
+ clipRule: "evenodd"
20
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
21
+ d: "M15.05 16.463a7.5 7.5 0 1 1 1.414-1.414l3.243 3.244a1 1 0 0 1-1.414 1.414zM16 10.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0"
22
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
23
+ d: "M7.875 11.375h1.75v1.75q0 .372.252.623A.85.85 0 0 0 10.5 14a.85.85 0 0 0 .623-.252.85.85 0 0 0 .252-.623v-1.75h1.75a.85.85 0 0 0 .623-.252A.85.85 0 0 0 14 10.5a.85.85 0 0 0-.252-.623.85.85 0 0 0-.623-.252h-1.75v-1.75a.85.85 0 0 0-.252-.623A.85.85 0 0 0 10.5 7a.85.85 0 0 0-.623.252.85.85 0 0 0-.252.623v1.75h-1.75a.85.85 0 0 0-.623.252A.85.85 0 0 0 7 10.5q0 .372.252.623a.85.85 0 0 0 .623.252"
24
+ })]
17
25
  }), /*#__PURE__*/_reactJsxRuntime.jsx("defs", {
18
26
  children: /*#__PURE__*/_reactJsxRuntime.jsx("clipPath", {
19
27
  id: "a",
@@ -9,11 +9,19 @@ function ZoomInIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: [/*#__PURE__*/_jsx("g", {
12
+ children: [/*#__PURE__*/_jsxs("g", {
13
13
  clipPath: "url(#a)",
14
- children: /*#__PURE__*/_jsx("path", {
15
- d: "M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.78 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14m0-7c-.28 0-.5.22-.5.5V9H7.5c-.28 0-.5.22-.5.5s.22.5.5.5H9v1.5c0 .28.22.5.5.5s.5-.22.5-.5V10h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H10V7.5c0-.28-.22-.5-.5-.5"
16
- })
14
+ children: [/*#__PURE__*/_jsx("path", {
15
+ d: "M10.5 6.5q.425 0 .713.287.288.288.287.713v2h2q.425 0 .713.287.288.288.287.713a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287h-2v2a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713v-2h-2a.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713q0-.425.287-.713A.97.97 0 0 1 7.5 9.5h2v-2q0-.425.287-.713A.97.97 0 0 1 10.5 6.5"
16
+ }), /*#__PURE__*/_jsx("path", {
17
+ fillRule: "evenodd",
18
+ d: "M10.5 3a7.5 7.5 0 0 1 5.963 12.049l3.244 3.244a1 1 0 1 1-1.414 1.414l-3.244-3.244A7.5 7.5 0 1 1 10.5 3m0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11",
19
+ clipRule: "evenodd"
20
+ }), /*#__PURE__*/_jsx("path", {
21
+ d: "M15.05 16.463a7.5 7.5 0 1 1 1.414-1.414l3.243 3.244a1 1 0 0 1-1.414 1.414zM16 10.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0"
22
+ }), /*#__PURE__*/_jsx("path", {
23
+ d: "M7.875 11.375h1.75v1.75q0 .372.252.623A.85.85 0 0 0 10.5 14a.85.85 0 0 0 .623-.252.85.85 0 0 0 .252-.623v-1.75h1.75a.85.85 0 0 0 .623-.252A.85.85 0 0 0 14 10.5a.85.85 0 0 0-.252-.623.85.85 0 0 0-.623-.252h-1.75v-1.75a.85.85 0 0 0-.252-.623A.85.85 0 0 0 10.5 7a.85.85 0 0 0-.623.252.85.85 0 0 0-.252.623v1.75h-1.75a.85.85 0 0 0-.623.252A.85.85 0 0 0 7 10.5q0 .372.252.623a.85.85 0 0 0 .623.252"
24
+ })]
17
25
  }), /*#__PURE__*/_jsx("defs", {
18
26
  children: /*#__PURE__*/_jsx("clipPath", {
19
27
  id: "a",
@@ -9,18 +9,12 @@ function ZoomOutIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: [/*#__PURE__*/_reactJsxRuntime.jsx("g", {
13
- clipPath: "url(#a)",
14
- children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
- d: "M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14m-2-5h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5"
16
- })
17
- }), /*#__PURE__*/_reactJsxRuntime.jsx("defs", {
18
- children: /*#__PURE__*/_reactJsxRuntime.jsx("clipPath", {
19
- id: "a",
20
- children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
21
- d: "M0 0h24v24H0z"
22
- })
23
- })
12
+ children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", {
13
+ d: "M13.5 9.5q.425 0 .713.287.288.288.287.713a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287h-6a.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713q0-.425.287-.713A.97.97 0 0 1 7.5 9.5z"
14
+ }), /*#__PURE__*/_reactJsxRuntime.jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M10.5 3a7.5 7.5 0 0 1 5.963 12.049l3.244 3.244a1 1 0 1 1-1.414 1.414l-3.244-3.244A7.5 7.5 0 1 1 10.5 3m0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11",
17
+ clipRule: "evenodd"
24
18
  })]
25
19
  });
26
20
  }
@@ -9,18 +9,12 @@ function ZoomOutIcon(props, ref) {
9
9
  viewBox: "0 0 24 24",
10
10
  ref: ref,
11
11
  ...props,
12
- children: [/*#__PURE__*/_jsx("g", {
13
- clipPath: "url(#a)",
14
- children: /*#__PURE__*/_jsx("path", {
15
- d: "M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14m-2-5h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5"
16
- })
17
- }), /*#__PURE__*/_jsx("defs", {
18
- children: /*#__PURE__*/_jsx("clipPath", {
19
- id: "a",
20
- children: /*#__PURE__*/_jsx("path", {
21
- d: "M0 0h24v24H0z"
22
- })
23
- })
12
+ children: [/*#__PURE__*/_jsx("path", {
13
+ d: "M13.5 9.5q.425 0 .713.287.288.288.287.713a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287h-6a.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713q0-.425.287-.713A.97.97 0 0 1 7.5 9.5z"
14
+ }), /*#__PURE__*/_jsx("path", {
15
+ fillRule: "evenodd",
16
+ d: "M10.5 3a7.5 7.5 0 0 1 5.963 12.049l3.244 3.244a1 1 0 1 1-1.414 1.414l-3.244-3.244A7.5 7.5 0 1 1 10.5 3m0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11",
17
+ clipRule: "evenodd"
24
18
  })]
25
19
  });
26
20
  }
@@ -292,6 +292,10 @@ export const cpdIconRotateLeft: string;
292
292
  export const cpdIconRotateRight: string;
293
293
  export const cpdIconZoomIn: string;
294
294
  export const cpdIconZoomOut: string;
295
+ export const cpdIconVideoCallOutgoingSolid: string;
296
+ export const cpdIconVoiceCallMissedSolid: string;
297
+ export const cpdIconVoiceCallDeclinedSolid: string;
298
+ export const cpdIconVoiceCallOutgoingSolid: string;
295
299
  export const cpdColorThemeBg: string;
296
300
  export const cpdColorGray100: string;
297
301
  export const cpdColorGray200: string;
@@ -317,6 +317,13 @@ export const cpdIconRotateLeft = "icons/rotate-left.svg";
317
317
  export const cpdIconRotateRight = "icons/rotate-right.svg";
318
318
  export const cpdIconZoomIn = "icons/zoom-in.svg";
319
319
  export const cpdIconZoomOut = "icons/zoom-out.svg";
320
+ export const cpdIconVideoCallOutgoingSolid =
321
+ "icons/video-call-outgoing-solid.svg";
322
+ export const cpdIconVoiceCallMissedSolid = "icons/voice-call-missed-solid.svg";
323
+ export const cpdIconVoiceCallDeclinedSolid =
324
+ "icons/voice-call-declined-solid.svg";
325
+ export const cpdIconVoiceCallOutgoingSolid =
326
+ "icons/voice-call-outgoing-solid.svg";
320
327
  export const cpdColorThemeBg = "#101317";
321
328
  export const cpdColorGray100 = "#14171b";
322
329
  export const cpdColorGray200 = "#181a1f";
@@ -292,6 +292,10 @@ export const cpdIconRotateLeft: string;
292
292
  export const cpdIconRotateRight: string;
293
293
  export const cpdIconZoomIn: string;
294
294
  export const cpdIconZoomOut: string;
295
+ export const cpdIconVideoCallOutgoingSolid: string;
296
+ export const cpdIconVoiceCallMissedSolid: string;
297
+ export const cpdIconVoiceCallDeclinedSolid: string;
298
+ export const cpdIconVoiceCallOutgoingSolid: string;
295
299
  export const cpdColorThemeBg: string;
296
300
  export const cpdColorGray100: string;
297
301
  export const cpdColorGray200: string;
@@ -317,6 +317,13 @@ export const cpdIconRotateLeft = "icons/rotate-left.svg";
317
317
  export const cpdIconRotateRight = "icons/rotate-right.svg";
318
318
  export const cpdIconZoomIn = "icons/zoom-in.svg";
319
319
  export const cpdIconZoomOut = "icons/zoom-out.svg";
320
+ export const cpdIconVideoCallOutgoingSolid =
321
+ "icons/video-call-outgoing-solid.svg";
322
+ export const cpdIconVoiceCallMissedSolid = "icons/voice-call-missed-solid.svg";
323
+ export const cpdIconVoiceCallDeclinedSolid =
324
+ "icons/voice-call-declined-solid.svg";
325
+ export const cpdIconVoiceCallOutgoingSolid =
326
+ "icons/voice-call-outgoing-solid.svg";
320
327
  export const cpdColorThemeBg = "#101317";
321
328
  export const cpdColorGray100 = "#181a1f";
322
329
  export const cpdColorGray200 = "#1d1f24";
@@ -292,6 +292,10 @@ export const cpdIconRotateLeft: string;
292
292
  export const cpdIconRotateRight: string;
293
293
  export const cpdIconZoomIn: string;
294
294
  export const cpdIconZoomOut: string;
295
+ export const cpdIconVideoCallOutgoingSolid: string;
296
+ export const cpdIconVoiceCallMissedSolid: string;
297
+ export const cpdIconVoiceCallDeclinedSolid: string;
298
+ export const cpdIconVoiceCallOutgoingSolid: string;
295
299
  export const cpdColorThemeBg: string;
296
300
  export const cpdColorGray100: string;
297
301
  export const cpdColorGray200: string;
@@ -317,6 +317,13 @@ export const cpdIconRotateLeft = "icons/rotate-left.svg";
317
317
  export const cpdIconRotateRight = "icons/rotate-right.svg";
318
318
  export const cpdIconZoomIn = "icons/zoom-in.svg";
319
319
  export const cpdIconZoomOut = "icons/zoom-out.svg";
320
+ export const cpdIconVideoCallOutgoingSolid =
321
+ "icons/video-call-outgoing-solid.svg";
322
+ export const cpdIconVoiceCallMissedSolid = "icons/voice-call-missed-solid.svg";
323
+ export const cpdIconVoiceCallDeclinedSolid =
324
+ "icons/voice-call-declined-solid.svg";
325
+ export const cpdIconVoiceCallOutgoingSolid =
326
+ "icons/voice-call-outgoing-solid.svg";
320
327
  export const cpdColorThemeBg = "#ffffff";
321
328
  export const cpdColorGray100 = "#fbfcfd";
322
329
  export const cpdColorGray200 = "#f7f9fa";
@@ -292,6 +292,10 @@ export const cpdIconRotateLeft: string;
292
292
  export const cpdIconRotateRight: string;
293
293
  export const cpdIconZoomIn: string;
294
294
  export const cpdIconZoomOut: string;
295
+ export const cpdIconVideoCallOutgoingSolid: string;
296
+ export const cpdIconVoiceCallMissedSolid: string;
297
+ export const cpdIconVoiceCallDeclinedSolid: string;
298
+ export const cpdIconVoiceCallOutgoingSolid: string;
295
299
  export const cpdColorThemeBg: string;
296
300
  export const cpdColorGray100: string;
297
301
  export const cpdColorGray200: string;
@@ -317,6 +317,13 @@ export const cpdIconRotateLeft = "icons/rotate-left.svg";
317
317
  export const cpdIconRotateRight = "icons/rotate-right.svg";
318
318
  export const cpdIconZoomIn = "icons/zoom-in.svg";
319
319
  export const cpdIconZoomOut = "icons/zoom-out.svg";
320
+ export const cpdIconVideoCallOutgoingSolid =
321
+ "icons/video-call-outgoing-solid.svg";
322
+ export const cpdIconVoiceCallMissedSolid = "icons/voice-call-missed-solid.svg";
323
+ export const cpdIconVoiceCallDeclinedSolid =
324
+ "icons/voice-call-declined-solid.svg";
325
+ export const cpdIconVoiceCallOutgoingSolid =
326
+ "icons/voice-call-outgoing-solid.svg";
320
327
  export const cpdColorThemeBg = "#ffffff";
321
328
  export const cpdColorGray100 = "#f7f9fa";
322
329
  export const cpdColorGray200 = "#f0f2f5";
package/icons/$icons.json CHANGED
@@ -859,6 +859,22 @@
859
859
  "zoom-out": {
860
860
  "value": "icons/zoom-out.svg",
861
861
  "type": "icon"
862
+ },
863
+ "video-call-outgoing-solid": {
864
+ "value": "icons/video-call-outgoing-solid.svg",
865
+ "type": "icon"
866
+ },
867
+ "voice-call-missed-solid": {
868
+ "value": "icons/voice-call-missed-solid.svg",
869
+ "type": "icon"
870
+ },
871
+ "voice-call-declined-solid": {
872
+ "value": "icons/voice-call-declined-solid.svg",
873
+ "type": "icon"
874
+ },
875
+ "voice-call-outgoing-solid": {
876
+ "value": "icons/voice-call-outgoing-solid.svg",
877
+ "type": "icon"
862
878
  }
863
879
  }
864
880
  }
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M21.15 4H7.283c-.638 0-1.137.311-1.47.782l-4.66 6.73a.87.87 0 0 0 0 .986l4.66 6.72c.333.462.832.782 1.47.782h13.869C22.168 20 23 19.2 23 18.222V5.778C23 4.8 22.168 4 21.15 4m-3.42 11.822a.947.947 0 0 1-1.304 0l-2.672-2.569-2.672 2.57a.947.947 0 0 1-1.303 0 .86.86 0 0 1 0-1.254L12.45 12 9.779 9.431a.86.86 0 0 1 0-1.253.947.947 0 0 1 1.303 0l2.672 2.569 2.672-2.57a.947.947 0 0 1 1.304 0c.36.347.36.907 0 1.254L15.058 12l2.672 2.569a.877.877 0 0 1 0 1.253"/></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="M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7.33a2 2 0 0 1-1.673-.902l-3.937-6a2 2 0 0 1 0-2.196l3.937-6A2 2 0 0 1 7.33 4zm-3.543 4.457a1 1 0 0 0-1.414 0L13 10.5l-2.043-2.043a1 1 0 0 0-1.414 1.414l2.043 2.043-2.129 2.129a1 1 0 0 0 1.414 1.414l2.13-2.129 2.128 2.129a1 1 0 0 0 1.414-1.414l-2.129-2.129 2.043-2.043a1 1 0 0 0 0-1.414" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M21.167 3.75H7.417c-.633 0-1.128.32-1.458.807L1 12l4.96 7.434c.33.486.824.816 1.457.816h13.75A1.84 1.84 0 0 0 23 18.417V5.583a1.84 1.84 0 0 0-1.833-1.833m0 14.667H7.48L3.2 12l4.272-6.417h13.695zm-10.625-1.834 3.291-3.29 3.291 3.29 1.293-1.292L15.126 12l3.29-3.29-1.292-1.293-3.29 3.29-3.291-3.29L9.25 8.709 12.54 12l-3.29 3.29z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M15.043 8.457a1 1 0 0 1 1.414 1.414l-2.043 2.043 2.129 2.129a1 1 0 1 1-1.414 1.414l-2.13-2.129-2.127 2.129a1 1 0 0 1-1.415-1.414l2.129-2.129-2.043-2.043a1 1 0 0 1 1.414-1.414L13 10.5z"/><path fill-rule="evenodd" d="M20 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7.28a2 2 0 0 1-1.655-.877l-4.072-6a2 2 0 0 1 0-2.246l4.072-6A2 2 0 0 1 7.28 4zM3.208 12l4.072 6H20V6H7.28z" clip-rule="evenodd"/></svg>
package/icons/mac.svg CHANGED
@@ -1 +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="M16.099 2.4a4.1 4.1 0 0 1-1.057 3.074c-.747.862-1.878 1.358-3.07 1.347-.075-1.081.315-2.146 1.085-2.96.78-.825 1.866-1.346 3.042-1.461m3.767 6.54c-1.37.783-2.213 2.163-2.234 3.657.002 1.69 1.092 3.215 2.768 3.873a9.4 9.4 0 0 1-1.44 2.723c-.848 1.178-1.737 2.329-3.149 2.35-.67.015-1.124-.165-1.596-.351-.493-.195-1.006-.398-1.809-.398-.851 0-1.388.21-1.905.412-.447.174-.88.343-1.49.367-1.343.046-2.37-1.258-3.25-2.425-1.756-2.383-3.124-6.716-1.29-9.664.861-1.437 2.471-2.349 4.241-2.402.763-.015 1.494.258 2.136.497.49.183.928.347 1.286.347.315 0 .74-.157 1.237-.34.78-.288 1.737-.64 2.71-.545 1.514.044 2.917.748 3.785 1.9" clip-rule="evenodd"/></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="M16.099 2.4a4.1 4.1 0 0 1-1.057 3.073c-.747.863-1.878 1.36-3.07 1.348-.075-1.081.315-2.146 1.085-2.96.78-.825 1.866-1.346 3.042-1.461m3.767 6.54c-1.37.783-2.214 2.163-2.234 3.657.002 1.69 1.092 3.215 2.768 3.873a9.4 9.4 0 0 1-1.44 2.723c-.848 1.178-1.737 2.329-3.149 2.35-.671.015-1.124-.165-1.596-.351-.493-.195-1.006-.398-1.809-.398-.852 0-1.388.21-1.905.412-.447.174-.88.343-1.49.367-1.343.046-2.37-1.258-3.25-2.425-1.756-2.383-3.124-6.716-1.29-9.664.86-1.437 2.471-2.349 4.241-2.402.763-.015 1.494.258 2.135.497.49.183.929.347 1.287.347.315 0 .74-.157 1.237-.34.78-.288 1.737-.64 2.71-.545 1.514.044 2.917.748 3.785 1.9" 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="M16 4a2 2 0 0 1 2 2v4.286l3.35-2.871a1 1 0 0 1 1.65.759v7.652a1 1 0 0 1-1.65.759L18 13.714V18a2 2 0 0 1-2 2H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4zM9.55 9l-.103.005a1 1 0 0 0 0 1.99L9.55 11h.571l-2.828 2.828a1 1 0 0 0 1.414 1.414L11.55 12.4v.6l.005.102a1 1 0 0 0 1.99 0L13.55 13v-3l-.005-.103A1 1 0 0 0 12.55 9z" 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="M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3zM20.25 3q.405 0 .707.3.3.301.3.708t-.3.707l-1.414 1.414 1.414 1.414q.3.3.3.707t-.3.707-.707.3-.707-.3l-1.414-1.414-1.414 1.414q-.3.3-.707.3t-.707-.3T15 8.25q0-.406.3-.707l1.415-1.414L15.3 4.715q-.3-.3-.301-.707 0-.407.3-.707t.71-.301q.405 0 .707.3l1.414 1.415L19.543 3.3q.3-.3.707-.301"/></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="M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3z"/><path d="M16 5q.425 0 .713.287Q17 5.575 17 6a.97.97 0 0 1-.287.713A.97.97 0 0 1 16 7h-.5l2.2 2.15 2.4-2.4a.95.95 0 0 1 .7-.275.95.95 0 0 1 .7.275q.3.3.3.7a.92.92 0 0 1-.275.675l-3.125 3.15a.8.8 0 0 1-.312.225 1.04 1.04 0 0 1-.776 0 .9.9 0 0 1-.312-.2l-3-3V9a.97.97 0 0 1-.287.713A.97.97 0 0 1 13 10a.97.97 0 0 1-.713-.287A.97.97 0 0 1 12 9V6q0-.425.287-.713A.97.97 0 0 1 13 5z"/></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="M7.623 3.04a1.07 1.07 0 0 1 1.086.929l.542 3.954q.039.27-.038.504a1.1 1.1 0 0 1-.272.427l-1.64 1.64Q7.806 11.5 8.456 12.4c.433.601 1.444 1.697 1.444 1.697.013.012 1.098 1.014 1.696 1.444q.9.65 1.909 1.153l1.64-1.64q.194-.194.426-.27a1.1 1.1 0 0 1 .504-.04l3.953.543q.407.058.67.358.26.301.26.728l.04 3.527q0 .427-.33.756-.33.33-.756.33a16 16 0 0 1-6.57-1.105 16.2 16.2 0 0 1-5.563-3.663 16.1 16.1 0 0 1-3.653-5.573 16.3 16.3 0 0 1-1.116-6.56q0-.426.329-.756Q3.67 3 4.095 3z"/><path d="M19.964 3a1 1 0 0 1 .995.897l.005.103v3l-.005.103a1 1 0 0 1-1.99 0L18.964 7v-.605l-4.05 4.02A1 1 0 0 1 13.5 9l4.03-4h-.566l-.103-.005a1 1 0 0 1 0-1.99L16.964 3z"/></svg>
package/icons/zoom-in.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><g clip-path="url(#a)"><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.78 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14m0-7c-.28 0-.5.22-.5.5V9H7.5c-.28 0-.5.22-.5.5s.22.5.5.5H9v1.5c0 .28.22.5.5.5s.5-.22.5-.5V10h1.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H10V7.5c0-.28-.22-.5-.5-.5"/></g><defs><clipPath id="a"><path d="M0 0h24v24H0z"/></clipPath></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><g clip-path="url(#a)"><path d="M10.5 6.5q.425 0 .713.287.288.288.287.713v2h2q.425 0 .713.287.288.288.287.713a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287h-2v2a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713v-2h-2a.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713q0-.425.287-.713A.97.97 0 0 1 7.5 9.5h2v-2q0-.425.287-.713A.97.97 0 0 1 10.5 6.5"/><path fill-rule="evenodd" d="M10.5 3a7.5 7.5 0 0 1 5.963 12.049l3.244 3.244a1 1 0 1 1-1.414 1.414l-3.244-3.244A7.5 7.5 0 1 1 10.5 3m0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11" clip-rule="evenodd"/><path d="M15.05 16.463a7.5 7.5 0 1 1 1.414-1.414l3.243 3.244a1 1 0 0 1-1.414 1.414zM16 10.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0"/><path d="M7.875 11.375h1.75v1.75q0 .372.252.623A.85.85 0 0 0 10.5 14a.85.85 0 0 0 .623-.252.85.85 0 0 0 .252-.623v-1.75h1.75a.85.85 0 0 0 .623-.252A.85.85 0 0 0 14 10.5a.85.85 0 0 0-.252-.623.85.85 0 0 0-.623-.252h-1.75v-1.75a.85.85 0 0 0-.252-.623A.85.85 0 0 0 10.5 7a.85.85 0 0 0-.623.252.85.85 0 0 0-.252.623v1.75h-1.75a.85.85 0 0 0-.623.252A.85.85 0 0 0 7 10.5q0 .372.252.623a.85.85 0 0 0 .623.252"/></g><defs><clipPath id="a"><path d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><g clip-path="url(#a)"><path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14m-2-5h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5"/></g><defs><clipPath id="a"><path d="M0 0h24v24H0z"/></clipPath></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M13.5 9.5q.425 0 .713.287.288.288.287.713a.97.97 0 0 1-.287.713.97.97 0 0 1-.713.287h-6a.97.97 0 0 1-.713-.287.97.97 0 0 1-.287-.713q0-.425.287-.713A.97.97 0 0 1 7.5 9.5z"/><path fill-rule="evenodd" d="M10.5 3a7.5 7.5 0 0 1 5.963 12.049l3.244 3.244a1 1 0 1 1-1.414 1.414l-3.244-3.244A7.5 7.5 0 1 1 10.5 3m0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11" clip-rule="evenodd"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vector-im/compound-design-tokens",
3
- "version": "6.5.0",
3
+ "version": "6.6.0",
4
4
  "description": "Compound design tokens",
5
5
  "sideEffects": false,
6
6
  "scripts": {