UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.76 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 25' } exports.default = (0, vue_1.defineComponent)({ name: 'PeopleLock24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M13 14.5c.249 0 .487.045.707.129a2.507 2.507 0 0 0-1.499 1.37H4l-.1.01a.51.51 0 0 0-.254.136a.506.506 0 0 0-.136.253l-.01.101V18c0 1.009.45 1.722 1.417 2.242c.826.445 2.003.714 3.266.753L8.5 21l.317-.005c1.222-.037 2.361-.29 3.183-.71v1.635c-1.117.42-2.383.58-3.5.58c-2.722 0-6.335-.956-6.495-4.27L2 18v-1.501c0-1.054.816-1.918 1.85-1.994l.15-.006l9 .001zm.3 1.6c.273-.364.71-.6 1.2-.6h.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-5c0-.338.111-.65.3-.9zm3.327 3.888a1.004 1.004 0 0 0 .873.512a1 1 0 1 0-.873-.512zM16.5 14.5v1h2v-1a1 1 0 1 0-2 0zM21 9c0 1.116-.522 2.11-1.335 2.75A3.487 3.487 0 0 0 17.5 11c1.103 0 2-.897 2-2s-.897-2-2-2s-2 .897-2 2s.897 2 2 2c-.817 0-1.57.28-2.165.75A3.5 3.5 0 1 1 21 9zM8.5 3.5a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zm0 1.5c-1.654 0-3 1.346-3 3s1.346 3 3 3s3-1.346 3-3s-1.346-3-3-3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })