@dialpad/dialtone-icons 4.18.0 → 4.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/icons.json +1 -1
  2. package/dist/keywords-icons.json +1 -1
  3. package/dist/svg/icons/webex.svg +1 -0
  4. package/dist/svg/illustrations/dialpad-logo-black.svg +11 -10
  5. package/dist/svg/illustrations/dialpad-logo-inverted.svg +11 -10
  6. package/dist/svg/illustrations/dialpad-logo-white.svg +11 -10
  7. package/dist/svg/illustrations/dialpad-logo.svg +11 -10
  8. package/dist/svg/illustrations/dialpad-mono-black.svg +4 -3
  9. package/dist/svg/illustrations/dialpad-mono-inverted.svg +4 -3
  10. package/dist/svg/illustrations/dialpad-mono-white.svg +4 -3
  11. package/dist/svg/illustrations/dialpad-mono.svg +4 -3
  12. package/dist/svg/illustrations/dialpad-wordmark-black.svg +1 -1
  13. package/dist/svg/illustrations/dialpad-wordmark-inverted.svg +1 -1
  14. package/dist/svg/illustrations/dialpad-wordmark-white.svg +1 -1
  15. package/package.json +1 -1
  16. package/vue2/dist/components/dialpad-logo-black.cjs +1 -1
  17. package/vue2/dist/components/dialpad-logo-black.cjs.map +1 -1
  18. package/vue2/dist/components/dialpad-logo-black.js +6 -6
  19. package/vue2/dist/components/dialpad-logo-black.js.map +1 -1
  20. package/vue2/dist/components/dialpad-logo-inverted.cjs +1 -1
  21. package/vue2/dist/components/dialpad-logo-inverted.cjs.map +1 -1
  22. package/vue2/dist/components/dialpad-logo-inverted.js +1 -1
  23. package/vue2/dist/components/dialpad-logo-inverted.js.map +1 -1
  24. package/vue2/dist/components/dialpad-logo-white.cjs +1 -1
  25. package/vue2/dist/components/dialpad-logo-white.cjs.map +1 -1
  26. package/vue2/dist/components/dialpad-logo-white.js +6 -6
  27. package/vue2/dist/components/dialpad-logo-white.js.map +1 -1
  28. package/vue2/dist/components/dialpad-logo.cjs +1 -1
  29. package/vue2/dist/components/dialpad-logo.cjs.map +1 -1
  30. package/vue2/dist/components/dialpad-logo.js +8 -8
  31. package/vue2/dist/components/dialpad-logo.js.map +1 -1
  32. package/vue2/dist/components/dialpad-mono-black.cjs +1 -1
  33. package/vue2/dist/components/dialpad-mono-black.cjs.map +1 -1
  34. package/vue2/dist/components/dialpad-mono-black.js +4 -4
  35. package/vue2/dist/components/dialpad-mono-black.js.map +1 -1
  36. package/vue2/dist/components/dialpad-mono-inverted.cjs +1 -1
  37. package/vue2/dist/components/dialpad-mono-inverted.cjs.map +1 -1
  38. package/vue2/dist/components/dialpad-mono-inverted.js +4 -4
  39. package/vue2/dist/components/dialpad-mono-inverted.js.map +1 -1
  40. package/vue2/dist/components/dialpad-mono-white.cjs +1 -1
  41. package/vue2/dist/components/dialpad-mono-white.cjs.map +1 -1
  42. package/vue2/dist/components/dialpad-mono-white.js +7 -7
  43. package/vue2/dist/components/dialpad-mono-white.js.map +1 -1
  44. package/vue2/dist/components/dialpad-mono.cjs +1 -1
  45. package/vue2/dist/components/dialpad-mono.cjs.map +1 -1
  46. package/vue2/dist/components/dialpad-mono.js +5 -5
  47. package/vue2/dist/components/dialpad-mono.js.map +1 -1
  48. package/vue2/dist/components/dialpad-wordmark-black.cjs.map +1 -1
  49. package/vue2/dist/components/dialpad-wordmark-black.js.map +1 -1
  50. package/vue2/dist/components/dialpad-wordmark-inverted.cjs.map +1 -1
  51. package/vue2/dist/components/dialpad-wordmark-inverted.js.map +1 -1
  52. package/vue2/dist/components/dialpad-wordmark-white.cjs.map +1 -1
  53. package/vue2/dist/components/dialpad-wordmark-white.js.map +1 -1
  54. package/vue2/dist/components/webex.cjs +2 -0
  55. package/vue2/dist/components/webex.cjs.map +1 -0
  56. package/vue2/dist/components/webex.js +58 -0
  57. package/vue2/dist/components/webex.js.map +1 -0
  58. package/vue2/dist/dialtone-icons.cjs +1 -1
  59. package/vue2/dist/dialtone-icons.cjs.map +1 -1
  60. package/vue2/dist/dialtone-icons.js +36 -35
  61. package/vue2/dist/dialtone-icons.js.map +1 -1
  62. package/vue3/dist/components/dialpad-logo-black.cjs +1 -1
  63. package/vue3/dist/components/dialpad-logo-black.cjs.map +1 -1
  64. package/vue3/dist/components/dialpad-logo-black.js +27 -23
  65. package/vue3/dist/components/dialpad-logo-black.js.map +1 -1
  66. package/vue3/dist/components/dialpad-logo-inverted.cjs +1 -1
  67. package/vue3/dist/components/dialpad-logo-inverted.cjs.map +1 -1
  68. package/vue3/dist/components/dialpad-logo-inverted.js +22 -18
  69. package/vue3/dist/components/dialpad-logo-inverted.js.map +1 -1
  70. package/vue3/dist/components/dialpad-logo-white.cjs +1 -1
  71. package/vue3/dist/components/dialpad-logo-white.cjs.map +1 -1
  72. package/vue3/dist/components/dialpad-logo-white.js +25 -21
  73. package/vue3/dist/components/dialpad-logo-white.js.map +1 -1
  74. package/vue3/dist/components/dialpad-logo.cjs +1 -1
  75. package/vue3/dist/components/dialpad-logo.cjs.map +1 -1
  76. package/vue3/dist/components/dialpad-logo.js +21 -17
  77. package/vue3/dist/components/dialpad-logo.js.map +1 -1
  78. package/vue3/dist/components/dialpad-mono-black.cjs +1 -1
  79. package/vue3/dist/components/dialpad-mono-black.cjs.map +1 -1
  80. package/vue3/dist/components/dialpad-mono-black.js +11 -9
  81. package/vue3/dist/components/dialpad-mono-black.js.map +1 -1
  82. package/vue3/dist/components/dialpad-mono-inverted.cjs +1 -1
  83. package/vue3/dist/components/dialpad-mono-inverted.cjs.map +1 -1
  84. package/vue3/dist/components/dialpad-mono-inverted.js +17 -15
  85. package/vue3/dist/components/dialpad-mono-inverted.js.map +1 -1
  86. package/vue3/dist/components/dialpad-mono-white.cjs +1 -1
  87. package/vue3/dist/components/dialpad-mono-white.cjs.map +1 -1
  88. package/vue3/dist/components/dialpad-mono-white.js +14 -12
  89. package/vue3/dist/components/dialpad-mono-white.js.map +1 -1
  90. package/vue3/dist/components/dialpad-mono.cjs +1 -1
  91. package/vue3/dist/components/dialpad-mono.cjs.map +1 -1
  92. package/vue3/dist/components/dialpad-mono.js +16 -14
  93. package/vue3/dist/components/dialpad-mono.js.map +1 -1
  94. package/vue3/dist/components/dialpad-wordmark-black.cjs.map +1 -1
  95. package/vue3/dist/components/dialpad-wordmark-black.js.map +1 -1
  96. package/vue3/dist/components/dialpad-wordmark-inverted.cjs.map +1 -1
  97. package/vue3/dist/components/dialpad-wordmark-inverted.js.map +1 -1
  98. package/vue3/dist/components/dialpad-wordmark-white.cjs.map +1 -1
  99. package/vue3/dist/components/dialpad-wordmark-white.js.map +1 -1
  100. package/vue3/dist/components/webex.cjs +2 -0
  101. package/vue3/dist/components/webex.cjs.map +1 -0
  102. package/vue3/dist/components/webex.js +676 -0
  103. package/vue3/dist/components/webex.js.map +1 -0
  104. package/vue3/dist/dialtone-icons.cjs +1 -1
  105. package/vue3/dist/dialtone-icons.cjs.map +1 -1
  106. package/vue3/dist/dialtone-icons.js +36 -35
  107. package/vue3/dist/dialtone-icons.js.map +1 -1
