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.4 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ShareScreenPerson28Regular', 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: 'M5.75 4A3.75 3.75 0 0 0 2 7.75v12.5A3.75 3.75 0 0 0 5.75 24h9.316a4.273 4.273 0 0 1-.066-.75v-.205c0-.186.017-.368.049-.545H5.75a2.25 2.25 0 0 1-2.25-2.25V7.75A2.25 2.25 0 0 1 5.75 5.5h16.5a2.25 2.25 0 0 1 2.25 2.25v6.604c.57.647.936 1.48.992 2.396c.009.138.12.25.258.25a.25.25 0 0 0 .25-.25v-9A3.75 3.75 0 0 0 22.25 4H5.75zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0zm2.5 6.25c0 1.868-1.571 3.75-5.5 3.75c-3.929 0-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045v.205z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })