@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.26 kB
JavaScript
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: 'BluetoothDisabled24Filled',
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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06L10 11.06v.637l.005.005v.59l-1.92 1.6a1 1 0 1 0 1.28 1.536l.64-.533V20c0 .91 1.118 1.347 1.735.678l3.78-4.097l5.2 5.2a.75.75 0 0 0 1.06-1.061L3.28 2.22zm8.725 10.846l2.1 2.1l-2.1 2.276v-4.376zm4.211-3.346l-1.808 1.506l-1.42-1.42l1.14-.95l-2.123-2.298v2.266l-2-2V4c0-.91 1.118-1.347 1.735-.678l4.571 4.951a1 1 0 0 1-.095 1.447z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})