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: 'DocumentCatchUp16Filled', 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: 'M8 1v3.5A1.5 1.5 0 0 0 9.5 6H13v7.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 13.5V11h1.5a1.5 1.5 0 0 0 1.13-.513l.433 1.444A1.5 1.5 0 0 0 8.7 12.4L9.75 11h.75a1.5 1.5 0 0 0 0-3H9a1.5 1.5 0 0 0-.895.296L7.437 6.07a1.5 1.5 0 0 0-2.779-.24L3.573 8H3V2.5A1.5 1.5 0 0 1 4.5 1H8zm1 .25V4.5a.5.5 0 0 0 .5.5h3.25L9 1.25zM6.479 6.356a.5.5 0 0 0-.926-.08L4.19 9H2.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .447-.276l.936-1.873l1.138 3.793a.5.5 0 0 0 .879.156L9.25 10h1.25a.5.5 0 0 0 0-1H9a.5.5 0 0 0-.4.2l-.906 1.208L6.48 6.356z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })