@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.31 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MeetNow48Filled',
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: 'M13.883 8.828l.027-.015c.025-.014.065-.037.121-.066c.112-.06.285-.148.515-.256c.461-.216 1.15-.51 2.037-.805A23.563 23.563 0 0 1 24 6.5c3.09 0 5.643.594 7.417 1.186c.887.295 1.576.59 2.037.805a11.807 11.807 0 0 1 .636.322l.025.014h.001l.001.001h.002a1.25 1.25 0 0 0 1.709-.444a1.262 1.262 0 0 0-.446-1.712l-.002-.002l-.005-.003l-.015-.008a5.703 5.703 0 0 0-.22-.12a14.258 14.258 0 0 0-.625-.311a21.454 21.454 0 0 0-2.307-.914A26.063 26.063 0 0 0 24 4c-3.41 0-6.232.656-8.208 1.314c-.988.33-1.768.66-2.307.914a14.258 14.258 0 0 0-.845.43l-.015.01l-.005.002l-.002.002s.18-.1-.002 0a1.25 1.25 0 0 0 1.267 2.156zM8 17.058a4.559 4.559 0 0 1 4.559-4.558H25.44A4.559 4.559 0 0 1 30 17.059V30.94a4.559 4.559 0 0 1-4.559 4.559H12.56A4.559 4.559 0 0 1 8 30.941V17.06zm24 10.496l6.14 5.041c1.142.938 2.86.125 2.86-1.352V16.758c0-1.478-1.718-2.29-2.86-1.353L32 20.445v7.11zM13.883 39.172a1.25 1.25 0 0 0-1.267 2.156c.289.158.002 0 .002 0l.002.002l.005.003l.015.008l.049.028l.17.093c.147.077.357.184.626.31c.54.253 1.319.584 2.307.914A26.063 26.063 0 0 0 24 44c3.41 0 6.232-.656 8.208-1.314c.989-.33 1.768-.66 2.307-.913a14.338 14.338 0 0 0 .796-.404l.05-.028l.014-.008l.005-.003l.002-.002h.002a1.25 1.25 0 0 0-1.266-2.157v.001h-.002v.001l-.026.014a11.795 11.795 0 0 1-.636.322c-.461.216-1.15.51-2.037.805A23.565 23.565 0 0 1 24 41.5c-3.09 0-5.643-.594-7.417-1.186a18.961 18.961 0 0 1-2.037-.805a11.795 11.795 0 0 1-.636-.322l-.027-.015z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})