@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.13 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: 'MeetNow24Filled',
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.956 2.524c.961-.267 2.342-.53 4.045-.528a15.32 15.32 0 0 1 4.043.53c.48.134.857.267 1.117.37a7.133 7.133 0 0 1 .423.183c.04.02-.558 1.12.001 0a.75.75 0 0 1-.668 1.343h-.002l-.01-.005a5.724 5.724 0 0 0-.293-.125a9.768 9.768 0 0 0-.968-.32a13.822 13.822 0 0 0-3.645-.476a13.603 13.603 0 0 0-3.642.473a9.637 9.637 0 0 0-.967.32a5.599 5.599 0 0 0-.293.126l-.01.005a.75.75 0 1 1-.675-1.34h.002l.003-.002l.008-.004l.025-.012l.084-.039c.07-.032.172-.076.303-.128c.26-.103.638-.238 1.119-.371zM6.75 20.25l-.334.672h.002l.003.002l.008.004l.024.011l.084.039c.07.031.172.075.303.126c.26.102.637.235 1.117.367c.961.265 2.34.527 4.042.529a15.15 15.15 0 0 0 4.045-.525c.48-.133.857-.268 1.118-.37a6.894 6.894 0 0 0 .387-.167l.025-.011l.008-.004l.003-.002s.002 0-.335-.671l.337.67a.75.75 0 0 0-.673-1.34l-.01.004l-.054.025c-.05.023-.131.058-.239.1a9.663 9.663 0 0 1-.967.32c-.851.235-2.095.473-3.643.471a13.875 13.875 0 0 1-3.646-.475a9.794 9.794 0 0 1-.968-.318a5.753 5.753 0 0 1-.294-.124l-.01-.005a.75.75 0 0 0-.667 1.344l.334-.672zM6.25 6.5A2.25 2.25 0 0 0 4 8.75v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5A2.25 2.25 0 0 0 15 15.25v-6.5a2.25 2.25 0 0 0-2.25-2.25h-6.5zm13.02 9.826L16 13.601V10.4l3.27-2.722a.75.75 0 0 1 1.23.577v7.495a.75.75 0 0 1-1.23.576z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})