.equalizer-icon{justify-content:space-around;width:24px;height:24px;display:flex;transform:rotate(-90deg)}.bar{width:4px;height:100%;animation:1s infinite equalizer-animation}.bar:first-child{animation-delay:0s}.bar:nth-child(2){animation-delay:.2s}.bar:nth-child(3){animation-delay:.4s}@keyframes equalizer-animation{0%,to{height:20%}50%{height:100%}}
