UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.32 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 48 48' } export default defineComponent({ name: 'CloudArchive48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 4h-3.11a5.233 5.233 0 0 0-3.674-1.5h-1.5c-.69 0-1.25-.56-1.25-1.25V20a8.5 8.5 0 0 0-17 0v.25c0 .69-.56 1.25-1.25 1.25h-1.5a5.25 5.25 0 1 0 0 10.5H23v2.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 */ ) ]) ) ) } })