mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
feat: Add different components used for app
This commit is contained in:
parent
ecfac890de
commit
6ea6c3e317
5 changed files with 243 additions and 3 deletions
|
@ -11,9 +11,9 @@ export const Logo: React.FC<Props> = ({ className }) => {
|
|||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="current"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round">
|
||||
strokeWidth="2"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round">
|
||||
<rect width="7" height="9" x="3" y="3" rx="1"/>
|
||||
<rect width="7" height="5" x="14" y="3" rx="1"/>
|
||||
<rect width="7" height="9" x="14" y="12" rx="1"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue