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.2 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: 'ProhibitedMultiple24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.75 19.5a8.75 8.75 0 1 0 0-17.5a8.75 8.75 0 0 0 0 17.5zm0-2a6.72 6.72 0 0 1-4.014-1.322l9.442-9.442A6.75 6.75 0 0 1 10.75 17.5zm4.014-12.178l-9.442 9.442a6.75 6.75 0 0 1 9.441-9.441zM20.5 10.75c0 5.385-4.365 9.75-9.75 9.75a9.743 9.743 0 0 1-3.053-.488A8.75 8.75 0 0 0 20.012 7.696a9.74 9.74 0 0 1 .488 3.054z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })