@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.25 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CalendarEdit16Filled',
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.318 13.031c.122-.488.375-.934.73-1.29l4.288-4.287a1.56 1.56 0 1 1 2.207 2.207l-4.288 4.287a2.776 2.776 0 0 1-1.29.73l-1.21.303a.61.61 0 0 1-.74-.739l.303-1.21zM13.998 5v-.5A2.5 2.5 0 0 0 11.498 2H4.5A2.5 2.5 0 0 0 2 4.5V5h11.998zm-1 1.036V6H2v5.5a2.5 2.5 0 0 0 2.5 2.499h1.546l.302-1.21c.166-.663.51-1.27.994-1.754l4.287-4.287A2.549 2.549 0 0 1 13 6.035z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})