UNPKG

@justeattakeaway/pie-icons-vue

Version:
57 lines (52 loc) 2.64 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.923Z', }, }), h('path', { attrs: { d: 'M25.88 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z', }, }), h('path', { attrs: { d: 'M18.187 11.117a.962.962 0 1 0 0-1.923.962.962 0 0 0 0 1.923Z', }, }), h('path', { attrs: { d: 'M11.098 19.23H7.603v1.748h3.495V19.23Z', }, }), h('path', { attrs: { d: 'M25.082 19.23h-3.496v1.748h3.496V19.23Z', }, }), h('path', { attrs: { d: 'M28.525 17.36a8.172 8.172 0 0 1-1.695 1.127v4.99a.988.988 0 0 1-.498.21 62.41 62.41 0 0 1-9.99.787c-3.34-.001-6.674-.264-9.972-.787a1.084 1.084 0 0 1-.515-.21v-5.585c-.003-.15.027-.299.087-.436l.734-1.748a53.47 53.47 0 0 0 6.393.774v-1.727a51.185 51.185 0 0 1-5.702-.664L8.58 9.319a.758.758 0 0 1 .472-.577c1.32-.327 2.663-.55 4.016-.685V6.293a33.244 33.244 0 0 0-4.496.772A2.488 2.488 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.821a63.847 63.847 0 0 0 10.295-.812l.193-.061v2.621h1.748V17.892c0-.178-.018-.357-.053-.533Z', }, }), 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.875.875 0 0 1-.619.256Zm.875-12.195v9.208l.955-.955a2.981 2.981 0 0 1 2.123-.88h7.944V6.338H16.432Z', }, })]); }, }; exports.default = IconChatCourierLarge;