Skip to content

Commit

Permalink
bring back icons
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Aug 30, 2024
1 parent 100a62d commit ed838bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/src/components/atoms/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { rawColorToRGBA } from '@/src/tokens/color3'

import { Box, type BoxProps } from '../Box/Box'
import { avatar } from './styles.css'
import { CheckSVG } from '../../../icons/index'
import { CheckSVG } from '../../../index'

type NativeImgAttributes = React.ImgHTMLAttributes<HTMLImageElement>

Expand Down
2 changes: 1 addition & 1 deletion components/src/components/atoms/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as React from 'react'
import { WithAlert, getValueForAlert } from './utils/getValueForAlert'
import { Typography } from '../Typography/Typography'

import { AlertSVG, CrossSVG, EthSVG, UpRightArrowSVG } from '../../../icons/index'
import { AlertSVG, CrossSVG, EthSVG, UpRightArrowSVG } from '../../../index'
import { Box, BoxProps } from '../Box/Box'

type NativeDivProps = React.HTMLAttributes<HTMLDivElement>
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './components/atoms'
export * from './components/molecules'
export * from './components/organisms'
export * from './icons'
export { tokens, baseTheme, lightTheme, darkTheme } from './tokens'
export type { DefaultTheme, EmptyObject, Accent, Mode, ReactNodeNoStrings } from './types'
export type { Hue, Colors, Space } from './tokens'
Expand Down

0 comments on commit ed838bf

Please sign in to comment.