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.33 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 16 16' } export default defineComponent({ name: 'PersonBoard16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.5 2A2.5 2.5 0 0 0 2 4.5v5A2.5 2.5 0 0 0 4.5 12h5A2.5 2.5 0 0 0 12 9.5v-5A2.5 2.5 0 0 0 9.5 2h-5zM7 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm-1.75.625h3.5c.621 0 1.125.504 1.125 1.125v.25c0 .4-.171.886-.64 1.263c-.464.372-1.184.612-2.237.612c-1.055 0-1.774-.245-2.236-.62c-.466-.378-.637-.862-.637-1.255v-.25c0-.622.504-1.125 1.125-1.125zM4.5 13c.456.607 1.182 1 2 1h3A4.5 4.5 0 0 0 14 9.5v-3c0-.818-.393-1.544-1-2v5A3.5 3.5 0 0 1 9.5 13h-5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })