@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.49 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ImageMultiple28Filled',
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: 'M22.993 6.008A3.243 3.243 0 0 1 24.5 8.75v10.5c0 2.9-2.35 5.25-5.25 5.25H8.75a3.247 3.247 0 0 1-2.744-1.508l.122.006l.122.002h13A3.75 3.75 0 0 0 23 19.25v-13a4.32 4.32 0 0 0-.007-.242zm-10.061 8.14l.093.078l7.428 7.293A3.235 3.235 0 0 1 18.75 22H6.25a3.235 3.235 0 0 1-1.703-.481l7.427-7.293l.084-.07a.75.75 0 0 1 .772-.068l.102.06zM18.75 3A3.25 3.25 0 0 1 22 6.25v12.5c0 .627-.178 1.213-.485 1.71l-7.439-7.304l-.128-.117a2.25 2.25 0 0 0-2.889-.006l-.135.123l-7.439 7.303A3.235 3.235 0 0 1 3 18.75V6.25A3.25 3.25 0 0 1 6.25 3h12.5zM16.5 7.25a1.25 1.25 0 1 0 0 2.499a1.25 1.25 0 0 0 0-2.499z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})