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.38 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 28 28' } export default defineComponent({ name: 'DocumentRibbon28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })