.telescope-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  &.is--primary {
    stroke: var(--primary-color);
  }

  &.is--positive {
    stroke: var(--positive-color);
  }

  &.is--negative {
    stroke: var(--negative-color);
  }
}

.cosmo-button.is--circle .telescope-icon {
  stroke: currentcolor;
}
