@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 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 16 16'
}
export default defineComponent({
name: 'CalendarToday16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14 11.5V6H2v5.5A2.5 2.5 0 0 0 4.5 14h2v-1.25a1.5 1.5 0 0 1-.96-2.652l1.273-1.062a1.75 1.75 0 1 1 2.373 0l1.274 1.062a1.5 1.5 0 0 1-.96 2.652V14h2a2.5 2.5 0 0 0 2.5-2.5zm0-7A2.5 2.5 0 0 0 11.5 2h-7A2.5 2.5 0 0 0 2 4.5V5h12v-.5zm-6 4A.75.75 0 1 0 8 7a.75.75 0 0 0 0 1.5zm0 1a.5.5 0 0 0-.042.002l-.126.027a.5.5 0 0 0-.152.087l-1.5 1.25a.5.5 0 1 0 .64.768l.68-.566V14.5a.5.5 0 0 0 .496.5h.008a.5.5 0 0 0 .496-.5v-3.432l.68.566a.492.492 0 0 0 .41.108a.498.498 0 0 0 .23-.876l-1.5-1.25A.499.499 0 0 0 8 9.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})