@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 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: 'Flowchart24Regular',
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.248 2.996a2.25 2.25 0 0 0-2.25 2.25v2.507a2.25 2.25 0 0 0 2.25 2.25h.502v3.707a1.248 1.248 0 0 0-.134.116l-2.792 2.791a1.25 1.25 0 0 0 0 1.768l2.792 2.792a1.25 1.25 0 0 0 1.768 0l2.79-2.792c.043-.043.082-.087.117-.134h3.714v.504a2.25 2.25 0 0 0 2.25 2.25h2.494a2.25 2.25 0 0 0 2.25-2.25V16.25a2.25 2.25 0 0 0-2.25-2.25h-2.494a2.25 2.25 0 0 0-2.25 2.25v.501H10.29a1.253 1.253 0 0 0-.116-.134l-2.79-2.79a1.258 1.258 0 0 0-.134-.117v-3.707h.505a2.25 2.25 0 0 0 2.25-2.25V5.246a2.25 2.25 0 0 0-2.25-2.25H5.248zm-.75 2.25a.75.75 0 0 1 .75-.75h2.507a.75.75 0 0 1 .75.75v2.507a.75.75 0 0 1-.75.75H5.248a.75.75 0 0 1-.75-.75V5.246zM4.06 17.501L6.5 15.063l2.437 2.438L6.5 19.94L4.06 17.5zm12.194-2h2.494a.75.75 0 0 1 .75.75v2.504a.75.75 0 0 1-.75.75h-2.494a.75.75 0 0 1-.75-.75V16.25a.75.75 0 0 1 .75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})