UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.46 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 48 48' } export default defineComponent({ name: 'Chat48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15.996 20.25c0-.69.56-1.25 1.25-1.25H30.75a1.25 1.25 0 0 1 0 2.5H17.246c-.69 0-1.25-.56-1.25-1.25zm1.254 6.226a1.25 1.25 0 0 0 0 2.5h9.5a1.25 1.25 0 0 0 0-2.5h-9.5zm-.714-21.024c17.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.981zm22.872 26.942c8.085-14.555-6.723-30.712-21.943-24.621C6.988 11.965 3.939 24.466 8.87 32.632l.291.482l-.168.537c-.532 1.703-1.537 5.234-2.185 7.533l8.114-2.318l.433.215c11.007 5.456 20.322.027 24.053-6.688z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })