.icon {
	svg {
		transition: {
			property: width, height;
			timing-function: var(--ease-out-back);
			duration: 0.4s;
		}
	}
}
