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.59 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: 'Guest28Filled', 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: 'M14 9a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7zm-3.3 8c-.86 0-1.796.602-1.82 1.672c-.018.749.116 1.853.894 2.776C10.57 22.393 11.914 23 14 23s3.43-.607 4.226-1.552c.778-.923.912-2.027.895-2.776C19.096 17.602 18.16 17 17.3 17h-6.6zm8.197-13h1.353A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25V6.75A2.75 2.75 0 0 1 7.75 4h1.354a2.751 2.751 0 0 1 2.646-2h4.5c1.259 0 2.32.846 2.646 2zM9.104 5.5H7.75c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25h-1.354a2.751 2.751 0 0 1-2.646 2h-4.5a2.751 2.751 0 0 1-2.646-2zm1.396-.75c0 .69.56 1.25 1.25 1.25h4.5a1.25 1.25 0 1 0 0-2.5h-4.5c-.69 0-1.25.56-1.25 1.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })