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.69 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Pivot24Filled', 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: 'M3 6.5V17a3.5 3.5 0 0 0 3.5 3.5h4.379a2.25 2.25 0 0 1 .53-2.341l1.5-1.5a2.25 2.25 0 0 1 3.713.841h.878v-.878a2.25 2.25 0 0 1-.841-3.713l1.5-1.5a2.25 2.25 0 0 1 2.341-.53V6.5A3.5 3.5 0 0 0 17 3H6.5A3.5 3.5 0 0 0 3 6.5zM6.5 5h1A1.5 1.5 0 0 1 9 6.5v1A1.5 1.5 0 0 1 7.5 9h-1A1.5 1.5 0 0 1 5 7.5v-1A1.5 1.5 0 0 1 6.5 5zM11 6.5A1.5 1.5 0 0 1 12.5 5H17a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 17 9h-4.5A1.5 1.5 0 0 1 11 7.5v-1zM7.5 11A1.5 1.5 0 0 1 9 12.5V17a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 5 17v-4.5A1.5 1.5 0 0 1 6.5 11h1zm12.78 1.47a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 1 0 1.06 1.06l.22-.22v2.44A1.75 1.75 0 0 1 17.25 19h-2.44l.22-.22a.75.75 0 1 0-1.06-1.06l-1.5 1.5a.75.75 0 0 0 0 1.06l1.5 1.5a.75.75 0 1 0 1.06-1.06l-.22-.22h2.44a3.25 3.25 0 0 0 3.25-3.25v-2.44l.22.22a.75.75 0 1 0 1.06-1.06l-1.5-1.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })