@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.61 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 24 25'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SaveMultiple24Regular',
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: 'M5.75 18.5A2.75 2.75 0 0 1 3 15.75v-9.5A2.75 2.75 0 0 1 5.75 3.5h6.964a3.25 3.25 0 0 1 2.299.952l2.035 2.035c.61.61.952 1.437.952 2.299v6.964a2.75 2.75 0 0 1-2.75 2.75h-9.5zM4.5 6.25v9.5c0 .69.56 1.25 1.25 1.25H6v-3.25a2.25 2.25 0 0 1 2.25-2.25h4.5A2.25 2.25 0 0 1 15 13.75V17h.25c.69 0 1.25-.56 1.25-1.25V8.786c0-.465-.184-.91-.513-1.238L14 5.561V6.75A2.25 2.25 0 0 1 11.75 9h-2.5A2.25 2.25 0 0 1 7 6.75V5H5.75c-.69 0-1.25.56-1.25 1.25zm9 10.75v-3.25a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75V17h6zm-5-10.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V5h-4v1.75zm2.25 14.75A4.737 4.737 0 0 1 7.286 20h8.964a3.25 3.25 0 0 0 3.25-3.25V8.94l.548.548c.61.609.952 1.436.952 2.298v4.964a4.75 4.75 0 0 1-4.75 4.75h-5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})