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.6 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'GroupReturn24Regular', 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 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 .17-.014.337-.041.5H12.5a1 1 0 0 1 1 1V9h-2A2.5 2.5 0 0 0 9 11.5v2H6.5a1 1 0 0 1-1-1V7.959a3.02 3.02 0 0 1-1.5-.13V12.5A2.5 2.5 0 0 0 6.5 15H9v2.5a2.5 2.5 0 0 0 2.498 2.5a6.451 6.451 0 0 1-.436-1.6a1 1 0 0 1-.562-.9v-6a1 1 0 0 1 1-1h6a1 1 0 0 1 .9.562c.559.077 1.095.226 1.6.436A2.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 */ ) ]) ) ) } })