Migrate Traefik Proxy dashboard UI to React
This commit is contained in:
parent
4790e4910f
commit
f16fff577a
324 changed files with 28303 additions and 19567 deletions
13
webui/src/components/icons/index.tsx
Normal file
13
webui/src/components/icons/index.tsx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { CSS, Flex, VariantProps } from '@traefiklabs/faency'
|
||||
import { HTMLAttributes } from 'react'
|
||||
|
||||
export type CustomIconProps = HTMLAttributes<SVGElement> & {
|
||||
color?: string
|
||||
fill?: string
|
||||
stroke?: string
|
||||
width?: number | string
|
||||
height?: number | string
|
||||
flexProps?: VariantProps<typeof Flex>
|
||||
css?: CSS
|
||||
viewBox?: string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue