@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CalendarQuestionMark24Regular',
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: 'M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h5.772a6.471 6.471 0 0 1-.709-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75V8.5h15v2.813a6.471 6.471 0 0 1 1.5.709V6.25zM6.25 4.5h11.5c.966 0 1.75.784 1.75 1.75V7h-15v-.75c0-.966.784-1.75 1.75-1.75zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-6.125 2.875a.625.625 0 1 1 1.25 0a.625.625 0 0 1-1.25 0zm-1.228-4.547c-.011-1.136.805-1.954 1.853-1.954c1.031 0 1.853.846 1.853 1.95c0 .509-.15.841-.528 1.292l-.134.155l-.266.29l-.101.116l-.085.104c-.18.232-.239.387-.239.59a.5.5 0 1 1-1 0c0-.517.151-.853.535-1.31l.136-.157l.265-.29l.1-.113l.093-.116c.17-.22.224-.37.224-.561c0-.558-.38-.95-.853-.95c-.494 0-.859.366-.853.945a.5.5 0 1 1-1 .01z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})