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.29 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: 'BluetoothDisabled24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06L10 11.06v.498l.004.003v.871l-2.08 1.734a.75.75 0 0 0 .96 1.152l1.12-.934v5.863a.75.75 0 0 0 1.302.508l4.025-4.363l5.388 5.389a.75.75 0 0 0 1.061-1.061L3.28 2.22zm8.222 10.343l2.768 2.768l-2.766 2.997v-5.193l-.002-.572zm4.444-3.129l-1.816 1.514l-1.066-1.065l1.316-1.096l-2.876-3.115v2.65l-1.5-1.5V3.754a.75.75 0 0 1 1.302-.508l4.711 5.104a.75.75 0 0 1-.07 1.085z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })