.success-icon{animation:info-icon-animation .6s cubic-bezier(.455,.03,.515,.955) forwards;stroke:var(--success);stroke-dasharray:56;stroke-dashoffset:56;width:140px}@keyframes success-icon-animation{0%{stroke-dashoffset:56}to{stroke-dashoffset:0}}.error-icon{animation:info-icon-animation .6s cubic-bezier(.455,.03,.515,.955) forwards;stroke:var(--error);stroke-dasharray:56;stroke-dashoffset:56}@keyframes error-icon-animation{0%{stroke-dashoffset:56}to{stroke-dashoffset:0}}
