add realtime statistics!!!
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
12
src/app/components/icon/storage-icon.tsx
Normal file
12
src/app/components/icon/storage-icon.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import { IconProps } from "./icon-props";
|
||||
|
||||
export function StorageIcon({ size = 24, color = "#fff" }: IconProps): JSX.Element {
|
||||
return (
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width={size} height={size} fill={color} viewBox="0 -960 960 960">
|
||||
<path
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
d="M120-160v-148h720v148H120Zm60-38h72v-72h-72v72Zm-60-454v-148h720v148H120Zm60-38h72v-72h-72v72Zm-60 284v-148h720v148H120Zm60-38h72v-72h-72v72Z"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user