@dialpad/dialtone-icons 0.0.20 → 0.0.21
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/dialtone-icons.common.js +145 -9
- package/dist/dialtone-icons.umd.js +145 -9
- package/dist/dialtone-icons.umd.min.js +1 -1
- package/dist/icons.json +1 -1
- package/dist/svg/attestation.svg +1 -1
- package/dist/svg/dash.svg +1 -0
- package/dist/svg/end-chat.svg +1 -0
- package/dist/svg/live-queue.svg +1 -0
- package/package.json +1 -1
|
@@ -196,6 +196,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
196
196
|
"CornerUpRight": function() { return /* reexport */ CornerUpRight; },
|
|
197
197
|
"Cpu": function() { return /* reexport */ Cpu; },
|
|
198
198
|
"CreditCard": function() { return /* reexport */ CreditCard; },
|
|
199
|
+
"Dash": function() { return /* reexport */ Dash; },
|
|
199
200
|
"Delete": function() { return /* reexport */ Delete; },
|
|
200
201
|
"Dialer": function() { return /* reexport */ Dialer; },
|
|
201
202
|
"DialpadAi": function() { return /* reexport */ DialpadAi; },
|
|
@@ -205,6 +206,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
205
206
|
"DpPhone": function() { return /* reexport */ DpPhone; },
|
|
206
207
|
"Edit": function() { return /* reexport */ Edit; },
|
|
207
208
|
"Edit2": function() { return /* reexport */ Edit2; },
|
|
209
|
+
"EndChat": function() { return /* reexport */ EndChat; },
|
|
208
210
|
"Equal": function() { return /* reexport */ Equal; },
|
|
209
211
|
"Eraser": function() { return /* reexport */ Eraser; },
|
|
210
212
|
"Expand": function() { return /* reexport */ Expand; },
|
|
@@ -280,6 +282,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
280
282
|
"ListBullet": function() { return /* reexport */ ListBullet; },
|
|
281
283
|
"ListChecks": function() { return /* reexport */ ListChecks; },
|
|
282
284
|
"Listen": function() { return /* reexport */ Listen; },
|
|
285
|
+
"LiveQueue": function() { return /* reexport */ LiveQueue; },
|
|
283
286
|
"LivingThing": function() { return /* reexport */ LivingThing; },
|
|
284
287
|
"Loading": function() { return /* reexport */ Loading; },
|
|
285
288
|
"Lock": function() { return /* reexport */ Lock; },
|
|
@@ -1782,8 +1785,8 @@ var AtSign_component = normalizeComponent(
|
|
|
1782
1785
|
)
|
|
1783
1786
|
|
|
1784
1787
|
/* harmony default export */ var AtSign = (AtSign_component.exports);
|
|
1785
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Attestation.vue?vue&type=template&id=
|
|
1786
|
-
var
|
|
1788
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Attestation.vue?vue&type=template&id=669fe9b2&
|
|
1789
|
+
var Attestationvue_type_template_id_669fe9b2_render = function render() {
|
|
1787
1790
|
var _vm = this,
|
|
1788
1791
|
_c = _vm._self._c;
|
|
1789
1792
|
return _c('svg', {
|
|
@@ -1793,7 +1796,7 @@ var Attestationvue_type_template_id_440d91d7_render = function render() {
|
|
|
1793
1796
|
"role": "img",
|
|
1794
1797
|
"data-name": "Attestation",
|
|
1795
1798
|
"xmlns": "http://www.w3.org/2000/svg",
|
|
1796
|
-
"viewBox": "0 0
|
|
1799
|
+
"viewBox": "0 0 13 12"
|
|
1797
1800
|
}
|
|
1798
1801
|
}, [_c('g', {
|
|
1799
1802
|
attrs: {
|
|
@@ -1803,21 +1806,22 @@ var Attestationvue_type_template_id_440d91d7_render = function render() {
|
|
|
1803
1806
|
attrs: {
|
|
1804
1807
|
"fill": "currentColor",
|
|
1805
1808
|
"fill-rule": "evenodd",
|
|
1806
|
-
"d": "
|
|
1809
|
+
"d": "M4.92 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-4Zm1.443 8.442 4-4a.625.625 0 1 0-.884-.884L5.92 7.116 4.363 5.558a.625.625 0 1 0-.884.884l2 2c.244.244.64.244.884 0Z",
|
|
1807
1810
|
"clip-rule": "evenodd"
|
|
1808
1811
|
}
|
|
1809
1812
|
})]), _c('defs', [_c('clipPath', {
|
|
1810
1813
|
attrs: {
|
|
1811
1814
|
"id": "attestation__a"
|
|
1812
1815
|
}
|
|
1813
|
-
}, [_c('
|
|
1816
|
+
}, [_c('path', {
|
|
1814
1817
|
attrs: {
|
|
1815
1818
|
"fill": "#fff",
|
|
1816
|
-
"
|
|
1819
|
+
"d": "M0 0h12v12H0z",
|
|
1820
|
+
"transform": "translate(.92)"
|
|
1817
1821
|
}
|
|
1818
1822
|
})])])]);
|
|
1819
1823
|
};
|
|
1820
|
-
var
|
|
1824
|
+
var Attestationvue_type_template_id_669fe9b2_staticRenderFns = [];
|
|
1821
1825
|
|
|
1822
1826
|
;// CONCATENATED MODULE: ./src/icons/Attestation.vue
|
|
1823
1827
|
|
|
@@ -1828,8 +1832,8 @@ var Attestation_script = {}
|
|
|
1828
1832
|
;
|
|
1829
1833
|
var Attestation_component = normalizeComponent(
|
|
1830
1834
|
Attestation_script,
|
|
1831
|
-
|
|
1832
|
-
|
|
1835
|
+
Attestationvue_type_template_id_669fe9b2_render,
|
|
1836
|
+
Attestationvue_type_template_id_669fe9b2_staticRenderFns,
|
|
1833
1837
|
false,
|
|
1834
1838
|
null,
|
|
1835
1839
|
null,
|
|
@@ -8261,6 +8265,49 @@ var CreditCard_component = normalizeComponent(
|
|
|
8261
8265
|
)
|
|
8262
8266
|
|
|
8263
8267
|
/* harmony default export */ var CreditCard = (CreditCard_component.exports);
|
|
8268
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Dash.vue?vue&type=template&id=3ebd4475&
|
|
8269
|
+
var Dashvue_type_template_id_3ebd4475_render = function render() {
|
|
8270
|
+
var _vm = this,
|
|
8271
|
+
_c = _vm._self._c;
|
|
8272
|
+
return _c('svg', {
|
|
8273
|
+
staticClass: "d-icon d-icon--dash",
|
|
8274
|
+
attrs: {
|
|
8275
|
+
"aria-hidden": "true",
|
|
8276
|
+
"role": "img",
|
|
8277
|
+
"data-name": "Dash",
|
|
8278
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8279
|
+
"viewBox": "0 0 12 12"
|
|
8280
|
+
}
|
|
8281
|
+
}, [_c('path', {
|
|
8282
|
+
attrs: {
|
|
8283
|
+
"fill": "currentColor",
|
|
8284
|
+
"fill-rule": "evenodd",
|
|
8285
|
+
"d": "M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z",
|
|
8286
|
+
"clip-rule": "evenodd"
|
|
8287
|
+
}
|
|
8288
|
+
})]);
|
|
8289
|
+
};
|
|
8290
|
+
var Dashvue_type_template_id_3ebd4475_staticRenderFns = [];
|
|
8291
|
+
|
|
8292
|
+
;// CONCATENATED MODULE: ./src/icons/Dash.vue
|
|
8293
|
+
|
|
8294
|
+
var Dash_script = {}
|
|
8295
|
+
|
|
8296
|
+
|
|
8297
|
+
/* normalize component */
|
|
8298
|
+
;
|
|
8299
|
+
var Dash_component = normalizeComponent(
|
|
8300
|
+
Dash_script,
|
|
8301
|
+
Dashvue_type_template_id_3ebd4475_render,
|
|
8302
|
+
Dashvue_type_template_id_3ebd4475_staticRenderFns,
|
|
8303
|
+
false,
|
|
8304
|
+
null,
|
|
8305
|
+
null,
|
|
8306
|
+
null
|
|
8307
|
+
|
|
8308
|
+
)
|
|
8309
|
+
|
|
8310
|
+
/* harmony default export */ var Dash = (Dash_component.exports);
|
|
8264
8311
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Delete.vue?vue&type=template&id=70e7a523&
|
|
8265
8312
|
var Deletevue_type_template_id_70e7a523_render = function render() {
|
|
8266
8313
|
var _vm = this,
|
|
@@ -8751,6 +8798,49 @@ var Edit2_component = normalizeComponent(
|
|
|
8751
8798
|
)
|
|
8752
8799
|
|
|
8753
8800
|
/* harmony default export */ var Edit2 = (Edit2_component.exports);
|
|
8801
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/EndChat.vue?vue&type=template&id=4013e61a&
|
|
8802
|
+
var EndChatvue_type_template_id_4013e61a_render = function render() {
|
|
8803
|
+
var _vm = this,
|
|
8804
|
+
_c = _vm._self._c;
|
|
8805
|
+
return _c('svg', {
|
|
8806
|
+
staticClass: "d-icon d-icon--end-chat",
|
|
8807
|
+
attrs: {
|
|
8808
|
+
"aria-hidden": "true",
|
|
8809
|
+
"role": "img",
|
|
8810
|
+
"data-name": "End Chat",
|
|
8811
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8812
|
+
"viewBox": "0 0 12 12"
|
|
8813
|
+
}
|
|
8814
|
+
}, [_c('path', {
|
|
8815
|
+
attrs: {
|
|
8816
|
+
"fill": "currentColor",
|
|
8817
|
+
"fill-rule": "evenodd",
|
|
8818
|
+
"d": "M2.5 2a.5.5 0 0 0-.5.5v6.793l1.147-1.146A.5.5 0 0 1 3.5 8H5a.5.5 0 1 1 0 1H3.707l-1.853 1.854A.5.5 0 0 1 1 10.501v-8A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v2.75a.5.5 0 1 1-1 0V2.5a.5.5 0 0 0-.5-.5h-7Zm6.308 4.5a.5.5 0 0 1 .5.5v2.41l.955-.955a.5.5 0 1 1 .707.707L9.162 10.97a.5.5 0 0 1-.707 0L6.647 9.162a.5.5 0 1 1 .707-.707l.954.955V7a.5.5 0 0 1 .5-.5Z",
|
|
8819
|
+
"clip-rule": "evenodd"
|
|
8820
|
+
}
|
|
8821
|
+
})]);
|
|
8822
|
+
};
|
|
8823
|
+
var EndChatvue_type_template_id_4013e61a_staticRenderFns = [];
|
|
8824
|
+
|
|
8825
|
+
;// CONCATENATED MODULE: ./src/icons/EndChat.vue
|
|
8826
|
+
|
|
8827
|
+
var EndChat_script = {}
|
|
8828
|
+
|
|
8829
|
+
|
|
8830
|
+
/* normalize component */
|
|
8831
|
+
;
|
|
8832
|
+
var EndChat_component = normalizeComponent(
|
|
8833
|
+
EndChat_script,
|
|
8834
|
+
EndChatvue_type_template_id_4013e61a_render,
|
|
8835
|
+
EndChatvue_type_template_id_4013e61a_staticRenderFns,
|
|
8836
|
+
false,
|
|
8837
|
+
null,
|
|
8838
|
+
null,
|
|
8839
|
+
null
|
|
8840
|
+
|
|
8841
|
+
)
|
|
8842
|
+
|
|
8843
|
+
/* harmony default export */ var EndChat = (EndChat_component.exports);
|
|
8754
8844
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Equal.vue?vue&type=template&id=020a8ffa&
|
|
8755
8845
|
var Equalvue_type_template_id_020a8ffa_render = function render() {
|
|
8756
8846
|
var _vm = this,
|
|
@@ -12517,6 +12607,49 @@ var Listen_component = normalizeComponent(
|
|
|
12517
12607
|
)
|
|
12518
12608
|
|
|
12519
12609
|
/* harmony default export */ var Listen = (Listen_component.exports);
|
|
12610
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/LiveQueue.vue?vue&type=template&id=55e12908&
|
|
12611
|
+
var LiveQueuevue_type_template_id_55e12908_render = function render() {
|
|
12612
|
+
var _vm = this,
|
|
12613
|
+
_c = _vm._self._c;
|
|
12614
|
+
return _c('svg', {
|
|
12615
|
+
staticClass: "d-icon d-icon--live-queue",
|
|
12616
|
+
attrs: {
|
|
12617
|
+
"aria-hidden": "true",
|
|
12618
|
+
"role": "img",
|
|
12619
|
+
"data-name": "Live Queue",
|
|
12620
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12621
|
+
"viewBox": "0 0 12 12"
|
|
12622
|
+
}
|
|
12623
|
+
}, [_c('path', {
|
|
12624
|
+
attrs: {
|
|
12625
|
+
"fill": "currentColor",
|
|
12626
|
+
"fill-rule": "evenodd",
|
|
12627
|
+
"d": "M3.146 1.646a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708l-1 1a.5.5 0 1 1-.708-.708l.147-.146H2a.5.5 0 0 1 0-1h1.293l-.147-.146a.5.5 0 0 1 0-.708ZM10 3.5H6.5a.5.5 0 0 1 0-1H10a.5.5 0 0 1 0 1ZM1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z",
|
|
12628
|
+
"clip-rule": "evenodd"
|
|
12629
|
+
}
|
|
12630
|
+
})]);
|
|
12631
|
+
};
|
|
12632
|
+
var LiveQueuevue_type_template_id_55e12908_staticRenderFns = [];
|
|
12633
|
+
|
|
12634
|
+
;// CONCATENATED MODULE: ./src/icons/LiveQueue.vue
|
|
12635
|
+
|
|
12636
|
+
var LiveQueue_script = {}
|
|
12637
|
+
|
|
12638
|
+
|
|
12639
|
+
/* normalize component */
|
|
12640
|
+
;
|
|
12641
|
+
var LiveQueue_component = normalizeComponent(
|
|
12642
|
+
LiveQueue_script,
|
|
12643
|
+
LiveQueuevue_type_template_id_55e12908_render,
|
|
12644
|
+
LiveQueuevue_type_template_id_55e12908_staticRenderFns,
|
|
12645
|
+
false,
|
|
12646
|
+
null,
|
|
12647
|
+
null,
|
|
12648
|
+
null
|
|
12649
|
+
|
|
12650
|
+
)
|
|
12651
|
+
|
|
12652
|
+
/* harmony default export */ var LiveQueue = (LiveQueue_component.exports);
|
|
12520
12653
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/LivingThing.vue?vue&type=template&id=6e606aaa&
|
|
12521
12654
|
var LivingThingvue_type_template_id_6e606aaa_render = function render() {
|
|
12522
12655
|
var _vm = this,
|
|
@@ -22785,6 +22918,9 @@ var ZoomOut_component = normalizeComponent(
|
|
|
22785
22918
|
|
|
22786
22919
|
|
|
22787
22920
|
|
|
22921
|
+
|
|
22922
|
+
|
|
22923
|
+
|
|
22788
22924
|
|
|
22789
22925
|
|
|
22790
22926
|
|
|
@@ -206,6 +206,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
206
206
|
"CornerUpRight": function() { return /* reexport */ CornerUpRight; },
|
|
207
207
|
"Cpu": function() { return /* reexport */ Cpu; },
|
|
208
208
|
"CreditCard": function() { return /* reexport */ CreditCard; },
|
|
209
|
+
"Dash": function() { return /* reexport */ Dash; },
|
|
209
210
|
"Delete": function() { return /* reexport */ Delete; },
|
|
210
211
|
"Dialer": function() { return /* reexport */ Dialer; },
|
|
211
212
|
"DialpadAi": function() { return /* reexport */ DialpadAi; },
|
|
@@ -215,6 +216,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
215
216
|
"DpPhone": function() { return /* reexport */ DpPhone; },
|
|
216
217
|
"Edit": function() { return /* reexport */ Edit; },
|
|
217
218
|
"Edit2": function() { return /* reexport */ Edit2; },
|
|
219
|
+
"EndChat": function() { return /* reexport */ EndChat; },
|
|
218
220
|
"Equal": function() { return /* reexport */ Equal; },
|
|
219
221
|
"Eraser": function() { return /* reexport */ Eraser; },
|
|
220
222
|
"Expand": function() { return /* reexport */ Expand; },
|
|
@@ -290,6 +292,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
290
292
|
"ListBullet": function() { return /* reexport */ ListBullet; },
|
|
291
293
|
"ListChecks": function() { return /* reexport */ ListChecks; },
|
|
292
294
|
"Listen": function() { return /* reexport */ Listen; },
|
|
295
|
+
"LiveQueue": function() { return /* reexport */ LiveQueue; },
|
|
293
296
|
"LivingThing": function() { return /* reexport */ LivingThing; },
|
|
294
297
|
"Loading": function() { return /* reexport */ Loading; },
|
|
295
298
|
"Lock": function() { return /* reexport */ Lock; },
|
|
@@ -1792,8 +1795,8 @@ var AtSign_component = normalizeComponent(
|
|
|
1792
1795
|
)
|
|
1793
1796
|
|
|
1794
1797
|
/* harmony default export */ var AtSign = (AtSign_component.exports);
|
|
1795
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Attestation.vue?vue&type=template&id=
|
|
1796
|
-
var
|
|
1798
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Attestation.vue?vue&type=template&id=669fe9b2&
|
|
1799
|
+
var Attestationvue_type_template_id_669fe9b2_render = function render() {
|
|
1797
1800
|
var _vm = this,
|
|
1798
1801
|
_c = _vm._self._c;
|
|
1799
1802
|
return _c('svg', {
|
|
@@ -1803,7 +1806,7 @@ var Attestationvue_type_template_id_440d91d7_render = function render() {
|
|
|
1803
1806
|
"role": "img",
|
|
1804
1807
|
"data-name": "Attestation",
|
|
1805
1808
|
"xmlns": "http://www.w3.org/2000/svg",
|
|
1806
|
-
"viewBox": "0 0
|
|
1809
|
+
"viewBox": "0 0 13 12"
|
|
1807
1810
|
}
|
|
1808
1811
|
}, [_c('g', {
|
|
1809
1812
|
attrs: {
|
|
@@ -1813,21 +1816,22 @@ var Attestationvue_type_template_id_440d91d7_render = function render() {
|
|
|
1813
1816
|
attrs: {
|
|
1814
1817
|
"fill": "currentColor",
|
|
1815
1818
|
"fill-rule": "evenodd",
|
|
1816
|
-
"d": "
|
|
1819
|
+
"d": "M4.92 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-4Zm1.443 8.442 4-4a.625.625 0 1 0-.884-.884L5.92 7.116 4.363 5.558a.625.625 0 1 0-.884.884l2 2c.244.244.64.244.884 0Z",
|
|
1817
1820
|
"clip-rule": "evenodd"
|
|
1818
1821
|
}
|
|
1819
1822
|
})]), _c('defs', [_c('clipPath', {
|
|
1820
1823
|
attrs: {
|
|
1821
1824
|
"id": "attestation__a"
|
|
1822
1825
|
}
|
|
1823
|
-
}, [_c('
|
|
1826
|
+
}, [_c('path', {
|
|
1824
1827
|
attrs: {
|
|
1825
1828
|
"fill": "#fff",
|
|
1826
|
-
"
|
|
1829
|
+
"d": "M0 0h12v12H0z",
|
|
1830
|
+
"transform": "translate(.92)"
|
|
1827
1831
|
}
|
|
1828
1832
|
})])])]);
|
|
1829
1833
|
};
|
|
1830
|
-
var
|
|
1834
|
+
var Attestationvue_type_template_id_669fe9b2_staticRenderFns = [];
|
|
1831
1835
|
|
|
1832
1836
|
;// CONCATENATED MODULE: ./src/icons/Attestation.vue
|
|
1833
1837
|
|
|
@@ -1838,8 +1842,8 @@ var Attestation_script = {}
|
|
|
1838
1842
|
;
|
|
1839
1843
|
var Attestation_component = normalizeComponent(
|
|
1840
1844
|
Attestation_script,
|
|
1841
|
-
|
|
1842
|
-
|
|
1845
|
+
Attestationvue_type_template_id_669fe9b2_render,
|
|
1846
|
+
Attestationvue_type_template_id_669fe9b2_staticRenderFns,
|
|
1843
1847
|
false,
|
|
1844
1848
|
null,
|
|
1845
1849
|
null,
|
|
@@ -8271,6 +8275,49 @@ var CreditCard_component = normalizeComponent(
|
|
|
8271
8275
|
)
|
|
8272
8276
|
|
|
8273
8277
|
/* harmony default export */ var CreditCard = (CreditCard_component.exports);
|
|
8278
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Dash.vue?vue&type=template&id=3ebd4475&
|
|
8279
|
+
var Dashvue_type_template_id_3ebd4475_render = function render() {
|
|
8280
|
+
var _vm = this,
|
|
8281
|
+
_c = _vm._self._c;
|
|
8282
|
+
return _c('svg', {
|
|
8283
|
+
staticClass: "d-icon d-icon--dash",
|
|
8284
|
+
attrs: {
|
|
8285
|
+
"aria-hidden": "true",
|
|
8286
|
+
"role": "img",
|
|
8287
|
+
"data-name": "Dash",
|
|
8288
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8289
|
+
"viewBox": "0 0 12 12"
|
|
8290
|
+
}
|
|
8291
|
+
}, [_c('path', {
|
|
8292
|
+
attrs: {
|
|
8293
|
+
"fill": "currentColor",
|
|
8294
|
+
"fill-rule": "evenodd",
|
|
8295
|
+
"d": "M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z",
|
|
8296
|
+
"clip-rule": "evenodd"
|
|
8297
|
+
}
|
|
8298
|
+
})]);
|
|
8299
|
+
};
|
|
8300
|
+
var Dashvue_type_template_id_3ebd4475_staticRenderFns = [];
|
|
8301
|
+
|
|
8302
|
+
;// CONCATENATED MODULE: ./src/icons/Dash.vue
|
|
8303
|
+
|
|
8304
|
+
var Dash_script = {}
|
|
8305
|
+
|
|
8306
|
+
|
|
8307
|
+
/* normalize component */
|
|
8308
|
+
;
|
|
8309
|
+
var Dash_component = normalizeComponent(
|
|
8310
|
+
Dash_script,
|
|
8311
|
+
Dashvue_type_template_id_3ebd4475_render,
|
|
8312
|
+
Dashvue_type_template_id_3ebd4475_staticRenderFns,
|
|
8313
|
+
false,
|
|
8314
|
+
null,
|
|
8315
|
+
null,
|
|
8316
|
+
null
|
|
8317
|
+
|
|
8318
|
+
)
|
|
8319
|
+
|
|
8320
|
+
/* harmony default export */ var Dash = (Dash_component.exports);
|
|
8274
8321
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Delete.vue?vue&type=template&id=70e7a523&
|
|
8275
8322
|
var Deletevue_type_template_id_70e7a523_render = function render() {
|
|
8276
8323
|
var _vm = this,
|
|
@@ -8761,6 +8808,49 @@ var Edit2_component = normalizeComponent(
|
|
|
8761
8808
|
)
|
|
8762
8809
|
|
|
8763
8810
|
/* harmony default export */ var Edit2 = (Edit2_component.exports);
|
|
8811
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/EndChat.vue?vue&type=template&id=4013e61a&
|
|
8812
|
+
var EndChatvue_type_template_id_4013e61a_render = function render() {
|
|
8813
|
+
var _vm = this,
|
|
8814
|
+
_c = _vm._self._c;
|
|
8815
|
+
return _c('svg', {
|
|
8816
|
+
staticClass: "d-icon d-icon--end-chat",
|
|
8817
|
+
attrs: {
|
|
8818
|
+
"aria-hidden": "true",
|
|
8819
|
+
"role": "img",
|
|
8820
|
+
"data-name": "End Chat",
|
|
8821
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8822
|
+
"viewBox": "0 0 12 12"
|
|
8823
|
+
}
|
|
8824
|
+
}, [_c('path', {
|
|
8825
|
+
attrs: {
|
|
8826
|
+
"fill": "currentColor",
|
|
8827
|
+
"fill-rule": "evenodd",
|
|
8828
|
+
"d": "M2.5 2a.5.5 0 0 0-.5.5v6.793l1.147-1.146A.5.5 0 0 1 3.5 8H5a.5.5 0 1 1 0 1H3.707l-1.853 1.854A.5.5 0 0 1 1 10.501v-8A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v2.75a.5.5 0 1 1-1 0V2.5a.5.5 0 0 0-.5-.5h-7Zm6.308 4.5a.5.5 0 0 1 .5.5v2.41l.955-.955a.5.5 0 1 1 .707.707L9.162 10.97a.5.5 0 0 1-.707 0L6.647 9.162a.5.5 0 1 1 .707-.707l.954.955V7a.5.5 0 0 1 .5-.5Z",
|
|
8829
|
+
"clip-rule": "evenodd"
|
|
8830
|
+
}
|
|
8831
|
+
})]);
|
|
8832
|
+
};
|
|
8833
|
+
var EndChatvue_type_template_id_4013e61a_staticRenderFns = [];
|
|
8834
|
+
|
|
8835
|
+
;// CONCATENATED MODULE: ./src/icons/EndChat.vue
|
|
8836
|
+
|
|
8837
|
+
var EndChat_script = {}
|
|
8838
|
+
|
|
8839
|
+
|
|
8840
|
+
/* normalize component */
|
|
8841
|
+
;
|
|
8842
|
+
var EndChat_component = normalizeComponent(
|
|
8843
|
+
EndChat_script,
|
|
8844
|
+
EndChatvue_type_template_id_4013e61a_render,
|
|
8845
|
+
EndChatvue_type_template_id_4013e61a_staticRenderFns,
|
|
8846
|
+
false,
|
|
8847
|
+
null,
|
|
8848
|
+
null,
|
|
8849
|
+
null
|
|
8850
|
+
|
|
8851
|
+
)
|
|
8852
|
+
|
|
8853
|
+
/* harmony default export */ var EndChat = (EndChat_component.exports);
|
|
8764
8854
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/Equal.vue?vue&type=template&id=020a8ffa&
|
|
8765
8855
|
var Equalvue_type_template_id_020a8ffa_render = function render() {
|
|
8766
8856
|
var _vm = this,
|
|
@@ -12527,6 +12617,49 @@ var Listen_component = normalizeComponent(
|
|
|
12527
12617
|
)
|
|
12528
12618
|
|
|
12529
12619
|
/* harmony default export */ var Listen = (Listen_component.exports);
|
|
12620
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/LiveQueue.vue?vue&type=template&id=55e12908&
|
|
12621
|
+
var LiveQueuevue_type_template_id_55e12908_render = function render() {
|
|
12622
|
+
var _vm = this,
|
|
12623
|
+
_c = _vm._self._c;
|
|
12624
|
+
return _c('svg', {
|
|
12625
|
+
staticClass: "d-icon d-icon--live-queue",
|
|
12626
|
+
attrs: {
|
|
12627
|
+
"aria-hidden": "true",
|
|
12628
|
+
"role": "img",
|
|
12629
|
+
"data-name": "Live Queue",
|
|
12630
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12631
|
+
"viewBox": "0 0 12 12"
|
|
12632
|
+
}
|
|
12633
|
+
}, [_c('path', {
|
|
12634
|
+
attrs: {
|
|
12635
|
+
"fill": "currentColor",
|
|
12636
|
+
"fill-rule": "evenodd",
|
|
12637
|
+
"d": "M3.146 1.646a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708l-1 1a.5.5 0 1 1-.708-.708l.147-.146H2a.5.5 0 0 1 0-1h1.293l-.147-.146a.5.5 0 0 1 0-.708ZM10 3.5H6.5a.5.5 0 0 1 0-1H10a.5.5 0 0 1 0 1ZM1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z",
|
|
12638
|
+
"clip-rule": "evenodd"
|
|
12639
|
+
}
|
|
12640
|
+
})]);
|
|
12641
|
+
};
|
|
12642
|
+
var LiveQueuevue_type_template_id_55e12908_staticRenderFns = [];
|
|
12643
|
+
|
|
12644
|
+
;// CONCATENATED MODULE: ./src/icons/LiveQueue.vue
|
|
12645
|
+
|
|
12646
|
+
var LiveQueue_script = {}
|
|
12647
|
+
|
|
12648
|
+
|
|
12649
|
+
/* normalize component */
|
|
12650
|
+
;
|
|
12651
|
+
var LiveQueue_component = normalizeComponent(
|
|
12652
|
+
LiveQueue_script,
|
|
12653
|
+
LiveQueuevue_type_template_id_55e12908_render,
|
|
12654
|
+
LiveQueuevue_type_template_id_55e12908_staticRenderFns,
|
|
12655
|
+
false,
|
|
12656
|
+
null,
|
|
12657
|
+
null,
|
|
12658
|
+
null
|
|
12659
|
+
|
|
12660
|
+
)
|
|
12661
|
+
|
|
12662
|
+
/* harmony default export */ var LiveQueue = (LiveQueue_component.exports);
|
|
12530
12663
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/icons/LivingThing.vue?vue&type=template&id=6e606aaa&
|
|
12531
12664
|
var LivingThingvue_type_template_id_6e606aaa_render = function render() {
|
|
12532
12665
|
var _vm = this,
|
|
@@ -22795,6 +22928,9 @@ var ZoomOut_component = normalizeComponent(
|
|
|
22795
22928
|
|
|
22796
22929
|
|
|
22797
22930
|
|
|
22931
|
+
|
|
22932
|
+
|
|
22933
|
+
|
|
22798
22934
|
|
|
22799
22935
|
|
|
22800
22936
|
|