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.49 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: 'EmojiMultiple24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.5 2a6.503 6.503 0 0 1 6.312 4.943c-.515.01-1.02.068-1.506.171a5 5 0 1 0-6.191 6.191a8.053 8.053 0 0 0-.172 1.507A6.5 6.5 0 0 1 8.5 2zm.16 8.006c.355-.451.759-.864 1.202-1.23a3.5 3.5 0 0 0-4.022.95a.75.75 0 1 0 1.14.974a2 2 0 0 1 1.68-.694zM7.5 6.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm1 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm5.458 2.042a.75.75 0 0 1 .082 1.058a4 4 0 0 1-6.075.005a.75.75 0 0 1 1.138-.977a2.499 2.499 0 0 0 3.797-.003a.75.75 0 0 1 1.058-.083zM17.5 14.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2zM15 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14zm0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })