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.41 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'RibbonStar20Filled', 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: 'M16 8A6 6 0 1 1 4 8a6 6 0 0 1 12 0zM9.847 5.102L9.13 6.655a.175.175 0 0 1-.138.1l-1.698.202a.175.175 0 0 0-.099.302L8.451 8.42a.175.175 0 0 1 .053.163L8.17 10.26c-.03.147.126.26.257.187l1.492-.835a.175.175 0 0 1 .171 0l1.492.835c.13.073.287-.04.258-.187l-.334-1.677a.175.175 0 0 1 .053-.163l1.256-1.161a.175.175 0 0 0-.099-.302l-1.698-.202a.175.175 0 0 1-.138-.1l-.717-1.553a.175.175 0 0 0-.317 0zM10 15a6.968 6.968 0 0 0 4-1.255V17.5a.5.5 0 0 1-.79.407L10 16l-3.21 1.907A.5.5 0 0 1 6 17.5v-3.755A6.968 6.968 0 0 0 10 15z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })