.Share {
    margin: 0;
    list-style: none;
}

.Share__item {
    display: inline-block;
}

.Share__item::after {
    content: '\b7';
    display: inline-block;
    padding: 0 .1em;
}

.Share__item:last-child::after {
    content: none;
}