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.71 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DocumentCatchUp24Filled', 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: 'M12 2H6a2 2 0 0 0-2 2v8h.602l1.294-2.953c.583-1.329 2.39-1.388 3.1-.204l.029.048l.085.176l1.728 4.314l.346-.51a1.75 1.75 0 0 1 1.24-.85l.054-.008l.184-.013h2.035a1.75 1.75 0 0 1 .263 3.48l-.052.008l-.177.012h-1.04l-1.665 2.603c-.664 1.188-2.351 1.177-3.027.043l-.028-.046l-.083-.172l-1.462-3.653l-.078.178a1.75 1.75 0 0 1-1.317 1.024l-.056.009l-.193.014H4V20a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-1.996V2zm2 6.5a.5.5 0 0 1-.5-.5V2.5l6 6H14zM5.255 13H2.75l-.103.007l-.01.002A.75.75 0 0 0 2.75 14.5h2.995l.111-.008l.012-.002a.75.75 0 0 0 .565-.439l1.034-2.362l2.337 5.835l.049.101l.005.01a.75.75 0 0 0 1.306-.041l1.979-3.094h1.554l.103-.007l.01-.002A.75.75 0 0 0 14.697 13h-2l-.106.007l-.01.002a.75.75 0 0 0-.546.389l-1.427 2.1L8.195 9.47l-.05-.103l-.006-.01a.75.75 0 0 0-1.327.09L5.255 13zm.49 1.5H4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })