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.51 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: 'SoundSource28Regular', 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: 'M14.65 15.726l.09.088l7.74 8.513a1 1 0 0 1-.624 1.666L21.74 26H6.261a1 1 0 0 1-.819-1.575l.079-.098l7.74-8.513a1 1 0 0 1 1.39-.088zM14 17.23L7.39 24.5h13.22L14 17.23zM14 2c7.18 0 13 5.82 13 13a12.95 12.95 0 0 1-3.218 8.562l-.091-.125l-.102-.119l-.809-.89A11.454 11.454 0 0 0 25.5 15c0-6.351-5.149-11.5-11.5-11.5S2.5 8.649 2.5 15c0 2.831 1.023 5.424 2.72 7.427l-.81.891a1.48 1.48 0 0 0-.183.256A12.962 12.962 0 0 1 1 15C1 7.82 6.82 2 14 2zm0 4a9 9 0 0 1 7.08 14.557l-1.026-1.128a7.5 7.5 0 1 0-12.107 0L6.92 20.557A9 9 0 0 1 14 6zm0 4a5 5 0 0 1 4.319 7.521l-1.08-1.19a3.5 3.5 0 1 0-6.476 0L9.68 17.52A5 5 0 0 1 14 10z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })