@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 kB
JavaScript
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: 'CalendarChat20Regular',
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: 'M7 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm2-2c.102 0 .2-.015.293-.044c.202-.239.424-.46.663-.662A1 1 0 0 0 10 9a1 1 0 1 0 0 2zm-4.5 5h3.707c.076.266.17.525.283.773L9.421 17H5.5A2.5 2.5 0 0 1 3 14.5v-9A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v4.1a5.465 5.465 0 0 0-1-.393V7H4v7.5A1.5 1.5 0 0 0 5.5 16zm0-12A1.5 1.5 0 0 0 4 5.5V6h12v-.5A1.5 1.5 0 0 0 14.5 4h-9zm5.063 12.682l-.544 1.789a.41.41 0 0 0 .51.51l1.79-.544a4.5 4.5 0 1 0-1.755-1.755zM12.5 16a.5.5 0 0 1 0-1h2a.5.5 0 1 1 0 1h-2zm0-3h4a.5.5 0 1 1 0 1h-4a.5.5 0 0 1 0-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})