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.21 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 20 20' } export default defineComponent({ name: 'BluetoothDisabled20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9 9.707L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.86-3.86l-3.412 3.838A.5.5 0 0 1 9 17.5v-6.328l-2.191 1.721a.5.5 0 0 1-.618-.786L9 9.9v-.193zm3.578 3.578L10 10.707v5.478l2.578-2.9zm1.231-5.892l-2.405 1.89l-.712-.712l2.081-1.636L10 3.815V7.88l-1-1V2.5a.5.5 0 0 1 .874-.332l4 4.5a.5.5 0 0 1-.065.725z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })