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.68 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: 'Guest20Regular', 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: 'M8 9a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm2-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm-2.28 4c-.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.72zm-.33 1.223a.177.177 0 0 1 .073-.141A.415.415 0 0 1 7.72 13h4.558c.11 0 .202.037.258.082c.05.04.072.085.073.14c.01.371-.07.792-.383 1.121c-.31.327-.938.657-2.227.657c-1.288 0-1.916-.33-2.227-.657c-.313-.33-.393-.75-.383-1.12zM9 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 */ ) ]) ) ) } })