voiptime-components 1.21.76 → 1.21.78
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/icons/call/ScenarioCallIcon.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/src/assets/_page.scss +49 -1
package/dist/index.es.js
CHANGED
|
@@ -1138,16 +1138,16 @@ function L5(e, t) {
|
|
|
1138
1138
|
])]);
|
|
1139
1139
|
}
|
|
1140
1140
|
const V5 = /* @__PURE__ */ C(W5, [["render", L5]]), M5 = {}, X5 = {
|
|
1141
|
-
width: "
|
|
1142
|
-
height: "
|
|
1143
|
-
viewBox: "0 0
|
|
1141
|
+
width: "24",
|
|
1142
|
+
height: "24",
|
|
1143
|
+
viewBox: "0 0 24 25",
|
|
1144
1144
|
fill: "none",
|
|
1145
1145
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1146
1146
|
};
|
|
1147
1147
|
function T5(e, t) {
|
|
1148
1148
|
return o(), d("svg", X5, [...t[0] || (t[0] = [
|
|
1149
1149
|
s("path", {
|
|
1150
|
-
d: "
|
|
1150
|
+
d: "M17 20.0469H6C5.20435 20.0469 4.44129 19.7308 3.87868 19.1682C3.31607 18.6056 3 17.8425 3 17.0469C3 16.2512 3.31607 15.4882 3.87868 14.9256C4.44129 14.3629 5.20435 14.0469 6 14.0469H17C16.2044 14.0469 15.4413 14.3629 14.8787 14.9256C14.3161 15.4882 14 16.2512 14 17.0469C14 17.8425 14.3161 18.6056 14.8787 19.1682C15.4413 19.7308 16.2044 20.0469 17 20.0469ZM17 20.0469H18C18.7956 20.0469 19.5587 19.7308 20.1213 19.1682C20.6839 18.6056 21 17.8425 21 17.0469V6.04688C21 5.51644 20.7893 5.00773 20.4142 4.63266C20.0391 4.25759 19.5304 4.04688 19 4.04688H9C8.46957 4.04688 7.96086 4.25759 7.58579 4.63266C7.21071 5.00773 7 5.51644 7 6.04688V14.0469",
|
|
1151
1151
|
stroke: "currentColor",
|
|
1152
1152
|
"stroke-width": "1.5",
|
|
1153
1153
|
"stroke-linecap": "round",
|