.svg-animation-wrapper{--uib-size:18px;--uib-color:currentColor;--uib-speed:2s;--uib-bg-opacity:0;height:var(--uib-size);width:var(--uib-size);transform-origin:50%;animation:rotate var(--uib-speed) linear infinite;will-change:transform;overflow:visible}.svg-animation-wrapper .car{fill:none;stroke:var(--uib-color);stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:stretch calc(var(--uib-speed)*.75) ease-in-out infinite;will-change:stroke-dasharray,stroke-dashoffset;transition:stroke .5s}.svg-animation-wrapper .track{fill:none;stroke:var(--uib-color);opacity:var(--uib-bg-opacity);transition:stroke .5s}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes stretch{0%{stroke-dasharray:0 150;stroke-dashoffset:0}50%{stroke-dasharray:75 150;stroke-dashoffset:-25px}to{stroke-dashoffset:-100px}}
