@for $i from 1 through 10 {
    .icon#{$i} {
      background: url('../../../assets/images/sprites/icon/0#{$i}.png')
    }
  }