@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.35 kB
JavaScript
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: 'CalendarMultiple24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M19.994 5.007l.004.121l.002.122v11.1A3.65 3.65 0 0 1 16.35 20H5.25a4.35 4.35 0 0 1-.243-.007A3.246 3.246 0 0 0 7.75 21.5h8.6a5.15 5.15 0 0 0 5.15-5.15v-8.6c0-1.153-.6-2.166-1.506-2.743zM5.25 2A3.25 3.25 0 0 0 2 5.25v10.5A3.25 3.25 0 0 0 5.25 19h10.5A3.25 3.25 0 0 0 19 15.75V5.25A3.25 3.25 0 0 0 15.75 2H5.25zM3.5 7.5h14v8.25a1.75 1.75 0 0 1-1.75 1.75H5.25a1.75 1.75 0 0 1-1.75-1.75V7.5zm1.75-4h10.5c.966 0 1.75.784 1.75 1.75V6h-14v-.75c0-.966.784-1.75 1.75-1.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})