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.51 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 28 28' } export default defineComponent({ name: 'ShareScreenPersonOverlay28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 7.75A3.75 3.75 0 0 1 5.75 4h16.5A3.75 3.75 0 0 1 26 7.75v9a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a3.983 3.983 0 0 0-.992-2.396V7.75a2.25 2.25 0 0 0-2.25-2.25H5.75A2.25 2.25 0 0 0 3.5 7.75v12.5a2.25 2.25 0 0 0 2.25 2.25h9.299a3.065 3.065 0 0 0-.049.545v.205c0 .251.022.502.066.75H5.75A3.75 3.75 0 0 1 2 20.25V7.75zM21.5 20a3 3 0 1 0 0-6a3 3 0 0 0 0 6zm0 7c3.929 0 5.5-1.882 5.5-3.75v-.205c0-1.13-.916-2.045-2.046-2.045h-6.909c-1.13 0-2.045.915-2.045 2.045v.205c0 1.875 1.571 3.75 5.5 3.75zM7.25 8C6.56 8 6 8.56 6 9.25v4.5c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25v-4.5C14 8.56 13.44 8 12.75 8h-5.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })