@mixin icon-lightning-style-override($foregroundColor, $backgroundColor) {
    .foreground-color {
        fill: $foregroundColor;
    }

    .background-color {
        fill: $backgroundColor;
    }
}
