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.61 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: 'SurfaceEarbuds24Filled', 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.11 17.24a7.007 7.007 0 0 0 3.414 4.837l-2.473.82a2 2 0 0 1-2.322-.831l-.431-.684a2 2 0 0 1 .224-2.424l1.588-1.718zM17 10a6 6 0 1 1 0 12a6 6 0 0 1 0-12zM7 1c.214 0 .425.01.634.033l-.351.115c-.387.107-.8.292-1.184.537C3.995 3.03 3.367 5.82 4.7 7.92c1.335 2.102 4.126 2.711 6.233 1.365c.344-.22.655-.484.933-.783l1.128-1.21A6 6 0 1 1 7 1zm5.797.648l.107.13l.091.133l.648 1.02a2 2 0 0 1-.114 2.307l-.11.129l-2.289 2.457c-.213.23-.458.441-.737.62c-1.641 1.048-3.812.575-4.85-1.059c-1.036-1.633-.546-3.808 1.095-4.858c.304-.194.627-.337.958-.429l3.085-1.015a2 2 0 0 1 2.116.565zM10.35 3.06a.75.75 0 0 0-.26.944l.054.097l.261.39l.069.087a.75.75 0 0 0 1.233-.825l-.055-.097l-.261-.39l-.069-.087a.75.75 0 0 0-.972-.119z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })