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.4 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'FolderSwap16Filled', 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: 'M7.176 4h.005L5.559 5.5L2 5.499V5a2 2 0 0 1 2-2h1.755a.5.5 0 0 1 .313.11L7.176 4zM2 11V6.499l3.755.001a.5.5 0 0 0 .34-.133L8.652 4h3.345a2 2 0 0 1 2 2v2.881l-.438-.437a1.5 1.5 0 0 0-2.558.99a1.5 1.5 0 0 0-2.558-.992l-2.003 2a1.5 1.5 0 0 0 0 2.124l.436.434H4a2 2 0 0 1-2-2zm6.71 1.002l1.146 1.144a.5.5 0 0 1-.706.708l-2.003-1.997a.5.5 0 0 1 0-.708L9.15 9.151a.5.5 0 0 1 .706.708L8.71 11.002h4.581l-1.145-1.144a.5.5 0 1 1 .707-.707l2 1.999a.5.5 0 0 1 0 .707l-2 1.997a.5.5 0 1 1-.706-.708l1.146-1.144H8.71z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })