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.37 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 25' } export default defineComponent({ name: 'PeopleLock24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.5 14.501c.15 0 .296.022.433.064A2.501 2.501 0 0 0 12 17v4.92c-1.117.42-2.383.58-3.5.58c-2.722 0-6.335-.956-6.495-4.27L2 18v-2a1.5 1.5 0 0 1 1.356-1.493L3.5 14.5l10 .001zM13 17a1.5 1.5 0 0 1 1.5-1.5h.5v-1a2.5 2.5 0 1 1 5 0v1h.542A1.5 1.5 0 0 1 22 17v5a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 13 22v-5zm3.5-2.5v1h2v-1a1 1 0 1 0-2 0zm0 5a1 1 0 1 0 2 0a1 1 0 0 0-2 0zm1-8.5c.818 0 1.57.281 2.165.75a3.5 3.5 0 1 0-4.33 0A3.485 3.485 0 0 1 17.5 11zm-9-7.5a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })