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.73 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: 'CloudOff32Regular', 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-.013zM21.586 23H9c-2.292 0-3.484-.68-4.122-1.409C4.216 20.835 4 19.855 4 19c0-1.472 1.377-4 5-4a1 1 0 0 0 1-1c0-.698.127-1.458.392-2.194L21.586 23zm5.259-1.111c-.24.208-.527.395-.866.554l1.473 1.474c.25-.156.485-.329.704-.519C29.416 22.303 30 20.753 30 19c0-1.886-.937-3.411-2.264-4.436c-1.067-.824-2.403-1.342-3.78-1.507c-.225-2.319-1.276-4.044-2.697-5.206C19.681 6.56 17.7 6 16 6c-2.038 0-3.671.601-4.916 1.549l1.432 1.432C13.391 8.385 14.532 8 16 8c1.3 0 2.818.438 3.992 1.399c1.143.935 2.008 2.4 2.008 4.6a1 1 0 0 0 1 1c1.296 0 2.577.425 3.514 1.148C27.437 16.86 28 17.836 28 19c0 1.296-.416 2.246-1.155 2.889z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })