@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 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: 'CalendarEdit16Regular',
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: 'M11.498 2a2.5 2.5 0 0 1 2.5 2.5V6h-.455a2.572 2.572 0 0 0-.207 0H3v5.498a1.5 1.5 0 0 0 1.5 1.5h1.796l-.25 1H4.5a2.5 2.5 0 0 1-2.5-2.5V4.5A2.5 2.5 0 0 1 4.5 2h6.998zm0 1H4.5A1.5 1.5 0 0 0 3 4.5V5h9.998v-.5a1.5 1.5 0 0 0-1.5-1.5zm1.86 3.999a1.57 1.57 0 0 1 .223.004a1.56 1.56 0 0 1 .962 2.657l-4.288 4.288a2.776 2.776 0 0 1-1.29.73l-1.21.303a.61.61 0 0 1-.74-.739l.303-1.21l.009-.034c.125-.475.374-.909.722-1.256l4.287-4.288a1.553 1.553 0 0 1 1.023-.455z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})