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.43 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'EmojiMultiple20Filled', 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: 'M2 7a5.002 5.002 0 0 0 4.027 4.905a6.475 6.475 0 0 1 1.666-3.78A2 2 0 0 0 5.48 8.7a.5.5 0 1 1-.76-.65a3 3 0 0 1 3.76-.659a6.468 6.468 0 0 1 3.425-1.364A5.002 5.002 0 0 0 2 7zm4.25-1.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm3 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm8.75 7a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-6.75-1a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0zm3.855 2.57a.5.5 0 0 0-.705.055a2.501 2.501 0 0 1-3.797.003a.5.5 0 1 0-.759.652a3.499 3.499 0 0 0 5.316-.005a.5.5 0 0 0-.055-.705zm-.605-1.82a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })