/* 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;
}
.clutchClass1100:global(:hover) {
  background: var(--colors-elevation3);
  color: var(--colors-text-enabled);
}
.clutchClass1100:global(:focus) {
  outline-color: var(--colors-primary600);
}