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.22 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Bluetooth28Filled', 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: 'M12.582 2.091a1 1 0 0 1 1.069.15l7 6.003a1 1 0 0 1-.01 1.528L15.562 14l5.077 4.23a1 1 0 0 1 .01 1.528l-7 6A1 1 0 0 1 12 25v-8.03l-3.36 2.798a1 1 0 1 1-1.28-1.536L12 14.366v-.73L7.36 9.767a1 1 0 0 1 1.28-1.536l3.36 2.8V3a1 1 0 0 1 .582-.909zm1.42 10.608l4.449-3.707L14 5.175v7.523l.001.001zM14 15.303H14v7.523l4.45-3.815L14 15.303z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })