mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
code: tsx,icons,fakemui (2 files)
This commit is contained in:
9
fakemui/icons/Tab.tsx
Normal file
9
fakemui/icons/Tab.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Icon, IconProps } from './Icon'
|
||||
|
||||
export const Tab = (props: IconProps) => (
|
||||
<Icon {...props}>
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" />
|
||||
<path d="M3 9h18" />
|
||||
<path d="M9 3v6" />
|
||||
</Icon>
|
||||
)
|
||||
10
fakemui/icons/Tabs.tsx
Normal file
10
fakemui/icons/Tabs.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Icon, IconProps } from './Icon'
|
||||
|
||||
export const Tabs = (props: IconProps) => (
|
||||
<Icon {...props}>
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" />
|
||||
<path d="M3 9h18" />
|
||||
<path d="M9 3v6" />
|
||||
<path d="M15 3v6" />
|
||||
</Icon>
|
||||
)
|
||||
Reference in New Issue
Block a user