UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.26 kB
'use strict' 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Chat48Filled', 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: 'M16.536 5.452c17.288-6.92 34.346 11.435 25.057 28.156c-4.22 7.594-14.702 13.71-26.908 7.926L6.2 43.958c-1.316.376-2.533-.836-2.163-2.153c.506-1.806 1.706-6.064 2.408-8.372c-5.262-9.388-1.714-23.257 10.09-27.981zm-.54 14.799c0 .69.56 1.25 1.25 1.25H30.75a1.25 1.25 0 0 0 0-2.5H17.246c-.69 0-1.25.56-1.25 1.25zm1.254 6.224a1.25 1.25 0 0 0 0 2.5h9.5a1.25 1.25 0 0 0 0-2.5h-9.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })