@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.2 kB
JavaScript
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: 'TabProhibited24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.857 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h6.165a6.463 6.463 0 0 1-.848-2H5.857a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v5.142a6.459 6.459 0 0 1 2 .791V6a3 3 0 0 0-3-3h-12zM17.5 23a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11zm-3.309-3.252a4 4 0 0 1 5.557-5.557l-5.557 5.557zm1.06 1.06l5.558-5.556a4 4 0 0 1-5.557 5.557z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})