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.39 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: 'ChannelAlert20Filled', 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: 'M5.5 3a2.5 2.5 0 0 0-2.302 1.523A2 2 0 1 1 3 8.437V14.5A2.5 2.5 0 0 0 5.5 17h4.1c-.384-.75-.6-1.6-.6-2.5c0-.9.216-1.75.6-2.5H7.5a.5.5 0 0 1 0-1h2.757A5.489 5.489 0 0 1 14.5 9c.9 0 1.75.216 2.5.6V5.5A2.5 2.5 0 0 0 14.5 3h-9zM7 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-3.5-3a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm15.5 9a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zM16.5 13a2 2 0 1 0-4 0v1.793l-.354.353A.5.5 0 0 0 12.5 16h4a.5.5 0 0 0 .354-.854l-.354-.353V13zm-3.415 4a1.5 1.5 0 0 0 2.83 0h-2.83z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })