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.12 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 32 32' } export default defineComponent({ name: 'FlipVertical32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M27.43 2.201c.355.23.57.625.57 1.049v10.5c0 .69-.56 1.25-1.25 1.25H3.25a1.25 1.25 0 0 1-.51-2.391l23.5-10.5a1.25 1.25 0 0 1 1.19.092zM9.112 12.5H25.5V5.178L9.112 12.5zM28 29a1 1 0 0 1-1.417.91l-24-11A1 1 0 0 1 3 17h24a1 1 0 0 1 1 1v11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })