@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.63 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 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentTableCube24Filled',
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.724 14.5a2.499 2.499 0 0 0-.224-.371V13h3.75a.25.25 0 0 1 .25.25v1.25h-3.776zm.256 3V16h3.52v1.25a.25.25 0 0 1-.25.25h-3.27zm0 1.5h3.27A1.75 1.75 0 0 0 17 17.25v-4a1.75 1.75 0 0 0-1.75-1.75h-6.5c-.418 0-.802.146-1.103.39l-.549-.274a2.5 2.5 0 0 0-2.236 0L4 12.049V4a2 2 0 0 1 2-2h6v6a2 2 0 0 0 2 2h6v10a2 2 0 0 1-2 2h-7.432l.03-.015a2.5 2.5 0 0 0 1.382-2.237V19zM13.5 2.5V8a.5.5 0 0 0 .5.5h5.5l-6-6zM.98 15.602v4.146a1.5 1.5 0 0 0 .83 1.342l3.5 1.75a1.5 1.5 0 0 0 1.341 0l3.5-1.75a1.5 1.5 0 0 0 .83-1.342v-4.146a1.5 1.5 0 0 0-.83-1.341l-3.5-1.75a1.5 1.5 0 0 0-1.341 0l-3.5 1.75a1.5 1.5 0 0 0-.83 1.341zm1.777.77a.5.5 0 1 1 .447-.894l2.776 1.388l2.777-1.388a.5.5 0 1 1 .447.895L6.48 17.734v2.941a.5.5 0 0 1-1 0v-2.94l-2.723-1.362z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})