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.43 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ChannelSubtract24Filled', 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: 'M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25a3.252 3.252 0 0 0-3.026 2.062A2.25 2.25 0 1 1 3 9.372v8.378A3.25 3.25 0 0 0 6.25 21h5.772A6.47 6.47 0 0 1 11 17.5c0-1.08.264-2.1.73-2.997H8.749l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007h4.059A6.481 6.481 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022V6.25zM8.748 9.496h6.504a.75.75 0 0 1 .102 1.493l-.102.007H8.748l-.102-.007a.75.75 0 0 1 0-1.486l.102-.007zM5 7.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0zM17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm2.997 6a.5.5 0 0 0 0-1h-6.001a.5.5 0 0 0 0 1h6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })