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.2 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Speaker032Regular', 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: 'M15.866 4.72c.788-.788 2.134-.23 2.134.883v20.793c0 1.114-1.346 1.671-2.134.884l-4.694-4.695A2 2 0 0 0 9.757 22H6a4 4 0 0 1-4-4v-4a4 4 0 0 1 4-4h3.757a2 2 0 0 0 1.415-.586l4.694-4.695zM16 7.413l-3.414 3.414a4 4 0 0 1-2.829 1.171H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3.757a4 4 0 0 1 2.829 1.172L16 24.585V7.414z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })