/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */


.clutchClass1100 {
  all: unset;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--colors-text-disabled);
  outline: 2px solid transparent;

  &:global(:hover) {  
    background: var(--colors-elevation3);
    color: var(--colors-text-enabled);
  
  }
  &:global(:focus) {  
    outline-color: var(--colors-primary600);
  
  }
}