handle register and poster and fix bugs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
function CircleOrangeSm() {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="8"
|
||||
height="9"
|
||||
viewBox="0 0 8 9"
|
||||
fill="none"
|
||||
>
|
||||
<circle cx="4" cy="4.5" r="4" fill="#F17732" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
export default CircleOrangeSm;
|
||||
Reference in New Issue
Block a user