@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.27 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'MeetNow28Regular',
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: 'M14 3.5c-2.18 0-3.811.306-4.81.569c-.387.102-.68.197-.87.265a5.777 5.777 0 0 0-.258.098l-.008.004a.75.75 0 0 1-.608-1.371s.242-.097.004-.002l.007-.003l.021-.01l.073-.03c.062-.024.15-.058.265-.1c.23-.08.562-.189.994-.302C9.919 2.326 11.68 2 14 2c2.321 0 4.081.326 5.19.618c.432.113.765.221.994.303a7.356 7.356 0 0 1 .338.13l.022.009l.006.003h.003v.001a.75.75 0 0 1-.606 1.372h-.001l-.008-.004a10.825 10.825 0 0 0-1.128-.363C17.812 3.806 16.18 3.5 14 3.5zM7.25 7A2.75 2.75 0 0 0 4.5 9.75v8.5A2.75 2.75 0 0 0 7.25 21h8.5a2.75 2.75 0 0 0 2.75-2.75v-1.114l4.066 2.657a1.25 1.25 0 0 0 1.934-1.047V9.254a1.25 1.25 0 0 0-1.934-1.047L18.5 10.864V9.75A2.75 2.75 0 0 0 15.75 7h-8.5zm11.25 5.656l4.5-2.94v8.568l-4.5-2.94v-2.688zM6 9.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25h-8.5c-.69 0-1.25-.56-1.25-1.25v-8.5zm3.19 14.181c.999.263 2.63.569 4.81.569c2.18 0 3.812-.306 4.81-.569c.388-.102.68-.197.871-.265c.096-.034.166-.061.21-.079c.022-.009.038-.015.047-.02l.008-.002l.001-.001a.75.75 0 0 1 .607 1.372h-.001l-.003.001l-.006.003l-.022.01a7.332 7.332 0 0 1-.338.13c-.23.08-.562.189-.993.302c-1.11.292-2.87.618-5.19.618c-2.322 0-4.082-.326-5.191-.618a12.316 12.316 0 0 1-.994-.303a7.257 7.257 0 0 1-.338-.13l-.021-.009l-.007-.003a1.545 1.545 0 0 0-.004-.002a.75.75 0 0 1 .609-1.37l.007.003l.047.02c.045.017.115.044.21.078c.191.068.484.163.872.265z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})