UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.33 kB
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 24 24' } export default defineComponent({ name: 'CloudSwap24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.75 4.25A5.752 5.752 0 0 0 6.087 9H6a4 4 0 0 0 0 8h3.168a1.75 1.75 0 0 1 .345-1.987l2.5-2.5a1.75 1.75 0 0 1 2.819 1.987h2.336a1.75 1.75 0 0 1 2.82-1.987l1.406 1.406A4 4 0 0 0 17.5 9h-.087a5.752 5.752 0 0 0-5.663-4.75zm2.03 10.03a.75.75 0 1 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L12.56 17h6.88l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22h-6.88l1.22-1.22z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })