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.68 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: 'GroupList24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.753 11.996l2.5.011a.75.75 0 0 1 .095 1.494l-.102.006l-1.746-.009v5.501L5.25 19a.75.75 0 0 1 .742.648L6 19.75a.75.75 0 0 1-.648.743l-.102.007h-2.5a.75.75 0 0 1-.742-.648L2 19.75v-7.004a.75.75 0 0 1 .651-.744l.102-.006zM21.245 17.5a.75.75 0 0 1 .102 1.493l-.102.007H7.748a.75.75 0 0 1-.101-1.493l.101-.007h13.497zm0-4a.75.75 0 0 1 .102 1.493l-.102.007H7.748a.75.75 0 0 1-.101-1.493l.101-.007h13.497zM2.753 2.5l2.5.011a.75.75 0 0 1 .095 1.494l-.102.006L3.5 4.003v5.492h1.75a.75.75 0 0 1 .742.648l.007.102a.75.75 0 0 1-.648.743l-.102.007h-2.5a.75.75 0 0 1-.742-.648L2 10.245V3.25a.75.75 0 0 1 .651-.744l.102-.006zm18.492 5.504a.75.75 0 0 1 .102 1.493l-.102.007H7.748a.75.75 0 0 1-.101-1.493l.101-.007h13.497zm.005-4a.75.75 0 0 1 .102 1.493l-.102.007H7.754a.75.75 0 0 1-.102-1.493l.102-.007H21.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })