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.62 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'TableSwitch28Filled', 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: 'M10.78 1.22a.75.75 0 1 0-1.06 1.06l.72.72H6.25A3.25 3.25 0 0 0 3 6.25v4.19l-.72-.72a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72V6.25c0-.966.784-1.75 1.75-1.75h4.19l-.72.72a.75.75 0 0 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2zM3 17v-3.168a1.75 1.75 0 0 0 1.987-.345l2-2c.146-.145.261-.31.345-.487H9.5v6H3zm6.5-7.5H7.332A1.747 1.747 0 0 0 5.5 8.518V6.25a.75.75 0 0 1 .75-.75h2.268A1.747 1.747 0 0 0 9.5 7.332V9.5zm1.5 0V7.332c.176-.084.342-.199.487-.345l2-2A1.75 1.75 0 0 0 13.832 3H17v6.5h-6zm-8 9v2.75A3.75 3.75 0 0 0 6.75 25H9.5v-6.5H3zM17 25v-6.5h-6V25h6zm1.5 0h2.75A3.75 3.75 0 0 0 25 21.25V18.5h-6.5V25zm6.5-8v-6h-6.5v6H25zm0-7.5V6.75A3.75 3.75 0 0 0 21.25 3H18.5v6.5H25zM17 11v6h-6v-6h6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })