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.26 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 24 24' } export default defineComponent({ name: 'Bluetooth24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.698 12.974l2.682 2.237l-2.876 3.117v-5.193l.194-.161zm1.171-.976l3.077-2.564a.75.75 0 0 0 .071-1.085l-4.711-5.104a.75.75 0 0 0-1.302.508v5.855l-1.12-.934a.75.75 0 1 0-.96 1.152l2.08 1.735v.871l-2.08 1.734a.75.75 0 0 0 .96 1.152l1.12-.934v5.863a.75.75 0 0 0 1.302.508l4.711-5.106a.75.75 0 0 0-.07-1.085l-3.078-2.566zm-1.17-.977l-.195-.162V5.672l2.876 3.115l-2.682 2.234z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })