@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 kB
JavaScript
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: 'CloudArchive32Regular',
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: 'M11.399 9.008C10.439 10.182 10 11.7 10 13a1 1 0 0 1-1 1c-3.624 0-5 2.528-5 4c0 .855.216 1.835.878 2.591C5.515 21.322 6.708 22 9 22h7v2H9c-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.305C11.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.435h-2.27c-.227-.315-.508-.6-.835-.852C25.577 14.424 24.296 14 23 14a1 1 0 0 1-1-1c0-2.2-.866-3.666-2.008-4.601C18.818 7.439 17.3 7 16 7c-2.2 0-3.666.866-4.601 2.008zM16 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 */
)
])
)
)
}
})