@@ -0,0 +1,676 @@
1
+ import { g as c } from "../utils-ougd2MqG.js";
2
+ import { I as i } from "../constants-B5bI7ccM.js";
3
+ import { openBlock as l, createElementBlock as a, normalizeClass as n, createElementVNode as o, createStaticVNode as s } from "vue";
4
+ import { _ as r } from "../_plugin-vue_export-helper-hUChTQA_.js";
5
+ const f = {
6
+ name: "DtIconWebex",
7
+ props: {
8
+ /**
9
+ * The size of the icon.
10
+ * @values 100, 200, 300, 400, 500, 600, 700, 800
11
+ */
12
+ size: {
13
+ type: String,
14
+ default: "500",
15
+ validator: (t) => Object.keys(i).includes(t)
16
+ },
17
+ /**
18
+ * The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
19
+ */
20
+ ariaLabel: {
21
+ type: String,
22
+ default: void 0
23
+ }
24
+ },
25
+ /**
26
+ * @TODO: Remove this emit once the icons migration is complete,
27
+ * they will no longer need this event.
28
+ * */
29
+ emits: ["loaded"],
30
+ computed: {
31
+ iconSizeClass() {
32
+ return i[this.size];
33
+ },
34
+ ariaHidden() {
35
+ return this.ariaLabel ? "false" : "true";
36
+ }
37
+ },
38
+ created() {
39
+ this.$emit("loaded"), this.uniqueID = c();
40
+ }
41
+ }, d = ["aria-label", "aria-hidden"], u = ["fill"], _ = ["fill"], h = ["fill"], y = ["fill"], D = ["fill"], F = ["fill"], A = ["fill"], C = ["fill"], I = ["fill"], g = ["fill"], q = ["fill"], $ = ["fill"], U = ["fill"], m = ["fill"], B = ["fill"], S = ["fill"], E = ["fill"], O = ["fill"], G = ["fill"], Z = ["fill"], M = ["fill"], T = ["fill"], b = ["fill"], w = ["fill"], v = ["fill"], z = ["fill"], k = ["fill"], H = ["fill"], j = ["fill"], L = ["fill"], N = ["fill"], V = ["fill"], W = ["fill"], R = ["fill"], J = ["fill"], K = ["id"], P = /* @__PURE__ */ o("stop", { "stop-color": "#227B60" }, null, -1), Q = /* @__PURE__ */ o("stop", {
42
+ offset: ".14",
43
+ "stop-color": "#227B60",
44
+ "stop-opacity": ".81"
45
+ }, null, -1), X = /* @__PURE__ */ o("stop", {
46
+ offset: ".58",
47
+ "stop-color": "#227B60",
48
+ "stop-opacity": ".23"
49
+ }, null, -1), Y = /* @__PURE__ */ o("stop", {
50
+ offset: ".78",
51
+ "stop-color": "#227B60",
52
+ "stop-opacity": "0"
53
+ }, null, -1), x = [
54
+ P,
55
+ Q,
56
+ X,
57
+ Y
58
+ ], o1 = ["id"], t1 = /* @__PURE__ */ o("stop", { "stop-color": "#227B60" }, null, -1), s1 = /* @__PURE__ */ o("stop", {
59
+ offset: ".25",
60
+ "stop-color": "#227B60",
61
+ "stop-opacity": ".7"
62
+ }, null, -1), p1 = /* @__PURE__ */ o("stop", {
63
+ offset: ".71",
64
+ "stop-color": "#227B60",
65
+ "stop-opacity": ".2"
66
+ }, null, -1), i1 = /* @__PURE__ */ o("stop", {
67
+ offset: ".92",
68
+ "stop-color": "#227B60",
69
+ "stop-opacity": "0"
70
+ }, null, -1), e1 = [
71
+ t1,
72
+ s1,
73
+ p1,
74
+ i1
75
+ ], c1 = ["id"], l1 = /* @__PURE__ */ s('<stop stop-color="#227B60"></stop><stop offset=".07" stop-color="#227B60" stop-opacity=".9"></stop><stop offset=".34" stop-color="#227B60" stop-opacity=".51"></stop><stop offset=".59" stop-color="#227B60" stop-opacity=".23"></stop><stop offset=".79" stop-color="#227B60" stop-opacity=".06"></stop><stop offset=".92" stop-color="#227B60" stop-opacity="0"></stop>', 6), a1 = [
76
+ l1
77
+ ], n1 = ["id"], r1 = /* @__PURE__ */ o("stop", { "stop-color": "#227B60" }, null, -1), f1 = /* @__PURE__ */ o("stop", {
78
+ offset: ".36",
79
+ "stop-color": "#227B60",
80
+ "stop-opacity": ".63"
81
+ }, null, -1), d1 = /* @__PURE__ */ o("stop", {
82
+ offset: ".92",
83
+ "stop-color": "#227B60",
84
+ "stop-opacity": "0"
85
+ }, null, -1), u1 = [
86
+ r1,
87
+ f1,
88
+ d1
89
+ ], _1 = ["id"], h1 = /* @__PURE__ */ s('<stop stop-color="#20735A"></stop><stop offset=".15" stop-color="#20745A" stop-opacity=".93"></stop><stop offset=".38" stop-color="#21755C" stop-opacity=".74"></stop><stop offset=".67" stop-color="#21785D" stop-opacity=".43"></stop><stop offset="1" stop-color="#227B60" stop-opacity="0"></stop>', 5), y1 = [
90
+ h1
91
+ ], D1 = ["id"], F1 = /* @__PURE__ */ o("stop", { "stop-color": "#227A61" }, null, -1), A1 = /* @__PURE__ */ o("stop", {
92
+ offset: ".36",
93
+ "stop-color": "#227A61",
94
+ "stop-opacity": ".56"
95
+ }, null, -1), C1 = /* @__PURE__ */ o("stop", {
96
+ offset: ".72",
97
+ "stop-color": "#227A61",
98
+ "stop-opacity": ".16"
99
+ }, null, -1), I1 = /* @__PURE__ */ o("stop", {
100
+ offset: ".9",
101
+ "stop-color": "#227A61",
102
+ "stop-opacity": "0"
103
+ }, null, -1), g1 = [
104
+ F1,
105
+ A1,
106
+ C1,
107
+ I1
108
+ ], q1 = ["id"], $1 = /* @__PURE__ */ s('<stop stop-color="#3CD9C3"></stop><stop offset=".07" stop-color="#3BD7C1" stop-opacity=".9"></stop><stop offset=".41" stop-color="#38CEB9" stop-opacity=".42"></stop><stop offset=".65" stop-color="#36C8B4" stop-opacity=".12"></stop><stop offset=".76" stop-color="#35C6B2" stop-opacity="0"></stop>', 5), U1 = [
109
+ $1
110
+ ], m1 = ["id"], B1 = /* @__PURE__ */ s('<stop stop-color="#3CD9C3"></stop><stop offset=".07" stop-color="#3BD7C1" stop-opacity=".9"></stop><stop offset=".41" stop-color="#38CEB9" stop-opacity=".42"></stop><stop offset=".65" stop-color="#36C8B4" stop-opacity=".12"></stop><stop offset=".76" stop-color="#35C6B2" stop-opacity="0"></stop>', 5), S1 = [
111
+ B1
112
+ ], E1 = ["id"], O1 = /* @__PURE__ */ s('<stop stop-color="#237F66" stop-opacity=".8"></stop><stop offset=".06" stop-color="#2C8C70" stop-opacity=".65"></stop><stop offset=".21" stop-color="#3DA785" stop-opacity=".37"></stop><stop offset=".35" stop-color="#4ABA93" stop-opacity=".17"></stop><stop offset=".47" stop-color="#51C59C" stop-opacity=".04"></stop><stop offset=".56" stop-color="#54C99F" stop-opacity="0"></stop>', 6), G1 = [
113
+ O1
114
+ ], Z1 = ["id"], M1 = /* @__PURE__ */ s('<stop stop-color="#167C8A"></stop><stop offset=".04" stop-color="#167C8A" stop-opacity=".93"></stop><stop offset=".33" stop-color="#177F8D" stop-opacity=".43"></stop><stop offset=".54" stop-color="#17818F" stop-opacity=".12"></stop><stop offset=".65" stop-color="#178290" stop-opacity="0"></stop>', 5), T1 = [
115
+ M1
116
+ ], b1 = ["id"], w1 = /* @__PURE__ */ s('<stop offset=".05" stop-color="#177D87"></stop><stop offset=".11" stop-color="#177E89" stop-opacity=".8"></stop><stop offset=".21" stop-color="#177F8B" stop-opacity=".52"></stop><stop offset=".32" stop-color="#17818D" stop-opacity=".29"></stop><stop offset=".42" stop-color="#17818F" stop-opacity=".13"></stop><stop offset=".51" stop-color="#178290" stop-opacity=".03"></stop><stop offset=".6" stop-color="#178290" stop-opacity="0"></stop>', 7), v1 = [
117
+ w1
118
+ ], z1 = ["id"], k1 = /* @__PURE__ */ s('<stop offset=".26" stop-color="#177F8A"></stop><stop offset=".27" stop-color="#177F8A" stop-opacity=".98"></stop><stop offset=".38" stop-color="#17808C" stop-opacity=".68"></stop><stop offset=".5" stop-color="#17818D" stop-opacity=".43"></stop><stop offset=".62" stop-color="#17818F" stop-opacity=".24"></stop><stop offset=".74" stop-color="#17828F" stop-opacity=".11"></stop><stop offset=".86" stop-color="#178290" stop-opacity=".03"></stop><stop offset="1" stop-color="#178290" stop-opacity="0"></stop>', 8), H1 = [
119
+ k1
120
+ ], j1 = ["id"], L1 = /* @__PURE__ */ s('<stop stop-color="#13656E"></stop><stop offset=".11" stop-color="#13646E" stop-opacity=".73"></stop><stop offset=".27" stop-color="#12646E" stop-opacity=".41"></stop><stop offset=".42" stop-color="#12636E" stop-opacity=".18"></stop><stop offset=".55" stop-color="#12636E" stop-opacity=".05"></stop><stop offset=".66" stop-color="#12636E" stop-opacity="0"></stop>', 6), N1 = [
121
+ L1
122
+ ], V1 = ["id"], W1 = /* @__PURE__ */ s('<stop offset=".13" stop-color="#146A73"></stop><stop offset=".24" stop-color="#156F79" stop-opacity=".79"></stop><stop offset=".45" stop-color="#167783" stop-opacity=".45"></stop><stop offset=".65" stop-color="#167D8A" stop-opacity=".2"></stop><stop offset=".82" stop-color="#17818E" stop-opacity=".05"></stop><stop offset=".95" stop-color="#178290" stop-opacity="0"></stop>', 6), R1 = [
123
+ W1
124
+ ], J1 = ["id"], K1 = /* @__PURE__ */ s('<stop stop-color="#198E9C"></stop><stop offset=".1" stop-color="#198E9C" stop-opacity=".87"></stop><stop offset=".41" stop-color="#198E9C" stop-opacity=".5"></stop><stop offset=".67" stop-color="#198E9C" stop-opacity=".23"></stop><stop offset=".88" stop-color="#198E9C" stop-opacity=".06"></stop><stop offset="1" stop-color="#198E9C" stop-opacity="0"></stop>', 6), P1 = [
125
+ K1
126
+ ], Q1 = ["id"], X1 = /* @__PURE__ */ o("stop", { "stop-color": "#1A3D9C" }, null, -1), Y1 = /* @__PURE__ */ o("stop", {
127
+ offset: ".4",
128
+ "stop-color": "#1A3D9C",
129
+ "stop-opacity": ".42"
130
+ }, null, -1), x1 = /* @__PURE__ */ o("stop", {
131
+ offset: ".7",
132
+ "stop-color": "#1A3D9C",
133
+ "stop-opacity": "0"
134
+ }, null, -1), o2 = [
135
+ X1,
136
+ Y1,
137
+ x1
138
+ ], t2 = ["id"], s2 = /* @__PURE__ */ o("stop", { "stop-color": "#1A3D9C" }, null, -1), p2 = /* @__PURE__ */ o("stop", {
139
+ offset: ".4",
140
+ "stop-color": "#1A3D9C",
141
+ "stop-opacity": ".42"
142
+ }, null, -1), i2 = /* @__PURE__ */ o("stop", {
143
+ offset: ".7",
144
+ "stop-color": "#1A3D9C",
145
+ "stop-opacity": "0"
146
+ }, null, -1), e2 = [
147
+ s2,
148
+ p2,
149
+ i2
150
+ ], c2 = ["id"], l2 = /* @__PURE__ */ o("stop", { "stop-color": "#1A3D9C" }, null, -1), a2 = /* @__PURE__ */ o("stop", {
151
+ offset: ".4",
152
+ "stop-color": "#1A3D9C",
153
+ "stop-opacity": ".42"
154
+ }, null, -1), n2 = /* @__PURE__ */ o("stop", {
155
+ offset: ".7",
156
+ "stop-color": "#1A3D9C",
157
+ "stop-opacity": "0"
158
+ }, null, -1), r2 = [
159
+ l2,
160
+ a2,
161
+ n2
162
+ ], f2 = ["id"], d2 = /* @__PURE__ */ s('<stop stop-color="#1A3D9C"></stop><stop offset=".16" stop-color="#1A3D9C" stop-opacity=".69"></stop><stop offset=".33" stop-color="#1A3D9C" stop-opacity=".4"></stop><stop offset=".49" stop-color="#1A3D9C" stop-opacity=".18"></stop><stop offset=".61" stop-color="#1A3D9C" stop-opacity=".05"></stop><stop offset=".7" stop-color="#1A3D9C" stop-opacity="0"></stop>', 6), u2 = [
163
+ d2
164
+ ], _2 = ["id"], h2 = /* @__PURE__ */ o("stop", { "stop-color": "#18388F" }, null, -1), y2 = /* @__PURE__ */ o("stop", {
165
+ offset: ".37",
166
+ "stop-color": "#193B96",
167
+ "stop-opacity": ".45"
168
+ }, null, -1), D2 = /* @__PURE__ */ o("stop", {
169
+ offset: ".7",
170
+ "stop-color": "#1A3D9C",
171
+ "stop-opacity": "0"
172
+ }, null, -1), F2 = [
173
+ h2,
174
+ y2,
175
+ D2
176
+ ], A2 = ["id"], C2 = /* @__PURE__ */ s('<stop stop-color="#18388F"></stop><stop offset=".09" stop-color="#183992" stop-opacity=".78"></stop><stop offset=".22" stop-color="#193B96" stop-opacity=".5"></stop><stop offset=".35" stop-color="#193C98" stop-opacity=".28"></stop><stop offset=".47" stop-color="#1A3C9A" stop-opacity=".13"></stop><stop offset=".59" stop-color="#1A3D9C" stop-opacity=".03"></stop><stop offset=".7" stop-color="#1A3D9C" stop-opacity="0"></stop>', 7), I2 = [
177
+ C2
178
+ ], g2 = ["id"], q2 = /* @__PURE__ */ s('<stop stop-color="#1A3D9C" stop-opacity=".78"></stop><stop offset=".24" stop-color="#1A3D9C" stop-opacity=".45"></stop><stop offset=".44" stop-color="#1A3D9C" stop-opacity=".2"></stop><stop offset=".6" stop-color="#1A3D9C" stop-opacity=".05"></stop><stop offset=".7" stop-color="#1A3D9C" stop-opacity="0"></stop>', 5), $2 = [
179
+ q2
180
+ ], U2 = ["id"], m2 = /* @__PURE__ */ s('<stop stop-color="#1A3D9C"></stop><stop offset=".4" stop-color="#1A3D9C" stop-opacity=".56"></stop><stop offset=".48" stop-color="#1A3D9C" stop-opacity=".43"></stop><stop offset=".69" stop-color="#1A3D9C" stop-opacity=".12"></stop><stop offset=".79" stop-color="#1A3D9C" stop-opacity="0"></stop>', 5), B2 = [
181
+ m2
182
+ ], S2 = ["id"], E2 = /* @__PURE__ */ s('<stop stop-color="#1A3D9C"></stop><stop offset=".06" stop-color="#1A3D9C" stop-opacity=".88"></stop><stop offset=".21" stop-color="#1A3D9C" stop-opacity=".61"></stop><stop offset=".36" stop-color="#1A3D9C" stop-opacity=".39"></stop><stop offset=".51" stop-color="#1A3D9C" stop-opacity=".22"></stop><stop offset=".67" stop-color="#1A3D9C" stop-opacity=".1"></stop><stop offset=".83" stop-color="#1A3D9C" stop-opacity=".02"></stop><stop offset="1" stop-color="#1A3D9C" stop-opacity="0"></stop>', 8), O2 = [
183
+ E2
184
+ ], G2 = ["id"], Z2 = /* @__PURE__ */ s('<stop stop-color="#1B3E9E"></stop><stop offset=".06" stop-color="#1B3E9E" stop-opacity=".87"></stop><stop offset=".21" stop-color="#1B3E9D" stop-opacity=".61"></stop><stop offset=".36" stop-color="#1A3D9D" stop-opacity=".39"></stop><stop offset=".52" stop-color="#1A3D9C" stop-opacity=".22"></stop><stop offset=".67" stop-color="#1A3D9C" stop-opacity=".1"></stop><stop offset=".83" stop-color="#1A3D9C" stop-opacity=".02"></stop><stop offset="1" stop-color="#1A3D9C" stop-opacity="0"></stop>', 8), M2 = [
185
+ Z2
186
+ ], T2 = ["id"], b2 = /* @__PURE__ */ s('<stop stop-color="#183991"></stop><stop offset=".03" stop-color="#183992" stop-opacity=".95"></stop><stop offset=".18" stop-color="#193A95" stop-opacity=".66"></stop><stop offset=".34" stop-color="#193B97" stop-opacity=".42"></stop><stop offset=".5" stop-color="#1A3C99" stop-opacity=".24"></stop><stop offset=".66" stop-color="#1A3D9B" stop-opacity=".1"></stop><stop offset=".82" stop-color="#1A3D9C" stop-opacity=".03"></stop><stop offset="1" stop-color="#1A3D9C" stop-opacity="0"></stop>', 8), w2 = [
187
+ b2
188
+ ], v2 = ["id"], z2 = /* @__PURE__ */ o("stop", {
189
+ offset: ".04",
190
+ "stop-color": "#2453D6",
191
+ "stop-opacity": ".6"
192
+ }, null, -1), k2 = /* @__PURE__ */ o("stop", {
193
+ offset: ".2",
194
+ "stop-color": "#2453D6",
195
+ "stop-opacity": ".49"
196
+ }, null, -1), H2 = /* @__PURE__ */ o("stop", {
197
+ offset: ".52",
198
+ "stop-color": "#2453D6",
199
+ "stop-opacity": ".2"
200
+ }, null, -1), j2 = /* @__PURE__ */ o("stop", {
201
+ offset: ".73",
202
+ "stop-color": "#2453D6",
203
+ "stop-opacity": "0"
204
+ }, null, -1), L2 = [
205
+ z2,
206
+ k2,
207
+ H2,
208
+ j2
209
+ ], N2 = ["id"], V2 = /* @__PURE__ */ s('<stop offset=".13" stop-color="#1CBBF3"></stop><stop offset=".34" stop-color="#1F99A5"></stop><stop offset=".45" stop-color="#209CA6"></stop><stop offset=".51" stop-color="#24A4AA"></stop><stop offset=".57" stop-color="#2BB3B0"></stop><stop offset=".6" stop-color="#30BDB4"></stop><stop offset=".79" stop-color="#38BA90"></stop><stop offset="1" stop-color="#60F05A"></stop>', 8), W2 = [
210
+ V2
211
+ ], R2 = ["id"], J2 = /* @__PURE__ */ s('<stop offset=".13" stop-color="#2BF9FF"></stop><stop offset=".27" stop-color="#29F9FF" stop-opacity=".64"></stop><stop offset=".4" stop-color="#27FAFF" stop-opacity=".3"></stop><stop offset=".49" stop-color="#26FAFF" stop-opacity=".08"></stop><stop offset=".54" stop-color="#26FAFF" stop-opacity="0"></stop>', 5), K2 = [
212
+ J2
213
+ ], P2 = ["id"], Q2 = /* @__PURE__ */ s('<stop stop-color="#26FAFF"></stop><stop offset=".06" stop-color="#26FAFF" stop-opacity=".88"></stop><stop offset=".24" stop-color="#26FAFF" stop-opacity=".51"></stop><stop offset=".39" stop-color="#26FAFF" stop-opacity=".23"></stop><stop offset=".5" stop-color="#26FAFF" stop-opacity=".06"></stop><stop offset=".55" stop-color="#26FAFF" stop-opacity="0"></stop>', 6), X2 = [
214
+ Q2
215
+ ], Y2 = ["id"], x2 = /* @__PURE__ */ s('<stop stop-color="#21DEFF"></stop><stop offset=".04" stop-color="#21DEFF" stop-opacity=".88"></stop><stop offset=".17" stop-color="#21DEFF" stop-opacity=".51"></stop><stop offset=".27" stop-color="#21DEFF" stop-opacity=".23"></stop><stop offset=".34" stop-color="#21DEFF" stop-opacity=".06"></stop><stop offset=".38" stop-color="#21DEFF" stop-opacity="0"></stop>', 6), oo = [
216
+ x2
217
+ ], to = ["id"], so = /* @__PURE__ */ s('<stop offset=".62" stop-color="#21DEFF" stop-opacity="0"></stop><stop offset=".66" stop-color="#21DEFF" stop-opacity=".06"></stop><stop offset=".73" stop-color="#21DEFF" stop-opacity=".23"></stop><stop offset=".83" stop-color="#21DEFF" stop-opacity=".51"></stop><stop offset=".96" stop-color="#21DEFF" stop-opacity=".88"></stop><stop offset="1" stop-color="#21DEFF"></stop>', 6), po = [
218
+ so
219
+ ], io = ["id"], eo = /* @__PURE__ */ s('<stop stop-color="#44B044"></stop><stop offset=".11" stop-color="#44B044" stop-opacity=".8"></stop><stop offset=".27" stop-color="#44B044" stop-opacity=".52"></stop><stop offset=".43" stop-color="#44B044" stop-opacity=".29"></stop><stop offset=".58" stop-color="#44B044" stop-opacity=".13"></stop><stop offset=".7" stop-color="#44B044" stop-opacity=".03"></stop><stop offset=".8" stop-color="#44B044" stop-opacity="0"></stop>', 7), co = [
220
+ eo
221
+ ], lo = ["id"], ao = /* @__PURE__ */ o("stop", { "stop-color": "#3066FB" }, null, -1), no = /* @__PURE__ */ o("stop", {
222
+ offset: ".38",
223
+ "stop-color": "#2F64F7"
224
+ }, null, -1), ro = /* @__PURE__ */ o("stop", {
225
+ offset: ".74",
226
+ "stop-color": "#2857D9"
227
+ }, null, -1), fo = /* @__PURE__ */ o("stop", {
228
+ offset: "1",
229
+ "stop-color": "#3C7EFF"
230
+ }, null, -1), uo = [
231
+ ao,
232
+ no,
233
+ ro,
234
+ fo
235
+ ], _o = ["id"], ho = /* @__PURE__ */ s('<stop stop-color="#3774FF"></stop><stop offset=".05" stop-color="#3774FF" stop-opacity=".91"></stop><stop offset=".16" stop-color="#3774FF" stop-opacity=".66"></stop><stop offset=".32" stop-color="#3774FF" stop-opacity=".28"></stop><stop offset=".43" stop-color="#3774FF" stop-opacity="0"></stop>', 5), yo = [
236
+ ho
237
+ ];
238
+ function Do(t, Fo, e, Ao, Co, p) {
239
+ return l(), a("svg", {
240
+ "aria-label": e.ariaLabel,
241
+ class: n([p.iconSizeClass, "d-icon d-icon--webex"]),
242
+ "aria-hidden": p.ariaHidden,
243
+ role: "img",
244
+ "data-name": "Webex",
245
+ viewBox: "0 0 24 24",
246
+ xmlns: "http://www.w3.org/2000/svg"
247
+ }, [
248
+ o("path", {
249
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
250
+ fill: `url(#${t.uniqueID}a)`
251
+ }, null, 8, u),
252
+ o("path", {
253
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
254
+ fill: `url(#${t.uniqueID}b)`
255
+ }, null, 8, _),
256
+ o("path", {
257
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
258
+ fill: `url(#${t.uniqueID}c)`
259
+ }, null, 8, h),
260
+ o("path", {
261
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
262
+ fill: `url(#${t.uniqueID}d)`
263
+ }, null, 8, y),
264
+ o("path", {
265
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
266
+ fill: `url(#${t.uniqueID}e)`
267
+ }, null, 8, D),
268
+ o("path", {
269
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
270
+ fill: `url(#${t.uniqueID}f)`
271
+ }, null, 8, F),
272
+ o("path", {
273
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
274
+ fill: `url(#${t.uniqueID}g)`
275
+ }, null, 8, A),
276
+ o("path", {
277
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
278
+ fill: `url(#${t.uniqueID}h)`
279
+ }, null, 8, C),
280
+ o("path", {
281
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
282
+ fill: `url(#${t.uniqueID}i)`
283
+ }, null, 8, I),
284
+ o("path", {
285
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
286
+ fill: `url(#${t.uniqueID}j)`
287
+ }, null, 8, g),
288
+ o("path", {
289
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
290
+ fill: `url(#${t.uniqueID}k)`
291
+ }, null, 8, q),
292
+ o("path", {
293
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
294
+ fill: `url(#${t.uniqueID}l)`
295
+ }, null, 8, $),
296
+ o("path", {
297
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
298
+ fill: `url(#${t.uniqueID}m)`
299
+ }, null, 8, U),
300
+ o("path", {
301
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
302
+ fill: `url(#${t.uniqueID}n)`
303
+ }, null, 8, m),
304
+ o("path", {
305
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
306
+ fill: `url(#${t.uniqueID}o)`
307
+ }, null, 8, B),
308
+ o("path", {
309
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
310
+ fill: `url(#${t.uniqueID}p)`
311
+ }, null, 8, S),
312
+ o("path", {
313
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
314
+ fill: `url(#${t.uniqueID}q)`
315
+ }, null, 8, E),
316
+ o("path", {
317
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
318
+ fill: `url(#${t.uniqueID}r)`
319
+ }, null, 8, O),
320
+ o("path", {
321
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
322
+ fill: `url(#${t.uniqueID}s)`
323
+ }, null, 8, G),
324
+ o("path", {
325
+ d: "M6.214 12.157c.977 3.254 2.393 5.271 3.487.616-.105-.015 2.224-6.176 2.322-6.414.898-1.195 2.344-1.931 3.846-1.917 2.965-.229 6.043 3.885 5.236 5.876-.552 1.44-2.624 1.747-3.577.538-.332-.412-.464-.934-.751-1.39-.555-1.033-1.288-1.136-1.76.022-.395.862-.607 1.758-.819 2.667l-.897 2.916-1.256 2.77a4.872 4.872 0 0 1-3.801 1.882c-5.89-.29-6.402-8.141-6.875-10.504-.066-.651-.003-.958.27-1.47.723-1.274 2.722-1.344 3.544-.134.292.403.347.92.403 1.402.123 1.054.336 2.107.628 3.14Z",
326
+ fill: `url(#${t.uniqueID}t)`
327
+ }, null, 8, Z),
328
+ o("path", {
329
+ d: "m10.642 10.016 1.379-3.667c1.525-2.114 4.788-2.57 6.807-.898 1.412 1.065 2.254 3.174 2.254 3.174.358.77.176 1.776-.437 2.366-.84.873-2.36.795-3.117-.145-.502-.556-.941-2.637-1.984-2.12-.78.772-.95 1.976-1.245 2.984-.003.195-.92 3.077-.998 3.352l-2.657-5.045-.002-.001Z",
330
+ fill: `url(#${t.uniqueID}u)`
331
+ }, null, 8, M),
332
+ o("path", {
333
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.099 1.68 1.123 2.68.053 1.578-1.783 2.66-3.12 1.816-.474 2.005-2.003 6.357-3.25 2.984-.608-1.796-.8-3.042-1.29-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.525 1.264 1.581 2.209.062 1.059.326 2.085.617 3.106 1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
334
+ fill: `url(#${t.uniqueID}v)`
335
+ }, null, 8, T),
336
+ o("path", {
337
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
338
+ fill: `url(#${t.uniqueID}w)`
339
+ }, null, 8, b),
340
+ o("path", {
341
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
342
+ fill: `url(#${t.uniqueID}x)`
343
+ }, null, 8, w),
344
+ o("path", {
345
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
346
+ fill: `url(#${t.uniqueID}y)`
347
+ }, null, 8, v),
348
+ o("path", {
349
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
350
+ fill: `url(#${t.uniqueID}z)`
351
+ }, null, 8, z),
352
+ o("path", {
353
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
354
+ fill: `url(#${t.uniqueID}A)`
355
+ }, null, 8, k),
356
+ o("path", {
357
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
358
+ fill: `url(#${t.uniqueID}B)`
359
+ }, null, 8, H),
360
+ o("path", {
361
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
362
+ fill: `url(#${t.uniqueID}C)`
363
+ }, null, 8, j),
364
+ o("path", {
365
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
366
+ fill: `url(#${t.uniqueID}D)`
367
+ }, null, 8, L),
368
+ o("path", {
369
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
370
+ fill: `url(#${t.uniqueID}E)`
371
+ }, null, 8, N),
372
+ o("path", {
373
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
374
+ fill: `url(#${t.uniqueID}F)`
375
+ }, null, 8, V),
376
+ o("path", {
377
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
378
+ fill: `url(#${t.uniqueID}G)`
379
+ }, null, 8, W),
380
+ o("path", {
381
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.153 1.68 1.178 2.68.052 1.578-1.838 2.66-3.174 1.816-.475 2.005-2.004 6.357-3.252 2.984-.607-1.796-.8-3.042-1.289-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
382
+ fill: `url(#${t.uniqueID}H)`
383
+ }, null, 8, R),
384
+ o("path", {
385
+ d: "M20.61 6.752c-.178 0-.359.022-.526.068.506.83 1.099 1.68 1.123 2.68.053 1.578-1.783 2.66-3.12 1.816-.474 2.005-2.003 6.357-3.25 2.984-.608-1.796-.8-3.042-1.29-4.71-1.37-5.86-6.926-6.632-9.542-2.77 1.02.237 1.563 1.216 1.581 2.209a19.47 19.47 0 0 0 .617 3.106c1.686-5.18 2.684-3.857 3.476-.628.763 3.262 1.634 6.646 3.812 7.636 2.868 1.541 6.014-.056 7.22-2.793.926-1.824 1.475-3.794 1.794-5.808.094-.804.352-1.654.08-2.445a2.154 2.154 0 0 0-1.975-1.345Z",
386
+ fill: `url(#${t.uniqueID}I)`
387
+ }, null, 8, J),
388
+ o("defs", null, [
389
+ o("radialGradient", {
390
+ id: `${t.uniqueID}b`,
391
+ cx: "0",
392
+ cy: "0",
393
+ r: "1",
394
+ gradientUnits: "userSpaceOnUse",
395
+ gradientTransform: "matrix(2.13439 7.60352 -5.7791 1.62226 13.31 10.864)"
396
+ }, x, 8, K),
397
+ o("radialGradient", {
398
+ id: `${t.uniqueID}c`,
399
+ cx: "0",
400
+ cy: "0",
401
+ r: "1",
402
+ gradientUnits: "userSpaceOnUse",
403
+ gradientTransform: "rotate(91.15 2.372 12.498) scale(5.34037 4.0585)"
404
+ }, e1, 8, o1),
405
+ o("radialGradient", {
406
+ id: `${t.uniqueID}d`,
407
+ cx: "0",
408
+ cy: "0",
409
+ r: "1",
410
+ gradientUnits: "userSpaceOnUse",
411
+ gradientTransform: "matrix(.12163 4.97661 -3.53355 .08636 14.406 10.475)"
412
+ }, a1, 8, c1),
413
+ o("radialGradient", {
414
+ id: `${t.uniqueID}e`,
415
+ cx: "0",
416
+ cy: "0",
417
+ r: "1",
418
+ gradientUnits: "userSpaceOnUse",
419
+ gradientTransform: "rotate(88.6 2.116 12.62) scale(4.01949 2.85355)"
420
+ }, u1, 8, n1),
421
+ o("radialGradient", {
422
+ id: `${t.uniqueID}f`,
423
+ cx: "0",
424
+ cy: "0",
425
+ r: "1",
426
+ gradientUnits: "userSpaceOnUse",
427
+ gradientTransform: "matrix(.07832 3.20482 -2.05149 .05014 14.505 10.46)"
428
+ }, y1, 8, _1),
429
+ o("radialGradient", {
430
+ id: `${t.uniqueID}g`,
431
+ cx: "0",
432
+ cy: "0",
433
+ r: "1",
434
+ gradientUnits: "userSpaceOnUse",
435
+ gradientTransform: "matrix(4.71998 2.08176 -1.56132 3.53999 15.107 10.823)"
436
+ }, g1, 8, D1),
437
+ o("radialGradient", {
438
+ id: `${t.uniqueID}h`,
439
+ cx: "0",
440
+ cy: "0",
441
+ r: "1",
442
+ gradientUnits: "userSpaceOnUse",
443
+ gradientTransform: "rotate(35.27 1.871 22.367) scale(6.87972 6.29006)"
444
+ }, U1, 8, q1),
445
+ o("radialGradient", {
446
+ id: `${t.uniqueID}i`,
447
+ cx: "0",
448
+ cy: "0",
449
+ r: "1",
450
+ gradientUnits: "userSpaceOnUse",
451
+ gradientTransform: "rotate(35.27 3992.42 -16350.874) scale(1222.04 857.335)"
452
+ }, S1, 8, m1),
453
+ o("radialGradient", {
454
+ id: `${t.uniqueID}j`,
455
+ cx: "0",
456
+ cy: "0",
457
+ r: "1",
458
+ gradientUnits: "userSpaceOnUse",
459
+ gradientTransform: "matrix(-1.15454 5.95627 -7.36134 -1.4269 15.633 12.59)"
460
+ }, G1, 8, E1),
461
+ o("radialGradient", {
462
+ id: `${t.uniqueID}k`,
463
+ cx: "0",
464
+ cy: "0",
465
+ r: "1",
466
+ gradientUnits: "userSpaceOnUse",
467
+ gradientTransform: "matrix(5.00898 -6.14599 6.63764 5.40967 12.659 12.66)"
468
+ }, T1, 8, Z1),
469
+ o("radialGradient", {
470
+ id: `${t.uniqueID}l`,
471
+ cx: "0",
472
+ cy: "0",
473
+ r: "1",
474
+ gradientUnits: "userSpaceOnUse",
475
+ gradientTransform: "rotate(-31.66 29.596 -14.578) scale(7.83644 6.19101)"
476
+ }, v1, 8, b1),
477
+ o("radialGradient", {
478
+ id: `${t.uniqueID}m`,
479
+ cx: "0",
480
+ cy: "0",
481
+ r: "1",
482
+ gradientUnits: "userSpaceOnUse",
483
+ gradientTransform: "rotate(-130.54 8.123 4.305) scale(4.60803 3.62824)"
484
+ }, H1, 8, z1),
485
+ o("radialGradient", {
486
+ id: `${t.uniqueID}n`,
487
+ cx: "0",
488
+ cy: "0",
489
+ r: "1",
490
+ gradientUnits: "userSpaceOnUse",
491
+ gradientTransform: "rotate(-173.11 5.113 7.166) scale(4.32268)"
492
+ }, N1, 8, j1),
493
+ o("radialGradient", {
494
+ id: `${t.uniqueID}o`,
495
+ cx: "0",
496
+ cy: "0",
497
+ r: "1",
498
+ gradientUnits: "userSpaceOnUse",
499
+ gradientTransform: "matrix(-1.49979 -2.6704 2.24306 -1.25978 9.292 15.322)"
500
+ }, R1, 8, V1),
501
+ o("radialGradient", {
502
+ id: `${t.uniqueID}p`,
503
+ cx: "0",
504
+ cy: "0",
505
+ r: "1",
506
+ gradientUnits: "userSpaceOnUse",
507
+ gradientTransform: "matrix(1.59048 -2.3571 1.86739 1.26004 8.97 13.84)"
508
+ }, P1, 8, J1),
509
+ o("radialGradient", {
510
+ id: `${t.uniqueID}w`,
511
+ cx: "0",
512
+ cy: "0",
513
+ r: "1",
514
+ gradientUnits: "userSpaceOnUse",
515
+ gradientTransform: "rotate(98.69 3.769 13.248) scale(9.50365 6.27223)"
516
+ }, o2, 8, Q1),
517
+ o("radialGradient", {
518
+ id: `${t.uniqueID}x`,
519
+ cx: "0",
520
+ cy: "0",
521
+ r: "1",
522
+ gradientUnits: "userSpaceOnUse",
523
+ gradientTransform: "rotate(98.69 3564.115 -4205.073) scale(1169.36 630.292)"
524
+ }, e2, 8, t2),
525
+ o("radialGradient", {
526
+ id: `${t.uniqueID}y`,
527
+ cx: "0",
528
+ cy: "0",
529
+ r: "1",
530
+ gradientUnits: "userSpaceOnUse",
531
+ gradientTransform: "matrix(-208.73104 1376.9188 -568.63835 -86.2015 449.639 -8432.51)"
532
+ }, r2, 8, c2),
533
+ o("radialGradient", {
534
+ id: `${t.uniqueID}z`,
535
+ cx: "0",
536
+ cy: "0",
537
+ r: "1",
538
+ gradientUnits: "userSpaceOnUse",
539
+ gradientTransform: "rotate(83.09 1.625 15.09) scale(8.3065 5.79627)"
540
+ }, u2, 8, f2),
541
+ o("radialGradient", {
542
+ id: `${t.uniqueID}A`,
543
+ cx: "0",
544
+ cy: "0",
545
+ r: "1",
546
+ gradientUnits: "userSpaceOnUse",
547
+ gradientTransform: "matrix(2.11462 7.69808 -5.23453 1.4379 17.747 12.507)"
548
+ }, F2, 8, _2),
549
+ o("radialGradient", {
550
+ id: `${t.uniqueID}B`,
551
+ cx: "0",
552
+ cy: "0",
553
+ r: "1",
554
+ gradientUnits: "userSpaceOnUse",
555
+ gradientTransform: "rotate(74.64 -1 18.508) scale(3.71184 3.52569)"
556
+ }, I2, 8, A2),
557
+ o("radialGradient", {
558
+ id: `${t.uniqueID}C`,
559
+ cx: "0",
560
+ cy: "0",
561
+ r: "1",
562
+ gradientUnits: "userSpaceOnUse",
563
+ gradientTransform: "rotate(74.64 -1.39 18.874) scale(3.71184 3.52569)"
564
+ }, $2, 8, g2),
565
+ o("radialGradient", {
566
+ id: `${t.uniqueID}D`,
567
+ cx: "0",
568
+ cy: "0",
569
+ r: "1",
570
+ gradientUnits: "userSpaceOnUse",
571
+ gradientTransform: "rotate(67.03 -5.966 12.195) scale(8.85826 5.87875)"
572
+ }, B2, 8, U2),
573
+ o("radialGradient", {
574
+ id: `${t.uniqueID}E`,
575
+ cx: "0",
576
+ cy: "0",
577
+ r: "1",
578
+ gradientUnits: "userSpaceOnUse",
579
+ gradientTransform: "rotate(76.1 -3.631 9.511) scale(6.57096 4.33828)"
580
+ }, O2, 8, S2),
581
+ o("radialGradient", {
582
+ id: `${t.uniqueID}F`,
583
+ cx: "0",
584
+ cy: "0",
585
+ r: "1",
586
+ gradientUnits: "userSpaceOnUse",
587
+ gradientTransform: "rotate(76.1 -3.631 9.511) scale(6.57096 4.33828)"
588
+ }, M2, 8, G2),
589
+ o("radialGradient", {
590
+ id: `${t.uniqueID}G`,
591
+ cx: "0",
592
+ cy: "0",
593
+ r: "1",
594
+ gradientUnits: "userSpaceOnUse",
595
+ gradientTransform: "matrix(1.20766 4.87994 -3.22119 .79716 7.038 10.013)"
596
+ }, w2, 8, T2),
597
+ o("radialGradient", {
598
+ id: `${t.uniqueID}H`,
599
+ cx: "0",
600
+ cy: "0",
601
+ r: "1",
602
+ gradientUnits: "userSpaceOnUse",
603
+ gradientTransform: "matrix(.19816 3.96661 -3.49235 .17447 8.602 11.48)"
604
+ }, L2, 8, v2),
605
+ o("linearGradient", {
606
+ id: `${t.uniqueID}a`,
607
+ x1: "2.239",
608
+ y1: "14.79",
609
+ x2: "18.928",
610
+ y2: "8.043",
611
+ gradientUnits: "userSpaceOnUse"
612
+ }, W2, 8, N2),
613
+ o("linearGradient", {
614
+ id: `${t.uniqueID}q`,
615
+ x1: "3.364",
616
+ y1: "4.084",
617
+ x2: "10.702",
618
+ y2: "10.875",
619
+ gradientUnits: "userSpaceOnUse"
620
+ }, K2, 8, R2),
621
+ o("linearGradient", {
622
+ id: `${t.uniqueID}r`,
623
+ x1: "-.806",
624
+ y1: "15.169",
625
+ x2: "7.761",
626
+ y2: "12.739",
627
+ gradientUnits: "userSpaceOnUse"
628
+ }, X2, 8, P2),
629
+ o("linearGradient", {
630
+ id: `${t.uniqueID}s`,
631
+ x1: "1.434",
632
+ y1: "14.882",
633
+ x2: "11.114",
634
+ y2: "11.432",
635
+ gradientUnits: "userSpaceOnUse"
636
+ }, oo, 8, Y2),
637
+ o("linearGradient", {
638
+ id: `${t.uniqueID}t`,
639
+ x1: "10.664",
640
+ y1: "9.876",
641
+ x2: "16.065",
642
+ y2: "18.686",
643
+ gradientUnits: "userSpaceOnUse"
644
+ }, po, 8, to),
645
+ o("linearGradient", {
646
+ id: `${t.uniqueID}u`,
647
+ x1: "16.677",
648
+ y1: "13.17",
649
+ x2: "15.83",
650
+ y2: "9.031",
651
+ gradientUnits: "userSpaceOnUse"
652
+ }, co, 8, io),
653
+ o("linearGradient", {
654
+ id: `${t.uniqueID}v`,
655
+ x1: "4.819",
656
+ y1: "8.885",
657
+ x2: "22.692",
658
+ y2: "14.803",
659
+ gradientUnits: "userSpaceOnUse"
660
+ }, uo, 8, lo),
661
+ o("linearGradient", {
662
+ id: `${t.uniqueID}I`,
663
+ x1: "16.438",
664
+ y1: "1.578",
665
+ x2: "11.921",
666
+ y2: "12.742",
667
+ gradientUnits: "userSpaceOnUse"
668
+ }, yo, 8, _o)
669
+ ])
670
+ ], 10, d);
671
+ }
672
+ const Uo = /* @__PURE__ */ r(f, [["render", Do]]);
673
+ export {
674
+ Uo as default
675
+ };
676
+ //# sourceMappingURL=webex.js.map