@import '../../../scss/styles';

.icon--drag-handle {
  height: $baseline;
  width: $baseline;

  .fill {
    fill: var(--theme-elevation-800);
  }
}
