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.36 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: 'CloudOff32Filled', 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: 'M23.573 24.987l4.72 4.72a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l6.575 6.575a8.648 8.648 0 0 0-.81 2.765C3.93 13.47 2 16.644 2 19c0 1.145.284 2.664 1.373 3.908C4.485 24.18 6.293 25 9 25h14c.194 0 .385-.005.573-.013zm4.583-1.589c-.218.19-.453.363-.704.519L11.084 7.549c1.245-.948 2.878-1.55 4.916-1.55c1.7 0 3.682.562 5.259 1.852c1.42 1.162 2.472 2.887 2.697 5.206c1.377.165 2.713.683 3.78 1.507C29.063 15.59 30 17.114 30 19c0 1.753-.583 3.303-1.844 4.398z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })