@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.75 kB
JavaScript
'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 IconChatCourier = {
name: 'IconChatCourier',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chatCourier', 'IconChatCourier');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M7.454 9.265a.656.656 0 0 1-.656-.656V2.636c0-.446.365-.809.815-.809h6.35c.45 0 .816.363.816.81v4.276c0 .446-.366.81-.816.81H9.517a.469.469 0 0 0-.33.129l-1.279 1.23a.654.654 0 0 1-.454.183ZM8.11 3.14v3.927l.168-.16c.332-.32.773-.497 1.24-.497h3.948V3.14H8.11Z',
},
}), h('path', {
attrs: {
d: 'M13.986 8.593c-.008 0-.014.004-.023.004h-1.302a.356.356 0 0 1 0 .108l.052 1.624v.594h-.07a26.082 26.082 0 0 1-9.02 0h-.079V8.705a.357.357 0 0 1 0-.14l.297-.698.472-1.24.558-2.157a.21.21 0 0 1 .088-.13c.318-.089.641-.143.964-.202v-1.34c-.441.074-.88.164-1.314.284a1.431 1.431 0 0 0-1.004 1.047l-.498 1.965H1.885l-.664 1.31H2.62l-.28.646c-.087.207-.132.43-.13.655v5.03h1.309V12.26a27.469 27.469 0 0 0 9.169 0v1.476h1.31v-5.03c0-.038-.008-.075-.01-.112Z',
},
})]);
},
};
exports.default = IconChatCourier;