UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.25 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ProhibitedMultiple24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.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 */ ) ]) ) ) } })