skillgrid 0.0.62 → 0.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -389,6 +389,7 @@ export declare const ServiceIcons: {
389
389
  readonly Medium: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
390
390
  readonly MediumBrand: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
391
391
  readonly MediumSolid: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
392
+ readonly MaxBrand: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
392
393
  readonly OkBrand: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
393
394
  readonly OkBrandAlt: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;
394
395
  readonly OkGrayscale: <E extends React.ElementType = "button">(props: Omit<IconProps<E>, "icon">) => React.ReactElement | null;