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.41 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: 'MegaphoneOff24Regular', 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.22zm13.211 15.332L4.036 13.85a.75.75 0 0 1-.536-.719v-2.262a.75.75 0 0 1 .536-.719l3.896-1.157l8.56 8.56zM7.5 16.444l4.625 1.376A2.5 2.5 0 0 1 7.5 16.5l-.001-.056zM20.5 6.263v11.055l1.315 1.315c.119-.274.185-.577.185-.895V6.263a2.25 2.25 0 0 0-2.89-2.157L9.995 6.814l1.207 1.207l8.333-2.477a.75.75 0 0 1 .964.719z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })