@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TableSwitch20Filled',
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: 'M7.854 1.146a.5.5 0 1 0-.708.708L8.293 3H6a3 3 0 0 0-3 3v2.293L1.854 7.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 1 0-.708-.708L4 8.293V6a2 2 0 0 1 2-2h2.293L7.146 5.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2zm.707 5.415A1.494 1.494 0 0 1 8 6.915V7h4V3h-1.085a1.5 1.5 0 0 1-.354 1.56l-2 2zm-4 4A1.5 1.5 0 0 1 3 10.915V12h4V8h-.085c-.073.205-.19.397-.354.56l-2 2zM13 17h1.5a2.5 2.5 0 0 0 2.5-2.5V13h-4v4zm0-5V8h4v4h-4zm-1 0H8V8h4v4zm-4 1h4v4H8v-4zm-5 0h4v4H5.5A2.5 2.5 0 0 1 3 14.5V13zm10-6h4V5.5A2.5 2.5 0 0 0 14.5 3H13v4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})