@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.94 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: 'MeetNow16Filled',
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: 'M4.768 2.922l.01-.006l.046-.027a7.091 7.091 0 0 1 .888-.424C6.31 2.23 7.12 2 8 2c.88 0 1.69.23 2.289.465a7.075 7.075 0 0 1 .887.424c.021.012.036.02.045.027l.01.006h.001a.5.5 0 0 0 .536-.844h-.001l-.002-.002l-.005-.003l-.018-.011a6.004 6.004 0 0 0-.285-.16a8.096 8.096 0 0 0-.802-.367C9.985 1.27 9.045 1 8 1c-1.046 0-1.985.27-2.655.535a8.09 8.09 0 0 0-1.026.49a3.75 3.75 0 0 0-.061.037l-.018.01l-.005.004l-.002.001a.5.5 0 0 0 .535.845zM4 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4zm10 1.5a.5.5 0 0 0-.8-.4l-2 1.5a.5.5 0 0 0-.2.4v2a.5.5 0 0 0 .2.4l2 1.5a.5.5 0 0 0 .8-.4v-5zm-9.231 7.579l-.001-.001a.5.5 0 0 0-.536.844h.001l.002.002l.005.003l.018.011c.014.01.035.021.061.037c.053.03.128.073.224.124c.191.1.465.233.802.366c.67.264 1.61.535 2.655.535c1.046 0 1.985-.27 2.655-.535a8.09 8.09 0 0 0 1.026-.49l.061-.037l.018-.01l.005-.004l.002-.001h.001a.5.5 0 0 0-.536-.845l-.01.007l-.046.026a7.085 7.085 0 0 1-.888.424C9.69 13.77 8.88 14 8 14c-.88 0-1.69-.23-2.289-.465a7.101 7.101 0 0 1-.887-.424a2.932 2.932 0 0 1-.045-.027l-.01-.005z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})