@dialpad/dialtone-icons 0.0.14 → 0.0.15
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 +135 -0
- package/dist/dialtone-icons.umd.js +135 -0
- package/dist/dialtone-icons.umd.min.js +1 -1
- package/dist/icons.json +3 -0
- package/dist/svg/hd.svg +1 -0
- package/dist/svg/switch-to-cellular.svg +1 -0
- package/dist/svg/switch-to-hd.svg +1 -0
- package/package.json +1 -1
|
@@ -236,6 +236,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
236
236
|
"Hash": function() { return /* reexport */ Hash; },
|
|
237
237
|
"HashBold": function() { return /* reexport */ HashBold; },
|
|
238
238
|
"Haze": function() { return /* reexport */ Haze; },
|
|
239
|
+
"Hd": function() { return /* reexport */ Hd; },
|
|
239
240
|
"Headphones": function() { return /* reexport */ Headphones; },
|
|
240
241
|
"Heart": function() { return /* reexport */ Heart; },
|
|
241
242
|
"HelpCircle": function() { return /* reexport */ HelpCircle; },
|
|
@@ -401,6 +402,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
401
402
|
"SunMedium": function() { return /* reexport */ SunMedium; },
|
|
402
403
|
"Sunrise": function() { return /* reexport */ Sunrise; },
|
|
403
404
|
"Sunset": function() { return /* reexport */ Sunset; },
|
|
405
|
+
"SwitchToCellular": function() { return /* reexport */ SwitchToCellular; },
|
|
406
|
+
"SwitchToHd": function() { return /* reexport */ SwitchToHd; },
|
|
404
407
|
"Table": function() { return /* reexport */ Table; },
|
|
405
408
|
"Tag": function() { return /* reexport */ Tag; },
|
|
406
409
|
"Tags": function() { return /* reexport */ Tags; },
|
|
@@ -10344,6 +10347,49 @@ var Haze_component = normalizeComponent(
|
|
|
10344
10347
|
)
|
|
10345
10348
|
|
|
10346
10349
|
/* harmony default export */ var Haze = (Haze_component.exports);
|
|
10350
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/Hd.vue?vue&type=template&id=216033fb&
|
|
10351
|
+
var Hdvue_type_template_id_216033fb_render = function render() {
|
|
10352
|
+
var _vm = this,
|
|
10353
|
+
_c = _vm._self._c;
|
|
10354
|
+
return _c('svg', {
|
|
10355
|
+
staticClass: "d-icon d-icon--hd",
|
|
10356
|
+
attrs: {
|
|
10357
|
+
"aria-hidden": "true",
|
|
10358
|
+
"role": "img",
|
|
10359
|
+
"data-name": "Hd",
|
|
10360
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10361
|
+
"viewBox": "0 0 12 12"
|
|
10362
|
+
}
|
|
10363
|
+
}, [_c('path', {
|
|
10364
|
+
attrs: {
|
|
10365
|
+
"fill": "currentColor",
|
|
10366
|
+
"fill-rule": "evenodd",
|
|
10367
|
+
"d": "M1 9.5A1.5 1.5 0 0 0 2.5 11h7c.826 0 1.5-.674 1.5-1.5v-7c0-.826-.674-1.5-1.5-1.5h-7A1.5 1.5 0 0 0 1 2.5v7Zm1.5.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h7c.274 0 .5.226.5.5v7c0 .274-.226.5-.5.5h-7Zm.75-2a.5.5 0 0 0 .5-.5v-1h1v1a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-1 0v1h-1v-1a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5Zm3-.5a.5.5 0 0 0 .5.5h.5a2 2 0 1 0 0-4h-.5a.5.5 0 0 0-.5.5v3Zm1-.5V5a1 1 0 0 1 0 2Z",
|
|
10368
|
+
"clip-rule": "evenodd"
|
|
10369
|
+
}
|
|
10370
|
+
})]);
|
|
10371
|
+
};
|
|
10372
|
+
var Hdvue_type_template_id_216033fb_staticRenderFns = [];
|
|
10373
|
+
|
|
10374
|
+
;// CONCATENATED MODULE: ./src/icons/Hd.vue
|
|
10375
|
+
|
|
10376
|
+
var Hd_script = {}
|
|
10377
|
+
|
|
10378
|
+
|
|
10379
|
+
/* normalize component */
|
|
10380
|
+
;
|
|
10381
|
+
var Hd_component = normalizeComponent(
|
|
10382
|
+
Hd_script,
|
|
10383
|
+
Hdvue_type_template_id_216033fb_render,
|
|
10384
|
+
Hdvue_type_template_id_216033fb_staticRenderFns,
|
|
10385
|
+
false,
|
|
10386
|
+
null,
|
|
10387
|
+
null,
|
|
10388
|
+
null
|
|
10389
|
+
|
|
10390
|
+
)
|
|
10391
|
+
|
|
10392
|
+
/* harmony default export */ var Hd = (Hd_component.exports);
|
|
10347
10393
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/Headphones.vue?vue&type=template&id=9c043c14&
|
|
10348
10394
|
var Headphonesvue_type_template_id_9c043c14_render = function render() {
|
|
10349
10395
|
var _vm = this,
|
|
@@ -18611,6 +18657,92 @@ var Sunset_component = normalizeComponent(
|
|
|
18611
18657
|
)
|
|
18612
18658
|
|
|
18613
18659
|
/* harmony default export */ var Sunset = (Sunset_component.exports);
|
|
18660
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/SwitchToCellular.vue?vue&type=template&id=4a506d53&
|
|
18661
|
+
var SwitchToCellularvue_type_template_id_4a506d53_render = function render() {
|
|
18662
|
+
var _vm = this,
|
|
18663
|
+
_c = _vm._self._c;
|
|
18664
|
+
return _c('svg', {
|
|
18665
|
+
staticClass: "d-icon d-icon--switchToCellular",
|
|
18666
|
+
attrs: {
|
|
18667
|
+
"aria-hidden": "true",
|
|
18668
|
+
"role": "img",
|
|
18669
|
+
"data-name": "Switch To Cellular",
|
|
18670
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18671
|
+
"viewBox": "0 0 12 12"
|
|
18672
|
+
}
|
|
18673
|
+
}, [_c('path', {
|
|
18674
|
+
attrs: {
|
|
18675
|
+
"fill": "currentColor",
|
|
18676
|
+
"fill-rule": "evenodd",
|
|
18677
|
+
"d": "M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM10.5 2.5a.5.5 0 0 1 .5.5v7.5a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Zm-7.896.646a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM8 5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 8 5ZM3 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 9Zm2.5-2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5Z",
|
|
18678
|
+
"clip-rule": "evenodd"
|
|
18679
|
+
}
|
|
18680
|
+
})]);
|
|
18681
|
+
};
|
|
18682
|
+
var SwitchToCellularvue_type_template_id_4a506d53_staticRenderFns = [];
|
|
18683
|
+
|
|
18684
|
+
;// CONCATENATED MODULE: ./src/icons/SwitchToCellular.vue
|
|
18685
|
+
|
|
18686
|
+
var SwitchToCellular_script = {}
|
|
18687
|
+
|
|
18688
|
+
|
|
18689
|
+
/* normalize component */
|
|
18690
|
+
;
|
|
18691
|
+
var SwitchToCellular_component = normalizeComponent(
|
|
18692
|
+
SwitchToCellular_script,
|
|
18693
|
+
SwitchToCellularvue_type_template_id_4a506d53_render,
|
|
18694
|
+
SwitchToCellularvue_type_template_id_4a506d53_staticRenderFns,
|
|
18695
|
+
false,
|
|
18696
|
+
null,
|
|
18697
|
+
null,
|
|
18698
|
+
null
|
|
18699
|
+
|
|
18700
|
+
)
|
|
18701
|
+
|
|
18702
|
+
/* harmony default export */ var SwitchToCellular = (SwitchToCellular_component.exports);
|
|
18703
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/SwitchToHd.vue?vue&type=template&id=30151d3c&
|
|
18704
|
+
var SwitchToHdvue_type_template_id_30151d3c_render = function render() {
|
|
18705
|
+
var _vm = this,
|
|
18706
|
+
_c = _vm._self._c;
|
|
18707
|
+
return _c('svg', {
|
|
18708
|
+
staticClass: "d-icon d-icon--switchToHd",
|
|
18709
|
+
attrs: {
|
|
18710
|
+
"aria-hidden": "true",
|
|
18711
|
+
"role": "img",
|
|
18712
|
+
"data-name": "Switch To Hd",
|
|
18713
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18714
|
+
"viewBox": "0 0 12 12"
|
|
18715
|
+
}
|
|
18716
|
+
}, [_c('path', {
|
|
18717
|
+
attrs: {
|
|
18718
|
+
"fill": "currentColor",
|
|
18719
|
+
"fill-rule": "evenodd",
|
|
18720
|
+
"d": "M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM7.5 2a.5.5 0 0 1 .5-.5h2c.826 0 1.5.674 1.5 1.5v7c0 .826-.674 1.5-1.5 1.5H3A1.5 1.5 0 0 1 1.5 10V8.5a.5.5 0 0 1 1 0V10a.5.5 0 0 0 .5.5h7c.274 0 .5-.226.5-.5V3c0-.274-.226-.5-.5-.5H8a.5.5 0 0 1-.5-.5ZM2.604 3.146a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM5.75 4.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7h-1v1a.5.5 0 0 1-1 0V6.5a.5.5 0 0 1 .5-.5h1.5V5a.5.5 0 0 1 .5-.5Zm1 .5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 9.75 6v1a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 1-.5-.5V5Zm2 1a.5.5 0 0 0-.5-.5h-.5v2h.5a.5.5 0 0 0 .5-.5V6Z",
|
|
18721
|
+
"clip-rule": "evenodd"
|
|
18722
|
+
}
|
|
18723
|
+
})]);
|
|
18724
|
+
};
|
|
18725
|
+
var SwitchToHdvue_type_template_id_30151d3c_staticRenderFns = [];
|
|
18726
|
+
|
|
18727
|
+
;// CONCATENATED MODULE: ./src/icons/SwitchToHd.vue
|
|
18728
|
+
|
|
18729
|
+
var SwitchToHd_script = {}
|
|
18730
|
+
|
|
18731
|
+
|
|
18732
|
+
/* normalize component */
|
|
18733
|
+
;
|
|
18734
|
+
var SwitchToHd_component = normalizeComponent(
|
|
18735
|
+
SwitchToHd_script,
|
|
18736
|
+
SwitchToHdvue_type_template_id_30151d3c_render,
|
|
18737
|
+
SwitchToHdvue_type_template_id_30151d3c_staticRenderFns,
|
|
18738
|
+
false,
|
|
18739
|
+
null,
|
|
18740
|
+
null,
|
|
18741
|
+
null
|
|
18742
|
+
|
|
18743
|
+
)
|
|
18744
|
+
|
|
18745
|
+
/* harmony default export */ var SwitchToHd = (SwitchToHd_component.exports);
|
|
18614
18746
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/Table.vue?vue&type=template&id=3da7339d&
|
|
18615
18747
|
var Tablevue_type_template_id_3da7339d_render = function render() {
|
|
18616
18748
|
var _vm = this,
|
|
@@ -22045,6 +22177,9 @@ var ZoomOut_component = normalizeComponent(
|
|
|
22045
22177
|
|
|
22046
22178
|
|
|
22047
22179
|
|
|
22180
|
+
|
|
22181
|
+
|
|
22182
|
+
|
|
22048
22183
|
|
|
22049
22184
|
|
|
22050
22185
|
|
|
@@ -246,6 +246,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
246
246
|
"Hash": function() { return /* reexport */ Hash; },
|
|
247
247
|
"HashBold": function() { return /* reexport */ HashBold; },
|
|
248
248
|
"Haze": function() { return /* reexport */ Haze; },
|
|
249
|
+
"Hd": function() { return /* reexport */ Hd; },
|
|
249
250
|
"Headphones": function() { return /* reexport */ Headphones; },
|
|
250
251
|
"Heart": function() { return /* reexport */ Heart; },
|
|
251
252
|
"HelpCircle": function() { return /* reexport */ HelpCircle; },
|
|
@@ -411,6 +412,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
411
412
|
"SunMedium": function() { return /* reexport */ SunMedium; },
|
|
412
413
|
"Sunrise": function() { return /* reexport */ Sunrise; },
|
|
413
414
|
"Sunset": function() { return /* reexport */ Sunset; },
|
|
415
|
+
"SwitchToCellular": function() { return /* reexport */ SwitchToCellular; },
|
|
416
|
+
"SwitchToHd": function() { return /* reexport */ SwitchToHd; },
|
|
414
417
|
"Table": function() { return /* reexport */ Table; },
|
|
415
418
|
"Tag": function() { return /* reexport */ Tag; },
|
|
416
419
|
"Tags": function() { return /* reexport */ Tags; },
|
|
@@ -10354,6 +10357,49 @@ var Haze_component = normalizeComponent(
|
|
|
10354
10357
|
)
|
|
10355
10358
|
|
|
10356
10359
|
/* harmony default export */ var Haze = (Haze_component.exports);
|
|
10360
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/Hd.vue?vue&type=template&id=216033fb&
|
|
10361
|
+
var Hdvue_type_template_id_216033fb_render = function render() {
|
|
10362
|
+
var _vm = this,
|
|
10363
|
+
_c = _vm._self._c;
|
|
10364
|
+
return _c('svg', {
|
|
10365
|
+
staticClass: "d-icon d-icon--hd",
|
|
10366
|
+
attrs: {
|
|
10367
|
+
"aria-hidden": "true",
|
|
10368
|
+
"role": "img",
|
|
10369
|
+
"data-name": "Hd",
|
|
10370
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10371
|
+
"viewBox": "0 0 12 12"
|
|
10372
|
+
}
|
|
10373
|
+
}, [_c('path', {
|
|
10374
|
+
attrs: {
|
|
10375
|
+
"fill": "currentColor",
|
|
10376
|
+
"fill-rule": "evenodd",
|
|
10377
|
+
"d": "M1 9.5A1.5 1.5 0 0 0 2.5 11h7c.826 0 1.5-.674 1.5-1.5v-7c0-.826-.674-1.5-1.5-1.5h-7A1.5 1.5 0 0 0 1 2.5v7Zm1.5.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h7c.274 0 .5.226.5.5v7c0 .274-.226.5-.5.5h-7Zm.75-2a.5.5 0 0 0 .5-.5v-1h1v1a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-1 0v1h-1v-1a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5Zm3-.5a.5.5 0 0 0 .5.5h.5a2 2 0 1 0 0-4h-.5a.5.5 0 0 0-.5.5v3Zm1-.5V5a1 1 0 0 1 0 2Z",
|
|
10378
|
+
"clip-rule": "evenodd"
|
|
10379
|
+
}
|
|
10380
|
+
})]);
|
|
10381
|
+
};
|
|
10382
|
+
var Hdvue_type_template_id_216033fb_staticRenderFns = [];
|
|
10383
|
+
|
|
10384
|
+
;// CONCATENATED MODULE: ./src/icons/Hd.vue
|
|
10385
|
+
|
|
10386
|
+
var Hd_script = {}
|
|
10387
|
+
|
|
10388
|
+
|
|
10389
|
+
/* normalize component */
|
|
10390
|
+
;
|
|
10391
|
+
var Hd_component = normalizeComponent(
|
|
10392
|
+
Hd_script,
|
|
10393
|
+
Hdvue_type_template_id_216033fb_render,
|
|
10394
|
+
Hdvue_type_template_id_216033fb_staticRenderFns,
|
|
10395
|
+
false,
|
|
10396
|
+
null,
|
|
10397
|
+
null,
|
|
10398
|
+
null
|
|
10399
|
+
|
|
10400
|
+
)
|
|
10401
|
+
|
|
10402
|
+
/* harmony default export */ var Hd = (Hd_component.exports);
|
|
10357
10403
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/Headphones.vue?vue&type=template&id=9c043c14&
|
|
10358
10404
|
var Headphonesvue_type_template_id_9c043c14_render = function render() {
|
|
10359
10405
|
var _vm = this,
|
|
@@ -18621,6 +18667,92 @@ var Sunset_component = normalizeComponent(
|
|
|
18621
18667
|
)
|
|
18622
18668
|
|
|
18623
18669
|
/* harmony default export */ var Sunset = (Sunset_component.exports);
|
|
18670
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/SwitchToCellular.vue?vue&type=template&id=4a506d53&
|
|
18671
|
+
var SwitchToCellularvue_type_template_id_4a506d53_render = function render() {
|
|
18672
|
+
var _vm = this,
|
|
18673
|
+
_c = _vm._self._c;
|
|
18674
|
+
return _c('svg', {
|
|
18675
|
+
staticClass: "d-icon d-icon--switchToCellular",
|
|
18676
|
+
attrs: {
|
|
18677
|
+
"aria-hidden": "true",
|
|
18678
|
+
"role": "img",
|
|
18679
|
+
"data-name": "Switch To Cellular",
|
|
18680
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18681
|
+
"viewBox": "0 0 12 12"
|
|
18682
|
+
}
|
|
18683
|
+
}, [_c('path', {
|
|
18684
|
+
attrs: {
|
|
18685
|
+
"fill": "currentColor",
|
|
18686
|
+
"fill-rule": "evenodd",
|
|
18687
|
+
"d": "M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM10.5 2.5a.5.5 0 0 1 .5.5v7.5a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Zm-7.896.646a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM8 5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 8 5ZM3 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 9Zm2.5-2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5Z",
|
|
18688
|
+
"clip-rule": "evenodd"
|
|
18689
|
+
}
|
|
18690
|
+
})]);
|
|
18691
|
+
};
|
|
18692
|
+
var SwitchToCellularvue_type_template_id_4a506d53_staticRenderFns = [];
|
|
18693
|
+
|
|
18694
|
+
;// CONCATENATED MODULE: ./src/icons/SwitchToCellular.vue
|
|
18695
|
+
|
|
18696
|
+
var SwitchToCellular_script = {}
|
|
18697
|
+
|
|
18698
|
+
|
|
18699
|
+
/* normalize component */
|
|
18700
|
+
;
|
|
18701
|
+
var SwitchToCellular_component = normalizeComponent(
|
|
18702
|
+
SwitchToCellular_script,
|
|
18703
|
+
SwitchToCellularvue_type_template_id_4a506d53_render,
|
|
18704
|
+
SwitchToCellularvue_type_template_id_4a506d53_staticRenderFns,
|
|
18705
|
+
false,
|
|
18706
|
+
null,
|
|
18707
|
+
null,
|
|
18708
|
+
null
|
|
18709
|
+
|
|
18710
|
+
)
|
|
18711
|
+
|
|
18712
|
+
/* harmony default export */ var SwitchToCellular = (SwitchToCellular_component.exports);
|
|
18713
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/SwitchToHd.vue?vue&type=template&id=30151d3c&
|
|
18714
|
+
var SwitchToHdvue_type_template_id_30151d3c_render = function render() {
|
|
18715
|
+
var _vm = this,
|
|
18716
|
+
_c = _vm._self._c;
|
|
18717
|
+
return _c('svg', {
|
|
18718
|
+
staticClass: "d-icon d-icon--switchToHd",
|
|
18719
|
+
attrs: {
|
|
18720
|
+
"aria-hidden": "true",
|
|
18721
|
+
"role": "img",
|
|
18722
|
+
"data-name": "Switch To Hd",
|
|
18723
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18724
|
+
"viewBox": "0 0 12 12"
|
|
18725
|
+
}
|
|
18726
|
+
}, [_c('path', {
|
|
18727
|
+
attrs: {
|
|
18728
|
+
"fill": "currentColor",
|
|
18729
|
+
"fill-rule": "evenodd",
|
|
18730
|
+
"d": "M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM7.5 2a.5.5 0 0 1 .5-.5h2c.826 0 1.5.674 1.5 1.5v7c0 .826-.674 1.5-1.5 1.5H3A1.5 1.5 0 0 1 1.5 10V8.5a.5.5 0 0 1 1 0V10a.5.5 0 0 0 .5.5h7c.274 0 .5-.226.5-.5V3c0-.274-.226-.5-.5-.5H8a.5.5 0 0 1-.5-.5ZM2.604 3.146a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM5.75 4.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7h-1v1a.5.5 0 0 1-1 0V6.5a.5.5 0 0 1 .5-.5h1.5V5a.5.5 0 0 1 .5-.5Zm1 .5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 9.75 6v1a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 1-.5-.5V5Zm2 1a.5.5 0 0 0-.5-.5h-.5v2h.5a.5.5 0 0 0 .5-.5V6Z",
|
|
18731
|
+
"clip-rule": "evenodd"
|
|
18732
|
+
}
|
|
18733
|
+
})]);
|
|
18734
|
+
};
|
|
18735
|
+
var SwitchToHdvue_type_template_id_30151d3c_staticRenderFns = [];
|
|
18736
|
+
|
|
18737
|
+
;// CONCATENATED MODULE: ./src/icons/SwitchToHd.vue
|
|
18738
|
+
|
|
18739
|
+
var SwitchToHd_script = {}
|
|
18740
|
+
|
|
18741
|
+
|
|
18742
|
+
/* normalize component */
|
|
18743
|
+
;
|
|
18744
|
+
var SwitchToHd_component = normalizeComponent(
|
|
18745
|
+
SwitchToHd_script,
|
|
18746
|
+
SwitchToHdvue_type_template_id_30151d3c_render,
|
|
18747
|
+
SwitchToHdvue_type_template_id_30151d3c_staticRenderFns,
|
|
18748
|
+
false,
|
|
18749
|
+
null,
|
|
18750
|
+
null,
|
|
18751
|
+
null
|
|
18752
|
+
|
|
18753
|
+
)
|
|
18754
|
+
|
|
18755
|
+
/* harmony default export */ var SwitchToHd = (SwitchToHd_component.exports);
|
|
18624
18756
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./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/Table.vue?vue&type=template&id=3da7339d&
|
|
18625
18757
|
var Tablevue_type_template_id_3da7339d_render = function render() {
|
|
18626
18758
|
var _vm = this,
|
|
@@ -22055,6 +22187,9 @@ var ZoomOut_component = normalizeComponent(
|
|
|
22055
22187
|
|
|
22056
22188
|
|
|
22057
22189
|
|
|
22190
|
+
|
|
22191
|
+
|
|
22192
|
+
|
|
22058
22193
|
|
|
22059
22194
|
|
|
22060
22195
|
|