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.42 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: 'ChannelSubtract24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })