mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
927 B
Vue
33 lines
927 B
Vue
3 years ago
|
<template>
|
||
|
<svg
|
||
|
version="1.1"
|
||
|
id="Layer_1"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
x="0px"
|
||
|
y="0px"
|
||
|
viewBox="0 0 512 512"
|
||
|
style="
|
||
|
enable-background: new 0 0 512 512;
|
||
|
height: 1rem;
|
||
|
fill: var(--c-text);
|
||
|
"
|
||
|
xml:space="preserve"
|
||
|
>
|
||
|
<g>
|
||
|
<path
|
||
|
d="M175.1,168.9L13.7,186.8c-5.8,0.7-11,4.6-12.9,10.5c-1.9,5.9,0,12.1,4.3,16c48,43.8,120.1,109.4,120.1,109.4
|
||
|
c-0.1,0-19.8,95.4-32.9,159.1c-1.1,5.8,1,11.9,6,15.5c5,3.7,11.4,3.7,16.5,0.9C171.3,466,256,417.7,256,417.7l141.1,80.5
|
||
|
c5.1,2.8,11.6,2.8,16.6-0.9c5-3.7,7.1-9.7,6-15.5l-32.8-159.1L507,213.4c4.3-4,6.2-10.2,4.3-16.1c-1.9-5.9-7.1-9.8-12.9-10.4
|
||
|
c-64.6-7.2-161.5-18-161.5-18L269.9,20.8c-2.5-5.3-7.8-9-14-9c-6.2,0-11.5,3.7-13.9,9L175.1,168.9z"
|
||
|
/>
|
||
|
</g>
|
||
|
</svg>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
name: "Star",
|
||
|
};
|
||
|
</script>
|