@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 kB
JavaScript
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 32 32'
}
export default defineComponent({
name: 'CloudArchive32Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.851 7.742C11.166 6.134 13.201 5 16 5c1.7 0 3.682.561 5.258 1.851c1.421 1.163 2.473 2.887 2.697 5.206c1.378.165 2.714.683 3.781 1.508c.819.632 1.49 1.455 1.883 2.435H17a2 2 0 0 0-2 2v2a2 2 0 0 0 1 1.732V24H9c-2.707 0-4.515-.82-5.628-2.091C2.284 20.665 2 19.145 2 18c0-2.356 1.93-5.53 6.057-5.953c.172-1.456.74-3.016 1.794-4.305zM16 18a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H17a1 1 0 0 1-1-1v-2zm13.846 4H17v5.846a3 3 0 0 0 3 3h6.846a3 3 0 0 0 3-3V22zM21.5 24h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})