@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.61 kB
JavaScript
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: 'ContactCardGroup28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M17 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.75a.75.75 0 1 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5zM15 12a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-8 2.5a1 1 0 0 0-1 1v1s0 2 2.75 2s2.75-2 2.75-2v-1a1 1 0 0 0-1-1H7zm3.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-.816c.004-.046.007-.085.008-.116v-.013h.002V15.5c0-.364-.098-.706-.268-1H14.5a1 1 0 0 1 1 1a2 2 0 0 1-2 2zM2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v12.5A3.75 3.75 0 0 1 22.25 24H5.755a3.75 3.75 0 0 1-3.75-3.75V7.75zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v12.5a2.25 2.25 0 0 0 2.25 2.25H22.25a2.25 2.25 0 0 0 2.25-2.25V7.75a2.25 2.25 0 0 0-2.25-2.25H5.755z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})