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.43 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: 'DocumentRibbon28Regular', 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: 'M6.4 2A2.4 2.4 0 0 0 4 4.4v9.198c.466-.238.97-.412 1.5-.51V4.4a.9.9 0 0 1 .9-.9H14v6.499a2 2 0 0 0 2 2h6.5v11.597a.9.9 0 0 1-.9.9H11v1.5h10.6a2.4 2.4 0 0 0 2.4-2.4v-12.02c0-.728-.29-1.428-.805-1.943l-6.931-6.93A2.4 2.4 0 0 0 14.567 2H6.4zm15.54 8.499H16a.5.5 0 0 1-.5-.5V4.06l6.44 6.439zM5.5 14.109A4.495 4.495 0 0 0 2 18.498a4.495 4.495 0 0 0 4.5 4.5a4.5 4.5 0 1 0-1-8.887zm-.035 11.698l1.036-.81l2.367 1.853A.7.7 0 0 0 10 26.299v-3.56a5.478 5.478 0 0 1-3.5 1.258A5.46 5.46 0 0 1 3 22.74v3.559a.7.7 0 0 0 1.131.55l1.334-1.042z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })