inital commit
This commit is contained in:
commit
85fa9aff4a
119 changed files with 3292 additions and 0 deletions
7
src/common/components/ui/styled/icon.tsx
Normal file
7
src/common/components/ui/styled/icon.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { ark } from '@ark-ui/solid'
|
||||
import type { ComponentProps } from 'solid-js'
|
||||
import { styled } from 'styled-system/jsx'
|
||||
import { icon } from 'styled-system/recipes'
|
||||
|
||||
export type IconProps = ComponentProps<typeof Icon>
|
||||
export const Icon = styled(ark.svg, icon)
|
Loading…
Add table
Add a link
Reference in a new issue