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.52 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 48 48' } export default defineComponent({ name: 'FolderProhibited48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M36 23c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm6.114 5.655l-10.46 10.458a7.5 7.5 0 0 0 10.46-10.458zM40.25 12.5a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.806A11.955 11.955 0 0 0 36 21c-6.627 0-12 5.373-12 12c0 2.186.585 4.236 1.606 6.001L7.75 39a3.75 3.75 0 0 1-3.745-3.55L4 35.25V18.999L17.804 19l.226-.007a3.75 3.75 0 0 0 2.547-1.219l.147-.172l4.109-5.102H40.25zM36 25.5a7.5 7.5 0 0 0-6.113 11.846l10.458-10.46A7.466 7.466 0 0 0 36 25.5zM17.06 9c.833 0 1.64.277 2.295.784l.175.144l2.444 2.138l-3.197 3.968l-.094.105c-.2.197-.46.322-.739.353l-.14.008L4 16.499V12.75a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })