.ngparadateicon {
    display: flex;
}

.ngparadateicon-left {
    justify-content: flex-start;
}

.ngparadateicon-right {
    justify-content: flex-end;
}

.ngparadateicon-center {
    justify-content: center;
}

.ngparadateicon svg {
    display: block;
    width: var(--w, 72px);
    border-radius: var(--r, 0);
    box-shadow: var(--s, none);
    height: auto;
}