.icon
  display: inline
  width: 1.1875em
  height: 1.1875em
  vertical-align: middle
  line-height: inherit

  &.is-green
    color: $green
    fill: $green

  &.is-red
    color: $red
    fill: $red

  &.is-blue
    color: $mainColor
    fill: $mainColor

  &.is-dark
    color: $black
    fill: $black

  &.is-tiny
    width: $fontTiny
    height: $fontTiny

  &.is-small
    width: $fontSmall
    height: $fontSmall

  &.is-large
    width: $fontLarge
    height: $fontLarge

  &.is-massive
    width: multiple($fontMassive, 2)
    height: multiple($fontMassive, 2)
