@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'GroupList24Regular',
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.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 */
)
])
)
)
}
})