@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.28 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MeetNow32Regular',
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.486 3.643A1 1 0 0 0 8.509 5.36l.009-.005l.06-.033c.061-.031.16-.08.3-.142c.28-.123.723-.295 1.334-.47C11.435 4.363 13.342 4 16 4c2.658 0 4.565.362 5.788.712c.612.174 1.054.346 1.334.47a5.208 5.208 0 0 1 .36.174l.01.005a1 1 0 0 0 1.023-1.718l-.002-.002h-.002l-.005-.003l-.012-.008a3.607 3.607 0 0 0-.152-.082a7.208 7.208 0 0 0-.416-.198c-.361-.158-.888-.361-1.589-.562C20.935 2.388 18.842 2 16 2c-2.842 0-4.935.388-6.337.788c-.7.2-1.228.404-1.588.562a7.184 7.184 0 0 0-.569.28l-.012.008l-.005.002l-.002.001l-.001.002zM7.5 7.5A3.5 3.5 0 0 0 4 11v10a3.5 3.5 0 0 0 3.5 3.5h10A3.5 3.5 0 0 0 21 21v-2.028l4.737 2.802A1.5 1.5 0 0 0 28 20.484v-8.97a1.5 1.5 0 0 0-2.163-1.346L21 12.553V11a3.5 3.5 0 0 0-3.5-3.5h-10zM21 14.782l5-2.464v7.289l-5-2.959v-1.866zM6 11a1.5 1.5 0 0 1 1.5-1.5h10A1.5 1.5 0 0 1 19 11v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 6 21V11zm1.143 15.985a1 1 0 0 0 .343 1.373h.001l.002.002l.005.003l.012.006a2.406 2.406 0 0 0 .152.083c.098.051.236.119.417.198c.36.158.887.361 1.588.562c1.402.4 3.495.788 6.337.788c2.842 0 4.935-.388 6.337-.788c.701-.2 1.228-.404 1.589-.562a7.15 7.15 0 0 0 .533-.26l.035-.02l.012-.008l.005-.002l.002-.002h.002a1 1 0 0 0-1.024-1.719l-.008.005a5.213 5.213 0 0 1-.361.175c-.28.123-.722.295-1.334.47c-1.223.349-3.13.711-5.788.711c-2.658 0-4.565-.362-5.788-.712a10.539 10.539 0 0 1-1.333-.47a5.203 5.203 0 0 1-.361-.174l-.009-.005a1 1 0 0 0-1.366.346z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})