.animate-icon{border:none;transition:background-color .3s}.animate-icon path{transition:stroke-width .3s,fill .1s;stroke-dasharray:180;stroke-dashoffset:0;fill:#000}.animate-icon:hover path{stroke-width:2;animation:draw .8s ease-in forwards;fill:transparent}.animate-icon-svg{display:flex;align-items:center;justify-content:center;height:100%}.animate-icon-svg svg{width:25px;height:25px}@keyframes draw{0%{stroke-dashoffset:180}to{stroke-dashoffset:0}}