@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.22 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: 'CalendarMultiple24Filled',
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.743zM2 7.5v8.25A3.25 3.25 0 0 0 5.25 19h10.5A3.25 3.25 0 0 0 19 15.75V7.5H2zM5.25 2A3.25 3.25 0 0 0 2 5.25V6h17v-.75A3.25 3.25 0 0 0 15.75 2H5.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})