@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.65 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: 'DocumentMultipleProhibited24Regular',
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.503 4.627L5.5 6.75v4.326a6.451 6.451 0 0 0-1.5.422V6.75c0-.98.627-1.815 1.503-2.123zm12.244 14.877h-5.062c.155-.478.256-.98.296-1.5h4.766a.75.75 0 0 0 .75-.75V9.003H15.25a2.25 2.25 0 0 1-2.245-2.095L13 6.754V3.5H8.751a.75.75 0 0 0-.75.75v6.925a6.52 6.52 0 0 0-1.5-.175V4.25A2.25 2.25 0 0 1 8.752 2h4.376c.597 0 1.17.237 1.592.66l4.618 4.62c.422.422.659.995.659 1.591v8.383a2.25 2.25 0 0 1-2.25 2.25zM14.499 4.561l.001 2.193c0 .38.282.693.648.743l.102.007l2.19-.001l-2.94-2.942zm-3.313 17.443a6.515 6.515 0 0 0 1.08-1.5h5.1a2.251 2.251 0 0 1-2.122 1.5h-4.058zM12 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-9.5 0c0 .834.255 1.608.691 2.248l5.557-5.557A4 4 0 0 0 2.5 17.5zm4 4a4 4 0 0 0 3.309-6.248l-5.557 5.557c.64.436 1.414.691 2.248.691z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})