.iconsax {
    display:inline-block;
    /*speak:never;*/
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:0.8;
    vertical-align:middle;
}
.iconsax svg {
    display:block;
    width:20px;
    /*height:18px;*/
    opacity: 1;
}
.iconsax.mw-16 svg{
    max-width: 16px;
}
.iconsax svg [stroke]{
    stroke:#ffffff;
}
.iconsax svg [fill]{
    fill:#ffffff;
}
.iconsax.black svg [stroke]{
    stroke:#000000;
}
.iconsax.black svg [fill]{
    fill:#000000;
}
.iconsax.orange svg [fill]{
    fill:#f3932b;
}
.iconsax.orange svg [stroke]{
    stroke:#f3932b;
}
.iconsax.purple svg [stroke]{
    stroke:#a05e9e;
}
.iconsax.purple svg [fill]{
    fill:#a05e9e;
}
.iconsax.green svg [stroke]{
    stroke:#6db746;
}
.iconsax.green svg [fill]{
    fill:#6db746;
}
.iconsax.grey svg [fill]{
    fill:#7B7B7B;
}
.iconsax.grey svg [stroke]{
    stroke:#7B7B7B;
}
