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.36 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BluetoothDisabled20Filled', 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: 'M8.865 9.573l-6.719-6.72a.5.5 0 1 1 .708-.706l15 15a.5.5 0 0 1-.708.707l-3.792-3.793l-2.772 3.412a.756.756 0 0 1-.077.082l-.138.169a.75.75 0 0 1-1.331-.474V14h.004v-2.639l-1.818 1.472a.75.75 0 0 1-.944-1.166l2.587-2.094zm3.423 3.422l-1.748-1.748v.528l-.004-.003v3.37L11.467 14h.004l.817-1.005zm1.433-5.411L11.5 9.377L9.04 6.918V4h-.004V2.75a.75.75 0 0 1 1.331-.474l3.464 4.25a.75.75 0 0 1-.11 1.058zm-2.193-.167l.005.006l.66-.533l-1.657-2.033V8.22l.992-.803z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })