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.22 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'CloudArchive48Filled', 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: 'M13.045 19C13.55 13.393 18.262 9 24 9s10.45 4.393 10.955 10h.295a7.748 7.748 0 0 1 6.784 4H23a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2v2.5H12.75a7.75 7.75 0 0 1 0-15.5h.295zM23 26a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H24a1 1 0 0 1-1-1v-3zm20 6H25v9a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-9zm-12 3h6a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })