parent
87da9d038a
commit
ae4896b9d7
2 changed files with 39 additions and 5 deletions
@ -0,0 +1,19 @@ |
|||||||
|
import type { SVGProps } from 'react'; |
||||||
|
|
||||||
|
export function RankBadeIcon(props: SVGProps<SVGSVGElement>) { |
||||||
|
return ( |
||||||
|
<svg |
||||||
|
width="11" |
||||||
|
height="11" |
||||||
|
viewBox="0 0 11 11" |
||||||
|
fill="none" |
||||||
|
xmlns="http://www.w3.org/2000/svg" |
||||||
|
{...props} |
||||||
|
> |
||||||
|
<path |
||||||
|
d="M0 0L11 0V10.0442L5.73392 6.32786L0 10.0442L0 0Z" |
||||||
|
fill="currentColor" |
||||||
|
></path> |
||||||
|
</svg> |
||||||
|
); |
||||||
|
} |
Loading…
Reference in new issue