UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.25 kB
'use strict' 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'MeetNow20Regular', 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: 'M5 5a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1.029l2.841 1.847A.75.75 0 0 0 17 13.19V6.811a.75.75 0 0 0-1.16-.629L13 8.032V7a2 2 0 0 0-2-2H5zm8 4.224l3-1.952v5.457l-3-1.95V9.224zM12 7v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1zM6.892 2.03a7.067 7.067 0 0 0-.85.37a4.67 4.67 0 0 0-.292.166l-.018.012l-.006.004l-.002.001l-.001.001L6 3l-.277-.416a.5.5 0 0 0 .554.833l.007-.005l.041-.025c.038-.023.099-.058.18-.1c.162-.085.407-.2.728-.317A8.105 8.105 0 0 1 10 2.5c1.183 0 2.125.236 2.767.47c.32.117.566.232.728.317a3.69 3.69 0 0 1 .22.125l.008.004l.262-.393l-.262.393a.5.5 0 1 0 .554-.832L14 3l.277-.416l-.001-.001l-.002-.001l-.006-.004l-.019-.012a4.665 4.665 0 0 0-.292-.166a7.063 7.063 0 0 0-.849-.37A9.104 9.104 0 0 0 10 1.5a9.104 9.104 0 0 0-3.108.53zm-.615 1.387c-.001 0 0 0 0 0zm7.446 0zM6.892 17.97c.733.267 1.79.53 3.108.53a9.104 9.104 0 0 0 3.108-.53c.367-.133.653-.268.85-.37a4.626 4.626 0 0 0 .291-.166l.019-.012l.006-.004l.002-.001s.001-.001-.276-.417l.277.416a.5.5 0 0 0-.554-.832l.262.393l-.262-.393l-.008.005a3.67 3.67 0 0 1-.22.125c-.162.084-.407.2-.728.316A8.106 8.106 0 0 1 10 17.5a8.106 8.106 0 0 1-2.767-.47a6.075 6.075 0 0 1-.728-.317a3.663 3.663 0 0 1-.22-.125l-.008-.005a.5.5 0 0 0-.554.833L6 17l-.277.416l.001.001l.002.001l.006.004l.018.012l.063.038a7.063 7.063 0 0 0 1.078.497zm-.615-1.386c-.001 0 0 0 0 0zm7.446 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })