.i-primary path,
.i-link path {
  fill: $blue;
}
.i-secondary path {
  fill: $gray-600;
}
.i-success path {
  fill: $green;
}
.i-info path {
  fill: $cyan;
}
.i-warning path {
  fill: $yellow;
}
.i-danger path {
  fill: $red;
}
.i-light path {
  fill: $gray-100;
}
.i-dark path {
  fill: $gray-800;
}
.i-black path {
  fill: black;
}
.i-white path {
  fill: white;
}
//Why bootstrap always used this color for disabled buttons
//button.btn:disabled .icon path {
// fill: #afafaf;
// stroke: #afafaf;
// stroke-width: 50;
// }
