@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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: 'BluetoothSearching24Regular',
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.004 9.608V3.753c0-.646.753-.974 1.226-.58l.075.072l4.712 5.104a.75.75 0 0 1 .005 1.012l-.076.073l-3.077 2.564l3.078 2.566a.75.75 0 0 1 .136 1.002l-.066.083l-4.711 5.106c-.439.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.237zm7.572-5.602a.75.75 0 0 1 1.057.084a6.977 6.977 0 0 1 1.67 4.539a6.977 6.977 0 0 1-1.68 4.55a.75.75 0 0 1-1.14-.975a5.477 5.477 0 0 0 1.32-3.575c0-1.326-.47-2.578-1.311-3.566a.75.75 0 0 1 .084-1.057zm-1.995 1.813a.75.75 0 0 1 1.058.084a4.194 4.194 0 0 1 1.003 2.728a4.194 4.194 0 0 1-1.01 2.735a.75.75 0 0 1-1.139-.975c.417-.487.65-1.105.65-1.76c0-.653-.232-1.268-.646-1.755a.75.75 0 0 1 .084-1.057zm-5.77-3.513v5.187l.193.162l2.682-2.234l-2.876-3.115z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})