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.38 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'PersonAvailable16Regular', 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: 'M4 4.5a2.5 2.5 0 1 1 4.889.74a5.506 5.506 0 0 0-2.623 1.75A2.5 2.5 0 0 1 4 4.5zM6.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zm4 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm2.354-6.354a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647l2.646-2.647a.5.5 0 0 1 .708 0zM5.6 8H3.5C2.672 8 2 8.955 2 9.75V10c0 1.73 1.554 3.64 4.22 3.955a5.5 5.5 0 0 1-.72-1.162C3.815 12.29 3 10.978 3 10v-.25c0-.14.07-.361.22-.547c.15-.188.264-.203.28-.203h1.707c.099-.349.23-.683.393-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })