.svg-icon-drawing path{stroke-dasharray:1.01;stroke-dashoffset:1;animation:drawing-animation cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--delay);animation-duration:var(--duration);opacity:0}@keyframes drawing-animation{0%{opacity:0;stroke-dashoffset:1}1%{opacity:1;stroke-dashoffset:1}to{stroke-dashoffset:0;opacity:1}}@keyframes clear-animation{0%{stroke-dashoffset:0}to{stroke-dashoffset:1}}
