.bars-wrap{align-items:center;gap:2px;height:18px;display:flex;position:relative}.bar{background:var(--primary-foreground);border-radius:2px;width:3px;transition:height .3s,opacity .3s}.bar-1{height:18px}.bar-2{height:10px}.bar-3{height:14px}.bar-4{height:6px}.is-on .bar-1{animation:.9s ease-in-out infinite alternate pulse1}.is-on .bar-2{animation:.9s ease-in-out infinite alternate pulse2}.is-on .bar-3{animation:.9s ease-in-out infinite alternate pulse3}.is-on .bar-4{animation:.9s ease-in-out infinite alternate pulse4}@keyframes pulse1{0%{height:6px}to{height:14px}}@keyframes pulse2{0%{height:18px}to{height:6px}}@keyframes pulse3{0%{height:10px}to{height:18px}}@keyframes pulse4{0%{height:8px}to{height:4px}}.is-off .bar{opacity:.25}.is-off .slash{opacity:1;transform:translate(-50%,-50%)rotate(45deg)scaleY(1)}.slash{background:var(--primary-foreground);opacity:0;border-radius:2px;width:2px;height:26px;transition:transform .25s,opacity .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)scaleY(0)}
