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.42 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ChatMultiple16Regular', 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: 'M7 2a5 5 0 0 0-4.533 7.113l-.457 2.289a.5.5 0 0 0 .588.588l2.288-.457A5 5 0 1 0 7 2zM3 7a4 4 0 1 1 2.182 3.564a.5.5 0 0 0-.326-.045l-1.719.344l.344-1.72a.5.5 0 0 0-.045-.325A3.98 3.98 0 0 1 3 7zm6 7a4.98 4.98 0 0 1-3.14-1.108a6.025 6.025 0 0 0 2.242.007a4.009 4.009 0 0 0 2.716-.335a.5.5 0 0 1 .326-.045l1.719.344l-.344-1.72a.5.5 0 0 1 .045-.325a4.014 4.014 0 0 0 .335-2.716a6.033 6.033 0 0 0-.007-2.24A4.979 4.979 0 0 1 14 9c0 .755-.168 1.471-.467 2.114l.457 2.288a.5.5 0 0 1-.588.588l-2.289-.457c-.642.3-1.359.467-2.113.467z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })