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.79 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'CloudSync32Filled', 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: 'M9.851 5.742C11.166 4.134 13.201 3 16 3c1.7 0 3.682.562 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508C29.063 12.589 30 14.114 30 16c0 .463-.04.912-.124 1.342A9 9 0 0 0 13.513 22H9c-2.707 0-4.515-.82-5.628-2.091C2.284 18.665 2 17.145 2 16c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305zM30 22.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0zm-3.75-4.75a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.734a2.989 2.989 0 0 0-1.984-.75c-.973 0-1.837.463-2.385 1.18a.768.768 0 0 1-.6.32c-.614 0-1.036-.613-.679-1.114A4.495 4.495 0 0 1 22.5 18c1.152 0 2.204.433 3 1.146V18.5a.75.75 0 0 1 .75-.75zm-6.75 8.104v.396a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-.986c.549.614 1.347 1 2.236 1c.972 0 1.836-.463 2.385-1.18c.144-.19.36-.32.599-.32c.615 0 1.037.613.68 1.114A4.495 4.495 0 0 1 22.5 27a4.483 4.483 0 0 1-3-1.146z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })