@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.75 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 24 24'
}
export default defineComponent({
name: 'Tabs24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11.25 7.999h7.5l.24.008a3.25 3.25 0 0 1 3.005 3.057l.005.185v7.5a3.25 3.25 0 0 1-3.066 3.245l-.184.005h-7.5a3.25 3.25 0 0 1-3.245-3.066L8 18.75v-7.5a3.25 3.25 0 0 1 3.066-3.245l.184-.005zM9.5 18.749l.005.127l.018.157a1.75 1.75 0 0 0 1.584 1.46l.143.006h7.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.5a1.75 1.75 0 0 0-1.75-1.75h-7.5a1.75 1.75 0 0 0-1.744 1.606l-.006.144v7.5zM15.75 5a3.252 3.252 0 0 1 3 1.998h-1.778a1.744 1.744 0 0 0-1.079-.492L15.75 6.5h-7.5a1.75 1.75 0 0 0-1.744 1.606L6.5 8.25v7.5l.01.196c.045.399.224.757.49 1.029v1.776a3.252 3.252 0 0 1-1.995-2.817L5 15.75v-7.5a3.25 3.25 0 0 1 3.066-3.245L8.25 5h7.5zm-3-3c1.3 0 2.421.763 2.941 1.866L15.75 4l-1.777-.001a1.744 1.744 0 0 0-1.08-.493L12.75 3.5h-7.5a1.75 1.75 0 0 0-1.744 1.606L3.5 5.25v7.5c0 .477.19.91.5 1.225v1.776a3.252 3.252 0 0 1-1.995-2.817L2 12.75v-7.5a3.25 3.25 0 0 1 3.066-3.245L5.25 2h7.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})