@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.09 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
export default defineComponent({
name: 'MeetNow28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.5zM4 9.75A2.75 2.75 0 0 1 6.75 7h8.5A2.75 2.75 0 0 1 18 9.75v8.5A2.75 2.75 0 0 1 15.25 21h-8.5A2.75 2.75 0 0 1 4 18.25v-8.5zm15 6.73l3.396 3.18c.798.747 2.104.18 2.104-.913V9.253c0-1.094-1.306-1.66-2.104-.912L19 11.52v4.959zM9.19 23.93c.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 */
)
])
)
)
}
})