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.41 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: 'BluetoothConnected24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.004 9.608V3.753c0-.646.752-.974 1.225-.58l.076.072l4.712 5.104a.75.75 0 0 1 .005 1.012l-.076.073l-3.077 2.564l3.077 2.566a.75.75 0 0 1 .137 1.002l-.066.083l-4.711 5.106c-.44.476-1.214.207-1.295-.404l-.007-.104v-5.863l-1.12.934a.75.75 0 0 1-1.04-1.075l.08-.077l2.08-1.734v-.87l-2.08-1.736a.75.75 0 0 1 .87-1.217l.09.065l1.12.934V3.753v5.855zm1.694 3.366l-.194.16v5.194l2.876-3.117l-2.682-2.237zM17 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm5.504-5.328v5.187l.194.162l2.682-2.234l-2.876-3.115z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })