@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
31 lines (30 loc) • 1.06 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 448 512'
}
export default defineComponent({
name: 'Bluetooth',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M292.6 171.1L249.7 214l-.3-86l43.2 43.1m-43.2 219.8l43.1-43.1l-42.9-42.9l-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4S115.4 0 228.6 0S416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9l92.7 93l-92.7 93l26.9 26.9l73.8-73.8l2.3 170l127.4-127.5l-83.9-88.7z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})