@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 kB
JavaScript
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: 'ChannelSubtract24Regular',
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: 'M20.995 6.066A3.25 3.25 0 0 0 17.75 3H6.25l-.184.005a3.253 3.253 0 0 0-2.842 2.057a2.256 2.256 0 0 1 1.581.2c.315-.46.845-.762 1.445-.762h11.5l.144.006A1.75 1.75 0 0 1 19.5 6.25v5.063a6.471 6.471 0 0 1 1.5.709V6.25l-.005-.184zM12.022 21a6.471 6.471 0 0 1-.709-1.5H6.25l-.143-.006A1.75 1.75 0 0 1 4.5 17.75V9.372a2.247 2.247 0 0 1-1.5 0v8.378l.005.184A3.25 3.25 0 0 0 6.25 21h5.772zm-.291-6.497a6.519 6.519 0 0 1 1.076-1.5h-4.06l-.1.007a.75.75 0 0 0 .1 1.493h2.984zm4.271-4.257a.75.75 0 0 0-.75-.75H8.748l-.102.007a.75.75 0 0 0 .102 1.493h6.504l.102-.007a.75.75 0 0 0 .648-.743zM5 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 */
)
])
)
)
}
})