@dialpad/dialtone-icons 0.5.1 → 0.6.0
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.
|
@@ -136,6 +136,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
136
136
|
"Cast": function() { return /* reexport */ Cast; },
|
|
137
137
|
"Check": function() { return /* reexport */ Check; },
|
|
138
138
|
"CheckCircle": function() { return /* reexport */ CheckCircle; },
|
|
139
|
+
"CheckCircleFilled": function() { return /* reexport */ CheckCircleFilled; },
|
|
139
140
|
"ChevronDown": function() { return /* reexport */ ChevronDown; },
|
|
140
141
|
"ChevronFirst": function() { return /* reexport */ ChevronFirst; },
|
|
141
142
|
"ChevronLast": function() { return /* reexport */ ChevronLast; },
|
|
@@ -497,6 +498,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
497
498
|
"ToyBrick": function() { return /* reexport */ ToyBrick; },
|
|
498
499
|
"Transfer": function() { return /* reexport */ Transfer; },
|
|
499
500
|
"TransferWebchat": function() { return /* reexport */ TransferWebchat; },
|
|
501
|
+
"Transportation": function() { return /* reexport */ Transportation; },
|
|
500
502
|
"Trash": function() { return /* reexport */ Trash; },
|
|
501
503
|
"TrendingDown": function() { return /* reexport */ TrendingDown; },
|
|
502
504
|
"TrendingUp": function() { return /* reexport */ TrendingUp; },
|
|
@@ -6113,6 +6115,72 @@ var CheckCircle_component = normalizeComponent(
|
|
|
6113
6115
|
)
|
|
6114
6116
|
|
|
6115
6117
|
/* harmony default export */ var CheckCircle = (CheckCircle_component.exports);
|
|
6118
|
+
;// 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/CheckCircleFilled.vue?vue&type=template&id=7f6e87ef&
|
|
6119
|
+
var CheckCircleFilledvue_type_template_id_7f6e87ef_render = function render() {
|
|
6120
|
+
var _vm = this,
|
|
6121
|
+
_c = _vm._self._c;
|
|
6122
|
+
return _c('svg', {
|
|
6123
|
+
staticClass: "d-icon d-icon--check-circle-filled",
|
|
6124
|
+
attrs: {
|
|
6125
|
+
"aria-hidden": "true",
|
|
6126
|
+
"role": "img",
|
|
6127
|
+
"data-name": "Check Circle Filled",
|
|
6128
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
6129
|
+
"viewBox": "0 0 12 12"
|
|
6130
|
+
}
|
|
6131
|
+
}, [_c('g', {
|
|
6132
|
+
attrs: {
|
|
6133
|
+
"clip-path": `url(#${_vm.uniqueID}__a)`
|
|
6134
|
+
}
|
|
6135
|
+
}, [_c('path', {
|
|
6136
|
+
attrs: {
|
|
6137
|
+
"fill": "currentColor",
|
|
6138
|
+
"fill-rule": "evenodd",
|
|
6139
|
+
"d": "M.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm7.354-1.354a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z",
|
|
6140
|
+
"clip-rule": "evenodd"
|
|
6141
|
+
}
|
|
6142
|
+
})]), _c('defs', [_c('clipPath', {
|
|
6143
|
+
attrs: {
|
|
6144
|
+
"id": `${_vm.uniqueID}__a`
|
|
6145
|
+
}
|
|
6146
|
+
}, [_c('path', {
|
|
6147
|
+
attrs: {
|
|
6148
|
+
"fill": "#fff",
|
|
6149
|
+
"d": "M0 0h12v12H0z"
|
|
6150
|
+
}
|
|
6151
|
+
})])])]);
|
|
6152
|
+
};
|
|
6153
|
+
var CheckCircleFilledvue_type_template_id_7f6e87ef_staticRenderFns = [];
|
|
6154
|
+
|
|
6155
|
+
;// 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/index.js??vue-loader-options!./src/icons/CheckCircleFilled.vue?vue&type=script&lang=js&
|
|
6156
|
+
|
|
6157
|
+
/* harmony default export */ var CheckCircleFilledvue_type_script_lang_js_ = ({
|
|
6158
|
+
created() {
|
|
6159
|
+
this.uniqueID = getUniqueString();
|
|
6160
|
+
}
|
|
6161
|
+
});
|
|
6162
|
+
;// CONCATENATED MODULE: ./src/icons/CheckCircleFilled.vue?vue&type=script&lang=js&
|
|
6163
|
+
/* harmony default export */ var icons_CheckCircleFilledvue_type_script_lang_js_ = (CheckCircleFilledvue_type_script_lang_js_);
|
|
6164
|
+
;// CONCATENATED MODULE: ./src/icons/CheckCircleFilled.vue
|
|
6165
|
+
|
|
6166
|
+
|
|
6167
|
+
|
|
6168
|
+
|
|
6169
|
+
|
|
6170
|
+
/* normalize component */
|
|
6171
|
+
;
|
|
6172
|
+
var CheckCircleFilled_component = normalizeComponent(
|
|
6173
|
+
icons_CheckCircleFilledvue_type_script_lang_js_,
|
|
6174
|
+
CheckCircleFilledvue_type_template_id_7f6e87ef_render,
|
|
6175
|
+
CheckCircleFilledvue_type_template_id_7f6e87ef_staticRenderFns,
|
|
6176
|
+
false,
|
|
6177
|
+
null,
|
|
6178
|
+
null,
|
|
6179
|
+
null
|
|
6180
|
+
|
|
6181
|
+
)
|
|
6182
|
+
|
|
6183
|
+
/* harmony default export */ var CheckCircleFilled = (CheckCircleFilled_component.exports);
|
|
6116
6184
|
;// 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/ChevronDown.vue?vue&type=template&id=29a0702e&
|
|
6117
6185
|
var ChevronDownvue_type_template_id_29a0702e_render = function render() {
|
|
6118
6186
|
var _vm = this,
|
|
@@ -28981,6 +29049,59 @@ var TransferWebchat_component = normalizeComponent(
|
|
|
28981
29049
|
)
|
|
28982
29050
|
|
|
28983
29051
|
/* harmony default export */ var TransferWebchat = (TransferWebchat_component.exports);
|
|
29052
|
+
;// 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/Transportation.vue?vue&type=template&id=f57464f0&
|
|
29053
|
+
var Transportationvue_type_template_id_f57464f0_render = function render() {
|
|
29054
|
+
var _vm = this,
|
|
29055
|
+
_c = _vm._self._c;
|
|
29056
|
+
return _c('svg', {
|
|
29057
|
+
staticClass: "d-icon d-icon--transportation",
|
|
29058
|
+
attrs: {
|
|
29059
|
+
"aria-hidden": "true",
|
|
29060
|
+
"role": "img",
|
|
29061
|
+
"data-name": "Transportation",
|
|
29062
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
29063
|
+
"viewBox": "0 0 12 12"
|
|
29064
|
+
}
|
|
29065
|
+
}, [_c('path', {
|
|
29066
|
+
attrs: {
|
|
29067
|
+
"fill": "currentColor",
|
|
29068
|
+
"fill-rule": "evenodd",
|
|
29069
|
+
"d": "M3 2a.5.5 0 0 0-.5.5V5h3V2H3Zm0-1a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 3 10h.066l-.482.723a.5.5 0 0 0 .832.555L4.268 10h3.465l.851 1.277a.5.5 0 1 0 .832-.555L8.934 10H9a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 9 1H3Zm3.5 1v3h3V2.5A.5.5 0 0 0 9 2H6.5Zm3 4h-7v2.5A.5.5 0 0 0 3 9h6a.5.5 0 0 0 .5-.5V6Zm-6 1.5A.5.5 0 0 1 4 7h.005a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Zm4 0A.5.5 0 0 1 8 7h.005a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5Z",
|
|
29070
|
+
"clip-rule": "evenodd"
|
|
29071
|
+
}
|
|
29072
|
+
})]);
|
|
29073
|
+
};
|
|
29074
|
+
var Transportationvue_type_template_id_f57464f0_staticRenderFns = [];
|
|
29075
|
+
|
|
29076
|
+
;// 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/index.js??vue-loader-options!./src/icons/Transportation.vue?vue&type=script&lang=js&
|
|
29077
|
+
|
|
29078
|
+
/* harmony default export */ var Transportationvue_type_script_lang_js_ = ({
|
|
29079
|
+
created() {
|
|
29080
|
+
this.uniqueID = getUniqueString();
|
|
29081
|
+
}
|
|
29082
|
+
});
|
|
29083
|
+
;// CONCATENATED MODULE: ./src/icons/Transportation.vue?vue&type=script&lang=js&
|
|
29084
|
+
/* harmony default export */ var icons_Transportationvue_type_script_lang_js_ = (Transportationvue_type_script_lang_js_);
|
|
29085
|
+
;// CONCATENATED MODULE: ./src/icons/Transportation.vue
|
|
29086
|
+
|
|
29087
|
+
|
|
29088
|
+
|
|
29089
|
+
|
|
29090
|
+
|
|
29091
|
+
/* normalize component */
|
|
29092
|
+
;
|
|
29093
|
+
var Transportation_component = normalizeComponent(
|
|
29094
|
+
icons_Transportationvue_type_script_lang_js_,
|
|
29095
|
+
Transportationvue_type_template_id_f57464f0_render,
|
|
29096
|
+
Transportationvue_type_template_id_f57464f0_staticRenderFns,
|
|
29097
|
+
false,
|
|
29098
|
+
null,
|
|
29099
|
+
null,
|
|
29100
|
+
null
|
|
29101
|
+
|
|
29102
|
+
)
|
|
29103
|
+
|
|
29104
|
+
/* harmony default export */ var Transportation = (Transportation_component.exports);
|
|
28984
29105
|
;// 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/Trash.vue?vue&type=template&id=f2260c9c&
|
|
28985
29106
|
var Trashvue_type_template_id_f2260c9c_render = function render() {
|
|
28986
29107
|
var _vm = this,
|
|
@@ -32756,6 +32877,8 @@ var ZoomOut_component = normalizeComponent(
|
|
|
32756
32877
|
|
|
32757
32878
|
|
|
32758
32879
|
|
|
32880
|
+
|
|
32881
|
+
|
|
32759
32882
|
|
|
32760
32883
|
|
|
32761
32884
|
|
|
@@ -146,6 +146,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
146
146
|
"Cast": function() { return /* reexport */ Cast; },
|
|
147
147
|
"Check": function() { return /* reexport */ Check; },
|
|
148
148
|
"CheckCircle": function() { return /* reexport */ CheckCircle; },
|
|
149
|
+
"CheckCircleFilled": function() { return /* reexport */ CheckCircleFilled; },
|
|
149
150
|
"ChevronDown": function() { return /* reexport */ ChevronDown; },
|
|
150
151
|
"ChevronFirst": function() { return /* reexport */ ChevronFirst; },
|
|
151
152
|
"ChevronLast": function() { return /* reexport */ ChevronLast; },
|
|
@@ -507,6 +508,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
507
508
|
"ToyBrick": function() { return /* reexport */ ToyBrick; },
|
|
508
509
|
"Transfer": function() { return /* reexport */ Transfer; },
|
|
509
510
|
"TransferWebchat": function() { return /* reexport */ TransferWebchat; },
|
|
511
|
+
"Transportation": function() { return /* reexport */ Transportation; },
|
|
510
512
|
"Trash": function() { return /* reexport */ Trash; },
|
|
511
513
|
"TrendingDown": function() { return /* reexport */ TrendingDown; },
|
|
512
514
|
"TrendingUp": function() { return /* reexport */ TrendingUp; },
|
|
@@ -6123,6 +6125,72 @@ var CheckCircle_component = normalizeComponent(
|
|
|
6123
6125
|
)
|
|
6124
6126
|
|
|
6125
6127
|
/* harmony default export */ var CheckCircle = (CheckCircle_component.exports);
|
|
6128
|
+
;// 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/CheckCircleFilled.vue?vue&type=template&id=7f6e87ef&
|
|
6129
|
+
var CheckCircleFilledvue_type_template_id_7f6e87ef_render = function render() {
|
|
6130
|
+
var _vm = this,
|
|
6131
|
+
_c = _vm._self._c;
|
|
6132
|
+
return _c('svg', {
|
|
6133
|
+
staticClass: "d-icon d-icon--check-circle-filled",
|
|
6134
|
+
attrs: {
|
|
6135
|
+
"aria-hidden": "true",
|
|
6136
|
+
"role": "img",
|
|
6137
|
+
"data-name": "Check Circle Filled",
|
|
6138
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
6139
|
+
"viewBox": "0 0 12 12"
|
|
6140
|
+
}
|
|
6141
|
+
}, [_c('g', {
|
|
6142
|
+
attrs: {
|
|
6143
|
+
"clip-path": `url(#${_vm.uniqueID}__a)`
|
|
6144
|
+
}
|
|
6145
|
+
}, [_c('path', {
|
|
6146
|
+
attrs: {
|
|
6147
|
+
"fill": "currentColor",
|
|
6148
|
+
"fill-rule": "evenodd",
|
|
6149
|
+
"d": "M.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm7.354-1.354a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z",
|
|
6150
|
+
"clip-rule": "evenodd"
|
|
6151
|
+
}
|
|
6152
|
+
})]), _c('defs', [_c('clipPath', {
|
|
6153
|
+
attrs: {
|
|
6154
|
+
"id": `${_vm.uniqueID}__a`
|
|
6155
|
+
}
|
|
6156
|
+
}, [_c('path', {
|
|
6157
|
+
attrs: {
|
|
6158
|
+
"fill": "#fff",
|
|
6159
|
+
"d": "M0 0h12v12H0z"
|
|
6160
|
+
}
|
|
6161
|
+
})])])]);
|
|
6162
|
+
};
|
|
6163
|
+
var CheckCircleFilledvue_type_template_id_7f6e87ef_staticRenderFns = [];
|
|
6164
|
+
|
|
6165
|
+
;// 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/index.js??vue-loader-options!./src/icons/CheckCircleFilled.vue?vue&type=script&lang=js&
|
|
6166
|
+
|
|
6167
|
+
/* harmony default export */ var CheckCircleFilledvue_type_script_lang_js_ = ({
|
|
6168
|
+
created() {
|
|
6169
|
+
this.uniqueID = getUniqueString();
|
|
6170
|
+
}
|
|
6171
|
+
});
|
|
6172
|
+
;// CONCATENATED MODULE: ./src/icons/CheckCircleFilled.vue?vue&type=script&lang=js&
|
|
6173
|
+
/* harmony default export */ var icons_CheckCircleFilledvue_type_script_lang_js_ = (CheckCircleFilledvue_type_script_lang_js_);
|
|
6174
|
+
;// CONCATENATED MODULE: ./src/icons/CheckCircleFilled.vue
|
|
6175
|
+
|
|
6176
|
+
|
|
6177
|
+
|
|
6178
|
+
|
|
6179
|
+
|
|
6180
|
+
/* normalize component */
|
|
6181
|
+
;
|
|
6182
|
+
var CheckCircleFilled_component = normalizeComponent(
|
|
6183
|
+
icons_CheckCircleFilledvue_type_script_lang_js_,
|
|
6184
|
+
CheckCircleFilledvue_type_template_id_7f6e87ef_render,
|
|
6185
|
+
CheckCircleFilledvue_type_template_id_7f6e87ef_staticRenderFns,
|
|
6186
|
+
false,
|
|
6187
|
+
null,
|
|
6188
|
+
null,
|
|
6189
|
+
null
|
|
6190
|
+
|
|
6191
|
+
)
|
|
6192
|
+
|
|
6193
|
+
/* harmony default export */ var CheckCircleFilled = (CheckCircleFilled_component.exports);
|
|
6126
6194
|
;// 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/ChevronDown.vue?vue&type=template&id=29a0702e&
|
|
6127
6195
|
var ChevronDownvue_type_template_id_29a0702e_render = function render() {
|
|
6128
6196
|
var _vm = this,
|
|
@@ -28991,6 +29059,59 @@ var TransferWebchat_component = normalizeComponent(
|
|
|
28991
29059
|
)
|
|
28992
29060
|
|
|
28993
29061
|
/* harmony default export */ var TransferWebchat = (TransferWebchat_component.exports);
|
|
29062
|
+
;// 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/Transportation.vue?vue&type=template&id=f57464f0&
|
|
29063
|
+
var Transportationvue_type_template_id_f57464f0_render = function render() {
|
|
29064
|
+
var _vm = this,
|
|
29065
|
+
_c = _vm._self._c;
|
|
29066
|
+
return _c('svg', {
|
|
29067
|
+
staticClass: "d-icon d-icon--transportation",
|
|
29068
|
+
attrs: {
|
|
29069
|
+
"aria-hidden": "true",
|
|
29070
|
+
"role": "img",
|
|
29071
|
+
"data-name": "Transportation",
|
|
29072
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
29073
|
+
"viewBox": "0 0 12 12"
|
|
29074
|
+
}
|
|
29075
|
+
}, [_c('path', {
|
|
29076
|
+
attrs: {
|
|
29077
|
+
"fill": "currentColor",
|
|
29078
|
+
"fill-rule": "evenodd",
|
|
29079
|
+
"d": "M3 2a.5.5 0 0 0-.5.5V5h3V2H3Zm0-1a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 3 10h.066l-.482.723a.5.5 0 0 0 .832.555L4.268 10h3.465l.851 1.277a.5.5 0 1 0 .832-.555L8.934 10H9a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 9 1H3Zm3.5 1v3h3V2.5A.5.5 0 0 0 9 2H6.5Zm3 4h-7v2.5A.5.5 0 0 0 3 9h6a.5.5 0 0 0 .5-.5V6Zm-6 1.5A.5.5 0 0 1 4 7h.005a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Zm4 0A.5.5 0 0 1 8 7h.005a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5Z",
|
|
29080
|
+
"clip-rule": "evenodd"
|
|
29081
|
+
}
|
|
29082
|
+
})]);
|
|
29083
|
+
};
|
|
29084
|
+
var Transportationvue_type_template_id_f57464f0_staticRenderFns = [];
|
|
29085
|
+
|
|
29086
|
+
;// 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/index.js??vue-loader-options!./src/icons/Transportation.vue?vue&type=script&lang=js&
|
|
29087
|
+
|
|
29088
|
+
/* harmony default export */ var Transportationvue_type_script_lang_js_ = ({
|
|
29089
|
+
created() {
|
|
29090
|
+
this.uniqueID = getUniqueString();
|
|
29091
|
+
}
|
|
29092
|
+
});
|
|
29093
|
+
;// CONCATENATED MODULE: ./src/icons/Transportation.vue?vue&type=script&lang=js&
|
|
29094
|
+
/* harmony default export */ var icons_Transportationvue_type_script_lang_js_ = (Transportationvue_type_script_lang_js_);
|
|
29095
|
+
;// CONCATENATED MODULE: ./src/icons/Transportation.vue
|
|
29096
|
+
|
|
29097
|
+
|
|
29098
|
+
|
|
29099
|
+
|
|
29100
|
+
|
|
29101
|
+
/* normalize component */
|
|
29102
|
+
;
|
|
29103
|
+
var Transportation_component = normalizeComponent(
|
|
29104
|
+
icons_Transportationvue_type_script_lang_js_,
|
|
29105
|
+
Transportationvue_type_template_id_f57464f0_render,
|
|
29106
|
+
Transportationvue_type_template_id_f57464f0_staticRenderFns,
|
|
29107
|
+
false,
|
|
29108
|
+
null,
|
|
29109
|
+
null,
|
|
29110
|
+
null
|
|
29111
|
+
|
|
29112
|
+
)
|
|
29113
|
+
|
|
29114
|
+
/* harmony default export */ var Transportation = (Transportation_component.exports);
|
|
28994
29115
|
;// 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/Trash.vue?vue&type=template&id=f2260c9c&
|
|
28995
29116
|
var Trashvue_type_template_id_f2260c9c_render = function render() {
|
|
28996
29117
|
var _vm = this,
|
|
@@ -32766,6 +32887,8 @@ var ZoomOut_component = normalizeComponent(
|
|
|
32766
32887
|
|
|
32767
32888
|
|
|
32768
32889
|
|
|
32890
|
+
|
|
32891
|
+
|
|
32769
32892
|
|
|
32770
32893
|
|
|
32771
32894
|
|