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.38 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 16 16' } export default defineComponent({ name: 'CloudEdit16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.999 2c-1.4 0-2.417.567-3.074 1.37a4.203 4.203 0 0 0-.897 2.153C1.965 5.734 1 7.32 1 8.499c0 .572.142 1.332.686 1.954c.556.635 1.46 1.045 2.813 1.045h2.448c.118-.164.25-.32.394-.463l4.288-4.288a2.552 2.552 0 0 1 1.806-.75a3.969 3.969 0 0 0-1.459-.47c-.112-1.158-.638-2.02-1.348-2.602C9.84 2.281 8.848 2 7.999 2zm6.544 5.454a1.56 1.56 0 0 0-2.207 0l-4.288 4.288a2.776 2.776 0 0 0-.73 1.29l-.303 1.21a.61.61 0 0 0 .74.74l1.21-.303a2.777 2.777 0 0 0 1.29-.73l4.288-4.288a1.56 1.56 0 0 0 0-2.207z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })