@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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: 'ImageMultiple28Regular',
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-.242zM18.75 3A3.25 3.25 0 0 1 22 6.25v12.5A3.25 3.25 0 0 1 18.75 22H6.25A3.25 3.25 0 0 1 3 18.75V6.25A3.25 3.25 0 0 1 6.25 3h12.5zm.581 17.401l-6.306-6.178a.75.75 0 0 0-.966-.07l-.084.07l-6.307 6.178c.182.064.378.099.582.099h12.5c.204 0 .4-.035.581-.099l-6.306-6.178l6.306 6.178zM18.75 4.5H6.25A1.75 1.75 0 0 0 4.5 6.25v12.5c0 .208.036.408.103.593l6.322-6.191a2.25 2.25 0 0 1 3.02-.117l.13.117l6.322 6.192c.067-.186.103-.386.103-.594V6.25a1.75 1.75 0 0 0-1.75-1.75zM16 7.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})