@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.46 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Chat28Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M14.004 2.5c6.351 0 11.5 5.149 11.5 11.5s-5.149 11.5-11.5 11.5c-1.921 0-3.775-.472-5.43-1.36L4.07 25.493a1.25 1.25 0 0 1-1.556-1.557l1.353-4.503A11.451 11.451 0 0 1 2.504 14c0-6.351 5.149-11.5 11.5-11.5zm0 1.5c-5.523 0-10 4.477-10 10c0 1.77.46 3.472 1.322 4.973l.16.28l-1.403 4.67l4.672-1.403l.28.16c1.5.86 3.2 1.32 4.969 1.32c5.523 0 10-4.477 10-10s-4.477-10-10-10zm-3.75 11.5h4.498a.75.75 0 0 1 .102 1.493l-.102.007h-4.498a.75.75 0 0 1-.102-1.493l.102-.007h4.498h-4.498zm0-4.5h7.504a.75.75 0 0 1 .102 1.493l-.102.007h-7.504a.75.75 0 0 1-.102-1.493l.102-.007h7.504h-7.504z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})