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.63 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CloudEdit16Regular', 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 6c0-.65.219-1.41.699-1.996C6.166 3.433 6.899 3 7.999 3c.65 0 1.409.219 1.995.7c.572.467 1.004 1.2 1.004 2.3a.5.5 0 0 0 .5.5c.13 0 .258.008.386.024a2.553 2.553 0 0 1 1.55-.527a3.969 3.969 0 0 0-1.458-.47c-.112-1.158-.638-2.02-1.348-2.602C9.84 2.281 8.848 2 7.998 2C6.6 2 5.583 2.567 4.926 3.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-.463l.537-.537H4.499c-1.146 0-1.742-.34-2.06-.704c-.331-.378-.44-.868-.44-1.295c0-.736.689-2 2.5-2A.5.5 0 0 0 5 6zm9.543 1.454a1.56 1.56 0 0 0-2.207 0L8.05 11.742a2.776 2.776 0 0 0-.73 1.29l-.304 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 */ ) ]) ) ) } })