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.34 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 32 32' } export default defineComponent({ name: 'DocumentRibbon32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17 2v7a3 3 0 0 0 3 3h7v15a3 3 0 0 1-3 3H13.5v-5.892A7 7 0 0 0 5 13.96V5a3 3 0 0 1 3-3h9zm-6.5 24.549a6.762 6.762 0 0 0 1.5-1.017v4.518a.95.95 0 0 1-1.444.811L7.5 29L4.444 30.86A.95.95 0 0 1 3 30.05v-4.518a6.731 6.731 0 0 0 4.489 1.719h.002a.29.29 0 0 0 .009 0h.011a6.72 6.72 0 0 0 2.989-.702zM7.5 26A5.5 5.5 0 0 1 2 20.5a5.5 5.5 0 1 1 9.166 4.1A5.48 5.48 0 0 1 7.5 26zM19 2.117V9a1 1 0 0 0 1 1h6.883a3 3 0 0 0-.762-1.293L20.293 2.88A3 3 0 0 0 19 2.117z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })