UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.23 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Bluetooth24Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.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 */ ) ]) ) ) } })