svg{display:block;width:16px}svg .path{stroke-dasharray:1000;stroke-dashoffset:0}svg .path.circle{animation:dash .9s ease-in-out}svg .path.line{animation:dash .9s ease-in-out .35s forwards;stroke-dashoffset:1000}svg .path.check{animation:dash-check .9s ease-in-out .35s forwards;stroke-dashoffset:-100}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}
