@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.41 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'ChatMultiple16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})