@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.66 kB
JavaScript
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: 'BluetoothSearching24Filled',
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: '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-.006-.11v-5.106l-.64.533a1 1 0 0 1-1.371-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.77zm7.877-6.131a1 1 0 0 1 1.41.113A7.138 7.138 0 0 1 23 11.995c0 1.73-.617 3.367-1.719 4.655a1 1 0 0 1-1.52-1.3A5.138 5.138 0 0 0 21 11.995c0-1.245-.44-2.419-1.231-3.346a1 1 0 0 1 .113-1.41zm-2.265 2a1 1 0 0 1 1.41.113c.623.732.973 1.663.973 2.646a4.07 4.07 0 0 1-.98 2.652a1 1 0 0 1-1.52-1.3a2.07 2.07 0 0 0 .5-1.352a2.07 2.07 0 0 0-.496-1.35a1 1 0 0 1 .113-1.41zm-5.612-2.681v4.067l2.123-1.768l-2.123-2.3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})