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.55 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: 'GroupReturn24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7 5a2 2 0 1 1-4 0a2 2 0 0 1 4 0zm14 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0zM7 19a2 2 0 1 1-4 0a2 2 0 0 1 4 0zM8 5c0 .35-.06.687-.17 1h4.67a.5.5 0 0 1 .5.5V9h-1.5A2.5 2.5 0 0 0 9 11.5V13H6.5a.5.5 0 0 1-.5-.5V7.83a2.995 2.995 0 0 1-2 0v4.67A2.5 2.5 0 0 0 6.5 15H9v2.5a2.5 2.5 0 0 0 2.498 2.5A6.48 6.48 0 0 1 11 17.5v-6a.5.5 0 0 1 .5-.5h6c.886 0 1.73.177 2.5.498A2.5 2.5 0 0 0 17.5 9H15V6.5A2.5 2.5 0 0 0 12.5 4H7.83c.11.313.17.65.17 1zm15 12.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zM15.707 16l.647-.646a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708l1.5 1.5a.5.5 0 0 0 .708-.708L15.707 17h2.043A2.25 2.25 0 0 1 20 19.25v.25a.5.5 0 0 0 1 0v-.25A3.25 3.25 0 0 0 17.75 16h-2.043z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })