/**
 * Theme map
 */

import { Colors } from '../Colors';

export const IconTheme = {
  primary: Colors.primary[100],
  success: Colors.success[100],
  danger: Colors.danger[100],
  warning: Colors.warning[100],
  light: Colors.white,
  dark: Colors.text,
  weak: Colors.weak,
};
