remove and cleanup unused code (#4074)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
export function Bars() {
|
||||
return (
|
||||
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="32" cy="32" r="32" fill="#101010" />
|
||||
<rect x="16" y="23" width="32" height="8" rx="4" fill="white" />
|
||||
<rect x="16" y="34" width="20" height="8" rx="4" fill="white" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user