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.42 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Guest20Filled', 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: 'M10 7a2 2 0 1 0 0 4a2 2 0 0 0 0-4zm-2.28 5c-.612 0-1.31.415-1.33 1.197c-.013.517.094 1.241.658 1.835c.567.596 1.505.968 2.952.968s2.386-.372 2.952-.968c.564-.594.671-1.319.658-1.835c-.02-.782-.718-1.197-1.33-1.197H7.72zM9 2a2 2 0 0 0-2 2H5.5A1.5 1.5 0 0 0 4 5.5v11A1.5 1.5 0 0 0 5.5 18h9a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 14.5 4H13a2 2 0 0 0-2-2H9zm3.732 3H14.5a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5h1.768A2 2 0 0 0 9 6h2a2 2 0 0 0 1.732-1zM8 4a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })