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.6 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: 'PersonBoard16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3zm0-1a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zM4 8.25C4 7.56 4.56 7 5.25 7h3.5C9.44 7 10 7.56 10 8.25v.25c0 .436-.187.958-.687 1.36c-.493.397-1.244.64-2.315.64c-1.073 0-1.823-.249-2.315-.647C4.186 9.45 4 8.929 4 8.5v-.25zM5.25 8a.25.25 0 0 0-.25.25v.25c0 .142.062.372.313.576c.257.208.756.424 1.685.424c.931 0 1.431-.213 1.689-.42c.25-.2.313-.429.313-.58v-.25A.25.25 0 0 0 8.75 8h-3.5zM4.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-5zm5 1A1.5 1.5 0 0 1 11 4.5v5A1.5 1.5 0 0 1 9.5 11h-5A1.5 1.5 0 0 1 3 9.5v-5A1.5 1.5 0 0 1 4.5 3h5zm-5 10c.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 */ ) ]) ) ) } })