UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.59 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconChatCourier = { name: 'IconChatCourier', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--chatCourier', 'IconChatCourier'); return h('svg', _mergeJSXProps([{ 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.47.47 0 0 0-.33.129l-1.279 1.23a.65.65 0 0 1-.454.183M8.11 3.14v3.927l.168-.16c.332-.32.773-.497 1.24-.497h3.948V3.14z', }, }), h('path', { attrs: { d: 'M13.986 8.593q-.01.002-.023.004h-1.302a.4.4 0 0 1 0 .108l.052 1.624v.594h-.07a26.1 26.1 0 0 1-9.02 0h-.079V8.705a.4.4 0 0 1 0-.14l.297-.698.472-1.24.558-2.157a.2.2 0 0 1 .088-.13c.318-.089.641-.143.964-.202v-1.34c-.441.074-.88.164-1.314.284a1.43 1.43 0 0 0-1.004 1.047l-.498 1.965H1.886l-.664 1.31H2.62l-.28.646c-.087.207-.132.43-.13.655v5.03h1.309V12.26a27.5 27.5 0 0 0 9.169 0v1.476h1.31v-5.03c0-.038-.008-.075-.01-.112', }, })]); }, }; export { IconChatCourier as default };