@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.28 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'Premium20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.5 2.75a.75.75 0 0 0-.657.389l-2.75 5a.75.75 0 0 0 .08.84l7.25 8.75a.75.75 0 0 0 1.155 0l7.25-8.75a.75.75 0 0 0 .08-.84l-2.75-5a.75.75 0 0 0-.658-.389h-9zM4.156 7.5l1.787-3.25h1.5L6.305 7.5H4.156zM6.144 9l1.929 4.748L4.138 9h2.006zm3.845 5.481L7.763 9h4.386l-2.16 5.481zM7.895 7.5l1.137-3.25h1.945l1.197 3.25h-4.28zm5.878 0l-1.197-3.25h1.48l1.788 3.25h-2.071zM13.761 9h2.1l-4.005 4.834L13.761 9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})