@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 kB
JavaScript
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: 'FolderSwap16Regular',
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 11V6.499l2.755.001a.5.5 0 0 0 .385-.18L7.235 5h4.763a1 1 0 0 1 1 1v2.09c.205.071.398.19.562.354l.438.437V6a2 2 0 0 0-2-2H7.176l-1.108-.89A.5.5 0 0 0 5.755 3H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2.877l-.436-.434A1.5 1.5 0 0 1 6.085 12H4a1 1 0 0 1-1-1zm1-7h1.579l.712.572l-.77.928L3 5.499V5a1 1 0 0 1 1-1zm5.856 5.859a.5.5 0 0 0-.706-.708l-2.003 1.998a.5.5 0 0 0 0 .708l2.003 1.997a.5.5 0 1 0 .706-.708L8.71 12.002h4.584l-1.146 1.144a.5.5 0 1 0 .706.708l2-1.996a.5.5 0 0 0 0-.708l-2-1.999a.5.5 0 0 0-.707.707l1.145 1.144H8.71L9.856 9.86z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})