@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 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: 'ShiftsQuestionMark24Filled',
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: 'M6.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 7.88a.625.625 0 1 0 0 1.249a.625.625 0 0 0 0-1.249zM17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21l-5.773.001A6.47 6.47 0 0 0 13 17.5c0-1.515-.519-2.91-1.39-4.013l.07.01l.07.003h4.498l.102-.007a.75.75 0 0 0 0-1.486L16.248 12H12.5V6.75l-.007-.102a.75.75 0 0 0-1.486 0L11 6.75v6l.005.064A6.478 6.478 0 0 0 6.5 11a6.47 6.47 0 0 0-3.501 1.023L3 6.25A3.25 3.25 0 0 1 6.25 3h11.5zM6.5 14.003c-1.048 0-1.864.817-1.853 1.954a.5.5 0 0 0 1-.01c-.006-.578.36-.944.853-.944c.472 0 .853.392.853.95c0 .224-.075.39-.317.677l-.1.113l-.265.29c-.484.542-.671.892-.671 1.468a.5.5 0 0 0 1 0c0-.233.076-.403.324-.695l.1-.115l.266-.29c.478-.535.663-.882.663-1.448c0-1.104-.822-1.95-1.853-1.95z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})