@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.
- package/assets/web/icons/backspace-solid.cjs +3 -1
- package/assets/web/icons/backspace-solid.js +3 -1
- package/assets/web/icons/backspace.cjs +8 -4
- package/assets/web/icons/backspace.js +9 -5
- package/assets/web/icons/index.cjs +4 -0
- package/assets/web/icons/index.d.ts +4 -0
- package/assets/web/icons/index.js +4 -0
- package/assets/web/icons/mac.cjs +1 -1
- package/assets/web/icons/mac.js +1 -1
- package/assets/web/icons/video-call-outgoing-solid.cjs +21 -0
- package/assets/web/icons/video-call-outgoing-solid.d.ts +11 -0
- package/assets/web/icons/video-call-outgoing-solid.js +21 -0
- package/assets/web/icons/voice-call-declined-solid.cjs +19 -0
- package/assets/web/icons/voice-call-declined-solid.d.ts +11 -0
- package/assets/web/icons/voice-call-declined-solid.js +19 -0
- package/assets/web/icons/voice-call-missed-solid.cjs +21 -0
- package/assets/web/icons/voice-call-missed-solid.d.ts +11 -0
- package/assets/web/icons/voice-call-missed-solid.js +21 -0
- package/assets/web/icons/voice-call-outgoing-solid.cjs +21 -0
- package/assets/web/icons/voice-call-outgoing-solid.d.ts +11 -0
- package/assets/web/icons/voice-call-outgoing-solid.js +21 -0
- package/assets/web/icons/zoom-in.cjs +12 -4
- package/assets/web/icons/zoom-in.js +12 -4
- package/assets/web/icons/zoom-out.cjs +6 -12
- package/assets/web/icons/zoom-out.js +6 -12
- package/assets/web/js/cpdDark.d.ts +4 -0
- package/assets/web/js/cpdDark.js +7 -0
- package/assets/web/js/cpdDarkHc.d.ts +4 -0
- package/assets/web/js/cpdDarkHc.js +7 -0
- package/assets/web/js/cpdLight.d.ts +4 -0
- package/assets/web/js/cpdLight.js +7 -0
- package/assets/web/js/cpdLightHc.d.ts +4 -0
- package/assets/web/js/cpdLightHc.js +7 -0
- package/icons/$icons.json +16 -0
- package/icons/backspace-solid.svg +1 -1
- package/icons/backspace.svg +1 -1
- package/icons/mac.svg +1 -1
- package/icons/video-call-outgoing-solid.svg +1 -0
- package/icons/voice-call-declined-solid.svg +1 -0
- package/icons/voice-call-missed-solid.svg +1 -0
- package/icons/voice-call-outgoing-solid.svg +1 -0
- package/icons/zoom-in.svg +1 -1
- package/icons/zoom-out.svg +1 -1
- 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
|
-
|
|
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
|
-
|
|
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.
|
|
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: "
|
|
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__*/
|
|
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: "
|
|
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";
|
package/assets/web/icons/mac.cjs
CHANGED
|
@@ -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.
|
|
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
|
});
|
package/assets/web/icons/mac.js
CHANGED
|
@@ -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.
|
|
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.
|
|
12
|
+
children: [/*#__PURE__*/_reactJsxRuntime.jsxs("g", {
|
|
13
13
|
clipPath: "url(#a)",
|
|
14
|
-
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
|
|
15
|
-
d: "
|
|
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__*/
|
|
12
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
13
13
|
clipPath: "url(#a)",
|
|
14
|
-
children: /*#__PURE__*/_jsx("path", {
|
|
15
|
-
d: "
|
|
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("
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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("
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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;
|
package/assets/web/js/cpdDark.js
CHANGED
|
@@ -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="
|
|
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>
|
package/icons/backspace.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 d="
|
|
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.
|
|
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="
|
|
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>
|
package/icons/zoom-out.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><
|
|
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>
|