/**
 * Icon Variants
 */

export const IconVariant = {
  light: 'fal',
  regular: 'far',
  solid: 'fas',
};
