UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.21 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'Speaker020Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.997 3.006c0-.873-1.04-1.327-1.68-.733L6.445 5.866a.5.5 0 0 1-.34.134H3.497a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h2.608a.5.5 0 0 1 .34.133l3.872 3.594c.64.593 1.68.14 1.68-.733V3.006zM7.125 6.599l3.872-3.593v13.988L7.125 13.4a1.5 1.5 0 0 0-1.02-.4H3.497a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h2.608a1.5 1.5 0 0 0 1.02-.4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })