@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.35 kB
JavaScript
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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DocumentRibbon32Filled',
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: '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 */
)
])
)
)
}
})