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.19 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: 'Ribbon32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16 2C10.477 2 6 6.477 6 12a9.985 9.985 0 0 0 4 8v9a1 1 0 0 0 1.514.858L16 27.166l4.485 2.692A1 1 0 0 0 22 29v-9a9.985 9.985 0 0 0 4-8c0-5.523-4.477-10-10-10zM8 12a8 8 0 1 1 16 0a8 8 0 0 1-16 0zm12 9.168v6.066l-3.485-2.092a1 1 0 0 0-1.03 0L12 27.234v-6.066A9.966 9.966 0 0 0 16 22a9.966 9.966 0 0 0 4-.832z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })