.line-dash-move{animation:dashMove 2s linear infinite}.line-dash-move-vertical{animation:dashMoveVertical 2s linear infinite}.line-dash-move-diagonal{animation:dashMoveDiagonal 2s linear infinite}@keyframes dashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-12}}@keyframes dashMoveVertical{0%{stroke-dashoffset:0}to{stroke-dashoffset:-12}}@keyframes dashMoveDiagonal{0%{stroke-dashoffset:0}to{stroke-dashoffset:-12}}