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.16 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Ribbon32Filled', 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: 'M10 21.813V29a1 1 0 0 0 1.514.858L16 27.166l4.485 2.692A1 1 0 0 0 22 29v-7.187a11.446 11.446 0 0 1-6 1.687c-2.199 0-4.253-.617-6-1.687zM22 20A9.956 9.956 0 0 1 16 22a9.956 9.956 0 0 1-6.36-2.284A9.98 9.98 0 0 1 6 12C6 6.477 10.477 2 16 2s10 4.477 10 10a9.985 9.985 0 0 1-4 8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })