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.73 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 24 24' } export default defineComponent({ name: 'CalendarChat24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.75 3A3.25 3.25 0 0 1 21 6.25v5.77a6.472 6.472 0 0 0-1.5-.707V8.5h-15v9.25c0 .966.784 1.75 1.75 1.75h5.063c.085.262.186.517.302.764L11.39 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3h11.5zm0 1.5H6.25A1.75 1.75 0 0 0 4.5 6.25V7h15v-.75a1.75 1.75 0 0 0-1.75-1.75zm1.75 7.874a5.498 5.498 0 0 1 1.5.882a5.501 5.501 0 0 1-6.166 9.058l-2.187.666a.5.5 0 0 1-.624-.625l.666-2.186A5.501 5.501 0 0 1 17.475 12h.026c.705 0 1.38.133 1.999.374zm.002 4.627a.5.5 0 1 0 0-1H15.5a.5.5 0 1 0 0 1h4zm-4.001 2h2a.5.5 0 1 0 0-1h-2a.5.5 0 1 0 0 1zm-.473-7.514a6.472 6.472 0 0 1 2.226-.482a1.248 1.248 0 0 0-2.226.482zm-3.963 5.093a6.454 6.454 0 0 1 .651-2.048a1.25 1.25 0 0 0-.651 2.048zM7.75 14.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm0-4a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5zm4.25 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })