import { GRAY_SCALE } from '@ui/theme/constants/GrayScale'; import { COLOR } from './Colors'; export const ILLUSTRATION_ICON_DARK = { color: { blue: COLOR.blue50, gray: GRAY_SCALE.gray50, }, fill: { blue: COLOR.blue70, gray: GRAY_SCALE.gray70, }, };