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.11 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: 'InprivateAccount16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.5 8A1.5 1.5 0 0 1 13 9.5H8v1h4.96c-.053.34-.161.678-.32 1H8v1h3.929C11.073 13.383 9.731 14 8 14c-3.14 0-5-2.029-5-4v-.5A1.5 1.5 0 0 1 4.5 8h7zm-.795-4.25a2.773 2.773 0 0 1 0 1H8v1h2.305a2.75 2.75 0 1 1 0-3H8v1h2.705z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })