@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'ChannelSubtract20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.198 4.523A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v4.1c-.75-.384-1.6-.6-2.5-.6a5.489 5.489 0 0 0-4.243 2H7.5a.5.5 0 0 0 0 1h2.1c-.384.75-.6 1.6-.6 2.5c0 .9.216 1.75.6 2.5H5.5A2.5 2.5 0 0 1 3 14.5V8.437A2.004 2.004 0 0 0 5.5 6.5a2 2 0 0 0-2.302-1.977zM7.5 8a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM3 5.634a1 1 0 1 1 1 1.732a1 1 0 0 1-1-1.732zM14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm2-4h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})