UNPKG

@justeattakeaway/pie-icons-vue

Version:
57 lines (52 loc) 2.5 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconChatCourierLarge = { name: 'IconChatCourierLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chatCourierLarge', 'IconChatCourierLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M22.034 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923', }, }), h('path', { attrs: { d: 'M25.88 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923', }, }), h('path', { attrs: { d: 'M18.187 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923', }, }), h('path', { attrs: { d: 'M11.098 19.23H7.603v1.748h3.495z', }, }), h('path', { attrs: { d: 'M25.082 19.23h-3.496v1.748h3.496z', }, }), h('path', { attrs: { d: 'M28.525 17.36a8.2 8.2 0 0 1-1.695 1.127v4.99a1 1 0 0 1-.498.21 62.4 62.4 0 0 1-9.99.787c-3.34-.001-6.674-.264-9.972-.787a1.1 1.1 0 0 1-.515-.21v-5.585c-.003-.15.027-.299.087-.436l.734-1.748a54 54 0 0 0 6.393.774v-1.727a51 51 0 0 1-5.702-.664L8.58 9.319a.76.76 0 0 1 .472-.577c1.32-.327 2.663-.55 4.016-.685V6.293a33 33 0 0 0-4.496.772A2.49 2.49 0 0 0 6.886 8.89l-.857 3.347H3.67l-.873 1.748H5.53l-1.197 2.78c-.15.356-.227.74-.227 1.126V27.97h1.748v-2.622l.21.053c3.399.54 6.835.815 10.277.821a64 64 0 0 0 10.295-.812l.193-.061v2.621h1.748V17.892q0-.268-.053-.533', }, }), h('path', { attrs: { d: 'M15.557 18.533a.876.876 0 0 1-.875-.875V5.768c0-.651.53-1.18 1.18-1.18h12.163c.65 0 1.18.529 1.18 1.18v8.514c0 .65-.53 1.179-1.18 1.179H19.51c-.335 0-.65.13-.886.367l-2.448 2.449a.88.88 0 0 1-.619.256m.875-12.195v9.208l.955-.955a2.98 2.98 0 0 1 2.123-.88h7.944V6.338z', }, })]); }, }; exports.default = IconChatCourierLarge;