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.86 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: 'Guest28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.5 12.5a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 0zm3.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4zM10.7 17c-.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.6zm-.321 1.706a.154.154 0 0 1 .062-.123a.407.407 0 0 1 .26-.083H17.3c.116 0 .207.04.259.083a.154.154 0 0 1 .062.123c.013.57-.097 1.247-.542 1.775c-.426.505-1.283 1.019-3.079 1.019c-1.796 0-2.653-.514-3.08-1.02c-.444-.527-.554-1.204-.541-1.774zM18.897 4h1.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 */ ) ]) ) ) } })