UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.28 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 IconChatBot = { name: 'IconChatBot', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chatBot', 'IconChatBot'); 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: 'M9.907 1.481a5.915 5.915 0 0 0-3.92 11.157l.053 2.257.752-.122a8.602 8.602 0 0 0 7.044-5.898 5.923 5.923 0 0 0-3.929-7.394Zm2.67 7a7.2 7.2 0 0 1-5.25 4.84v-1.637l-.447-.14A4.611 4.611 0 0 1 8.175 2.53c.457.009.911.082 1.347.22a4.61 4.61 0 0 1 3.054 5.73Zm-3.422-.778L10.424 8A2.415 2.415 0 0 1 5.75 8l1.269-.324a1.102 1.102 0 0 0 2.135 0v.027Z', }, })]); }, }; exports.default = IconChatBot;