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.51 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: 'FolderZip24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.997 6.5h-.176L9.647 9.979l-.156.119a2.25 2.25 0 0 1-1.088.393l-.196.009L2 10.499v7.251l.005.154A2.25 2.25 0 0 0 4.25 20h11.247v-3.502h-.25a.75.75 0 0 1 0-1.5h.25v-1.5h-.25a.75.75 0 0 1 0-1.5h.25v-1.003h-.75a.75.75 0 0 1-.75-.75V6.5zm1.5 0h1.5v2.75h-1.5V6.5zm3 0h1.253a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v9a2.25 2.25 0 0 1-2.096 2.245L19.75 20h-2.753v-2h.25a.75.75 0 0 0 0-1.5h-.25V15h.25a.75.75 0 0 0 0-1.5h-.25v-2.505h.75a.75.75 0 0 0 .75-.75V6.5zM9.49 4.402A2.25 2.25 0 0 0 8.207 4H4.25l-.154.005A2.25 2.25 0 0 0 2 6.25v2.749L8.207 9l.104-.007a.75.75 0 0 0 .291-.106l.085-.06l3.063-2.554l-2.103-1.752l-.156-.119z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })