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.46 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 28 28' } export default defineComponent({ name: 'ContactCardGroup28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.004 7.75v12.5A3.75 3.75 0 0 0 5.754 24H22.25A3.75 3.75 0 0 0 26 20.25V7.75A3.75 3.75 0 0 0 22.25 4H5.755a3.75 3.75 0 0 0-3.75 3.75zM17 12.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75zm.75 2.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 1 1 0-1.5zM15 12a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-8 2.5h3.5a1 1 0 0 1 1 1v1s0 2-2.75 2s-2.75-2-2.75-2v-1a1 1 0 0 1 1-1zm3.5-2.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0zm3 5.75h-1.215a3.037 3.037 0 0 0 .205-.816a2.202 2.202 0 0 0 .01-.15V15.5c0-.364-.098-.706-.268-1H14.5a1 1 0 0 1 1 1a2 2 0 0 1-2 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })