UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.29 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: 'SurfaceEarbuds24Regular', 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: 'M17 10a6 6 0 1 1-1.684 11.76c-.144.07-.29.132-.434.181l-.209.065l-2.614.868a2.75 2.75 0 0 1-3.092-.996l-.101-.148l-.43-.684a2.75 2.75 0 0 1 .18-3.185l.127-.148l1.97-2.131a4.25 4.25 0 0 1 .332-.324A6.002 6.002 0 0 1 17 10zm-5.854 7.323l-1.302 1.408a1.25 1.25 0 0 0-.208 1.393l.068.123l.431.683c.283.45.815.666 1.325.555l.126-.035l1.858-.616a6.004 6.004 0 0 1-2.298-3.51zM17 11.5a4.501 4.501 0 0 0-4.127 2.702l-.064.157l-.084.234l-.072.24a4.45 4.45 0 0 0-.112.556l-.03.286A4.591 4.591 0 0 0 12.5 16l.005.212a4.502 4.502 0 0 0 2.638 3.888l.002-.001c.156.072.318.134.484.188l.092.027l.15.043c.118.03.238.056.36.078l.184.027a4.512 4.512 0 0 0 .508.037L17 20.5a4.5 4.5 0 1 0 0-9zM7 1c.753 0 1.474.139 2.139.392l.797-.255a2.75 2.75 0 0 1 2.888.784l.123.147l.133.188l.525.805a2.754 2.754 0 0 1-.06 3.084l-.12.161l-.136.154l-.293.308L13 7a6 6 0 1 1-6-6zM5.73 2.682l-.152.047A4.502 4.502 0 0 0 7 11.5a4.502 4.502 0 0 0 4.178-2.826c-.254.267-.539.501-.853.696c-1.918 1.197-4.46.654-5.68-1.222c-1.185-1.82-.688-4.221 1.085-5.466zm4.802-.152l-.138.036l-2.953.945a2.687 2.687 0 0 0-.724.315c-1.22.761-1.58 2.327-.815 3.504c.773 1.187 2.4 1.534 3.63.768c.153-.096.297-.207.43-.332l.131-.13l2.09-2.188l.093-.105a1.25 1.25 0 0 0 .139-1.347l-.067-.116l-.507-.78l-.084-.117l-.08-.093a1.25 1.25 0 0 0-1.005-.38l-.14.02zm.398 1.154l.068.087l.25.374a.75.75 0 0 1-1.178.922l-.068-.088l-.25-.373a.75.75 0 0 1 1.178-.922z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })