@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.22 kB
JavaScript
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: 'Bluetooth24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16.216 9.72a1 1 0 0 0 .095-1.447l-4.57-4.951c-.618-.67-1.736-.232-1.736.678v5.098l-.64-.534a1 1 0 1 0-1.28 1.536l1.92 1.602v.59l-1.92 1.6a1 1 0 1 0 1.28 1.536l.64-.533V20c0 .91 1.118 1.347 1.735.678l4.571-4.954a1 1 0 0 0-.094-1.446l-2.734-2.28l2.733-2.278zm-4.21 3.65l2.122 1.77l-2.123 2.302V13.37zm0-2.745V6.558l2.122 2.299l-2.123 1.768z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})