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.36 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: 'BluetoothConnected24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M10.005 9.098V4c0-.872 1.027-1.31 1.656-.756l.08.078l4.57 4.951a1 1 0 0 1-.006 1.364l-.089.083l-2.733 2.278l2.734 2.28a1 1 0 0 1 .17 1.353l-.076.093l-4.57 4.954c-.592.641-1.643.267-1.73-.567l-.005-.11v-5.106l-.64.533a1 1 0 0 1-1.372-1.45l.091-.086l1.92-1.6v-.59L8.085 10.1a1 1 0 0 1 1.18-1.61l.1.074l.64.534V4v5.098zm2 4.272v4.072l2.123-2.301l-2.123-1.77zM17 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-2zm6.005-4.442v4.067l2.123-1.768l-2.123-2.3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })