UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.62 kB
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: 'Pivot24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M4.5 6.25c0-.966.784-1.75 1.75-1.75h11c.966 0 1.75.784 1.75 1.75v4.629a2.249 2.249 0 0 1 1.5 0V6.25A3.25 3.25 0 0 0 17.25 3h-11A3.25 3.25 0 0 0 3 6.25v11a3.25 3.25 0 0 0 3.25 3.25h4.629a2.25 2.25 0 0 1 0-1.5H6.25a1.75 1.75 0 0 1-1.75-1.75v-11zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5.5 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V7zM6 12.5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-4zm14.28-.03a.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 */ ) ]) ) ) } })