@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.54 kB
JavaScript
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: 'EmojiMultiple20Regular',
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.002 5.002 0 0 1 4.905 4.027a6.48 6.48 0 0 0-.986.167a4.001 4.001 0 1 0-4.725 4.725c-.08.32-.137.65-.167.986A5.002 5.002 0 0 1 7 2zm.693 6.124c.242-.265.506-.51.788-.733a2.999 2.999 0 0 0-3.761.66a.5.5 0 1 0 .76.65a2 2 0 0 1 2.213-.577zM6.25 5.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 0zm1.25 6.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm4.605 1.82a.5.5 0 0 1 .055.705a3.5 3.5 0 0 1-5.316.005a.5.5 0 1 1 .759-.652a2.501 2.501 0 0 0 3.797-.003a.5.5 0 0 1 .705-.055zm-.605-1.82a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm-2 5.75a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11zm0-1a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})