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.57 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CalendarChat24Filled', 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: 'M21 8.5v3.52a6.466 6.466 0 0 0-3.246-1.015a1.248 1.248 0 0 0-2.165.28a6.518 6.518 0 0 0-4.142 3.844a1.25 1.25 0 0 0-.43 1.894a6.48 6.48 0 0 0 .597 3.24l-.223.737H6.25A3.25 3.25 0 0 1 3 17.75V8.5h18zM7.25 15a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5zm0-4.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5zm4.75 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5zm5.97 1.52A5.475 5.475 0 0 1 21 13.256a5.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 5.282-8.149zM15 16.5a.5.5 0 0 0 .5.5h4.002a.5.5 0 1 0 0-1H15.5a.5.5 0 0 0-.5.5zm.5 2.5h2.001a.5.5 0 1 0 0-1h-2a.5.5 0 1 0 0 1zM17.75 3A3.25 3.25 0 0 1 21 6.25V7H3v-.75A3.25 3.25 0 0 1 6.25 3h11.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })