@dialpad/dialtone-icons 0.3.2 → 0.4.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.
- package/dist/dialtone-icons.common.js +110 -0
- package/dist/dialtone-icons.umd.js +110 -0
- package/dist/dialtone-icons.umd.min.js +1 -1
- package/dist/icons.json +1 -1
- package/dist/svg/list-add.svg +1 -0
- package/dist/svg/snooze.svg +1 -0
- package/package.json +1 -1
|
@@ -314,6 +314,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
314
314
|
"Link2": function() { return /* reexport */ Link2; },
|
|
315
315
|
"Link2Off": function() { return /* reexport */ Link2Off; },
|
|
316
316
|
"Linkedin": function() { return /* reexport */ Linkedin; },
|
|
317
|
+
"ListAdd": function() { return /* reexport */ ListAdd; },
|
|
317
318
|
"ListBullet": function() { return /* reexport */ ListBullet; },
|
|
318
319
|
"ListChecks": function() { return /* reexport */ ListChecks; },
|
|
319
320
|
"Listen": function() { return /* reexport */ Listen; },
|
|
@@ -451,6 +452,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
451
452
|
"Smartphone": function() { return /* reexport */ Smartphone; },
|
|
452
453
|
"SmartphoneCharging": function() { return /* reexport */ SmartphoneCharging; },
|
|
453
454
|
"Snapchat": function() { return /* reexport */ Snapchat; },
|
|
455
|
+
"Snooze": function() { return /* reexport */ Snooze; },
|
|
454
456
|
"Snowflake": function() { return /* reexport */ Snowflake; },
|
|
455
457
|
"SomewhatDissatisfied": function() { return /* reexport */ SomewhatDissatisfied; },
|
|
456
458
|
"SomewhatSatisfied": function() { return /* reexport */ SomewhatSatisfied; },
|
|
@@ -17303,6 +17305,59 @@ var Linkedin_component = normalizeComponent(
|
|
|
17303
17305
|
)
|
|
17304
17306
|
|
|
17305
17307
|
/* harmony default export */ var Linkedin = (Linkedin_component.exports);
|
|
17308
|
+
;// 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/ListAdd.vue?vue&type=template&id=58e2cfee&
|
|
17309
|
+
var ListAddvue_type_template_id_58e2cfee_render = function render() {
|
|
17310
|
+
var _vm = this,
|
|
17311
|
+
_c = _vm._self._c;
|
|
17312
|
+
return _c('svg', {
|
|
17313
|
+
staticClass: "d-icon d-icon--list-add",
|
|
17314
|
+
attrs: {
|
|
17315
|
+
"aria-hidden": "true",
|
|
17316
|
+
"role": "img",
|
|
17317
|
+
"data-name": "List Add",
|
|
17318
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17319
|
+
"viewBox": "0 0 12 12"
|
|
17320
|
+
}
|
|
17321
|
+
}, [_c('path', {
|
|
17322
|
+
attrs: {
|
|
17323
|
+
"fill": "currentColor",
|
|
17324
|
+
"fill-rule": "evenodd",
|
|
17325
|
+
"d": "M1 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 3Zm8 1a.5.5 0 0 1 .5.5v1h1a.5.5 0 1 1 0 1h-1v1a.5.5 0 1 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1A.5.5 0 0 1 9 4ZM1 6a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4A.5.5 0 0 1 1 6Zm0 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 9Z",
|
|
17326
|
+
"clip-rule": "evenodd"
|
|
17327
|
+
}
|
|
17328
|
+
})]);
|
|
17329
|
+
};
|
|
17330
|
+
var ListAddvue_type_template_id_58e2cfee_staticRenderFns = [];
|
|
17331
|
+
|
|
17332
|
+
;// 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/ListAdd.vue?vue&type=script&lang=js&
|
|
17333
|
+
|
|
17334
|
+
/* harmony default export */ var ListAddvue_type_script_lang_js_ = ({
|
|
17335
|
+
created() {
|
|
17336
|
+
this.uniqueID = getUniqueString();
|
|
17337
|
+
}
|
|
17338
|
+
});
|
|
17339
|
+
;// CONCATENATED MODULE: ./src/icons/ListAdd.vue?vue&type=script&lang=js&
|
|
17340
|
+
/* harmony default export */ var icons_ListAddvue_type_script_lang_js_ = (ListAddvue_type_script_lang_js_);
|
|
17341
|
+
;// CONCATENATED MODULE: ./src/icons/ListAdd.vue
|
|
17342
|
+
|
|
17343
|
+
|
|
17344
|
+
|
|
17345
|
+
|
|
17346
|
+
|
|
17347
|
+
/* normalize component */
|
|
17348
|
+
;
|
|
17349
|
+
var ListAdd_component = normalizeComponent(
|
|
17350
|
+
icons_ListAddvue_type_script_lang_js_,
|
|
17351
|
+
ListAddvue_type_template_id_58e2cfee_render,
|
|
17352
|
+
ListAddvue_type_template_id_58e2cfee_staticRenderFns,
|
|
17353
|
+
false,
|
|
17354
|
+
null,
|
|
17355
|
+
null,
|
|
17356
|
+
null
|
|
17357
|
+
|
|
17358
|
+
)
|
|
17359
|
+
|
|
17360
|
+
/* harmony default export */ var ListAdd = (ListAdd_component.exports);
|
|
17306
17361
|
;// 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/ListBullet.vue?vue&type=template&id=6afccef6&
|
|
17307
17362
|
var ListBulletvue_type_template_id_6afccef6_render = function render() {
|
|
17308
17363
|
var _vm = this,
|
|
@@ -26142,6 +26197,59 @@ var Snapchat_component = normalizeComponent(
|
|
|
26142
26197
|
)
|
|
26143
26198
|
|
|
26144
26199
|
/* harmony default export */ var Snapchat = (Snapchat_component.exports);
|
|
26200
|
+
;// 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/Snooze.vue?vue&type=template&id=b6608db4&
|
|
26201
|
+
var Snoozevue_type_template_id_b6608db4_render = function render() {
|
|
26202
|
+
var _vm = this,
|
|
26203
|
+
_c = _vm._self._c;
|
|
26204
|
+
return _c('svg', {
|
|
26205
|
+
staticClass: "d-icon d-icon--snooze",
|
|
26206
|
+
attrs: {
|
|
26207
|
+
"aria-hidden": "true",
|
|
26208
|
+
"role": "img",
|
|
26209
|
+
"data-name": "Snooze",
|
|
26210
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
26211
|
+
"viewBox": "0 0 12 12"
|
|
26212
|
+
}
|
|
26213
|
+
}, [_c('path', {
|
|
26214
|
+
attrs: {
|
|
26215
|
+
"fill": "currentColor",
|
|
26216
|
+
"fill-rule": "evenodd",
|
|
26217
|
+
"d": "M6 2.5a.5.5 0 0 1 .5-.5h4.25a.5.5 0 0 1 .389.815L7.549 7.25h3.201a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.389-.815L9.701 3H6.5a.5.5 0 0 1-.5-.5ZM1.5 5.75a.5.5 0 0 1 .5-.5h2.75a.5.5 0 0 1 .393.809L3.03 8.75h1.72a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.393-.809L3.72 6.25H2a.5.5 0 0 1-.5-.5Z",
|
|
26218
|
+
"clip-rule": "evenodd"
|
|
26219
|
+
}
|
|
26220
|
+
})]);
|
|
26221
|
+
};
|
|
26222
|
+
var Snoozevue_type_template_id_b6608db4_staticRenderFns = [];
|
|
26223
|
+
|
|
26224
|
+
;// 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/Snooze.vue?vue&type=script&lang=js&
|
|
26225
|
+
|
|
26226
|
+
/* harmony default export */ var Snoozevue_type_script_lang_js_ = ({
|
|
26227
|
+
created() {
|
|
26228
|
+
this.uniqueID = getUniqueString();
|
|
26229
|
+
}
|
|
26230
|
+
});
|
|
26231
|
+
;// CONCATENATED MODULE: ./src/icons/Snooze.vue?vue&type=script&lang=js&
|
|
26232
|
+
/* harmony default export */ var icons_Snoozevue_type_script_lang_js_ = (Snoozevue_type_script_lang_js_);
|
|
26233
|
+
;// CONCATENATED MODULE: ./src/icons/Snooze.vue
|
|
26234
|
+
|
|
26235
|
+
|
|
26236
|
+
|
|
26237
|
+
|
|
26238
|
+
|
|
26239
|
+
/* normalize component */
|
|
26240
|
+
;
|
|
26241
|
+
var Snooze_component = normalizeComponent(
|
|
26242
|
+
icons_Snoozevue_type_script_lang_js_,
|
|
26243
|
+
Snoozevue_type_template_id_b6608db4_render,
|
|
26244
|
+
Snoozevue_type_template_id_b6608db4_staticRenderFns,
|
|
26245
|
+
false,
|
|
26246
|
+
null,
|
|
26247
|
+
null,
|
|
26248
|
+
null
|
|
26249
|
+
|
|
26250
|
+
)
|
|
26251
|
+
|
|
26252
|
+
/* harmony default export */ var Snooze = (Snooze_component.exports);
|
|
26145
26253
|
;// 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/Snowflake.vue?vue&type=template&id=27f0b10a&
|
|
26146
26254
|
var Snowflakevue_type_template_id_27f0b10a_render = function render() {
|
|
26147
26255
|
var _vm = this,
|
|
@@ -32481,6 +32589,8 @@ var ZoomOut_component = normalizeComponent(
|
|
|
32481
32589
|
|
|
32482
32590
|
|
|
32483
32591
|
|
|
32592
|
+
|
|
32593
|
+
|
|
32484
32594
|
|
|
32485
32595
|
|
|
32486
32596
|
|
|
@@ -324,6 +324,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
324
324
|
"Link2": function() { return /* reexport */ Link2; },
|
|
325
325
|
"Link2Off": function() { return /* reexport */ Link2Off; },
|
|
326
326
|
"Linkedin": function() { return /* reexport */ Linkedin; },
|
|
327
|
+
"ListAdd": function() { return /* reexport */ ListAdd; },
|
|
327
328
|
"ListBullet": function() { return /* reexport */ ListBullet; },
|
|
328
329
|
"ListChecks": function() { return /* reexport */ ListChecks; },
|
|
329
330
|
"Listen": function() { return /* reexport */ Listen; },
|
|
@@ -461,6 +462,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
461
462
|
"Smartphone": function() { return /* reexport */ Smartphone; },
|
|
462
463
|
"SmartphoneCharging": function() { return /* reexport */ SmartphoneCharging; },
|
|
463
464
|
"Snapchat": function() { return /* reexport */ Snapchat; },
|
|
465
|
+
"Snooze": function() { return /* reexport */ Snooze; },
|
|
464
466
|
"Snowflake": function() { return /* reexport */ Snowflake; },
|
|
465
467
|
"SomewhatDissatisfied": function() { return /* reexport */ SomewhatDissatisfied; },
|
|
466
468
|
"SomewhatSatisfied": function() { return /* reexport */ SomewhatSatisfied; },
|
|
@@ -17313,6 +17315,59 @@ var Linkedin_component = normalizeComponent(
|
|
|
17313
17315
|
)
|
|
17314
17316
|
|
|
17315
17317
|
/* harmony default export */ var Linkedin = (Linkedin_component.exports);
|
|
17318
|
+
;// 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/ListAdd.vue?vue&type=template&id=58e2cfee&
|
|
17319
|
+
var ListAddvue_type_template_id_58e2cfee_render = function render() {
|
|
17320
|
+
var _vm = this,
|
|
17321
|
+
_c = _vm._self._c;
|
|
17322
|
+
return _c('svg', {
|
|
17323
|
+
staticClass: "d-icon d-icon--list-add",
|
|
17324
|
+
attrs: {
|
|
17325
|
+
"aria-hidden": "true",
|
|
17326
|
+
"role": "img",
|
|
17327
|
+
"data-name": "List Add",
|
|
17328
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17329
|
+
"viewBox": "0 0 12 12"
|
|
17330
|
+
}
|
|
17331
|
+
}, [_c('path', {
|
|
17332
|
+
attrs: {
|
|
17333
|
+
"fill": "currentColor",
|
|
17334
|
+
"fill-rule": "evenodd",
|
|
17335
|
+
"d": "M1 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 3Zm8 1a.5.5 0 0 1 .5.5v1h1a.5.5 0 1 1 0 1h-1v1a.5.5 0 1 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1A.5.5 0 0 1 9 4ZM1 6a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4A.5.5 0 0 1 1 6Zm0 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 9Z",
|
|
17336
|
+
"clip-rule": "evenodd"
|
|
17337
|
+
}
|
|
17338
|
+
})]);
|
|
17339
|
+
};
|
|
17340
|
+
var ListAddvue_type_template_id_58e2cfee_staticRenderFns = [];
|
|
17341
|
+
|
|
17342
|
+
;// 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/ListAdd.vue?vue&type=script&lang=js&
|
|
17343
|
+
|
|
17344
|
+
/* harmony default export */ var ListAddvue_type_script_lang_js_ = ({
|
|
17345
|
+
created() {
|
|
17346
|
+
this.uniqueID = getUniqueString();
|
|
17347
|
+
}
|
|
17348
|
+
});
|
|
17349
|
+
;// CONCATENATED MODULE: ./src/icons/ListAdd.vue?vue&type=script&lang=js&
|
|
17350
|
+
/* harmony default export */ var icons_ListAddvue_type_script_lang_js_ = (ListAddvue_type_script_lang_js_);
|
|
17351
|
+
;// CONCATENATED MODULE: ./src/icons/ListAdd.vue
|
|
17352
|
+
|
|
17353
|
+
|
|
17354
|
+
|
|
17355
|
+
|
|
17356
|
+
|
|
17357
|
+
/* normalize component */
|
|
17358
|
+
;
|
|
17359
|
+
var ListAdd_component = normalizeComponent(
|
|
17360
|
+
icons_ListAddvue_type_script_lang_js_,
|
|
17361
|
+
ListAddvue_type_template_id_58e2cfee_render,
|
|
17362
|
+
ListAddvue_type_template_id_58e2cfee_staticRenderFns,
|
|
17363
|
+
false,
|
|
17364
|
+
null,
|
|
17365
|
+
null,
|
|
17366
|
+
null
|
|
17367
|
+
|
|
17368
|
+
)
|
|
17369
|
+
|
|
17370
|
+
/* harmony default export */ var ListAdd = (ListAdd_component.exports);
|
|
17316
17371
|
;// 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/ListBullet.vue?vue&type=template&id=6afccef6&
|
|
17317
17372
|
var ListBulletvue_type_template_id_6afccef6_render = function render() {
|
|
17318
17373
|
var _vm = this,
|
|
@@ -26152,6 +26207,59 @@ var Snapchat_component = normalizeComponent(
|
|
|
26152
26207
|
)
|
|
26153
26208
|
|
|
26154
26209
|
/* harmony default export */ var Snapchat = (Snapchat_component.exports);
|
|
26210
|
+
;// 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/Snooze.vue?vue&type=template&id=b6608db4&
|
|
26211
|
+
var Snoozevue_type_template_id_b6608db4_render = function render() {
|
|
26212
|
+
var _vm = this,
|
|
26213
|
+
_c = _vm._self._c;
|
|
26214
|
+
return _c('svg', {
|
|
26215
|
+
staticClass: "d-icon d-icon--snooze",
|
|
26216
|
+
attrs: {
|
|
26217
|
+
"aria-hidden": "true",
|
|
26218
|
+
"role": "img",
|
|
26219
|
+
"data-name": "Snooze",
|
|
26220
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
26221
|
+
"viewBox": "0 0 12 12"
|
|
26222
|
+
}
|
|
26223
|
+
}, [_c('path', {
|
|
26224
|
+
attrs: {
|
|
26225
|
+
"fill": "currentColor",
|
|
26226
|
+
"fill-rule": "evenodd",
|
|
26227
|
+
"d": "M6 2.5a.5.5 0 0 1 .5-.5h4.25a.5.5 0 0 1 .389.815L7.549 7.25h3.201a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.389-.815L9.701 3H6.5a.5.5 0 0 1-.5-.5ZM1.5 5.75a.5.5 0 0 1 .5-.5h2.75a.5.5 0 0 1 .393.809L3.03 8.75h1.72a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.393-.809L3.72 6.25H2a.5.5 0 0 1-.5-.5Z",
|
|
26228
|
+
"clip-rule": "evenodd"
|
|
26229
|
+
}
|
|
26230
|
+
})]);
|
|
26231
|
+
};
|
|
26232
|
+
var Snoozevue_type_template_id_b6608db4_staticRenderFns = [];
|
|
26233
|
+
|
|
26234
|
+
;// 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/Snooze.vue?vue&type=script&lang=js&
|
|
26235
|
+
|
|
26236
|
+
/* harmony default export */ var Snoozevue_type_script_lang_js_ = ({
|
|
26237
|
+
created() {
|
|
26238
|
+
this.uniqueID = getUniqueString();
|
|
26239
|
+
}
|
|
26240
|
+
});
|
|
26241
|
+
;// CONCATENATED MODULE: ./src/icons/Snooze.vue?vue&type=script&lang=js&
|
|
26242
|
+
/* harmony default export */ var icons_Snoozevue_type_script_lang_js_ = (Snoozevue_type_script_lang_js_);
|
|
26243
|
+
;// CONCATENATED MODULE: ./src/icons/Snooze.vue
|
|
26244
|
+
|
|
26245
|
+
|
|
26246
|
+
|
|
26247
|
+
|
|
26248
|
+
|
|
26249
|
+
/* normalize component */
|
|
26250
|
+
;
|
|
26251
|
+
var Snooze_component = normalizeComponent(
|
|
26252
|
+
icons_Snoozevue_type_script_lang_js_,
|
|
26253
|
+
Snoozevue_type_template_id_b6608db4_render,
|
|
26254
|
+
Snoozevue_type_template_id_b6608db4_staticRenderFns,
|
|
26255
|
+
false,
|
|
26256
|
+
null,
|
|
26257
|
+
null,
|
|
26258
|
+
null
|
|
26259
|
+
|
|
26260
|
+
)
|
|
26261
|
+
|
|
26262
|
+
/* harmony default export */ var Snooze = (Snooze_component.exports);
|
|
26155
26263
|
;// 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/Snowflake.vue?vue&type=template&id=27f0b10a&
|
|
26156
26264
|
var Snowflakevue_type_template_id_27f0b10a_render = function render() {
|
|
26157
26265
|
var _vm = this,
|
|
@@ -32491,6 +32599,8 @@ var ZoomOut_component = normalizeComponent(
|
|
|
32491
32599
|
|
|
32492
32600
|
|
|
32493
32601
|
|
|
32602
|
+
|
|
32603
|
+
|
|
32494
32604
|
|
|
32495
32605
|
|
|
32496
32606
|
|