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.45 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'ChannelShare48Filled', 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: 'M12.475 6A6.475 6.475 0 0 0 6 12.475v12.05A6.475 6.475 0 0 0 12.475 31h11.732a5.5 5.5 0 1 0-.116-2.5H12.475A3.975 3.975 0 0 1 8.5 24.525v-12.05A3.975 3.975 0 0 1 12.475 8.5h12.05a3.975 3.975 0 0 1 3.975 3.975v.275a1.25 1.25 0 1 0 2.5 0v-.275A6.475 6.475 0 0 0 24.525 6h-12.05zM17 35.75v-.5a1.25 1.25 0 1 1 2.5 0v.5a3.75 3.75 0 0 0 3.75 3.75h12.5a3.75 3.75 0 0 0 3.75-3.75v-12.5a3.75 3.75 0 0 0-3.75-3.75H23.91a5.502 5.502 0 0 1-10.91-1A5.5 5.5 0 0 1 23.793 17H35.75A6.25 6.25 0 0 1 42 23.25v12.5A6.25 6.25 0 0 1 35.75 42h-12.5A6.25 6.25 0 0 1 17 35.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })