Bug - icon swap: arrow-left6 cs arrow-right5

Hi, in angularjs css file; 2 icons have been switched

.mbsc-ic-arrow-left6::before{content:"\ea04"}
.mbsc-ic-arrow-right5::before{content:"\ea03"}

should be
.mbsc-ic-arrow-left6::before{content:"\ea03"}
.mbsc-ic-arrow-right5::before{content:"\ea04"}

Hi Dominic,

This is not a bug, the icon font files and css are generated dynamically on download. This means that different download configurations, or downloads between different versions will result in a different font file.
Make sure to always use the js, css and font files from the same downloaded package.