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.5 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'MegaphoneLoud20Regular', 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.158 1.026a.5.5 0 0 1 .317.632l-.5 1.5a.5.5 0 0 1-.95-.316l.5-1.5a.5.5 0 0 1 .633-.316zm3.697 1.828a.5.5 0 1 0-.708-.707l-2 2a.5.5 0 0 0 .707.707l2-2zm-10.248.292a2 2 0 0 1 3.261-.515l6.587 6.98a2 2 0 0 1-.648 3.203L12.87 14.55a3.504 3.504 0 0 1-3.37 4.45a3.498 3.498 0 0 1-2.975-1.655l-1.2.529a1.5 1.5 0 0 1-1.661-.308l-1.222-1.21a1.5 1.5 0 0 1-.299-1.71l5.464-11.5zm-.154 13.789a2.5 2.5 0 0 0 4.488-1.977l-4.488 1.977zm2.688-13.617a1 1 0 0 0-1.63.257l-5.465 11.5a.5.5 0 0 0 .1.569l1.222 1.211a.5.5 0 0 0 .553.102L16.403 11.9a1 1 0 0 0 .325-1.601l-6.587-6.98zM17 6a.5.5 0 0 0 0 1h1.5a.5.5 0 1 0 0-1H17z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })