.gt-icon{
    width: var(--gt-icon-size);
    height: var(--gt-icon-size);
    background-size: cover;
    background-position: center;
}
.gt-icon-small{
    width: var(--gt-icon-size-small);
    height: var(--gt-icon-size-small);
    background-size: cover;
    background-position: center;
}
.gt-icon-xs{
    width: var(--gt-icon-size-xs);
    height: var(--gt-icon-size-xs);
    background-size: cover;
    background-position: center;
}

.gt-icon-none{
    width:0;
    height: var(--gt-icon-size);
    margin-left: -8px;
}
.gt-icon-cart{
     background-image: url("../images/icon-cart.svg");
}
.gt-icon-report{
    background-image: url("../images/icon-report.svg");
}
.gt-icon-corn{
    background-image: url("../images/icon-corn.svg");
}
.gt-icon-proyect{
    background-image: url("../images/icon-proyect.svg");
}
.gt-icon-delivery{
    background-image: url("../images/icon-delivery.svg");
}

.gt-icon-family{
    background-image: url("../images/icon-family.svg");
}
.gt-icon-dollar{
    background-image: url("../images/icon-dollar.svg");
}
.gt-icon-female{
    background-image: url("../images/icon-female.svg");
}
.gt-icon-building{
    background-image: url("../images/icon-building.svg");
}
.gt-icon-cow{
    background-image: url("../images/icon-cow.svg");
}
.gt-icon-city{
    background-image: url("../images/icon-city.svg");
}
.gt-icon-market{
    background-image: url("../images/icon-market.svg");
}
.gt-icon-star{
    background-image: url("../images/icon-star.svg");
}

.gt-icon-report2{
    background-image: url("../images/icon-report-2.svg");
}
.gt-icon-business{
    background-image: url("../images/icon-business.svg");
}
.gt-icon-procedure{
    background-image: url("../images/icon-procedure.svg");
}
.gt-icon-hand{
    background-image: url("../images/icon-hand.svg");
}

.gt-icon-user{
    background-image: url("../images/icon-user.svg");
}
.gt-icon-locate{
    background-image: url("../images/icon-locate.svg");
}
.gt-icon-payment{
    background-image: url("../images/icon-payment.svg");
}
.gt-icon-part{
    background-image: url("../images/icon-part.svg");
}
.gt-icon-product{
    background-image: url("../images/icon-product.svg");
}


.gt-icon-edit{
    background-image: url("../images/icon-edit.svg");
}
.gt-icon-delete{
    background-image: url("../images/icon-delete.svg");
}