@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
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: 'ChannelSubtract20Regular',
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.016 2.016 0 0 1 1.065.128C4.533 4.258 4.987 4 5.5 4h9A1.5 1.5 0 0 1 16 5.5v3.707c.349.099.683.23 1 .393V5.5A2.5 2.5 0 0 0 14.5 3h-9a2.5 2.5 0 0 0-2.302 1.523zM9.6 17a5.465 5.465 0 0 1-.393-1H5.5A1.5 1.5 0 0 1 4 14.5V8.437a2.004 2.004 0 0 1-1 0V14.5A2.5 2.5 0 0 0 5.5 17h4.1zm0-5c.183-.358.404-.693.657-1H7.5a.5.5 0 0 0 0 1h2.1zM3 5.634a.995.995 0 0 1 1 0a1 1 0 1 1-1 0zM7 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zM14.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 */
)
])
)
)
}
})