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.39 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'DocumentRibbon28Filled', 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: 'M14 2v7.999a2 2 0 0 0 2 2h7.999l.001.078v11.52a2.4 2.4 0 0 1-2.4 2.4H11V21.66a5.5 5.5 0 0 0-7-8.062V4.4A2.4 2.4 0 0 1 6.4 2H14zM9 23.397a5.514 5.514 0 0 0 1-.657v3.559a.7.7 0 0 1-1.132.55l-2.367-1.852l-1.036.81l-1.333 1.043A.7.7 0 0 1 3 26.299v-3.56a5.468 5.468 0 0 0 3.833 1.247A5.468 5.468 0 0 0 9 23.398zm-2.5-.4a4.495 4.495 0 0 1-4.5-4.5a4.495 4.495 0 0 1 4.5-4.499a4.5 4.5 0 1 1 0 8.999zm9-20.522v7.524a.5.5 0 0 0 .5.5h7.502a2.744 2.744 0 0 0-.307-.366l-7.431-7.43a2.4 2.4 0 0 0-.264-.228z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })