@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'FolderSwap16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})