@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.3 kB
JavaScript
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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Megaphone28Regular',
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: 'M26.001 7.353a2.75 2.75 0 0 0-3.459-2.657L4.046 9.629a2.75 2.75 0 0 0-2.042 2.657v3.427a2.75 2.75 0 0 0 2.042 2.657L7 19.158v.342a4.5 4.5 0 0 0 8.56 1.942l6.982 1.862a2.75 2.75 0 0 0 3.459-2.657V7.352zm-3.072-1.208A1.25 1.25 0 0 1 24.5 7.353v13.294a1.25 1.25 0 0 1-1.572 1.207L4.432 16.921a1.25 1.25 0 0 1-.928-1.208v-3.427c0-.566.381-1.062.928-1.207L22.93 6.144zm-8.857 14.9A3 3 0 0 1 8.5 19.559l5.572 1.486z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})