@import "../ui.vars.less";
sc-icon, fa-icon {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;

    &[space-around] {
        width: 36px;
        margin: 0 !important;
    }

    &[less-space-around] {
        width: 24px;
        margin: 0 !important;
    }

    &[x-large] {
        font-size: 1.2rem;
    }

    &[smaller] {
        font-size: 10px;
    }

    &[x-small] {
        font-size: 8px;
    }
}
