@font-face {
    font-family: "icone";
    src: url("./icone.ttf?8fcc2cd290a2be8cdfca4f355143c423") format("truetype"),
url("./icone.woff?8fcc2cd290a2be8cdfca4f355143c423") format("woff"),
url("./icone.woff2?8fcc2cd290a2be8cdfca4f355143c423") format("woff2"),
url("./icone.eot?8fcc2cd290a2be8cdfca4f355143c423#iefix") format("embedded-opentype"),
url("./icone.svg?8fcc2cd290a2be8cdfca4f355143c423#icone") format("svg");
}

i[class^="icone-"]:before, i[class*=" icone-"]:before {
    font-family: icone !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

.icone-lapiz-1:before {
    content: "\f101";
}
.icone-lapiz-2:before {
    content: "\f102";
}
.icone-lapiz:before {
    content: "\f103";
}
.icone-usuarion:before {
    content: "\f104";
}
.icone-telefono:before {
    content: "\f105";
}
.icone-usuario:before {
    content: "\f106";
}