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.39 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 24 24' } export default defineComponent({ name: 'DatabasePerson24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M20 6c0 2.21-3.582 4-8 4S4 8.21 4 6s3.582-4 8-4s8 1.79 8 4zm-2.232 4.428C16.152 11.116 14.137 11.5 12 11.5c-2.392 0-4.63-.482-6.328-1.33A7.61 7.61 0 0 1 4 9.053V18c0 2.21 3.582 4 8 4c.552 0 1.09-.028 1.61-.081a3.689 3.689 0 0 1-.61-2.044v-.103A2.772 2.772 0 0 1 15.773 17h.277a3.5 3.5 0 0 1 .882-5.63c.392-.197.73-.516.836-.942zM21 14.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0zm2 5.375C23 21.431 21.714 23 18.5 23S14 21.437 14 19.875v-.103c0-.98.794-1.772 1.773-1.772h5.454c.98 0 1.773.793 1.773 1.772v.103z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })