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.24 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: 'ProhibitedMultiple24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2 10.75a8.75 8.75 0 1 1 17.5 0a8.75 8.75 0 0 1-17.5 0zm8.75-7.25a7.25 7.25 0 0 0-5.63 11.819L15.32 5.12A7.22 7.22 0 0 0 10.75 3.5zm0 14.5a7.25 7.25 0 0 0 5.63-11.819L6.18 16.38A7.22 7.22 0 0 0 10.75 18zm2.5 4a8.714 8.714 0 0 1-5.553-1.988a9.837 9.837 0 0 0 4.396.396a7.25 7.25 0 0 0 8.315-8.315a9.838 9.838 0 0 0-.396-4.396A8.75 8.75 0 0 1 13.25 22z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })