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.25 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 20 20' } export default defineComponent({ name: 'PersonLock20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5 6a4 4 0 1 1 8 0a4 4 0 0 1-8 0zm-3 7c0-1.113.903-2 2.009-2h8.662c-.11.313-.171.65-.171 1v.063A2 2 0 0 0 11 14v3.838c-.638.109-1.31.162-2 .162c-1.855 0-3.583-.386-4.865-1.203C2.833 15.967 2 14.69 2 13zm11.5 0v-1a2 2 0 1 1 4 0v1h.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h.5zm1-1v1h2v-1a1 1 0 1 0-2 0zm1.75 4a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })