@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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: 'ImageMultiple32Filled',
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: 'M7 3a4 4 0 0 0-4 4v14c0 .745.204 1.443.559 2.04l8.834-8.392a2.333 2.333 0 0 1 3.214 0l8.834 8.392A3.982 3.982 0 0 0 25 21V7a4 4 0 0 0-4-4H7zm16.023 21.451l-8.793-8.354a.333.333 0 0 0-.46 0l-8.793 8.354A3.982 3.982 0 0 0 7 25h14c.738 0 1.43-.2 2.023-.549zM20 10.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-9.5 18a3.998 3.998 0 0 1-3.465-2H21a5.5 5.5 0 0 0 5.5-5.5V7.035c1.196.692 2 1.984 2 3.465V21a7.5 7.5 0 0 1-7.5 7.5H10.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})