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.69 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'CloudFlow20Regular', 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: 'M10 2c2.817 0 4.415 1.923 4.647 4.246h.07C16.532 6.246 18 7.758 18 9.623c0 .046 0 .093-.003.138a2.997 2.997 0 0 0-1.041-.605c-.209-1.093-1.136-1.91-2.238-1.91h-.071a1 1 0 0 1-.995-.9C13.45 4.325 12.109 3 10 3C7.886 3 6.551 4.316 6.348 6.345a1 1 0 0 1-.995.901h-.07C4.027 7.246 3 8.304 3 9.623C3 10.943 4.028 12 5.282 12h5.939c-.159.211-.285.45-.372.71l-.097.29h-5.47C3.469 13 2 11.488 2 9.623C2 7.82 3.373 6.347 5.102 6.251l.251-.005C5.587 3.908 7.183 2 10 2zm6.926 8.227A1.991 1.991 0 0 1 18 12a2 2 0 0 1-3.732 1H13.22a.5.5 0 0 0-.475.342l-.544 1.632A1.5 1.5 0 0 1 10.78 16H10a2 2 0 1 1-.268-1h1.047a.5.5 0 0 0 .475-.342l.544-1.632l.008-.026a1.5 1.5 0 0 1 1.414-1H14a2 2 0 0 1 2.926-1.773zm-.44.899a1 1 0 0 0-1.486.856V12a1 1 0 0 0 2 .013V12a1 1 0 0 0-.514-.874zM9 16a1 1 0 1 0-2 0a1 1 0 0 0 2 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })