@elliemae/ds-icons 3.60.0-next.4 → 3.60.0-next.40
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/dist/cjs/CallCancelled.js +42 -0
- package/dist/cjs/CallCancelled.js.map +7 -0
- package/dist/cjs/CallDefault.js +48 -0
- package/dist/cjs/CallDefault.js.map +7 -0
- package/dist/cjs/CallError.js +42 -0
- package/dist/cjs/CallError.js.map +7 -0
- package/dist/cjs/CallInitializingConnecting.js +44 -0
- package/dist/cjs/CallInitializingConnecting.js.map +7 -0
- package/dist/cjs/Connected.js +43 -0
- package/dist/cjs/Connected.js.map +7 -0
- package/dist/cjs/EndCall.js +48 -0
- package/dist/cjs/EndCall.js.map +7 -0
- package/dist/cjs/PauseRecording.js +42 -0
- package/dist/cjs/PauseRecording.js.map +7 -0
- package/dist/cjs/StartRecord.js +49 -0
- package/dist/cjs/StartRecord.js.map +7 -0
- package/dist/cjs/StopRecording.js +48 -0
- package/dist/cjs/StopRecording.js.map +7 -0
- package/dist/cjs/Voicemail.js +43 -0
- package/dist/cjs/Voicemail.js.map +7 -0
- package/dist/cjs/VoicemailLeft.js +49 -0
- package/dist/cjs/VoicemailLeft.js.map +7 -0
- package/dist/cjs/VoicemailPlaying.js +53 -0
- package/dist/cjs/VoicemailPlaying.js.map +7 -0
- package/dist/cjs/index.js +24 -0
- package/dist/cjs/index.js.map +3 -3
- package/dist/esm/CallCancelled.js +12 -0
- package/dist/esm/CallCancelled.js.map +7 -0
- package/dist/esm/CallDefault.js +18 -0
- package/dist/esm/CallDefault.js.map +7 -0
- package/dist/esm/CallError.js +12 -0
- package/dist/esm/CallError.js.map +7 -0
- package/dist/esm/CallInitializingConnecting.js +14 -0
- package/dist/esm/CallInitializingConnecting.js.map +7 -0
- package/dist/esm/Connected.js +13 -0
- package/dist/esm/Connected.js.map +7 -0
- package/dist/esm/EndCall.js +18 -0
- package/dist/esm/EndCall.js.map +7 -0
- package/dist/esm/PauseRecording.js +12 -0
- package/dist/esm/PauseRecording.js.map +7 -0
- package/dist/esm/StartRecord.js +19 -0
- package/dist/esm/StartRecord.js.map +7 -0
- package/dist/esm/StopRecording.js +18 -0
- package/dist/esm/StopRecording.js.map +7 -0
- package/dist/esm/Voicemail.js +13 -0
- package/dist/esm/Voicemail.js.map +7 -0
- package/dist/esm/VoicemailLeft.js +19 -0
- package/dist/esm/VoicemailLeft.js.map +7 -0
- package/dist/esm/VoicemailPlaying.js +23 -0
- package/dist/esm/VoicemailPlaying.js.map +7 -0
- package/dist/esm/index.js +24 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/types/CallCancelled.d.ts +3 -0
- package/dist/types/CallDefault.d.ts +3 -0
- package/dist/types/CallError.d.ts +3 -0
- package/dist/types/CallInitializingConnecting.d.ts +3 -0
- package/dist/types/Connected.d.ts +3 -0
- package/dist/types/EndCall.d.ts +3 -0
- package/dist/types/PauseRecording.d.ts +3 -0
- package/dist/types/StartRecord.d.ts +3 -0
- package/dist/types/StopRecording.d.ts +3 -0
- package/dist/types/Voicemail.d.ts +3 -0
- package/dist/types/VoicemailLeft.d.ts +3 -0
- package/dist/types/VoicemailPlaying.d.ts +3 -0
- package/dist/types/index.d.ts +13 -1
- package/package.json +22 -24
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallCancelled_exports = {};
|
|
30
|
+
__export(CallCancelled_exports, {
|
|
31
|
+
default: () => CallCancelled_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallCancelled_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const CallCancelled = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.91984 5.00968C8.44362 4.93389 8.93023 5.29471 9.00675 5.81535L9.46671 8.95499C9.53377 9.41301 9.25943 9.85311 8.8173 9.99796L6.5175 10.7509C7.03943 12.1018 7.90686 13.5087 9.14445 14.7392C10.4355 16.0227 11.8539 16.9369 13.1913 17.4843L13.9726 15.123C14.1182 14.6837 14.561 14.4121 15.0214 14.4784L18.1796 14.9355C18.7034 15.0114 19.0662 15.4948 18.9902 16.0155L18.5673 18.9052C18.5088 19.305 18.2105 19.6049 17.8437 19.6933C16.2469 20.2693 14.1314 20.0236 11.9941 19.0448C10.6867 18.4461 9.37103 17.5727 8.16105 16.4452C8.03576 16.3285 7.91091 16.209 7.788 16.0868C7.72602 16.0252 7.66484 15.9627 7.60441 15.9003C4.56819 12.7646 3.48579 8.66398 4.22257 6.14542C4.31283 5.78289 4.61338 5.48776 5.01359 5.4296L7.91984 5.00968Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.2919 4.29191C12.6814 3.90242 13.3134 3.90265 13.703 4.29191L16.0028 6.59171L18.2968 4.29777C18.6864 3.90823 19.3183 3.90835 19.7079 4.29777C20.0975 4.68739 20.0975 5.31927 19.7079 5.7089L17.414 8.00285L19.7001 10.289C20.0895 10.6786 20.0896 11.3106 19.7001 11.7001C19.3106 12.0897 18.6786 12.0895 18.289 11.7001L16.0028 9.41398L13.7118 11.705C13.3222 12.0946 12.6903 12.0946 12.3007 11.705C11.9113 11.3153 11.9111 10.6834 12.3007 10.2939L14.5917 8.00285L12.2919 5.70304C11.9026 5.31338 11.9024 4.68142 12.2919 4.29191Z" })
|
|
40
|
+
] });
|
|
41
|
+
var CallCancelled_default = CallCancelled;
|
|
42
|
+
//# sourceMappingURL=CallCancelled.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/CallCancelled.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst CallCancelled = (props: SvgIconT.Props) => (\n <SvgIcon {...props} viewBox=\"0 0 24 24\">\n <path d=\"M7.91984 5.00968C8.44362 4.93389 8.93023 5.29471 9.00675 5.81535L9.46671 8.95499C9.53377 9.41301 9.25943 9.85311 8.8173 9.99796L6.5175 10.7509C7.03943 12.1018 7.90686 13.5087 9.14445 14.7392C10.4355 16.0227 11.8539 16.9369 13.1913 17.4843L13.9726 15.123C14.1182 14.6837 14.561 14.4121 15.0214 14.4784L18.1796 14.9355C18.7034 15.0114 19.0662 15.4948 18.9902 16.0155L18.5673 18.9052C18.5088 19.305 18.2105 19.6049 17.8437 19.6933C16.2469 20.2693 14.1314 20.0236 11.9941 19.0448C10.6867 18.4461 9.37103 17.5727 8.16105 16.4452C8.03576 16.3285 7.91091 16.209 7.788 16.0868C7.72602 16.0252 7.66484 15.9627 7.60441 15.9003C4.56819 12.7646 3.48579 8.66398 4.22257 6.14542C4.31283 5.78289 4.61338 5.48776 5.01359 5.4296L7.91984 5.00968Z\" />\n <path d=\"M12.2919 4.29191C12.6814 3.90242 13.3134 3.90265 13.703 4.29191L16.0028 6.59171L18.2968 4.29777C18.6864 3.90823 19.3183 3.90835 19.7079 4.29777C20.0975 4.68739 20.0975 5.31927 19.7079 5.7089L17.414 8.00285L19.7001 10.289C20.0895 10.6786 20.0896 11.3106 19.7001 11.7001C19.3106 12.0897 18.6786 12.0895 18.289 11.7001L16.0028 9.41398L13.7118 11.705C13.3222 12.0946 12.6903 12.0946 12.3007 11.705C11.9113 11.3153 11.9111 10.6834 12.3007 10.2939L14.5917 8.00285L12.2919 5.70304C11.9026 5.31338 11.9024 4.68142 12.2919 4.29191Z\" />\n </SvgIcon>\n);\n\nexport default CallCancelled;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,gBAAgB,CAAC,UACrB,6CAAC,0BAAS,GAAG,OAAO,SAAQ,aAC1B;AAAA,8CAAC,UAAK,GAAE,4tBAA2tB;AAAA,EACnuB,4CAAC,UAAK,GAAE,8gBAA6gB;AAAA,GACvhB;AAGF,IAAO,wBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallDefault_exports = {};
|
|
30
|
+
__export(CallDefault_exports, {
|
|
31
|
+
default: () => CallDefault_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallDefault_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const CallDefault = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
38
|
+
import_SvgIcon.SvgIcon,
|
|
39
|
+
{
|
|
40
|
+
...props,
|
|
41
|
+
viewBox: "0 0 24 24",
|
|
42
|
+
paths: [
|
|
43
|
+
"M9.34099 4.87008C9.25956 4.31451 8.74031 3.92987 8.18147 4.01074L5.08142 4.45866C4.65446 4.52064 4.33384 4.83507 4.23756 5.22182C3.45164 7.90833 4.6061 12.2825 7.84491 15.6273C7.90943 15.6939 7.97477 15.7602 8.04095 15.8259C8.16877 15.953 8.29787 16.0774 8.42812 16.1989C9.7228 17.4074 11.1312 18.3426 12.5307 18.983C14.8094 20.0257 17.0645 20.2868 18.7668 19.6726C19.1582 19.5783 19.4762 19.2587 19.5387 18.8322L19.9892 15.7501C20.0705 15.1945 19.6837 14.6782 19.1249 14.5973L15.7565 14.1101C15.2653 14.0392 14.7933 14.3294 14.6379 14.7981L13.8038 17.3164C12.377 16.7325 10.8643 15.7574 9.487 14.3881C8.16691 13.0756 7.24239 11.5751 6.68566 10.1342L9.13903 9.33106C9.61064 9.17655 9.90259 8.70752 9.83107 8.21897L9.34099 4.87008Z"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
var CallDefault_default = CallDefault;
|
|
48
|
+
//# sourceMappingURL=CallDefault.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/CallDefault.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst CallDefault = (props: SvgIconT.Props) => (\n <SvgIcon\n {...props}\n viewBox=\"0 0 24 24\"\n paths={[\n 'M9.34099 4.87008C9.25956 4.31451 8.74031 3.92987 8.18147 4.01074L5.08142 4.45866C4.65446 4.52064 4.33384 4.83507 4.23756 5.22182C3.45164 7.90833 4.6061 12.2825 7.84491 15.6273C7.90943 15.6939 7.97477 15.7602 8.04095 15.8259C8.16877 15.953 8.29787 16.0774 8.42812 16.1989C9.7228 17.4074 11.1312 18.3426 12.5307 18.983C14.8094 20.0257 17.0645 20.2868 18.7668 19.6726C19.1582 19.5783 19.4762 19.2587 19.5387 18.8322L19.9892 15.7501C20.0705 15.1945 19.6837 14.6782 19.1249 14.5973L15.7565 14.1101C15.2653 14.0392 14.7933 14.3294 14.6379 14.7981L13.8038 17.3164C12.377 16.7325 10.8643 15.7574 9.487 14.3881C8.16691 13.0756 7.24239 11.5751 6.68566 10.1342L9.13903 9.33106C9.61064 9.17655 9.90259 8.70752 9.83107 8.21897L9.34099 4.87008Z',\n ]}\n />\n);\n\nexport default CallDefault;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,cAAc,CAAC,UACnB;AAAA,EAAC;AAAA;AAAA,IACE,GAAG;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO;AAAA,MACL;AAAA,IACF;AAAA;AACF;AAGF,IAAO,sBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallError_exports = {};
|
|
30
|
+
__export(CallError_exports, {
|
|
31
|
+
default: () => CallError_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallError_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const CallError = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.91995 5.00976C8.44376 4.93396 8.93038 5.29475 9.00687 5.81542L9.46683 8.95507C9.53388 9.41309 9.25954 9.85319 8.81741 9.99804L6.51761 10.751C7.03955 12.1018 7.90699 13.5088 9.14456 14.7393C10.4356 16.0227 11.854 16.937 13.1914 17.4844L13.9727 15.123C14.1183 14.6837 14.5611 14.4122 15.0215 14.4785L18.1797 14.9346C18.7036 15.0104 19.0664 15.4948 18.9903 16.0156L18.5674 18.9053C18.5089 19.305 18.2106 19.6049 17.8438 19.6934C16.247 20.2693 14.1315 20.0237 11.9942 19.0449C10.6868 18.4462 9.37113 17.5728 8.16116 16.4453C8.03587 16.3286 7.91102 16.2091 7.78811 16.0869C7.72611 16.0253 7.66497 15.9628 7.60452 15.9004C4.56828 12.7647 3.48594 8.66407 4.22269 6.1455C4.31294 5.78296 4.61348 5.48783 5.0137 5.42968L7.91995 5.00976Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.2813 4.4873C15.6548 3.86185 16.5507 3.83262 16.9639 4.43261L19.8203 8.583C20.2771 9.24643 19.8025 10.1494 18.9971 10.1494H13.6612C12.885 10.1491 12.4048 9.30314 12.8028 8.63671L15.2813 4.4873Z" })
|
|
40
|
+
] });
|
|
41
|
+
var CallError_default = CallError;
|
|
42
|
+
//# sourceMappingURL=CallError.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/CallError.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst CallError = (props: SvgIconT.Props) => (\n <SvgIcon {...props} viewBox=\"0 0 24 24\">\n <path d=\"M7.91995 5.00976C8.44376 4.93396 8.93038 5.29475 9.00687 5.81542L9.46683 8.95507C9.53388 9.41309 9.25954 9.85319 8.81741 9.99804L6.51761 10.751C7.03955 12.1018 7.90699 13.5088 9.14456 14.7393C10.4356 16.0227 11.854 16.937 13.1914 17.4844L13.9727 15.123C14.1183 14.6837 14.5611 14.4122 15.0215 14.4785L18.1797 14.9346C18.7036 15.0104 19.0664 15.4948 18.9903 16.0156L18.5674 18.9053C18.5089 19.305 18.2106 19.6049 17.8438 19.6934C16.247 20.2693 14.1315 20.0237 11.9942 19.0449C10.6868 18.4462 9.37113 17.5728 8.16116 16.4453C8.03587 16.3286 7.91102 16.2091 7.78811 16.0869C7.72611 16.0253 7.66497 15.9628 7.60452 15.9004C4.56828 12.7647 3.48594 8.66407 4.22269 6.1455C4.31294 5.78296 4.61348 5.48783 5.0137 5.42968L7.91995 5.00976Z\" />\n <path d=\"M15.2813 4.4873C15.6548 3.86185 16.5507 3.83262 16.9639 4.43261L19.8203 8.583C20.2771 9.24643 19.8025 10.1494 18.9971 10.1494H13.6612C12.885 10.1491 12.4048 9.30314 12.8028 8.63671L15.2813 4.4873Z\" />\n </SvgIcon>\n);\n\nexport default CallError;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,YAAY,CAAC,UACjB,6CAAC,0BAAS,GAAG,OAAO,SAAQ,aAC1B;AAAA,8CAAC,UAAK,GAAE,6tBAA4tB;AAAA,EACpuB,4CAAC,UAAK,GAAE,wMAAuM;AAAA,GACjN;AAGF,IAAO,oBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var CallInitializingConnecting_exports = {};
|
|
30
|
+
__export(CallInitializingConnecting_exports, {
|
|
31
|
+
default: () => CallInitializingConnecting_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CallInitializingConnecting_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const CallInitializingConnecting = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.91995 5.00977C8.44375 4.93397 8.93037 5.29475 9.00686 5.81543L9.46682 8.95508C9.53387 9.41309 9.25954 9.8532 8.81741 9.99805L6.5176 10.751C7.03954 12.1018 7.90698 13.5088 9.14456 14.7393C10.4356 16.0227 11.854 16.937 13.1914 17.4844L13.9727 15.123C14.1183 14.6837 14.5611 14.4122 15.0215 14.4785L18.1797 14.9346C18.7036 15.0104 19.0664 15.4948 18.9903 16.0156L18.5674 18.9053C18.5089 19.305 18.2106 19.6049 17.8438 19.6934C16.247 20.2693 14.1315 20.0237 11.9942 19.0449C10.6868 18.4462 9.37113 17.5728 8.16116 16.4453C8.03587 16.3286 7.91101 16.2091 7.78811 16.0869C7.72612 16.0253 7.66496 15.9628 7.60452 15.9004C4.56829 12.7647 3.48594 8.66408 4.22268 6.14551C4.31293 5.78298 4.61349 5.48784 5.0137 5.42969L7.91995 5.00977Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13 10C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12C12.4478 12 12 11.5523 12 11C12 10.4477 12.4478 10 13 10Z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 7C16.5523 7 17 7.44772 17 8C17 8.55228 16.5523 9 16 9C15.4478 8.99998 15 8.55228 15 8C15 7.44772 15.4478 7.00002 16 7Z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19 4C19.5523 4 20 4.44772 20 5C20 5.55228 19.5523 6 19 6C18.4478 5.99998 18 5.55228 18 5C18 4.44772 18.4478 4.00002 19 4Z" })
|
|
42
|
+
] });
|
|
43
|
+
var CallInitializingConnecting_default = CallInitializingConnecting;
|
|
44
|
+
//# sourceMappingURL=CallInitializingConnecting.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/CallInitializingConnecting.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst CallInitializingConnecting = (props: SvgIconT.Props) => (\n <SvgIcon {...props} viewBox=\"0 0 24 24\">\n <path d=\"M7.91995 5.00977C8.44375 4.93397 8.93037 5.29475 9.00686 5.81543L9.46682 8.95508C9.53387 9.41309 9.25954 9.8532 8.81741 9.99805L6.5176 10.751C7.03954 12.1018 7.90698 13.5088 9.14456 14.7393C10.4356 16.0227 11.854 16.937 13.1914 17.4844L13.9727 15.123C14.1183 14.6837 14.5611 14.4122 15.0215 14.4785L18.1797 14.9346C18.7036 15.0104 19.0664 15.4948 18.9903 16.0156L18.5674 18.9053C18.5089 19.305 18.2106 19.6049 17.8438 19.6934C16.247 20.2693 14.1315 20.0237 11.9942 19.0449C10.6868 18.4462 9.37113 17.5728 8.16116 16.4453C8.03587 16.3286 7.91101 16.2091 7.78811 16.0869C7.72612 16.0253 7.66496 15.9628 7.60452 15.9004C4.56829 12.7647 3.48594 8.66408 4.22268 6.14551C4.31293 5.78298 4.61349 5.48784 5.0137 5.42969L7.91995 5.00977Z\" />\n <path d=\"M13 10C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12C12.4478 12 12 11.5523 12 11C12 10.4477 12.4478 10 13 10Z\" />\n <path d=\"M16 7C16.5523 7 17 7.44772 17 8C17 8.55228 16.5523 9 16 9C15.4478 8.99998 15 8.55228 15 8C15 7.44772 15.4478 7.00002 16 7Z\" />\n <path d=\"M19 4C19.5523 4 20 4.44772 20 5C20 5.55228 19.5523 6 19 6C18.4478 5.99998 18 5.55228 18 5C18 4.44772 18.4478 4.00002 19 4Z\" />\n </SvgIcon>\n);\n\nexport default CallInitializingConnecting;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,6BAA6B,CAAC,UAClC,6CAAC,0BAAS,GAAG,OAAO,SAAQ,aAC1B;AAAA,8CAAC,UAAK,GAAE,4tBAA2tB;AAAA,EACnuB,4CAAC,UAAK,GAAE,2HAA0H;AAAA,EAClI,4CAAC,UAAK,GAAE,8HAA6H;AAAA,EACrI,4CAAC,UAAK,GAAE,8HAA6H;AAAA,GACvI;AAGF,IAAO,qCAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Connected_exports = {};
|
|
30
|
+
__export(Connected_exports, {
|
|
31
|
+
default: () => Connected_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Connected_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const Connected = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.91995 5.00977C8.44375 4.93397 8.93037 5.29475 9.00686 5.81543L9.46682 8.95508C9.53387 9.41309 9.25954 9.8532 8.81741 9.99805L6.5176 10.751C7.03954 12.1018 7.90698 13.5088 9.14456 14.7393C10.4356 16.0227 11.854 16.937 13.1914 17.4844L13.9727 15.123C14.1183 14.6837 14.5611 14.4122 15.0215 14.4785L18.1797 14.9346C18.7036 15.0104 19.0664 15.4948 18.9903 16.0156L18.5674 18.9053C18.5089 19.305 18.2106 19.6049 17.8438 19.6934C16.247 20.2693 14.1315 20.0237 11.9942 19.0449C10.6868 18.4462 9.37113 17.5728 8.16116 16.4453C8.03587 16.3286 7.91101 16.2091 7.78811 16.0869C7.72612 16.0253 7.66496 15.9628 7.60452 15.9004C4.56829 12.7647 3.48594 8.66408 4.22268 6.14551C4.31293 5.78298 4.61349 5.48784 5.0137 5.42969L7.91995 5.00977Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.6358 4C13.854 4 15.9813 4.88173 17.5498 6.4502C19.1183 8.01874 20 10.146 20 12.3643C19.9999 12.9163 19.5521 13.3641 19 13.3643C18.448 13.3641 18.0002 12.9163 18 12.3643C18 10.6765 17.3292 9.05773 16.1358 7.86426C14.9423 6.67086 13.3235 6 11.6358 6C11.0836 5.99984 10.6358 5.55218 10.6358 5C10.6358 4.44782 11.0836 4.00016 11.6358 4Z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 8C13.0607 8.00006 14.0781 8.42187 14.8282 9.17188C15.5782 9.92201 16 10.9392 16 12C16 12.5522 15.5522 12.9999 15 13C14.4479 12.9999 14 12.5522 14 12C14 11.4696 13.7891 10.961 13.4141 10.5859C13.0391 10.211 12.5303 10.0001 12 10C11.4479 9.99985 11 9.55219 11 9C11 8.44781 11.4479 8.00015 12 8Z" })
|
|
41
|
+
] });
|
|
42
|
+
var Connected_default = Connected;
|
|
43
|
+
//# sourceMappingURL=Connected.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Connected.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst Connected = (props: SvgIconT.Props) => (\n <SvgIcon {...props} viewBox=\"0 0 24 24\">\n <path d=\"M7.91995 5.00977C8.44375 4.93397 8.93037 5.29475 9.00686 5.81543L9.46682 8.95508C9.53387 9.41309 9.25954 9.8532 8.81741 9.99805L6.5176 10.751C7.03954 12.1018 7.90698 13.5088 9.14456 14.7393C10.4356 16.0227 11.854 16.937 13.1914 17.4844L13.9727 15.123C14.1183 14.6837 14.5611 14.4122 15.0215 14.4785L18.1797 14.9346C18.7036 15.0104 19.0664 15.4948 18.9903 16.0156L18.5674 18.9053C18.5089 19.305 18.2106 19.6049 17.8438 19.6934C16.247 20.2693 14.1315 20.0237 11.9942 19.0449C10.6868 18.4462 9.37113 17.5728 8.16116 16.4453C8.03587 16.3286 7.91101 16.2091 7.78811 16.0869C7.72612 16.0253 7.66496 15.9628 7.60452 15.9004C4.56829 12.7647 3.48594 8.66408 4.22268 6.14551C4.31293 5.78298 4.61349 5.48784 5.0137 5.42969L7.91995 5.00977Z\" />\n <path d=\"M11.6358 4C13.854 4 15.9813 4.88173 17.5498 6.4502C19.1183 8.01874 20 10.146 20 12.3643C19.9999 12.9163 19.5521 13.3641 19 13.3643C18.448 13.3641 18.0002 12.9163 18 12.3643C18 10.6765 17.3292 9.05773 16.1358 7.86426C14.9423 6.67086 13.3235 6 11.6358 6C11.0836 5.99984 10.6358 5.55218 10.6358 5C10.6358 4.44782 11.0836 4.00016 11.6358 4Z\" />\n <path d=\"M12 8C13.0607 8.00006 14.0781 8.42187 14.8282 9.17188C15.5782 9.92201 16 10.9392 16 12C16 12.5522 15.5522 12.9999 15 13C14.4479 12.9999 14 12.5522 14 12C14 11.4696 13.7891 10.961 13.4141 10.5859C13.0391 10.211 12.5303 10.0001 12 10C11.4479 9.99985 11 9.55219 11 9C11 8.44781 11.4479 8.00015 12 8Z\" />\n </SvgIcon>\n);\n\nexport default Connected;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,YAAY,CAAC,UACjB,6CAAC,0BAAS,GAAG,OAAO,SAAQ,aAC1B;AAAA,8CAAC,UAAK,GAAE,4tBAA2tB;AAAA,EACnuB,4CAAC,UAAK,GAAE,oVAAmV;AAAA,EAC3V,4CAAC,UAAK,GAAE,4SAA2S;AAAA,GACrT;AAGF,IAAO,oBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var EndCall_exports = {};
|
|
30
|
+
__export(EndCall_exports, {
|
|
31
|
+
default: () => EndCall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(EndCall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const EndCall = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
38
|
+
import_SvgIcon.SvgIcon,
|
|
39
|
+
{
|
|
40
|
+
...props,
|
|
41
|
+
viewBox: "0 0 24 24",
|
|
42
|
+
paths: [
|
|
43
|
+
"M18.6355 16.0513C19.069 16.374 19.6842 16.2824 20.0095 15.847L21.8145 13.4323C22.0629 13.0996 22.0671 12.6673 21.8694 12.3386C20.5759 9.9753 16.8131 7.78397 12.3324 7.71185C12.2432 7.71042 12.1536 7.70982 12.0638 7.71008C11.8895 7.71059 11.7161 7.71386 11.5439 7.71982C9.8429 7.77869 8.25012 8.10009 6.86338 8.61562C4.60094 9.4567 2.8869 10.8145 2.14586 12.392C1.94372 12.7225 1.94476 13.1565 2.19251 13.4893L3.98354 15.8936C4.30636 16.3271 4.92098 16.4152 5.35639 16.0899L7.98049 14.129C8.36301 13.8429 8.48677 13.3242 8.2735 12.8994L7.12727 10.6178C8.49571 10.0442 10.189 9.67828 12.0582 9.67285C13.8499 9.66765 15.5003 10.0597 16.8599 10.6614L15.7368 12.8778C15.521 13.3039 15.6415 13.8218 16.0227 14.1057L18.6355 16.0513Z"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
var EndCall_default = EndCall;
|
|
48
|
+
//# sourceMappingURL=EndCall.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/EndCall.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst EndCall = (props: SvgIconT.Props) => (\n <SvgIcon\n {...props}\n viewBox=\"0 0 24 24\"\n paths={[\n 'M18.6355 16.0513C19.069 16.374 19.6842 16.2824 20.0095 15.847L21.8145 13.4323C22.0629 13.0996 22.0671 12.6673 21.8694 12.3386C20.5759 9.9753 16.8131 7.78397 12.3324 7.71185C12.2432 7.71042 12.1536 7.70982 12.0638 7.71008C11.8895 7.71059 11.7161 7.71386 11.5439 7.71982C9.8429 7.77869 8.25012 8.10009 6.86338 8.61562C4.60094 9.4567 2.8869 10.8145 2.14586 12.392C1.94372 12.7225 1.94476 13.1565 2.19251 13.4893L3.98354 15.8936C4.30636 16.3271 4.92098 16.4152 5.35639 16.0899L7.98049 14.129C8.36301 13.8429 8.48677 13.3242 8.2735 12.8994L7.12727 10.6178C8.49571 10.0442 10.189 9.67828 12.0582 9.67285C13.8499 9.66765 15.5003 10.0597 16.8599 10.6614L15.7368 12.8778C15.521 13.3039 15.6415 13.8218 16.0227 14.1057L18.6355 16.0513Z',\n ]}\n />\n);\n\nexport default EndCall;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,UAAU,CAAC,UACf;AAAA,EAAC;AAAA;AAAA,IACE,GAAG;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO;AAAA,MACL;AAAA,IACF;AAAA;AACF;AAGF,IAAO,kBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var PauseRecording_exports = {};
|
|
30
|
+
__export(PauseRecording_exports, {
|
|
31
|
+
default: () => PauseRecording_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(PauseRecording_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const PauseRecording = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 5C9.55228 5 10 5.44772 10 6V18C10 18.5523 9.55228 19 9 19H7C6.44772 19 6 18.5523 6 18V6C6 5.44772 6.44772 5 7 5H9Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17 5C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H15C14.4477 19 14 18.5523 14 18V6C14 5.44772 14.4477 5 15 5H17Z" })
|
|
40
|
+
] });
|
|
41
|
+
var PauseRecording_default = PauseRecording;
|
|
42
|
+
//# sourceMappingURL=PauseRecording.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/PauseRecording.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst PauseRecording = (props: SvgIconT.Props) => (\n <SvgIcon {...props} viewBox=\"0 0 24 24\">\n <path d=\"M9 5C9.55228 5 10 5.44772 10 6V18C10 18.5523 9.55228 19 9 19H7C6.44772 19 6 18.5523 6 18V6C6 5.44772 6.44772 5 7 5H9Z\" />\n <path d=\"M17 5C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H15C14.4477 19 14 18.5523 14 18V6C14 5.44772 14.4477 5 15 5H17Z\" />\n </SvgIcon>\n);\n\nexport default PauseRecording;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,iBAAiB,CAAC,UACtB,6CAAC,0BAAS,GAAG,OAAO,SAAQ,aAC1B;AAAA,8CAAC,UAAK,GAAE,yHAAwH;AAAA,EAChI,4CAAC,UAAK,GAAE,iIAAgI;AAAA,GAC1I;AAGF,IAAO,yBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var StartRecord_exports = {};
|
|
30
|
+
__export(StartRecord_exports, {
|
|
31
|
+
default: () => StartRecord_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(StartRecord_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const StartRecord = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
fillRule: "evenodd",
|
|
43
|
+
clipRule: "evenodd",
|
|
44
|
+
d: "M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM12 5.77441C8.5615 5.77441 5.77441 8.5615 5.77441 12C5.77441 15.4385 8.5615 18.2256 12 18.2256C15.4385 18.2256 18.2256 15.4385 18.2256 12C18.2256 8.5615 15.4385 5.77441 12 5.77441Z"
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
] });
|
|
48
|
+
var StartRecord_default = StartRecord;
|
|
49
|
+
//# sourceMappingURL=StartRecord.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/StartRecord.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst StartRecord = (props: SvgIconT.Props) => (\n <SvgIcon {...props} viewBox=\"0 0 24 24\">\n <path d=\"M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM12 5.77441C8.5615 5.77441 5.77441 8.5615 5.77441 12C5.77441 15.4385 8.5615 18.2256 12 18.2256C15.4385 18.2256 18.2256 15.4385 18.2256 12C18.2256 8.5615 15.4385 5.77441 12 5.77441Z\"\n />\n </SvgIcon>\n);\n\nexport default StartRecord;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,cAAc,CAAC,UACnB,6CAAC,0BAAS,GAAG,OAAO,SAAQ,aAC1B;AAAA,8CAAC,UAAK,GAAE,oHAAmH;AAAA,EAC3H;AAAA,IAAC;AAAA;AAAA,MACC,UAAS;AAAA,MACT,UAAS;AAAA,MACT,GAAE;AAAA;AAAA,EACJ;AAAA,GACF;AAGF,IAAO,sBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var StopRecording_exports = {};
|
|
30
|
+
__export(StopRecording_exports, {
|
|
31
|
+
default: () => StopRecording_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(StopRecording_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const StopRecording = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
38
|
+
import_SvgIcon.SvgIcon,
|
|
39
|
+
{
|
|
40
|
+
...props,
|
|
41
|
+
viewBox: "0 0 24 24",
|
|
42
|
+
paths: [
|
|
43
|
+
"M6 7C6 6.44772 6.44772 6 7 6H17C17.5523 6 18 6.44772 18 7V17C18 17.5523 17.5523 18 17 18H7C6.44772 18 6 17.5523 6 17V7Z"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
var StopRecording_default = StopRecording;
|
|
48
|
+
//# sourceMappingURL=StopRecording.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/StopRecording.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst StopRecording = (props: SvgIconT.Props) => (\n <SvgIcon\n {...props}\n viewBox=\"0 0 24 24\"\n paths={[\n 'M6 7C6 6.44772 6.44772 6 7 6H17C17.5523 6 18 6.44772 18 7V17C18 17.5523 17.5523 18 17 18H7C6.44772 18 6 17.5523 6 17V7Z',\n ]}\n />\n);\n\nexport default StopRecording;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,gBAAgB,CAAC,UACrB;AAAA,EAAC;AAAA;AAAA,IACE,GAAG;AAAA,IACJ,SAAQ;AAAA,IACR,OAAO;AAAA,MACL;AAAA,IACF;AAAA;AACF;AAGF,IAAO,wBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var Voicemail_exports = {};
|
|
30
|
+
__export(Voicemail_exports, {
|
|
31
|
+
default: () => Voicemail_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Voicemail_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const Voicemail = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12ZM4 12C4 13.1046 4.89543 14 6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10C4.89543 10 4 10.8954 4 12Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M22 12C22 14.2091 20.2091 16 18 16C15.7909 16 14 14.2091 14 12C14 9.79086 15.7909 8 18 8C20.2091 8 22 9.79086 22 12ZM16 12C16 13.1046 16.8954 14 18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12Z" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6 14H18V16H6V14Z" })
|
|
41
|
+
] });
|
|
42
|
+
var Voicemail_default = Voicemail;
|
|
43
|
+
//# sourceMappingURL=Voicemail.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Voicemail.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst Voicemail = (props: SvgIconT.Props) => (\n <SvgIcon {...props} viewBox=\"0 0 24 24\">\n <path d=\"M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12ZM4 12C4 13.1046 4.89543 14 6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10C4.89543 10 4 10.8954 4 12Z\" />\n <path d=\"M22 12C22 14.2091 20.2091 16 18 16C15.7909 16 14 14.2091 14 12C14 9.79086 15.7909 8 18 8C20.2091 8 22 9.79086 22 12ZM16 12C16 13.1046 16.8954 14 18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12Z\" />\n <path d=\"M6 14H18V16H6V14Z\" />\n </SvgIcon>\n);\n\nexport default Voicemail;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,YAAY,CAAC,UACjB,6CAAC,0BAAS,GAAG,OAAO,SAAQ,aAC1B;AAAA,8CAAC,UAAK,GAAE,iOAAgO;AAAA,EACxO,4CAAC,UAAK,GAAE,+OAA8O;AAAA,EACtP,4CAAC,UAAK,GAAE,qBAAoB;AAAA,GAC9B;AAGF,IAAO,oBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var VoicemailLeft_exports = {};
|
|
30
|
+
__export(VoicemailLeft_exports, {
|
|
31
|
+
default: () => VoicemailLeft_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(VoicemailLeft_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const VoicemailLeft = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "M5 10C7.20914 10 9 11.7909 9 14C9 14.7288 8.80436 15.4116 8.46387 16H13.5361C13.1956 15.4116 13 14.7288 13 14C13 12.4359 13.8977 11.0814 15.2061 10.4238C15.4003 11.0789 15.7251 11.6778 16.1504 12.1904C15.4709 12.51 15 13.1994 15 14C15 15.1046 15.8954 16 17 16C18.1046 16 19 15.1046 19 14C19 13.9659 18.9958 13.9321 18.9941 13.8984C19.3191 13.9648 19.6554 14 20 14C20.3415 14 20.6748 13.9646 20.9971 13.8994C20.9979 13.9329 21 13.9664 21 14C21 16.2091 19.2091 18 17 18H5C2.79086 18 1 16.2091 1 14C1 11.7909 2.79086 10 5 10ZM5 12C3.89543 12 3 12.8954 3 14C3 15.1046 3.89543 16 5 16C6.10457 16 7 15.1046 7 14C7 12.8954 6.10457 12 5 12Z"
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M20 6C21.6569 6 23 7.34315 23 9C23 10.6569 21.6569 12 20 12C18.3431 12 17 10.6569 17 9C17 7.34315 18.3431 6 20 6Z" })
|
|
47
|
+
] });
|
|
48
|
+
var VoicemailLeft_default = VoicemailLeft;
|
|
49
|
+
//# sourceMappingURL=VoicemailLeft.js.map
|