UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.52 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CloudFlow24Filled', 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: 'M6.087 7a5.752 5.752 0 0 1 11.326 0h.087a4.002 4.002 0 0 1 3.875 3.004A1.797 1.797 0 0 0 21.25 10h-4a1.75 1.75 0 0 0-1.75 1.75v.826a3.036 3.036 0 0 0-2.203 2l-.142.424H6a4 4 0 0 1 0-8h.087zM16.5 11.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75V15h-.323a.536.536 0 0 0-.508.366l-.914 2.742a2.036 2.036 0 0 1-1.932 1.392H12v1.75a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75V18h.823c.23 0 .436-.148.508-.366l.914-2.742a2.036 2.036 0 0 1 1.932-1.392h.323v-1.75zm1.5 2.518V15h2.5v-2.5H18v1.732a1.056 1.056 0 0 1 0 .036zM8 18v2.5h2.5V18H8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })