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.25 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 24 24' } export default defineComponent({ name: 'MegaphoneOff24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.505 4.506l-3.116.926A2.25 2.25 0 0 0 2 10.87v2.262a2.25 2.25 0 0 0 1.609 2.157l2.39.71L6 16.5l.005.2a4 4 0 0 0 7.59 1.556l5.123 1.524l2.001 2.002a.75.75 0 0 0 1.061-1.061L3.28 2.22zM7.5 16.444l4.625 1.376A2.5 2.5 0 0 1 7.5 16.5l-.001-.056zM22 17.738c0 .318-.066.621-.185.895L9.996 6.814l9.113-2.708A2.25 2.25 0 0 1 22 6.263v11.475z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })