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.5 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'ContactCardGroup20Filled', 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: 'M4.5 4A2.5 2.5 0 0 0 2 6.5v7A2.5 2.5 0 0 0 4.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 15.5 4h-11zM12 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm.5 2.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zM4 10.75a.75.75 0 0 1 .75-.75h3a.749.749 0 0 1 .75.75v.75s0 .023-.004.065a1.441 1.441 0 0 1-.496.92c-.325.282-.863.515-1.75.515C4 13 4 11.5 4 11.5v-.75zM6.25 9a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5zm4.25-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm-1.065 3.977a2.257 2.257 0 0 0 .063-.41l.002-.028v-.789c0-.268-.06-.523-.168-.75H10a1 1 0 0 1 1 1a1.5 1.5 0 0 1-1.5 1.5h-.262c.098-.192.16-.373.197-.523z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })