UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.42 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'DocumentMultipleProhibited24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13 6.75V2H8.75A2.25 2.25 0 0 0 6.5 4.25V11a6.5 6.5 0 0 1 6.187 8.5h5.063A2.25 2.25 0 0 0 20 17.25V9h-4.75A2.25 2.25 0 0 1 13 6.75zM5.503 4.627l-.002 6.45A6.457 6.457 0 0 0 4 11.497V6.75c0-.98.627-1.815 1.503-2.123zm9.741 17.377h-4.058a6.518 6.518 0 0 0 1.08-1.5h5.1a2.251 2.251 0 0 1-2.122 1.5zM14.5 6.75V2.5l5 5h-4.25a.75.75 0 0 1-.75-.75zM12 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 */ ) ]) ) ) } })