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.4 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 24 24' } export default defineComponent({ name: 'EmojiMultiple24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 8.5a6.503 6.503 0 0 0 4.943 6.312a7.993 7.993 0 0 1 1.716-4.806a1.992 1.992 0 0 0-1.68.694a.75.75 0 0 1-1.14-.975a3.5 3.5 0 0 1 4.023-.95a7.995 7.995 0 0 1 4.95-1.832A6.5 6.5 0 0 0 2 8.5zm5.5-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM22 15a7 7 0 1 1-14 0a7 7 0 0 1 14 0zm-8.5-1.5a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm4.471 3.218a.625.625 0 0 0-.88.07a2.75 2.75 0 0 1-4.178.003a.625.625 0 1 0-.948.814a3.998 3.998 0 0 0 6.075-.006a.625.625 0 0 0-.069-.88zM17.5 14.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })