li + li::before {
content: url("../img/angle-right-solid.svg");
}
li + li::before {
content: "";
background:url(".../img/angle-right-solid.svg") no-repeat;
position:absolute;
width:10px;
height:10px;
background-size:100%;
background-position:50% 50%
}